/* TYPE */

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.444444444444444;
	color: #00020D;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #FFF;
	-webkit-overflow-scrolling: touch;
	transition: transform 0.4s ease;
}

body::before {
	display: block;
	height: 0;
	width: 0;
	position: fixed;
	top: -100;
	left: -100;
	content: url("/assets/themes/bf_2020/images/logo.svg");
}

.textcontent ul,
#footer ul {
	margin-bottom: 1.8rem;
}

.textcontent li {
	margin: 0 0 0.5em 0;
}

#skiptocontent {}

.heading,
.smalltitle,
blockquote p,
h1,
h2,
h3,
h4 {
	font-size: 3.2rem;
	margin: 0 0 0.75em 0;
	line-height: 1.2;
	line-height: 1.375;
	font-weight: 300;
	font-family: "Merriweather", serif;
}
h1.hassub { margin-bottom: 0.5em;}
/*h1.hassub+p { margin-bottom: font-weight: 300;
	font-family: "Merriweather", serif; line-height: 1.2;
}*/

h1 {
	color: #020873;
}

.bodytext h2,
h2.bodytext,
.bodytext h3,
h3.bodytext,
h2.subheading,
h3.subheading {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
}

.centred {
	text-align: center;
}

hr {
	border: 0;
	height: 1px;
	margin: 36px 0 28px;
	background: #D9D1C7;
}

blockquote cite,
p,
li,
h4 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 1em;
}

p strong,
li strong {
	font-weight: 600;
}

h4 {
	margin-bottom: 0.5em;
}

blockquote p {
	margin-bottom: 0;
}

blockquote cite {
	margin: 1em 0 0 0;
	display: block;
}

@media all and (max-width: 1199px) {
	blockquote p,
	h1,
	h2,
	h3 {
		font-size: 2.8rem;
	}
}

@media all and (max-width: 599px) {
	blockquote p,
	h1,
	h2,
	h3 {
		font-size: 2.4rem;
		line-height: 1.25
	}
	blockquote cite,
	p,
	li {
		font-size: 1.6rem;
	}
}

.textcontent li strong,
.textcontent p strong {
	font-weight: 600;
}

.textcontent ul li {
	margin-left: 1em;
	list-style: none;
	margin-bottom: 0.5em;
	position: relative;
}

.textcontent ol li {
    list-style: decimal;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

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

.textcontent ul:not(.ctas) li::before {
	content: "\2022";
	color: #D8B528;
	position: absolute;
	display: block;
	font-size: 1.222222222222222em;
	width: 20px;
	height: 1.181818181839669em;
	line-height: 0.9090909090909091em;
	line-height: 1;
	text-align: center;
	top: 0;
	left: -22px;
	vertical-align: middle;
}

body[class*="philanthropy"] .textcontent ul:not(.ctas) li::before {
	color: #BD4800;
}

.textcontent h2 {
	font-weight: 300;
	line-height: 30px;
	font-size: 24px;
	letter-spacing: -0.02em;
	/* Benefacts/Black #00020D */
	color: #00020D;
	margin: 0 0 0.5em;
	padding: 1.5em 0 0;
}

body[class*="philanthropy"] .textcontent h2:first-child {
	padding: 0;
}


.landingintro a,
.pageheader p:not(:first-child) a,
#searchboxes>.wrapper>div a,
.textcontent a {
	text-decoration: none;
	color: #020873;
	font-weight: 600;
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-position: 0 100%, 0 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 0 1px, 100% 1px;
	transition: background-size .5s;
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(9, 88, 167, 0.25), rgba(9, 88, 167, 0.25));
}

.landingintro a:hover,
.pageheader p:not(:first-child) a:hover,
#searchboxes>.wrapper>div a:hover,
.textcontent a:focus,
.textcontent a:hover {
	color: #020873;
	background-size: 100% 1px, 100% 1px
}

p.print {
	margin-top: 2em;
}

p.print a {
	display: inline-block;
	color: #048462 !important;
	border: 1px solid #048462;
	padding: 0.33em 0.66em;
	transition: all 0.2s ease;
	background: none;
}

p.print a:hover {
	color: #FFF !important;
	background: #048462;
}

.first_text>p:first-child {
	font-size: 24px;
	line-height: 32px;
}

.first_text>h2:first-child {
	margin-top: 0;
	padding-top: 0.1em;
}

figcaption {
	font-size: 1.5rem;
	color: #666;
}

p.cta,
ul.ctas {
	margin: 24px 0;
}

p.cta,
ul.ctas li {
	line-height: 1.2 !important;
	font-weight: 700;
	font-size: 1.8rem;
}

p.widecta {
	font-size: 1.6rem;
}

p.cta a,
p.cta span,
ul.ctas li a,
ul.ctas li span {
	color: white;
	position: relative;
	vertical-align: middle;
	background: #03A87C;
	line-height: 1;
	padding: 0.8em 1em 0.8em 1em;
	display: inline-block;
	transition: all 0.2s ease;
}

@media all and (max-width:599px) {
	p.cta a,
	p.cta span,
	ul.ctas li a,
	ul.ctas li span {
		display: flex;
	}
}

p.cta a:hover,
p.cta span:hover,
ul.ctas li a:hover,
ul.ctas li span:hover {
	color: white;
	background: #BD4800;
	/*mix-blend-mode: screen;*/
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

#loadhere>p.cta {
	margin: 12px 0 40px;
}

ul.ctas {
	display: flex;
	justify-content: flex-start;
}

ul.ctas li {
	/*flex: 1;*/
}

ul.ctas li {
	/*max-width: calc(50% - 12px);*/
}

ul.ctas li:not(:nth-child(2n)) {
	margin-right: 20px;
}

ul.ctas li a {
	display: block;
}

@media all and (min-width: 1200px) {}

@media all and (max-width: 599px) {}

ul.social::after {
	content: "";
	display: table;
	clear: both;
}

ul.social li {
	display: inline-block;
	margin: 0 14px 0 0 !important;
	position: relative;
	width: 28px;
	height: 28px;
}

ul.social li::before {
	display: none !important;
}

ul.social li a {
	display: block;
	color: white;
	border-radius: 100%;
	text-decoration: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul.social li a {
	background: #858585;
	color: white;
}

ul.social li a:hover {
	color: #FFF !important;
	background-color: #020873 !important;
}

ul.social li a span {
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}


/*ul.social::after { content:""; display:table; height:0; clear:left;}
ul.social li a::after { font-family: "icons"; font-weight:normal; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

ul.social li a[href*="facebook"]::after { content:"\e901"; }
ul.social li a[href*="twitter"]::after { content:"\e906"; }
 
ul.social li a[href*="instagram"]::after { content:"\e904"; }
ul.social li a[href*="linkedin"]::after { content:"\e903"; }
*/

ul.social li a {
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center;
}

ul.social li a[href*="mailto"],
ul.social li a[href*="mailto"]:hover {
	background-color: #0958A7;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.4%2C9.2c-0.1%2C0-0.2%2C0.1-0.3%2C0.1C7%2C9.4%2C7%2C9.6%2C7%2C9.7v8.6c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1h13.1%20c0.1%2C0%2C0.2-0.1%2C0.3-0.1c0.1-0.1%2C0.1-0.2%2C0.1-0.3V9.7c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.1-0.2-0.1-0.3-0.1H7.4L7.4%2C9.2z%20M8.8%2C10.2h10.4%20L14%2C14.3L8.8%2C10.2z%20M7.9%2C10.7l5.8%2C4.6c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.1s0.2%2C0%2C0.3-0.1l5.8-4.6v7.2H7.9V10.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}

ul.social li a[href*="linkedin"],
ul.social li a[href*="linkedin"]:hover {
	background-color: #0077B5;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8.6%2C7C7.6%2C7%2C7%2C7.7%2C7%2C8.5C7%2C9.4%2C7.6%2C10%2C8.6%2C10c1%2C0%2C1.6-0.7%2C1.6-1.5C10.1%2C7.7%2C9.6%2C7%2C8.6%2C7z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10.1%2C11.2h-3V21h3V11.2z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M17.6%2C11c-1.6%2C0-2.6%2C0.9-3%2C1.6h-0.1l-0.1-1.4h-2.6c0%2C0.9%2C0.1%2C1.9%2C0.1%2C3.1V21h3v-5.6c0-0.3%2C0-0.6%2C0.1-0.8%20c0.2-0.6%2C0.7-1.1%2C1.5-1.1c1.1%2C0%2C1.5%2C0.9%2C1.5%2C2.1V21h3v-5.8C21%2C12.4%2C19.5%2C11%2C17.6%2C11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}

ul.social li a[href*="twitter"],
ul.social li a[href*="twitter"]:hover {
	background-color: #1da1f2;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20style%3D%22enable-background%3Anew%200%200%2028%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M10.9%2C20.7c6.2%2C0%2C9.6-5.1%2C9.6-9.6c0-0.1%2C0-0.3%2C0-0.4c0.7-0.5%2C1.2-1.1%2C1.7-1.8c-0.6%2C0.3-1.3%2C0.4-1.9%2C0.5%09%09C21%2C9%2C21.5%2C8.4%2C21.8%2C7.6c-0.7%2C0.4-1.4%2C0.7-2.1%2C0.8c-0.6-0.7-1.5-1.1-2.5-1.1c-1.9%2C0-3.4%2C1.5-3.4%2C3.4c0%2C0.3%2C0%2C0.5%2C0.1%2C0.8%20c-2.8-0.1-5.3-1.5-7-3.5C6.6%2C8.4%2C6.5%2C9%2C6.5%2C9.6c0%2C1.2%2C0.6%2C2.2%2C1.5%2C2.8c-0.6%2C0-1.1-0.2-1.5-0.4c0%2C0%2C0%2C0%2C0%2C0c0%2C1.6%2C1.2%2C3%2C2.7%2C3.3%20c-0.3%2C0.1-0.6%2C0.1-0.9%2C0.1c-0.2%2C0-0.4%2C0-0.6-0.1c0.4%2C1.3%2C1.7%2C2.3%2C3.1%2C2.3c-1.2%2C0.9-2.6%2C1.4-4.2%2C1.4c-0.3%2C0-0.5%2C0-0.8%2C0%20C7.3%2C20.1%2C9%2C20.7%2C10.9%2C20.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}

ul.social li a[href*="instagram"],
ul.social li a[href*="instagram"]:hover {
	background: linear-gradient(45deg, rgba(255, 211, 116, 1) 0%, rgba(255, 211, 116, 1) 12%, rgba(240, 103, 59, 1) 34%, rgba(236, 73, 76, 1) 55%, rgba(196, 49, 137, 1) 75%, rgba(128, 67, 197, 1) 91%, rgba(128, 67, 197, 1) 100%) !important;
}
.contactform label span:first-child {
	position: fixed;
	top: -9000px;
}

.contactform input,
.contactform textarea {
	border: none;
	outline: none;
	background: white;
	width: 100%;
	display: block;
	padding: 1em;
	font-family: inherit;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.2;
	border: 1px solid #D9D1C7;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.contactform textarea {
	height: 5.6em;
}

.contactform form {}

.contactform input[type="submit"] {
	cursor: pointer;
	background: #03A87C;
	color: white;
	box-shadow: none;
	width: auto;
	transition: all 0.2s ease;
}

.contactform input[type="submit"]:hover {
	background: #BD4800;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	font-size: 1.8rem;
	color: #BD4800;
	font-weight: 600;
}

.highlightbox {
    background: rgba(217, 209, 199, 0.4);
    margin: 20px 0;
    padding: 30px 40px;
}