/* Editor settings */
* {
	box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0
}

body {
	font: 16px/24px 'Neue Plak Text W04 Light', sans-serif;
}

img {
	max-width: 100%;
}

strong {
	font-family: 'Neue Plak Text W04 SemiBold', sans-serif;
}

div.wrapper {
	margin: 0 auto;
	width: 972px;
}

h1 {
	font-family: 'Neue Plak Text W04 Black', sans-serif;
	font-weight: normal;
	margin-top: 0;
}

h2,h3,h4,h5,h6 {
	font-family: 'Neue Plak Text W04 Black', sans-serif;
	font-weight: normal;
	margin-top: 0;
}

p.date {
	color: #666;
	margin-top: -1rem;
}

article .cover p.date {
	color: #999;
	font-size: 14px;
	margin-top: 0rem;
}

.light {
	font-family: 'Neue Plak Text W04 Light', sans-serif;
}

.regular {
	font-family: 'Neue Plak Text W04 Regular', sans-serif;
}

.semibold {
	font-family: 'Neue Plak Text W04 SemiBold', sans-serif;
}

.bold {
	font-family: 'Neue Plak Text W04 Bold', sans-serif;
}

.black {
	font-family: 'Neue Plak Text W04 Black';
}

.r5 {
	font-size: 5rem;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.r4 {
	font-size: 4rem;
	line-height: 1em;
	margin-bottom: 0.25em;
}

.r3 {
	font-size: 3rem;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

.r2 {
	font-size: 2rem;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

.r05 {
	font-size: 0.8rem;
	line-height: 1.6em;
}

p.r1 {
	font-size: 1.15rem;
	line-height: 1.5em;
}

p.r2 {
	font-size: 1.2rem;
	line-height: 1.5em;
}

.donate {
	font-size: 1.1rem;
	line-height: 1.5em;
}
.donate li{
	margin-bottom: .5rem;
}

address {
	font-style: normal;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* colors */
.white {
	color: white;
}

.red {
	color: #a00;
}

.bg-black {
	background-color: black !important;
}

.bg-gray {
	background-color: #141414 !important;
}

.readmore a {
	color: black;
	text-decoration: none;
}

.readmore {
	text-align: center;
}

.readmore a:hover {
	
}

figure {
	margin: 0;
}

figure a {
	color: black;
	display: inline-block;
	margin-top: 8px;
	text-decoration: none;
	transition: .5s;
}

figure a:hover {
	color: red;
	transition: .5s;
}

a.btn {
	background-color: red;
	border: 1px solid red;
	border-radius: 8px;
	color: white;
	display: inline-block;
	font-family: 'Neue Plak Text W04 Bold', sans-serif;
	padding: 6px 24px 8px;
	transition: .5s;
}

a.btn:hover {
	background-color: white;
	border: 1px solid red;
	color: red;
}

.mask {
	background-image: url('/templates/default/images/mask.png');
	background-repeat: repeat-x;
	min-height: 400px;
	padding: 6rem 0 7rem;
}

/* Header theme image */
article .cover {
	background-size: cover;
	padding: 0;
}

article .cover h1 {
	text-shadow: 1px 1px 2px black;
}

article .cover p {
	font-size: 1.25rem;
	font-family: 'Neue Plak Text W04 SemiBold', sans-serif;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px black;
}

article .cover p strong {
	font-family: 'Neue Plak Text W04 Bold', sans-serif;
}

article header {
	background-color: black;
	color: white;
	padding: 2.5rem 0 5.5rem;
}

article section {
	padding: 6rem 0 6.5rem;
}

article section:nth-child(odd) {
	background-color: #f3f3f3;
}

article .cols {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .boxes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .boxes div {
	padding: 1% 0 2%;
	width: 50%;
}

article header .cols {
	align-items: center;
}

article .cols div.full {
	width: 100%;
}

article .cols div.box {
	height: 50vw;
}

article .col4 {
	width: 300px;
}

article .col5 {
	width: 384px;
}

article .col6 {
	width: 468px;
}

article .col7 {
	width: 551px;
}

article .col8 {
	width: 636px;
}

article .col9 {
	width: 720px;
}

article .col9 {
	width: 720px;
}

article .col10 {
	width: 804px;
}

article .grid21 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 48px;
}

article .grid11 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 48px;
}

article .grid161 {
	display: grid;
	grid-template-columns: 1fr 6fr 1fr;
	grid-gap: 48px;
}

article figure {
	margin: 0;
}

article figure figcaption h2 {
	margin-bottom: .25rem;
}

article figure figcaption p {
	margin-top: .5rem;
}

article header a {
	color: #fff;
	text-decoration: none;
	transition: 1s;
}

article header a:hover {
	color: #555;
	transition: 1s;
}

article section a {
	color: #000;
	text-decoration: none;
	transition: 1s;
}

article section a:hover {
	color: #005;
	text-decoration: underline;
	transition: 1s;
}

article i {
	padding-right: .25rem;
}

article section table.full {
	width: 100%;
}

article header .center-table,article section .center-table {
	margin-left: auto;
	margin-right: auto;
}

article header table,article section table {
	border-collapse: collapse;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

article section table thead th {
	font-family: 'Neue Plak Text W04 SemiBold', sans-serif;
}

article section table thead th:nth-child(1) {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 6px 12px 7px;
}

article section table thead th:nth-child(2) {
	border-top: 1px solid black;
	border-left: 1px dotted #afafaf;
	border-bottom: 1px solid black;
	padding: 6px 12px 7px;
}

article section table thead th:nth-child(3) {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px dotted #afafaf;
	border-bottom: 1px solid black;
	padding: 6px 24px 7px;
}

article section table thead tr {
	background-color: #cfcfcf;
}

article section table tbody tr:nth-child(odd) {
	background-color: white;
}

article section table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

article section table tbody tr td:nth-child(1) {
	border-left: 1px solid black;
	border-bottom: 1px dotted #cfcfcf;
	padding: 6px 12px 7px;
	text-align: left;
}

article section table tbody tr td:nth-child(2) {
	border-bottom: 1px dotted #cfcfcf;
	border-left: 1px dotted #cfcfcf;
	padding: 6px 12px 7px;
	text-align: center;
}

article section table tbody tr td:nth-child(3) {
	border-right: 1px solid black;
	border-bottom: 1px dotted #cfcfcf;
	border-left: 1px dotted #cfcfcf;
	padding: 6px 24px 7px;
	text-align: center;
}

article section table tbody tr:last-child td {
	border-bottom: 1px solid black;
}

article section table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

article section table a {
	color: black;
	text-decoration: none;
}

article section table a:hover {
	text-decoration: underline;
}

article div.google-maps iframe {
	border: none;
	height: 100%;
	width: 100%;
}