/*
Theme Name: Aphids
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Tags:
*/
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td,button,figure,figcaption{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}strong,b{font-weight: normal;}img, object, embed, svg {max-width: 100%;}img {height: auto;}img, svg {display: inline-block;}em,i{font-weight: 500; font-style: italic;}

@font-face {
  font-family: 'PF Din Text Cond Pro';
  src: url('library/fonts/PFDinTextCondPro-Medium.woff2') format('woff2'),
      url('library/fonts/PFDinTextCondPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maison Neue';
  src: url('library/fonts/MaisonNeue-Demi.woff2') format('woff2'),
      url('library/fonts/MaisonNeue-Demi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url('library/fonts/MaisonNeue-Medium.woff2') format('woff2'),
      url('library/fonts/MaisonNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url('library/fonts/MaisonNeue-MediumItalic.woff2') format('woff2'),
      url('library/fonts/MaisonNeue-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Maison Neue';
  src: url('library/fonts/MaisonNeue-DemiItalic.woff2') format('woff2'),
      url('library/fonts/MaisonNeue-DemiItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

/* Grid */
.grid-row {
width: 100%;
max-width: 90%;
min-width: 755px;
margin: 0 auto;
position: relative;
}

.grid-row .grid-no-padding {
padding-left: 0;
padding-right: 0;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
float: left;
min-height: 1px;
position: relative;
padding-left: 2em;
padding-right: 2em;
}

.grid-1 {
width:8.33333333333%;
}

.grid-2 {
width:16.6666666667%;
}

.grid-3 {
width:25%;
}

.grid-4 {
width:33.3333333333%;
}

.grid-5 {
width:41.6666666667%;
}

.grid-6 {
width:50%;
}

.grid-7 {
width:58.3333333333%;
}

.grid-8 {
width:66.6666666667%;
}

.grid-9 {
width:75%;
}

.grid-10 {
width:83.3333333333%;
}

.grid-11 {
width:91.6666666667%;
}

.grid-12 {
width: 100%;
}

@media handheld, only screen and (max-width:80em) {
	
	.grid-row, body {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media handheld, only screen and (max-width: 56.25em) {

	.grid-row, body {
		
	}

	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
	
}

.grid-row:before, .clear:before, .grid-row:after, .clear:after {
  content: "";
  display: table;
} 
.grid-row:after, .clear:after {
  clear: both;
}
.grid-row, .clear {
  zoom: 1;
}

/* Layout for desktop */
*,*:after,*:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

html, body {
	height: 100%;
}

body { text-rendering: optimizelegibility; font-size: 100%; -webkit-text-size-adjust: none; background-color: #FFF; line-height: 1.5; }

body:before {
	content: '';
	z-index: 9999;
	background-color: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
	visibility: visible;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.site--loaded body:before {
	opacity: 0;
	visibility: hidden;
}

html, body, select, input, textarea, button {font-family: 'Maison Neue', sans-serif; font-weight: 500; color: #000;}

::-moz-selection{background: #eed515; color: #FFF; text-shadow: none;}
::selection {background: #eed515; color: #FFF; text-shadow: none;}

::-webkit-input-placeholder {
	color:#A9A9A9;
}

:-moz-placeholder {
	color:#A9A9A9; 
}

::-moz-placeholder {
	color:#A9A9A9; 
}

:-ms-input-placeholder {  
	color:#A9A9A9; 
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

a:link {-webkit-tap-highlight-color: rgba(0,0,0,0.1);}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #eed515;
	text-decoration: none;
}

/* Images */
.image__bg {
	height: 0;
	padding-bottom: 75%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image__bg--landscape {
	padding-bottom: 56.25%;
}

.image__bg--square {
	padding-bottom: 100%;
}

.lazyimage-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.lazyimage-container img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.lazyimage-container img, .lazyimage-bg {
	-webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lazyload, .lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
}

/* Type */
h1, .h1 {
	font-size: 4rem;
	padding: 0 0 1.25rem;
}

h2, .h2 {
	font-size: 2.125rem;
	padding: 0 0 1.25em;
}

h3, .h3 {
	font-size: 1.75rem;
	padding: 0 0 1.25rem;
}

h4, .h4 {
	font-size: 1.5rem;
	padding: 0 0 1.25rem;
}

h5, .h5 {
	font-size: 1.25rem;
	padding: 0 0 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
	padding: 0 0 1.25rem;
}

p, .p {
	font-size: 0.9375rem;
	padding: 0 0 1.25rem;
}

.type__sm, .type__sm > * {
	font-size: .75rem;
	padding: 0 0 1.25rem;
}

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, p:last-child, .p:last-child, .type__sm:last-child, .type__sm > *:last-child {
	padding-bottom: 0;
}

.type__pf-din {
	font-family: 'PF Din Text Cond Pro', sans-serif;
	letter-spacing: 0.1rem;
	font-weight: normal;
	line-height: 1.3;
}

.type__upper {
	text-transform: uppercase;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	h1, .h1 {
		font-size: 2.25rem;
		padding-bottom: 1rem;
	}
	
	h2, .h2 {
		font-size: 1.75rem;
		padding-bottom: 1rem;
	}
	
	h3, .h3 {
		font-size: 1.5rem;
		padding-bottom: 1rem;
	}
	
	h4, .h4, h5, .h5, h6, .h6, p, .p {
		padding-bottom: 1rem;
	}
	
}

.type__sm-padding {
	padding-bottom: 0.5rem;
}

.type__no-padding {
	padding-bottom: 0;
}

/* Helpers */
.no-scroll {
	overflow: hidden;
}

.vis-hidden {
	position: absolute !important; 
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px); 
	height: 1px !important;
	width: 1px;
}

/* Header */
.site-header {
	padding: 1.875rem 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	background-color: #FFF;
}

.site-header__wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header__logo, .site-header__title {
	display: inline-block;
	font-size: 5.5rem;
	line-height: 1;
	padding: 0;
	border-bottom: none;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-header__logo, .site-header__title {
		font-size: 3rem;
	}
	
	.site-header__title {
		display: none;
	}
	
	.site-header--menu-active .site-header {
		background-color: #FFF;
	}
	
}

/* Site main desktop nav */
.site-main__nav-container {
	padding: 1.5rem 0 0 1.5rem;
	position: fixed;
	top: 142px;
	bottom: 96px;
}

.site-main__nav li {
	padding: 0.125rem 0;
}

.site-main__nav-item--active > a {
	color: #eed515;
}

.site-main__nav a {
	font-size: 0.9375rem;
	letter-spacing: 0.05rem;
}

.site-main__nav-sec {
	position: absolute;
	bottom: 1.5rem;
}

.site-main__nav-sub {
	position: fixed;
	top: 142px;
	bottom: 96px;
	padding: 1rem 1.5rem 0 0;
	overflow-y: scroll;
	text-align: right;
}

.site-main__nav-sub::-webkit-scrollbar {
	display: none;
}

.site-main__nav-core .site-main__nav-sub {
	display: none;
}

.site-main__nav-sub li {
	padding: 0.125rem 0;
}

.site-main__nav-sub a {
	font-size: 0.9375rem;
	letter-spacing: 0.05rem;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-main__nav {
		position: fixed;
		left: 1rem;
		right: 1rem;
		top: 92px;
		padding: 0.25rem 1rem 1rem 1rem;
		bottom: 1rem;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		visibility: hidden;
		background-color: #feffe0;
		z-index: 44;
		width: auto;
		text-transform: uppercase;
	}
	
	body:after {
		content: '';
		background-color: #FFF;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		position: fixed;
		z-index: 10;
		display: none;
	}
	
	body.site-header--menu-active:after {
		display: block;
	}
	
	.site-header--menu-active .site-main__nav {
		opacity: 1;
		visibility: visible;
	}
	
	.site-main__nav-container {
		padding: 0;
		position: static;
	}
	
	.site-main__nav-sec {
		position: static;
	}
	
	.site-main__nav li {
		border-bottom: 1px solid #000;
		padding: 0.75rem 0 0.5rem;
	}
	
	.site-main__nav a {
		font-size: 1.5rem;
		position: relative;
		display: inline-block;
		padding: 0.25rem 0;
		line-height: 1;
	}
	
	.site-main__nav-core .site-main__nav-sub {
		border-top: 1px solid #000;
		position: static;
		text-align: left;
		padding: 0.5rem 0 0 1rem;
		margin: 0.375rem 0 0;
	}
	
	.site-main__nav-has-sub--open .site-main__nav-sub, .site-main__nav-has-sub.site-main__nav-item--active .site-main__nav-sub {
		display: block;
	}
	
	.site-main__nav-has-sub--open > a {
		color: #eed515;
	}
	
	.site-main__nav-sub li {
		border-bottom: none;
		padding: 0.375rem 0 0.125rem;
	}
	
	.site-main__nav-sub a {
		font-size: 1.125rem;
	}
	
}

/* Mobile menu icon */
.site-header__menu-icon {
  cursor: pointer;
  position: absolute;
  top: -0.15rem;
  bottom: 0.25rem;
  margin: auto 0;
  right: 0.5rem;
  background: none;
  z-index: 24;
  display: none;
  padding: 0.5rem;
}

.site-header__menu-icon:before, .site-header__menu-icon:after {
	position: absolute;
  content: "";
	top: 1.1rem;
	display: block;
  width: 3.25rem;
  height: 2px;
  background: #000;
  //-webkit-transition: opacity 0.25s ease;
  //transition: opacity 0.25s ease;
}

.site-header__menu-icon:after {
	bottom: 1.1rem;
	top: auto;
}

.site-header--menu-active .site-header__menu-icon:before, .site-header--menu-active .site-header__menu-icon:after {
	opacity: 0;
}

.site-header__menu-icon div {
  display: block;
  width: 3.25rem;
}

.site-header__menu-icon div:before, .site-header__menu-icon div:after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 3.25rem;
  height: 2px;
  background: #000;
  //-webkit-transition: all 0.25s ease;
  //transition: all 0.25s ease;
  border-radius: 0.15em;
}

.site-header__menu-icon div:before {
  top: 0.5rem;
}

.site-header__menu-icon div:after {
  top: auto;
  bottom: 0.5rem;
}

.site-header--menu-active .site-header__menu-icon div {
  background: none;
}

.site-header--menu-active .site-header__menu-icon div:before, .site-header--menu-active .site-header__menu-icon div:after {
  top: 1.25rem;
}

.site-header--menu-active .site-header__menu-icon div:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header--menu-active .site-header__menu-icon div:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-header__menu-icon {
		display: block;
	}
	
}

/* Main content */
.site-main {
	padding-top: 142px;
	padding-bottom: 96px;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-main {
		padding-top: 92px;
		padding-bottom: 0;
	}
	
}

/* Footer */
.site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 0;
	background-color: #FFF;
	z-index: 12;
}

.site-footer__wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__tagline {
	font-size: 1.4375rem;
	line-height: 1;
	margin: 0 0 0 1.5rem;
	padding: 0;
}

.site-footer__alogo {
	display: inline-block;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-footer {
		position: static;
	}
	
	.site-footer__wrap {
		flex-flow: row wrap;
	}
	
	.site-footer__tagline {
		margin: 0;
		font-size: 1.125rem;
		width: 100%;
	}
	
	.site-footer__alogo {
		margin-top: 0.5rem;
	}
	
}

/* Sliders */
.slider {
	position: relative;
}

.slider__slide {
	width: 100%;
}

.slider__slide a {
	display: block;
}

.slider__img {
	position: relative;
}

.slider__slide-caption {
	background-color: #000;
	color: #FFF;
	display: inline-block;
	padding: 0.675rem 1rem 0.5rem 1rem;
	position: absolute;
	left: 0;
	bottom: 1rem;
}

.slider__button {
	position: absolute;
	z-index: 2;
	background-color: #000;
	padding: 0.675rem 1rem 0.5rem 1rem;
	color: #FFF;
	top: 50%;
	left: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider__button:hover {
	background-color: #FFF;
	color: #000;
}

.slider__button--next {
	left: auto;
	right: 0;
}

@media (min-width: 56.25em) {
	
	.slider--home {
		max-width: calc(130vh - 5vw);
	}
	
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.slider__button {
		display: none;
	}
	
	.slider__wrap .flickity-slider {
	  transform: none !important;
	}
	
	.flickity-viewport {
		height: auto !important;
	}
	
	.slider__slide {
		position: static !important;
	}
	
}

/* Home slider */
.slider--home {
	width: 100%;
}

.slider--home .slider__img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 56.25%;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.slider--home .slider__img {
		padding-bottom: 75%;
	}
	
}

/* Page content */
.page-content__sm-header {
	margin-bottom: 0.875rem;
  display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-content__sm-header-title, .page-content__sm-header-nav-title {
	display: inline-block;
	font-size: 1.675rem;
	line-height: 1;
	padding: 0;
}

.page-content__header {
	margin-bottom: 2rem;
}

.page-content__header:last-child {
	margin-bottom: 0;
}

.page-content__copy {
	padding-left: 1.5rem;
	padding-right: 0;
	margin-bottom: 2rem;
}

.page-content__copy:last-child {
	margin-bottom: 0;
}

.page-content__copy-body h2 {
	font-size: 1.25rem;
	padding: 0 0 1.25rem;
	text-transform: uppercase;
}

.page-content__copy-body h3 {
	font-size: 1rem;
	padding: 0 0 1.25rem;
	text-transform: uppercase;
}

.page-content__copy-body h4, .page-content__copy-body h5 {
	font-size: 1rem;
	padding: 0 0 0.5rem;
	text-transform: none;
}

.page-content__copy-body a {
	border-bottom: 2px solid #000;
}

.page-content__copy-body a:hover {
	border-bottom-color: #eed515;
}

.page-content__copy-body .button {
	display: inline-block;
	text-align: center;
	padding: .5rem 1rem;
	border: 1px solid #000;
	background-color: #FFF;
}

.page-content__copy-body .button:hover {
	background-color: #eed515;
	color: #FFF;
	border-color: #eed515;
}

.page-content__copy-body .button:not(:last-child) {
	margin: 0 0 1.25rem;
}

.page-content__copy-caption p, .page-content__copy-caption .button {
	font-size: .75rem;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.page-content__sm-header {
		display: -webkit-box;
	  display: -ms-flexbox;
		display: flex;
	}
	
	.page-content__header {
		margin-bottom: 1.25rem;
		padding: 0;
	}
	
	.page-content__copy {
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 1.25rem;
	}
	
	.page-content__copy-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.page-content__copy-caption {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 1.25rem;
	}
	
	.page-content__copy-body h2, .page-content__copy-body h3 {
		padding-bottom: 1rem;
	}
	
}

/* Projects listing */
.page-content__projects-list {
	display: flex;
	flex-flow: row wrap;
	padding: 0 1rem;
}

.page-content__projects-item {
	padding: 0 1rem 2rem 1rem;
	width: 50%;
}

.page-content__projects-item a {
	display: block;
}

.page-content__projects-caption {
	background-color: #000;
	color: #FFF;
	display: inline-block;
	padding: 0.675rem 1rem 0.5rem 1rem;
	position: absolute;
	left: 0;
	bottom: 1rem;
	font-size: 0.9375rem;
}

.page-content__projects-item a:hover .page-content__projects-caption {
	background-color: #FFF;
	color: #000;
}

.page-content__projects-paging {
	margin-top: 1.25rem;
}

.page-content__projects-paging span, .page-content__projects-paging a {
	display: inline-block;
	margin: 0.25rem 0.5rem 0.25rem 0;
	line-height: 1;
	border-bottom: 2px solid transparent;
}

.page-content__projects-paging .current, .page-content__projects-paging a:hover {
	color: #000;
	border-bottom-color: #eed515;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.page-content__projects-item {
		width: 100%;
		padding: 0 0 1rem 0;
	}
	
	.page-content__projects-item:last-child {
		padding-bottom: 0;
	}
	
}

/* Page sub nav */
.page-sub-nav {
	direction: rtl;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.page-sub-nav {
		display: none;
	}
	
}

/* Overlay */
.overlay-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-color: #eed515;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
  overflow-y: scroll;
  padding: 1rem 0;
}

.overlay--open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-overflow-scrolling: touch;
}

.overlay__wrap {
  -webkit-transition: opacity .25s ease 0s, -webkit-transform .25s ease 0s;
  transition: opacity .25s ease 0s, transform .25s ease 0s;
  position: relative;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  opacity: 0;
  margin: auto;
}

.overlay__wrap-inner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #000;
  text-align: center;
  float: none;
  margin: 0 auto;
  max-width: 800px;
}

.overlay--open .overlay__wrap {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.overlay__close-btn {
  position: absolute;
	left: 1.5em;
	top: .5em;
	cursor: pointer;
	display: block;
	padding: .5rem;
  background: none;
  z-index: 4;
}

.overlay__close-btn:hover {
  opacity: 0.5;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.overlay-block {
		padding-top: 3rem;
	}

  .overlay__wrap-inner {
    padding: 1rem;
  }
  
  .overlay__close-btn {
	  top: -2.5rem;
	  left: .5rem;
  }

}

/* Overlay donate block */
.overlay-donate-block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
  background-color: #FFF;
  transform: translateY(100%);
  transition: transform .25s ease;
  box-shadow: 0 -1px 6px 0 rgba(0,0,0,.1);
  padding: 3rem 0;
  text-align: center;
}

.overlay-donate--open {
  transform: translateY(0)
}

.overlay-donate__wrap {
	position: relative;
}

.overlay-donate__close {
  padding: .25rem;
  position: absolute;
  right: 5.75rem;
  top: -1.5rem;
  z-index: 2;
  cursor: pointer;
  transition: transform .25s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

.overlay-donate__copy a {
	border-bottom: 2px solid #000;
}

@media (pointer: fine) {

	.overlay-donate__close:hover {
		opacity: .5;
	}
	
	.overlay-donate__copy a:hover {
		border-bottom-color: #eed515;
		color:  #eed515;
	}
	
}

@media screen and (max-width: 47.9375em) {
	
	.overlay-donate-block {
		padding: 2.5rem 0;
	}
 
  .overlay-donate__close {
    right: 1.25rem;
    top: -1.75rem
  }
  
}

/* Forms */
form {
	max-width: 380px;
}

label {
	display: block;
	font-size: .875rem;
	margin-bottom: .125rem;
}

input[type=text], input[type=email], textarea {
	width: 100%;
	border: 1px solid #000;
	margin-bottom: .675rem;
	padding: .5rem;
}

/*! Flickity v2.1.1 */
.flickity {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.flickity--ready {
	opacity: 1;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	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;
}

/* Fit vids */
.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}