:root {
	--dark-blue: #004475;
	--grey-blue: #adc3ea;
	--bright-blue: #4e9cee;
	--mid-blue: #005cbf;
	--yellow: #f9be2a;
	--off-white: #FAF9F6;
	--beige: #EDE7D7;
}

body {
	padding: 0;
	margin: 0;
	background-color: var(--off-white);
}

@font-face{font-family:"MultiFont";font-style:normal;font-weight:300;font-display:swap;src:url(https://www.thebighousemultibank.org.uk/v2412/media/fonts/43d22ee88abccfc9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
@font-face{font-family:"MultiFont";font-style:normal;font-weight:400;font-display:swap;src:url(https://www.thebighousemultibank.org.uk/v2412/media/fonts/469d455d6e979535-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}

h1, h2, h3, h4, p, li, a, th, td {
	font-family: "MultiFont";
	color: var(--dark-blue);
}

h1	{
	font-size: 2.75em;
	font-weight: 100;
	margin-top: 1.25em;	
}

h2	{
	font-size: 1.9em;
	font-weight: 400;	
	margin-bottom: -0.25em;	
}

h3, .home-intro p, .home-intro li	{
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: -0.5em;	
}

h3 {
	font-weight: 800;	
}

p, li, th, td {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 100;
}

table {
	margin-top: 2em;
}

th {
	font-weight: 800;
	text-align: left;
}

thead tr th {
	text-align: center;
}

td {
	text-align: center;
}

td, th {
  border-right: 1px solid var(--grey-blue);
  border-bottom: 1px solid var(--grey-blue);
  padding: 0.5em;
}

tr:last-child td, tbody tr:last-child th {
  border-bottom: none;
}

td:last-child, th:last-child {
  border-right: none;
}

ul li {
	margin-bottom: 1em;
}

.fact-boxes {
	margin-top: 0em;
	display: flex;
	flex-wrap: wrap;
}

.fact-box {
	background: var(--dark-blue);
	text-align: center;
	border-radius: 2em;
	padding: 1em;
	margin: 1em;
}

.fact-box h3 {
	margin-top: 0.5em;
	font-size: 2.5em;
	font-weight: 100;
	color: var(--off-white);	
}

.fact-box p {
	margin-top: 2em;
	font-size: 1em;
	line-height: 1em;
	color: var(--off-white);	
}


blockquote {
	clear: both;
	background: var(--bright-blue);
	text-align: center;
	border-radius: 2em;
	padding: 1em 3em 1em 3em;
	width: 60%;
	margin: 3em auto 3em auto;
}

blockquote p {
	font-size: 1.3em;
	color: white;	
}

.blockquote-left img, .blockquote-right img {
	width: 5em;
}

.blockquote-left {
	float: left;
	margin-left: -4em;
	margin-top: -3em;
}

.blockquote-right {
	float: right;
	margin-right: -4em;
	margin-top: -3em;
}

.coverage-left p {
	line-height: 1.4em;
}

.coverage-left h3 {
	margin-top: 2em;
}

.coverage-info {
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: 100;
	margin-bottom: -0.5em;
}

.email-cta {
	clear: both;
	background: var(--yellow);
	text-align: center;
	border-radius: 2em;
	padding: 1em 3em 1em 3em;
	width: 60%;
	margin: 3em auto 3em auto;
}

.email-cta p {
	font-size: 1.3em;
}

.email-cta img {
	float: right;
	width: 10em;
	margin-top: -1em;
	margin-right: -7.5em;
	padding-left: 2em;
}

#header {
	border: 0;
	padding: 2em 0 2em 0;
	margin: 0;
	height: 7em;
	width: 100%;
	background: var(--beige);
}

#logo {
	float: left;
}

#logo img {
	height: 4em;
	margin-left: 1em;
	padding-top: 1em;
}

#nav {	
	text-align: right;
	margin-top: -2em;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	padding: 0;
	margin: -0.6em 1em 0 0;
}

#nav li a {
	text-decoration: none;
}

#nav a:hover {
	color: var(--bright-blue);
}

#nav-donate {
	display: none;
}

.selected {
	font-weight: bold;
	color: var(--bright-blue);
}

#notice {
	border: 0;
	padding: 1em 0 1em 2em;
	margin: 0;
	height: 1em;
	width: 100%;
	background: var(--grey-blue);
}

#notice p {
	margin-top: -0.5em;
	font-size: 1em;
}

#footer {
	clear: both;
	border: 0;
	padding: 2em 0 2em 0;
	margin: 0;
	width: 100%;
	background: var(--dark-blue);
}

#footer p, #footer a {
	color: var(--off-white);
	font-size: 1em;
	line-height: 1.4em;
}

#footer p {
	margin-left: 20%;
}

#footer img {
	height: 8em;
	margin-left: 20%;
	margin-top: 1em;
}

#main {
	width: 80%;
	margin: auto;
	clear: both;
}

.illustration-right, .illustration-left, .impact-tables {
	display: none;
}

@media (min-width: 60em) {
	.section-left {
		width: 45%;
	}
	.section-right {
		width: 45%;
		float: right;
		margin-bottom: 3em;
	}

	.coverage-left {
		width: 45%;
	}

	.illustration-right {
		display: inline;
		float: right;
	}
	.illustration-left, .impact-tables {
		display: inline;
	}
	.illustration-right img, .illustration-left img {
		width: 20em;
		padding: 2em;
	}

	.illustration-right img.photo, .illustration-left img.photo {
		width: 25em;
		padding: 0em;
		border-radius: 2em;
	}
	
	#footer p {
		margin-left: 55%;
	}
	
	#footer img {
		height: 10em;
		float: left;
		margin-left: 35%;
		margin-top: 1em;
	}
}

@media (min-width: 75em) {
	.illustration-right img, .illustration-left img {
		width: 25em;
		padding: 4em;

	}
	.illustration-right img.photo, .illustration-left img.photo {
		width: 30em;
	}

}

@media (min-width: 90em) {
	.illustration-right img, .illustration-left img {
		width: 25em;
		padding: 4em;
	}
	.illustration-right img.photo, .illustration-left img.photo {
		width: 30em;
	}
}

@media (min-width: 120em) {
  body {
	font-size: 1.2em;
  }
  .illustration-right img, .illustration-left img {
	  width: 30em;
	  padding: 6em;
  }
  .illustration-right img.photo, .illustration-left img.photo {
	  width: 30em;
  }
}

@media (min-width: 160em) {
  body {
	font-size: 1.4em;
  }
	.illustration-right img, .illustration-left img {
	  width: 45em;
	  padding: 8em;
  }
  .illustration-right img.photo, .illustration-left img.photo {
	  width: 45em;
  }
}

@media (min-width: 57em) {

	#header {
		height: 5em;
	}
	
	#logo img {
		height: 4.5em;
		margin-left: 2em;
		padding-top: 0em;
	}

	#nav {
		margin-right: 2.5em;
		margin-top: 2em;
	}

	#nav ul li {
		display: inline;
		margin: 0 0 0 1em;
	}

	#thin-donate {
		display: none;
	}

	#nav-donate {
		display: inline;
		background: var(--yellow);
		text-align: center;
		border-radius: 2em;
		padding: 1em;
	}

	#nav-donate:hover {
		background: var(--bright-blue);
	}
}