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

/*Author: Ramona Doby*/
/*Changing blog posts title color*/
/* line 9, templates/rt_manticore/custom/scss/custom.scss */
/* line 10, templates/rt_manticore/custom/scss/custom.scss */
/* line 11, templates/rt_manticore/custom/scss/custom.scss */
.g-content-array .g-item-title a {
  color: #37a5d4;
}
/* line 13, templates/rt_manticore/custom/scss/custom.scss */
.g-content-array .g-item-title a:hover {
  text-decoration: none;
}
/* line 20, templates/rt_manticore/custom/scss/custom.scss */
/* line 21, templates/rt_manticore/custom/scss/custom.scss */
.g-array-item-category a {
  color: #37a5d4;
}
/*Changing button color*/
/* line 27, templates/rt_manticore/custom/scss/custom.scss */
.button {
  background: #08415c;
}
/* line 29, templates/rt_manticore/custom/scss/custom.scss */
.button:hover, .button:active, .button:focus {
  background: ;
  color: #08415c;
  border-color: #08415c;
}
/*Changing slideshow overlay */
/* line 37, templates/rt_manticore/custom/scss/custom.scss */
/* line 38, templates/rt_manticore/custom/scss/custom.scss */
/* line 39, templates/rt_manticore/custom/scss/custom.scss */
/* line 40, templates/rt_manticore/custom/scss/custom.scss */
/* line 41, templates/rt_manticore/custom/scss/custom.scss */
.g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
  background-image: linear-gradient(3deg, rgba(8, 65, 92, 0.7), rgba(55, 165, 212, 0.7));
}
/* line 49, templates/rt_manticore/custom/scss/custom.scss */
/* line 50, templates/rt_manticore/custom/scss/custom.scss */
#g-slideshow a:hover {
  color: #37a5d4;
}
/*Page navigation color*/
/* line 56, templates/rt_manticore/custom/scss/custom.scss */
/* line 57, templates/rt_manticore/custom/scss/custom.scss */
.pager.pagenav a {
  background-color: #08415c;
  color: white !important;
}
/* line 60, templates/rt_manticore/custom/scss/custom.scss */
.pager.pagenav a:hover, .pager.pagenav a:active, .pager.pagenav a:focus {
  background: ;
  color: #08415c !important;
  border-color: #08415c;
}
/* line 68, templates/rt_manticore/custom/scss/custom.scss */
/* line 69, templates/rt_manticore/custom/scss/custom.scss */
.g-joomla-articles .g-array-item-image {
  overflow: hidden;
  position: relative;
}
/* line 72, templates/rt_manticore/custom/scss/custom.scss */
.g-joomla-articles .g-array-item-image::after {
  content: "";
  background-image: linear-gradient(0deg, rgba(8, 65, 92, 0.3), rgba(8, 65, 92, 0.3));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* line 83, templates/rt_manticore/custom/scss/custom.scss */
.g-joomla-articles .g-array-item-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 88, templates/rt_manticore/custom/scss/custom.scss */
.g-joomla-articles .g-array-item-image img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 98, templates/rt_manticore/custom/scss/custom.scss */
.eaaBlogTitle h2 {
  padding-bottom: 0;
}
/* line 102, templates/rt_manticore/custom/scss/custom.scss */
.eaaBlogSub {
  font-size: 1.2rem;
  font-family: "rubik", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 816px) {
  /* line 110, templates/rt_manticore/custom/scss/custom.scss */
  .ugaLogo {
    position: relative;
    bottom: 60px;
    left: 70px;
    width: 20rem;
  }
}
/*# sourceMappingURL=custom_36.css.map */