/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Custom Fonts from Adobe Fonts (typekit) */
@import url("https://use.typekit.net/mok0fbr.css");

:root {
    --ff-accent: rift, sans-serif; !important;
}

/* Top nav adjustment */

.pwr-header-top--flip-order .pwr-header-top__social {
  margin-right: 0px;  
}

.pwr-header-top--flip-order .pwr-header-top__menu {
 margin-left: 15px !important; 
}

#pwr-header-top {
  background-color: #E5E5E5 !important;
}

/* Team Member Module Text Adjustments */

.pwr-team-member__name {
  font-size: 30px; 
}

.pwr-team-member__job-title {
    font-size: 18px;
}

/* Breadcrumb Module Text Adjustments */

.pwr-sec-breadcrumbs__link {
    font-size: 20px;
}

/* Accordian Module Text Adjustments */

.pwr--light .pwr-accordion__title {
  font-size: 24px;
}

/* Image Box Filter Tab Larger Font Size */

.pwr-filter__link {
      font-size: 20px;
}

/* styling for testimonial slider arrows to show up */

.swiper-buttons-beside .swiper-button-prev {
 left: 20px !important; 
}

.swiper-buttons-beside .swiper-button-next {
 right: 20px!important; 
}

@media (max-width: 1260px) {
.swiper-buttons-beside .swiper-button-prev {
 left: -30px !important; 
}
}

@media (max-width: 1260px) {
.swiper-buttons-beside .swiper-button-next {
 right: -30px!important; 
}
}