.columns {
	padding: 0 1%;
	float: left;
}

.large-4 {
	width: 31%
}
.large-6 {
	width: 48%;
	padding: 0 1%;
	float: left;
}
.large-9 {
	width: 73%;
	padding: 0 1%;
	float: left;
}

.large-12 {
	width: 98%;
	padding: 0 1%;
	float: left;
}

.large-3 {
	width: 23%;
}

.collapse {
	padding: 0;
}

form.reg_form p.inline input[type="text"], form.reg_form p.inline label {
	width: 46%;
	float: left;
	margin-top: 0;
}

form.reg_form .columns {
	margin-bottom: 30px;
}

ul#breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#breadcrumbs li {
  float: left;
  margin: 0 3px;
}
ul#breadcrumbs li a {
  color: #231f20;
  font-family: "Noto Sans", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none;
}

p.breadcrumb {
	margin-bottom: 10px;
}
ul#share_icons {
  list-style: none;
  margin: 7px 0 0;
  padding: 0;
}
ul#share_icons li {
  float: left;
}
ul#share_icons li a {
  display: block;
  background: url("../images/icons/icon-sprites.png");
  height: 19px;
  margin: 0 5px;
}
ul#share_icons li a.email {
  width: 21px;
  background-position: -127px -17px;
  margin-top: 2px;
}
ul#share_icons li a.print {
  width: 19px;
  background-position: -208px -14px;
}
ul#share_icons li a.twitter {
  width: 27px;
  background-position: -173px -14px;
}
ul#share_icons li a.facebook {
  width: 9px;
  background-position: -157px -14px;
}

h1 {
  font-size: 2.9em;
  font-weight: bold;
  margin: 19px 0 9px;
}

h2#subtitle {
  font-size: 1.8em;
  font-family: "Noto Serif", "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 4px;
  text-transform: none;
}

h1 span.category {
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
	margin-top: 5px;
	display: inline-block;
}

.magazine_issue {
	margin: 15px;
	float: left;
}

.magazine_issue h3 {
	font-size: 1em;
}

p.deck {
	font-size: 2.2em;
	font-weight: bold;
	font-family: "Noto Serif", "Times New Roman", serif;
	margin-bottom: 10px;
}

#byline {
	font-size: 1.5em;
	font-style: italic;
	font-family: "Noto Serif", "Times New Roman", serif;
	margin-bottom: 20px;
}

#staff_bios .staff_member {
	margin: 7px;
	float: left;
	position: relative;
}

#staff_bios .staff_member a {
	line-height: 0;	
	display: block;
}

#staff_bios .staff_member span.member_info {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 15px 6px 8px;
	width: 298px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 47%, rgba(0,0,0,0.64) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(47%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.64))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 47%,rgba(0,0,0,0.64) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 47%,rgba(0,0,0,0.64) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 47%,rgba(0,0,0,0.64) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 47%,rgba(0,0,0,0.64) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */



}

#staff_bios .staff_member span.member_info span.name, #staff_bios .staff_member span.member_info span.title {
	color: #fff;
	display: block;
	line-height: 1.2em;
}

#staff_bios .staff_member span.member_info span.name {
	font-size: 2em;
	font-weight: 300;
}

#staff_bios .staff_member span.member_info span.title {
	font-size: 1.4em;
}

.member_fb img {
	float: left;
	margin: 0 15px 0 0;
}

#contribute .opp {
	padding: 0 0 10px;
}

#contribute .opp h2 {
	margin: 0 0 10px;
}

#contribute .opp h3 {
	padding: 0 15px 10px;
	cursor: pointer;
	color: #888;
}

#contribute .opp h3.not_empty {
	margin: 20px 0 0;
}

#contribute .opp h3:hover {
	color: #333;
}

#contribute .opp h3 span.arrow {
	width: 17px;
	height: 10px;
	display: inline-block;
	background: url('../images/icons/icon-sprites.png') -157px -84px;
	vertical-align: top;
	margin-top: 5px;
	
}

#contribute .opp h3.active span.arrow {
	background-position: -157px -68px;
}

#contribute .opp_info {
	display: none;
	padding: 0 15px;
	
}

.icon {
	width: 22px;
	height: 23px;
	display: inline-block;
	background: url('../images/icons/doc-icons-sm.png');
	margin-right: 10px;
	vertical-align: text-bottom;
}

.icon.pdf {
	background-position: -53px -75px;
}

form .ff_composer label {
	font-weight: 400;
	font-size: 1.3em;
}

form .ff_composer p input[type="text"], form .ff_composer p textarea {
	font-size: 1.5em;
	padding: 2%;
	width: 96%;
}

form .ff_composer p input[type="submit"]{
	padding: 8px 25px;
	border: 0;
	color: #fff;
	border-radius: 2px;
	font-size: 1.6em;
	font-weight: 300;
	cursor: pointer;
	float: right;
}

form .ff_composer p textarea {
	height: 150px;
	font-family: "Noto Sans", "Helvetica Neue", arial, sans-serif;
}

form.reg_form p label {
	font-weight: 400;
	display: block;
}

form.reg_form p input[type="text"], form.reg_form p textarea {
	width: 96%;
	font-size: 1.5em;
	padding: 2%
}

form.reg_form p input[type="text"]#percentage_woman-owned {
	width: 10%;
	text-align: center;
}

form.reg_form p textarea {
	height: 125px;
	font-size: 1em;
	font-family: "Noto Sans", "Helvetica Neue", arial, sans-serif;
}

#bus_desc_counter, #executive_summary_counter {
	text-align: right;
	font-style: italic;
	font-family: "Noto Sans", "Helvetica Neue", arial, sans-serif;
	font-size: .85em;
}

form.reg_form p input[type="submit"] {
	padding: 8px 25px;
	border: 0;
	color: #fff;
	border-radius: 2px;
	font-size: 1.6em;
	font-weight: 300;
	cursor: pointer;
	float: right;
}

#content ol ol, #content ol ul, #content ul ul, #content ol ol ol, #content ol ol ul, #content ol ul ul {
	margin-left: 10px;
	font-size: 1em;
}