/* @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/bvn3isl.css");

:root {
    --ff-base: myriad-pro, sans-serif; !important;
    --ff-accent: myriad-pro, sans-serif; !important;
}

/* Top header global color */

.pwr-header-top.pwr--dark {
    background-color: #334E7C;
}

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

/* Making swiper bullet yellow to stand out */

.swiper-pagination-bullet-active {
    background-color: #FFBA10 !important;
}

/* Video box color change */

.pwr-video-box__below {
  background-color: #f1f1f1;
}

.sidr-inner {
   display: none !important; 
}


.pwr-burger__icon-open {
  width: 50px;
}