/*** Color 1:#709302, Color 2:#c4e58e, # Box Color:rgba(90,130,175)  ***/
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:700,400);

body, p, span, div, label { 
	font-family:'Droid Serif', sans-serif;}

::-webkit-input-placeholder { color:#333; font-family:'Droid Serif', sans-serif; font-size: 14px; }
::-moz-placeholder { color:#333; font-family:'Droid Serif', sans-serif; font-size: 14px; } 
:-ms-input-placeholder { color:#333; font-family:'Droid Serif', sans-serif; font-size: 14px; } 
input:-moz-placeholder { color:#333; font-family:'Droid Serif', sans-serif; font-size: 14px; }

.rich-table-headercell  {
	background-color: #aaa;
    color: #FFFFFF;
	font-family:'Droid Serif', sans-serif;
	font-size: 14px;
}

.rich-table-cell span{
	font-family:'Droid Serif', sans-serif;
	color: #444;
}

#headerLeft {
	background-image: url("images/nav-logo.png");
}

/*** Bread Crumb Colors***/
div#Breadcrumbs div.progress_section.section_current span.label { /* Breadcrumb Label Color */
                color: #709302; /* Color 1 */
}
div#Breadcrumbs div.section_current span.number, div#Breadcrumbs div.last_done span.number { /* Breadcrumb Number Background Color */
                background-color: #c4e58e; /* Color 2 */
}

/*** Offer Page, Confirmation and My Applications Box Background Colors ***/
#oflows.offers .requestedproducts .offerbundle .offeredproduct.selected, #oflows.home .infogroup, #oflows.confirmation .home.flatpanel div table {
                background-color: rgba(90,130,175,0.1);
    border: 1px solid rgba(90,130,175,0.2);
}

/*** Button Colors***/
#oflows a.button { 
                background: none #c4e58e; /* Color 2 */
}
#oflows a.button:hover { 
                background: none #709302; /* Color 1 */
}

/*** Title Text Color ***/
.titlebar_header .titlebar_txtwrap { /* Page Titles */
                color:#709302; /* Color 1 */
}
#product_selection_content h3, #eligibility_content h3, .fieldrow h3, .helpbar_txtwrap h3, .main h3, #initResetForm h3, #loginForm h3, #initVerifyForm h3, .listShowRowNumArea, #startForm h3, #headerRightTextLine1{ /* Group Titles and other titles */
                color:#709302; /* Color 1 */
}

/*** Header Right Contact Info Width ***/
#headerRightTextLine3 { /* In case width needs to be adjusted for longer 800 number at right of header*/
    max-width: 175px;
}

#mainForm div.fieldrow .fieldpophelp .rich-tool-tip, .rich-tool-tip {
	position: fixed;
}

#footerRight a.footerlogo-ncua {
  display: none;
}

#footerRight a.footerlogo-fdic {
  display: block;
}

#footerRight a.footerlogo-hud {
  display: none;
}


/**hide save button on offers page **/
#oflows.qualify a#saveContLaterLink_form, #oflows.qualify #submitButton, #oflows.autoapprove #submitButton {
    display: none;
}

/** make disabled input text darker on ipad and smaller **/
@media only screen and (max-width:1024px) {
	.fieldvalue input[type="text"]:disabled {
	color:#555;
	}
}

