#main .main-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 290px;
  grid-template-columns: 1fr 290px;
  gap: 60px;
  margin: auto;
}
@media (width <= 849px) {
  #main .main-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .content-col h2 {
  font-size: 1.45em;
}
#main .detail-col {
  position: sticky;
  top: 40px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  color: var(--c4-5);
}
@media (width > 849px) {
  #main .detail-col {
    max-width: 325px;
  }
}
#main .detail-col .detail-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  background-color: #fff;
}
#main .detail-col .detail-col-inner:has(h2) {
  background-color: var(--off-white);
}
#main .detail-col .detail-col-inner {
  padding: 30px;
}
#main .detail-col h2 {
  margin-bottom: 5px;
  font-size: 1.01em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--c1-5);
}
#main .detail-col .more-info h2 {
  margin-bottom: 12px;
}
#main img.attachment-full {
  margin-bottom: 30px;
}
#main .single-locations .loc-title {
  font-weight: 800;
  margin-bottom: 5px;
}
#main .loc-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px 8px;
  font-weight: 700;
  color: var(--c1-5);
  background-color: var(--off-white);
}
#main .content {
  margin-top: 5px;
}
#main .content a {
  color: var(--c4-5);
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .content a:hover {
  text-decoration-color: transparent;
}
#main .content a::before {
  margin-right: 5px;
}
#main .other-contacts {
  list-style: none;
  padding: 0;
}
#main .other-contact {
  display: -ms-grid;
  display: grid;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 18px;
  font-size: 0.9em;
}
#main .other-contact .name {
  font-weight: 700;
}
#main .hrs-itin-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-top: 40px;
}
#main .other-contact {
  -ms-grid-columns: 275px 65px 140px;
  grid-template-columns: 275px 65px 140px;
}
@media (width >= 768px) {
  #main .other-contact .name {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #main .other-contact .email {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  #main .other-contact .phone {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
#main .other-contact:not(:last-of-type) {
  border-bottom: 1px dotted #000;
}
@media (width <= 1149px) {
  #main .other-contact {
    -ms-grid-columns: 180px 65px 140px;
    grid-template-columns: 180px 65px 140px;
  }
}
@media (width <= 767px) {
  #main .other-contact {
    padding-left: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
#main .itin-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 15px;
  font-size: 0.9em;
}
#main .itin-contact .name {
  font-weight: 700;
}
#main img.attachment-medium {
  display: block;
  max-height: 90px;
  margin: 0 auto 20px auto;
  max-width: calc(100% - 60px);
  -o-object-fit: contain;
     object-fit: contain;
}
#main :is(.location, .mailing-address) .venue, #main :is(.location, .mailing-address) address {
  font-size: 0.85em;
  font-style: normal;
  line-height: 1.3em;
}
#main .gmap-no-api {
  height: 280px;
  width: 100%;
}
#main .venue {
  font-weight: 600;
}
#main .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 50vw;
  padding: 8px 12px;
  font-size: 0.9em;
  line-height: 1.3em;
  outline-offset: 2px;
}
#main a.contact {
  color: #fff;
  background-color: var(--c1-5);
}
#main a.contact:hover {
  color: #fff;
  background-color: var(--c3-5);
}
#main div.contact {
  color: var(--c4-5);
  background-color: #fff;
}
#main .phone::before {
  content: "\f095";
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
}
#main .email::before {
  content: "\f0e0";
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
}
#main .fax::before {
  content: "\f1ac";
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
}
#main .website::before {
  content: "\e60e";
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
}

.related-section h2 {
  font-family: --f2;
  font-weight: 800;
  text-align: center;
  color: var(--c3-5);
}
.related-section article.result {
  height: 100%;
}

table.timeslots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 500px;
}
table.timeslots tr th, table.timeslots tr td {
  border: none;
  background-color: transparent !important;
  padding: 10px 15px;
  text-align: left;
}
table.timeslots tr th {
  border-bottom: 1px dotted var(--c4-5);
}
table.timeslots tr:not(:last-of-type) td {
  border-bottom: 1px dotted var(--c4-5);
}
/*# sourceMappingURL=single-location.css.map */