@charset "utf-8";
/* donate styles */
#donate_tabs {
    background: transparent;
    border: none;
}
#donate_tabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#donate_tabs .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: none;
}
#donate_tabs .ui-tabs-nav .ui-state-active {
    background: transparent url(/img/uiTabsArrow.png) no-repeat bottom center;
    border: none;
}
#donate_tabs .ui-tabs-nav .ui-state-default a {
    color: #c0c0c0;
}
#donate_tabs .ui-tabs-nav .ui-state-active a {
    color: #459e00;
}

/* global styles */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
html, body {
	width:100%;
	height:100%;
}
body {
	background-color:#fff;
	color:#404040;
	font-family:'Roboto Slab', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:1.5em;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
h1, h2, h3, h4, h5 {
	margin:0 0 24px 0;
	font-weight:300;
	letter-spacing:-.54px;
	line-height:1em;
}
h1 {
	font-size:2.5em;
	letter-spacing:-2px;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.25em;
}
h5 {
	font-siZe:1.05em;
	letter-spacing:-.25px;
}
a {
	color:#211fbf;
}
a.btn {
	display:inline-block;
	padding:.5em 1em;
	background:#404040;
	background:rgba(0,0,0,0.75);
	color:#fff;
	font-weight:400;
	text-decoration:none;
}
p {
	margin-bottom:1.5em;
}
img {
	display:inline-block;
	max-width:100%;
	-ms-interpolation-mode:bicubic;
	border:1px solid #000;
}
.o_logo {
	display:inline-block;
	max-width:100%;
	-ms-interpolation-mode:bicubic;
	border:0px;
}
img.veterans {
	width:100%;
	height:auto;
	padding:0px;
	border: 0px;
}
img.vietnam {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
iframe {
	max-width:100%;
}
hr {
	clear:both;
	border:0;
	height:1px;
	background:white;
	margin:1em 0;
}
dt {
	font-weight:400;
	font-size:125%;
}
dd {
	margin-bottom:1.5em;
}

/* global layout */
div.letter {
	border: 1px solid #000;
	margin-bottom: 5px;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1.8em;

}
div.container {
	position:relative;
	float:left;
	margin-top:152px;
	width:100%;
	height:100%;
}
div.width {
	position:relative;
	margin:0 auto;
	max-width:1000px;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
div.padding {
	padding:2em 0;
}
div.col {
	float:left;
	margin:0 3% 0 0;
}
div.col:last-child {
	margin-right:0;
}
div.span25 {
	width:22.75%;
}
div.span33 {
	width:31.3333%;
}
div.span50 {
	width:48.5%;
}
div.span66 {
	width:65.6666%;
}
div.span75 {
	width:73%;
}
div.span100 {
	margin:0;
	width:100%;
}
div.clear {
	clear:both;
}
div#logonav {
	position:fixed;
	z-index:10000;
	width:100%;
	padding:1em;
	background:url(../img/bgFadeWhite95.png);
	background:rgba(255,255,255,0.95);
	background:#fff;
	box-shadow:0 0 .5em #404040;
}
div#logo {
	float:left;
}
div#logo img {
	display:block;
	height:100px;
	width:auto;
}
div#nav {
	float:right;
	width:50%;
	padding:.5em 0;
	text-align:right;
	font-size:14px;
	line-height:2.25em;
}
div#nav a {
	display:inline-block;
	margin:0 0 0 1.5em;
	color:#070559;
	text-decoration:none;
}
div#nav a:hover {
	color:#a373a7;
}
div#navToggle {
	display:none;
}
.bgBlur1 {
	background-color:#d2bbf2;
	background:url(../img/bgBlur1.jpg) center center no-repeat;
	background-size:cover;
}
img.flipped {
	display:block;
	-webkit-transform:scaleY(-1);
	-moz-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
	-ms-filter:"FlipV";
	filter:FlipV;
}

/* pages */

div.home {
	font-family: Tahoma, sans-serif;
	position: relative;
	width: 100%;
	background: url(../img/bgBlurHome2.jpg) center center no-repeat;
	background-size: cover;
	background-color: #2e57a6;
	color: #fff;
}
.rslides_container {
	position:relative;
	float:left;
	/* width:100%; */
}
ul.rslides {
	position:relative;
	list-style-type:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	border:1px solid #000;
}
ul.rslides li.rslides {
	list-style-type:none;
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
ul.rslides li.rslides:first-child {
	position:relative;
	display:block;
	float:left;
}
ul.rslides li.rslides img {
	display:block;
	height:auto;
	float:left;
	max-width:100%;
	border:0;
}
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
}
.centered-btns_nav:active {
  opacity: 1.0;
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.centered-btns_nav:focus {
  outline: none;
}
.centered-btns_tabs {
  margin-top: 10px;
  text-align: center;
}
.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
}
.centered-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}
span#hometag {
	display:inline-block;
	font-size:1.5em;
	line-height:1em;
}
a#mobilePhone, a#mobileMap, span.mobilePhone {
	display:none;
}
div.footer {
	background:url(../img/bgFooter.jpg) center center no-repeat, #404040;
	background:cover, cover;
	color:#fff;
	font-size:14px;
}
div.footer a {
	margin-right:.75em;
	margin-left:.75em;
	color:#fff;
	text-decoration:none;
}
div.footer a:last-child {
	margin-right:0;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
input.contactForm, textarea.contactForm {
	width:100%;
	padding:.5em;
	background:#ccc;
	background:rgba(0,0,0,0.2);
	border-style:none;
	color:#000;
	font-size:16px;
	font-weight:300;
	font-family:'Roboto Slab', sans-serif;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
input.contactForm:focus, textarea.contactForm:focus {
	background:#b3b3b3;
	background:rgba(0,0,0,0.3);
}
form input[type=submit] {
	border:none;
	display:inline-block;
	padding:.5em 1em;
	background:#404040;
	background:rgba(0,0,0,0.75);
	font-family:'Roboto Slab', sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#fff;
	font-weight:400;
	text-decoration:none;
	cursor:pointer;
}
form a.btn {
	float:left;
}
input.formField1 {
	display:none;
}

/* mobile styles */

@media only screen and (max-width:1019px) {
	
body {
	font-size:14px;
	line-height:21px;
}
h1, h2, h3, h4 {
	font-weight:300;
}
div.container {
	position:absolute;
	margin-top:88px;
}
div.padding {
	padding:1.5em;
}
div.col {
	float:none;
	clear:both;
}
div.left, div.right {
	margin:0;
}
div.span25, div.span33, div.span50, div.span66, div.span75 {
	width:100%;
}
div#logo img {
	height:60px;
	width:auto;
}
div#navToggle {
	display:block;
	position:absolute;
	top:1em;
	right:.5em;
	width:auto;
	text-align:right;
}
div#navToggle img {
	float:right;
	width:24px;
	height:auto;
}
div#nav {
	clear:both;
	display:none;
	width:100%;
	margin-bottom:.5em;
	font-size:16px;
	line-height:1em;
}
div#nav a {
	display:block;
	float:left;
	width:100%;
	margin:1em 0 0 0;
	text-align:center;
}
div.jumpnav a {
	display:inline-block;
	width:100%;
}
div.footer a {
	display:block;
	margin:0 0 1em 0;
}
div.footer a:last-child {
	margin-bottom:0;
}

/* home page */

div.home div.span33 {
	text-align:center;
}
span#hometag {
	padding:0;
	font-size:150%;
	line-height:1em;
}
a#mobilePhone, a#mobileMap {
	float:left;
	display:block;
	width:50%;
	margin:0;
	padding:.75em 0;
	background:#808080;
	background:rgba(0,0,0,0.5);
	background:#181446;
	font-size:150%;
	line-height:1em;
	color:#fff;
	text-align:center;
	text-decoration:none;
	z-index:9999;
}
a#mobilePhone {
	border-right:1px solid #d18da2;
}
a#mobileMap {
	border-left:1px solid #d18da2;
}
div#mobilePhone a {
	display:block;
	margin:0 auto;
	padding:.5em 1em;
	background:url(../img/iconPhoneHome.png) 1em center no-repeat, rgba(0,0,0,0.5);
	background-size:29px 45px, 100% 100%;
	font-size:200%;
	line-height:1em;
	color:#fff;
	text-decoration:none;
}
span.mobilePhone {
	display:inline;
}
div#contact {
	background:#404040;
}

}
