﻿body {
	background: url(../images/mast.jpg) repeat-x top #fff;
	margin: 0px;
	padding-top: 0px;
	-webkit-text-size-adjust: 100%;
}

#page {
	background-color: #ffffff;
	width: 1068px;
	margin: 0 auto;
	padding-top: 20px;
}
	
	#page.narrowPadding {
		padding-top: 10px;
	}
	

#panel {
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

	#panel.shadow {
		box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	}
	
	#panel.red {
		background-color: #d4111a;
		color: #fff;
	}
	
		#panel.red .highlight, #panel.red h2 {
			color: #fff;
		}


	#panel #wrap {
		width: 90%;
		max-width: 1068px;
		margin: 0 auto;
		padding: 20px 0px 40px 0px;
	}



#full {
}

	#full.sand {
		border-top: solid 2px #fff;
		border-bottom: solid 2px #fff;
		padding: 30px 0 60px 0;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
		background: linear-gradient(#eaeaea, #fafafa);
		text-align: center;
	}

	
	#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 {
			box-shadow: 0px 0px 20px #000;
		}
		
		#full.program a.button {
			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 {
				background-color: #60ab45;
			}


	#full #wrap {
		width: 80%;
		margin: 0 auto;
	}


#header {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 30px auto;
}
	
	#header a {
		border-bottom: 0px;
	}

	#header #logo {
		position: relative;
		z-index: 1000;
		margin-left: 0px;
		margin-top: 50px;
		margin-right: 10px;
		margin-bottom: 0px;
		padding-top: 20px;
		width: 275px;
		display: inline-table;
		vertical-align: middle;
	}
	
	#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 #navigation {
		width: 910px;
		display: inline-table;
		vertical-align: middle;
		margin-left: 0px;
		margin-top: 50px;
	}
	
		#header #navigation ul li {
			margin-right: 20px;
			margin-bottom: 10px;
		}
	
		#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: #699914;
				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: #823cd9;
			}
		
		#header #navigation .dropdown-content a {
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			color: #566c11;
			letter-spacing: 3px;		
			text-transform: uppercase;
			text-decoration: none;
		}
		
			#header #navigation .dropdown-content a:hover {
				font-weight: bold;
			}

	#header #navigationBar {
	
		display: none;
		background: url(../images/overlay-nav.png);
		position: fixed;
		margin-top: 0px;
		z-index: 2000;
		
		font-family: 'Montserrat', sans-seif;
		font-size: 30px;
		font-weight: normal;
		line-height: 65px;
		text-transform: uppercase;
		
		-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;	
		
		white-space: nowrap;
	
		width: 0px;
		height: 100%;
		overflow: hidden;
	}
	
		#header #navigationBar.closedWidth {
			width: 0px;
		}
		
		#header #navigationControl.closedLeft {
			margin-left: 0px;
		}
		
		#header #navigationBar.openWidth {
			width: 595px;
		}
		
		#header #navigationControl.openLeft {
			margin-left: 594px;
		}
		
		#navigationBar #wrap {
			padding-top: 20px;
			padding-bottom: 40px;
		}
		
		#header #navigationBar a {
			color: #ffffff;
			text-decoration: none;
		}
		
			#header #navigationBar a:hover {
				color: #c9a2f8;
			}
	
	#header #navigationControl {
		display: none;
		position: fixed;
		background: url(../images/overlay-nav.png);
		padding: 15px;
		margin-top: 50px;
		z-index: 2000;
		
		-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;	
	}
	
	#header #shout {
		background-color: red;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		position: absolute;
		top: 0px;
		margin-left: 230px;
		
		color: #fff;
		font-family: 'Montserrat', sans-seif;
		font-weight: bold;
		padding: 10px 20px;
		text-align: center;
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
		#header #shout a {
			color: #fff;
			text-decoration: none;
		}
	
	#header #action {
		background-color: #7936cc;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		position: absolute;
		top: 0px;
		margin-left: 640px;
		
		color: #fff;
		font-family: 'Montserrat', sans-seif;
		font-weight: bold;
		padding: 10px 20px;
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
		#header #action a {
			color: #fff;
		}

.banner {
    border-top: dashed 2px #fff;
    border-bottom: dashed 2px #fff;
	position: relative;
	width: 100%;
	background-size: cover;
	background-color: #cca2ff;
	min-height: 400px;
	max-height: 400px;
	margin-top: -85px;
	margin-bottom: 120px;
	padding-top: 0px;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
	
	-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;	

}

	#banner-1 {
		position: relative;
		background: url(../images/banner-1.png) top center no-repeat #699914;
		background-size: cover;
	}
	
		#banner-1 #legend {
		}
	
	#banner-2 {
		position: absolute;
		background: url(../images/banner-2a.png) top center no-repeat #1a89d5;
		background-size: cover;
		opacity: 0;
		
		z-index: 2;
	}
	
		#banner-2 #legend {
		}

	#banner-3 {
		position: absolute;
		background: url(../images/banner-3.png) top center no-repeat #1a89d5;
		background-size: cover;
		opacity: 0;
		
		z-index: 2;
	}
	
		#banner-3 #legend {
		}

	#banner-4 {
		position: absolute;
		background: url(../images/banner-4a.png) top center no-repeat #e9c113;
		background-size: cover;
		opacity: 0;
		
		z-index: 2;
	}
	
		#banner-4 #legend {
		}




	.banner #legend {
		position: relative;
		background: linear-gradient(#7936cc,#7936cc);
		width: 70%;
		margin: 0 auto;
		margin-top: 360px;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		color: #fff;
		border-radius: 0px;
		padding: 15px 30px 15px 30px;
		border: dashed 2px #fff;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
		text-shadow: 0px 0px 10px rgba(0,0,0,1.0);
	}
	
		.banner #legend h3 {
			font-size: 45px;
			line-height: 40px;
			margin-top: 0px;
			color: #fff;
		}
	
		.banner #legend .write {
			font-family: 'Italianno', sans-serif;
			font-weight: normal;
			font-size: 1.4em;
		}
		
#tabs {
	width: 100%;
	position: relative;
	margin-top: -138px;
	z-index: 1000;
	text-align: center;
	display: none;
}

	#tabs #wrap {
		width: 100%;
		height: 90px;
	    text-align: center;
	    margin: 0 auto;
		padding: 20px 0px 40px 0px;
		
		
		
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: flex-end;
		align-content: stretch;
	}
	
	#tabs .tab {
		display: inline-table;
		background-color: #7a38cc;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
		padding: 20px 30px;
		text-align: center;
		margin: 2px;
		flex-grow: 1;
		flex-shrink: 1;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
		box-shadow: 0px -5px 10px rgba(0,0,0,0.2);
		
		-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;	

	}

		#tabs .tab:hover, #tabs .tab.active {
			background-color: #7a38cc;
			padding: 20px 30px 40px 30px;
		}		
#title {
	width: 100%;
	padding: 20px 0px;
	margin-top: -85px;
	margin-bottom: 30px;
	border-top: dashed 2px #fff;
	border-bottom: dashed 2px #fff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	text-align: center;
}

	#title.brown {
		background: url(../images/b-banner.jpg?v=2) no-repeat center center #6b2b03;
	}
	
	#title.brown-nophoto {
		background-color: #6b2b03;
	}
	
	#title.yellow {
		background: url(../images/y-banner.jpg?v=2) no-repeat center center #e9c113;
	}
	
	#title.cat {
		background: url(../images/c-banner.jpg?v=2) no-repeat center center #e9c113;
	}
	
	#title.yellow-nophoto {
		background-color: #e9c113;
	}

	#title.green {
		background: url(../images/g-banner.jpg?v=2) no-repeat center center #699914;
	}
	
	#title.green-photo {
		background-color: #699914;
	}
	
	#title.blue {
		background: url(../images/bl-banner.jpg?v=2) no-repeat center center #1a89d5;
	}
	
	#title.blue-nophoto {
		background-color: #1a89d5;
	}
	
	#title.red {
		background-color: #d4111a;
	}

	
	

	
	
	#title h1 {
		color: #fff;
	}

	#title #wrap {
		width: 90%;
		max-width: 1068px;	
		margin: 0 auto;
	}

#card {
	display: inline-block;
	vertical-align: top;
	margin: 0px auto 45px auto;
	background: url(../images/card.png) no-repeat;
	background-size: contain;
	width: 240px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	
	cursor: pointer;

}

	#card #paper {
		min-height:500px;
	}

	#card #icon
	{
		width: 80%;
		margin: 0 auto;
		margin-top: -20px;	
	}
	
		#card #icon img
		{
			width: 100%;
		}
		
	#card #content {
		width: 80%;
		margin: 0 auto;	
		text-align: center;
	}
	
	#card a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 0px;
	}
	
		#card a.link {
			font-size: 1.2em;
			font-weight: bold;
		}
	
		#card a.yellow {
			color: #ee8e05;
		}
		
		#card a.brown {
			color: #6b2b03;
		}

		#card a.green {
			color: #699914;
		}

		#card a.blue {
			color: #1a89d5;
		}



#brick {
	display: inline-block;
	vertical-align: top;

	width: 15%;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
	min-height: 400px;
	padding: 0px 10px;

}

#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;
			}




#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;	
		}



#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(../images/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 {
				max-width: 400px;
				display: inline-block;
				font-family: Montserrat;
				font-size: 40px;
				line-height: 40px;
				font-weight: bold;
				color: #494849;
				vertical-align: middle;
				margin-left: 40px;
			}

	
#column {
	width: 260px;
	display: inline-table;
	vertical-align: top;
	margin-right: 30px;
}

	#column.noRightMargin {
		margin-right: 0px;
	}
	
	#column #heading {
		background-color: #f4f4f4;
		background: url(../images/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(../images/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#submenu_PFL_Charts_Header {
    width: 85%;
    }
		#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(../images/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;
	}
	
#tailor {
	background: linear-gradient(#1a89d5, #4ca8e8);
	padding: 40px 0 60px 0;
}

	#tailor #wrap {
		width: 1068px;
		margin: 0 auto;
	}

	#tailor.sub #label {
		display: none;
	}
	
	#tailor.sub #circles {
		width: 100%;
	}
	
	#tailor a {
		border-bottom: 0px;
	}

	#tailor #label {
		margin-left: 70px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 770px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 21px;
		line-height: 38px;
		color: #ffffff;
	}

	#tailor #circles {
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: 200px;
		display: inline-table;
		vertical-align: middle;

		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		
	    -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(../images/heading-bg-hover.gif) bottom repeat-x;
			opacity: 1;	
		}

		
		#tailor #circles a {
			color: #ffffff;
			text-decoration: none;	
		}


.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;
    }
    
#embed iframe {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.third {
    width: 30%;
    display: inline-table;
    vertical-align: top;
}

.twoThirds {
	width: 60%;
    display: inline-block;
    vertical-align: top;
}

.threeFourths {
	width: 65%;
    display: inline-block;
    vertical-align: top;
}

.fourth {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.form-text, .wpcf7-form-control {
	width: 93%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 5px;
}

.form-button, .wpcf7-submit {
	border: 0px;
	border-radius: 6px;
	background-color: #f48744;
	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;
	}

#footer {
	margin-bottom: 40px;	
}

	#footer a {
		border-bottom: 0px;
	}

	#footer #wrap {
		width: 90%;
		max-width: 1068px;
		margin: 0 auto;
		padding-bottom: 50px;
		text-align: center;
	}
	
	#footer #map {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
		margin-top: 0px;	
		
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		text-transform: uppercase;
	}
	
		#footer #map img {
			width: 80%;
		}
	
	#footer #awards
	{
		display: inline-table;
		vertical-align: middle;
		width: 50%;		
	}	
	
		#footer #awards #postcard {
			background: url(../images/star.png) right no-repeat;
			background-size: contain;
			width: 609px;
			height: 356px;
			text-align: center;
		}
		
			#footer #awards #postcard #icon {
				display: inline-table;
				width: 160px;
				vertical-align: top;
				margin-top: 95px;
				margin-left: 95px;
			}
			
				#footer #awards #postcard #icon img {
					width: 90%;
					box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
				}
			
			#footer #awards #postcard #letter {
				display: inline-table;
				width: 270px;
				vertical-align: top;
				margin-top: 95px;
				margin-left: 5px;
				transform: rotate(-8deg);
				min-height: 280px;
			
				font-family: 'Montserrat';
				font-size: 16px;
				line-height: 24px;
				font-weight: normal;

			}

	#footer #associations {
		text-align: center;
		
		width: 90%;
		margin: 0 auto;
		
		font-family: 'Montserrat';
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
		text-transform: uppercase;
		color: #494849;
	}
	
		#footer #associations img {
			vertical-align: middle;
			margin: 0px 15px;
		}
		
	#footer #links {
		text-align: center;
		
		font-family: 'Montserrat';
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		
	}
	
		#footer #links a {
			display: inline-block;
			color: #494849;
			text-decoration: none;
			margin: 0px 10px;
			border-bottom: 1px dashed #fff;
		}
		
			#footer #links a:hover {
				color: #7936cc;
				border-bottom: 1px dashed #494849;
			}
		
	#footer #copyright {
		margin-top: 10px;
		text-align: center;
		color: #494849;
		
		font-family: 'Montserrat';
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		
	}



	#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;
			
		}
		
	#utility {
		padding: 30px 0px 50px 0px;
		text-align: center;
		
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 1px;
		color: #000000;
		text-align: center;
	}
	
		#utility a {
			color: #000000;
			text-decoration: none;
		}
		
			#utility a:hover {
				color: #6d2103;
			}
	
		#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 --*/

#form
{
	
	
}

	#form input[type=text], #form input[type=date], #form textarea, #form select {
		font-size: 22px;
		padding: 4px;
		box-shadow: 0px 0px 15px #ccc;
		border: 0px;
		width: 100%;
	}
	
	#form input[type=checkbox] {
		width: 20px;
		height: 20px;
	}
	
	#form .button {
		display: inline-table;
		padding: 10px 30px;
		border-radius: 10px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
		text-decoration: none;
		width: auto;
		margin: 10px;
		border: 0px;
		
		background-color: #823cd9;
		color: #fff;
		
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		
				
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    -webkit-transition: all 0.2s linear;
	    transition: all 0.2s linear;

	}
				
			#form .button:hover {
				opacity: 0.7;			
			}

	
	#form .caption {
		font-size: 16px;
		font-weight: bold;
		color: #800080;
	}
	
#photogallery
{
	text-align: center;	
}

	#photogallery img {
		width: 31%;
		max-height: 400px;
		vertical-align: top;
		margin: 4px;
		margin-bottom: 4px;
		box-shadow: 0px 0px 10px #333;
	}


#back a
{
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #178feb;
}

	#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(../images/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(../images/arrow-down.png) right 40px no-repeat;
		
		max-height: 1000px;
		overflow: hidden;
	}

.center {
	text-align: center;
}
	
.columnHalf {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

	.columnHalf.marginRight {
		margin-right: 20px;
}


.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 .icon img {
			border-radius: 20px;
		}

	.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;
	}
	

.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;
}

/*-- FONTS --*/

h1 {
	font-family: 'Satisfy', 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 68px;
	line-height: 68px;
	color: #494849;
}

h2 {
	font-family: 'Satisfy', sans-serif;
	font-weight: normal;
	font-size: 55px;
	line-height: 72px;
	margin-bottom: 10px;
	color: #494849;
}

h3 {
	font-family: 'Satisfy', 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 32px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 10px;
	color: #494849;
}

h4 {
	font-family: 'Satisfy', 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
	color: #494849;
}

h5 {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #494849;
}


.highlight {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
}

.bodytext {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

strong {
	font-weight: 700;
}

.center {
	text-align: center;
}

.pop {
	color: #d4111a;
}

.cB {
	color: #0000FF;
}

.cR {
	color: #792720;
}

.cY {
	color: #836414;
}

.cG {
	color: #4d5a11;
}

a {
	text-decoration: none;
	color: #1a89d5;
	font-weight: bold;
	border-bottom: 1px dashed #1a89d5;
}

	a.button {
		display: inline-table;
		padding: 10px 30px;
		border-radius: 10px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
		text-decoration: none;
		width: auto;
		margin: 10px;
		
		font-family: 'Montserrat';
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
		
	a.cta {
		display: inline-table;
		padding: 10px 30px;
		border-radius: 10px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
		text-decoration: none;
		width: auto;
		margin: 10px;
		
		background-color: #823cd9;
		color: #fff;
		
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		
				
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    -webkit-transition: all 0.2s linear;
	    transition: all 0.2s linear;

	}
		
		a.cta:hover {
			opacity: 0.7;
		}
		
		
@media only screen and (max-width: 1221px) {


	#header {
		width: 100%;
	}
	
		#header #logo {
			margin-left: 0px;
			margin-top: 30px;
			margin-right: 0px;
			margin-bottom: 0px;
			padding-top: 20px;
			width: 100%;
			display: block;
			vertical-align: middle;
			
			text-align: center;
		}
		
		#header #navigation {
			width: 100%;
			display: inline-table;
			vertical-align: middle;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 60px;
			text-align: center;
		}
		
			#header #navigation ul li {
				margin-right: 20px;
			}
			
	#header #shout {
		display: none;
	}
			
	
	#header #action {
		background-color: #7936cc;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		position: absolute;
		top: 0px;
		left: 50%;
		width: 500px;
		margin-left: -270px;
		margin-right: 40px;
		text-align: center;
		
		color: #fff;
		font-family: 'Montserrat', sans-seif;
		font-weight: bold;
		padding: 10px 20px;
		
		white-space: nowrap;
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}


	#footer #map {
		display: inline-block;
		vertical-align: middle;
		width: 70%;
		margin-top: 0px;	
		margin: 0 auto;
		text-align: center;
	}
	
	.twoThirds {
		width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}

	.threeFourths {
		width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}
	
	.fourth {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}


}

		


@media only screen and (max-width: 910px) {

	#page {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
	}
	
	#full {
	
	
	}
	
		#full.sand {
			padding-bottom: 60px;
		}
		
		#full.sand .columnHalf {
			width: 100%;
		}
		
		#full.sand img {
			float: none;
		}
	
	#header {
		width: 100%;
	}
	
		#header #logo {
			margin-left: 0px;
			margin-top: 30px;
			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 #navigation {
		display: none;
	}
	
	#header #navigationControl {
		display: inline;
	}
	
	#header #navigationBar {
		display: inline;
	}
		
		#header #navigationBar #marginWrap {
			padding-top: 20px;
			padding-bottom: 40px;
			display: block;
		}



	.banner {
		margin-bottom: 160px;
	}
	
		#banner #tag {
			text-align: center;
		}


	#block {
		width: 100%;
		display: inline-table;
		vertical-align: top;
		margin-right: 30px;
	}
	
		#block.noRightMargin {
			margin-right: 0px;
		}
		
		#block #heading {
			background-color: #f4f4f4;
			background: url(../images/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;
		}
	
	
	#brick {
		display: inline-block;
		vertical-align: top;
	
		width: 45%;
		margin: 0 auto;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 20px;
		min-height: auto;
		padding: 0px 10px;
	
	}

	
	
	#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-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-top: 40px;
			padding-bottom: 20px;
			width: 100%;
			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: 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;
	
		}
		
			.home #tailor #circles {
				padding-top: 20px;
				padding-bottom: 40px;
			}
		
			#tailor #circles #circle img {
				margin-bottom: 7px;
				width: 100px;
			}
			
			#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(../images/heading-bg-hover.gif) bottom repeat-x;
				opacity: 1;	
			}
	
			
			#tailor #circles a {
				color: #ffffff;
				text-decoration: none;	
			}

	
	
	#footer {
		
	}
	
		#footer #map {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			margin-top: 0px;	
			margin: 0 auto;
			text-align: center;
		}
					
		#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;
			}
			
	.columnHalf {
		width: 100%;
	}
			
	.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%;
	}

}
