body {
	background: #fff;
	margin: 0px;
	padding-top: 0px;
	-webkit-text-size-adjust: 100%; 
	
	font-family: 'Poppins';
}

#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(/wp-content/uploads/2025/12/HomeSlide1.jpg?v=2);
	background-size: cover;
	background-position: 150px center;
	min-height: 1000px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	z-index: 10000;
	overflow: hidden;
	
    background-position: center;
    transition: background-image 1s ease-in-out;
	

}

	#masthead::before {
		content: "";
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		opacity: 0;
		transition: opacity 1.5s ease-in-out;
	}

	#masthead.sub {
		min-height: 230px;
		margin-top: 0px;
		background: url(/wp-content/uploads/2025/12/bg-1sub.png);
		background-size: cover;
		background-position: 150px center;
	}

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

	#masthead #block {
		position: absolute;
		background: url(/wp-content/uploads/2025/12/block-b.png?v=2) left;
		height: 1000px;
		width: 4000px;
		left: -2500px;
		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: -3200px;
			opacity: 0.6;
		}
		
	#masthead.sub #block {
		display: none;
	}
		
	#masthead #tag {
		font-size: 50px;
		position: absolute;
		bottom: 160px;	
		right: 80px;
		text-align: right;
		color: #fff;
		text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
		z-index: 20000;
	}
	
	#masthead #attic {
		position: fixed;
		background-color: #091540;
		color: #fff;
		z-index: 100000;
		cursor: pointer;
		top: 0px;
		width: calc(100% - 40px);
		text-align: center;
		font-size: 14px;
		padding: 10px 20px;
		transition: 0.1s all ease;
	}
	
		#masthead #attic:hover {
			background-color: #0066d9;
		}

#header {
	position: fixed;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.7), 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(9,21,64,0.85), rgba(0,102,217,0.95));
		box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
		height: 120px !important;
		top: 40px;
		z-index: 30000;
	}

	#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: 15px;
		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: 7px;
				width: 200px;
			}
		
	#header #tag {
		display: inline-table;
		vertical-align: middle;
		
		padding-top: 30px;
	
		font-family: 'Poppins', 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 #socialmedia {
			display: inline;	
			margin-right: 20px;
			margin-left: 20px;
		}

		#header #utility #socialmedia img:hover {
			transition: all 0.1s ease;
		}

			#header #utility #socialmedia img:hover {
				opacity: 0.7;
			}

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

		#header #utility a {
			font-family: 'Poppins', sans-serif;
			font-size: 12px;
			color: rgba(255,255,255,0.8);
			letter-spacing: 1px;		
			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: 'Poppins', 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;
				display: none;
			}

			
			#header #navigation .hasSubmenu .downarrow {
				display: inline-block;
			}
		
		#header #navigation .dropdown-content a {
			font-family: 'Poppins', 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: 35px;
		font-weight: normal;
		line-height: 55px;

		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-y: scroll;
		overflow-x: hidden;
	}

		#navigationBar::-webkit-scrollbar {
			display: none;
		}

		#navigationBar {
		  -ms-overflow-style: none;  /* IE and Edge */
		  scrollbar-width: none;  /* Firefox */
		}

		#navigationBar .submenu {
			margin-left: 30px;
			font-size: 25px !important;

			-moz-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			-webkit-transition: all 0.6s ease;
			transition: all 0.6s ease;	
		}	

		#navigationBar a .downarrow {
			display: none;
		}

			#navigationBar a.hasSubmenu .downarrow {
				display: inline;
			}

		#navigationBar .downarrow {
			font-size: 16px; 
			margin-left: 10px;
		}

		#navigationBar.closedWidth {
			width: 0px;
		}
		
		#navigationControl.closedLeft {
			margin-left: 0px;
		}
		
		#navigationBar.openWidth {
			width: 640px;
		}
		
		#navigationControl.openLeft {
			margin-left: 640px;
		}
		
		#navigationBar #marginWrap {
			padding-top: 20px;
			padding-bottom: 40px;
			
			white-space: no-wrap;
			overflow: scroll;
			width: 550px;
		}
		
		#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: 115px;
		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: 'Poppins', sans-serif;
			font-size: 10px;
			color: #2b2b2b;
			text-decoration: none;
		}
		
			#submenu a:hover {
				color: #6d2103;
			}
		
		#submenu .dropdown-content a {
			min-width: 300px;
			font-family: 'Poppins', sans-serif;
			font-size: 12px;
			color: #566c11;
			letter-spacing: 3px;		
			text-decoration: none;
		}
		
			#submenu .dropdown-content a:hover {
				font-weight: bold;
			}


#scrollSquare {
	background: linear-gradient(#091540,#091540);
	padding: 60px 0px;
	text-align: center;
	
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 38px;
	line-height: 45px;
	color: #fff;
	
}

	#scrollSquare #wrap {
		padding: 10px 30px;	
		margin: 0 auto;
		max-width: 1200px;
	}

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

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

	#flex .sg-1 {
		background-size: cover;
		width: 100%;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		margin-top: 30px;
		margin-left: 0px;
		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 {
		position: absolute;
		background-size: cover;
		width: 100%;
		margin-top: 30px;
		margin-right: 0px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		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 {
		background-size: cover;
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		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-size: cover;
		width: 100%;
		margin-top: 30px;
		margin-right: 0px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		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: 450px;
		float: right;
		padding: 30px 60px 30px 40px;
	}
	
	#flex #flexRight #wrap {
		width: 350px;
		padding: 30px 40px 30px 60px;
	}
	
#title {
	width: calc(100% - 60px);
	text-align: center;
	padding: 70px 40px;
}

	#title span {
		font-size: 20px;
	}

#kicker {
	background-color: #0066d9;
	color: #fff;
	text-align: center;
	padding: 80px 60px;
	
}

	#kicker.aqua {
		background-color: #52d1dc;
		color: #091540 !important;
	}

		#kicker.aqua h2.w, #kicker.aqua h3.w {
			color: #091540 !important;
		}

		#kicker.aqua h3 {
	    	font-size: 32px !important;
		}

		#kicker.aqua h3 a {
	    	color: #091540 !important;
		}
	
	#kicker.green {
		background-color: #0fb04c;
	}

	#kicker.navy {
		background-color: #091540;
	}
	
#content {
	width: 100%;
}

	#content #wrap, .content-column {
		width: 85%;
		margin: 0 auto;
		padding: 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.gray {
		background: #ebebeb
	}

	#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%;
	}
	
	#column.columnQuarter {
		display: inline-table;
		vertical-align: top;
		width: 25%;
	}


		
#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;
	}

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(#e6e6e6, #e6e6e6);
	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.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;
		}
	
#divCTA {
	background-color: #52d1dc;
	color: #091540 !important;
	padding: 40px 0px;
}

	#divCTA a {
		color: #091540 !important;
	}

	
#divNewsletter {
	position: relative;
	background-color: #091540;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	padding: 40px 0px;
	z-index: 40000;
}

	#divNewsletter a {
		color: #fff !important;
		padding-bottom: 2px;
		border-bottom: 1px dashed #fff;
	}

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

	#footer #wrap {
		width: 80%;
		max-width: 1230px;
		margin: 0 auto;
		padding: 60px 0px 60px 0px;
	}
	
	#footer h3 {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		line-height: 25px;
		margin-bottom: 0px;
	}
	
	#footer #footerNavigation {
		font-size: 22px;
		line-height: 37px;
		margin-bottom: 20px;
	}
	
	#footer .baseline {
		font-size: 14px;
		line-height: 22px;
		padding-top: 12px;
	}
	
	#footer .copyright {
		font-size: 11px;
	}
	
	#footer .divider {
		display: inline-block;
		opacity: 0.4;
		margin: 0px 5px;
	}
	
	#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: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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: 'Poppins', sans-serif;
		font-weight: bold;
		font-size: 16px;
	}

.ctaLink {
	background: linear-gradient(#EFBF04,#e0b302);
	border-radius: 30px;
	display: inline-block;
	margin: 20px auto;
	padding: 15px 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3); 
	border: 3px solid rgba(255,255,255,0);
	color: #091540;
	max-width: 90%;
	font-size: 20px;
	line-height: 30px;
	transition: 0.2s all ease;
}

	.ctaLink:hover {
		background: linear-gradient(#e0b302,#efbf04);
	}

.ctaTable {
	font-size: 20px;
	margin: 0 20px;
}

.card {
	background: rgba(255,255,255,0.7); 
	width: calc(90% - 160px); 
	margin-bottom: 40px; 
	max-width: 1200px; 
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1); 
	border-radius: 10px; 
	margin: 0 auto; 
	padding: 50px 80px;
	cursor: pointer;
}

.imgRoundedCorners, .imgRoundedCorners img {
	border-radius: 10px;
}

#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;
}

.iconRound {
	box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
	border: 1px solid #000;
	border-radius: 100px;
}

.block {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	min-height: 700px;
	vertical-align: top;
	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.narrow {
		min-height: 0px !important;
	}

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

	.block .icon img {
		width: 100%;
	}
	
	.block .caption {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		font-size: 24px;
		width: 100%;
		color: #0065df;
		padding: 30px 0px 0px 0px;
		text-align: center;
	}
	
		.block .caption a {
			color: #333;
			text-decoration: none;
		}
		
	
	.block .copy {
		font-family: 'Poppins', sans-serif;
		font-weight: normal;
		font-size: 18px;
		width: calc(100% - 40px);
		color: #000;
		padding: 10px 20px 30px 20px;
		text-align: center;
	}

	
	.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;
		}
		
.item {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	vertical-align: top;
	
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
 	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

	.item .icon {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		max-width: 200px;
	}

	.item .icon img {
		width: 90%;
		border-radius: 10px;
	}
	
	.item .caption {
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		font-size: 24px;
		color: #091540;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}
	
		.item .caption a {
			color: #000;
			text-decoration: none;
		}
		
	
	.item .copy {
		display: inline-block;
		vertical-align: top;
		font-family: 'Poppins', sans-serif;
		font-weight: normal;
		font-size: 16px;
		color: #000;
		width: 65%;
		text-align: left;
		padding-left: 20px;
	}

		.item .copy em {
			display: inline-block;
			border-radius: 0px;
			padding: 2px 0px;
		    color: #091540;
			font-style: normal;
			font-weight: bold;
		    font-size: 14px;
		    line-height: 22px;
		    margin-top: 5px;
		    margin-bottom: 15px;
		}
	
	.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;
		}
		
.stickynote {
	float: right;
	background: lightyellow;
	padding: 40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-left: 20px;
}

.img-wrap {
    width: 250px;       /* your image size */
    height: 250px;
    padding: 14px;      /* border thickness */
    border-radius: 50%; /* circular outer shape */

    
    /* change to any gradient you like */

    display: flex;
    align-items: center;
    justify-content: center;
}


	.img-wrap-450 {
	    width: 330px;       /* your image size */
	    height: 330px;
	    padding: 14px;      /* border thickness */
	    border-radius: 50%; /* circular outer shape */
	
	    
	    /* change to any gradient you like */
	
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

		.img-wrap-450-right {
			position: absolute; margin-top: -180px; margin-left: 40px;
		}

		.img-wrap-450-left {
			position: absolute; margin-top: -180px; margin-left: -40px;
		}

	.img-wrap.orange, .img-wrap-450.orange {
		background: linear-gradient(135deg, rgba(236, 167, 44, 1), rgba(236, 167, 44, 0.3)); 
	}
	
	.img-wrap.blue, .img-wrap-450.blue {
		background: linear-gradient(135deg, rgba(0, 102, 217, 1), rgba(0, 102, 217, 0.3)); 
	}
	
	.img-wrap.green, .img-wrap-450.green {
		background: linear-gradient(135deg, rgba(15, 176, 76, 1), rgba(90, 0, 100, 0.3)); 
	}
	
	.img-wrap.aqua, .img-wrap-450.aqua {
		background: linear-gradient(135deg, rgba(82, 209, 220, 1), rgba(82, 209, 220, 0.3)); 
	}

	.img-wrap img {
	    width: 100%;
	    height: 100%;
	    border-radius: 50%; /* makes the image itself circular */
	    object-fit: cover;
	}

		
#breadcrumb {
	font-size: 14px;
}

.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: 'Poppins', 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: 'Poppins', 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: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 70px;
	line-height: 95px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #0065df;
}

	#kicker h2 {
		margin-bottom: 0px;
		line-height: 58px;
	}

h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 38px;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 10px;
	color: #000000;
}

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

.feature {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 27px;
	line-height: 40px;
	color: #000000;
}

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

.copytext {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 34px;
}

.b {
	color: #0066d9;
}

.o {
	color: #eca44d;
}

.a {
	color: #52d1dc;
}

.g {
	color: #0fb04c;
}


.w {
	color: #ffffff !important;
}

a {
	color: #0066D9;
	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;
}

.pop {
	color: #0065df;
}

.kick {
	font-family: 'Poppins', sans-serif;
}

.cR {
	color: #792720;
}

.cY {
	color: #836414;
}

.cG {
	color: #4d5a11;
}

		
@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: 1200px) {
	

	.img-wrap-450 {
	    width: 230px;       /* your image size */
	    height: 230px;
	    padding: 14px;      /* border thickness */
	    border-radius: 50%; /* circular outer shape */
	
	    
	    /* change to any gradient you like */
	
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

		.img-wrap-450 img {
			width: 220px;
		}

		.img-wrap-450-right {
			position: absolute; margin-top: -120px; margin-left: -30px;
		}

		.img-wrap-450-left {
			position: absolute; margin-top: -120px; margin-left: -40px;
		}
	
}

@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;
	}
	
	#masthead {
		min-height: 950px;
	}
	
	#masthead.open {
		
	    background-position: center right;
	}

		#masthead #block.open {
			left: -3350px;
			opacity: 0.6;
		}

		#masthead #attic {
			position: fixed;
			background-color: #091540;
			color: #fff;
			z-index: 100000;
			cursor: pointer;
			top: 0px;
			width: calc(100% - 40px);
			text-align: center;
			font-size: 23px;
			line-height: 33px;
			padding: 10px 20px;
			transition: 0.1s all ease;
		}
	

	#donate {
		display: none;
	}
	
	#slideshow { 
		margin: 0px auto; 
		position: relative; 
		width: 90%;
		height: 250px;
		max-width: 1248px; 
	}	
		
	#masthead {
		height: 300px !important;
	}
	
	#masthead #attic {
		position: relative !important;
	}

	#header {
		width: 100%;
		position: relative !important;
	}
					
		#header.scroll {
			
			background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.0)) !important;			
			box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
			height: 120px !important;
			top: 40px;
			z-index: 30000;
			
			height: 200px !important;
			top: 0px !important;
			position: relative !important;
		}	
	
		#header #wrap {
			padding: 15px 0px;
			width: 90%;
		}
		
			#header.scroll #wrap {
				padding: 15px 0px;
			}

		#header #logo {
			margin-left: 40px;
			margin-top: 75px;
			margin-right: 0px;
			margin-bottom: 10px;
			padding-top: 20px;
			width: 25%;
			display: block;
			vertical-align: middle;
			
			text-align: center;
		}
	
			#header.scroll #logo {
				margin-top: 75px;	
			}
		
			#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: 'Poppins', 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: 90px;
		margin-left: 0px;
		text-align: right;
		float: right;
	}
	
		#header #utility a {
			font-size: 25px;
		}
	
		#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;
		}
	
	.tableBioBlock td {
		display: table-row;
		margin-bottom: 20px;
	}
	
		.tableBioBlock td .img-wrap {
			margin-bottom: 20px;
		}
				

	.item .icon {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 1500px;
		text-align: center;
		margin-bottom: 12px;
	}

	.item .icon img {
		width: 95%;
		border-radius: 10px;
	}
	
	.item .copy {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	
#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: 'Poppins', 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: #091540;
		color: #fff;
	}
	
		#footer #column {
			text-align: center;
			margin-bottom: 20px;
		}
		
		#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: 'Poppins', 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: 'Poppins', sans-serif;
				font-weight: 200;
				font-size: 16px;
				letter-spacing: 3px;
				color: #655f5d;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			
	.ctaTable {
		font-size: 20px;
	}
	
		.ctaTable td {
			display: table-row;
			text-align: center;
		}
	

	#column.columnHalf {
		display: inline-table;
		vertical-align: top;
		width: 100% !important;
	}

	#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;
		}

	.copytext {
		font-size: 25px;
    	line-height: 40px;
	}
	
	.item .copy em {
		font-size: 20px;
    	line-height: 32px;
	}
	
	.item .copy {
		font-size: 25px;
    	line-height: 40px;
	}

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

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

	.form-text {
		font-size: 27px;
	}
	
	.form-button {
		opacity: 1;
	}
		
	#footer .baseline {
		font-size: 17px;
		line-height: 32px;
		padding-top: 12px;
	}
	
	#footer .copyright {
		font-size: 15px;
	}
	
	.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: 'Poppins', sans-serif;
	}
}
