/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/****************** GENERAL STYLES ******************/
body {
	font-size: 16px;
}

li a {
	text-decoration: none;
}

a:hover {
	outline: none !important;
	text-decoration: none;
}

a:focus, li:focus {
	outline: 2px dashed #ff532e !important;
}

a.hover-red {
	padding: 5px 0;
}

a.hover-red:hover {
	text-decoration: none !important;
	background-color: #FF532E;
	box-shadow: 10px 0 0 #fe522d, -10px 0 0 #fe522d;
	text-shadow: none;
}

#content article p, #content article li {
	font-family: Raleway, sans-serif;
}

#content article a {
	word-wrap: break-word;
}

.btn {
	text-decoration: none;
	border: 1px solid;
	border-radius: 0;
}

a.button.button-inverted:hover {
	color: #fff !important;
}

.btn:hover {
	color: #fff !important;
	background-color: #FF532E;
	border-color: #FF532E;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

noscript {
	background: #ff532e;
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	position: fixed;
	padding: 10px 20px;
	text-align: center;
	top: 100px;
	left: 0;
}

blockquote {
	border: none;
	margin: 0;
}

blockquote > p:not(:last-child) {
	font-size: 20px !important;
	display: inline-block;
	color: #337ab7 !important;
	padding: 10px 0 20px;
	line-height: 180%;
	font-style: italic;
	text-indent: 20px !important;
	display: block;
}

blockquote > p:not(:last-child):before {
	content: '\f10d';
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: text-bottom;
	padding-right: 5px;
}

blockquote > p:not(:last-child):after {
	content: '\f10e';
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: text-bottom;
	padding-left: 5px;
}

blockquote > p:last-child {
	color: #999 !important;
	font-style: italic;
	font-size: 16px;
	text-align: right;
}

blockquote > p:last-child > a {
	color: #999 !important;
	text-decoration: none;
}

blockquote > p:last-child > a:hover {
	text-decoration: none !important;
	background-color: #FF532E;
	box-shadow: 10px 0 0 #fe522d, -10px 0 0 #fe522d;
	text-shadow: none;
	color: #fff !important;
}

blockquote > p:last-child:before {
	content: '\2014';
	padding-right: 5px;
}

blockquote > p:not(:last-child):before, blockquote > p:not(:last-child):after {
	font-size: 14px;
}

img.inline-image {
	float: right;
	margin: 0 0 20px 20px;
}

.button-icon {
	display: block;
	height: 170px;
	width: 170px;
	font-size: 16px;
	white-space: normal;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: none;
	background-color: #fff;
	text-decoration: none;
}

.box .fw-container, body.search .page-header, body.search #sidebar, body.search .paging-navigation {
	max-width: 1170px;
	width: 100%;
}

.fw-main-row-full .fw-row {
	margin: auto !important;
	max-width: 1170px;
}

section {
	position: relative;
}

.button-icon i.fa {
	padding-bottom: 15px;
}

.button-icon:hover {
	text-decoration: none;
}

.button-full {
	width: 100%;
}

.weak-red {
	color: #CC6E6B !important;
}

.weak-blue {
	color: #718799 !important;
}

.strong-blue {
	color: #3086CC !important;
}

.strong-red {
	color: #FF532E !important;
}

a.weak-red:hover {
	color: #fff !important;
	background-color: #CC6E6B !important;
}

a.weak-blue:hover {
	color: #fff !important;
	background-color: #718799 !important;
}

a.strong-blue:hover {
	color: #fff !important;
	background-color: #3086CC !important;
}

.light-gray {
	color: #ddd;
}

.edit-link.page {
	display: none;
}

.wp-caption.full-width {
	width: 100% !important;
}

#content .question {
	color: #337ab7;
	font-size: 40px;
	text-transform: none;
}

.listing-item > .content > p {
	text-indent: 30px;
}

.nav-menu li:hover .sub-menu {
	left: 0 !important;
	display: block !important;
	visibility: visible !important;
}

.usa-footer .usa-unstyled-list {
	display: block;
}

.usa-footer .usa-footer-primary-link {
	color: #212121;
	display: block;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 2rem;
	padding-top: 2rem;
	text-decoration: none;
}

@media screen and (min-width: 600px) {
	.usa-footer .usa-footer-primary-link {
		border-top: none;
	}
}

.usa-footer .usa-footer-primary-link:hover {
	text-decoration: underline;
}

.usa-footer a {
	font-weight: normal;
}

.usa-footer-return-to-top {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.usa-footer-primary-section {
	background-color: #f1f1f1;
}

.usa-footer-primary-section .usa-footer-primary-content {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media screen and (min-width: 600px) {
	.usa-footer-primary-section .usa-footer-primary-content {
		padding-left: 0;
		padding-right: 0;
	}
}

.usa-footer-primary-section .usa-footer-primary-content li {
	margin-left: 1rem;
}

@media screen and (min-width: 600px) {
	.usa-footer-primary-section .usa-footer-primary-content li {
		margin-left: 0;
	}
}

@media screen and (min-width: 600px) {
	.usa-footer-primary-section .usa-grid-full {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.usa-footer-medium .usa-footer-primary-section {
	padding: 0;
}

@media screen and (min-width: 600px) {
	.usa-footer-medium .usa-footer-primary-section {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

@media screen and (min-width: 1201px) {
	.usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content {
		margin-right: 6%;
		width: inherit;
	}
}

@media screen and (min-width: 1201px) {
	.usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 600px) {
	.usa-footer-medium .usa-footer-nav ul {
		align-items: center;
	}
}

.usa-footer-slim .usa-footer-nav a {
	display: block;
}

@media screen and (min-width: 1201px) {
	.usa-footer-slim .usa-footer-nav .usa-footer-primary-content {
		margin-right: 9%;
		width: inherit;
	}
}

@media screen and (min-width: 1201px) {
	.usa-footer-slim .usa-footer-nav .usa-footer-primary-content:last-child {
		margin-right: 0;
	}
}

.usa-footer-slim .usa-footer-primary-section {
	padding-bottom: 2rem;
}

@media screen and (min-width: 600px) {
	.usa-footer-slim .usa-footer-primary-section {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	
	.usa-footer-slim .usa-footer-primary-section .usa-grid-full {
		align-items: center;
	}
}

@media screen and (min-width: 600px) {
	.usa-footer-slim .usa-footer-contact_info > * {
		margin: 0;
	}
}

@media screen and (min-width: 600px) {
	.usa-footer-slim .usa-footer-contact_info {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 600px) {
	.usa-footer-slim .usa-footer-contact_info {
		width: 100%;
	}
}

@media screen and (min-width: 1201px) {
	.usa-footer-slim .usa-footer-contact_info {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	
	.usa-footer-slim .usa-footer-contact_info:last-child {
		margin-right: 0;
	}
}

.bio-title {
	line-height: 60px;
}

.bio-subtitle {
	line-height: 30px;
	letter-spacing: 5px;
}

.banner-quote {
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 5px;
}

.committee-title {
	line-height: 60px;
}

.blog-banner-link {
	text-decoration: none;
	color: #ffffff;
}

.fw-main-row-full .fullwidth-section-content .fw-row .fw-col-xs-12 .fw-col-container .fw-heading .fw-special-title {
	line-height: 10px;
	font-family: Roboto Condensed;
	font-size: 54px;
	font-weight: regular;
	text-transform: uppercase;
}

.fw-main-row-full .fullwidth-section-content .fw-row .fw-col-xs-12 
.fw-col-container .fw-heading-h2 .fw-special-title {
	line-height: 30 px;
	font-family: Raleway;
	font-size: 36px;
	font-weight: regular;
	text-transform: uppercase;
}

.widget-title {
	font-weight: 500;
}

.archive-title {
	display: none;
}

.fw-main-row-full {
	background-repeat: no-repeat;
	background-size: cover;
}