root {
  --bs-primary: #ffcc33; /* Your custom color (e.g., green) */
  --bs-primary-rgb: 255, 204, 51;
  --bs-secondary: #7a0019;
  --bs-secondary-rgb: 122, 0, 25;
}


.folwell-main-body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 1.33em;
  max-width: 1200px;
  padding: 0;
}
.folwell-main-body h2 {
  text-align: center;
  color: #7a0019;
}

#folwell-main-body p {
  color: #5a5a5a;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 1.33em;

}



html {
  scrollbar-gutter: stable;
}
.with-toc {
  width: 118%;
}

#toc-right {
  padding: 20px;
  width: 15%;
  font-size:0.8em;
}
#toc-right ul {
  list-style: none;
  padding: 0;
}
#debug-aqua {
  padding: 20px;
  background-color: aqua;
  border: 1px solid black;
  width: 15%;
}
.navbar {
  background-color: #f0efee;
  margin: 0px;
  padding: 0px;
}

.navbar:hover {
  background-color: #f9f7f6;
}

.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

fieldset {
    border: 2px groove;
    width: 600px;
    margin: 5px;
    padding: 12px;
}
fieldset.row {
    border: none;
    width: 100%;
    margin: 5px;
    padding: 12px;
}
fieldset.outer-box {
    border: 1px solid black;
    width: 100% !important;
    margin-left: 1em;
    padding: 2em;
}
legend {
  color: green;
  font-weight: bold;
}


.field-section {
    margin: 15px;
    padding: 10px;
  }
.field-pair {
    background-color: #f9f7f6; 
    margin: 5px;
    padding: 5;
  }


  /* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  max-width: 1200px; /* or 960px */
}

.maroon-header-background {
  background-color: #7a0019;
  width: 100%;
  height: 68px;
  position: absolute;
  top: 0px;
}

#umnhf-h-logo {
  border-bottom: none;
  margin-left: 20px;
}
#umnhf-h-ql {
  position: absolute;
  top: 8px;
  right: 10px;
}

#umnhf-h-ql li {
  margin: 0 0 0 1.25em;
  padding: 0;
}

#umnhf-h-ql li a {
text-decoration: underline;
}

#umnhf-h.umnhf {
  font-size: 0.778em;
}
@media (min-width: 775px) {
  .gsc-control-searchbox-only {
    position: relative;
    top: 0px;
    right: -70px;
    margin-top: 2px;
    max-width: 200px;
  }
}


.gsc-search-button {
 max-height:20px;
}

#umnhf-alt.umnhf {
  min-height: auto;
}

#umnhf-alt-sn {
  padding: 0px;
}

.hr-maroon {
  border-bottom: 1px solid #7a0019;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
.hr-grey {
  border-bottom: 4px solid #5a5a5a;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
.hr-gold {
  border-bottom: 1px solid #ffb71e;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

.site-identity {
    background: #fff;
    margin: 0 auto;
    padding: 1em;
    z-index: 500;
}

.folwell-identity {
  padding: 0 0 0 13px;
  border-left: 5px solid #FFB152 !important;
}

@media (min-width: 30em) {
  .site-identity .sitename {
    margin: 0 0 2px 0;
  }
}

@media (min-width: 60em) {
  .site-identity .sitename {
    font-size: 1.4444 em;
    line-height: 1.142;
  }
}

.site-identity .sitename {
  font-size: 26px;
  font-weight: 600;
}

.site-identity .sitename a {
  color: #7a0019;
  border: none;
  text-decoration: none;
}


body {
  scrollbar-gutter: stable;
}

.nav {
  text-align: start;
  position: static;
  z-index: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  visibility: visible;
  float: none;
  clear: none;
  overflow: visible;
  width: 1200px;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  text-indent: 0;
  letter-spacing: normal;
  text-transform: none;
  border: none;
  background: none;
  font-family: 'Open Sans', sans-serif;
  background-color: #f0efee;
  line-height: 2rem;
}

.grey-nav {
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #f0efee !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5;
}
.main-nav {
  margin: auto;
  margin-left: -20px;
  padding: 0;
  padding-left: 0px;
  list-style: none;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  background-color: #f0efee !important;
  width: 1200px;
  line-height: 2.5;
}
/* 
top level
 nav items are black on #f0efee (lighter grey)
 hover is black on #f9f7f6 (off white)
 active page is bold black on #e0e0dd
 hover active page is maroon 7a0019 on #e0e0dd

sub-menu
 items are black on hover offwhite #f9f7f6
 hover are black on #d5d6d2
 active page hover is maroon 7a0019 on #d5d6d2
*/

/* nav ul (main and submenu)  */
ul.main-nav li,
li.nav-item ul,
.grey-nav.nav-item {
  color: black;
  background-color: #f0efee !important;
  padding: 0px;
  margin: 0;
}
/* nav ul links (main and submenu) */
li.nav-item > a.nav-link, 
li.nav-item ul > a {
  display: inline-block;
  color: black !important;
  background-color: #f0efee !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  margin: 0;
}
li.nav-item > a.nav-link, 
li.nav-item ul > a,
ul.dropdown-menu > a,
ul.dropdown-menu > a:visited {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}
li.nav-item > a.nav-link.first, 
li.nav-item ul > a.first,
ul.dropdown-menu > a.first,
ul.dropdown-menu > a.first:visited {
  padding-left: 0.75em !important;
  margin-left: 0 !important;
}
/* links should always be black */
.main-nav > li,
.main-nav > li:visited,
.nav-item > a,
.nav-item > a:visited
 {
  color: black !important;
  background-color: #f0efee !important;
  letter-spacing: +0.01em;
}
/* hover changes background color */
ul.main-nav > li:hover,
li.nav-item > a.nav-link.dropdown-toggle.show,
li.nav-item > a:hover {
  color: black !important;
  background-color: #f9f7f6 !important;
  letter-spacing: +0.01em;
}

/* current page links get maroon bold and darker bg*/
.main-nav > li.current-page > a {
  color: black !important;
  font-weight: 700;
  background-color: #e0e0dd !important;
} 
.main-nav > li.current-page > a:hover {
  color: #7a0019 !important;
  font-weight: 700;
  background-color: #e0e0dd !important;
} 
/* raise and add box shadow to the submenu u */
li.nav-item ul {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
/* submenu padding */
li.nav-item ul,
ul.dropdown-menu li,
ul.flyout-menu li {
  padding: 0 !important;
  margin: 0;
  background-color: #f9f7f6 !important;
}
/* submenu links */
ul.dropdown-menu > a,
ul.dropdown-menu > a:visited,
ul.flyout-menu > a,
ul.flyout-menu > a:visited {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: black !important;
  background-color: #f9f7f6 !important;
}
a.dropdown-item:hover,
a.dropdown-item:visited:hover,
a.flyout-item:hover,
a.flyout-item:visited:hover {
  color: black !important;
  background-color: #d5d6d2 !important;
}
li.current-page > a {
  font-weight: 500;
  color: #7a0019 !important;
}
a.dropdown-item.current-page:hover,
a.dropdown-item.current-page:visited:hover,
a.flyout-item.current-page:hover,
a.flyout-item.current-page:visited:hover {
  color: #7a0019 !important;
  background-color: #d5d6d2 !important;
}

/* raise and add box shadow to the flyout menu for level 3 */
.collapse.navbar-collapse.flyout {
  z-index: 1000;
  float: left;
  position: relative;
}
.collapse.navbar-collapse ul.flyout-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  transform: translateX(10%);
}

.push {
  color: green !important;
  margin-left: auto;
}


.breadcrumb {
  display: block;
  margin: auto;
  margin-top: 5px;
  padding: 0 0.5rem;
  max-width: 1200px;
}
.breadcrumb ol {
  background: none;
  display: flex;
  margin: 0;
  position: relative;
  list-style: none;
}
.breadcrumb ol il {
  display: inline-block;
  font-size: 0.78em;
}


.breadcrumb a {
  color: #777677;
  text-decoration: none;
  transition: color 500ms ease-in-out;
  border-bottom: 1px solid #777677;
  font-weight: 400;
  vertical-align: top;

}

.breadcrumb li:not(:last-child)::after {
  font-size: 1em;
  font-weight: 700;
  color: #777677;
  content: ">";
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 0.1em;
}



.spaced-list {
  line-height: 2;
  list-style: none;
  padding-left: 0px;
}

.spaced-dlist {
  line-height: 2;
}

.spaced-dlist dt a {
  color: #7a0019;
  border-bottom: none;
  font-weight: 600;
  padding: 0.2em;
}


.spaced-dlist dt a:hover {
  border-bottom: 1px solid #7a0019;
  background-color: rgba(51,51,51,0.15);
}

.spaced-dlist dt a:focus {
  border-bottom: 1px solid #7a0019;
  background-color: #ffcc33;
}

.spaced-dlist dd {
  margin-bottom: 15px;
  margin-left: 20px;
}

.page-title {
  border-bottom: solid 2px #ddd;
  padding-bottom: 0.5em;
  font-size: 2em;
  font-weight: 400;
  margin: 0.5em 0 0.5em;
  color: #333;
  line-height: 1.35;
}

.section-title {
  margin: 0.87em 0 0.78em;
  color: #7a0019;
  font-weight: 400;
  font-size: 1.66em;
  line-height: 1.25;
}
.profile {
  float: right;
  box-shadow: 0 4px 8px 0 #f0efee;
  width: 100px;
  border: 0.2px solid #5b0013;
  text-align: center;
}

.list-title {
  font-size: 1.25em;
}

.wordy-table {
  table-layout:auto;
  font-size: 0.7em;
}
#formset_table {
  table-layout:auto;
  width: 100%;
  font-size: 0.7em;
}

.grid-wrapper {
  display: grid;
}

.one-col-even {
  margin: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  max-width: 85%;
}

.two-col-even {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 10%;
}
.three-one-col {
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;

}
.four-col-even {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}


.card {
  max-width: 900px;
  margin: 5px;
  background-color: #f9f7f6;
}

.card-body {
  padding: 30px;
}


.card h2 {
  text-align: center;
  color: #7a0019;
}
.card-body ul {
  list-style: none;
  padding-left: 10px;
}

.card .container {
  padding: 16px;
  padding-top: 0px;
  background-color: #f9f7f6;
}


.card-shadow {
  box-shadow: 0 4px 8px 0 #f0efee;
  max-width: 900px;
  margin: 5px;
  background-color: #f0efee;
}
.card-body-shadow {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 30px;
  padding: 50px;
}


.auth-box {
  border: 1px solid #7a0019;
  padding: 25px;
  background-color: #f9f7f6;
}
.auth-box2 {
  border: 1px solid #ffcc33;
  padding: 15px;
  width: 70%;
  margin-left: 5%;

}

.staff-box {
  border: 1px solid #7a0019;
  padding: 15px;
}

.bgmar {
  position: relative;
  min-height: 64px;
  margin: 0 auto;
  background: #7a0019;

}

.wide_table {
  width: 1700px;
  margin-left: -300px;
  overflow: scroll;
}
.small_table {
  font-size: 10px !important;
  margin: 0;
  padding: 0;
  border: solid black 1px;
}

.small_table .form-control {
  font-size: 10px;
}

.small_text {
  font-size: .75rem;
}

.radio-no-box {
  background-color: aqua;
  border: 5px solid red;
}

.main-with-sidebar {
  width:1500px;
  display: flex;
}

.main-for-sidebar {
  width:1200px;
}

.sidebar-right {
  width: 200px;
  padding-left: 100px;
}

.accordion-item  {
  background-color: #F9F7F6;  
}
/* content text */
.accordion-item .accordion-content {
  max-height: 0; /* Initially hidden */
  overflow: hidden; /* Hide overflowing content */
  transition: max-height 0.5s ease-in-out; 
  background-color: #F9F7F6;
  margin-left: 1.5em;
}
.accordion-item.active .accordion-content {
  max-height: 1200px; /* Or a value large enough to contain all content */
}

/* button styling */
.accordion-header {
  cursor: pointer;
  padding: 0;
  background-color: #d5d6d2;
  border: none;
  margin-bottom: 5px;
  width: 100%;
}

.accordion-item.active .accordion-header,
.accordion-item:hover .accordion-header,
.accordion-item:focus .accordion-header  {
  background-color: #ffd75f;
}

/* arrow is the + before the item title */
.accordion .arrow {
  font-size: 1.25rem;
  content: "+";
  position: relative;
  margin-top: 2px;
  transition: all 0.5s ease-in-out;
}
.accordion-item.active .arrow {
  transform: rotate(-225deg);
  font-weight: 600;
}

/* item title text */
.accordion-header h3 {
  background-color: #d5d6d2;
  color: #333333;
  text-align: left;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 3rem;
  outline: none;
  padding: 40 0 40 0;
  margin: 0;
  position: relative;
  text-transform: none;
  letter-spacing: 0.025em;
  font-weight: 400;  
}
.accordion-header h3:hover, 
.accordion-header h3:focus, 
.accordion-item.active .accordion-header h3 {
  background-color: #ffd75f !important;
}


/* expand all button styling */
#toggleAllAccordions {
  background: none; /* Remove background color */
  border: none; /* Remove border */
  color: inherit; /* Inherit text color from parent */
  font-family: inherit; /* Inherit font family from parent */
  font-size: inherit; /* Inherit font size from parent */
  padding: 0; /* Remove padding */
  cursor: pointer; /* Maintain cursor pointer to indicate interactivity */
  text-decoration: underline; /* Optional: Add underline for a link-like appearance */
  text-underline-offset: 5px;
}

#toggle-all {
  text-underline-offset: 5px;

}
#toggle-all:hover {
  background: #d5d6d2; /* Optional: Change color on hover for visual feedback */
}


/*
html {
  scrollbar-gutter: stable;
}
  */




.centered-image-container {
  display: flex;
  align-items: center; /* Centers the image vertically */
  height: 200px; /* Example: Give the container a defined height */
  padding: 30px;
}

h2.col-header {
  text-align: left;
}

