﻿body {
	background: #000;
	margin: 0px;
	padding-top: 0px;
	-webkit-text-size-adjust: 100%; 
	
	font-family: 'Work Sans';
}

	body.bR {
		background-color: #792720;
	}

#page {
	background-color: #ffffff;
	width: 1068px;
	margin: 0 auto;
	padding-top: 50px;
}
	
	#page.narrowPadding {
		padding-top: 10px;
	}
	

#full {
}
	
	#full.gray {
		background: linear-gradient(#e1e1e1, #eaeaea);
		padding: 20px 0px;
	}
	
	#full.feature {
		background: linear-gradient(#eaeaea, #fff, #fff, #fff, #fff, #eaeaea);
		padding: 20px 0px;
	}
	
		#full.feature img {
			box-shadow: 0px 0px 20px #000;
			border-radius: 50%;
		}
	
	#full.program {
		background: linear-gradient(#eaeaea, #fff, #fff, #fff, #fff, #ccc);
		padding: 20px 0px;
	}
	
		#full.program img {
			width: 25%;
			max-width: 300px;
			box-shadow: 0px 0px 20px #ccc;
			margin-left: 40px;
			margin-bottom: 40px;
			float: right;
		}
		
		#full.program a.button, a.buttonProgram {
			background-color: #175fa9;
			border-radius: 30px;
			padding: 5px 40px;
			color: #fff;
			font-weight: bold;
			font-size: 22px;
			text-transform: uppercase;
			
			-moz-transition: all 0.2s ease-in;
		    -o-transition: all 0.2s ease-in;
		    -webkit-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;	

		}
		
			#full.program a.button:hover, a.buttonProgram:hover {
				background-color: #60ab45;
			}


#donate {
	position: fixed;
	width: 1200px;
	margin: 0 auto;
	top: 0;
	left: 50%;
	z-index: 600000;
}

	#donate input[type=image] {
		width: 275px;		
	}
	
#masthead {
	position: relative;
	background: url(../images/bg-1s.png);
	background-size: cover;
	background-position: 150px center;
	min-height: 900px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	z-index: 10000;
	overflow: hidden;
	
	-moz-transition: all 9.0s ease;
	-o-transition: all 9.0s ease;
 	-webkit-transition: all 9.0s ease;
	transition: all 9.0s ease;

}

	#masthead #headline {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;	
		color: #fff !important;
		margin-top: 450px;
	}
	
		#masthead #headline h1 {
			font-weight: 200;
			font-size: 80px;
			line-height: 100px;
		}

	#masthead.sub {
		ackground: url(../images/bg-2s.png);
		background-position: top center;
		min-height: 200px;
	}

	#masthead.open {
		background-position: center center;
	}

	#masthead #block {
		position: absolute;
		background: url(../images/block-b.png) left;
		height: 1000px;
		width: 3000px;
		left: 30%;
		opacity: 0.9;
		
		-moz-transition: all 7.0s ease;
		-o-transition: all 7.0s ease;
	 	-webkit-transition: all 7.0s ease;
		transition: all 7.0s ease;

	}
	
		#masthead #block.open {
			left: 65%;
			opacity: 0.6;
		}

#header {
	position: fixed;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.0));
	height: 300px;
	
	-moz-transition: background 0.4s ease-in;
    -o-transition: background 0.4s ease-in;
    -webkit-transition: background 0.4s ease-in;
    transition: background 0.4s ease-in;	

}

	#masthead.sub #header {
		height: 200px;
	}

	#header.scroll {
		background: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.5));
		box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
		height: 120px !important;
	}
	
	#header #wrap {
		position: relative;
		width: 90%;
		padding: 60px 0px;
		margin: 0 auto;
		
		-moz-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    transition: all 0.3s linear;	
	}
	
		#header.scroll #wrap {
			position: relative;
			width: 90%;
			padding: 10px 0px;
			margin: 0 auto;
		}

	#header #logo {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		padding-top: 0px;
		width: 275px;
		display: inline-table;
		vertical-align: middle;
		float: left;
		
		-moz-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;	
	}
	
		#header #logo img {
			padding-top: 0px;
			-moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;	
		}

		#header.scroll #logo {
		}
		
			#header.scroll #logo img {
				padding-top: 12px;
				width: 200px;
			}
		
	#header #tag {
		display: inline-table;
		vertical-align: middle;
		
		padding-top: 30px;
	
		font-family: 'Work Sans', sans-serif;
		font-size: 14px;
		color: #933c06;
		letter-spacing: 3px;		
	}
	
		#header #tag a {
			text-decoration: none;
			color: #933c06;
		}

	#header #utility {
		position: absolute;
		display: inline-table;
		margin-top: 12px;
		text-align: right;
		vertical-align: middle;
		right: 0px;

	}

		#header #utility img {
			margin: 0px 2px;
			width: 30px;
			height: 30px;
			vertical-align: middle;
		}

		#header #utility a {
			font-family: 'Work Sans', sans-serif;
			font-size: 12px;
			color: rgba(255,255,255,0.8);
			letter-spacing: 2px;		
			text-transform: uppercase;
			text-decoration: none;
		}
	
	#header #navigation {
		position: relative;
		display: inline-table;
		vertical-align: middle;
		margin-left: 0px;
		margin-top: 35px;
		z-index: 10000;
		text-align: right;
		float: right;
	}
	
		#header #navigation ul li {
			margin-left: 20px;
		}
	
		#header #navigation a {
			font-family: 'Work Sans', sans-serif;
			font-weight: bold;
			font-size: 16px;
			color: #fff;
			text-decoration: none;
			
			-moz-transition: all 0.2s ease;
		    -o-transition: all 0.2s ease;
		    -webkit-transition: all 0.2s ease;
		    transition: all 0.2s ease;	

		}
		
			#header #navigation a.blue {
				background-color: #175fa9;
				padding: 10px 15px;
				color: #fff;
				border-radius: 6px;
			}
			
			#header #navigation a.green {
				background-color: #60ab45;
				padding: 10px 15px;
				color: #fff;
				border-radius: 6px;
			}

			#header #navigation a.blue:hover {
				color: #badafa;
			}
			
			#header #navigation a.green:hover {
				color: #bff6ac;
			}

			#header #navigation a:hover {
				color: rgba(255,255,255,0.7);
			}
			
			#header #navigation .downarrow {
				font-size: 12px; 
				margin-left: 5px;
			}
		
		#header #navigation .dropdown-content a {
			font-family: 'Work Sans', sans-serif;
			font-size: 14px;
			color: #333;
			text-decoration: none;
		}
		
			#header #navigation .dropdown-content a:hover {
				font-weight: bold;
			}

	#navigationBar {
	
		display: none;
		background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9));
		position: fixed;
		margin-top: 0px;
		
		top: 0px;
		
		z-index: 400000;
		
		font-family: 'Montserrat', sans-seif;
		font-size: 34px;
		font-weight: normal;
		line-height: 65px;
		text-transform: uppercase;
		
		white-space: no-wrap;
		
		-moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    -webkit-transition: all 0.4s ease;
	    transition: all 0.4s ease;	
	
		width: 0px;
		height: 100%;
		overflow: hidden;
	}
	
		#navigationBar.closedWidth {
			width: 0px;
		}
		
		#navigationControl.closedLeft {
			margin-left: 0px;
		}
		
		#navigationBar.openWidth {
			width: 500px;
		}
		
		#navigationControl.openLeft {
			margin-left: 500px;
		}
		
		#navigationBar #wrap {
			padding-top: 20px;
			padding-bottom: 40px;
			
			white-space: no-wrap;
			overflow: hidden;
			width: 500px;
		}
		
		#navigationBar a {
			color: #ffffff;
			text-decoration: none;
		}
		
			#navigationBar a:hover {
				color: #86befa;
			}
	
	#navigationControl {
		display: none;
		position: fixed;
		background: rgba(0,0,0,0.7);
		padding: 15px;
		margin-top: 55px;
		top: 0px;
		
		z-index: 400000;
		
		-moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    -webkit-transition: all 0.4s ease;
	    transition: all 0.4s ease;	
	}

#submenu {
    border-top: 1px solid #eaeaea;
}
	
	#submenu #navigation {
		display: inline-table;
		vertical-align: middle;
		margin-left: 50px;
		width: 100%;
	}
	
		#submenu ul li {
			margin-right: 40px;
		}
	
		#submenu a {
			font-family: 'Work Sans', sans-serif;
			font-size: 10px;
			color: #2b2b2b;
			text-decoration: none;
		}
		
			#submenu a:hover {
				color: #6d2103;
			}
		
		#submenu .dropdown-content a {
			min-width: 300px;
			font-family: 'Work Sans', sans-serif;
			font-size: 12px;
			color: #566c11;
			letter-spacing: 3px;		
			text-decoration: none;
		}
		
			#submenu .dropdown-content a:hover {
				font-weight: bold;
			}


#scrollSquare {
	background: #000;
	padding: 80px 0px;
	text-align: center;
}

	#scrollSquare img {
		margin: 0px 5px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	}
	
#flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}

	#flex #flexLeft, #flex #flexRight {
		flex: 1;
		
	}
	
	#flex .sg-collage {
		position: relative;
		background: linear-gradient(#202020, #101010);
		background-size: cover;
		min-height: 400px;
		max-height: 400px;
		overflow: hidden;
	}

	#flex .sg-1 {
		background: url(../images/sg-1.png) center;
		background-size: cover;
		width: 100%;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		margin-top: 00px;
		margin-left: -75px;
		opacity: 0;
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}
	
	#flex .sg-2 {
		background: url(../images/sg-2.png);
		background-size: cover;
		width: 100%;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		margin-top: 00px;
		margin-left: -75px;
		opacity: 0;
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}
	
	#flex .sg-8 {
		position: absolute;
		background: url(../images/sg-2.png);
		background-size: cover;
		width: 100%;
		margin-right: -75px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		right: 0;
		opacity: 0;
		
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}
	
	#flex .sg-3 {
		position: absolute;
		background: url(../images/sg-3.png) center;
		background-size: cover;
		width: 100%;
		margin-right: -75px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		right: 0;
		opacity: 0;
		
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	


	}	
		
	#flex .sg-7 {
		background: url(../images/sg-3.png) center;
		background-size: cover;
		width: 100%;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		margin-top: 00px;
		margin-left: -75px;
		opacity: 0;
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}
	
	#flex .sg-4 {
		position: absolute;
		background: url(../images/sg-4.png);
		background-size: cover;
		width: 100%;
		margin-right: -75px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		right: 0;
		opacity: 0;
		
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}
	
		
	
	#flex .sg-5 {
		background: url(../images/sg-5.png);
		background-size: cover;
		width: 100%;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		margin-top: 00px;
		margin-left: -75px;
		opacity: 0;
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}

	
	#flex .sg-6 {
		position: absolute;
		background: url(../images/sg-6.png) center;
		background-size: cover;
		width: 100%;
		margin-right: -75px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		right: 0;
		opacity: 0;
		
		
		-moz-transition: all 0.9s ease;
	    -o-transition: all 0.9s ease;
	    -webkit-transition: all 0.9s ease;
	    transition: all 0.9s ease;	

	}



	#flex #flexLeft #wrap {
		width: 550px;
		float: right;
		padding: 30px 60px 30px 40px;
	}
	
	#flex #flexRight #wrap {
		width: 550px;
		padding: 30px 40px 30px 60px;
	}
	
#content {
	width: 100%;
}

	#content #wrap {
		width: 85%;
		margin: 85px auto 85px auto;
		max-width: 1238px;
	}
	
	#content #wrap.wide {
		max-width: 950px;
	}
	
	#content #wrap.narrowTopMargin {
		margin-top: 50px;
	}
	
	#content #wrap.noTopMargin {
		margin-top: 0px;
	}
	
	#content #wrap.noBottomMargin {
		margin-bottom: 20px;
	}
	
	#content a {
		text-decoration: none;
	}
	
	#content #contentBanner {
		width: 100%;
		max-width: 850px;
		margin: 0 auto;
	}
	
	
#events {
	width: 100%;
	background: url(/wp-content/uploads/2018/12/paintsplash.jpg) right bottom no-repeat;
	min-height: 774px;
}

	#events #wrap {
		max-width: 600px;
		margin-left: 80px;
	}
	
		#events #event {
			display: block;
			margin-bottom: 20px;
		}
		
		#events #event .date {
			display: inline-block;
			width: 90px;
			height: 90px;
			border-radius: 45px;
			background-color: #1558a2;
			text-align: center;
			vertical-align: middle;
		}
		
			#events #event .date .month {
				display: block;
				font-family: Montserrat;
				font-size: 20px;
				line-height: 30px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
				padding-top: 12px;
			}
			
			#events #event .date .day {
				display: block;
				font-family: Montserrat;
				font-size: 40px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
			}

			#events #event .title, #events #event .title a {
				max-width: 400px;
				display: inline-block;
				font-family: Montserrat;
				font-size: 32px;
				line-height: 40px;
				font-weight: bold;
				color: #494849;
				text-decoration: none;
				vertical-align: middle;
				margin-left: 40px;
			}

				#events #event .title a {
					color: #494849;
					text-decoration: none;
				}

#column {
	width: 100%;
}

	#column.columnHalf {
		display: inline-table;
		vertical-align: top;
		width: 50%;
	}
	
	#column.columnThird {
		display: inline-table;
		vertical-align: top;
		width: 33%;
	}
	
	#column.columnTwoThirds {
		display: inline-table;
		vertical-align: top;
		width: 67%;
	}


		
#square {
	width: 48%;
	display: inline-table;
	vertical-align: top;
	margin-right: 25px;
	
	color: #fff;
}

	#square.fullWidth {
		width: 100%;
	}

	#square #leftLean {
		padding-right: 40px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#square #rightLean {
		padding-left: 40px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}


	#square.r {
		background-color: #6d2103;
	}
	
	#square.g {
		background-color: #6e8133;
	}
	
	#square a {
		color: #fff;
	}


	#square.noRightMargin {
		margin-right: 0px;
	}
	
	#square #heading {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 20px 0px;
		
		color: #fff;
		
	    -moz-transition: all 0.2s ease-in;
	    -o-transition: all 0.2s ease-in;
	    -webkit-transition: all 0.2s ease-in;
	    transition: all 0.2s ease-in;
	}
	
#gallery {
	
	
}

	#gallery img {
		width: 82.5%;
		margin-bottom: 15px;
	}

	
	#gallery-grid {
			
	}
	
		#gallery-grid img {
			width: 20%;
		}
	

hr {
    border: none;
    height: 1px;
	margin: 35px 0px;
    /* Set the hr color */
    color: #eaeaea; /* old IE */
    background-color: #eaeaea; /* Modern Browsers */
}


.third {
    width: 30%;
    display: inline-table;
    vertical-align: top;
}

.fourth {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}


#quote {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0px 0px 0px;
}

#base {
	position: relative;
	background: linear-gradient(#101010, #202020);
	overflow: hidden;
}

	#base #wrap {
		position: relative;
		width: 80%;
		max-width: 1250px;
		margin: 0 auto;
		padding: 30px 0px;
		z-index: 100;
	}
	
	#base #block {
		position: absolute;
		z-index: 10;
		background: url(../images/block-b.png) no-repeat right;
		width: 100%;
		height: 900px;
		background-size: cover;	
		opacity: 0.8;
		
		right: 00px;
		
		-moz-transition: all 7.0s ease;
		-o-transition: all 7.0s ease;
	 	-webkit-transition: all 7.0s ease;
		transition: all 7.0s ease;
		
	}
	
		#base #block.open {
			opacity: 0.4;
			margin-right: -700px;
		}
	

#footer {
	background-color: #792720;
	color: #fff;
}

	#footer #wrap {
		width: 80%;
		max-width: 1230px;
		margin: 0 auto;
		padding: 40px 0px;
	}
	
	#footer h3 {
		color: #fff;
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 0px;
	}
	
	#footer #footerNavigation {
		font-size: 22px;
		line-height: 37px;
		margin-bottom: 20px;
	}
	
	#footer a {
		font-weight: normal !important;
		text-decoration: none;
		color: #fff;	
	}
	
		
	#contact {
		text-align: center;	
		padding: 40px 0px;
		border-bottom: 1px solid #cacaca;
		
		width: 85%;
		margin: 0 auto;
	}
	
		#contact.topBorder {
			border-top: 1px solid #cacaca;
		}
	
		#contact #phone {
			display: none;
			vertical-align: middle;
			
			font-family: 'Work Sans', sans-serif;
			font-weight: 200;
			font-size: 40px;
			letter-spacing: 3px;
			color: #655f5d;
			text-align: center;
			padding-top: 42px;
			margin-right: 30px;
		}

		#contact #tag {
			display: inline;
			vertical-align: middle;
			
			font-family: 'Work Sans', sans-serif;
			font-weight: 700;
			font-size: 16px;
			letter-spacing: 3px;
			color: #655f5d;
			text-align: center;
			padding-top: 62px;
			
		}
		
#footer	#utility {
		padding: 30px 0px 50px 0px;
		text-align: center;
		
		font-family: 'Work Sans', sans-serif;
		font-weight: 200;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 1px;
		color: #000000;
		text-align: center;
	}
	
		#footer #utility a {
			color: #000000;
			text-decoration: none;
		}
		
			#footer #utility a:hover {
				color: #6d2103;
			}
	
		#footer #utility #nav {
			text-transform: uppercase;
		}


/* -- SLIDE ANIMATION -- */

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide; 
    animation-duration: 0.7s; 
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease;
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/*-- MENU --*/


.dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 10px;
}

.dropdown-content a:hover { }

.dropdown:hover .dropdown-content {
    display: block;
}


/*-- SECTIONS --*/

		
#divTrinityLife {
	margin-bottom: 40px;
}

			
	#divTrinityLife .tlIcon {
		box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
		margin-left: 5px;
	}



/*-- ELEMENTS --*/

#eventRegister {
	
}

	#eventRegister br {
		display: none;
	}

	#eventRegister select {
		font-family: 'Work Sans', sans-serif;
		font-weight: bold;
		font-size: 16px;
	}

#slideshow { 
	margin: 0px auto; 
	position: relative; 
	width: 90%;
	height: 530px;
	max-width: 1248px; 
}

#slideshow img {
	width: 100%;
}

#slideshow > div { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
}

.thumbnail {
	width: 35%;
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}

.thumbnail img {
	width: 100%;
	height: auto;
}


.block {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
 	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

	.block:hover {
		box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	}

	.block .icon img {
		width: 100%;
	}
	
	.block .caption {
		font-family: 'Work Sans', sans-serif;
		font-weight: bold;
		font-size: 16px;
		width: 100%;
		color: #638ee8;
		padding: 30px 0px;
		text-align: center;
	}
	
		.block .caption a {
			color: #333;
			text-decoration: none;
		}
	
	.block a.button {
		display: block;
		background-color: #87bf50;
		padding: 5px 30px;
		font-size: 18px;
		border-radius: 40px;
		color: #fff;
		cursor: pointer;
		margin-top: 14px;
		max-width: 140px;
		text-decoration: none;
		
		-moz-transition: all 0.2s ease-in;
    	-o-transition: all 0.2s ease-in;
   	 	-webkit-transition: all 0.2s ease-in;
   		transition: all 0.2s ease-in;

	}
	
		.block:hover a.button, .block .button:hover {
			background-color: #1558a2;
		}

.brick {
	display: inline-block;
	max-width: 308px;
	margin: 0 auto;
	margin: 20px;
	vertical-align: top;
}

	.brick .icon {
		margin-bottom: 15px;
	}

		.brick .icon img {
			width: 308px;
			height: 200px;
		}
	
	.brick .caption {
		font-family: Montserrat;
		font-weight: bold;
		font-size: 26px;
		width: 100%;
	}
	
	.brick a.button {
		display: block;
		background-color: #87bf50;
		padding: 8px 30px;
		font-size: 18px;
		line-height: 18px;
		border-radius: 40px;
		color: #fff;
		cursor: pointer;
		margin-top: 14px;
		max-width: 140px;
		text-transform: uppercase;
		
		 -moz-transition: all 0.2s ease-in;
    	-o-transition: all 0.2s ease-in;
   	 	-webkit-transition: all 0.2s ease-in;
   		 transition: all 0.2s ease-in;

	}
	
		.brick:hover a.button, .brick a.button:hover {
			background-color: #1558a2;
			color: #fff;
		}
		
		.brick a.button {
			color: #fff;
		}

.btn, .btn-lrg {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #655f5d;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Work Sans', sans-serif;
}

	.stretch {
		width: 100%;
	}

	.btn-lrg {
		font-size: 22px;
	}

	.btn:hover, .btn-lrg:hover {
		background-color: #f4f4f4;
	}
	
	
.alignCenter {
	text-align: center;
}

.alignRight {
	float: right;
	margin-left: 50px;
	margin-bottom: 5px;
}
	
	
.form-container {
	background-color: #f7f7f7;
	padding: 40px 20px;
	border: 1px dotted #cccccc;
}

.form-text {
	width: 93%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.form-button {
	border: 0px;
	border-radius: 6px;
	background-color: #87bf50;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	
	-moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;	
 
}

	.form-button:hover {
		opacity: 0.7;
	}

/* only put this on the forms that need it
    input[type=radio] { transform: scale(2); }*/


/*-- FONTS --*/

h1 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 50px;
	line-height: 65px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}

	h1.archive-title {
		text-align: center;
	}

h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #494849;
}

h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	color: #000000;
}

h4 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
	margin-top: 0px;
	color: #5f952b;
}

.highlight {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 35px;
	color: #000000;
}

.bodytext {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.copytext {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 38px;
}


a {
	color: #638ee8;
	font-weight: bold;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

.center {
	text-align: center;
}

.wp-caption-text {
	font-size: 0.75em;
	line-height: 1.3em;
}

.cB {
	color: #1058a3;
}

.cR {
	color: #792720;
}

.cY {
	color: #836414;
}

.cG {
	color: #4d5a11;
}

.cW {
	color: #ffffff;
}

		
@media only screen and (max-width: 1360px) {
	
	#header.scroll #navigation {
	}
	
	#header.scroll #navigation a {
	}
	
	#header #navigation a {
		font-size: 13px;
	}
}


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

	#page {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
	}
	
	#masthead {
		height: 260px !important;
	}
	
	#header #wrap {
		padding: 45px 0px;
	}

	#header #utility {
		position: relative;
		width: 100%;
		display: inline-table;
		height: 40px;
		margin-top: -5px;
		margin-left: 0px;
		text-align: center;
	}
	
		#header.scroll #utility {
			position: absolute;
			float: right;
			width: 70%;
			text-align: right;
			margin-top: 10px;
		}
	
	#header #navigation {
		position: relative;
		width: 100%;
		display: inline-table;
		vertical-align: middle;
		margin-left: 0px;
		margin-top: 0px;
		z-index: 10000;
		text-align: center;
		float: none;
	}
	
		#header.scroll #navigation {
			position: relative;
			width: 70%;
			display: inline-table;
			vertical-align: middle;
			margin-left: 0px;
			margin-top: 35px;
			z-index: 10000;
			text-align: right;
			float: right;
		}

	
		#header.scroll #navigation {
		
		}
	
		#header #navigation a {
			font-size: 16px;
		}
		
		#header #navigation ul {
			margin-left: 0px;
			padding-left: 0px;
		}
		
			#header #navigation ul li {
				margin-left: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
			}
			
				#header.scroll #navigation ul li {
					margin-bottom: 0px;
				}
	
	#header #logo {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		padding-top: 00px;
		width: 100%;
		display: block;
		vertical-align: middle;

		text-align: center;
	}
	
		#header #logo img {
			width: 200px;
		}
		
			#header.scroll #logo img {
				padding-top: 15px;
			}
	
		#header.scroll #logo {
			position: absolute;
			width: 25%;
		}

}

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

	#slideshow { 
		margin: 0px auto; 
		position: relative; 
		width: 90%;
		height: 380px;
		max-width: 1248px; 
	}
	
}

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

	#page {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
	}
	
	#donate {
		display: none;
	}
	
	#slideshow { 
		margin: 0px auto; 
		position: relative; 
		width: 90%;
		height: 250px;
		max-width: 1248px; 
	}	
		
	#masthead {
		height: 200px !important;
	}

	#header {
		width: 100%;
	}
				
		#header #wrap {
			padding: 15px 0px;
			width: 90%;
		}
		
			#header.scroll #wrap {
				padding: 15px 0px;
			}

		#header #logo {
			margin-left: 40px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			padding-top: 20px;
			width: 25%;
			display: block;
			vertical-align: middle;
			
			text-align: center;
		}
		
			#header.scroll #logo img {
				padding-top: 0px;
			}
		
		#header #tag {
			display: block;
			vertical-align: middle;
			
			text-align: center;
			
			width: 100%;
			padding-top: 0px;
			margin-bottom: 30px;
		
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			color: #933c06;
			letter-spacing: 4px;		
		}
	
	#header #utility, #header.scroll #utility {
		position: absolute;
		width: 70%;
		display: inline-table;
		height: 45px;
		margin-top: 48px;
		margin-left: 0px;
		text-align: right;
		float: right;
	}
	
		#header #navigation {
			display: none;
		}
		
		#navigationControl {
			display: inline;
		}
		
		#navigationBar {
			display: inline;
		}
			
			#navigationBar #marginWrap {
				padding-top: 20px;
				padding-bottom: 40px;
				display: block;
			}
			
		#header #navigation, #header.scroll #navigation {
			display: none;
		}
						
#events {
	width: 100%;
	background: none;
	min-height: 774px;
}
				
	#mast {
		background-color: #dddddd;
		padding: 0px 0 0px 0;
		width: 100%;
	}
	
		#mast #label {
			margin-left: 0px;
			margin-top: 20px;
			margin-bottom: 0px;
			width: 100%;
			display: inline-table;
			vertical-align: top;
			
			text-align: center;
	
			font-family: 'Work Sans', sans-serif;
			font-weight: 200;
			font-size: 30px;
			color: #ffffff;
		}
	
		#mast #utility {
			margin-top: 0px;
			margin-bottom: 0px;
			width: 100%;
			display: inline-table;
			vertical-align: top;
	
			font-family: 'Montserrat', sans-serif;
			font-size: 15px;
			line-height: 22px;
			font-weight: normal;
			color: #5d5e60;
			text-align: center;
			
		    -moz-transition: all 0.3s ease-in;
		    -o-transition: all 0.3s ease-in;
		    -webkit-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
	
		}
		
			#mast #utility #wrap {
				padding-top: 0px;
			}
	
			#mast #utility a {
				color: #6d2103;
				font-size: 12px;
				font-weight: bold;
			}

		

	#block {
		width: 100%;
		display: inline-table;
		vertical-align: top;
		margin-right: 30px;
	}
	
		#block.noRightMargin {
			margin-right: 0px;
		}
		
		#block #heading {
			background-color: #f4f4f4;
			background: url(//wp-content/uploads/2018/09/heading-bg.gif) bottom repeat-x;
			border-bottom: 1px solid #cccccc;
			font-family: 'Montserrat', sans-serif;
			font-size: 20px;
			text-align: center;
			padding: 20px 0px;
			
		    -moz-transition: all 0.2s ease-in;
		    -o-transition: all 0.2s ease-in;
		    -webkit-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
		}

	
			
	#square {
		width: 100%;
		display: inline-table;
		vertical-align: top;
		margin-right: 0px;
		margin-top: 20px;
		
		color: #fff;
	}
	
		#square #leftLean {
			padding-right: 0px;	
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		#square #rightLean {
			padding-left: 0px;	
			padding-top: 10px;
			padding-bottom: 10px;
		}
	
	
		#square.r {
			background-color: #6d2103;
		}
		
		#square.g {
			background-color: #6e8133;
		}
		
		#square a {
			color: #fff;
		}
	
	
		#square.noRightMargin {
			margin-right: 0px;
		}
		
		#square #heading {
			font-family: 'Montserrat', sans-serif;
			font-size: 20px;
			text-align: center;
			padding: 20px 0px;
			
			color: #fff;
			
		    -moz-transition: all 0.2s ease-in;
		    -o-transition: all 0.2s ease-in;
		    -webkit-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
		}
	
	.portrait {
		display: none;
	}
	
	.alignCenterMobile {
		text-align: center;
	}
	
	#column.columnThird, #column.columnTwoThirds {
		width: 100%;
		margin-bottom: 10px;
	}
	
		#column.columnThirdMobile {
			width: 33% !important;
		}
		
		#column.columnTwoThirdsMobile {
			width: 70% !important;
		}

			
	#footer {
		background-color: #638ee8;
		color: #fff;
	}
	
			
		#contact {
			text-align: center;	
			padding: 20px 0px;
			border-bottom: 1px solid #cacaca;
			
			width: 85%;
			margin: 0 auto;
		}
	
			
			#contact #phone {
				display: block;
				vertical-align: middle;
				
				font-family: 'Work Sans', sans-serif;
				font-weight: 200;
				font-size: 40px;
				letter-spacing: 3px;
				color: #655f5d;
				text-align: center;
				padding-top: 0px;
				margin-right: 0px;
			}
	
			#contact #tag {
				display: block;
				vertical-align: middle;
				
				font-family: 'Work Sans', sans-serif;
				font-weight: 200;
				font-size: 16px;
				letter-spacing: 3px;
				color: #655f5d;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			
	#infoBox
	{
		
	}
	
		#infoBox:hover #infoBox-Detail {
		}
	
		#icon-question {
			display: none;
		}
		
			#infoBox:hover #icon-question {
			}
		
		#infoBox-Detail {
			background-color: #ffffff;
			position: relative;
			display: block;
			width: 100%;
			border: 0px;
			padding: 0px 0px;
			box-shadow: none;
			z-index: 20000;
		}



	.floatRight, .floatLeft {
		width: 35%;
		max-width: 400px;
		text-align: center;
		margin-bottom: 14px;
		vertical-align: top;
	}
	
	.floatLeft {
		display: inline-block;
		margin-right: 30px;
	}

	.form-text {
		font-size: 27px;
	}
	
	.form-button {
		opacity: 1;
	}
	
	.btn {
	    display: inline-block;
	    padding: 6px 22px;
	    margin-bottom: 0;
	    font-size: 19px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    cursor: pointer;
	    background-image: none;
	    background-color: #ffffff;
	    border: 1px solid #cccccc;
	    border-radius: 6px;
	    
	    -moz-transition: all 0.3s ease-in;
	    -o-transition: all 0.3s ease-in;
	    -webkit-transition: all 0.3s ease-in;
	    transition: all 0.3s ease-in;
	
	    
		font-family: 'Work Sans', sans-serif;
	}
}
