/* styles for design 3
colors set in separate css file
*/

body {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
}

#main {
	max-width: 60em; /*960px;*/
	margin: 0 auto;
	padding: 0;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	/* background-image - see separate color stylesheets */
}

a:link, 
a:visited, 
a:hover, 
a:active  {
	text-decoration: none;
}

header {
	height: 7.500em;
	max-width: 100%;
	margin: 0;
	padding: 2.500em 0 1.25em 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	background-size: 13.125em /* img size: 210x178px */
	/* background-image - see separate color stylesheets */
}

@media (min-width: 691px) and (max-width:800px) {
	header {
		background-size: 25%;
	}
	
}

	header h1 {
		float: left;
		max-width: 50%;
		font-size: 1.5em;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: .03em;
		text-transform: uppercase;
		margin: 0.5em 0 0 25%;
		min-width: 300px;
	}

	header h3 {
		float: left;
		max-width: 40%;
		font-size: 100%; /*1em;*/
		font-weight: normal;
		text-align: left;
		margin: 0.313em 0 0 25%;
		padding-right: 1.875em;
		min-width: 300px;
	}
	
	header .social-media {
		float: right;
		max-width: 25%;
		margin: -1.563em 0 0 0;
		list-style-type: none;
		padding: 0 1.5em 0 0;
	}

	header .social-media li {
		display: inline;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	header .social-media a {
		display: block;
		width: 3.375em;
	}
	
	header .social-media .menu-icon { /* only displays on 480px or smaller viewports */
		display: none;
		float: right;
	}

	.header-content {
		margin-top: 0;
	}

	.social-tagline {
		margin-left: 13%;
	}

		@media (min-width:768px) {
			.social-tagline {
				margin-left: 0;
			}
		}

#left-col {
	width: 22%;
	margin: 0 0 0 0;
	height: auto;
	background: none;
	padding: 0;
	float: left;
}

	nav {
		/*position: fixed;*/
		float: right;
		max-width: 90%;
		text-align: right;
		margin: 0;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.85em;
		letter-spacing: .05em;
		width: 180px;
	}

	@media (min-width: 691px) and (max-width:800px) {
		nav {
			max-width: 100%;
			font-size: .75em;
		}
		
		nav .social-menu {
			clear: both;
			margin-top: 1em;
			max-width: 100%;
		}
	}	
	
	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	nav ul li {
		float: right;
		clear: both;
	}

	nav ul a {
		display: block;
		float: right;
		padding: 0 0 0.938em 16px;
		text-decoration: none;	
	}
	
	nav a:link, 
	nav a:visited, 
	nav a:hover, 
	nav a:active {
		text-decoration: none;	
	}
	
	nav a:active {
		font-weight: bold;
		padding-left: 0px;
	}

#member-logo {
	position: absolute;
	left: 1em;
	bottom: 1.5em;
	margin: 0;
}

#center-col {
	max-width: 38%; 
	margin: 0 0 1.250em 2.500em;
	min-height: 370px;;
	padding: 0;
	display: inline-block;
	text-align: left;
	background-color: rgba(255,255,255,0.8);
	font-size: 1.2em;
}

	#center-col h2 {
		font-size: 1.5em;
		letter-spacing: .04em;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: .5em;
	}
	
	#center-col p,
	#center-col table,
	#center-col ul,
	#center-col ol,
	#center-col label,
	#center-col input,
	#center-col textarea,
	#center-col select {
		font-size: .65em;
		letter-spacing: 0.047em;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 1.5em;
	}
	
	#center-col .mobi-right-img {
		display: none;
	}

#right-col {
	max-width: 24%;
	float: right;
	overflow: hidden;
}

	#horizontal-bar {
		position: relative;
		top: 9.25em;
		max-width: 60%;
		height: 19.25em;
		display: block;
		float: right;
		padding-right: 15px;
	}

	@media (max-width: 961px) {
		#horizontal-bar {
			top: 8.5em;
			max-width: 60%;
			padding-right: 15px;
			max-height: 17.825em;
		}
	
	}

	@media (max-width: 900px) {
		#horizontal-bar {
			top: 8em;
			max-width: 60%;
			padding-right: 15px;
			max-height: 16.825em;
		}
		
	}

	@media (max-width: 870px) {
		#horizontal-bar {
			top: 12vw;
		}
		
	}

	@media (max-width: 780px) {
		#horizontal-bar {
			top: 5em;
			height: 14em;
		}	
	}

	@media (max-width: 720px) {
		#horizontal-bar {
			top: 8vw;
		}	
	}


	#horizontal-bar h3 {
		font-size: .95em;
		font-weight: bold;
		color: #fff;
		text-align: left;
		margin-bottom: 0;	
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: .025em;
	}

	#horizontal-bar p {
		clear: both;
		font-size: 0.7em;
		color: #fff;
		line-height: 1.5em;
		text-align: left;
		margin-top: 0.5px;
	}
	
	#horizontal-bar img {
		/* no room for image in this design */
	}
	
	#horizontal-bar a, 
	#horizontal-bar a:visited {
		text-decoration: underline;
		font-style: italic;
	}
	
	#horizontal-bar-mobi { /* only displays on 480px or less viewports */
		display: none;
	}
	
#member-logo-mobi { /* only displays on 480px or less viewports */
	display: none;
}

footer {
	overflow: visible;
	clear: both;
	margin-top: 4em;
	margin-bottom: 0.5em;
	max-width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: .86em;
	text-align: center;
	letter-spacing: 0.094em;
	position: relative;
	padding-bottom: 1em;
}

	footer h4 {
		font-size: 0.54em;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	footer p {
		font-size: 0.54em;
	}
	
	footer .gradient-bar {
		height: 0.625em;
		max-width: 100%;
		margin: 0;
	}

.no-wrap {
	text-wrap: none;
}
