/*
_______________________________
Desktop version layout - place your custom code here */
.image-style-align-center {
margin:auto;
}

body {
	background: #f1f1f1;
}

.banner_top {
	/*background: #001e5a;*/
	/* background: #ab0534; */
	background: #0054a6;
	/*border-bottom: 1px solid #3073fa;*/
	border-bottom: 1px solid #026fc8;
}

.banner_top h1 {
	color: #fff;
	font-size:	1em;
	margin: 0;
	line-height: 2em;
	font-family: 'Ovo', serif;
	text-transform:uppercase;
}

.banner_bottom {
	/*background: #0038a8;*/
	/* background: #00467f; */
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}

.banner_bottom img {
	margin-bottom: 0;
	float: left;
}

.banner_bottom #tagline {
	margin-left: 140px;
	color: #9dbdfb;
	font-size: 1.7em;
	font-family: 'Ovo', serif;
	line-height: 1.4;
	/*text-shadow:0 1px 0 #c9dafb;*/
margin-top: 1rem;
}

.banner_home {
	background: #d0defb;
	border-bottom: 1px solid #a9b8d8;
	position: relative;
}

.banner_home img {
	padding: 1em 0;
	display: block;
	margin: 0;
}

.banner_home #caption {
	position: absolute;
	top: 40%;
}

.banner_home #caption #caption_title {
	background: #00467F;
}

.banner_home #caption p {
	float: left;
	font-size: 1.4em;
	letter-spacing: .2em;
	padding: .35em 1em;
	color: #fff;
	background: #000;
	clear: left;
	margin: 0;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.7;
}

.content {
	padding-top: 2em;
	padding-bottom: 2em;
	background: #fff;
}

.nav ul {
	list-style-type: none;
	margin-bottom: 0;
}

.nav ul li {
	margin-left: 0;
	border-bottom: 1px solid #ddd;
	/*text-transform: uppercase;*/
	font-size: 1em;
	
}

.nav ul li ul li {
	margin-left: 1em;
	border-bottom: none;
	font-size: .9em;
}

.nav ul li a {
	display: block;
	color: #666;
	line-height: 1.2;
	padding: .4em 0;
}

.nav ul li ul li a {
	padding: .2em 0;
}

.nav ul li a:hover {
	color: #001E5A;
	text-decoration: none;
}

.nav ul li.active a {
	color: #001E5A;
/*
background-image: #D0DEFB;
/* IE10 *!/ 
background-image: -ms-linear-gradient(right, #FFFFFF 0%, #D0DEFB 50%);

/* Mozilla Firefox *!/ 
background-image: -moz-linear-gradient(right, #FFFFFF 0%, #D0DEFB 50%);

/* Opera *!/ 
background-image: -o-linear-gradient(right, #FFFFFF 0%, #D0DEFB 50%);

/* Webkit (Safari/Chrome 10) *!/ 
background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(.5, #D0DEFB));

/* Webkit (Chrome 11+) *!/ 
background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #D0DEFB 50%);

/* Proposed W3C Markup *!/ 
background-image: linear-gradient(right, #FFFFFF 0%, #D0DEFB 50%);}
*/
}

.nav ul li.active ul li a {
	color:  #666;
}

.nav ul li.active ul li a:hover {
	color: #001E5A;
	text-decoration: none;
}

.nav ul li.active ul li.active a {
	font-style: italic;
	color:  #333;
}

/* GIVE ribbon icon */
 .ribbon {
 margin-top: 2em;
 margin-left: auto;
 margin-right: auto;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 75px;
  /*  border: 50px solid #fc4349; */
     border: 50px solid #E1030B;
    
    border-top: 0 solid;
    border-bottom: 10px solid rgba(0,0,0,0);
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    /*color: rgba(0,0,0,1); */
    color: rgba(255,3,11);
    -o-text-overflow: clip;
    text-overflow: clip;
  }
  .ribbon span {
  background-color: #E1030B;
    position: absolute;
    font-size: 2rem;
    left: -2.4rem;
    top: 2.3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
  }
 

ol {
	list-style-type: decimal;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

.imgRight { 
float:right;
margin-top:  15px;
margin-left: 10px;
margin-bottom: 10px;
}

/*#rightcol {
float: right;
padding:  5px;
background: #FFF;
/*width:  160px;*!/
margin-right: 20px;
/*position: relative;
top: -750px;
left:  500px;*!/
}

#rightcol img {
display:block;
margin-bottom:  20px;
margin-left: auto;
margin-right: auto;
}*/

.logos {
	text-align: center;
}

.logos img {
	margin-right: 1em;
}

/* GIVE donation page
================================================*/

#give { 
	margin-bottom: 2rem; 
}

#give a {
	color: #444;
}

#give a:hover, #give a :visited {
	color: #eb6721; 
}

#give #donation-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 10px;
	margin-bottom: 3rem;
}

#give #donation-options a {
	text-align: center;
	padding: 1.5rem; 
	background-color: #058;
	color: #fff;
	text-transform: uppercase;
}

#give #donation-options a:hover {
	background-color:#163c54;
	text-decoration: none; 
}

#give #donation-content div:not('#donation-designation-choice') {
	display: none; 
}

#give .grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 10px;
	margin-bottom: 2rem;
}

#give .callout {
	/* background-color: #058;
	padding: 2rem; */
	/* margin-bottom: 3rem !important; */
}

#give .callout .grid-container {
	margin-bottom: 0;
}

#give .callout .grid-container a {
	background-color: #F1F1F1;
}

#give #donation-designation h3.featured {
	text-align: center;
}

#give #donation-designation #donation-designation-choice {
	padding: 1rem; 
	background-color: #2B458F;
	color: #fff;
	text-align: center;
	margin: 2rem 0;
}

#give #donation-designation #donation-designation-choice p {
	margin-bottom: 0;
}

#give #donation-designation #donation-designation-choice p,
#give #donation-designation #donation-designation-choice select {
	display: inline-block;
}

#give #donation-designation [id*="designations"] {
	display: none;
}

#give .grid-container a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem;
	background-color: #F1F1F1;
}

#give .grid-container a:hover, #give .callout .grid-container a:hover {
	background-color: #163c54;
	color: #fff;
	text-decoration: none;
}

/* Give Homestead Scholarship Information page
================================================*/

/* #give.hometown-info .container {
	display: grid; 
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	gap: 5%;
	margin-bottom: 2rem;
}

#give.hometown-info .container .callout {
	margin-bottom: 0;
}

#give.hometown-info .container .callout a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #00467f;
	padding: 1rem;
}

#give.hometown-info .container .callout a span {
	font-size: 1.25rem;
}

#give.hometown-info .container .callout a img {
	margin: 0 auto 1rem auto;
} */

#give.hometown-info .custom-col-1 {
	/* padding-right: 1rem; */
	width: 62.85%;
	float: left;
	/* box-sizing: border-box; */
}

#give.hometown-info .custom-col-2 {
	width: 22.15%;
	float: left;
	margin-left: 3.8%;
}

@media only screen and (max-width: 767px) {
	#give.hometown-info .custom-col-1 {
		width: 100%;
		margin: 0;
	}

	#give.hometown-info .custom-col-2 {
		width: 100%;
		margin: 0;
	}
}

#give.hometown-info .grid-container {
	margin-bottom: 0; 
}

#give.hometown-info svg {
	font-size: 9em;
	width: 0.875em;
	height: 3rem;
	margin: 0 auto 20px auto;
}

#give.hometown-info a {
	flex-direction: column;
	background-image: none;
	line-height: 25.6px;
}

#give.hometown-info a span {
	font-size: 1.25rem;
}

/* Give Homestead County Scholarship All Counties page
================================================*/

#counties-content {
	columns: auto 4; 
	column-gap: 2rem;
}

#counties-content-mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	#counties-content {
		display: none;
	}

	#counties-content-mobile {
		display: block;
	}
}

#counties-content .county {
	/* margin-bottom: 2rem; */
	display: inline-block;
}

#counties-content h3:not(:first-of-type) {
	/* display: inline-block; */
	margin-top: 1rem; 
}

#counties-content h3 {
	border-bottom: 2px solid rgb(223, 220, 220);
}

#counties-content-mobile > div:first-of-type {
	margin-bottom: 1rem;
}

#counties-content-mobile>div:first-of-type a {
	font-size: 1.3em;
	font-weight: 900;
	border-bottom: 2px solid rgb(223, 220, 220);
}

#counties-content-mobile ul {
	list-style-type: none;
}

#counties-content-mobile ul li {
	margin-left: 0;
}

#counties-content-mobile form select,
#counties-content-mobile form button {
	width: 100%;
	display: block;
	padding: 0.85em 1em;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	webkit-transition: background-color 0.25s ease-out,	color 0.25s ease-out;
	font-size: 0.9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	background-color: transparent;
	appearance: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	background: none;
	border: 1px solid #000;
	box-sizing: border-box;

}

#counties-content-mobile form select {
	margin-bottom: 1rem;
}

/* Tables
================================================*/

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
	background: transparent;
}

td, th {
	line-height: 1.2em;
	padding: 8px 8px 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*background: #fff;*/
}

table.bgwhite td,th {
	background: #fff;
}

th {
	background: #E6E6E6;
	text-align: center;
	font-weight: bold;
}

#blackBox, #greenBox, #lightblueBox, #blueBox, #greyBox, #redBox, #yellowBox {
	width: 1em;
	height: 1em;
	background: #000000;
	display: block;
	float: left;
	margin-right: .5em;
}

#greenBox {
	background: #A4BD39;
}

#blueBox {
	background: #6fcaef;
}

#lightblueBox {
	background: #c8e6f7;
}

#greyBox {
	background: #9d9fa0;
}

#redBox {
	background: #b7152f;
}

#yellowBox {
	background: #faf7a2;
}

/* Accordion
-------------------------------------------------------------------------*/

#accordion h3 a {
	display: block;
	font-size: .8em;
	font-weight: normal;
	padding: .25em .25em .15em .25em;
	line-height: 1;
	color: #434343;
	margin-right: 1em;
	cursor: pointer;
	text-decoration: none;	
}

#accordion div {
	margin-bottom: 1em;
}

#accordion h3.ui-state-default {
background: #ebebeb url("/assets/images/accordion_open.png") no-repeat right center;	
	border: 1px solid #e1e1e1;
}

#accordion h3.ui-state-active {
background: #ebebeb url("/assets/images/accordion_close.png") no-repeat right center;	
	border: 1px solid #e1e1e1;
}


/* Silent Auction Carousel
-------------------------------------------------------------------------*/

#carousel {
	background: #ccc;
	color: #333;
	/*margin: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;*/
	
	position: relative;
	width: 520px;
	height: 260px;
/*border: 2px solid #FFF; */
margin-bottom: 2em;
	
}

/*
#carousel #head_statement {
position: absolute;
background: #333;
width:  250px;
height: 300;
float:left;
color: #fff;
font-weight: bold;
font-size:  16px;
margin-top:  50px;
margin-left:  25px;
z-index: 2;
}
*/

#carousel ul {
	position: relative;
	background: #333;
	float: left;
	height: 260px;
	list-style: none;
	width: 520px;
	padding: 0;
	margin: 0;
}

#carousel .slide_item {
	background: #333;
	margin: 0px;
	padding: 0;
	width: 520px;
	height: 260px;
	position: absolute;
	left:  0px;
	z-index: 1;
		
}

/*#carousel .slide_item .slide_overlay {  /* CAPTIONS *!/
	position: absolute;
	left: 0; /*needed for ie6*!/
	bottom: 0;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70); /*needed for IE6*!/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /*needed for IE8*!/
	color: #fff;
	width: 490px;
	border: 1px solid #6C6C6C;
	padding: 6px;
	margin: 5px;
	z-index: 10;	
}*/
/*
#carousel .slide_item .img_link a {
	color: #fff;
	background: #b13c19;
	padding: 3px 8px 3px 5px;
	border: 1px solid #d5694a;
	border-right: none;
	text-decoration: none;
}

#carousel .slide_item .img_link { /* LEARN MORE LINK *!/
	position: absolute;
	top: 15px;
	right: 10px;
}

#carousel .top {
	text-align: right;
    padding: 5px;
	margin: 0;
	height: 1%;
}

#carousel .top h2 {
	float: left;
	display: block;
	font-size: 1.5em;
	padding-top: 3px;
	font-weight: normal;
	color: #333;
	margin: 0px;
}*/


#carousel .img_buttons { /* NUMBER LINKS */
	font-size: .8em;
	padding: 0;
margin: 0;
	/*padding-top: 3px;*/
}

#carousel .img_buttons a.img_button {
line-height:  1em;
border: 2px solid #bbb;
	color: #333;
	background: #f1f1f1;
 padding: 4px 4px 2px 4px;
	text-decoration: none;
	margin: 1px;
}

#carousel .img_buttons a.selected {
	background: #bbb;
	color: #fff;
	border: 2px solid #f1f1f1;
}

#win_buttons {

position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

/* =Buttons
-------------------------------------------------------------------------*/
#btns {
	clear: both;
	margin-left: 35px;
}

#btns h3 {
margin-left: -35px;
}
#btns .btn a:hover {
/*color:  #DA9980;*/
color:  #ffffff;
}

#btns .btn a {
	color:#FF6;
 	float:left;  
	height: 70px;
	text-decoration:none;
	width: 350px;
	padding: 40px 0 0 15px;
	text-align: left;
	margin-left:  0;
	letter-spacing:  2px;
/*	margin: 25px 0 40px; */
}
#btns .btn h2 {
	text-align: left;
	font-size: 1.2em;
	padding-bottom: 0;
}

#btns .btn span {
	padding-right: 30px;
	line-height: 1.4;
	font-size:  1em;
	padding-top: 5px;
}

#btns .btn a {
	background: #FFF url(/assets/images/rsvp-button.png) no-repeat;
	margin-right: 15px;
}

#btns .btnArrow {
	color: #FF6;

}

/* SAVE THE DATE PAGE */

#saveDate h2 {
font-size:  2.5em;
color:  #ab0534;
}

#saveDate em {
color:  #666;
}

#saveDate strong {
color: #00467F;
}

#saveDate img {
float:right;
margin-right:  330px;
}

/*  RSVP FORM */

#frm_rsvp {
	font-size: .9em;
	line-height: 1.4;
}

#frm_rsvp fieldset label {
color: #000;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1em;
}

#frm_rsvp select, #frm_rsvp input {
	width: 90%;
	font-size:  .9em;
}


#frm_rsvp select {
border: 1px solid #666;
padding: 2px;
}


#frm_rsvp fieldset {
	border: 1px solid #d2d2d2;
	background: #f1f1f1;
	margin-bottom: 1.5em;
	padding: 1em;
	width: 90%;
}

#frm_rsvp legend {
	color: #000000;
   	font-weight: bold;
   	padding: 0.3em 0.5em;
   	font-size:  1.1em;
}

#frm_rsvp em {
	font-size: .9em;
	line-height: 1.4;
}

#frm_rsvp #btnSubmit {
	width: 20%;
/*	margin-left:  10%; */
	font-size: 1.1em;
}

#frm_rsvp .important {
	color: #C00;
}

#frm_rsvp .tables {
	float: left;
	padding-right: 2em;
}

#frm_rsvp .tables ol {
	padding-left: 0;
}

#frm_rsvp .tables ol li {
	margin-bottom: .5em;
}

#frm_rsvp .tables em {
	display: inline;
}

#frm_rsvp #table_level_group select {
	width: 50%;
}

#frm_rsvp .rdoBtn {
background: #fff;
border: none;
}

#rsvp_confirm fieldset {
border-top: 1px solid #d2d2d2;
	background: #fff;
	margin-bottom: 1.5em;
	padding: 1em;
	width: 60%;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#rsvp_confirm legend {
	color: #000000;
   	font-weight: bold;
   	padding: 0.3em 0.5em;
   	font-size:  1.1em;
}

#rsvp_confirm fieldset label {
	margin: 0;
	padding: 0;
	display: block;
	font-size: .9em;
	font-weight: bold;
}

#rsvp_confirm fieldset div {
padding-bottom:  15px;
}

#rsvp_confirm table, #rsvp_confirm td {
border: none;
}

#guest_list td {
border: none;
}

/*
form label.error {
	display:block;
	margin-top:  5px;
	width:auto;
}
*/

form label.error, label.error {
display:block;
width:  80%;
/*margin-top: 5px;
padding: 5px 4px; */
	color: #fff !important;
	font-style: italic;
	background:  #C00;
}

form input.error {
	border: 1px dashed red!important;
}

form #table_level_group, form #sponsor_level_group {
	position: relative;
	padding-bottom: 10px;
}

form #table_level_group label.error, form #sponsor_level_group label.error {
	position: absolute;
	bottom: 0;
}

form #sponsor_level_group ul {
	margin-left: 2em;
	font-size: .9em;
	
}

form #sponsor_level_group input {
	float: left;
	width: auto;
	margin-right:  1em;
}


/* Buttons
----------------*/

#btnSubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fc9d94;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fc9d94;
	box-shadow:inset 0px 1px 0px 0px #fc9d94;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d46464), color-stop(1, #b04747) );
	background:-moz-linear-gradient( center top, #d46464 5%, #b04747 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d46464', endColorstr='#b04747');
	background-color:#d46464;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #964944;
	display:inline-block;
	color:#ffffff!important;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #730c05;
	width: auto!important;
	font-size: 1em;
}#btnSubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b04747), color-stop(1, #d46464) );
	background:-moz-linear-gradient( center top, #b04747 5%, #d46464 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b04747', endColorstr='#d46464');
	background-color:#b04747;
	color:  #fff;
	cursor: pointer;
}#btnSubmit:active {
	position:relative;
	top:1px;
}


/* Auto add extension icon to document links
-------------------------------------------------------------------------*/
a[href$='.pdf'] {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/pdf.png) 100% 0 no-repeat;
}

a[href$='.doc'], a[href$='.docx'], a[href$='.dotx']  {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/doc.png) 100% 0 no-repeat;
}

a[href$='.xls'], a[href$='.xlsx'] {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/xls.png) 100% 0 no-repeat;
}

a[href$='.ppt'] {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/ppt.png) 100% 0 no-repeat;
}

a[href$='.pptx'] {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/ppt.png) 100% 0 no-repeat;
}

a[href$='.zip'] {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/zip.png) 100% 0 no-repeat;
}

a[href$='.ics'] {
padding-right:20px;
padding-bottom: 2px;
line-height:18px;
background: url(/assets/images/icons/ics.png) 100% 0 no-repeat;
}

a[href$='.pdf'] img {
	background: none;	
}

a.noicon {
	background: none;
	padding: 0;
}

a.siteName {
text-decoration: none;
color: #fff;
border: none;
}

#reports table {
	font-size: .8em;
}


#blackBox, #greenBox, #blueBox {
	width: 1em;
	height: 1em;
	background: #000000;
	display: block;
	float: left;
	margin-right: .5em;
}

#greenBox {
	background: #A4BD39;
}

#blueBox {
	background: #6ccaef;
}

/* Buttons
----------------*/

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fc9d94;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fc9d94;
	box-shadow:inset 0px 1px 0px 0px #fc9d94;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d46464), color-stop(1, #b04747) )!important;
	background:-moz-linear-gradient( center top, #d46464 5%, #b04747 100% )!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d46464', endColorstr='#b04747');
	background-color:#d46464!important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #964944;
	display:inline-block;
	color:#ffffff!important;
	font-weight:bold;
	padding:6px 24px!important;
	text-decoration:none;
	text-shadow:1px 1px 0px #730c05;
	/*width: auto!important;*/
	width:  200px;
	font-size: 1.2em;
	margin-right: 2em;
	margin-bottom: 2em;
	line-height: 1.6em!important;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b04747), color-stop(1, #d46464) );
	background:-moz-linear-gradient( center top, #b04747 5%, #d46464 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b04747', endColorstr='#d46464');
	background-color:#b04747;
	color:  #fff;
	cursor: pointer;
}.myButton:active {
	position:relative;
	top:1px;
}



.star {
	background: #fff url("/assets/images/bg_star.png") no-repeat right center;
}

.star_heading {
/*	background: #fff url("/usgfoundation_v4/assets/images/bg_star_headings.png") no-repeat left center;
	padding-left: 50px;
	padding-bottom: 5px;*/

}

.star_heading img {
	text-align: right;
	margin-bottom: 5px;
	margin-left: -12px;
}






.footer {
    background: url("/assets/images/footer_bg.png") repeat-x scroll left top #F1F1F1;
    color: #666666;
    font-size: 0.8em;
    line-height: 1.4em;
    padding-bottom: 2em;
    padding-top: 1em;
    	    
}

.footer a {
color: #666666;
text-decoration: underline;	
}
.footer #fleft {
    background: url("/assets/images/logo_usg.png") no-repeat scroll left top transparent;
    float: left;
    padding-bottom: 3em;
    padding-left: 110px;
    padding-top: 1.1em;
}
.footer #fright {
    float: right;
    text-align: right;
}
#fright ul {
    margin-bottom: 0;
    margin-top: 0;
}
#fright ul li {
    display: inline;
    list-style-type: none;
    margin-left: 0.5em;
    margin-right: 0;
}
#fright ul li a {
    color: #666666;
    font-size: 0.8em;
    text-decoration: underline;
}
#fright ul li a:hover {
    text-decoration: none;
}




/*
_______________________________
Mobile version - preset code from cssgrid.net */

@media handheld, only screen and (max-width: 900px) {

	.examplecontainer {}

	body {}
	
	.banner_home #caption p {
		font-size: 1em;
	}
	
	.footer #fleft, .footer #fright {
	    float: none;
	    text-align: left;
	}
	#fright ul li {
	    margin-left: 0;
	    margin-right: 0.5em;
	}
	#frm_rsvp fieldset {
		width: 93%;
	}
	
}


@media only screen and (max-width: 768px) {
	
	.banner_home #caption p {	
		font-size: .8em;
		padding: .2em 1em;
	}
	
	.banner_bottom #tagline {
		font-size: 1.3em;
	}
	

	
}

@media handheld, only screen and (max-width: 767px) {

	.examplecontainer {}

	body {}
	
	.content {
		padding-top: 1em;
	}

.nav ul li {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAMAAAD3eXfcAAAAG1BMVEXl5eXS0tLp6en19fX5+fnZ2dnW1tbMzMz///9ZwuSAAAAACXRSTlP//////////wBTT3gSAAAAJklEQVR42j2KMQ4AIAjETkR6/3+xyODSNE1V27ZAQ04+sr5H93kuEeMA2r7VF3kAAAAASUVORK5CYII=") no-repeat scroll 98% .6em transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 .5em;
}	

	.nav ul li ul li {
		background: none;
	}
	
	.nav ul li a {
		padding: .2em 0;
	}

	
}

.plainText {
font-weight: normal;
font-size: 1em;
}

.redtext {
color:  #C00;
}

.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}

@media handheld, only screen and (max-width: 480px) {

	.examplecontainer {}

	body {}
	
	.banner_bottom {
		/* display: none; */
	}
	
	.banner_home {
		display: none;
	}
	
	.banner_top h1 {
		font-size:	.7em;
	}
	
	.noPrint {
	display: none;
	}
	
}


/*
_______________________________
Provide higher res assets for iPhone 4 - preset code from cssgrid.net */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/

}

#scrollable-dropdown-menu .tt-dropdown-menu,
#scrollable-dropdown-menu .tt-menu {
	max-height: 150px;
	overflow-y: auto;
}

#scrollable-dropdown-menu span {
	width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 2rem 1rem;
	font-size: 24px;
	line-height: 30px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}

.tt-menu {
	width: 100%;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
