@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

body { 
	font-family: 'Open sans', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
}
h1, h2, h3, h4 { margin-top: 0; }
h2 { color: #e30613; font-size: 24px; line-height: 24px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 16px; line-height: 16px; }
p { margin-bottom: 25px; }
section p:last-child { margin-bottom: 0; padding-bottom: 0; }
strong { font-weight: 800; }
a, a:visited { text-decoration: none !important; color: #73b72a; }
a:hover, a:active { text-decoration: none !important; color: #50801d; }
.contacts a { color: #666; }
.contacts a:hover { color: #50801d; }

.container { padding-bottom: 48px; }

.padding-top { padding-top: 32px; }
.padding-bottom { padding-bottom: 32px; }

.totaliser {  z-index: -1; }
.totaliser img { max-width: 100%; }
.totaliser h2 { font-weight: 800; }
#totaliser-mob {  }

.header { position: relative; }
.header h1 { position: absolute; top: -10000px; left: -10000px; }
#dont-let { display: block; max-width: 100%; margin: 0 auto 36px auto; }
#logo { display: block; max-width: 100%; margin: 0 auto 0 auto; }

.donate-method { margin-bottom: 3px; position: relative; }
.donate-detail { margin-bottom: 32px; max-width: 390px; margin-left: auto; margin-right: auto; }
.donate-method:last-child .donate-detail  { margin-bottom: 0; }
.donate-title .chevron { position: absolute; right: 10px; }

h4.title-bar { font-size: 16px; line-height: 42px; color: white; background-color: black; padding-left: 10px; margin-bottom: 3px; }
h4.title-bar .fa { margin-right: 6px; }
.side-content { margin-top: 32px; }
.side-content .event { margin-bottom: 24px; text-align: center; }
.side-content .bulletin { margin-bottom: 24px; }
.side-content .supporter { margin-bottom: 24px; }
.side-content .date { font-size: 14px; line-height: 14px; font-style: italic; margin-bottom: 4px; }
.side-content h3 { margin-bottom: 4px; }
.side-content .info { font-size: 14px; line-height: 18px; margin-bottom: 0; }
.side-content .more { font-weight: 800; text-align: center; display: block; }
.more-content div:last-child { margin-bottom: 0; }
.supporter img { width: 100%; max-width: 200px; margin: 0 auto; display: block; }

.registered { font-size: 12px; line-height: 12px; margin-top: 32px; }

/* col-xxs */
@media (max-width: 479px) {
}

/* col-xxs */
@media (max-width: 767px) {
	.donate-title { display:block; line-height: 42px; color: white !important; background-color: #4c4c4c; }
	.donate-title.active, .donate-title:hover { background-color: #000; }
	.donate-title.active .chevron { display: none; }
	.donate-detail { display: none; }
	.donate-detail.active { display: block; margin-top: 32px; }
}

/* col-xs */
@media (min-width: 480px) { 
}

/* col-sm */
@media (min-width: 768px) {
	body { }
	#totaliser { position: fixed; height: 100vh; max-height: 100vh; min-height: 100vh; }
	#totaliser img { max-height: calc(100% - 60px); }
	.donate-title { color: #000!important; font-weight: 800; cursor: default!important; }
	.chevron { display: none; }
}

/* col-md */
@media (min-width: 992px) {
	body { }
}

/* col-lg */
@media (min-width: 1200px) {
	body {  }
	.side-content .event { text-align: right; }
}

/* col-lg */
@media (min-width: 1440px) {
}

/* col-lg */
@media (min-width: 1800px) {
}

.donate-btn {
    background-color: #e30613;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #e30613;
    font-weight: bold;
    font-size: 22px;
    padding: 18px 12px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.donate-btn.comp {
    background-color: #73b72a;
    border-color: #73b72a;
}
.donate-caption {
    font-size: 12px;
    margin: 40px auto 15px;
    text-align: center;
    max-width: 350px;
    line-height: 16px;
}

.bulletin p {
    font-size: 12px;
    line-height: 16px;
}

.causeandgdet p {
    font-size: 14px;
    line-height: 20px;
}