@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap");
.blue-text {
  color: #006EA0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #5A5A5A;
}
body.gray {
  background: #f2f2f2;
}

p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
}

.small-title {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  font-weight: 700;
}

.gray .small-title, .gray h1, .gray h2, .gray h3, .gray h4 {
  font-family: "Comfortaa", sans-serif;
}

h2, .h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.button {
  background: #006EA0;
  color: white;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.4em 1em;
  border-radius: 4px;
}
.button:hover {
  background: #385072;
  color: white;
  text-decoration: none;
}

.nav img {
  max-width: 270px;
  width: 100%;
}

.footer {
  background: #385072;
  color: white;
}

.homepage {
  position: relative;
  padding-top: 1%;
  background: #F6F5F0;
}
.homepage .color-bar {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 22px;
  min-height: 10px;
}

.home-intro {
  background-size: 50%;
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 1400px;
  margin: 10px auto 0px;
}
.home-intro .col-md-6 {
  background-color: rgba(246, 245, 240, 0.75);
}
.home-intro p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1199px) {
  .home-intro {
    background-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  .home-intro {
    background-image: none !important;
  }
  .home-intro p {
    font-size: 1rem;
  }
}

.state-select {
  background: white;
}
.state-select .container {
  max-width: 925px;
  margin: 10px auto;
}

.subpage-color-bar {
  max-width: 1400px;
  margin: 20px auto;
  display: block;
}

.community-support {
  background: #664389;
  color: white;
}
.community-support .h2 {
  text-transform: none;
}
.community-support ul {
  padding-left: 1em;
}
.community-support .subtext {
  font-size: 15px;
}
.community-support a {
  color: white;
}

.filter-buttons a {
  display: inline-block;
  margin: 10px auto;
  color: #5A5A5A;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.filter-buttons a img {
  display: block;
  margin: 0 auto 4px;
}
.filter-buttons .active img {
  background: #c2d6f9;
  border-radius: 21px;
}
.filter-buttons .active span {
  color: #385072;
  font-weight: 700;
  display: block;
}

.filters form {
  width: 100%;
  max-width: 370px;
  position: relative;
  margin: 0 auto;
}
.filters form input {
  width: 100%;
  padding: 4px;
  padding-right: 26px;
  border: 2px solid;
}
.filters form button {
  position: absolute;
  right: 0;
  top: 3px;
  appearance: none;
  background: transparent;
  border: 0px;
}
.filters form button img {
  width: 20px;
}

.icons-row p {
  margin-bottom: 0.2rem;
}
.icons-row strong {
  color: #664389;
}

.listing {
  background: #F2F2F2;
}
.listing a {
  color: #664389;
  font-weight: 600;
}
.listing .blue-text {
  color: #006EA0;
  font-weight: 700;
}
.listing .listing-item {
  max-width: 480px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 22px -15px black;
}
.listing .listing-item .image-div {
  width: 15%;
  float: left;
  position: relative;
  bottom: -6px;
}
.listing .listing-item .has-icon {
  width: 85%;
  padding-left: 10px;
  float: left;
}
.listing .listing-item .has-icon span {
  font-size: 0.8rem;
}
.listing .listing-item .small-title {
  letter-spacing: unset;
}
.listing .listing-item .wrapper {
  padding-left: 15px;
  width: 100%;
}
.listing .listing-item .description {
  padding-top: 20px;
}
.listing .col-md-6:nth-child(2) .listing-item, .listing .col-md-6:first-child .listing-item {
  border-top: 0px;
}
.listing p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .listing .col-md-6:nth-child(2) .listing-item {
    border-top: 2px solid #006EA0;
  }
}
.listing.sc-listing .listing-item {
  max-width: 540px;
}
.listing.sc-listing .listing-item .card-banner {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.listing.sc-listing .listing-item .card-banner p {
  margin-bottom: 0;
}

#results-wrapper {
  position: relative;
}
#results-wrapper.loading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center 120px;
  z-index: 3;
}

.active-filters {
  margin-top: 10px;
}
.active-filters a {
  float: right;
  margin: 0px 10px;
  color: #385072;
  padding-top: 6px;
}
.active-filters .active-filter:hover {
  text-decoration: none;
}
.active-filters .fa-stack {
  font-size: 12px;
  margin-bottom: 4px;
}

.pagination .page-item:first-child .page-link {
  padding-left: 0px;
}
.pagination .page-item:last-child .page-link {
  padding-right: 0px;
}
.pagination .page-item .page-link {
  background-color: transparent;
  border: 0px;
  padding: 0px 17px;
  font-weight: 600;
  font-size: 1em;
  color: #385072;
}
.pagination .page-item .page-link:hover {
  color: #006EA0;
}
.pagination .page-item .page-link.active {
  color: #006EA0;
  pointer-events: none;
}
.pagination .page-item .prev-next {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: white;
  background: #006EA0;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  padding: 0px;
  padding-top: 3px;
}
.pagination .page-item .prev-next:hover {
  background: #006EA0;
  color: white;
}

.details .p, .details p {
  font-size: 1rem;
}
.details .icon-tr strong {
  color: #664389;
}
.details h1, .details h3 {
  color: #664389;
}
.details .h4, .details h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #664389;
}
.details h4:not(:first-of-type) {
  margin-top: 26px;
}
.details .fa-question-circle {
  font-size: 1rem;
}
.details .card {
  margin-bottom: 10px;
}
.details .card-header {
  cursor: pointer;
}
.details .card-header.blue {
  background: #006EA0;
}
.details .card-header.purple {
  background: #664389;
}
.details .card-header.dark {
  background: #385072;
}
.details .card-header .accicon {
  float: right;
  font-size: 1.25rem;
  width: 1.2em;
  color: white;
}
.details .card-header .panel-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 10px;
  color: white;
  font-family: "Comfortaa", sans-serif;
}
.details .card-body ul {
  padding-left: 20px;
}
.details .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.details .map-key {
  font-size: 0.8rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.modal-body {
  font-size: 1rem;
}
.modal-body input {
  padding: 0.4em 1em;
  border-radius: 4px;
  width: 70%;
}

.feedback {
  font-size: 1rem;
}
.feedback a {
  color: white;
}

.mce-footnotes {
  font-size: 0.8rem;
}

.card-banner {
  color: white;
  background: #664389;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.details-banner {
  color: white;
  background: #664389;
  border-radius: calc(0.25rem - 1px);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */