@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap");
#site-navbar .bi-gift-fill {
  color: #D64309;
}

timeline-actions .btn {
  background-color: #048767;
  border-color: #036e54;
}

timeline-actions .btn:hover {
  background-color: #048767;
  border-color: #036e54;
}

.site-logged-out {
  background-position: center;
}

.site-logged-out::after {
  display: block;
  content: "";
  background-image: url("/Client/Content/Images/loggedout/banner/uniting-the-movement.png");
  width: calc(100% - 400px);
  background-position: center;
  position: absolute;
  height: 100%;
  background-size: calc(100% - 40px - 40px);
  max-width: 640px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .site-logged-out::after {
    display: none;
  }
}