/* 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 Text Changes*/
/* line 3, templates/g5_helium/custom/scss/custom.scss */
h1, h2, h3, h4, h5 {
  font-family: "FJallaOne";
  font-weight: 400;
}
/*Navigation Header Top*/
/* line 10, templates/g5_helium/custom/scss/custom.scss */
.g-home-particles.g-helium-style #g-navigation {
  background: #000;
}
/*Header Layout With Navigation*/
/* line 16, templates/g5_helium/custom/scss/custom.scss */
#g-header a {
  color: #fff;
}
/* line 20, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  background-color: #007ea4;
}
/* line 27, templates/g5_helium/custom/scss/custom.scss */
#g-header {
  background: #007ea4;
  color: #fff;
  padding: 0px;
  position: relative;
  z-index: 10;
  font-family: "Cantarell";
}
/* line 36, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
  padding-right: 30px;
}
/* line 45, templates/g5_helium/custom/scss/custom.scss */
.g-home-particles.g-helium-style #g-header {
  margin-top: 0px;
  padding: 0;
  text-align: left;
}
/*Slideshow Image*/
/*Form Styles*/
/* line 55, templates/g5_helium/custom/scss/custom.scss */
#ui.header {
  border: none;
  margin: calc(28px - .14285714em) 0 14px;
  padding: 0 0;
  font-family: Fjalla One;
  font-weight: 700;
  line-height: 1.28571429em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
}
/* line 66, templates/g5_helium/custom/scss/custom.scss */
.chronoforms6_credits {
  display: none;
}
/*Accordian*/
/* Style the buttons that are used to open and close the accordion panel */
/* line 72, templates/g5_helium/custom/scss/custom.scss */
.accordion {
  background-color: #007ea4;
  color: #fff;
  cursor: pointer;
  width: 50%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  margin-bottom: 0px !important;
  border-radius: 5px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* line 87, templates/g5_helium/custom/scss/custom.scss */
.accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
/* line 92, templates/g5_helium/custom/scss/custom.scss */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/*# sourceMappingURL=custom_12.css.map */