.provider-nav > .container,
.provider-modules > .container,
.content > .container {
  position: inherit;
  width: 1218px;
}
@media (max-width: 1250px) {
  .navbar > .container,
  .provider-nav > .container,
  .provider-modules > .container,
  .content > .container,
  .footer > .container {
    width: 100%;
  }
}
.content {
  position: relative;
  padding-top: 60px;
  padding-right: 0;
  padding-left: 0;
  background-color: #F9F9F9;
}
@media (max-width: 1250px) {
  .content {
    padding-top: 144px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content {
    padding-top: 100px;
  }
}
.content.webview {
  background-color: #FFF;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .content.webview {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.content.footer-modules {
  padding-top: 0;
}
@media (max-width: 1250px) {
  .content.footer-modules {
    padding-left: 16px;
    margin-right: -16px;
  }
}
@media (max-width: 767px) {
  .content.footer-modules {
    padding-left: 0;
    margin-right: 0;
  }
}
.content.footer-modules > .container {
  padding-right: 274px;
}
@media (max-width: 1250px) {
  .content.footer-modules > .container {
    padding-right: 0;
  }
}
.content.footer-modules > .container > section:first-child {
  margin-top: 16px;
}
@media (max-width: 1250px) {
  .content.claimed,
  .content.unclaimed {
    padding-top: 0;
  }
}
.content > .container > div {
  background-color: #FFF;
}
.content > .container section {
  margin-bottom: 32px;
}
.content > .container h2 {
  margin-bottom: 16px;
}
.content > .container div.sidebar > section:last-child {
  margin-bottom: 0;
}
.content > .container div.sidebar:empty {
  display: none;
}
.content section.map a {
  color: #2A2C2E;
  text-decoration: underline;
}
.content section.map a:hover {
  color: #007EB5;
}
.content section.map a.btn {
  text-decoration: none;
}
div.main {
  float: left;
  width: 814px;
  margin-right: 32px;
  padding: 40px;
}
@media (max-width: 1250px) {
  div.main {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 16px;
  }
}
div.sidebar {
  float: left;
  width: 372px;
  margin-bottom: 32px;
  padding: 24px;
}
@media (max-width: 1250px) {
  div.sidebar {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding: 16px;
  }
}
div.main + div.sidebar.sponsored {
  margin-top: 125px;
}
@media (max-width: 1250px) {
  div.main + div.sidebar.sponsored {
    margin-top: 0;
  }
}
div.main h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  div.main h2 {
    font-size: 20px;
  }
}
div.hero {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1280px;
  height: 240px;
  margin-top: 20px;
  background-color: #5DCFFF;
}
div.hero.default {
  background-image: url("https://winnie-static.imgix.net/places/place_default_hero.png");
  background-size: 72px;
}
@media (max-width: 1250px) {
  div.hero {
    height: 144px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  div.hero {
    height: 100px;
  }
}
div.hero.custom .overlay {
  background: linear-gradient(0deg, rgba(93, 207, 255, 0.6) 0%, rgba(93, 207, 255, 0) 64.06%);
}
div.hero img {
  object-fit: cover;
}
div.logo {
  width: 323px;
  height: 150px;
  padding-bottom: 24px;
  background-color: #FFF;
}
@media (max-width: 1250px) {
  div.logo {
    position: absolute;
    top: -107px;
    left: 16px;
    width: 120px;
    height: 91px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  div.logo {
    top: -76px;
    left: 8px;
    width: 90px;
    height: 68px;
  }
}
div.logo img {
  object-fit: contain;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
div.hero img,
div.logo img {
  width: 100%;
  height: 100%;
}
section.place div.bookmark {
  float: right;
  margin-left: 16px;
}
section.place div.expandable-breadcrumbs {
  margin-bottom: 16px;
}
section.place h1 {
  font-size: 30px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.place h1 {
    font-size: 24px;
  }
}
section.place div.badges {
  margin-bottom: 16px;
}
section.place div.badges span.hiring:hover,
section.place div.badges span.job-listings:hover {
  cursor: pointer;
  background-color: #CFB1EE;
  transition: all 120ms ease-out;
}
section.place div.badges span.unclaimed {
  font-weight: bold;
}
section.place p.hours {
  font-size: 14px;
  margin-bottom: 16px;
}
section.place nav.sub-nav + .callout.hiring,
section.place nav.sub-nav + .callout.job-listings {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.place nav.sub-nav + .callout.hiring,
  section.place nav.sub-nav + .callout.job-listings {
    margin-bottom: 16px;
  }
}
section.place span.see-more-category {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
}
section.place div.place-info {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 767px) {
  section.place div.place-info {
    column-gap: 12px;
  }
}
@media (max-width: 540px) {
  section.place div.place-info {
    flex-flow: column wrap;
  }
}
@media (max-width: 767px) {
  section.place p.description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
section.place p.description.expand {
  display: block;
  overflow: inherit;
}
section.place blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border: none;
}
section.place button.more {
  display: none;
  padding-left: 0;
  color: #007EB5;
  text-decoration: underline;
}
section.place .disclaimer {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #56595D;
}
@media (max-width: 767px) {
  section.place .disclaimer {
    margin-bottom: 0;
  }
}
section.place .btn-admin {
  margin-top: 12px;
}
div.inquiry-info.mobile-only,
div.tour-info.mobile-only {
  display: none;
}
@media (max-width: 1250px) {
  div.inquiry-info.mobile-only,
  div.tour-info.mobile-only {
    display: flex;
    margin-top: 16px;
  }
}
div.inquiry-info.desktop-only,
div.tour-info.desktop-only {
  display: none;
}
@media (min-width: 1251px) {
  div.inquiry-info.desktop-only,
  div.tour-info.desktop-only {
    display: flex;
  }
}
section.photos ul {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
section.photos li {
  display: inline-block;
  display: list-item;
  flex-grow: 1;
  flex-basis: calc((100% - 4px*2)/3);
}
section.photos li:first-child:nth-last-child(4),
section.photos li:first-child:nth-last-child(4) ~ li {
  flex-basis: calc((100% - 4px*3)/4);
}
section.photos li:first-child:nth-last-child(7) ~ li:nth-last-child(5) ~ li {
  flex-basis: calc((100% - 4px*3)/4);
}
@media (max-width: 767px) {
  section.photos li:first-child:nth-last-child(4),
  section.photos li:first-child:nth-last-child(4) ~ li {
    flex-basis: calc((100% - 4px)/2);
  }
  section.photos li:nth-of-type(1n+7) {
    display: none;
  }
}
section.photos img {
  height: 124px;
  width: 180px;
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  section.photos img {
    width: 106px;
    height: 97px;
  }
}
section.photos a.photo {
  position: relative;
  background-color: transparent;
}
section.photos img,
section.photos div.photo-overlay {
  border: 1px solid #D9DCE0;
  border-radius: 8px;
}
section.photos div.photo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  align-items: center;
  justify-content: center;
}
section.photos div.photo-overlay.mobile {
  display: none;
}
@media (max-width: 767px) {
  section.photos div.photo-overlay.mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  section.photos div.photo-overlay.desktop {
    display: none;
  }
}
section.photos div.photo-overlay span {
  color: #FFF;
  font-weight: 700;
  text-decoration: underline;
}
section.inline-tour-booking > p {
  color: #56595D;
}
@media (max-width: 767px) {
  section.inline-tour-booking div.inline-tour-container {
    overflow-x: scroll;
  }
}
section.inline-tour-booking div.inline-tour-container ul {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
section.inline-tour-booking div.inline-tour-container ul.spinner-container {
  margin-bottom: 12px;
}
section.inline-tour-booking div.inline-tour-container ul li {
  flex: 1;
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn {
  width: 100%;
  border: 1px solid #0DAEF2;
  border-radius: 10px;
  padding: 14px 19px;
  background-color: #F9F9F9;
  color: #007EB5;
  text-align: start;
  white-space: normal;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn {
    font-size: 16px;
  }
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn:hover {
  background-color: #AFB5BC;
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn.date {
  height: 80px;
  min-width: 120px;
  padding-top: 12px;
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn.date.active,
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn.date:focus {
  background-color: #0DAEF2;
  color: #FFF;
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn.date span.day {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn.time {
  height: 60px;
  min-width: 152px;
}
section.inline-tour-booking div.inline-tour-container ul li button.inline-tour-btn.time:focus {
  background-color: #AFB5BC;
}
section.job-listings {
  background-color: #F2EBF9;
}
section.job-listings .meta {
  display: block;
  width: 100%;
  margin-top: 16px;
}
section.job-listings div.jobs.collapsed li:nth-child(n+7) {
  display: none;
}
section.job-listings button {
  display: block;
  margin: 0 auto;
  padding-top: 16px;
  text-decoration: underline;
}
div.sidebar > section.job-listings {
  display: block;
}
div.sidebar > section.job-listings div.prompt,
div.sidebar > section.job-listings div.jobs {
  width: 100%;
}
div.sidebar > section.job-listings div.prompt {
  border-right: none;
  margin-bottom: 16px;
}
div.sidebar > section.job-listings div.jobs {
  padding-left: 0;
}
div.sidebar > section.job-listings ul {
  column-count: 1;
}
div.sidebar > section.job-listings li {
  margin-left: 0;
}
div.main > section.job-listings,
section.job-listings {
  display: flex;
  flex-wrap: wrap;
}
div.main > section.job-listings div.prompt,
section.job-listings div.prompt {
  width: 30%;
  border-right: 1px solid #D9DCE0;
  padding-right: 16px;
}
div.main > section.job-listings div.prompt h3,
section.job-listings div.prompt h3 {
  display: block;
  margin-bottom: 8px;
}
div.main > section.job-listings div.jobs,
section.job-listings div.jobs {
  width: 70%;
  padding-left: 16px;
  font-size: 16px;
}
div.main > section.job-listings ul,
section.job-listings ul {
  column-count: 2;
}
div.main > section.job-listings li,
section.job-listings li {
  break-inside: avoid-column;
  margin-bottom: 8px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  div.main > section.job-listings,
  section.job-listings {
    display: block;
  }
  div.main > section.job-listings div.prompt,
  section.job-listings div.prompt,
  div.main > section.job-listings div.jobs,
  section.job-listings div.jobs {
    width: 100%;
  }
  div.main > section.job-listings div.prompt,
  section.job-listings div.prompt {
    border-right: none;
    margin-bottom: 16px;
  }
  div.main > section.job-listings div.jobs,
  section.job-listings div.jobs {
    padding-left: 0;
  }
  div.main > section.job-listings ul,
  section.job-listings ul {
    column-count: 1;
  }
  div.main > section.job-listings li,
  section.job-listings li {
    margin-left: 0;
  }
}
div.main > section.availability,
div.main > section.cost,
div.main > section.hiring,
div.main > table.hours-table {
  display: none;
}
@media (max-width: 1250px) {
  div.main > section.availability,
  div.main > section.cost,
  div.main > section.hiring,
  div.main > table.hours-table {
    display: block;
  }
}
div.main > section.job-listings {
  display: none;
}
@media (max-width: 1250px) {
  div.main > section.job-listings {
    display: flex;
  }
}
@media (max-width: 1250px) {
  div.sidebar > section.hiring,
  div.sidebar > section.job-listings {
    display: none;
  }
}
section.callout,
div.callout {
  float: none;
  width: 100%;
}
section.see-more {
  margin-top: 48px;
}
@media (max-width: 767px) {
  section.see-more {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
section.see-more .btn-transparent {
  display: block;
  margin: auto;
  border-radius: 100px;
  font-weight: 700;
}
section.see-more span.material-icons {
  margin-right: 4px;
  vertical-align: bottom;
  font-size: inherit;
  line-height: inherit;
}
section.accreditations ul li {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
section.accreditations ul li div {
  align-content: center;
}
section.accreditations ul li div .material-icons.medal {
  vertical-align: sub;
  margin-right: 6px;
  font-size: 22px;
  color: #56595D;
}
section.accreditations ul li div .short-name-text {
  font-weight: 700;
}
section.accreditations ul li div a {
  color: #56595D;
  text-decoration: underline;
}
section.accreditations ul li div a:hover {
  color: #007EB5;
}
section.accreditations ul li div a .material-icons {
  margin-left: 6px;
}
section.accreditations ul li div a .learn-more-text {
  display: none;
}
@media (max-width: 767px) {
  section.accreditations ul li div a .full-name-text {
    display: none;
  }
  section.accreditations ul li div a .learn-more-text {
    display: inline;
  }
}
section.financial-aid ul,
section.languages-spoken ul,
section.location-details ul,
section.military-assistance ul {
  list-style: disc;
  padding-left: 20px;
}
section.map {
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.map {
    flex-direction: column;
  }
}
section.map div.info {
  width: 30%;
}
@media (max-width: 767px) {
  section.map div.info {
    width: 100%;
  }
}
section.map div.info h3 {
  margin-bottom: 16px;
}
section.map div.info > div {
  margin-bottom: 16px;
}
section.map div.info > div > span.material-icons {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #56595D;
}
section.map div.info > div > span.material-icons + address,
section.map div.info > div > span.material-icons + div {
  margin-left: 40px;
}
section.map div.info div.contact a,
section.map div.info div.contact button {
  vertical-align: inherit;
  padding: 0;
  text-decoration: underline;
}
section.map div.info div.contact a:hover,
section.map div.info div.contact button:hover {
  color: #007EB5;
}
section.map div.info div.phone > div.phone-desktop {
  display: block;
}
@media (max-width: 767px) {
  section.map div.info div.phone > div.phone-desktop {
    display: none;
  }
}
section.map div.info div.phone > div.phone-mobile {
  display: none;
}
@media (max-width: 767px) {
  section.map div.info div.phone > div.phone-mobile {
    display: block;
    margin-left: 40px;
  }
}
section.map div.info div.website a > span.material-icons {
  vertical-align: text-bottom;
  font-size: 14px;
  text-decoration: underline;
}
section.map div.map {
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #AFB5BC;
}
@media (max-width: 767px) {
  section.map div.map {
    width: 100%;
  }
}
section.map div.map a {
  display: block;
  width: 100%;
  height: 100%;
}
div.main > section.map {
  display: none;
}
@media (max-width: 1250px) {
  div.main > section.map {
    display: flex;
  }
}
div.main > section.map div.map {
  height: 200px;
}
@media (max-width: 767px) {
  div.main > section.map div.map {
    height: 114px;
  }
}
div.sidebar > section.map {
  flex-direction: column;
  padding-bottom: 0;
}
@media (max-width: 1250px) {
  div.sidebar > section.map {
    display: none;
  }
}
div.sidebar > section.map div.info {
  width: 100%;
}
div.sidebar > section.map div.map {
  width: 100%;
  height: 114px;
}
.hours-table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
}
.hours-table th {
  text-align: left;
  padding-top: 2px;
  padding-right: 32px;
  font-weight: bold;
}
.hours-table td {
  padding-top: 2px;
}
footer.content {
  background-color: #FFF;
  padding-top: 32px;
}
footer.content > .container {
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}
@media (max-width: 943px) {
  footer.content > .container {
    display: block;
    width: 100%;
  }
}
section.menu li {
  padding-bottom: 16px;
}
section.menu li button {
  color: #007EB5;
}
section.menu li button:hover {
  text-decoration: underline;
}
section.menu span.material-icons {
  margin-right: 4px;
  vertical-align: bottom;
  font-size: 20px;
  line-height: 24px;
}
section.menu button[disabled] {
  padding: 0;
  color: #AFB5BC;
  cursor: not-allowed;
}
section.menu span.deal {
  color: #AFB5BC;
  font-size: 12px;
}
div.sidebar section.menu:not(:last-child) {
  border-bottom: 1px solid #D9DCE0;
}
div.sidebar section.menu:not(:last-child) ul {
  padding-bottom: 8px;
}
section.claim,
section.explore-more,
section.matchmaker,
section.nearby-cities,
section.top-nearby {
  display: inline-block;
  width: 100%;
  margin-bottom: 56px;
}
@media (max-width: 943px) {
  section.claim,
  section.explore-more,
  section.matchmaker,
  section.nearby-cities,
  section.top-nearby {
    margin-bottom: 48px;
  }
}
section.explore-more,
section.top-nearby {
  position: relative;
}
@media (max-width: 943px) {
  section.explore-more::after,
  section.top-nearby::after {
    content: '';
    position: absolute;
    top: 38px;
    right: 0;
    bottom: 24px;
    width: 38px;
    background: linear-gradient(270deg, #D9DCE0 0%, rgba(217, 220, 224, 0) 100%);
  }
}
section.explore-more h2,
section.top-nearby h2 {
  margin-bottom: 16px;
  line-height: 22px;
}
@media (max-width: 943px) {
  section.explore-more h2,
  section.top-nearby h2 {
    padding-left: 16px;
  }
}
section.explore-more ul,
section.top-nearby ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 943px) {
  section.explore-more ul,
  section.top-nearby ul {
    flex-wrap: unset;
    overflow-x: auto;
    padding-bottom: 16px;
  }
}
@media (max-width: 943px) {
  section.explore-more ul > :first-child,
  section.top-nearby ul > :first-child {
    margin-left: 16px;
  }
}
section.top-nearby .featured-places li {
  width: 308px;
  height: 100%;
  box-shadow: none;
  border: 1px solid #FFF;
}
@media (max-width: 943px) {
  section.top-nearby .featured-places li {
    min-width: 300px;
  }
}
section.top-nearby .featured-places .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 27px;
}
section.top-nearby .featured-places .description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 943px) {
  section.explore-more::after {
    bottom: 16px;
  }
}
section.explore-more ul {
  gap: 8px;
}
section.explore-more li > a {
  display: inline-block;
  width: 150px;
  height: 100%;
  border-radius: 16px;
  background-color: #0DAEF2;
  filter: drop-shadow(0px 2px 4px rgba(42, 44, 46, 0.12));
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  overflow-wrap: break-word;
  text-decoration: none;
}
@media (max-width: 943px) {
  section.explore-more li > a {
    min-width: 120px;
  }
}
section.explore-more li > a:hover,
section.explore-more li > a:focus {
  transition: all 120ms ease-out;
  transform: scale(1.01);
  background-color: #FFF;
  color: #0DAEF2;
}
section.matchmaker div {
  width: 60%;
  margin: auto;
  border-radius: 16px;
  background-color: #0DAEF2;
  padding: 24px;
  color: #FFF;
}
@media (max-width: 767px) {
  section.matchmaker div {
    width: 100%;
    border-radius: initial;
  }
}
section.matchmaker h2 {
  margin-bottom: 16px;
}
section.matchmaker p {
  margin-bottom: 16px;
}
section.matchmaker a {
  display: block;
  width: fit-content;
  margin: auto;
  border-radius: 100px;
  font-weight: 700;
  transition: all 120ms ease-out;
}
section.nearby-cities {
  position: relative;
}
@media (max-width: 943px) {
  section.nearby-cities {
    padding-left: 16px;
  }
}
section.nearby-cities h2 {
  margin-bottom: 16px;
}
section.nearby-cities ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 42px;
  column-gap: 36px;
}
section.nearby-cities li {
  align-self: center;
  width: 155px;
}
@media (max-width: 943px) {
  section.nearby-cities li {
    width: 140px;
  }
}
section.nearby-cities a {
  font-weight: bold;
}
section.nearby-cities small {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #56595D;
}
section.claim {
  display: flex;
  width: 60%;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  section.claim {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 24px;
    padding-left: 24px;
  }
}
section.claim span.sticker {
  width: 140px;
  height: 140px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  section.claim span.sticker {
    width: 110px;
    height: 71px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
section.claim h2 {
  margin-bottom: 8px;
}
section.claim p {
  margin-bottom: 20px;
}
section.claim ul {
  margin-bottom: 16px;
  padding-left: 16px;
  list-style: disc;
}
section.claim ul li {
  margin-bottom: 8px;
}
section.claim a.login,
section.claim button.claim {
  width: fit-content;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.claim a.login,
  section.claim button.claim {
    display: block;
    margin: auto;
  }
}
section.place-search {
  max-width: 544px;
  margin-top: 48px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  border-radius: 3px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: #F9F1F9;
}
@media (max-width: 767px) {
  section.place-search {
    margin-right: 24px;
    margin-left: 24px;
  }
}
section.place-search h3 {
  font-size: 20px;
  color: #83014C;
}
@media (max-width: 767px) {
  section.place-search h3 {
    font-size: 16px;
  }
}
#modal-place-search {
  background-color: transparent;
}
#modal-place-search .modal-dialog {
  max-width: 480px;
  margin-top: 100px;
}
#modal-place-search .modal-body {
  padding: 24px;
}
#modal-place-search h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  #modal-place-search h3 {
    font-size: 16px;
  }
}
#modal-place-search h3 + p {
  margin-bottom: 24px;
  font-size: 16px;
}
#modal-place-search .button-group {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-place-search .button-group::before,
#modal-place-search .button-group::after {
  display: table;
  content: " ";
}
#modal-place-search .button-group::after {
  clear: both;
}
#modal-place-search .button-group button.close-modal {
  font-size: 14px;
  color: #56595D;
  text-decoration: underline;
  white-space: normal;
}
#form-place-search > p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
#form-place-search .age-buttons {
  margin-bottom: 12px;
}
#form-place-search .btn-filter {
  width: unset;
  margin-top: 0;
  margin-bottom: 16px;
  border-radius: 100px;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: bold;
}
.callout {
  position: relative;
  float: left;
  width: 814px;
  border-radius: 3px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-size: 14px;
}
@media (max-width: 943px) {
  .callout {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .callout {
    float: none;
    width: auto;
  }
}
.callout button.updated {
  display: inline;
  padding-left: 2px;
  color: inherit;
}
.callout button.updated .material-icons {
  vertical-align: bottom;
  font-size: inherit;
  line-height: inherit;
}
.callout h3 {
  display: inline;
  margin-bottom: 4px;
  font-size: 14px;
}
.callout .description {
  max-height: 96px;
  overflow: hidden;
  margin: 0px;
  line-height: 24px;
  white-space: normal;
}
.callout .description.expand {
  display: block;
  max-height: none;
}
.callout .description > a {
  white-space: nowrap;
}
.callout button.more {
  position: absolute;
  display: none;
  right: 0;
  bottom: 18px;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 4px;
  background-color: inherit;
  color: #56595D;
}
.callout button.more:hover,
.callout button.more:focus {
  text-decoration: underline;
}
.callout button.more span.ellipsis {
  margin-right: 1px;
}
.callout .meta {
  display: inline;
}
.callout .meta a {
  color: inherit;
  text-decoration: underline;
}
.callout.availability.immediate,
.callout.availability.permanently_open {
  background-color: #E1F4D0;
}
.callout.availability.upcoming {
  background-color: #FEF5DC;
}
.callout.availability.full,
.callout.availability.permanently_full {
  background-color: #FFD1DC;
}
.callout.disabled-reviews {
  background-color: #D9DCE0;
  width: 100%;
}
.callout.cost {
  background-color: #E1F4D0;
}
.callout.hiring {
  background-color: #F2EBF9;
}
.callout.hiring p.description {
  display: block;
  max-height: none;
  overflow: initial;
}
@media (max-width: 943px) {
  .callout.hiring {
    float: none;
    width: auto;
  }
}
.callout.military {
  border: 1px solid #9BDEFB;
  background-color: #F7FCFF;
}
.callout.military h3 {
  display: block;
  margin-bottom: 8px;
}
.callout.military > p {
  line-height: 20px;
}
.callout.military > p + p {
  margin-top: 12px;
}
.callout.military > p a,
.callout.military > p button.btn-contact-partner {
  vertical-align: baseline;
  font-size: 14px;
  text-decoration: underline;
  color: #2A2C2E;
}
.callout.military > p a + span.material-icons,
.callout.military > p button.btn-contact-partner + span.material-icons {
  vertical-align: baseline;
  font-size: 12px;
}
.callout.military > p a.lead,
.callout.military > p button.btn-contact-partner {
  margin-right: 1px;
  margin-bottom: 0;
}
.callout.military > p a.lead {
  display: inline-flex;
}
.callout.military > p button.btn-contact-partner {
  border: 0;
  padding: 0;
  line-height: 20px;
}
aside.claim {
  min-height: 146px;
  border-radius: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 400px;
  background-color: #FFF;
  background-image: url("https://static.winnie.com/claim_banner_desktop.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 387px 146px;
  box-shadow: 0 2px 5px rgba(42, 44, 46, 0.2);
}
@media (max-width: 767px) {
  aside.claim {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 202px;
    padding-right: 20px;
    background-image: url("https://static.winnie.com/claim_banner_mobile.png");
    background-size: 100%;
    background-position: bottom;
  }
}
aside.claim h1 {
  margin-bottom: 10px;
  font-size: 22px;
}
aside.claim p {
  margin-bottom: 16px;
}
aside.claim .btn {
  font-size: 14px;
  line-height: 20px;
}
aside.claim .btn-claim {
  border: none;
  border-radius: 30px;
  padding-left: 26px;
  padding-right: 26px;
  background-color: #0DAEF2;
  color: #FFF;
}
aside.claim .btn-claim:hover,
aside.claim .btn-claim:focus {
  background-color: #007EB5;
}
aside.claim .btn-link {
  color: #56595D;
}
aside.dashboard {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  aside.dashboard {
    padding-left: 16px;
    padding-right: 16px;
  }
}
aside.dashboard nav {
  float: right;
}
aside.dashboard nav > ul > li {
  display: inline-block;
  margin-left: 16px;
}
@media (max-width: 767px) {
  aside.dashboard nav > ul > li {
    margin-left: 8px;
  }
}
aside.dashboard nav a {
  color: #56595D;
}
div.featured-media {
  display: inline-block;
  width: 307px;
  vertical-align: top;
}
@media (max-width: 767px) {
  div.featured-media {
    width: 240px;
  }
}
@media (max-width: 540px) {
  div.featured-media {
    width: 100%;
    margin-top: 32px;
  }
}
div.featured-media img,
div.featured-media a.video {
  width: 100%;
  border-radius: 8px;
}
div.featured-media a.video {
  position: relative;
  display: block;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  div.featured-media a.video {
    height: 135px;
  }
}
@media (max-width: 540px) {
  div.featured-media a.video {
    height: 184px;
  }
}
div.featured-media a.video div.overlay {
  border-radius: 8px;
  background-color: rgba(42, 44, 46, 0.54);
  opacity: unset;
}
div.featured-media a.video span.material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFF;
}
div.featured-media a.video span.material-icons:hover,
div.featured-media a.video span.material-icons:focus {
  transition: all 120ms ease-out;
  transform: translate(-50%, -50%) scale(1.01);
  transform-origin: top left;
}
.featured-places a {
  display: block;
  margin-bottom: 8px;
}
.featured-places li {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  background-color: #FFF;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  box-shadow: 0px 4px 10px #D9DCE0;
}
.featured-places li:hover .name {
  text-decoration: underline;
}
.featured-places img {
  width: 258px;
  height: 80px;
  margin-bottom: 16px;
  border-radius: 8px;
}
.featured-places .name {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 943px) {
  .featured-places .name {
    font-size: 20px;
    line-height: 30px;
  }
}
.featured-places .description {
  margin-bottom: 16px;
  color: #2A2C2E;
  font-size: 16px;
  line-height: 24px;
}
section.programs {
  clear: both;
}
section.programs div.program {
  margin-bottom: 16px;
  border: 1px solid #5DCFFF;
  border-radius: 6px;
  padding: 24px;
}
@media (max-width: 767px) {
  section.programs div.program {
    padding: 16px;
  }
}
section.programs div.program div.program-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  section.programs div.program div.program-header {
    display: block;
    position: relative;
  }
}
section.programs div.program div.program-header h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.programs div.program div.program-header h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.programs div.program div.program-header div.badges + div.cta {
    margin-top: 32px;
  }
}
section.programs div.program div.program-header div.badges > span.badge {
  margin-bottom: 0;
}
section.programs div.program div.program-header button.btn,
section.programs div.program div.program-header a.lead {
  margin-bottom: 0;
  margin-left: 16px;
  padding: 0;
  color: #007EB5;
  font-weight: bold;
  line-height: 16px;
}
@media (max-width: 767px) {
  section.programs div.program div.program-header button.btn,
  section.programs div.program div.program-header a.lead {
    margin-left: 0;
  }
}
section.programs div.program div.program-header button.btn span.material-icons,
section.programs div.program div.program-header a.lead span.material-icons {
  vertical-align: text-bottom;
  line-height: 18px;
}
section.programs div.program div.program-header button.btn:hover,
section.programs div.program div.program-header a.lead:hover,
section.programs div.program div.program-header button.btn:active,
section.programs div.program div.program-header a.lead:active {
  color: #005F89;
  text-decoration: underline;
}
section.programs div.program div.guide {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.programs div.program div.guide {
    margin-bottom: 0;
  }
}
section.programs div.program div.guide > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.programs div.program div.guide > ul > li {
  width: 33%;
  margin-bottom: 24px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  section.programs div.program div.guide > ul > li {
    width: 50%;
  }
}
section.programs div.program div.description,
section.programs div.program div.more-details,
section.programs div.program div.education-types {
  margin-bottom: 32px;
}
section.programs div.program div.description:last-of-type,
section.programs div.program div.more-details:last-of-type,
section.programs div.program div.education-types:last-of-type {
  margin-bottom: 0;
}
section.programs div.program div.description + div.price,
section.programs div.program div.more-details + div.price,
section.programs div.program div.education-types + div.price {
  margin-top: 32px;
}
section.programs div.program div.description h4,
section.programs div.program div.more-details h4,
section.programs div.program div.education-types h4 {
  margin-bottom: 16px;
}
section.programs div.program div.description button.claim {
  padding: 0;
  color: #007EB5;
}
section.programs div.program div.description button.claim:hover,
section.programs div.program div.description button.claim:focus {
  text-decoration: underline;
  cursor: pointer;
}
section.programs div.program div.more-details ul,
section.programs div.program div.education-types ul {
  list-style: disc;
  margin-left: 26px;
}
section.programs div.program div.price {
  text-align: center;
}
section.programs div.program div.price p,
section.programs div.program div.price a.btn,
section.programs div.program div.price button.btn {
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.programs div.program div.price p,
  section.programs div.program div.price a.btn,
  section.programs div.program div.price button.btn {
    width: 100%;
  }
}
section.programs div.program div.price p {
  background-color: #F7FCFF;
}
section.programs div.program div.price p.provider-help {
  background-color: transparent;
}
section.programs div.program div.price a.btn,
section.programs div.program div.price button.btn {
  border-radius: 100px;
  padding-right: 24px;
  padding-left: 24px;
  color: #FFF;
  background-color: #0DAEF2;
}
section.programs div.program div.price a.btn:hover,
section.programs div.program div.price button.btn:hover {
  text-decoration: none;
  background-color: #007EB5;
}
section.programs div.program div.price + div.price {
  margin-top: 16px;
}
section.programs div.program-header:hover {
  cursor: pointer;
}
section.programs div.program-header:hover span.btn-toggle.expanded {
  color: #2A2C2E;
}
section.programs div.program-header:hover span.btn-toggle.collapsed {
  color: #007EB5;
}
section.programs div.program-header + div.expanded {
  margin-top: 32px;
}
section.programs div.expanded {
  display: block;
}
section.programs div.collapsed {
  display: none;
}
section.programs span.btn-toggle {
  margin-left: 16px;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.programs span.btn-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
}
section.programs span.btn-toggle.expanded {
  color: #007EB5;
}
section.programs span.btn-toggle.collapsed {
  color: #2A2C2E;
}
.provider-nav + .claimed,
.provider-nav + .unclaimed {
  padding-top: 32px;
}
@media (max-width: 1250px) {
  .provider-nav + .claimed,
  .provider-nav + .unclaimed {
    padding-top: 0;
  }
}
.provider-modules {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #F9F9F9;
}
@media (max-width: 1250px) {
  .provider-modules {
    padding-top: 0;
  }
}
.provider-modules aside.claim {
  margin-top: 0;
  margin-bottom: 0;
}
.provider-modules + .claimed,
.provider-modules + .unclaimed {
  padding-top: 0;
}
@media (max-width: 1250px) {
  .provider-modules + .claimed,
  .provider-modules + .unclaimed {
    padding-top: 0;
  }
}
section.reviews .heading {
  overflow: auto;
  margin-bottom: 16px;
  border: none;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  section.reviews .heading {
    margin-bottom: 24px;
  }
}
section.reviews .heading h2 {
  float: left;
}
@media (max-width: 767px) {
  section.reviews .heading h2 {
    margin-bottom: 8px;
  }
}
section.reviews .heading div.rating {
  float: right;
  margin-bottom: 12px;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.reviews .heading div.rating {
    float: none;
    clear: both;
  }
}
section.reviews .heading div.rating span.material-icons {
  color: #FCC059;
}
section.reviews .heading p {
  clear: both;
}
section.reviews div.review {
  margin-bottom: 24px;
  border: 1px solid #9BDEFB;
  border-radius: 8px;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
section.reviews div.review:hover,
section.reviews div.review:focus {
  border-color: #5DCFFF;
}
section.place-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 943px) {
  section.place-footer {
    display: block;
  }
}
@media (max-width: 943px) {
  section.place-footer section {
    display: block;
    margin-bottom: 24px;
  }
}
section.place-footer section:last-child {
  margin-bottom: 0;
}
section.place-footer ul > li {
  margin-bottom: 8px;
}
section.place-footer h3 {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
section.place nav.sub-nav {
  display: flex;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #D9DCE0;
  font-size: 14px;
  color: #56595D;
}
@media (max-width: 767px) {
  section.place nav.sub-nav {
    align-items: center;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
section.place nav.sub-nav p {
  margin-top: 0;
  margin-right: 24px;
}
@media (max-width: 767px) {
  section.place nav.sub-nav p {
    overflow: unset;
  }
}
section.place nav.sub-nav ul > li {
  display: inline-block;
  margin-right: 24px;
  font-size: 16px;
  color: #007EB5;
}
section.place nav.sub-nav ul > li a:hover {
  color: #005F89;
}
section.licenses {
  color: #56595D;
}
section.licenses h3,
section.licenses h2 {
  color: #2A2C2E;
}
section.licenses > p {
  margin-bottom: 16px;
}
section.licenses > div.license {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #D9DCE0;
  border-radius: 8px;
}
section.licenses > div.license > div {
  flex-basis: 50%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  section.licenses > div.license > div {
    flex-basis: 100%;
    border-left: none;
  }
}
section.licenses > div.license > div:nth-of-type(2n) {
  border-left: 1px solid #D9DCE0;
}
section.licenses > div.license > div h4,
section.licenses > div.license > div h4 + p {
  display: inline-block;
  color: #2A2C2E;
}
section.licenses > div.license > div h4 span.material-icons {
  vertical-align: sub;
  margin-right: 4px;
  font-size: 22px;
  color: #56595D;
}
section.licenses > div.license > div h4 + p {
  float: right;
  max-width: 65%;
  text-align: right;
}
section.licenses > div.license > div.dates > div {
  margin-bottom: 16px;
}
section.licenses > div.license > div.dates > div:last-of-type {
  margin-bottom: 0;
}
section.licenses > div.license small {
  padding: 16px;
  color: #56595D;
}
section.licenses > div.license small.source {
  width: 100%;
}
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(42, 44, 46, 0.6);
  z-index: 1040;
}
.lum-lightbox-inner {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}
.lum-lightbox-inner img {
  position: relative;
}
.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #FFF;
  max-width: 700px;
  text-align: center;
}
.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(217, 220, 224, 0.9);
}
.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}
.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}
.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}
.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}
.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}
.lum-img {
  transition: all 120ms ease-out;
}
.lum-loading .lum-img {
  opacity: 0;
}
.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}
.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(217, 220, 224, 0.8);
}
.lum-close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  margin-top: -0.5ex;
  font-size: 32px;
  color: #AFB5BC;
}
.lum-close-button:hover,
.lum-close-button:focus {
  color: #56595D;
}
.lum-close-button:before {
  content: "\00d7";
  display: block;
}
.lum-previous-button {
  left: 12px;
}
.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(217, 220, 224, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}
.lum-next-button {
  right: 12px;
}
.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(217, 220, 224, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
}
div.bookmark button.login,
div.bookmark button.bookmark,
div.bookmark button.unbookmark {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}
div.bookmark button.login,
div.bookmark button.bookmark {
  border: 1px solid #AFB5BC;
  background-color: #FFF;
  color: #AFB5BC;
}
div.bookmark button.login:active,
div.bookmark button.bookmark:active,
div.bookmark button.login:hover:not(.clicked),
div.bookmark button.bookmark:hover:not(.clicked) {
  border-color: #5DCFFF;
  background-color: #5DCFFF;
  color: #FFF;
}
div.bookmark button.unbookmark {
  border: 1px solid #5DCFFF;
  background-color: #5DCFFF;
  color: #FFF;
}
div.bookmark button.unbookmark:active,
div.bookmark button.unbookmark:hover:not(.clicked) {
  border-color: #AFB5BC;
  background-color: #FFF;
  color: #AFB5BC;
}
div.inquiry-info,
div.tour-info {
  display: flex;
  flex: 100% 0 1;
  flex-wrap: wrap;
  row-gap: 12px;
  border-radius: 8px;
  padding: 12px;
}
div.inquiry-info.recent,
div.tour-info.recent,
div.inquiry-info.upcoming,
div.tour-info.upcoming {
  border: 2px solid #86DB70;
}
div.inquiry-info.recent span.checkmark,
div.tour-info.recent span.checkmark,
div.inquiry-info.upcoming span.checkmark,
div.tour-info.upcoming span.checkmark {
  color: #86DB70;
}
div.inquiry-info.outdated,
div.tour-info.outdated,
div.inquiry-info.recent-past,
div.tour-info.recent-past,
div.inquiry-info.distant-past,
div.tour-info.distant-past {
  border: 2px solid #FCC059;
}
div.inquiry-info.outdated span.checkmark,
div.tour-info.outdated span.checkmark,
div.inquiry-info.recent-past span.checkmark,
div.tour-info.recent-past span.checkmark,
div.inquiry-info.distant-past span.checkmark,
div.tour-info.distant-past span.checkmark {
  color: #FCC059;
}
div.inquiry-info.canceled,
div.tour-info.canceled {
  border: 2px solid #DA3559;
}
div.inquiry-info.canceled span.checkmark,
div.tour-info.canceled span.checkmark {
  color: #DA3559;
}
div.inquiry-info h3,
div.tour-info h3 {
  margin-bottom: 0;
}
div.inquiry-info h3,
div.tour-info h3 {
  flex-grow: 1;
}
div.inquiry-info span.checkmark,
div.tour-info span.checkmark {
  margin-right: 6px;
  font-size: 24px;
  line-height: 18px;
}
div.inquiry-info span.meta,
div.tour-info span.meta {
  color: #788491;
}
div.inquiry-info p,
div.tour-info p,
div.inquiry-info span:not(.material-icons),
div.tour-info span:not(.material-icons) {
  font-size: 14px;
}
div.inquiry-info p,
div.tour-info p {
  flex-basis: 100%;
}
div.inquiry-info span.contact-method,
div.tour-info span.contact-method {
  margin-right: 16px;
}
div.inquiry-info span.contact-method span.material-icons,
div.tour-info span.contact-method span.material-icons {
  margin-right: 4px;
}
div.inquiry-info .desktop-phone,
div.tour-info .desktop-phone {
  flex-basis: 100%;
  text-align: center;
  background-color: #F5F5F5;
  padding: 14px;
}
div.inquiry-info .desktop-phone span,
div.tour-info .desktop-phone span {
  font-size: 16px;
}
div.inquiry-info .tour-details,
div.tour-info .tour-details {
  margin-left: 8px;
  font-size: 14px;
}
div.inquiry-info .tour-details ul li,
div.tour-info .tour-details ul li {
  margin-bottom: 8px;
}
div.inquiry-info .tour-details ul li .material-icons,
div.tour-info .tour-details ul li .material-icons {
  margin-right: 8px;
  color: #56595D;
}
div.inquiry-info .tour-details ul li:last-child,
div.tour-info .tour-details ul li:last-child {
  margin-bottom: 0;
}
div.inquiry-info .tour-details ul:last-child,
div.tour-info .tour-details ul:last-child {
  margin-bottom: 0;
}
div.inquiry-info .tour-location,
div.tour-info .tour-location {
  display: flex;
  align-items: flex-start;
}
div.inquiry-info .tour-location address,
div.tour-info .tour-location address {
  margin-bottom: 0px;
}
div.inquiry-info hr,
div.tour-info hr {
  width: 100%;
  margin: 0;
}
div.tour-info .updating-status {
  width: 70px;
}
div.tour-info .updating-status:after {
  content: "Updating";
  text-align: left;
  animation: updating-ellipsis-animation 2s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes updating-ellipsis-animation {
  0% {
    content: "Updating";
  }
  25% {
    content: "Updating.";
  }
  50% {
    content: "Updating..";
  }
  75% {
    content: "Updating...";
  }
}
/* review */
div.review .avatar {
  float: left;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  div.review .avatar {
    width: 25px;
    height: 25px;
  }
}
div.review .avatar + div {
  min-height: 30px;
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 16px;
  padding-top: 4px;
  line-height: 20px;
}
@media (max-width: 767px) {
  div.review .avatar + div {
    min-height: 25px;
    margin-left: 33px;
    padding-top: 0;
  }
}
div.review .avatar + div a.name,
div.review .avatar + div span.name {
  margin-right: 4px;
  font-weight: bold;
  color: inherit;
}
div.review .avatar + div div.meta {
  display: inline;
}
div.review p.rating {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #FFA72E;
}
div.review p.rating.rating-1 span:nth-child(-n+1),
div.review p.rating.rating-2 span:nth-child(-n+2),
div.review p.rating.rating-3 span:nth-child(-n+3),
div.review p.rating.rating-4 span:nth-child(-n+4),
div.review p.rating.rating-5 span:nth-child(-n+5) {
  color: #FFA72E;
}
div.review p.description {
  margin-bottom: 16px;
  white-space: pre-line;
  word-wrap: break-word;
}
div.review small.source {
  margin-bottom: 16px;
}
div.review small.source > a {
  color: inherit;
}
/* inline reply (place page) */
div.inline-reply {
  margin-top: 16px;
  margin-bottom: 16px;
  border-left: 2px solid #9BDEFB;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
}
div.inline-reply .meta {
  margin-top: -1px;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 14px;
}
div.inline-reply .meta span.material-icons {
  margin-right: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  font-size: 14px;
  color: #AFB5BC;
}
div.inline-reply p.description {
  margin-bottom: 0;
}
/* overflow menu */
ul.menu {
  width: 180px;
  margin-top: 26px;
  border: 1px solid transparent;
}
ul.menu > li {
  display: none;
}
ul.menu > li:first-child {
  position: absolute;
  top: -27px;
  right: -1px;
  display: block;
  color: #AFB5BC;
}
ul.menu > li > ul {
  display: none;
  margin-top: 8px;
  border-top: 1px solid #AFB5BC;
  padding-top: 8px;
}
ul.menu a,
ul.menu button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  color: #007EB5;
  text-decoration: none;
  text-align: left;
}
ul.menu a:hover,
ul.menu button:hover,
ul.menu a:focus,
ul.menu button:focus {
  background-color: #F9F9F9;
}
ul.menu a.menu,
ul.menu button.menu {
  width: 26px;
  height: 26px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0;
  font-size: 16px;
  color: #AFB5BC;
  text-align: center;
}
ul.menu a.menu:hover,
ul.menu button.menu:hover,
ul.menu a.menu:focus,
ul.menu button.menu:focus {
  color: #007EB5;
}
ul.menu a.menu span.glyphicon,
ul.menu button.menu span.glyphicon {
  top: 3px;
  left: 1px;
}
ul.menu.expand {
  border-color: #AFB5BC;
  padding: 8px 0;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(124, 131, 140, 0.35);
  z-index: 1020;
}
ul.menu.expand > li {
  display: block;
}
ul.menu.expand button.menu {
  background-color: #F5F5F5;
}
/* edit form */
form.edit .avatar + div {
  margin-bottom: 16px;
  margin-right: 20px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  form.edit .avatar + div {
    margin-bottom: 16px;
    padding-top: 0;
  }
}
form.edit div.rating {
  margin-bottom: 16px;
}
form.edit div.rating .form-control {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 30px;
  letter-spacing: 8px;
  line-height: 1;
}
form.edit div.rating .form-control.rating-1 a:nth-child(-n+1),
form.edit div.rating .form-control.rating-2 a:nth-child(-n+2),
form.edit div.rating .form-control.rating-3 a:nth-child(-n+3),
form.edit div.rating .form-control.rating-4 a:nth-child(-n+4),
form.edit div.rating .form-control.rating-5 a:nth-child(-n+5) {
  color: #FFA72E;
}
form.edit div.rating a {
  color: #D9DCE0;
  text-decoration: none;
}
form.edit div.rating a.off {
  color: #D9DCE0 !important;
}
form.edit div.rating a.on {
  color: #FFA72E !important;
}
form.edit div.description textarea {
  height: 84px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 26px;
}
form.edit .btn {
  width: 84px;
  height: 36px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 26px;
}
form.edit .btn + .btn {
  margin-top: 0;
}
/* review form (place page & write review page) */
form.review,
form.verify-review-email {
  position: relative;
  overflow: auto;
  text-align: left;
}
form.review p,
form.verify-review-email p {
  margin-bottom: 8px;
  font-size: 14px;
}
form.review .form-group span.error,
form.verify-review-email .form-group span.error {
  position: static;
  margin-top: 8px;
}
form.review .form-control,
form.verify-review-email .form-control {
  border: 1px solid #D9DCE0;
  border-radius: 8px;
  padding: 16px;
  background-color: #F9F9F9;
}
form.review .form-control:active,
form.verify-review-email .form-control:active,
form.review .form-control:focus,
form.verify-review-email .form-control:focus,
form.review .form-control:hover,
form.verify-review-email .form-control:hover {
  border: 1px solid #9BDEFB;
}
form.review div.rating,
form.verify-review-email div.rating {
  margin-bottom: 24px;
}
form.review div.rating .form-control,
form.verify-review-email div.rating .form-control {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 8px;
  color: #FFA72E;
}
form.review div.rating .form-control.rating-1 a:nth-child(-n+1),
form.verify-review-email div.rating .form-control.rating-1 a:nth-child(-n+1),
form.review div.rating .form-control.rating-2 a:nth-child(-n+2),
form.verify-review-email div.rating .form-control.rating-2 a:nth-child(-n+2),
form.review div.rating .form-control.rating-3 a:nth-child(-n+3),
form.verify-review-email div.rating .form-control.rating-3 a:nth-child(-n+3),
form.review div.rating .form-control.rating-4 a:nth-child(-n+4),
form.verify-review-email div.rating .form-control.rating-4 a:nth-child(-n+4),
form.review div.rating .form-control.rating-5 a:nth-child(-n+5),
form.verify-review-email div.rating .form-control.rating-5 a:nth-child(-n+5) {
  color: #FFA72E;
}
form.review div.rating a,
form.verify-review-email div.rating a {
  color: #D9DCE0;
  text-decoration: none;
}
form.review div.rating a.off,
form.verify-review-email div.rating a.off {
  color: #D9DCE0 !important;
}
form.review div.rating a.on,
form.verify-review-email div.rating a.on {
  color: #FFA72E !important;
}
form.review div.side-by-side,
form.verify-review-email div.side-by-side {
  gap: 8px;
}
form.review div.side-by-side .form-group,
form.verify-review-email div.side-by-side .form-group {
  display: block;
  flex-basis: 47%;
}
form.review div.description textarea,
form.verify-review-email div.description textarea {
  height: 120px;
  resize: none;
}
form.review a.review-policy,
form.verify-review-email a.review-policy {
  font-size: 14px;
  vertical-align: middle;
}
form.review .btn-submit,
form.verify-review-email .btn-submit {
  float: right;
  border-radius: 100px;
  border: none;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-weight: bold;
}
form.review.disabled .form-control {
  border-color: #D9DCE0;
  background-color: #F5F5F5;
  color: #AFB5BC !important;
}
#modal-auth form.verify-review-email {
  margin-bottom: 0;
}
#modal-auth form.verify-review-email span.error {
  bottom: revert;
  background-color: revert;
}
/* review */
div.review {
  position: relative;
}
div.review > a {
  color: inherit;
}
div.review > a:hover,
div.review > a:focus {
  text-decoration: none;
}
div.review > ul.menu {
  position: absolute;
  top: 16px;
  right: 20px;
}
div.review .expanded .overflow,
div.review .expanded button.read-more {
  display: none;
}
div.review .collapsed .description {
  max-height: 154px;
  overflow: hidden;
  margin-bottom: 0;
}
div.review .collapsed .overflow {
  position: relative;
  display: block;
  height: 80px;
  margin-top: -80px;
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
div.review .collapsed button.read-more {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  margin-top: -8px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #FFF;
}
div.review .collapsed button.read-more:hover,
div.review .collapsed button.read-more:focus {
  color: #007EB5;
}
