/* q.v. rscss.io */

.service-banner {
  display: table;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 120px;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-bottom: solid 5px #666;
}

.service-banner *, .service-banner *:before, .service-banner *::after {
  box-sizing: inherit;
}

.service-banner > .closebutton {
  -webkit-appearance: none;
  align-items: flex-start;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom: 0 none rgb(0, 0, 0);
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left: 0 none rgb(0, 0, 0);
  border-right: 0 none rgb(0, 0, 0);
  border-top: 0 none rgb(0, 0, 0);
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 7px;
  z-index:1000;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 26px;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0 5px 0 0;
  opacity: 0.4;
  padding: 1px;
  text-align: center;
  text-indent: 0px;
  text-rendering: auto;
  text-transform: none;
  width: 14.6094px;
  word-spacing: 0px;
}

.service-banner > .body {
  padding: 20px;
  margin: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  position: relative;
}

.service-banner > .body.-black {
  background-color: black;
}

.service-banner .logo {
  width: 76px;
  height: 86px;
}

/* Bootstrap xs size */
@media screen and (max-width: 767px) {
  .service-banner .logo {
    display: none;
  }
}

.banner-message {
  color: white;
  font-size: 1.6rem;
  margin-left: 20px;
}

.banner-message > .text {
  color: white;
}

.banner-message .link {
  color: white;
  text-decoration: none;
}

.banner-message .link:hover {
  text-decoration: underline;
}

.banner-message .link.-underline {
  text-decoration: underline;
}

.banner-message .actionbutton {
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  padding: 4px;
}

.banner-message .alternateaction {
  color: #999;
  margin-left: 12px;
  font-size: 1.2rem;
}