@media screen and (min-width: 1665px){
.main-content, .main-content .text-formatted, .cke_editable_themed, .paragraph--type--side-by-side .text-formatted{
    width: unset !important;
    max-width: 1200px;
  }
}

.main-content, .main-content .text-formatted, .cke_editable_themed, .paragraph--type--side-by-side .text-formatted {
  width: 75%;
  margin-left:12.5%;
  margin-right:12.5%;
}
  
.top-button {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 30; /* in front of other elements */
  border: 2px solid #fff;
  outline: none;
  background-color: #fff;
  color: #3654A5;
  cursor: pointer;
  padding: 10px;
  font-family:  "acumin-pro-semi-condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.top-button::before {
  content: "▲ ";
}

.top-button:hover {
  box-shadow: 5px 5px 10px gray;
}

/*make footer in front of button*/

.region-footer-top, .region-footer {
  position: relative;
  z-index: 31; /* footer not to overlap header */
}

.sust-dash-footer-spacer {
	height: 100px;
	position: relative;
  z-index: 31; /* spacer not to overlap header */
}