.aperture-btn-primary, .dnnPrimaryAction  {
    background-color: #3C7A9A !important;
    border-color: #346A87 !important;
    border-radius: 3px !important;
}

.aperture-btn-secondary, .dnnSecondaryAction  {
    background-color: #76ACC9 !important;
    border-color: #3C7A9A !important;
    border-radius: 3px !important;
}

.accordion-wrapper{
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    min-width: 0 !important;
    display: block !important;
    flex: 0 0 auto !important;
    align-self: center !important;
    justify-self: center !important;
}

.accordion-wrapper .my-accordion {
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    min-width:0 !important;
}

.accordion-wrapper .my-panel {
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    min-width:0 !important;
}

.accordion-wrapper .my-list {
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    min-width:0 !important;
    display: flex;
    justify-content: center;
    align-items: center;  
}

.accordion-wrapper .my-panel{ overflow-wrap:break-word; word-break:break-word; }
.my-accordion{ background:#eee; padding:10px 18px; border:none; text-align:left; font-weight: bold; display:block; box-sizing:border-box; border-radius:8px; transition:background .18s ease, box-shadow .18s ease; }

/*.my-accordion:hover{ background:#ccc; } */
.my-panel{ padding:5px 18px 30px 18px; background:#fff; text-align:left; }
.my-list{ padding:5px 18px 30px 18px; text-align:left; }
.my-panel-hidden { display:none; }
.my-panel-show { display:block; }

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;  
    background-color: #3C7A9A;  
    padding-bottom: 50px;
}

.form-center {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .form-center {
        width: 85%;
    }
}

.Normal {
    color: #565656;
}