/* fix the issue of dropdown behind the second menu in conference regi page */
body.page-id-23165 .quadmenu-sticky-wrapper {
  display: none;
}

body.page-id-23165 #mysticky-nav #quadmenu {
    z-index: 100;
}

body.page-id-23165 input#fld_2668148_1 {
    width: 100%;
    color: white;
    height: 50px;
}

/* hide the speaker bio in conference program */
div.speaker.left-3 {
    display: none;
}

/* conference registration page tabs */
span.vc_tta-title-text {
    font-weight: 600;
}
li.vc_active span{
    border-bottom: 2px solid #5aa954;
}

#speaker_bio {
    padding-left: 50px;
}

#post-23512 {
    margin-left: 10%;
}

/* hide settings in civicrm to avoid changing member, don't delete */
.CRM_Membershiprelationshiptypeeditor_Form_UpdateMembershipTypes {
    display: none;
}

.page-template-page-conference .entry-content {
    padding-bottom: 60px;
}

.page-template-page-conference .entry-content .crm-title .title {
    text-align: center;
}

.page-id-24687 #crm-container .crm-title, .page-id-24725 #crm-container .crm-title {
    display: none !important;
}