#block-toastnotifications {
    background: #004153;
    bottom: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .9);
	color: #fff;
    height: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

#block-toastnotifications .field-name-body {
  align-items: center;
  border-bottom: none;
  display: flex;
  font-size: 1em;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 0;
}

.toast-logo {
  height: 62px;
  width: 108px;
}

#block-toastnotifications .field-name-body h3 {
	margin: 0;
}

.jwa-user-notice {
    padding-bottom: 25px;
    max-width: 1150px;
    position: relative;
    margin: 0 auto;
}

.jwa-show-notice {
  display: none;
  padding: 5px 25px 25px 25px;
}

.jwa-user-notice .message {
  font-size: 1.3em;
  margin: 0 auto;
  max-width: 75%;
  position: relative;
  width: 1150px;
}

.close-message-container {
	position: absolute;
	right: 0;
	max-width: 1150px;
	display: inline-block;
	text-align: center;
	top: 10px;
	width: 25%;	
}

.jwa-user-notice .close-message {
    cursor: pointer;
    font-weight: bold;
    font-size: .75em;
    color: #333;
    background: #fff;
    padding: 1px 6px;
    border: 1px solid #fff;
    border-radius: 20px;
}

#block-toastnotifications .headline {
	font-size: 1.25em;
}

.meter-container {
	background: #333;
    border: 2px solid #ffb300;
    border-radius: 30px;
    height: 60px;
    margin: 10px auto;
}

.meter-progress {
	background: #ffb300;
	border-radius: 27px;
	height: 100%;
	width: 0;
}

.meter-content-container {
    display: flex;
    max-width: 1150px;
    justify-content: center;
    margin: 0 auto;
}

.meter-top {
	font-size: .9em;
}

.meter-left,
.meter,
.meter-right {
	width: 33.33%;
}

.meter-left p {
	padding: 0 20%;
	text-align: center;
}

.meter {
	text-align: center;
}

.meter-right {
	text-align: center;
	align-self: center;
}

.meter-bottom {
	display: none;
}

.toast-donate {
	background: #0098db;
	display: inline-block;
	padding: 10px 15px;
    border-radius: 30px;
    font-size: 1.3em;
	font-weight: bold;
    text-transform: uppercase;
}

.toast-donate a,
.toast-donate a:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 915px) {
	.meter-left,
	.meter-container,
	.meter-bottom,
	#block-toastnotifications .field-name-body,
	.close-message-container {
		display: none;
	}
	#block-toastnotifications {
		padding-bottom: 25px;
	}
	.jwa-user-notice {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.meter,
	.meter-right {
		width: 40%;
	}
	.toast-donate,
	.meter-top {
		font-size: 1em;
		padding-top: 10px;
		text-align: right;
	}
	.meter-right {
		text-align: center;
	}
}

@media only screen and (max-width: 800px) {
	#block-toastnotifications {
		padding-bottom: 35px;
	}
	
	.meter-top {
		text-align: center;
		padding-top: 0;
	}
	.meter-right {
		text-align: right;
	}
}