/*.two-col-section .col.separator-border {
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
}

.two-col-section .col.separator-border:first-child {
	border-right: none;
}

.two-col-section .col.separator-border.restyled {
	padding: 30px 0;
}

.two-col-section .col.separator-border.restyled:first-child {
	padding: 30px 36px;
}

.two-col-section .col.separator-border.restyled .block-holder {
	padding: 30px 36px 40px;
}

.two-col-section .col.separator-border.restyled .block-holder:first-child {
	border-bottom: 1px solid #eee;
	padding: 0 36px 0;
}

.two-col-section .col.separator-border.restyled h2 {
	margin: 0;
	margin-bottom: 7px;
	color: #00a651;
	font-size: 24px;
	line-height: 1em;
}

.two-col-section .col.separator-border.restyled h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
}

.two-col-section .col.separator-border.restyled .not-styled-list {
	padding: 0 0 20px;
}

.two-col-section .col.separator-border.restyled .not-styled-list li:before {
	display: none;
}

.two-col-section .col.separator-border.restyled .not-styled-list li {
	margin: 0;
	font: normal 16px/1.6em "source sans pro", Arial, sans-serif;
}

.two-col-section .col.separator-border.restyled .not-styled-list.cols2 li {
	width: 50%;
	float: left;
}

.two-col-section .col.separator-border.restyled .not-styled-list li a {
	color: #111111 !important;
}

.two-col-section .col.separator-border.restyled .not-styled-list li:hover a {
	color: #00a651 !important;
}

@media screen and (max-width: 977px) {
	.two-col-section .col.separator-border.restyled:first-child {
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
}

@media screen and (max-width: 747px) {
	.two-col-section .col.separator-border.restyled .not-styled-list li {
		width: 100% !important;
		font-size: 14px;
	}

	.two-col-section .col.separator-border.restyled {
		padding: 30px 0;
	}

	.two-col-section .col.separator-border.restyled .block-holder {
		padding: 30px 36px 0;
	}

	.two-col-section .col.separator-border.restyled .block-holder:first-child {
		padding: 0 36px 30px;
	}
	.two-col-section .col.separator-border.restyled.commitees-landing{
		padding: 20px 0;
		border: none;
	}
	.two-col-section .col.separator-border.restyled .not-styled-list{
		padding: 0;
	}
	.two-col-section .col.separator-border.restyled.commitees-landing .block-holder{
		padding: 10px 0;
	}
}*/