/* author: Steve Raskin, FCV*/

/* NORMALIZE: http://html5boilerplate.com/html5boilerplate-site/built/en_US/docs/css/ */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section	{ display: block; }
audio, canvas, video	{ display: inline-block; }

.lt-ie8 audio,
.lt-ie8 canvas,
.lt-ie8 video	{ display: inline; zoom: 1; }

audio:not([controls]) { display: none; }
[hidden] { display: none; }

::selection			{ background: #666; color: #fff; text-shadow: none; }
::-moz-selection	{ background: #666; color: #fff; text-shadow: none; }

/* Typography */
abbr[title]	{ border-bottom: 1px dotted; }
b, strong	{ font-weight: bold; }
blockquote	{ margin: 1em 40px; }

dfn	{ font-style: italic; }
hr		{ clear: both; display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins	{ background: #ff9; color: #000; text-decoration: none; }
mark	{ background: #ff0; color: #000; font-style: italic; font-weight: bold; }

code, kbd, pre, samp	{ font-family: monospace, serif; font-size: 1em; }

pre	{ white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q	{ quotes: none; }
q:before,
q:after	{ content: ""; content: none; }
sub,
sup	{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup	{ top: -0.5em; }
sub	{ bottom: -0.25em; }
svg:not(:root)	{ overflow: hidden; }

hr	{ margin: 0; }

/* ============ right, moving on ... ============ */
*		{ margin: 0; padding: 0; }
html,
body	{
	height: 100%;
	font-family: "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	color: #333;
	background: #202020;
	}

html	{ font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /*font-size: 10px; */}
body	{ /*font-size: 12px;*/ line-height: 1.5em; }

ul			{ }
img		{ -ms-interpolation-mode: bicubic; /* vertical-align: middle; */}
a img	{ border: 0 none; }

a, a:visited	{ text-decoration: none; outline: none; }

h1, h2, h3, h4, h5, h6, h7	{ font-style: normal; }


/* ============ FONTS ============ */
/* I prefer adding clearfix selector rules in the CSS to adding '.clearfix' class to html elements all over the place */
/* 	Use the older (PIE?) vsn. if supporting IE7 (Nicolas Gallagher's 'Micro Clearfix' is ostensibly more concise but requires more selectors/rules) */
.clearfix:after		{ clear: both; display: block; height: 0; content:"."; visibility:hidden; }

/* however, if not supporting IE7, use Thierry's 'latest new' version: */
.clearfix:after		{ clear: both; 	display: table; content: ""; }


/* ====================================   LAYOUT > COMMON ELEMENTS   ==================================== */

#container	{ min-height: 100%; margin: 0 auto; background: #fff; overflow: hidden; }

/* ============   HEADER   ============ */
header						{ width: 100%; position: fixed; top: 0; height: 66px; background: #fff; /*box-shadow: 0 6px 6px 0 #ccc;*/ z-index: 90; }
.touch header { position: static; }

header nav				{ width: 100%; margin: 0 auto 90px auto; text-align: center; }
header nav:after	{ clear: both; 	display: table; content: ""; }

header nav ul				{ display: inline-table; /* centering w/out width */}
header nav ul:after	{ clear: both; 	display: table; content: ""; }
header nav li		{
	/*display: inline; req for centering? */
	display: block;
	float: left;
	height: 66px;
	line-height: 66px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 2.1em;
	}

header nav li:hover			{ transition: height 1.5s; -webkit-transition: height 1.5s; }
header nav li.selected	{ height: 75px; z-index: 99; }
header nav li a					{ display: block; color: #fff; }
header nav li a:hover		{ text-decoration: none; }

li#logo				{ }
li#logo img		{ vertical-align: middle; margin-top: -6px; }


li#board-ceo-link	{ /* width: 175px; */ background: #f4ae34; }
li#regions-link			{ /* width: 140px; */ background: #1797d6; }
li#employees-link	{ /* width: 160px; */ background: #ce275f; }
li#results-link			{ /* width: 215px; */ background: #8fc23f; }
li#foundation-link	{ /* width: 260px; */ background: #05528a; }
li#opportunity-link	{ /* width: 220px; */ background: #1b69b3; }


/* ============ SECTIONS ============ */
div#sections			{ clear: both; margin-top: 69px; z-index: 72; }

section						{ clear: both; /*width: 1400px;*/ margin: 0 auto; }
section .inner			{ width: 960px; margin: 0 auto; }


/* ============ SECTION HEADERS ============ */
h1				{ clear: both; height: 150px; line-height: 150px; text-align: center; font-weight: 300; font-size: 70px; color: #fff; }
.anchor		{ display: block; height: 60px; /* header height + ? for gap */ margin-top: -60px; /* header height + ? for gap */ visibility: hidden; }

section#annual-report-vid h1				{ color:  #02538b; background: transparent; }
section#annual-report-vid h1 span	{ color:  #8fc442; font-weight: 700; }

section#board-ceo h1					{ background: #f4ae34; margin-bottom: 96px; }
section#regions h1							{ background: #1797d6; width: 100%; }
/*#regions .region#envision	{ width: 100%; box-shadow: inset -150px 0 75px #eaeaea; }*/


section#employees h1					{ background: #ce275f; }
section#results h1							{ background: #8fc23f; }
section#foundation h1					{ background: #05528a; }
section#opportunity h1					{ background: #1b69b3; height: 210px; line-height: 210px; }


/* ============ SECTION 1: Annual Report ============ */
#annual-report-vid					{ background: #fff url('../img/bg_confetti_1331x1084.gif') center 105px no-repeat fixed; padding-bottom: 125px; }
.touch #annual-report-vid { background-attachment: scroll; }

#annual-report-vid .video	{ display: block; margin-bottom: 42px; }
#annual-report-vid p				{ margin: 0; font-size: 24px; font-weight: 300; font-style: italic; color: #4c4c4c; line-height: 1.2em; }


/* ============ SECTION 2: Board & CEO ============ */
#board-ceo	{ background: #f5f1eb url('../img/bg_board&ceo_1012x543.png') center center no-repeat fixed; }
.touch #board-ceo { background-attachment: scroll; }

#board-ceo .inner	{ width: 630px; padding-bottom: 90px; }
#board-ceo a		{ color: #04528a; }
#board-ceo h2	{ margin-bottom: 45px;  font-weight: 600; font-size: 40px; color: #04528a; }
#board-ceo .inner p,
#board-ceo .inner li	{ font-size: 16px; color: #333; margin-bottom: 30px; line-height: 1.4em; }

/* use .inner because the tabs are marked up as <li>s	*/
#board-ceo .inner ul		{ margin-left: 1.5em; list-style: disc outside; }

div.signatures				{ clear: both; margin-bottom: 90px; }
div.signatures:after		{ clear: both; 	display: table; content: ""; }

div.signature		{ float: left; width: 300px; }

#board-ceo .signature p		{ /* override */ margin-bottom: .3em; line-height: 1.2em; font-size: 14px; }
.signature img.signature	{ height: 37px; margin-bottom: 18px; }

#board-ceo .inner p.exec			{ font-style: italic; font-weight: 700; }
#board-ceo .inner p.exec-title	{ color: #777; }
#board-ceo p.ps	{ font-style: italic; color: #666; }

/* Board of Directors & Leadership Team */
div#board-and-leaders		{ background: #fff; }

#board-and-leaders .tabs-wrapper	{ background: #f5f2ed; }
#board-and-leaders ul.tabs			{ width: 960px; margin: auto; list-style: none; margin-bottom: 60px; }
#board-and-leaders .tabs:after	{ clear: both; 	display: table; content: ""; }

#board-and-leaders .tabs li						{ float: left; margin-right: 72px; font-size: 1.65em; line-height: 60px; border-bottom: 5px solid #f5f2ed; }
#board-and-leaders .tabs a						{ color: #b4b4b4; }
#board-and-leaders .tabs li.selected		{ border-bottom: 5px solid #f4ae34; }
#board-and-leaders .tabs li.selected a	{ color: #f4ae34; }

/* portrait grids */
#board-and-leaders .portraits				{ width: 960px; margin: auto; }
#board-and-leaders .portraits:after	{ clear: both; 	display: table; content: ""; }
#board-and-leaders .portraits .portrait				{ float: left; width: 120px; margin-bottom: 3em; margin-right: 48px; }
#board-and-leaders .portraits .portrait.last		{ margin-right: 0; }
#board-and-leaders .portraits img		{ width: 120px; }
#board-and-leaders .portraits a		{ pointer-events: none; }

/* exec titles are long, ergo they wrap, ergo we need a pseudo-row wrapper */
.pseudo-row				{ clear: both; width: 960px; }
.pseudo-row:after	{ clear: both; 	display: table; content: ""; }


#board-and-leaders p.exec,
#board-and-leaders p.exec-title		{ font-size: .9em; }

/* wrap & center */
#board-ceo .links	{ padding: 75px 0; text-align: center; }
#board-ceo .links	{ background: #f3f0eb; }

#board-ceo .links .inner	{ width: 490px; margin: auto; padding: 0; text-align: center; }
#mda .links .inner				{ width: 490px; margin: auto; padding: 0; text-align: center; }

.links .inner:after		{ clear: both; 	display: table; content: ""; }
.links h3	{ font-weight: 300; margin-bottom: 40px; font-size: 48px; color: #666; }

#board-ceo .links h3	{ color: #666; }
#mda .links h3				{ color: #4e7317; }

.links .link-wrapper		{ display: block; float: left; margin-right: 20px; /*jQ killing the margin on the last one*/}
.links .link-wrapper.last		{ margin-right: 0; }
.links .link-wrapper p	{
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	margin: 0; /* override*/
	border-radius: 50%;
	}

#board-ceo .link-wrapper p	{ background: #f4ae34; }
#mda .link-wrapper p				{ background: #8ec23f; }

#board-ceo .link-wrapper a,
#mda .link-wrapper a		{ color: #fff; }

/* ============ SECTION 3: REGIONS ============ */
/* section#regions	{ background: #333645 url('../img/bg_map_1400x1215.jpg') center 0 no-repeat fixed; background-size: 100%; } */
section#regions	{ background: #333645; }

															
/* Regions > SUBHEAD Navs */
#regions .subhead						{ height: 150px; border-bottom:1px solid #ccc; background: #fff; }
#regions .subhead.envision	{ margin-bottom: 1px; }
#regions .subhead .inner			{ width: 960px; height: 150px; margin: auto; }
#regions .subhead .switch	{
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	margin: 62px 64px 0 0;
	text-indent: -999em;
	background: #fff url('../img/icon_expand_collapse_88x44.gif') 0 0 no-repeat;
	}
#regions .switch.open	{ background-position: -44px 0; }

#regions .subhead .logo		{ display: block; float: left; margin-top: 48px; }
#regions .subhead .logo.envision		{ margin-right: 60px; }
#regions .subhead .logo.valleyfirst	{ margin-right: 35px; }

#regions .subhead ul					{ display: block; float: left; min-height: 24px; margin-top: 72px; }
#regions .subhead ul:after		{ clear: both; 	display: table; content: ""; }
#regions .subhead li					{ display: block; float: left; margin: 0 20px 0 0; padding-bottom: 6px; }
#regions .subhead li.active		{ border-bottom: 3px solid #1897d5; }

#regions .subhead li a		{ float: left; font-size: 16px; color: #1897d5; }

#regions .subhead li.fb-link			{ margin: 0 10px 0 60px; }
#regions .subhead li.tweet-link	{ margin: 0; }

#regions .subhead li.fb-link a,
#regions .subhead li.tweet-link a		{ text-indent: -999em; height: 24px; background-image: url('../img/icon_fb_twitter_107x24.gif'); }

#regions .subhead li.fb-link a			{ width: 51px; height: 24px; background-position: 0 0; }
#regions .subhead li.tweet-link a		{ width: 56px; height: 20px; background-position: -51px 0; }

/* Regions: CONTENT */
.region .content				{ padding: 27px 0; background: #333645; }
.region .content.open	{ /*display: block;*/ }

/*
	.screen [ in all sliders ] = constrains visible slide(s);
	#regions slider is the sole exceptional slider in that the 'last' slide is visible left of the centered/focus slide
*/
/*#regions .screen	{ width: 100%; margin: 0 auto; position: relative; }	*/
.screen	{ clear: both; width: 100%; margin: 0 auto; position: relative; overflow: hidden; }

/* ALL slide controls/arrows */
div.slide-controls						{ position: absolute; left: 50%; z-index: 81; }
.slide-controls .arrow				{ width: 50px; height: 50px; position: absolute; text-indent: -999em; }
.slide-controls .arrow.left		{ left: 0; background: transparent url('../img/arrows_100x50.png') 0 0 no-repeat; }
.slide-controls .arrow.right		{ right: 0; background: transparent url('../img/arrows_100x50.png') -50px 0 no-repeat; }

/* customize slide controls/arrows */
#regions .slide-controls	{ width: 788px; height: 369px; margin-left: -394px; }
#regions .arrow					{ top: 369px; }

/* slides */
ul.slides				{ list-style: none; position: relative; overflow: hidden; z-index: 1; }
ul.slides:after		{ clear: both; 	display: table; content: ""; }

/* ALL slider <li>s = page/panel */
.slides li	{ display: block; float: left; position: relative; }

/* customize slide controls/arrows */
#regions .slides li	{ width: 740px; height: 792px; color: #2d2415; background: #fff; box-shadow: inset -150px 0 75px #eaeaea; }

.slides .title-page	{ text-align: center; }
#envision .slides .title-page,
#envision .slides .community-pics		{ color: #fff; background: #009cde url('../img/bg_panel_envision_740x792.jpg') 0 0 no-repeat; box-shadow: none; }

#valleyfirst .slides .title-page,
#valleyfirst .slides .community-pics		{ color: #fff; background: #009cde url('../img/bg_panel_vf_740x792.jpg') 0 0 no-repeat; box-shadow: none; }

.slides .community-pics img				{ width: 150px; margin: 0 30px 30px 0; border: 6px solid #fff; }
.slides .community-pics img.last		{ margin-right: 0; }


#regions .slides li .inner	{ width: auto; /*!*/ margin: 102px 60px auto; }

#regions .slides li h3		{ margin-bottom: 30px; font-weight: 300; font-size: 30px; color: #003666; line-height: 1.2em; }
#regions .slides li h4		{ margin: 0  0 12px 0;  font-weight: 700; font-size: 16px; color: #0079c1; line-height: 1.2em; }

.slides li p					{ font-size: 16px; line-height: 1.2em; margin-bottom: 30px; }
#regions .slides .title-page p	{ font-size: 22px; line-height: 1.2em; text-align: left; }

.slides .title-page .inner					{ width: 429px; margin: 150px auto 0 auto; }
.slides .community-pics .inner		{ width: 625px; margin: 102px auto 0 auto; }
.slides .title-page .hdr		{ margin-bottom: 40px; }

#regions .slides li ul	{ list-style: disc; margin-bottom: 30px; font-size: 16px; }
.slides li .left,
.slides li .right	{ float: left; width: 288px; margin-right: 15px; }
.slides li .right	{ margin-right: 0; }

#regions .slides li li		{ float: none; width: auto; height: auto; line-height: 1.5em; background: transparent; box-shadow: none; }

#regions img.lbg					{ position: absolute; bottom: 30px; right: 30px; }

#map_canvas { height: 715px; width: 100%; }


/* ============ SECTION 4: EMPLOYEES ============ */
section#employees	{ min-height: 1400px; background: #fff url('../img/bg_employees_section_1400x937.jpg') center 0 no-repeat fixed; background-size: 100%; }
.touch section#employees { background-attachment: scroll; background-size: 100% 100%; }


#employees .screen-wrapper		{ background: #fff; margin-bottom: 150px; }
#employees .screen						{ }
#employees .slide-controls			{ width: 944px; height: 225px; margin-left: -472px; }
#employees .arrow							{ top: 201px; }
#employees .slides li						{ width: 900px; height: 450px; margin-left: 30px; }
#employees .slides li .inner				{ width: auto; margin: 75px auto auto 45px; }
#employees .slides li .inner:after	{ clear: both; 	display: table; content: ""; }

#employees img.employee			{ float: left; height: 345px; margin-right: 20px; }
/* slide width: 900px; widest employee pic is ~150px + 20px margin + 80px margin on .inner ... ergo quote-wrapper is  */
div.employee-quote-wrapper	{ float: left; width: 555px; }

div.speechbubble-wrapper		{
	width: auto;
	min-height: 60px;/*!!!*/
	margin-bottom: 20px;
	background: #fff url('../img/speech_bubble_triangle_41x28.png') left 30px no-repeat;
	}

div.speechbubble		{ margin-left: 30px; padding: 15px 30px; color: #fff; background: #ce275f; border-radius: 15px; }

/*override .slides li p*/
.slides .speechbubble p	{ margin: 0; }
div.employee-citation		{ clear: both; }

.slides .employee-citation p		{ margin: 0 0 0 30px; }
p.employee-name							{ font-style: italic; font-weight: 700; font-size: 16px; color: #ce275f; }
p.employee-title,
p.employee-location						{ font-size: 16px; color: #787878; }

div.facts-blocks		{ width: 960px; margin: 0 auto; text-align: center; }


/* ============ SECTION 5: FINANCIAL RESULTS ============ */
section#results		{ min-height: 600px; background: #fff url('../img/bg_results_1400x933.jpg') center 0 no-repeat fixed; background-size: 100%; }
.touch section#results { background-attachment: scroll; }


#results h1				{ margin-bottom: 75px; }
#results .intro ul	{ width: 960px; margin: 0 60px 0; margin: 0 auto 75px; font-style: italic; font-size: 24px; line-height: 1.5em; color: #467500; }

div#scorecard	{ padding: 90px 0 75px; text-align: center; background: #fff; }
#scorecard h2	{ margin-bottom: 25px;  font-style: normal; font-weight: 300; font-size: 48px; color: #b2b2b2; }

/* Management's Discussion &amp; Analysis */
#mda			{ padding-top: 90px; background: #f3fad9; }
#mda h2	{ margin: 0 auto 75px; text-align: center;  font-style: normal; font-weight: 300; font-size: 48px; color: #4e7317; }

#mda .inner	{ width: 960px; height: auto; margin: auto; }

/* #mda .subhead ul = TABS */
#mda .subhead				{ margin-bottom: 20px; background: transparent; }
#mda .subhead:after	{ clear: both; 	display: table; content: ""; }

#mda .subhead ul		{ width: 100%; margin: 0; list-style: none; text-align: left; }
#mda .subhead li			{ float: left; }
#mda .subhead li:hover,
#mda .subhead li.selected	{ background: #fff; }
#mda .subhead li a		{ display: block;  padding: 9px 30px; font-style: normal; font-size: 18px; color: #04528a; }

#mda .screen-wrapper		{ background: transparent; margin-bottom: 75px; }

#mda .slide-controls					{ width: 900px; height: 120px; margin-left: -450px; }
#mda .slide-controls .arrow	{ top: 69px; }

#mda .slides > li				{ width: 960px; height: 690px; margin: 0 15px 30px; background: #fff; box-shadow: 3px 3px 15px 0 #d2d2d2; }
#mda .slides li .inner		{ width: auto; /*!*/ margin: 60px 105px; }

#mda .slides li .inner		{ width: auto; /*!*/ margin: 60px 105px; }
#mda .slides li h3,
#mda .slides li h4	{ margin-bottom: 15px; font-weight: 300; color: #04528a; line-height: normal; }
#mda .slides li h3	{ font-size: 60px; line-height: 60px; }
#mda .slides li h4	{ font-size: 30px; line-height: 30px; }

#mda .slides li ul		{ margin: 0 0 45px; font-size: 16px; }
#mda .slides li li		{ clear: both; display: block; float: none; margin-bottom: .9em; }

#mda .testimonial				{ clear: both; }
#mda .testimonial:after	{ clear: both; 	display: table; content: ""; }
#mda .employee-quote-wrapper		{ /*width: 640px; */ width: auto;/*!*/ }
/*#mda .speechbubble-wrapper		{ min-height: 34px;/*!!!*/ /*background: transparent url('../img/speech_bubble_triangle_21x17.png') left 30px no-repeat; }*/
#mda .speechbubble-wrapper		{ min-height: 34px;/*!!!*/ background-image: none; }
#mda .speechbubble							{ margin-left: 0; /*width: 600px;*/ background: #f5ae34; }
#mda .slides .employee-citation p	{ margin: 0; }


#mda img.employee	{ float: left; height: 345px; margin-right: 20px; display: none; }

#mda .links h3	{ color: #4e7317; line-height: normal; }

#mda .links		{ padding-bottom: 75px; text-align: center; }
#mda .links .link-wrapper img	{ margin-top: 6px; }

/* ============ SECTION 6: FOUNDATION ============ */
section#foundation		{ background: #fff; }

#foundation .screen-wrapper		{ background: #f0f6fa; margin-bottom: 60px; }
#foundation .screen					{ }
#foundation .slide-controls	{ width: 900px; height: 135px; margin-left: -450px; }
#foundation .arrow						{ top: 105px; }
#foundation .slides,
#foundation .slides li					{ width: 900px; height: 450px; }
#foundation .slides li .inner	{ width: auto; margin: 75px 120px; text-align: center; }

#foundation .slides h2.slide-hdr	{
	display: inline-table;
	height: 105px;
	margin-bottom: 30px;
	padding-left: 195px;
	font-weight: 300;
	font-size: 105px;
	line-height: 105px;
	color: #04528a;
	background: transparent url('../img/icon_foundation_164x105.png') 0 0 no-repeat;
	}

#foundation .slides h3	{ font-weight: 300; font-size: 36px; line-height: 1.2em; color: #04528a;  }


#foundation .history					{ min-height: 540px; background: #fff url('../img/bg_foundation_404x383.png') center center no-repeat; }
#foundation .history p				{ float: left; width: 280px; margin-right: 60px; font-size: 16px; line-height: 24px; color: #666; }
#foundation .history p.intro	{
	float: none;
	width: auto;
	margin-bottom: 60px;
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	color: #04528a;
	line-height: 30px;
	}

#foundation .history p.last { margin-right: 0 }


/*	COMMUNITY PICS SLIDER		*/
/* override the first slider in #foundation */
#foundation .community.screen-wrapper	{ margin-bottom: 0; padding: 60px 0; background: #e8eef2; }
.community.screen-wrapper .inner					{ width: 1120px; margin: auto; }
.community.screen-wrapper .inner h2			{ margin: 0 0 30px 80px; font-weight: 300; font-size: 36px; color: #04528a; }

#foundation .community .screen					{ height: 642px; /*re: box shadow on pics */ margin-bottom: 0; }
#foundation .community .slide-controls	{ width: 1120px; height: 330px; margin-left: -560px; }
#foundation .community .arrow					{ top: 270px; }
#foundation .community .slides,
#foundation .community .slides li		{ width: 1120px; height: 642px; /*re: box shadow on pics */ margin: 0 0 30px; }
#foundation .community li .inner			{ width: 960px; margin: auto; padding: 15px; }
#foundation .community li img				{ width: 948px; height: 600px; border: 6px solid #fff; box-shadow: 3px 3px 12px 3px #ccc, -3px -3px 12px 3px #ccc; }


#foundation .partners				{ margin-bottom: 0; padding: 0 0 75px; background: #e7edf3; }
#foundation .partners .inner	{ width: 1120px; width: 960px; }
#foundation .partners h2			{ margin: 0 0 30px 0; font-weight: 300; font-size: 36px; line-height: 36px; color: #04528a; }

#foundation .partner-logos			{ border: 0px solid red; }
#foundation .partner-logos:after	{ clear: both; 	display: table; content: ""; }
#foundation .partner-logos img			{ float: left; /*width: 120px;*/ height: 120px; margin: 0 30px 30px 0; }
#foundation .partner-logos img.last	{ margin-right: 0; }



/* ============ SECTION 7: OPPORTUNITY ============ */
section#opportunity		{ background: #1b69b3; }
#join-us								{ padding: 0 0 75px 0; background: #1b69b3; }

#join-us .inner					{ width: 960px; padding-bottom: 75px; }
#join-us .inner:after		{ clear: both; 	display: table; content: ""; }
#join-us .become			{ float: left; margin-right: 60px; }
#join-us .become.last	{ margin-right: 0; }

#join-us p#social				{ clear: both; font-weight: 300; font-size: 36px; color: #fff; text-align: center; }
#join-us p#social .li		{ margin-bottom: -6px; }


/* ============   FOOTER   ============ */
footer				{ clear: both; background: #fff url('../img/bg_footer.gif') top center no-repeat; }
footer .inner	{ width: 900px; margin: 0 auto; text-align: center; padding: 75px 0 320px 0; }
footer p			{ margin: 15px 0; font-size: 14px; color: #999; }
footer p a		{ color: #04528a; }
footer .legal a 	{ color: #999; }

.footer-logos {
	list-style: none;
	margin: 80px auto 0 auto;
	overflow: hidden;
	width: 510px;
}

.footer-logos li {
	float: left;
	margin-left: 70px;
}

.footer-logos li:first-child {
	margin-left: 0;
}

.disclaimer {
	line-height: 1.2;
	font-size: 80%;
}








/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width:1370px){
	header						{ width: 100%; position: fixed; top: 0; height: 66px; background: #fff; /*box-shadow: 0 6px 6px 0 #ccc;*/ z-index: 90; }
	header nav				{ width: 1280px; margin: 0px auto 90px 10px; text-align: center; }
	header nav:after	{ clear: both; 	display: table; content: ""; }

	header nav ul				{ display: inline-table; /* centering w/out width */}
	header nav ul:after	{ clear: both; 	display: table; content: ""; }
	header nav li		{
	/*display: inline; req for centering? */
	padding: 0 1.1em;
	}
}

@media only screen and (max-width:1280px){
	header nav{ width: 1280px; margin: 0px auto 90px -20px; text-align: center; }
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ')"; }
  abbr[title]:after { content: " (" attr(title) ')"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


