html {
  scroll-behavior: smooth;
}
h1#title {
  color: #004494;
}
.back-to-top-wrapper {
  display: none;
  margin: 15px 20px;
  float: right;
  clear: both;
}
.back-to-top-link {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 55px;
  background: url(../../docroot/images/icons/back_to_top_icon.svg) no-repeat center -12px;
}
#MT_sticky_layer .back-to-top-wrapper {
  display: none !important;
}
@media screen and (max-width: 1009px) {
  h1#title {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 750px) {
  h1#title {
    padding: 0 0 5px 0;
    margin: 20px 20px 10px;
    text-align: center;
    border-bottom: solid 1px #cccccc;
  }
  #MT_sticky_layer .back-to-top-wrapper {
    display: block !important;
  }
}
