/* about dgc */

.Id3166 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/blackdesert.jpeg');
}

.blue-highlight {
    background-color: #D8E1F8;
    padding: 5% 0;
}

    .blue-highlight p {
        color: #202020;
        font-size: 14px;
    }

    .blue-highlight h1,
    .blue-highlight h2,
    .blue-highlight h3,
    .blue-highlight h4,
    .blue-highlight h5,
    .blue-highlight h6 {
        color: #202020;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .Id3434 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/109/coach-and-player.jpg');
    }

/* form overrides */

#dnn_ctr9582_ModuleContent {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rendered-form input,
.rendered-form textarea {
    border: 1px solid #0d8341;
    color: #000;
    border-radius: 0px !important;
    background-color: #fafafa;
}

.rendered-form textarea {
    padding: 2% !important;
}

.form-control:focus {
    color: #000;
    background-color: #f0f0f0;
    border-color: #0d8341;
    box-shadow: 0 0 0 0.2rem rgba(0, 77, 33, .25);
}

.rendered-form .form-control:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.025), 0 0 8px rgba(0, 77, 33, .25) !important;
}












