.OnboardingTopBar__topbarContainer__sUy7z {
  width: 100%;
  color: white;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 179, 162)), to(rgb(89, 165, 179)));
  background-image: linear-gradient(90deg, rgb(89, 179, 162) 0%, rgb(89, 165, 179) 100%);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .06);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .06);
}

.OnboardingTopBar__topbar__ZHXM7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 63em;
  margin: 0 auto;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
}

.OnboardingTopBar__progressLabel__9Us73 {
  display: inline-block;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 16px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
  color: white
}

.OnboardingTopBar__progressLabel__9Us73:hover {
  color: white;
}

.OnboardingTopBar__progressLabelPercentage__3zatt {
  font-size: 21px;
  margin-left: 0.3em;
}

.OnboardingTopBar__progressBar__1MH4x {
  background-color: rgb(184, 234, 225);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .06);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .06);
  height: 100%;
  border-radius: 0.5em;
  -webkit-transition: width 2s;
  transition: width 2s;
}

@media (max-width: 600px) {

  .OnboardingTopBar__progressBarBackground__lPrWa {
    display: none;
  }
}

.OnboardingTopBar__progressBarBackground__lPrWa {
  display: inline-block;
  background-color: rgb(76, 152, 138);
  -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, .17);
          box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, .17);
  height: 1em;
  position: relative;
  border-radius: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-left: 1.5em;
  margin-right: 2.8em;
}

.OnboardingTopBar__nextContainer__2NDuk {
  display: inline-block;
  margin-left: 0.5em;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.OnboardingTopBar__nextLabel__3Apk5 {
  display: inline-block;
  margin-right: 0.7em;
}

.OnboardingTopBar__nextButton__3al06 {
  display: inline-block;
  font-weight: 600;
  padding: 0.6em 1em;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5px;
  text-decoration: none;
  color: white
}

.OnboardingTopBar__nextButton__3al06:hover {
  color: white;
  border: 1px solid rgba(255, 255, 255, 1);
}

.Topbar__topbar__7GUWt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  height: 50px;
  padding: 0 1px 0 0;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 50, .1);
  font-size: 14px;
  font-family: 'Proxima Soft', Helvetica, sans;
}

@media (min-width: 660px) {

  .Topbar__topbar__7GUWt {
    height: 60px;
    padding: 0 24px 0 6px;
  }
}

@media (min-width: 1201px) {

  .Topbar__topbar__7GUWt {
    height: 80px;
    padding: 0 24px;
  }
}

.Topbar__topbar__7GUWt {
  /* Base style overrides to reset styles coming from the old SASS styles. */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Topbar__topbar__7GUWt * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Topbar__topbar__7GUWt input[type='search'] {
  -webkit-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */
}

.Topbar__topbar__7GUWt input[type='search']::-webkit-search-decoration,
    .Topbar__topbar__7GUWt input[type='search']::-webkit-search-cancel-button,
    .Topbar__topbar__7GUWt input[type='search']::-webkit-search-results-button,
    .Topbar__topbar__7GUWt input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.Topbar__topbar__7GUWt form,
  .Topbar__topbar__7GUWt input,
  .Topbar__topbar__7GUWt button,
  .Topbar__topbar__7GUWt svg {
  font-family: 'Proxima Soft', Helvetica, sans;
}

.Topbar__topbar__7GUWt input {
  font-size: 16px;
}

@media (min-width: 1201px) {

  .Topbar__topbar__7GUWt input {
    font-size: 14px;
  }
}

.Topbar__topbar__7GUWt button {
  border-radius: 0;
}

.Topbar__topbar__7GUWt {
  /* End of base style overrides. */
}

.Topbar__topbar__7GUWt .Topbar__topbarLogo__2_AjG {
  max-height: 32px;
  max-width: 70%;
}

@media (max-width: 320px) {

  .Topbar__topbar__7GUWt .Topbar__topbarLogo__2_AjG span {
    /* Height fix for the smaller font in tiny viewport. */
    font-size: 1.3rem;
  }
}

@media (min-width: 660px) {

  .Topbar__topbar__7GUWt .Topbar__topbarLogo__2_AjG {
    min-width: 168px;
    max-height: 36px;
    max-width: 38%;
  }
}

@media (min-width: 1201px) {

  .Topbar__topbar__7GUWt .Topbar__topbarLogo__2_AjG {
    max-height: 40px;
    max-width: 18em;
  }
}

.Topbar__topbar__7GUWt .Topbar__textLogo__1xI7Z {
  min-width: 0;
}

.Topbar__topbar__7GUWt .Topbar__topbarMenu__qgFN6 {
  display: none;
}

.Topbar__topbar__7GUWt .Topbar__topbarMobileMenu__3z-JE {
  display: block;
}

.Topbar__topbar__7GUWt .Topbar__notificationBadge__yn5H5 {
  min-width: 24px;
  height: 24px;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 10px;
}

.Topbar__topbar__7GUWt .Topbar__notificationBadgeCount__3EZd_ {
  font-size: 14px;
  padding-top: 0;
}

@media (min-width: 1201px) {

  .Topbar__topbar__7GUWt .Topbar__topbarMenu__qgFN6 {
    display: block;
  }

  .Topbar__topbar__7GUWt .Topbar__topbarMobileMenu__3z-JE {
    display: none;
  }
}

.Topbar__topbar__7GUWt .Topbar__topbarLanguageMenuLabel__1zswS {
  font-size: 13px;
  padding: 27.5px 0;
}

@media (min-width: 660px) {

  .Topbar__topbar__7GUWt > * {
    margin-right: 18px;
  }
}

@media (min-width: 1201px) {

  .Topbar__topbar__7GUWt > * {
    margin-right: 24px;
  }
}

.Topbar__topbar__7GUWt > *:last-child {
  margin-right: 0;
}

.Topbar__topbar__7GUWt > .Topbar__topbarAvatarDropdown__3FkXQ {
  padding: 8px 0;
  font-family: 'Proxima Soft', Helvetica, sans;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  display: none;
}

@media (min-width: 660px) {

  .Topbar__topbar__7GUWt > .Topbar__topbarAvatarDropdown__3FkXQ {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 36px;
    padding: 12px 0;
  }
}

@media (min-width: 1201px) {

  .Topbar__topbar__7GUWt > .Topbar__topbarAvatarDropdown__3FkXQ {
    width: 44px;
    padding: 17.5px 0;
  }
}

.Topbar__topbar__7GUWt > .Topbar__topbarListingButton__2SNl8 {
  display: none;
}

@media (min-width: 660px) {

  .Topbar__topbar__7GUWt > .Topbar__topbarListingButton__2SNl8 {
    display: inline-block;
  }
}

.Topbar__topbarMenuSpacer__3hqBi {
  display: none;
  margin: 0;
}

@media (min-width: 1201px) {

  .Topbar__topbarMenuSpacer__3hqBi {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    display: block;
  }
}

.Topbar__topbarMediumSpacer__cbOwg {
  display: none;
}

@media (min-width: 660px) {

  .Topbar__topbarMediumSpacer__cbOwg {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1201px) {

  .Topbar__topbarMediumSpacer__cbOwg {
    display: none;
  }
}

.Topbar__topbarMobileSearchPlaceholder__117MG {
  width: 50px;
}

@media (min-width: 660px) {

  .Topbar__topbarMobileSearchPlaceholder__117MG {
    display: none;
  }
}

.Topbar__topbarMobileMenu__3z-JE {
  font-size: 17px;
  margin-right: 0;
}

.Topbar__topbarAvatarDropdownPlaceholder__QEUT4 {
  margin: 8px 0;
  width: 44px;
  height: 44px;
  display: none;
}

@media (min-width: 660px) {

  .Topbar__topbarAvatarDropdownPlaceholder__QEUT4 {
    display: inline;
    display: initial;
  }
}

@media (min-width: 1201px) {

  .Topbar__topbarAvatarDropdownPlaceholder__QEUT4 {
    margin: 17.5px 0;
  }
}

.Topbar__topbarLinks__CCME8 {
  display: none;
}

@media (min-width: 1201px) {

  .Topbar__topbarLinks__CCME8 {
    display: block;
  }
}

.AddNewListingButton__button__2H8yh {
  position: relative;
  display: inline-block;
  font-family: 'Proxima Soft', Helvetica, sans;
  font-weight: 600;
  letter-spacing: 0.35px;
  border-radius: 22px;
  overflow: hidden
}

.AddNewListingButton__button__2H8yh:hover .AddNewListingButton__backgroundContainer__4Nn3Z {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.AddNewListingButton__button__2H8yh:active .AddNewListingButton__backgroundContainer__4Nn3Z {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, .5);
          box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, .5);
}

.AddNewListingButton__responsiveLayout__1JnL9 {} /* stylelint-disable-line block-no-empty */

.AddNewListingButton__backgroundContainer__4Nn3Z {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  -webkit-transition: background-color 100ms ease-in, -webkit-filter 100ms ease-in;
  transition: background-color 100ms ease-in, -webkit-filter 100ms ease-in;
  transition: filter 100ms ease-in, background-color 100ms ease-in;
  transition: filter 100ms ease-in, background-color 100ms ease-in, -webkit-filter 100ms ease-in;
  will-change: filter
}

@media (min-width: 660px) {

  .AddNewListingButton__responsiveLayout__1JnL9 .AddNewListingButton__backgroundContainer__4Nn3Z {
    display: block
  }
}

.AddNewListingButton__mobile__2JhHF,
.AddNewListingButton__desktop__17Luf {
  position: relative;
  padding: 0 1.5em;
  max-width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AddNewListingButton__mobile__2JhHF {
  height: 36px;
  line-height: 36px;
  display: block;
  -webkit-transition: -webkit-filter 100ms ease-in;
  transition: -webkit-filter 100ms ease-in;
  transition: filter 100ms ease-in;
  transition: filter 100ms ease-in, -webkit-filter 100ms ease-in
}

.AddNewListingButton__mobile__2JhHF:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.AddNewListingButton__mobile__2JhHF:active {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

@media (min-width: 660px) {

  .AddNewListingButton__responsiveLayout__1JnL9 .AddNewListingButton__mobile__2JhHF {
    display: none
  }
}

.AddNewListingButton__desktop__17Luf {
  display: none;
  color: #fff;
  height: 36px;
  line-height: 35px
}

@media (min-width: 660px) {

  .AddNewListingButton__responsiveLayout__1JnL9 .AddNewListingButton__desktop__17Luf {
    display: block
  }
}

@media (min-width: 1201px) {

  .AddNewListingButton__desktop__17Luf {
    height: 44px;
    line-height: 43px;
    font-size: 14px
  }
}

.Logo__logo__3sGgU {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.Logo__logoImage__3oOkB {
  height: 100%;
}

.Logo__logoText__3ioVZ {
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 800;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.NotificationBadge__notificationBadge__he8-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ff4e36;
  padding: 0 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
}

.NotificationBadge__notificationBadgeCount__2upgE {
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 11px;
  padding-top: 2px;
}

@media (min-width: 660px) {

  .NotificationBadge__notificationBadgeCount__2upgE {
    font-size: 11px;
    padding-top: 2px;
  }
}

@media (min-width: 1201px) {

  .NotificationBadge__notificationBadgeCount__2upgE {
    font-size: 12px;
    padding-top: 0;
  }
}

.ProfileDropdown__box__T_uM4 {
  position: absolute;
  border: 1px solid rgba(169, 172, 176, .5);
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
  z-index: 6;
  margin-top: calc(-18px - 1);
}

.ProfileDropdown__profileActions__34o4h {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.ProfileDropdown__profileAction__1H9nm {
  width: 8.6em;
  height: 8.6em;
  border-right: 1px solid rgba(169, 172, 176, .5);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  color: rgb(82, 89, 97);
  padding: 0 0.69em;
  text-align: center
}

.ProfileDropdown__profileAction__1H9nm:hover {
  background-color: rgb(249, 249, 249);
  color: rgb(0, 0, 0);
}

.ProfileDropdown__profileAction__1H9nm:last-of-type {
  border-right: 0;
}

.ProfileDropdown__profileActionIconWrapper__1v7N_ {
  position: relative;
  -webkit-flex-basis: 60%;
          flex-basis: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.ProfileDropdown__notificationCount__2Kk9D {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.ProfileDropdown__profileActionLabel__2lW8j {
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
  text-align: center;
  line-height: 1.25em;
  max-width: 100%;
  word-wrap: break-word;
}

.ProfileDropdown__logoutArea__38Dcu {
  border-top: 1px solid rgba(169, 172, 176, .5);
  padding: 0.69em 1.15em;
  font-size: 0.9285714285714286em;
}

.ProfileDropdown__adminLink__342Ug {
  display: inline-block;
  cursor: pointer;
}

.ProfileDropdown__logoutLink__15uxw {
  float: right;
  cursor: pointer;
  color: rgb(122, 125, 128)
}

.ProfileDropdown__logoutLink__15uxw:hover {
  color: rgb(0, 0, 0);
}

/* The arrow on top */

.ProfileDropdown__rootArrowTop__3Vvtx,
.ProfileDropdown__rootArrowBelow__3YUUJ {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
  position: relative;
}

.ProfileDropdown__rootArrowTop__3Vvtx {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
  z-index: 7;
  left: calc(4px + 1);
  top: 0px;
}

.ProfileDropdown__rootArrowBelow__3YUUJ {
  border-color: transparent;
  border-bottom-color: rgba(169, 172, 176, .5);
  border-width: 9px;
  margin-left: -9px;
  top: -18px;
}

.Avatar__avatar__Jub8R {
  border-radius: 50%;
  height: 100%;
}

.Avatar__link__RlpRO {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.Avatar__textAvatar__4oTir {
  width: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: rgb(255, 255, 255);
  background-color: hsl(210, 16%, 78%);
}

.AvatarDropdown__avatarDropdown__1Vjt6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  height: 100%;
  width: 100%
}

.AvatarDropdown__avatarDropdown__1Vjt6 .AvatarDropdown__avatarProfileDropdown__2gYjH {
  visibility: hidden;
  margin-bottom: -32px;
}

.AvatarDropdown__avatarDropdown__1Vjt6 .AvatarDropdown__transitionDelay__1QYxN {
  -webkit-transition: visibility 0ms;
  transition: visibility 0ms;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.AvatarDropdown__avatarDropdown__1Vjt6.AvatarDropdown__openDropdown__1PYh9 .AvatarDropdown__avatarProfileDropdown__2gYjH, .AvatarDropdown__avatarDropdown__1Vjt6.AvatarDropdown__openOnHover__1HiVn:hover .AvatarDropdown__avatarProfileDropdown__2gYjH {
  visibility: visible;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.AvatarDropdown__avatarDropdown__1Vjt6 .notification-background {
  /* stylelint-disable-line selector-class-pattern */
  display: none;
}

.AvatarDropdown__avatarDropdown__1Vjt6:focus {
  outline: none;
}

.AvatarDropdown__avatarWithNotifications__1TdZT {
  position: relative;
  height: 100%;
  width: 100%;
}

.AvatarDropdown__hasNotifications__2q9xK .notification-background {
  /* stylelint-disable-line selector-class-pattern */
  display: block;
}

.AvatarDropdown__notificationBadge__3TEVb {
  position: absolute;
}

@media (min-width: 660px) {

  .AvatarDropdown__notificationBadge__3TEVb {
    top: -5px;
    left: 22px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px
  }
}

@media (min-width: 1201px) {

  .AvatarDropdown__notificationBadge__3TEVb {
    top: -5px;
    left: 28px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px
  }
}

.Link__link__3pNRT {
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in
}
.Link__link__3pNRT:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.LoginLinks__links__z-Tnd {
  height: 100%;
  font-family: 'Proxima Soft', Helvetica, sans;
}

.LoginLinks__link__1GboG {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  padding: 0 0.5em;
}

@media (min-width: 660px) {

  .LoginLinks__link__1GboG {
    line-height: 60px;
  }
}

@media (min-width: 1201px) {

  .LoginLinks__link__1GboG {
    line-height: 80px;
  }
}

.Menu__menu__1nYnK {
  font-family: 'Proxima Soft', Helvetica, sans; /* should come from topbar */
  cursor: default
}

.Menu__menu__1nYnK:focus,
  .Menu__menu__1nYnK :focus {
  outline: none;
  color: rgb(0, 0, 0);
}

.Menu__menu__1nYnK:focus .Menu__menuLabel__17fat, .Menu__menu__1nYnK.Menu__openMenu__3L78f .Menu__menuLabel__17fat, .Menu__menu__1nYnK.Menu__openOnHover__2oCiU:hover .Menu__menuLabel__17fat {
  color: rgb(0, 0, 0);
}

.Menu__menu__1nYnK:focus .Menu__menuLabelIcon__3gpCG g,
    .Menu__menu__1nYnK:focus .Menu__menuLabelDropdownIcon__1QkrJ path,
    .Menu__menu__1nYnK.Menu__openMenu__3L78f .Menu__menuLabelIcon__3gpCG g,
    .Menu__menu__1nYnK.Menu__openMenu__3L78f .Menu__menuLabelDropdownIcon__1QkrJ path,
    .Menu__menu__1nYnK.Menu__openOnHover__2oCiU:hover .Menu__menuLabelIcon__3gpCG g,
    .Menu__menu__1nYnK.Menu__openOnHover__2oCiU:hover .Menu__menuLabelDropdownIcon__1QkrJ path {
  fill: rgb(0, 0, 0);
}

.Menu__menu__1nYnK.Menu__openMenu__3L78f .Menu__menuContent__3VW0B, .Menu__menu__1nYnK.Menu__openOnHover__2oCiU:hover .Menu__menuContent__3VW0B {
  visibility: visible;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.Menu__menuLabel__17fat {
  display: inline-block;
  padding: 27px 0;
  color: rgb(82, 89, 97);
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap
}

.Menu__menuLabel__17fat::first-letter {
  text-transform: capitalize;
}

.Menu__menuLabelIcon__3gpCG {
  margin-right: 0.35714285714285715em;
}

.Menu__menuLabelDropdownIcon__1QkrJ {
  margin-left: 0.2857em;
}

.Menu__menuLabelDropdownIconOpen__3NfNG {
  display: none;
}

.Menu__menu__1nYnK.Menu__openMenu__3L78f .Menu__menuLabelDropdownIconOpen__3NfNG,
.Menu__menu__1nYnK.Menu__openOnHover__2oCiU:hover .Menu__menuLabelDropdownIconOpen__3NfNG {
  display: inline-block;
}

.Menu__menuLabelDropdownIconClosed__3ja5m {
  display: inline-block;
}

.Menu__menu__1nYnK.Menu__openMenu__3L78f .Menu__menuLabelDropdownIconClosed__3ja5m,
.Menu__menu__1nYnK.Menu__openOnHover__2oCiU:hover .Menu__menuLabelDropdownIconClosed__3ja5m {
  display: none;
}

.Menu__menuContent__3VW0B {
  visibility: hidden;
  z-index: 5;
  background-color: white;
  border: 1px solid rgba(169, 172, 176, .5);
  border-radius: 3px;
  position: absolute;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1)

  /* 3rd child is the first child after arrow - i.e. first menu item */
}

.Menu__menuContent__3VW0B :nth-child(3) {
  border-top-left-radius: 3px;
}

.Menu__menuContent__3VW0B :last-child {
  border-bottom-left-radius: 3px;
}

.Menu__transitionDelay__ulN-m {
  -webkit-transition: visibility 0ms;
  transition: visibility 0ms;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.Menu__menuContentArrowTop__2cSiD,
.Menu__menuContentArrowBelow__2RPsL {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.Menu__menuContentArrowTop__2cSiD {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
}

.Menu__menuContentArrowBelow__2RPsL {
  border-color: transparent;
  border-bottom-color: rgba(169, 172, 176, .5);
  border-width: 9px;
  margin-left: -9px;
}

.MenuItem__menuitem__3_-l_ {
  position: relative;
  min-width: 144px;
  list-style: none;
  border-bottom: 1px solid rgba(169, 172, 176, .5);
}

@media (min-width: 660px) {

  .MenuItem__menuitem__3_-l_ {
    font-size: 16px;
  }
}

.MenuItem__menuitem__3_-l_:last-child {
  border-bottom: 0;
}

.MenuItem__menuitemLink__2Eedg {
  display: inline-block;
  padding: 0.9285714285714286em 1.7142857142857142em;
  color: rgb(82, 89, 97);
  width: 100%;
  letter-spacing: 0.09px
}

.MenuItem__menuitemLink__2Eedg:focus,
  .MenuItem__menuitemLink__2Eedg:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(169, 172, 176, .07);
}

.MenuItem__activeIndicator__2AB6n {
  position: absolute;
  top: 0;
  left: -1px;
  width: 0.5em; /* topbar can't trust root font-size due to old design */
  height: 100%;
  border-radius: inherit;
}

.MenuMobile__menuMobile___Ivzx:focus,
  .MenuMobile__menuMobile___Ivzx :focus {
  outline: none;
  color: rgb(0, 0, 0);
}

.MenuMobile__menuMobile___Ivzx:focus .MenuMobile__menuLabelMobile__3uXwZ,
  .MenuMobile__menuMobile___Ivzx.MenuMobile__canvasOpen__3CorC .MenuMobile__menuLabelMobile__3uXwZ {
  color: rgb(0, 0, 0);
}

.MenuMobile__menuMobile___Ivzx:focus .MenuMobile__menuLabelMobileIcon__14XBz g,
  .MenuMobile__menuMobile___Ivzx.MenuMobile__canvasOpen__3CorC .MenuMobile__menuLabelMobileIcon__14XBz g {
  fill: rgb(0, 0, 0);
}

.MenuMobile__menuLabelMobile__3uXwZ {
  display: inline-block;
  padding: 18px 18px;
  cursor: pointer;
  position: relative
}

.MenuMobile__menuLabelMobile__3uXwZ .MenuMobile__notificationBadge__2RNEh {
  position: absolute;
  top: 12px;
  left: 29px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
}

@media (min-width: 660px) {

  .MenuMobile__menuLabelMobile__3uXwZ .MenuMobile__notificationBadge__2RNEh {
    display: none;
  }
}

.MenuMobile__overlay__2sZqq {
  display: block;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 0;
  width: 100vw;
  background-color: #000;
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.MenuMobile__canvasOpen__3CorC .MenuMobile__overlay__2sZqq {
  height: 100vh;
  opacity: 0.95;
}

/* Used in JavaScript to change page behaviour with open menu. */
.MenuMobile__menuMobileOpen__3OIsv {
  overflow-y: hidden;
}
@media (min-width: 1201px) {

  .MenuMobile__menuMobileOpen__3OIsv {
    overflow-y: visible;
    overflow-y: initial;
  }
}

.MenuMobile__offScreenMenu__2fKaS {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 288px;
  height: 100%;
  max-height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  will-change: transform;
  -webkit-transform: translateX(-288px);
          transform: translateX(-288px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.MenuMobile__scrollPane__2VvXd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.MenuMobile__canvasOpen__3CorC .MenuMobile__offScreenMenu__2fKaS {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 10px 0 30px 0 rgba(0, 0, 0, .15);
}

.MenuMobile__offScreenHeader__KnANh {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0.5882352941176471em 0.9285714285714286em 0.5882352941176471em 1.411764705882353em;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

@media (min-width: 660px) {

  .MenuMobile__offScreenHeader__KnANh {
    margin-left: 2.25em;
  }
}

.MenuMobile__offScreenHeader__KnANh a:first-child {
  padding-left: 0;
}

.MenuMobile__avatarSpacer__2zKOW {
  height: 44px;
  width: 44px;
}

.MenuMobile__offScreenHeaderNewListingButton__3ssaA span {
  height: 44px;
  line-height: 44px;
  padding: 0 0 0 0.5em;
}

.MenuMobile__offScreenMain__1ruzb {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.MenuMobile__offScreenFooter__3sjuV {
  background-color: #F7F7F7;
  margin-top: 0.8235294117647058em;
}

.MenuMobile__menuSection__gD-As {
  margin-bottom: 0.9411764705882353em;
}

@media (min-width: 660px) {

  .MenuMobile__menuSection__gD-As {
    margin-bottom: 1.6470588235294117em;
  }
}

.MenuMobile__menuSection__gD-As .MenuMobile__menuSectionMenuItem__2yMLC {
  border-bottom: 0;
}

.MenuMobile__menuSection__gD-As .MenuMobile__menuSectionMenuItemLink__GfyW6 {
  padding: 0.5882352941176471em 1.411764705882353em;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (min-width: 660px) {

  .MenuMobile__menuSection__gD-As .MenuMobile__menuSectionMenuItemLink__GfyW6 {
    padding: 0.5882352941176471em 2.25em;
  }
}

.MenuMobile__menuSection__gD-As .MenuMobile__menuSectionMenuItemLink__GfyW6:focus,
    .MenuMobile__menuSection__gD-As .MenuMobile__menuSectionMenuItemLink__GfyW6:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(169, 172, 176, .07);
}

.MenuMobile__menuSectionTitle__2HlQg {
  font-size: 12px;
  position: relative;
  min-width: 144px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 0.8333333333333334em 2em;
  color: rgba(153, 153, 153, .5);
  width: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 660px) {

  .MenuMobile__menuSectionTitle__2HlQg {
    padding: 0.8333333333333334em 3em;
  }
}

.MenuMobile__menuSectionIcon__8bMU1 {
  margin-right: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.MenuMobile__languages__1Ekmy {
  font-size: 15px;
  margin-top: 0.9333333333333333em;
  padding-bottom: 1.6em;
}

@media (min-width: 660px) {

  .MenuMobile__languages__1Ekmy {
    font-size: 14px;
    margin-top: 1.8571428571428572em;
    padding-bottom: 2.5714285714285716em;
  }
}

.MenuMobile__languageList__DS1xm {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: 1.6em;
  margin-right: 4.333333333333333em;
  margin-top: 0.4em
}

.MenuMobile__languageList__DS1xm .MenuMobile__languageLink__1XsC3 {
  padding-bottom: 0.6666666666666666em;
  width: calc(50% - 0.33333em);
}

.MenuMobile__languageList__DS1xm .MenuMobile__languageLink__1XsC3:last-child {
  padding-bottom: 0;
}

.MenuMobile__languageList__DS1xm .MenuMobile__languageLink__1XsC3:nth-last-child(2):nth-child(odd) {
  padding-bottom: 0;
}

@media (min-width: 660px) {

  .MenuMobile__languageList__DS1xm {
    margin-left: 2.5714285714285716em;
    margin-right: 4.642857142857143em;
    margin-top: 0.35714285714285715em;
  }
}

.MenuPriority__menuPriority__3y3Pu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center
}

.js-enabled .MenuPriority__menuPriority__3y3Pu {
  visibility: hidden
}

.js-enabled .MenuPriority__menuPriority__3y3Pu.MenuPriority__noPriorityLinks__2I9oP,
    .js-enabled .MenuPriority__menuPriority__3y3Pu.MenuPriority__isMeasured__12Xiw {
  visibility: visible;
}

.MenuPriority__isMeasured__12Xiw {} /* stylelint-disable-line block-no-empty */

.MenuPriority__priorityLinks__XgHdH {
  overflow: hidden;
  width: 0;
  height: 60px;
  position: relative;
}

.MenuPriority__priorityLink__moBbL {
  display: inline-block;
  margin-right: 18px;
  color: rgb(82, 89, 97);
  letter-spacing: 0.22px;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap
}

.MenuPriority__priorityLink__moBbL:focus,
  .MenuPriority__priorityLink__moBbL:hover {
  color: rgb(0, 0, 0);
  outline: none;
}

.MenuPriority__hiddenLinks__1LcCU {
  /* Fixes dropdown being below old filter controls and admin panel selectize inputs. */
  z-index: 2;
}

/* The Google Maps Places Autocomplete dropdown box is added in the
   end of the document body, and we must scope the global style
   overrides within a class generated from the SearchBar component.

   Classes available for customization can be seen at:

   https://developers.google.com/maps/documentation/javascript/places-autocomplete#style_autocomplete
*/
.SearchBar__topLevelBody__2_hhm {
  /* stylelint-disable selector-class-pattern */
}
.SearchBar__topLevelBody__2_hhm .pac-container[style] {/* Generated autocompletion has inline styles, thus the ugly override.
       See: https://css-tricks.com/override-inline-styles-with-css/
*/
  min-width: 15em !important;
}
.SearchBar__topLevelBody__2_hhm {/* stylelint-enable selector-class-pattern
*/
}

/* Used in JavaScript to toggle the mobile menu. */
.SearchBar__mobileSearchOpen__34aWg {} /* stylelint-disable-line block-no-empty */

.SearchBar__root__2hIPj {
  line-height: 1em;
}

.SearchBar__form__27PQI {
  display: none;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  padding-left: 1.13em;
  z-index: 6;
  -webkit-transition: height 1s ease-in;
  transition: height 1s ease-in;
  font-size: 16px
}

.SearchBar__mobileSearchOpen__34aWg .SearchBar__form__27PQI {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 1201px) {
  .SearchBar__form__27PQI {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    height: 44px;
    width: 326px;
    padding-left: 1.715em;
    top: 0;
    font-size: 14px;
  }
}

@media (min-width: 1270px) {
  .SearchBar__form__27PQI {
    width: 396px;
  }
}

.SearchBar__form__27PQI:hover .SearchBar__focusContainer__2uI0-::before {
  border-color: rgb(122, 125, 128);
}

.SearchBar__form__27PQI {/* When any child element of this form has focus, hilight the whole
     form using a pseudo element. See: http://stackoverflow.com/a/11167056
*/
}

.SearchBar__form__27PQI > *:focus ~ .SearchBar__focusContainer__2uI0-::before {
  border-color: rgb(122, 125, 128);
}

/* Since we cannot apply focus styles straight to the form when
   anything within it has focus, we have to create a special container
   for the focus styles to cover the whole form area. */
.SearchBar__focusContainer__2uI0-::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(169, 172, 176, .5);
  z-index: 5; /* Required to allow mouse event to the inputs/buttons. */
  -webkit-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
@media (min-width: 1201px) {
  .SearchBar__focusContainer__2uI0-::before {
    display: block;
    border-radius: 22px;
  }
}

.SearchBar__keywordInput__2HTav,
.SearchBar__locationInput__3g__8 {
  display: inline-block;
  width: 0;
  margin: 0.63em 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  z-index: 6;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-transition: flex-grow 0.25s ease-out, width 0.25s ease-out, color 0.1s ease-in, -webkit-box-flex 0.25s ease-out, -webkit-flex-grow 0.25s ease-out;
  transition: flex-grow 0.25s ease-out, width 0.25s ease-out, color 0.1s ease-in, -webkit-box-flex 0.25s ease-out, -webkit-flex-grow 0.25s ease-out;
  transition: flex-grow 0.25s ease-out, width 0.25s ease-out, color 0.1s ease-in;
  background-color: transparent;
  -webkit-font-smoothing: antialiased
}

.SearchBar__keywordInput__2HTav:focus, .SearchBar__locationInput__3g__8:focus {
  outline: none;
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
          flex-grow: 9;
  border-color: #fff;
}

@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav:focus, .SearchBar__locationInput__3g__8:focus {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}

.SearchBar__keywordInput__2HTav,
.SearchBar__locationInput__3g__8 {/* When there is only a single search input, disable width changes and
     extra spacings.
*/
}

.SearchBar__keywordInput__2HTav:only-of-type, .SearchBar__locationInput__3g__8:only-of-type {
  width: 100%;
  padding: 0;
  margin-right: calc(50px + 1.13em);
}

@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav:only-of-type, .SearchBar__locationInput__3g__8:only-of-type {
    margin-right: 44px;
  }
  .SearchBar__keywordInput__2HTav:only-of-type:focus, .SearchBar__locationInput__3g__8:only-of-type:focus {
    margin-right: 44px;
  }
}

.SearchBar__keywordInput__2HTav:only-of-type:focus, .SearchBar__locationInput__3g__8:only-of-type:focus {
  width: 100%;
}

.SearchBar__keywordInput__2HTav:only-of-type:focus ~ .SearchBar__searchButton__1Ck2b, .SearchBar__locationInput__3g__8:only-of-type:focus ~ .SearchBar__searchButton__1Ck2b {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SearchBar__keywordInput__2HTav::-webkit-input-placeholder, .SearchBar__locationInput__3g__8::-webkit-input-placeholder {
  color: #FCFCFC;
}

.SearchBar__keywordInput__2HTav::-moz-placeholder, .SearchBar__locationInput__3g__8::-moz-placeholder {
  color: #FCFCFC;
}

.SearchBar__keywordInput__2HTav::-ms-input-placeholder, .SearchBar__locationInput__3g__8::-ms-input-placeholder {
  color: #FCFCFC;
}

.SearchBar__keywordInput__2HTav::placeholder, .SearchBar__locationInput__3g__8::placeholder {
  color: #FCFCFC;
}

@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav,
.SearchBar__locationInput__3g__8 {
    color: rgb(122, 125, 128);
    margin: 0.715em 0;
    border: none;
  }
  .SearchBar__keywordInput__2HTav::-webkit-input-placeholder, .SearchBar__locationInput__3g__8::-webkit-input-placeholder {
    color: rgb(122, 125, 128);
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
  }
  .SearchBar__keywordInput__2HTav::-moz-placeholder, .SearchBar__locationInput__3g__8::-moz-placeholder {
    color: rgb(122, 125, 128);
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
  }
  .SearchBar__keywordInput__2HTav::-ms-input-placeholder, .SearchBar__locationInput__3g__8::-ms-input-placeholder {
    color: rgb(122, 125, 128);
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
  }
  .SearchBar__keywordInput__2HTav::placeholder, .SearchBar__locationInput__3g__8::placeholder {
    color: rgb(122, 125, 128);
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
  }
  .SearchBar__form__27PQI:hover .SearchBar__keywordInput__2HTav, .SearchBar__form__27PQI:hover .SearchBar__locationInput__3g__8 {
    color: rgb(82, 89, 97);
  }
  .SearchBar__form__27PQI:hover .SearchBar__keywordInput__2HTav::-webkit-input-placeholder, .SearchBar__form__27PQI:hover .SearchBar__locationInput__3g__8::-webkit-input-placeholder {
    color: rgb(82, 89, 97);
  }
  .SearchBar__form__27PQI:hover .SearchBar__keywordInput__2HTav::-moz-placeholder, .SearchBar__form__27PQI:hover .SearchBar__locationInput__3g__8::-moz-placeholder {
    color: rgb(82, 89, 97);
  }
  .SearchBar__form__27PQI:hover .SearchBar__keywordInput__2HTav::-ms-input-placeholder, .SearchBar__form__27PQI:hover .SearchBar__locationInput__3g__8::-ms-input-placeholder {
    color: rgb(82, 89, 97);
  }
  .SearchBar__form__27PQI:hover .SearchBar__keywordInput__2HTav::placeholder, .SearchBar__form__27PQI:hover .SearchBar__locationInput__3g__8::placeholder {
    color: rgb(82, 89, 97);
  }
  .SearchBar__form__27PQI:hover .SearchBar__keywordInput__2HTav:focus, .SearchBar__form__27PQI:hover .SearchBar__locationInput__3g__8:focus {/* focus color should override the active color
*/
    color: rgb(28, 30, 33);
  }
  .SearchBar__keywordInput__2HTav:focus, .SearchBar__locationInput__3g__8:focus {
    outline: none;
    color: rgb(28, 30, 33);/* Trigger focus styles for the search icon SVG when these inputs have focus.
*/
  }
  .SearchBar__keywordInput__2HTav:focus ~ .SearchBar__searchButton__1Ck2b svg, .SearchBar__locationInput__3g__8:focus ~ .SearchBar__searchButton__1Ck2b svg {
    stroke: rgb(82, 89, 97);
  }
}

.SearchBar__keywordInput__2HTav {
  margin-right: 0.565em;
}

@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav {
    width: 68%;
    margin-right: 1.715em;
  }
}

@media (min-width: 1270px) {
  .SearchBar__keywordInput__2HTav {
    width: 55%;
  }
}

@media (min-width: 1270px) {
  .SearchBar__keywordInput__2HTav:focus {
    width: 75%;
  }
}

.SearchBar__keywordInput__2HTav:focus ~ .SearchBar__locationInput__3g__8 {
  margin-right: 50px;
}

@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav:focus ~ .SearchBar__locationInput__3g__8 {
    margin-right: 44px;
  }
}

@media (min-width: 1270px) {
  .SearchBar__keywordInput__2HTav:focus ~ .SearchBar__locationInput__3g__8 {
    width: 25%;
  }
}

.SearchBar__keywordInput__2HTav:focus {/* Focusing on the keyword input puts the location input under the
       search button with a shadow effect on the button.
*/
}

.SearchBar__keywordInput__2HTav:focus ~ .SearchBar__searchButton__1Ck2b::before {
  -webkit-box-shadow: -10px 0 15px -10px #000 inset;
          box-shadow: -10px 0 15px -10px #000 inset;
  content: ' ';
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  left: -20px;
  pointer-events: none;
}

@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav:focus ~ .SearchBar__searchButton__1Ck2b::before {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 1201px) {
  .SearchBar__locationInput__3g__8 {
    width: 32%;
  }
}

@media (min-width: 1270px) {
  .SearchBar__locationInput__3g__8 {
    width: 45%;
  }
}

/* Additional separating styles are added only when the two inputs are
   next to each other. */
.SearchBar__keywordInput__2HTav + .SearchBar__locationInput__3g__8 {
  margin-left: 0.565em;
  margin-right: calc(50px + 1.13em);
}
@media (min-width: 1201px) {
  .SearchBar__keywordInput__2HTav + .SearchBar__locationInput__3g__8 {
    border-left: 1px solid rgba(169, 172, 176, .5);
    padding-left: 1.715em;
    margin-left: 0;
    margin-right: 44px;
  }
}

.SearchBar__searchButton__1Ck2b {
  /* Position absolutely instead of in the flexbox to avoid animation jank. */
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  border: none;
  background-color: #2C3e50;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 6
}

.SearchBar__searchButton__1Ck2b:hover,
  .SearchBar__searchButton__1Ck2b:active {
  background-color: #2C3e50;
}

@media (min-width: 1201px) {
  .SearchBar__searchButton__1Ck2b {
    width: 44px;
    height: 44px;
    background-color: transparent;
  }
  .SearchBar__searchButton__1Ck2b:focus {
    outline: none;
  }
  .SearchBar__searchButton__1Ck2b:focus svg {
    outline: 1px solid rgba(169, 172, 176, .5);
    stroke: rgb(28, 30, 33);
  }
  .SearchBar__form__27PQI:hover .SearchBar__searchButton__1Ck2b svg {
    stroke: rgb(82, 89, 97);
  }
  .SearchBar__form__27PQI:hover .SearchBar__searchButton__1Ck2b:hover svg,
      .SearchBar__form__27PQI:hover .SearchBar__searchButton__1Ck2b:focus svg {
    stroke: rgb(28, 30, 33);
  }
  .SearchBar__searchButton__1Ck2b:hover,
    .SearchBar__searchButton__1Ck2b:active {
    background-color: transparent;
  }
}

.SearchBar__searchButton__1Ck2b svg {
  position: absolute;
  top: 17px;
  left: 17px;
  line-height: 1;
  width: 16px;
  height: 16px;
  stroke: #fff;
  -webkit-transition: stroke 0.1s ease-in;
  transition: stroke 0.1s ease-in;
}

@media (min-width: 1201px) {
  .SearchBar__searchButton__1Ck2b svg {
    stroke: rgb(122, 125, 128);
    top: 14px;
    left: 14px;
  }
}

.SearchBar__mobileToggle__3pjye {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  stroke: #000;
  cursor: pointer
}

.SearchBar__mobileToggle__3pjye:hover,
  .SearchBar__mobileToggle__3pjye:active {
  background-color: transparent;
}

.SearchBar__mobileToggle__3pjye svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

@media (min-width: 1201px) {
  .SearchBar__mobileToggle__3pjye {
    display: none;
  }
}

/* CSS triangle pointing to the search toggle icon */
.SearchBar__mobileToggleArrow__25aBI {
  display: none;
  position: absolute;
  bottom: -1px;
  right: 17px;
  border: 8px solid transparent;

  /* We must adjust the brightness here to match either the input
     background or the submit button background when the toggle
     position changes in the breakpoint. This cannot be done in JS by
     switching the color since the breakpoints are unknown there. */
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
@media (min-width: 660px) {
  .SearchBar__mobileToggleArrow__25aBI {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
.SearchBar__mobileSearchOpen__34aWg .SearchBar__mobileToggleArrow__25aBI {
  display: block;
}

.ListingCard__listing__FRyQs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 100ms ease;
  transition: -webkit-box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease, -webkit-box-shadow 100ms ease;
  cursor: pointer
}

.ListingCard__listing__FRyQs:hover {
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .1);
}

.ListingCard__squareWrapper__2mydn {
  display: block;
  position: relative;
  width: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* Firefox doesn't support image aspect ratio inside flexbox */
.ListingCard__aspectWrapper__1DwqK {
  padding-bottom: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.ListingCard__noImageContainer__dHDeE,
.ListingCard__thumbnail__2j62r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.ListingCard__noImageContainer__dHDeE,
.ListingCard__noImageWrapper__pnznE {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.ListingCard__noImageText__-9N9g,
.ListingCard__noImageLink__uAgmX {
  color: rgb(82, 89, 97);
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.ListingCard__noImageLink__uAgmX {
  font-weight: 600
}

.ListingCard__noImageLink__uAgmX svg {
  stroke: rgb(82, 89, 97);
  height: 10px;
  stroke-width: 4px;
}

.ListingCard__noImageLink__uAgmX:hover,
  .ListingCard__noImageLink__uAgmX:hover svg {
  color: rgb(0, 0, 0);
  stroke: rgb(0, 0, 0);
}

.ListingCard__info__37Azy {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  background-color: white;
  padding: 16px 20px;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.ListingCard__avatarPosition__2aCmj {
  display: block;
  position: absolute;
  right: 20px;
  top: -21px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  -webkit-transition: -webkit-box-shadow 100ms ease;
  transition: -webkit-box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease, -webkit-box-shadow 100ms ease
}

.ListingCard__avatarPosition__2aCmj:hover {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.ListingCard__title__21Ng7 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-right: 42px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  color: rgb(28, 30, 33);
  font-weight: 500
}

.ListingCard__title__21Ng7:hover {
  color: rgb(0, 0, 0);
}

.ListingCard__avatarSpacer__39LcV {
  float: right;
  width: 16px;
  height: 22px;
}

.ListingCard__footer__1LtZp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.ListingCard__orderTypeWrapper__24mL6 {
  -webkit-flex-basis: 67%;
          flex-basis: 67%;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.ListingCard__price__UyYFw {
  float: left;
  margin-right: 6px;
}

.ListingCard__per__1f13u {
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  padding-top: 5px;
}

.ListingCard__distance__1Qv3G {
  -webkit-flex-basis: 33%;
          flex-basis: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  text-align: right;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: rgb(122, 125, 128);
}

.ListingCard__distanceIcon__36uq5 {
  margin-right: 6px;
  height: 14px;
}

.RoundButton__roundButton__29DLq {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 100ms ease;
  transition: -webkit-box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease, -webkit-box-shadow 100ms ease
}

.RoundButton__roundButton__29DLq:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.RoundButton__roundButton__29DLq:hover {
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1);
}

.RoundButton__arrowButton__3DnQ9 {
  height: 36px;
  width: 36px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center
}

.RoundButton__arrowButton__3DnQ9:hover > svg {
  -webkit-transform: scale(1.33);
          transform: scale(1.33);
}

.RoundButton__disabled__2o5FM {
  cursor: default
}

.RoundButton__disabled__2o5FM polyline {
  stroke: #dedede;
}

.RoundButton__disabled__2o5FM:hover {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.RoundButton__disabled__2o5FM:hover > svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.PageSelection__pageSelection__Otnu4 {
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.PageSelection__arrowButtonsWide__4_DTX {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: 44px;
  width: 78px;
}

.PageSelection__pageOf__1H39B {
  white-space: nowrap;
  font-size: 14px;
  color: rgb(82, 89, 97);
  margin: 0;
}

.PageSelection__selectContainer__1h84C {
  position: relative;
  display: inline-block;
}

.PageSelection__select__GWOWB {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 36px 7px 18px;
  margin: 0 14px;
  color: rgb(28, 30, 33);
  background-color: white;

  /* This data url contains arrow icon */
  background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyBjbGFzcz0iYXJyb3ciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjEzIDcgOCA2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzFDMUUyMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZD0iTTE0IDhsMyAzLjM5MUwyMCA4Ii8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  -webkit-transition: border-color ease-in-out 100ms, -webkit-box-shadow ease-in-out 100ms;
  transition: border-color ease-in-out 100ms, -webkit-box-shadow ease-in-out 100ms;
  transition: border-color ease-in-out 100ms, box-shadow ease-in-out 100ms;
  transition: border-color ease-in-out 100ms, box-shadow ease-in-out 100ms, -webkit-box-shadow ease-in-out 100ms;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}

.PageSelection__select__GWOWB > option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

.PageSelection__select__GWOWB:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.PageSelection__select__GWOWB::-ms-expand {
  display: none;
}

.PageSelection__select__GWOWB:hover {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, .1);
          box-shadow: 0 8px 12px rgba(0, 0, 0, .1);
}

.PageSelection__select__GWOWB:focus {
  outline: none;
  border: 0;
}

.ListingCardPanel__container__2e66g {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;

  /* This padding is set up for mobile layout to match paddings in Topbar */
  padding: 18px
}
.ListingCardPanel__container__2e66g .ListingCardPanel__panel__xXPiX {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap
}
.ListingCardPanel__container__2e66g .ListingCardPanel__panel__xXPiX::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
}
.ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {
  min-width: 264px;
  max-width: 575px;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  margin: 0 0 18px 0;
}
.ListingCardPanel__container__2e66g {

  /* Counting columns (minimum card width 264px) + gutter (12px) + panel padding (12px)
     18 + 12 + 264 + 24 + 264 + 12 + 18 = 612. Plus 17px for IE scrollbar */
}
@media screen and (min-width: 629px) {
  .ListingCardPanel__container__2e66g {
    padding: 18px
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {
    max-width: 408px;
    -webkit-flex-basis: calc(50% - 24px);
            flex-basis: calc(50% - 24px);
    margin: 12px;
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__responsivePadding__1nL2R {
    padding: 12px;
  }
}
.ListingCardPanel__container__2e66g {

  /* 18 + 12 + 264 + 24 + 264 + 24 + 264 + 12 + 18 = 900 */
}
@media screen and (min-width: 917px) {
  .ListingCardPanel__container__2e66g {
    padding: 18px
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {
    -webkit-flex-basis: calc(33.33% - 24px);
            flex-basis: calc(33.33% - 24px);
    margin: 12px;
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__responsivePadding__1nL2R {
    padding: 12px;
  }
}
.ListingCardPanel__container__2e66g {

  /* Width: 20 + 8 + 264 + 16 + 264 + 16 + 264 + 16 + 264 + 8 + 20 = 1160
     = 4*(16 + 264) + 16 + 2*(28-16) + 17px (IE scrollbar)
     where 28 is space between panel edge and card and 16 is (natural) gutter */
}
@media screen and (min-width: 1177px) {
  .ListingCardPanel__container__2e66g {
    padding: 14px 20px
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {
    -webkit-flex-basis: calc(25% - 16px);
            flex-basis: calc(25% - 16px);
    margin: 14px 8px;
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__responsivePadding__1nL2R {
    padding: 8px;
  }
}
.ListingCardPanel__container__2e66g {

  /* 5*(20 + 264) + 20 + 2*(24-20) = 1448px */
}
@media screen and (min-width: 1465px) {
  .ListingCardPanel__container__2e66g {
    padding: 12px 14px
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {
    -webkit-flex-basis: calc(20% - 20px);
            flex-basis: calc(20% - 20px);
    margin: 12px 10px;
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__responsivePadding__1nL2R {
    padding: 10px;
  }
}
.ListingCardPanel__container__2e66g {

  /* 6*(24 + 264) + 24 + 2*(30-24) = 1764px */
}
@media screen and (min-width: 1781px) {
  .ListingCardPanel__container__2e66g {
    padding: 15px 18px
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {

    /* Gutter is really just 24px but IE can't handle this calc, so added 1px */
    -webkit-flex-basis: calc(16.66667% - 25px);
            flex-basis: calc(16.66667% - 25px);
    margin: 15px 12px;
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__responsivePadding__1nL2R {
    padding: 12px;
  }
}
.ListingCardPanel__container__2e66g {

  /* 7*(24 + 264) + 24 + 2*(36-24) = 2064px */
}
@media screen and (min-width: 2153px) {
  .ListingCardPanel__container__2e66g {
    padding: 18px 24px
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__card__2jCEb {

    /* Gutter is really just 24px but IE can't handle this calc, so added 1px */
    -webkit-flex-basis: calc(14.28571% - 25px);
            flex-basis: calc(14.28571% - 25px);
    margin: 18px 12px;
  }
  .ListingCardPanel__container__2e66g .ListingCardPanel__responsivePadding__1nL2R {
    padding: 12px;
  }
}

.Branding__brandingContainer__Z9jQs {
  border-top: 1px solid rgba(169, 172, 176, .5);
  padding: 40px 0;
  background-color: white;
}

.Branding__brandingContent__3k244 {
  color: rgb(82, 89, 97);
  text-align: center;
}

/* Notices */
.FlashNotification__notifications__Ky4ez {
  position: fixed;
  top: 12px;
  right: 12px;
  width: calc(100% - 24px);
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (min-width: 660px) {
  .FlashNotification__notifications__Ky4ez {
    width: 336px;
  }
}

.FlashNotification__message__3XXYU {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background-color: white;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
}

.FlashNotification__error__23SHh {
  background-color: rgb(237, 79, 46);
  border: solid 1px rgb(237, 79, 46);
}

.FlashNotification__messageContent__MOyZh {
  display: inline-block;
  -webkit-flex-basis: auto;
          flex-basis: auto;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  color: rgb(85, 95, 106);
  font-size: 16px;
  line-height: 1.375rem;
  padding: 18px 8px 20px 24px;
  margin: 0
}

.FlashNotification__messageContent__MOyZh > a {
  text-decoration: none;
  color: rgb(85, 95, 106);
  border-bottom: solid 1px rgb(85, 95, 106);
  cursor: pointer;
}

.FlashNotification__messageContent__MOyZh > a:hover {
  border-bottom: solid 2px rgb(85, 95, 106);
}

.FlashNotification__error__23SHh > .FlashNotification__messageContent__MOyZh {
  color: rgb(255, 255, 255)
}

.FlashNotification__error__23SHh > .FlashNotification__messageContent__MOyZh > a {
  color: rgb(255, 255, 255);
  border-bottom: solid 1px rgb(255, 255, 255);
}

.FlashNotification__error__23SHh > .FlashNotification__messageContent__MOyZh > a:hover {
  border-bottom: solid 2px rgb(255, 255, 255);
}

.FlashNotification__closeIcon__3J5x_ {
  line-height: 10px;
  -webkit-flex-basis: 44px;
          flex-basis: 44px;
  padding: 14px 14px 20px 20px;
  cursor: pointer
}

.FlashNotification__closeIcon__3J5x_ g {
  fill: rgb(85, 95, 106);
}

.FlashNotification__closeIcon__3J5x_:hover g {
  fill: rgb(34, 44, 55);
}

.FlashNotification__error__23SHh > .FlashNotification__closeIcon__3J5x_ g {
  fill: rgb(255, 255, 255);
}

.FlashNotification__error__23SHh > .FlashNotification__closeIcon__3J5x_:hover g {
  fill: #ccc;
}

/* ReactCSSTransitionGroup styles for container */
.FlashNotification__enterRight__9_hyI {
  opacity: 0;
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
}

.FlashNotification__enterRightActive__42rZY {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.FlashNotification__leaveRight__3dR__ {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  opacity: 1;
}

.FlashNotification__leaveRightActive__3zkTk {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.NoResults__container__3sml6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.NoResults__message__2ZT1Y {
  padding: 24px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: rgb(28, 30, 33);
}

.SearchPage__SearchPage__3hRFS {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.SearchPage__main__21_RM,
.SearchPage__empty__1dUY7 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  background-color: #F7F7F7;
}

.SearchPage__main__21_RM {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.SearchPage__empty__1dUY7 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.SearchPage__pagination__10BF5 {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  margin: 24px;
}

.OnboardingGuide__title__1K14K {
  font-size: 1.375rem;
  font-weight: 600;
  color: #171717;
  line-height: 1.875rem;
}

.OnboardingGuide__description__39Lp7 {
  font-size: 1rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5rem;
  max-width: 550px;
  width: 90%;
  margin-bottom: 0.75em;
}

.OnboardingGuide__sectionSeparator__3DQfH {
  margin: 2.5em 0;
  height: 1px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

/* GuideStatusPage */
.OnboardingGuide__stepList__2_cyY {
  padding-left: 0;
  margin-bottom: 0.75em;
}

.OnboardingGuide__stepListItem__3vvTF,
.OnboardingGuide__stepListItemDone__3xEii {
  list-style: none;
}

.OnboardingGuide__stepListCheckbox__D0oO0 {
  background-image: url(/assets/iconSquare@2x-bf15c9d930ef46b36623f32f09750b41.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 1px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
}

.OnboardingGuide__stepListItemDone__3xEii .OnboardingGuide__stepListCheckbox__D0oO0 {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 1px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;

  background-image: url(/assets/iconSquareChecked@2x-b460297a03434c915aedab4c95233c9d.png);
}

.OnboardingGuide__stepListLink__1SJH8 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4d998b;
  line-height: 2.25rem
}

.OnboardingGuide__stepListLink__1SJH8:hover {
  color: #348072;
}

.OnboardingGuide__stepListItemDone__3xEii .OnboardingGuide__stepListLink__1SJH8 {
  text-decoration: line-through;
  color: #646464
}

.OnboardingGuide__stepListItemDone__3xEii .OnboardingGuide__stepListLink__1SJH8:hover {
  color: #4b4b4b;
}

.OnboardingGuide__nextButton__3Imh9 {
  display: inline-block;
  margin: 2em 1rem 0 0;
  border: 1px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background-color: #59b3a2;
  padding: 0.626em 1.875em;
}

.OnboardingGuide__nextButton__3Imh9:hover {
  background-color: #4d998b;
  color: white;
}

.OnboardingGuide__nextButtonGhost__1VeIS {
  display: inline-block;
  margin: 2em 1rem 0 0;
  border: 1px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background-color: #59b3a2;
  padding: 0.626em 1.875em
}

.OnboardingGuide__nextButtonGhost__1VeIS:hover {
  background-color: #4d998b;
  color: white;
}

.OnboardingGuide__nextButtonGhost__1VeIS {
  margin-right: 0;
  border: 1px solid #59b3a2;
  background-color: transparent;
  color: #59b3a2;
}

.OnboardingGuide__nextButtonGhost__1VeIS:hover {
  border: 1px solid #26806F;
  background-color: transparent;
  color: #26806F;
}

.OnboardingGuide__buttonSeparator__3vNcx {
  margin-right: 1rem;
}

@media (max-width: 600px) {

  .OnboardingGuide__buttonSeparator__3vNcx {
    display: none;
  }
}

/* Common elements for step related pages */
.OnboardingGuide__backLink__-mzVb {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4d998b;
  margin-bottom: 0.625em;
  display: inline-block
}
.OnboardingGuide__backLink__-mzVb:hover {
  color: #348072;
}

.OnboardingGuide__infoTextContainer__1LEKa {
  position: relative;
  color: gray;
  font-size: 0.8125rem;
  line-height: 1.38462rem;
  margin-top: 0.375em;
  max-width: 550px;
  width: 90%;
}

.OnboardingGuide__infoTextIcon__1Peyh {
  position: absolute;
  width: 0.75em;
  margin-top: 1px;
}

.OnboardingGuide__infoTextContent__3DZrp {
  padding-left: 1.5em;
}

.OnboardingGuide__sloganImageContainer__1Lmrj {
  margin: 2em 0;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 40.3% 0 0 0;
  /* 40.30% = 100 / (w / h) = 100 / (732 / 295) */
}

.OnboardingGuide__sloganImageContainerBig__2SzKb {
  margin: 2em 0;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 40.3% 0 0 0;
  /* 40.30% = 100 / (w / h) = 100 / (732 / 295) */

  padding: 73.68% 0 0 0; /* 73.68% = 100 / (w / h) = 100 / (722 / 532) */
}

.OnboardingGuide__sloganImage__K1kgJ {
  background-size: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.OnboardingGuide__disablePayments__2QHYR {
  margin-top: 20px;
  line-height: 40px;
}

.Portal__root__2iY-N {}  /* stylelint-disable-line block-no-empty */

.Portal__parent__2s8SO {} /* stylelint-disable-line block-no-empty */

.SideWinder__transition__3k_Yu {}  /* stylelint-disable-line block-no-empty */
.SideWinder__transitionOpen__1aTeu {} /* stylelint-disable-line block-no-empty */
.SideWinder__transitionEntering__38Ngp {} /* stylelint-disable-line block-no-empty */
.SideWinder__transitionLeaving__64L5U {} /* stylelint-disable-line block-no-empty */

.SideWinder__orientationHook__165Yf {} /* stylelint-disable-line block-no-empty */

.SideWinder__transitionVisible__2ieIJ {
  /* Prevent scrolling and hide scrollbars */
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.SideWinder__wrapper__1hFOK {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  will-change: right;
}

.SideWinder__root__3prLz {
  position: absolute;
  top: 0;
  height: 100vh;
}

.SideWinder__overlay__2zHTF {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
  background-color: rgb(44, 47, 50);
  opacity: 0;
  z-index: 25;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  will-change: opacity, height
}

.SideWinder__transitionOpen__1aTeu .SideWinder__overlay__2zHTF {
  height: 100vh;
  opacity: 0.5;
}

.SideWinder__transitionLeaving__64L5U .SideWinder__overlay__2zHTF {
  height: 100vh;
}

.SideWinder__closeButton__1lgIi {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  z-index: 25
}

.SideWinder__closeButton__1lgIi svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.SideWinder__closeButton__1lgIi svg g {
  stroke: #fff;
}

.SideWinder__closeButton__1lgIi:hover,
  .SideWinder__closeButton__1lgIi:focus {
  outline: none;
  background: none;
}

.SideWinder__closeButton__1lgIi:hover svg g, .SideWinder__closeButton__1lgIi:focus svg g {
  stroke: #ddd;
}

.ManageAvailabilityHeader__root__F8rS_ {
  position: relative;
  width: 100%;
  overflow: hidden;

  /* height is set by React, but min-height we can set here */
  min-height: 135px;
  max-height: 254px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.ManageAvailabilityHeader__imageLayer__YwIzk,
.ManageAvailabilityHeader__colorLayer__3cCwV {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ManageAvailabilityHeader__imageLayer__YwIzk {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.ManageAvailabilityHeader__colorLayer__3cCwV {
  opacity: 0.9;
}

.ManageAvailabilityHeader__listingHeader__2NoxG {
  position: absolute;
  bottom: 34px;
  width: 274px;
  left: 50%;
  margin-left: -137px;
  padding-top: 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;

  /* Trigger hardware acceleration to remove weird text flash in Safari */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.ManageAvailabilityHeader__availabilityHeader__Jf2x2 {
  position: absolute;
  top: -25px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
}

.ManageAvailabilityCalendar__root__21Cd4 {
  font-family: 'Proxima Soft', Helvetica, sans;
  font-size: 14px

  /* stylelint-disable selector-class-pattern */
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__caption {
  font-size: 18px;
  padding-bottom: 45px;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__caption strong {
  font-weight: 500;
  letter-spacing: 0.2px;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPicker {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPicker__week-header {
  top: 55px;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPicker__week-header small {
  font-size: 13px;
  font-weight: 500;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation__prev,
  .ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation__next {
  border: none;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation__prev:hover, .ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation__next:hover {
  border: none;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation__prev:hover svg, .ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation__next:hover svg {
  fill: #000;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation--horizontal .DayPickerNavigation__prev {

  /* The navigation arrows have 9px padding. Add -9px margin to
    align the arrows with the calendar */
  margin-left: -9px;
}
.ManageAvailabilityCalendar__root__21Cd4 .DayPickerNavigation--horizontal .DayPickerNavigation__next {

  /* The navigation arrows have 9px padding. Add -9px margin to
    align the arrows with the calendar */
  margin-right: -9px;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day {
  border: 1px solid #ebebeb;
  color: #5e6977;
  background-color: #fff;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  font-weight: 500;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day:hover {
  color: #d7d7d7;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--today {
  font-weight: bold;
  color: #000;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--past {
  background-color: #f8f8f8;
  color: #d7d7d7;
  font-weight: normal;
  cursor: default;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--blocked {
  background-color: #f8f8f8;
  color: #d7d7d7;
  font-weight: normal;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--blocked:hover {
  color: #5e6977;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--reserved,
    .ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--reserved:hover,
    .ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--reserved:active {
  background-color: #2AB865;
  color: #fff;
  cursor: default;
  font-weight: normal;
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth__day--outside {
  cursor: pointer;
}
.ManageAvailabilityCalendar__root__21Cd4 {

  /* React-Dates fix: remove click events from invisible month */
}
.ManageAvailabilityCalendar__root__21Cd4 .CalendarMonth:first-of-type {
  pointer-events: none;
}
.ManageAvailabilityCalendar__root__21Cd4 {

  /* stylelint-enable selector-class-pattern */
}

@-webkit-keyframes ManageAvailability__stroke__1mV5h {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes ManageAvailability__stroke__1mV5h {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes ManageAvailability__scale__ghu48 {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes ManageAvailability__scale__ghu48 {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes ManageAvailability__fill__23DrH {
  100% {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow: inset 0 0 0 30px #fff;
  }
}

@keyframes ManageAvailability__fill__23DrH {
  100% {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
            box-shadow: inset 0 0 0 30px #fff;
  }
}

.ManageAvailability__content__1FxxX {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  height: 100%;
  font-family: 'Proxima Soft', Helvetica, sans;
  overflow-y: auto

  /* --- OVERRIDE DEFAULT STYLES START --- */
}

.ManageAvailability__content__1FxxX tbody tr {

  /* This will reset the <table> element zebra-skin
       coloring coming from the default styles */
  background-color: transparent;
  background-color: initial;
}

.ManageAvailability__content__1FxxX td {

  /* This will reset the default border radius for first and last
    <td> element */
}

.ManageAvailability__content__1FxxX td:first-child,
    .ManageAvailability__content__1FxxX td:last-child {
  border-radius: 0;
  border-radius: initial;
}

.ManageAvailability__content__1FxxX button {
  display: block;
  line-height: 1;
}

.ManageAvailability__content__1FxxX {

  /* --- OVERRIDE DEFAULT STYLES END --- */
}

.ManageAvailability__calendar__2OICA {
  width: 318px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;

  /* The desired space between header and calendar month title is 24px.
  The calendar component already includes 22px padding/margins, so
  we add only 2px */
  margin: 2px auto 0 auto;
}

.ManageAvailability__saveButtonContainer__172dR {
  /* This will position the button to the flexbox group bottom.
  See excellent SO answer: http://stackoverflow.com/a/33856609/432787 */
  margin-top: auto;
  height: 94px;
  min-height: 94px;
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.ManageAvailability__saveButton__2rX_p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  background-color: #2AB865;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 60px;
  width: 274px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -137px;
  bottom: -120px
}

.ManageAvailability__saveButton__2rX_p:hover,
  .ManageAvailability__saveButton__2rX_p:active,
  .ManageAvailability__saveButton__2rX_p[disabled] {
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  background-color: #249E57;
}

.ManageAvailability__saveButton__2rX_p .availability_checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  stroke-width: 5;
  stroke: #2ab865;
  stroke-miterlimit: 10;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 0 #fff;
          box-shadow: inset 0 0 0 #fff;
  -webkit-animation: ManageAvailability__fill__23DrH 0.4s ease-in-out 0.4s forwards, ManageAvailability__scale__ghu48 0.3s ease-in-out 0.9s both;
          animation: ManageAvailability__fill__23DrH 0.4s ease-in-out 0.4s forwards, ManageAvailability__scale__ghu48 0.3s ease-in-out 0.9s both;
}

.ManageAvailability__saveButton__2rX_p .availability_checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
  -webkit-animation: ManageAvailability__stroke__1mV5h 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: ManageAvailability__stroke__1mV5h 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.ManageAvailability__saveButton__2rX_p .availability_checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: ManageAvailability__stroke__1mV5h 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: ManageAvailability__stroke__1mV5h 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.ManageAvailability__saveButtonVisible__2Sygc {
  bottom: 34px;
}

.form__workingHoursTitle__DTtkj {
  margin-top: 20px;
}

.form__weekDay___GQph {
  position: relative
}

.form__weekDay___GQph a {
  cursor: pointer;
}

.form__weekDay___GQph .title span {
  margin-left: 10px;
}

.form__weekDay___GQph .timeSlot {
  margin-bottom: 10px;
  margin-left: 23px;
}

.form__weekDay___GQph .timeSlot .timeSelect {
  display: inline-block;
  position: relative;
  vertical-align: top;
  /* stylelint-disable */
}

.form__weekDay___GQph .timeSlot .timeSelect .react-form-message-error {
  color: white;
  background-color: red;
  width: 100px;
  padding: 5px 5px;
  z-index: 1;
}

.form__weekDay___GQph .timeSlot .timeSelect {
  /* stylelint-enable */
}

.form__weekDay___GQph .timeSlot select {
  min-height: auto;
  margin-right: 10px;
  padding: 0.5em 0;
  min-width: 100px;
}

.form__weekDay___GQph .timeSlot .starTime {
  float: left;
}

.form__weekDay___GQph .timeSlot .endTime {
  float: left;
}

.form__weekDay___GQph .timeSlot .starTimeLabel {
  margin-right: 10px;
  vertical-align: top;
}

.form__weekDay___GQph .timeSlot .endTimeLabel {
  margin-right: 10px;
  vertical-align: top;
}

.form__weekDay___GQph .timeSlot .remove {
  position: relative;
  vertical-align: top;
}

.form__weekDay___GQph .timeSlot .remove svg {
  fill: #4a90e2;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
}

.form__weekDay___GQph .addMore {
  margin-bottom: 10px;
  margin-left: 23px;
  clear: both;
}

.form__saveButton__2-YWa {
  margin-bottom: 50px
}

.form__saveButton__2-YWa .availability_checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  stroke-width: 5;
  stroke: #2ab865;
  stroke-miterlimit: 10;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 0 #fff;
          box-shadow: inset 0 0 0 #fff;
  -webkit-animation: form__fill__4zOPe 0.4s ease-in-out 0.4s forwards, form__scale__1tlZ1 0.3s ease-in-out 0.9s both;
          animation: form__fill__4zOPe 0.4s ease-in-out 0.4s forwards, form__scale__1tlZ1 0.3s ease-in-out 0.9s both;
}

.form__saveButton__2-YWa .availability_checkmark__circle {
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
  -webkit-animation: form__stroke__2Lqxw 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: form__stroke__2Lqxw 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.form__saveButton__2-YWa .availability_checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: form__stroke__2Lqxw 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: form__stroke__2Lqxw 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.ListingWorkingHours__content__3K7pH {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}

