@charset "utf-8";

/* CSS Document */

@media screen and (max-width: 980px) {
* {
	max-width: 100% !important;
}
img {
	max-width: 100% !important;
}
.logo {
	padding-left: 15px;
}
}

@media screen and (min-width: 1001px) {
.horizontalNav {
	display: block !important;
}
}

@media screen and (max-width: 1000px) {
.red .siteWidth, .white .siteWidth, .blue .siteWidth {
	width: 95%;
	padding: 2.5%;
}
.threeColCont {
	width: 100%;
}
.threeCol {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}
.threeCol .heading {
	text-align: left;
}
.threeCol .content {
	padding: 0px;
	min-height: inherit;
}
.content ul {
	margin-left: -40px;
}
.content ul li {
	padding-top: 3px;
}
.headerIcons {
	padding-top: 74px;
}
.topSpacer {
	height: 74px;
}
.topBar {
	border-bottom: 3px solid #79001D !important;
	top: -59px !important;
}
.topRedBar {

}
.mainMenu {
	top: 38px !important;
}
.logo {
	padding-left: 75px;
}
.logo img {
	height: 67px !important;
	top: 58px !important;
	left: -2px !important;
}

.mobileNav {
	display: block;
}
.horizontalNav li.home {
	display: none;
}
.horizontalNav {
	position: fixed;
	left: 0%;
	width: 100%;
	display: none;
	background-color: #E4403A;
	top: 74px;
	background-image: none !important;
	padding: 12px 20px;
}
.horizontalNav li {
	float: none;
}
.horizontalNav>li:last-child {
	margin-right: auto;
}
.horizontalNav li a {
	display: block;
	padding: 8px 0px;
	color: #FFF !important;
	font-weight: normal;
	font-size: 22px;
	background-color: transparent !important;
}
.horizontalNav a {
	background-image: none !important;
}
.horizontalNav a:hover {
	color: #fff;
	text-decoration: none;
}
.horizontalNav ul {
	background: #fff;
	background-color: transparent;
	list-style: none;
	position: relative;
	left: -9999px;
	margin: 0px;
	padding: 0px;
	display: none;
}
.horizontalNav ul li {
	float: none;
}
.horizontalNav li:hover ul {
	left: 0px;
	display: block;
}
.horizontalNav ul a {
	background-color: #FFF !important;
	color: #AFB881 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: none;
}
.horizontalNav li:hover ul a {
	text-decoration: none;
}
.horizontalNav li:hover ul li a:hover {
	background: #333;
}
}

@media screen and (max-width: 800px) {
.contribute {
	font-size: 35px;
	width: 75%;
	padding: 5%;
	top: -10px;
}
.largeImage .desktop{
	display:none;
}

.largeImage .mobile{
	display:block;
}

.logo>a .desktopLogo{
	display:none;
}

.logo>a .mobileLogo{
	display:block;
}

.headerIcons>span{
	display:none;
}

.position{
	display:block;
}

}

@media screen and (max-width: 500px) {
.contribute {
	font-size: 25px;
	top: 0px;
}

.heading{
	font-size:30px;
}

.blue .siteWidth .content .quoteSig {
	font-size: 17px;
}

#whyJeffBarth .siteWidth .content .quoteSig {
	font-size: 17px;
}

.blue .siteWidth .content {
	font-size: 16px;
}

#whyJeffBarth .siteWidth .content {
	font-size: 16px;
}



}
