﻿
@media (min-width: 1200px) {
    .container {
        max-width: 1185px;
    }  

    .views-row {
        max-width: 217px;
        min-width: 100%;
    }
    .contact-views-row {
        max-width: 300px;
        min-width: 100%;
    }

    
}

@media (max-width: 767px) {
    .heading-line:before {
        width: 50% !important;
        left: -100px !important;
    }

    .heading-line:after {
        width: 50%;
        right: -100px;
    }
}

.views-row {
    float: left;
    width: 217px;
    margin: 20px 10%;
    border: 1px solid #ccc;
    border-bottom: 5px solid #a91e23;
    box-shadow: 0 0 2px rgba(97,95,95,.61);
    position: relative;
    height: 300px;
}


.contact-views-row {
    float: left;
    width: 300px;
    margin: 20px 10%;
    border: 1px solid #ccc;
    border-bottom: 5px solid #a91e23;
    box-shadow: 0 0 2px rgba(97,95,95,.61);
    position: relative;
    height: 400px;
}


.views-field-field-topics-image {
    height: 120px;
    overflow: hidden;
}

    .views-field-field-topics-image img {
        width: 100%;
    }


.views-field-title {
    padding: 10px;
}

    .views-field-title .field-content {
        font-size: 1.25em;
        text-decoration: none;
        text-align: left;
        color: #a91e23;
    }

.views-field-body {
    padding: 10px;
}

    .views-field-body p {
        position: relative;
        color: #000;
        padding: 0;
        text-align: left;
        font-size: 12px;
    }

.heading-line {
    font-size: 36px;
    font-weight: 500;
    color: #a81e22;
    margin: 20px 0;
    display: inline-block;
    position: relative;
}

    .heading-line:before, .heading-line:after {
        border-top: 1px solid #a81e22;
        display: block;
        height: 1px;
        content: " ";
        width: 70%;
        position: absolute;
        left: -175px;
        top: 0.65em;
    }

    .heading-line:after {
        right: -175px;
        left: auto;
    }

.heading-line-youth:before, .heading-line-youth:after {
    width: 30%;
}

@media (max-width: 767px) {
    .heading-line:before, .heading-line:after {
        display: none;
    }
}

.home-image {
    width: 100%;
}

.marquee-link {
    color: rgb(69, 101, 172);
    font-size: 26px;
}

/*.welcome-text-sub-head {
    font-family: "Calibri",sans-serif;
}*/

.fl {
    float: left;
}

.welcome-img {
    margin-top: 15px;
    width: 100%;
}

.welcome-img-text {
    font-family: "Freestyle Script";
    font-size: 18pt;
}

.welcome-text {
    text-align: justify;
}

.lccea-text {
    margin-top: 30px;
    font-family: "Calibri",sans-serif;
    font-size: 38pt !important;
    text-align :center ;
}

.lccea-text-success {
    margin-left: 15px;
    color: #28a745 !important;
}

.content-page-heading {
    margin-top: 10px;
}

    .content-page-heading img {
        width: 70px;
        margin-right: 5px;
    }
.announce-wrap{
  position:relative;
  background:#f8fafc;
  border:1px solid #dbe2ea;
  border-radius:8px;
  padding:10px 64px 10px 12px;
  margin:12px auto;
  overflow:hidden;
}
.announce-btn{
  position:absolute;
  right:10px;
  top:8px;
  padding:4px 10px;
  font-size:14px;
}
.announce-viewport{ overflow:hidden; }
.announce-track{
  display:inline-flex;
  white-space:nowrap;
  gap:18px;
  animation: ticker 18s linear infinite;
  will-change: transform;
}
.announce-track.paused{ animation-play-state: paused; }
.announce-item{ color:#1f497d; font-weight:600; }
.announce-dot{ color:#6b7280; }

@keyframes ticker{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .announce-track{ animation: none; }
  .announce-btn{ display:none; }
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.marquee__track {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%; /* start off-screen right */
    animation: marquee-left 16s linear infinite;
    will-change: transform;
    color: #1f497d;
    font-weight: 600;
    font-size: 16px;
}

@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee__sep {
    color: #6b7280;
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .marquee__track {
        animation: none;
        padding-left: 0;
    }
}


footer a,
footer a:visited {
    color: #0068d9; /* passes contrast on #f0f0f0 */
}

    footer a:hover,
    footer a:focus {
        color: #0056b3;
        text-decoration: underline;
        outline: 2px solid #0056b3;
        outline-offset: 2px;
    }
.text-success {
    color: #1e7e34 !important;
}