.neon_C_content {
  margin: 0;
  padding: 20px 15px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  color: #444444;
}
#confirmButtons .button{
    border-radius: 0;
}
.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]{
    font-weight: 700;
    margin: 3px 0;
    padding:7px 14px;
    color: #FFF;
    background-color: #00AEEF;
    border: 2px solid transparent;
    border-radius: 2px;
    font-family: "Brown Pro Web",Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
}
.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{
    border-color: currentColor;
    background-color: transparent;
    color: #00AEEF;
}

.neon_C_content .neoncrm-page-title,.neon_C_content h1 {
    font-family: "Guardian Egyptian Web", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-weight: 600;
    line-height: 1.4;
    font-size: 36px;
    color: #444444;
}

.neon_C_content .neoncrm-page-subtitle,.neon_C_content h2 {
    font-family: "Guardian Egyptian Web", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-weight: 600;
    line-height: 1.4;
    font-size: 26px;
    color: #444444;
}
.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;
    border: 1px solid #a3a3a3;
    padding: 6px;
}
.neon_C_content input[type="text"]:focus,
.neon_C_content input[type="password"]:focus,
.neon_C_content select:focus,
.neon_C_content textarea:focus{

}
#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: 415px){


    .neon_C_content #sfp-e-check,.neon_C_content #sfp-alternative{
        margin-top: 40px;
    }
}
.neon_C_content #event_calendar{
    overflow-x: auto;
}
form.search-form button.search-form__reset{
    display: none;
}
