@import url("/Portals/_default/cross-styling.css");
@import url("/Portals/_default/council-styles.css");

/*----------------------------------------------------------------------------*/
a#dnn_ctl01_ctl02_dnnUser_registerLink {
    display: none
}
/* temp accent card styles */
    .accent-card h3 {
        margin-left: 1rem;
    }

   .accent-card  p {
        background-color: #f7f7f7;
        padding: 1.5rem 1rem 1rem;
        margin-top: -2.5rem;
        border-bottom: 0.25rem solid var(--brand-light-blue);
    }
img {
    max-width: 100% !Important;
    height: auto !IMPORTANT;
}
.site--header .site--logo .logo--emblem {
 display: none;
}
table.photo-frame img {
    border: 1px solid #eee;
}

.introduction.introduction__info h2 a {
  color: white;
}
/*Jimmy Tweaks feb 2022 */
.module-container.module-container__callout.module-container__callout-branded {
    max-width: 600px;
    margin: 0 auto !important;
}
.module-container.module-container__callout.module-container__callout-branded h2 {
    font-size: 1.7em;
}
.kofc .kofc__detail .etg-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Prayer Request Styles */
.kofc .prayer-request--item {
    max-width: 100% !important;
}

.kofc .prayer-request--content {
    margin: 0;
    height: max-content;
    max-width: 100%;
    width: auto;
}

/* Feedback Comments Styles */
.Feedback_Comments tbody tr td {
    padding: 0 !important;
}

.Feedback_Comments table {
    border-spacing: 0 !important;
}


/* Feedback Labels */
#dnn_ctr3583_Feedback_plEmail_lblLabel:before {
    content: 'Contact Email';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}
#dnn_ctr3583_Feedback_plName_lblLabel:before {
    content: 'Name to Pray For';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}
span#dnn_ctr3583_Feedback_plMessage_lblLabel {
    font-weight: 700;
}

span#dnn_ctr3583_Feedback_plSubject2_lblLabel::before {
    content: 'Council';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

/*Footer*/

.footer--container #dnn_dnnLogin_loginLink::before {
    content: "Admin ";
}

.utility-nav #dnn_ctl01_ctl02_dnnLogin_loginLink {
  display: none;
}
.footer--container {
    font-size: 1.3rem;
}









