/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.directory {
  position: relative;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.25);
  color: #cccccc;
  border-bottom: none;
}
.directory p {
  color: #cccccc;
}
.directory .locations a {
  color: #f2f2f2;
}
.directory .locations a:hover {
  color: #6699cc;
}
.classic .directory {
  border-bottom: 0.6em solid #F4C182;
}
.classic .directory p {
  color: #595959;
}
.classic .directory .locations a {
  color: #262626;
}
.directory header {
  padding: 1rem;
}
.directory .title-icon {
  display: inline-block;
  vertical-align: baseline;
  width: 1.2em;
  margin: 0.2em 0.25em 0.2em 0;
  position: relative;
  top: -0.1em;
}
.directory .title-icon img {
  width: 100%;
}
.directory h1 {
  margin: 0;
  font-size: 2.4em;
  line-height: 1.1;
}
.directory h3 {
  background-color: #6699cc;
  color: #262626;
  padding: 0.35rem 1rem;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
.directory .locations {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.directory .locations li {
  padding: 0.8rem 1rem 1rem 1rem;
  margin: 0;
  border-bottom: 1px solid gray;
}
.directory .locations li:last-child {
  border-bottom: none;
}
.directory .locations li h4 {
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
}
.directory .locations li h4 a {
  color: #f2f2f2;
  transition: color 0.2s ease;
}
.directory .locations li h4 a:hover {
  color: #6699cc;
}
.directory .locations li p {
  margin: 0;
}
.directory .locations li label {
  display: inline-block;
  color: #6699cc;
  text-transform: uppercase;
  font-size: 0.85em;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}
.directory .locations li span > a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.directory p {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-family: "ff-tisa-web-pro", "Georgia", "Times", serif;
}
.directory p strong {
  color: #f2f2f2;
}
.directory p a {
  text-decoration: underline;
  transition: all 0.2s ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.directory p a:hover, .directory p a:focus {
  color: #6699cc;
  border-color: #F4C182;
}

.sidebar .directory {
  margin-bottom: 1rem;
}

@media screen and (min-width: 45rem) {
  .sidebar .directory {
    margin-bottom: 1rem;
  }
  .sidebar .directory p:last-child, .sidebar .directory ul:last-child, .sidebar .directory img:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 65rem) {
  .directory {
    font-size: 1.2em;
  }
  .directory header {
    padding: 2rem 2rem 0;
  }
  .directory .section-nav {
    margin: 0.2rem 0 0;
  }
  .directory .section-nav ul li a {
    padding: 0.5rem 2rem;
    background-position: calc(100% - 2rem);
  }
  .directory h3 {
    padding: 0.5rem 1rem;
  }
  .directory .locations li {
    padding: 0.8rem 2rem 1.25rem;
  }
  .sidebar .directory {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 85rem) {
  .directory {
    font-size: 1.35em;
  }
}
