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

/* Global edits */
h3 {
  color: #003399;
}
.button {
  text-transform: none;
  font-weight: 400;
  background-color: #0081cf;
  border-radius: 1rem;
  letter-spacing: normal;
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid transparent;
}
/* Nav menu edits */
#g-navigation .g-main-nav {
  font-weight: 400;
}
#g-navigation .g-main-nav .g-toplevel > li {
  padding: 0.85rem 2.1rem;
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  display: none;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: 500;
}
#g-navigation .g-main-nav .g-toplevel > li:hover, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #0081cf;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: none;
}
#g-navigation .g-main-nav .g-sublevel > li {
  padding: 0.5rem;
}
/* subnav edits*/
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  color: #fff;
  background-color: #0081cf;
}
#g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #fff;
  background-color: #0081cf;
}
#g-navigation .g-main-nav .g-dropdown {
  border: none;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
  padding: 0.5rem;
}
/* Header area edits - logo and large image */
#g-header .ac-logo img {
  margin-top: 25px;
  margin-bottom: -55px;
}
/* Intro section edits - dedicated headline */
#g-intro h1.intro-header {
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  padding: 2rem;
}
#g-intro {
  background: linear-gradient(to right, #f5253d, #c42253);
}
/* Features section edits - latest blog updates slideshow */
#g-features h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0b53c1;
  line-height: normal;
  margin-top: 50%;
}
/* Utility section edits - home page module boxes */
#g-utility h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
#g-utility .wf-columns-layout-1-2 > .wf-column:last-child {
  padding-left: 2rem;
}
/* Above section for printable */
#g-above {
  background: linear-gradient(to right, #f5253d, #c42253);
  margin-top: 60px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0;
}
/* Testimonials section for email sign-up */
#g-testimonials .email {
  width: 80%;
  background-color: #ffecc4;
  color: #000;
}
#g-testimonials submit {
  float: right;
}
#g-testimonials p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0;
}
#g-testimonials {
  background: linear-gradient(to right, #ff803b, #ffcc00);
}
/* Expanded section for footer menu */
#g-expanded h4 {
  color: #0b53c1;
  font-weight: 500;
}
#g-expanded li::marker {
  content: ">  ";
  color: #ffcc00;
}
/* footer section mods */
#mod-finder-searchform118 {
  padding: 0 20px;
  margin-top: 18px;
}
#mod-finder-searchword118 {
  width: 70%;
}
#g-footer .btn-primary {
  background-color: #ffcc00;
  margin-left: 10px;
  color: #000;
}
#g-footer .btn-primary:hover {
  background-color: #ff803b;
}
#g-footer .g-totop {
  text-align: left;
}
#g-footer .g-copyright {
  margin-top: 25px;
}
/* Mobile responsiveness edits */
@media (max-width: 30rem) {
  #g-features h2 {
    margin-top: 0;
    text-align: center;
  }
  #g-header .ac-logo img {
    margin: 10px auto;
    text-align: center;
    width: 100%;
    padding-left: 25px;
  }
}
@media (max-width: 48rem) and (min-width: 30rem) {
  #g-features h2 {
    margin-top: 0;
    text-align: center;
  }
  #g-header .ac-logo img {
    margin: 10px auto;
    text-align: center;
    width: 100%;
    padding-left: 25px;
  }
}
/*# sourceMappingURL=custom_36.css.map */