.neon_C_content {
  margin: 0;
  padding: 20px;
  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 input[type=button],
.neon_C_content input[type=submit]{
    color: #434343;
    background-color: #b7a15f;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 14px;
    line-height: inherit;
    padding: 14px 22px;
    margin: 3px 0;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: none;
}
.neoncrm-submit:hover,
.neoncrm-button:hover,
.neoncrm-org-toggle button:hover,
.neoncrm-org-toggle input[type=button]:hover,
.neon_C_content input[type=button]:hover,
.neon_C_content input[type=submit]:hover{

}

.neon_C_content h1 {
    font-family: Bevan;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #444;
}

.neon_C_content h2 {
    font-family: Lato;
    line-height:1.3;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #444;
}
.neoncrm-right-align img:hover{
    cursor: pointer;
}
.neon_C_content a.neoncrm-neonFooter {
    float: right;
}

.neoncrm-org-toggle a:hover{
    cursor: pointer;
}
.neoncrm-table td,.neoncrm-event-registration-list-summary td,.neoncrm-ticket-options-table td{
    text-align: center;
}
.neon_C_content input[type="text"],
.neon_C_content input[type="password"],
.neon_C_content select,
.neon_C_content textarea{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #e4e4e4;
    font-size: 14px !important;
    color: #222;
}
.neon_C_content input[type="text"]:focus,
.neon_C_content input[type="password"]:focus,
.neon_C_content select:focus,
.neon_C_content textarea:focus{
    border-color: #e58e1a!important;
}
#SocialFundraisingCampaigns .neoncrm-table td{
    text-align: left;
}
.neon_C_content th{
    padding: 4px;
}
.neon_C_content td{
    padding: 2px;
}
.neon_C_content #frontItemListTable td{
    padding: 1px;
}
.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;
    }

}
@media only screen and (max-width: 315px){


    .neon_C_content #sfp-e-check,.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;
}
