﻿body {
	background: #fff;
	margin: 0px;
	padding-top: 0px;
	-webkit-text-size-adjust: 100%; 
	
	font-family: 'Work Sans';
	font-weight: 300;
}

#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-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.bg-1 {
		background: url(../images/bg-1s.png);
		background-size: cover;
		background-position: 150px center;
	}

	#masthead.bg-2 {
		background: url(../images/bg-2s.jpg);
		background-size: cover;
		background-position: 150px center;
	}

	#masthead.bg-3 {
		background: url(../images/bg-3s.jpg);
		background-size: cover;
		background-position: 150px center;
	}

	#masthead.bg-4 {
		background: url(../images/bg-4s.jpg?v=2);
		background-size: cover;
		background-position: 150px center;
	}
	
	#masthead.bg-5 {
		background: url(../images/bg-5s.jpg?v=2);
		background-size: cover;
		background-position: 150px center;
	}


	#masthead.sub {
		background: url(../images/bg-2s.png);
		background-size: cover;
		background-position: 150px center;
		min-height: 200px;
	}

	#masthead.open {
		background-position: center center;
	}

	#masthead.preschool #block {
		opacity: 0.6 !important;	
	}

	#masthead.preschool #block.open {
		opacity: 0.2 !important;	
	}

	#masthead #darken {
		background: rgba(0,0,0,0.6);
		position: absolute; 
		width: 100%;
		height: 100%;
	}

	#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;
		}
		
	#masthead #tag {
	    position: relative;
	    margin: 0 auto;
	    font-size: 30px;
	    text-align: center;
	    width: 100%;
	    margin-top: 250px;
	    color: #fff;
	    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	    z-index: 20000;
	}
	
		#masthead #tag #tag-wrap {
			width: 80%;
			max-width: 2000px;
			margin: 0 auto;
		}

#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;
		z-index: 300000;
	}

	#header #wrap {
		position: relative;
		width: 90%;
		padding: 40px 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: 155px;
		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 {
			width: 155px;
			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: 100px;
			}
		
	#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: 22px;
		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: 45px;
		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 .downarrow {
				display: none;
			}

			#header #navigation a.hasSubmenu .downarrow {
				display: inline;
			}
		
			#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.red {
				background-color: #d0021b;
				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.red:hover {
				color: #fae7ea;
			}

			#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: 25px;
		font-weight: normal;
		line-height: 45px;

		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: 20px !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: 500px;
		}
		
		#navigationControl.openLeft {
			margin-left: 500px;
		}
		
		#navigationBar #marginWrap {
			padding-top: 20px;
			padding-bottom: 40px;
			
			white-space: no-wrap;
			overflow: scroll;
			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: 35px;
		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;
			}

#video {
	background: #151515;
	padding: 20px 0px;
	max-height: 210px;
	transition: 1s all ease-in-out;
	overflow: hidden;
}

	#videoPlayer {
		opacity: 0;
		transition: 1s all ease;
	}

#callout {
	width: 100%;
	background-color: #d0021b;
	box-shadow:  0px 0px 20px rgba(0,0,0,0.2);
	padding: 30px 0px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

	#callout a {
		color: #fff !important;
		text-decoration: none;
	}

#catch-breadcrumb
{
	display: none;
}

	#content #catch-breadcrumb {
		display: block;
	}

	#catch-breadcrumb .entry-breadcrumbs {
		text-align: left !important;
		font-size: 14px;
		margin-bottom: 12px;
	}

#anchor {
	position: fixed;
	background-color: #000;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	width: 650px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px 0px;
	bottom: 0px;
	z-index: 45000;
	
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
	color: #fff;
}

	#anchor img {
		display: block;
	}

	#anchor a {
		color: #fff;
	}

#homeMainText {
	background-color: #fff; 
	width: 100%; 
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}

	#homeMainTextWrap {
		padding: 40px; 
		max-width: 1220px; 
		width: 90%; 
		margin: 0 auto;
	}

#scrollSquare {
	background: linear-gradient(#0b2042,#1a396d);
	padding: 10px 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: stretch;
}

	#flex #flexLeft, #flex #flexRight {
		flex: 1;
		
	}
	
	#flex .sg-collage {
		position: relative;
		background: url(../images/collage.jpg) #ccc;
		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 {
		position: absolute;
		background: url(../images/sg-2.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-3 {
		background: url(../images/sg-3.png) center;
		background-size: cover;
		width: 100%;
		margin-left: -75px;
		min-height: 400px;
		max-width: 620px;
		min-width: 100px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.9);
		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 {
		max-width: 550px;
		min-width: 300px;
		float: right;
		padding: 30px 60px 30px 40px;
	}
	
	#flex #flexRight #wrap {
		max-width: 550px;
		min-width: 300px;
		padding: 30px 40px 30px 60px;
	}

	#flex h2 {
		font-weight: normal;
		line-height: 50px;
		margin-top: 10px;
		color: #000;
	}
	
#content {
	width: 100%;
	padding: 85px 0px;
}

	#content #wrap {
		width: 85%;
		margin: 0 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%;
	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%;
	}


:where(.wp-block-columns) {
    margin-bottom: 0em !important;
}

		
#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;
	}


	#videoBox
	{
		width: 80%; 
		text-align: center; 
		margin-left: 30px; 
		box-shadow: 0px 0px 20px rgba(0,0,0,0.5); 
		background: darkgray;
	}
			
	#infoBox
	{
		box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
		padding: 40px 40px;
		cursor: pointer;
		min-height: 100px;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
	
		#infoBox:hover #infoBox-Detail {
		}
	
		#icon-question {
			display: none;
		}
		
			#infoBox:hover #icon-question {
			}
		


/* -- BASE -- */

.rotating {
	animation: rotate 51s infinite;
}

@keyframes rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.rotatingRight {
	animation: rotateRight 51s infinite;
}

@keyframes rotateRight {
	from { transform: rotate(0deg); }
	to { transform: rotate(-360deg); }
}

.bubbleContainer {
	position: relative;
	width: 270px;
	margin: 0 auto;
}

.bubbleContainer_D {
	position: relative;
	width: 270px;
	margin: 0 auto;
}

.bubbleContainer .bubbleBox, .bubbleContainer_D .bubbleBox_D {
	position: absolute;
	width: 260px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin: 10px;
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 1.0s, transform 1.0s;
}

.bubbleContainer .bubble, .bubbleContainer_D .bubble {
	display: relative;
	width: 150px; 
	height: 150px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #676767;
	display: flex; /* or inline-flex */
	background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.5));
	border: 0px solid rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	margin: 0 auto;
	align-items: center; 
	justify-content: center;
	margin-bottom: 20px;
}


/* -- ELEMENTS -- */

.wp-block-embed-youtube iframe {
	width: 100%;
	height: 650px;
}

.curtain {
    position: fixed;
    top: 2000px;
    left: 0px;
    width: 100%;
    height: 2000px;
    z-index: 50000;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 0;
    display: none;
}

	.curtain .curtainCloseX {
		position: absolute;
		display: block;
		width: 50px;
		height: 45px;
		border-radius: 25px;
		background-color: #000;
		color: #fff;
		font-size: 30px;
		margin-left: -25px;
		margin-top: -25px;
		padding-top: 3px;
		text-align: center;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
	}

		.curtain .curtainCloseX a {
			color: #fff;
			text-decoration: none;
		}

	.curtain .curtainContent {
		width: 650px;
		height: 500px;
		position:absolute;
		top:20%;
		left:50%;
		margin-left:-325px;/* half width*/
		margin-top:-250px;/* half height*/
	}

		.curtain .curtainContent iframe {
			width: 650px !important;
			height: 425px !important;
		}

		.curtain .curtainContent .streamPlaceholder {
			width: 650px !important;
			background-color: #000;
			padding: 80px 0px;
			text-align: center;
			font-size: 40px;
			color: #fff;
			box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
			margin-bottom: 10px;
		}

    .curtain.loading {
        top: 0px;
        width: 100%;
        display: none;
        opacity: 0.8;
        z-index: 75000;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .curtain.loading .message {
            padding-top: 240px;
            width: 500px;
            height: 250px;
            overflow: hidden;
            margin: 0 auto;
        }

            .curtain.loading .message span {
                font-size: 0.7em;
                font-style: italic;
                font-weight: normal;
                text-transform: none;
            }

    .curtain a {
    	color: #fff;
    }

    .curtain .wrap {
        width: 80%;
        margin: 0 auto;
        padding-top: 70px;
    }

    .curtain.blue {
        background-color: rgba(44,83,163,0.8);
    }

    .curtain.red {
        background-color: rgba(163,44,88,0.8);
    }

    .curtain.white {
        background-color: rgba(255,255,255,1.0);
    }

    .curtain.gray {
        background-color: rgba(0,0,0,0.8);
    }

    .curtain.grayOpaque {
        background-color: rgba(0,0,0,1.0);
    }

    .curtain .message {
        font-family: 'Open Sans';
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        padding-top: 279px;
    }

.pageImage {
	width: 517px !important;
	float: right;
}

.pageImageFullWidth img {
	width: 100% !important;
}

.columnList ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

:where(.wp-block-columns.columnList.is-layout-flex) {
	gap: 0em !important;
}

.rightAlignImage, .rightAlignImage img {
	margin-left: 40px;
}

.logoBox {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

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, #c2c2c2);
	overflow: hidden;
	min-height: 770px !important;
	max-height: 770px !important;
}

	#base #wrap {
		position: relative;
		width: 80%;
		max-width: 1250px;
		margin: 0 auto;
		padding: 30px 0px;
		z-index: 100;
	}

	#base #iconLeft {
		position: absolute;
		left: -400px;
		top: 80px;
		z-index: 100;
	}
	
	#base #iconRight {
		position: absolute;
		right: -400px;
		padding-top: 80px;
	}

	#base #block {
		position: absolute;
		z-index: 10;
		background: url(../images/block.png) no-repeat right;
		width: 100%;
		height: 900px;
		background-size: cover;	
		opacity: 0.3;
		
		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: #a00309;
	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 img {
		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: #4083bd;
		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: 500;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	padding-bottom: 0px;
}

	h1.archive-title {
		text-align: center;
	}

	.h1Center h1 {
		text-align: center;
	}

h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #d0021b;
}

h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000;
}

h4 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000;
}

.highlight {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 35px;
	color: #000000;
}

.callout {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
}

.bodytext {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.copytext {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 32px;
}

.w {
	color: #fff !important;
}

a {
	color: #d0021b;
	font-weight: bold;
	text-decoration: none;
}

a.buttonRed {
	background-color: #d0021b;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 20px;
	transition: all 0.2s ease;
}

	a.buttonRed:hover {
		opacity: 0.7;	
	}

.bubbleText {
	width: 270px; 
	height: 270px;
	border-radius: 50%;
	font-size: 23px;
	font-weight: bold;
	line-height: 33px;
	color: #333;
	display: inline-flex; /* or inline-flex */
	border: 4px solid rgba(0,0,0,0.3);
	text-align: center;
	margin: 0 auto;
	align-items: center; 
	justify-content: center;
	margin-bottom: 20px;
	transition: 0.2s all ease;
}

.bubbleLink a {
	width: 150px; 
	height: 150px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #d0021b;
	display: inline-flex; /* or inline-flex */
	border: 2px solid rgba(0,0,0,0.3);
	text-align: center;
	margin: 0 auto;
	align-items: center; 
	justify-content: center;
	margin-bottom: 20px;
	transition: 0.2s all ease;
}

	.bubbleLink a:hover {
		color: #d0021b;
		border: 2px solid  #d0021b;
	}

strong {
	font-weight: 700;
}

.center {
	text-align: center;
}

.wp-caption-text {
	font-size: 0.75em;
	line-height: 1.3em;
}

.pop {
	color: #d0021b;
}

.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 {
	}
	
	#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: 150px;
		}
		
			#header.scroll #logo img {
				padding-top: 15px;
			}
	
		#header.scroll #logo {
			position: absolute;
			width: 25%;
		}
	
	#masthead #tag {
		margin-top: 300px;
		margin-bottom: 60px;
	}
	
	#videoBox
	{
		width: 100%; 
		max-width: 450px;
		text-align: center; 
		margin: 0 auto; 
		box-shadow: 0px 0px 20px rgba(0,0,0,0.5); 
		background: darkgray;
	}

		
	#infoBox {
		width: calc(100% - 80px);
	}
	
	#column.columnHalf, #column.columnThird
	{
		width: 100%;
	}


}

@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: 850px) {
	
	#flex .sg-collage {
		max-height: 450px;
	}
	
	#flex .sg-1, #flex .sg-2, #flex .sg-3 {
		min-height: 450px;	
	}
	
	#flex .sg-2 {
		background: url(/wp-content/uploads/2023/12/sg-2.png) right;
	}
	
	#base {

	}
	
		#base #iconLeft, #base #iconRight {
			opacity: 0.3;
		}
	
	
}

@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 {
	}
	
		#masthead #tag {
			margin-top: 200px;	
		}

	#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: 7px;
			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;
	}
	
	#infoBox {
		width: calc(100%-80px);
	}

	#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;
		}
	

	#video {
		background: #151515;
		padding: 20px 0px;
		max-height: 210px;
		transition: 1s all ease-in-out;
		overflow: hidden;
	}

	.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: #a00309;
		color: #fff;
	}

		#footer #column.columnThird {
			width: 45%;
		}
	
			#footer #column.columnThirdFullMobile {
				width: 100%;
				margin-top: 40px;
				border-top: 1px solid rgba(255,255,255,0.2);
				padding-top: 30px;
			}
			
		#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;
			}
			
	#videoBox
	{
		width: 100%; 
		text-align: center; 
		margin-left: 0px; 
		max-width: 800px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.5); 
		background: darkgray;
	}

			
	#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;
		}

	.wp-block-image figure.alignright {
		margin-left: 0px !important;
	}

	.pageImage, .pageImage img {
		width: 100% !important;
		margin-bottom: 30px !important;
		float: none;
	}
	
	.rightAlignImage, .rightAlignImage img {
		margin-left: 40px !important;
	}

	.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;
	}
}