/*
 * Page: application/learnmore.html
 *
 * Styles for Learn more page (about us)
 * last updated: Jan 29, 2013
 * 
 */

/* ==========================================================================
   faq
   ========================================================================== */
	
	.faq-icon { background: url("https://www.docracy.com/public/images/title_icons/faq_icon.png") no-repeat left center; }
	
	.learn-more .span-one-third { margin-left: 50px; }
	.learn-more .span-one-third:first-child { margin-left: 20px; }

	.information a:link, .information a:visited { text-decoration: underline; }
	.information a:hover { color: #217a97;}
	.information img { display: block; margin: 0 auto; text-align: center; margin: 30px 0px; margin-top: 12px; border: 1px solid #ddd; border-radius: 4px; }
	.information h2, .information dt { color: #565656; font-weight: bold; }
	.information h2 { color: #333; }
	.information h2, .information h3 { padding: 0 0px; font-size: 20px; margin-bottom: 0px; padding-left: 0; }
	.information dd, .information p { color: #858585; padding-left: 0; margin-left: 0; }


	.information dt { font-size: 15px; line-height: 1.6; margin-bottom: 2px; }
	.information dd, .information p, .information li { line-height: 1.921; margin-bottom: 22px; }
	


/* ==========================================================================
   The team
   ========================================================================== */
	.the-team {margin-top: 30px; }
	.the-team ul { list-style-type: none; margin: 0; padding: 0; }
	.the-team li { display: inline-block; width: 25%; margin: 0; }	
	.the-team figure { text-align: center; margin-top: 0; display: inline-block; vertical-align: top; width: 100%; margin: 0;  }
	.the-team figure img { margin-bottom: 15px; vertical-align: top;}
	.the-team figure figcaption { color: #333; font-weight: bold; font-size: 1.2em;}	
	.the-team figure figcaption .role {color: #858585; font-weight: normal; font-size: 0.8em; }
