/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* 02-28-2025 move down hamburger in mobile */
.g-offcampus-toggle {
  /* top: 3rem!important;
  margin-top: 3rem!important;
  color: red!important; */
}
/* to get rid of menu flashing in mobile, 2/3/2025 */
@media only all and (max-width: 47.99rem) {
  /* 02-28-2025 rotators on mobile */
  .g-main-nav {
    display: none;
  }
  #g-showcase .home-small-rotator {
    /* the class .home-small-rotator is only on a copy of the module shown on phones on the home page */
    padding: 80px 0px 0px 0px;
  }
  #g-showcase .home-small-rotator h3 {
    font-size: 1em;
  }
  #g-showcase .inside-rotator {
    /* only on mobile */
    padding: 80px 0px 0px 0px;
    font-size: 1em;
  }
  #g-showcase .inside-rotator h3 {
    /* only on mobile */
    font-size: 1em;
  }
}
/*  9/23/2022 */
/* p {color: red;} got this file working */
/* to reduce padding in the showcase position where the book slideshow resides */
#g-showcase {
  padding: 0 0;
}
/* 01-30-2025 this is the hamburger icon that overlaps the logo  in mobile */
/* .g-off-campus-toggle {
  margin-top: 1.5rem!important;
} */
/* adjust margins around logo */
.g-logo {
  /* border: 3px solid red; */
  margin-left: 2em;
  /* allow space for hamburger */
  margin-bottom: 0.1em;
  margin-top: 0.5em;
}
/* This is the box around the logo */
#logo-6391-particle {
  /*  border: 3px solid green; */
}
/* Newsflash for sidebar of Important Announcements */
#g-sidebar {
  padding: 1.5rem 0 0 0;
  background-color: #EAF2F5;
  /* light blue */
  color: #295169;
  /* dark blue */
}
div.press h2.g-title {
  color: black;
  font-family: "Times New Roman", Times, Georgia, serif;
}
h2, h2 a {
  color: #a94d10;
  /* rust */
  font-family: "Times new Roman", Times, Georgia, serif;
  font-weight: bold;
}
.newsflash a:link, .newsflash a:visited, .newsflash a:hover {
  display: block;
  font-weight: bold;
  color: #2c90c6;
  text-decoration: none;
}
.newsflash a:hover {
  text-decoration: underline;
}
/* 9-26-2023 */
li .g-menu-item-container {
  /* background-color: red; this works */
}
/* from InspireTheme 9-26-2023 */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: yellow;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: yellow;
}
/* hope that got all of the indents above */
body .offcanvas-toggle-particle.g-offcanvas-toggle {
  color: #ffffff;
}
body .offcanvas-toggle-particle.g-offcanvas-toggle:hover {
  color: yellow;
}
/*# sourceMappingURL=custom_13.css.map */