html { box-sizing: border-box; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; }
*, *:before, *:after { box-sizing: inherit; }

.separat { font-family: Separat, Helvetica, sans-serif; }
.stanley { font-family: Stanley, Georgia, serif; }
.bold { font-weight: bold; }

/*body, html, ul, li, h1, h2, h3 { margin: 0; padding: 0; }*/
body { background: #f4f6f6; font-family: Stanley, Georgia, serif; font-size: 16px; line-height: 1.5; color: #222; }
body.no-scroll { overflow: hidden; }

a { color: #0745F5; }
a:hover { color: #0745F5; }
/* a:hover, a:focus, a:active { text-decoration: none; outline: none; color: inherit; } */
.btn { font-family: Separat, Helvetica, sans-serif; color: #fff; background: #0745F5; padding: .75rem 1rem; border: 0; font-size: 16px; line-height: 1; text-align: center; }

form .btn { margin: 0 0 2rem 0; }

a.btn { display: inline-block; margin: 1rem 0; text-decoration: none; }
a.btn:hover { color: #fff; }

a.btn-link { background: none; color: #0745F5; text-decoration: underline; }
a.btn-link:hover { background: none; color: #0745F5; text-decoration: underline; }

img.lazy { opacity: 0; transition: .3s opacity ease; }
img.lazy.loaded { opacity: 1; }

img.img-small { display: block; max-height: 12rem; max-width: 12rem; }

p > img,
img.img-default { display: block; width: 100%; margin: 1.5em 0; max-height: calc(100vw - 3rem); }
@media (min-width:1024px) {
	p > img,
	img.img-default { max-height: calc(50vw - 3rem); }
}

@media (max-width:479px) {
	#main { padding-top: 3rem; }
}

#loadmore { flex: 0 0 100%; cursor: pointer; padding: 2rem .5rem; margin: 0 1rem; }
div.btn { display: block; }

a#loadMore { flex: 1 1 100%; text-decoration: none; cursor: pointer; margin: 2rem .5rem; }


.wrap { padding: 0 1rem; width: 100% }
.inner { margin: 0 auto; width: 100%; display: flex; flex-wrap: wrap; }

@media (min-width:480px) {
    .wrap { padding: 0 1.5rem; }
    /*.inner { max-width: 768px; }*/
}

@media (min-width:768px) {
    .wrap { padding: 0 1rem; }
	/*.inner { max-width: 1280px; }*/
}

@media (min-width:1280px) {
    .wrap { padding: 0 1rem; }
	/*.inner { max-width: 1280px; }*/
}

#header { font-family: Separat, Helvetica, sans-serif; position: relative; z-index: 100; background: #f4f6f6; }
#header .inner { justify-content: space-between; position: relative; }
#header #home { flex: 0 0 auto; font-size: 20px; }
#header #toggle-menu { margin: .25rem 0; flex: 0 0 1.5rem; height: 1rem; display: flex; flex-wrap: wrap; align-items: center; }
#header #toggle-menu span.bar { flex: 0 0 100%; height: 2px; background: #222; margin: .125rem 0; }
#header #nav ul { flex: 0 0 100%; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
#header a { color: #222; text-decoration: none; }
#header a:hover { color: #0745F5; text-decoration: underline; }

@media (max-width:1023px) {
	#header .wrap { padding: 0; }
	#header #home { position: absolute; top: .5rem; left: 1rem }
	#header #toggle-menu { position: absolute; top: .625rem; right: 1rem; width: 1.5rem; }
	#header #nav { height: calc(100vh - 2rem); display: none; position: absolute; top: 3rem; left: 0; width: 100%; padding: 1rem; background: #f4f6f6; }
	#header #nav.active { display: block; }
	#header #nav ul { font-size: 20px; line-height: 1; padding: .5rem 0 0 0 }
	#header #nav li { flex: 0 0 100%; margin: .25rem 0; }

	#header #nav li.has-subnav .nav2 { padding-left: 1rem; }
}
@media (min-width:1024px) {
	#header #home { font-size: 16px; }
	#header .wrap { padding: .5rem 1rem; }
	#header #toggle-menu { display: none; }
	#header #nav { display: flex; flex-wrap: auto; justify-content: flex-end; }
	#header #nav ul { flex: 0 0 auto; }
	#header #nav ul li { flex: 0 0 auto; margin: 0 0 0 1rem; }
	#header #nav ul li.active a { color: #0745F5; }
	#header #nav ul:nth-child(2):before { content: '|'; margin: 0 0 0 1rem; }

	#header #nav li.has-subnav { position: relative; }
	#header #nav li.has-subnav .nav2 { display: none; position: absolute; left: -.5rem; padding: .5rem .5rem 1rem; width: 180px; background: #f4f6f6; box-shadow: 0 1rem 1rem rgba(0,0,0,.1); }
	#header #nav li.has-subnav:hover .nav2 { display: block; }
	#header #nav ul li.has-subnav .nav2 li { flex: 0 0 100%; margin: .5rem 0 0 0; line-height: 1; }
}

h1,h2,h3,h4,h5,h6 { font-family: Separat, Helvetica, sans-serif; font-weight: normal; max-width: 46rem }
.page-block p,.page-block ul,.page-block ol { max-width: 46rem; margin: 0 0 1em 0; }

p.subtitle { font-family: Separat, Helvetica, sans-serif; font-weight: normal; margin: 0; }
.intro { font-size: 20px; line-height: 1.25; }

h1 { flex: 0 0 100%; font-size: 31.25px; line-height: 1.25; margin: 1em 0 1em 0; }
h1 .block { display: block; }
h2 { flex: 0 0 100%; font-size: 25px; line-height: 1.25; margin: 1em 0 1em 0; }
h3 { flex: 0 0 100%; font-size: 20px; line-height: 1.25; margin: 2em 0 1em 0 }

.page-block > h3 { margin-top: 0; }

.page-block { flex: 0 0 100%; } 
@media (min-width:480px) {
	.page-block { padding: 0 .5rem; }
	.page-block.half { flex: 0 0 50%; }
	.page-block.half.right { order: 2; }
}
.page-block .date { font-family: Separat, Helvetica, sans-serif; margin: 0 0 1em 0; }
.page-block .view-all { font-family: Separat, Helvetica, sans-serif; }
.page-block .view-all a { text-decoration: none; }
.page-block .view-all a:hovere { text-decoration: underline; }
.page-block ul.links { list-style: none; margin: 1rem 0; padding: 0; font-family: Separat, Helvetica, sans-serif; }
.page-block ul.links i { width: 16px; margin: 0 .25rem 0 0; color: #0745F5; text-align: center; }
.page-block ul.links a { text-decoration: none; }
.page-block ul.links a:hover { text-decoration: underline; }

/* RESIDENCIES */

/* BOXES GRID */

.boxes { flex: 0 0 calc(100% + 1rem); display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin: 2rem -.5rem; }
@media (min-width: 1024px) {
	.boxes { flex: 0 0 100%; margin-left: 0; margin-right: 0; }
}
.home .boxes { justify-content: center; }
.box { flex: 1 1 calc(50% - 1rem); padding: .5rem; margin: 0 .5rem 1rem .5rem; background: #fff; }
.featured .box { flex: 1 1 calc(100% - 1rem); }
.boxes.members .box { padding: 0; }
.boxes.resources .box { padding: 0; background: #EAEDED; }
.box .sortby { display: none; }
.box.subscribe { background: #eaeded; }
.box.link:hover { background: #0745F5; cursor: pointer; }
.box.link:hover .title a,
.box.link:hover .name a { color: #fff; }
.box .date,
.box .preheader { flex: 0 0 100%; font-family: Separat, Helvetica, sans-serif; text-transform: uppercase; margin: 0 0 .25rem 0 }
.box .date { margin: .25rem 0 0 0; }
.box .name,
.box .title { flex: 0 0 100%; font-family: Separat, Helvetica, sans-serif; font-size: 20px; line-height: 1; margin: 0 0 .5em 0; }
@media (min-width:768px) {
	.box .name,
	.box .title { font-size: 25px; margin: 0; }
}
.box .subhead,
.box .blurb { margin: .25rem 0 0 0; }
@media (max-width: 479px) {
	.box .blurb { display: none; }
}
.box .name a,
.box .title a { text-decoration: none; color: #0745F5; }
.box .title a:hover,
.box .name a:hover { text-decoration: underline; }
.box p { flex: 0 0 100%; font-family: Stanley, Georgia, serif; }
.box .image { margin: 0; height: auto; flex: 0 0 100%; display: flex; flex-wrap: wrap; align-items: center; }
.box .image img { display: block; max-width: 100%; max-height: calc(100vw - 3rem); width: auto; height: auto; }

.boxes .box .image { margin-bottom: .5rem; }

.boxes.members .box .image img { width: 100%; max-height: 100%; }
.boxes.members .box .name { padding: .5rem .5rem .5rem; margin: 0; }
.boxes.resources .box .title { padding: .5rem .5rem .5rem; margin: 0; }
.boxes.resources .box .date { padding: .5rem .5rem .5rem; margin: 0; }
.boxes.resources .box .image + .title { padding-top: 0; }

.motions .box .image { position: relative; }
.motion-play { position: absolute; top: calc(50% - 1.5rem); left: calc(50% - 1.5rem); width: 3rem; }
.motion-play img { display: block; width: 100%; }

.motion-title { }

.motion-overlay { overflow: auto; display: none; z-index: 100; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #f4f6f6; }
.motion-overlay h2 { font-size: 31.25px; margin-top: 1em; margin-right: 3em; }
.motion-overlay .motion-subtitle { font-size: 20px; line-height: 1.5; margin: 0 0 1em 0; }

.motion-overlay iframe { width: 100%; }

.motion-close { position: absolute; top: .75rem; right: 1.5rem; font-family: sans-serif; font-size: 60px; line-height: 1; color: #ccc; }
.motion-close:hover { color: #222; cursor: pointer; }

.motion-description { margin: 0 0 3rem 0; }
@media (min-width:480px) and (max-width:1023px) {
	.box { flex: 0 0 calc(50% - 1rem); margin: 0 .5rem 1rem; }
	.box .image img { max-height: calc(50vw - 2rem); }
}

@media (min-width:1024px) and (max-width:1279px) {
	.boxes:not(.members).featured .name { font-size: 31.25px; line-height: 1; }	
	.boxes.featured .box .title { font-size: 31.25px; line-height: 1; }	

	.box { flex: 0 0 calc(25% - 1rem); margin: 0 .5rem 1rem; }
	.boxes.members .box { flex: 0 0 calc(20% - 1rem); margin-bottom: 3rem; }
	.boxes.featured .box { flex: 0 0 calc(50% - 1rem); }

	.boxes:not(.members) .box .image img { max-height: calc(50vw - 3rem); }
	/*.boxes.members .box .image img { max-height: calc(25vw - 3rem); }*/

}

@media (min-width:1280px) and (max-width:1439px) {
	.box { flex: 0 0 calc(25% - 1rem); margin: 0 .5rem 1rem; }

	.boxes.members .box { flex: 0 0 calc(16.66% - 1rem); margin-bottom: 3rem; }
	.boxes.featured .box { flex: 0 0 calc(50% - 1rem); }

	.boxes:not(.members) .box .image img { max-height: calc(25vw - 3rem); }
	/*.boxes.members .box .image img { max-height: calc(20vw - 3rem); }*/
	.boxes.featured .box .image img { max-height: calc(50vw - 3rem); }
}

@media (min-width:1440px) and (max-width:1919px) {
	.box { flex: 0 0 calc(20% - 1rem); margin: 0 .5rem 1rem; }
	.boxes.members .box { flex: 0 0 calc(12.5% - 1rem); margin: 0 .5rem 1rem; }
	.boxes.featured .box { flex: 0 0 calc(33.33% - 1rem); }

	.box .image img { max-height: calc(20vw - 3rem); }
	/*.boxes.members .box .image img { max-height: calc(16.66vw - 3rem); }*/
	.boxes.featured .box .image img { max-height: calc(33.33vw - 3rem); }
}

@media (min-width:1920px) {
	.box { flex: 0 0 calc(16.66% - 1rem); margin: 0 .5rem 1rem; }
	.boxes.members .box { flex: 0 0 calc(10% - 1rem); margin: 0 .5rem 1rem; }
	.boxes.featured .box { flex: 0 0 calc(25% - 1rem); }

	.box .image img { max-height: calc(16.66vw - 3rem); }
	/*.boxes.members .box .image img { max-height: calc(10vw - 3rem); }*/
	.boxes.featured .box .image img { max-height: calc(25vw - 3rem); }
}

.tweets { background: #eaeded; } 
.tweets .title { margin-bottom: 1rem; } 
.tweet { background:#fff; padding: .5rem; margin: .5rem 0 0 0; }
.twitter-profile { color: #0745F5; display: block; }
.tweet .status { font-family: Stanley, Georgia, serif; }
.tweet .status a { color: #0745F5; text-decoration: none; } 
.tweet .status a:hover { text-decoration: underline; }

#mc_embed_signup label { display: block; margin: 0 0 .25rem 0; }
#mc_embed_signup .btn { margin: 2rem 0; }
#mce-EMAIL { display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}


.image-gallery { margin: 1.5rem 0 2rem 0; }
.page-block.half .image-gallery { margin-top: 0; }
/*
.image-gallery .slide { background-size: contain; background-position: left center; background-repeat: no-repeat; height: calc(100vw - 3rem); position: relative; margin: 0 0 3rem 0; }
@media (min-width:768px) {
	.image-gallery .slide { height: calc(56.25vw - 3rem); }
}
*/
.image-gallery .slide { height: auto; position: relative; margin: 0 0 2rem 0; }
.image-gallery .slide img { display: block; max-width: 100%; max-height: calc(100vw - 3rem); }
@media (min-width:768px) {
	.image-gallery .slide img { max-width: 100%; max-height: 600px; }
}
.image-gallery .slide-title { position: absolute; left: 0; bottom: -1.25rem; padding: 0; font-family: Separat, Helvetica, sans-serif; font-size: 12.8px; line-height: 1; color: #444;  }


.filter { margin: 0; flex: 1 1 100%; }
body.members .filter { margin-bottom: 4rem }
@media (min-width:1024px) { 
	.filter { margin: 0 .5rem 0 .5rem; flex: 1 1 100%; }
}
.filter ul { font-size: 20px; font-family: Separat, Helvetica, sans-serif; list-style: none; margin: 0 0 1rem 0; padding: 0; display: flex; flex-wrap: wrap; }
@media (min-width:1024px) {
	.filter ul { font-size: 25px; }
}
.filter ul li { margin: 0 1rem 0 0; padding: 0; flex: 0 0 auto; }
.filter ul li a { text-decoration: none; } 
.filter ul li a.active { color: #222; }
.filter ul li a:hover { text-decoration: underline; } 

.filter .form-control { border: 0; padding: .25rem .5rem; width: 100%; }


/* HOME SLIDES */

.home .slickslider { margin: 0 0 4rem 0; padding: 0; list-style: none; }
.home .slickslider .is-slide.white .slide-text { color: #fff; }
.home .slickslider .is-slide.has-portrait .inner:first-child { display: none; }
.home .slickslider .is-slide > .inner { position: relative; height: calc(100vh - 5rem); background-repeat: no-repeat; background-size: cover; background-position: center; }
.home-people-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; }
.home-people { width: 95%; margin: 0 auto; text-align: center; }

.slide-text { position: absolute; bottom: -1.75rem; left: 0; padding: 0 1rem; font-size: 12.8px; line-height: 1; color: #444; }
.slide-text .preheader { background-color: rgba(255,255,255,.75); flex: 0 0 100%; font-family: Separat, Helvetica, sans-serif; text-transform: uppercase; margin: 0 1rem .25rem 0 }
.slide-text .title { /*background-color: rgba(255,255,255,.75);*/ flex: 0 0 100%; font-family: Separat, Helvetica, sans-serif;  }
.slide-text .title a { text-decoration: none; color: #0745F5; }
.slide-text .title a:hover { text-decoration: underline; }


/* HOME LOGO */

#logo { position: fixed; top: 0; display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; z-index: 10; /*background: #22256d; */ }
#logo, #logo * { pointer-events: none !important;}
#logo-wrap { display: none; position: relative; height: 330px; width: 330px; }

.straight { background-color: #fff; width: 122px; height: 7px; position:absolute; }
.straight.vertical { width: 7px; height: 122px;}

.diagonal { background: #fff; width: 171px; height: 7px; position: absolute; transform: rotate(-45deg); }

#logo-wrap { height: 550px; width: 550px; }

.straight { width: 204px; height: 11px; }
.straight.vertical { width: 11px; height: 204px;}
.diagonal { width: 284px; height: 11px; }

.logo-text { font-size: 38px; letter-spacing: -1px; line-height: 37px; color: #fff; font-family: Separat, Helvetica, sans-serif; position: absolute; }

#top {top: 0; left: 308px; }
#upper-middle { top: 36px; left: 269px; }
#upper-right { top: 36px; left: 539px;}
#center-left { top: 269px; left: 38px; }
#center-right { top: 269px; left: 308px; }
#bottom-left { top: 310px; left: 0px; }
#bottom-center { top: 310px; left: 269px; }
#bottom { top: 539px; left: 38px; }

#d-top-left { top: 134px; left: -2px; }
#d-top-right { top: 134px; left: 266px; }
#d-bottom-left { top: 405px; left: -2px; }
#d-bottom-right { top: 405px; left: 266px;}

.logo-text { font-size: 61px; line-height: 60px; }
#lt-the { top: 28px; left: 305px; }
#lt-work { top: 187px; left: 107px; }
#lt-room { top: 302px; left: 305px; }

#logo-wrap img { width: 550px; }

@media (min-width:768px) {
	#logo { height: 100vh; }
}

/* DONATE */
.hidden { display: none !important; }

#main .donate-wrap { display: none; }
#main .donate-wrap .d-block { margin-top: 2rem; }

#main .donate-wrap .custom-amount { margin-top: 1rem; display: none; }
#main .donate-wrap .payment-errors { margin-bottom: 2rem; color: red; }

#main .donate-wrap .d-block .month-year { margin-bottom: 15px; }
#main .donate-wrap .d-block .month-year label { display: inline-block; }
#main .donate-wrap .d-block .month-year input[type="text"], #main .donate-wrap .content-wrap .d-block input#custom-amount { width: auto; display: inline-block; }
#main .donate-wrap .d-block .month-year .slash { display: inline-block; }
#main .donate-wrap .d-block input.cvc { display: inline-block !important; width: auto !important; }

#main .donate-wrap .d-block .radio { display: inline-block; margin-right: 12px; }
#main .donate-wrap .d-block .radio input { display: none; }
#main .donate-wrap .d-block .radio label { font-family: Separat, Helvetica, sans-serif; display: inline-block; border: 1px solid #0745F5; padding: 6px 12px; font-size: 18px; transition: .3s ease; }
#main .donate-wrap .d-block .radio input:checked + label { background: #0745F5; color: #fff; }

#main .donate-wrap #name-website { display: none; }

#main .donate-wrap .d-block .checkbox { display: flex; align-items: center; }
#main .donate-wrap .d-block .checkbox input { display: none; }
#main .donate-wrap .d-block .checkbox label { font-family: Stanley, Georgia, serif; font-size: 16px; line-height: 24px; padding: 0; margin: 6px 0 12px; }
#main .donate-wrap .d-block .checkbox label.no-margin { margin:0; }
#main .donate-wrap .d-block .checkbox .cbfb { display: inline-block; padding: 15px; border: 1px solid #0745F5; transition: .3s ease; margin-right: 12px; }
#main .donate-wrap .d-block .checkbox input:checked + .cbfb { background: #0745F5; }

#main .donate-wrap .d-block label { display: block; font-family: Separat, Helvetica, sans-serif; margin: 0 0 .5rem 0; }
#main .donate-wrap .d-block input[type="text"], #main .donate-wrap .d-block input[type="number"], #main .donate-wrap .d-block input[type="email"] { padding: 3px; display: block; border: 1px solid #0745F5; margin-top: .5rem; background: transparent; color: #222; width: 100%; }
#main .donate-wrap .d-block input[type="text"]:focus, #main .donate-wrap .content-wrap .d-block input[type="number"]:focus, #main .donate-wrap .content-wrap .d-block input[type="email"]:focus { outline: none; }

#main .donate-wrap .d-block input[type="submit"] { font-family: Separat, Helvetica, sans-serif; font-size: 21px; line-height: 24px; border: 1px solid #0745F5; padding: 1rem 2rem; background: #0745F5; color: #fff; }

#main .donate-wrap .donate-subtitle {font-family: Stanley, Georgia, serif; font-style: italic; font-size: 33px; }
#main .donate-wrap .donate-description p { font-size: 18px; line-height: 24px; }
#main .donate-wrap .donate-credits { font-family: Separat, Helvetica, sans-serif; margin-bottom: 18px; }

@media  only screen and (min-width: 768px) {
	#main .donate-wrap .wrap .d-block input[type="text"] {  }
}

/* TEAM */

img.headshot { max-width: 20rem; max-height: 20rem; width: auto; height: auto; display: block; }


/* FORM */

.message ul { list-style: none; margin: 0 0 1rem 0; padding: 0; }
.message li { font-weight: bold; }

.form-group { margin: 1rem 0; display: flex; flex-wrap: wrap; position: relative; }
.checkbox { flex: 0 0 100%; margin: 1rem 0; display: flex; flex-wrap: wrap; position: relative; }
.form-group .checkbox { margin: 0; }
.form-group label { flex: 0 0 100%; font-family: Separat, Helvetica, sans-serif; margin: 0 0 .25rem 0; }
.form-group .help-block { flex: 0 0 100%; font-size: 12.8px; color: #757575; margin: .5em 0; }
.form-control { outline: none; flex: 1 1 auto; color: #333; background-color: #fff; background-image: none; border: 1px solid #ccc; padding: .25em; border-radius: 0; margin: 0 0 .5em 0 }

.form-group.image { display: flex; flex-wrap: wrap; margin: 0 0 2rem 0; }
.form-group.image div.thumb { flex: 0 0 210px; }
.form-group.image img.thumb { display: block; max-width: 180px; max-height: 120px; }
.form-group.image div.radio { flex: 0 0 100%; margin: .5rem 0; }
.form-group.image input.read-only { background: transparent; border: 0; margin: 0 0 0 1rem }

ul.sortable { margin: 0; padding: 0; list-style: none; max-width: 100%; }
ul.sortable li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 1rem }
ul.sortable li span { flex: 1 1 auto; }
ul.sortable li.ui-sortable-helper { background: #F1F4F4; border: 1px solid #ddd; box-shadow: 0 0 1rem rgba(0,0,0,.1); }
ul.sortable li span.drag { flex: 0 0 2rem; }
ul.sortable li span.text-right { text-align: right; }
ul.sortable li span.thumb { flex: 0 0 calc(60px + 1rem); }
ul.sortable li span.thumb img.thumb { display: block; max-width: 60px; max-height: 45px; }

/* FOOTER */

#footer { margin: 0 0 3rem 0; }
#footer a { color: #0745F5; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer .col { flex: 0 0 100%; margin: 0 0 3rem 0; }
#funders { display: flex; flex-wrap: wrap; align-items: center }
#funders p { flex: 0 0 100%; }
#funders a { flex: 0 0 auto; margin: 0 1rem 0 0; }
#funders a img { display: inline-block; max-width: 4rem; max-height: 3rem; }

footer #social-media ul { margin: 1rem 0 0 0; padding: 0; display: flex; flex-wrap: wrap; list-style: none; }
footer #social-media ul li { flex: 0 0 auto; margin: 0 .5rem 0 0; padding: 0; }
footer #social-media ul li a { background: #0745F5; color: #f5f5f5; border-radius: 100%; height: 28px; width: 28px; display: flex; align-items: center; justify-content: center;}
footer #social-media ul li a i { vertical-align: -webkit-baseline-middle; font-size: 16px; line-height: 1; position: relative; top: 0; }


footer #charity-info img { display: block; margin: 1rem 0; max-width: 6rem; }

footer #green-arts-initiative img { display: block; margin: 1rem 0; max-width: 6rem; }

@media (min-width:768px) {
	#footer .wrap { padding: 0 1rem; }
	#footer .col { flex: 0 0 calc(50% - 1rem); margin: 0 .5rem 1rem; }
}
@media (min-width:1024px) {
	#funders a { flex: 0 0 auto; margin: 0 2rem 0 0; }
	#funders a img { display: inline-block; max-width: 4rem; max-height: 3rem; }
}
@media (min-width:1280px) {
	#funders a img { display: inline-block; max-width: 6rem; max-height: 4rem; }
}

hr { width: 100%; flex: 0 0 calc(100% - 1rem); height: .25rem; background-color: #fff; border: 0; margin: 1.5rem 0; }
@media (min-width:480px) {
	hr { margin-left: .5rem; margin-right: .5rem; }
}
#footer hr { margin-left: 0; margin-right: 0; }
hr.no-margin { margin: 0; }