@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
/**
* Responsive break points
*/
/**
* Preset break points
*/
/**
 * Element        
 */
/**
 * Modifier.       
 */
/**************/
/*****GRID*****/
/**************/
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}
@media only screen and (max-width: 1304px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 870px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-1-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-2-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-3-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-4-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-5-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-6-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-7-small {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-small {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-8-small {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-small {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-9-small {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-small {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-10-small {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-small {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-11-small {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-small {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .grid-12-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-1-xsmall {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-2-xsmall {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-3-xsmall {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-4-xsmall {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-5-xsmall {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-6-xsmall {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-7-xsmall {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-8-xsmall {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-9-xsmall {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-10-xsmall {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-11-xsmall {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only screen and (max-width: 480px) {
  .grid-12-xsmall {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-1-print {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-2-print {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-3-print {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-4-print {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-5-print {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-6-print {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-7-print {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-8-print {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-9-print {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-10-print {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-11-print {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

@media only print {
  .grid-12-print {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 0;
  }
}

.columns-1 {
  grid-column: span 1;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1 {
    grid-column: span 1;
  }
}

.columns-2 {
  grid-column: span 2;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2 {
    grid-column: span 2;
  }
}

.columns-3 {
  grid-column: span 3;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3 {
    grid-column: span 3;
  }
}

.columns-4 {
  grid-column: span 4;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4 {
    grid-column: span 4;
  }
}

.columns-5 {
  grid-column: span 5;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5 {
    grid-column: span 5;
  }
}

.columns-6 {
  grid-column: span 6;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6 {
    grid-column: span 6;
  }
}

.columns-7 {
  grid-column: span 7;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7 {
    grid-column: span 7;
  }
}

.columns-8 {
  grid-column: span 8;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8 {
    grid-column: span 8;
  }
}

.columns-9 {
  grid-column: span 9;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9 {
    grid-column: span 9;
  }
}

.columns-10 {
  grid-column: span 10;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10 {
    grid-column: span 10;
  }
}

.columns-11 {
  grid-column: span 11;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11 {
    grid-column: span 11;
  }
}

.columns-12 {
  grid-column: span 12;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12 {
    grid-column: span 12;
  }
}

.columns-1-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}

.columns-2-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}

.columns-3-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}

.columns-4-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}

.columns-5-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}

.columns-6-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}

.columns-7-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}

.columns-8-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}

.columns-9-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}

.columns-10-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}

.columns-11-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}

.columns-12-xlarge {
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}

.columns-1-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-large {
    grid-column: span 1;
  }
}

.columns-2-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-large {
    grid-column: span 2;
  }
}

.columns-3-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-large {
    grid-column: span 3;
  }
}

.columns-4-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-large {
    grid-column: span 4;
  }
}

.columns-5-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-large {
    grid-column: span 5;
  }
}

.columns-6-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-large {
    grid-column: span 6;
  }
}

.columns-7-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-large {
    grid-column: span 7;
  }
}

.columns-8-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-large {
    grid-column: span 8;
  }
}

.columns-9-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-large {
    grid-column: span 9;
  }
}

.columns-10-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-large {
    grid-column: span 10;
  }
}

.columns-11-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-large {
    grid-column: span 11;
  }
}

.columns-12-large {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-large {
    grid-column: span 12;
  }
}

.columns-1-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}

.columns-2-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}

.columns-3-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}

.columns-4-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}

.columns-5-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-5-medium {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-medium {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-medium {
    grid-column: span 5;
  }
}

.columns-6-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-6-medium {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-medium {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-medium {
    grid-column: span 6;
  }
}

.columns-7-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-7-medium {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-medium {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-medium {
    grid-column: span 7;
  }
}

.columns-8-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-8-medium {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-medium {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-medium {
    grid-column: span 8;
  }
}

.columns-9-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-9-medium {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-medium {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-medium {
    grid-column: span 9;
  }
}

.columns-10-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-10-medium {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-medium {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-medium {
    grid-column: span 10;
  }
}

.columns-11-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-11-medium {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-medium {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-medium {
    grid-column: span 11;
  }
}

.columns-12-medium {
  max-width: 100%;
}
@media only screen and (max-width: 870px) {
  .columns-12-medium {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-medium {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-medium {
    grid-column: span 12;
  }
}

.columns-1-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-1-small {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-small {
    grid-column: span 1;
  }
}

.columns-2-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-2-small {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-small {
    grid-column: span 2;
  }
}

.columns-3-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-3-small {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-small {
    grid-column: span 3;
  }
}

.columns-4-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-4-small {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-small {
    grid-column: span 4;
  }
}

.columns-5-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-5-small {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-small {
    grid-column: span 5;
  }
}

.columns-6-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-6-small {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-small {
    grid-column: span 6;
  }
}

.columns-7-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-7-small {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-small {
    grid-column: span 7;
  }
}

.columns-8-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-8-small {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-small {
    grid-column: span 8;
  }
}

.columns-9-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-9-small {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-small {
    grid-column: span 9;
  }
}

.columns-10-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-10-small {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-small {
    grid-column: span 10;
  }
}

.columns-11-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-11-small {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-small {
    grid-column: span 11;
  }
}

.columns-12-small {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .columns-12-small {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-small {
    grid-column: span 12;
  }
}

.columns-1-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-1-xsmall {
    grid-column: span 1;
  }
}

.columns-2-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-2-xsmall {
    grid-column: span 2;
  }
}

.columns-3-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-3-xsmall {
    grid-column: span 3;
  }
}

.columns-4-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-4-xsmall {
    grid-column: span 4;
  }
}

.columns-5-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-5-xsmall {
    grid-column: span 5;
  }
}

.columns-6-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-6-xsmall {
    grid-column: span 6;
  }
}

.columns-7-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-7-xsmall {
    grid-column: span 7;
  }
}

.columns-8-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-8-xsmall {
    grid-column: span 8;
  }
}

.columns-9-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-9-xsmall {
    grid-column: span 9;
  }
}

.columns-10-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-10-xsmall {
    grid-column: span 10;
  }
}

.columns-11-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-11-xsmall {
    grid-column: span 11;
  }
}

.columns-12-xsmall {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .columns-12-xsmall {
    grid-column: span 12;
  }
}

.columns-1-print {
  max-width: 100%;
}
@media only print {
  .columns-1-print {
    grid-column: span 1;
  }
}

.columns-2-print {
  max-width: 100%;
}
@media only print {
  .columns-2-print {
    grid-column: span 2;
  }
}

.columns-3-print {
  max-width: 100%;
}
@media only print {
  .columns-3-print {
    grid-column: span 3;
  }
}

.columns-4-print {
  max-width: 100%;
}
@media only print {
  .columns-4-print {
    grid-column: span 4;
  }
}

.columns-5-print {
  max-width: 100%;
}
@media only print {
  .columns-5-print {
    grid-column: span 5;
  }
}

.columns-6-print {
  max-width: 100%;
}
@media only print {
  .columns-6-print {
    grid-column: span 6;
  }
}

.columns-7-print {
  max-width: 100%;
}
@media only print {
  .columns-7-print {
    grid-column: span 7;
  }
}

.columns-8-print {
  max-width: 100%;
}
@media only print {
  .columns-8-print {
    grid-column: span 8;
  }
}

.columns-9-print {
  max-width: 100%;
}
@media only print {
  .columns-9-print {
    grid-column: span 9;
  }
}

.columns-10-print {
  max-width: 100%;
}
@media only print {
  .columns-10-print {
    grid-column: span 10;
  }
}

.columns-11-print {
  max-width: 100%;
}
@media only print {
  .columns-11-print {
    grid-column: span 11;
  }
}

.columns-12-print {
  max-width: 100%;
}
@media only print {
  .columns-12-print {
    grid-column: span 12;
  }
}

.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1304px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only print {
  .container {
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 1304px) {
  .container--bleed-xlarge {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .container--bleed-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 870px) {
  .container--bleed-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .container--bleed-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .container--bleed-xsmall {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only print {
  .container--bleed-print {
    padding-left: 0;
    padding-right: 0;
  }
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .hide-xsmall {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide-small {
    display: none !important;
  }
}
@media only screen and (max-width: 870px) {
  .hide-medium {
    display: none !important;
  }
}
@media only screen and (max-width: 1050px) {
  .hide-large {
    display: none !important;
  }
}
@media only screen and (max-width: 1304px) {
  .hide-xlarge {
    display: none !important;
  }
}
@media only print {
  .hide-print {
    display: none !important;
  }
}
.inline-xsmall,
.inline-small,
.inline-medium,
.inline-large,
.inline-xlarge {
  display: none !important;
}

.inline {
  display: inline !important;
}

@media only screen and (max-width: 480px) {
  .inline-xsmall {
    display: inline !important;
  }
}
@media only screen and (max-width: 600px) {
  .inline-small {
    display: inline !important;
  }
}
@media only screen and (max-width: 870px) {
  .inline-medium {
    display: inline !important;
  }
}
@media only screen and (max-width: 1050px) {
  .inline-large {
    display: inline !important;
  }
}
@media only screen and (max-width: 1304px) {
  .inline-xlarge {
    display: inline !important;
  }
}
@media only print {
  .inline-print {
    display: inline !important;
  }
}
.inline-block-xsmall,
.inline-block-small,
.inline-block-medium,
.inline-block-large,
.inline-block-xlarge {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 480px) {
  .inline-block-xsmall {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 600px) {
  .inline-block-small {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 870px) {
  .inline-block-medium {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .inline-block-large {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1304px) {
  .inline-block-xlarge {
    display: inline-block !important;
  }
}
@media only print {
  .inline-block-print {
    display: inline-block !important;
  }
}
.block-xsmall,
.block-small,
.block-medium,
.block-large,
.block-xlarge {
  display: none !important;
}

.block {
  display: block !important;
}

@media only screen and (max-width: 480px) {
  .block-xsmall {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .block-small {
    display: block !important;
  }
}
@media only screen and (max-width: 870px) {
  .block-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .block-large {
    display: block !important;
  }
}
@media only screen and (max-width: 1304px) {
  .block-xlarge {
    display: block !important;
  }
}
@media only print {
  .block-print {
    display: block !important;
  }
}
.flex-xsmall,
.flex-small,
.flex-medium,
.flex-large,
.flex-xlarge {
  display: none !important;
}

.flex {
  display: flex !important;
}

@media only screen and (max-width: 480px) {
  .flex-xsmall {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .flex-small {
    display: flex !important;
  }
}
@media only screen and (max-width: 870px) {
  .flex-medium {
    display: flex !important;
  }
}
@media only screen and (max-width: 1050px) {
  .flex-large {
    display: flex !important;
  }
}
@media only screen and (max-width: 1304px) {
  .flex-xlarge {
    display: flex !important;
  }
}
@media only print {
  .flex-print {
    display: flex !important;
  }
}
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media only screen and (max-width: 1304px) {
  .align-left-xlarge {
    text-align: left;
  }
}

@media only screen and (max-width: 1304px) {
  .align-center-xlarge {
    text-align: center;
  }
}

@media only screen and (max-width: 1304px) {
  .align-right-xlarge {
    text-align: right;
  }
}

@media only screen and (max-width: 1050px) {
  .align-left-large {
    text-align: left;
  }
}

@media only screen and (max-width: 1050px) {
  .align-center-large {
    text-align: center;
  }
}

@media only screen and (max-width: 1050px) {
  .align-right-large {
    text-align: right;
  }
}

@media only screen and (max-width: 870px) {
  .align-left-medium {
    text-align: left;
  }
}

@media only screen and (max-width: 870px) {
  .align-center-medium {
    text-align: center;
  }
}

@media only screen and (max-width: 870px) {
  .align-right-medium {
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  .align-left-small {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .align-center-small {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .align-right-small {
    text-align: right;
  }
}

@media only screen and (max-width: 480px) {
  .align-left-xsmall {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .align-center-xsmall {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .align-right-xsmall {
    text-align: right;
  }
}

@media only print {
  .align-left-print {
    text-align: left;
  }
}

@media only print {
  .align-center-print {
    text-align: center;
  }
}

@media only print {
  .align-right-print {
    text-align: right;
  }
}

.visually-hidden,
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bg-white {
  color: #002d2e;
  background-color: #fff;
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --input-text-colour: inherit;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-dark-green {
  color: #fff;
  background-color: #002d2e;
  --link-colour: #fff;
  --link-hover-colour: #fff;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f3efe7;
  --button-bg-colour-hover: #007c54;
  --button-border-colour: #f3efe7;
  --button-border-colour-hover: #007c54;
  --button-border-colour-focus: #007c54;
  --secondary-button-text-colour: #fff;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: rgb(38.25, 76.5, 77.35);
  --secondary-button-bg-colour-hover: #007c54;
  --secondary-button-border-colour: rgb(38.25, 76.5, 77.35);
  --secondary-button-border-colour-hover: #007c54;
  --secondary-button-border-colour-focus: #007c54;
  --ghost-button-text-colour: #fff;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #007c54;
  --ghost-button-border-colour: #fff;
  --ghost-button-border-colour-hover: #007c54;
  --ghost-button-border-colour-focus: #007c54;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-green {
  color: #fff;
  background-color: #007c54;
  --link-colour: #fff;
  --link-hover-colour: #fff;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f3efe7;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f3efe7;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #fff;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #54a07d;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #54a07d;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #fff;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #fff;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #f3efe7;
  --table-border-colour: #f3efe7;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #002d2e;
}

.bg-lighter-green {
  color: #002d2e;
  background-color: #54a07d;
  --link-colour: #002d2e;
  --link-hover-colour: #002d2e;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f3efe7;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f3efe7;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #fff;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: rgb(118.2, 179, 151);
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: rgb(118.2, 179, 151);
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #002d2e;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #002d2e;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #f3efe7;
  --hr-colour: #002d2e;
  --table-border-colour: #002d2e;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #002d2e;
}

.bg-light-blue {
  color: #002d2e;
  background-color: #8ed8d9;
  --link-colour: #002d2e;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #002d2e;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #002d2e;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #007c54;
  --hr-colour: #002d2e;
  --table-border-colour: #002d2e;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-yellow {
  color: #002d2e;
  background-color: #f8d471;
  --link-colour: #002d2e;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #002d2e;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #002d2e;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #007c54;
  --hr-colour: #002d2e;
  --table-border-colour: #002d2e;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-purple {
  color: #fff;
  background-color: #6640b0;
  --link-colour: #fff;
  --link-hover-colour: #fff;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f8d471;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f8d471;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #fff;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #fff;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #f3efe7;
  --table-border-colour: #f3efe7;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #002d2e;
}

.bg-linen {
  color: #002d2e;
  background-color: #f3efe7;
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #fff;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #fff;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --input-text-colour: inherit;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-mint {
  color: #002d2e;
  background-color: #e3f2eb;
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #fff;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #fff;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --input-text-colour: inherit;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-white-inner {
  color: #002d2e;
  background-color: #fff;
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --input-text-colour: inherit;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-dark-green-inner {
  color: #fff;
  background-color: #002d2e;
  --link-colour: #fff;
  --link-hover-colour: #fff;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f3efe7;
  --button-bg-colour-hover: #007c54;
  --button-border-colour: #f3efe7;
  --button-border-colour-hover: #007c54;
  --button-border-colour-focus: #007c54;
  --secondary-button-text-colour: #fff;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: rgb(38.25, 76.5, 77.35);
  --secondary-button-bg-colour-hover: #007c54;
  --secondary-button-border-colour: rgb(38.25, 76.5, 77.35);
  --secondary-button-border-colour-hover: #007c54;
  --secondary-button-border-colour-focus: #007c54;
  --ghost-button-text-colour: #fff;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #007c54;
  --ghost-button-border-colour: #fff;
  --ghost-button-border-colour-hover: #007c54;
  --ghost-button-border-colour-focus: #007c54;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-green-inner {
  color: #fff;
  background-color: #007c54;
  --link-colour: #fff;
  --link-hover-colour: #fff;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f3efe7;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f3efe7;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #fff;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #54a07d;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #54a07d;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #fff;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #fff;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #f3efe7;
  --table-border-colour: #f3efe7;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #002d2e;
}

.bg-lighter-green-inner {
  color: #002d2e;
  background-color: #54a07d;
  --link-colour: #002d2e;
  --link-hover-colour: #002d2e;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f3efe7;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f3efe7;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #fff;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: rgb(118.2, 179, 151);
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: rgb(118.2, 179, 151);
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #002d2e;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #002d2e;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #f3efe7;
  --hr-colour: #002d2e;
  --table-border-colour: #002d2e;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #002d2e;
}

.bg-light-blue-inner {
  color: #002d2e;
  background-color: #8ed8d9;
  --link-colour: #002d2e;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #002d2e;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #002d2e;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #007c54;
  --hr-colour: #002d2e;
  --table-border-colour: #002d2e;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-yellow-inner {
  color: #002d2e;
  background-color: #f8d471;
  --link-colour: #002d2e;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #002d2e;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #002d2e;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #007c54;
  --hr-colour: #002d2e;
  --table-border-colour: #002d2e;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-purple-inner {
  color: #fff;
  background-color: #6640b0;
  --link-colour: #fff;
  --link-hover-colour: #fff;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f8d471;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f8d471;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #fff;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #fff;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #f3efe7;
  --table-border-colour: #f3efe7;
  --input-text-colour: #002d2e;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #002d2e;
}

.bg-linen-inner {
  color: #002d2e;
  background-color: #f3efe7;
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #fff;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #fff;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --input-text-colour: inherit;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

.bg-mint-inner {
  color: #002d2e;
  background-color: #e3f2eb;
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #fff;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-colour: #fff;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --input-text-colour: inherit;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --link-colour: #007c54;
  --link-hover-colour: #002d2e;
  --button-font-size: 1.125rem;
  --button-line-height: 1.375rem;
  --button-font-weight: 700;
  --button-text-colour: #fff;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #007c54;
  --button-bg-colour-hover: #002d2e;
  --button-border-width: 2px;
  --button-border-radius: 8px;
  --button-border-colour: #007c54;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  --button-padding-x: 1.5rem;
  --button-padding-y: 1rem;
  --secondary-button-font-size: 1.125rem;
  --secondary-button-line-height: 1.375rem;
  --secondary-button-font-weight: 700;
  --secondary-button-text-colour: #002d2e;
  --secondary-button-text-colour-hover: #fff;
  --secondary-button-bg-colour: #f3efe7;
  --secondary-button-bg-colour-hover: #002d2e;
  --secondary-button-border-width: 2px;
  --secondary-button-border-radius: 8px;
  --secondary-button-border-colour: #f3efe7;
  --secondary-button-border-colour-hover: #002d2e;
  --secondary-button-border-colour-focus: #002d2e;
  --secondary-button-padding-x: 1.5rem;
  --secondary-button-padding-y: 1rem;
  --ghost-button-font-size: 1.125rem;
  --ghost-button-line-height: 1.375rem;
  --ghost-button-font-weight: 700;
  --ghost-button-text-colour: #007c54;
  --ghost-button-text-colour-hover: #fff;
  --ghost-button-bg-colour: transparent;
  --ghost-button-bg-colour-hover: #002d2e;
  --ghost-button-border-width: 2px;
  --ghost-button-border-radius: 8px;
  --ghost-button-border-colour: #007c54;
  --ghost-button-border-colour-hover: #002d2e;
  --ghost-button-border-colour-focus: #002d2e;
  --ghost-button-padding-x: 1.5rem;
  --ghost-button-padding-y: 1rem;
  --hr-colour: #c7d0d1;
  --table-border-colour: #c7d0d1;
  --text-margin-bottom: 28px;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #002d2e;
  font-size: 1.1875rem;
  line-height: 1.4736842105em;
}
@media only screen and (max-width: 1304px) {
  body {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 1050px) {
  body {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 870px) {
  body {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 1rem;
  }
}
@media only print {
  body {
    font-size: 1.1875rem;
  }
}
.mce-content-body body {
  font-size: 1.1875rem;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.2em;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1304px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 3.25rem;
    line-height: 1.2307692308em;
  }
}
@media only screen and (max-width: 870px) {
  h1 {
    font-size: 2.875rem;
    line-height: 1.2173913043em;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.125rem;
    line-height: 1.1764705882em;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.125rem;
    line-height: 1.1764705882em;
  }
}
@media only print {
  h1 {
    font-size: 3.75rem;
  }
}
.mce-content-body h1 {
  font-size: 3.75rem;
}
h1:first-child, hr.clear + h1 {
  margin-top: 0;
}

h2 {
  font-size: 2.875rem;
  line-height: 1.2173913043em;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1304px) {
  h2 {
    font-size: 2.875rem;
  }
}
@media only screen and (max-width: 1050px) {
  h2 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 870px) {
  h2 {
    font-size: 2.125rem;
    line-height: 1.1764705882em;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.2857142857em;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.1428571429em;
  }
}
@media only print {
  h2 {
    font-size: 2.125rem;
  }
}
.mce-content-body h2 {
  font-size: 2.875rem;
}
h2:first-child, hr.clear + h2 {
  margin-top: 0;
}

h3 {
  font-size: 2.125rem;
  line-height: 1.1764705882em;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1304px) {
  h3 {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 1050px) {
  h3 {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 870px) {
  h3 {
    font-size: 1.75rem;
    line-height: 1.2857142857em;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}
@media only print {
  h3 {
    font-size: 1.75rem;
  }
}
.mce-content-body h3 {
  font-size: 2.125rem;
}
h3:first-child, hr.clear + h3 {
  margin-top: 0;
}

h4 {
  font-size: 1.75rem;
  line-height: 1.2857142857em;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1304px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1050px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 870px) {
  h4 {
    font-size: 1.625rem;
    line-height: 1.2307692308em;
  }
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.3636363636em;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.3636363636em;
  }
}
@media only print {
  h4 {
    font-size: 1.625rem;
  }
}
.mce-content-body h4 {
  font-size: 1.75rem;
}
h4:first-child, hr.clear + h4 {
  margin-top: 0;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1304px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1050px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 870px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 1.25rem;
  }
}
@media only print {
  h5 {
    font-size: 1.5rem;
  }
}
.mce-content-body h5 {
  font-size: 1.5rem;
}
h5:first-child, hr.clear + h5 {
  margin-top: 0;
}

h6 {
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1304px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1050px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 870px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  h6 {
    font-size: 1.125rem;
    line-height: 1.3333333333em;
  }
}
@media only screen and (max-width: 480px) {
  h6 {
    font-size: 1.125rem;
  }
}
@media only print {
  h6 {
    font-size: 1.375rem;
  }
}
.mce-content-body h6 {
  font-size: 1.375rem;
}
h6:first-child, hr.clear + h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: var(--text-margin-bottom);
}
p.large-text {
  font-size: 1.375rem;
  line-height: 1.4545454545em;
}
@media only screen and (max-width: 1304px) {
  p.large-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.large-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 870px) {
  p.large-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  p.large-text {
    font-size: 1.125rem;
    line-height: 1.3333333333em;
  }
}
@media only screen and (max-width: 480px) {
  p.large-text {
    font-size: 1.125rem;
  }
}
@media only print {
  p.large-text {
    font-size: 1.375rem;
  }
}
.mce-content-body p.large-text {
  font-size: 1.375rem;
}
p.small-text {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1304px) {
  p.small-text {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.small-text {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  p.small-text {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  p.small-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  p.small-text {
    font-size: 0.875rem;
  }
}
@media only print {
  p.small-text {
    font-size: 1.0625rem;
  }
}
.mce-content-body p.small-text {
  font-size: 1.0625rem;
}
p.xsmall-text {
  font-size: 0.875rem;
  line-height: 1.4285714286em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1304px) {
  p.xsmall-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.xsmall-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 870px) {
  p.xsmall-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 600px) {
  p.xsmall-text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  p.xsmall-text {
    font-size: 0.75rem;
  }
}
@media only print {
  p.xsmall-text {
    font-size: 0.875rem;
  }
}
.mce-content-body p.xsmall-text {
  font-size: 0.875rem;
}
p.quote-citation {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  font-weight: normal;
}
@media only screen and (max-width: 1304px) {
  p.quote-citation {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.quote-citation {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  p.quote-citation {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  p.quote-citation {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  p.quote-citation {
    font-size: 0.875rem;
  }
}
@media only print {
  p.quote-citation {
    font-size: 1.0625rem;
  }
}
.mce-content-body p.quote-citation {
  font-size: 1.0625rem;
}

a {
  color: var(--link-colour);
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
  scroll-margin-top: 24px;
}
a:hover {
  color: var(--link-hover-colour);
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}
a.button {
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background-color: var(--button-bg-colour);
  outline: none;
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  position: relative;
  text-align: center;
  color: var(--button-text-colour);
  text-decoration: none;
  margin-bottom: 6px;
  margin-right: 20px;
}
a.button:hover {
  color: var(--button-text-colour-hover);
  background-color: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
a.button:focus {
  border-color: var(--button-border-colour-focus);
}
.align-center > a.button, .align-center > p > a.button, p[style*="text-align: center;"] > a.button {
  margin-left: 10px;
  margin-right: 10px;
}
.align-right > a.button, .align-right > p > a.button, p[style*="text-align: right;"] > a.button {
  margin-left: 20px;
  margin-right: 0;
}
a.secondary-button {
  display: inline-block;
  padding: var(--secondary-button-padding-y) var(--secondary-button-padding-x);
  box-sizing: border-box;
  border: solid var(--secondary-button-border-width) var(--secondary-button-border-colour);
  border-radius: var(--secondary-button-border-radius);
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background-color: var(--secondary-button-bg-colour);
  outline: none;
  cursor: pointer;
  font-size: var(--secondary-button-font-size);
  font-weight: var(--secondary-button-font-weight);
  line-height: var(--secondary-button-line-height);
  position: relative;
  text-align: center;
  color: var(--secondary-button-text-colour);
  text-decoration: none;
  margin-bottom: 6px;
  margin-right: 20px;
}
a.secondary-button:hover {
  color: var(--secondary-button-text-colour-hover);
  background-color: var(--secondary-button-bg-colour-hover);
  border-color: var(--secondary-button-border-colour-hover);
}
a.secondary-button:focus {
  border-color: var(--secondary-button-border-colour-focus);
}
.align-center > a.secondary-button, .align-center > p > a.secondary-button, p[style*="text-align: center;"] > a.secondary-button {
  margin-left: 10px;
  margin-right: 10px;
}
.align-right > a.secondary-button, .align-right > p > a.secondary-button, p[style*="text-align: right;"] > a.secondary-button {
  margin-left: 20px;
  margin-right: 0;
}
a.arrow-link {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  text-decoration: none;
}
a.arrow-link:hover {
  text-decoration: underline;
}
a.arrow-link::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
}
a.back-arrow-link {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  text-decoration: none;
}
a.back-arrow-link:hover {
  text-decoration: underline;
}
a.back-arrow-link::after {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
}
a.email-link {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
a.email-link::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
}
a.web-link {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
a.web-link::before {
  content: "\f37e";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-weight: 900;
  position: absolute;
  left: 0;
}
a.x-link {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
a.x-link::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  font-weight: 400;
  position: absolute;
  left: 0;
}
a.facebook-link {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
a.facebook-link::before {
  content: "\f09a";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  font-weight: 400;
  position: absolute;
  left: 0;
}
a.linkedin-link {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
a.linkedin-link::before {
  content: "\f0e1";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  font-weight: 400;
  position: absolute;
  left: 0;
}

ul {
  margin-top: 0;
  margin-bottom: var(--text-margin-bottom);
  padding-left: 1em;
}
ul.no-margins {
  position: static;
}
ul.tick-list {
  font-weight: 700;
  list-style: none;
  padding-left: 32px;
}

ol {
  margin-top: 0;
  margin-bottom: var(--text-margin-bottom);
  padding-left: 1em;
}
ol.no-margins {
  position: static;
}

li {
  margin-bottom: 0.875rem;
}
ul.no-margins > li, ol.no-margins > li {
  margin-bottom: 0;
}
ul.tick-list li {
  position: relative;
}
ul.tick-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: -32px;
  font-size: 20px;
}

blockquote {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 145px;
  position: relative;
  min-height: 96px;
  padding-top: 9px;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  blockquote {
    padding-left: 120px;
    min-height: 83px;
  }
}
@media only screen and (max-width: 870px) {
  blockquote {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 96px;
    min-height: 64px;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 76px;
    min-height: 51px;
  }
}
@media only screen and (max-width: 480px) {
  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 52px;
    min-height: 32px;
  }
}
blockquote::before {
  content: "";
  background-image: url("../images/quote-marks-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
}
.bg-light-blue blockquote::before, .bg-light-blue-inner blockquote::before, .bg-yellow blockquote::before, .bg-yellow-inner blockquote::before, .bg-lighter-green blockquote::before, .bg-lighter-green-inner blockquote::before {
  background-image: url("../images/quote-marks-dark-green.svg");
}
.bg-dark-green blockquote::before, .bg-dark-green-inner blockquote::before, .bg-green blockquote::before, .bg-green-inner blockquote::before, .bg-purple blockquote::before, .bg-purple-inner blockquote::before {
  background-image: url("../images/quote-marks-linen.svg");
}
@media only screen and (max-width: 1050px) {
  blockquote::before {
    top: 0;
    width: 104px;
  }
}
@media only screen and (max-width: 870px) {
  blockquote::before {
    width: 80px;
  }
}
@media only screen and (max-width: 600px) {
  blockquote::before {
    width: 64px;
  }
}
@media only screen and (max-width: 480px) {
  blockquote::before {
    width: 40px;
  }
}
blockquote p {
  margin-bottom: 24px;
}
blockquote > :last-child {
  margin-bottom: 0;
}

img.img-left {
  float: left;
  clear: left;
  margin: 0 64px 64px 0;
  border-radius: 8px;
  position: relative;
  top: 3px;
}
img.img-right {
  float: right;
  clear: right;
  margin: 0 0 64px 64px;
  border-radius: 8px;
  position: relative;
  top: 3px;
}
img.img-rounded:not(.img-left):not(.img-right) {
  border-radius: 16px;
  margin: 56px 0;
}
img.img-rounded:not(.img-left):not(.img-right):first-child {
  margin-top: 0;
}
img.img-rounded:not(.img-left):not(.img-right):last-child {
  margin-bottom: 0;
}
p > img.img-rounded:not(.img-left):not(.img-right):last-child {
  margin-bottom: 28px;
}
img.icon-left {
  float: left;
  clear: left;
  margin: 0 32px 40px 0;
  position: relative;
  top: 3px;
  width: 104px;
  height: auto;
}

table {
  margin-top: 0;
  margin-bottom: var(--text-margin-bottom);
  border-collapse: collapse;
}
table[border]:not([border="0"]) table {
  border: 1px solid var(--table-border-colour);
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 0 2rem 1rem 0;
  font-weight: 600;
}
table[border]:not([border="0"]) th {
  padding: 1rem;
  border: 1px solid var(--table-border-colour);
}
.mce-content-body th {
  font-family: inherit;
  font-size: inherit;
}
th p:last-child {
  margin-bottom: 0;
}

td {
  text-align: left;
  padding: 0 2rem 1rem 0;
}
table[border]:not([border="0"]) td {
  padding: 1rem;
  border: 1px solid var(--table-border-colour);
}
.mce-content-body td {
  font-family: inherit;
  font-size: inherit;
}
td p:last-child {
  margin-bottom: 0;
}

table.scrolling-table {
  margin-top: 0;
}

:root {
  --hr-margin: 40px;
}
@media only screen and (max-width: 480px) {
  :root {
    --hr-margin: 32px;
  }
}

hr {
  height: 0;
  clear: both;
  border-top: solid 2px var(--hr-colour);
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: var(--hr-margin) 0;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}
hr.clear {
  border-top: none;
  margin: 0;
}

:root {
  --input-padding-x: 8px;
  --input-padding-y: 8px;
  --input-text-colour: inherit;
  --input-bg-colour: #fff;
  --input-border-colour: #c7d0d1;
  --input-border-colour-focus: #007c54;
  --input-border-width: 2px;
  --input-border-radius: 8px;
  --input-min-height: 48px;
  --label-padding-y: 10px;
  --label-padding-r: 10px;
  --form-error-colour: #d00;
  --form-error-bg-colour: #fce6e6;
  --form-error-padding-x: 24px;
  --form-error-padding-y: 24px;
}
@media only screen and (max-width: 600px) {
  :root {
    --input-min-height: 44px;
  }
}

form {
  font-size: 1.1875rem;
  line-height: 1.4736842105em;
}
@media only screen and (max-width: 1304px) {
  form {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 1050px) {
  form {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 870px) {
  form {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 600px) {
  form {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  form {
    font-size: 1rem;
  }
}
@media only print {
  form {
    font-size: 1.1875rem;
  }
}
.mce-content-body form {
  font-size: 1.1875rem;
}

label {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: var(--label-padding-y) var(--label-padding-r) var(--label-padding-y) 0;
}

input[type=text] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=text]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

input[type=email] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=email]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

input[type=password] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=password]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

input[type=radio] {
  margin-right: var(--label-padding-r);
  transform: scale(1.25);
}

input[type=checkbox] {
  margin-right: var(--label-padding-r);
  transform: scale(1.25);
}

textarea {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
textarea:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

select {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
  min-height: var(--input-min-height);
}
select:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}

button,
input[type=button],
input[type=submit] {
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  background: var(--button-bg-colour);
  outline: none;
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-font-size);
  position: relative;
  text-align: left;
  color: var(--button-text-colour);
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: var(--button-text-colour-hover);
  background: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  border-color: var(--button-border-colour-focus);
}

a[name]:target {
  scroll-margin-top: 30px;
}

html {
  font-size: 100%;
  font-family: sans-serif;
}

@media only screen and (max-width: 600px) {
  :root {
    --button-font-size: 0.875rem;
    --button-line-height: 1.25rem;
    --button-padding-x: 1.25rem;
    --button-padding-y: 0.75rem;
    --secondary-button-font-size: 0.875rem;
    --secondary-button-line-height: 1.25rem;
    --secondary-button-padding-x: 1.25rem;
    --secondary-button-padding-y: 0.75rem;
    --ghost-button-font-size: 0.875rem;
    --ghost-button-line-height: 1.25rem;
    --ghost-button-padding-x: 1.25rem;
    --ghost-button-padding-y: 0.75rem;
  }
}

@media only screen and (max-width: 870px) {
  h1 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 870px) {
  h2 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    margin-top: 40px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  h3 {
    margin-top: 40px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  h4 {
    margin-top: 40px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  h5 {
    margin-top: 40px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  h6 {
    margin-top: 40px;
    margin-bottom: 8px;
  }
}

a {
  word-wrap: break-word;
}
@media only screen and (max-width: 480px) {
  a.button {
    margin-right: 12px;
  }
  .align-center > a.button, .align-center > p > a.button, p[style*="text-align: center;"] > a.button {
    margin-left: 6px;
    margin-right: 6px;
  }
  .align-right > a.button, .align-right > p > a.button, p[style*="text-align: right;"] > a.button {
    margin-left: 12px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  a.ghost-button {
    margin-right: 12px;
  }
  .align-center > a.ghost-button, .align-center > p > a.ghost-button, p[style*="text-align: center;"] > a.ghost-button {
    margin-left: 6px;
    margin-right: 6px;
  }
  .align-right > a.ghost-button, .align-right > p > a.ghost-button, p[style*="text-align: right;"] > a.ghost-button {
    margin-left: 12px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 1.125rem;
    line-height: 1.3333333333em;
  }
}
@media only screen and (max-width: 480px) {
  blockquote {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 600px) {
  blockquote p {
    margin-bottom: 16px;
  }
}

.scroll-wrapper table {
  margin-bottom: 0;
}

@media only screen and (max-width: 1304px) {
  th {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 1050px) {
  th {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 870px) {
  th {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  th {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  th {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  table[border]:not([border="0"]) th {
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  table[border]:not([border="0"]) th {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1304px) {
  td {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 1050px) {
  td {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 870px) {
  td {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  td {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  td {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  table[border]:not([border="0"]) td {
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  table[border]:not([border="0"]) td {
    padding: 1rem;
  }
}

.scroll-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1304px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 870px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1304px) {
  img.img-left {
    max-width: 44%;
    margin: 0 48px 48px 0;
  }
}
@media only screen and (max-width: 1050px) {
  img.img-left {
    margin: 0 40px 40px 0;
  }
}
@media only screen and (max-width: 870px) {
  img.img-left {
    margin: 0 32px 32px 0;
  }
}
@media only screen and (max-width: 600px) {
  img.img-left {
    margin: 0 32px 32px 0;
    max-width: 34%;
  }
}
@media only screen and (max-width: 480px) {
  img.img-left {
    margin: 0 24px 24px 0;
  }
}
@media only screen and (max-width: 1304px) {
  img.img-right {
    max-width: 44%;
    margin: 0 0 48px 48px;
  }
}
@media only screen and (max-width: 1050px) {
  img.img-right {
    margin: 0 0 40px 40px;
  }
}
@media only screen and (max-width: 870px) {
  img.img-right {
    margin: 0 0 32px 32px;
  }
}
@media only screen and (max-width: 600px) {
  img.img-right {
    margin: 0 0 32px 32px;
    max-width: 34%;
  }
}
@media only screen and (max-width: 480px) {
  img.img-right {
    margin: 0 0 24px 24px;
  }
}
@media only screen and (max-width: 600px) {
  img.img-rounded:not(.img-left):not(.img-right) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  img.img-rounded:not(.img-left):not(.img-right) {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  p > img.img-rounded:not(.img-left):not(.img-right):last-child {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 480px) {
  p > img.img-rounded:not(.img-left):not(.img-right):last-child {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 600px) {
  img.icon-left {
    margin: 0 24px 32px 0;
    width: 80px;
  }
}
@media only screen and (max-width: 480px) {
  img.icon-left {
    margin: 0 16px 24px 0;
  }
}

@media only screen and (max-width: 1304px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 870px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
}

:root {
  --unicity-form-label-width: 294px;
  --unicity-form-line-height: 1.4em;
  --unicity-form-field-margin-b: 32px;
  --unicity-form-option-group-margin-b: 16px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --unicity-form-label-width: 291px;
  }
}
@media only screen and (max-width: 1050px) {
  :root {
    --unicity-form-label-width: 151.6666666667px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --unicity-form-label-width: 197.25px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --unicity-form-label-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --unicity-form-label-width: auto;
  }
}

.form-field-wrapper {
  margin-bottom: var(--unicity-form-field-margin-b);
}
.form-field-wrapper label {
  width: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper label {
    display: block;
    padding-top: 0;
    padding-bottom: 6px;
  }
}
.form-field-wrapper label.label-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-field-wrapper label.label-wide + label {
  display: none;
}
.form-field-wrapper input[type=text],
.form-field-wrapper input[type=email],
.form-field-wrapper input[type=password],
.form-field-wrapper textarea,
.form-field-wrapper select {
  max-width: calc(100% - var(--unicity-form-label-width) - 24px);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper input[type=text],
  .form-field-wrapper input[type=email],
  .form-field-wrapper input[type=password],
  .form-field-wrapper textarea,
  .form-field-wrapper select {
    max-width: calc(100% - 16px);
  }
}
.form-field-wrapper input[type=text].fieldError,
.form-field-wrapper input[type=email].fieldError,
.form-field-wrapper input[type=password].fieldError,
.form-field-wrapper textarea.fieldError,
.form-field-wrapper select.fieldError {
  border-color: var(--form-error-colour);
}
.form-field-wrapper .input-button {
  margin-left: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .input-button {
    margin-left: 0;
  }
}
.form-field-wrapper .pseudo-label {
  display: inline-block;
  vertical-align: top;
  width: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .pseudo-label {
    display: block;
    padding-top: 0;
    padding-bottom: 6px;
  }
}
.form-field-wrapper .non-input {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - var(--unicity-form-label-width) - 24px);
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  .form-field-wrapper .non-input {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .form-field-wrapper .non-input {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .form-field-wrapper .non-input {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .non-input {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .form-field-wrapper .non-input {
    font-size: 0.875rem;
  }
}
@media only print {
  .form-field-wrapper .non-input {
    font-size: 1.0625rem;
  }
}
.mce-content-body .form-field-wrapper .non-input {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .non-input {
    display: block;
    max-width: none;
  }
}
.form-field-wrapper + .g-recaptcha {
  margin-left: var(--unicity-form-label-width);
}

.formErrorMessage {
  color: var(--form-error-colour);
  background-color: var(--form-error-bg-colour);
  padding: var(--form-error-padding-y) var(--form-error-padding-x);
  margin-bottom: var(--text-margin-bottom);
  border-radius: 16px;
}
.formErrorMessage p {
  margin-bottom: 16px;
}
.formErrorMessage a {
  color: inherit;
}
.formErrorMessage a:hover {
  color: inherit;
}
.formErrorMessage > :last-child {
  margin-bottom: 0;
}

.input-tiny {
  width: 82px;
}
textarea.input-tiny {
  height: calc(3 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-small {
  width: 188px;
}
textarea.input-small {
  height: calc(4 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-medium {
  width: 294px;
}
textarea.input-medium {
  height: calc(5 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-large {
  width: 400px;
}
textarea.input-large {
  height: calc(6 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-extralarge {
  width: 506px;
}
textarea.input-extralarge {
  height: calc(7 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

textarea.input-tall {
  height: calc(16 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.form-text input,
.form-email input,
.form-password input {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-text input,
  .form-email input,
  .form-password input {
    margin-left: 0;
  }
}

.form-date label + select {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-date label + select {
    margin-left: 0;
  }
}

.form-select select {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-select select {
    margin-left: 0;
  }
}

.form-textarea textarea {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-textarea textarea {
    margin-left: 0;
  }
}

.form-checkbox label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 46px);
  padding: 0;
  display: inline-block;
}
.form-checkbox label.label-wide {
  display: inline-block !important;
}
.form-checkbox input[type=checkbox] {
  vertical-align: top;
  margin-left: 2px;
  margin-top: 6px;
}
.form-checkbox input[type=checkbox].fieldError {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}

.form-radio p {
  width: var(--unicity-form-label-width);
  padding-right: var(--label-padding-r);
  box-sizing: border-box;
  float: left;
  margin-bottom: var(--label-padding-y);
}
@media only screen and (max-width: 600px) {
  .form-radio p {
    width: auto;
    float: none;
    margin-bottom: var(--unicity-form-option-group-margin-b);
  }
}
.form-radio p.label-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.form-radio .radio-option-wrapper {
  margin-left: var(--unicity-form-label-width);
  margin-bottom: var(--unicity-form-option-group-margin-b);
}
@media only screen and (max-width: 600px) {
  .form-radio .radio-option-wrapper {
    margin-left: 0;
  }
}
.form-radio .label-wide ~ .radio-option-wrapper,
.form-radio .radio-option-wrapper.radio-option-wrapper--no-margin {
  margin-left: 0;
}
.form-radio label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 46px);
  padding: 0;
  display: inline-block;
}
.form-radio input[type=radio] {
  vertical-align: top;
  margin-left: 2px;
  margin-top: 6px;
}
.form-radio input[type=radio].fieldError {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}
.form-radio.fieldErrorDiv input[type=radio] {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}

.form-date input[type=text] {
  margin-left: 0;
}
.form-date input[type=text].input-tiny {
  width: 114px;
}
@media only screen and (max-width: 480px) {
  .form-date input[type=text].input-tiny {
    width: 80px;
  }
}
.form-date input[type=text][name$=-year] {
  margin-right: 4px;
}
.form-date select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  background-image: none;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .form-date select {
    padding-right: 14px;
  }
}
.form-date select[name$=-day] {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-date select[name$=-day] {
    margin-left: 0;
  }
}
.form-date select[name$=-year] {
  margin-right: 4px;
}

.form-file input[type=file] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
.form-file input[type=file]:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
.form-file input[type=file].fieldError {
  border-color: var(--form-error-colour);
}

.form-field-required-star {
  display: inline-block;
  vertical-align: top;
}

.form-group #f_timestamp + h2,
.form-group #f_timestamp + h3,
.form-group #f_timestamp + h4,
.form-group #f_timestamp + h5,
.form-group #f_timestamp + h6 {
  margin-top: 0;
}

.donation-form-amount-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
@media only screen and (max-width: 1304px) {
  .donation-form-amount-option {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .donation-form-amount-option {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .donation-form-amount-option {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .donation-form-amount-option {
    margin-right: 0;
    display: block;
  }
}
.donation-form-amount-option label {
  padding: 0;
  vertical-align: middle;
}
.donation-form-amount-option:last-child {
  margin-right: 0;
}
.donation-form-amount-option input {
  vertical-align: middle;
}
.donation-form-amount-option small {
  display: inline-block;
  vertical-align: middle;
}
.donation-form-amount-option [type=radio]:checked + label:before,
.donation-form-amount-option [type=radio]:not(:checked) + label:before,
.donation-form-amount-option [type=radio]:checked + span + label:before,
.donation-form-amount-option [type=radio]:not(:checked) + span + label:before {
  top: 50%;
  margin-top: -10px;
}
.donation-form-amount-option [type=radio]:checked + label:after,
.donation-form-amount-option [type=radio]:not(:checked) + label:after,
.donation-form-amount-option [type=radio]:checked + span + label:after,
.donation-form-amount-option [type=radio]:not(:checked) + span + label:after {
  top: 50%;
  margin-top: -4px;
}

.donation-form-amount-option-other label {
  width: auto;
  margin: 0;
}
.donation-form-amount-option-other input[type=text] {
  width: 70px;
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px var(--input-border-colour);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .donation-form-amount-option-other input[type=text] {
    margin-top: 0;
  }
}

.donation-form-stage {
  margin-top: 24px;
  margin-bottom: 24px;
}

.donation-form-giftaid-smallprint {
  font-size: 80%;
  line-height: 1.5;
}

.pseudo-input {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
  width: 400px;
  max-width: calc(100% - var(--unicity-form-label-width) - 24px);
}
.pseudo-input:focus {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
@media only screen and (max-width: 600px) {
  .pseudo-input {
    width: 100%;
    max-width: calc(100% - 16px);
  }
}
.pseudo-input:focus-within {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
.pseudo-input.fieldError {
  border-color: var(--form-error-colour);
}

/* Payment Summary - for payment forms */
.payment-summary__label {
  width: var(--unicity-form-label-width);
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .payment-summary__label {
    display: block;
    width: auto;
  }
}

.payment-summary__amount {
  display: inline-block;
  font-size: 150%;
}

/* Card Details - for payment forms */
.card-logos {
  margin-left: calc(var(--unicity-form-label-width) + 5px);
}
@media only screen and (max-width: 600px) {
  .card-logos {
    margin-left: 0;
  }
}

.card-logo {
  width: 46px;
  border: solid 1px #CCC;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  color: black;
  display: inline-block;
}

p.card-cvc-explanation {
  float: none;
  width: auto;
  margin-top: 0.2em;
  padding-bottom: 0.75em;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  p.card-cvc-explanation {
    margin-left: 0;
  }
}

.card-cvc-explanation__icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
  margin-right: 0.2em;
}

.card-cvc-explanation__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 80%;
  line-height: 1.4;
  max-width: calc(100% - 70px);
}

.form-field-wrapper .formErrorMessage {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  margin-top: 4px;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1304px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 0.875rem;
  }
}
@media only print {
  .form-field-wrapper .formErrorMessage {
    font-size: 1.0625rem;
  }
}
.mce-content-body .form-field-wrapper .formErrorMessage {
  font-size: 1.0625rem;
}
.form-field-wrapper .formErrorMessage:empty {
  display: none;
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .formErrorMessage {
    margin-left: 0;
  }
}

#card-errors.formErrorMessage {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  margin-top: 4px;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  margin-bottom: 24px;
  max-width: 100%;
}
@media only screen and (max-width: 1304px) {
  #card-errors.formErrorMessage {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  #card-errors.formErrorMessage {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  #card-errors.formErrorMessage {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  #card-errors.formErrorMessage {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  #card-errors.formErrorMessage {
    font-size: 0.875rem;
  }
}
@media only print {
  #card-errors.formErrorMessage {
    font-size: 1.0625rem;
  }
}
.mce-content-body #card-errors.formErrorMessage {
  font-size: 1.0625rem;
}
#card-errors.formErrorMessage:empty {
  display: none;
}
@media only screen and (max-width: 600px) {
  #card-errors.formErrorMessage {
    margin-left: 0;
  }
}

.unicity-popup-gallery a {
  border: none;
}
.unicity-popup-gallery img {
  display: block;
}

:root {
  --blog-post-summary-margin: 36px;
}
@media only screen and (max-width: 600px) {
  :root {
    --blog-post-summary-margin: 24px;
  }
}

.blog-post-summary {
  --text-margin-bottom: 20px;
  border-bottom: solid 2px #c7d0d1;
  padding-bottom: var(--blog-post-summary-margin);
  margin-bottom: var(--blog-post-summary-margin);
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .blog-post-summary {
    display: block;
  }
}
.blog-post-summary a {
  text-decoration: none;
}
.blog-post-summary a:hover {
  text-decoration: underline;
}
.blog-post-summary__date {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  color: #5A7677;
}
@media only screen and (max-width: 1304px) {
  .blog-post-summary__date {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .blog-post-summary__date {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .blog-post-summary__date {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .blog-post-summary__date {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .blog-post-summary__date {
    font-size: 0.875rem;
  }
}
@media only print {
  .blog-post-summary__date {
    font-size: 1.0625rem;
  }
}
.mce-content-body .blog-post-summary__date {
  font-size: 1.0625rem;
}
.blog-post-summary__image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 35.6796116505%;
  margin-left: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-post-summary__image {
    width: 50%;
    margin-left: 0;
    margin-bottom: var(--text-margin-bottom);
  }
}
@media only screen and (max-width: 480px) {
  .blog-post-summary__image {
    width: 100%;
  }
}
.blog-post-summary__image a {
  display: block;
}
.blog-post-summary__image img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-summary__text {
  flex-grow: 1;
  flex-shrink: 1;
}
.blog-post-summary__text > :last-child {
  margin-bottom: 0;
}
.blog-post-summary > :last-child {
  margin-bottom: 0;
}

#blog #more-posts-link {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  #blog #more-posts-link {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  #blog #more-posts-link {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  #blog #more-posts-link {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  #blog #more-posts-link {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  #blog #more-posts-link {
    font-size: 0.875rem;
  }
}
@media only print {
  #blog #more-posts-link {
    font-size: 1.0625rem;
  }
}
.mce-content-body #blog #more-posts-link {
  font-size: 1.0625rem;
}
#blog #more-posts-link a {
  display: block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 12px;
  border-radius: 24px;
  color: #002d2e;
  background-color: #f3efe7;
  transition: color 0.2s, background-color 0.2s;
}
#blog #more-posts-link a:hover {
  color: #fff;
  background-color: #002d2e;
}
#blog #more-posts-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#blog #more-posts-link li {
  display: block;
  margin-right: 16px;
}
#blog #more-posts-link li:last-child {
  margin-right: 0;
}
#blog #more-posts-link li.selected a {
  background-color: #002d2e;
  color: #fff;
}

#smartsearch-results ul {
  list-style: none;
  padding: 1.75rem 0 0 0;
  margin: 0;
  border-top: solid 3px #c7d0d1;
}
@media only screen and (max-width: 600px) {
  #smartsearch-results ul {
    border-width: 2px;
  }
}
#smartsearch-results li {
  display: block;
  border-bottom: solid 3px #c7d0d1;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 600px) {
  #smartsearch-results li {
    border-width: 2px;
  }
}
#smartsearch-results .highlighted-text {
  background-color: #f8d471;
}
#smartsearch-results .pagination {
  margin-top: 40px;
  display: flex;
}
#smartsearch-results .pagination a {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .pagination {
    flex-direction: column;
  }
}
#smartsearch-results .prevlink {
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background-color: var(--button-bg-colour);
  outline: none;
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  position: relative;
  text-align: center;
  color: var(--button-text-colour);
  text-decoration: none;
}
#smartsearch-results .prevlink:hover {
  color: var(--button-text-colour-hover);
  background-color: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
#smartsearch-results .prevlink:focus {
  border-color: var(--button-border-colour-focus);
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .prevlink {
    margin: 0 auto 20px auto;
  }
}
#smartsearch-results .nextlink {
  margin-left: auto;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  box-sizing: border-box;
  border: solid var(--button-border-width) var(--button-border-colour);
  border-radius: var(--button-border-radius);
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background-color: var(--button-bg-colour);
  outline: none;
  cursor: pointer;
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  position: relative;
  text-align: center;
  color: var(--button-text-colour);
  text-decoration: none;
}
#smartsearch-results .nextlink:hover {
  color: var(--button-text-colour-hover);
  background-color: var(--button-bg-colour-hover);
  border-color: var(--button-border-colour-hover);
}
#smartsearch-results .nextlink:focus {
  border-color: var(--button-border-colour-focus);
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .nextlink {
    margin: 0 auto;
  }
}

#cookie-message {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  max-width: calc(100% - 48px);
}
@media only screen and (max-width: 870px) {
  #cookie-message {
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 600px) {
  #cookie-message {
    text-align: center;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 100%;
  }
}

#cookie-message-inner {
  background: #c7d0d1;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 870px) {
  #cookie-message-inner {
    padding: 20px;
  }
}
#cookie-message-inner p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
#cookie-message-inner p.cookie-heading {
  font-weight: 600;
  font-size: 1.125rem;
}
#cookie-message-inner a {
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
}
#cookie-message-inner a:hover {
  color: #fff;
}
#cookie-message-inner > :last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}

.youtube-player {
  margin: 60px 0;
}
.youtube-player:first-child {
  margin-top: 0;
}
.youtube-player:last-child {
  margin-bottom: 0;
}

.responsive-video-container {
  margin: 60px 0;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
@media only screen and (max-width: 600px) {
  .responsive-video-container {
    margin: 40px 0;
  }
}
.responsive-video-container:first-child {
  margin-top: 0;
}
.responsive-video-container:last-child {
  margin-bottom: 0;
}
.responsive-video-container iframe {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

:root {
  --faq-margin: 48px;
}
@media only screen and (max-width: 600px) {
  :root {
    --faq-margin: 32px;
  }
}

.faq-set {
  margin: var(--faq-margin) 0;
}
.faq-set:first-child {
  margin-top: 0;
}
.faq-set:last-child {
  margin-bottom: 0;
}

.faq-wrapper {
  --hr-colour: #54a07d;
  --hr-margin: 32px;
  background-color: #f3efe7;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .faq-wrapper {
    margin-bottom: 16px;
  }
}
.faq-wrapper hr {
  border-top-width: 1px;
}

.faq-question {
  scroll-margin-top: 24px;
}

.faq-heading {
  margin-bottom: 0;
}
.faq-heading a {
  text-decoration: none;
  display: block;
  padding: 24px 80px 24px 24px;
  color: #002d2e;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .faq-heading a {
    padding-right: 64px;
  }
}
.faq-heading a:hover {
  color: #007c54;
}
.faq-question.open .faq-heading a {
  color: #007c54;
}
.faq-heading a span {
  position: absolute;
  right: 24px;
}
.faq-heading a span::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}
.faq-question.open .faq-heading a span::after {
  content: "\f077";
}

.faq-answer {
  padding: 0 80px 24px 24px;
}
@media only screen and (max-width: 600px) {
  .faq-answer {
    padding-right: 24px;
  }
}

.gmap-canvas {
  margin: 40px 0;
}
.gmap-canvas:first-child {
  margin-top: 0;
}
.gmap-canvas:last-child {
  margin-bottom: 0;
}
.gmap-canvas button {
  border-radius: 0;
}

.responsive-gmap-canvas-container {
  margin: 40px 0;
}
@media only screen and (max-width: 1050px) {
  .responsive-gmap-canvas-container {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 600px) {
  .responsive-gmap-canvas-container {
    padding-top: 75%;
  }
}
.responsive-gmap-canvas-container:first-child {
  margin-top: 0;
}
.responsive-gmap-canvas-container:last-child {
  margin-bottom: 0;
}
.responsive-gmap-canvas-container .gmap-canvas {
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .responsive-gmap-canvas-container .gmap-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.cookieControlOption label {
  padding: 0;
  margin: 0;
}

body {
  background-color: #f7f7f7;
}

.body-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-opening .body-wrapper, .mobile-nav-open .body-wrapper, .mobile-nav-closing .body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
}

.masthead {
  --link-colour: #002d2e;
  --link-hover-colour: #007c54;
  background-color: #f3efe7;
}
.masthead__container {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 870px) {
  .masthead__container {
    align-items: center;
  }
}
.masthead__logo {
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1304px) {
  .masthead__logo {
    width: 260px;
  }
}
@media only screen and (max-width: 1050px) {
  .masthead__logo {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .masthead__logo {
    width: 160px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.masthead__logo a {
  text-decoration: none;
}
.masthead__logo img {
  display: block;
}
.masthead__nav-container {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 870px) {
  .masthead__nav-container {
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .masthead__site-search {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.masthead__account-nav {
  min-width: 304px;
  margin-left: 24px;
}
@media only screen and (max-width: 870px) {
  .masthead__account-nav {
    display: none;
  }
}
.masthead__main-nav {
  width: 100%;
  margin-top: 36px;
}
@media only screen and (max-width: 870px) {
  .masthead__main-nav {
    display: none;
  }
}

.site-search {
  --link-colour: inherit;
}
@media only screen and (max-width: 600px) {
  .site-search {
    display: none;
    padding: 18px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #007c54;
    color: #fff;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
  }
  .site-search-opening .site-search {
    opacity: 0;
    display: flex;
  }
  .site-search-open .site-search {
    opacity: 1;
    display: flex;
    transform: none;
  }
  .site-search-closing .site-search {
    opacity: 0;
    display: flex;
  }
}
.site-search form {
  border-bottom: solid 2px #748B8C;
  font-size: 1rem;
  display: flex;
  margin-top: 12px;
  width: 188px;
}
@media only screen and (max-width: 870px) {
  .site-search form {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .site-search form {
    width: calc(100% - 56px);
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #fff;
  }
}
.site-search form:focus-within {
  border-color: #002d2e;
}
.site-search input[type=text] {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 17px);
}
.site-search input[type=text]::-webkit-input-placeholder {
  color: #748B8C;
}
@media only screen and (max-width: 600px) {
  .site-search input[type=text]::-webkit-input-placeholder {
    color: #e3f2eb;
  }
}
.site-search input[type=text]::-moz-placeholder {
  color: #748B8C;
}
@media only screen and (max-width: 600px) {
  .site-search input[type=text]::-moz-placeholder {
    color: #e3f2eb;
  }
}
.site-search input[type=text]:-ms-input-placeholder {
  color: #748B8C;
}
@media only screen and (max-width: 600px) {
  .site-search input[type=text]:-ms-input-placeholder {
    color: #e3f2eb;
  }
}
.site-search input[type=text]:-moz-placeholder {
  color: #748B8C;
}
@media only screen and (max-width: 600px) {
  .site-search input[type=text]:-moz-placeholder {
    color: #e3f2eb;
  }
}
.site-search button {
  padding: 12px;
  margin-right: -12px;
  background-color: transparent;
  color: #002d2e;
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 600px) {
  .site-search button {
    color: #fff;
  }
}
.site-search button:hover {
  color: #007c54;
}
@media only screen and (max-width: 600px) {
  .site-search button:hover {
    color: #e3f2eb;
  }
}
.site-search button:focus-visible {
  outline: auto;
}
.site-search button i {
  font-size: 1.0625rem;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  .site-search button i {
    font-size: 1.25rem;
  }
}

.site-search-toggle {
  display: none;
}
@media only screen and (max-width: 600px) {
  .site-search-toggle {
    font-size: 1.5rem;
    padding: 12px;
    display: block;
  }
  .site-search-open .site-search-toggle, .site-search-opening .site-search-toggle {
    color: #007c54;
  }
}

.site-search-close {
  display: none;
}
@media only screen and (max-width: 600px) {
  .site-search-close {
    display: block;
    color: inherit;
    padding: 12px;
    margin-right: -12px;
    margin-top: -12px;
    line-height: 1em;
    font-size: 1.5rem;
  }
  .site-search-close:hover {
    color: inherit;
  }
}
.site-search-close i {
  line-height: 1em;
}

.account-nav {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  .account-nav {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .account-nav {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .account-nav {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .account-nav {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .account-nav {
    font-size: 0.875rem;
  }
}
@media only print {
  .account-nav {
    font-size: 1.0625rem;
  }
}
.mce-content-body .account-nav {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 1050px) {
  .account-nav {
    font-size: 1rem;
  }
}
.account-nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.account-nav li {
  margin: 0;
}
.account-nav a {
  display: block;
  text-decoration: none;
}
.account-nav__link {
  padding: 22px 24px 18px 24px;
}
.account-nav__link--primary {
  background-color: #007c54;
  color: #fff;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 0 0 8px 8px;
  min-width: 158px;
  text-align: center;
}
.account-nav__link--primary:hover {
  background-color: #002d2e;
  color: #fff;
}

.main-nav {
  text-align: right;
}
@media only screen and (max-width: 1050px) {
  .main-nav {
    font-size: 1.0625rem;
  }
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.main-nav li {
  margin-left: 56px;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .main-nav li {
    margin-left: 40px;
  }
}
.main-nav li.selected a, .main-nav li#activeSection a {
  color: #007c54;
}
.main-nav a {
  text-decoration: none;
}

.mobile-nav {
  display: none;
}
@media only screen and (max-width: 870px) {
  .mobile-nav {
    position: fixed;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
  }
  .mobile-nav-opening .mobile-nav {
    display: block;
    opacity: 0;
  }
  .mobile-nav-open .mobile-nav {
    display: block;
    opacity: 1;
    transform: none;
  }
  .mobile-nav-closing .mobile-nav {
    display: block;
    opacity: 0;
  }
  .mobile-nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    z-index: 2;
    background-image: linear-gradient(#007c54, #007c54 50%, rgba(0, 124, 84, 0));
  }
}
@media only screen and (max-width: 600px) {
  .mobile-nav {
    left: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav {
    left: 40px;
  }
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 80px 40px 56px 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  transition: opacity 0.2s, transform 0.2s;
  opacity: 0;
  z-index: 0;
  transform: translateX(40px);
}
.mobile-nav ul.active {
  opacity: 1;
  z-index: 1;
  transform: none;
}
.mobile-nav ul.pull-left {
  transform: translateX(-40px);
}
.mobile-nav ul a {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  display: block;
  padding-bottom: 7px;
}
.mobile-nav ul a::after {
  content: "";
  width: 40px;
  height: 0;
  border-bottom: solid 2px #54a07d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: border-color 0.2s;
}
.mobile-nav li.selected a, .mobile-nav li.expanded a {
  color: #f8d471;
}
.mobile-nav li.selected a::after, .mobile-nav li.expanded a::after {
  border-color: #f8d471;
}
.mobile-nav li.has-child a {
  padding-right: 24px;
  position: relative;
}
.mobile-nav li.has-child a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  padding-bottom: 9px;
  transform: translateY(-50%);
  color: rgb(114.75, 182.95, 160.95);
}
.mobile-nav li.mobile-nav__secondary-item.mobile-nav__secondary-item--first {
  margin-top: 56px;
}
.mobile-nav li.mobile-nav__section-title {
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1304px) {
  .mobile-nav li.mobile-nav__section-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1050px) {
  .mobile-nav li.mobile-nav__section-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 870px) {
  .mobile-nav li.mobile-nav__section-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-nav li.mobile-nav__section-title {
    font-size: 1.125rem;
    line-height: 1.3333333333em;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav li.mobile-nav__section-title {
    font-size: 1.125rem;
  }
}
@media only print {
  .mobile-nav li.mobile-nav__section-title {
    font-size: 1.375rem;
  }
}
.mce-content-body .mobile-nav li.mobile-nav__section-title {
  font-size: 1.375rem;
}
.mobile-nav li.mobile-nav__back {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  margin-top: 40px;
}
@media only screen and (max-width: 1304px) {
  .mobile-nav li.mobile-nav__back {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .mobile-nav li.mobile-nav__back {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .mobile-nav li.mobile-nav__back {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-nav li.mobile-nav__back {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav li.mobile-nav__back {
    font-size: 0.875rem;
  }
}
@media only print {
  .mobile-nav li.mobile-nav__back {
    font-size: 1.0625rem;
  }
}
.mce-content-body .mobile-nav li.mobile-nav__back {
  font-size: 1.0625rem;
}
.mobile-nav li.mobile-nav__back a {
  padding-left: 16px;
  position: relative;
}
.mobile-nav li.mobile-nav__back a::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #fff;
}
.mobile-nav li.mobile-nav__back a::after {
  display: none;
}

.mobile-nav-toggle {
  display: none;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-toggle {
    display: block;
    font-size: 1.5rem;
    padding: 12px;
    margin-left: 12px;
    margin-right: -12px;
  }
  .mobile-nav-open .mobile-nav-toggle, .mobile-nav-opening .mobile-nav-toggle {
    color: #007c54;
  }
  .mobile-nav .mobile-nav-toggle {
    position: absolute;
    right: 18px;
    top: 18px;
    margin-top: -12px;
    margin-left: 0;
    margin-right: -12px;
    z-index: 3;
  }
  .mobile-nav-open .mobile-nav .mobile-nav-toggle, .mobile-nav-opening .mobile-nav .mobile-nav-toggle {
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-nav-toggle {
    margin-left: 0;
  }
}

.footer {
  position: relative;
  padding-top: 56px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer a {
  font-weight: normal;
}
.footer__links {
  --link-hover-colour: #54a07d;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  .footer__links {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .footer__links {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .footer__links {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .footer__links {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .footer__links {
    font-size: 0.875rem;
  }
}
@media only print {
  .footer__links {
    font-size: 1.0625rem;
  }
}
.mce-content-body .footer__links {
  font-size: 1.0625rem;
}
.footer__links h6 {
  color: #54a07d;
}
@media only screen and (max-width: 600px) {
  .footer__links h6 {
    margin-bottom: 8px;
  }
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .footer__links ul {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__links ul {
    margin-bottom: 8px;
  }
}
.footer__links li {
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .footer__links li {
    display: inline-block;
    margin-right: 16px;
  }
}
.footer__links a {
  text-decoration: none;
}
.footer__links i {
  font-size: 34px;
}
.footer__links--social ul {
  display: inline-flex;
}
.footer__links--social li {
  margin-right: 24px;
}
.footer__links--social li:last-child {
  margin-right: 0;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .footer__info {
    margin-top: 0;
  }
}
.footer__info span {
  display: inline-block;
}
.footer__info > :last-child {
  margin-bottom: 0;
}
.footer__org-info {
  margin-right: 24px;
}

.hero {
  position: relative;
}
.hero p {
  font-size: 1.375rem;
  line-height: 1.4545454545em;
}
@media only screen and (max-width: 1304px) {
  .hero p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1050px) {
  .hero p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 870px) {
  .hero p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  .hero p {
    font-size: 1.125rem;
    line-height: 1.3333333333em;
  }
}
@media only screen and (max-width: 480px) {
  .hero p {
    font-size: 1.125rem;
  }
}
@media only print {
  .hero p {
    font-size: 1.375rem;
  }
}
.mce-content-body .hero p {
  font-size: 1.375rem;
}
.hero__content {
  margin-bottom: 25.6916996047%;
  padding: 24px 0 72px 0;
  align-self: center;
}
@media only screen and (max-width: 870px) {
  .hero__content {
    margin-bottom: 52px;
    padding-right: 15px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__content {
    margin-bottom: 16px;
    padding-right: 0;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__content {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
.hero--homepage .hero__content {
  padding-bottom: 44px;
}
@media only screen and (max-width: 870px) {
  .hero--homepage .hero__content {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .hero--homepage .hero__content {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .hero--homepage .hero__content {
    padding-bottom: 32px;
  }
}
.hero--content-page .hero__content {
  padding: 44px 0 0 0;
  margin-bottom: 14.5631067961%;
}
@media only screen and (max-width: 870px) {
  .hero--content-page .hero__content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .hero--content-page .hero__content {
    padding-top: 20px;
  }
}
.hero__content > :last-child {
  margin-bottom: 0;
}
.hero__image {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .hero__image {
    order: 1;
  }
}
.hero__image-sizer {
  width: 1px;
  height: 0;
  padding-top: 108.4967320261%;
}
.hero--homepage .hero__image-sizer {
  padding-top: 125.4901960784%;
}
@media only screen and (max-width: 600px) {
  .hero__image-sizer {
    display: none;
  }
}
.hero__image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 1304px) {
  .hero__image-container {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 870px) {
  .hero__image-container {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__image-container {
    position: relative;
    margin-top: 0;
  }
}
.hero--homepage .hero__image-container {
  width: 162.908496732%;
  padding-top: 162.908496732%;
  top: auto;
  bottom: 0;
  margin-bottom: -45.7516339869%;
}
@media only screen and (max-width: 1304px) {
  .hero--homepage .hero__image-container {
    width: 100%;
    padding-top: 100%;
    top: 0;
    bottom: auto;
    margin-bottom: 0;
  }
}
.hero__image-container::before {
  content: "";
  position: absolute;
  left: 35.4575163399%;
  top: 0;
  margin-top: -9.1503267974%;
  width: 71.8954248366%;
  height: 0;
  padding-top: 71.8954248366%;
  border-radius: 50%;
  background-color: #54a07d;
}
.hero--homepage .hero__image-container::before {
  left: 55.7673019057%;
  margin-top: -4.0120361083%;
  width: 44.1323971916%;
  padding-top: 44.1323971916%;
}
@media only screen and (max-width: 1304px) {
  .hero--homepage .hero__image-container::before {
    left: 35.4575163399%;
    margin-top: -9.1503267974%;
    width: 71.8954248366%;
    padding-top: 71.8954248366%;
  }
}
.hero__image-mask {
  position: absolute;
  left: -5px;
  top: 0;
  margin-top: -5px;
  width: 100%;
  height: 100%;
  border: solid 5px #f3efe7;
  border-radius: 50%;
  overflow: hidden;
}
.hero__image-mask img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--homepage .hero__image-mask img {
  height: auto;
}
@media only screen and (max-width: 1304px) {
  .hero--homepage .hero__image-mask img {
    height: 100%;
  }
}
.hero__curve {
  width: 100%;
  padding-top: 6.7708333333%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -0.5208333333%;
  z-index: 2;
  background-image: url("../images/hero-curve-down-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero--homepage .hero__curve, .hero--landing-page .hero__curve {
  background-image: url("../images/hero-curve-up-white.svg");
}

:root {
  --section-padding: 120px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --section-padding: 120px;
  }
}
@media only screen and (max-width: 1050px) {
  :root {
    --section-padding: 100px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --section-padding: 80px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --section-padding: 60px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --section-padding: 48px;
  }
}

.full-width-section {
  padding: var(--section-padding) 0;
  position: relative;
}
.full-width-section--bg-circles-top {
  background-image: url("../images/background-circles-top.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
.full-width-section--bg-circles-bottom {
  background-image: url("../images/background-circles-bottom.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.full-width-section--tabs {
  background-image: url("../images/tabs-bg-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: calc(100vh - var(--section-padding));
}
@media only screen and (max-width: 870px) {
  .full-width-section--tabs {
    background-image: none;
    background-color: #8ed8d9;
    min-height: auto;
  }
}
.template-1 .hero + .full-width-section, .template-2 .hero + .full-width-section {
  padding-top: calc(var(--section-padding) - 70px);
}
@media only screen and (max-width: 1050px) {
  .template-1 .hero + .full-width-section, .template-2 .hero + .full-width-section {
    padding-top: calc(var(--section-padding) - 48px);
  }
}
@media only screen and (max-width: 870px) {
  .template-1 .hero + .full-width-section, .template-2 .hero + .full-width-section {
    padding-top: calc(var(--section-padding) - 24px);
  }
}
@media only screen and (max-width: 600px) {
  .template-1 .hero + .full-width-section, .template-2 .hero + .full-width-section {
    padding-top: calc(var(--section-padding) - 16px);
  }
}
@media only screen and (max-width: 480px) {
  .template-1 .hero + .full-width-section, .template-2 .hero + .full-width-section {
    padding-top: var(--section-padding);
  }
}

:root {
  --text-group-margin: 48px;
}

.text-group {
  margin: var(--text-group-margin) 0;
}
.text-group:first-child {
  margin-top: 0;
}
.text-group:last-child {
  margin-bottom: 0;
}

.text {
  margin: var(--text-group-margin) 0;
}
.text:first-child {
  margin-top: 0;
}
.text:last-child {
  margin-bottom: 0;
}
.text__content {
  overflow: hidden;
}
.text__content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 870px) {
  .text__image {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .text__image {
    margin-top: var(--text-margin-bottom);
    padding-left: 0;
  }
}
.text__image img {
  display: block;
  border-radius: 16px;
  width: 100%;
}

:root {
  --text-and-circle-image-group-margin: 64px;
  --text-and-circle-image-margin: 64px;
}
@media only screen and (max-width: 600px) {
  :root {
    --text-and-circle-image-group-margin: 48px;
    --text-and-circle-image-margin: 48px;
  }
}

.text-and-circle-image-group {
  margin: var(--text-and-circle-image-group-margin) 0;
}
.text-and-circle-image-group:first-child {
  margin-top: 0;
}
.text-and-circle-image-group:last-child {
  margin-bottom: 0;
}

.text-and-circle-image {
  margin: var(--text-and-circle-image-margin) 0;
}
.text-and-circle-image:first-child {
  margin-top: 0;
}
.text-and-circle-image:last-child {
  margin-bottom: 0;
}
.text-and-circle-image__container {
  display: flex;
}
.text-and-circle-image--reversed .text-and-circle-image__container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .text-and-circle-image__container {
    display: block;
  }
}
.text-and-circle-image__image {
  flex-shrink: 0;
  flex-grow: 0;
  width: 40.5448717949%;
  padding: 3.4455128205%;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .text-and-circle-image__image {
    float: right;
    width: 50%;
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .text-and-circle-image__image {
    float: none;
    width: 55%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.text-and-circle-image__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/circle-mask-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-dark-green .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-dark-green.svg");
}
.bg-green .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-green.svg");
}
.bg-yellow .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-yellow.svg");
}
.bg-light-blue .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-light-blue.svg");
}
.bg-linen .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-linen.svg");
}
.bg-mint .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-mint.svg");
}
.text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-white.svg");
}
.bg-dark-green .text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-dark-green.svg");
}
.bg-green .text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-green.svg");
}
.bg-yellow .text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-yellow.svg");
}
.bg-light-blue .text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-light-blue.svg");
}
.bg-linen .text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-linen.svg");
}
.bg-mint .text-and-circle-image--reversed .text-and-circle-image__image::after {
  background-image: url("../images/circle-mask-alt-mint.svg");
}
.text-and-circle-image__image img {
  display: block;
}
.text-and-circle-image__content {
  align-self: center;
  margin-left: 106px;
  margin-right: 24px;
}
@media only screen and (max-width: 1050px) {
  .text-and-circle-image__content {
    margin-left: 72px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 870px) {
  .text-and-circle-image__content {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .text-and-circle-image__content {
    margin: 0;
  }
}
.text-and-circle-image--reversed .text-and-circle-image__content {
  margin-left: 46px;
  margin-right: 84px;
}
@media only screen and (max-width: 1050px) {
  .text-and-circle-image--reversed .text-and-circle-image__content {
    margin-left: 24px;
    margin-right: 72px;
  }
}
@media only screen and (max-width: 870px) {
  .text-and-circle-image--reversed .text-and-circle-image__content {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .text-and-circle-image--reversed .text-and-circle-image__content {
    margin: 0;
  }
}
.text-and-circle-image__content > :last-child {
  margin-bottom: 0;
}

:root {
  --feature-card-group-margin: 64px;
  --feature-card-margin: 48px;
}
@media only screen and (max-width: 870px) {
  :root {
    --feature-card-group-margin: 48px;
    --feature-card-margin: 40px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --feature-card-group-margin: 40px;
    --feature-card-margin: 32px;
  }
}

.feature-card-group {
  margin: var(--feature-card-group-margin) 0;
}
.feature-card-group:first-child {
  margin-top: 0;
}
.feature-card-group:last-child {
  margin-bottom: 0;
}

.feature-card {
  margin: var(--feature-card-margin) 0;
}
.feature-card:first-child {
  margin-top: 0;
}
.feature-card:last-child {
  margin-bottom: 0;
}
.feature-card__card {
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 870px) {
  .feature-card__card {
    display: block;
    background-color: #6640b0;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .feature-card__card {
    background-color: transparent;
    border-radius: 0;
  }
}
.feature-card__content {
  order: 1;
  flex-shrink: 1;
  flex-grow: 1;
  border-radius: 16px 0 0 16px;
  padding: 56px;
  box-sizing: border-box;
  width: 50%;
  min-height: 552px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1304px) {
  .feature-card__content {
    padding: 48px;
    min-height: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .feature-card__content {
    padding: 40px;
  }
}
@media only screen and (max-width: 870px) {
  .feature-card__content {
    padding: 32px;
    width: auto;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .feature-card__content {
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .feature-card__content {
    padding: 24px;
  }
}
.feature-card__content > :last-child {
  margin-bottom: 0;
}
.feature-card__image {
  order: 2;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  width: calc((100% - 24px) / 2);
  box-sizing: border-box;
}
@media only screen and (max-width: 870px) {
  .feature-card__image {
    float: right;
    padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .feature-card__image {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.feature-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0;
  background-image: url("../images/curve-feature-card.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 102%;
}
@media only screen and (max-width: 870px) {
  .feature-card__image::after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .feature-card__image::after {
    display: block;
    left: 0;
    top: auto;
    bottom: 0;
    margin-bottom: -1.0638297872%;
    background-image: url("../images/curve-feature-card-mobile.svg");
    background-size: 102% auto;
    background-position: center bottom;
  }
}
.feature-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 16px 16px 0;
}
@media only screen and (max-width: 870px) {
  .feature-card__image img {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .feature-card__image img {
    border-radius: 0;
    border-radius: 16px 16px 0 0;
  }
}

:root {
  --coloured-block-margin: 48px;
  --coloured-block-padding: 40px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --coloured-block-padding: 32px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --coloured-block-padding: 24px;
  }
}
.coloured-block-group {
  margin: var(--coloured-block-margin) 0;
}
.coloured-block-group:first-child {
  margin-top: 0;
}
.coloured-block-group:last-child {
  margin-bottom: 0;
}

.coloured-block {
  margin: var(--coloured-block-margin) 0;
}
.coloured-block:first-child {
  margin-top: 0;
}
.coloured-block:last-child {
  margin-bottom: 0;
}
.main-content .coloured-block {
  margin-top: 64px;
}
@media only screen and (max-width: 600px) {
  .main-content .coloured-block {
    margin-top: 40px;
  }
}
.main-content .coloured-block:first-child {
  margin-top: 0;
}
.coloured-block__block {
  padding: var(--coloured-block-padding);
  border-radius: 16px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .coloured-block__block {
    display: block;
  }
}
.coloured-block__icon {
  width: 136px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: var(--coloured-block-padding);
}
@media only screen and (max-width: 1050px) {
  .coloured-block__icon {
    width: 104px;
  }
}
@media only screen and (max-width: 870px) {
  .coloured-block__icon {
    width: 96px;
  }
}
@media only screen and (max-width: 600px) {
  .coloured-block__icon {
    width: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .coloured-block__icon {
    margin-right: 0;
    margin-bottom: var(--coloured-block-padding);
  }
}
.coloured-block__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.coloured-block__content {
  flex-shrink: 1;
  flex-grow: 1;
}
.coloured-block--full .coloured-block__content {
  flex-grow: 0;
  max-width: 925px;
}
.coloured-block__content > :last-child {
  margin-bottom: 0;
}

:root {
  --card-group-margin: 48px;
  --card-group-column-gap: 24px;
  --card-group-row-gap: 24px;
  --card-colour: #f3efe7;
  --card-hover-colour: #f8f5f1;
  --card-padding: 40px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --card-group-column-gap: 28px;
    --card-group-row-gap: 28px;
    --card-padding: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  :root {
    --card-group-column-gap: 20px;
    --card-group-row-gap: 20px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --card-group-column-gap: 18px;
    --card-group-row-gap: 18px;
    --card-padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --card-group-column-gap: 18px;
    --card-group-row-gap: 18px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --card-group-column-gap: 18px;
    --card-group-row-gap: 18px;
  }
}
:root .bg-linen,
:root .bg-mint {
  --card-colour: #fff;
  --card-hover-colour: #fdfcfa;
}

.card-group {
  max-width: 1248px;
  margin: var(--card-group-margin) auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: var(--card-group-column-gap);
       column-gap: var(--card-group-column-gap);
  row-gap: var(--card-group-row-gap);
}
.card-group:first-child {
  margin-top: 0;
}
.card-group:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1304px) {
  .card-group {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .card-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .card-group {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .card-group {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .card-group {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.card {
  display: block;
  grid-column: span 4;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--card-colour);
  color: #002d2e;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  transition: background-color 0.2s;
  position: relative;
}
@media only screen and (max-width: 1304px) {
  .card {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .card {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .card {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .card {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .card {
    font-size: 0.875rem;
  }
}
@media only print {
  .card {
    font-size: 1.0625rem;
  }
}
.mce-content-body .card {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 870px) {
  .card {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .card {
    grid-column: span 12;
  }
}
.card:hover {
  color: #002d2e;
  background-color: var(--card-hover-colour);
}
.card--green {
  --card-colour: #54a07d;
  --card-hover-colour: #6eae91;
}
.card--light-blue {
  --card-colour: #8ed8d9;
  --card-hover-colour: #9fdedf;
}
.card--yellow {
  --card-colour: #f8d471;
  --card-hover-colour: #f9da86;
}
.card__image img {
  display: block;
}
.card__icon {
  display: block;
  padding: var(--card-padding) var(--card-padding) 0 var(--card-padding);
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 870px) {
  .card__icon {
    width: 72px;
    height: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .card__icon {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 480px) {
  .card__icon {
    width: 56px;
    height: 56px;
  }
}
.card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__content {
  display: block;
  padding: var(--card-padding);
  position: relative;
}
.card--image .card__content {
  min-height: 130px;
}
@media only screen and (max-width: 600px) {
  .card--image .card__content {
    min-height: auto;
  }
}
.card--text .card__content {
  min-height: 117px;
}
@media only screen and (max-width: 600px) {
  .card--text .card__content {
    min-height: auto;
  }
}
.card--icon .card__content {
  padding-top: 24px;
}
@media only screen and (max-width: 600px) {
  .card--icon .card__content {
    padding-top: 16px;
  }
}
.card__content > :last-child {
  margin-bottom: 0;
}
.card__heading {
  transition: color 0.2s;
}
.card:hover .card__heading {
  color: #007c54;
}
.card--green:hover .card__heading, .card--light-blue:hover .card__heading, .card--yellow:hover .card__heading {
  color: #002d2e;
}
.card__curve {
  transition: color 0.2s;
  color: #f3efe7;
  position: absolute;
  left: 0;
  margin-top: -6.25%;
}
.bg-linen .card__curve, .bg-mint .card__curve {
  color: #fff;
}
.card:hover .card__curve {
  color: #f8f5f1;
}
.bg-linen .card:hover .card__curve, .bg-mint .card:hover .card__curve {
  color: #fdfcfa;
}
.card__curve svg {
  display: block;
  width: 100%;
  height: auto;
}

:root {
  --block-link-group-margin: 48px;
  --block-link-colour: #f3efe7;
  --block-link-hover-colour: #f8f5f1;
  --block-link-padding-x: 40px;
  --block-link-padding-y: 24px;
  --block-link-margin-bottom: 24px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --block-link-padding-x: 32px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --block-link-padding-x: 24px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --block-link-group-margin: 24px;
  }
}
:root .bg-linen,
:root .bg-mint {
  --block-link-colour: #fff;
  --block-link-hover-colour: #fdfcfa;
}

.block-link-group {
  margin: var(--block-link-group-margin) 0;
}
.block-link-group:first-child {
  margin-top: 0;
}
.block-link-group:last-child {
  margin-bottom: 0;
}

.block-link {
  display: block;
  background-color: var(--block-link-colour);
  color: #002d2e;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  transition: background-color 0.2s;
  border-radius: 16px;
  padding: var(--block-link-padding-y) var(--block-link-padding-x);
  margin-bottom: var(--block-link-margin-bottom);
  position: relative;
}
@media only screen and (max-width: 1304px) {
  .block-link {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .block-link {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .block-link {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .block-link {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .block-link {
    font-size: 0.875rem;
  }
}
@media only print {
  .block-link {
    font-size: 1.0625rem;
  }
}
.mce-content-body .block-link {
  font-size: 1.0625rem;
}
.block-link:hover {
  background-color: var(--block-link-hover-colour);
  color: #002d2e;
}
.block-link:last-child {
  margin-bottom: 0;
}
.block-link--arrow {
  padding-right: calc(2 * var(--block-link-padding-x));
}
.block-link--arrow::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  right: var(--block-link-padding-x);
  top: var(--block-link-padding-y);
  transition: color 0.2s;
}
.block-link--arrow:hover::after {
  color: #007c54;
}
.block-link__heading {
  margin-bottom: 4px;
  transition: color 0.2s;
}
.block-link:hover .block-link__heading {
  color: #007c54;
}
.block-link > :last-child {
  margin-bottom: 0;
}

:root {
  --tabs-padding-top: 24px;
  --tabs-padding: 40px;
}
@media only screen and (max-width: 600px) {
  :root {
    --tabs-padding: 32px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --tabs-padding: 24px;
  }
}

.tabs {
  --text-margin-bottom: 16px;
}
.tabs__tabs {
  margin-top: 52px;
}
@media only screen and (max-width: 600px) {
  .tabs__tabs {
    margin-top: 32px;
    background-color: #f3efe7;
    border-radius: 16px;
  }
}
.tabs__heading {
  text-shadow: #fff 1px 0 20px;
}
@media only screen and (max-width: 870px) {
  .tabs__heading {
    text-shadow: none;
  }
}
.tabs__tab-nav {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.tabs__tab-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .tabs__tab-nav ul {
    flex-wrap: wrap;
    padding: 16px 16px 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs__tab-nav ul {
    padding: 12px 12px 0 12px;
  }
}
.tabs__tab-nav li {
  background-color: #fff;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .tabs__tab-nav li {
    width: auto;
    background-color: transparent;
  }
}
.tabs__tab-nav li.active {
  background-color: #f3efe7;
}
@media only screen and (max-width: 600px) {
  .tabs__tab-nav li.active {
    border-radius: 8px;
    background-color: #fff;
  }
}
.tabs__tab-nav li.active a {
  color: #002d2e;
  text-decoration: none;
}
.tabs__tab-nav a {
  padding: 26px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .tabs__tab-nav a {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs__tab-nav a {
    padding: 8px 12px;
  }
}
.tabs__tab-content-container {
  --secondary-button-bg-colour: #fff;
  padding: var(--tabs-padding-top) var(--tabs-padding) var(--tabs-padding) var(--tabs-padding);
  background: #f3efe7;
  border-radius: 0 0 16px 16px;
}
.tabs__tab-content {
  display: none;
  /*&.set-height {
  	display: block;
  	opacity: 0;
  }*/
}
.tabs__tab-content.active {
  display: block;
}
.tabs__tab-content > :last-child {
  margin-bottom: 0;
}

.news-feed__grid {
  row-gap: 32px;
}
.news-feed__heading {
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .news-feed__heading {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  .news-feed__articles {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .news-feed__articles {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .main-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .main-content {
    padding-right: 0;
  }
}
.main-content > :last-child {
  margin-bottom: 0;
}

.sub-nav {
  --link-colour: #002d2e;
  --link-hover-colour: #007c54;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1304px) {
  .sub-nav {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .sub-nav {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .sub-nav {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .sub-nav {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .sub-nav {
    font-size: 0.875rem;
  }
}
@media only print {
  .sub-nav {
    font-size: 1.0625rem;
  }
}
.mce-content-body .sub-nav {
  font-size: 1.0625rem;
}
.sub-nav:last-child {
  margin-bottom: 0;
}
.sub-nav h6 {
  margin-bottom: 12px;
}
.sub-nav a {
  text-decoration: none;
}
.sub-nav a:hover {
  text-decoration: none;
}
.sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-nav li {
  position: relative;
  margin-bottom: 9px;
}
.sub-nav li:last-child {
  margin-bottom: 0;
}
.sub-nav li.selected a {
  color: #007c54;
}
.sub-nav li.selected a::after {
  border-color: #007c54;
}
.sub-nav li a {
  display: inline-block;
  padding-bottom: 7px;
  font-weight: 600;
}
.sub-nav li a::after {
  content: "";
  width: 40px;
  height: 0;
  border-bottom: solid 2px #c7d0d1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: border-color 0.2s;
}

:root {
  --sidebar-block-margin: 48px;
  --sidebar-block-padding: 32px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --sidebar-block-padding: 32px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --sidebar-block-padding: 24px;
  }
}
.sidebar-block {
  --text-margin-bottom: 16px;
  padding: var(--sidebar-block-padding);
  border-radius: 16px;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  .sidebar-block {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .sidebar-block {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .sidebar-block {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar-block {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-block {
    font-size: 0.875rem;
  }
}
@media only print {
  .sidebar-block {
    font-size: 1.0625rem;
  }
}
.mce-content-body .sidebar-block {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 870px) {
  .sidebar-block {
    display: flex;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-block {
    display: block;
  }
}
.sidebar-block h5 {
  margin-bottom: 8px;
}
.sidebar-block__icon {
  display: block;
  margin-bottom: var(--sidebar-block-padding);
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 870px) {
  .sidebar-block__icon {
    margin-right: var(--sidebar-block-padding);
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar-block__icon {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-block__icon {
    margin-right: 0;
    margin-bottom: 16px;
    width: 56px;
    height: 56px;
  }
}
.sidebar-block__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 870px) {
  .sidebar-block__text {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.sidebar-block__text > :last-child {
  margin-bottom: 0;
}
.sidebar-block__social-icons a {
  display: inline-block;
  margin-right: 24px;
}
.sidebar-block__social-icons a:last-child {
  margin-right: 0;
}
.sidebar-block__social-icons i {
  font-size: 2.25rem;
  line-height: 1em;
}
.sidebar-block > :last-child {
  margin-bottom: 0;
}

:root {
  --share-buttons-margin: 56px;
}

.share-buttons {
  margin: var(--share-buttons-margin) 0;
  display: flex;
  align-items: center;
}
.share-buttons:first-child {
  margin-top: 0;
}
.share-buttons:last-child {
  margin-bottom: 0;
}
.share-buttons__label {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1304px) {
  .share-buttons__label {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .share-buttons__label {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .share-buttons__label {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .share-buttons__label {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .share-buttons__label {
    font-size: 0.875rem;
  }
}
@media only print {
  .share-buttons__label {
    font-size: 1.0625rem;
  }
}
.mce-content-body .share-buttons__label {
  font-size: 1.0625rem;
}
.share-buttons__buttons {
  flex-grow: 1;
  flex-shrink: 1;
}

.section-dropdown {
  --input-border-colour: transparent;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  .section-dropdown {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .section-dropdown {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .section-dropdown {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-dropdown {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .section-dropdown {
    font-size: 0.875rem;
  }
}
@media only print {
  .section-dropdown {
    font-size: 1.0625rem;
  }
}
.mce-content-body .section-dropdown {
  font-size: 1.0625rem;
}
.section-dropdown select {
  padding: 14px 80px 14px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 512px;
  cursor: pointer;
  background-image: url("../images/dropdown-arrow.svg"), linear-gradient(to left, #007c54, #007c54 56px, #fff 56px);
  background-position: right -2px center, right -2px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 56px 56px, 56px 56px;
}
.section-dropdown select:hover {
  background-image: url("../images/dropdown-arrow.svg"), linear-gradient(to left, #002d2e, #002d2e 56px, #fff 56px);
}

.text-listing {
  border-bottom: solid 2px #c7d0d1;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .text-listing {
    padding-bottom: 24px;
  }
}
.text-listing:last-child {
  margin-bottom: 0;
}
.text-listing p {
  margin-bottom: 8px;
}
.text-listing__content {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .text-listing__content {
    display: block;
  }
}
.text-listing__heading {
  margin-bottom: 8px;
  width: 100%;
}
.text-listing__text {
  flex-grow: 1;
  flex-shrink: 1;
}
.text-listing__text > :last-child {
  margin-bottom: 0;
}
.text-listing__button {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 24px;
}
@media only screen and (max-width: 600px) {
  .text-listing__button {
    margin-left: 0;
    margin-top: 16px;
  }
}
.text-listing__button a.button {
  margin-right: 0;
}

:root {
  --dashboard-block-group-margin: 48px;
  --dashboard-block-bg-colour: #f3efe7;
  --dashboard-block-hover-bg-colour: #f8f5f1;
  --dashboard-block-padding-x: 24px;
  --dashboard-block-padding-y: 16px;
  --dashboard-block-margin-bottom: 24px;
  --dashboard-block-icon-margin-right: 32px;
}
@media only screen and (max-width: 1304px) {
  :root {
    --dashboard-block-icon-margin-right: 24px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --dashboard-block-padding-y: 24px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --dashboard-block-group-margin: 32px;
  }
}

.dashboard-block-group {
  margin: var(--dashboard-block-group-margin) 0;
}
.dashboard-block-group:first-child {
  margin-top: 0;
}
.dashboard-block-group:last-child {
  margin-bottom: 0;
}

.dashboard-block {
  display: flex;
  align-items: center;
  background-color: var(--dashboard-block-bg-colour);
  color: #002d2e;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  transition: background-color 0.2s;
  border-radius: 16px;
  padding: var(--dashboard-block-padding-y) var(--dashboard-block-padding-x);
  margin-bottom: var(--dashboard-block-margin-bottom);
  position: relative;
}
@media only screen and (max-width: 1304px) {
  .dashboard-block {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .dashboard-block {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .dashboard-block {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .dashboard-block {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .dashboard-block {
    font-size: 0.875rem;
  }
}
@media only print {
  .dashboard-block {
    font-size: 1.0625rem;
  }
}
.mce-content-body .dashboard-block {
  font-size: 1.0625rem;
}
.dashboard-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .dashboard-block {
    display: block;
  }
}
.dashboard-block--callout {
  --dashboard-block-bg-colour: #6640b0;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f8d471;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f8d471;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  color: #fff;
}
.dashboard-block--error {
  --dashboard-block-bg-colour: #fce6e6;
  --button-text-colour: #002d2e;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #f8d471;
  --button-bg-colour-hover: #002d2e;
  --button-border-colour: #f8d471;
  --button-border-colour-hover: #002d2e;
  --button-border-colour-focus: #002d2e;
  color: #d00;
}
.dashboard-block__icon {
  display: block;
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: var(--dashboard-block-icon-margin-right);
}
@media only screen and (max-width: 870px) {
  .dashboard-block__icon {
    width: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .dashboard-block__icon {
    width: 64px;
  }
}
@media only screen and (max-width: 480px) {
  .dashboard-block__icon {
    margin-right: 0;
    margin-bottom: 16px;
    width: 56px;
  }
}
.dashboard-block__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.dashboard-block__text-container {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 480px) {
  .dashboard-block__text-container {
    width: 100%;
  }
}
.dashboard-block__text-container > :last-child {
  margin-bottom: 0;
}
.dashboard-block__heading {
  margin-bottom: 8px;
  transition: color 0.2s;
}
a.dashboard-block:hover .dashboard-block__heading {
  color: #007c54;
}
.dashboard-block__button {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: var(--dashboard-block-padding-x);
}
@media only screen and (max-width: 480px) {
  .dashboard-block__button {
    margin-left: 0;
    margin-top: var(--dashboard-block-padding-x);
    width: 100%;
  }
}
.dashboard-block__button a.button {
  margin: 0;
}

a.dashboard-block:hover {
  background-color: var(--dashboard-block-hover-bg-colour);
  color: #002d2e;
}

:root {
  --portal-callout-margin: 48px;
}
@media only screen and (max-width: 600px) {
  :root {
    --portal-callout-margin: 40px;
  }
}

.portal-callout {
  border-radius: 16px;
  padding: 24px;
  margin: var(--portal-callout-margin) 0;
}
.portal-callout:first-child {
  margin-top: 0;
}
.portal-callout:last-child {
  margin-bottom: 0;
}
.portal-callout p {
  margin-bottom: 8px;
}
.portal-callout > :last-child {
  margin-bottom: 0;
}

:root {
  --portal-form-buttons-margin: 72px;
}
@media only screen and (max-width: 600px) {
  :root {
    --portal-form-buttons-margin: 56px;
  }
}

.portal-form__buttons {
  margin: var(--portal-form-buttons-margin) 0;
}
.portal-form__buttons:first-child {
  margin-top: 0;
}
.portal-form__buttons:last-child {
  margin-bottom: 0;
}

.listing-table {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 100%;
}
.listing-table:first-child {
  margin-top: 0;
}
.listing-table:last-child {
  margin-bottom: 0;
}
.listing-table th {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
  border-bottom: solid 2px #c7d0d1;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1304px) {
  .listing-table th {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .listing-table th {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .listing-table th {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .listing-table th {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .listing-table th {
    font-size: 0.875rem;
  }
}
@media only print {
  .listing-table th {
    font-size: 1.0625rem;
  }
}
.mce-content-body .listing-table th {
  font-size: 1.0625rem;
}
.listing-table td {
  border-bottom: solid 2px #c7d0d1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pagination {
  font-size: 1.0625rem;
  line-height: 1.4117647059em;
}
@media only screen and (max-width: 1304px) {
  .pagination {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1050px) {
  .pagination {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 870px) {
  .pagination {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .pagination {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .pagination {
    font-size: 0.875rem;
  }
}
@media only print {
  .pagination {
    font-size: 1.0625rem;
  }
}
.mce-content-body .pagination {
  font-size: 1.0625rem;
}
.pagination a {
  display: block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 12px;
  border-radius: 24px;
  color: #002d2e;
  background-color: #f3efe7;
  transition: color 0.2s, background-color 0.2s;
}
.pagination a:hover {
  color: #fff;
  background-color: #002d2e;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.pagination li {
  display: block;
  margin-right: 16px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.selected a {
  background-color: #002d2e;
  color: #fff;
}

:root {
  --job-listing-summary-margin: 40px;
}

.job-listing-summary {
  border-bottom: solid 2px #c7d0d1;
  padding-bottom: var(--job-listing-summary-margin);
  margin-bottom: var(--job-listing-summary-margin);
}
.job-listing-summary h5 {
  margin-bottom: 16px;
}
.job-listing-summary p {
  margin-bottom: 16px;
}
.job-listing-summary__text {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .job-listing-summary__text {
    display: block;
  }
}
.job-listing-summary__details {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 480px) {
  .job-listing-summary__details {
    margin-bottom: 16px;
  }
}
.job-listing-summary__details > :last-child {
  margin-bottom: 0;
}
.job-listing-summary__button {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 24px;
}
@media only screen and (max-width: 480px) {
  .job-listing-summary__button {
    margin-left: 0;
  }
}
.job-listing-summary__button a.button {
  margin: 0;
}

.job-info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .job-info {
    display: block;
  }
}
.job-info p {
  font-size: 1.1875rem;
  line-height: 1.4736842105em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1304px) {
  .job-info p {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 1050px) {
  .job-info p {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 870px) {
  .job-info p {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 600px) {
  .job-info p {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .job-info p {
    font-size: 1rem;
  }
}
@media only print {
  .job-info p {
    font-size: 1.1875rem;
  }
}
.mce-content-body .job-info p {
  font-size: 1.1875rem;
}
.job-info__column {
  width: calc((100% - 24px) / 2);
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 600px) {
  .job-info__column {
    width: auto;
    margin-bottom: 14px;
  }
  .job-info__column:last-child {
    margin-bottom: 0;
  }
}
.job-info__column > :last-child {
  margin-bottom: 0;
}
