@charset "utf-8";
/*
Theme Name: AMVETS National Service Foundation Design
Theme URI: http://www.amvetsnsf.org/
Description: AMVETS National Service Foundation for WordPress
Version: 1.0
Tags:
*/ 

/* 
	CSS Document
	AMVETS National Service Foundation Design
	Copyright AMVETS National Service Foundation
*/



/**** Start All Properties CSS ****/
* {
	margin: 0;
}
*:focus {
    outline: 0;
}
/**** End All Properties CSS ****/



/**** Start Global CSS ****/
html, body {
	font-family: "Verdana", "Century Gothic", "Tahoma", "Arial", "Times New Roman";
	font-size: 12pt;
	color: #4a4a4a;
	height: 100%;
	background: #eeeeee;
}

/* Styles for Screens 768px and Lower */
@media screen and (max-device-width: 768px){
  body{
    -webkit-text-size-adjust: none;
  }
}

/* Links */
a {
	color: #c91f31;
	text-decoration: none;
}
a:hover {
	color: #c91f31;
	text-decoration: underline;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* UL and OL */
ul {
	padding-bottom: 10px;
}
ul li {
	line-height: 30px;
	list-style-position:inside;
}
ol {
	padding-bottom: 10px;
}
ol li {
	list-style-position:inside;
}

/* Clearer */
.clearer {
	clear: both;
}

/* Center */
.center {
	text-align: center;
	margin: auto;
}

/* Centered Container */
.container {
	width: 1000px;
	max-width: 95%;
	margin: auto;
}
.container p {
	line-height: 30px;
	/* Top, Right, Bottom, Left */
	padding: 0px 10px 10px 0px;
}

/* Centered Body Container */
.body-container {
	width: 1000px;
	max-width: 95%;
	margin: auto;
	/* Top, Right, Bottom, Left */
	padding: 20px 0px 20px 0px;
}
.body-container p {
	line-height: 30px;
	/* Top, Right, Bottom, Left */
	padding: 0px 10px 20px 0px;
}
/**** End Global CSS ****/



/**** Start Header Logo and Nav ****/
/* Header */
header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	color: #ffffff;
	width: 1000px;
	max-width: 95%;
	padding-top: 15px;
	z-index: 4;
}

/* Logo */
#logo {
	float: left;
	text-align: center;
	max-width: 300px;
}
#logo p {
	font-size: 85%;
	text-align: center;
	text-shadow: 1px 1px 1px #333333;
}

/* Nav and Tabs */
nav {
	float: right;
	max-width: 700px;
	font-size: 110%;
	padding-top: 25px;
}
.tab {
	color: #ffffff;
	background: url(images/arrow-right.png) right 9px no-repeat;
	padding-right: 15px;
	margin-left: 25px;
}
.tab:hover {
	color: #c91f31;
	text-decoration: underline;
	background: url(images/arrow-right-g.png) right 9px no-repeat;
	padding-right: 15px;
}
.tab-active {
	color: #c91f31;
	text-decoration: underline;
	background: url(images/arrow-right-g.png) right 9px no-repeat;
	padding-right: 15px;
	margin-left: 25px;
}

/* Social */
.social {
	text-align: right;
	padding-bottom: 10px;
}
/**** Start Header Logo and Nav ****/



/**** Start Footer ****/
/* Footer Image and Columns */
.footer-img {
	width: 100%;
	min-height: 420px;
	color: #ffffff;
	border-bottom: 1px solid #eaeaea;
	background: url(images/footer-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 50%;
}
.footer-col-left2 {
	float: left;
	width: 49%;
	text-align: center;
	border-right: 1px solid #eaeaea;
	/* Top, Right, Bottom, Left */
	margin: 40px 0px 10px 0px;
}
.footer-col-right2 {
	float: left;
	width: 50%;
	text-align: center;
	/* Top, Right, Bottom, Left */
	margin: 60px 0px 10px 0px;
}
/* Styles for Screens 900px and Lower */
@media only screen and (max-width : 900px) {
	.footer-col-left2 {
		float: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #eaeaea;
		margin: 0;
		padding-bottom: 20px;
	}
	.footer-col-right2 {
		float: none;
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
	}
}

/* Footer */
footer {
	color: #ffffff;
	font-size: 95%;
	min-height: 150px;
	background: #c91f31;
}
#footer-container {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer-link-active {
	color: #ffffff;
	text-decoration: underline;
}

/* Footer Columns */
.footer-col-left {
	float: left;
	width: 30%;
	text-align: center;
	/* Top, Right, Bottom, Left */
	padding: 20px 0px 10px 0px;
}
.footer-col-right {
	float: right;
	width: 7%;
	text-align: center;
	/* Top, Right, Bottom, Left */
	padding: 45px 0px 10px 0px;
}
.footer-col-middle { 
	float: left;
	width: 63%;
	text-align: center;
	word-spacing: 9px;
	line-height: 30px;
	/* Top, Right, Bottom, Left */
	padding: 30px 0px 10px 0px;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.footer-col-left {
		float: none;
		width: 100%;
	}
	.footer-col-right {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
	.footer-col-middle { 
		float: none;
		width: 100%;
		padding-top: 10px;
	}
}
/**** End Footer ****/



/**** Start Global Main Page Text Settings ****/
/* Content Headers */
.content-header {
	min-height: 45px;
	border: 1px solid #eaeaea;
	background-color: transparent;
	/* Top, Right, Bottom, Left */
	margin: 20px auto 10px auto;
}
.content-header p {
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
}

/* Content Headers2 */
.content-header2 {
	height: 45px;
	border: 1px solid #eaeaea;
	background-color: #c91f31;
	/* Top, Right, Bottom, Left */
	margin: 20px auto 10px auto;
}
.content-header2 p {
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
}

/* Main Page Messsages and Texts */
.main-message {
	font-size: 250%;
	text-shadow: 2px 2px 1px #333333;
	/* Top, Right, Bottom, Left */
	padding: 190px 0px 30px 0px;
}
.main-text {
	width: 63%;
	font-size: 130%;
	line-height: 30px;
	padding-bottom: 20px;
}
.main-links {
	font-size: 130%;
	padding-top: 20px;
}
.tab2 {
	color: #ffffff;
	text-decoration: underline;
	background: url(images/arrow-right.png) right 10px no-repeat;
	padding-right: 15px;
	margin-right: 35px;
}
.tab2:hover {
	color: #c91f31;
	text-decoration: underline;
	background: url(images/arrow-right-g.png) right 10px no-repeat;
	padding-right: 15px;
}
/* Styles for Screens 1000px and Lower */
@media only screen and (max-width : 1000px) {
	.main-text {
		width: 90%;
		padding-bottom: 10px;
	}
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.main-message {
		font-size: 200%;
		/* Top, Right, Bottom, Left */
		padding: 190px 0px 20px 0px;
	}
	.main-text {
		width: 100%;
		font-size: 120%;
		line-height: 30px;
	}
	.main-links {
		font-size: 130%;
		padding-top: 20px;
	}
	.more-info-text {
		display: none;
	}
}
/* Styles for Screens 600px and Lower */
@media only screen and (max-width : 600px) {
	.main-message {
		/* Top, Right, Bottom, Left */
		padding: 180px 0px 20px 0px;
	}
	.main-links {
		padding-top: 20px;
	}
	.tab2 {
		display: inline-block;
		padding-bottom: 10px;
	}
}
/* Styles for Screens 480px and Lower */
@media only screen and (max-width : 480px) {
	.main-message {
		/* Top, Right, Bottom, Left */
		padding: 180px 0px 20px 0px;
	}
}

/* Custom Link on Home Page */
.hp-button {
	width: 400px;
	height: 45px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #eaeaea;
	background: #deb408;
	/* Top, Right, Bottom, Left */
	margin: 10px auto 0px auto;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.hp-button:hover {
	border: 1px solid #eaeaea;
	background: #c91f31;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.hp-button a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
}
.hp-button a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Custom Text Sizes and Links */
.header-title {
	font-size: 130%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333333;
	/* Top, Right, Bottom, Left */
	padding: 20px 0px 10px 0px;
}
.sub-text {
	font-size: 130%;
	padding-bottom: 30px;
}
.sub-text2 {
	font-size: 120%;
	line-height: 30px;
	/* Top, Right, Bottom, Left */
	padding: 0px 10px 0px 10px;
}
.sub-text3 {
	font-size: 120%;
	line-height: 30px;
	/* Top, Right, Bottom, Left */
	padding: 20px 10px 0px 10px;
}
.white-link {
	color: #ffffff;
}
.white-link:hover {
	color: #c91f31;
	text-decoration: underline;
}
/**** End Global Main Page Text Settings ****/



/**** Start CSS for Pages with Main Images ****/
/* Message Page - Main Image */
.message-img {
	color: #ffffff;
	width: 100%;
	min-height: 50%;
	border-bottom: 1px solid #eaeaea;
	background: url(images/message-img.jpg) #2a2a2a;
	background-size: cover;
	background-attachment: scroll;
	background-position: 100% 50%;
	margin: auto;
	/* Top, Right, Bottom, Left */
	padding-top: 170px;
}

/* Home Page - Main Image */
.home-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	height: 900px;
	min-height: 100%;
	background: url(images/main-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.home-page-img {
		position: relative;
		min-height: 100%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}
/* Styles for Screens 600px and Lower */
@media only screen and (max-width : 600px) {
	.home-page-img {
		position: static;
		height: auto;
	}
}

/* Donations - Main Image */
.donations-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/donations-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.donations-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* History - Main Image */
.history-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/history-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.history-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* FAQ - Main Image */
.faq-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/faq-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.faq-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Helpful Links - Main Image */
.helpful-links-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/helpful-links-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.helpful-links-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Federal Forms - Main Image */
.federal-forms-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/federal-forms-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.federal-forms-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Events - Main Image */
.events-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/events-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.events-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Employment - Main Image */
.employment-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/employment-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.employment-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Board Members - Main Image */
.board-members-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/board-members-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.board-members-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Task Force DVD - Main Image */
.task-force-dvd-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/task-force-dvd-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.task-force-dvd-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* SHS - Main Image */
.shs-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/shs-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.shs-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* NSO - Main Image */
.nso-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/nso-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.nso-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Scholarships - Main Image */
.scholarships-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/scholarships-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.scholarships-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Thrift Stores - Main Image */
.thrift-stores-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/thrift-stores-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.thrift-stores-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Americanism - Main Image */
.americanism-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/americanism-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.americanism-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Carillon Program - Main Image */
.carillon-program-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/carillon-program-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.carillon-program-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* VAVS - Main Image */
.vavs-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/vavs-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.vavs-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* PGB - Main Image */
.pgb-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/pgb-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.pgb-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Special Olympics - Main Image */
.special-olympics-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/special-olympics-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.special-olympics-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* CFC - Main Image */
.cfc-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/cfc-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.cfc-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Healing Heroes - Main Image */
.healing-heroes-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/healing-heroes-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.healing-heroes-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Contact Us - Main Image */
.contact-us-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 70%;
	padding-bottom: 20px;
	background: url(images/contact-us-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.contact-us-page-img {
		position: relative;
		min-height: 60%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Push Ups for the Cause - Main Image */
.pushups-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 60%;
	padding-bottom: 20px;
	background: url(images/pushups-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.pushups-page-img {
		position: relative;
		min-height: 50%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Knife Raffle - Main Image */
.knife-raffle-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 60%;
	padding-bottom: 20px;
	background: url(images/knife-raffle-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 0px;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.knife-raffle-page-img {
		position: relative;
		min-height: 50%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Make Every Day Veterans Day - Main Image */
.make-everyday-veterans-day-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 60%;
	padding-bottom: 20px;
	background: url(images/make-everyday-veterans-day-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 40%;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.make-everyday-veterans-day-page-img {
		position: relative;
		min-height: 50%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}

/* Every Day is Veterans Day Stories - Main Image */
.every-day-veterans-day-stories-page-img {
	position: relative;
	color: #ffffff;
	width: 100%;
	min-height: 60%;
	padding-bottom: 20px;
	background: url(images/every-day-veterans-day-stories-img.jpg) #2a2a2a;
	background-size: cover;
	background-position: 100% 30%;
}
/* Styles for Screens 1024px and Lower */
@media only screen and (max-width : 1024px) {
	.every-day-veterans-day-stories-img {
		position: relative;
		min-height: 50%;
		background-size: cover;
		background-attachment: scroll;
		background-position: 50% 0px;
	}
}
/**** End CSS for Pages with Main Images ****/



/**** Start CSS for Specific Pages ****/
/** Start Home Page CSS **/
/* Bottom Transparent Box */
.transparent-box {
	position: absolute;
	width: 100%;
	min-height: 250px;
	bottom: 0;
	background-color: rgba(50, 50, 50, 0.5);
}
.more-info-text {
	font-size: 120%;
	text-align: center;
}
/* Styles for Screens 600px and Lower */
@media only screen and (max-width : 600px) {
	.transparent-box {
		position: static;
		margin-top: 40px;
	}
}

/* Five Columns and Input Fields */
.cols5 {
    width: 100%;
    overflow: hidden;
}
.cols5 div {
	float: left;
    width: 19.5%;
	padding-right: 0.5%;
}
.cols5 input {
	width: 95%;
	height: 60px;
	text-indent: 10px;
	line-height: 1;
	border: 1px solid #eaeaea;
    border-radius: 0px;
	margin: 0;
	/* Top, Right, Bottom, Left */
	padding: 0px 5px 0px 0px;
}
.cols5 input:focus {
	border-color: #c91f31;
	box-shadow: 0 0 5px #c91f31;
}
.cols5 input[type="submit"] {
	display: block;
	color: #ffffff;
	font-weight: bold;
	width: 96%;
	height: 62px;
	cursor: pointer;
	text-indent: 0px;
	border: 1px solid #eaeaea;
	background-color: transparent;
	margin: 0px auto 0px auto;
	/* Top, Right, Bottom, Left */
	padding: 0px 5px 0px 0px;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.cols5 input[type="submit"]:hover {
	background: #c91f31;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.cols5 div {
		float: none;
		width: 100%;
		text-align: center;
	}
	.cols5 input {
		height: 40px;
		margin-bottom: 10px;
	}
	.cols5 input[type="submit"] {
		height: 40px;
		margin-bottom: 10px;
	}
}

/* Arrow Down Button */
a.arrow-down {
	display: block;
 	width: 37px;
	height: 26px;
	margin: auto;
	background: url(images/arrow-down.png);
}
a.arrow-down span { 
	display: none; 
}
a.arrow-down:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

/* Box */
.box {
	min-height: 150px;
	color: #ffffff;
	background: url(images/us-flag.jpg) 0% 65% no-repeat #c91f31;
	/* Top, Right, Bottom, Left */
	margin: 20px 0px 10px 0px;
	/* Borders */
	box-shadow: 0 0 2px 2px #333333;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-text {
	font-size: 150%;
	text-align: center;
	text-shadow: 2px 2px 1px #333333;
	/* Top, Right, Bottom, Left */
	padding: 20px 5px 10px 5px; 
}
/** End Home Page CSS **/


/* Two Columns - Contact Us Page */
.contact-left {
	float: left;
	width: 60%;
}
.contact-right {
	float: left;
	width: 40%;
	text-align: right;
}
/* Styles for Screens 900px and Lower */
@media only screen and (max-width : 900px) {
	.contact-left {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.contact-right {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/* iFrame Map - Contact Us Page */
.map {
	width: 95%;
	height: 280px;
	border: none;
	text-align: right;
	box-shadow: 0 0 2px 2px #847f7d;
    border-radius: 5px;
	overflow: hidden;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.map {
		width: 80%;
		height: 300px;
		text-align: center;
	}
}

/* iFrame Videos */
.video-iframe {
	width: 95%;
	height: 350px;
	border: none;
	overflow: hidden;
}

/* Sound Files */
.sound {
	width: 50%;
	margin: auto;
	text-align: center;
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 20px 0px;
}
/**** End CSS for Specific Pages ****/



/**** Start General CSS ****/
/* Images */
img {
	height: auto;
	max-width: 100%;
	border: none;
}
.image {
	display: block;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 2px 2px #eaeaea;
	/* Top, Right, Bottom, Left */
	margin: 20px auto 20px auto;
	max-width: 100%;
	height: auto;
}
.image2 {
	display: block;
	height: auto;
	max-width: 100%;
	/* Borders */
	border: none;
	border-radius: 5px;
	/* Box Shadow */
	box-shadow: 0 0 2px 2px #333333;
	/* Top, Right, Bottom, Left */
	margin: 10px auto 10px auto;
}
.image3 {
	display: block;
	height: auto;
	max-width: 100%;
	/* Borders */
	border: 1px solid #333333;
	border-radius: 4px;
	/* Top, Right, Bottom, Left */
	margin: 5px auto 5px auto;
}

/* Divider */
hr {
	border: 0;
	width: 90%;
	height: 2px;
	background: url(images/line.png);
	/* Top, Right, Bottom, Left */
	margin: 10px auto 20px auto;
}

/* Bullets */
/* Check */
.check {
	display: inline-block;
	list-style: none;
	margin: 0;
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 20px 0px;
}
.check li {
	margin-top: 3px;
	padding-left: 20px;
	background: url(images/check.png) no-repeat 0px;
}
/* Check 2 */
.check2 {
	display: inline-block;
	list-style: none;
	margin: 0;
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 20px 40px;
}
.check2 li {
	border-bottom: 1px solid #ececec;
	margin-top: 10px;
	padding-left: 20px;
	background: url(images/check2.png) no-repeat 0px;
}
.check2 li:last-child {
    border: none;          
}
/* AMVETS Bullets */
.amvets-bullets {
	display: inline-block;
	list-style: none;
	margin: 0;
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 20px 0px;
}
.amvets-bullets li {
	margin-top: 5px;
	padding-left: 40px;
	padding-bottom: 10px;
	background: url(images/amvets-bullet.png) no-repeat 0px;
}
/* US Flag Bullets */
.us-bullets {
	display: inline-block;
	list-style: none;
	margin: 0;
	/* Top, Right, Bottom, Left */
	padding: 0px 0px 20px 0px;
}
.us-bullets li {
	margin-top: 5px;
	padding-left: 40px;
	padding-bottom: 10px;
	background: url(images/us-bullet.png) no-repeat 0px;
}

/* Titles */
.title {
	color: #2a2a2a;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.title2 {
	color: #2a2a2a;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Two Columns */
.cols2 {
    width: 100%;
    overflow: hidden;
	/* Top, Right, Bottom, Left */
	padding: 20px 0px 20px 0px;
}
.cols2 div {
	float: left;
    width: 49%;
	/* Top, Right, Bottom, Left */
	margin: 0px 0.5% 0px 0.5%;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.cols2 div {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
}

/* Three Columns */
.col-left3 {
	float: left;
	width: 33.33%;
}
.col-right3 {
	float: right;
	width: 33.33%;
}
.col-middle3 { 
	float: left;
	width: 33.33%;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.col-left3 {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.col-right3 {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.col-middle3 { 
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
}

/* Four Columns */
.cols4 {
    width: 100%;
    overflow: hidden;
	/* Top, Right, Bottom, Left */
	padding: 20px 0px 20px 0px;
}
.cols4 div {
	float: left;
    width: 24%;
	/* Top, Right, Bottom, Left */
	margin: 0px 0.5% 0px 0.5%;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.cols4 div {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
}

/* Five Columns */
.msgs-cols5 {
    width: 100%;
    overflow: hidden;
	text-align: center;
	margin: auto;
}
.msgs-cols5 div {
	float: left;
    width: 19%;
	/* Top, Right, Bottom, Left */
	margin: 0px 0.5% 0px 0.5%;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.msgs-cols5 div {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
}

/* Box 2 */
.box2 {
	min-height: 150px;
	color: #ffffff;
	background: url(images/red-bg.jpg) no-repeat #c91f31;
	/* Top, Right, Bottom, Left */
	margin: 20px 0px 20px 0px;
	/* Borders */
	box-shadow: 0 0 2px 2px #333333;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-text2 {
	font-size: 110%;
	text-align: center;
	text-shadow: 2px 2px 1px #333333;
	/* Top, Right, Bottom, Left */
	padding: 20px 5px 0px 5px; 
}

/* Back to Top Button */
#top {
	display: none;
	position: fixed;
	width: 37px;
	height: 26px;
	bottom: 170px;
	right: 20px;
	cursor: pointer;
	background: url(images/top.png);
	z-index: 3;
}
#top:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

/* Transparent Buttons */
.transparent-button {
	width: 70%;
	height: 60px;
	cursor: pointer;
	border: 1px solid #eaeaea;
	background-color: transparent;
	/* Top, Right, Bottom, Left */
	margin: 20px auto 0px auto;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.transparent-button:hover {
	background: #c91f31;
}
.transparent-button a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
}
.transparent-button a:hover {
	text-decoration: none;
}

/* General Buttons */
.button {
	width: 200px;
	height: 45px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #eaeaea;
	background: #c91f31;
	/* Top, Right, Bottom, Left */
	margin: 10px auto 0px auto;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button:hover {
	border: 1px solid #c91f31;
	background: #eaeaea;
}
.button a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
}
.button a:hover {
	color: #c91f31;
	text-decoration: none;
}
/**** End General CSS ****/



/**** Start Input Styling ****/
input {
	font-family: "Verdana", "Century Gothic", "Tahoma", "Arial", "Times New Roman";
	font-size: 100%;
	color: #4a4a4a;
	width: 90%;
	height: 25px;
	border: 1px solid #eaeaea;
	text-indent: 5px;
	line-height: 1;
	/* Top, Right, Bottom, Left */
	padding: 5px 5px 5px 5px;
}
textarea {
	font-family: "Verdana", "Century Gothic", "Tahoma", "Arial", "Times New Roman";
	font-size: 100%;
	color: #4a4a4a;
	width: 90%;
	height: 150px;
	border: 1px solid #eaeaea;
	text-indent: 5px;
	line-height: 30px;
	overflow: auto;
	/* Top, Right, Bottom, Left */
	padding: 5px 5px 5px 5px;
}
input:focus, textarea:focus, select:focus {
	border-color: #c91f31;
	box-shadow: 0 0 5px #c91f31;
}
select {
	font-family: "Verdana", "Century Gothic", "Tahoma", "Arial", "Times New Roman";
	font-size: 100%;
	color: #4a4a4a;
	width: 90%;
	height: 40px;
	border: 1px solid #eaeaea;
	text-indent: 1px;
	line-height: 1;
	/* Top, Right, Bottom, Left */
	padding: 5px 5px 5px 5px;
}
input#submit {
	display: block;
	width: 50%;
	height: 45px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #eaeaea;
	background: #c91f31;
	margin: auto;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
input#submit:hover {
	color: #c91f31;
	border: 1px solid #c91f31;
	background: #eaeaea;
}

/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	input {
		width: 80%;
	}
	textarea {
		width: 80%;
		height: 150px;
	}
	input#submit {
		width: 60%;
	}
}
/**** End Input Styling ****/



/**** Start Nav Rules ****/
nav a.pull {
	display: none;
}
nav ul {
	float: right;
	padding: 0;
	margin: 0 auto;
}
nav li {
	float: left;
	display: inline;
}
nav a {
	display: inline-block;
	color: #ffffff;
	font-size: 100%;
	text-decoration: none;
	line-height: 25px;
}
nav a:hover {
	color: #b12534;
	text-decoration: underline;
}
nav a.pull {
	display: none;
}

/* Styles for Screens 920px and Lower */
@media only screen and (max-width : 920px) {
	#logo {
		float: left;
		width: 80%;
	}
	nav {
		float: right;
		width: 20%;
	}
	.social {
		display: none;
	}
	nav ul {
		display: none;
	}
  	nav a {
		width: 45px;
		height: 45px;
		float: right;
  	}
	nav a.pull {
		display: block;
		background-color: #a11927;
		/* Borders */
		border: 1px solid #eaeaea;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	nav a.pull:after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		margin-top: 12px;
		margin-left: 12px;
		background: url('images/nav-icon.png') no-repeat;
	}
}
/**** End Nav Rules ****/


/**** Start Push Menu Rules ****/
.menu {
    position: fixed;
	font-size: 95%;
	background: #c91f31;
	overflow: auto;
}

/* Titles and Close Button */
.menu-title-header {
	margin: 0;
	background: #a11927;
	/* Top, Right, Bottom, Left */
	padding: 10px 20px 20px 20px;
}
.menu-title {
	font-size: 170%;
	font-weight: 300;
}
.close {
	color: #ffffff;
	display: inherit;
	font-size: 130%;
	text-align: right;
	cursor: pointer;
}
.close:hover {
	color: #db3244;
}

/* Links */
.menu a {
    display: block;
    color: #ffffff;
    font-size: 110%;
    font-weight: 300;
}
.menu a:hover {
    background: #b12534;
	text-decoration: none;
}
.menu a:active {
    background: #ef2338;   
}

/* Sub Menu Links */
#sub1 {
	font-size: 90%;
	display: none;
	text-indent: 10px;
}
#sub2 {
	font-size: 90%;
	display: none;
	text-indent: 10px;
}
.sub-active {
	background: #b12534;
}

/* Vertical Menu Rules */
.menu-vertical {
    width: 280px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
.menu-vertical a {
    padding: 15px;
	border-bottom: 1px solid #eaeaea;
}

/* Vertical Menu that Slides from Right */
.menu-right {
    right: -280px;
}
.menu-right.menu-open {
    right: 0px;
}

/* Push Classes for Body */
.menu-push {
	position: relative;
    overflow-x: hidden;
    left: 0;
}
.menu-push-toleft {
    left: -280px;
}

/* Transition Effect */
.menu,
.menu-push {
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

/* Styles for Screens 480px and Lower */
@media only screen and (max-height: 480px){
    .menu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .menu-left,
    .menu-push-toright {
        left: 190px;
    }
    .menu-push-toleft {
        left: -190px;
    }
}
/**** End Push Menu Rules ****/