.backtotop {
  display: none
}
.backtotop #backtotopBtn {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: 0;
  color: #fff;
  cursor: pointer;
  padding: 25px;
  border-radius: 50px;
  background: url(../../../../../../../etc.clientlibs/elavonglobal/clientlibs/clientlib-site/resources/images/icon/up-arrow.png) no-repeat;
  background-position-y: center;
  background-position-x: center
}
@media (min-width:320px) and (max-width:1055px) {
  .backtotop {
    display: none
  }
  .enableBacktoTopButton .backtotop {
    display: block;
    position: absolute
  }
  .enableBacktoTopButton .backtotop.background-charcoal-grey,
  .enableBacktoTopButton .backtotop.background-light-green,
  .enableBacktoTopButton .backtotop.background-light-grey,
  .enableBacktoTopButton .backtotop.background-navy-blue,
  .enableBacktoTopButton .backtotop.background-primary-blue,
  .enableBacktoTopButton .backtotop.background-secondary {
    background-color: transparent
  }
  .enableBacktoTopButton .backtotop.background-secondary #backtotopBtn {
    background-color: #f2f6ff
  }
  .enableBacktoTopButton .backtotop.background-navy-blue #backtotopBtn {
    background-color: #0c2074
  }
  .enableBacktoTopButton .backtotop.background-primary-blue #backtotopBtn {
    background-color: #0075c9
  }
  .enableBacktoTopButton .backtotop.background-light-green #backtotopBtn {
    background-color: #007079
  }
  .enableBacktoTopButton .backtotop.background-light-grey #backtotopBtn {
    background-color: #6e6e6e
  }
  .enableBacktoTopButton .backtotop.background-charcoal-grey #backtotopBtn {
    background-color: #212123
  }
}