#header .addLogo p {
  margin-left: 5px;
  text-align: right;
}
#header .addLogo p img {
   max-height: 40px;
}

.c-timelinecontent__headline {
  order: -1;
}
.c-timelinecontent__more {
  display: none;
}

#footer .c-contact-services__logo {
  min-height: auto;
}

.c-twitterbox > img {
    margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
  #header .addLogo p {
     margin-right: 40px;
  }
  #header .addLogo p img {
     max-height: initial;
  }
 
}
@media only screen and (min-width: 80em) {
    #navPrimary>ul>li.navprimary__li p {
        font-size: 1.6rem;
    }

  .c-stage-current__nav-slide {
    width: 50%;
  }

  .c-stage-current__nav-slide:nth-child(2) p:before {
    background-image: url(/SiteGlobals/Frontend/Images/icons/mastodon-b.svg?__blob=normal&v=1);
    background-position: 0 0;
  }

}
