body {
	background: #fff;
	background: url(../../uploads/2018/09/bg-header.gif) top center repeat-x #fff;
	margin: 0px;
	padding-top: 0px;
	-webkit-text-size-adjust: 100%; 
}

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

#header {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}

#header #wrap {
	margin: 90px 0px 30px 0px;
}

	#header #logo {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 50px;
		padding-top: 20px;
		width: 275px;
		display: inline-table;
		vertical-align: middle;
		float: left;
	}
	
	#header #tag {
		display: inline-table;
		vertical-align: middle;
		
		padding-top: 30px;
	
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #933c06;
		letter-spacing: 3px;		
	}
	
		#header #tag a {
			text-decoration: none;
			color: #933c06;
		}

	#header #utility {
		position: absolute;
		width: 827px;
		display: inline-table;
		margin-top: 22px;
		margin-left: 0px;
		text-align: right;
		vertical-align: middle;
	}

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

		#header #utility a {
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			color: #175fa9;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
	
	#header #navigation {
		position: relative;
		width: 910px;
		display: inline-table;
		vertical-align: middle;
		margin-left: 0px;
		margin-top: 65px;
		z-index: 10000;
	}
	
		#header #navigation ul li {
			margin-right: 20px;
		}
	
		#header #navigation a {
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #2b2b2b;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#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: #6d2103;
			}
		
		#header #navigation .dropdown-content a {
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#header #navigation .dropdown-content a:hover {
				font-weight: bold;
			}

	#navigationBar {
	
		display: none;
		background: url(../../uploads/2018/09/overlay-nav.png);
		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-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
	
		width: 0px;
		height: 100%;
		overflow: hidden;
	}
	
		#navigationBar.closedWidth {
			width: 0px;
		}
		
		#navigationControl.closedLeft {
			margin-left: 0px;
		}
		
		#navigationBar.openWidth {
			width: 500px;
		}
		
		#navigationControl.openLeft {
			margin-left: 499px;
		}
		
		#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: url(../../uploads/2018/09/overlay-nav.png);
		padding: 15px;
		margin-top: 50px;
		top: 50px;
		
		z-index: 400000;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
	}

#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: 'Montserrat', sans-serif;
			font-size: 10px;
			color: #2b2b2b;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#submenu a:hover {
				color: #6d2103;
			}
		
		#submenu .dropdown-content a {
			min-width: 200px;
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#submenu .dropdown-content a:hover {
				font-weight: bold;
			}



		
#banner {
	width: 100%;
	background: url(../../uploads/2018/09/banner.png) center no-repeat;
	background-size: cover;
	min-height: 570px;
	max-height: 570px;
}

	#banner.photo1 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}
	
	#banner.photo2 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}
	
	#banner.photo3 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}
	
	#banner.photo4 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}
	
	#banner.photo5 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}
	
	#banner.photo6 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}
	
	#banner.photo7 {
		position: relative;
		width: 100%;
		background: none;
		background-color: #badafa;
		min-height: 20px;
		max-height: 20px;
		box-shadow: 0px 10px 10px #eaeaea;
	}








	#banner #photo {
		background-size: cover;
		width: 521px;
		display: inline-table;
		vertical-align: top;
		height: 600px;
	}
	
	#banner #wrap {
		width: 1068px;
		margin: 0 auto;
		text-align: right;
	}
	
	#banner #product {
		width: 547px;
		display: inline-table;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 70px;
	}
	
		#banner #product #marker {
			position: absolute;
			margin-left: 445px;
			margin-top: 30px;
			
		    -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;

		}
		
			#banner #product #block-2:hover #marker {
				position: absolute;
				margin-left: 445px;
				margin-top: 30px;
			}
			
		
			#banner #product #marker a {
				background-color: #ffffff;
				border-radius: 3px;
				
				font-family: 'Open Sans', sans-serif;
				font-weight: bold;
				font-size: 15px;
				color: #3f2116;
				padding: 4px 10px;
				
				text-decoration: none;
				
				-moz-transition: all 2.0s ;
			    -o-transition: all 2.0s ;
			    -webkit-transition: all 2.0s ;
			    transition: all 2.0s ;

			}
			
			#banner #product #marker.yellow a {
				color: #916d00;
			}
			
			#banner #product #marker.green a {
				color: #566c11;
			}
			
		#banner #product #icon #iconImg {
			width: 75px;
			height: 70px;
		}

	
		#banner #product #blockOuter {
		    display: table;
		    position: absolute;
		    height: 110px;
		    width: 547px;
		    
		    -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;
		}
		
			#banner #product #block-1:hover
			{
				height: 160px;
			}
			
			#banner #product #block-2:hover
			{
				height: 160px;
			}
			
			#banner #product #block-3:hover
			{
				height: 160px;
			}
			
			#banner #product #block-4:hover
			{
				height: 160px;
			}
		
			#banner #product #block-1:hover #blockOuter {
				height: 110px;
			}
			
			#banner #product #block-2:hover #blockOuter {
				height: 110px;
			}
			
			#banner #product #block-3:hover #blockOuter {
				height: 110px;
			}
			
			#banner #product #block-4:hover #blockOuter {
				height: 110px;
			}
			
			#banner #product #block-1 #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-disability-off.png) no-repeat;
				background-size: cover;
				
				-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;
			}
			
			#banner #product #block-2 #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-life-off.png) no-repeat;
				background-size: cover;

				-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;
			}
						
			#banner #product #block-3 #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-work-off.png) no-repeat;
				background-size: cover;
				
				-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;
			}
			
			#banner #product #block-4 #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-quick-off.png) no-repeat;
				background-size: cover;
				
				-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;
			}

			
			#banner #product #block-1:hover #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-disability-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-2:hover #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-life-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-3:hover #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-work-on.png) no-repeat;
				background-size: cover;
			}
			
			#banner #product #block-4:hover #icon #iconImg {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-quick-on.png) no-repeat;
				background-size: cover;
			}


		
		#banner #product #blockMiddle {
		    display: table-cell;
		    vertical-align: middle;
    	}
    	
    	#banner #product #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #product #icon img {
			    -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;
			}
		
    	#banner #product #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #000;
			
		    -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;
		}
		
		#banner #product #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 160px;
		}
		
		#banner #product #subNav {
			position: absolute;
			margin-top: 50px;
			padding: 20px 0px;
			border-top: 0px;
			width: 547px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			text-align: center;
			
		    -moz-transition: all 0.6s ease-in;
		    -o-transition: all 0.6s ease-in;
		    -webkit-transition: all 0.6s ease-in;
		    transition: all 0.6s ease-in;

		}
		
			#banner #product #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #product #subNav a.green {
				background-color: #556c11;
			}

			#banner #product #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #product #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 10px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #product #subNav a:hover {
					opacity: 0.7;
				}

	
		#banner #product #block-1 {
			background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-1-off.jpg) no-repeat;
			width: 100%;
			height: 110px;
			
			vertical-align: middle;	
			
		    -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;
		}
		
			#banner #product #block-1:hover {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-1-on.jpg) no-repeat;
			}
			
						
				#banner #product #bl23ock-1:hover #icon img {
					width: 50px;
				}
				
				#banner #product #bl23ock-1:hover #caption {
					font-size: 25px;
				}
			
			#banner #product #block-1:hover #subNav, #banner #product #block-2:hover #subNav, #banner #product #block-3:hover #subNav, #banner #product #block-4:hover #subNav {
				opacity: 1;
			}

		
		#banner #product #block-2 {
			background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-2-off.jpg) no-repeat;
			width: 100%;
			height: 110px;
			border-top: 1px solid #eaeaea;
			
		    -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;
		}
		
			#banner #product #block-2:hover {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-2-on.jpg) no-repeat;
			}
		
		#banner #product #block-3 {
			background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-3-off.jpg) no-repeat;
			width: 100%;
			height: 110px;
			border-top: 1px solid #eaeaea;
			
		    -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;
		}
		
		
			#banner #product #block-3:hover {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-3-on.jpg) no-repeat;
			}
			
		#banner #product #block-4 {
			background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-3-off.jpg) no-repeat;
			width: 100%;
			height: 110px;
			border-top: 1px solid #eaeaea;
			
		    -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;
		}
		
		
			#banner #product #block-4:hover {
				background: url(https://www.artsescape.org/wp-content/uploads/2018/09/p-3-on.jpg) no-repeat;
			}
			
	
	
	
	#banner #platform {
		width: 400px;
		display: none;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 30px;
	}
	
				
		#banner #platform #icon #iconImg {
			width: 75px;
			height: 70px;
		}

	
		#banner #platform #blockOuter {
		    display: table;
		    position: absolute;
		    height: 70px;
		    width: 400px;
		    
		    -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;
		}
		
			#banner #platform #block:hover
			{
				height: 70px;
			}
						
			#banner #platform #block.sub:hover
			{
				height: 110px;
			}
		
			#banner #platform #block:hover #blockOuter {
				height: 70px;
			}
			
			#banner #platform #block.sub:hover #blockOuter {
				height: 70px;
			}
			
		
		#banner #platform #blockMiddle {
		    padding-top: 15px;
		    vertical-align: middle;
    	}
    	
    	#banner #platform #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #platform #icon img {
			    -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;
			}
		
    	#banner #platform #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #000;
			
			margin-left: 50px;
			
		    -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;
		}
		
			#banner #platform #caption a {
				color: #000;
				text-decoration: none;
			}
			
			#banner #platform #caption a:hover {
				color: #175fa9;
				text-decoration: none;
			}
			
			#banner #platform #caption a.active {
				color: #175fa9;
				text-decoration: none;
				font-weight: bold;
			}
		
			#banner #platform #block-title #caption, #banner #platform #block-title #caption a {
				margin-top: 15px;
				color: #fff;
			}
		
		#banner #platform #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 50px;
		}
		
		#banner #platform #subNav {
			position: relative;
			display: block;
			margin-top: 5px;
			padding: 0px 0px;
			border-top: 0px;
			width: 400px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			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;

		}
		
			#banner #platform #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #platform #subNav a.green {
				background-color: #556c11;
			}

			#banner #platform #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #platform #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 0px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #platform #subNav a:hover {
					opacity: 0.7;
				}

		#banner #platform #block-title {
			width: 100%;
			height: 70px;
			vertical-align: middle;	
			background-color: #175fa9;
			
			border-radius: 10px 10px 0px 0px;
			
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #fff;

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

		#banner #platform #block {
			width: 100%;
			height: 70px;
			vertical-align: middle;	
			border-top: 1px solid #eaeaea;
			
		    -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;
		}
		
			#banner #platform #block:hover {
			}
			
						
				#banner #platform #block:hover #icon img {
					width: 50px;
				}
				
				#banner #platform #block:hover #caption {
					font-size: 25px;
				}
			
			#banner #platform #block.sub:hover #subNav {
				opacity: 1;
			}


#flowSelection {
	
	
}

	#flowSelection a {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 20px 0px;
		width: 49%;
		text-align: center;
		font-weight: bold;
	}
	
		#flowSelection a.active {
			border: 1px solid #0082a0;
			color: #fff;
			background-color: #0082a0;
		}
		
	#flowButton a {
		display: inline-block;
		border: 1px solid #ccc;
		padding: 20px 0px;
		margin-bottom: 10px;
		width: 80%;
		text-align: center;
		font-weight: bold;
	}
	
		#flowButton a:hover {
			border: 1px solid #0082a0;
		}


		
#standout {
	background-color: #0082a0;
	padding: 55px 0 75px 0;
	margin-bottom: 70px;
}

	#standout #wrap {
		width: 1068px;
		margin: 0 auto;
	}

	#standout.sub #label {
		display: none;
	}
	
	#standout.sub #circles {
		width: 100%;
	}

	#standout #label {
		margin-left: 80px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 442px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 30px;
		color: #ffffff;
	}

	#standout #links {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 500px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #ffffff;
		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;

	}
				
		.dim {
			opacity: 0.3;
		}
		
		.bright {
			opacity: 1;	
		}
		
		#standout #links ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}	

		#standout #links ul li {
			display: inline-block;
		}
	
		#standout #links a {
			display: inline-block;
			padding: 20px 20px;
			border: 1px solid rgba(255,255,255,.3);
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;	
		}


			
#tailor {
	background: linear-gradient(#1a4b87, #1558a2);
	padding: 40px 0 60px 0;
}

	#tailor #wrap {
		width: 1068px;
		margin: 0 auto;
	}

	#tailor.sub #label {
		display: none;
	}
	
	#tailor.sub #circles {
		width: 100%;
	}

	#tailor #label {
		margin-left: 70px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 770px;
		display: inline-table;
		vertical-align: top;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 28px;
		line-height: 42px;
		color: #ffffff;
	}

	#tailor #circles {
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 200px;
		display: inline-table;
		vertical-align: top;

		font-family: 'Montserrat', sans-serif;
		font-size: 22px;
		font-weight: normal;
		color: #ffffff;
		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;

	}
	
		#tailor #circles #circle img {
			margin-bottom: 14px;
			width: 100%;
		}
		
		#tailor #circles #circle {
			display: inline-table;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		#tailor #circles #circle-1, #tailor #circles #circle-2, #tailor #circles #circle-3 {		
		    -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;
		}
		
		.dim {
			opacity: 0.3;
		}
		
		.bright {
			opacity: 1;	
		}
		
		#column .glow #heading {
			background: url(../../uploads/2018/09/heading-bg-hover.gif) bottom repeat-x;
			opacity: 1;	
		}

		
		#tailor #circles a {
			color: #ffffff;
			text-decoration: none;	
		}


#mast {
	background-color: #dddddd;
	padding: 0px 0 0px 0;
}

	#mast #label {
		padding-top: 20px;
	}
	
	#mast.sub #circles {
		width: 100%;
	}

	#mast #label {
		margin-left: 68px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 442px;
		display: inline-table;
		vertical-align: top;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 30px;
		color: #ffffff;
	}

	#mast #utility {
		margin-top: 20px;
		margin-bottom: 0px;
		width: 457px;
		display: inline-table;
		vertical-align: top;

		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		line-height: 22px;
		font-weight: normal;
		color: #5d5e60;
		text-align: right;
		
	    -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: 25px;
		}

		#mast #utility a {
			color: #6d2103;
			font-size: 12px;
			font-weight: bold;
		}



#content {
	width: 100%;
}

	#content #wrap {
		width: 85%;
		margin: 85px auto 85px auto;
		max-width: 1068px;
	}
	
	#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(../../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: 260px;
	display: inline-table;
	vertical-align: top;
	margin-right: 30px;
}

	#column.noRightMargin {
		margin-right: 0px;
	}
	
	#column #heading {
		background-color: #f4f4f4;
		background: url(../../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;
	}
	
		#column:hover #heading {
			background: url(../../uploads/2018/09/heading-bg-hover.gif) bottom repeat-x;
		}

	
	#column ul {
		list-style: none;
		margin: 0px;
		padding: 0px;	
	}

    #column ul li.WhatIs{
        border-bottom:none;
    }
   
		#column ul li {
			border-bottom: 1px solid #cccccc;
			padding: 8px 20px;
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
		}

			#column ul li:hover {
				background-color: #f4f4f4;
				font-weight: normal;
			}
			
			#column ul li.selected {
				background-color: #becf87;
				font-weight: bold;
			}
			
			#column ul li a {
				color: #000000;
				text-decoration: none;
			}
			
				#column ul li a:hover {
					color: #6d2103;
				}
				
			#list .list li a:hover
			{
				color: #000000;
			}
							
		#column .productSubmenu
		{
			height: 0px;
			overflow: hidden;
			
		    -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;

		}
		
			#column .productSubmenu li {
				background-color: #f4f4f4;
				text-transform: uppercase;
				font-size: 12px;
			}
			
				#column .productSubmenu li:hover {
					background-color: #f5fbe2;
					text-transform: uppercase;
					font-size: 12px;
				}
				
				#column .productSubmenu li.clear {
					background-color: #ffffff;;
					text-transform: uppercase;
					font-size: 12px;
				}
				
								
			
				#column .productSubmenu li.close {
					background: #333;
					color: #fff;
					padding: 3px 20px;
					text-decoration: none;
					text-align: center;
				}
				
					#column .productSubmenu li.close:hover {
						background-color: #becf87;
						color: #000;
					}
				
					#column .productSubmenu li.close a {
						color: #ffffff;
						font-weight: bold;
					}
					
						#column .productSubmenu li.close:hover a {
							color: #000;
						}
				
	#column ul.list {
		list-style: circle;
		margin: 0px 0px 0px 40px;
		padding: 10px;	
	}
	
		#column ul.list li {
			border-bottom: 0px solid #cccccc;
			padding: 0px 0px 10px 0px;
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
		}

			#column ul.list li:hover {
				background: none;
			}


		#column #column-dbl, #column #column-pfl, #column #column-login {		
		    -moz-transition: all 1.0s ease-in;
		    -o-transition: all 1.0s ease-in;
		    -webkit-transition: all 1.0s ease-in;
		    transition: all 1.0s ease-in;
		}


#block {
	width: 48%;
	display: inline-table;
	vertical-align: top;
	margin-right: 30px;
}

	#block.noRightMargin {
		margin-right: 0px;
	}
	
	#block #heading {
		background-color: #f4f4f4;
		background: url(//https://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: 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;
	}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

	.tooltip .tooltiptext {
	    visibility: hidden;
	    width: 120px;
	    background-color: #6d2103;
	    color: #fff;
	    text-align: center;
	    padding: 5px 0;
	    border-radius: 6px;
	    margin-left: 20px;
	    /*margin-top: -5px;*/
	 
	    position: absolute;
	    z-index: 1;
	}
	
	.tooltip:hover .tooltiptext {
	    visibility: visible;
	}
	
	.tooltip .tooltiptext::after {
	    content: " ";
	    position: absolute;
	    top: 50%;
	    right: 100%; 
	    margin-top: -5px;
	    border-width: 5px;
	    border-style: solid;
	    border-color: transparent #6d2103 transparent transparent;
   	}

    .intermittent.tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        display:none;
        border-color: transparent #6d2103 transparent transparent;
    }


.portrait {
	margin-top: -120px;
}


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


#divDetails {
	margin-top: 30px;
}

#divDetails_Summary {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #655f5d;
}
	
	#divDetails_Grid {
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
	    font-size: 18px;
	    color: #655f5d;
	    
	    /*overflow-x: scroll;*/
	}
	
	#third {
		width: 30%;
		display: inline-table;
		vertical-align: top;
	}


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

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


@supports (-ms-ime-align:auto) {
	.portrait {
		margin-top: -119px;
	}
}

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


#footer {
	
}

		
	#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: 'Open 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: 'Open 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: 'Open 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;
		}



/*-- 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;
}


/*-- ELEMENTS --*/

#sponsors {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	#sponsors #sponsor {
		display: inline-block;
		vertical-align: middle;
		margin: 15px 10px;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		color: #1058a3;
		font-size: 25px;
	}

		#sponsors #sponsor img {
			width: auto !important;
			height: 120px;
		}


#eventRegister {
	
}

	#eventRegister br {
		display: none;
	}

	#eventRegister select {
		font-family: 'Open 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; 
}

#full.program #back a
{
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #178feb;
}

	#full.program #back img {
		width: 20px;
		height: 20px;
		vertical-align: middle;
		box-shadow: 0px 0px 0px;
		text-align: left;
		margin-left: 0px;
		margin-bottom: 0px;
		float: none;
	}

.Gridheader {
    /* background: linear-gradient(to bottom, rgba(86,108,17,1) 0%,rgba(115,138,42,1) 50%,rgba(115,138,42,1) 51%,rgba(145,170,66,1) 100%); */
    color: #585858;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 2px solid #f4f4f4;
}
    td.Gridheader  {
        padding-left: 15px;
    }

.GridRow {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

    .GridRow td {
        padding: 4px 15px;
        border-bottom: 2px solid #f4f4f4;
    }

.GridNote {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

div.GridNote {
    text-align: right;
    margin-top: 10px;
    margin-right: 5px;
}

    .GridNote td {
        padding: 4px 20px;
    }

.GridSummary {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 4px;
}

    .GridSummary td {
        background: #f4f4f4;
        border-top: 3px solid #fff;
        padding: 4px 15px;
    }
    
    
ul.expansion {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

	ul.expansion li {
		max-height: 80px;
		overflow: hidden;
		
		background: url(//https://wp-content/uploads/2018/09/arrow-up.png) right 40px no-repeat;

		 -moz-transition: all 0.5s ease-in;
    	-o-transition: all 0.5s ease-in;
   	 	-webkit-transition: all 0.5s ease-in;
   		 transition: all 0.5s ease-in;
	}
	
	ul.expansion li.expanded {
	
		background: url(//https://wp-content/uploads/2018/09/arrow-down.png) right 40px no-repeat;
		
		max-height: 1000px;
		overflow: hidden;
	}

	
.columnHalf {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

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

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


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

	.block .icon img {
		width: 100%;
	}
	
	.block .caption {
		font-family: Montserrat;
		font-weight: bold;
		font-size: 26px;
		width: 100%;
	}
	
		.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;
		}



.boardCard {
	
}

	.boardCard .icon {
		width: 200px;
		display: inline-block;	
		vertical-align: middle;
	}

	.boardCard .caption {
		max-width: 600px;
		display: inline-block;	
		vertical-align: middle;
	}


.contactCard {
	font-size: 0.8em;
	line-height: 1.5em;
}

	.contactCard .icon {
		width: 150px;
		display: inline-block;	
		vertical-align: middle;
	}
	
		.contactCard .icon img {
			width: 90%;
		}
	
	.contactCard h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.contactCard .caption {
		max-width: 250px;
		display: inline-block;	
		vertical-align: middle;
	}


#row.shadow {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 20px;
	padding-bottom: 10px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.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: 'Open Sans', sans-serif;
}

	.stretch {
		width: 100%;
	}

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

	.btn:hover, .btn-lrg:hover {
		background-color: #f4f4f4;
	}
	

#infoBox
{
	text-align: center;	
}

	#infoBox:hover #infoBox-Detail {
		display: block;
	}
	
		#infoBox-Detail:hover  {
			display: block;
		}

	#icon-question {
		border: 1px solid #cccccc;
		border-radius: 50px;
		display: inline-block;
		width: 30px;
		text-align: center;
		padding: 0px;
	}
	
		#infoBox:hover #icon-question {
			background-color: #f7f7f7;

		}
	
	#infoBox-Detail {
		background-color: #ffffff;
		position: absolute;
		width: 280px;
		border: 1px solid #cccccc;
		padding: 20px 30px 20px 30px;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
		z-index: 20000;
		text-align: left;
	}

.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: 'Open 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: 'Open 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: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 38px;
	line-height: 53px;
	color: #494849;
}

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

h4 {
	font-family: 'Open 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: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 45px;
	color: #000000;
}

.bodytext {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

strong {
	font-weight: 700;
}

.center {
	text-align: center;
}

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

.pop {
	color: #1058a3;
}

.cR {
	color: #792720;
}

.cY {
	color: #836414;
}

.cG {
	color: #4d5a11;
}

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

	#page {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
	}
	
	
	#header #utility {
		position: relative;
		width: 100%;
		display: inline-table;
		height: 40px;
		margin-top: -5px;
		margin-left: 0px;
		text-align: center;
	}
	
	#header #navigation {
		position: relative;
		width: 100%;
		display: inline-table;
		vertical-align: middle;
		margin-left: 0px;
		margin-top: 15px;
		z-index: 10000;
		text-align: center;
	}
	
	#header #logo {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		padding-top: 20px;
		width: 100%;
		display: block;
		vertical-align: middle;

		text-align: center;
	}
		

}

@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; 
	}
	
	#header {
		width: 100%;
	}
	
		#header #logo {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			padding-top: 20px;
			width: 100%;
			display: block;
			vertical-align: middle;
			
			text-align: center;
		}
		
		#header #tag {
			display: block;
			vertical-align: middle;
			
			text-align: center;
			
			width: 100%;
			padding-top: 0px;
			margin-bottom: 30px;
		
			font-family: 'Open Sans', sans-serif;
			font-size: 15px;
			color: #933c06;
			letter-spacing: 4px;		
		}

#header #utility {
	position: relative;
	width: 100%;
	display: inline-table;
	height: 40px;
	margin-top: -5px;
	margin-left: 0px;
	text-align: center;
}

	#header #navigation {
		display: none;
	}
	
	#navigationControl {
		display: inline;
	}
	
	#navigationBar {
		display: inline;
	}
		
		#navigationBar #marginWrap {
			padding-top: 20px;
			padding-bottom: 40px;
			display: block;
		}


	#banner {
		width: 100%;
	}
	
	#banner #wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
		#banner #photo {
			background: url(//https://wp-content/uploads/2018/09/banner.jpg) no-repeat;
			background-size: cover;
			width: 100%;
			display: inline-table;
			vertical-align: top;
			height: 600px;
		}
		
		#banner #product {
			width: 100%;;
			display: inline-table;
			vertical-align: top;
		}
		
			#banner #product #marker {
				position: absolute;
				margin-left: 445px;
				margin-top: 38px;
				
			    -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;
	
			}

			#banner #product #block-2:hover #marker {
				margin-top: 38px;
			}

		
			#banner #product #blockOuter {
			    display: table;
			    position: absolute;
			    height: 140px;
			    width: 547px;
			    
			    -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;
			}
			
			#banner #product #blockMiddle {
			    display: table-cell;
			    vertical-align: middle;
	    	}
	    	
	    	#banner #product #icon {
				display: inline-table;
				vertical-align: middle;
				margin-left: 50px;
				margin-right: 30px;
			}
			
				#banner #product #icon img {
				    -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;
				}
			
	    	#banner #product #caption {
				display: inline-table;
				vertical-align: middle;
				
				font-family: 'Open Sans', sans-serif;
				font-weight: 200;
				font-size: 33px;
				color: #ffffff;
				
			    -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;
			}
			
			#banner #product #subNav {
				position: absolute;
				margin-top: 130px;
				padding: 20px 0px;
				border-top: 1px solid #673628;
				width: 100%;
				
				opacity: 1;
				z-index: 10000;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 20px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				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;
	
			}
			
				#banner #product #subNav a {
					color: #ffffff;
					opacity: 0.5;
					text-decoration: none;
				}
				
					#banner #product #subNav a:hover {
						opacity: 0.7;
					}
	
		
			#banner #product #block-1 {
				background: url(//https://wp-content/uploads/2018/09/p-1-off.jpg) no-repeat;
				width: 100%;
				height: 200px;
				
				vertical-align: middle;	
				
			    -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;
			}
			
				#banner #product #block-1:hover {
					background: url(//https://wp-content/uploads/2018/09/p-1-on.jpg) no-repeat;
				}
				
							
					#banner #product #bl23ock-1:hover #icon img {
						width: 50px;
					}
					
					#banner #product #bl23ock-1:hover #caption {
						font-size: 25px;
					}
				
				#banner #product #block-1:hover #submenu, #banner #product #block-2:hover #submenu, #banner #product #block-3:hover #submenu, #banner #product #block-4:hover #submenu {
					opacity: 1;
				}
	
			
			#banner #product #block-2 {
				background: url(//https://wp-content/uploads/2018/09/p-2-off.jpg) no-repeat;
				width: 100%;
				height: 200px;
				
			    -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;
			}
			
				#banner #product #block-2:hover {
					background: url(//https://wp-content/uploads/2018/09/p-2-on.jpg) no-repeat;
				}
			
			#banner #product #block-3 {
				background: url(//https://wp-content/uploads/2018/09/p-3-off.jpg) no-repeat;
				width: 100%;
				height: 200px;
				
			    -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;
			}
			
			
				#banner #product #block-3:hover {
					background: url(//https://wp-content/uploads/2018/09/p-3-on.jpg) no-repeat;
				}
				
			#banner #product #block-4 {
				background: url(//https://wp-content/uploads/2018/09/p-3-off.jpg) no-repeat;
				width: 100%;
				height: 200px;
				
			    -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;
			}
			
			
				#banner #product #block-4:hover {
					background: url(//https://wp-content/uploads/2018/09/p-3-on.jpg) no-repeat;
				}

	
		#banner #platform {
		width: 400px;
		display: none;
		vertical-align: top;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
		border-radius: 10px;
		text-align: left;
		margin-top: 40px;
	}
	
				
		#banner #platform #icon #iconImg {
			width: 75px;
			height: 70px;
		}

	
		#banner #platform #blockOuter {
		    display: table;
		    position: absolute;
		    height: 70px;
		    width: 400px;
		    
		    -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;
		}
		
			#banner #platform #block:hover
			{
				height: 70px;
			}
						
			#banner #platform #block.sub:hover
			{
				height: 110px;
			}
		
			#banner #platform #block:hover #blockOuter {
				height: 70px;
			}
			
			#banner #platform #block.sub:hover #blockOuter {
				height: 70px;
			}
			
		
		#banner #platform #blockMiddle {
		    padding-top: 15px;
		    vertical-align: middle;
    	}
    	
    	#banner #platform #icon {
			display: inline-table;
			vertical-align: middle;
			margin-left: 50px;
			margin-right: 30px;
		}
		
			#banner #platform #icon img {
			    -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;
			}
		
    	#banner #platform #caption {
			display: inline-table;
			vertical-align: middle;
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #000;
			
			margin-left: 50px;
			
		    -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;
		}
		
			#banner #platform #caption a {
				color: #000;
				text-decoration: none;
			}
			
			#banner #platform #caption a:hover {
				color: #175fa9;
				text-decoration: none;
			}
			
			#banner #platform #caption a.active {
				color: #175fa9;
				text-decoration: none;
				font-weight: bold;
			}
		
			#banner #platform #block-title #caption, #banner #platform #block-title #caption a {
				margin-top: 15px;
				color: #fff;
			}
		
		#banner #platform #detail {
			font-weight: normal;
			font-size: 14px;
			letter-spacing: 0px;
			text-transform: none;
			text-align: left;
						
			width: 350px;
			margin-left: 50px;
		}
		
		#banner #platform #subNav {
			position: relative;
			display: block;
			margin-top: 5px;
			padding: 0px 0px;
			border-top: 0px;
			width: 400px;
			
			opacity: 0;
			z-index: 10000;
			
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			
			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;

		}
		
			#banner #platform #subNav a.blue {
				background-color: #0082a0;
			}
			
			#banner #platform #subNav a.green {
				background-color: #556c11;
			}

			#banner #platform #subNav a.red {
				background-color: #933c06;
			}

		
			#banner #platform #subNav a {
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				padding: 10px 20px;
				margin-top: 0px;
				border-radius: 6px;
				
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				
				text-align: center;
			}
			
				#banner #platform #subNav a:hover {
					opacity: 0.7;
				}

		#banner #platform #block-title {
			width: 100%;
			height: 70px;
			vertical-align: middle;	
			background-color: #175fa9;
			
			border-radius: 10px 10px 0px 0px;
			
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 25px;
			color: #fff;

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

		#banner #platform #block {
			width: 100%;
			height: 70px;
			vertical-align: middle;	
			border-top: 1px solid #eaeaea;
			
		    -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;
		}
		
			#banner #platform #block:hover {
			}
			
						
				#banner #platform #block:hover #icon img {
					width: 50px;
				}
				
				#banner #platform #block:hover #caption {
					font-size: 25px;
				}
			
			#banner #platform #block.sub:hover #subNav {
				opacity: 1;
			}

				
	#tailor {
		background: linear-gradient(#1a4b87, #1558a2);
		padding: 20px 0 40px 0;
	}
		
		#tailor #wrap {
			width: 100%;
			margin: 0 auto;
		}
	
		#tailor.sub #label {
			display: none;
		}
		
		#tailor.sub #circles {
			width: 100%;
		}
	
		#tailor #label {
			margin: 0 auto;
			padding-top: 40px;
			padding-bottom: 20px;
			width: 80%;
			display: block;
			vertical-align: middle;
			text-align: center;
	
			font-family: 'Open Sans', sans-serif;
			font-weight: 200;
			font-size: 30px;
			color: #ffffff;
		}
	
		#tailor #circles {
			margin-top: 0px;
			margin-bottom: 0px;
			padding-top: 30px;
			padding-bottom: 20px;
			width: 100%;
			display: block;
			vertical-align: middle;
	
			font-family: 'Montserrat', sans-serif;
			font-size: 30px;
			font-weight: normal;
			font-style: italic;
			color: #ffffff;
			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;
	
		}
		
			.home #tailor #circles {
				padding-top: 20px;
				padding-bottom: 40px;
			}
		
			#tailor #circles #circle img {
				margin-bottom: 7px;
				width: 150px;
			}
			
			#tailor #circles #circle {
				display: inline-table;
				margin-left: 15px;
				margin-right: 15px;
			}
			
			#tailor #circles #circle-1, #tailor #circles #circle-2, #tailor #circles #circle-3 {		
			    -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;
			}
			
			.dim {
				opacity: 0.3;
			}
			
			.bright {
				opacity: 1;	
			}
			
			#column .glow #heading {
				background: url(//https://wp-content/uploads/2018/09/heading-bg-hover.gif) bottom repeat-x;
				opacity: 1;	
			}
	
			
			#tailor #circles a {
				color: #ffffff;
				text-decoration: 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: 'Open 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(//https://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;
	}

			
	#footer {
		
	}
	
			
		#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: 'Open 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: 'Open 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: 'Open Sans', sans-serif;
	}

	#column {
		width: 100%;
	}

        #column ul li#submenu_PFL_Charts_Header {
            width: 91%;
        }
	
	
.columnHalf {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 30px;
}

}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }

        ul.tabs li.current {
            background: rgba(238,238,238,1);
            color: #222;
        }

.tab-content {
    display: none;
    padding: 15px;
    border-top: rgba(238,238,238,1) 1px solid;
}

    .tab-content.current {
        display: inherit;
    }

.text-center {
    text-align: center;
}