.neon_C_content {
  margin: 0;
  padding: 20px 1px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  color: #333333;
}

.neoncrm-submit,
.neoncrm-button,
.neoncrm-org-toggle button,
.neoncrm-org-toggle input[type=button],
.neon_C_content button,
.neon_C_content #surveyForm .control_button,
.neon_C_content input[type=button],
.neon_C_content input[type=submit]{
    -webkit-appearance: button;
    cursor: pointer;
    margin: 3px 1px;
    outline: none;
    background-color: #4f899b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 9px 18px;
    font-size: 14px;
    border:none;
    line-height: normal;
    color: #fff;
    transition: margin 300ms ease 0ms,padding 300ms ease 0ms,background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}
.neoncrm-submit:hover,
.neoncrm-button:hover,
.neoncrm-org-toggle button:hover,
.neon_C_content button:hover,
.neon_C_content #surveyForm .control_button:hover,
.neoncrm-org-toggle input[type=button]:hover,
.neon_C_content input[type=button]:hover,
.neon_C_content input[type=submit]:hover{
    background-color: rgba(127,188,56,0.8);
    color: #fff;
}

.neon_C_content h1 {
    font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}

.neon_C_content h2 {
    font-family: 'Muli', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}
.neoncrm-right-align img:hover{
    cursor: pointer;
}
.neon_C_content a.neoncrm-neonFooter {
    float: right;
}

.neoncrm-org-toggle a:hover{
    cursor: pointer;
}

.neon_C_content input[type="text"],
.neon_C_content input[type="password"],
.neon_C_content input.neoncrm-text-field,
.neon_C_content select,
.neon_C_content input.neon2Field,
.neon_C_content textarea{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 8px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: normal;
}
.neon_C_content input[type="text"]:focus,
.neon_C_content input[type="password"]:focus,
.neon_C_content select:focus,
.neon_C_content input.neon2Field:focus,
.neon_C_content textarea:focus{
    border-color: #2d3940;
    color: #3e3e3e;
}
#SocialFundraisingCampaigns .neoncrm-table td{
    text-align: left;
}
.neon_C_content th{
    padding: 4px;
    text-align: left;
}
.neon_C_content td{
    padding: 3px;
}

.neon_C_content select{
    line-height: 1.5;
}


.neon_C_content .neoncrm-right-align{
    text-align: right;
}
@media only screen and (max-width: 800px){
    .neon_C_content .neoncrm_broadcast_section{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 500px){

    .neon_C_content input[type="text"],.neon_C_content input[type="password"]{
        max-width: 250px !important;
    }
    .neon_C_content #z2-login-standard{
        width: 250px;
    }
    .neon_C_content .multiSelectOptions{
        width: 290px !important;
    }
}
@media only screen and (max-width: 370px){

    .neon_C_content #sfp-e-check,.neon_C_content #sfp-paypal,.neon_C_content #sfp-alternative{
        margin-top: 40px;
    }
}
.neon_C_content #event_calendar{
    overflow-x: auto;
}
#encouragedLogIn .neon_en_field_set{
    padding: 0 10px 10px !important;
}
.paymentFieldset{
    border: 1px solid #f7f3d6 !important;
}
.neon_C_content table.neoncrm-event-registration-list-summary,.neon_C_content table.neoncrm-event-registration-list-summary th{
    text-align: left;
}
#confirmButtons .button{
    border-radius: 0;
}

.neon_C_content td[valign=top],
.neon_C_content th[valign=top] {
    vertical-align: top !important;
}
.neon_C_content td[valign=bottom],
.neon_C_content th[valign=bottom] {
    vertical-align: bottom !important;
}
.neon_C_content td[align=right],
.neon_C_content th[align=right] {
    text-align: right !important;
}
.neon_C_content td[align=center],
.neon_C_content th[align=center] {
    text-align: center !important;
}
.neon_C_content #surveyForm .control_button{

}
.neon_C_content form[name="pShoppingCartFormBean"],.neon_C_content div.fundraiser{
    overflow-x: auto;
    overflow-y: hidden;
}
.neon_C_content div.fundraiser .pagingContainer .form-group{
    height: auto;
}
.neon_C_content th.Glow-AlignCenter{
    text-align: center;
}
.neoncrm-event-registration-list-summary td,.neoncrm-event-registration-list-summary th{
    border-color: #000;
}
.neon_C_content form[name="pShoppingCartFormBean"] .neonFieldText{
    margin: 0;
}
.neon_C_content form[name="pShoppingCartFormBean"] input,
.neon_C_content form[name="pShoppingCartFormBean"] select{
    font-size: 14px;
}
.neon_C_content .neoncrm-radio-group{
    padding: 4px;
}
div.neoncrm-tableContainer .neoncrm-table td{
    padding: 1px;
}
#eventListPage td.neonLine{
    line-height: 0;
    padding: 0;
}
#confirmBox h1{
    margin: 0;
}
#eventListPage{
    overflow-x: auto;
    overflow-y: hidden;
}
.entry-content .neon_C_content a{
    color: #efa871;
    text-decoration: none;
}
.entry-content .neon_C_content a:hover{
    text-decoration: none;
}
.neon_C_content .neoncrm-tableContainer{
    height: auto;
}
div.membershipDirectory{
    padding: 10px 1px !important;
}
.neon_C_content svg rect{
    fill: #fff;
}
.NeonPay__session{
    display: none;
}
.neon_C_content table{
    width: 100%;
}