html { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html, body {
	font-family: "Raleway", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	margin: 0;
	color: #393232;
	word-break: break-word
}
a {
	transition: .5s;
}
.content a, .content a:visited {
	text-decoration: none;
	color: #134ac0
}
.content a:hover {
	color: maroon;
	text-decoration: underline
}
h1, h2, h3, h4 {
	font-family: "Merriweather", serif;
	color: #475c69;
	font-weight: lighter;
	text-transform: capitalize
}
h1 {
	font-size: 200%
}
h2 {
	font-size: 175%
}
h3 {
	font-size: 150%
}
h4 {
	font-size: 125%
}
.content h1:first-of-type {
	margin-top: 0
}
.header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	position: relative;
	background-color: #475c69;
	width: 100%;
	z-index: 10;
	background: #257cc4;
background: -moz-linear-gradient(top,  #257cc4 0%, #103f56 100%);
background: -webkit-linear-gradient(top,  #257cc4 0%,#103f56 100%);
background: linear-gradient(to bottom,  #257cc4 0%,#103f56 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257cc4', endColorstr='#103f56',GradientType=0 );

}
.header .headerElem {
	display: table;
	width: 100%
}
.header .headerElem div {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 15px 30px 15px 30px;
	white-space: nowrap
}
.header .headerElem div:nth-child(2) {
	padding-right: 0;
	padding-left: 0
}
.header .headerElem div:first-child {
	width: 100%;
}
.header .headerElem div:first-child span {
	display: block;
}
.header .headerElem div:first-child span:first-child {
	font-size: 175%;
	font-family: "Merriweather", serif;
	font-weight: bold;
	opacity: .7
}
.header a, .header a:visited {
	color: #f2f2f2;
	text-decoration: none
}
.telephone {
	display: inline-block;
	background-image: url(../images/telephone.png?v=1);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 30px;
	font-size: 125%;
	vertical-align: middle
}
.email {
	display: inline-block;
	background-image: url(../images/email.png?v=1);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 30px;
	font-size: 125%;
	vertical-align: middle
}
/* MENU SYSTEM */
.header .menu {
	background-color: #1b1b1b;
	padding-left: 20px;;
	z-index: 2;
	position: relative
}
.header .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .menu ul li {
	display: inline-block;
	position: relative !important
}
.header .menu ul ul {
	display: none;
	text-align: left
}
.header .menu a, .header .menu a:visited {
	margin-right: 20px;
	text-decoration: none;
	color: white;
	position: relative;
	line-height: 3em
}
.header .menu li:hover {
	background-color: black
}
.header .menu ul li ul {
	position: absolute;
	top: 3em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: rgba(54, 54, 54, 0.7);
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}
.header .menu ul ul li, .header .menu ul ul li a {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	display: block;
	padding: 5px;
}
.header .menu ul li:hover > ul {
	display: block !important;
	opacity: 1;
}
.header .menu ul ul li a {
	line-height: 1em !important
}
.header .menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.header .menu ul li a {
	padding-left: 10px
}
/* END OF MENU CSS */
.skipContent {
	display: none
}
.wrapper {
	background-color: rgba(0, 0, 0, 0.25)
}
.banner {
	position: relative;
	z-index: 9;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 30%
}
.banner div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-family: "Merriweather", serif;
	font-size: 3vw;
	padding: 30px;
	color: white;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.2);
	display: none
}
.content {
	background-color: white;
	max-width: 80%;
	margin: auto;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 8
}
.footer {
	background-color: #3d3d3d;
	font-size: 85%
}
.footer .foot {
	display: table;
	width: 100%
}
.footer .foot div {
	display: table-cell;
	width: calc(100%/3);
	vertical-align: top;
	box-sizing: border-box;
	padding: 30px;
	color: #f2f2f2
}

.footer .foot div:nth-child(2) {
	padding-left: 0;
	padding-right: 0
}
.footer .foot p {
	margin: 0;
	margin-bottom: 5px
}
.footer .foot p:first-of-type {
	font-size: 120%;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	font-family: "Raleway", sans-serif;
}
.footer a, .footer a:visited {
	color: inherit;
	text-decoration: none
}
.footer a:hover {
	text-decoration: underline
}
.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.content div {
	transform: 1s
}
.attention {
	background-color: #2e2e24;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 5px;
	margin-left: -50px;
	margin-right: -50px;
	color: white !important
}
.attention h1, .attention h2, .attention h3, .attention h4 {
	margin: 0;
	margin-bottom: 10px;
	color: white !important
}
.yearlyText {
	background-color: #475c69;
	font-family: "Merriweather", serif;
	font-size: 150%;
	text-align: center;
	padding: 30px;
	color: white
}
.image_align_left, .image_align_right, .image_full_width {
	margin-bottom: 30px
}
.image_align_right {
	float: right;
	margin-left: 20px
}
.image_align_left {
	float: left;
	margin-right: 20px
}
.image_full_width {
	width: 100%;
	height: auto;
	border-radius: 5px
}

.buildList {
	display: table;
	width: 100%;
}
.row {
	display: table-row
}
.cell {
	display: table-cell
}
.buildList .cell {
	vertical-align: top;
	padding-bottom: 30px;
	overflow: auto;
	border-bottom: 1px dashed grey;
	padding-top: 30px
}
.buildList .row .cell:nth-child(2) {
	padding-left: 30px
}
.buildList .row .cell h2 {
	font-size: 130%;
	margin-top: 0;
	margin-bottom: 5px
}
.buildList h1 {
	display: none
}
.buildList .row .cell p {
	margin: 0;
	margin-bottom: 5px
}
.buildList .row .cell img {
	width: 120px;
	height: auto;
	float: left;
	border-radius: 5px
}
.buildList .row:first-child .cell {
	padding-top: 0
}
.buildList .row:last-child .cell {
	padding-bottom: 0;
	border: none
}


.buildVizLinks {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin: 0;
}
.buildVizLinks a, .buildVizLinks a:visited {
	display: block;
	/*flex: 0 1 300px;*/
	flex: 1 1 300px;
	padding-bottom: 30%;
	text-align: center;
	background-position: center center;
	background-size: cover;
	position: relative;
	text-decoration: none;
	color: inherit;
	transition: 0.25s;
	position: relative
}
.buildVizLinks a:hover {
	transform: scale(1.1);
	z-index: 9
}
.buildVizLinks a .linkTitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	color: white;
	font-size: 125%;
	border-radius: 0 0 5px 5px
}
.buildVizLinks a .linkDate {
	position: absolute;
	left: 5px;
	top: 5px;
}
.linkDate span {
	display: block;
	background-color: olive;
	padding: 5px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px
}
.linkDate span:first-child {
	margin-bottom: 5px
}


.footer .foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.clearSafe {
	clear: both
}
.follow a, .follow a:visited {
	display: inline-block;
	color: white;
	line-height: 40px;
	font-size: 80%;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	margin-right: 10px;
	border-radius: 5px;
	font-weight: bold;
	opacity: .7
}
.follow a:hover {
	transform: scale(1.1);
	opacity: 1
}
.follow a:last-child {
	margin-right: 0
}
.facebook {
	background-color: #3683f8
}
.donations {
	background-color: #e89106
}

.iframe_container {
	width: 560px;
	height: 315px;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	overflow: hidden
}
iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	
}

.diary {
	position: relative;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 15px
}
.diary h2 {
	font-size: 130%;
	margin: 0;
	margin-bottom: 5px
}
.diary p {
	margin: 0;
	margin-bottom: 5px
}
.diary img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 50px;
	height: auto
}
.diary {
	padding-left: 85px
}
.diaryMore h1, .diaryMore h2, .diaryMore h3, .diaryMore h4 {
	display: none
}
.diaryMore img {
	display: none
}
.diaryMore {
	display: none;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: white;
	border-radius: 5px
}
.diaryMore p {
	margin-bottom: 10px
}
.listWrapper {
	padding: 15px;
	margin-left: -50px;
	margin-right: -50px;
	border-radius: 5px;
	background-color: #f0f0e1;
}
.imgWrap {
	overflow: auto;
	background-position: center center;
	background-size: cover;
	border-radius: 5px
}
.imgWrap img {
	display: none
}
.files {
	display: table;
	width: 100%
}
.fileRow {
	display: table-row
}
.fileCell {
	display: table-cell;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px
}
.fileCell:first-child {
	padding-top: 0
}
.fileCell:last-child {
	padding-bottom: 0
}
.fileRow .fileCell:last-child {
	width: 100%;
}
.fileCell h2 {
	font-size: 120%;
	margin: 0;
	margin-bottom: 5px
}
.fileCell p {
	margin: 0;
	margin-bottom: 5px
}
.fileCell img {
	width: 150px;
	height: auto;
	margin-right: 20px
}
.fileCell a, .fileCell a:visited {
	display: inline-block;
	text-decoration: none;
	background-color: orange;
	color: white;
	font-size: 85%;
	text-transform: uppercase;
	padding: 8px 5px 8px 5px;
	border-radius: 5px
}
.fileCell a:hover {
	text-decoration: none;
	transform: scale(1.1)
}
.audioThumb {
	width: 250px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px
}
.audioContainer {
	text-align: center;
	padding: 30px;
	background-color: #292929;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}
.audioContainer div, audio {
	position: relative;
	z-index: 1
}
.audioContainer h3 {
	display: block;
	margin: 0;
	margin-top: -50px;
	padding: 30px;
	font-size: 10vw;
	position: absolute;
	z-index: 0;
	color: white;
	opacity: .1;
	filter: blur(5px)
}
.donateButton img {
	width: 200px;
	height: auto
}
/* SHARES STYLES */
.shares {
	overflow: auto;
	padding: 20px 0 20px 0;
	clear: both;
	margin-top: 30px
}
.shares a, .shares a:visited {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin-right: 5px;
	border-radius: 5px;
	color: white;
	font-size: 85%;
	box-sizing: border-box;
	text-align: center
}
.grow_social { transition: all .2s ease-in-out; }
.grow_social:hover { transform: scale(1.2); text-decoration: none !important; color: white !important }
.share_facebook {
	background-color: #4768ad !important
}
.share_twitter {
	background-color: #4190d3 !important
}
.share_linkedin {
	background-color: #2d72ab !important
}
.share_mix {
	background-color: #ed8848 !important
}
.share_pinterest {
	background-color: #d03034 !important
}
.share_reddit {
	background-color: #e1512c !important
}
.share_email {
	background-color: #79847e !important
}
.share_tumblr {
	background-color: black !important
}
.share_yummly {
	background-color: #df611d !important
}
.share_digg {
	background-color: black !important
}
.footMenu ul ul {
	display: none
}
/* CLEAN UP FORM ELEMENTS */

button,

input, textarea, select, button {
	-webkit-appearance: none;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid grey;
	padding: 6px 8px 6px 8px;
	margin: 0;
	background-color: #f2f2f2
}
input[type=submit], button {
	background-color: #578e3b;
	color: white;
	border-color: #578e3b;
	cursor: pointer;
	transition: .5s
}
input[type=submit]:hover, button:hover {
	background-color: #253c19;
	border-color: #253c19;
}
.subscribe input {
	margin-right: 10px
}
.subscribe {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 30px
}
.subscribe p {
	margin: 0;
	margin-bottom: 10px
}



@media screen and (max-width: 1023px) {
	body {
		background-color: #0f0f0f !important;
		background-image: none !important
	}
	h1, h2, h3, h4 {
		font-size: 120% !important
	}
	.content {
		padding: 15px
	}
	.header {
		position: relative !important
	}
	#logo span {
		text-align: center;
	}
	#logo span:first-child {
		font-size: 8vw;
		padding: 15px 0 0 0
	}
	#logo span:last-child {
		padding-bottom: 15px
	}
	.wrapper {
		padding-top: 0 !important
	}
	.content {
		max-width: 100% !important;
	}
	.menu {
		display: none
	}
	.header .headerElem div {
		display: block;
		padding: 0
	}
	
	
	.follow a {
		display: block;
		margin: 0;
		border-radius: 0;
		text-align: center;
		opacity: 1
	}
	.follow a:hover {
		transform: scale(1)
	}
	#telephone a {
		display: block;
		text-align: center;
		padding: 0;
		background-image: none;
		padding: 15px;
		padding-top: 0
	}
	.footer {
		background-color: transparent
	}
	.footer .foot div {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
		padding: 30px !important
	}
	.buildVizLinks a, .buildVizLinks a:visited {
		padding-bottom: 80%;
		margin-bottom: 30px
	}
	/* SHARES STYLES */
	.shares a, .shares a:visited {
		display: block;
		width: 100%;
		margin-right: 0;
		border-radius: 5px;
		color: white;
		font-size: 100%;
		margin-bottom: 4px
	}
	/* END SHARES */
	.banner {
		padding-bottom: 50%;
		background-attachment: inherit
	}
	.listWrapper {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		background-color: transparent
	}
	.buildList img {
		width: 100px !important
	}
	.buildList .row .cell:last-child {
		padding-left: 10px
	}
	.buildList .row .cell {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.buildList .row:first-child .cell {
		padding-top: 0
	}
	.buildList .row:last-child .cell {
		padding-bottom: 0
	}
	.image_align_left, .image_align_right {
		width: 35%;
		height: auto;
		margin-bottom: 20px
	}
	.imgZoom {
		width: 100%;
		height: auto;
		transition: .5s
	}
	.attention {
		margin-left: 0;
		margin-right: 0;
	}
	.fileCell img {
		display: none
	}
	.footer ul li a {
		display: block;
		margin-bottom: 10px;
		margin-top: 10px
	}
	.mobileMenu {
		display: none;
		position: absolute;
		z-index: 11;
		top: 0;
		left: 0;
		right: 0;
		background-color: #1d1d1d;
	}
	.mobileMenu ul {
		margin: 0;
		list-style: none;
		padding: 0
	}
	.mobileMenu a, .mobileMenu a:visited {
		display: block;
		padding: 20px;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
		border-bottom: 1px solid grey;
		border-top: 1px solid black
	}
	.closeMenu, .closeMenu:visited {
		padding: 20px;
		background-color: orange;
		text-align: center;
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		display: block;
		text-decoration: none
	}
	.openMenu, .openMenu:visited {
		padding: 20px;
		background-color: orange;
		text-align: center;
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		display: block;
		text-decoration: none
	}
	.mobileMenuButton a, .mobileMenuButton a:visited {
		display: block;
		position: fixed;
		z-index: 10;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: orange
	}
	.mobileMenuButton a img {
		height: 50px;
		width: auto;
		filter: invert(100%);
	}
	.footer {
		padding-bottom: 150px
	}
	input, button {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 10px 0
	}
}


