body {
    display: flex;
    flex-direction: column;
    min-height: 150vh;
}

body.homepage div#content-wrapper {
    visibility: hidden;
    display: none;
}

body.itemid-2091 .alert.alert-info {
    display: none;
}

.flexiblecolumn {
	float: none;
}

/*
Hide - do we need this anymore?

.flexiblecolumn > div, .flexiblecolumn > div > div {
	height: 100%;
}

*/

#contact-button .btn {
 font-size: 20px; 
}

ul.list-icons {
  list-style: none;
  margin: 0;
}

ul.list-icons li:before {
  content: "\f101";
  color: #3e9667;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 12px;
}

div.mod-login__password button {
	width: 55px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

div.mod-login__username .input-group-text {
	width: 55px;
}

.plg_system_webauthn_login_button {
	display: flex;
	align-items: center;
}

.mod-login input {
	margin: 0;
}

button.navbar-toggler {
   color: #404040; 
}


#header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#hero-wrapper {
  position: fixed;
  top: 80px; /* height of #header-wrapper */
  z-index: 5000;
  width: 100%;
}

div#hero-wrapper img {
    width: 100%;
}

#content-wrapper {
    /* position: fixed; */
    margin-top: 290px;
    z-index: 5000;
}

#maincontent, #footer-wrapper {
    position: relative;
    z-index: 7500; 
    background: auto; 
}

/* This targets the H3 with your specific class in the RAXO module on the front page */
/* 1. Target the H3 specifically inside your custom module class */
.raxo-prime .raxo-header h3, .raxo-prime > h3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important; /* This creates the 10px gap */
    display: block !important;
    background-color: #3498db; /* Ensures the blue stays attached to the H3 */
}

/* 2. Alternative: If the gap doesn't appear, target the header container */
.raxo-prime .module-title, 
.raxo-prime .raxo-header {
    margin-bottom: 10px !important;
}


#hero-wrapper .inner {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

#hero-wrapper p {
    margin: 0;
}

#content-wrapper {   /* or whatever wraps the main content */
    flex: 1;
}

section#row2 {
    margin-top: 60px;
}

ul.mod-articles-items.mod-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

div#maximenuck146 ul.maximenuck {
    background: #3598db00;
}

/* centers the core Full Article Image */
figure.center.item-image {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    margin-bottom: 0.5em; /* Adds space after the heading */
}