h1, h2, h3, h4, h5 {  font-family: 'Montserrat', sans-serif;}
div, ul, li, ol, p, h6 {  font-family: 'Montserrat', sans-serif;}
body {  font-family: 'Montserrat', sans-serif;  position: relative; }
.trans {  -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease; }



:root {
--white:      	#ffffff;
--black:    	#000000;
--primecolor:   #AD1C22;
--light:   		#dff3fa;
--lightgrey:   	#e9ecef;
--dark:  		#343434;
--text:  		#343a40;
--reddark:  	#740426;

}


/* Container: make .x-row a flex grid */
.x-row {
  /* display: flex; */
  flex-wrap: wrap;
  margin: -1rem; /* offset item gutters */
}

/* Grid items */
.x-row .mwDirectory-item {
  flex: 1 1 calc(33.333% - 2rem);
  margin: 1rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .x-row .mwDirectory-item {
    flex: 1 1 calc(50% - 2rem);
  }
}

@media (max-width: 480px) {
  .x-row .mwDirectory-item {
    flex: 1 1 100%;
  }
}

/* Card styling */
.x-row .postsItem {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

/* Image header with 16:9 aspect ratio */
.x-row .postsItemHeader {
  position: relative;
  padding-top: 150px; /* 9/16 = 56.25% */
}

.x-row .postsItemImgHolder {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.x-row .postsItemImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* Body/content */
.x-row .postsItemBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

/* Title */
.x-row .postsItemTitle {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.x-row .postsItemTitle a {
  text-decoration: none;
}

.x-row .postsItemTitle a:hover {
  text-decoration: underline;
}

/* Date */
.x-row .postsItemDate {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.x-row .postsItemDate i {
  margin-right: 0.25rem;
}

/* Preview text */
.x-row .postsItemPreview {
  flex: 1;
  font-size: 1rem;
  line-height: 1.4;
}

.headerTopNotices {
  position: relative;
  z-index: 2;
  width: 100%;
}

.siteNoticePanel {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  background: #f3e7d2;
  border-bottom: 1px solid rgba(116, 4, 38, 0.18);
  color: #5c2f1f;
  box-shadow: none;
  margin: 0;
  isolation: isolate;
}

.headerProjectStatus {
  width: 100%;
  background: #fbf4e9;
  border-bottom: 1px solid rgba(116, 4, 38, 0.12);
  color: #654332;
}

.headerProjectStatusInner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.headerProjectStatus strong {
  font-weight: 700;
}

.headerProjectStatus a {
  color: #8a1f1d;
  font-weight: 700;
  text-decoration: underline;
}

.siteNoticePanelInner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 22px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.siteNoticePanel strong {
  font-weight: 700;
}

.siteNoticePanel a {
  color: #8a1f1d;
  font-weight: 700;
  text-decoration: underline;
}

.noticeCopyMobile {
  display: none;
}

.headerWrap.headerDefault {
  height: auto;
  min-height: 136px;
  overflow: visible;
}

.headerArea {
  --header-hide-offset: 201px;
}

.headerArea.scrollUp {
  transform: translateY(calc(-1 * var(--header-hide-offset)));
}

.siteStatusModal {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(28, 18, 13, 0.72);
}

.siteStatusModal.is-open {
  display: flex;
}

.siteStatusModalCard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.92fr) minmax(0, 1.2fr);
  width: min(960px, 100%);
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(28, 18, 13, 0.35);
}

.siteStatusModalMedia {
  position: relative;
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(17, 18, 16, 0.16), rgba(17, 18, 16, 0.48)),
    url('/files/_cache/ea73255137efdef1f5546f86fe6356ea.jpg') center center / cover no-repeat;
}

.siteStatusModalBadge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #740426;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.siteStatusModalBody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 40px 42px 36px;
}

.siteStatusModalEyebrow {
  margin: 0;
  color: #ad1c22;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.siteStatusModalTitle {
  margin: 0;
  color: #2d241e;
  font-size: 38px;
  line-height: 1.08;
  text-transform: uppercase;
}

.siteStatusModalCopy {
  margin: 0;
  color: #5f4c3e;
  font-size: 17px;
  line-height: 1.65;
}

.siteStatusModalCopy a {
  color: #8a1f1d;
  font-weight: 700;
  text-decoration: underline;
}

.siteStatusModalActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.siteStatusModalAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.siteStatusModalPrimary {
  background: #ad1c22;
  border-color: #ad1c22;
  color: #ffffff;
}

.siteStatusModalPrimary:hover,
.siteStatusModalPrimary:focus {
  background: #740426;
  border-color: #740426;
  color: #ffffff;
}

.siteStatusModalSecondary {
  background: transparent;
  border-color: rgba(173, 28, 34, 0.28);
  color: #8a1f1d;
}

.siteStatusModalSecondary:hover,
.siteStatusModalSecondary:focus {
  background: rgba(173, 28, 34, 0.08);
  border-color: rgba(173, 28, 34, 0.48);
  color: #740426;
}

.siteStatusModalClose {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #332720;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(28, 18, 13, 0.12);
}

.siteStatusModalClose:hover,
.siteStatusModalClose:focus {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 991px) {
  .siteStatusModalCard {
    grid-template-columns: 1fr;
  }

  .siteStatusModalMedia {
    min-height: 220px;
  }

  .siteStatusModalBody {
    padding: 32px 30px 28px;
  }

  .siteStatusModalTitle {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .headerWrap.headerDefault {
    min-height: 60px;
  }

  .headerProjectStatus {
    display: none;
  }

  .headerProjectStatusInner {
    padding: 9px 14px;
    font-size: 11px;
    line-height: 1.45;
  }

  .siteNoticePanelInner {
    padding: 8px 14px;
    font-size: 11px;
    line-height: 1.45;
    text-align: left;
  }

  .noticeCopyDesktop {
    display: none;
  }

  .noticeCopyMobile {
    display: block;
  }

  .siteStatusModal {
    padding: 12px;
  }

  .siteStatusModalMedia {
    min-height: 190px;
  }

  .siteStatusModalBadge {
    top: 16px;
    left: 16px;
  }

  .siteStatusModalBody {
    gap: 14px;
    padding: 24px 20px 22px;
  }

  .siteStatusModalTitle {
    font-size: 25px;
  }

  .siteStatusModalCopy {
    font-size: 15px;
    line-height: 1.55;
  }

  .siteStatusModalAction {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .headerWrap.headerDefault {
    min-height: 80px;
  }
}
