/* START OF enmu-styles.css */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

/* Base text styles */
p, li, div, ul { font-size: 1.2rem; line-height: 150%; }
.textwidget p { font-size: 1.2rem !important; }

/* Hide meta and footer elements */
.entry-meta,
.postNextPrev,
.entry-footer,
.entry-meta_items_term,
.copySection,
.localNav {
  display: none !important;
}

/* Header and navigation */

.siteHeader_logo img { max-height: 150px; }
.siteHeader::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.siteHeader > * { position: relative; z-index: 2; }

.gMenu { background: #dd6000; }
.gMenu > li .gMenu_name { font-size: 1.3rem; }
.gMenu > li, .gMenu li li {
  font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important;
  font-weight: bold;
}

#menu-item-8033, #menu-item-504 { background: #0033a1; }
#menu-item-8033 a:hover, #menu-item-504 a:hover { color: #fff; background: #ef3340; }

.shiftnav-toggle-button {
  text-transform: uppercase;
  text-align: center;
  float: right;
  text-decoration: none;
  background: #0033a1;
  letter-spacing: 0.75px;
  font-weight: 400;
  border: 2px solid #fff;
  font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-weight: bold;
}
.shiftnav-toggle-button:hover { background: #ef3340; }

.shiftnav-target {
  font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important;
  font-weight: bold;
}
.shiftnav-depth-1 { margin-left: 30px !important; }

/* Carousel */
.carousel-indicators li { background-color: #444 !important; }
.carousel-control-prev, .carousel-control-next { display: none; }

/* Portal, apply, bootcamp, search row */
.custom-header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 20px 0;
}

/* Each block */
.custom-block {
  flex: 1 1 calc(25% - 23px) !important; /* 4 per row accounting for gap */
  min-width: 200px !important; /* allows shrink before wrapping */
  background-color: #fff !important;
  padding: 15px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Button images */
.portal-block img,
.apply-block img,
.bootcamp-block img {
  height: 50px !important;
}

/* Search block */
.search-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-block form {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: nowrap;
  width: 100%;
}

.search-block input[type="search"],
.search-block input[type="text"] {
  flex: 1 1 auto;
  min-width: 0; /* CRITICAL: prevents overflow forcing wrap */
}

.search-block input[type="submit"],
.search-block button {
  font-weight: bold;
  font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Buttons */
.btn, .btn-primary,
.mini-content-container-1 .btn,
.mini-content-container-2 .btn,
.mini-content-container-3 .btn,
.mini-content-container-4 .btn,
.mini-content-container-5 .btn {
  color: #fff !important;
  background: #bd3402 !important;
  text-decoration: none !important;
  border-radius: 8px;
  border: 2px solid #fff !important;
  text-shadow: none !important;
}
.btn:hover, .btn-primary:hover,
.mini-content-container-1 .btn:hover,
.mini-content-container-2 .btn:hover,
.mini-content-container-3 .btn:hover,
.mini-content-container-4 .btn:hover,
.mini-content-container-5 .btn:hover {
  color: #fff !important;
  background: #555 !important;
}
.mini-content-container-1 .btn,
.mini-content-container-2 .btn,
.mini-content-container-3 .btn,
.mini-content-container-4 .btn,
.mini-content-container-5 .btn { margin-left: -70px; }

/* Media headings and results */
.media-heading a { font-size: 1.3em !important; }
.media p { font-size: 1rem; }
.result-url { font-style: italic; font-size: 1.3rem !important; }
.search-result-url { font-style: italic; font-size: 1.4rem !important; }
.search-result-title { font-size: 1.5rem; }
.search-result-image { margin-right: 20px !important; }
.search-result-content { margin-bottom: 25px; }

/* Footer */
.upfoot {
  width: 100%;
  background: #efefef;
  padding: 25px;
  text-align: center;
}
.upfoot a {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 10px;
  white-space: nowrap;
}

/* Events Manager Home Page */
.home .em.pixelbones { text-align: center; }
.home .em.pixelbones ul {
  margin-top: 0 !important;
  background-color: #bd3402;
  padding: 0 0 10px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background-image: repeating-linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.13) 1px,
    transparent 1px,
    transparent 18px
  );
}
.home .em.em-list-widget li {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  margin: 25px;
  min-height: 170px;
  border-radius: 10px;
  padding-top: 15px;
  background: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .em.em-list-widget .em-item .em-item-image img { margin-left: 8px; }
.home .em.em-list-widget li:hover { background: #fff !important; }
.home .em.em-list-widget .em-item .em-item-info { border-left: 2px solid #0033a1; }
.home .em.em-events-widget .em-item .em-item-image-placeholder div.date { padding-top: 15px; }
.home .em.em-events-widget .em-item .em-item-image-placeholder div.date span.day {
  color: #db6015;
  font-size: 26px !important;
  line-height: 22px !important;
  margin-bottom: 2px;
}
.home .em-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .em.pixelbones a {
  color: #db6015 !important;
  line-height: 180% !important;
  font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important;
}
.home .em.pixelbones a:hover {
  color: #0033a1 !important;
  line-height: 180% !important;
}

/* Home page button row */
.hm-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
  margin-bottom: -20px;
}
.hm-button-set {
  flex: 0 1 165px;
  text-align: center;
}
.hm-button-set img {
  width: 160px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .hm-button-container { justify-content: center; gap: 8px; }
  .hm-button-set { flex: 0 1 calc(33.333% - 16px); max-width: calc(33.333% - 16px); }
}
@media (max-width: 700px) {
  .hm-button-set { flex: 0 1 calc(50% - 16px); max-width: calc(50% - 12px); }
  .hm-button-container { gap: 4px 8px; }
}

/* Headings */
h1, h2, h3, h4, h5, h6, .mainSection-title { padding: 0; border-top: none; border-bottom: none; }
h3::after, .subSection-title::after { border-bottom: none; }

/* Page layout helpers */
.full-page-centered {
  margin-left: 15%;
  margin-right: 15%;
}
@media (min-width: 1200px) { .full-page-centered { max-width: 70%; margin-left: auto; margin-right: auto; } }
@media (max-width: 600px) { .full-page-centered { margin-left: 5%; margin-right: 5%; } }

/* GENERAL STYLE DEFAULTS */

 body, p, li, div { font-family: Garamond, 'EB Garamond', Georgia, serif; }

 /* Ensure consistent box sizing across elements */

 *, *::before, *::after { box-sizing: border-box; }

 /* Set serif heading fonts */

 h1, h2, h3 { font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; }

 h1 { font-size: 2.4rem; }

 .page-header_pageTitle, h1.page-header_pageTitle:first-child { font-size: 2.4rem; }

 h2, .mainSection-title { font-size: 2rem; padding: .3em 0 .3em; }

 h3 { font-size: 1.75rem !important; }

 /* LINKS */

 a { color: #db6015; text-decoration: underline; font-weight: bold; }

 body [class^="mini-content-container-"] .btn { background: #fff; }

 a:hover, a:active { color: #E66125; }

 body [class^="mini-content-container-"] .btn:hover { background: #0033a1; }

 /* MISCELLANEOUS STYLES */

 .rotate45 { transform: rotate(45deg); }

 @media (min-width: 992px) { .siteHeader_logo img { max-height: 150px; }

 }

 .page-header { background-color: #29458E; clear: both; }

 .siteHeader { background-color: #db6015; margin-bottom: 25px; position: relative; }

 .siteHeader::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; background: linear-gradient( to bottom, #0055cc 2px, #0055cc 2px, #ffffff 3px, #ffffff 5px, #E66125 2px, #E66125 4px ); }

 .siteFooter, a.siteFooter, a.siteFooter:active, a.siteFooter:hover { background-color: #0033a1; color: #fff; border-top: 3px solid #ccc; background-image: radial-gradient(circle at 20% 70%, rgba(255, 255, 255, 0.26) 1%, transparent 5%), radial-gradient(circle at 35% 10%, rgba(255, 255, 255, 0.06) 2%, transparent 3%), radial-gradient(circle at 20% 55%, rgba(150, 255, 100, 0.04) 35%, transparent 30%); padding: 2rem; }

 /* NAVIGATION */

 @media (min-width: 992px) { .header_scrolled .gMenu_outer { background-color: #db6015; }

 .header_scrolled .gMenu_outer .gMenu a:hover { color: #fff !important; background: #bd3402; }

 }

 @media (min-width: 992px) { .gMenu li li a:hover { background-color: #bd3402; }

 }

 @media (min-width: 992px) { .gMenu li li a { border-left: 2px solid #555; border-right: 2px solid #555; }

 }

 /* HOMEPAGE & SITE-WIDE FEATURES */

 .slide a > img, .slide a > picture > img, .slide img, .slide picture > img { width: 1900px; max-width: 98%; display: block; margin: auto; }

 .carousel-control-prev-icon, .carousel-control-next-icon { display: none; }

 .form-control { border: 1px solid #777; }

 .gMenu > li .gMenu_name { font-size: 1rem; }

 .gMenu a { color: #fff; font-size: 1rem; }

 .gMenu a:hover { color: #0033a1; }

 .prBlock_icon_outer { border: 4px solid #0033a1; margin-bottom: 15px; }

 .btn-primary { background-color: #db6015; border: 1px solid #fff !important; }

 .wp-block-search__button:focus, .wp-block-search__button:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary:hover { background-color: #555; }

 .header-search { float: right; margin: 0 15px 25px 25px; }

 /* EVENTS MANAGER HOME PG STYLES */

 .home .em.pixelbones { text-align: center; }

 .home .em.pixelbones ul { margin-top: 0 !important; background-color: #bd3402; padding: 0 0 10px 0; gap: 1rem; display: flex; /* Make children flex items */

 flex-wrap: wrap; /* Allow wrapping to multiple rows */

 align-items: stretch; /* Make all boxes in a row equal height */

 justify-content: center; /* Optional: center the boxes in the row */

 background-image: repeating-linear-gradient( 125deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13) 1px, transparent 1px, transparent 18px ); }

 .home .em.em-list-widget li { text-align: left; display: flex; /* For internal layout consistency */

 flex-direction: column; /* Stack contents vertically */

 width: 300px; max-width: 100%; margin: 25px; min-height: 170px; border: unset; border-radius: 10px; padding-top: 15px; background: #fff !important; box-shadow: unset; overflow: hidden; text-overflow: ellipsis; }

 .home .em.em-list-widget .em-item .em-item-image img { margin-left: 8px; }

 .home .em.em-list-widget li:hover { background: #fff !important; border: unset; }

 .home .em.em-list-widget .em-item .em-item-info { border-left: 2px solid #0033a1; }

 .home .em.em-events-widget .em-item .em-item-image-placeholder div.date { padding-top: 15px; }

 .home .em.em-events-widget .em-item .em-item-image-placeholder div.date span.day { color: #db6015; font-size: 26px !important; line-height: 22px !important; margin-bottom: 2px; }

 .home .em-item-name { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

 .home .em.pixelbones a { color: #db6015 !important; line-height: 180% !important; font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; }

 .home .em.pixelbones a:hover { color: #0033a1 !important; line-height: 180% !important; }

 /* From Additional CSS */

 p, li, div, ul {font-size: 1.2rem; line-height: 150%;}

 .textwidget p { font-size: 1.2rem; !important;}

 /* Events additional CSS */

 .entry-meta { display:none; }

 .siteHeader_logo img { max-height: 150px; }

 .siteHeader::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; /* background-color: rgba(47, 85, 166, 0.35); /* /* 35% opacity */

 z-index: 1; }

 /* To put actual header content above the overlay */

 .siteHeader > * { position: relative; z-index: 2; }

 .carousel-indicators li { background-color: #444 !important; }

 #menu-item-8033, #menu-item-504 { background: #0033a1; }

 #menu-item-8033 a:hover, #menu-item-504 a:hover { color: #fff; background: #ef3340; }

 .shiftnav-toggle-button { text-transform: uppercase; text-align: center; float: right; text-decoration:none; background: #0033a1; letter-spacing:0.75px; font-weight:400; border: 2px solid #fff; }

 .shiftnav-toggle-button:hover {background: #ef3340;}

 .shiftnav-target {font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; font-weight: bold;}

 .shiftnav-depth-1 {margin-left:30px !important;}

 .copySection { display: none !important; }

 .custom-header-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; /* Ensures minimum space between blocks */

 margin: 20px 0; }

 .custom-block { flex: 1 1 30%; min-width: 250px; background-color: #fff; padding: 15px; text-align: center; vertical-align: top; display: flex; align-items: center; justify-content: center; }

 .portal-block img { height: 50px; }

 .apply-block img { height: 50px; }

 /* Make sure search input and button stay on one line */

 .search-block form { display: flex; justify-content: center; gap: 5px; flex-wrap: nowrap; }

 .search-block input[type="search"], .search-block input[type="text"] { max-width: 100%; flex: 1 1 auto; }

 .search-block input[type="submit"], .search-block button { white-space: nowrap; }

 /* Base button styling */

 .btn, .btn-primary, .mini-content-container-1 .btn, .mini-content-container-2 .btn, .mini-content-container-3 .btn, .mini-content-container-4 .btn, .mini-content-container-5 .btn { color: #fff !important; background: #bd3402 !important; text-decoration: none !important; border-radius: 8px; border: 2px solid #fff !important; text-shadow: none !important; }

 /* Hover state */

 .btn:hover, .btn-primary:hover, .mini-content-container-1 .btn:hover, .mini-content-container-2 .btn:hover, .mini-content-container-3 .btn:hover, .mini-content-container-4 .btn:hover, .mini-content-container-5 .btn:hover { color: #fff !important; background: #555 !important; }

 .mini-content-container-1 .btn, .mini-content-container-2 .btn, .mini-content-container-3 .btn, .mini-content-container-4 .btn, .mini-content-container-5 .btn { margin-left: -70px}

 .carousel-control-prev, .carousel-control-next { display:none; }

 .localNav {display:none !important}

 .media-heading a { font-size: 1.3em !important; }

 .media p { font-size: 1rem;}

 .result-url {font-style: italic;}

 .postNextPrev, .entry-footer, .entry-meta_items_term { display: none; }

 .upfoot { width: 100%; background: #efefef; padding: 25px; text-align: center;}

 .upfoot a { font-weight: 600; font-size: 1.5rem; padding: 0 10px; white-space: nowrap; }

 .gMenu > li .gMenu_name { font-size: 1.3rem; }

 .gMenu > li, .gMenu li li { font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; font-weight: bold; }

 /* EVENTS MANAGER HOME PG STYLES */

 .home .em.pixelbones { text-align: center; }

 .home .em.pixelbones ul { margin-top: 0 !important; background-color: #bd3402; padding: 0 0 10px 0; gap: 1rem; display: flex; /* Make children flex items */

 flex-wrap: wrap; /* Allow wrapping to multiple rows */

 align-items: stretch; /* Make all boxes in a row equal height */

 justify-content: center; /* Center the boxes in the row */

 background-image: repeating-linear-gradient( 125deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13) 1px, transparent 1px, transparent 18px ); }

 .home .em.em-list-widget li { text-align: left; display: flex; /* For internal layout consistency */

 flex-direction: column; /* Stack contents vertically */

 width: 300px; max-width: 100%; margin: 25px; min-height: 170px; border: unset; border-radius: 10px; padding-top: 15px; background: #fff !important; box-shadow: unset; overflow: hidden; text-overflow: ellipsis; }

 .home .em.em-list-widget .em-item .em-item-image img { margin-left: 8px; }

 .home .em.em-list-widget li:hover { background: #fff !important; border: unset; }

 .home .em.em-list-widget .em-item .em-item-info { border-left: 2px solid #0033a1; }

 .home .em.em-events-widget .em-item .em-item-image-placeholder div.date { padding-top: 15px; }

 .home .em.em-events-widget .em-item .em-item-image-placeholder div.date span.day { color: #db6015; font-size: 26px !important; line-height: 22px !important; margin-bottom: 2px; }

 .home .em-item-name { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

 .home .em.pixelbones a { color: #db6015 !important; line-height: 180% !important; font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; }

 .home .em.pixelbones a:hover { color: #0033a1 !important; line-height: 180% !important; }

 /* Home page button row */

 .hm-button-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 60px; margin-bottom: -20px;}

 .hm-button-set { flex: 0 1 165px; text-align: center;}

 .hm-button-set img { width: 160px; max-width: 100%; height: auto;}

 /* When content width is below 1200px, show two rows of 3 items */

 @media (max-width: 1200px) { .hm-button-container { justify-content: center; gap: 8px; }

 .hm-button-set { flex: 0 1 calc(33.333% - 16px); /* 3 per row */

 max-width: calc(33.333% - 16px); }

 /* When content width is below 700px, show three rows of two items */

 @media (max-width: 700px) { .hm-button-set { flex: 0 1 calc(50% - 16px); /* 2 per row */

 max-width: calc(50% - 12px); }

 .hm-button-container { gap: 4px 8px; }

 }

 .search-block input[type="submit"], .search-block button { font-weight: bold; font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif; text-transform: uppercase; }

 .shiftnav-toggle-button { font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif; font-weight: bold; }

 h1, h2, h3, h4, h5, h6, .mainSection-title { padding: 0; border-top: none !important; border-bottom: none !important; }

 h3::after, .subSection-title::after { border-bottom: none !important; }

 .result-url { font-size: 1.3rem !important; }

 /* SEARCH RESULTS */

 .search-result-image { margin-right: 20px !important;}

 .search-result-content { margin-bottom: 25px;}

 .search-result-url {font-style: italic; font-size: 1.4rem !important;}

 .search-result-title { font-size: 1.5rem}

 /* Custom margins for the "Full Page Centered" template */

 .full-page-centered { margin-left: 15%; margin-right: 15%; }

 /* Optional: keep content nicely centered on large screens */

 @media (min-width: 1200px) { .full-page-centered { max-width: 70%; margin-left: auto; margin-right: auto; }

 }

 /* Optional: ensure paragraphs don't span edge-to-edge on small screens */

 @media (max-width: 600px) { .full-page-centered { margin-left: 5%; margin-right: 5%; }

 }

 /* Base text styles */

 p, li, div, ul { font-size: 1.2rem; line-height: 150%; }

 .textwidget p { font-size: 1.2rem !important; }

 /* Hide meta and footer elements */

 .entry-meta, .postNextPrev, .entry-footer, .entry-meta_items_term, .copySection, .localNav { display: none !important; }

 /* Header and navigation */

 .siteHeader { background-image: url('/wp-content/uploads/2025/10/home-top-banner-night.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 25px; position: relative; height: 400px; }

 .siteHeader_logo img { max-height: 150px; }

 .siteHeader::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }

 .siteHeader > * { position: relative; z-index: 2; }

 .gMenu { background: #dd6000; }

 .gMenu > li .gMenu_name { font-size: 1.3rem; }

 .gMenu > li, .gMenu li li { font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; font-weight: bold; }

 #menu-item-8033, #menu-item-504 { background: #0033a1; }

 #menu-item-8033 a:hover, #menu-item-504 a:hover { color: #fff; background: #ef3340; }

 .shiftnav-toggle-button { text-transform: uppercase; text-align: center; float: right; text-decoration: none; background: #0033a1; letter-spacing: 0.75px; font-weight: 400; border: 2px solid #fff; font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif; font-weight: bold; }

 .shiftnav-toggle-button:hover { background: #ef3340; }

 .shiftnav-target { font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; font-weight: bold; }

 .shiftnav-depth-1 { margin-left: 30px !important; }

 /* Carousel */

 .carousel-indicators li { background-color: #444 !important; }

 .carousel-control-prev, .carousel-control-next { display: none; }

 /* Portal and apply blocks */

 .custom-header-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; margin: 20px 0; }

 .custom-block { flex: 1 1 30%; min-width: 250px; background-color: #fff; padding: 15px; text-align: center; display: flex; align-items: center; justify-content: center; vertical-align: top; }

 .portal-block img, .apply-block img { height: 50px; }

 /* Search block styling */

 .search-block form { display: flex; justify-content: center; gap: 5px; flex-wrap: nowrap; }

 .search-block input[type="search"], .search-block input[type="text"] { max-width: 100%; flex: 1 1 auto; }

 .search-block input[type="submit"], .search-block button { font-weight: bold; font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif; text-transform: uppercase; white-space: nowrap; }

 /* Buttons */

 .btn, .btn-primary, .mini-content-container-1 .btn, .mini-content-container-2 .btn, .mini-content-container-3 .btn, .mini-content-container-4 .btn, .mini-content-container-5 .btn { color: #fff !important; background: #bd3402 !important; text-decoration: none !important; border-radius: 8px; border: 2px solid #fff !important; text-shadow: none !important; }

 .btn:hover, .btn-primary:hover, .mini-content-container-1 .btn:hover, .mini-content-container-2 .btn:hover, .mini-content-container-3 .btn:hover, .mini-content-container-4 .btn:hover, .mini-content-container-5 .btn:hover { color: #fff !important; background: #555 !important; }

 .mini-content-container-1 .btn, .mini-content-container-2 .btn, .mini-content-container-3 .btn, .mini-content-container-4 .btn, .mini-content-container-5 .btn { margin-left: -70px; }

 /* Media headings and results */

 .media-heading a { font-size: 1.3em !important; }

 .media p { font-size: 1rem; }

 .result-url { font-style: italic; font-size: 1.3rem !important; }

 .search-result-url { font-style: italic; font-size: 1.4rem !important; }

 .search-result-title { font-size: 1.5rem; }

 .search-result-image { margin-right: 20px !important; }

 .search-result-content { margin-bottom: 25px; }

 /* Footer */

 .upfoot { width: 100%; background: #efefef; padding: 25px; text-align: center; }

 .upfoot a { font-weight: 600; font-size: 1.5rem; padding: 0 10px; white-space: nowrap; }

 /* Events Manager Home Page */

 .home .em.pixelbones { text-align: center; }

 .home .em.pixelbones ul { margin-top: 0 !important; background-color: #bd3402; padding: 0 0 10px 0; gap: 1rem; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; background-image: repeating-linear-gradient( 125deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.13) 1px, transparent 1px, transparent 18px ); }

 .home .em.em-list-widget li { text-align: left; display: flex; flex-direction: column; width: 300px; max-width: 100%; margin: 25px; min-height: 170px; border-radius: 10px; padding-top: 15px; background: #fff !important; overflow: hidden; text-overflow: ellipsis; }

 .home .em.em-list-widget .em-item .em-item-image img { margin-left: 8px; }

 .home .em.em-list-widget li:hover { background: #fff !important; }

 .home .em.em-list-widget .em-item .em-item-info { border-left: 2px solid #0033a1; }

 .home .em.em-events-widget .em-item .em-item-image-placeholder div.date { padding-top: 15px; }

 .home .em.em-events-widget .em-item .em-item-image-placeholder div.date span.day { color: #db6015; font-size: 26px !important; line-height: 22px !important; margin-bottom: 2px; }

 .home .em-item-name { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

 .home .em.pixelbones a { color: #db6015 !important; line-height: 180% !important; font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; }

 .home .em.pixelbones a:hover { color: #0033a1 !important; line-height: 180% !important; }

 /* Home page button row */

 .hm-button-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 60px; margin-bottom: -20px; }

 .hm-button-set { flex: 0 1 165px; text-align: center; }

 .hm-button-set img { width: 160px; max-width: 100%; height: auto; }

 @media (max-width: 1200px) { .hm-button-container { justify-content: center; gap: 8px; }

 .hm-button-set { flex: 0 1 calc(33.333% - 16px); max-width: calc(33.333% - 16px); }

 }

 @media (max-width: 700px) { .hm-button-set { flex: 0 1 calc(50% - 16px); max-width: calc(50% - 12px); }

 .hm-button-container { gap: 4px 8px; }

 }

 /* Headings */

 h1, h2, h3, h4, h5, h6, .mainSection-title { padding: 0; border-top: none; border-bottom: none; }

 h3::after, .subSection-title::after { border-bottom: none; }

 /* Page layout helpers */

 .full-page-centered { margin-left: 15%; margin-right: 15%; }

 @media (min-width: 1200px) { .full-page-centered { max-width: 70%; margin-left: auto; margin-right: auto; }

 }

 @media (max-width: 600px) { .full-page-centered { margin-left: 5%; margin-right: 5%; }

 }
h4, h5, h6 { font-family: "Trade Gothic Next Light", "Helvetica", Helvetica, "Arial", sans-serif !important; }
.siteHeader {
  background-color: #0033a1;
}
body .siteHeader {
  background-image: url('/wp-content/uploads/2025/11/campus-header-night.webp') !important;
  background-size: cover !important;
  background-position: bottom center !important; /* anchor bottom, crop top */
  background-repeat: no-repeat !important;
  margin-bottom: 25px !important;
  position: relative !important;
  height: 400px !important;
}
.upfoot a {
  font-family: "Trade Gothic Next Light", "Helvetica", Helvetica, "Arial", sans-serif !important;
}
.siteFooter {
  font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important;
}
.waydown a[href^="tel"] { color: #fff !important; text-decoration: underline !important; }
.waydown, .waydown p {font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; margin: auto; display: block; width: 280px; font-family: sans-serif !important; font-weight: bold;
}
/* Events Calendar & Other Tables Display */ .events-table td, .events-table th, .altern-table th, .altern-table td {
  font-size: 1em;
  line-height: normal;
}
/* Remove heading borders inside the Visual editor */
body#tinymce.wp-editor h1,
body#tinymce.wp-editor h2,
body#tinymce.wp-editor h3 {
    border-top: none !important;
    border-bottom: none !important;
    background: none !important;
    box-shadow: none !important;
}
em {font-weight: unset;}

table { max-width: 100%; }

.btn, .btn-primary { font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif;}

h2, h3 { clear: unset; }
.gMenu {
  border: 1px #fff solid;
}
.gMenu > li .gMenu_name {
  color: #fff;
	font-size: 1.3rem
}
div.upfoot {
  hyphens: manual;          /* enable ­ usage */
  overflow-wrap: break-word; /* allow long words to wrap */
  word-break: break-word;   /* needed for some browsers */
}

div.upfoot a {
  hyphens: manual;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;      /* ensure links aren’t forced to stay on one line */
}

.recent-posts-images {
	display: flex;
	justify-content: center; /* centers the whole row */
	flex-wrap: wrap;
	gap: 2.5rem;
	padding-bottom:30px !important;
}

.recent-post-item {
	flex: 0 1 340px; /* wider image area */
	text-align: center;
}

.recent-post-thumb img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #ddd;
	transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.recent-post-thumb:hover img {
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

body.blog .sideSection {
  display: none;
}
body.blog .mainSection {
  width: 100%;
}

.media-left { display: none !important;}

.media-heading a { color: #dd6000 !important; text-decoration: underline !important}

.media-heading a:hover { color: #0033A1 !important;}

.page-header {
	background-color: #0033a1 !important; }

/* Desktop hover behavior */
@media screen and (min-width: 971px) {
  #menu-item-8033 a:hover,
  #menu-item-504 a:hover {
    color: #fff;
    background: inherit !important; /* keep current background on wide desktop */
  }
}

/* ✅ Desktop submenu hover for 8033 & 504 */
@media screen and (min-width: 971px) {
  #menu-item-8033 .sub-menu li a:hover,
  #menu-item-504 .sub-menu li a:hover {
    background: #bd3402 !important;
    color: #fff !important;
  }
}

/* Mobile behavior (optional redundancy for clarity) */
@media screen and (max-width: 970px) {
  #menu-item-8033 a:hover,
  #menu-item-504 a:hover {
    background: #fff !important;
    color: inherit !important; /* optional: keeps text color unchanged */
  }
}
.vk-mobile-nav nav ul li a {
  background: #fff;
}
.vk-mobile-nav nav ul li a:active { color: #f7f7f7 !important;}
a.shiftnav-target:hover {
  background: #0033a1;
}

/* Narrow/mobile-only global hover */
.vk-mobile-nav nav ul li a:hover { background: #fff !important; }

/* Remove scrollbar on first-level dropdowns only (desktop) */
@media screen and (min-width: 971px) {
  .main-navigation .sub-menu {
    max-height: none !important;
    overflow: visible !important;
  }

  /* Allow deeper submenus (third level+) to behave normally */
  .main-navigation .sub-menu .sub-menu {
    max-height: inherit !important;
    overflow: inherit !important;
  }
}

/* Mobile hover for all menu items including 8033/504 and submenus */
@media screen and (max-width: 970px) {
  /* target all links inside the mobile nav container */
  .vk-mobile-nav a:hover,
  .vk-mobile-nav .sub-menu a:hover {
    background: #f7f7f7 !important;
    color: inherit !important;
  }
}

/* Mobile hover for all menu items including 8033/504 and submenus */
@media screen and (max-width: 970px) {
  /* target all links inside the mobile nav container */
  .vk-mobile-nav a:hover,
  .vk-mobile-nav .sub-menu a:hover {
    background: #fff !important;
    color: #333 !important;
  }
}
body .siteFooter {
  background-image:
    linear-gradient(rgba(0, 51, 161, 0.20), rgba(0, 51, 161, 0.99)),
    url('/wp-content/uploads/2025/11/mountain-scaled.webp') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.page-header_pageTitle {
 font-family: "Trade Gothic Next Light", "Helvetica Neue", Helvetica, "Arial", sans-serif !important; font-weight: bold;
}
.search-result-image {
  display: none; }

/* END OF ENMU-STYLES.CSS */