/** Generated: Thursday, 5th of June 2025, 01:14:04 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/**
 * Created by Ben Byford
 *
 *
	Variables
	Animation
	General HTML tags
	Layout
	Main content
	Footer
	Helper Classes
	Print
 *
 */
/*********************************************************************
* Variables
*
*/
nav a,
.search input,
input[type="submit"],
a,
.menu-icon span,
a img,
.btn,
.menu-button {
  transition: all 0.1s ease-out;
}
.overlay-inner,
.Medium,
.High,
.Low,
.trend-Medium,
.trend-High,
.trend-Low {
  transition: all 0.5s ease-out;
}
/*********************************************************************
* Animation
*
*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    opacity: 0;
    transform: rotateZ(0deg);
  }
  20% {
    opacity: 1;
    transform: rotateZ(1deg);
  }
  50% {
    transform: rotateZ(-0.6deg);
  }
  70% {
    transform: rotateZ(0.4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.Low,
.trend-Low {
  background-color: rgba(255, 243, 137, 0.7) !important;
}
.Low:hover,
.trend-Low:hover {
  background-color: #fff389 !important;
}
.Medium,
.trend-Medium {
  background-color: rgba(243, 182, 18, 0.7) !important;
}
.Medium:hover,
.trend-Medium:hover {
  background-color: #f3b612 !important;
}
.High,
.trend-High {
  background-color: rgba(243, 119, 18, 0.7) !important;
}
.High:hover,
.trend-High:hover {
  background-color: #f37712 !important;
}
@media all and (min-width: 786px) {
  .key-container p.label,
  .key-container .key {
    float: right;
  }
}
@media all and (max-width: 786px) {
  .key-container p.label {
    float: left;
  }
}
.key-container p {
  padding: 0.1em 0.5em;
  display: inline;
  font-family: 'Raleway', 'Helvetica Neue', verdana;
}
.key-container div {
  display: inline-block;
  vertical-align: top;
}
.key-container .key {
  border: 2px solid #000000;
}
.key-container .High {
  width: 300px;
  height: 55px;
}
.key-container .Medium {
  width: 200px;
  height: 40px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.key-container .Low {
  width: 100px;
  height: 30px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.warning,
.message {
  animation: wobble 0.5s ease-in-out forwards;
}
.logo svg .extra-text {
  animation: fadeOut 0.5s 1s ease-in-out forwards;
}
.logo:hover svg .extra-text {
  animation: fadeIn 0.5s 0s ease-in-out forwards;
}
.fadeIn #strapline *,
.fadeIn #content * {
  animation: fadeIn 0.2s 0s ease-in-out forwards;
}
.fadeIn {
  animation: fadeIn 0.2s 0s ease-in-out forwards;
}
.fadeOut #strapline *,
.fadeOut #content * {
  animation: fadeOut 0.2s 0s ease-in-out forwards;
}
.fadeOut {
  animation: fadeOut 0.2s 0s ease-in-out forwards;
}
/*********************************************************************
* General HTML tags
*
*/
* {
  box-sizing: border-box;
}
::-moz-selection {
  background: #fff389;
  text-shadow: none;
}
::selection {
  background: #fff389;
  text-shadow: none;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0 auto;
  background: #ffffff;
}
body.overlay-open {
  overflow: none;
}
body,
td,
input,
textarea {
  font-family: 'Open Sans', verdana, sans-serif, serif;
  font-size: 110%;
  line-height: 1.5em;
  color: #333333;
  border: 0;
}
table {
  border: 2px solid black;
  border-radius: 3px;
  font-size: 70%;
  min-width: 100%;
  margin-bottom: 1em;
}
table td,
table th {
  padding: 0.45em 0.6em;
  vertical-align: top;
}
table th,
table .label {
  background-color: #f8f8f8;
  font-weight: bold;
  text-align: left;
}
table th {
  background-color: #eeeeee;
}
table tr:hover td,
table tr:active td,
table tr:focus td {
  background-color: #e1f1f0;
}
textarea {
  min-height: 160px;
}
img {
  width: auto;
  max-width: 100%;
}
video {
  width: 100%;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  word-break: keep-all;
  font-family: 'Raleway', 'Helvetica Neue', verdana;
  font-weight: normal;
  letter-spacing: -1px;
  max-width: 920px;
}
h1 {
  font-size: 2em;
  margin: 0.24em 0 0.6em 0;
}
h2 {
  font-size: 1.6em;
  margin: 0.48em 0 0.6em 0;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 1.5em;
  margin: 0.36em 0 0.5em 0;
  letter-spacing: -0.2px;
}
h4 {
  font-size: 1.4em;
  margin: 0.3em 0 0.4em 0;
  letter-spacing: -0.1px;
}
h5 {
  font-size: 1.2em;
  margin: 0.24em 0 0.3em 0;
  letter-spacing: -0.1px;
}
h6 {
  color: #ccc;
  margin-bottom: 1.6em;
}
@media all and (min-width: 786px) {
  h1 {
    font-size: 2.8em;
    margin: 0.24em 0 0.6em 0;
  }
  h2 {
    font-size: 1.7em;
    margin: 0.48em 0 0.6em 0;
  }
  h3 {
    font-size: 1.6em;
    margin: 0.36em 0 0.4em 0;
  }
  h4 {
    font-size: 1.5em;
    margin: 0.3em 0 0.3em 0;
  }
  h5 {
    font-size: 1.3em;
    margin: 0.24em 0 0.2em 0;
  }
  h6 {
    color: #ccc;
    margin-bottom: 1.6em;
  }
}
audio {
  margin: 2.4em 0 1.6em;
}
b,
strong {
  font-weight: bolder;
}
p {
  max-width: 920px;
}
a {
  color: #333333;
  word-break: break-word;
}
a:visited {
  color: #363636;
}
a:hover {
  opacity: 0.95;
  color: #4d4d4d;
}
a:hover img {
  transform: translateY(-1px);
}
a:active,
a:focus {
  color: white;
  text-decoration: none;
}
a:active img,
a:focus img {
  transition: all 0.1s ease-in-out;
  opacity: 1;
  transform: translateY(1px);
}
small {
  font-size: 0.75em;
  opacity: 0.75;
}
blockquote {
  font-size: 120%;
  line-height: 160%;
  color: white;
  margin: 2.4em 0 3.2em;
  font-family: georgia, serif;
}
blockquote p:last-child {
  margin: none;
}
pre,
code {
  background: #eee;
  border: 1px solid #ddd;
}
pre {
  font-size: 14px;
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #ddd;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #333333;
  margin: 1em auto 2.4em;
  padding: 0;
  max-width: 50%;
}
.spacer {
  background: #ffffff;
  height: 2px;
  width: 50%;
  max-width: 100px;
  margin: 1em auto;
  display: block;
  clear: both;
}
details {
  border: 2px solid black;
  border-radius: 3px;
  padding: 1em 1.4em;
  margin-bottom: 0.6em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
details:hover {
  background-color: #f8f8f8;
}
details summary {
  cursor: pointer;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, arial;
}
details summary:hover {
  opacity: 0.9;
}
details div {
  padding-top: 0.6em;
}
details div p:first-of-type {
  margin-top: 0;
}
details.stresser_heat {
  background-image: url(/site/templates/img/jose-ignacio-pompe-i_fh5Y-DJk4-unsplash.png);
}
details.stresser_air {
  background-image: url(/site/templates/img/ian-dooley-hpTH5b6mo2s-unsplash.png);
}
details.stresser_noise {
  background-image: url(/site/templates/img/kevin-lee-K9cc-19hBKY-unsplash.png);
}
details.stresser_light {
  background-image: url(/site/templates/img/zhang-kaiyv-o6U9HanLq6U-unsplash.png);
}
details.stresser_deprivation {
  background-image: url(/site/templates/img/linas-drulia-ROuNu6h37-E-unsplash.png);
}
form input,
form textarea {
  background-color: #34d9c8;
  display: inline-block;
  text-align: left;
  padding: 0.9em 0.6em;
  border: 3px solid #000000;
  width: 100%;
  border-radius: 6px;
  vertical-align: top;
  line-height: 1em;
  margin: 0.3em 0 0.3em 0;
  outline: none;
}
form input:active,
form textarea:active,
form input:hover,
form textarea:hover {
  background-color: #5fe1d4;
}
form input:focus,
form textarea:focus {
  background-color: #5fe1d4;
  border-color: #22b8a8;
}
.btn,
input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  padding: 0.75em 0.75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, arial;
  line-height: 16px;
  color: white;
  background-color: #0c7880;
  cursor: pointer;
  border: 0;
  transform: translateY(1px);
  width: 100%;
  max-width: 200px;
  width: max-content;
  text-align: center;
  border: 3px solid #000000;
  margin: 0;
}
@media all and (min-width: 460px) {
  .btn,
  input[type="submit"] {
    padding: 1em 1.5em;
  }
}
.btn:hover,
input[type="submit"]:hover,
.btn:focus,
input[type="submit"]:focus {
  transform: translateY(0px);
  background-color: #10a4af;
}
.btn:active,
input[type="submit"]:active {
  transform: translateY(1px);
  background-color: #084c51;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
.btn .loading,
input[type="submit"] .loading {
  cursor: progress;
  cursor: wait;
  background-color: #084c51;
  box-shadow: none;
}
.btn {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.fine-btn {
  max-width: none;
  width: 100%;
  border-width: 2px;
  transform: translateY(0px);
}
.link-btn {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70%;
  max-width: none;
  letter-spacing: 1px;
  border-width: 2px;
  cursor: pointer;
  margin-right: 0.6em;
  display: inline-block;
}
.btn-close {
  display: inline-block;
  background-color: #ddd;
  border-color: transparent;
  float: right;
}
/*********************************************************************
 * Layout
 *
 */
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
}
@media all and (max-width: 1260px) {
  .container {
    width: 92% !important;
  }
}
.mid-container {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
}
@media all and (max-width: 1260px) {
  .mid-container {
    width: 92% !important;
  }
}
.text-container {
  max-width: 720px;
}
/*********************************************************************
 * Main content
 *
 */
header {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media all and (min-width: 786px) {
  header {
    min-height: 132px;
    display: grid;
    grid-template-columns: 33.333% 1fr;
  }
}
@media all and (min-width: 1575px) {
  header {
    grid-template-columns: 360px 1fr 360px;
  }
}
#logo svg {
  font-family: "Helvetica Neue", Helvetica;
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  display: block;
}
#logo h1 {
  margin: 0.3em 0;
}
#page {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
}
@media all and (min-width: 786px) {
  #page header {
    grid-column: span 3;
  }
  #page #ajaxer {
    grid-column: span 3;
    grid-row: span 1;
  }
  #page #main {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  #page #main #strapline {
    grid-column: span 1;
  }
  #page #main #content {
    grid-column: span 2;
  }
  #page footer {
    grid-column: span 3;
  }
}
@media all and (min-width: 1260px) {
  #page {
    grid-template-columns: 360px 1fr;
  }
  #page #main {
    grid-template-columns: 1fr;
  }
}
#content h3 {
  margin-top: 1em;
}
#content,
.content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 94%;
}
#content a,
footer a {
  color: #0e4c46;
}
#content a:active,
footer a:active,
#content a:focus,
footer a:focus {
  color: #0c7880;
}
#logo {
  border-right: 4px solid #000000;
}
#footer {
  border-top: 4px solid #000000;
}
@media all and (min-width: 786px) {
  #logo {
    border-left: 0;
    border-top: 0;
  }
  #primary-menu {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}
@media all and (min-width: 786px) {
  #main {
    min-height: calc(80vh - 132px);
  }
  #main.home-template {
    min-height: 0;
  }
}
nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
nav a {
  text-decoration: none;
  display: block;
  color: black;
  font-family: 'Raleway', 'Helvetica Neue', verdana;
  line-height: 1em;
  font-weight: 500;
  font-size: 1em;
}
@media all and (min-width: 786px) {
  nav a {
    font-size: 2.2vw;
  }
}
@media all and (min-width: 1260px) {
  nav a {
    font-size: 1.5em;
  }
}
nav a:hover,
nav a.linkActive,
nav a:visited.linkActive {
  color: white !important;
}
nav a:active {
  color: white !important;
}
nav#primary-menu .content-container {
  justify-content: start;
  justify-content: flex-start;
  gap: 1em;
  flex-wrap: wrap;
}
nav#primary-menu a {
  margin-bottom: 0;
}
@media all and (max-width: 786px) {
  .nav-open .menu-list {
    display: block;
    position: absolute;
    height: 100vh;
    background: #34d9c8;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .nav-open .menu-list .flex {
    display: grid;
    margin-top: 3em;
  }
}
.nav-open .menu-button {
  transform: scale(1.2);
}
.nav-open .menu-button .bar {
  background-color: #0c7880;
}
.menu-button {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 102;
}
.menu-button .bar {
  display: block;
  background-color: white;
  height: 3px;
  width: 2em;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.menu-button .bar.top {
  top: 5px;
}
.menu-button .bar.middle {
  top: 13px;
}
.menu-button .bar.bottom {
  top: 21px;
}
.menu-button:hover,
.menu-button:active {
  transform: scale(1.1);
}
.menu-button:active {
  opacity: 0.9;
  transform: scale(0.95);
}
.menu-button.open .bar.top {
  transform: translateY(-1em);
}
.menu-button.open .bar.bottom {
  transform: translateY(1em);
}
.blue-bar {
  grid-column: span 3;
  height: 0.75em;
}
#footer {
  padding: 1em 0;
  background-color: #f3b612;
  clear: both;
  font-size: 90%;
  align-items: end;
}
@media all and (min-width: 786px) {
  #footer {
    min-height: 15vh;
  }
}
/*********************************************************************
* Sections
*
*/
section {
  padding: 1.6em 0 2.4em;
}
.card {
  padding: 1em;
  border: 2px solid black;
  border-radius: 3px;
}
@media all and (max-width: 786px) {
  .card {
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 1260px) {
  .card {
    padding: 1.6em;
  }
}
.card img {
  margin-bottom: 1em;
}
.card .label,
.card .value {
  font-family: 'Raleway', 'Helvetica Neue', verdana;
}
.card .label {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 786px) {
  .card .label {
    font-size: 1.6em;
  }
}
.card .value {
  font-size: 2em;
  margin-top: 0;
  font-variant-numeric: lining-nums;
}
@media all and (min-width: 786px) {
  .card .value {
    font-size: 2.5em;
  }
}
.mini-card {
  padding: 0;
  grid-gap: 0 !important;
  gap: 0 !important;
}
@media all and (min-width: 786px) {
  .mini-card .label {
    border-right: 2px solid #000000;
  }
}
.mini-card .label,
.mini-card .value {
  font-size: 1em;
  margin: 0;
  padding: 0.5em;
}
.colour-1 {
  background: #f3b612;
}
.colour-2 {
  background: #34d9c8;
}
.colour-3 {
  background: #e65ce4;
}
.colour-4 {
  background: white;
}
/*********************************************************************
* Templates
*
*/
.your-area-template details {
  background-color: black;
  color: white;
}
.your-area-template details p {
  color: white;
}
.your-area-template details summary {
  color: #f3b612;
  font-size: 1.5em;
}
#map-waste,
#map-pollutant,
#map {
  min-height: 15em;
  height: 100%;
}
.map-container {
  border-bottom: 4px solid #000000;
  margin-top: -2em;
  position: relative;
}
.map-overlay {
  background-color: rgba(230, 92, 228, 0.5);
  position: absolute;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
}
.waste-sites-template.postcode #map-waste,
.pollutant-sites-template.postcode #map-waste,
.waste-sites-template.postcode #map-pollutant,
.pollutant-sites-template.postcode #map-pollutant {
  height: 75vh;
  min-height: 25em;
}
.waste-sites-template.postcode .map-container,
.pollutant-sites-template.postcode .map-container {
  margin-top: -1em;
}
#map-info {
  padding: 1em 1.4em;
  z-index: 10;
}
@media all and (max-width: 786px) {
  #map-info {
    background-color: #ffffff;
    margin-top: -1em;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    margin-bottom: 1em;
    position: relative;
  }
}
@media all and (min-width: 786px) {
  #map-info {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 40%;
    min-height: 200px;
    max-height: 450px;
    max-height: 70vh;
    overflow-y: auto;
  }
}
.no-postcode #map-info {
  display: none;
}
.stressers .half table {
  min-height: 345px;
}
.share .btn {
  width: 100%;
  margin-bottom: 0.6em;
}
.divider {
  width: 2px;
  padding: 0;
}
.details-margin {
  margin-bottom: 0.6em;
}
/*********************************************************************
* 4. Helper classes
*
*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.hide {
  display: none;
}
.visually-hidden {
  visibility: hidden;
}
.show-mobile {
  display: none;
}
@media all and (max-width: 786px) {
  .show-mobile {
    display: block;
  }
}
.show-desktop {
  display: none;
}
@media all and (min-width: 786px) {
  .show-desktop {
    display: block;
  }
}
.no-opacity {
  opacity: 0;
}
.opacity {
  opacity: 1;
}
.half-opacity {
  opacity: 0.4;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
  top: 1em;
}
div p:first-child {
  margin-top: 0;
}
.container h3:first-child {
  margin-top: 0 !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.full-width {
  width: 100%;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.padding {
  padding: 1em 1.4em;
}
.padding-small {
  padding: 0.6em 1em;
}
@media all and (min-width: 786px) {
  .padding-small {
    padding: 1em 1.4em;
  }
}
.padding-big {
  padding: 1em 1.4em;
}
@media all and (min-width: 786px) {
  .padding-big {
    padding: 1.5em 1.75em;
  }
}
.padding-top-bottom {
  padding: 2em 0;
}
.padding-top-small {
  padding-top: 0.75em;
}
.padding-top-bottom-small {
  padding: 1em 0;
}
.padding-bottom {
  padding-bottom: 1em;
}
.padding-bottom-big {
  padding-bottom: 3em;
}
.margin-bottom {
  margin-bottom: 1em !important;
}
.margin-top {
  margin-top: 1em;
}
.margin-top-big {
  margin-top: 3em;
}
@media all and (min-width: 1260px) {
  .padding-on-big {
    padding: 1em 1.4em;
  }
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
.half > * {
  width: 100%;
}
@media all and (min-width: 786px) {
  .half > * {
    width: 50%;
  }
}
@media all and (min-width: 786px) {
  .half.gap > * {
    width: calc(50% - 0.5em);
  }
}
@media all and (min-width: 786px) {
  .half.gap > *:nth-child(2n-1) {
    margin-right: 0.5em;
  }
}
@media all and (min-width: 786px) {
  .half.gap > *:nth-child(2n) {
    margin-left: 0.5em;
  }
}
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}
.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}
.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}
@media all and (min-width: 786px) {
  .columns {
    column-count: 2;
    column-gap: 1.5em;
  }
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex.align-start {
  justify-content: left;
}
@media screen and (min-width: 460px) {
  .grid {
    display: grid;
  }
}
.grid-item {
  padding: 1em 0 1em 0;
}
@media all and (min-width: 460px) {
  .grid-item {
    padding: 1em 0.8em 1em 0;
  }
}
@media all and (min-width: 786px) {
  .grid-item {
    padding: 1em 1.6em 1em 0;
  }
}
.grid-item img {
  max-width: 400px;
}
@supports (grid-column-gap: 10px) {
  .grid-item {
    padding: 1em 0 1em 0;
  }
  .two-up {
    grid-column-gap: 15px;
    grid-gap: 15px;
  }
  .three-up {
    grid-column-gap: 15px;
    grid-gap: 15px;
  }
}
.four-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 460px) {
  .four-up {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 786px) {
  .four-up {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 460px) {
  .three-up {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 786px) {
  .three-up {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 460px) {
  .one-up {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 786px) {
  .two-up {
    grid-template-columns: 1fr 1fr;
  }
}
.span-two {
  grid-column: span 2;
}
.justify-end {
  justify-self: end;
}
.circle {
  border-radius: 500px;
}
.border {
  border: 2px solid black;
  border-radius: 3px;
}
.border-main-bottom {
  border-bottom: 4px solid #000000;
}
.border-main {
  border: 4px solid #000000;
}
.orange {
  color: white;
  background-color: #f3b612;
}
.purple {
  color: white;
  background-color: #e65ce4;
}
.blue {
  color: black;
  background-color: #34d9c8;
}
.warning,
.message {
  margin: 1em auto;
  background-color: #f0683e;
  color: white;
  padding: 0.6em 1.2em;
}
.message {
  background-color: #0c7880;
}
.overflow-x {
  overflow-x: auto;
}
.quote {
  width: 100%;
  text-align: center;
}
.quote .quote-text {
  padding: 1em 1.4em;
  background-color: #f3b612;
  padding-bottom: 7em;
}
.quote .quote-text > * {
  margin: auto;
  max-width: 30em;
}
.quote .quote-image {
  border-radius: 500px;
  margin: -6em auto 0;
  max-width: 200px;
}
.flickity-prev-next-button {
  width: 2em;
  height: 2em;
}
.overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  align-items: center;
}
.overlay.hide {
  display: none;
}
.overlay .overlay-inner {
  border-radius: 6px;
  box-shadow: 0 3px 4px #ccc;
  width: 90%;
  padding: 5%;
  transform: translateY(10px);
  background-color: white;
}
@media all and (min-width: 786px) {
  .overlay .overlay-inner {
    max-width: 786px;
  }
}
.overlay.fadeIn .overlay-inner {
  transform: translateY(0px);
}
.overlay.fadeOut .overlay-inner {
  transform: translateY(20px);
}
.icon {
  display: inline-block;
  vertical-align: top;
  height: 12px;
  margin-right: 0.3em;
}
.svg.twitter-svg {
  width: 100%;
  max-width: 16px;
}
@media all and (min-width: 786px) {
  .svg.twitter-svg {
    max-width: 20px;
  }
}
@media all and (min-width: 1260px) {
  .svg.twitter-svg {
    max-width: 24px;
  }
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-size: 11.5px;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .logo a:after,
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote,
  h2,
  h3,
  tr,
  img {
    page-break-after: avoid;
  }
  nav#primary-menu,
  form,
  .hide-form-print,
  .btn {
    display: none;
  }
  table {
    min-height: 200px !important;
  }
}
