/*  CWA Wufoo Default Theme
    Updated: 2021 Sept. 24
*/

/* Include CWA Custom Classes css file */
@import "https://actionnetwork.org/user_files/user_files/000/065/337/original/wufoo-custom-classes.css";

#logo { padding: 10px 25px !important; }

/* Remove horizontal rules at top */
.redesigned-theme-2018 #logo, .redesigned-theme-2018 #nav2.logo, .redesigned-theme-2018 .wufoo .info { border:none !important; }

.redesigned-theme-2018 .wufoo .info { margin-bottom:0 !important; }

/* Hide Extraneous H3 */
    h3#title117 {display:none;}

/* Use a Section for the Footer */
    div#instruct11 { height: 10px; }

    h3#title11 { display: none; }

    #cwafooter {
        position: element(#container);
        transform: translateY(220px);
        padding: 10px 20px;
        margin: -80px -30px !important;
        font-size: 14px !important;
        background:#efefef;
        }

/* Submit Button and Next page buttons */
input#saveForm, .submit {
  float: left !important;
  margin: -50px 50px 0 !important; /* this top-margin is fix for moving footer */
  background:#25B036 !important;
  border:1px solid #25B036 !important;
}