@charset "utf-8";
/*
Theme Name: AMVETS National Headquarters
Theme URI: http://www.amvets.org/
Description: AMVETS National Headquarters for WordPress
Version: 1.0
Tags:
*/ 

/* 
	CSS Document
	AMVETS National Headquarters
	Copyright AMVETS National Headquarters
*/



/**** Start All Properties CSS ****/
* {
	margin: 0;
}
*:focus {
    outline: 0;
}
/**** End All Properties CSS ****/



/**** Start Global CSS ****/
html, body {
	color: #2a2a2a;
	font-family: "Verdana", "Century Gothic", "Tahoma", "Arial", "Times New Roman";
	font-size: 11pt;
	line-height: 25px;
	height: 100%;
	background: #ffffff;
}

/* 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: underline;
}
a:hover {
	color: #a8262e;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* UL and OL */
ul {
	padding-bottom: 10px;
}
ul li {
	line-height: 25px;
	list-style-position: outside;
}
ul ul {
	padding-bottom: 0px;
}
ol {
	padding-bottom: 10px;
}
ol ol {
	padding-bottom: 0px;
}
ol li {
	list-style-position: outside;
}

/* Clearer */
.clearer {
	clear: both;
}

/* Center */
.center {
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}

/* Centered Container */
.container {
	width: 1100px;
	max-width: 98%;
	margin: auto;
}
.container p {
	/* Top, Right, Bottom, Left */
	padding: 0px 10px 10px 0px;
}
/**** End Global CSS ****/



/**** Start Header and Nav ****/
/* Header */
header {
	position: fixed;
	font-family: "Arial", "Century Gothic", "Verdana", "Tahoma", "Times New Roman";
	width: 100%;
	min-height: 150px;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index: 300;
	/* Border */
	border-bottom: 1px solid #ffffff;
	/* Background */
	background: url(images/us-flag-img.jpg) #707070;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	/* Transition Effect */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* Header Containers */
.header-containers {
	width: 1100px;
	max-width: 98.50%;
	margin: auto;
	/* Transition Effect */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* Logo */
#logo {
	position: absolute;
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 15px;
}

/* Logo Img */
a.logo-img {
	display: inline-block;
 	width: 170px;
	height: 164px;
	background: url(images/logo.png);
}
a.logo-img span { 
	display: none; 
}

/* Nav */
nav {
	position: inline-block;
	float: right;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
}

/* Search Div */
#search-div {
	float: right;
	width: 25%;
	text-align: right;
	padding-top: 15px;
}

/* Header Spacer */
.header-spacer {
	padding-top: 150px;
}
/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	.header-spacer {
		padding-top: 171px;
	}
}

/* Smaller Header */
header.smaller {
	min-height: 80px;
}
header.smaller a.logo-img {
	display: inline-block;
 	width: 180px;
	height: 30px;
	background: url(images/logo2.png);
	margin-top: 10px;
}
header.smaller nav {
	padding-top: 20px;
}
header.smaller #search-div {
	display: none;
}
/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	header.smaller nav {
		font-size: 95%;
		padding-top: 5px;
	}
}

/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	/* Logo */
	#logo {
		position: static;
		float: none;
		text-align: center;
		min-height: auto;
		max-width: 98%;
		margin: auto;
	}
	
	/* Logo Img */
	a.logo-img {
		width: 180px;
		height: 30px;
		background: url(images/logo2.png);
		margin-top: 10px;
	}
	
	/* Main Nav */
	nav {
		float: none;
		max-width: 98%;
		margin: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* Search Div */
	#search-div {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	
	/* Search Input */
	.search input {
		width: 180px;
	}
	.search input:focus {
		width: 200px;
	}
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	/* Header */
	header {
		position: absolute;
	}
	
	/* Hide Main Nav */
	nav {
		display: none;
	}
	
	/* Header Containers */
	.header-containers {
		width: 100%;
		max-width: 100%;
	}
}
/**** End Header and Nav ****/



/**** Start Search Field ****/
.search input {
	font-family: "Century Gothic", "Verdana", "Tahoma", "Arial", "Times New Roman";
	font-size: 11pt;
	color: #2a2a2a;
	width: 150px;
	height: 25px;
	text-align: left;
	line-height: 1;
	background: url(images/search-icon.png) left no-repeat #dadada;
	/* Borders */
    border-radius: 15px;
	border: 1px solid #ffffff;
	/* Top, Right, Bottom, Left */
	padding: 5px 0px 5px 30px;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.search input:focus {
	width: 200px;
	background: url(images/search-icon.png) left no-repeat #dadada;
	border-color: #ffffff;
	box-shadow: 0 0 5px #ffffff;
}

/* Search Results */
.search-results {
	padding: 0px;
	margin: 0px;
}
.search-results li {
	font-size: 130%;
	list-style: none;
	padding-bottom: 10px;
}
.search-results li a {
	text-decoration: none;
}
/**** End Search Field ****/



/**** Start Body CSS ****/
/* Body Container */
.body-container {
	width: 1100px;
	max-width: 98%;
	margin: auto;
	/* Top, Right, Bottom, Left */
	padding: 20px 0px 20px 0px;
}
.body-container p {
	/* Top, Right, Bottom, Left */
	padding: 10px 10px 10px 10px;
}

/* Body - Columns Container */
.body-cols-container {
	font-size: 105%;
	/* Top, Right, Bottom, Left */
	padding: 20px 20px 20px 20px;
}
.body-cols-container p {
	/* Top, Right, Bottom, Left */
	padding: 10px 0px 10px 0px;
}

/* Three Columns */
.body-col-left3 {
	float: left;
	width: 20%;
	text-align: center;
}
.body-col-middle3 { 
	float: left;
	width: 60%;
}
.body-col-right3 {
	float: right;
	width: 20%;
	text-align: center;
}
/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	.body-col-left3 {
		display: none;
	}
	.body-col-middle3 { 
		float: none;
		width: 98%;
	}
	.body-col-right3 {
		display: none;
	}
}

/* Body - Headers */
/* H1 */
.body-cols-container h1 {
	position: relative;
	color: #c91f31;
	font-size: 160%;
	font-weight: normal;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.body-cols-container h1:before {
	content: "";
	position: absolute;
	width: 10%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	border-bottom: 2px solid #ddb425;
}
/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	.body-cols-container h1 {
		margin-top: 0px;
	}
}

/* H2 */
.body-cols-container h2 {
	color: #053463;
	font-size: 120%;
	font-weight: normal;
	line-height: 35px;
}

/* H3 */
.body-cols-container h3 {
	color: #c91f31;
	font-size: 120%;
	font-weight: normal;
	line-height: 35px;
}

/* Content Headers */
.content-header {
	height: 45px;
	border: 1px solid #eaeaea;
	background-color: #c91f31;
	/* Top, Right, Bottom, Left */
	margin: 20px auto 10px auto;
}
.content-header p {
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
}
/**** End Body CSS ****/



/**** Start Footer ****/
/* Footer */
footer {
	color: #ffffff;
	font-family: "Century Gothic", "Verdana", "Tahoma", "Arial", "Times New Roman";
	min-height: 250px;
	background: #a8262e;
	/* Box Shadow */
	box-shadow: 0px -3px 3px #707070;
}

/* Footer Links */
footer a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
footer a:hover {
	color: #ffffff;
}

/* Footer Link Active */
.footer-link-active {
	color: #ffffff;
	position: relative;
}
.footer-link-active:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 22px;
	bottom: 0px;
	border-bottom: 2px solid #ffffff;
}

/* Footer Container */
.footer-container {
	width: 1100px;
	max-width: 98%;
	margin: auto;
}
.footer-container p {
	/* Top, Right, Bottom, Left */
	padding: 0px 10px 10px 0px;
}

/* Footer - Three Columns */
.footer-col-left3 {
	float: left;
	width: 15%;
	text-align: center;
	padding-top: 60px;
}
.footer-col-middle3 { 
	float: left;
	width: 60%;
	word-spacing: 6px;
	padding-top: 10px;
}
.footer-col-right3 {
	float: right;
	width: 25%;
	text-align: center;
	padding-top: 25px;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.footer-col-left3 {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-col-middle3 { 
		float: none;
		width: 100%;
		text-align: center;
		word-spacing: normal;
	}
	.footer-col-right3 {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Facebook Button */
a.facebook {
	display: inline-block;
 	width: 40px;
	height: 40px;
	background: url(images/fb.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.facebook span { 
	display: none; 
}
a.facebook:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* Twitter Button */
a.twitter {
	display: inline-block;
 	width: 40px;
	height: 40px;
	background: url(images/tt.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.twitter span { 
	display: none; 
}
a.twitter:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* LinkedIn Button */
a.linkedin {
	display: inline-block;
 	width: 40px;
	height: 40px;
	background: url(images/in.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.linkedin span { 
	display: none; 
}
a.linkedin:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* YouTube Button */
a.youtube {
	display: inline-block;
 	width: 40px;
	height: 40px;
	background: url(images/yt.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.youtube span { 
	display: none; 
}
a.youtube:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* AMVETS Apparel Button */
a.amvets-apparel {
	display: inline-block;
 	width: 80px;
	height: 80px;
	background: url(images/apparel.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.amvets-apparel span { 
	display: none; 
}
a.amvets-apparel:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* AMVETS Quarter Master Button */
a.amvets-quarter-master {
	display: inline-block;
 	width: 80px;
	height: 80px;
	background: url(images/quarter-master.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.amvets-quarter-master span { 
	display: none; 
}
a.amvets-quarter-master:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* AMVETS Thrift Stores Button */
a.amvets-thrift-stores {
	display: inline-block;
 	width: 80px;
	height: 80px;
	background: url(images/thrift-stores.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.amvets-thrift-stores span { 
	display: none; 
}
a.amvets-thrift-stores:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}

/* AMVETS Join */
a.amvets-join {
	display: inline-block;
 	width: 80px;
	height: 80px;
	background: url(images/join.png);
	/* Borders */
	border: 1px solid #ffffff;
}
a.amvets-join span { 
	display: none; 
}
a.amvets-join:hover {
	background-position: bottom;
	/* Transition Effect */
	transition: 0s;
	-webkit-transition: 0s;
}
/**** End Footer ****/



/**** Start General CSS ****/
/* Images */
img {
	height: auto;
	max-width: 100%;
	border: none;
}
.image {
	display: block;
	height: auto;
	max-width: 100%;
	margin: auto;
	/* Borders */
	border: none;
	border-radius: 5px;
	/* Box Shadow */
	box-shadow: 0 0 2px 2px #707070;
}
.image2 {
	display: block;
	height: auto;
	max-width: 100%;
	/* Borders */
	border: none;
	/* Box Shadow */
	box-shadow: none;
	/* Top, Right, Bottom, Left */
	margin: 10px auto 10px auto;
}
.image3 {
	display: block;
	height: auto;
	max-width: 100%;
	/* Borders */
	border: none;
	/* Box Shadow */
	box-shadow: none;
	/* Top, Right, Bottom, Left */
	padding: 30px 0px 30px 0px;
	/* Top, Right, Bottom, Left */
	margin: 10px auto 10px auto;
}

/* Image Container and Centered Text */
.img-container {
	position: relative;
}
.img-text {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #ffffff;
}
.img-text a {
	display: block;
	color: #ffffff;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	cursor: pointer;
	background: rgba(201, 31, 49, 0.3);
}
.img-text a:hover {
	background: #c91f31;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* Divider */
hr {
	border: none;
	width: 80%;
	height: 2px;
	background: url(images/line.png);
	/* Top, Right, Bottom, Left */
	margin: 20px auto 20px auto;
}

.hr2 {
	width: 80%;
	border: 1px dashed #707070;
	/* Top, Right, Bottom, Left */
	margin: 20px auto 20px auto;
}

/* Sliding In Out Effect */
.sio {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.sio:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    transition: width 0s ease, background .5s ease;
}
.sio:after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background: #ddb425;
    transition: width .5s ease;
}
.sio:hover:before {
    width: 100%;
    background: #ddb425;
    transition: width .5s ease;
}
.sio:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* Sliding In Out Effect 2 */
.sio2 {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.sio2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    transition: width 0s ease, background .5s ease;
}
.sio2:after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background: #ffffff;
    transition: width .5s ease;
}
.sio2:hover:before {
    width: 100%;
    background: #ffffff;
    transition: width .5s ease;
}
.sio2:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* Two Columns */
.cols2 {
    width: 100%;
    overflow: hidden;
	padding-top: 10px;
}
.cols2 div {
	float: left;
    width: 48%;
	/* Top, Right, Bottom, Left */
	margin: 0px 1% 0px 1%;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.cols2 div {
		float: none;
		width: 100%;
		padding-bottom: 20px;
		margin: 0px;
	}
}

/* Two Columns - Non-Divs */
.col-left2-2 {
	float: left;
	width: 49%;
	margin-right: 1%;
	padding-top: 10px;
}
.col-right2-2 {
	float: right;
	width: 50%;
	padding-top: 10px;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.col-left2-2 {
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-bottom: 20px;
	}
	.col-right2-2 {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
}

/* Two Columns - Sized */
.col-left2 {
	float: left;
	width: 64%;
	margin-right: 1%;
	padding-top: 10px;
}
.col-right2 {
	float: right;
	width: 35%;
	text-align: center;
	padding-top: 10px;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.col-left2 {
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-bottom: 20px;
	}
	.col-right2 {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
}

/* Three Columns */
.col-left3 {
	float: left;
	width: 32.33%;
}
.col-right3 {
	float: right;
	width: 32.33%;
}
.col-middle3 { 
	float: left;
	width: 32.33%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
/* 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;
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* Four Columns */
.cols4 {
    width: 100%;
    overflow: hidden;
	padding-top: 10px;
}
.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%;
		padding-bottom: 20px;
	}
}

/* Five Columns */
.cols5 {
    width: 100%;
    overflow: hidden;
	padding-top: 10px;
}
.cols5 div {
	float: left;
    width: 18%;
	/* Top, Right, Bottom, Left */
	margin: 0px 1% 0px 1%;
}
/* Styles for Screens 940px and Lower */
@media only screen and (max-width : 940px) {
	.cols5 div {
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0px;
		padding-bottom: 20px;
	}
}

/* Quotes */
blockquote {
	font-style: italic;
	padding-left: 20px;
}

/* General Buttons */
a.button {
	display: block;
	width: 260px;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #053463;
	background: #053463;
	/* Top, Right, Bottom, Left */
	margin: 10px auto 10px auto;
}
a.button:hover {
	color: #053463;
	border: 1px solid #053463;
	background: #ffffff;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	a.button {
		font-size: 90%;
		width: 80%;
	}
}
/* Styles for Screens 480px and Lower */
@media only screen and (max-width : 480px) {
	a.button {
		width: 95%;
	}
}

/* Youtube iFrame Styling */
.youtube-video {
	width: 100%;
	height: 400px;
	/* Borders */
	border: 1px solid #000000;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.youtube-video {
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 100%;
	}
}

/* iFrame Map */
.map {
	width: 100%;
	height: 350px;
	overflow: hidden;
	/* Borders */
	border: none;
	border-radius: 5px;
	/* Box Shadow */
	box-shadow: 0 0 2px 2px #707070;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.map {
		height: 300px;
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 98%;
	}
}

/* iFrame Sites */
.career-assessment {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 850px;
	overflow: hidden;
	/* Borders */
	border: none;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.career-assessment {
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 100%;
	}
}
.legislative-action-center {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 1490px;
	overflow: hidden;
	/* Borders */
	border: none;
	border-radius: 5px;
	/* Box Shadow */
	box-shadow: 0 0 2px 2px #707070;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.legislative-action-center {
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 100%;
	}
}
.legislative-alerts {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 800px;
	overflow: hidden;
	/* Borders */
	border: none;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.legislative-alerts {
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 100%;
	}
}
.vet-heal {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 850px;
	overflow: hidden;
	/* Borders */
	border: none;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.vet-heal {
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 100%;
	}
}

/* MP3 Player */
audio {
	width: 40%;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	audio {
		width: 70%;
	}
}

/* Alignment Divs */
.alignment-divs {
	border-top: 1px ridge #c0c0c0;
	margin-top: 15px;
}
.align-left {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.align-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.align-left {
		float: none;
		text-align: center;
	}
	.align-right {
		float: none;
		text-align: center;
	}
}

/* Back to Top Button */
#top {
	display: none;
	position: fixed;
	width: 40px;
	height: 25px;
	bottom: 280px;
	right: 20px;
	cursor: pointer;
	background: url(images/top.png);
	z-index: 200;
}
#top:hover {
	background-position: bottom;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	#top {
		width: 0px;
		height: 0px;
	}
}
/**** End General CSS ****/



/**** Start CSS for Specific Pages ****/
/** Start Home Page CSS **/
/* Video iFrame */
.video-iframe {
	width: 100%;
	height: 500px;
	border: none;
	overflow: hidden;
	/* Box Shadow */
	box-shadow: 0px 3px 3px #707070;
}
/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	.video-iframe {
		height: 400px;
	}
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.video-iframe {
		height: 300px;
		/* Mobile Friendly Width */
		width: 1px;
		min-width: 100%;
	}
}

/** Start News Archive Page CSS **/
/* Category Titles */
.cat-title {
	font-size: 130%;
}
.cat-title a {
	text-decoration: none;
}

/* Wordpress Sticky Post Styling */
.sticky {
	border: 1px solid #c0c0c0;
	/* Top, Right, Bottom, Left */
	padding: 5px 5px 5px 5px;
}
.sticky:before {
	content: "Featured Post";
	float: right;
	color: #ffffff;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	background: #c91f31;
	margin-bottom: 10px;
	/* Top, Right, Bottom, Left */
	padding: 10px 10px 10px 10px;
}
/**** End CSS for Specific Pages ****/



/**** Start Input Styling ****/
input {
	font-family: "Century Gothic", "Verdana", "Tahoma", "Arial", "Times New Roman";
	font-size: 100%;
	color: #2a2a2a;
	width: 90%;
	height: 30px;
	border: 1px solid #053463;
	text-indent: 5px;
	line-height: 1;
	/* Top, Right, Bottom, Left */
	padding: 5px 5px 5px 5px;
}
textarea {
	font-family: "Century Gothic", "Verdana", "Tahoma", "Arial", "Times New Roman";
	font-size: 100%;
	color: #2a2a2a;
	width: 90%;
	height: 100px;
	border: 1px solid #053463;
	line-height: 1;
	overflow: auto;
	/* Top, Right, Bottom, Left */
	padding: 10px 5px 10px 10px;
}
input:focus, textarea:focus {
	border-color: #053463;
	/* Box Shadow */
	box-shadow: 0 0 5px #053463;
}
select {
	font-family: "Century Gothic", "Verdana", "Tahoma", "Arial", "Times New Roman";
	font-size: 100%;
	color: #2a2a2a;
	width: 90%;
	height: 35px;
	border: 1px solid #053463;
	text-indent: 5px;
	line-height: 1;
	/* Top, Right, Bottom, Left */
	padding: 5px 5px 5px 5px;
}
input[type=checkbox] {
	display: block;
}
input#submit {
	display: block;
	width: 50%;
	height: 45px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #053463;
	background: #053463;
	margin: auto;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
input#submit:hover {
	color: #053463;
	border: 1px solid #053463;
	background: #ffffff;
}
.wpjb-submit {
	display: block;
	width: 50%;
	height: 45px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #053463;
	background: #053463;
	margin: auto;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.wpjb-submit:hover {
	color: #053463;
	border: 1px solid #053463;
	background: #ffffff;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	input {
		width: 80%;
	}
	textarea {
		width: 80%;
		height: 150px;
	}
	select {
		width: 80%;
	}
	input#submit {
		width: 60%;
	}
	.wpjb-submit {
		width: 60%;
	}
}

/* Custom Select - For Maps */
#location_search_distance_field {
	width: 50%;
}

/* Smaller Inputs */
.centered-form {
	width: 70%;
	margin: auto;
}
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {
	.centered-form {
		width: 100%;
	}
}
/**** End Input Styling ****/



/**** Start Nav Rules ****/
/* Second Nav */
#second-nav {
	display: none;
}

/* Nav Settings */
nav a {
	cursor: pointer;
	text-decoration: none;
}
nav ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
nav ul li {
	float: none;
	display: table-cell;
	width: auto;
	min-width: 100px;
}
nav ul li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	/* Transition Effect */
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
nav ul li a:hover {
	color: #ffffff;
}
nav ul li a#pull {
	display: none;
}

/* Drop Downs */
nav ul ul {
	position: absolute;
	display: none;
	text-transform: none;
	list-style: none;
	padding-top: 15px;
	z-index: 100;
}
nav ul li:hover > ul {
	display: block;
	width: 250px;
}
nav ul ul li {
	float: left;
	position: relative;
	/* Borders */
	border: 1px solid #ffffff;
	border-top: none;
}
nav ul ul li a {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	text-indent: 10px;
	background: #c91f31;
}
nav ul ul li:first-child a {
	/* Borders */
	border-top: 1px solid #ffffff;
}
nav ul ul li a:hover {
	background: #a8262e;
}
/* Styles for Screens 1110px and Lower */
@media only screen and (max-width : 1110px) {
	/* Drop Downs */
	nav ul li:hover > ul {
		width: 220px;
	}
	nav ul ul li a {
		font-size: 90%;
		width: 220px;
	}
}

/* Drop Downs 2 */
nav ul ul ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	text-transform: none;
	list-style: none;
	z-index: 100;
	padding-top: 0px;
	margin-top: -1px;
}
nav ul ul ul li a {
	width: 225px;
}
nav ul ul ul li a:after {
	display: none;
}

/* Nav Actives */
.nav-active {
	color: #ffffff;
	position: relative;
}
.nav-active:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 25px;
	bottom: 0px;
	border-bottom: 2px solid #ddb425;
}
.sub-active {
	background: #a8262e;
}

/* Donate Button */
.donate-button {
	height: 40px;
	line-height: 40px;
	background: #053463;
	margin-top: 15px;
	/* Borders */
	border-radius: 5px;
	border: 1px solid #ffffff;
	/* Transition Effect */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.donate-button:hover {
	background: #a8262e;
}
.donate-button a {
	display: block;
	color: #ffffff;
}

/* Donate Button 2 */
.donate-button2 {
	background: #053463;
}

/* Right Arrow Icon */
.right-arrow a:after {
	float: right;
	content: "\27A7 ";
	padding-right: 10px;
}
	
/* Styles for Screens 768px and Lower */
@media only screen and (max-width : 768px) {	
	/* Second Nav - Clearfix */
	.clearfix:before,
	.clearfix:after {
		content: "";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}
	
	/* Donate Button 2 */
	.donate-button2 {
		color: #000;
		background: #053463;
	}
	
	/* Show Second Nav */
	#second-nav {		
		display: block;
		float: none;
		width: 100%;
		height: 100%;
		font-size: 95%;
		font-weight: bold;
		text-transform: uppercase;
		padding-top: 20px;
		margin: auto;
	}
	#second-nav a {
		cursor: pointer;
		text-decoration: none;
	}
	#second-nav ul {
		display: none;
		list-style: none;
		padding: 0px;
	}
	#second-nav ul li {
		height: 40px;
		text-indent: 10px;
		background: #c91f31;
		margin: auto;
		/* Borders */
		border-top: 1px solid #ffffff;
		border-bottom: none;
	}
	#second-nav ul li a {
		display: block;
		color: #ffffff;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0px; 
	}	
	#second-nav li a:hover {
		background: #a8262e;
	}
	
	/* Secondary Sub Menus */
	#second-nav ul li div {
		background: #eb2e42;
	}
	
	/* Menu Button */
	#second-nav a#pull {
		position: relative;
		display: block;
		width: 100%;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		text-align: center;
		background: #a8262e;
		margin: auto;
		/* Borders */
		border-top: 1px solid #ffffff;
		border-bottom: none;
	}
	#second-nav a#pull:hover {
		background: #a8262e;
	}
	#second-nav a#pull:after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 30px;
		height: 20px;
		left: 15px;
		top: 10px;
		background: url(images/nav-icon.png) no-repeat;
	}
	
	/* Hide Primary Sub Menus */
	/* Who We Are */
	.whoweare-subm {
		display: none;
	}
	.whoweare-subm a {
		text-indent: 25px;
		text-transform: none;
	}
	.whoweare-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* What We Do */
	.whatwedo-subm {
		display: none;
	}
	.whatwedo-subm a {
		text-indent: 25px;
		text-transform: none;
	}
	.whatwedo-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Membership */
	.membership-subm {
		display: none;
	}
	.membership-subm a {
		text-indent: 25px;
		text-transform: none;
	}
	.membership-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Press */
	.press-subm {
		display: none;
	}
	.press-subm a {
		text-indent: 25px;
		text-transform: none;
	}
	.press-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Events */
	.events-subm {
		display: none;
	}
	.events-subm a {
		text-indent: 25px;
		text-transform: none;
	}
	.events-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Hide Secondary Sub Menus */
	/* Leadership */
	.leadership-subm {
		display: none;
	}
	.leadership-subm a {
		text-indent: 40px;
		text-transform: none;
	}
	.leadership-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Employing Veterans */
	.employingvets-subm {
		display: none;
	}
	.employingvets-subm a {
		text-indent: 40px;
		text-transform: none;
	}
	.employingvets-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Your Voice in DC */
	.yourvoice-subm {
		display: none;
	}
	.yourvoice-subm a {
		text-indent: 40px;
		text-transform: none;
	}
	.yourvoice-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
	
	/* Submit Reports */
	.submitreports-subm {
		display: none;
	}
	.submitreports-subm a {
		text-indent: 40px;
		text-transform: none;
	}
	.submitreports-subm a:before {
		content: "\BB ";
		padding-right: 5px;
	}
}
/**** End Nav Rules ****/