 :root {
  --primary: 49,151,244;
  --secondary: 121,186,53;
  --font-stack: 'EB Garamond', serif;
}
* {
  box-sizing: border-box;
}
//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?eeras8');
  src:  url('fonts/icomoon.eot?eeras8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?eeras8') format('truetype'),
    url('fonts/icomoon.woff?eeras8') format('woff'),
    url('fonts/icomoon.svg?eeras8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e905";
}
.icon-facebook-square:before {
  content: "\e904";
}
.icon-youtube-play:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\f078";
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Bold.woff2') format('woff2'),
        url('fonts/EBGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-BoldItalic.woff2') format('woff2'),
        url('fonts/EBGaramond-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Regular.woff2') format('woff2'),
        url('fonts/EBGaramond-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Italic.woff2') format('woff2'),
        url('fonts/EBGaramond-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url(fonts/'EBGaramond-SemiBold.woff2') format('woff2'),
        url('fonts/EBGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/EBGaramond-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}
.span_9_of_12 {
  	width: 74.6%;
}
.span_8_of_12 {
  	width: 66.13%;
}
.span_7_of_12 {
  	width: 57.66%;
}
.span_6_of_12 {
  	width: 49.2%;
}
.span_5_of_12 {
  	width: 40.73%;
}
.span_4_of_12 {
  	width: 32.26%;
}
.span_3_of_12 {
  	width: 23.8%;
}
.span_2_of_12 {
  	width: 15.33%;
}
.span_1_of_12 {
  	width: 6.866%;
}
img {
  width: 100%
}
body {
  font-family: var(--font-stack);
  font-size: calc(15px + 0.390625vw);
  color: #10163a;
}
.home-banner {
  background-color: rgba(var(--secondary), 1);
  text-align: center;
  padding: 10px;
  color: white;
  text-shadow: 0 0 2px rgba(0,0,0,.7);
  font: normal bold 1.3rem/1em var(--font-stack);
  width: 100%;
  height: 40px;
  border-right: 10px solid rgba(var(--secondary), 1);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}
.home-banner p {
  display: inline;
  white-space: nowrap;
}
.home-banner a:link,
.home-banner a:visited,
.home-banner a:hover,
.home-banner a:active {
  color: white;
}
header {
  width: 100%;
  text-align: left;
  border-top: 52px solid rgb(var(--primary));
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 7.3%;
  margin-bottom: 95px;
  position: relative;
}
header h2.logo {
  width: 35%;
  max-width: 550px;
  margin: 0;
  position: relative;
  top: 33px;
  left: -30px;
  padding: 0;
}
header h2::before {
  display: none;
}
nav {
  width: 45%;
  position: relative;
}
nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
nav li {
  font: normal 400 1.2rem/1em var(--font-stack);
  color: rgb(var(--primary));
}
nav a {
  display: inline-block;
}
nav a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: rgb(var(--secondary));
    transition: width .3s;
}
nav a:link {
  color: rgb(var(--primary));
  text-decoration: none;
}
nav a:visited {
  color: rgb(var(--primary));
  text-decoration: none;
}
nav a:hover {
  color: rgb(var(--secondary));
}
nav a:hover::after {
    width: 100%;
}
nav li ul {
  display: none;
  height: auto;
  position: absolute;
  margin: 0;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  z-index: 700;
  border-top: 0 none;
  list-style: none;
  background-color: #fff;
}
nav li .icon-chevron-down {
  font-size: 70%;
}
nav li ul li {
  margin: 4px 0 10px 0;
}
#responsive-button {
  display: none;
}
h1, h2, h3, h4 {
  font-family: var(--font-stack);
  color: rgb(var(--primary));
}
h1 {
  margin-bottom: 8px;
  line-height: 1.3em;
}
h2 {
  font-weight: 600;
  font-size: 2.62rem;
  padding-left: 5px;
  position: relative;
}
h2::before {
  content: '';
  background-image: url(img/glyph.svg);
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  left: -5px
}
h3 {
  margin-bottom: 8px;
}
h2 span,
h3 span {
  display: block;
  font-style: italic;
  font-size: 85%;
}
h3 + p,
h4 + p {
  margin-top: 6px;
}
.route-66 .span_3_of_12 h3 {
  margin-top: 0;
}
h4 {
  font-style: italic;
  margin-bottom: 8px;
}
p {
  line-height: 1.3em;
}
p.note {
  font-size: 90%;
  font-style: italic;
}
a:link {
  color: rgb(var(--primary));
}
a:visited {
  color: rgb(var(--primary));
}
a:hover,
a:active {
  color: rgb(var(--secondary));
  text-decoration: none;
}
.intro p:last-of-type {
  text-align: right;
}

.button {
  color: rgb(var(--primary));
  padding: 15px 0;
  font-size: 1.625rem;
  text-decoration: none;
  border: 1px solid rgb(var(--primary));
  text-align: center;
  display: inline-block;
  width: 50%;
  max-width: 300px;
}
.button:visited {
  color: rgb(var(--primary));
  text-decoration: none;
  border: 1px solid rgb(var(--primary));
}
.button:hover,
.button:active {
  color: white;
  background-color: rgb(var(--primary));
}
.explore,
.remember,
.support,
.content,
footer {
  padding: 0 7.3%;
}
.explore {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;

}
.discover {
  background: rgb(var(--primary)) url(img/bg-discover.webp) center center;
  background-size: cover;
  color: white;
  padding: 18px 7.3%;
  margin: 100px 0;
}
.discover h2 {
  color: white;
  margin: 0 0 20px 0;
}
.discover h2::before {
  background-image: url(img/glyph-white.svg);
}
.discover ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.discover li {
  text-align: center;
  background-color: rgba(19,64,85,0.6);
  padding: 7px;
  width: 24%;
}
.discover img {
  display: block;
}
.discover a {
  display: block;
  color: white;
  font-family: sans-serif;
  font-size: 0.9rem;
  margin-top: 6px

}
.remember {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.remember h2 {
  width: 100%
}
.remember img {
  margin-bottom: 30px;
}
.collaborate {
  border: 1px solid rgb(var(--secondary));
  border-bottom-width: 5px;
  padding: 12px 20px 40px 20px;
  margin: 40px 0;
  background: #FFF url('img/bg-support-collab.webp') no-repeat center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.collaborate h3 {
  color: rgb(var(--secondary));
  font-size: 2.1rem;
  margin-top: 0;
  width: 100%;
}
.collaborate p {
  font-size: 1.31rem;
  margin: 18px 0 0 0;
  width: 65%;
}
.collaborate .button,
.button.donate {
  width: 17%;
  color: rgb(var(--secondary));
  border: 1px solid rgb(var(--secondary));
  opacity: 1;
  margin-bottom: 26px;
}
.collaborate .button:hover,
.collaborate .button:active,
.button.donate:hover,
.button.donate:active {
  color: white;
  background-color: rgb(var(--secondary));
}
[id^="donate-button"] img {
  width: auto;
}
.notice {
  background-color: rgba(var(--primary),0.2);
  padding: 15px;
  width: 75%;
  margin: 20px auto 40px auto;
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--primary));
  font: italic 600 1.6rem/1.2em var(--font-stack);
  display: block;
  text-align: center;
}
.options {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.options hr,
hr {
  border: 0 none;
  border-bottom: 1px solid rgb(var(--primary));
  margin-top: 20px;
}
.options h2 {
  width: 100%;
}
.row {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
}
label {
  display: block;
  margin-bottom: 5px;
}
input + label {
  margin-top: 20px;
}
input,
textarea {
  padding: 10px;
  border: 1px solid rgba(var(--primary),1);
  width: 90%;
  font-family: sans-serif;
  font-size: 90%;
}
textarea {
  resize: vertical;
}
input:focus,
textarea:focus {
  border: 1px solid rgba(var(--secondary),1);
  outline: none;
  background-color: rgba(var(--secondary),0.1); //#e1fec2

}
input[type=submit],
button.g-recaptcha {
  background-color: white;
  border: 1px solid rgb(var(--secondary));
  color: rgb(var(--secondary));
  margin: 30px 0 15px 0;
  cursor: pointer;
  width: 90%;
  padding: 20px 10px;
  font-family: sans-serif;
}
input[type=submit]:hover,
button.g-recaptcha:hover {
  background-color: rgb(var(--secondary));
  border: 1px solid rgb(var(--secondary));
  color: white;
}
.join-support input[type=submit],
.join-support button.g-recaptcha {
  margin-top: 30px;
}
div.turner-div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
div.turner-div h2 {
  order: 1;
  width: auto;
}
div.turner-div img {
  margin-top: 35px;
  width: auto;
  order: 2;
}
div.turner-div p {
  order: 3;
}
div.turner-div .span_12_of_12 {
  order: 4;
}
/* progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #eee;
  border: 1px solid rgb(var(--primary));
  margin: 7px 0 15px 0;
  color: rgb(var(--primary)); /*Works only with edge. Not applied to webkit and mozilla
  background-color: #eee; /*not applied to webkit. Works with firefox and Edge
  border-radius: 10px; /*Not appied to value part in firefox. Works with Edge
}

 progress::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 10px;
 }
 progress::-webkit-progress-value {
     background-color: rgb(var(--primary));
     border-radius: 10px;
 }
 /* FOR FIREFOX
 progress::-moz-progress-bar {
     background-color: rgb(var(--primary));
     border-radius: 10px;
 }
 /* FOR MICROSOFT EDGE AND IE
 custom-progress::-ms-fill {
    background-color: rgb(var(--primary));
     border-radius: 10px;
 } */

 /* ==== NEWS ==== */
 .news-list,
 .locations-list {
   margin: 0;
   list-style: none;
 }
 .news-list .news-item,
 .locations-list .location-item {
   margin: 0 0 50px 0;
   display: flex;
   flex-flow: row nowrap;
   align-items: flex-start;
   gap: 20px;
 }
 .news-list .news-item .news-title,
 .locations-list .location-item .location-title {
   display: block;
   font-weight: bold;
   margin-bottom: 5px;
 }
 .news-list .news-item .news-thumb,
 .locations-list .location-item .location-thumb {
   flex: 0 0 150px;
   height: auto;
   max-width: 150px;
 }
 .news-content,
 .location-content {
   flex: 1; /* take remaining space */
 }
 .news-list .news-item .news-blurb {
    display: block;
    margin-bottom: 10px;
  }
 .news-list .news-item .news-read-more {
   font-size: 90%;
 }
 .featherlight .featherlight-inner.news-story {
   display: grid;
   grid-template-rows: auto auto;
   grid-template-columns: minmax(30%, 640px) 60%;
   grid-gap: 15px 3%;
   padding: 20px;
 }
 .featherlight .featherlight-inner.news-story-long {
   display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(30%, 640px) 60%;
    grid-gap: 15px 3%;
    padding: 20px;
 }
 .news-story h2,
 .news-story-long h2 {
   width: 100%;
   grid-area: 1 / 1 / 1 / 3;
   margin-top: 0;
 }
 .news-story img,
 .news-story-long img {
   grid-area: 2 / 1 / 3 / 2;
 }
 .news-story .news-story-content,
 .news-story-long .news-story-content {
   grid-area: 2 / 2 / 3 / 3;
 }
 .news-story-content-second {
    grid-area: 3 / 1 / 4 / 3;
    display: flex;
    gap: 3%;
 }
 .news-story-content-second img {
     width: 37%;
     max-width: 640px;
 }
 .news-story-content-second p {
     width: 60%;
 }
 .news-story-content p:first-of-type,
 .news-story-content-second  p:first-of-type,
 .location-content h3 {
     margin-top: 0;
 }
 .donation-image-grid {
   display: grid;
   grid-template-rows: auto auto;
   grid-template-columns: 32% 67%;
   grid-gap: 1% 10px;
   width: 49.2%;
 }
 .donation-image-grid a {
    cursor: zoom-in;
  }
 .donation-image-grid img {
   border: 1px solid white;
 }
 .donation-image-grid a:hover img {
   border: 1px solid rgba(var(--primary), 1)
 }
 .donation-image-grid a:nth-child(1) {
   grid-area: 1 / 1 / 3 / 2;
 }
 .donation-image-grid a:nth-child(2) {
   grid-area: 1 / 2 / 2 / 3;
 }
 .donation-image-grid a:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
.contact .contact-box {
  width: 32.26%;
  border-right: 1px solid rgb(var(--primary));
  margin-bottom: 45px;
}
.contact .contact-box .contact-title {
  margin-top: 0;
}
.contact .contact-box:nth-child(3n),
.contact .contact-box:last-child {
  border-right: 0 none;
}
.event-signup {
  border: 1px solid rgb(var(--primary));
  background-color: rgba(var(--primary), 0.1);
  padding: 20px;
}
.event-signup .event-sign-up-header {
  margin-top: 0;
}
.event-date {
  font-style: italic;
  color: rgb(var(--secondary));
  padding-right: 10px;
}
.grecaptcha-badge {
  display: none;
}

/* ===== FORMS ===== */

a.add,
a.minus {
  background: rgb(var(--primary));
  border: 1px solid rgb(var(--primary));
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 200%;
  padding: 0 11px;
  margin-right: 25px;
}
a.add:hover,
a.minus:hover {
  background-color: white;
  color: rgb(var(--primary));
  cursor: pointer;
}
a.minus {
  padding: 0 15px;
}
radiogroup {
  margin-bottom: 20px;
  display: block;
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 1px solid #363636;
  transition: 0.2s all linear;
  margin-right: 4px;
  position: relative;
  top: 2px;
  outline: 0 none;
  cursor: pointer;
}
input[type=radio]+label {
  display: inline;
  margin: 0 55px 20px 0;
}
input[type=radio]:checked {
  box-shadow:inset 0 0 0 3px #fff;
  background-color: #363636;
  outline: 0 none;
}
input[type=radio]:active {
  outline: 0 none;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0 10px 0 0;
  font: inherit;
  color: currentcolor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #999;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
input[type=checkbox]:checked {
  border: 1px solid rgb(var(--primary));
}
input[type=checkbox]:focus {
  outline: 0;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(var(--primary));
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  display: inline-block;
  margin: 0 0 1px 1px;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
label.check {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

/* ===== FOOTER ===== */
footer {
  border-top: 10px solid rgb(var(--primary));
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
footer .logo {
  width: 300px;
  margin: 30px 0;
}

footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.social li {
  display: inline;
  margin-right: 15px;
}
.social a {
  text-decoration: none;
  color: rgb(var(--primary));
  font-size: 30px;
}
.social a:hover {
  color: rgb(var(--secondary));
}
footer nav a::after {
  background-color: white;
}
footer nav a:hover::after {
    width: 0%;
}
footer .address {
  text-align: center;
  font-size: 1.2rem;
}
p.legal {
  width: 100%;
  text-align: center;
  color: #888;
  font-size: 70%;
  line-height: 1.6em;
}
.legal a:link,
.legal a:visited,
.legal a:hover,
.legal a:active {
  color: #888;
}

/* ==========================================================================
 Owl Carousel
 ========================================================================== */
.owl-carousel,
 .slider {
   display: none;
   width: 100%;
   -webkit-tap-highlight-color: transparent;
   /* position relative and z-index fix webkit rendering fonts issue */
   position: relative;
   z-index: 1;
 }
 .slider.span_6_of_12 {
    width: 49.2%;
 }
 .owl-carousel .owl-stage,
 .slider .owl-stage {
   position: relative;
   padding-top: 10px;
   padding-bottom: 10px;
   -ms-touch-action: pan-Y;
   touch-action: manipulation;
   -moz-backface-visibility: hidden;
   /* fix firefox animation glitch */
 }
 .owl-carousel .owl-stage:after,
 .slider .owl-stage:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
 }
 .owl-carousel .owl-stage-outer,
 .slider .owl-stage-outer {
   position: relative;
   overflow: hidden;
   /* fix for flashing background */
   -webkit-transform: translate3d(0px, 0px, 0px);
 }
 .owl-carousel .owl-wrapper,
 .owl-carousel .owl-item,
 .slider .owl-wrapper,
 .slider .owl-item {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
 }
 .owl-carousel .owl-item,
 .slider .owl-item {
   position: relative;
   min-height: 1px;
   float: left;
   -webkit-backface-visibility: hidden;
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
   box-sizing: border-box;
 }
 .owl-carousel .owl-item img,
 .slider .owl-item img {
   display: block;
   width: 100%;
 }
 .owl-carousel .owl-nav.disabled,
 .owl-carousel .owl-dots.disabled {
   display: none;
 }
 .owl-carousel .owl-nav .owl-prev,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-dot,
 .slider .owl-nav .owl-prev,
 .slider .owl-nav .owl-next,
 .slider .owl-dot {
   cursor: pointer;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel button.owl-dot {
   background: white;
   border-radius: 50%;
   color: inherit;
   border: none;
   padding: 0 !important;
   font: inherit;
   height: 30px;
   width: 30px;
 }
 .slider button.owl-dot {
   border-radius: 50%;
   width: 15px;
   height: 15px;
   border: 1px solid rgb(var(--primary));
   background: transparent;
 }
 .slider button.owl-dot:hover {
   background: rgba(255, 255, 255, 0.5);
 }
 .owl-theme .owl-dots {
   text-align: center;
   -webkit-tap-highlight-color: transparent;
 }
 .owl-theme .owl-dots .owl-dot {
   display: inline-block;
   margin: 0 7px;
 }
 .owl-theme .owl-dots .owl-dot span {
   width: 15px;
   height: 15px;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 200ms ease;
 }
 .slider button.owl-dot.active {
   background: rgb(var(--primary));
 }
 .slider .owl-nav button.owl-prev,
 .slider .owl-nav button.owl-next {
   border-radius: 0;
   width: 28px;
   height: 28px;
   background: transparent
 }
 .owl-carousel .owl-nav button.owl-prev:hover,
 .owl-carousel .owl-nav button.owl-next:hover {
   background: white;
   border-radius: 50%;
 }
 .owl-carousel.owl-loaded,
 .slider.owl-loaded {
   display: block;
 }
 .owl-carousel.owl-loading,
 .slider.owl-loading {
   opacity: 0;
   display: block;
 }
 .owl-carousel.owl-hidden,
 .slider.owl-hidden {
   opacity: 0;
 }
 .owl-carousel.owl-refresh .owl-item,
 .slider.owl-refresh .owl-item {
   visibility: hidden;
 }
 .owl-carousel.owl-drag .owl-item,
 .slider.owl-drag .owl-item {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .owl-carousel.owl-grab,
 .slider.owl-grab {
   cursor: move;
   cursor: grab;
 }
 .owl-carousel.owl-rtl {
   direction: rtl;
 }
 .owl-carousel.owl-rtl .owl-item {
   float: right;
 }

 /* No Js */
 .no-js .owl-carousel {
   display: block;
 }

 /*
  *  Owl Carousel - Animate Plugin
  */
 .owl-carousel .animated,
 .slider .animated {
   animation-duration: 1000ms;
   animation-fill-mode: both;
 }

 .owl-carousel .owl-animated-in,
 .slider .owl-animated-in {
   z-index: 0;
 }

 .owl-carousel .owl-animated-out,
 .slider .owl-animated-out {
   z-index: 1;
 }

 .owl-carousel .fadeOut,
 .slider .fadeOut {
   animation-name: fadeOut;
 }

 @keyframes fadeOut {
   0% {
     opacity: 1;
   }
   100% {
     opacity: 0;
   }
 }

 /*
  *  Owl Carousel - Auto Height Plugin
  */
 .owl-height {
   transition: height 500ms ease-in-out;
 }

 /*
  *  Owl Carousel - Lazy Load Plugin
  */
 .owl-carousel .owl-item .owl-lazy,
 .slider .owl-item .owl-lazy {
   opacity: 0;
   transition: opacity 400ms ease;
 }
 .owl-carousel .owl-item .owl-lazy[src^=""],
 .owl-carousel .owl-item .owl-lazy:not([src]),
 .slider .owl-item .owl-lazy[src^=""],
 .slider .owl-item .owl-lazy:not([src]) {
   max-height: 0;
 }
 .owl-carousel .owl-item img.owl-lazy,
 .slider .owl-item img.owl-lazy {
   transform-style: preserve-3d;
 }

 /**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
 /*
  *  Default theme - Owl Carousel CSS File
  */
 .owl-theme .owl-nav {
   margin-top: 10px;
   text-align: center;
   -webkit-tap-highlight-color: transparent;
 }
 .owl-theme .owl-nav [class*='owl-'] {
   color: #FFF;
   font-size: 14px;
   margin: 5px;
   padding: 4px 7px;
   background: #D6D6D6;
   display: inline-block;
   cursor: pointer;
   border-radius: 3px;
 }
 .owl-theme .owl-nav [class*='owl-']:hover {
   background: transparent;
   color: #FFF;
   text-decoration: none;
 }
 .owl-theme .owl-nav .disabled {
   opacity: 0.5;
   cursor: default;
 }

 .owl-theme .owl-nav.disabled + .owl-dots {
   margin-top: -20px;
   position: absolute;
   width: 100%;
 }
 .owl-stage div.owl-item {
   text-align: center;
   min-height: 304px;
 }
 .slider .owl-stage div.owl-item {
   min-height: unset;
 }
 .owl-carousel h3 {
   margin: 0 0 5px 0;
   min-height: 54px;
 }
 .owl-stage div.owl-item div {
   display: flex;
   flex-direction: column;
   align-content: flex-start;
   justify-content: center;
   height: 325px;
   background-color: white;
   box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5);
   border: 2px solid white;
 }
 .owl-stage div.owl-item div:hover {
   border: 2px solid var(--cyan);
 }
 .owl-carousel a {
   text-decoration: none;
   display: block;
   position: relative;
   padding-top: 10px;
 }
 .owl-stage div.owl-item div img {
   margin: 0 auto;
   width: 100%;
   height: auto;
 }
 .slider .owl-stage div.owl-item div {
   height: auto;
   background-color: transparent;
   box-shadow: none;
   border: 0 none;
 }
 .slider .owl-stage div.owl-item div:hover {
   border: 0 none;
 }
 .features .owl-item img {
   width: 100%;
   max-width: unset;
 }
 .owl-prev,
 .owl-next {
   font-size: 0;
   line-height: 0;
   position: absolute;
   background-color: transparent;
   top: 47%;
   display: block;
   width: 20px;
   height: 20px;
   padding: 0;
   -webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   transform: translate(0, -50%);
   cursor: pointer;
   color: transparent;
   border: none;
   outline: none;
   background: transparent;
 }
 .slider .owl-prev,
 .slider .owl-next {
   top: 48%;
 }
 .owl-prev span,
 .owl-next span {
   display: none;
 }

 .owl-prev:hover,
 .owl-prev:focus,
 .owl-next:hover,
 .owl-next:focus {
   color: transparent;
   outline: none;
   background: transparent;
 }
 .slider.owl-theme .owl-nav [class*="owl-"]:hover:before,
 .slider .owl-prev:hover:before,
 .slider .owl-prev:focus:before,
 .slider .owl-next:hover:before,
 .slider .owl-next:focus:before {
   outline: none;
 }
 .owl-prev:hover:before,
 .owl-prev:focus:before,
 .owl-next:hover:before,
 .owl-next:focus:before {
   opacity: 1;
   color: var(--darkBlue);
 }
 .owl-prev:before,
 .owl-next:before {
   font-family: 'icomoon';
   font-size: 40px;
   line-height: 1;
   opacity: 1;
   top: -3px;
   position: relative;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   cursor: pointer;
 }
 .slider .owl-prev:before,
 .slider .owl-next:before {
   font-size: 30px;
   color: white;
   -webkit-text-stroke: 0 transparent;
   top: -6px;
 }
 .slider .owl-prev {
   left: 2px;
 }
 .slider .owl-next {
   right: 2px;
 }
 .slider .owl-next:before {
   font-family: 'icomoon';
   content: "\e902";
   right: 8px;
 }
 .slider .owl-prev:before {
   font-family: 'icomoon';
   content: "\e903";
   right: 8px;
 }

/**
  * Featherlight – ultra slim jQuery lightbox
  * Version 1.7.14 - http://noelboss.github.io/featherlight/
  *
  * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
  * MIT Licensed.
 **/

 html.with-featherlight {
   overflow: hidden;
 }
 .featherlight {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 2147483647;
   /* z-index needs to be >= elements on the site. */
   text-align: center;
   white-space: nowrap;
   cursor: pointer;
   background: #333;
   background: rgba(0, 0, 0, 0);
 }
 .featherlight:last-of-type {
   background: rgba(0, 0, 0, 0.8);
 }
 .featherlight:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
 }
 .featherlight .featherlight-content {
   position: relative;
   text-align: left;
   vertical-align: middle;
   display: inline-block;
   overflow: auto;
   padding: 25px 25px 0;
   border-bottom: 25px solid transparent;
   margin-left: 5%;
   margin-right: 5%;
   max-height: 95%;
   background: #fff;
   cursor: auto;
   white-space: normal;
 }
 .featherlight.disc-content .featherlight-content {
   width: 50%;
 }
 .featherlight .featherlight-inner {
   display: block;
 }
 .featherlight script.featherlight-inner,
 .featherlight link.featherlight-inner,
 .featherlight style.featherlight-inner {
   display: none;
 }

 .featherlight .featherlight-close-icon {
   position: absolute;
   z-index: 9999;
   top: 0;
   right: 0;
   line-height: 25px;
   width: 25px;
   cursor: pointer;
   text-align: center;
   font-family: Arial, sans-serif;
   background: #fff;
   background: rgba(255, 255, 255, 0.3);
   color: #000;
   border: none;
   padding: 0;
 }
 .featherlight .featherlight-close-icon::-moz-focus-inner {
   border: 0;
   padding: 0;
 }
 .featherlight .featherlight-image {
   width: 100%;
 }
 .featherlight-iframe .featherlight-content {
   border-bottom: 0;
   padding: 0;
   -webkit-overflow-scrolling: touch;
 }

 .featherlight iframe {
   border: none;
 }
 .featherlight * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .featherlight .featherlight-content video {
    width: 100%;
  }


 /* ==========================================================================
  SIDR
  ========================================================================== */

 .sidr {
   display: block;
   position: fixed;
   top: 0;
   height: 100%;
   z-index: 999999;
   width: 260px;
   overflow-x: hidden;
   overflow-y: auto;
   font-size: 13px;
   font-weight: bold;
   background: #f8f8f8;
   color: #333;
   box-shadow: 0 0 5px 5px #ebebeb inset;
 }
 .sidr .sidr-inner {
   padding: 0 0 15px 0;
 }
 .sidr .sidr-inner > p {
   margin-left: 15px;
   margin-right: 15px;
 }
 .sidr.right {
   left: auto;
   right: -260px;
   float: none;
   margin-left: 0;
 }
 .sidr.left {
   left: -260px;
   right: auto;
 }
 .sidr h1,
 .sidr h2,
 .sidr h3,
 .sidr h4,
 .sidr h5,
 .sidr h6 {
   background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
   background-size: 100%;
   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
   background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
   background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
   background-image: linear-gradient(#ffffff, #dfdfdf);
   font-size: 11px;
   font-weight: normal;
   padding: 0 15px;
   margin: 0 0 5px;
   color: #333;
   line-height: 24px;
   box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
 }
 .sidr p {
   font-size: 13px;
   margin: 0 0 12px;
 }
 .sidr p a {
   color: rgba(51, 51, 51, 0.9);
 }
 .sidr > p {
   margin-left: 15px;
   margin-right: 15px;
 }
 .sidr ul {
   display: block;
   margin: 0 0 15px;
   padding: 0;
   border-top: 1px solid #dfdfdf;
   border-bottom: 1px solid white;
   font-size: 1.15rem;
 }
 .sidr ul li {
   display: block;
   margin: 0;
   line-height: 48px;
   border-top: 1px solid white;
   border-bottom: 1px solid #dfdfdf;
 }
 .sidr ul li:hover,
 .sidr ul li.active,
 .sidr ul li.sidr-class-active {
   border-top: 0;
   line-height: 49px;
 }
 .sidr ul li:hover > a,
 .sidr ul li:hover > span,
 .sidr ul li.active > a,
 .sidr ul li.active > span,
 .sidr ul li.sidr-class-active > a,
 .sidr ul li.sidr-class-active > span {
   box-shadow: 0 0 15px 3px #ebebeb inset;
 }
 .sidr ul li a,
 .sidr ul li span {
   padding: 0 15px;
   display: block;
   text-decoration: none;
   color: #333;
 }
 .sidr ul li ul {
   border-bottom: 0;
   margin: 0;
 }
 .sidr ul li ul li {
   font-size: 13px;
   font-weight: normal;
 }
 .sidr ul li ul ul {
   padding-left: 15px;
 }
 .sidr ul li ul li:last-child {
   border-bottom: 0;
 }
 .sidr ul li ul li:hover,
 .sidr ul li ul li.active,
 .sidr ul li ul li.sidr-class-active {
   border-top: 1px solid #f5f5f5;
   line-height: 41px;
 }
 .sidr ul li ul li:hover > a,
 .sidr ul li ul li:hover > span,
 .sidr ul li ul li.active > a,
 .sidr ul li ul li.active > span,
 .sidr ul li ul li.sidr-class-active > a,
 .sidr ul li ul li.sidr-class-active > span {
   box-shadow: 0 0 15px 3px #ebebeb inset;
 }
 .sidr ul li ul li a,
 .sidr ul li ul li span {
   color: rgba(51, 51, 51, 0.8);
   padding-left: 30px;
   line-height: 1.75em;
 }
 .sidr form {
   margin: 0 15px;
 }
 .sidr label {
   font-size: 13px;
 }
 .sidr input[type="text"],
 .sidr input[type="password"],
 .sidr input[type="date"],
 .sidr input[type="datetime"],
 .sidr input[type="email"],
 .sidr input[type="number"],
 .sidr input[type="search"],
 .sidr input[type="tel"],
 .sidr input[type="time"],
 .sidr input[type="url"],
 .sidr textarea,
 .sidr select {
   width: 100%;
   font-size: 13px;
   padding: 5px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0 0 10px;
   border-radius: 2px;
   border: 0;
   background: rgba(0, 0, 0, 0.1);
   color: rgba(51, 51, 51, 0.6);
   display: block;
   clear: both;
 }
 .sidr input[type=checkbox] {
   width: auto;
   display: inline;
   clear: none;
 }
 .sidr input[type=button],
 .sidr input[type=submit] {
   color: #f8f8f8;
   background: #333;
 }
 .sidr input[type=button]:hover,
 .sidr input[type=submit]:hover {
   background: rgba(51, 51, 51, 0.9);
 }


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
 @media only screen and (max-width: 2125px) {
      div.turner-div img {
          margin: 35px 0;
      }
 }
 @media only screen and (max-width: 1600px) {
    nav {
        width: 60%;
    }
    .button.donate {
        padding: 15px;
        width: auto;
        max-width: inherit;
    }
 }
 @media only screen and (max-width: 1270px) {
   .projects section .span_3_of_12 {
     width: 30%;
   }
   .turner-div img {
     width: 40%;
   }
   footer nav li {
      margin: 0 10px 10px 0;
   }
 }
 @media only screen and (max-width: 1170px) {
   header h2.logo {
      width: 50%;
    }
    header nav {
      display: none;
    }
   #responsive-button {
     cursor: pointer;
     display: block;
     margin-top: 7px;
     position: absolute;
     z-index: 20000;
     right: 15px;
     top: -50px;
   }
   .mobile-only {
       display: block;
   }
    footer nav ul {
        justify-content: normal;
        padding-left: 15px;
    }
 }
 @media only screen and (max-width: 1100px) {
  .line-1, .line-2, .line-3 {
      cursor: pointer;
      border-radius: 4px;
      height: 5px;
      width: 50px;
      background: #FFF;
      position: relative;
      display: block;
      content: '';
      transition: all 300ms ease-in;
  }
  .line-1, .line-2 {
      margin-bottom: 10px;
  }
  #responsive-button:hover span {
      opacity: 0.6;
  }
  #responsive-button.active .line-2 {
      background-color: transparent;
  }
  #responsive-button.active .line-1 {
    position: absolute;
    transform: rotate(45deg);
    top: 16px;
  }
  #responsive-button.active .line-3 {
      position: absolute;
      transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 1024px) {
   .featherlight .featherlight-content {
     /* dimensions: maximize lightbox with for small screens */
     margin-left: 0;
     margin-right: 0;
     max-height: 98%;
     width: 98%;
     padding: 10px 10px 0;
     border-bottom: 10px solid transparent;
   }
 }

@media only screen and (max-width: 1000px) {
    /*.slider.span_6_of_12 {
        width: 100%;
    }*/
    .button {
        width: 100%;
        max-width: inherit;
    }
    .remember .span_2_of_12,
    .remember .span_10_of_12 {
        width: 100%
    }
    .remember div.span_2_of_12 {
           display: flex;
           flex-flow: row wrap;
           justify-content: space-between;
           align-items: flex-start;
       }
    .remember div.span_2_of_12 img {
        width: 48%;
    }
    .notice {
        width: 100%;
    }
    .collaborate {
         background-image: none;
         overflow: hidden;
    }
    .collaborate:before {
        z-index:-1;
        position:absolute;
        left: 15%;
        top: -35px;
        content: url('img/bg-support-collab.webp');
        opacity:0.6;
    }
    .collaborate .button {
        width: 25%;
    }
    .turner-div img {
      width: 80%;
    }
    footer {
        flex-flow: column wrap;
    }
    footer nav ul {
        justify-content: center;
    }
    footer .span_2_of_12 {
        width: 50%;
    }
    .social li {
        margin: 0 auto;
        width: 20%;
        text-align: center;
    }
    .social a {
        font-size: 50px;
    }
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .slider.span_6_of_12 {
	width: 100%;
	}
  .projects section .span_3_of_12 {
    width: 100%;
  }
  .featherlight.disc-content .featherlight-content {
     width: 90%;
   }
   header {
       margin-bottom: 40px;
   }
   header h2.logo {
       width: 90%;
       left: 0;
       margin: 0 auto;
   }
   .owl-theme .owl-nav.disabled + .owl-dots {
       margin-top: -5px;
   }
   p, ul {
       font-size: 1.3rem;
   }
   .discover {
       margin: 70px 0 25px 0;
   }
   .remember h2 {
        margin-bottom: 15px;
   }
   .discover li {
       width: 48%;
       margin-bottom: 15px;
   }
   .turner-div {
     flex-flow: column wrap;
   }
   .turner-div h2 {
     order: 1;
     margin-top: 0;
   }
   .turner-div p {
     order: 3;
   }
   .turner-div .span_12_of_12 {
     order: 4;
   }
   .turner-div img {
      width: 100%;
      order: 2;
    }
    .donate .content .span_4_of_12 {
      margin-bottom: 40px;
    }
}
@media only screen and (max-width: 685px) {
    .collaborate p,
    .collaborate .button {
        width: 100%;
    }
    .collaborate .button {
        margin-top: 30px;
    }
    div.turner-div img {
      width: 100%;
      margin-bottom: 15px;
    }
    .news-list {
        padding: 0;
    }
    .news-list .news-item {
        flex-flow: column nowrap;
    }
    .news-list .news-item .news-thumb {
        max-width: 100%;
    }
    .news-list .news-item .news-read-more {
        font-size: 120%;
    }
    h2 {
        font-size: 2rem;
    }
    h2::before {
        width: 20px;
        height: 20px;
    }
    h3 {
        font-size: 1.4rem;
    }
    .news-story img, .news-story-long img {
        grid-area: 2 / 1 / 3 / 3;
    }
    .news-story .news-story-content, .news-story-long .news-story-content {
        grid-area: 3 / 1 / 3 / 3;
    }
    .news-story-content-second {
        grid-area: 4 / 1 / 5 / 3;
        flex-flow: column nowrap;
    }
    .news-story-content-second img {
        width: 100%;
        max-width: 100%;
    }
    .news-story-content-second p {
        width: 100%;
    }
    p.legal {
        font-size: 100%;
    }
}
@media only screen and (max-width: 500px) {
    header h2.logo {
        width: 100%;
    }
    .discover li {
           width: 95%;
       }
    .remember div.span_2_of_12 img {
        width: 100%;
    }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.right {
  float: right;
  margin-left: 15px;
}
.auto {
  width: auto;
}
.flex {
  display: flex;
}
.mobile-only {
    display: none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    html.with-featherlight > * > :not(.featherlight) {
         display: none;
    }
}
