
.accessibility_widget_trigger {
    position: fixed;
    top: 180px;
    right: 0px;
    z-index: 1000000;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px 0 0 10px;
    background: #A31D1A;
    color: #fff;
    padding: 10px 5px 0 5px;
    cursor: pointer;
    transition: all 0.1s ease;
    border: 2px solid #fff;
    border-right: 0;
    min-width: 80px;
}
@media only screen and (min-width: 768px) {
    .header.original {
        line-height: 103px;
    }
}


.custom-header {
  display: inline-block;
  background-color: #A51C1B;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto; 
}