.location-website {
  word-break: break-word;
}

.warning-message,
.template-header .template-header-mobile-bar {
    background: #f6253b;
    border-bottom: 1px solid #334C2E;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

@media only screen and (max-width: 991px) {
	.warning-message,
    header > div.warning-message__container {
	    display: none;
	}
}

/*
.stickybar {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.stickybar a {
  background: #00356e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 10px;
}

.body {
  padding-top: 40px;
}

.visible-lg {
  display: block
}

.visible-xs {
  display: none
}

@media screen and (max-width:991px) {
  .visible-lg {
    display: none
  }

  .visible-xs {
    display: block
  }

}
*/