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

@charset "UTF-8";
.gp_accordion5 .gp_heading {
  margin-bottom: 50px;
}
.gp_accordion5 h3.gp_category {
  font-size: 20px;
  text-align: right;
}
.gp_accordion5 .gp_accordion_question {
  cursor: pointer;
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 5px 0;
}
.gp_accordion5 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion5 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion5 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion5 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion5 .gp_accordion_question .gp_accordion_dir {
  font-family: "FontAwesome";
  display: inline-block;
  width: 25px;
  text-align: left;
}
.gp_accordion5 .gp_accordion_answer {
  padding: 10px 0 25px 25px;
  display: none;
}
.gp_accordion5 .gp_accordion_answer.gp_active {
  display: block;
}
.gp_accordion5 .gp_accordion_link {
  margin-top: 15px;
}
.gp_accordion5 .gp_divider {
  padding: 2rem 0;
}
.gp_team4 .gp_heading {
  margin-bottom: 50px;
}
.gp_team4 .g-grid.r_v_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_team4 .r_team_img {
  position: relative;
  overflow: hidden;
}
.gp_team4 .r_team_social {
  display: inline-block;
  margin-left: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .gp_team4 .r_team_social {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .gp_team4 .r_team_social {
    margin-top: 1rem;
  }
}
.gp_team4 .r_team_social > a {
  text-decoration: none;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.gp_team4 .r_team_social > a:hover {
  background: #a4cf42;
  color: #ffffff;
}
.gp_team4 .r_team_info {
  padding: 30px;
  position: relative;
}
.gp_team4 .r_team_info .r_team_title {
  margin: 0;
  font-weight: 700;
}
.gp_team4 .r_team_info .r_team_desc {
  padding: 1rem 0 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.gp_team4 .r_team_divider {
  margin: 2rem 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
  height: 0;
}
h1, h2, h3, h4 {
  font-weight: 500;
}
h1 {
  font-size: 2rem;
  line-height: 2.2rem;
}
h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
.vert3 {
  text-align: center;
  margin-top: -2rem;
  padding-top: 0;
}
#g-container-main .button:hover {
  background: #2F2F31;
}
#g-top .g-social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 0;
}
#g-breadcrumb {
  background-image: url('../../../../images/black-twill.png');
  border-top: 1px solid #D3D3D3;
}
#g-mainbody a {
  text-decoration: underline;
}
#g-navigation .g-page-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: transparent;
  /* Hides fill, leaving only outline */
  -webkit-text-stroke: 1.5px #FFF;
  /* Outlines the text */
  text-stroke: 1.5px #78B744;
  text-shadow: 2px 2px 3px #2F2F31;
  /* Sharp dark gray drop shadow */
  display: block;
  animation: outline-fade-in 1s ease-in-out;
  margin-bottom: 10px;
}
#g-navigation .g-page-title .g-page-title-inner > span {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
/* Hover effect for subtle interaction */
#g-navigation .g-page-title h3:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
/* Fade-in effect */
@keyframes outline-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.itemid-266 .g-gutter {
  margin-top: -0.4rem;
}
#g-header.uk-active .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #FFF;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #BADB6F;
}
#g-header .g-main-nav {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 1.7px;
  color: white;
  /* Fallback for browsers that don't support text-stroke */
  text-shadow: -1px -1px 0 #050706, 1px -1px 0 #050706, -1px 1px 0 #050706, 1px 1px 0 #050706, 2px 2px 3px #2F2F31;
  /* Drop shadow effect */
  transition: transform 0.3s ease-in-out;
}
/* Subtle bounce on hover */
#g-header .g-main-nav:hover {
  transform: translateY(-2px);
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
  color: #BADB6F;
}
#g-header .g-main-nav .g-dropdown {
  background: #78B744;
}
#g-header .g-main-nav .g-dropdown .g-sublevel > li > .g-menu-item-container {
  color: #FFF;
  font-weight: 600;
}
#g-header .g-main-nav .g-dropdown .g-sublevel > li.active > .g-menu-item-container {
  color: #FFF;
  background: #221E1F;
}
#g-header .g-main-nav .g-dropdown .g-sublevel > li:hover > .g-menu-item-container {
  color: #FFF;
  background: #FFF;
}
.g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > li .g-menu-parent-indicator:after, .g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > .g-menu-parent-indicator:after {
  display: none;
}
.g-menu-item .g-menu-item-type-particle {
  background: white;
  color: #091526;
}
.g-menu-item .g-menu-item-type-particle a:hover {
  background: white !important;
}
#g-feature {
  padding: 3.5rem 0;
  background-image: none;
}
#g-feature a {
  color: #598833;
}
#g-feature a:hover {
  color: #78B744;
  text-decoration: underline;
}
#g-feature .button {
  background: #a4cf42;
  color: #ffffff;
}
#g-feature .button:hover {
  background: #598833;
  color: #ffffff;
}
#g-subfeature {
  background-color: #2F2F31;
  background-image: url('../../../../images/asfalt-light.png');
}
#g-utility {
  background-color: #2F2F31;
  background-image: url('../../../../images/asfalt-light.png');
}
#g-last {
  background-image: url('../../../../images/asfalt-light.png');
  border-top: 1px solid #FFF;
}
#g-last a {
  color: #050706;
}
#g-last a:hover {
  color: #FFF;
  text-decoration: underline;
}
/* 
#g-footer{
background-image: url("images/asfalt-light.png");
}
*/
#g-footer a:hover {
  color: #A4CF42;
}
#g-footer {
  border-top: 1px solid #FFF;
  background-image: url('../../../../images/black-twill.png');
}
#g-copyright a:hover {
  color: #A4CF42;
}
@keyframes border-glint {
  0% {
    background-position: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-position: 100%;
    opacity: 0;
  }
}
#g-copyright {
  position: relative;
  border-top: 1px solid #A4CF42;
  /* Keeps your original border */
  overflow: hidden;
  /* Prevents animation spillover */
}
#g-copyright::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Slightly thicker to ensure visibility */
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  background-size: 200% 100%;
  animation: border-glint 1.5s ease-out forwards;
  opacity: 0;
}
/* Trigger animation when in view */
.g-inview #g-copyright::after {
  opacity: 1;
}
/* Logo Animation - Subtle Pulse */
.wright-logo {
  transition: transform 0.3s ease-in-out;
}
.wright-logo:hover {
  transform: scale(1.1);
}
/* Tagline Styling - Bigger & Bolder */
.wright-tagline {
  display: block;
  /* Ensures it's on a new line */
  font-size: 1.4rem;
  /* Makes it larger */
  font-weight: bold;
  /* Makes it bolder */
  text-align: center;
  margin-top: 5px;
  transition: text-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
/* Tagline Hover Effect - Soft Glow & Slight Lift */
.wright-tagline:hover {
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.7);
  /* Soft glow effect */
  transform: translateY(-2px);
  /* Slight upward motion */
}
/* Subtle movement for icons on hover */
.gp_content i {
  transition: transform 0.3s ease-in-out;
}
.gp_content i:hover {
  transform: translateY(-5px);
  /* Moves icon slightly upward */
}
#g-header.uk-active {
  height: 120px !important;
  /* Fixed logo's height */
}
.outline-17 #g-afterbottom {
  padding-top: 2rem;
  padding-bottom: 5.5rem;
  background-position: bottom;
}
@media only all and (max-width: 47.99rem) {
  #g-top .g-title {
    white-space: inherit;
  }
  #g-header {
    padding-top: 0;
  }
  #g-header .g-content {
    margin: 0.425rem;
    padding: 0.638rem;
  }
  .g-layercontent {
    padding: 0;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
  #g-navigation .g-page-title h3 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=custom_16.css.map */