/*
 * Global Modifier
 */
.zpapp .zpform-container div h2 {display:none}
.theme-footer-area .footer-container a img,
.theme-footer-area .footer-container a span{display:none}
/* Form Styles */
.zpform-container form ul.zpform-outer li .zpform-label-container { margin-bottom: 0px !important; line-height: 1em; }
.zpform-container form ul.zpform-outer li .zpform-label-container label { font-weight: 600; }
.zpform-container form ul.zpform-outer li { margin-bottom: 10px; }
/* Main Registration Form */
form[elname="Event_Registration_Sample"] .zpform-outer li .zpform-field-container.zpform-button input[type="reset"] {display:none}
.zpapp[data-app-sub-type="Event_Registration_Sample"] .zpform-container .zpform-outer li:nth-child(6),
.zpapp[data-app-sub-type="Event_Registration_Sample"] .zpform-container .zpform-outer li:nth-child(7),
.zpapp[data-app-sub-type="Event_Registration_Sample"] .zpform-container .zpform-outer li:nth-child(8),
.zpapp[data-app-sub-type="Event_Registration_Sample"] .zpform-container .zpform-outer li:nth-child(9),
.zpapp[data-app-sub-type="Event_Registration_Sample"] .zpform-container .zpform-outer li:nth-child(14){display:none}
/* One Question Form */
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(1) .zpform-label-container label { font-size: 18px; color: #661416; }
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(1) .zpform-field-container:after {
    display: block;
    font-style: italic;
    color: #606060;
    content: "That one question that would help your bank with its 2021 strategic planning discussions and weave in his perspective back to the bank!";
    font-size: 15px; line-height: 18px;
    margin: 3px 6px 12px;
}
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(2):before {
    width: 100%;
    display: block;
    font-style: bold;
    color: #661416;
    content: "Register here to listen live";
    font-size: 18px; line-height: 18px;
    padding: 0 3px 6px;
    margin: 0 0 18px;
    border-bottom: 3px solid #661416;
}
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(7),
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(8),
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(9),
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(10),
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(11),
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li:nth-child(12),
form[name="Dr_Ed_Event_One_Question"] .zpform-outer li .zpform-field-container.zpform-button input[type="reset"] {display: none !important;}
/*
 * Helpers
 */
.crop-10-tb img { margin-top: -10px !important; margin-bottom: -10px !important; }
.crop-20-tb img { margin-top: -20px !important; margin-bottom: -20px !important; }
.crop-30-tb img { margin-top: -30px !important; margin-bottom: -30px !important; }
.crop-40-tb img { margin-top: -40px !important; margin-bottom: -40px !important; }
.crop-50-tb img { margin-top: -50px !important; margin-bottom: -50px !important; }
.crop-60-tb img { margin-top: -60px !important; margin-bottom: -60px !important; }
.crop-80-tb img { margin-top: -80px !important; margin-bottom: -80px !important; }
.crop-100-tb img { margin-top: -100px !important; margin-bottom: -100px !important; }
.crop-120-tb img { margin-top: -120px !important; margin-bottom: -120px !important; }
.crop-140-tb img { margin-top: -140px !important; margin-bottom: -140px !important; }