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

/* line 1, templates/rt_gemini/custom/scss/custom.scss */
#g-navigation.g-default-navigation {
  padding-bottom: 0;
}
/* line 4, templates/rt_gemini/custom/scss/custom.scss */
h2 {
  color: #164a02;
}
/* line 7, templates/rt_gemini/custom/scss/custom.scss */
h3.g-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 14, templates/rt_gemini/custom/scss/custom.scss */
h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
/* line 22, templates/rt_gemini/custom/scss/custom.scss */
.partner-logo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
/* line 30, templates/rt_gemini/custom/scss/custom.scss */
.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  margin-top: -5px;
  box-shadow: 0px 18px 22px -15px rgba(0, 0, 0, 0.3);
}
/* line 36, templates/rt_gemini/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-transform: uppercase;
}
/* line 39, templates/rt_gemini/custom/scss/custom.scss */
h5 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7f7f7f;
}
/* line 47, templates/rt_gemini/custom/scss/custom.scss */
a {
  font-weight: 600;
}
/* line 50, templates/rt_gemini/custom/scss/custom.scss */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
/* line 56, templates/rt_gemini/custom/scss/custom.scss */
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*# sourceMappingURL=custom_188.css.map */