.Id2464 #dnn_TwoColumnNarrowLeft,
.Id2464 #dnn_TwoColumnNarrowRight {
    background-color: #f5f5f5;
}

.Id2419 #dnn_FullWidthBottom {
    padding-left: 0;
    padding-right: 0;
}

/* league example */

.Id3602 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/113/indoor3.jpg');
    background-position: 50% 40%;
}

/* form overrides */

.sub-widget {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .sub-widget input {
        border: 1px solid #003354;
        color: #000 !important;
        background-color: #fff;
        border-radius: 0px !important;
    }

        .sub-widget input::placeholder {
            color: #404040 !important;
        }

    .sub-widget .form-control:focus {
        outline: 0;
        border-color: #003354;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.025), 0 0 8px rgba(0,0,0,.25) !important;
    }

#signup_button {
    font-family: 'Francois One', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}





