@import '/Portals/_default/cross-styling.css';
@import '/Portals/_default/council-styles.css';
/*----------------------------------------------------------------------------*/
/* 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;
}

/*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;
}
.kofc .header--nav ul li a.menu-link, .header--nav ul li span.menu-link {
    padding: 0.5em 0.7rem;
}
@media screen and (min-width: 1290px) {
.kofc .header--nav ul li a.menu-link, .header--nav ul li span.menu-link {
    font-size: 1rem;
}
}

.site--header .site--logo .logo--emblem {
    margin-right: .5rem;
    display: none;
}

.site--header .site--logo img {
    max-width: 100%;
    opacity: .98;
    padding-bottom: 1rem;
}

/*Phone Header*/
phone-heading {
     text-align: right!important;
}
.phone-header:hover {
    color: cyan;
}
p.phone-heading {
    padding-top: .5em;
    font-size: 3rem;
}

.ms-alert.ms-alert-warning {
    display: none;
}


/*Membership Information Form*/
div#dnn_ctr9874_View_Fullname_9874_3 {
    display: flex;
    justify-content: space-evenly;
}

/*Fix for Hours and Mins Boxes*/

div[class*="NewsArticles"] input[id*="Hour"],
div[class*="NewsArticles"] input[id*="Minute"] {
    width: 50px !important;
    padding: 5px !important;
}




