/*
THEME NAME: Team Evie
DESCRIPTION: Bespoke WP theme
VERSION: 3.0
AUTHOR: <a href="http://www.rocketsites.co.uk/">Rocket Sites Ltd</a>
*/

/* - - RESET - - */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

.fw {
	width: 100%;
}

input[type="submit"] {
	-webkit-appearance: none;
}

*:focus {
	outline: none;
}

.rel {
	position: relative;
}

.inner {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.narrow {
	max-width: 900px;
}

.flex {
	display: flex;
	align-items: center;
}

.flex-center {
	flex-wrap: wrap;
	justify-content: center;
}

.button {
	display: inline-block;
	height: 40px;
	line-height: 34px!important;
	padding: 0 25px;
	text-align: center;
	font-family: "gotham_roundedmedium";
	cursor: pointer;
	border: 3px solid transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.smooth,
a,
input,
textarea,
button,
#nav ul li,
svg *,
img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* - - GRID - - */
.clear:after {
	content: "";
	display: table;
	clear: both;
}

.nudge,
.nudge40 .nudge {
	margin-left: -20px;
}

[class*='col-'],
.nudge40 .nudge [class*='col-'] {
	padding-left: 20px;
	float: left;
}

.nudge10 {
	margin-left: -10px;
}

.nudge10 [class*='col-'],
.nudge40 .nudge10 [class*='col-'] {
	padding-left: 10px;
}

.nudge40 {
	margin-left: -40px;
}

.nudge40 [class*='col-'] {
	padding-left: 40px;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-6 {
	width: 16.6667%;
}

.col-1-5 {
	width: 20%;
}

.col-1-4 {
	width: 25%;
}

.col-1-3 {
	width: 33.3333%;
}

.col-2-5 {
	width: 40%;
}

.col-1-2 {
	width: 50%;
}

.col-2-3 {
	width: 66.66%;
}

.col-3-4 {
	width: 75%;
}

.col-4-5 {
	width: 80%;
}

.col-1-1 {
	width: 100%;
}

body {
	font-size: 100%;
	color: #3c3c3c;
	line-height: 1.6em;
	font-family: 'gotham_roundedlight', sans-serif;
}

/* - - FONTS - - */
@font-face {
    font-family: 'gotham_roundedbold';
    src: url('fonts/gothamrnd_bold-webfont.woff2') format('woff2'),
         url('fonts/gothamrnd_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_roundedbold_italic';
    src: url('fonts/gothamrnd_bolditalic-webfont.woff2') format('woff2'),
         url('fonts/gothamrnd_bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_roundedlight';
    src: url('fonts/gothamrnd_light-webfont.woff2') format('woff2'),
         url('fonts/gothamrnd_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_roundedlight_italic';
    src: url('fonts/gothamrnd_lightitalic-webfont.woff2') format('woff2'),
         url('fonts/gothamrnd_lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_roundedmedium';
    src: url('fonts/gothamrnd_medium-webfont.woff2') format('woff2'),
         url('fonts/gothamrnd_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_roundedmedium_italic';
    src: url('fonts/gothamrnd_mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/gothamrnd_mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

.smaller {
	font-size: 0.8em;
	line-height: 1.6em;
}

.larger,
body.page-id-3966 .row_image_and_text + p,
body.page-id-5313 .row_image_and_text + p,
body.page-id-5313 blockquote + p,
body.page-id-5317 .row_image_and_text + p,
body.page-id-5323 .row_image_and_text + p,
body.page-id-5327 .row_image_and_text + p,
body.page-id-5325 ul.fa-ul + p,
body.page-id-9951 .row_image_and_text + p,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p,
body.page-id-5367 .row_image_and_text + p,
body.page-id-5325 #main > .inner > p:first-of-type,
body.page-id-5511 #main > .inner > p:first-of-type,
.post_content p:first-of-type {
	font-size: 1.2em;
	line-height: 1.5em;
}

.large {
	font-size: 1.8em;
	line-height: 1.3em;
}

.huge {
	font-size: 2.5em;
	line-height: 1.3em;
}

.bold,
strong,
.formatted p a,
.formatted li a,
.fa-ul li a,
.row_image_and_text p a:not(.button),
.row_video_and_text p a:not(.button),
body.page-id-3966 .row_image_and_text + p,
body.page-id-5313 .row_image_and_text + p,
body.page-id-5327 .row_image_and_text + p,
body.page-id-5325 ul.fa-ul + p,
body.page-id-9951 .row_image_and_text + p,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p,
body.page-id-5367 .row_image_and_text + p,
body.page-id-5325 #main > .inner > p:first-of-type,
body.page-id-5511 #main > .inner > p:first-of-type,
.post_content p:first-of-type,
.post_content p a,
.post_content li a,
.business_supporter a {
	font-family: "gotham_roundedmedium";
}

.normal {
	font-weight: normal;
}

.tal {
	text-align: left;
}

.tac,
body.page-id-3966 .row_image_and_text + p,
body.page-id-5313 .row_image_and_text + p,
body.page-id-5317 .row_image_and_text + p,
body.page-id-5323 .row_image_and_text + p,
body.page-id-5327 .row_image_and_text + p,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p + p {
	text-align: center;
}

.tar {
	text-align: right;
}

.underline,
.formatted p a,
.fa-ul li a,
.row_image_and_text p a:not(.button),
.row_video_and_text p a:not(.button),
.formatted li a,
.post_content p a,
.post_content li a,
body.page-id-3966 .row_image_and_text + p a {
	text-decoration: underline;
}

/* - - MARGINS - - */
.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10,
.row_image_and_text ul,
.row_image_and_text ol {
	margin-bottom: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mb15,
.sub_page p,
.post_content p,
.page-id-397 #main > .inner p,
.page-id-399 #main > .inner p {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p {
	margin-bottom: 20px;
}

.mt40,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p {
	margin-top: 40px;
}

.mb40,
body.page-id-5313 .row_image_and_text + p {
	margin-bottom: 40px;
}

/* - - COLOURS - - */
.white {
	color: #ffffff;
}

.white_bg {
	background: #ffffff;
}

.white_svg {
	fill: #ffffff;
}

.dark_green {
	color: #01543a;
}

.dark_green_bg,
.corner-bottom-right:after,
.masked_image_wrap.with_circles:after {
	background: #01543a;
}

.dark_green_svg {
	fill: #01543a;
}

.green,
.video_thumbnail:after,
.formatted p a,
.row_image_and_text p a:not(.button),
.row_video_and_text p a:not(.button),
.fa-ul li a,
.formatted li a,
body.page-id-5313 blockquote + p,
body.page-id-5327 .row_image_and_text + p,
body.page-id-3966 .row_image_and_text + p,
body.page-id-5317 .row_image_and_text + p strong,
body.page-id-5323 .row_image_and_text + p strong,
body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p,
body.page-id-5367 .row_image_and_text + p,
body.page-id-5325 #main > .inner > p:first-of-type,
body.page-id-5511 #main > .inner > p:first-of-type,
.post_content p:first-of-type,
.post_content p a,
.post_content li a,
.business_supporter a {
	color: #75a736;
}

.green_bg,
.gradient.corner-top-left:after,
.slick-dots li.slick-active button,
.masked_image_wrap.with_circles:before {
	background: #75a736;
}

.green_svg {
	fill: #75a736;
}

.purple,
input[type=checkbox]~label:before,
.row_image_and_text p strong,
.row_image_and_text li strong,
.row_video_and_text p strong,
.row_video_and_text li strong,
body.page-id-5313 .row_image_and_text + p,
body.page-id-5325 ul.fa-ul + p,
body.page-id-9951 .row_image_and_text + p,
body.page-id-397 #main > .inner strong,
body.page-id-399 #main > .inner strong {
	color: #75378c;
}

.purple_bg {
	background: #75378c;
}

.purple_svg {
	fill: #75378c;
}

.button.white_bg.purple {
	border: 3px solid #75378c;
}

.red {
	color: #a80000;
}

.grey_gradient {
	background: #f0eff4;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 239, 244, 1) 100%);
}

.grey_gradient.corner-top-left:after {
	background: #f0eff4;
}

.gradient,
blockquote {
	background: #01543A;
	background: linear-gradient(0deg, rgba(1, 84, 58, 1) 0%, rgba(117, 167, 54, 1) 100%);
}

.button.purple_bg:hover {
	background: #69327E;
}

.button.dark_green_bg:hover {
	background: #014C34;
}

.button.green_bg:hover {
	background: #014C34;
}


.button.white_bg:hover {
	background: #e6e6e6;
}

.formatted p {
	margin-bottom: 15px;
}

.row_image_and_text p:last-of-type + ul {
	margin-top: 20px;
}

.fa-ul li {
	display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.fa-ul li .fa-li {
	font-size: 1.8em;
}

blockquote {
	color: #fff;
	padding: 25px 30px;
	margin: 0 auto 40px;
	max-width: 900px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

blockquote:nth-child(odd) {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}


blockquote:nth-child(even) {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

blockquote:after {
	display: block;
	content: "";
   	width: 0px;
   	height: 0px;
   	border-style: solid;
   	border-width: 20px 20px 0 20px;
   	border-color: #01543A transparent transparent transparent;
   	transform: rotate(0deg);
   	position: absolute;
   	top: 100%;
   	left: 20px;
}

blockquote:nth-child(even):after {
	left: auto;
	right: 20px;
}


/* - - CORNERS - - */

[class*='corner-']:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 150px);
	height: 60px;
}

.corner-bottom-right {
	border-bottom-right-radius: 150px;
}

.corner-bottom-right:after {
	top: 100%;
	left: 0;
	margin-top: -1px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}

.corner-top-left {
	border-top-left-radius: 150px;
}

.corner-top-left:after {
	top: -59px;
	right: 0;
	clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.masked_image_wrap.with_circles:before,
.masked_image_wrap.with_circles:after {
	content: "";
	display: block;
	width: 45%;
	height: 45%;
	position: absolute;
	top: 35%;
	right: -10%;
	z-index: 3;
	opacity: 0.4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.masked_image_wrap.with_circles:after {
	width: 80%;
	height: 80%;
	top: 7%;
	right: auto;
	left: -5%;
	z-index: 1;
}

#hero .masked_image_wrap.with_circles:before,
#hero .masked_image_wrap.with_circles:after {
	background: #379585;
}

.masked_image {
	width: 100%;
	z-index: 2;
	position: relative;
}



/* - - HEADER - - */
#header {
	padding: 40px 0 0;
}

#logo {
	min-width: 240px;
	z-index: 4;
	margin-bottom: 4%;
}

#logo_heart {
	width: 20%;
	position: absolute;
	transform: translateY(-2%);
	top: -40px;
	left: -10%;
	z-index: 2;
	opacity: 0.25;
}

#logo_heart.lightened * {
	fill: #76a636;
}

.heart-fade-in {
  opacity: 0;
  animation: fadeInAnimation 1.5s forwards;
  animation-delay: 0.2s;
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

#nav {
	margin-left: auto;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline-block;
	margin-right: 20px;
}

#nav ul li:first-of-type {
	display: none;
}

#nav ul li:hover {
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}

#nav a.button.white_bg {
	margin-left: 10px;
}

#nav a.button[href*="facebook.com"],
body.page-id-245 #main a.button[href*="facebook.com"],
#nav a.button[href*="instagram.com"],
body.page-id-245 #main a.button[href*="instagram.com"] {
	padding: 0;
	width: 40px;
	margin-left: 10px;
	text-align: center;
	border: none;
}

#nav a.button[href*="facebook.com"] i:before,
body.page-id-245 #main a.button[href*="facebook.com"] i:before,
#nav a.button[href*="instagram.com"] i:before,
body.page-id-245 #main a.button[href*="instagram.com"] i:before {
	line-height: 40px;
}

#nav a.button[href*="facebook.com"],
body.page-id-245 #main a.button[href*="facebook.com"] {
	background: #4267B2;
}

#nav a.button[href*="instagram.com"],
body.page-id-245 #main a.button[href*="instagram.com"] {
	background: #C13584;
}

#nav_toggle {
	display: none;
	white-space: nowrap;
}

#header .inner {
	padding-bottom: 40px;
}

#header .inner.taller_hero {
	padding-bottom: 60px;
}

#header:before {
	background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  	background-size: 25px 25px;
  	content: "";
  	display: block;
  	width: 52px;
  	height: 152px;
  	position: absolute;
  	right: 20px;
  	top: 20px;
}

#hero {
	padding-top: 70px;
	z-index: 3;
}

/*#hero .col-1-1 p.larger:not(body.single-post #hero .col-1-1 p.larger) {
	max-width: 80%;
}*/

#hero .button + .button {
	margin-left: 10px;
}

#wrapper {
	overflow: hidden;
}

#main {
	margin-top: 120px;
}

/* - - FOOTER - - */
#footer {
	padding: 40px 0;
	margin: 100px 0 0;
}

#footer svg {
	width: 50%;
	margin: 0 auto;
}

#footer ul {
	list-style: none;
}

#footer ul li:nth-child(5) {
	margin-bottom: 20px;
}

#footer form {
	max-width: 300px;
	margin: 0 auto;
}

#footer input[type="email"] {
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 0 50px 0 20px;
}

#footer button {
	padding: 0;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#copyright {
	padding: 15px;
}

#floating_donate {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.35);
}

#back_to_top {
	opacity: 0;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	z-index: 9;
	width: 40px;
	padding: 0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.35);
}

#back_to_top i:before {
	line-height: 34px;
}

#back_to_top.visible {
	opacity: 1;
}

/* - - YOUTUBE - - */
.row_video_and_text,
.row_image_and_text {
	/*padding-top: 120px;*/
	padding-bottom: 80px;
}

.row_video_and_text p:not(:last-of-type),
.row_image_and_text p:not(:last-of-type) {
	margin-bottom: 20px;
}

.video_thumbnail {
	overflow: hidden;
	background: black;
	aspect-ratio: 16 / 9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.video_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block; 
}

.video_thumbnail:after {
	content: "\f144";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 4em;
	cursor: pointer;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* - - SUB PAGES - - */
.sub_page:nth-child(odd) .flex,
.row_image_and_text:nth-child(even) .flex,
.row_video_and_text + .row_video_and_text .flex,
body.page-id-5323 .row_video_and_text .flex {
	flex-direction: row-reverse;
}

.sub_page .masked_image_wrap {
	max-width: 75%;
	margin: 0 auto;
}

.sub_page .col-2-3 div {
	max-width: 75%;
}

.sub_page:nth-child(odd) .col-2-3 div {
	margin-left: auto;
}

/* - - EVENTS - - */
#events {
	padding: 120px 0 80px;
}

#events_heart {
	position: absolute;
	right: -100px;
    top: -90px;
    height: 250px;
    width: auto;
    z-index: 2;
    opacity: 0.06;
}

#events .button + .button,
.event_ctas .button + .button,
.row_video_and_text .button + .button,
.row_image_and_text .button + .button {
	margin-left: 10px;
}

#events_wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.events_year, .events_month {
	padding: 8px 12px;
}

.event_ctas {
	margin-left: auto;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    list-style: none;
    text-align: center;
}

.product .slick-dots {
    margin: 0;
	position: absolute;
	bottom: 10px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border: 3px solid #75a736;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

/* - - WHO WE WORK WITH - - */
#who_we_work_with p {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.slider_logo {
	height: 0;
	padding-top: 100%;
	position: relative;
}

.slider_logo img {
	max-width: 80%;
	max-height: 80%;
	width: auto!important;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* - - AWARDS - - */
#awards {
	padding: 80px 0 80px;
}

/* - FEEBACK - - */
#feedback {
	padding: 60px 0;
}

#feedback .slick-track {
	display: flex;
    align-items: center;
}

#feedback .comment {
	max-width: 700px;
	margin: 30px auto;
	padding: 40px 50px;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#feedback .comment:before,
#feedback .comment:after,
#lamplight_embed_inner:before,
#lamplight_embed_inner:after {
	opacity: 0.4;
	display: block;
	content: "";
	background: #fff;
	width: calc(100% - 20px);
	height: 8px;
	position: absolute;
	left: 10px;
	top: 100%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#feedback .comment:after,
#lamplight_embed_inner:after {
	opacity: 0.2;
	width: calc(100% - 40px);
	left: 20px;
	top: 100%;
	margin-top: 8px;
	height: 6px;
}

#feedback p.larger {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

/* - - PEER SUPPORT - - */
#peer_support_banner .inner {
	padding-top: 40px;
	padding-bottom: 80px;
}

#peer_support_banner .inner p {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.peer-support-icon {
	position: absolute;
	bottom: 0;
	right: -45px;
	max-width: 25%;
}

#peer_support_banner .peer-support-icon {
	right: 20px;
	max-width: 10%;
}

.row_image_and_text img:not(.peer-support-icon) {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.row_image_and_text:nth-child(even) .peer-support-icon {
	right: auto;
	left: -45px;
}

#lamplight_embed .gradient {
	padding-top: 60px;
	padding-bottom: 60px;
}

#lamplight_embed_inner {
	max-width: 780px;
	margin: 40px auto;
	padding: 10px 0;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#lamplight_embed iframe {
	width: 100%;
	min-height: 800px;
}

/* - - POSTS - -  */
body.single-post #gallery {
	margin-top: 80px;
	padding-top: 40px;
}

/* - - BOOK APPEAL - - */
#books .grey_gradient {
	margin: 80px 0;
	padding-top: 40px;
}

button.paypal_button {
	background: #ffc439;
	display: block;
	width: 100%;
	color: #002e87;
	padding: 9px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button.paypal_button i {
	color: #1d9cd4;
}

button.paypal_button:hover {
	cursor: pointer;
	background: #f9bb2b;
}

button.paypal_button:disabled,
button.paypal_button[disabled] {
	background: #ccc;
	cursor: default;
}

#books_updating {
	display: none;
}

#book_filters {
	padding: 0 20px;
}

#book_filters div {
	display: inline-block;
	margin: 0 10px;
}

#book_filters label {
	cursor: pointer;
}

input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

input[type=checkbox]~label:before {
	font-family: "Font Awesome 7 Free";
	display: inline-block;
	content: "\f0c8";
	width: 1.3em;
	text-align: left;
}

input[type=checkbox]:checked~label:before {
	content: "\f14a";
	font-weight: 900;
}

/* - - CONTACT - - */
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	background: #fff;
  	height: 40px;
  	padding: 0 10px;
  	font-size: 16px;
  	line-height: 1;
  	border: 1px solid #bbbaba;
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.select_wrapper {
	position: relative;
}

.select_wrapper:after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
}

textarea {
	min-height: 200px;
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	border-color: #8f00b2;
}

.terms_not_agreed {
	color: #c50700;
}

/* - - READING CHALLENGE - - */
#reading_challenge_sponsor_form {
	padding-top: 60px;
	padding-bottom: 60px;
}

#reading_challenge_form button {
	width: 100%;
}

/* - - PEOPLE - - */
.a_person .masked_image_wrap,
body.single-post #gallery .masked_image_wrap {
	width: 75%;
	margin: 0 auto;
}

.a_person.col-1-4 .masked_image_wrap {
	width: 85%;
}

[id^="person_info_"].white-popup-block {
	max-width: 900px;
}

.a_person .masked_image_wrap.with_circles:before,
.a_person .masked_image_wrap.with_circles:after,
[id^="person_info_"] .masked_image_wrap.with_circles:before,
[id^="person_info_"] .masked_image_wrap.with_circles:after {
	opacity: 1;
	z-index: 1;
}

/* - - BUSINESSES - - */
#businesses {
	flex-wrap: wrap;
}

.business_supporter img {
	margin: 0 auto;
}

/* - - SHOP - - */
#shop_nav {
	margin-bottom: 80px;
}

body.page-id-249 .grey_gradient.corner-top-left {
	padding: 40px 0 80px;
}

.category_wrapper, .books_wrapper {
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.product, .book, .event_calendar_entry {
	padding: 20px;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.075);
	border: 1px solid #e3e3e3;
}

.product {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.product h5 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product select {
	height: 38px;
	line-height: 38px;
	width: 100%;
	border: 1px solid #bbbaba;
	display: block;
	background: #fff;
}

.product img {
	width: 100%;
}

.basket_add input {
	height: 38px;
	line-height: 38px;
	width: 100%;
	border: 1px solid #bbbaba;
	text-align: center;
}

.basket_add div {
	float: left;
}

.basket_add div:first-of-type {
	width: 20%;
	padding-right: 10px;
}

.basket_add div:last-of-type {
	width: 80%;
}

.basket_add button {
	padding: 0;
	width: 100%;
}

#basket {
	min-width: 400px;
	position: fixed;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid #75378c;
	border-bottom: 4px solid #75378c;
	border-left: 4px solid #75378c;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.075);
}

#basket.visible {
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

#basket_toggle {
	position: absolute;
	right: 100%;
	top: 20px;
	padding: 8px 10px;
	display: none;
	cursor: pointer;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#basket_inner_container {
	padding: 15px;
}

.basket_row {
	border-bottom: 1px solid #dadada;
	padding: 5px 0;
}

.basket_row .flex {
	justify-content: space-between;
}

.basket_total {
	padding: 5px 0;
}

#basket_updating {
	display: none;
}

.out_of_stock {
	line-height: 40px;
}

/* - - CHRISTMAS APPEAL - - */
.appeal_product {
	border-left: 1px solid #bbbaba;
	border-top: 1px solid #bbbaba;
	border-right: 1px solid #bbbaba;
	max-width: 1000px;
}

.appeal_product .clear {
	display: flex;
	align-items: center;
}

.appeal_product:last-of-type {
	border-bottom: 1px solid #bbbaba;
}

.appeal_product input[type="number"] {
	display: block;
	width: 100%;
	border: 1px solid #bbbaba;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
}

#appeal_cta_top {
	position: sticky;
	top: 0;
	max-width: 1000px;
}

#appeal_cta_bottom {
	position: sticky;
	bottom: 0;
	max-width: 1000px;
}

#appeal_cta_top,
#appeal_cta_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#appeal_cta_top p,
#appeal_cta_bottom p {
	margin: 0;
}

#appeal_cta_top .paypal_button,
#appeal_cta_bottom .paypal_button {
	width: auto;
}

/* - - PAGE SPECIFIC TWEAKS - - */
body.page-id-233 .fa-ul li,
body.page-id-233 .fa-ul li strong,
body.page-id-5313 .fa-ul li,
body.page-id-5313 .fa-ul li strong,
body.page-id-5325 .fa-ul li,
body.page-id-5325 .fa-ul li strong,
body.page-id-5327 .fa-ul li,
body.page-id-5327 .fa-ul li strong,
body.page-id-5367 .fa-ul li,
body.page-id-5367 .fa-ul li strong,
body.page-id-5511 .fa-ul li,
body.page-id-5511 .fa-ul li strong,
body.page-id-9951 .fa-ul li,
body.page-id-9951 .fa-ul li strong  {
	display: block;
}

body.page-id-5313 blockquote + p {
	margin-top: 80px;
}

body.home #who_we_work_with {
	padding-top: 60px;
}

body.parent-pageid-10647 .grey_gradient {
	padding-top: 40px;
}

body.parent-pageid-10647 #awards {
	padding-top: 100px;
	padding-bottom: 0px;
}

.row_video_and_text + .row_video_and_text + .row_video_and_text .flex {
	flex-direction: row;
}

body.page-id-5321 blockquote {
	margin-bottom: 120px;
}

body.page-id-5323 .row_image_and_text + p,
body.page-id-5327 .row_image_and_text + p,
body.page-id-5317 .row_image_and_text + p,
body.page-id-3966 .row_image_and_text + p {
	margin: -40px auto 60px;
	max-width: 700px;
}

body.page-id-5325 #main > .inner > p:first-of-type,
body.page-id-5367 .row_image_and_text + p,
body.page-id-5511 #main > .inner > p:first-of-type,
body.page-id-9951 .row_image_and_text + p {
	margin-bottom: 20px;
}

body.page-id-5367 .row_image_and_text + p,
body.page-id-9951 .row_image_and_text + p {
	margin-top: -40px;
}

body.page-id-9951 ul.fa-ul:not(.row_image_and_text ul.fa-ul) + p{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body.page-id-5325 ul.fa-ul + p {
	margin: 60px 0 20px;
	text-align: center;
}

body.page-id-233 .fa-ul li {
	margin-bottom: 20px;
}

body.page-id-233 .fa-ul li strong {
	font-size: 2em;
	margin-bottom: 5px;
}

.page-id-397 #main > .inner,
.page-id-399 #main > .inner {
	max-width: 900px;
}

body.error404 .narrow img {
	margin: 0 auto 20px;
}


.alert {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.mfp-arrow,.slick-slider{-webkit-tap-highlight-color:transparent}.mfp-container,.slick-slider,img.mfp-img{box-sizing:border-box}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.mfp-align-top .mfp-container:before,.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader,.slick-arrow.slick-hidden,.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.white-popup-block{background:#fff;padding:30px 40px;text-align:left;max-width:650px;margin:40px auto;position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px}.mfp-container:before{height:100%}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-gallery .mfp-image-holder .mfp-figure,.mfp-zoom{cursor:pointer}.mfp-zoom{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#fff}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-arrow:focus,.mfp-arrow:hover,.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile .mfp-bottom-bar:empty,.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

@media screen and (max-width:780px) {

	body {
		font-size: 110%;
	}

	.no_mobile {
		display: none !important;
	}

	.tacm {
		text-align: center;
	}

	#mobile_header {
		display: block;
	}

	#copyright {
		padding-bottom: 55px;
	}

	#floating_donate {
		bottom: 10px;
		left: 20px;
		z-index: 9;
	}

	#back_to_top {
		bottom: 10px;
	}

	.hwm {
		width: 50%;
	}

	.fwm {
		width: 100%;
	}

	.bm {
		display: block;
	}

	.large {
		font-size: 1.4em;
	}

	.huge {
		font-size: 1.8em;
	}

	[class*='corner-']:after {
		width: calc(100% - 40px);
		height: 20px;
	}

	.corner-bottom-right {
		border-bottom-right-radius: 50px;
	}

	.corner-top-left {
		border-top-left-radius: 50px;
	}

	.corner-top-left:after {
		top: -19px;
	}

	#header {
		padding: 20px 0 0;
	}

	#header .inner.taller_hero {
		padding-bottom: 50px;
	}

	#hero .col-1-1 p.larger {
		max-width: none;
	}

	#header .inner.rel,
	#header .flex.rel {
		position: static;
	}

	#logo {
		min-width: unset;
		width: 60%;
	}

	#logo_heart {
		width: auto;
		height: 60px;
		transform: translateY(0);
		top: 15px;
    	left: 5px;
    	z-index: 4;
	}

	#nav {
		text-align: right;
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		min-height: 100vh;
		padding: 85px 20px 0;
		z-index: 3;
		background: #01543A;
		background: linear-gradient(0deg, rgba(1, 84, 58, 0) 0%, rgba(1, 84, 58, 1) 33%, rgba(1, 84, 58, 1) 100%);
	}

	#nav.visible {
		left: 0;
	}

	#nav a.button.purple_bg,
	#nav a.button.white_bg {
		display: block;
		width: 50%;
		margin: 0 0 10px auto;
	}

	#nav a.button.white_bg {
		margin-bottom: 30px;
	}

	#nav ul {
		font-size: 1.2em;
		margin-bottom: 30px;
	}

	#nav ul li, #nav ul li:first-of-type {
		display: block;
		margin: 0 0 15px;
	}

	#nav ul li a:after {
	    content: "\f054";
	    font-family: "Font Awesome 7 Free";
	    font-weight: 600;
	    margin-left: 10px;
	    font-size: 0.6em;
	    vertical-align: middle;
	}

	#nav_toggle {
		display: inline-block;
		z-index: 4;
	}

	#hero {
		padding-top: 60px;
	}

	#hero .masked_image_wrap {
		max-width: 75%;
    	margin: 40px auto 0;
	}

	.masked_image_wrap.with_circles:after {
	    width: 60%;
	    height: 60%;
	    left: -10%;
	}

	#main {
	    margin-top: 60px;
	}

	.white-popup-block {
		padding: 20px;
	}

	.row_video_and_text {
    	padding-top: 0;
    }

    .row_video_and_text:not(body.home .row_video_and_text ) {
    	padding-bottom: 0;
    }

    #events {
	    padding: 60px 0 0px;
	}

    #events_heart {
	    right: -30px;
	    top: -70px;
	    height: auto;
	    width: 40%;
	}

	#events .masked_image {
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}

	#events .button,
	.event_ctas .button,
	body.page-id-239 #hero .button,
	body.page-id-231 #hero .button,
	body.page-id-10647 #hero .button,
	body.home .row_video_and_text .button {
		width: calc(50% - 5px);
		padding: 0 5px;
	}

	body.page-id-5311 #hero .button {
		min-width: 80%;
	}

	body.page-id-5311 #hero .button + .button {
		margin: 10px 0 0;
	}

	body.page-id-10647 .row_image_and_text .button,
	body.parent-pageid-10647 .row_image_and_text .button {
		width: 100%;
	}

	body.page-id-10647 .row_image_and_text .button + .button,
	body.parent-pageid-10647 .row_image_and_text .button + .button {
		width: 100%;
		margin: 10px 0 0;
	}

	body.page-id-5313 blockquote + p {
		margin-bottom: 20px;
	}

	.event_ctas {
		margin-top: 10px;
	}

	#feedback .comment {
		padding: 30px 20px;
	}

	.row_image_and_text {
		padding-bottom: 0;
	}

	.peer-support-icon {
		right: -10px;
		max-width: 35%;
	}

	#peer_support_banner .peer-support-icon {
	    right: 10px;
	    max-width: 30%;
	}

	.row_image_and_text:nth-child(even) .peer-support-icon {
		right: auto;
		left: -10px;
	}

	.book_container {
		margin-bottom: 20px;
	}

	.book {
		text-align: center;
	}

	.col-1-4 .book img {
		width: auto;
		min-width: 100%;
	}

	#book_filters div {
		display: block;
		margin: 5px 0;
	}

	#basket {
		min-width: unset;
		width: 75%;
	}

	blockquote:nth-child(odd),
	blockquote:nth-child(even) {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.sub_page .col-2-3 div,
	.sub_page:nth-child(odd) .col-2-3 div {
		max-width: 100%;
		margin: 0;
	}

	.ticket_book,
	.ticket_price {
		float: none;
		display: block;
		width: 100%;
	}

	.split_image_text {
		text-align: center;
	}

	.split_image_text img {
		margin-bottom: 20px;
	}

	.appeal_product .larger {
		font-size: 1em;
	}

	.appeal_product .col-2-5+.col-1-5 {
		text-align: right;
	}

}
