
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.text-align-justify {
    text-align: justify;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.fieldgroup {
    padding: 0;
    border-width: 0;
}
.container-inline div,
.container-inline label {
    display: inline-block;
}
.container-inline .details-wrapper {
    display: block;
}
.clearfix::after {
    display: table;
    clear: both;
    content: "";
}
.js details:not([open]) .details-wrapper {
    display: none;
}
.hidden {
    display: none;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus-within {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}
.invisible {
    visibility: hidden;
}
.item-list__comma-list,
.item-list__comma-list li {
    display: inline;
}
.item-list__comma-list {
    margin: 0;
    padding: 0;
}
.item-list__comma-list li::after {
    content: ", ";
}
.item-list__comma-list li:last-child::after {
    content: "";
}
.js .js-hide {
    display: none;
}
.js-show {
    display: none;
}
.js .js-show {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
.position-container {
    position: relative;
}
.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.resize-none {
    resize: none;
}
.resize-vertical {
    min-height: 2em;
    resize: vertical;
}
.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}
.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}
.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.system-status-counter__status-icon::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
}
.system-status-counter__status-icon--error::before {
    background-image: url(/core/misc/icons/e32700/error.svg);
}
.system-status-counter__status-icon--warning::before {
    background-image: url(/core/misc/icons/e29700/warning.svg);
}
.system-status-counter__status-icon--checked::before {
    background-image: url(/core/misc/icons/73b355/check.svg);
}
.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
}
@media screen and (min-width: 60em) {
    .system-status-report-counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .system-status-report-counters__item--half-width {
        width: 49%;
    }
    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}
.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}
.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}
.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}
.tablesort--asc {
    background-image: url(/core/misc/icons/787878/twistie-down.svg);
}
.tablesort--desc {
    background-image: url(/core/misc/icons/787878/twistie-up.svg);
}
.caption {
    display: table;
}
.caption > * {
    display: block;
    max-width: 100%;
}
.caption > figcaption {
    display: table-caption;
    max-width: none;
    caption-side: bottom;
}
.caption > figcaption[contenteditable="true"]:empty::before {
    content: attr(data-placeholder);
    font-style: italic;
}
.caption .media .field,
.caption .media .field * {
    float: none;
    margin: unset;
}
.video-embed-field-responsive-video {
    position: relative;
}
.video-embed-field-responsive-video:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.video-embed-field-responsive-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.video-embed-field-responsive-modal {
    max-width: 100%;
}
.video-embed-field-lazy {
    cursor: pointer;
    position: relative;
}
.video-embed-field-lazy img {
    width: 100%;
}
.video-embed-field-lazy-play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(/modules/contrib/video_embed_field/css/icons/play.svg) no-repeat;
    cursor: pointer;
    background-size: 72px 72px;
}
.views-align-left {
    text-align: left;
}
.views-align-right {
    text-align: right;
}
.views-align-center {
    text-align: center;
}
.views-view-grid .views-col {
    float: left;
}
.views-view-grid .views-row {
    float: left;
    clear: both;
    width: 100%;
}
.views-display-link + .views-display-link {
    margin-left: 0.5em;
}
.layout--onecol .layout__region {
    width: 100%;
}
.skew25 {
    -moz-transform: skew(30deg, 0);
    -ms-transform: skew(30deg, 0);
    -o-transform: skew(30deg, 0);
    -webkit-transform: skew(30deg, 0);
    transform: skew(30deg, 0);
}
.gry-bg {
    background: #ffcb08;
}

    .trapezoid {
  padding: 20px 20px 0px 20px;
  background: #f4f0eb;
  color: white;
  clip-path: polygon(120px 0%, 100% 0%, 100% 100%, 0% 100%);
  /* 120px from the top-left makes the left side slanted, right is straight */
}

.searchbar input {     width: 100%;
    padding: 10px;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #dfdcdc; }
 .searchbar img { width: 24px;
    position: absolute;
    right: 24px;
    top: 26px; }

 /* News & Eevents */
#scrollContainer {
  height: 200px; /* Adjust based on desired view height */
  overflow: hidden;
  position: relative;
}

#scrollContent {
  display: flex;
  flex-direction: column;
  animation: scrollUpLinear 12s linear infinite;
}

.scroll-inner {
  display: flex;
  flex-direction: column;
}

.scroll-inner a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
    line-height: 1.8rem;
}

/* Core smooth scrolling animation */
@keyframes scrollUpLinear {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

#calendar {
  max-width: 900px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.sectionSlider1 img { height:128px; }
.navigation__menu { display:flex; justify-content:center; }
.sicons { display: flex;
    column-gap: 10px;
    justify-content: end;
}
.bicons { display:flex; justify-content:center; text-align:center; }
.bicons img { width: 64px;
    height: auto; }

.aboutsec p   {  font-size: 1.4rem; width: 90%;   display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
.reachus .row { display: flex; column-gap: 10px; color:rgba(255, 255, 255, 0.9); margin-bottom: 20px;
       font: 14px "Lato-Regular";
    letter-spacing: 1px; align-items:baseline; }
.reachus .row div { line-height:20px; }
.social { display:flex; column-gap:10px; margin-top:20px; }

.fc-daygrid-day-top {
  justify-content: center !important;
  font-size: 1.5rem !important;
  font-weight: bold;
}

.fc-daygrid-day-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fc .fc-col-header-cell-cushion {
    font-size: 1.6rem;
    padding: 10px;
}
.fc-daygrid-day-events { display:none; }
.available-day {
  background-color: #293c68 !important; 
  border: none !important;
}
.fc .fc-button-primary {
    background-color: #ac370f;
    border-color: #ac370f;
    color: var(--fc-button-text-color);
}

.aboutsec .section__card {
    border-top: 12px solid #293c68;
    border-bottom: 12px solid #293c68;
    width: 100%;
    padding:10px 0;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 230px;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#rdc-banner {
    float: left;
    max-width: 150px;
    padding: 5px 5px 0 0;
    margin: 0 1em 0 1.5em;
}
