.pagegroup {
	margin-bottom: 30px;
}
.pagegroup h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #30425a;
}
.pagegroup h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #bd1d2a;
}
.pagegroup .list-group-item {
	border-radius: 0;
	background: #fafafa;
	border-color: #d2d3d5;
}
.pagegroup .btn {
	background-color: #5f83b2;
	color: white;
	border: 0;
	box-shadow: none;
}
.pagegroup .btn:hover,
.pagegroup .btn:active,
.pagegroup .btn:focus {
	background-color: #445d7f;
}
.pagegroup div.controls {
	height: auto;
	min-height: 23px;
}

/* ********** FAQS ********** */
.faqs dt {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #bd1d2a;	
}
.faqs dd {
	margin: 0 0 20px;
}
.faqs dd .returnToTop {
	display: block;
	font-style: italic;
	text-transform: lowercase;
	font-size: .8em;
}

/* ********** POSTS ********** */
.element_posttypes article .header {
	border-bottom: 1px solid #d2d3d5;
	margin-bottom: 20px;
}
.element_posttypes h1.title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #30425a;	
	margin: 0 0 20px;
}
.element_posttypes h1.title a {
	color: inherit;
	font-weight: inherit;
}
.element_posttypes h2.subtitle { 
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #3d3f40;
	margin: 0 0 10px;
}
.element_posttypes h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #bd1d2a;	
	margin: 0 0 10px;
}
.element_posttypes .byline {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #3d3f40;
	margin: 0;
}

.committee-list .member .member-info {
	margin-left: 120px;
}
.committee-list .member .member-info h3 {
	margin: 0 0 10px;
}

/* Alerts */
.alert-section {
	background-color: #d50000;
	font-family: 'Open Sans', sans-serif;
}

.alert-wrapper {
    display: flex;
    align-items: center;
    color: white;
}

.alert-prefix-wrapper {
    display: flex;
    align-items: center;
	height: 62px;
    min-width: 210px;
	max-width: 210px;
}

.alert-prefix-wrapper:before {
    content: '';
    background-color: rgba(0,0,0,0.07);
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
}

.alert-prefix {
	margin: 0px;
    text-transform: uppercase;
    font-size: 40px;
	padding-left: 20px;
	padding-top: 3px;
	font-weight: 700;
}

.alert-prefix-wrapper:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0px;
	height: 0;
	border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid #d50000;
    border-top: 33px solid #d50000;
    right: 0;
    margin: 0 auto;
}

.alert-link {
	color: #f5f0f0 !important;
	font-weight: 100;
	font-size: 22px;
}

.alert-link:visited {
    color: #f5f0f0;
}