/* --------------------------------------------------------------
 All Widths
-------------------------------------------------------------- */

/* --------------------------------------------
  global elements
-------------------------------------------- */

/* --------------------------------------------
overides of CMS styles
-------------------------------------------- */
body, table, tr, td, p, ul, li, a, h1, h2, h3, h4, h5, label, input, select, textarea {
    font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
}

body, table, tr, td, p, ul, li, a, label, input, select, textarea {
    font-weight: normal;
}

LABEL {
    white-space: normal;
}

body .container {
    text-align: left;
    margin: 0 auto;
    padding: 30px 10px;
}

header .container {
    padding: 0;
}

footer .container {
    padding: 0;
}

td {
    background-color: inherit;
}

table {
    font-size: inherit;
}

td {
    padding: 0;
}

textarea {
    width: 100%;
}

br {
    clear: both;
}

.NetscapeFix br {
    line-height: 2;
}

.req:before {
    content: none;
}

/* BEGIN DONATION STYLES */
#faProgressBar {
    height: 35px;
    margin: 0px;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    clear:both;
}

#faProgressBar li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#faProgressBar li span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px 10px;
    color: #fff;
}

#faProgressBar li {
    height: 20px;
    padding-top: 10px;
}

#faProgressBar li.oneOn span {
    background: #435f20;
}

#faProgressBar li.oneOff span {
    background: #999;
}

#faProgressBar li.twoOn span {
    background: #435f20;
}

#faProgressBar li.twoOff span {
    background: #999;
}

/* adjust body width to accomodate sidebar */
div.donation-form-container.responsive {
    width: 75%;
    float: left;
}

/* dwolf nov 12, 2014 - thank you page headline not clearing, starts to the right of the progress bar */
.app-9 #thankyoupane {
    clear: both;
}

.app-9 #components {
    width: 22%;
    float: right;
}

.app-9 input[type="text"], 
.app-9 input[type="email"] {
    width: 100%;
}

.app-9 .donation-level-input-container .donation-level-user-entered input[type=text] {
    width: 150px;
    margin-bottom: 2em;
}

.df_other_block label {
    margin: 0 1em 0 0;
}

h1,
.TributeTitle,
.TribHeading2 {
    color: #53682b;
    font-size: 36px;
    text-transform: none;
    font-weight: bold;
    font-weight: 500;
}

.app-9 h2,.app-9 h3,.app-9 h4,.app-9 h5 {
    color: #333333;
}

.app-9 h2 em {
    font-size: 16px;
    font-weight: normal;
}

.app-9 hr {
    margin: 1em 1em 1em 0;
}

.app-9 .form-row {
    margin-top: 0;
    margin-bottom: 0;
}

.app-9 #components {
    float: none;
    display: inline-block;
    margin-left: 3%;
}

#components .widget img {
    max-width: 100%;
}

.app-9 .html-caption-container {
    max-width: 100%;
}

.app-9 .siderail {
    float: right;
}

.app-9 #paypal-logo-sidebar img, span#verisign-sidebar img {
    margin-top: 0;
}

.app-9 .form-progress-bar {
    display: none;
}

.app-9 #faProgressBar li {
    height: 30px;
}

.app-9 div.responsive input[type="text"],.app-9  div.responsive input[type="number"], .app-9 div.responsive input[type="password"], .app-9 div.responsive textarea {
    border: 1px solid #d0d6cf;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: 0;
}
    /* this tightens up space between Gift Amount choices */
.app-9 div.responsive .donation-level-container div.form-content {
    margin: 0;
    padding: 0;
    height: 24px;
}

    /*.app-9 #donor_email_address_row { clear: none; padding: 10px; width: auto !important; }*/
.app-9 div.form-row div.form-content>select, 
    .app-9 div.form-row div.form-content>input[type="text"], 
    .app-9 div.form-row div.form-content input.ui-autocomplete-input, 
    .app-9 div.form-row div.form-content>textarea, 
    .app-9 div.form-row div.form-content>buttondiv.form-row div.form-content>select, 
    .app-9 div.form-row div.form-content>input[type="text"], 
    .app-9 div.form-row div.form-content input.ui-autocomplete-input, 
    .app-9 div.form-row div.form-content>textarea, 
    .app-9 div.form-row div.form-content>button {
    margin-top: 14px;
}

.app-9.pg-completed #components,
.app-1046.pg-completed #components {
  display:none;
}

.app-9.pg-completed div.donation-form-container.responsive,
.app-1046.pg-completed div.donation-form-container.responsive  {
  width:auto;
}

/* dwolf oct 23 - make meal count message orange */
.app-9 #mealCount, .app-9 #numMeals {
    color: #E78A38;
    font-size: 15px;
    font-weight: 700;
}

/* make giving array horizontal */
.donation-level-container {
    float: left;
    margin-right: 30px !important;
}

.df_other_block .donation-level-label-container {
    margin: 0 0 0 5px;
    padding-top: 0;
}

.df_other_block .donation-level-user-entered input {
    float: none;
    margin-top: 0;
    text-align: left;
    zoom: 1;
}

.donation-section-label {
    display: block;
    height: 30px;
}

div.donation-level-input-container,
div.generic-repeat-label-checkbox-container {
    margin-right: 10px;
    padding-top: 0;
}

div.donation-level-container {
    margin-bottom: 0;
    margin-top: 0;
}

div.donation-level-user-entered {
    clear: right;
    margin-left: 10px;
    margin-top: 20px;
    width: 100%;
    zoom: 1;
}

.donation-level-user-entered:after,.donation-level-container.df_other_block {
    clear: both;
    content: "";
    display: table;
}

.donation-level-container.df_other_block,.donation-level-container.df_other_block .form-content,.df_other_block .donation-level-input-container.form-input {
    margin: 0;
    padding: 0;
}

.df_other_block .donation-level-label-input-container {
    padding-top: 0;
}

.donation-level-container.df_other_block {
    clear: left;
    margin-top: 0;
    width: 100%;
}

.donation-level-container.df_other_block label {
    display: block;
    float: left;
}

.donation-level-container-generic-repeat.form-input {
    width: 300px;
}

.df_other_block .donation-level-input-container {
    width: 275px;
}

.donation-level-label-container {
    margin-left: 5px;
}

div.form-input-choose-block,div.donation-level-label-input-container {
    display: block;
    float: left;
}

div.form-input-label-block, div.donation-level-expanded-label {
    vertical-align: baseline;
}

.app-9 input[type=radio] {
    float: left;
    margin-right: 0;
    margin-top: 3px;
}

.app-9 .donation-level-input-container input[type=text] {
    width: 90px;
}

/* end make giving array horizontal */

.app-9 #payment_typecc_number_row input,
.app-9 div.payment-field-container #responsive_payment_typecc_number_row input {
    width: 400px;
}

.app-9 select, 
.app-9 div.responsive select, 
.app-200 select, 
.app-200 div.responsive select, 
.app-150 select,
.app-400 select {
    display: inline-block;
    vertical-align: top;
  /*margin: 14px 35px 5px 0;*/
    font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
    color: #777777;
    font-size: 14px;
    padding: 0px 24px 0px 15px;
    border: 1px solid #dedede;
    outline: none;
    height: 42px;
    line-height: 40px;
    width: 213px;
    overflow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    background-image: url('../images/dropdown.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.app-9 #billing_first_name_row {
    float: left;
    margin-right: 15px;
}

.app-9 #billing_addr_state_row {
    margin-left: 10px;
}

.app-9 select#billing_addr_state, 
.app-9 select#billing_addr_country, 
.app-9 select#billing_addr_zip {
    height: 40px;
}

.app-9 select#billing_addr_state,
.app-9 select#billing_addr_country {
    width: 175px;
}

.app-9 #billing_addr_city_row, 
.app-9 #billing_addr_state_row, 
.app-9 #billing_addr_zip_row {
    width: 30%;
    float: left;
    padding: 10px 0;
}

.app-9 .payment-field-container h3 {
    display: none;
}

.app-9 .payment-logos-sidebar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 650px;
    text-align: center;
    width: 190px;
}

.accreditation-sidebar {
    padding-left: 15px;
    width: 218px !important;
}

.accreditation-sidebar a {
    float: left;
}

.browser-ie8.browser-ie8.app-9 select#billing_addr_state, 
.browser-ie8.app-9 select#billing_addr_country, 
.browser-ie8.app-9 select#billing_addr_zip {
    padding-bottom: 10px;
}

.browser-ie9.app-23 form fieldset table,
.browser-firefox.app-23 form fieldset table {
    width: 100%;
}

#action-alert input[type=submit], 
#action-alert.form .submit-wrap input, 
#action-alert.form .submit-wrap input:hover {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    filter: none;
    background-color: #b32c3a;
    background-image: none;
    cursor: pointer;
    cursor: hand;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    float: left;
    -mox-border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    height: 42px;
    line-height: 40px;
    min-width: 270px;
    margin-top: 18px;
}
/* dwolf oct 23 2014 - correcting all buttons to be flat, red, with green hover state - Not an Image file. */
.app-9 div.responsive .finish-step, 
.app-9 div.responsive .cancel-step,
.app-9 div.responsive button.step-button,
.app-9 div.responsive button.action-button, 
.app-9 div.responsive .finish-step:hover, 
.app-9 div.responsive button.step-button:hover, 
.app-9 div.responsive button.action-button:hover, 
.app-9 div.responsive button.action-button, 
.app-9 div.responsive button.action-button:hover,
.app-9 div.responsive button#pstep_finish {

    line-height: 40px;
    padding: 0px 20px;
    display: block;
    background: none;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    min-width: 148px;
    border: 0;
    float: left;
    height: 40px;
    margin-top: 10px;
    text-decoration: none;
}

.app-9 div.responsive .cancel-step {
    margin-left: 20px;
}
.app-9 div.responsive .finish-step,
.app-9 div.responsive .cancel-step,
.app-9 div.responsive button.step-button,
.app-9 div.responsive button.action-button,
.app-9 div.responsive button#pstep_finish {
    background-color: #b22d3a;
    color: #ffffff;
}
.app-9 div.responsive .finish-step:hover,
.app-9 div.responsive .cancel-step:hover,
.app-9 div.responsive button.step-button:hover,
.app-9 div.responsive button.action-button:hover,
.app-9 div.responsive button:hover#pstep_finish {
    background-color: #bfd730;
    color: #333333;
}

.app-9 .mobile div.responsive div.ErrorMessage.page-error, 
.app-9 div.responsive div.ErrorMessage.page-error,
.app-9 div.responsive div.ErrorMessage {
    position: relative;
}

.app-9 div.responsive div.form-error {
    max-width: 60%;
    margin: 10px;
}

    /* ------------------------------------------------- for existing forms */
.app-9 .contentLeft {
    width: 100%;
}

.app-9 .imgRight, .app-9 .intro .imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 14px;
}

.app-9 .imgRight img, .app-9 .intro .imgRight img {
    width: 240px;
}




/* BEGIN SURVEY STYLES */

.page-contactus label[for=cons_first_name]:before,
.page-contactus label[for=cons_last_name]:before,
.page-contactus label[for=cons_phone]:before,
.page-contactus_causemarketing label[for=cons_first_name]:before,
.page-contactus_causemarketing label[for=cons_last_name]:before,
.page-contactus_causemarketing label[for=cons_phone]:before,
.page-contactus_plannedgiving label[for=cons_first_name]:before,
.page-contactus_plannedgiving label[for=cons_last_name]:before,
.page-contactus_plannedgiving label[for=cons_phone]:before,
.page-contactus_vfd label[for=cons_first_name]:before,
.page-contactus_vfd label[for=cons_last_name]:before,
.page-contactus_vfd label[for=cons_phone]:before {
}

.page-contactus span.Explicit,
.page-contactus_causemarketing span.Explicit,
.page-contactus_plannedgiving span.Explicit,
.page-contactus_vfd span.Explicit {
    padding-left: 0;
}

span.req.true {
    color: #b22d3a;
}

.page-contactus table > div:nth-child(3) > span.req,
.page-contactus table > div:nth-child(4) > span.req,
.page-contactus_causemarketing table > div:nth-child(6) > span.req {
    float: left;
    padding-right: 5px;
}

.page-contactus table > div:nth-child(3) > span:nth-child(2),
.page-contactus_causemarketing table > div:nth-child(6) > span:nth-child(2) {
    float: left;
    width: 95%;
}

label[for=cons_first_name],
label[for=cons_last_name],
label[for=cons_city],
label[for=cons_state],
label[for=cons_zip_code] {
    font-size: 14px;
}

label.wrapable {
    display: inline;
}

span.Explicit {
    margin: 1em 0px;
    position: relative;
    padding-left: 10px;
}

.phone-number label[for=phone] {
    margin-top: 0;
}

#survey_3261 .phone-number .label-text,
.app-150 label[for=phone],
.app-400 label[for=phone] {
    float: left;
}

#survey_3261 .phone-number label {
    margin: 0;
}

/* hide cons info data element label */
.responsive-table > div.old-school > span:nth-child(2) > span {
    display: none;
}

.app-9 input, .app-9 select,
.app-19 input, .app-19 select,
.app-23 input, .app-23 select {
    max-width: 400px;
}

/* add margin to inputs since it was removed from labels */
.app-9 input, 
.app-19 input,
.app-23 input {
    margin: 0.5em 0;
}

.page-contactus .container form,
.page-contactus_causemarketing .container form,
.page-contactus_plannedgiving .container form,
.page-contactus_stt .container form,
.page-contactus_vfd .container form {
    max-width: 65%;
    float: left;
}

.page-GSNAP_Survey #header_right,
.page-GSNAP_Survey_ThankYou #header_right {
    display: none;
}

.gsnap-body,
.tyIntro {
    max-width: 70%;
    float: left;
}

.contact-sidebar,
.gsnap-sidebar {
    max-width: 35%;
    float: right;
    margin-top: 40px;
}

.page-GSNAP_Survey #ACTION_SUBMIT_SURVEY_RESPONSE {
    margin-left: 25px;
    float:left;
}

.tySidebar {
    width: 25%;
    float: right;
}

.app-200 input, .app-200 form input {
    max-width: 100%;
}

.app-201 h1 {
    padding-top: 18px;
}

.app-201 .req {
    float: left;
}


/* IE overrides */
.browser-ie9 #cons_last_name {
    zoom: 1;
    line-height: 34px;
} 

/* BEGIN TAF STYLES */
.pg-pfvtaf .appArea,
.app-5 .appArea {
    width: 100%;
}

.pg-pfvtaf table.FormBox {
    border:none;
}

.pg-pfvtaf .PaddedListHeadings,
.pg-pfvtaf #fr_visitor_email > table > div > div:nth-child(2) > span > div > div:nth-child(5) > span:nth-child(2) > p {
    margin: 0 0 2px 0;
    border-bottom: 2px solid #333;
    font-size: 16px;
    color: #333;
    font-weight:bold;
}

.pg-pfvtaf #fr_visitor_email label {
    font-weight:bold;
    font-style:normal;
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.pg-pfvtaf #fr_visitor_email td.TableHeadings,
.FormBox .dividerHeading,
p.dividerHeading {
    background:none;
}

.pg-pfvtaf .PaddedListHeadingsR,
.pg-pfvtaf .dividerHeading,
.app-5 label[for=name],
.app-5 input[value=Reset] {
    display: none;
}

.pg-pfvtaf label[for=youremail],
.app-5 label[for=youremail] {
    margin: 0;
}
.pg-pfvtaf textarea#sendtoemail,
.pg-pfvtaf textarea#message,
.app-5 textarea#sendtoemail,
.app-5 textarea#message {
    max-width: 400px;
}

.pg-pfvtaf #first_name,
.pg-pfvtaf #last_name,
.pg-pfvtaf #youremail, 
.app-5 #first_name,
.app-5 #last_name,
.app-5 #youremail {
    display: block;
}

/* BEGIN ADVOCACY ACTION ALERT */
  /* ------------------------------------------------------------------   Action Alert .app-150 LTE .app-400*/

#action-alert, #action-alert form, #action-alert p, #action-alert label, #action-alert input, #action-alert li {
    font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#action-alert.form select {
    margin-right: 0;
}

.app-150 #action-alert,
.app-400 #action-alert {
    width: 100%;
    max-width: 960px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}

.app-400 #survey-questions select {
    width: 100%;
}
/* hide extra space next to address 2 */
.app-150 #info > div:nth-child(8) > label > span.req,
/* hide extra space next to phone number */
.app-150 #survey-questions > div > div:nth-child(1) > span.req {
    display: none;
}

.app-150 #zip {
    margin-bottom: 10px;
}

.app-150 #phone2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

#action-alert.form #survey-questions input.radio {
    margin-right: 10px;
}

.NetscapeFix, #action-alert h2.styled , #action-alert h2, #action-alert, #action-alert form, #action-alert p, #action-alert label, #action-alert input, #action-alert li, #action-alert #message textarea#middle, #action-alert #survey-questions, #action-alert #survey-questions span, #survey-questions TEXTAREA,.app-150  INPUT,.app-150  SELECT,.app-150  OPTION, #action-alert.form .submit-wrap input, #action-alert.form div.right-check label {
    font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
    font-weight: normal;
}

#action-alert #survey-questions span {
    line-height: 24px;
}

#action-alert #survey-questions span.label-text {
    font-size: 14px;
    padding: 10px 0 5px 0;
    display: inline-block;
}

.browser-ie8.app-150 #action-alert input,
.browser-ie8.app-150 #action-alert select {
    line-height: 42px;
}

#action-alert h2.styled, .app-150 h2 {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    color: #53682b;
    padding-top: 20px;
}

#action-alert h3.styled, .app-150 h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #464646;
    color: #e98300;
}

.app-150 input[type="text"], 
#action-alert.form select {
    padding-left: 15px;
}

#action-alert.form .top-labels label, .app-150 .label-text {
    /*padding: 14px 0;*/
    padding: 0;
}

#action-alert .top-labels .field-wrap {
    margin-left: 0;
}

#action-alert.form input, #action-alert.form textarea, #action-alert.form select, #action-alert #message {
    border: 1px solid #e2e2e2;
}
/* submit button is above in the app-9 section */

#action-alert.form .submit-wrap input, #action-alert.form .submit-wrap input:hover {
    font-size: 1.3em;
}

#action-alert.form .submit-wrap input:after {
    content: "\00a0";
}

.app-150 #beanForm {
    margin-bottom: 54px;
}

/* -----------------------------------------------------------------------   letter to the editor .app-400 */
#action-alert h2.styled {
    /*text-align: left;*/
    ;
}

.app-400 .lte #zipcode-wrap .field-wrap {
    margin-left: 0;
}

.app-400 .lte .submit-wrap {
    text-align: left;
}

.app-400 .lte #zipcode-wrap label {
    width: 100%;
    text-align: left;
}

.app-400 .lte #zipcode-wrap .label-field-wrap input {
    width: 140px;
    margin-top: 24px;
}

.app-400 .lte.form .submit-wrap input {
    margin-top: 0.5em;
}

.app-400 .lte #recipients input {
    margin-left: 12px;
    margin-right: 12px;
}

#ty-action img {
    margin-right: 10px;
}

/* BEGIN LOGIN */
.app-10 #appAreaNoWidthClearFix {
    width: auto;
}

.app-10 .responsive-table > div:nth-child(3) > span:nth-child(1) > p,
.app-10 .responsive-table > div:nth-child(4) > span:nth-child(1) > span,
.app-10 .responsive-table > div:nth-child(3) > span:nth-child(1) > span,
.responsive-table > div:nth-child(4) > span:nth-child(1) > p {
    float: left;
    margin-right: 5px;
    color: #b22d3a;
}

.app-10 .login-form {
    max-width: 280px;
    float: left;
}

.browser-ie8.app-10 #lmainLogonForm .login-form,
.browser-ie8.app-10 form .login-form,
.browser-ie8.app-10 #login-div-content form .login-form {
    max-width: 100%;
    float: none;
    background-color: #fff !important;
}

.app-10 .right-block {
    max-width: 280px;
    float: left;
    margin-left: 100px;
}

.community_login p.req-message {
    float: left;
    display: block;
    font-style: italic;
}

.community_login #lLogonForm {
    clear: both;
}

#community_register #cons_email,
#community_register #cons_user_name {
    width:100%;
}

.app-3801 #appAreaNoWidthClearFix {
    width:100%;
}
.app-3801 .responsive-table input,
.app-3801 .responsive-table input#password_repeatname,
.app-3801 .responsive-table input#passwordname{
   display:block;
   margin-bottom:20px;
}

.app-3801 #user_namerow1 > span:nth-child(2),
.app-3801 #passwordrow1 > span:nth-child(2),
.app-3801 #password_repeatrow1 > span:nth-child(2),
.app-3801 #password_hintrow1 > span:nth-child(2) {
    display:inline-block;
}

.app-3801 .RequiredField {
    display:none;
}

.app-3801 .responsive-table label {
    margin:0;
}

.app-3801 #passwordname,
.app-3801 #password_repeatname,
#community_register #cons_password,
#community_register #cons_rep_password,
.app-10 #Password,
.community_login #Password {
    display: inline-block;
    vertical-align: top;
    font-family: 'Gotham A', 'Gotham B', Arial, sans-serif;
    color: #777777;
    font-size: 14px;
    font-weight: 200;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: 1px solid #dedede;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 40px;
    width: 280px;
    line-height: 38px;
}

.app-10 .loginText {
    clear: both;
    padding-top: 10px;
}

.browser-ie9.app-10 span {
    width: 300px;
    display: block;
}


/* --------------------------------------------
  section-name elements
-------------------------------------------- */
/* sub-section description */


/* "sub-section title" */


/* --------------------------------------------
  
-------------------------------------------- */






/* --------------------------------------------
  sprites - move later
-------------------------------------------- */
.fivesteps_1_big {
    background-position: 0 0;
    width: 78px;
    height: 78px;
}

.fivesteps_1_small {
    background-position: -88px 0;
    width: 50px;
    height: 50px;
}

.fivesteps_2_big {
    background-position: -148px 0;
    width: 78px;
    height: 78px;
}

.fivesteps_2_small {
    background-position: -236px 0;
    width: 50px;
    height: 50px;
}

.fivesteps_3_big {
    background-position: -296px 0;
    width: 78px;
    height: 78px;
}

.fivesteps_3_small {
    background-position: -384px 0;
    width: 50px;
    height: 50px;
}

.fivesteps_4_big {
    background-position: -444px 0;
    width: 78px;
    height: 78px;
}

.fivesteps_4_small {
    background-position: -532px 0;
    width: 50px;
    height: 50px;
}

.fivesteps_5_big {
    background-position: -592px 0;
    width: 78px;
    height: 78px;
}

.fivesteps_5_small {
    background-position: -680px 0;
    width: 50px;
    height: 50px;
}

.alertbanner_icon {
    background-position: -740px 0;
    width: 52px;
    height: 52px;
}

.hero_next {
    background-position: -802px 0;
    width: 40px;
    height: 80px;
}

.hero_prev {
    background-position: -852px 0;
    width: 38px;
    height: 80px;
}

.howweareending_icon {
    background-position: -900px 0;
    width: 80px;
    height: 80px;
}

.mobile_menu_expand {
    background-position: -990px 0;
    width: 24px;
    height: 18px;
}

.mobile_menu_search {
    background-position: -1024px 0;
    width: 21px;
    height: 21px;
}

.textalerts_icon {
    background-position: -1775px 0;
    width: 78px;
    height: 78px;
}

.util_find {
    background-position: -1863px 0;
    width: 9px;
    height: 14px;
}

.util_search {
    background-position: -1882px 0;
    width: 14px;
    height: 14px;
}

.zip_search_icon {
    background-position: -1906px 0;
    width: 17px;
    height: 25px;
}


/* dwolf donation form styles oct 20, 2014*/
/* replace html horizontal rules with css borders */
.app-9 .intro {
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
    margin-bottom: 14px;
    overflow: auto;
}


/* --------------------------------------------------------------
DWolf Dmitri Wolf work 7/22/2014
-------------------------------------------------------------- */





.app-9 h1, .app-23 h1 {
    line-height: 34px;
    text-transform: none;
    font-weight: bold;
    font-weight: 500;
}
.app-23 h1 {
    padding-top: 30px;
}
/* dwolf oct 23 - padding on top of h1 pushing all donation forms down away from the header. No bueno.  */
.app-9 h1 {
    padding-top: 0;
}

.app-19 input[type=radio] {
    margin-right: 10px;
    min-width: 14px;
    min-height: 14px;
}

.app-19 input#ACTION_SUBMIT_SURVEY_RESPONSE {
    margin-top: 20px;
}

.app-23 input.goBtn {
    margin-top: 12px;
}

.browser-ie8.app-19 input#cons_zip_code,
.browser-ie8.app-23 input#cons_zip_code,
.browser-ie8.app-23 input#cons_city {
    margin-top: 0;
}

.browser-ie8.app-23 label,
.browser-ie8.app-5 label,
.browser-ie8.pg-pfvtaf label {
    display: inline;
}

.browser-ie8.app-23 .grid,
.browser-ie8.app-5 .grid,
.browser-ie8.pg-pfvtaf .grid {
    border: none !important;
}

.browser-ie8.app-19 .contact-sidebar,
.browser-ie8.app-23 .contact-sidebar {
    max-width: 200px;
    float: none;
}

/* SELECT arrow issue - just use the native arrow for ie 8. There is no workaround. */
.browser-ie8 select,
.browser-ie8.app-9 select {
    background-image: none !important;
    padding-right: 0 !important;
}

.app-23 .old-school textarea {
    margin-bottom: 18px;
}


.social_icons > li > a > span {
    visibility:hidden;
}
/* select background overrides for IE9 and Firefox */
.browser-ie9 .ie-custom-select select, 
  .browser-firefox .ie-custom-select select {
    background-image: url("https://secure2.convio.net/a2h/images/howweareending_dropdown.png");
    background-position: right 51px center;
    background-repeat: no-repeat;
    border: 0 none;
}

.ie-custom-select select, 
.ie-custom-select #phone_type, 
.ie-custom-select #cons_state,
.browser-ie9.app-23 #cons_state, 
.browser-ie9.app-23 select#cons_state,
.browser-firefox.app-23 #cons_state, 
.browser-firefox.app-23 select#cons_state {
    width: 254px;
    border: 0;
    background-repeat: no-repeat;
    background-position: right 51px center;
}

.ie-custom-select,
.app-19 .ie-custom-select,
.app-23 .ie-custom-select {
    overflow: hidden;
    margin-top: 14px;
    width: 213px;
    height: 40px;
    border: 1px solid #dedede;
}

.browser-ie9.app-23 .ie-custom-select select,
.browser-ie9.app-23 .ie-custom-select #phone_type,
.browser-ie9.app-23 .ie-custom-select #cons_state,
.browser-ie9.app-23 #cons_state,
.browser-ie9.app-23 select#cons_state,
.browser-firefox.app-23 .ie-custom-select select,
.browser-firefox.app-23 .ie-custom-select #phone_type,
.browser-firefox.app-23 .ie-custom-select #cons_state,
.browser-firefox.app-23 #cons_state,
.browser-ie9.app-23 select#cons_state,
.browser-ie9.app-9 select#billing_addr_state,
.browser-ie9.app-9 select#billing_addr_country,
.browser-ie9.app-9 select#payment_typecc_type,
.browser-ie9.app-9 select#payment_typecc_exp_date_MONTH,
.browser-ie9.app-9 select#payment_typecc_exp_date_YEAR,
.browser-ie9.app-9 select#responsive_payment_typecc_exp_date_YEAR,
.browser-ie9.app-9 select#responsive_payment_typecc_exp_date_MONTH,
.browser-firefox.app-9 select#billing_addr_state,
.browser-firefox.app-9 select#billing_addr_country,
.browser-firefox.app-9 select#payment_typecc_type,
.browser-firefox.app-9 select#payment_typecc_exp_date_MONTH,
.browser-firefox.app-9 select#payment_typecc_exp_date_YEAR,
.browser-firefox.app-9 select#responsive_payment_typecc_exp_date_YEAR,
.browser-firefox.app-9 select#responsive_payment_typecc_exp_date_MONTH {
    width: 254px;
    border: 0;
    background-image: url('https://secure2.convio.net/a2h/images/howweareending_dropdown.png');
    background-repeat: no-repeat;
    background-position: right 51px center;
}

.browser-ie9.app-150 select#title, 
.browser-ie9.app-150 select#state, 
.browser-ie9.app-150 select#phone_type,
.browser-firefox.app-150 select#title, 
.browser-firefox.app-150 select#state, 
.browser-firefox.app-150 select#phone_type,
.browser-ie9.app-400 select#title, 
.browser-ie9.app-400 select#state, 
.browser-ie9.app-400 select#phone_type,
.browser-firefox.app-400 select#title, 
.browser-firefox.app-400 select#state, 
.browser-firefox.app-400 select#phone_type {
    margin-top: 0;
}

/* adjust donation state dropdown width */
.browser-ie9.app-9 select#billing_addr_state,
.browser-firefox.app-9 select#billing_addr_state {
    width: 220px;
}

.app-9 #billing_addr_state_row .ie-custom-select {
    width: 180px;
}


/* SURVEY select overrides */
.browser-ie9.app-23 .ie-custom-select,
.browser-firefox.app-23 .ie-custom-select {
    border: 1px solid #dedede;
    height: 40px;
    overflow: hidden;
    width: 280px;
}

.browser-ie9.app-23 .ie-custom-select select, 
.browser-ie9.app-23 .ie-custom-select #phone_type, 
.browser-ie9.app-23 .ie-custom-select #cons_state,
.browser-firefox.app-23 .ie-custom-select select, 
.browser-firefox.app-23 .ie-custom-select #phone_type, 
.browser-firefox.app-23 .ie-custom-select #cons_state {
    width: 320px;
}

/* DONATION select overrides */
.browser-ie9.app-9 .ie-custom-select {
    overflow: hidden;
    width: 213px;
    height: 40px;
    border: 1px solid #dedede;
}

.browser-ie9.app-9 select#billing_addr_country,
.browser-ie9.app-9 select#payment_typecc_type,
.browser-ie9.app-9 select#payment_typecc_exp_date_MONTH,
.browser-ie9.app-9 select#payment_typecc_exp_date_YEAR,
.browser-ie9.app-9 select#responsive_payment_typecc_exp_date_YEAR,
.browser-ie9.app-9 select#responsive_payment_typecc_exp_date_MONTH {
    width: 254px;
    border: 0;
    background-image: url('https://secure2.convio.net/a2h/images/howweareending_dropdown.png');
    background-repeat: no-repeat;
    background-position: right 51px center;
}

/* Remove select override from ADVOCACY */
.browser-ie9.app-150 select, 
.browser-firefox.app-150 select,
.browser-ie9.app-400 select, 
.browser-firefox.app-400 select {
    background: none !important;
}

/* begin vfd / personal fundraising styles */
.pg-fund .appArea {
    width: auto;
}

UL#vlinks LI.tellfriend,
UL#vlinks LI.createpage {
    list-style: none;
    padding: 0;
}

UL#vlinks li.tellfriend, UL#vlinks li.createpage {
    margin-left: 0;
    width: 100%;
}

li.createpage {
    display: none;
}

li.bookmark {
    display: none;
}

#adminBox {
    display: none;
}

#sharethisgigya {
    display: none;
}

#trib_donate, .tellfriend a, .createpage a {
    width: 100%;
    text-align: center;
}

.pg-fund #journal .headline {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: #333333;
    text-transform: none;
}

.pg-fund #maincol {
    width: 650px;
    float: left;
}

.pg-fund .colBox {
    border: none;
}

.pg-fund hr {
    clear: both;
}

.TributeTitle {
    margin-bottom: 20px;
}

/* begin pf thermometer */

.ProgressBoxCurrent img {
    padding-right: 4px;
    padding-top: 0px;
}

img.a2h_thermImage {
    float: left;
    height: 203px;
    left: 55%;
    padding-bottom: 20px;
    padding-top: 70px;
    position: relative;
    width: 46px;
}

#TributeFund {
    background: url('https://secure2.convio.net/a2h/images/pf/therm_background.gif');
}

#tally.colBox P {
    font-size: 1em;
}

.colBox P {
    padding-left: 12px;
}

.colBox H5 {
    background-color: inherit;
}

#tally {
    background: #EEECEA;
}

.colBox {
    padding-bottom: 0px;
}

div#tally.colBox div.a2h_thermBox div.a2h_thermImage p.a2h_thermGoal {
    font-size: 18px;
    text-align: left;
}
/* end pf thermometer */

.pg-champ_center_fund_title p.centered {
    display: inline-block;
}

.pg-champ_center_fund_title #main-body > table a {
    color: transparent;
}

.pg-champ_center_fund_title #main-body > table {
    background: #ded9d6;
}

.pg-champ_center_fund_title table img {
    height: auto;
    width: auto;
}

.pg-champ_center_fund_title #create_address {
    margin: 5px auto;
}

.pg-champ_center_fund_title .formbuttons {
    text-align: center;
}

.pg-champ_center_fund_title label[for=ind_goal] {
    float: left;
    margin-right: 10px;
}

.pg-champ_center_fund_title #ind_goal2 {
    width: inherit;
    float: left;
}

.pg-champ_center_fund_title .FormBox {
    background: #fff;
}

.app-27 input.default-submit-hack {
    display: none;
}

.app-27 #i_graphic_upload,
#FriendraiserPersonalEditor .FormBox input[type=submit] {
    background-color: #DDDDDD;
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 6px;
    min-height: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: center;
    cursor: default;
    color: buttontext;
    padding: 2px 6px 3px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
}

.app-26 .FormBox,
.app-27 .FormBox,
.colBox H5 {
    background-color: #fff;
}

.pg-treg input[type="text"], 
.pg-treg input[type="email"],
.pg-champ_center_fund_title input[type="text"], 
.pg-champ_center_fund_title input[type="email"] {
    width: inherit;
}

.pg-champ_center_fund_title form[name="FrUserOfflineGift"] label {
    display: inline-block;
    margin: inherit;
}

.app-9 TD.holdsErrorMsgTable, 
.app-9 TD.holdsErrorMsgOverTable, 
.app-9 TD.TestSecondaryColor {
    background: none;
}

.app-9 TD.requiredIndicator {
    vertical-align: middle;
}

.app-26 label[for=fund_name] {
    font-size: 16px;
    float: right;
    margin-right: 10px;
}

.clearme {
    clear: both;
}

#vfd_choicebox {
    border: solid #999999;
    border-width: 0px 0px 1px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#vfd_choicebox .goright {
    margin: 0 10px;
}

#vfd_choicebox_left {
    float: left;
    width: 440px;
}

#vfd_choicebox_right {
    float: right;
    width: 440px;
}

/* new survey responsive styles */
.hidden {
    display: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.text-center {
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-4 {
    width: 33.33333333%;
}

.container form[action*="Survey"] table {
    display: none;
}

.page-GSNAP_Survey .container form[action*="Survey"] table {
    display: block;
}

.first_name_row, .last_name_row {
    float: left;
    width: 45%;
}

.city_row {
    width: 35%;
}

.first_name_row {
    margin-right: 15px;
}

.email_row, .phone2_row {
    clear: both;
}

.container form[action*="Survey"] #cons_first_name, 
.container form[action*="Survey"] #cons_last_name, 
.container form[action*="Survey"] #cons_city {
    width: 100%;
}

.state_row, .zip_code_row, .city_row {
    float: left;
}

.last_name_row, .zip_code_row {
    clear: right;
}

.city_row {
  /*margin:1.5em 0px 1em 0px;*/;
}

.zip_code_row {
    width: 40%;
}

.container form[action*="Survey"] #cons_state, 
.container form[action*="Survey"] #phone_type {
    margin: 0.5em 0;
    display: inline-block;
    height: 40px;
}

.container form[action*="Survey"] #cons_zip_code {
    width: 100%;
}

.city_row, .state_row {
    margin-right: 20px;
}

.container form[action*="Survey"] .label-text {
    display: block;
}

/* hide duplactive icon image for addthis */
.at15t, .at16nc, .at300bs {
    display: none !important;
}

.page-virtual_food_drive_faqs #util_donate,
.pg-tcfund #util #util_donate,
.page-virtual_food_drive_start #util #util_donate,
.page-virtual_food_drive #util #util_donate,
.pg-ffind #util #util_donate,
.pg-fund #util #util_donate {
    display:none !important;
}


/*end responsive survey revisions*/

/* --------------------------------------------------------------
 Desktop Only: >= 992px
-------------------------------------------------------------- */
/* DWolf updates 7/23/2014 */
@media only screen and (max-width: 991px) {
    #main-body.container {
        /*padding: 30px 10px;*/
        padding: 30px 30px;
    }

    .app-9 #billing_addr_city_row, .app-9 #billing_addr_zip_row {
        float: none;
    }

    .app-9 input#billing_addr_cityname {
        width: 400px;
    }

    .app-9 #billing_addr_state_row {
        margin-right: 40px;
    }

    .app-9 .donation-level-container-generic-repeat {
        margin-top: 20px;
    }

    .app-9 label[for=level_standardauto_repeatname] {
        line-height: 2.3;
    }

    .app-9 #billing_addr_state_row {
        margin-left: 0px;
    }

    
/* DONATION FORMS */

/* adjust body width to accomodate sidebar */
    div.donation-form-container.responsive {
        width: 100%;
        float: left;
    }

    .app-9 #components {
        display: none;
    }

    .app-9 .intro .contentLeft {
        width: 100%;
    }

    .app-9 .donation-level-input-container .donation-level-user-entered input[type=text] {
        width: 50%;
        clear: both;
        display: block;
    }

    .app-9 .mobile div.button-container, .app-9 .mobile div.payment-field-container #responsive_payment_typepay_typeradio_row, .app-9 div.button-container, .app-9 div.payment-field-container #responsive_payment_typepay_typeradio_row {
        text-align: left;
    }

    .app-9 .siderail {
        display: none;
    }

    .app-9 div.responsive div.form-error {
        max-width: 100%;
    }

    .app-9 #billing_addr_city, .app-9 #billing_addr_zip, .app-9 #billing_addr_state, .app-9 #billing_addr_country {
        margin-left: 0;
    }


/* ADVOCACY ACTION ALERTS */
    .app-400 #action-alert .info-right-message-bottom #column1,
.app-400 #action-alert .info-right-message-bottom #column2,
.app-400 #action-alert .info-right-message-bottom #message,
.app-400 #letter-talking-points-wrap #talking-points,
.app-150 #action-alert .recips-top-info-left #column1, .app-150 #action-alert .recips-top-info-right #column2,
.app-150 #action-alert .recips-top-info-left #column2, .app-150 #action-alert .recips-top-info-right #column1 {
        float: none;
        width: auto;
    }
}

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

    /* dwolf - 10-23-2014 */
    .app-9 div.responsive .cancel-step {
        margin-left: 0;
    }

    .first_name_row, 
.last_name_row, 
.city_row, 
.state_row, 
.zip_code_row {
        float: none;
    }

    .first_name_row, 
.last_name_row, 
.city_row, 
#cons_zip_code {
        width: 100%;
    }

    .vfd_landing_img {
        display: none;
    }

    .app-9 div.donation-level-container,
    .app-9 label+div.donation-level-user-entered {
        width: inherit;
    }

    .app-9 div.donation-level-container {
        margin-right: 5px !important;
    }

    .app-9 label+div.donation-level-user-entered {
        margin-left: 0;
        display: inline-block;
    }

    .app-9 .donation-level-input-container .donation-level-user-entered input[type=text] {
        width: 100%;
    }

    .df_other_block .donation-level-input-container {
        width: 200px;
    }

    .app-9 #billing_first_name_row {
        float: none;
        margin-right: 0;
    }

    .app-9 input#billing_addr_cityname {
        width: 300px;
    }

    .app-9 #billing_addr_state_row {
        width: 300px;
        float: none;
    }

    .app-9 #billing_addr_state {
        width: 300px;
    }


    /*.mobile div.responsive div.form-row,*/
    .mobile div.responsive div.form-content {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .mobile #billing_addr_street1_row input, 
    .mobile #billing_addr_street2_row input, 
    .mobile #billing_addr_street3_row input, 
    .mobile #billing_addr_country_row input.ui-autocomplete-input,
    .mobile #donor_addr_street1_row input,
    .mobile #donor_addr_street2_row input,
    .mobile #donor_addr_street3_row input,
    .mobile #donor_addr_country_row input.ui-autocomplete-input,
    .mobile #shipping_addr_street1_row input, 
    .mobile #shipping_addr_street2_row input, 
    .mobile #shipping_addr_street3_row input, 
    .mobile #shipping_addr_country_row input.ui-autocomplete-input, 
    .mobile #tribute_notify_recip_street1_row input, 
    .mobile #tribute_notify_recip_street2_row input, 
    .mobile #tribute_notify_recip_street3_row input, 
    .mobile #tribute_notify_recip_country_row input.ui-autocomplete-input, 
    .mobile #tribute_signature_row input, 
    .mobile #tribute_message_closing_row input, 
    .mobile #payment_typecc_number_row input,
    .mobile div.payment-field-container #responsive_payment_typecc_number_row input,
    .mobile div.employer-address-container input#employer_street,
    .mobile #billing_addr_country_row select, 
    .mobile #billing_addr_state_row select, 
    .mobile #donor_addr_state_row select, 
    .mobile #donor_addr_country_row select, 
    .mobile #donor_occupation_row select, 
    .mobile #shipping_addr_country_row select, 
    .mobile #shipping_addr_state_row select, 
    .mobile #tribute_notify_recip_state_row select, 
    .mobile #tribute_notify_recip_country_row select, 
    .mobile .custom-field-container select, 
    .mobile div.employer-address-container select {
        width: 100%;
        max-width: none;
    }

    .mobile div.html-caption-container,
    .mobile div.payment-field-container div.payment-type-selections,
    div.payment-field-container #responsive_payment_typecc_number_row input,
    .app-9 select, .app-9 div.responsive select, .app-200 select, .app-200 div.responsive select, .app-150 select {
        width: 100%;
    }

    #ty-action img {
        float: none;
    }

    .app-9 #preview_button_row {
        display: none !important;
    }

    .app-9 input[type=text], .app-19 input[type=text], .app-23 input[type=text] {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #main-body.container {
        padding: 30px 10px;
    }

    .app-9 h2, .app-9 h3, .app-9 h4, .app-9 h5 {
        font-size: 22px;
        line-height: 26px;
    }

    .app-9 input#billing_addr_cityname {
        /*width: 185px;*/
        width: 100%;
    }

    .app-9 #billing_addr_state {
        /*width: 185px;*/
        width: 100%;
    }

    .app-9 input#billing_addr_zipname {
        width: 100%;
    }
    /* Transaction summary */
    table.labels {
        width: 100%;
    }

    table.values {
        margin-bottom: 12px;
        margin-left: 12px;
    }

    .browser-ie9.app-9 select#billing_addr_state, 
    .browser-ie9.app-9 select#billing_addr_country {
        width: 224px;
        max-width: 224px;
    }

    .browser-ie9.app-9 #billing_addr_state_row .ie-custom-select, 
    .browser-ie9.app-9 #billing_addr_country_row .ie-custom-select {
        width: 185px;
    }

    /*dwolf donation form  stylesoct 20, 2014 */

    .app-9 .imgRight, .app-9 .intro .imgRight {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-left: 0;
    }
}
/* --------------------------------------------
  special section-name styles
-------------------------------------------- */
@media only screen and (min-width: 1101px) and (max-width: 1250px) {
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
}


/* --------------------------------------------------------------
 Tablet Only: 768px - 991px
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* --------------------------------------------
    section-name elements
  -------------------------------------------- */
    /* sub-section description */
/* personal fundraising / vfd */
    #vfd_choicebox_left {
        width: 100%;
    }

    #vfd_choicebox_right {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    /* SURVEYS */
    .gsnap-body,
  .tyIntro {
        max-width: 100%;
        float: left;
    }

    .gsnap-sidebar,
.tySidebar {
        margin-top: 25px;
    }

    .tySidebar {
        width: 100%;
    }


    /* "sub-section title" ;*/;
}
  /* --------------------------------------------
    special section-name elements
  -------------------------------------------- */
@media only screen and (min-width: 812px) and (max-width: 991px) {
}

@media only screen and (min-width: 811px) and (max-width: 913px) {
}



/* --------------------------------------------------------------
  Mobile Only: ~320px - 767px
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
/* personal fundraising / vfd */
    #vfd_choicebox_left,
#vfd_choicebox_right {
        width: 100%;
    }

    #vfd_choicebox_left {
        margin-bottom: 35px;
    }

    #vfd_choicebox .goright {
        float: left;
        margin-bottom: 10px;
    }

/* SURVEYS */
    .page-contactus .container form,
.page-contactus_causemarketing .container form,
.page-contactus_plannedgiving .container form,
.page-contactus_vfd .container form,
.page-contactus_stt .container form,
.gsnap-body,
.tyIntro {
        max-width: 100%;
        float: none;
    }

    .contact-sidebar,
.gsnap-sidebar {
        max-width: 100%;
        float: none;
    }

    .gsnap-sidebar,
.tySidebar {
        margin-top: 25px;
    }

    .tySidebar {
        width: 100%;
    }

    .app-10 .right-block {
        margin-left: 0px;
    }

/* TAF */
.pg-pfvtaf textarea#sendtoemail,
.pg-pfvtaf textarea#message,
.app-5 textarea#sendtoemail,
.app-5 textarea#message {
        max-width: 280px;
    }

/* make radio and checkboxes larger for mobile */
    input[type=checkbox],
input[type=radio] {
        min-width: 20px;
        min-height: 20px;
    }

    input[type=checkbox]:active,
input[type=radio]:active {
        min-width: 20px;
        min-height: 20px;
    }
    /* "sub-section title" ;*/
    input[type=submit], 
  .app-9 div.responsive .finish-step, 
  .app-9 div.responsive button.step-button, 
  .app-9 div.responsive button.action-button, 
  .app-9 div.responsive .finish-step:hover, 
  .app-9 div.responsive button.step-button:hover, 
  .app-9 div.responsive button.action-button:hover, 
  #action-alert.form .submit-wrap input, 
  #action-alert.form .submit-wrap input:hover {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }
}

 /* ------------------------------------------------------------------------ 500 px wide --------- */
@media only screen and (max-width:500px) {
    h1 {
        font-size: 24px;
        text-transform: none;
    }

    #action-alert h2.styled, .app-150 h2 {
        font-size: 24px;
    }

    .app-9 div.responsive .finish-step, 
  .app-9 div.responsive button.step-button, 
  .app-9 div.responsive button.action-button, 
  .app-9 div.responsive .finish-step:hover, 
  .app-9 div.responsive button.step-button:hover, 
  .app-9 div.responsive button.action-button:hover {
        max-width: 100%;
        min-width: 200px;
    }

    .app-9 #billing_addr_city_row, 
  .app-9 #billing_addr_zip_row, 
  .app-9 #billing_addr_state_row, 
  .app-9 #billing_addr_country_row {
        width: 100%;
    }

    .app-9 div.responsive .finish-step, 
  .app-9 div.responsive button.step-button, 
  .app-9 div.responsive button.action-button, 
  .app-9 div.responsive .finish-step:hover, 
  .app-9 div.responsive button.step-button:hover,
  .app-9 div.responsive button.action-button:hover,
  #action-alert.form .submit-wrap input, 
  #action-alert.form .submit-wrap input:hover {
        min-width: 220px;
    }
}

    /* ------------------------------------------------------------------------ 370 px wide --------- */
@media only screen and (max-width:370px) {
    .app-200 input, .app-200 form input, .app-201 input, .app-201 form input {
        max-width: 270px;
    }

    .app-9 .donation-level-container-generic-repeat.form-input {
        margin-top: 40px;
        width: 270px;
    }

    .app-9 select, 
  .app-9 div.responsive select, 
  .app-200 select, 
  .app-200 div.responsive select, 
  .app-150 select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }

    input[type=submit], 
  .app-9 div.responsive .finish-step, 
  .app-9 div.responsive button.step-button, 
  .app-9 div.responsive button.action-button, 
  .app-9 div.responsive .finish-step:hover, 
  .app-9 div.responsive button.step-button:hover, 
  .app-9 div.responsive button.action-button:hover, 
  #action-alert.form .submit-wrap input, 
  #action-alert.form .submit-wrap input:hover {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }
}


  /* --------------------------------------------
    special section-name elements
  -------------------------------------------- */
@media only screen and (min-width: 610px) and (max-width: 767px) {
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
    .browser-ie9.app-9 select#billing_addr_state, 
    .browser-ie9.app-9 select#billing_addr_country,
    .browser-ie9.app-19 select#cons_state, 
    .browser-ie9.app-19 select#phone_type {
        width: 331px;
        max-width: 331px;
    }

    .browser-ie9.app-9 #billing_addr_state_row .ie-custom-select, 
    .browser-ie9.app-9 #billing_addr_country_row .ie-custom-select {
        width: 300px;
    }
}