body {
	background: url(inner-bg.png) center top no-repeat #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 70px;
}

body.home {
	background: url(march.jpg) center top no-repeat #000;
	background-size: contain;
	padding-top: 0 !important;
}

.home footer {
	margin: 0;
}

/* Basics */

a {
	color: #882225;
}

h1,
h2,
h3,
h4 {
	font-family: "Saira Condensed", sans-serif;
	font-weight: 800;
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 50px;
}

h4 {
	font-size: 40px;
}

h5 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	color: #882225;
}

#content h1 {
	font-size: 40px;
}

#content h2 {
	font-size: 36px;
}

#content h3,
#content h6 {
	font-size: 30px;
}

#content h4,
.btn-primary {
	font-size: 24px;
}

#content h6,
.btn-primary {
	font-family: "Saira Condensed", sans-serif;
	line-height: 1;
	font-weight: 800;

}

#content h6 a {
	background-color: #882225;
	color: #fff;
	display: inline-block;
	padding: 15px 20px 10px;
}

#content h6 a:hover,
#content h6 a:focus {
	background-color: #666;
	text-decoration: none;
}

.btn {
	padding: 12px 12px 6px;
}

.breadcrumb {
	background-color: transparent;
	font-size: 16px;
	padding: 0;
}

.breadcrumb a {
	color: #882225;
}

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

	h1 { font-size: 70px; }
	.brand img { height: 70px; width 70px; }
	h2 { font-size: 54px; }
	h3 { font-size: 46px; }
	h4 { font-size: 38px; }

}

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

	h1 { font-size: 60px; }
	.brand img { height: 60px; width 60px; }
	h2 { font-size: 48px; }
	h3 { font-size: 40px; }
	h4 { font-size: 34px; }
	.breadcrumb { margin-top: 15px 15px; }
}

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

	body { font-size: 17px; }
	h1 { font-size: 54px; }
	.brand img { height: 54px; width 54px; }
	h2 { font-size: 40px; }
	h3 { font-size: 34px; }
	h4 { font-size: 28px; }
	.breadcrumb { margin-top: 10px 10px; }
	#content h4, .btn-primary { font-size: 20px; }	
}

@media only screen and (max-width: 600px) {
	
	body { font-size: 16px; }
	h1 { font-size: 48px; text-align: center: }
	.brand img { display: none; }
	h2 { font-size: 36px; }
	h3 { font-size: 32px; }
	h4 { font-size: 24px; }
	
}

/* Header and nav */

.navbar {
	background-color: rgba(255,255,255,.95);
	margin-bottom: 0;
}

.navbar-brand {
	color: #000;
	font-family: "American Captain", sans-serif;
	font-size: 50px;
	line-height: 1;	
	padding: 25px 15px 20px;
}

.navbar-brand > img {
	display: inline-block;
	height: 50px;
	width: 50px;
}

.navbar-nav {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	font-weight: 700;
	float: right;
	padding-top: 20px;
}

.nav > li > a {
	padding: 0;
}

.navbar-nav > li > a {
	background-color: transparent;
	color: #882225;
	padding: 10px 18px;
}


.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
	background-color: transparent;
	color: #000;
}

.navbar-nav > li:last-child > a {
	background-color: #2a5972;
	border: 1px solid #2a5972;
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav > li:last-child > a:hover,
.navbar-nav > li:last-child > a:focus {
	background-color: #fff;
	color: #000;
}

@media only screen and (max-width: 1199px) {
	
	body { padding-top: 60px; }	

	.navbar-brand { font-size: 40px; }
	.navbar-brand > img {
		height: 40px;
		width: 40px;
	}
	
	.navbar-nav	> li > a {
		font-size: 18px;
		padding: 10px 12px;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.navbar > .container {
		width: 100% !important;
	}
	
	.navbar-toggle {
		margin: 0 15px 0 0;
		padding: 30px 10px;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #882225;
		width: 25px;
		height: 3px;
	}
	
	.navbar-nav {
		float: none;
		width: 100%;
		margin: 0 0 20px 0; 
		max-width: 100%;
		text-align: right;
	}
	
	.navbar-nav > li:last-child > a {
		display: inline-block;
		margin-top: 10px;
		margin-right: 10px;
	}
	
}

@media only screen and (max-width: 400px) {
	
	body { padding-top: 50px; }	
	.navbar-brand {	font-size: 30px; }
	.navbar-brand > img { height: 30px; width: 30px; }
}

/* Homepage */

.home section {
	border-bottom: 2px solid #fff;
	overflow: auto;
	position: relative;
/*	height: 100%; */
}

.home section,
.home section h2,
.home section h3,
.home section p,
.home sectiom a,
.home sectiom i {
	color: #fff;
}

.home .updates-home h2,
.home .fight h2 {
	padding: 0 2%;
}

.join {
	padding-top: 40vh;
	text-align: center;
	height: 90vh;
}

.join a {
	background-color: rgba(136, 34, 37, 0.75);
/*	border: 1px solid #fff; */
	display: inline-block;
	color: #fff;
	font-size: 40px;
	margin-top: 50px;
	padding: 5px 15px;
}

.join a:hover,
.join a:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.brand {
	background-color: rgba(42, 89, 114, 0.8);
	padding: 10px;
}

.brand h1 {
	font-family: "American Captain", sans-serif;
	font-weight: 400;
}

.brand img {
	height: 80px;
	width: auto;
}

.fight {
	background-position: center center;
	background-size: cover;
	height: 100%;
	position: relative;
}

.fight .button-overlay {
	background-color: rgba(0,0,0,.5);
/*	bottom: 0;
	left: 0; */
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
/*	right: 0;
	top: 0; */
}

.fight h2 {
	position: absolute;
	text-align: center;
	top: 30px;
	width: 100%;
}

.fight a {
	color: #fff;
	padding: 20vh 5% 15vh 5%;
	text-align: center;
	text-decoration: none;
}

.fight a:hover,
.fight a:focus {
	background-color: rgba(136, 34, 37, 0.75);
}

.b-icon {
	font-size: 50px;
}

.home sectiom a:hover,
.home sectiom a:focus {
	text-decoration: none;
}

.third {
	float: left;
	width: 33.33333%;
}

.d-flex {
	display: flex;	
}

.half {
/*	float: left; */
	width: 50%;
}

.text-content-box {
	padding: 100px;
}

.content-box {
	font-size: 20px;
	font-weight: 500;
}

.image-content {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.statement .image-content { order: 2; }

.statement {
	background-color: #2a5972;
}

.quote {
	background-color: #882225;
}

.quote .content-box {
	font-size: 26px;
}

.updates-home {
	background-color: #fff;
	padding: 50px 0;
}

.home section.updates-home h2 {
	color: #000;
	text-align: center;
}

.updates-home .image-container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.updates-home .post-inner {
/*	text-align: center; */
}

.updates-home h4 {
	font-size: 24px;
/*	text-transform: uppercase; */
}

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

	.fight a { padding: 15vh 5% 10vh 5%; }
	.text-content-box { padding: 60px; }
	.content-box { font-size: 18px; }

}

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

	.half.text-content-box { padding: 40px; width: 65%; }
	.half.image-content { width: 35%; }
	.join a { font-size: 36px; }
}

@media only screen and (max-width: 767px) {
	
	.join { height: auto; padding-bottom: 50px; padding-top: 35vh; }
	.join a { font-size: 32px; }
	.post-inner { margin-bottom: 30px; padding: 0 2.5%; }
/*	.fight .d-flex, */ .quote.d-flex, .statement.d-flex { display: block; }
	.half.image-content { height: 35vh; min-height: 200px; float: none; width: 100%; }
	.half.text-content-box { float: none; width: 100%; }
	.fight h2 { top: 20px; }
	.fight a { padding: 25vh 2% 5vh 2%; }
	.b-icon { font-size: 32px; }
	.button-inner .content-box { display: none; }
	.button-inner h3 { margin-top: 15px;}
}

@media only screen and (max-width: 600px) {
	
	.brand h1 { margin: 10px 0; }
	.join a { font-size: 28px; }
	
}

/* quotes rotator */

.supporter-quotes {
	background-color: #e6e6e6;
	padding: 80px 0;
}

.quote-text {
	padding-top: 30px;
}

@media only screen and (max-width: 767px) {
	.quotes-rotator {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;	
	}
}

/* page header */

.page-header.with-bg,
.page-header.no-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.header-overlay {
	background-color: rgba(42, 89, 114, 0.8);
	bottom: 0;
	top: 0;
	left: 0;
	position: relative;
	right: 0;
}

.page-header h2 {
	border: 0;
	color: #fff;
	font-family: "Saira Condensed", sans-serif;
	font-size: 120px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	padding: 130px 20px;
	text-align: center;
	
}

.main.container {
	padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
	.page-header h2	{ font-size: 110px; }
	.main.container { padding-top: 50px; }
}

@media only screen and (max-width: 991px) {
	.page-header h2	{ font-size: 90px; }
	.main.container { padding-top: 40px; }
	.actionhub .page-header h2,
	.parent-actionhub .page-header h2	{
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.page-header h2	{ font-size: 80px; padding: 100px 2%; }
	.main.container { padding-top: 30px; }
	.actionhub .page-header h2,
	.parent-actionhub .page-header h2	{
		font-size: 40px;
	}	
}

@media only screen and (max-width: 600px) {
	.page-header h2	{ font-size: 60px; }
	.main.container { padding-top: 20px; }
	.actionhub .page-header h2,
	.parent-actionhub .page-header h2	{
		font-size: 30px;
	}	
}


/* Action hub */

.actionhub .page-header.no-bg,
.parent-actionhub .page-header.no-bg {
	background-image: none !important;
}

.actionhub .page-header h2,
.parent-actionhub .page-header h2 {
	font-size: 70px;
	padding: 40px 20px 30px;	
}

.action-entry {
	margin-bottom: 30px;
}

@media only screen and (max-width: 450px) {
	.action-entry {
		width: 100% !important;
	}
}

.action-entry a.action-has-image,
.action-entry a.action-no-image {
	background-size: cover;
	background-position: center center;
	display: inline-block;
	height: 240px;
	position: relative;
	width: 100%;
}

.action-entry a .action-headline {
	background-color: #2a5972;
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	width: 100%;	
}

.action-entry a:hover,
.action-entry a:focus {
	opacity: .7;
}

/* Supporters */

.supporters .text-content ul {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    font-size: 16px;
    list-style-type: none;
    margin: 20px 0 40px;
    padding: 20px 0;
}

.supporters .text-content ul li {
	line-height: 1.3;
	margin-bottom: 10px;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

@media only screen and (max-width: 991px) {
	
	.supporters .text-content ul { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
}

@media only screen and (max-width: 767px) {
	
	.supporters .text-content ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }	

}

@media only screen and (max-width: 767px) {
	.supporters .text-content ul { font-size: 14px; }
}

/* Shares */

.like-page {
	text-align: center;
}

.like-page strong {
	display: none;
}

.like-page .btn-primary {
	border-radius: 0;
	margin: 10px;
}

.like-page .btn-primary i {
	margin-right: 10px;
}

/* Actions */

.more-actions {
	padding: 40px 0;
	text-align: center;
}

.more-actions h5 {
	font-family: 'Archivo', sans-serif;
	font-size: 40px;
	font-weight: 500;
}

ul.action-nav {
	list-style-type: none;
	padding: 0;
}

.action-nav li {
	background-size: cover;
	background-position: center center;
	display: inline-block;
	line-height: 1;
	position: relative;
	width: 23%;
	vertical-align: top;
}

.action-nav li a {
	background-color: rgba(42, 89, 114, 0.8);
	color: #fff;
	display: inline-block;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 30px;
	font-weight: 800;
	padding: 35% 20px 20%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.action-nav li a span {
	display: inline-block;
	height: 70px;
	vertical-align: middle;
}

.action-nav li a:hover,
.action-nav li a:focus {
	background-color: rgba(42, 89, 114, 1);
	text-decoration: none;
}

.action-nav li.hide {
	display: none !important;
}

/* Donation */

.donation-toggle {
	padding-bottom: 20px;
	text-align: center;
}

.donation-toggle a {
	background-color: #882225;
	color: #fff;
	display: inline-block;
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 12px;
}

.type-donation .intro {
	text-align: center;
}

.type-donation .intro p:first-child,
.type-petition .intro p:first-child {
	color: #2a5972;
	font-weight: 500;
	font-size: 30px;
}

.staged-donation-form {
	background-color: #fff;
	border-top: 3px solid #ccc;
	margin-bottom: 30px;
	padding: 30px 0;
}

.donation-form-footer.right {
	float: right;
	text-align: right;
	width: 50%;
}

.donation-form-footer.left {
	float: left;
	width: 50%;
}

.radio-inline.text-center {
	display: block;
	margin-top: 30px;
	padding: 0;
}

label[for="donation_amount_other"] {
	display: block;
	margin-top: 15px;
}


.text-center {
	text-align: center;
}


.radio-inline.text-center .radio {
	background-color: #882225;
	color: #fff;
	padding: 15px;
}

.radio-inline.text-center .radio:hover,
.radio-inline.text-center .radio:active {
	
}

.progress-stage-button-prev,
.progress-stage-button-next {
	
}

.progress-stage-button-prev:hover,
.progress-stage-button-prev:focus,
.progress-stage-button-next:hover,
.progress-stage-button-next:focus {
	cursor: pointer;
	color: #882225;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	
	.type-donation .intro p:first-child, .type-petition .intro p:first-child { font-size: 26px; }
	.more-actions h5 { font-size: 40px; }

}

@media only screen and (max-width: 767px) {
	
	.type-donation .intro p:first-child, .type-petition .intro p:first-child { font-size: 22px; }
	.more-actions h5 { font-size: 36px; }
	.action-nav li { display: block; margin: 20px auto; width: 75%; }
	.action-nav li a { padding: 40px 0; }
	.action-nav li a span { height: auto; }
	
}

/* Action camp */

.acamp-list {
	background-color: #2a5972;
	color: #fff;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-decoration: none;
}

.acamp-list:hover,
.acamp-list:focus {
	background-color: #666;
	color: #fff;
	text-decoration: none;	
}

/* Blog and posts */

#content .blog .entry h3 {
	font-size: 48px;
}


#content .blog .entry h3 a,
.read-more a {
	color: #2a5972;
}

.entry {
	padding: 20px 0;
}

.blog .entry .byline,
.single-byline {
	font-size: 16px;
}

.entry .featured-image {
	height: 275px;
	background-position: center center;
	background-size: cover;
	background-repeat: 0;
	margin-bottom: 20px;
}

.featured-image.single {
	margin-bottom: 40px;
}

.read-more {
	display: block;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
}

.single-headline {
	color: #2a5972;
}

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

	#content .blog .entry h3 { font-size: 36px; }

}
/* Footer */

footer {
	background-color: #2a5972;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 60px 0;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: none;
}

.footer-social {
	font-size: 50px;
	padding-top: 10px;
}

.footer-social .fa {
	font-size: 70px;
	margin-left: 15px;
	vertical-align: sub;		
}

.footer-social .fa:hover,
.footer-social .fa:focus {
	opacity: .7;
}

.footer-logo {
	float: left;
	width: 200px;
}

.footer-left {
	float: left;
	margin: 0 30px;
	padding-top: 30px;
	width: 400px;
}

.footer-right {
	float: right;
	width: 650px;
}

.hide-to-break {
	display: none;
}

@media only screen and (max-width: 1600px) {
	.footer-social { font-size: 40px; }
	.footer-social .fa { font-size: 60px; }
	.footer-right { width: 550px; }
	.footer-left { width: 350px; }
}

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

	.footer-social { font-size: 30px; }
	.footer-social .fa { font-size: 48px; }
	.footer-right { width: 400px; }
	.footer-left { width: 300px; }

}

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

	.footer-right { float: none; width: 100%; text-align: center; margin-bottom: 30px; }
	.footer-left { float: right; margin: 0 0 0 30px; width: 500px; }
	.hide-to-break { display: block; text-align: center; clear: both; margin-top: 20px; }
	.show-to-break { display: none; }
	
}

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

	footer { padding-left: 2%; padding-right: 2%; }
	.footer-logo { display: none; }
	.footer-left { float: none; margin: 0; width: 100%; padding-top: 0; text-align: center; }
}

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

	.footer-social { font-size: 24px; }
	.footer-social .fa { font-size: 34px; margin-left: 8px; }
	
}

/* accessible accordions */

.js-accordion__panel[aria-hidden=true] {
	display: none;
}

.js-accordion__panel[role="tabpanel"] .js-accordion__header {
	display: none;
}

button.js-accordion__header {
	background: url('down.png') center right 30px no-repeat #fff;
	background-size: 45px 30px;
	border: none;
	border-radius: 0;
	color: #882225;
	display: block;
	font-size: 36px;
	font-weight: 700;	
	line-height: 1.3;
	margin: 30px 0 0;
	outline: none;
	padding: 30px 100px 30px 30px;
	text-align: left;
	width: 100%;
}

button.js-accordion__header[aria-expanded=true] {
	background: url('up.png') center right 30px no-repeat #fff;
	background-size: 45px 30px;
}

button.js-accordion__header:hover,
button.js-accordion__header:focus,
button.js-accordion__header[aria-expanded=true] {

}

.animated-accordion__panel {
	display: block;
	overflow: hidden;
	opacity: 1;
	transition: visibility 0s ease, max-height 1s ease, opacity 1s ease ;
	max-height: 100em;
	/* magic number for max-height = enough height */
	visibility: visible;
	transition-delay: 0s;
	margin: 0;
	padding: 0;
}

.js-accordion__panel {
	background-color: #fff;
	padding: 30px;
}

/* This is the hidden state */
[aria-hidden=true].animated-accordion__panel {
	display: block;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition-delay: 250ms, 0s, 0s;
	margin: 0;
	padding: 0 30px;
}

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

	button.js-accordion__header { font-size: 32px; background-size: 36px 24px; padding: 20px 80px 20px 20px; }
	button.js-accordion__header[aria-expanded=true] { background-size: 36px 24px; }
	.js-accordion__panel { padding: 20px; }
	#sidebar { margin-top: 40px; }
}

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

	button.js-accordion__header { font-size: 24px; background-size: 24px 16px; }
	button.js-accordion__header[aria-expanded=true] { background-size: 24px 16px; }
	
}