body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: #212121;
}

a:hover {
  color: #b56969;
  cursor: pointer;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

/* resources */
.content-container {
  width: 650px;
  margin: 0 auto;
  padding-top: 60px;
}

@media (max-width: 650px) {
  .content-container {
    width: 95%;
  }
}

.page-header {
  text-align: center;
  padding: 50px 0 10px 0;
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 1.3;
}

.page-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 15px;
}

.orgs-section {
  padding: 15px 0;
}

@media (max-width: 650px) {
  .orgs-section {
    width: 95%;
  }
}

.orgs-subject {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem;
  background-color: #212121;
  color: #fff;
  display: inline;
  padding: 5px 8px;
  clear: both;
}

.org-list {
  padding: 15px 0;
}

@media (max-width: 650px) {
  .org-list {
    width: 95%;
  }
}

.org {
  padding: 5px 0;
  list-style-type: none !important;
}

.org-name {
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 800;
}

@media (max-width: 650px) {
  .org-name {
    width: 95%;
  }
}

.org-desc {
  padding: 10px 0;
}

.org-website {
  word-wrap: break-word;
}

.org-phone, .org-website, .org-notes {
  font-size: 1.2rem;
  line-height: 1.3;
}

.org-notes {
  font-style: italic;
}

.choose-variable {
  background-color: #fff;
  width: 100%;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  margin: 20px 0 45px 0;
  border-bottom: 4px solid #b56969;
}

@media (max-width: 650px) {
  .choose-variable {
    width: 95%;
  }
}

.choose-variable select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 6px 10px 10px;
  outline: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 400px) {
  .choose-variable select {
    width: 95%;
  }
}

.choose-variable select::-ms-expand {
  display: none;
}

.choose-variable select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select-arrow {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 2rem;
  height: 2rem;
  color: #212121;
  font-size: 1.4rem;
  z-index: 1;
  pointer-events: none;
}

.select-arrow:after {
  content: '\2193';
  font-size: 2rem;
}

.cta {
  font-size: 1.2rem;
  font-weight: 800;
}
