@import url("https://fonts.googleapis.com/css?family=Nunito:400,600|Work+Sans:400,600|Roboto:400,600|Roboto+Slab:400,600|Raleway:400,600|Lato:400,600|Oswald:400,600|Dosis:400,600");
:root {
  --main-color: #42424F;
  --hover-color: #23527C;
  --main-text-color: rgb(64, 64, 78);
  --main-bg: rgb(235, 235, 235);
  --main-font-family: Lato, sans-serif;
}

:root {
  --highlight-base-color: var(--main-color);
  --header-font-family: var(--main-font-family);
  --header-text-color: var(--main-text-color);
  --feature-color: var(--main-color);
  --button-color: var(--main-color);
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

img#flock-logo {
  max-height: 200px;
  max-width: 500px;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 600px) {
  img#flock-logo {
    max-width: 95%;
  }
}

img#sheep-logo {
  max-width: 100px;
}

.asterisk {
  color: red;
}

ul.address {
  padding: 0;
}
ul.address li {
  list-style-type: none;
  margin: 0;
}

ul.header {
  background-color: #42424F;
  background-color: var(--main-color);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  z-index: 1;
}
ul.header li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 600;
}
ul.header li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
ul.header li:last-child {
  padding-bottom: 2em;
}
ul.header li:first-child {
  padding: 1em;
  font-size: 1.25em;
}
ul.header li:first-child a {
  width: 20px;
}

ul.header-bar {
  height: 64px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 65, 94, 0.2);
  padding-left: 0;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  list-style: none;
  font-size: 18px;
  text-align: center;
}
ul.header-bar li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
ul.header-bar li a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #89a3df;
}
ul.header-bar li a.no-decoration {
  border: none;
}
ul.header-bar li.header-home-link {
  position: absolute;
  left: 5px;
  top: 14px;
}

.progress {
  height: 7px;
  background-color: #777777;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-sheep {
  background-color: rgb(50, 197, 95);
}

.progress-card {
  text-align: center;
}
.progress-card span.percentage {
  font-size: 4em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.progress-card p {
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 0;
}

div.card.error .card-header {
  background-color: #d9534f;
}

div.card.membership .card-header, li.card.membership .card-header {
  background-color: rgb(34, 134, 137);
}
div.card.membership.status-cancelled .card-body, li.card.membership.status-cancelled .card-body {
  border-top: 4px solid #1d7275;
}
div.card.membership.status-lapsed, li.card.membership.status-lapsed {
  opacity: 0.5;
}

div.card.consent .card-header {
  background-color: rgb(128, 137, 196);
}

ul.consent {
  padding: 0;
  margin-top: 20px;
}
ul.consent li .card-header {
  background-color: rgb(128, 137, 196);
}
ul.consent .card-header-volunteer {
  color: #fafafd;
}

div.card.contract .card-header {
  background-color: rgb(196, 187, 128);
}

ul.contract {
  padding: 0;
  margin-top: 20px;
}
ul.contract li .card-header {
  background-color: rgb(196, 187, 128);
}
ul.contract .card-header-volunteer {
  color: #fdfcfa;
}

div.card.legitimate-interest .card-header {
  background-color: rgb(34, 134, 137);
}

ul.legitimate-interest {
  padding: 0;
  margin-top: 20px;
}
ul.legitimate-interest li .card-header {
  background-color: rgb(34, 134, 137);
}
ul.legitimate-interest .card-header-volunteer {
  color: #7edcdf;
}

div.card.simple-page .card-header {
  background-color: #fff;
}
div.card.simple-page .card-header h2 {
  color: rgb(64, 64, 78);
}
div.card.simple-page .card-body {
  background-color: #fff;
}

div.card.profile .card-header {
  background-color: rgb(90, 117, 193);
}

#map {
  min-height: 350px;
  min-width: 100%;
}