/* 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
 */

/* Sets the table borders to none when a Page Class has not been set. */
table, table th, table tr, table td {
  border: none;
}
/* Sets the table borders to 1 when the Page Class is set to (space)border-on in Menu Item/Page Display. */
.border-on table, table th, table tr, table td {
  border: 1 !important;
}
/* Decreases the padding of table rows when the Page Class is set to (space)tab-pad-decr in Menu Item/Page Display. */
.tab-pad-decr td {
  padding: 0.1rem;
}
/* Sets the Get Involved menu item to white text on a gold background. */
.g-main-nav .g-toplevel > li.g-menu-item-189 > .g-menu-item-container > .g-menu-item-content {
  color: #ffffff;
  background: #CDA036;
}
/* Sets the Stay Connected menu item to white text on a gold background. */
.g-main-nav .g-toplevel > li.g-menu-item-201 > .g-menu-item-container > .g-menu-item-content {
  color: #ffffff;
  background: #CDA036;
}
/* Sets the background area surrounding the Get Involved menu item to gold. */
.g-main-nav .g-toplevel > li.g-menu-item-189 > .g-menu-item-container {
  background: #CDA036;
}
/* Sets the background area surrounding the Stay Connected menu item to gold. */
.g-main-nav .g-toplevel > li.g-menu-item-201 > .g-menu-item-container {
  background: #CDA036;
}
/* Sets the color of the hover and active icon below the Get Involved menu item to white.
.g-main-nav .g-toplevel > li.g-menu-item-189 > .g-menu-item-container:after {
        background: #ffffff;
    }*/
/* Sets the color of the hover and active icon below the Stay Connected menu item to white.
.g-main-nav .g-toplevel > li.g-menu-item-201 > .g-menu-item-container:after {
        background: #ffffff;
    }*/
/* Changes the hover/active indicator to a solid gold line under the menu item. */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-title {
  border-bottom: 2px solid #CDA036;
}
/* Changes the hover and active indicators for the Get Involved menu item to a solid white line. */
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-189:hover > .g-menu-item-container .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-189.active > .g-menu-item-container .g-menu-item-title {
  border-bottom: 2px solid white;
}
/* Changes the hover and active indicators for the Stay Connected menu item to a solid white line. */
#g-navigation .g-main-nav .g-toplevel > li.g-menu-item-201:hover > .g-menu-item-container .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li.g-menu-item-201.active > .g-menu-item-container .g-menu-item-title {
  border-bottom: 2px solid white;
}
/* Hides the cicle hover/active indicator on the template. */
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container::after, .g-main-nav .g-toplevel > li.active > .g-menu-item-container::after {
  opacity: 0;
}
/* Changes the background color of the Top section from green to white. */
#g-top {
  background: #ffffff;
}
/*# sourceMappingURL=custom_11.css.map */