.modules .module {
	background: #ffffff;
	padding: 10px 20px;
	position: relative;
}

.modules .module-chapter_title {
	padding-top: 20px;
	padding-bottom: 16px;
}

.modules .above-link {
	position: absolute;
    right: 20px;
    top: -58px;
}

.modules p a {
	text-decoration: underline;
}


/* CHAPTER TITLES & TOC */

.chapter-start {
	margin-top: 10px;
}

a[name=sec-01]+.module {	/* first chapter */
	margin-top: 0;
}


/* LAYOUTS */

.module .left {
	width: 310px;
	display: inline-block;
	float: left;
}

.module .right {
	width: 310px;	
	float: right;
	display: inline-block;
}



/* LINK LIST */

.module ul.link-list {
	width: 100%;
}

.module ul.link-list li {
	float: none;
	width: auto;
	padding-right: 0;
	margin-bottom: 20px;
	vertical-align: top;
}

.module ul.link-list li a.link {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 3px;
	text-decoration: underline;		
}

.module ul.link-list .title {
	margin-bottom: 5px;
}

/* ADVISORY COMMITTEE */

ul.people-list-twocolumn_big {
	width: 700px !important;
	margin-left: -20px;
}

ul.people-list-twocolumn_big .people-excerpt {
	border: none;
}

ul.people-list-twocolumn_big .view-all,
ul.people-list-twocolumn_big .post-link-container {
	display: none;
}

ul.people-list-threecolumn_small li .img {
	float: left;
	margin-right: 10px;
}

ul.people-list-threecolumn_small li {
	width: 200px;
	margin: 0 14px 6px 0;
	vertical-align: top;
}

ul.people-list-threecolumn_small li:nth-child(3n) {
	margin-right: 0;
}

ul.people-list-threecolumn_small li a {
	color: #4c4d4f;
	text-decoration: underline;
}

/* advisory committee permalink */

.advisory-committee-permalink #page-header .headline-b span {
	color: #4c4d4f;
}

.advisory-committee-permalink .advisory-committee .post-link-container,
.advisory-committee-permalink .advisory-committee .view-all {
	display: none;
}

.advisory-committee-permalink .advisory-committee .people-excerpt {
	border-bottom: 0;
}

/* list view */

.is-list-view.advisory-committee-permalink .advisory-committee {
	padding: 20px 0 20px;
	background: #ffffff;
	height: auto !important;
}

.is-list-view.advisory-committee-permalink .advisory-committee .post-count,
.is-list-view.advisory-committee-permalink .advisory-committee .person-social,
.is-list-view.advisory-committee-permalink .advisory-committee .people-excerpt,
.is-list-view.advisory-committee-permalink .advisory-committee .post-link-container,
.is-list-view.advisory-committee-permalink .advisory-committee .view-all {
	display: none;
}

.is-list-view.advisory-committee-permalink .advisory-committee .people-preview {
	padding: 0 20px;
	position: static !important;
	display: inline-block;
}

.is-list-view.advisory-committee-permalink .advisory-committee .people-preview:nth-child(2n) {
	margin-left: 10px;
}

.is-list-view.advisory-committee-permalink .advisory-committee .people-preview .img {
	width: 50px;
	height: 50px;
}

.is-list-view.advisory-committee-permalink .advisory-committee .people-preview .img img {
	width: 100%;
	height: 100%;
}

.is-list-view.advisory-committee-permalink .advisory-committee .people-preview .meta {
	width: 240px;
	min-height: 0;
}

.is-list-view.advisory-committee-permalink .advisory-committee .people-preview .people-title {
	font-size: 15px;	
	line-height: 50px;
	vertical-align: middle;
}



/* LIST POSTS (about page) */

ul.list-posts,
ul.list-posts li {
	width: 100%;
}

ul.list-posts li {
	margin-bottom: 10px;
}

ul.list-posts li .left {
	width: 350px;
}

ul.list-posts li .title {
	display: inline-block;
	margin-bottom: 8px;
	text-decoration: underline;
}

ul.list-posts li .post-img {
	width: 260px !important;
	height: auto !important;
	float: right;
}

ul.list-posts li .post-img img {
	width: 100%;
}


/* LINKED IMAGES */

ul.linked-images {
	width: 100%;
}

.module-linked_images-small ul.linked-images li {
	margin: 0 25px 25px 0;
	line-height: 38px;
	vertical-align: middle;
}

.module-linked_images-threecolumn ul.linked-images li {
	margin: 0 3% 0;
	vertical-align: middle;
	max-width: 70%;
	padding: 0 0 16px 0;
	text-align: left;
}

.module-linked_images-threecolumn ul.linked-images li img {
	max-height: 110px;
	max-width: 100%;
	vertical-align: middle;
}

/* SIDE NOTE */

.module-side_note {
	position: relative;
	height: 0;
	margin-bottom: -14px;
	z-index: 0;
}

#content .module-side_note p {
	font-size: 12px !important;
	line-height: 14px !important;
	position: absolute;
	width: 200px;
	padding: 10px 10px 12px 10px;
	left: -240px;
	background: #ffffff;
}

/* MISC: CONTACT FORM */

.module-contact_form label {
	font-size: 14px;
}

.module-contact_form textarea {
	width: 95%;
}

.module-contact_form .wpcf7-list-item-label {
	font-size: 14px;
}

.module-contact_form input[type=text],
.module-contact_form input[type=email] {
	width: 90%;
}

/* TABLE CONTENT (uses modules within it!) */

.module-table_content .table {
	display: table;
	border-collapse: collapse;
	border: 4px solid #d0cac8;
	font-size: 16px;
	margin: 0;
	width: 100%;
}

.module-table_content .table-row {
	display: table-row;
	margin: 0;
}

.module-table_content .table-row .left,
.module-table_content .table-row .right {
	display: table-cell;
	width: auto;
	float: none;
	border: 1px solid #d0cac8;
	padding: 10px;
	margin: 0;
	vertical-align: top;
}

#content .table-row p {
	margin: 0;
	width: 290px;
}

.module-table_content .table-row-header_header {
	color: #4c4d4f;
}

.module-table_content .table-row img {
	vertical-align: middle;
	text-align: center;
}

/* STAT INSET */

.modules .module-stat_inset {
	float: right;
	margin: 0 0 14px 14px;
}

.modules .module-stat_inset {
	background: url(../images/bg-red-03.jpg) no-repeat center bottom #ee3342;
	width: 310px;
	padding: 20px;
}

.modules .module-stat_inset .font-c {
	color: #fff;
	font-size: 35px;
	line-height: 37px;
	margin-bottom: 10px;
}

.modules .module-stat_inset .biglink {
	color: #fff;
	border-color: #fff;
	vertical-align: top;
	white-space: normal;
	max-width: 90%;
}

.modules .module-stat_inset .footer {
	text-align: right;
	margin-top: 30px;
}

.modules .module-stat_inset .tsr-tiny-logo-2 {
	float: left;
}
