/*Created with Adobe RoboHelp*/
div.rh-layout-footer-outer-box {
  background-color: rgb(102, 106, 110);
}

div.rh-layout-footer-inner-left-box {
  height: 0%;
  width: 0%;
  display: flex;
}

div.rh-layout-footer-inner-left-box,
div.rh-layout-footer-inner-right-box {
  color: white;
  text-align: center;
  line-height: 1.5;
}

div.rh-layout-footer-inner-right-box a:link,
div.rh-layout-footer-inner-right-box a:visited {
  text-decoration-line: none;
  color: white;
}

div.rh-layout-footer-inner-right-box a:hover,
div.rh-layout-footer-inner-right-box a:focus,
div.rh-layout-footer-inner-right-box a:active {
  text-decoration-line: underline;
}

.RH-LAYOUT-FOOTER-container .rh-layout-footer-inner-right-box,
.RH-LAYOUT-FOOTER-container .rh-layout-footer-inner-left-box {
  flex-direction: start;
  align-items: center;
}

/* Footer in mobile view */
.RH-LAYOUT-BODY-mobile-view .RH-LAYOUT-FOOTER-container {
  bottom: -180px;
}

.RH-LAYOUT-BODY-mobile-view .rh-layout-footer-inner-left-box {
  height: 0%;
  width: 0%;
  display: flex;
}

.RH-LAYOUT-BODY-mobile-view .rh-layout-footer-inner-right-box,
.RH-LAYOUT-BODY-mobile-view .rh-layout-footer-inner-left-box {
  flex-direction: column;
  align-items: center;
}