html,
body,
.wrapper,
.page-container,
.page-wrap {
	min-height: 100vh;
}

.page-wrap {
	display: flex;
	flex-direction: column;
	padding-top: 124px;
}

main.site-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.site-logo__full {
	width: 200px;
}

.top-navigation .social-accounts a {
	font-size: 1.2em;
	margin-left: 0.5em;
}

.nav-overlay .social-accounts a {
	font-size: 2.0em;
}

.cc-revoke, .cc-window {
	font-family: inherit;
	font-size: 1.1em;
}

.cc-window {
	box-shadow: 0 4px 4px 5px rgba(0,0,0,.15);
}

.cc-color-override-1413501988 .cc-btn {
	border-radius: 3rem;
	width: 5rem;
}

.site-footer .credit {
	font-size: 0.9em;
}

.site-footer .credit a {
	color: #fdf38e;
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 20vh;
}

.banner__homepage {
	min-height: 40vh;
}

.site-footer__sub-menu {
	border-top: none;
}

.yellow-background {
	background-color: #fdf38e;
}

.light-background {
	background-color: rgba(51, 51, 51, 0.05);
}

.grey-background {
	background-color: #333333;
	color: #fff;
}

.grey-background a:not(.btn) {
	color: #fdf38e;
}

.content-block {
	text-align: center;
	padding: 3em 0;
}

.content-block h1 {
	font-weight: 900;
	margin-bottom: 0.5em;
	line-height: 1.4;
	font-size: 2.0rem;
}

.content-block h2 {
	margin-bottom: 2.4rem;
	font-weight: 700;
}

.content-block h3 {
	margin-bottom: 1.6rem;
	line-height: 1.4;
	font-size: 1.4rem;
}

.content-block h4 {
	margin-top: 1.6rem;
	margin-bottom: 1.0rem;
}

.content-block h3 + p {
	font-weight: 300;
	font-size: 1.2rem;
	margin-bottom: 1em;
}

.content-block .buttons {
	margin-top: 1.5em;
	text-align: center;
}

.buttons .btn {
	margin: 0 0.25em;
}

.site-footer__sub-menu .row {
	flex-direction: row;
	-ms-flex-direction: row;
}

.content-block a.homepage-cta {
	display: inline-block;
	max-width: 90%;
	margin-bottom: 1.8em;
}

.content-block a.homepage-cta p {
	margin: 0.75em 0;
	font-size: 1.2em;
}

.content-block form {
	font-size: 1.1em;
	text-align: left;
}

.content-block form .form-control {
	margin-bottom: 1.6em;
}

.content-block form .form-check {
	position: relative;
	display: block;
	padding-left: 2.5rem;
}

.content-block form .form-check .form-check-input {
	margin-left: -2.5rem;
	margin-top: 0.35rem;
}

.content-block form .form-check a {
	font-weight: bolder;
}

.content-block .body {
	font-size: 1.2em;
	text-align: left;
}

.content-block .body ul,
.content-block .body ol {
	margin: 1em 0 1em 1em;
	font-weight: bold;
	line-height: 1.5;
	list-style-type: "";
}

.content-block .body ul li::before {
	content: "\00BB";
	position: relative;
	left: -8px;
}

.content-block .body ul li + li,
.content-block .body ol li + li {
	margin-top: 0.5em;
}

.content-block .body blockquote {
	border-left: 5px solid rgba(51, 51, 51, 0.5);
	padding-left: 1em;
	margin: 1em 0;
	color: rgba(51, 51, 51, 0.85);
}

.content-block .body blockquote::before,
.content-block .body blockquote::after {
	display: none;
}

.content-block .body.privacy p:first-child,
.content-block .body.issue p:first-child,
.content-block .body.petition p:first-child {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

.content-block .body.privacy p a,
.content-block .body.issue p a,
.content-block .body.petition p a {
	border-bottom: 1px solid #333;
}

.newsletter-subscription {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/people-bg.png');
	padding: 5em 0;
	text-align: center;
}

.newsletter-subscription h4 {
	margin-bottom: 1.5em;
}

.newsletter-subscription input {
	width: 100%;
	padding: .75rem 1.5rem;
	border: none;
	outline: none;
	font-size: 1.2em;
	border-radius: 3rem;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.newsletter-subscription input::placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.newsletter-subscription button {
	font-size: 1.2em;
	width: 100%;
	margin-top: 0.5em;
}

.person {
	margin-bottom: 1.5em;
}

.person img {
	padding: 1.75em;
}

.person h5 {
	font-size: 1.4rem;
}

.person h6 {
	font-size: 1.3rem;
	font-weight: normal;
}

.person .contact-details {
	margin-top: 0.5em;
	font-size: 1.25rem;
}

.person .contact-details a {
	margin: 0 0.15em;
}

#map {
	height: 45vh;
}

.contact-info {
	text-align: left;
}

.content-block.contact-info h2 {
	margin-bottom: 0.35em;
}

.content-block.contact-info h3 {
	font-weight: 500;
}

.contact-info ul.contact-details {
	font-size: 1.4em;
	margin-top: 1em;
}

.contact-info ul.contact-details li {
	margin: 0.5em 0;
}

.contact-info ul.contact-details li a {
	margin-left: 0.5em;
	color: #fff;
}

.share-this,
.have-your-say {
	font-size: 1.2em;
}

.have-your-say a {
	font-weight: bold;
}

.share-this a {
	margin-left: 0.25em;
}

.issue-gallery a {
	display: block;
	margin-bottom: 1em;
}

.issues a.issue {
	display: flex;
	flex-direction: column;
	background-color: #fdf38e;
	border-bottom: 8px solid #333;
	padding: 1.8em;
	height: 100%;
	text-align: left;
	margin-bottom: 2em;
}

.issues a.issue .type {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1.6em;
}

.issues a.issue h3 {
	font-size: 1.8rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.issues a.issue .date {
	font-style: italic;
	font-size: 0.95rem;
}

.steps {
	overflow: hidden;
}

.steps .step {
	background-color: #fdf38e;
	padding: 3em;
	font-size: 1.3rem;
}

.steps .row {
	position: relative;
}

.steps .step::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	height: 1000px;
	z-index: -1;
	background-color: rgba(51, 51, 51, 0.05);
}

.steps .row:nth-child(2n) .step::after {
	background-color: #fff;
}

.steps .row > div {
	position: static;
}

.steps .step h3 {
	margin-bottom: 1em;
}

.steps .step .buttons {
	margin-top: 1em;
}

.input-radio:checked, input[type=radio]:checked {
	background-color: #333333;
}