/*
  Life page global overrides.
  These selectors target encapsulated module classes from outside module CSS.
*/

body.life-page .back-to-top-back-to-top {
  background-color: #3D7FC1;
}

body.life-page .back-to-top-back-to-top:hover {
  background-color: #7BBCFF;
}

body.life-page .back-to-top-back-to-top .back-to-top-chevron-up {
  stroke: #FFF8F0;
}

body.life-page .back-to-top-back-to-top:hover .back-to-top-chevron-up {
  stroke: #000000;
}
