@import '/Portals/_default/cross-styling.css';
@import '/Portals/_default/council-styles.css';
/*----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, a {
    font-family: proxima-nova, Arial, sans-serif;
}

a {
   color: var(--theme-link-hover);
}

/* 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;
}
/* Logo */
a.logo--emblem {
    display: none;
}

/* Hero Image */
.intro-banner img {
    max-height: 600px;
} 
.site--header .site--logo img {
    width: 100%;
    max-height: 120px;
}
/* Swiper Hover Color */
.swiper-container.default_nav .swiper-button-prev:hover,.swiper-container.default_nav .swiper-button-next:hover, .swiper-container .swiper-pagination-bullet-active {
    background: var(--theme-link-hover) !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;
}
}
#dnn_ctr5986_Feedback_plEmail_lblLabel:before {
    content: 'Contact Email';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
}
#dnn_ctr5986_Feedback_plName_lblLabel:before {
    content: 'Name to Pray For';
    position:absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
}

/*Yellow Lines for Newsletter Fix*/
/* Ensure the parent container has position relative */
.homelines {
    position: relative;
    width: 100%;
}
/*News publish boxes*/

input#dnn_ctr1773_NewsArticles_ucSubmitNews_txtPublishHour,
input#dnn_ctr1773_NewsArticles_ucSubmitNews_txtPublishMinute,
input#dnn_ctr1773_NewsArticles_ucSubmitNews_txtExpiryHour,
input#dnn_ctr1773_NewsArticles_ucSubmitNews_txtExpiryMinute,
input#dnn_ctr1773_NewsArticles_ucSubmitNews_txtEventHour,
input#dnn_ctr1773_NewsArticles_ucSubmitNews_txtEventMinute {
    width: 100px !important;
}
input#dnn_ctr1788_NewsArticles_ucSubmitNews_txtPublishHour,
input#dnn_ctr1788_NewsArticles_ucSubmitNews_txtPublishMinute,
input#dnn_ctr1788_NewsArticles_ucSubmitNews_txtExpiryHour,
input#dnn_ctr1788_NewsArticles_ucSubmitNews_txtExpiryMinute,
input#dnn_ctr1788_NewsArticles_ucSubmitNews_txtEventHour,
input#dnn_ctr1788_NewsArticles_ucSubmitNews_txtEventMinute {
    width: 100px !important;
}

/* Sign-up box styles */
.homelines.yellow {
    background: #F5F5F5;
    padding: 2rem 1rem 3rem;
    margin-bottom: -20px;
    text-align: center;
}

.homelines:before,
.homelines:after {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

/* Left line */
.homelines:before {
    left: 5rem;
    background: #EFB62B;
}

/* Right line */
.homelines:after {
    right: 5rem;
    margin-top: 39px;
    background: #EFB62B;
}

/* Responsive Adjustments */
@media screen and (max-width: 991px) {
    .homelines:before {
        left: 0;
    }

    .homelines:after {
        right: 0;
        margin-top: 10px;
    }
}

/* Animation Effects */
@media screen and (min-width: 992px) {
    @keyframes slide-left {
        0% { left: 100%; }
        100% { left: 5rem; }
    }

    @keyframes slide-right {
        0% { right: 100%; }
        100% { right: 5rem; }
    }

    .homelines.yellow:before {
        animation: slide-left 5s forwards;
    }

    .homelines.yellow:after {
        animation: slide-right 5s forwards;
    }
}


/*Documents Description Text Change*/
.DescriptionHeader {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  }

.DescriptionHeader:after {
  content: ' Form ID' !important;
  font-size: 1rem;
}

 @media screen and (max-width: 480px) {
     .DescriptionHeader {
        display: none;
  }
}

/*Documents Downloads Text Change*/
[id^="dnn_ctr6263_Document_grdDocuments_ctlDownloadLink_"] {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  }

[id^="dnn_ctr6263_Document_grdDocuments_ctlDownloadLink_"]:after {
  content: 'View' !important;
  font-size: 1rem;
}
 @media screen and (max-width: 480px) {
.DescriptionCell {
    display: none;
  }
}
 @media screen and (max-width: 480px) {
[id^="dnn_ctr6263_Document_grdDocuments_ctlDownloadLink_"]:after {
  content: 'View' !important;
  font-size: 1rem;
  white-space: nowrap;
  }
}


/* Footer  */
.site--footer {
    background: var(--brand-gold,#001333);
}


