<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.covid19--banner {
  text-align: center;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  border-top: 4px solid #ffdf5e;
  font-size: 17px;
  padding: 15px 14px;
  background-image: url(/FURL/imagecache/cropfit@cr=0,364,1360,74@qa=60/data/www.volunteerministers.org/files/healthy/healthy-website-background.jpg);
  background-size: cover
}

.content-page-wrapper {
  position: relative;
}

@media(min-width: 768px) {
  .covid19--banner {
    font-size:22px;
    padding: 12px 14px;
  }
}

.covid19--banner a {
  -webkit-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  border-bottom: 3px solid #0000;
  color: black !important;
	text-decoration: none !important;
}

.covid19--banner a:hover {
  border-bottom: 3px solid #ffdf5e
}

.covid19--banner-arrow {
  color: red
}

.covid19--ext-icon {
  margin-left: 3px;
  font-size: 15px
}

.mobile-menu-open .covid19--banner+#outer_shell .banner-wrapper {
  top: -80px
}

.arrow-svg {
  -webkit-transition: transform .1s ease-out;
  -ms-transition: transform .1s ease-out;
  -moz-transition: transform .1s ease-out;
  -o-transition: transform .1s ease-out;
  transition: transform .1s ease-out
}

[dir=rtl] .arrow-svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.arrow-svg-right {
  width: 9px;
  top: 6px;
  margin: -2px 2px 0 3px
}

.arrow-svg-down {
  padding-top: 0;
  margin-bottom: 0
}


.banner-open .covid19--banner {
  display: none;
}

</pre></body></html>