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

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  #g-navigation div[id^="logo-"] img {
    max-width: 5rem;
  }
  #g-navigation div[id^="logo-"] {
    text-align: center;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  #g-navigation div[id^="logo-"] img {
    max-width: 5rem;
  }
  #g-navigation div[id^="logo-"] {
    text-align: center;
  }
}
@media only all and (min-width: 51rem) {
  #g-navigation div[id^="logo-"] img {
    max-width: 5rem;
  }
  #g-navigation div[id^="logo-"] {
    text-align: center;
  }
}
@media only all and (max-width: 50.99rem) {
  #g-navigation div[id^="logo-"] img {
    max-width: 5rem;
  }
  #g-navigation div[id^="logo-"] {
    text-align: center;
  }
}
/* change main menu item font */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-family: inter;
  font-weight: 800;
  text-shadow: 1px 1px 1px #23458d;
  font-size: 1.1rem;
}
/* make menu icons stand out more */
.g-main-nav .g-toplevel i {
  opacity: 1;
}
/* make hyperlinks more bold, different color blue, and orange on hover */
a {
  color: #2d59b6;
  font-weight: 800;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #e67e23;
  font-weight: 800;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
/* remove underline from links */
a:-webkit-any-link {
  text-decoration: none;
}
/* change font spacing at bottom of block content titles */
.g-blockcontent-subcontent-title {
  margin-bottom: 1rem;
}
/* make description font same size as rest of site */
.g-blockcontent-description {
  font-size: 1.1rem;
}
/* remove all caps from headers */
.page-header h1 {
  text-transform: none;
  font-weight: 700;
  font-size: 1.4rem;
  color: #e67e23;
}
/* increase size and decrease weight of font in info lists */
.g-infolist-particle .g-infolist .g-infolist-item-desc {
  opacity: 1;
  font-size: 1.1rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-title {
  font-weight: 800;
  font-size: 1.2rem;
}
/* decrease font size in block content titles and description */
.g-blockcontent-subcontent-title-text {
  font-size: 1.2rem;
}
.g-blockcontent-subcontent-desc {
  font-size: 1.1rem;
}
/* make titles bigger */
.g-heading h2 {
  font-size: 2rem;
}
.g-heading h1 {
  font-size: 2rem;
  font-weight: 800;
}
/* make footer menu item links not white */
#g-footer .g-simplemenu-particle .g-simplemenu-container .g-simplemenu li a, #g-footer .g-simplecontent-item-leading-content {
  color: #e67e23;
}
/* make to top a color we can see */
#g-copyright a {
  color: #e67e23;
  font-weight: 700;
}
/* Change Alert colors */
.alert, .alert h4, .text-warning {
  color: #8d2345;
}
.overlay-light a, .overlay-light .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .overlay-light #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #e67e23 !important;
  text-shadow: 1px 1px 1px #000000;
}
/* horizontally align magnifying glass image */
.g-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=custom_13.css.map */