@charset "UTF-8";
/*
$primary-color: $green;
$secondary-color: $dark-blue;
$tertiary-color: $purple;
*/
.button-primary {
  background-color: #47b549;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: 500; }
  .button-primary:hover:not(:disabled) {
    background-color: #53c255;
    cursor: pointer; }
  .button-primary:active:not(:disabled), .button-primary:focus:not(:disabled) {
    background-color: #449e46;
    cursor: pointer; }
  .button-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button-primary:hover {
    color: white; }

.button-secondary {
  background-color: #6699cc;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: 500; }
  .button-secondary:hover:not(:disabled) {
    background-color: #76a6d6;
    cursor: pointer; }
  .button-secondary:active:not(:disabled), .button-secondary:focus:not(:disabled) {
    background-color: #578cc1;
    cursor: pointer; }
  .button-secondary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button-secondary:hover {
    color: white; }

.button-tertiary {
  background-color: #fd4273;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: 500; }
  .button-tertiary:hover:not(:disabled) {
    background-color: #ff5a85;
    cursor: pointer; }
  .button-tertiary:active:not(:disabled), .button-tertiary:focus:not(:disabled) {
    background-color: #f82d62;
    cursor: pointer; }
  .button-tertiary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button-tertiary:hover {
    color: white; }

.button-plain {
  background-color: #f0efed;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: 500; }
  .button-plain:hover:not(:disabled) {
    background-color: #fcfbfb;
    cursor: pointer; }
  .button-plain:active:not(:disabled), .button-plain:focus:not(:disabled) {
    background-color: #e3e2e0;
    cursor: pointer; }
  .button-plain:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button-plain:hover {
    color: white; }
  .button-plain:hover {
    color: #474747; }

.button-plain-invert {
  background-color: white;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  background-color: white;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: 500;
  border: 1px #C0C0C0 solid; }
  .button-plain-invert:hover:not(:disabled) {
    background-color: white;
    cursor: pointer; }
  .button-plain-invert:active:not(:disabled), .button-plain-invert:focus:not(:disabled) {
    background-color: #f2f2f2;
    cursor: pointer; }
  .button-plain-invert:hover:not(:disabled) {
    background-color: white;
    cursor: pointer; }
  .button-plain-invert:active:not(:disabled), .button-plain-invert:focus:not(:disabled) {
    background-color: #f2f2f2;
    cursor: pointer; }
  .button-plain-invert:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button-plain-invert:hover {
    color: white; }
  .button-plain-invert:hover {
    color: #474747;
    background-color: #f0efed; }

.button-white {
  background-color: white;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  background-color: white;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: 500; }
  .button-white:hover:not(:disabled) {
    background-color: white;
    cursor: pointer; }
  .button-white:active:not(:disabled), .button-white:focus:not(:disabled) {
    background-color: #f2f2f2;
    cursor: pointer; }
  .button-white:hover:not(:disabled) {
    background-color: white;
    cursor: pointer; }
  .button-white:active:not(:disabled), .button-white:focus:not(:disabled) {
    background-color: #f2f2f2;
    cursor: pointer; }
  .button-white:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button-white:hover {
    color: white; }
  .button-white:hover {
    background-color: #f0efed; }

.link-primary {
  color: #6699cc; }
  .link-primary:hover {
    color: #6699cc; }

/**
* Math to calculate background-position-y, background-size, and padding-bottom (all values extracted from sprite file):
* background-position-y: (sprite_top_y_coordinate / ( sprite_file_height - sprite_height )) * 100
* background-size: (sprite_file_width / sprite_width ) * 100
* padding-bottom: (sprite_height / sprite_width) * 100
*/
body {
  color: #474747;
  font-family: "Ubuntu";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Ubuntu";
  line-height: 1.25em;
  margin: 0 0 0.6em;
  text-rendering: optimizeLegibility;
  font-weight: 500; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.9em; }

a {
  color: #474747;
  text-decoration: none; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #f0efed;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #f0efed;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #6d6d6d; }

.redacted {
  color: #6d6d6d; }

blockquote {
  border-left: 2px solid #f0efed;
  color: #6d6d6d;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #878787;
  font-style: italic; }
  cite:before {
    content: '\2014   \A0'; }

strong {
  font-weight: 500; }

fieldset {
  background: white;
  border: 1px solid #f0efed; }

input,
label,
select {
  display: block;
  font-family: "Ubuntu";
  font-size: 1em; }

label {
  font-weight: 500;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Ubuntu";
  margin-bottom: 0.75em;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  color: #808080;
  font-weight: normal;
  text-align: left;
  min-height: 42px;
  font-size: 15px; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #d9d6d1; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #6699cc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(83, 140, 198, 0.7);
    outline: none; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  line-height: 26px;
  height: 42px; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal; }

input:disabled {
  background: #fafafa;
  color: #333333; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #cdcac3;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #f0efed;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.error, .components__messages__message--error, .accounts__components__form__error, #flash_failure {
  background: #FBE3E4;
  color: #97161b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .error a, .components__messages__message--error a, .accounts__components__form__error a, #flash_failure a {
    color: #6a0f13; }
    .error a:hover, .components__messages__message--error a:hover, .accounts__components__form__error a:hover, #flash_failure a:hover {
      color: #110203; }

.notice, .components__messages__message--info, .components__messages__message--warning, #flash_notice {
  background: #fdc52d;
  color: black;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .notice a, .components__messages__message--info a, .components__messages__message--warning a, #flash_notice a {
    color: black; }
    .notice a:hover, .components__messages__message--info a:hover, .components__messages__message--warning a:hover, #flash_notice a:hover {
      color: black; }

.success, .components__messages__message--success, #flash_success {
  background: #d3e8d7;
  color: #2f5a37;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .success a, .components__messages__message--success a, #flash_success a {
    color: #1e3823; }
    .success a:hover, .components__messages__message--success a:hover, #flash_success a:hover {
      color: black; }

.important, .components__messages__message--important, #flash_success {
  background: #f181ae;
  color: #3a061b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .important a, .components__messages__message--important a, #flash_success a {
    color: #0c0105; }
    .important a:hover, .components__messages__message--important a:hover, #flash_success a:hover {
      color: black; }

@font-face {
  font-family: 'wanderlust_shineregular';
  src: url("/static/fonts/wanderlustshine-webfont.woff2") format("woff2"), url("/static/fonts/wanderlustshine-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-animation: bugfix infinite 1s; }
  body:after {
    content: " ";
    display: block;
    clear: both; }
  body iframe[name="google_conversion_frame"] {
    display: none; }
  body > header {
    position: relative;
    z-index: 2002;
    background-color: white; }
  body.preview > header,
  body.preview > .zopim {
    display: none !important;
    overflow: hidden; }
  body.preview .components__footer {
    display: none; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }

body.no-scroll {
  position: fixed;
  overflow: hidden;
  z-index: 2000; }

@media (max-width: 768px) {
  body.no-scroll-mobile-only {
    position: fixed;
    overflow: hidden;
    z-index: 2000; } }

body.fixed {
  overflow: hidden; }

body.overlay .app__main {
  margin-top: 56.22222222vw; }

img {
  height: auto;
  display: block;
  width: auto; }

.app__nav {
  border-bottom: 1px solid #dddddd;
  height: 3.125em; }

.app__main {
  -webkit-transition: margin-top 500ms ease-in-out;
  -moz-transition: margin-top 500ms ease-in-out;
  transition: margin-top 500ms ease-in-out; }
  .app__main.no-animation {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.app__main:not(.app__main--no-header) {
  height: calc(100% - 3.125em); }

.app__main--no-header {
  height: 100%; }

.app__modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9997;
  display: none; }
  .app__modal.scrollable {
    overflow-y: scroll; }
  .app__modal.active {
    opacity: 1; }
  .app__modal__overlay {
    background-color: #333;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998; }
  .app__modal__container {
    background-color: white;
    border-radius: 0.625em;
    padding: 0.9em; }
    .app__modal__container-wrapper {
      display: none;
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 2.5%;
      padding-right: 2.5%;
      position: absolute;
      z-index: 9999;
      top: 0.45em;
      padding: 0.9em;
      max-height: 100%; }

.app__legal-popup {
  font-size: 14px;
  display: block;
  overflow: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: 0; }
  .app__legal-popup__buttons {
    display: flex;
    width: 100%; }
    .app__legal-popup__buttons button {
      flex-grow: 1;
      flex-basis: 50%;
      margin-right: 5px; }
      .app__legal-popup__buttons button:last-of-type {
        margin-right: 0;
        margin-left: 5px; }
  .app__legal-popup__agree {
    border: 0; }
    .app__legal-popup__agree[disabled] {
      opacity: 0.5; }
      .app__legal-popup__agree[disabled]:hover {
        background-color: #47b549 !important; }
  .app__legal-popup__checkbox {
    cursor: pointer; }
    .app__legal-popup__checkbox input {
      display: none;
      position: absolute;
      outline: none;
      left: 0;
      top: 0;
      padding: 0;
      width: 0;
      height: 0;
      border: none;
      margin: 0;
      opacity: 0;
      z-index: -1; }
      .app__legal-popup__checkbox input:checked + label > div {
        background-color: #47b549; }
        .app__legal-popup__checkbox input:checked + label > div.secondary, .app__legal-popup__checkbox input:checked + label > div.housesitter {
          background-color: #6699CC; }
        .app__legal-popup__checkbox input:checked + label > div.tertiary, .app__legal-popup__checkbox input:checked + label > div.membership {
          background-color: #fd4273; }
    .app__legal-popup__checkbox label {
      display: inline-block;
      cursor: pointer;
      font-weight: 400; }
      .app__legal-popup__checkbox label * {
        cursor: pointer; }
      .app__legal-popup__checkbox label > div {
        float: left;
        background-color: white;
        border: 1px solid #bcbcbc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 24px;
        height: 24px; }
        .app__legal-popup__checkbox label > div > div {
          margin-top: 0;
          padding: 3px;
          display: block; }
      .app__legal-popup__checkbox label > span {
        margin-left: 14px;
        float: left;
        line-height: 24px;
        width: calc(100% - 24px - 14px); }
  .app__legal-popup__content {
    width: 100%; }
    .app__legal-popup__content__inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      max-width: 535px;
      margin: 0 auto;
      padding-top: 6%;
      padding-bottom: 20px;
      padding-left: 15px;
      padding-right: 15px; }
      .app__legal-popup__content__inner hr {
        margin: 0.7em 0; }
      .app__legal-popup__content__inner__title {
        font-size: 20px;
        margin-bottom: 0.3em; }
      .app__legal-popup__content__inner__intro-copy {
        display: none; }
      .app__legal-popup__content__inner__copy {
        min-height: 0;
        max-height: 290px;
        overflow: auto;
        flex-grow: 1; }
  .app__legal-popup .support__terms-and-conditions {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    flex-grow: 1; }
  .app__legal-popup .app__modal__container {
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 0; }

@media (min-width: 768px) {
  .app__legal-popup__buttons button {
    margin: 0;
    width: auto;
    flex-grow: 0;
    flex-basis: auto; }
  .app__legal-popup__agree {
    width: auto; }
  .app__legal-popup__content__inner {
    padding-top: 4%; }
    .app__legal-popup__content__inner hr {
      margin: 1.5em 0; }
    .app__legal-popup__content__inner__title {
      font-size: 24px; }
    .app__legal-popup__content__inner__intro-copy {
      display: block; }
    .app__legal-popup__content__inner__copy {
      max-height: auto; }
  .app__legal-popup.app__modal__container-wrapper {
    width: 90%;
    margin-left: 5%; }
  .app__legal-popup .app__modal__container {
    border-radius: 0; }
  .app__nav {
    height: 5.125em; }
  .app__main:not(.app__main--no-header) {
    height: calc(100% - 5.125em); } }

@media (min-width: 47em) {
  .app__modal__container-wrapper {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; } }

.tabs {
  display: none;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  min-height: 0;
  height: 300px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .tabs {
      display: flex; } }

.tabs__list {
  display: flex;
  min-height: 65px;
  min-height: min-content;
  border-bottom: solid 1px #f0efed;
  margin-bottom: 24px; }
  @media (min-width: 420px) {
    .tabs__list {
      min-height: 40px;
      min-height: min-content; } }
  @media (min-width: 768px) {
    .tabs__list {
      min-height: 45px;
      min-height: min-content; } }

.tabs__tab {
  display: inline-block;
  flex-grow: 1;
  text-align: center; }
  .tabs__tab a {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 10px 5px;
    border: 0;
    line-height: 1.5;
    text-align: center; }
    @media (min-width: 768px) {
      .tabs__tab a {
        padding: 10px 0; } }
  .tabs__tab--active {
    border-bottom: 4px solid #fd4273; }

.tabs__content {
  display: none; }
  .tabs__content--active {
    display: block; }
  .tabs__content ul {
    line-height: 1.5;
    text-align: left; }
    .tabs__content ul li {
      margin-bottom: 25px;
      margin-left: 25px;
      position: relative; }
      .tabs__content ul li:before {
        content: "";
        position: absolute;
        border-radius: 100%;
        height: 8px;
        width: 8px;
        background-color: #fd4273;
        left: -24px;
        top: calc(50% - 4px); }

.tabs__content-wrapper {
  overflow: auto;
  min-height: 0; }

.list--colored {
  line-height: 1.5;
  text-align: left; }
  .list--colored li {
    margin-bottom: 15px;
    margin-left: 15px;
    position: relative; }
    .list--colored li:before {
      content: "";
      position: absolute;
      border-radius: 100%;
      height: 8px;
      width: 8px;
      background-color: #fd4273;
      left: -15px;
      top: calc(50% - 4px); }
  @media (min-width: 768px) {
    .list--colored li {
      margin-bottom: 25px;
      margin-left: 25px; }
      .list--colored li:before {
        left: -24px; } }

.gifts__base-checkout .gifts__base__header-wrapper {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.gifts__base-checkout .gifts__base__header {
  padding-bottom: 0; }

.gifts__base-checkout__container {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }
  .gifts__base-checkout__container .components__grid__wrapper > * {
    margin-bottom: 0 !important; }
  .gifts__base-checkout__container hr {
    border-bottom: 3px dashed #cccccc; }
  .gifts__base-checkout__container button {
    text-decoration: center;
    display: inherit; }

@media (min-width: 1024px) {
  .gifts__base-checkout .gifts__base__header {
    padding-left: 12.5em;
    padding-top: 35px; } }

.gifts__base {
  background: url("/static/next/dist/images/gifts/background.jpg") repeat-x center;
  background-size: cover;
  padding-bottom: 30px;
  color: #474747; }
  .gifts__base > div {
    position: relative; }
    .gifts__base > div > div {
      overflow: visible; }
  .gifts__base h1 {
    font-size: 32px;
    margin-bottom: 10px; }
  .gifts__base__header {
    padding-bottom: 2.5em;
    min-height: 6.25em;
    background: url("/static/next/dist/images/gifts/vouchers-320-owner-above.png") top center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 500px; }
    .gifts__base__header__bow {
      position: absolute;
      width: 4.375em;
      left: 0;
      top: -5px; }
    .gifts__base__header > h1 {
      padding-top: 50%; }
  .gifts__base .components__trustpilot--smallest {
    display: none;
    padding-top: 5px; }
  @media (min-width: 768px) {
    .gifts__base h1 {
      font-size: 60px; }
    .gifts__base__header {
      /*
            padding-top: 0;
            background-repeat: no-repeat;
            background-size: em(270);
            max-width: none;
            */ }
      .gifts__base__header__bow {
        width: 13.125em;
        left: -5px;
        top: -20px; } }
  @media (min-width: 1024px) {
    .gifts__base__header {
      padding-top: 0;
      padding-left: 13.125em;
      background: url("/static/next/dist/images/gifts/vouchers-1024-owner-above.png") top right;
      background-repeat: no-repeat;
      background-size: 16.875em;
      max-width: none; }
      .gifts__base__header > h1 {
        padding-top: 0; }
      .gifts__base__header > h1,
      .gifts__base__header > h3,
      .gifts__base__header > p {
        width: 60%; }
    .gifts__base .components__trustpilot--smallest {
      display: block; } }

.gifts__start {
  background-color: #f0f0f0; }
  .gifts__start__plans__membership-type .components__btn--housesitter,
  .gifts__start__plans__membership-type .components__btn--homeowner {
    white-space: normal;
    line-height: 125%; }
  .gifts__start__plans__membership-type__plan {
    text-align: center;
    width: 47%;
    border: 5px solid white !important;
    border-radius: 12px;
    padding: 10px;
    margin: auto; }
    .gifts__start__plans__membership-type__plan > h3 {
      font-size: 32px;
      line-height: 55%;
      margin-bottom: 0;
      margin: 10px 0; }
      .gifts__start__plans__membership-type__plan > h3 span:first-of-type {
        color: #333333 !important;
        font-size: 20px; }
      .gifts__start__plans__membership-type__plan > h3 span:last-of-type {
        color: #333333;
        font-size: 14px;
        font-family: "Ubuntu";
        font-weight: 400; }
  .gifts__start__currency-select {
    text-align: center; }
    .gifts__start__currency-select > select {
      margin: 15px 0;
      display: inline-block; }
  @media (min-width: 1024px) {
    .gifts__start__currency-select > select {
      margin: 30px 0; }
    .gifts__start__redeem > h3, .gifts__start__redeem > p {
      display: inline-block;
      margin-right: 20px; } }

.about section {
  width: 100%;
  float: left; }

.about__hero > div {
  width: 100%;
  max-width: 1920px;
  padding-bottom: 69.69242311%;
  margin: 0 auto;
  background-image: url(/static/next/dist/images/about/about-us__hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center; }
  .about__hero > div h1 {
    color: black;
    display: block;
    position: absolute;
    width: 100%;
    font-size: 32px;
    top: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px; }

.about__message {
  margin-top: 14px;
  padding: 0 14px; }
  .about__message h1 {
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 14px; }
    .about__message h1:after {
      position: absolute;
      content: ' ';
      width: 130px;
      left: calc(50% - 65px);
      bottom: 0;
      height: 12px;
      background-image: url(/static/next/dist/images/about/about-us__title-line.png);
      background-repeat: repeat-x;
      background-size: 12px 12px; }
    .about__message h1 span {
      max-width: 210px;
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      line-height: 125%;
      text-align: center;
      color: #333333; }
  .about__message p {
    max-width: 400px;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #808080;
    margin: 0 auto; }
  .about__message p + p {
    margin-top: 20px; }
  .about__message--3 h1 span {
    max-width: 220px; }

.about__note ul {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0; }
  .about__note ul li {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.6px;
    text-align: center;
    color: #f181ae; }

.about__slide {
  max-width: 1920px;
  margin: 0 auto;
  float: none !important; }
  .about__slide div {
    width: 50%;
    float: left; }
    .about__slide div ul {
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 30px 0 0 0; }
      .about__slide div ul li {
        width: 100%;
        float: left; }

.about__team h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 20px; }

.about__team > div {
  padding: 5px;
  max-width: 1284px;
  margin: 0 auto; }

.about__team__item {
  padding: 10px;
  width: 50%;
  float: left;
  cursor: pointer; }
  .about__team__item > div {
    width: 100%; }
    .about__team__item > div figure {
      margin: 0;
      padding: 0;
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
      .about__team__item > div figure > div {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #979797; }
        .about__team__item > div figure > div div {
          position: absolute;
          width: 100%;
          height: 100%; }
          .about__team__item > div figure > div div > span {
            position: absolute;
            z-index: 1;
            display: block;
            color: white;
            width: 100%;
            font-size: 16px;
            line-height: 140%;
            margin-top: 50%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0 14px; }
            .about__team__item > div figure > div div > span > span {
              font-weight: 400;
              line-height: 125%;
              display: none;
              width: 100%; }
      .about__team__item > div figure img {
        position: absolute;
        z-index: 2;
        -webkit-transition: opacity 350ms ease-in-out;
        -moz-transition: opacity 350ms ease-in-out;
        transition: opacity 350ms ease-in-out; }
    .about__team__item > div h3 {
      font-size: 16px;
      line-height: 140%;
      color: #333333;
      font-weight: 500;
      margin: 0;
      padding: 0; }
    .about__team__item > div h4 {
      font-size: 16px;
      line-height: 140%;
      color: #333333;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .about__team__item > div p {
      display: none; }
    .about__team__item > div:hover figure img {
      opacity: 0; }
  .about__team__item.open > div figure > div {
    background-color: transparent; }
    .about__team__item.open > div figure > div div {
      background-color: rgba(253, 66, 115, 0.5); }
      .about__team__item.open > div figure > div div > span {
        color: white; }
  .about__team__item.open > div figure img {
    opacity: 0.2; }

.about__team__details {
  height: 0;
  -webkit-transition: height 350ms ease-in-out;
  -moz-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
  width: 100%;
  float: left;
  display: none;
  overflow: hidden;
  padding: 10px; }
  .about__team__details.opening, .about__team__details.closing {
    display: block; }
  .about__team__details.open {
    display: block;
    height: auto;
    overflow: visible; }
  .about__team__details.closing {
    padding: 0 !important; }
  .about__team__details > div > div {
    width: 100%; }
    .about__team__details > div > div img {
      width: 100%; }
    .about__team__details > div > div h4 {
      font-size: 16px;
      font-weight: 500;
      line-height: 140%;
      color: #333333;
      margin-bottom: 10px; }
    .about__team__details > div > div h5 {
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      color: #333333;
      margin-bottom: 10px; }
    .about__team__details > div > div h6 {
      font-size: 16px;
      font-weight: 500;
      line-height: 140%;
      color: #808080;
      margin-bottom: 10px; }
    .about__team__details > div > div p {
      font-size: 16px;
      line-height: 140%;
      color: #808080;
      margin-bottom: 10px; }

.about__more {
  padding: 25px 0 50px 0; }
  .about__more div {
    width: 100%;
    padding-bottom: 25px;
    text-align: center; }
  .about__more a {
    display: inline-block;
    width: 200px;
    height: 105px;
    background-color: #9fc7e2; }
    .about__more a span {
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 130%;
      color: white;
      width: 80%;
      display: block;
      margin: 0 auto;
      margin-top: 25%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

@media (min-width: 480px) {
  .about__hero > div h1 {
    font-size: 42px; } }

@media (min-width: 560px) {
  .about__message {
    margin-top: 30px; }
    .about__message h1 {
      max-width: 480px;
      padding-bottom: 0;
      margin-bottom: 20px; }
      .about__message h1:after {
        width: 100%;
        left: 0;
        bottom: calc(50% - 6px);
        z-index: -1; }
      .about__message h1 span {
        max-width: 270px;
        background-color: white;
        z-index: 2;
        padding: 0 30px;
        font-size: 24px;
        line-height: 125%; }
    .about__message p {
      max-width: 510px;
      font-size: 16px;
      margin: 0 auto; }
    .about__message--2 h1 span {
      max-width: 300px; }
    .about__message--3 h1 span {
      max-width: 100%; }
    .about__message--3 h1:after {
      display: none; }
  .about__note ul {
    margin: 20px 0 0 0; }
    .about__note ul li {
      font-size: 18px; }
  .about__team__item {
    width: 33.333333%; }
    .about__team__item > div figure > div {
      background-color: #d8d8d8; }
      .about__team__item > div figure > div div > span {
        font-size: 30px;
        font-weight: 700;
        color: #b6a19a; }
        .about__team__item > div figure > div div > span span {
          font-size: 24px;
          font-weight: 400; }
    .about__team__item > div:hover figure > div {
      border: solid 1px #979797; } }

@media (min-width: 650px) {
  .about__slide div ul {
    margin: 40px 0 0 0; }
    .about__slide div ul li {
      width: 50%;
      float: left; }
  .about__more {
    padding: 80px 0 100px 0; }
    .about__more div {
      width: 50%;
      padding-bottom: 25px;
      text-align: center;
      float: left; }
    .about__more a {
      float: right;
      margin-right: 50px; }
    .about__more div + div a {
      float: left;
      margin-left: 50px; } }

@media (min-width: 768px) {
  .about__hero > div {
    padding-bottom: 46.875%; }
    .about__hero > div h1 {
      font-size: 52px; }
  .about__message {
    margin-top: 60px; }
    .about__message h1 {
      max-width: 710px;
      margin-bottom: 48px; }
      .about__message h1 span {
        max-width: 295px;
        font-size: 30px; }
    .about__message p {
      max-width: 510px;
      font-size: 20px;
      line-height: 140%;
      margin: 0 auto; }
    .about__message--2 h1 span {
      max-width: 330px; }
    .about__message--3 h1 span {
      max-width: 100%; }
  .about__note ul {
    margin: 40px 0 0 0; }
    .about__note ul li {
      font-size: 22px;
      display: inline-block;
      width: auto; }
    .about__note ul li + li {
      padding-left: 10px; }
      .about__note ul li + li:before {
        content: '-';
        padding-right: 10px; }
  .about__team h2 {
    font-size: 24px;
    margin: 40px 0 30px 0; }
  .about__team__item {
    padding: 15px; }
  .about__team__details {
    padding: 15px; }
    .about__team__details > div > div {
      width: calc(40% - 15px);
      float: left; }
      .about__team__details > div > div:last-child {
        width: calc(60% + 15px);
        padding-left: 30px; } }

@media (min-width: 900px) {
  .about__team__item {
    width: 25%;
    padding: 20px; }
    .about__team__item h3, .about__team__item h4 {
      display: none; }
    .about__team__item.open > div figure > div div > span span {
      display: inline-block; }
  .about__team__details {
    padding: 20px; }
    .about__team__details > div > div {
      width: calc(40% - 20px); }
      .about__team__details > div > div:last-child {
        width: calc(60% + 20px);
        padding-left: 40px; } }

@media (min-width: 1024px) {
  .about__hero > div {
    padding-bottom: 46.875%; }
    .about__hero > div h1 {
      font-size: 62px; }
  .about__note ul {
    margin: 50px 0 0 0; }
    .about__note ul li {
      font-size: 30px; }
    .about__note ul li + li {
      padding-left: 10px; }
  .about__slide div ul {
    margin: 60px 0 0 0; }
  .about__team h2 {
    font-size: 30px;
    margin: 60px 0 50px 0; } }

@media (min-width: 1224px) {
  .about__hero > div h1 {
    font-size: 72px;
    top: 50px; }
  .about__note ul {
    margin: 50px 0 0 0; }
    .about__note ul li {
      font-size: 36px; }
    .about__note ul li + li {
      padding-left: 10px; }
  .about__team__item {
    width: 20%;
    padding: 25px; }
  .about__team__details {
    padding: 25px; }
    .about__team__details > div > div {
      width: calc(40% - 25px); }
      .about__team__details > div > div:last-child {
        width: calc(60% + 25px);
        padding-left: 50px; } }

@media (min-width: 1920px) {
  .about__hero > div h1 {
    font-size: 72px;
    top: 100px; } }

.home .components__animated-paw {
  display: none; }

.home h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 25px;
  text-align: center; }

.home p {
  font-size: 14px; }

.home .components__btn--membership.home__test__button, .home .home__test__button.components__nav-bar__refer-a-friend-button, .home .home__test__button.components__nav-bar__join-now-button {
  width: 230px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  background-color: #e1007e;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px; }

.home label {
  padding: 15px 0;
  color: black;
  margin-bottom: 0;
  font-size: 16px; }

.home__hero {
  height: 520px;
  z-index: 1000;
  width: 100%;
  position: relative; }
  .home__hero__content {
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%; }
  .home__hero__background {
    background-image: url(/static/next/dist/images/home/test/home_bg_mobile.jpg);
    background-position: top;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home__hero .components__hero__title, .home__hero .components__hero__title--small, .home__hero .components__hero__title--side {
    font-size: 34px;
    text-align: left;
    margin-top: 54px;
    float: none;
    color: #000000;
    width: 65%; }
  .home__hero__phone-bubble {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    text-align: center;
    color: white; }
    .home__hero__phone-bubble > div {
      line-height: 100%; }
      .home__hero__phone-bubble > div > p {
        display: inline;
        text-align: left;
        font-size: 12px; }
  .home__hero__search {
    position: absolute;
    width: 100%;
    bottom: 55px; }
    .home__hero__search > div {
      padding: 0; }
    .home__hero__search__tabs {
      font-size: 0; }
    .home__hero__search__inputs {
      margin: 15px 20px;
      padding: 0 15px 15px;
      background-color: white;
      font-size: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .home__hero__search__inputs input {
        font-size: 14px;
        display: inline-block;
        float: none;
        height: 44px;
        width: calc(100% - 44px - 20px);
        line-height: 44px;
        padding: 0 15px;
        color: #6699CC;
        border: 1px solid #cccccc;
        margin-right: 10px;
        vertical-align: bottom;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
        .home__hero__search__inputs input::-webkit-input-placeholder {
          color: #6699CC; }
        .home__hero__search__inputs input::-moz-placeholder {
          color: #6699CC; }
        .home__hero__search__inputs input:-moz-placeholder {
          color: #6699CC; }
        .home__hero__search__inputs input:-ms-input-placeholder {
          color: #6699CC; }
        .home__hero__search__inputs input:focus {
          outline: none; }
      .home__hero__search__inputs__search-assignments > input {
        color: #47b549; }
        .home__hero__search__inputs__search-assignments > input::-webkit-input-placeholder {
          color: #47b549; }
        .home__hero__search__inputs__search-assignments > input::-moz-placeholder {
          color: #47b549; }
        .home__hero__search__inputs__search-assignments > input:-moz-placeholder {
          color: #47b549; }
        .home__hero__search__inputs__search-assignments > input:-ms-input-placeholder {
          color: #47b549; }
      .home__hero__search__inputs a {
        height: 44px;
        width: 44px;
        vertical-align: bottom;
        display: inline-block;
        background: #6699CC url(/static/next/dist/images/icons/search/search-2x.png) no-repeat center;
        background-size: 26px;
        padding: 0;
        border: none;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .home__hero__search__inputs a.components__btn--homeowner {
          background-color: #47b549; }

.home__sitter {
  position: relative; }
  .home__sitter__tags--free {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: rgba(128, 128, 128, 0.6);
    color: white;
    font-size: 14px;
    padding: 0 20px 0 10px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

.home__assignment {
  position: relative; }
  .home__assignment__location {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: rgba(128, 128, 128, 0.6);
    color: white;
    font-size: 14px;
    padding: 0 20px 0 10px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

.home__discover.info__box {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
  .home__discover.info__box .info__box__arrow--left {
    left: 0; }
  .home__discover.info__box .info__box__arrow--right {
    right: 0; }

.home__storystream {
  padding: 0 10px 50px !important; }

.home__app-promotion {
  float: left;
  width: 100%; }

.home__test {
  padding-top: 3.125em; }
  .home__test .trustpilot-widget {
    padding-top: 7px;
    height: 35px; }
  .home__test__how-it-works-triple > div {
    padding-bottom: 0; }
  .home__test__how-it-works {
    color: white;
    font-size: 14px;
    padding: 30px 10px 10px; }
    .home__test__how-it-works__how-it-works-container {
      height: 162px;
      margin: 20px 10px;
      padding: 25px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      background-color: #5EB137;
      background-image: -webkit-linear-gradient(-387deg, #5EB137, #5DBC99);
      background-image: linear-gradient(117deg,#5EB137, #5DBC99);
      position: relative; }
      .home__test__how-it-works__how-it-works-container.pricing {
        background-color: #32B0CA;
        background-image: -webkit-linear-gradient(-569deg, #32B0CA, #59BBA8);
        background-image: linear-gradient(299deg,#32B0CA, #59BBA8); }
    .home__test__how-it-works a {
      border: 1px solid white;
      color: white;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      width: 220px;
      height: 40px;
      line-height: 200%;
      background-color: transparent;
      position: absolute;
      left: 20px;
      bottom: 15px; }
      .home__test__how-it-works a:hover {
        opacity: 0.7; }
  .home__test__video-container {
    margin: 0 10px;
    background-image: url(/static/next/dist/images/home/test/video_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: white; }
    .home__test__video-container__play {
      background-image: url(/static/next/dist/images/video/play-white.svg);
      background-repeat: no-repeat;
      height: 22px;
      width: 20px;
      display: inline-block;
      position: absolute;
      left: 18px; }
    .home__test__video-container > div {
      padding-top: 60%; }
      .home__test__video-container > div > button {
        width: 220px;
        height: 40px;
        background-color: #e1007e;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        border: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 16px; }
        .home__test__video-container > div > button:hover {
          opacity: 0.85; }
  .home__test__discover {
    padding: 20px 0; }
    .home__test__discover .search__discover .info__box__slides__slide {
      min-height: 118px; }
      .home__test__discover .search__discover .info__box__slides__slide figure img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
  .home__test__safety {
    display: inline-block;
    width: 100%; }
    .home__test__safety .partners-page__safety {
      background-color: white;
      padding: 50px 30px 0; }
      .home__test__safety .partners-page__safety > p {
        display: none; }
      .home__test__safety .partners-page__safety ul > li > p {
        margin: auto; }
    .home__test__safety > div > a {
      font-size: 14px;
      text-align: center;
      color: #6699CC;
      display: block; }
  .home__test__join-now {
    float: none; }
    .home__test__join-now > div {
      padding: 40px 0 30px; }
  .home__test__featured-in-container {
    float: left;
    width: 100%;
    padding: 40px 30px; }
    .home__test__featured-in-container > div > h2 {
      display: none; }
  .home__test__video-popup {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 50px;
    max-width: 1440px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .home__test__video-popup > div {
      background-color: transparent;
      position: relative;
      padding-bottom: 56.25%; }
      .home__test__video-popup > div:before, .home__test__video-popup > div:after {
        content: '';
        position: absolute;
        cursor: pointer;
        right: -20px;
        top: 0;
        width: 4px;
        height: 30px;
        background-color: white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .home__test__video-popup > div:after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .home__test__video-popup > div > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
  .home__test__trustpilot {
    min-height: 400px;
    padding: 40px 20px; }

@media (min-width: 360px) {
  .home__test__how-it-works__how-it-works-container {
    height: 143px; } }

@media (min-width: 480px) {
  .home__discover.info__box {
    padding-left: 0;
    padding-right: 0; }
    .home__discover.info__box .info__box__pagination {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(100% - 20px); }
    .home__discover.info__box .info__box__arrow--left {
      left: 10px; }
    .home__discover.info__box .info__box__arrow--right {
      right: 10px; } }

@media (min-width: 650px) {
  .home h4 {
    font-size: 24px; }
  .home__test__how-it-works a {
    width: 145px;
    text-align: center;
    bottom: 0;
    margin: 15px 0; }
  .home__test__safety {
    padding: 50px 60px 0; }
    .home__test__safety .partners-page__safety {
      background-color: transparent;
      padding: 0 0 20px; }
      .home__test__safety .partners-page__safety > h4 {
        font-size: 24px;
        margin-bottom: 40px;
        font-weight: 500; }
      .home__test__safety .partners-page__safety ul > li > img {
        width: 60px;
        height: 60px; }
      .home__test__safety .partners-page__safety ul > li > p {
        font-size: 14px;
        width: 100%; } }

@media (min-width: 660px) {
  .home__hero {
    height: 390px; }
    .home__hero .components__hero__title, .home__hero .components__hero__title--small, .home__hero .components__hero__title--side {
      width: 35%;
      position: absolute;
      left: 40px;
      bottom: 240px;
      padding: 0; }
    .home__hero__subtitle {
      display: block;
      position: absolute;
      left: 40px;
      bottom: 204px;
      font-size: 16px;
      line-height: 26px;
      padding: 0; }
    .home__hero__search {
      bottom: 0; }
      .home__hero__search > div {
        margin: 0 40px; }
      .home__hero__search--wrapper {
        width: calc(50% - 10px);
        padding: 0 !important;
        float: left; }
        .home__hero__search--wrapper:last-child {
          margin-left: 20px; }
      .home__hero__search__inputs {
        margin: 0;
        width: 100%;
        display: inline-block;
        margin-bottom: 70px; }
      .home__hero__search .search-sitters {
        left: 40px; }
      .home__hero__search .search-assignments {
        right: 40px; }
    .home__hero__phone-bubble {
      bottom: 20px;
      right: 40px;
      left: unset;
      margin: 0;
      width: calc(50% - 80px); }
  .home__test__how-it-works {
    padding: 14px 30px; }
    .home__test__how-it-works__how-it-works-container {
      width: calc(50% - 22px);
      display: inline-block; }
  .home__test__video-container {
    height: 225px;
    margin-top: 14px; }
    .home__test__video-container > div {
      padding: 0;
      height: 100%; }
  .home__test__discover {
    padding: 20px 15px; }
    .home__test__discover .search__discover {
      padding: 0; }
      .home__test__discover .search__discover figure img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
    .home__test__discover .info__box__arrow {
      bottom: 0; }
  .home__test__trustpilot {
    min-height: 400px; } }

@media (min-width: 768px) {
  .home {
    padding-top: 5.125em; }
    .home .components__hero__title, .home .components__hero__title--small, .home .components__hero__title--side {
      margin-top: 80px;
      margin-bottom: 0;
      width: 100%;
      position: initial;
      text-align: center; }
    .home__hero {
      height: 390px; }
      .home__hero__subtitle {
        position: initial;
        padding: 10px; }
      .home__hero__background {
        background: url(/static/next/dist/images/home/test/ladydog_hero_ratio3.jpg) no-repeat center;
        background-size: cover; }
      .home__hero__search {
        margin-bottom: 0; }
        .home__hero__search--wrapper:last-child {
          margin-left: 0;
          float: right; }
          .home__hero__search--wrapper:last-child > div {
            float: right; }
        .home__hero__search__inputs {
          bottom: 40px;
          max-width: 440px;
          margin-bottom: 40px; }
      .home__hero__phone-bubble {
        background-repeat: no-repeat;
        background-size: 220px;
        position: fixed;
        bottom: auto;
        right: 0;
        top: 127px;
        background-image: none;
        background-color: #67c179;
        height: initial;
        text-align: left;
        width: 160px;
        padding: 10px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
        .home__hero__phone-bubble > div {
          line-height: 140%; }
          .home__hero__phone-bubble > div > p {
            font-size: 14px; }
    .home__sitter__tags--free {
      padding: 0 5px 0 10px; }
    .home__assignment__location {
      padding: 0 5px 0 10px; }
    .home__test__how-it-works {
      padding: 20px 40px; }
      .home__test__how-it-works__how-it-works-container {
        width: 190px;
        height: 190px;
        margin: 30px 20px 30px 0;
        float: left; }
        .home__test__how-it-works__how-it-works-container a {
          font-size: 14px;
          padding: 5px; }
      .home__test__how-it-works button {
        width: 145px;
        height: 45px;
        padding: 5px 15px; }
    .home__test__video-container {
      height: 190px;
      width: calc(100% - 420px);
      margin: 30px 0;
      display: inline-block;
      background-size: cover; }
    .home__test__join-now > div {
      padding: 0; }
    .home__test__trustpilot {
      min-height: 220px; }
    .home__test__discover .info__box__arrow {
      bottom: 50%; } }

@media (min-width: 1024px) {
  .home__sitter__tags--free {
    padding: 0 20px 0 10px; }
  .home__assignment__location {
    padding: 0 20px 0 10px; }
  .home label {
    font-size: 20px; }
  .home__hero {
    height: 514px; }
    .home__hero__background {
      background-image: url(/static/next/dist/images/home/test/ladydog_hero_ratio1.jpg);
      background-position: 46% 55%; }
    .home__hero .components__hero__title, .home__hero .components__hero__title--small, .home__hero .components__hero__title--side {
      font-size: 48px; }
    .home__hero__subtitle {
      font-size: 18px;
      line-height: 180%; }
    .home__hero__search > div {
      margin: 0 60px; }
    .home__hero__search--wrapper:first-child {
      margin-right: 15px;
      padding-left: calc(50% - 440px) !important; }
    .home__hero__search--wrapper:last-child {
      float: left; }
      .home__hero__search--wrapper:last-child > div {
        float: left;
        margin-left: 15px; }
    .home__hero__search__inputs {
      height: 130px;
      margin-bottom: 35px;
      padding: 15px 25px; }
      .home__hero__search__inputs input {
        margin-right: 15px; }
    .home__hero__search .search-sitters {
      left: 60px; }
    .home__hero__search .search-assignments {
      right: 60px; }
  .home__test__how-it-works {
    padding: 20px 60px; }
    .home__test__how-it-works__how-it-works-container {
      height: 225px;
      margin: 30px 30px 30px 0;
      font-size: 16px; }
      .home__test__how-it-works__how-it-works-container a {
        font-size: 16px;
        line-height: 180%; }
  .home__test__video-container {
    height: 225px;
    width: calc(100% - 440px); }
  .home__test__discover .info__box__title {
    font-size: 24px; }
  .home__test__discover .info__box__description {
    font-size: 16px; }
  .home__test__safety .partners-page__safety {
    padding: 0 0 30px; }
    .home__test__safety .partners-page__safety > ul > li > p {
      font-size: 16px; }
  .home__test__safety > div > a {
    font-size: 16px; } }

@media (min-width: 1224px) {
  .home__hero {
    height: 530px; }
    .home__hero__search .search-sitters {
      left: 197px; }
    .home__hero__search .search-assignments {
      right: 197px; }
  .home__test__how-it-works__how-it-works-container {
    margin: 30px 30px 30px 0; } }

@media (min-width: 1284px) {
  .home__hero__search > div {
    margin: 0 auto; }
  .home__test__how-it-works, .home__test__safety {
    padding-left: 0;
    padding-right: 0; } }

.careers {
  font-size: 14px;
  color: #474747;
  line-height: 140%; }
  .careers__container {
    max-width: 1284px !important; }
    .careers__container__about {
      border-bottom: 1px solid #dddddd; }
      .careers__container__about--image {
        margin-bottom: 10px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
    .careers__container__positions {
      padding-top: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid #dddddd;
      background-color: #f0f0f0; }
      .careers__container__positions .components__workable h3 {
        font-size: 15px; }
      .careers__container__positions .components__workable .whr-date {
        display: none; }
      .careers__container__positions .components__workable .whr-code {
        display: none; }
      .careers__container__positions .components__workable .whr-group:not(:first-of-type) {
        margin-top: 20px; }
      .careers__container__positions .components__workable .whr-item:not(:first-of-type) {
        margin-top: 10px; }
  .careers__trustpilot {
    border-bottom: 1px solid #dddddd;
    background-color: #e6e6e6 !important;
    padding-bottom: 30px !important; }
  @media (min-width: 480px) {
    .careers__container__about--image {
      float: left;
      width: 200px;
      height: 200px;
      margin-right: 14px; } }
  @media (min-width: 650px) {
    .careers__container__about--image {
      width: 300px;
      height: 300px;
      margin-right: 0; }
    .careers__container__about__info {
      margin-left: 314px; } }
  @media (min-width: 1024px) {
    .careers {
      background-color: #f0f0f0;
      font-size: 16px;
      line-height: 140%; }
      .careers__container {
        padding: 20px 30px !important; }
        .careers__container > div {
          background-color: white;
          margin: 20px 0;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
        .careers__container__about {
          border-bottom: none; }
          .careers__container__about__info {
            float: none;
            margin-left: 388px; }
          .careers__container__about--image {
            height: 368px;
            width: 368px; }
        .careers__container__positions {
          background-color: transparent;
          border-bottom: none; }
          .careers__container__positions .components__workable h3 {
            font-size: 18px; }
          .careers__container__positions .components__workable .whr-group:not(:first-of-type) {
            margin-top: 40px; }
          .careers__container__positions .components__workable .whr-item:not(:first-of-type) {
            margin-top: 20px; }
      .careers__trustpilot {
        border-top: 1px solid #dddddd; } }

.search__recommended__assignments__header {
  background-image: url(/static/next/dist/images/listings/recommended/recommended-header-tablet.png);
  background-size: cover;
  height: 428px;
  text-align: center;
  position: relative; }
  .search__recommended__assignments__header__text-container {
    width: 90%;
    height: 100%;
    margin: auto;
    position: relative; }
    .search__recommended__assignments__header__text-container h1 {
      font-size: 48px;
      top: 15%; }
    .search__recommended__assignments__header__text-container h2 {
      font-size: 18px;
      line-height: 140%;
      bottom: 15%; }
  .search__recommended__assignments__header__text {
    color: white;
    margin: 0;
    left: calc(50% - 150px);
    width: 300px;
    display: inline-block;
    position: absolute; }

.search__recommended__assignments__title {
  text-align: center; }
  .search__recommended__assignments__title h4 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #474747;
    margin: 30px auto 10px;
    text-align: center;
    width: 80%;
    max-width: 900px;
    position: relative; }
    .search__recommended__assignments__title h4:after {
      content: ' ';
      width: 100%;
      bottom: calc(100% - 25px);
      height: 12px;
      background-image: url(/static/next/dist/images/partners/green-wave.png);
      background-repeat: repeat-x;
      background-size: 12px 12px;
      z-index: 0;
      display: block;
      position: absolute; }
    .search__recommended__assignments__title h4 span {
      background-color: white;
      padding: 0 20px;
      display: inline-block;
      width: 200px;
      z-index: 500;
      left: calc(50% - 100px);
      position: absolute; }
  .search__recommended__assignments__title p {
    padding-top: 50px; }

.search__recommended__assignments__more-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0 30px; }
  .search__recommended__assignments__more-button a {
    padding: 15px 0;
    margin: auto;
    font-weight: 500;
    border-radius: 28px;
    float: none;
    font-size: 16px;
    width: 300px; }
    .search__recommended__assignments__more-button a:hover {
      cursor: pointer; }

.search__recommended__assignments__help-center {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0 50px; }
  .search__recommended__assignments__help-center > a:hover {
    cursor: pointer; }
  .search__recommended__assignments__help-center > div > h4 {
    font-size: 20px; }
  .search__recommended__assignments__help-center > div > h5 {
    margin-bottom: 0;
    font-size: 16px; }

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

.search__recommended__assignments .search__results--container {
  margin-top: 20px;
  padding: 0 20px;
  float: none; }

.search__recommended__assignments .partners-page__photo-bar {
  max-width: 100%; }

@media (min-width: 480px) {
  .search__recommended__assignments__header {
    height: 480px;
    background-image: url(/static/next/dist/images/listings/recommended/recommended-header-desktop.png); }
    .search__recommended__assignments__header__text {
      width: 400px;
      left: calc(50% - 200px); }
    .search__recommended__assignments__header__text-container h1 {
      font-size: 60px; }
    .search__recommended__assignments__header__text-container h2 {
      font-size: 20px; } }

@media (min-width: 650px) {
  .search__recommended__assignments__title h4 {
    font-size: 28px;
    margin: 40px auto 20px; }
    .search__recommended__assignments__title h4 span {
      width: 430px;
      left: calc(50% - 215px); }
  .search__recommended__assignments__title p {
    font-size: 20px;
    padding-top: 40px; } }

@media (min-width: 768px) {
  .search__recommended__assignments__header__text {
    left: calc(50% - 250px);
    width: 500px; }
  .search__recommended__assignments__header__text-container {
    width: 50%;
    margin: auto; }
    .search__recommended__assignments__header__text-container h2 {
      font-size: 24px; }
  .search__recommended__assignments__title h4 {
    font-size: 28px;
    margin: 40px auto 20px; }
    .search__recommended__assignments__title h4 span {
      width: 430px;
      left: calc(50% - 215px); }
  .search__recommended__assignments__title p {
    font-size: 20px;
    padding-top: 40px; }
  .search__recommended__assignments__help-center > div > h4 {
    font-size: 28px; }
  .search__recommended__assignments__help-center > div > h5 {
    font-size: 20px; }
  .search__recommended__assignments__more-button {
    padding-bottom: 60px; }
    .search__recommended__assignments__more-button a {
      padding: 20px 0;
      font-size: 20px;
      width: 360px; }
  .search__recommended__assignments .search__results--container {
    margin: 40px auto 60px;
    padding: 0 20px; } }

.search__recommended__header {
  background-size: cover;
  height: 428px;
  position: relative; }
  .search__recommended__header__text-container {
    text-align: center; }
    .search__recommended__header__text-container h1 {
      font-size: 48px;
      top: 15%; }
    .search__recommended__header__text-container h2 {
      font-size: 18px;
      line-height: 140%;
      bottom: 15%; }
  .search__recommended__header__text {
    color: white;
    margin: 0;
    left: calc(50% - 150px);
    width: 300px;
    display: inline-block;
    position: absolute; }

.search__recommended__title {
  text-align: center; }
  .search__recommended__title h4 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #474747;
    margin: 30px auto 10px;
    text-align: center;
    width: 80%;
    max-width: 900px;
    position: relative; }
    .search__recommended__title h4:after {
      content: ' ';
      width: 100%;
      bottom: calc(100% - 25px);
      height: 12px;
      background-image: url(/static/next/dist/images/partners/green-wave.png);
      background-repeat: repeat-x;
      background-size: 12px 12px;
      z-index: 0;
      display: block;
      position: absolute; }
    .search__recommended__title h4 span {
      background-color: white;
      padding: 0 20px;
      display: inline-block;
      width: 200px;
      z-index: 500;
      left: calc(50% - 100px);
      position: absolute; }
  .search__recommended__title p {
    padding-top: 50px; }

.search__recommended__button {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .search__recommended__button a {
    padding: 7px 0;
    margin: auto;
    font-weight: 500;
    border-radius: 22px;
    float: none;
    font-size: 16px;
    width: 200px; }
    .search__recommended__button a:hover {
      cursor: pointer; }
  .search__recommended__button .wide {
    width: 240px; }

.search__recommended__header-button {
  padding: 10px 0; }
  .search__recommended__header-button a {
    position: relative; }
    .search__recommended__header-button a img {
      width: 8px;
      height: auto;
      display: inline-block;
      position: absolute;
      right: 32px;
      bottom: 16px; }

.search__recommended__section {
  padding: 25px 20px;
  text-align: center; }
  .search__recommended__section p {
    margin: 0; }

.search__recommended__trustpilot {
  width: 100%;
  height: 111px;
  background-color: #47b549;
  background: rgba(71, 181, 73, 0.08);
  position: relative; }
  .search__recommended__trustpilot__white {
    width: 100%;
    background-color: white;
    height: 50%;
    border-radius: 0% 0% 50% 50%; }
  .search__recommended__trustpilot__widget-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px; }

.search__recommended__footer {
  position: relative; }
  .search__recommended__footer__image {
    max-width: 100%;
    max-height: 100%; }

.search__recommended__sitters > p {
  font-size: 14px;
  text-align: center; }

.search__recommended__sitters .trustpilot-widget {
  height: 32px;
  padding: 2px; }
  @media (min-width: 768px) {
    .search__recommended__sitters .trustpilot-widget {
      padding: 5px; } }

.search__recommended__sitters .search__recommended__phone-bubble {
  display: none; }

.search__recommended__sitters .search__recommended__header {
  height: auto; }
  .search__recommended__sitters .search__recommended__header .components__container--page {
    padding: 0; }
  .search__recommended__sitters .search__recommended__header__image {
    background-image: url(/static/next/dist/images/listings/recommended/recommended-sitters-header-mobile.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px; }
  .search__recommended__sitters .search__recommended__header__text {
    position: unset;
    min-height: 120px; }
  .search__recommended__sitters .search__recommended__header__text-container {
    margin: 30px 0 15px 15px;
    text-align: left;
    display: inline-block;
    width: 90%; }
    .search__recommended__sitters .search__recommended__header__text-container h1 {
      color: white;
      font-size: 20px;
      line-height: 140%;
      font-weight: 300;
      margin: 0;
      width: 70%; }
      .search__recommended__sitters .search__recommended__header__text-container h1 p {
        margin: 0; }
  .search__recommended__sitters .search__recommended__header a {
    cursor: pointer;
    color: white;
    margin: 15px 0;
    display: inline-block; }

.search__recommended__sitters .search__recommended__header-button {
  text-align: left;
  padding: 0; }
  .search__recommended__sitters .search__recommended__header-button a {
    width: 240px;
    background-color: #e1007e;
    padding: 8px 25px; }

.search__recommended__sitters .search__recommended__subheader {
  font-size: 14px;
  padding-bottom: 0;
  z-index: 500;
  margin-bottom: -30px; }
  .search__recommended__sitters .search__recommended__subheader__text {
    color: white;
    margin: 15px 0; }

.search__recommended__sitters .search__recommended__title {
  margin: 30px 0 15px; }
  .search__recommended__sitters .search__recommended__title h4 {
    font-size: 16px; }
  .search__recommended__sitters .search__recommended__title h4::after {
    display: none; }

.search__recommended__sitters .search__recommended__more-button {
  padding: 30px 0 40px; }

.search__recommended__sitters .search__recommended__up-button {
  position: absolute;
  z-index: 500;
  margin: auto;
  top: 70%;
  left: calc(50% - 25px);
  cursor: pointer; }
  .search__recommended__sitters .search__recommended__up-button__circle {
    background: black;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    left: calc(50% - 25px); }
  .search__recommended__sitters .search__recommended__up-button__arrow {
    width: 50px;
    height: 50px;
    margin: auto;
    position: relative; }
    .search__recommended__sitters .search__recommended__up-button__arrow img {
      position: absolute;
      top: 25%;
      left: 25%; }

.search__recommended__sitters .search__recommended__join-section {
  text-align: center;
  margin: 30px 0; }
  .search__recommended__sitters .search__recommended__join-section .search__recommended__button {
    text-align: center; }
    .search__recommended__sitters .search__recommended__join-section .search__recommended__button a {
      text-align: left;
      width: 260px; }

@media (min-width: 768px) {
  .search__recommended__sitters .search__recommended__phone-bubble {
    display: block;
    color: white;
    position: fixed;
    bottom: auto;
    right: 0;
    top: 127px;
    background-image: none;
    background-color: #67c179;
    height: initial;
    text-align: left;
    width: 170px;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 1500; }
    .search__recommended__sitters .search__recommended__phone-bubble p {
      margin: 0; }
    .search__recommended__sitters .search__recommended__phone-bubble > div > p {
      font-size: 14px; }
  .search__recommended__sitters .search__recommended__header__image {
    min-height: 410px;
    background-image: url(/static/next/dist/images/listings/recommended/recommended-sitters-header.jpg);
    background-position: 50% 90%; }
  .search__recommended__sitters .search__recommended__header__text-container {
    width: 700px;
    margin: 64px 30px 40px;
    font-size: 18px; }
    .search__recommended__sitters .search__recommended__header__text-container h1 {
      font-size: 34px;
      width: 100%; }
  .search__recommended__sitters .search__recommended__header__text {
    width: 100%; }
  .search__recommended__sitters .search__recommended__button a {
    width: 260px; }
  .search__recommended__sitters .search__recommended__button .wide {
    font-size: 18px; }
  .search__recommended__sitters .search__recommended__header-button a {
    width: 320px;
    font-size: 18px; }
  .search__recommended__sitters .search__recommended__subheader {
    width: 70%;
    padding: 50px 20px 0;
    margin-bottom: 0; }
  .search__recommended__sitters .search__recommended__title {
    margin: 30px 0 25px; }
    .search__recommended__sitters .search__recommended__title h4 {
      font-size: 20px; }
  .search__recommended__sitters .search__recommended__join-section p {
    font-size: 20px; }
  .search__recommended__sitters .search__recommended__footer {
    height: 320px;
    overflow: hidden; }
    .search__recommended__sitters .search__recommended__footer__image {
      width: auto;
      max-height: none;
      position: absolute;
      overflow: hidden;
      top: -100%;
      left: 0;
      right: 0;
      bottom: -100%;
      margin: auto; } }

@media (min-width: 1024px) {
  .search__recommended__sitters .search__recommended__header__text-container {
    margin-left: 64px; }
    .search__recommended__sitters .search__recommended__header__text-container h1 {
      font-size: 32px; }
  .search__recommended__sitters .search__recommended__subheader__text {
    margin: 25px 0; } }

@media (min-width: 1224px) {
  .search__recommended__sitters .search__recommended__header__text-container {
    margin-left: 0; }
  .search__recommended__sitters .search__recommended__header .components__container--page {
    padding: 0 60px; } }

.search__recommended__sitters .search__results--container {
  padding-top: 0;
  margin-top: 0;
  float: none; }
  @media (min-width: 768px) {
    .search__recommended__sitters .search__results--container {
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .search__recommended__sitters .search__results--container {
      padding: 0 60px; } }

.search__recommended__sitters .search__sitters .search__results__item__detail {
  height: 90px; }

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Common - Geometry
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// SCREEN SIZES
$bp-phone : em(320);
$bp-medium-phone: em(380);   // ???
$bp-large-phone: em(480);   // ???
$bp-small-tablet : em(650);
$bp-tablet : em(768);
$bp-landscape : em(1024);
$bp-wide : em(1224);
$bp-superwide : em(1920);

// WIDTHS, HEIGHTS
$search-base-max-width: em(1024);
$search-area-min-height: em(500);
$search-button-mobile-width: em(100);
$search-tabs-height: em(70);

// PADDING
$ths-padding-base: 20px;
$ths-padding-page-base: 30px; //
$ths-padding-bigger: 40px;
$ths-padding-smaller: 10px;
$ths-padding-smallest: 5px;

// BORDER
$ths-border-radius-base: 12px;
$ths-border-radius-bigger: 20px;
$ths-border-radius-smaller: 5px;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Colors
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HOMEOWNER COLOURS
$ths-color-homeowner: #47b549;
$ths-color-homeowner-light: #67c17a;
$ths-color-homeowner-dark: #339933;

$ths-color-background-homeowner: #d3e8d7;
$ths-color-gradient-homeowner-start: $ths-color-background-homeowner;
$ths-color-gradient-homeowner-end: #ebf7ed;
@mixin ths-color-gradient-homeowner() {
    @include linear-gradient(-180deg, $ths-color-gradient-homeowner-start, $ths-color-gradient-homeowner-end)
}

// HOUSESITTER COLOURS
$ths-color-housesitter: #6699CC;
$ths-color-housesitter-light: #9fc7e2;
$ths-color-housesitter-dark: #8faac6;

$ths-color-background-housesitter: #d9e1ec;
$ths-color-gradient-housesitter-start: $ths-color-background-housesitter;
$ths-color-gradient-housesitter-end: #ebf1fa;
@mixin ths-color-gradient-housesitters() {
    @include linear-gradient(-180deg, $ths-color-gradient-housesitter-start, $ths-color-gradient-housesitter-end)
}

// MEMBERSHIP COLOURS
$ths-color-membership: #fd4273;
$ths-color-membership-light: #f181ae;
$ths-color-membership-dark: #e52c59;

$ths-color-background-membership: #ffdef1;
$ths-color-gradient-membership-start: $ths-color-background-membership;
$ths-color-gradient-membership-end: #fff2f9;
@mixin ths-color-gradient-membership() {
    @include linear-gradient(-180deg, $ths-color-gradient-membership-start, $ths-color-gradient-membership-end)
}

// TEXT COLOURS
$ths-color-headline: #333333;
$ths-color-text: #474747;
$ths-color-details: #808080;

// GRAY ICONS
$ths-color-icons: #bcbcbc;

// GREY BORDERS
$ths-color-border-dark: #cccccc;
$ths-color-border-light: #dddddd;

// BACKGROUND
$ths-color-background-dark: #e6e6e6;
$ths-color-background-light: #f0f0f0;
$ths-color-gradient-start: #dddddd;
$ths-color-gradient-end: #f0f0f0;
@mixin ths-color-gradient() {
    @include linear-gradient(-180deg, $ths-color-gradient-start, $ths-color-gradient-end);
}

// OTHER COLOURS
$ths-color-references: #fcc842;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Typography
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HEADINGS - update to auto set this
$ths-font-size-h1: 32px;
$ths-font-size-h2: 24px;
$ths-font-size-h2-mobile: 20px;
//  base header on search pages, sitters detail header
$ths-font-size-h3: 22px;
$ths-font-size-h3-mobile: 18px;
$ths-font-size-h4: 20px;
$ths-font-size-h4-mobile: 16px;
//  search sub header (Featured Sitters - Worldwide), sitters subheading
$ths-font-size-h5: 18px;
$ths-font-size-h5-mobile: 15px;
//  search sub header - (counter) (12312 Sitters - Worldwide), Title of the item (sitters),
//  sitters detail tag, sitters detail location
$ths-font-size-h6: 16px;

// BASE
//  big buttons (Search, View more, Tab buttons)
$ths-font-size: 16px;
$ths-font-size-mobile: 14px;

// DETAILS & META CONTENT
//  input fields, 'Featured House Sits link', 'Why link', tag on the image, description of the item
$ths-font-size-details1: 14px;
$ths-font-size-details2: 13px;
//  location of the item (sitters), references of the item (sitters)
$ths-font-size-meta: 12px;

// HERO HEADINGS
$ths-font-size-strapline: 60px;
$ths-font-size-strapline-mobile: 32px;
$ths-font-size-subheading: 17px;

// NAVIGATION
$ths-font-size-menu: 15px;
$ths-font-size-menu-small: 13px;
$ths-font-size-menu-mobile: 16px;
$ths-font-size-menu-mobile-small: 14px;

// LINE HEIGHT
$ths-line-height: 140%;
$ths-line-height-match: 100%;
$ths-line-height-smaller: 125%;

// FONT WEIGHT
$ths-font-weight-base: 400;
$ths-font-weight-bold: 500;
$ths-font-weight-bolder: 700;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Transition
$ths-transition-time-base: 0.3s;
$ths-transition-time-faster: 0.15s;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Extra
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

$ths-opacity-base: 0.4;
$ths-opacity-lighter: 0.25;
*/
.search__assignments .hide-more-info,
.search__assignments .reveal-more-info {
  color: #47b549 !important; }

.search__assignments .search__header h1 span {
  font-weight: 400; }

.search__assignments .search__join__today {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(-90deg, #dddddd, #f0f0f0);
  background-image: linear-gradient(-180deg,#dddddd, #f0f0f0);
  float: left;
  width: 100%; }
  .search__assignments .search__join__today p > a {
    color: #6699CC; }

.search__assignments .search__filters--dates .search__filters__group-item:hover .date-icon {
  background-image: url(/static/next/dist/images/icons/filters/dates/dates-green-2x.png); }

.search__assignments .search__results__tabs__breadcrumbs {
  display: none; }

.search__assignments .search__results__item__dates {
  font-size: 13px; }

.search__assignments .search__results__item__location {
  margin-top: 5px; }

.search__assignments .search__results__item__badges {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 5px;
  min-height: 18px; }
  .search__assignments .search__results__item__badges .search__results__item__badge:first-child {
    margin-left: 0; }

.search__assignments .search__detail__location {
  font-size: 14px;
  color: #808080;
  line-height: 22px; }

.search__assignments .search__detail__badges {
  background-color: #f0f0f0; }

.search__assignments .search__detail__tags > * {
  background-color: #f0f0f0;
  float: left;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px; }

.search__assignments .search__detail__tags > *:not(:last-child) {
  margin-right: 10px; }

.search__assignments .search__detail .search__timeline__item__line {
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #cccccc; }

.search__assignments .search__detail .search__timeline__item__profile {
  float: left; }

.search__assignments .search__detail .search__timeline__item__detail {
  margin-left: 80px;
  margin-top: 0; }
  .search__assignments .search__detail .search__timeline__item__detail::after {
    content: ' ';
    position: absolute;
    left: -31px;
    top: 11px; }

.search__assignments__applicants {
  margin-bottom: 14px; }
  .search__assignments__applicants__info {
    font-size: 14px;
    text-align: center;
    color: #f181ae; }
  .search__assignments__applicants__extra {
    line-height: 140%; }
    .search__assignments__applicants__extra--help {
      display: inline-block;
      width: 20px;
      height: 20px;
      text-align: center;
      position: relative;
      background-color: #e6e6e6;
      color: #808080;
      cursor: pointer;
      margin: 0 5px;
      line-height: 20px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .search__assignments__applicants__extra--help-bubble {
        display: none;
        position: absolute;
        top: -80px;
        width: 180px;
        left: -110px;
        color: #333333;
        background-color: #e6e6e6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 10px;
        text-align: left;
        font-size: 12px; }
        .search__assignments__applicants__extra--help-bubble::after {
          content: ' ';
          position: absolute;
          bottom: -16px;
          right: 32px;
          border: 8px solid #e6e6e6;
          border-color: #e6e6e6 transparent transparent transparent; }
      .search__assignments__applicants__extra--help:hover {
        background-color: #47b549;
        color: white; }
        .search__assignments__applicants__extra--help:hover .search__assignments__applicants__extra--help-bubble {
          display: block; }

@media (min-width: 768px) {
  .search__assignments .search__detail__location {
    font-size: 16px; }
  .search__assignments .search__detail__header {
    padding: 10px; }
    .search__assignments .search__detail__header .search__detail__header--close {
      font-size: 14px; }
  .search__assignments .search__detail__badges {
    margin-bottom: 0;
    width: calc(100% / 3 * 2); }
  .search__assignments .search__detail__info {
    width: calc(100% / 3 * 2); } }

@media (min-width: 1024px) {
  .search__assignments #id_cities_search {
    width: 50% !important; } }

.search__filters--location .search__filters__button--search {
  background-image: url("/static/next/dist/images/icons/search/search-2x.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none; }

.search__filters__family-friendly label {
  position: relative; }

.search__filters__family-friendly .search__detail__date__extra--help {
  background-color: #e6e6e6;
  color: #808080;
  position: absolute;
  right: -30px;
  top: -4px; }
  .search__filters__family-friendly .search__detail__date__extra--help-bubble {
    background-color: #e6e6e6;
    top: -60px !important; }
    .search__filters__family-friendly .search__detail__date__extra--help-bubble::after {
      border-color: #e6e6e6 transparent transparent transparent; }

.search__filters__assignment-length {
  float: left;
  width: 100%; }
  .search__filters__assignment-length .search__filters__group-label {
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #dddddd; }
  .search__filters__assignment-length--value {
    margin-top: 5px;
    color: #808080;
    font-size: 12px; }
  .search__filters__assignment-length--bar .slider .progress {
    top: -4px;
    left: 5px;
    width: calc(100% - 10px); }
    .search__filters__assignment-length--bar .slider .progress-bar {
      height: 10px; }
      .search__filters__assignment-length--bar .slider .progress-bar--container {
        height: 10px;
        background-color: white;
        border: 1px solid #dddddd;
        border-radius: 12px; }
      .search__filters__assignment-length--bar .slider .progress-bar-active {
        height: 10px;
        background-color: #47b549; }
  .search__filters__assignment-length--bar .slider-knob--inner {
    width: 20px;
    height: 20px;
    background-color: #47b549;
    -webkit-transform: translateX(6px) translateY(6px);
    -moz-transform: translateX(6px) translateY(6px);
    -ms-transform: translateX(6px) translateY(6px);
    -o-transform: translateX(6px) translateY(6px);
    transform: translateX(6px) translateY(6px); }
    .search__filters__assignment-length--bar .slider-knob--inner:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: white;
      box-shadow: 0 0 6px #dddddd;
      -webkit-transform: translateX(6px) translateY(6px);
      -moz-transform: translateX(6px) translateY(6px);
      -ms-transform: translateX(6px) translateY(6px);
      -o-transform: translateX(6px) translateY(6px);
      transform: translateX(6px) translateY(6px); }
  .search__filters__assignment-length--bar .slider-knob.active .slider-knob--inner {
    background-color: #47b549; }
  .search__filters__assignment-length--bar .slider.expand .slider-knob--inner {
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(6px) translateY(6px);
    -moz-transform: translateX(6px) translateY(6px);
    -ms-transform: translateX(6px) translateY(6px);
    -o-transform: translateX(6px) translateY(6px);
    transform: translateX(6px) translateY(6px); }
  .search__filters__assignment-length--bar .slider .bubble {
    display: none; }

@media (min-width: 768px) {
  .search .search__results__tabs__breadcrumbs {
    display: block; }
  .search .search__results__item__dates {
    font-size: 14px; }
  .search__filters--location .search__filters__button--search {
    width: 44px;
    background-size: 20px; } }

@media (min-width: 1024px) {
  .search__filters__assignment-length {
    display: block;
    width: 33%;
    padding-left: 20px; }
    .search__filters__assignment-length .search__filters__group-label {
      padding-top: 0;
      border-top: none; } }

@media (min-width: 1224px) {
  .search .search__results__item__badges {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 0; }
    .search .search__results__item__badges .search__results__item__badge:first-child {
      margin-left: 5px; } }

.search__carousel {
  position: relative; }
  .search__carousel__sitters > div, .search__carousel__assignments > div {
    width: 100%;
    overflow: hidden; }
  .search__carousel__sitters ul, .search__carousel__assignments ul {
    display: table;
    height: 100%; }
  .search__carousel__sitters .search__results__item, .search__carousel__assignments .search__results__item {
    display: table-cell;
    height: 100%;
    width: 25%; }
    .search__carousel__sitters .search__results__item .search__results__item__actions,
    .search__carousel__sitters .search__results__item .search__results__item__description, .search__carousel__assignments .search__results__item .search__results__item__actions,
    .search__carousel__assignments .search__results__item .search__results__item__description {
      display: none; }
    .search__carousel__sitters .search__results__item .housesitter--link,
    .search__carousel__sitters .search__results__item .homeowner--link, .search__carousel__assignments .search__results__item .housesitter--link,
    .search__carousel__assignments .search__results__item .homeowner--link {
      cursor: pointer; }
    .search__carousel__sitters .search__results__item--more, .search__carousel__assignments .search__results__item--more {
      text-align: center;
      position: relative; }
      .search__carousel__sitters .search__results__item--more > a, .search__carousel__assignments .search__results__item--more > a {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .search__carousel__sitters__prev, .search__carousel__sitters__next, .search__carousel__assignments__prev, .search__carousel__assignments__next {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 15px);
    left: -40px;
    display: none; }
    .search__carousel__sitters__prev:before, .search__carousel__sitters__next:before, .search__carousel__assignments__prev:before, .search__carousel__assignments__next:before {
      content: '';
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 8px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .search__carousel__sitters__prev:hover:before, .search__carousel__sitters__next:hover:before, .search__carousel__assignments__prev:hover:before, .search__carousel__assignments__next:hover:before {
      opacity: 0.5; }
  .search__carousel__sitters__next, .search__carousel__assignments__next {
    left: initial;
    right: -40px;
    display: block; }
    .search__carousel__sitters__next:before, .search__carousel__assignments__next:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .search__carousel__sitters.search__sitters .search__results__item__detail, .search__carousel__assignments.search__sitters .search__results__item__detail {
    height: 83px; }
  .search__carousel__assignments .search__results__item {
    width: calc(100% / 3); }

.search__favourite__button__overlay {
  background-image: url(/static/next/dist/images/listings/favourite-icon/favourite-icon-grey.svg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%; }
  .search__favourite__button__overlay.favourited {
    background-image: url(/static/next/dist/images/listings/favourite-icon/favourite-icon-pink.svg); }
  .search__favourite__button__overlay:hover {
    background-image: url(/static/next/dist/images/listings/favourite-icon/favourite-icon-pink.svg); }
  .search__favourite__button__overlay:hover.favourited {
    background-image: url(/static/next/dist/images/listings/favourite-icon/favourite-icon-grey.svg); }

.search__favourite__button__container {
  position: relative;
  width: 65px;
  height: 65px; }
  .search__favourite__button__container .components__tooltip {
    left: 52%; }

.search__favourite__button:hover {
  cursor: pointer; }
  .search__favourite__button:hover.favourited .search__favourite__button__tooltip.favourited .components__tooltip {
    display: block; }
  .search__favourite__button:hover:not(.favourited) .search__favourite__button__tooltip:not(.favourited) .components__tooltip {
    display: block; }

.search__firewall-overlay .components__overlay--wrapper div:last-child,
.search__firewall-overlay .components__overlay--wrapper div:last-child > iframe {
  height: 100%;
  width: 100%; }

.search__firewall-overlay .components__overlay--wrapper div:last-child > iframe {
  border: none; }

@media (max-width: 768px) {
  .search__firewall-overlay.open {
    height: 100vh !important; }
    .search__firewall-overlay.open .components__overlay--wrapper div:last-child {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 500; } }

.search__sitters__detail {
  line-height: 140%; }
  .search__sitters__detail--top {
    text-align: center; }
  .search__sitters__detail--container {
    padding: 20px 15px; }
  .search__sitters__detail__sticky-header {
    padding: 15px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    text-align: center;
    display: none;
    background-color: white;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0; }
    .search__sitters__detail__sticky-header > div {
      padding: 0; }
    .search__sitters__detail__sticky-header__profile {
      vertical-align: middle;
      display: none;
      font-size: 0; }
    .search__sitters__detail__sticky-header__actions {
      text-align: center;
      vertical-align: middle; }
      .search__sitters__detail__sticky-header__actions > a {
        text-align: center;
        width: 100%;
        padding: 14px 25px;
        max-width: calc(100% - 50px - 15px);
        vertical-align: middle;
        font-size: 16px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }
      .search__sitters__detail__sticky-header__actions__favourite {
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle; }
        .search__sitters__detail__sticky-header__actions__favourite .search__favourite__button__container {
          width: 50px;
          height: 50px; }
        .search__sitters__detail__sticky-header__actions__favourite .search__favourite__button:hover .components__tooltip {
          display: none !important; }
  .search__sitters__detail__gallery {
    position: relative;
    cursor: pointer; }
    .search__sitters__detail__gallery > img {
      width: 100%; }
    .search__sitters__detail__gallery--show-all {
      position: absolute;
      bottom: 15px;
      right: 15px;
      padding: 5px 10px;
      background-color: rgba(128, 128, 128, 0.5);
      color: white;
      width: 92px;
      height: 50px;
      font-size: 12px;
      line-height: 100%;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .search__sitters__detail__gallery > ul {
      display: none; }
  .search__sitters__detail__profile__details {
    padding-bottom: 20px;
    border-bottom: 1px dashed #dddddd; }
    .search__sitters__detail__profile__details > h3 {
      margin-bottom: 10px !important; }
    .search__sitters__detail__profile__details > h4 {
      font-size: 18px !important;
      font-weight: 400;
      margin: 0 auto 10px !important;
      max-width: 550px; }
    .search__sitters__detail__profile__details__location {
      color: #808080;
      font-size: 15px; }
    .search__sitters__detail__profile__details__stats {
      margin-top: 15px;
      display: inline-block;
      cursor: pointer; }
      .search__sitters__detail__profile__details__stats .search__sitters__references__count {
        margin-left: 5px;
        text-transform: uppercase; }
      .search__sitters__detail__profile__details__stats .search__sitters__references__star > svg,
      .search__sitters__detail__profile__details__stats .search__sitters__referenecs__diamond > svg {
        width: 16px;
        height: 16px; }
  .search__sitters__detail__profile__actions {
    padding: 20px 0;
    border-bottom: 2px solid #dddddd;
    font-size: 0;
    text-align: center; }
    .search__sitters__detail__profile__actions a {
      font-size: 16px;
      font-weight: 500;
      min-height: 50px;
      width: calc(100% - 50px - 15px);
      float: none;
      display: inline-block;
      text-align: center;
      max-width: 310px;
      vertical-align: middle;
      padding: 15px 25px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
    .search__sitters__detail__profile__actions__favourite {
      margin-left: 15px;
      vertical-align: middle;
      display: inline-block; }
      .search__sitters__detail__profile__actions__favourite .search__favourite__button__container {
        width: 50px;
        height: 50px; }
  .search__sitters__detail__profile__tags {
    text-align: left;
    padding-top: 20px; }
    .search__sitters__detail__profile__tags > ul > li {
      color: #808080;
      height: 32px;
      line-height: 32px;
      padding: 0 15px;
      background-color: #f0f0f0;
      display: inline-block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .search__sitters__detail__info {
    padding-bottom: 25px;
    border-bottom: 2px solid #dddddd; }
    .search__sitters__detail__info__about__full, .search__sitters__detail__info__why, .search__sitters__detail__info__experience {
      display: none; }
    .search__sitters__detail__info > div > h5 {
      font-size: 16px !important;
      margin-bottom: 15px !important; }
    .search__sitters__detail__info > div > p {
      font-size: 15px; }
    .search__sitters__detail__info > input[type="checkbox"] {
      display: none; }
      .search__sitters__detail__info > input[type="checkbox"] ~ label:after {
        content: '+ More info'; }
      .search__sitters__detail__info > input[type="checkbox"]:checked ~ label:after {
        content: '- Less info'; }
      .search__sitters__detail__info > input[type="checkbox"]:checked ~ div > p.search__sitters__detail__info__about__full,
      .search__sitters__detail__info > input[type="checkbox"]:checked ~ div.search__sitters__detail__info__why,
      .search__sitters__detail__info > input[type="checkbox"]:checked ~ div.search__sitters__detail__info__experience {
        display: block; }
      .search__sitters__detail__info > input[type="checkbox"]:checked ~ div > p.search__sitters__detail__info__about__truncated {
        display: none; }
  .search__sitters__detail__reviews-references {
    padding-top: 25px;
    border-top: 2px solid #dddddd; }
    .search__sitters__detail__reviews-references > div > h5 {
      font-size: 16px !important;
      margin-bottom: 15px !important; }
    .search__sitters__detail__reviews-references > div + div {
      padding-top: 15px; }
    .search__sitters__detail__reviews-references > div:not(:last-child) {
      border-bottom: 1px dashed #dddddd;
      padding-bottom: 15px; }
    .search__sitters__detail__reviews-references ul > li {
      padding-bottom: 15px; }
      .search__sitters__detail__reviews-references ul > li:last-child {
        padding-bottom: 0; }
      .search__sitters__detail__reviews-references ul > li + li {
        padding-top: 15px;
        border-top: 1px dashed #dddddd; }
      .search__sitters__detail__reviews-references ul > li:not(:nth-child(-n+2)) {
        display: none; }
    .search__sitters__detail__reviews-references__reviews__rating, .search__sitters__detail__reviews-references__references__rating {
      margin-left: 10px; }
      .search__sitters__detail__reviews-references__reviews__rating .search__sitters__references__star,
      .search__sitters__detail__reviews-references__reviews__rating .search__sitters__references__diamond, .search__sitters__detail__reviews-references__references__rating .search__sitters__references__star,
      .search__sitters__detail__reviews-references__references__rating .search__sitters__references__diamond {
        width: 12px;
        height: 12px; }
    .search__sitters__detail__reviews-references__reviews.smaller > h5, .search__sitters__detail__reviews-references__references.smaller > h5 {
      font-size: 15px !important; }
    .search__sitters__detail__reviews-references__item {
      font-size: 0; }
      .search__sitters__detail__reviews-references__item__avatar {
        max-width: 49px;
        max-height: 49px;
        display: inline-block;
        vertical-align: top; }
        .search__sitters__detail__reviews-references__item__avatar > img {
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
      .search__sitters__detail__reviews-references__item__details {
        display: inline-block; }
        .search__sitters__detail__reviews-references__item__details.avatar {
          max-width: calc(100% - 49px - 10px);
          margin-left: 10px; }
        .search__sitters__detail__reviews-references__item__details > h5 {
          font-size: 15px !important;
          color: #808080;
          margin-bottom: 5px !important; }
        .search__sitters__detail__reviews-references__item__details > h6 {
          font-size: 14px !important;
          color: #808080; }
      .search__sitters__detail__reviews-references__item__content {
        margin-top: 10px;
        font-size: 15px; }
        .search__sitters__detail__reviews-references__item__content > input[type="checkbox"] {
          display: none; }
          .search__sitters__detail__reviews-references__item__content > input[type="checkbox"]:checked ~ label,
          .search__sitters__detail__reviews-references__item__content > input[type="checkbox"]:checked ~ p.search__sitters__detail__reviews-references__item__content__full,
          .search__sitters__detail__reviews-references__item__content > input[type="checkbox"]:checked ~ dl,
          .search__sitters__detail__reviews-references__item__content > input[type="checkbox"]:checked ~ div.search__sitters__detail__reviews-references__item__content__response {
            display: block; }
          .search__sitters__detail__reviews-references__item__content > input[type="checkbox"]:checked ~ p.search__sitters__detail__reviews-references__item__content__truncated {
            display: none; }
        .search__sitters__detail__reviews-references__item__content > p {
          margin-bottom: 0; }
          .search__sitters__detail__reviews-references__item__content > p > label {
            display: inline-block; }
        .search__sitters__detail__reviews-references__item__content__full,
        .search__sitters__detail__reviews-references__item__content > label,
        .search__sitters__detail__reviews-references__item__content > dl, .search__sitters__detail__reviews-references__item__content__response {
          display: none; }
        .search__sitters__detail__reviews-references__item__content > dl {
          font-size: 0;
          margin-top: 10px; }
          .search__sitters__detail__reviews-references__item__content > dl > dt {
            font-size: 14px;
            display: inline-block;
            width: 116px;
            vertical-align: top; }
          .search__sitters__detail__reviews-references__item__content > dl > dd {
            display: inline-block;
            width: calc(100% - 116px);
            margin-bottom: 10px; }
        .search__sitters__detail__reviews-references__item__content__response {
          margin-top: 20px;
          position: relative;
          font-size: 0; }
          .search__sitters__detail__reviews-references__item__content__response__avatar {
            display: inline-block;
            width: 50px;
            vertical-align: top;
            height: 50px; }
            .search__sitters__detail__reviews-references__item__content__response__avatar img {
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%; }
          .search__sitters__detail__reviews-references__item__content__response__message {
            display: inline-block;
            width: calc(100% - 50px - 15px);
            background-color: #f0f0f0;
            padding: 10px 15px;
            margin-left: 15px;
            position: relative;
            font-size: 14px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            -ms-border-radius: 12px;
            border-radius: 12px; }
            .search__sitters__detail__reviews-references__item__content__response__message:before {
              position: absolute;
              content: ' ';
              top: 15px;
              left: -24px;
              border: 12px solid;
              border-color: transparent #f0f0f0 transparent transparent; }
            .search__sitters__detail__reviews-references__item__content__response__message > h5 {
              margin-bottom: 10px !important; }
            .search__sitters__detail__reviews-references__item__content__response__message p {
              margin-bottom: 0; }
    .search__sitters__detail__reviews-references__show-all {
      font-size: 0; }
      .search__sitters__detail__reviews-references__show-all > div {
        display: inline-block;
        width: 100%;
        font-size: 16px; }
        .search__sitters__detail__reviews-references__show-all > div > div {
          vertical-align: top; }
        .search__sitters__detail__reviews-references__show-all > div > span {
          margin-left: 10px; }
        .search__sitters__detail__reviews-references__show-all > div:not(:last-child) {
          padding-bottom: 15px; }
        .search__sitters__detail__reviews-references__show-all > div + div {
          padding-top: 15px;
          border-top: 1px dashed #dddddd; }
    .search__sitters__detail__reviews-references__popup {
      margin: 0;
      overflow: auto;
      padding: 45px 0;
      width: 100%;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      .search__sitters__detail__reviews-references__popup .housesitter--link {
        cursor: pointer; }
      .search__sitters__detail__reviews-references__popup:before {
        content: '';
        position: absolute;
        background-image: url(/static/next/dist/images/components/overlay/close-grey-2-x.png);
        background-size: cover;
        width: 25px;
        height: 25px;
        cursor: pointer;
        right: 25px;
        top: 10px; }
      .search__sitters__detail__reviews-references__popup > div {
        padding: 15px 10px;
        margin: auto;
        background: white;
        max-width: 650px;
        width: 90%;
        font-size: 15px;
        line-height: 140%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .search__sitters__detail__reviews-references__popup > div ul > li {
          padding: 15px 0; }
          .search__sitters__detail__reviews-references__popup > div ul > li + li {
            border-top: 1px dashed #dddddd; }
      .search__sitters__detail__reviews-references__popup__more {
        display: none;
        padding-top: 25px;
        border-top: 1px dashed #dddddd; }
        .search__sitters__detail__reviews-references__popup__more > button {
          max-width: 300px;
          width: 100%;
          height: 50px;
          line-height: 50px;
          padding: 0;
          float: none;
          margin: auto;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          border-radius: 30px; }
          .search__sitters__detail__reviews-references__popup__more > button:focus {
            outline: none; }
  .search__sitters__detail__extra {
    text-align: center;
    background-color: rgba(159, 199, 226, 0.2); }
    .search__sitters__detail__extra > div {
      background-color: white;
      clear: both;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__sitters__detail__extra > div > h4,
      .search__sitters__detail__extra > div .search__sitters__detail__calendar > h4 {
        margin-bottom: 15px !important;
        font-size: 17px !important;
        font-weight: 500;
        color: #808080; }
      .search__sitters__detail__extra > div + div {
        margin-top: 20px; }
    .search__sitters__detail__extra__verifications {
      padding: 20px 15px; }
      .search__sitters__detail__extra__verifications__badge {
        position: relative;
        cursor: pointer;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #dddddd; }
        .search__sitters__detail__extra__verifications__badge .search__trust-badge {
          margin-bottom: 10px; }
          .search__sitters__detail__extra__verifications__badge .search__trust-badge__icon {
            display: inline-block;
            width: 35.4px;
            height: 37.5px; }
        .search__sitters__detail__extra__verifications__badge > h5 {
          font-size: 16px; }
        .search__sitters__detail__extra__verifications__badge:hover > h5 {
          color: #9fc7e2 !important; }
        .search__sitters__detail__extra__verifications__badge:hover .components__tooltip {
          display: block;
          bottom: calc(-100% + 24px + 20px); }
      .search__sitters__detail__extra__verifications__all {
        font-size: 14px;
        color: #808080;
        line-height: 130%; }
    .search__sitters__detail__extra__animals {
      padding: 15px 0 20px; }
      .search__sitters__detail__extra__animals ul {
        font-size: 0; }
        .search__sitters__detail__extra__animals ul li {
          display: inline-block;
          background-color: rgba(159, 199, 226, 0.1);
          height: 32px;
          line-height: 32px;
          margin: 5px;
          padding: 0 15px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px; }
          .search__sitters__detail__extra__animals ul li img {
            height: 20px;
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle; }
          .search__sitters__detail__extra__animals ul li span {
            color: #808080;
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            height: 100%; }
    .search__sitters__detail__extra__availability {
      padding: 15px 0 0; }
      .search__sitters__detail__extra__availability .search__sitters__detail__calendar {
        margin: 0;
        padding-bottom: 0;
        border: none; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__title {
          color: #808080;
          vertical-align: top;
          font-size: 16px; }
          .search__sitters__detail__extra__availability .search__sitters__detail__calendar__title--wrapper {
            height: 26px;
            line-height: 26px;
            padding: 0;
            margin-bottom: 10px; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__navigation--prev, .search__sitters__detail__extra__availability .search__sitters__detail__calendar__navigation--next {
          float: none;
          display: inline-block;
          margin-right: 20px; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__navigation--next {
          margin-left: 20px;
          margin-right: 0; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__available {
          background-color: #9fc7e2;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__day {
          background-color: white;
          color: #474747; }
          .search__sitters__detail__extra__availability .search__sitters__detail__calendar__day--available {
            background-color: #9fc7e2;
            color: white; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__month--wrapper {
          border: solid 1px #dddddd;
          border-left: none;
          border-right: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__month__weekdays {
          border-bottom: 1px solid #dddddd; }
        .search__sitters__detail__extra__availability .search__sitters__detail__calendar__footer {
          padding: 20px 15px; }
          .search__sitters__detail__extra__availability .search__sitters__detail__calendar__footer > div:nth-child(2) {
            display: none; }
    .search__sitters__detail__extra__countries {
      padding: 20px 10px 10px; }
      .search__sitters__detail__extra__countries > input[type="checkbox"] {
        display: none; }
        .search__sitters__detail__extra__countries > input[type="checkbox"]:checked + ul > li.search__sitters__detail__extra__countries--show-more {
          display: none !important; }
        .search__sitters__detail__extra__countries > input[type="checkbox"]:checked + ul > li.search__sitters__detail__extra__countries--show-less,
        .search__sitters__detail__extra__countries > input[type="checkbox"]:checked + ul > li.search__sitters__detail__extra__countries--more {
          display: inline-block !important; }
      .search__sitters__detail__extra__countries > ul {
        font-size: 0;
        text-align: left; }
        .search__sitters__detail__extra__countries > ul > li {
          display: inline-block;
          background-color: rgba(159, 199, 226, 0.2);
          height: 32px;
          line-height: 32px;
          padding: 0 25px;
          color: #808080;
          font-size: 15px;
          margin: 5px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px; }
          .search__sitters__detail__extra__countries > ul > li > label {
            cursor: pointer; }
      .search__sitters__detail__extra__countries--show-less, .search__sitters__detail__extra__countries--more {
        display: none !important; }
    .search__sitters__detail__extra__profile {
      padding: 15px; }
      .search__sitters__detail__extra__profile > div {
        padding: 15px 0;
        text-align: left; }
        .search__sitters__detail__extra__profile > div + div {
          border-top: 1px dashed #dddddd; }
        .search__sitters__detail__extra__profile > div > h5,
        .search__sitters__detail__extra__profile > div > div {
          margin-bottom: 0;
          color: #808080;
          font-size: 15px; }
        .search__sitters__detail__extra__profile > div:first-of-type {
          padding-top: 0; }
        .search__sitters__detail__extra__profile > div:last-of-type {
          padding-bottom: 0; }
      .search__sitters__detail__extra__profile__benefits .components__tooltip {
        top: 0;
        min-width: 270px; }
        .search__sitters__detail__extra__profile__benefits .components__tooltip__title {
          color: black; }
        .search__sitters__detail__extra__profile__benefits .components__tooltip__content {
          font-size: 0; }
          .search__sitters__detail__extra__profile__benefits .components__tooltip__content > img {
            width: 32px;
            height: 34px;
            display: inline-block;
            vertical-align: middle; }
          .search__sitters__detail__extra__profile__benefits .components__tooltip__content > div {
            display: inline-block;
            width: calc(100% - 32px - 10px);
            font-size: 13px;
            margin-left: 10px;
            line-height: initial;
            vertical-align: middle; }
      .search__sitters__detail__extra__profile__benefits > div {
        position: relative;
        display: inline-block; }
        .search__sitters__detail__extra__profile__benefits > div > span.homeowner--link:hover + div.components__tooltip {
          display: block; }
  .search__sitters__detail__timeline {
    font-size: 15px; }
    .search__sitters__detail__timeline > div > h4 {
      font-size: 17px;
      margin-bottom: 15px !important; }
    .search__sitters__detail__timeline--wrapper {
      padding: 10px 5px;
      background-color: rgba(159, 199, 226, 0.2);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .search__sitters__detail__timeline .components__timeline-map__sits__more {
      background-color: #fd4273 !important;
      color: white;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__sitters__detail__timeline .components__timeline-map__sits__more:hover, .search__sitters__detail__timeline .components__timeline-map__sits__more:focus {
        background-color: #f181ae !important; }
    .search__sitters__detail__timeline .share__items {
      z-index: 1000; }
  .search__sitters__detail__calendar {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    float: left;
    width: 100%; }
    .search__sitters__detail__calendar__title {
      font-size: 18px;
      font-weight: 500;
      color: #6699CC; }
      .search__sitters__detail__calendar__title--wrapper {
        height: 46px;
        padding: 13px 0;
        position: relative; }
    .search__sitters__detail__calendar__container {
      margin: 0; }
    .search__sitters__detail__calendar__month__weekdays {
      background-color: white;
      width: 100%;
      height: 38px; }
      .search__sitters__detail__calendar__month__weekdays > div {
        width: calc(100% / 7);
        float: left;
        text-align: center;
        line-height: 38px;
        font-size: 12px; }
    .search__sitters__detail__calendar__day {
      width: calc(100% / 7);
      float: left;
      height: 48px;
      background-color: #d9e1ec;
      text-align: center;
      line-height: 48px;
      font-size: 14px;
      color: #cccccc; }
      .search__sitters__detail__calendar__day--active {
        color: #474747; }
      .search__sitters__detail__calendar__day--available {
        color: white;
        background-color: #6699CC;
        font-weight: 500; }
    .search__sitters__detail__calendar__navigation {
      position: absolute;
      right: 0;
      top: 13px;
      width: 60px; }
      .search__sitters__detail__calendar__navigation--prev, .search__sitters__detail__calendar__navigation--next {
        width: 26px;
        float: left;
        text-align: center;
        cursor: pointer;
        background-size: 26px 26px;
        background-position: center center;
        background-repeat: no-repeat;
        height: 26px; }
        .search__sitters__detail__calendar__navigation--prev:hover, .search__sitters__detail__calendar__navigation--next:hover {
          color: #808080; }
      .search__sitters__detail__calendar__navigation--prev {
        margin-right: 8px;
        background: url("/static/next/dist/images/icons/calendar/left-arrow-calendar.svg"); }
        .search__sitters__detail__calendar__navigation--prev:hover {
          background: url("/static/next/dist/images/icons/calendar/left-on-arrow-calendar.svg"); }
      .search__sitters__detail__calendar__navigation--next {
        background: url("/static/next/dist/images/icons/calendar/right-arrow-calendar.svg"); }
        .search__sitters__detail__calendar__navigation--next:hover {
          background: url("/static/next/dist/images/icons/calendar/right-on-arrow-calendar.svg"); }
    .search__sitters__detail__calendar__footer {
      padding: 18px 0;
      width: 100%;
      float: left; }
      .search__sitters__detail__calendar__footer > div {
        float: left;
        margin-right: 14px; }
        .search__sitters__detail__calendar__footer > div div {
          width: 24px;
          height: 24px;
          float: left;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
        .search__sitters__detail__calendar__footer > div span {
          font-size: 14px;
          line-height: 24px;
          margin-left: 10px; }
    .search__sitters__detail__calendar__available {
      background-color: #6699CC; }
    .search__sitters__detail__calendar__unavailable {
      background-color: #d9e1ec; }
  .search__sitters__detail .housesitter--link,
  .search__sitters__detail .homeowner--link {
    cursor: pointer; }
  .search__sitters__detail .search__sitters__references__star, .search__sitters__detail .search__sitters__references__diamond {
    float: none;
    display: inline-block; }
  .search__sitters__detail .search__sitters__references__star {
    margin-right: 0; }
  .search__sitters__detail label {
    margin-bottom: 0; }
  .search__sitters__detail .search__sitters__references__diamond {
    margin-right: 0; }
  .search__sitters__detail--to-the-top {
    text-align: center;
    position: relative;
    margin: 20px 0;
    cursor: pointer; }
    .search__sitters__detail--to-the-top:before, .search__sitters__detail--to-the-top:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 12px;
      background-color: #6699CC;
      top: -12px;
      left: calc(50% - 4px);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .search__sitters__detail--to-the-top:after {
      left: calc(50% + 4px);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .search__sitters__detail--to-the-top:hover > span {
      color: #9fc7e2 !important; }
    .search__sitters__detail--to-the-top:hover:before, .search__sitters__detail--to-the-top:hover:after {
      background-color: #9fc7e2; }
  @media (min-width: 380px) {
    .search__sitters__detail__extra__profile__benefits .components__tooltip {
      left: 80%; } }
  @media (min-width: 560px) {
    .search__sitters__detail__extra__countries ul {
      width: 95%;
      margin: auto; }
    .search__sitters__detail__sticky-header {
      font-size: 0; }
      .search__sitters__detail__sticky-header__profile, .search__sitters__detail__sticky-header__actions {
        display: inline-block;
        width: 50%; }
      .search__sitters__detail__sticky-header__profile {
        padding: 20px 25px;
        text-align: left;
        font-size: 0; }
        .search__sitters__detail__sticky-header__profile > img {
          width: 56px;
          height: 56px;
          display: inline-block;
          vertical-align: middle;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
        .search__sitters__detail__sticky-header__profile > div {
          width: calc(100% - 56px - 15px);
          margin-left: 15px;
          display: inline-block;
          vertical-align: middle; }
          .search__sitters__detail__sticky-header__profile > div > h6 {
            font-size: 18px; }
          .search__sitters__detail__sticky-header__profile > div > div {
            font-size: 15px;
            cursor: pointer; }
            .search__sitters__detail__sticky-header__profile > div > div .search__sitters__references__star {
              width: 12px;
              height: 12px; }
            .search__sitters__detail__sticky-header__profile > div > div .search__sitters__references__count {
              margin-left: 5px; }
      .search__sitters__detail__sticky-header__actions {
        text-align: right;
        font-size: 16px; } }
  @media (min-width: 768px) {
    .search__sitters__detail__calendar__container {
      margin: 15px 32px; }
    .search__sitters__detail__calendar__month--wrapper {
      float: left;
      width: 100%;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      -ms-border-radius: 5px !important;
      border-radius: 5px !important;
      border-left: solid 1px #dddddd !important;
      border-right: solid 1px #dddddd !important;
      overflow: hidden; }
    .search__sitters__detail--container {
      padding: 25px 20px; }
    .search__sitters__detail--bottom {
      font-size: 0;
      margin-top: 20px; }
      .search__sitters__detail--bottom .search__sitters__detail--left,
      .search__sitters__detail--bottom .search__sitters__detail--right {
        display: inline-block;
        width: 50%;
        font-size: 14px;
        text-align: left;
        vertical-align: top;
        margin-bottom: 10px; }
      .search__sitters__detail--bottom .search__sitters__detail--left {
        padding-top: 0; }
      .search__sitters__detail--bottom .search__sitters__detail--right {
        float: right; }
    .search__sitters__detail__sticky-header__actions > a {
      min-height: 60px;
      width: calc(100% - 60px - 15px);
      padding: 20px 25px; }
    .search__sitters__detail__sticky-header__actions__favourite .search__favourite__button__container {
      width: 60px;
      height: 60px; }
    .search__sitters__detail__profile__details > h3 {
      font-size: 32px !important; }
    .search__sitters__detail__profile__details > h4 {
      font-size: 24px !important; }
    .search__sitters__detail__profile__details__location {
      font-size: 16px; }
    .search__sitters__detail__profile__details__stats {
      margin-top: 15px; }
      .search__sitters__detail__profile__details__stats .search__sitters__references__count {
        margin-left: 10px; }
      .search__sitters__detail__profile__details__stats .search__sitters__references__star,
      .search__sitters__detail__profile__details__stats .search__sitters__referenecs__diamond {
        width: 22px;
        height: 22px; }
        .search__sitters__detail__profile__details__stats .search__sitters__references__star > svg,
        .search__sitters__detail__profile__details__stats .search__sitters__referenecs__diamond > svg {
          width: 22px;
          height: 22px; }
    .search__sitters__detail__profile__actions > a {
      height: 60px;
      width: calc(100% - 60px - 15px);
      padding: 20px 25px; }
    .search__sitters__detail__profile__actions__favourite .search__favourite__button__container {
      width: 60px;
      height: 60px; }
    .search__sitters__detail__info > div > h5 {
      font-size: 22px !important; }
    .search__sitters__detail__info > div > p {
      font-size: 16px; }
    .search__sitters__detail__reviews-references ul > li:not(:nth-child(-n+2)) {
      display: block; }
    .search__sitters__detail__reviews-references ul > li:not(:last-child) {
      padding-bottom: 15px; }
    .search__sitters__detail__reviews-references > div > h5 {
      font-size: 22px !important; }
    .search__sitters__detail__reviews-references__references.smaller > h5 {
      font-size: 20px !important; }
    .search__sitters__detail__reviews-references__item__details > h5 > span {
      margin-right: 5px; }
    .search__sitters__detail__reviews-references__item__details__overall {
      vertical-align: middle; }
    .search__sitters__detail__reviews-references__popup > div {
      padding: 32px 30px; }
      .search__sitters__detail__reviews-references__popup > div > div > div > h5 {
        font-size: 22px !important; }
      .search__sitters__detail__reviews-references__popup > div ul > li {
        padding: 20px 0; }
        .search__sitters__detail__reviews-references__popup > div ul > li:not(:nth-child(-n+7)) {
          display: none; }
    .search__sitters__detail__extra {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__sitters__detail__extra > div > h4,
      .search__sitters__detail__extra > div .search__sitters__detail__calendar > h4 {
        font-size: 22px !important; }
    .search__sitters__detail__timeline {
      width: 50%;
      float: left;
      font-size: 16px;
      padding-top: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__sitters__detail__timeline > div {
        padding-top: 25px;
        border-top: 2px solid #dddddd; }
        .search__sitters__detail__timeline > div > h4 {
          font-size: 22px !important; } }
  @media (min-width: 1024px) {
    .search__sitters__detail--top, .search__sitters__detail--bottom {
      font-size: 0; }
      .search__sitters__detail--top .search__sitters__detail--left,
      .search__sitters__detail--top .search__sitters__detail--right, .search__sitters__detail--bottom .search__sitters__detail--left,
      .search__sitters__detail--bottom .search__sitters__detail--right {
        width: 60%;
        display: inline-block;
        text-align: left;
        font-size: 16px;
        vertical-align: top; }
      .search__sitters__detail--top .search__sitters__detail--right, .search__sitters__detail--bottom .search__sitters__detail--right {
        width: 40%;
        position: relative; }
    .search__sitters__detail--top {
      display: table; }
      .search__sitters__detail--top .search__sitters__detail--left,
      .search__sitters__detail--top .search__sitters__detail--right {
        display: table-cell; }
      .search__sitters__detail--top .search__sitters__detail--right {
        padding-left: 30px; }
    .search__sitters__detail--bottom {
      margin-top: 30px; }
      .search__sitters__detail--bottom .search__sitters__detail--left {
        padding-right: 30px; }
    .search__sitters__detail--container {
      padding: 10px 0; }
    .search__sitters__detail__gallery {
      min-height: 458.25px; }
      .search__sitters__detail__gallery > img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
    .search__sitters__detail__profile__details {
      padding-bottom: 20px; }
      .search__sitters__detail__profile__details > h3 {
        margin-bottom: 15px !important; }
      .search__sitters__detail__profile__details > h4 {
        margin-bottom: 20px !important; }
    .search__sitters__detail__profile__actions {
      border-bottom: 0;
      padding: 0;
      text-align: left;
      position: absolute;
      width: 100%;
      bottom: 0; }
    .search__sitters__detail__profile__tags {
      padding-top: 25px; }
    .search__sitters__detail__info {
      border-bottom: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .search__sitters__detail__reviews-references {
      border-top: none;
      border-bottom: 2px solid #dddddd;
      padding-top: 0;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .search__sitters__detail__reviews-references > div + div {
        padding-top: 25px; }
      .search__sitters__detail__reviews-references > div:not(:last-child) {
        padding-bottom: 25px; }
      .search__sitters__detail__reviews-references ul > li + div {
        padding-top: 25px; }
      .search__sitters__detail__reviews-references ul > li:not(:last-child) {
        padding-bottom: 25px; }
      .search__sitters__detail__reviews-references__show-all > div {
        width: 50%; }
        .search__sitters__detail__reviews-references__show-all > div:not(:last-child) {
          padding-bottom: 0; }
        .search__sitters__detail__reviews-references__show-all > div + div {
          padding-top: 0;
          border-top: none;
          text-align: right; }
    .search__sitters__detail__extra {
      padding: 30px; }
      .search__sitters__detail__extra > div + div {
        margin-top: 30px; }
    .search__sitters__detail__timeline {
      width: calc(60% - 30px);
      padding-top: 30px; } }

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Common - Geometry
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// SCREEN SIZES
$bp-phone : em(320);
$bp-medium-phone: em(380);   // ???
$bp-large-phone: em(480);   // ???
$bp-small-tablet : em(650);
$bp-tablet : em(768);
$bp-landscape : em(1024);
$bp-wide : em(1224);
$bp-superwide : em(1920);

// WIDTHS, HEIGHTS
$search-base-max-width: em(1024);
$search-area-min-height: em(500);
$search-button-mobile-width: em(100);
$search-tabs-height: em(70);

// PADDING
$ths-padding-base: 20px;
$ths-padding-page-base: 30px; //
$ths-padding-bigger: 40px;
$ths-padding-smaller: 10px;
$ths-padding-smallest: 5px;

// BORDER
$ths-border-radius-base: 12px;
$ths-border-radius-bigger: 20px;
$ths-border-radius-smaller: 5px;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Colors
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HOMEOWNER COLOURS
$ths-color-homeowner: #47b549;
$ths-color-homeowner-light: #67c17a;
$ths-color-homeowner-dark: #339933;

$ths-color-background-homeowner: #d3e8d7;
$ths-color-gradient-homeowner-start: $ths-color-background-homeowner;
$ths-color-gradient-homeowner-end: #ebf7ed;
@mixin ths-color-gradient-homeowner() {
    @include linear-gradient(-180deg, $ths-color-gradient-homeowner-start, $ths-color-gradient-homeowner-end)
}

// HOUSESITTER COLOURS
$ths-color-housesitter: #6699CC;
$ths-color-housesitter-light: #9fc7e2;
$ths-color-housesitter-dark: #8faac6;

$ths-color-background-housesitter: #d9e1ec;
$ths-color-gradient-housesitter-start: $ths-color-background-housesitter;
$ths-color-gradient-housesitter-end: #ebf1fa;
@mixin ths-color-gradient-housesitters() {
    @include linear-gradient(-180deg, $ths-color-gradient-housesitter-start, $ths-color-gradient-housesitter-end)
}

// MEMBERSHIP COLOURS
$ths-color-membership: #fd4273;
$ths-color-membership-light: #f181ae;
$ths-color-membership-dark: #e52c59;

$ths-color-background-membership: #ffdef1;
$ths-color-gradient-membership-start: $ths-color-background-membership;
$ths-color-gradient-membership-end: #fff2f9;
@mixin ths-color-gradient-membership() {
    @include linear-gradient(-180deg, $ths-color-gradient-membership-start, $ths-color-gradient-membership-end)
}

// TEXT COLOURS
$ths-color-headline: #333333;
$ths-color-text: #474747;
$ths-color-details: #808080;

// GRAY ICONS
$ths-color-icons: #bcbcbc;

// GREY BORDERS
$ths-color-border-dark: #cccccc;
$ths-color-border-light: #dddddd;

// BACKGROUND
$ths-color-background-dark: #e6e6e6;
$ths-color-background-light: #f0f0f0;
$ths-color-gradient-start: #dddddd;
$ths-color-gradient-end: #f0f0f0;
@mixin ths-color-gradient() {
    @include linear-gradient(-180deg, $ths-color-gradient-start, $ths-color-gradient-end);
}

// OTHER COLOURS
$ths-color-references: #fcc842;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Typography
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HEADINGS - update to auto set this
$ths-font-size-h1: 32px;
$ths-font-size-h2: 24px;
$ths-font-size-h2-mobile: 20px;
//  base header on search pages, sitters detail header
$ths-font-size-h3: 22px;
$ths-font-size-h3-mobile: 18px;
$ths-font-size-h4: 20px;
$ths-font-size-h4-mobile: 16px;
//  search sub header (Featured Sitters - Worldwide), sitters subheading
$ths-font-size-h5: 18px;
$ths-font-size-h5-mobile: 15px;
//  search sub header - (counter) (12312 Sitters - Worldwide), Title of the item (sitters),
//  sitters detail tag, sitters detail location
$ths-font-size-h6: 16px;

// BASE
//  big buttons (Search, View more, Tab buttons)
$ths-font-size: 16px;
$ths-font-size-mobile: 14px;

// DETAILS & META CONTENT
//  input fields, 'Featured House Sits link', 'Why link', tag on the image, description of the item
$ths-font-size-details1: 14px;
$ths-font-size-details2: 13px;
//  location of the item (sitters), references of the item (sitters)
$ths-font-size-meta: 12px;

// HERO HEADINGS
$ths-font-size-strapline: 60px;
$ths-font-size-strapline-mobile: 32px;
$ths-font-size-subheading: 17px;

// NAVIGATION
$ths-font-size-menu: 15px;
$ths-font-size-menu-small: 13px;
$ths-font-size-menu-mobile: 16px;
$ths-font-size-menu-mobile-small: 14px;

// LINE HEIGHT
$ths-line-height: 140%;
$ths-line-height-match: 100%;
$ths-line-height-smaller: 125%;

// FONT WEIGHT
$ths-font-weight-base: 400;
$ths-font-weight-bold: 500;
$ths-font-weight-bolder: 700;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Transition
$ths-transition-time-base: 0.3s;
$ths-transition-time-faster: 0.15s;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Extra
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

$ths-opacity-base: 0.4;
$ths-opacity-lighter: 0.25;
*/
.search__sitters .search__how-it-works--wrapper {
  width: 210px;
  margin: 0 auto; }

.search__sitters--landing .search__results--wrapper {
  min-height: initial; }

.search__sitters--landing .search__results__item {
  display: none; }
  .search__sitters--landing .search__results__item:nth-child(1) {
    display: block; }
  .search__sitters--landing .search__results__item:nth-child(2) {
    display: block; }
  .search__sitters--landing .search__results__item__description {
    display: none; }

.search__sitters--landing .search__results__tabs__list {
  display: none !important; }

.search__sitters--landing .search__results__tabs__title {
  width: auto !important;
  margin-top: 0; }
  .search__sitters--landing .search__results__tabs__title b {
    font-weight: 400 !important; }

.search__sitters--landing .search__results__before {
  display: none !important; }

.search__sitters--landing .search__pagination a span {
  display: none; }
  .search__sitters--landing .search__pagination a span.search__pagination__second {
    display: block; }

.search__sitters--landing .search__sitters__tabs__landing {
  display: block; }

.search__sitters--landing .search__filters__button--filters, .search__sitters--landing .search__filters__button--filters-mobile {
  display: none; }

.search__sitters .search__button-plain {
  color: #6699CC; }
  .search__sitters .search__button-plain:hover {
    color: #8faac6; }

.search__sitters .search__filters__button--cancel {
  color: #6699CC; }

.search__sitters .search__filters__animals--any input:checked + label, .search__sitters .search__filters__animals--animal input:checked + label, .search__sitters .search__filters__animals--no input:checked + label {
  background-color: #6699CC !important;
  border-color: #6699CC !important; }

.search__sitters .search__filters--dates .search__filters__group-item:hover .date-icon {
  background-image: url(/static/next/dist/images/icons/filters/dates/dates-blue-2x.png); }

.search__sitters .search__filters--verified .search__filters__group-sublabel {
  overflow: visible;
  background: none; }
  .search__sitters .search__filters--verified .search__filters__group-sublabel img {
    width: 28px;
    height: 30px; }

.search__sitters .search__results--wrapper {
  padding-right: 5px;
  overflow: visible;
  float: left; }

.search__sitters .search__results__before {
  padding: 20px;
  background-color: white;
  overflow: auto;
  padding-bottom: 0;
  display: none; }
  .search__sitters .search__results__before h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0; }
    .search__sitters .search__results__before h5 a {
      font-size: 14px;
      color: #6699CC; }

.search__sitters .search__results--container {
  margin-top: 50px; }

.search__sitters .search__results__item__detail {
  height: 120px;
  overflow: hidden; }

.search__sitters .search__results__item__trust-badge {
  position: absolute;
  bottom: 46px;
  right: 0; }

.search__sitters .search__results__item:nth-child(2n) .search__trust-badge .components__tooltip {
  -webkit-transform: translateX(-93%);
  -moz-transform: translateX(-93%);
  -ms-transform: translateX(-93%);
  -o-transform: translateX(-93%);
  transform: translateX(-93%);
  bottom: 51px; }
  .search__sitters .search__results__item:nth-child(2n) .search__trust-badge .components__tooltip > div:before {
    left: calc(100% - 34px); }

.search__sitters .search__results__item header {
  height: 70px; }
  .search__sitters .search__results__item header h3 {
    font-weight: bold; }

.search__sitters .search__results__item__location {
  margin-top: 5px;
  font-size: 12px;
  line-height: 100%; }

.search__sitters .search__results__item__description--more {
  padding-left: 5px;
  color: #6699CC; }

.search__sitters .search__results__tabs__title {
  float: right; }

.search__sitters .search__results__tabs__list {
  overflow: visible;
  border: none; }
  .search__sitters .search__results__tabs__list li {
    border: 1px solid #dddddd; }
    .search__sitters .search__results__tabs__list li:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .search__sitters .search__results__tabs__list li:last-child {
      border-left: none;
      border-right: 1px solid #dddddd;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.search__sitters .search__results__after .search__results__tabs__breadcrumbs {
  text-align: center;
  float: none; }
  .search__sitters .search__results__after .search__results__tabs__breadcrumbs li {
    display: inline-block;
    float: none; }

.search__sitters .search__pagination {
  border-top: 1px solid #dddddd;
  padding-bottom: 0; }
  .search__sitters .search__pagination__second {
    display: none; }

.search__sitters .search__extra .search__footer--wrapper {
  border-top: none;
  background-color: #d9e1ec;
  background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
  background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa); }
  .search__sitters .search__extra .search__footer--wrapper > ul {
    margin-top: 20px;
    float: left;
    width: 100%; }

.search__sitters .search__extra .search__seperator {
  float: left;
  background-color: transparent; }

.search__sitters .search__extra-reason h5 {
  padding: 20px 0 10px 0 !important; }

.search__sitters .search__join__today {
  background: #d9e1ec; }
  .search__sitters .search__join__today p > a {
    color: #47b549; }

.search__sitters .search__detail__content header {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px; }
  .search__sitters .search__detail__content header h1 {
    font-size: 18px;
    padding-bottom: 10px; }
  .search__sitters .search__detail__content header figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 75%; }
    .search__sitters .search__detail__content header figure img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .search__sitters .search__detail__content header h5 {
    margin-top: 10px; }

.search__sitters .search__detail__about-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .search__sitters .search__detail__about-list li {
    font-size: 14px; }
    .search__sitters .search__detail__about-list li span {
      color: #474747; }

.search__sitters .search__detail__images-list {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 5px 0 0 0;
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px; }
  .search__sitters .search__detail__images-list__image-name {
    height: 26px;
    line-height: 26px; }
  .search__sitters .search__detail__images-list.big {
    height: 86px; }

.search__sitters .search__detail__images--left, .search__sitters .search__detail__images--right {
  bottom: 0; }

.search__sitters .search__detail__tags {
  margin: 0 0 10px 0;
  float: left;
  width: 100%; }
  .search__sitters .search__detail__tags--free {
    background-color: #dddddd;
    color: #474747;
    padding: 5px 20px 5px 10px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    font-weight: 500;
    font-size: 13px; }
  .search__sitters .search__detail__tags--vet-line {
    margin-left: 10px;
    background: none;
    width: 28px; }
    .search__sitters .search__detail__tags--vet-line:hover {
      background: none; }
    .search__sitters .search__detail__tags--vet-line img {
      width: 31px; }
    .search__sitters .search__detail__tags--vet-line span {
      background-color: #dddddd; }
      .search__sitters .search__detail__tags--vet-line span::after {
        border-color: #dddddd transparent transparent transparent; }

.search__sitters .search__detail__header {
  padding: 5px; }
  .search__sitters .search__detail__header .search__detail__header--close {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px; }

.search__sitters .search__detail__breadcrumbs {
  border: none; }

.search__sitters .search__progress--load-more {
  bottom: auto;
  top: -2px;
  left: 0;
  width: 100%; }

.search__sitters__feedhook .info__box__content--wrapper {
  padding: 0 10px; }

.search__sitters__feedhook h4 {
  text-align: left !important; }

.search__sitters__feedhook p {
  text-align: left; }

.search__sitters__feedhook .info__box__side {
  width: 190px !important; }
  .search__sitters__feedhook .info__box__side img {
    width: 190px !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    border-radius: 100% !important; }

.search__sitters__feedhook .info__box__content {
  float: left;
  font-size: 14px;
  color: #474747; }
  .search__sitters__feedhook .info__box__content h4 {
    display: none;
    text-align: left !important;
    font-size: 20px;
    color: #333333; }
  .search__sitters__feedhook .info__box__content p {
    display: none !important;
    text-align: left;
    font-weight: 500; }
  .search__sitters__feedhook .info__box__content span {
    font-size: 14px;
    color: #808080;
    font-weight: 500; }

.search__sitters__feedhook .info__box__description {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 140%;
  margin-top: 5px; }

.search__sitters__references > div {
  float: left; }

.search__sitters__references__star, .search__sitters__references__diamond {
  color: #fcc842;
  border: none;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px; }

.search__sitters__references__diamond {
  line-height: 30px; }

.search__sitters__references__count {
  font-size: 14px;
  font-weight: 500;
  color: #6699CC;
  line-height: 24px;
  float: left; }

.search__sitters .search__results__item__detail {
  height: 80px; }
  .search__sitters .search__results__item__detail .search__sitters__references__star {
    width: 12px;
    height: 12px;
    margin-right: 0; }
  .search__sitters .search__results__item__detail .search__sitters__references__diamond {
    width: 18px;
    height: 19px;
    margin-right: 0; }

.search__sitters__show-more {
  margin: 0 auto;
  width: 130px;
  cursor: pointer; }

.search__sitters__how-it-works {
  position: relative;
  width: 100%;
  padding: 20px;
  float: left;
  background: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 10px; }
  .search__sitters__how-it-works h2 {
    line-height: 140%;
    text-align: center; }
  .search__sitters__how-it-works__step {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 0 0; }
    .search__sitters__how-it-works__step figure {
      margin: 0 0 20px 0; }
      .search__sitters__how-it-works__step figure img {
        margin: 0 auto;
        height: 80px; }
    .search__sitters__how-it-works__step h5 {
      text-align: center;
      margin-bottom: 10px;
      font-size: 16px; }
    .search__sitters__how-it-works__step p {
      text-align: center;
      font-size: 14px; }
      .search__sitters__how-it-works__step p a {
        color: #6699CC;
        font-weight: 500; }

.search__sitters__successful-matches {
  position: relative;
  width: 100%;
  float: left;
  padding: 20px;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .search__sitters__successful-matches h4 {
    line-height: 140%;
    font-weight: bold;
    color: #333333;
    text-align: center; }
    .search__sitters__successful-matches h4 span {
      font-weight: normal; }
  .search__sitters__successful-matches__header {
    width: 56.666666%;
    text-align: left;
    float: left;
    font-weight: normal;
    color: #474747;
    padding: 5px 0;
    font-size: 12px; }
    .search__sitters__successful-matches__header.smaller {
      width: 43.333333%; }

.search__sitters__successful-match {
  margin-bottom: 10px;
  width: 100%;
  float: left; }
  .search__sitters__successful-match h4 {
    font-size: 16px;
    text-align: left; }
  .search__sitters__successful-match__homeowner {
    width: 43.333333%;
    float: left; }
    .search__sitters__successful-match__homeowner header {
      width: 100%;
      padding-top: 75%;
      margin: 0 0 5px 0;
      position: relative;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      overflow: hidden;
      z-index: 1; }
      .search__sitters__successful-match__homeowner header figure {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0; }
        .search__sitters__successful-match__homeowner header figure img {
          width: 100%; }
  .search__sitters__successful-match__seperator {
    width: 13.333333%;
    float: left;
    padding: 10% 0;
    position: relative; }
    .search__sitters__successful-match__seperator--plus {
      font-size: 48px;
      color: #bcbcbc;
      text-align: center; }
    .search__sitters__successful-match__seperator--arrow {
      position: absolute;
      bottom: -40%; }
  .search__sitters__successful-match__housesitter {
    width: 43.333333%;
    float: left; }
    .search__sitters__successful-match__housesitter header {
      width: 100%;
      padding-top: 75%;
      margin: 0 0 5px 0;
      position: relative;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      overflow: hidden;
      z-index: 1; }
      .search__sitters__successful-match__housesitter header figure {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0; }
        .search__sitters__successful-match__housesitter header figure img {
          width: 100%; }
    .search__sitters__successful-match__housesitter__reference {
      position: absolute;
      left: 10px;
      bottom: 10px; }
  .search__sitters__successful-match__title {
    text-align: center;
    color: #474747;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%; }
    .search__sitters__successful-match__title span,
    .search__sitters__successful-match__title div {
      color: #808080;
      font-weight: 400; }
  .search__sitters__successful-match__header {
    font-size: 14px; }
  .search__sitters__successful-match__date {
    text-align: center;
    color: #474747;
    font-size: 13px; }
  .search__sitters__successful-match__link {
    text-align: center;
    color: #6699CC;
    font-size: 13px;
    cursor: pointer; }
  .search__sitters__successful-match__profile-link {
    text-align: center; }
    .search__sitters__successful-match__profile-link a {
      color: #6699CC;
      font-size: 13px; }
  .search__sitters__successful-match .search__sitters__references__star,
  .search__sitters__successful-match .search__sitters__references__diamond {
    margin-right: 0; }
  .search__sitters__successful-match__detail {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    z-index: 10;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .search__sitters__successful-match__detail.active {
      display: block; }
    .search__sitters__successful-match__detail:before {
      content: ' ';
      position: absolute;
      left: 50px;
      top: -30px;
      border: 15px solid #dddddd;
      border-color: transparent transparent #dddddd transparent; }
    .search__sitters__successful-match__detail:after {
      content: ' ';
      position: absolute;
      left: 51px;
      top: -27px;
      border: 14px solid #f0f0f0;
      border-color: transparent transparent #f0f0f0 transparent; }
    .search__sitters__successful-match__detail.bottom:before {
      top: auto;
      bottom: -30px;
      border: 15px solid #dddddd;
      border-color: #dddddd transparent transparent transparent; }
    .search__sitters__successful-match__detail.bottom:after {
      top: auto;
      bottom: -27px;
      border: 14px solid #f0f0f0;
      border-color: #f0f0f0 transparent transparent transparent; }
    .search__sitters__successful-match__detail h6 {
      font-size: 13px !important;
      color: #474747; }
    .search__sitters__successful-match__detail--about {
      font-size: 13px;
      color: #474747;
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #cccccc; }
    .search__sitters__successful-match__detail p {
      font-size: 13px;
      line-height: 140%;
      color: #474747;
      margin: 0; }
    .search__sitters__successful-match__detail--more a {
      color: #6699CC;
      font-weight: 500; }
    .search__sitters__successful-match__detail--more-text {
      display: none; }
    .search__sitters__successful-match__detail--close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 24px;
      color: #bcbcbc; }
    .search__sitters__successful-match__detail.more .search__sitters__successful-match__detail--more {
      display: none; }
    .search__sitters__successful-match__detail.more .search__sitters__successful-match__detail--more-text {
      display: block; }
    .search__sitters__successful-match__detail .search__progress {
      display: none;
      width: calc(100% - 20px) !important; }
    .search__sitters__successful-match__detail.loading .search__progress {
      display: block; }
  .search__sitters__successful-match__flag {
    position: absolute;
    width: 30px !important;
    height: 30px;
    top: 2px;
    right: 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }

.search__sitters__referrals--header {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  float: left; }

.search__sitters__referrals--title {
  font-size: 14px;
  font-weight: 500;
  color: #333333; }

.search__sitters__referrals__external .search__timeline--title {
  width: 100%;
  float: left; }

.search__sitters__referrals .search__timeline {
  padding-left: 0;
  padding-right: 0; }
  .search__sitters__referrals .search__timeline--title {
    color: #333333;
    margin-bottom: 10px; }
  .search__sitters__referrals .search__timeline__item {
    padding-left: 0;
    padding-right: 0; }
    .search__sitters__referrals .search__timeline__item__line {
      background-color: #dddddd; }
    .search__sitters__referrals .search__timeline__item__profile {
      background-color: #dddddd; }
    .search__sitters__referrals .search__timeline__item__detail {
      padding: 20px 10px 20px 20px; }
      .search__sitters__referrals .search__timeline__item__detail .search__sitters__detail__reference h4, .search__sitters__referrals .search__timeline__item__detail .search__sitters__detail__reference h6 {
        font-size: 14px; }
      .search__sitters__referrals .search__timeline__item__detail .search__sitters__detail__reference h4 {
        font-size: 15px;
        margin-bottom: 5px;
        padding-right: 50px; }
      .search__sitters__referrals .search__timeline__item__detail .search__sitters__detail__reference h6 {
        font-weight: 400; }
      .search__sitters__referrals .search__timeline__item__detail .search__sitters__detail__reference__toggle {
        right: 10px; }
      .search__sitters__referrals .search__timeline__item__detail .search__sitters__detail__reference__full {
        border-top: 1px dashed #cccccc;
        margin-top: 10px;
        margin-right: 10px; }

.search__sitters__referrals .search__sitters__references__star {
  margin-right: 0 !important; }

.search__sitters .search__timeline__item__detail h4 {
  font-size: 16px; }

.search__sitters .search__timeline__item__detail h6 {
  font-size: 14px; }

.search__sitters__actions a {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500; }

.search__sitters__tabs__landing {
  float: left;
  font-size: 18px;
  line-height: 140%;
  display: none;
  color: #333333; }
  .search__sitters__tabs__landing--first {
    font-weight: 500;
    font-size: 15px;
    float: left; }
  .search__sitters__tabs__landing--extra {
    display: none;
    float: left; }
  .search__sitters__tabs__landing a {
    font-size: 14px;
    color: #6699CC;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #cccccc;
    display: none;
    float: left; }

@media (min-width: 320px) {
  .search__sitters .search__filters__section--five > div, .search__sitters .search__filters__section--four > div {
    width: 50%; } }

@media (min-width: 380px) {
  .search__sitters .search__filters__section--five > div {
    width: 33.333333%; }
  .search__sitters .search__filters__section--four > div {
    width: 50%; } }

@media (min-width: 480px) {
  .search__sitters .search__filters__section--five > div {
    width: 33.333333%; }
  .search__sitters .search__filters__section--four > div {
    width: 50%; } }

@media (min-width: 650px) {
  .search__sitters__how-it-works {
    width: 50%;
    margin-bottom: 0; }
  .search__sitters__successful-matches {
    width: calc(50% -  20px);
    margin-left: 20px; }
    .search__sitters__successful-matches h4 {
      font-size: 20px;
      text-align: center; }
  .search__sitters .search__filters--dates .search__filters__group-item {
    width: 49%; }
  .search__sitters .search__filters__section--five > div {
    width: 25%; }
  .search__sitters .search__filters__section--four > div {
    width: 25%; }
  .search__sitters .search__filters__section--three > div {
    width: 50%; }
  .search__sitters .search__detail__content header {
    border: none;
    margin-bottom: 0; }
  .search__sitters .search__results__before {
    display: block; } }

@media (min-width: 768px) {
  .search__sitters .search__how-it-works {
    display: none; }
  .search__sitters--landing .search__results__item:nth-child(3) {
    display: block; }
  .search__sitters--landing .search__results__item__detail {
    height: 80px !important; }
  .search__sitters__tabs__landing--first {
    font-size: 18px; }
  .search__sitters__tabs__landing--extra {
    display: block; }
  .search__sitters__tabs__landing a {
    display: block; }
  .search__sitters__how-it-works {
    width: 60%; }
    .search__sitters__how-it-works__step h5 {
      font-size: 18px; }
    .search__sitters__how-it-works__step p {
      font-size: 16px; }
  .search__sitters__successful-matches {
    width: calc(40% -  20px); }
  .search__sitters .search h5 {
    margin-bottom: 5px; }
  .search__sitters .search__results {
    padding-right: 0; }
    .search__sitters .search__results__item__location {
      font-size: 14px; }
    .search__sitters .search__results--container {
      margin-top: 94px; }
  .search__sitters .search__filters--where {
    float: left;
    width: 40%;
    padding-right: 20px; }
  .search__sitters .search__filters--dates {
    width: 60%; }
    .search__sitters .search__filters--dates .search__filters__group-item {
      width: 49%; }
  .search__sitters .search__filters__section--five > div {
    width: 20%; }
  .search__sitters .search__filters__section--three > div {
    width: 33.333333%; }
  .search__sitters .search__detail__about-list {
    margin-bottom: 10px;
    width: 100%;
    float: left; }
    .search__sitters .search__detail__about-list li {
      font-size: 16px;
      float: left;
      padding-right: 30px; }
  .search__sitters .search__detail__tags {
    margin: 10px 0 20px 0; }
    .search__sitters .search__detail__tags--free {
      font-size: 16px; }
  .search__sitters .search__detail__header {
    padding: 10px; }
    .search__sitters .search__detail__header .search__detail__header--close {
      font-size: 14px; }
  .search__sitters .search__detail__image-list {
    margin: 5px 0 10px 0; }
  .search__sitters .search__detail__detail__content header h1 {
    font-size: 22px; }
  .search__sitters .search__detail__content header h1 {
    font-size: 22px; }
  .search__sitters__references {
    margin-top: 5px; }
    .search__sitters__references__count {
      padding-top: 0;
      padding-left: 10px;
      font-weight: 500;
      font-size: 16px;
      width: auto; }
  .search__sitters__feedhook h4 {
    display: none;
    text-align: left !important;
    margin-bottom: 5px; }
  .search__sitters__feedhook p {
    display: none;
    text-align: left !important;
    margin-bottom: 10px; }
  .search__sitters__feedhook .info__box__content {
    margin-left: 210px !important;
    font-size: 16px;
    float: none; }
    .search__sitters__feedhook .info__box__content h4 {
      display: block !important;
      text-align: left;
      font-size: 20px;
      margin-bottom: 5px; }
    .search__sitters__feedhook .info__box__content p {
      display: block !important;
      text-align: left;
      margin-bottom: 10px; }
  .search__sitters__feedhook .info__box__description {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px; }
  .search__sitters .search__results--wrapper {
    padding-right: 20px; }
  .search__sitters .search__results__before {
    padding: 20px 20px 5px 20px; }
  .search__sitters .search__results__item:nth-child(2n) .search__trust-badge .components__tooltip {
    transform: translateX(-50%); }
    .search__sitters .search__results__item:nth-child(2n) .search__trust-badge .components__tooltip > div:before {
      left: calc(50% - 15px); }
  .search__sitters .search__results__item:nth-child(3n) .search__trust-badge .components__tooltip {
    -webkit-transform: translateX(-91%);
    -moz-transform: translateX(-91%);
    -ms-transform: translateX(-91%);
    -o-transform: translateX(-91%);
    transform: translateX(-91%);
    bottom: 51px; }
    .search__sitters .search__results__item:nth-child(3n) .search__trust-badge .components__tooltip > div:before {
      left: calc(100% - 39px); }
  .search__sitters .search__results__item__detail {
    height: 80px; }
  .search__sitters__successful-matches {
    width: calc(40% -  20px);
    margin-left: 20px; }
  .search__sitters__referrals--header {
    font-size: 20px;
    font-weight: 500;
    color: #333333; }
  .search__sitters__referrals--title {
    font-size: 14px;
    font-weight: 500;
    color: #333333; }
  .search__sitters__referrals .search__timeline {
    padding-left: 0;
    float: left; }
    .search__sitters__referrals .search__timeline--title {
      margin-bottom: 10px; }
    .search__sitters__referrals .search__timeline__item {
      padding-left: 0;
      padding-right: 0; }
      .search__sitters__referrals .search__timeline__item__line {
        left: 28px; }
  .search__sitters__actions a {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px; } }

@media (min-width: 1024px) {
  .search__sitters--landing .search__results__tabs {
    padding-top: 30px; }
  .search__sitters--landing .search__results__item:nth-child(4) {
    display: block; }
  .search__sitters .search__results--wrapper {
    padding-right: 30px; }
  .search__sitters .search__results__before {
    padding: 20px 30px 5px 30px; }
  .search__sitters .search__results__item:nth-child(3n) .search__trust-badge .components__tooltip {
    transform: translateX(-50%); }
    .search__sitters .search__results__item:nth-child(3n) .search__trust-badge .components__tooltip > div:before {
      left: calc(50% - 15px); }
  .search__sitters .search__results__item:nth-child(4n) .search__trust-badge .components__tooltip {
    -webkit-transform: translateX(-91%);
    -moz-transform: translateX(-91%);
    -ms-transform: translateX(-91%);
    -o-transform: translateX(-91%);
    transform: translateX(-91%); }
    .search__sitters .search__results__item:nth-child(4n) .search__trust-badge .components__tooltip > div:before {
      left: calc(100% - 39px); }
  .search__sitters .search__filters--where {
    float: left;
    width: 40%;
    padding-right: 20px; }
  .search__sitters .search__filters--dates {
    width: 60%; }
    .search__sitters .search__filters--dates .search__filters__group-item {
      width: 49%; }
  .search__sitters .search__detail__image-list {
    margin: 5px 0 10px 0; }
  .search__sitters__actions {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .search__sitters__successful-matches {
    width: calc(40% -  30px);
    margin-left: 30px; }
    .search__sitters__successful-matches__header {
      font-size: 14px; } }

@media (min-width: 1284px) {
  .search__sitters .search__results--wrapper {
    padding-right: 0; }
  .search__sitters .search__results__before {
    padding: 20px 0 5px; } }

.search__skyscanner {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  margin: 15px 0; }
  .search__skyscanner p {
    color: #bcbcbc;
    font-size: 13px;
    margin: 0; }
  .search__skyscanner h5 {
    font-size: 16px !important; }
  .search__skyscanner__header {
    display: inline-block;
    position: relative; }
  .search__skyscanner__helper {
    display: inline-block;
    padding: 5px; }
    .search__skyscanner__helper:hover .search__detail__date__extra--help {
      background-color: #47b549;
      color: white; }
      .search__skyscanner__helper:hover .search__detail__date__extra--help-bubble {
        display: block; }
  .search__skyscanner__title {
    display: inline-block; }
  .search__skyscanner__view {
    position: relative; }
  .search__skyscanner__arrow-container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px; }
  .search__skyscanner__contract {
    display: none; }
  .search__skyscanner__arrows, .search__skyscanner__down-arrow, .search__skyscanner__up-arrow {
    width: 24px;
    height: 14px;
    background-size: cover; }
  .search__skyscanner__down-arrow {
    background-image: url("/static/next/dist/images/icons/arrows/up-down/down-grey-2x.png"); }
  .search__skyscanner__up-arrow {
    background-image: url("/static/next/dist/images/icons/arrows/up-down/up-grey-2x.png"); }
  .search__skyscanner__locations {
    margin-top: 15px; }
  .search__skyscanner__location {
    width: calc((85% - 10px) / 2); }
    .search__skyscanner__location__origin {
      text-align: right; }
      .search__skyscanner__location__origin__place {
        display: inline-block;
        width: 85%; }
      .search__skyscanner__location__origin__edit-container {
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        width: 10%; }
        .search__skyscanner__location__origin__edit-container :hover {
          cursor: pointer; }
      .search__skyscanner__location__origin__edit {
        background-image: url("/static/next/dist/images/icons/search/edit-white.svg");
        background-size: cover;
        width: 15px;
        height: 15px; }
    .search__skyscanner__location__destination {
      text-align: left; }
  .search__skyscanner__column {
    display: inline-block; }
  .search__skyscanner__plane {
    width: 15%;
    vertical-align: top;
    margin-top: 10px; }
    .search__skyscanner__plane__plane-icon {
      width: 24px;
      height: 24px;
      position: relative;
      margin: auto; }
      .search__skyscanner__plane__plane-icon__icon {
        position: absolute;
        background-image: url("/static/next/dist/images/icons/search/plane-green.svg");
        background-size: cover;
        width: 100%;
        height: 100%; }
  .search__skyscanner--mobile-plane {
    position: absolute;
    top: 0px;
    left: -30px;
    display: inline-block; }
  .search__skyscanner__place-name {
    font-weight: 500; }
  .search__skyscanner__divider {
    border-bottom: 1px dashed #dddddd;
    width: 90%;
    margin: 15px auto;
    display: block; }
  .search__skyscanner__price {
    display: none;
    margin: 15px 0 0; }
    .search__skyscanner__price a {
      color: #47b549; }
    .search__skyscanner__price__value {
      display: inline-block;
      color: #47b549;
      font-size: 22px; }
    .search__skyscanner__price__from {
      display: inline-block;
      font-weight: 500;
      font-size: 12px; }
    .search__skyscanner__price .search__detail__date__extra--help {
      display: inline-block;
      cursor: default;
      color: #808080; }
  .search__skyscanner__button {
    color: #47b549;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 10px 50px;
    margin: 15px 0; }
    .search__skyscanner__button :hover {
      cursor: pointer; }
  .search__skyscanner__edit {
    display: none;
    width: 90%;
    margin: auto; }
    .search__skyscanner__edit input {
      border-radius: 5px;
      border: 1px solid #dddddd; }
    .search__skyscanner__edit__close {
      background-image: url("/static/next/dist/images/components/overlay/close-grey-2-x.png");
      background-size: cover;
      width: 18px;
      height: 18px;
      float: right;
      margin-bottom: 10px; }
      .search__skyscanner__edit__close :hover {
        cursor: pointer; }
    .search__skyscanner__edit__search-button {
      display: inline-block; }
    .search__skyscanner__edit .search__filters--dates {
      width: 100%;
      padding: 0; }
    .search__skyscanner__edit .search__filters--dates .search__filters__group-item {
      width: 100%; }
      .search__skyscanner__edit .search__filters--dates .search__filters__group-item :hover {
        cursor: pointer; }
  @media (min-width: 768px) {
    .search__skyscanner {
      margin: 0; }
      .search__skyscanner h5 {
        font-size: 18px !important; }
      .search__skyscanner__locations {
        display: flex; }
      .search__skyscanner__button {
        display: inline-block; }
      .search__skyscanner__expand {
        display: none; }
      .search__skyscanner__contract {
        display: none; }
      .search__skyscanner--mobile-plane {
        display: none; } }

@keyframes indeterminate {
  0% { }
  20% {
    -webkit-transform: translateX(-40%) scaleX(0.2);
    -moz-transform: translateX(-40%) scaleX(0.2);
    -ms-transform: translateX(-40%) scaleX(0.2);
    -o-transform: translateX(-40%) scaleX(0.2);
    transform: translateX(-40%) scaleX(0.2); }
  30% {
    -webkit-transform: translateX(0%) scaleX(0.5);
    -moz-transform: translateX(0%) scaleX(0.5);
    -ms-transform: translateX(0%) scaleX(0.5);
    -o-transform: translateX(0%) scaleX(0.5);
    transform: translateX(0%) scaleX(0.5); }
  55% {
    -webkit-transform: translateX(100%) scaleX(0.7);
    -moz-transform: translateX(100%) scaleX(0.7);
    -ms-transform: translateX(100%) scaleX(0.7);
    -o-transform: translateX(100%) scaleX(0.7);
    transform: translateX(100%) scaleX(0.7); }
  55.99% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  56% {
    -webkit-transform: translateX(-100%) scaleX(0);
    -moz-transform: translateX(-100%) scaleX(0);
    -ms-transform: translateX(-100%) scaleX(0);
    -o-transform: translateX(-100%) scaleX(0);
    transform: translateX(-100%) scaleX(0); }
  56.99% {
    -webkit-transform: translateX(-100%) scaleX(0.6);
    -moz-transform: translateX(-100%) scaleX(0.6);
    -ms-transform: translateX(-100%) scaleX(0.6);
    -o-transform: translateX(-100%) scaleX(0.6);
    transform: translateX(-100%) scaleX(0.6); }
  75% {
    -webkit-transform: translateX(-5%) scaleX(0.6);
    -moz-transform: translateX(-5%) scaleX(0.6);
    -ms-transform: translateX(-5%) scaleX(0.6);
    -o-transform: translateX(-5%) scaleX(0.6);
    transform: translateX(-5%) scaleX(0.6); }
  85% {
    -webkit-transform: translateX(30%) scaleX(0.3);
    -moz-transform: translateX(30%) scaleX(0.3);
    -ms-transform: translateX(30%) scaleX(0.3);
    -o-transform: translateX(30%) scaleX(0.3);
    transform: translateX(30%) scaleX(0.3); }
  98% {
    -webkit-transform: translateX(100%) scaleX(0.2);
    -moz-transform: translateX(100%) scaleX(0.2);
    -ms-transform: translateX(100%) scaleX(0.2);
    -o-transform: translateX(100%) scaleX(0.2);
    transform: translateX(100%) scaleX(0.2); }
  99.99% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes borderanimation {
  0% {
    background-color: #e6e6e6; }
  50% {
    background-color: rgba(230, 230, 230, 0.2); }
  100% {
    background-color: #e6e6e6; } }

@keyframes visible-to-invisible {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes invisible-to-visible {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.search {
  background-color: #f0f0f0;
  position: relative;
  float: left;
  margin: 0 auto;
  width: 100%; }
  .search * {
    font-family: 'Ubuntu', sans-serif !important; }
  .search h1, .search h2, .search h3, .search h4, .search h5, .search h6 {
    font-weight: 500;
    margin-bottom: 0; }
  .search h1 {
    font-size: 32px; }
  .search h2 {
    font-size: 24px; }
  .search h3 {
    font-size: 22px; }
  .search h4 {
    font-size: 20px; }
  .search h5 {
    font-size: 15px; }
  .search h6 {
    font-size: 16px; }
  .search__marker {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    cursor: pointer; }
  .search__button-primary, .search__button-secondary, .search__button-tertiary, .search__button-plain, .search__button-light {
    display: block;
    padding: 5px 20px;
    font-weight: normal;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: none;
    float: left; }
  .search__button-primary {
    background-color: #47b549;
    color: white; }
    .search__button-primary:focus, .search__button-primary:active, .search__button-primary:hover {
      background-color: #67c17a !important; }
  .search__button-secondary {
    background-color: #6699CC;
    color: white; }
    .search__button-secondary:focus, .search__button-secondary:active, .search__button-secondary:hover {
      background-color: #9fc7e2 !important; }
  .search__button-tertiary {
    background-color: #fd4273;
    color: white; }
    .search__button-tertiary:focus, .search__button-tertiary:active, .search__button-tertiary:hover {
      background-color: #f181ae !important; }
  .search__button-plain {
    background-color: #f0f0f0;
    color: #474747; }
    .search__button-plain:focus, .search__button-plain:active, .search__button-plain:hover {
      background-color: #dddddd !important;
      color: #474747; }
  .search__button-light {
    background-color: white;
    color: #474747; }
    .search__button-light:focus, .search__button-light:active, .search__button-light:hover {
      background-color: #f0f0f0 !important;
      color: #474747; }
  .search #id_cities_search::-webkit-input-placeholder {
    color: #474747; }
  .search #id_cities_search::-moz-placeholder {
    color: #474747; }
  .search #id_cities_search:-moz-placeholder {
    color: #474747; }
  .search #id_cities_search:-ms-input-placeholder {
    color: #474747; }
  .search__header {
    background-color: white;
    width: 100%;
    overflow: auto;
    padding: 20px;
    display: none; }
    .search__header h1 {
      margin: 0;
      font-weight: 500;
      font-size: 22px; }
  .search__how-it-works {
    width: 100%;
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(-90deg, #dddddd, #f0f0f0);
    background-image: linear-gradient(-180deg,#dddddd, #f0f0f0);
    height: 36px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .search__how-it-works h2 {
      font-size: 20px; }
    .search__how-it-works h5 {
      font-size: 16px; }
    .search__how-it-works--wrapper {
      width: 240px;
      margin: 0 auto; }
    .search__how-it-works__media--icon {
      float: left;
      background-image: url("/static/next/dist/images/icons/arrows/video/green-play-button-2x.png");
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center;
      width: 32px;
      height: 32px; }
      .search__how-it-works__media--icon:hover {
        background-image: url("/static/next/dist/images/icons/arrows/video/green-play-button-hover-2x.png"); }
    .search__how-it-works__media--title {
      float: left;
      line-height: 32px;
      font-size: 13px;
      color: #474747;
      display: none; }
    .search__how-it-works .video-button {
      width: 39px;
      height: 39px;
      -webkit-transform: translate(33%, 10%);
      -moz-transform: translate(33%, 10%);
      -ms-transform: translate(33%, 10%);
      -o-transform: translate(33%, 10%);
      transform: translate(33%, 10%); }
      .search__how-it-works .video-button__background {
        width: 39px;
        height: 39px; }
      .search__how-it-works .video-button__overlay {
        left: 2px;
        top: 2px;
        width: 35px;
        height: 35px; }
      .search__how-it-works .video-button__play {
        left: 15px;
        top: 9px;
        width: 13px;
        height: 19px; }
      .search__how-it-works .video-button.mobile {
        width: 32px;
        height: 32px;
        margin-right: 5px;
        float: left;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .search__how-it-works .video-button.mobile .video-button__background {
          width: 32px;
          height: 32px; }
        .search__how-it-works .video-button.mobile .video-button__overlay {
          left: 2px;
          top: 2px;
          width: 28px;
          height: 28px; }
        .search__how-it-works .video-button.mobile .video-button__play {
          left: 12px;
          top: 7px;
          width: 11px;
          height: 17px; }
    .search__how-it-works__title {
      float: left;
      line-height: 32px;
      font-size: 13px;
      color: #474747; }
    .search__how-it-works__subtitle {
      float: left;
      line-height: 32px;
      font-size: 13px;
      color: #474747;
      display: none; }
  .search__filters {
    width: 100%; }
    .search__filters__section {
      width: 100%;
      float: left; }
      .search__filters__section--top {
        padding: 10px;
        background-color: white;
        border-bottom: none; }
      .search__filters__section--right {
        padding: 10px;
        background-color: white; }
      .search__filters__section--extra {
        padding: 10px;
        background-color: #f0f0f0;
        display: none; }
        .search__filters__section--extra .search__filters__group-label {
          font-size: 14px; }
        .search__filters__section--extra select {
          font-size: 12px; }
      .search__filters__section--bottom {
        padding: 20px 10px;
        background-color: white;
        display: none;
        border: none;
        text-align: center; }
      .search__filters__section--animals {
        padding: 20px 0 10px 0; }
      .search__filters__section--five > div {
        padding: 20px 20px 5px 0;
        width: 100%;
        float: left; }
        .search__filters__section--five > div:first-child {
          padding-left: 0; }
      .search__filters__section--four > div {
        padding: 20px 10px 5px 0;
        width: 100%;
        float: left; }
        .search__filters__section--four > div:first-child {
          padding-left: 0; }
      .search__filters__section--three > div {
        padding: 10px 20px 5px 0;
        width: 100%;
        float: left; }
        .search__filters__section--three > div:first-child {
          padding-left: 0; }
      .search__filters__section--last {
        border-bottom: none; }
      .search__filters__section--tall-label {
        padding-bottom: 10px; }
        .search__filters__section--tall-label .search__filters__group-label {
          height: 140%;
          margin-bottom: 0; }
    .search__filters__no-padding {
      padding: 0 !important; }
    .search__filters__group-label {
      text-align: left;
      font-size: 14px;
      color: #474747;
      margin-bottom: 10px;
      padding-left: 5px; }
    .search__filters__group-item--select {
      padding: 2px 12px;
      margin: 0;
      border: 1px solid #dddddd;
      overflow: hidden;
      background: #fff url("/static/next/dist/images/icons/arrows/up-down/down-grey-2x.png") no-repeat calc(100% - 10px) 50%;
      background-size: 14px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      cursor: pointer; }
      .search__filters__group-item--select select {
        padding: 2px 5px;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        margin: 0;
        margin-right: 10px;
        min-height: 22px;
        line-height: 16px;
        width: 100%; }
        .search__filters__group-item--select select:focus {
          outline: none; }
    .search__filters--location {
      float: left;
      width: 100%; }
      .search__filters--location input,
      .search__filters--location input:focus {
        width: calc(100% - 50px);
        -webkit-border-radius: 12px 0 0 12px;
        -moz-border-radius: 12px 0 0 12px;
        -ms-border-radius: 12px 0 0 12px;
        border-radius: 12px 0 0 12px;
        border: 1px solid #dddddd;
        border-right: none;
        outline: none;
        float: left;
        height: 38px;
        min-height: 38px;
        font-size: 14px; }
      .search__filters--location input:focus {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.2); }
      .search__filters--location .search__filters__button--search {
        float: left;
        width: 50px;
        -webkit-border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
        -ms-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 14px; }
    .search__filters__view-all-sits {
      display: none;
      padding-left: 30px;
      color: #47b549;
      font-size: 14px;
      line-height: 38px;
      background-image: url("/static/next/dist/images/icons/map/globe/globe-green.png");
      background-position: 0 center;
      background-repeat: no-repeat;
      margin-left: 20px;
      float: left;
      background-size: 20px; }
    .search__filters__animals--any, .search__filters__animals--animal, .search__filters__animals--no {
      float: left;
      padding: 0 10px 10px 0; }
      .search__filters__animals--any label, .search__filters__animals--animal label, .search__filters__animals--no label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        font-weight: normal;
        margin-bottom: 0;
        white-space: nowrap;
        padding: 6px 18px;
        width: 100%;
        height: 32px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        background-color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #dddddd; }
      .search__filters__animals--any input, .search__filters__animals--animal input, .search__filters__animals--no input {
        position: absolute;
        margin-left: -9999px;
        visibility: hidden; }
        .search__filters__animals--any input:checked + label, .search__filters__animals--animal input:checked + label, .search__filters__animals--no input:checked + label {
          background-color: #47b549;
          border-color: #47b549;
          color: white; }
    .search__filters__animals--animal label {
      padding-left: 26px;
      background-repeat: no-repeat;
      background-position: 8px center;
      background-size: auto 16px; }
    .search__filters__animals--animal-dogs label {
      background-image: url("/static/next/dist/images/icons/pets/dogs/dogs-grey-2x.png"); }
    .search__filters__animals--animal-dogs input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/dogs/dogs-white-2x.png"); }
    .search__filters__animals--animal-cats label {
      background-image: url("/static/next/dist/images/icons/pets/cats/cats-grey-2x.png"); }
    .search__filters__animals--animal-cats input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/cats/cats-white-2x.png"); }
    .search__filters__animals--animal-reptiles label {
      background-image: url("/static/next/dist/images/icons/pets/reptiles/reptiles-grey-2x.png"); }
    .search__filters__animals--animal-reptiles input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/reptiles/reptiles-white-2x.png"); }
    .search__filters__animals--animal-horses label {
      background-image: url("/static/next/dist/images/icons/pets/horses/horses-grey-2x.png"); }
    .search__filters__animals--animal-horses input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/horses/horses-white-2x.png"); }
    .search__filters__animals--animal-fish label {
      background-image: url("/static/next/dist/images/icons/pets/fish/fish-grey-2x.png");
      padding-left: 33px; }
    .search__filters__animals--animal-fish input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/fish/fish-white-2x.png"); }
    .search__filters__animals--animal-poultry label {
      background-image: url("/static/next/dist/images/icons/pets/poultry/poultry-grey-2x.png"); }
    .search__filters__animals--animal-poultry input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/poultry/poultry-white-2x.png"); }
    .search__filters__animals--animal-farm-animals label {
      background-image: url("/static/next/dist/images/icons/pets/farm-animals/farm-animals-grey-2x.png");
      padding-left: 35px; }
    .search__filters__animals--animal-farm-animals input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/farm-animals/farm-animals-white-2x.png"); }
    .search__filters__animals--animal-birds label {
      background-image: url("/static/next/dist/images/icons/pets/birds/birds-grey-2x.png");
      padding-left: 35px; }
    .search__filters__animals--animal-birds input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/birds/birds-white-2x.png"); }
    .search__filters__animals--animal-small-pets label {
      background-image: url("/static/next/dist/images/icons/pets/small-pets/small-pets-grey-2x.png");
      padding-left: 30px; }
    .search__filters__animals--animal-small-pets input:checked + label {
      background-image: url("/static/next/dist/images/icons/pets/small-pets/small-pets-white-2x.png"); }
    .search__filters--dates {
      float: left;
      width: 100%; }
      .search__filters--dates .search__filters__group-item {
        float: left;
        width: 100%;
        position: relative; }
      .search__filters--dates .search__filters__flexible-dates {
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 14px; }
      .search__filters--dates input,
      .search__filters--dates input:focus {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dddddd;
        outline: none; }
      .search__filters--dates input:focus {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.2); }
      .search__filters--dates .date-icon {
        position: absolute;
        width: 47px;
        right: 0;
        top: 0;
        height: 42px;
        background-color: #e6e6e6;
        background-image: url(/static/next/dist/images/icons/filters/dates/dates-2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
        border: 1px solid #dddddd;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
      .search__filters--dates .search__filters__flexible-dates input {
        float: left;
        margin-top: 12px; }
      .search__filters--dates .search__filters__flexible-dates label {
        float: left;
        font-weight: normal;
        line-height: 37px; }
    .search__filters__check {
      float: left;
      padding: 10px 0 0 0;
      margin-top: 5px; }
      .search__filters__check .search__filters__group-sublabel {
        float: left;
        width: 30px;
        height: 30px;
        margin-bottom: 0;
        background-color: white;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        padding: 0; }
      .search__filters__check .search__filters__group-item {
        float: left;
        margin-left: 10px;
        height: 12px;
        margin-top: 10px; }
        .search__filters__check .search__filters__group-item input,
        .search__filters__check .search__filters__group-item label {
          float: left; }
        .search__filters__check .search__filters__group-item label {
          font-weight: normal;
          font-size: 14px;
          line-height: 100%; }
    .search__filters__button--apply-filters, .search__filters__button--more-filters, .search__filters__button--cancel, .search__filters__button--filters {
      position: relative;
      display: none; }
    .search__filters__button--filters {
      margin-left: 20px;
      height: 44px; }
      .search__filters__button--filters.active {
        display: block; }
    .search__filters__button--apply-filters.active, .search__filters__button--more-filters.active, .search__filters__button--cancel.active {
      display: inline-block; }
    .search__filters__button--filters-mobile {
      display: block;
      position: absolute;
      right: 10px;
      font-size: 14px; }
    .search__filters__button--cancel {
      float: left;
      margin-left: 0;
      background-color: white;
      border: 1px solid #dddddd;
      color: #47b549; }
    .search__filters__button--filters-mobile, .search__filters__button--filters {
      padding-right: 27px; }
      .search__filters__button--filters-mobile:before, .search__filters__button--filters:before {
        content: ' ';
        position: absolute;
        top: 13px;
        width: 14px;
        height: 8px;
        background-image: url("/static/next/dist/images/icons/arrows/up-down/down-white-2x.png");
        background-size: 14px 8px;
        background-repeat: no-repeat;
        background-position: center;
        right: 9px; }
    .search__filters__button--filters {
      padding-right: 32px; }
      .search__filters__button--filters:before {
        top: 18px; }
    .search__filters__button--cancel, .search__filters__button--apply-filters {
      float: none; }
    .search__filters__button--more-mobile {
      padding-left: 27px;
      padding-right: 27px; }
      .search__filters__button--more-mobile:before, .search__filters__button--more-mobile:after {
        content: ' ';
        position: absolute;
        top: 13px;
        width: 14px;
        height: 8px;
        background-image: url("/static/next/dist/images/icons/arrows/up-down/down-white-2x.png");
        background-size: 14px 8px;
        background-repeat: no-repeat;
        background-position: center; }
      .search__filters__button--more-mobile:after {
        left: 9px; }
      .search__filters__button--more-mobile:before {
        right: 9px; }
    .search__filters__button--search {
      position: relative;
      height: 38px; }
      .search__filters__button--search .search__progress {
        left: 15%;
        width: 70%;
        display: none; }
        .search__filters__button--search .search__progress-bar {
          background: white !important; }
        .search__filters__button--search .search__progress-background {
          display: none; }
      .search__filters__button--search.disabled {
        opacity: 0.25; }
        .search__filters__button--search.disabled .search__progress {
          display: block; }
    .search__filters.open .search__filters__section--extra {
      display: block; }
    .search__filters.open .search__filters__button--filters {
      display: none; }
    .search__filters.open .search__filters__button--apply-filters, .search__filters.open .search__filters__button--cancel {
      display: inline-block; }
    .search__filters.open .search__filters__section--bottom {
      display: block; }
    .search__filters.open .search__results--wrapper,
    .search__filters.open .search__results__tabs__filter-button {
      display: none; }
  .search__results {
    float: left;
    width: 100%;
    min-height: 10px;
    -webkit-transition: width 0.15s;
    -moz-transition: width 0.15s;
    transition: width 0.15s; }
    .search__results--wrapper {
      min-height: 31.25em;
      padding: 0 5px 10px 5px;
      background-color: white;
      width: 100%;
      overflow: auto;
      position: relative; }
    .search__results--container {
      margin-top: 94px;
      float: left;
      width: 100%;
      position: relative; }
    .search__results__before {
      padding: 20px;
      background-color: white;
      overflow: auto; }
    .search__results__after {
      padding: 20px;
      background-color: white;
      overflow: auto;
      width: 100%; }
    .search__results__item {
      float: left;
      width: 100%;
      padding-bottom: 20px;
      padding-left: 5px;
      position: relative; }
      .search__results__item--close {
        position: absolute;
        right: 20px;
        top: 20px; }
      .search__results__item--completed article figure > img {
        opacity: 0.5; }
      .search__results__item--completed article > div > header,
      .search__results__item--completed article > div .search__results__item__badges,
      .search__results__item--completed article > div .search__results__item__description {
        opacity: 0.5; }
      .search__results__item .search__progress {
        bottom: 6px;
        left: 10px;
        right: 10px;
        width: auto;
        opacity: 0;
        -webkit-transition: opacity 150ms;
        -moz-transition: opacity 150ms;
        transition: opacity 150ms; }
      .search__results__item.loading .search__progress {
        opacity: 1; }
      .search__results__item > a {
        display: block;
        overflow: auto; }
      .search__results__item__reviewing {
        position: absolute;
        left: 10px;
        right: 50px;
        bottom: 10px;
        height: 28px;
        background-color: #f0f0f0;
        color: #474747;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .search__results__item__reviewing--icon {
          background-image: url(/static/next/dist/images/icons/pause/pause-2x.png);
          background-repeat: no-repeat;
          background-position: 0 center;
          background-size: 16px;
          width: 16px;
          height: 16px;
          margin-left: 5px;
          margin-top: 6px;
          float: left; }
        .search__results__item__reviewing--text {
          margin-left: 5px;
          float: left;
          line-height: 30px;
          font-size: 12px;
          overflow: hidden;
          width: calc(100% - 30px); }
      .search__results__item article {
        position: relative; }
        .search__results__item article figure {
          margin: 0;
          width: 100%;
          padding-bottom: 75%;
          /* 4:3 */
          position: relative;
          overflow: hidden;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          z-index: 1; }
          .search__results__item article figure img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%; }
        .search__results__item article header {
          margin-top: 10px;
          position: relative; }
          .search__results__item article header h3 {
            line-height: 140%;
            color: #47b549;
            margin: 0;
            height: 140%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding-right: 20px;
            font-weight: normal; }
          .search__results__item article header h5 {
            line-height: 140%;
            height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
      .search__results__item__actions {
        display: none;
        min-height: 34px; }
      .search__results__item__last-minute {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #87ADC9;
        color: white;
        font-size: 10px;
        padding: 2px 30px 2px 30px;
        -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-29%);
        -moz-transform: rotate(-45deg) translateY(-50%) translateX(-29%);
        -ms-transform: rotate(-45deg) translateY(-50%) translateX(-29%);
        -o-transform: rotate(-45deg) translateY(-50%) translateX(-29%);
        transform: rotate(-45deg) translateY(-50%) translateX(-29%);
        text-align: center;
        box-shadow: 0 0 1px white;
        line-height: 14px; }
      .search__results__item__new-icon {
        position: absolute;
        right: 5px;
        top: 5px;
        background-image: url("/static/next/dist/images/icons/alerts/new/new-green.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 34px;
        width: 34px;
        height: 34px; }
      .search__results__item__profile-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 5px;
        bottom: 5px;
        border: 2px solid white;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        z-index: 1; }
      .search__results__item__dates {
        margin-top: 5px;
        font-size: 14px;
        line-height: 100%;
        color: #474747;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 20px; }
      .search__results__item__location {
        margin-top: 10px;
        font-size: 12px;
        line-height: 100%;
        color: #808080;
        height: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .search__results__item__location img {
          float: left;
          max-height: 13px;
          margin-right: 5px; }
      .search__results__item__badges {
        position: absolute;
        right: 0;
        bottom: 0; }
        .search__results__item__badges--wrapper {
          float: right; }
      .search__results__item__badge {
        margin-left: 5px;
        float: left;
        font-size: 12px;
        line-height: 18px; }
        .search__results__item__badge img {
          max-height: 18px; }
      .search__results__item__description {
        display: none;
        font-size: 14px;
        color: #474747;
        line-height: 140%;
        height: 58.8px; }
        .search__results__item__description p {
          float: left; }
      .search__results__item__button-apply {
        margin-top: 10px; }
      .search__results__item__housesitter-found {
        float: left;
        margin-top: 10px;
        font-size: 14px;
        line-height: 34px;
        height: 34px; }
        .search__results__item__housesitter-found--icon {
          width: 34px;
          height: 34px;
          float: left;
          background: #808080 url(/static/next/dist/images/icons/checkbox/checkbox-white-2x.png) no-repeat center;
          background-size: 16px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
        .search__results__item__housesitter-found--text {
          padding-left: 10px;
          float: left;
          font-weight: 500; }
      .search__results__item__tags--free {
        position: absolute;
        left: 0;
        bottom: 20px;
        background-color: rgba(128, 128, 128, 0.6);
        color: white;
        font-size: 14px;
        padding: 0 20px 0 10px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
    .search__results--map {
      display: none; }
      .search__results--map .search__results__item__actions, .search__results--map .search__results__item__description {
        display: none; }
    .search__results--grid, .search__results--map-grid {
      padding-right: 0; }
      .search__results--grid .search__results__item__actions, .search__results--grid .search__results__item__description, .search__results--map-grid .search__results__item__actions, .search__results--map-grid .search__results__item__description {
        display: none; }
    .search__results--list article header h5 {
      font-size: 16px; }
    .search__results--list .search__results__item__dates {
      font-size: 14px; }
    .search__results--list .search__results__item__last-minute {
      font-size: 12px;
      padding: 2px 30px 2px 30px;
      -webkit-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
      -moz-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
      -ms-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
      -o-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
      transform: rotate(-45deg) translateY(-29%) translateX(-25%);
      line-height: 140%; }
    .search__results--list .search__results__item__new-icon {
      background-size: 42px;
      width: 42px;
      height: 42px;
      right: 10px;
      top: 10px; }
    .search__results--list .search__results__item__profile-icon {
      width: 50px;
      height: 50px;
      right: 10px;
      bottom: 10px; }
    .search__results--list .search__results__item__badges {
      position: absolute;
      float: none;
      width: auto;
      margin-top: 0; }
      .search__results--list .search__results__item__badges .search__results__item__badge:first-child {
        margin-left: 5px; }
    .search__results--list .search__results__item__reviewing {
      position: absolute;
      left: 10px;
      right: 75px;
      bottom: 20px;
      height: 30px;
      background-color: #f0f0f0;
      color: #474747;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      .search__results--list .search__results__item__reviewing:after {
        content: ' ';
        position: absolute;
        right: -30px;
        top: 0;
        bottom: 0;
        border: 15px solid #f0f0f0;
        border-color: transparent transparent transparent #f0f0f0; }
      .search__results--list .search__results__item__reviewing--icon {
        background-image: url(/static/next/dist/images/icons/pause/pause-2x.png);
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 24px;
        width: 24px;
        height: 24px;
        margin-left: 5px;
        margin-top: 3px;
        float: left; }
      .search__results--list .search__results__item__reviewing--text {
        margin-left: 5px;
        float: left;
        line-height: 30px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 35px); }
    .search__results--list + .search__results__map--wrapper,
    .search__results--map-grid + .search__results__map--wrapper {
      display: none !important; }
    .search__results__map {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px; }
      .search__results__map--wrapper {
        width: 100%;
        height: 80px;
        display: none;
        position: relative;
        float: left; }
        .search__results__map--wrapper.active {
          display: block; }
      .search__results__map--container {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        background-color: #e6e6e6;
        position: absolute;
        width: 100%;
        height: 80px;
        z-index: 1; }
        .search__results__map--container.full-width {
          position: absolute !important;
          height: auto !important;
          bottom: 20px !important;
          left: 5px !important;
          right: 5px !important;
          top: 0 !important;
          width: auto !important; }
      .search__results__map .cluster-icon {
        color: white;
        background-image: url(/static/next/dist/images/icons/markers/cluster-default1.png);
        text-align: center;
        vertical-align: middle;
        line-height: 52px;
        padding: 1px 24px; }
        .search__results__map .cluster-icon--2 {
          background-image: url(/static/next/dist/images/icons/markers/cluster-default2.png);
          line-height: 56px;
          padding: 1px 22px; }
        .search__results__map .cluster-icon--3 {
          background-image: url(/static/next/dist/images/icons/markers/cluster-default3.png);
          line-height: 66px;
          padding: 1px 23px; }
        .search__results__map .cluster-icon--4 {
          background-image: url(/static/next/dist/images/icons/markers/cluster-default4.png);
          line-height: 78px;
          padding: 1px 26px; }
    .search__results__tabs {
      padding: 10px;
      background-color: white;
      position: absolute;
      top: 0;
      width: calc(100% - 20px);
      z-index: 2;
      -webkit-transition: box-shadow 0.15s;
      -moz-transition: box-shadow 0.15s;
      transition: box-shadow 0.15s; }
      .search__results__tabs.active {
        box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.4); }
      .search__results__tabs__list {
        height: 34px;
        border: 1px solid #dddddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        float: left;
        margin-right: 10px; }
        .search__results__tabs__list li {
          text-align: center;
          font-size: 14px;
          color: #474747;
          height: 34px;
          line-height: 24px;
          padding: 5px;
          padding-left: 6px;
          padding-right: 6px;
          background-repeat: no-repeat;
          background-size: 14px;
          background-position: 8px center;
          border-right: 1px solid #dddddd;
          cursor: pointer;
          float: left; }
          .search__results__tabs__list li:hover, .search__results__tabs__list li.active {
            background-color: #f0f0f0; }
          .search__results__tabs__list li:last-child {
            border-right: none; }
        .search__results__tabs__list--grid, .search__results__tabs__list--map-grid {
          background-color: white !important;
          padding-left: 26px !important;
          font-size: 16px;
          line-height: 28px;
          background-image: url("/static/next/dist/images/icons/toggle/grid/grid-green-2x.png");
          color: #47b549 !important; }
          .search__results__tabs__list--grid.active, .search__results__tabs__list--grid:hover, .search__results__tabs__list--map-grid.active, .search__results__tabs__list--map-grid:hover {
            background-image: url("/static/next/dist/images/icons/toggle/grid/grid-grey-2x.png");
            color: #808080 !important;
            background-color: #f0f0f0 !important; }
        .search__results__tabs__list--list {
          background-color: white !important;
          padding-left: 26px !important;
          font-size: 16px;
          line-height: 28px;
          color: #47b549 !important;
          background-image: url("/static/next/dist/images/icons/toggle/list/list-green-2x.png"); }
          .search__results__tabs__list--list.active, .search__results__tabs__list--list:hover {
            background-image: url("/static/next/dist/images/icons/toggle/list/list-grey-2x.png");
            color: #808080 !important;
            background-color: #f0f0f0 !important; }
        .search__results__tabs__list--map {
          background-color: white !important;
          font-size: 16px;
          line-height: 28px;
          padding-left: 26px !important;
          color: #47b549 !important;
          background-image: url("/static/next/dist/images/icons/toggle/pin/pin-green-2x.png"); }
          .search__results__tabs__list--map.active, .search__results__tabs__list--map:hover {
            background-image: url("/static/next/dist/images/icons/toggle/pin/pin-grey-2x.png");
            color: #808080 !important;
            background-color: #f0f0f0 !important; }
        .search__results__tabs__list--local-sitters {
          background-color: white !important;
          font-size: 16px;
          line-height: 28px;
          color: #6699CC !important; }
          .search__results__tabs__list--local-sitters a {
            color: #6699CC !important; }
          .search__results__tabs__list--local-sitters.active, .search__results__tabs__list--local-sitters.selected, .search__results__tabs__list--local-sitters:hover {
            color: #808080 !important;
            background-color: #f0f0f0 !important; }
            .search__results__tabs__list--local-sitters.active a, .search__results__tabs__list--local-sitters.selected a, .search__results__tabs__list--local-sitters:hover a {
              color: #808080 !important; }
        .search__results__tabs__list--highest-rated {
          background-color: white !important;
          font-size: 16px;
          line-height: 28px;
          color: #6699CC !important;
          position: relative; }
          .search__results__tabs__list--highest-rated a {
            color: #6699CC !important; }
          .search__results__tabs__list--highest-rated.active, .search__results__tabs__list--highest-rated.selected, .search__results__tabs__list--highest-rated:hover {
            color: #808080 !important;
            background-color: #f0f0f0 !important; }
            .search__results__tabs__list--highest-rated.active a, .search__results__tabs__list--highest-rated.selected a, .search__results__tabs__list--highest-rated:hover a {
              color: #808080 !important; }
          .search__results__tabs__list--highest-rated:hover .search__detail__date__extra--help-bubble {
            display: block; }
      .search__results__tabs__title {
        float: left;
        line-height: 30px;
        font-size: 14px;
        color: #474747; }
        .search__results__tabs__title b {
          font-weight: 500; }
      .search__results__tabs__breadcrumbs {
        float: left;
        width: 100%;
        list-style: none; }
        .search__results__tabs__breadcrumbs li {
          float: left;
          font-size: 14px;
          line-height: 30px; }
          .search__results__tabs__breadcrumbs li a {
            color: #47b549; }
          .search__results__tabs__breadcrumbs li:last-child a {
            color: #474747; }
      .search__results__tabs .search__progress {
        left: 20px;
        right: 20px;
        bottom: 7px;
        width: auto;
        opacity: 0;
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s; }
      .search__results__tabs.loading .search__progress {
        opacity: 1; }
      .search__results__tabs__filter-button {
        float: right;
        padding: 4px 18px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
    .search__results__storystream--wrapper {
      margin: 10px 0;
      float: left;
      width: 100%;
      display: none; }
      .search__results__storystream--wrapper.visible {
        display: block; }
  .search--map .search__results__tabs__breadcrumbs {
    display: block !important; }
    .search--map .search__results__tabs__breadcrumbs li {
      font-size: 12px; }
  .search__extra-reason {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px; }
    .search__extra-reason h5 {
      border-top: 1px solid #e6e6e6;
      padding-top: 10px; }
  .search__pagination {
    float: left;
    width: 100%;
    padding: 10px;
    position: relative;
    border-top: 1px solid #dddddd;
    padding-top: 20px; }
    .search__pagination a {
      margin: 0 auto;
      display: block;
      width: 135px;
      float: none;
      text-align: center;
      font-weight: normal;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
  .search__email-alerts {
    padding: 15px 10px;
    position: relative;
    background-color: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 10px;
    float: left;
    display: none;
    text-align: center;
    background-image: url(/static/next/dist/images/icons/alerts/email-alerts-background.svg);
    background-size: cover;
    background-repeat: no-repeat; }
    .search__email-alerts--2 {
      display: block;
      width: calc(100% - 20px); }
    .search__email-alerts > h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .search__email-alerts > h6 {
      color: #808080;
      margin-bottom: 15px; }
    .search__email-alerts__countdown {
      position: relative;
      width: 100%;
      float: left;
      margin-bottom: 5px;
      max-width: 400px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .search__email-alerts__countdown__hours, .search__email-alerts__countdown__minutes, .search__email-alerts__countdown__seconds {
        display: inline-block;
        width: calc(100% / 3 - (20px * (2/3)));
        float: left;
        position: relative;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        -webkit-perspective-origin: 75% 35%;
        -moz-perspective-origin: 75% 35%;
        perspective-origin: 75% 35%; }
        .search__email-alerts__countdown__hours + div, .search__email-alerts__countdown__minutes + div, .search__email-alerts__countdown__seconds + div {
          margin-left: 20px; }
        .search__email-alerts__countdown__hours__wrapper, .search__email-alerts__countdown__minutes__wrapper, .search__email-alerts__countdown__seconds__wrapper {
          width: calc(50% - (5px / 2));
          height: 44px;
          float: left;
          position: relative;
          -webkit-perspective: 200px;
          -moz-perspective: 200px;
          perspective: 200px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.6);
          -moz-box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.6);
          box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.6); }
          .search__email-alerts__countdown__hours__wrapper + div, .search__email-alerts__countdown__minutes__wrapper + div, .search__email-alerts__countdown__seconds__wrapper + div {
            margin-left: 5px; }
          .search__email-alerts__countdown__hours__wrapper--1, .search__email-alerts__countdown__hours__wrapper--2, .search__email-alerts__countdown__minutes__wrapper--1, .search__email-alerts__countdown__minutes__wrapper--2, .search__email-alerts__countdown__seconds__wrapper--1, .search__email-alerts__countdown__seconds__wrapper--2 {
            position: absolute;
            background-color: #f181ae;
            height: 50%;
            width: 100%;
            top: 0;
            left: 0;
            font-size: 36px;
            line-height: 44px;
            color: white;
            overflow: hidden;
            transform-style: preserve-3d;
            -webkit-transform-origin: bottom center;
            -moz-transform-origin: bottom center;
            -ms-transform-origin: bottom center;
            -o-transform-origin: bottom center;
            transform-origin: bottom center;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            -ms-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
            .search__email-alerts__countdown__hours__wrapper--1.bottom, .search__email-alerts__countdown__hours__wrapper--2.bottom, .search__email-alerts__countdown__minutes__wrapper--1.bottom, .search__email-alerts__countdown__minutes__wrapper--2.bottom, .search__email-alerts__countdown__seconds__wrapper--1.bottom, .search__email-alerts__countdown__seconds__wrapper--2.bottom {
              top: inherit;
              bottom: 0;
              line-height: 0;
              -webkit-transform-origin: top center;
              -moz-transform-origin: top center;
              -ms-transform-origin: top center;
              -o-transform-origin: top center;
              transform-origin: top center;
              -webkit-border-radius: 0 0 5px 5px;
              -moz-border-radius: 0 0 5px 5px;
              -ms-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px; }
              .search__email-alerts__countdown__hours__wrapper--1.bottom > div, .search__email-alerts__countdown__hours__wrapper--2.bottom > div, .search__email-alerts__countdown__minutes__wrapper--1.bottom > div, .search__email-alerts__countdown__minutes__wrapper--2.bottom > div, .search__email-alerts__countdown__seconds__wrapper--1.bottom > div, .search__email-alerts__countdown__seconds__wrapper--2.bottom > div {
                top: inherit;
                bottom: 0;
                background-color: black;
                background-image: -webkit-linear-gradient(-450deg, black, #f181ae);
                background-image: linear-gradient(180deg,black, #f181ae);
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                -ms-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px; }
                .search__email-alerts__countdown__hours__wrapper--1.bottom > div.shadow, .search__email-alerts__countdown__hours__wrapper--2.bottom > div.shadow, .search__email-alerts__countdown__minutes__wrapper--1.bottom > div.shadow, .search__email-alerts__countdown__minutes__wrapper--2.bottom > div.shadow, .search__email-alerts__countdown__seconds__wrapper--1.bottom > div.shadow, .search__email-alerts__countdown__seconds__wrapper--2.bottom > div.shadow {
                  -webkit-animation: invisible-to-visible 1.1s linear;
                  -moz-animation: invisible-to-visible 1.1s linear;
                  animation: invisible-to-visible 1.1s linear; }
            .search__email-alerts__countdown__hours__wrapper--1 > div, .search__email-alerts__countdown__hours__wrapper--2 > div, .search__email-alerts__countdown__minutes__wrapper--1 > div, .search__email-alerts__countdown__minutes__wrapper--2 > div, .search__email-alerts__countdown__seconds__wrapper--1 > div, .search__email-alerts__countdown__seconds__wrapper--2 > div {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: #f181ae;
              background-image: -webkit-linear-gradient(-450deg, #f181ae, black);
              background-image: linear-gradient(180deg,#f181ae, black);
              -webkit-border-radius: 5px 5px 0 0;
              -moz-border-radius: 5px 5px 0 0;
              -ms-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0; }
              .search__email-alerts__countdown__hours__wrapper--1 > div.shadow, .search__email-alerts__countdown__hours__wrapper--2 > div.shadow, .search__email-alerts__countdown__minutes__wrapper--1 > div.shadow, .search__email-alerts__countdown__minutes__wrapper--2 > div.shadow, .search__email-alerts__countdown__seconds__wrapper--1 > div.shadow, .search__email-alerts__countdown__seconds__wrapper--2 > div.shadow {
                -webkit-animation: invisible-to-visible 0.5 linear;
                -moz-animation: invisible-to-visible 0.5 linear;
                animation: invisible-to-visible 0.5 linear; }
            .search__email-alerts__countdown__hours__wrapper--1.next > div.shadow, .search__email-alerts__countdown__hours__wrapper--2.next > div.shadow, .search__email-alerts__countdown__minutes__wrapper--1.next > div.shadow, .search__email-alerts__countdown__minutes__wrapper--2.next > div.shadow, .search__email-alerts__countdown__seconds__wrapper--1.next > div.shadow, .search__email-alerts__countdown__seconds__wrapper--2.next > div.shadow {
              -webkit-animation: visible-to-invisible 0.8s linear;
              -moz-animation: visible-to-invisible 0.8s linear;
              animation: visible-to-invisible 0.8s linear; }
        .search__email-alerts__countdown__hours > span, .search__email-alerts__countdown__minutes > span, .search__email-alerts__countdown__seconds > span {
          font-size: 12px; }
        .search__email-alerts__countdown__hours:not(:last-child):after, .search__email-alerts__countdown__minutes:not(:last-child):after, .search__email-alerts__countdown__seconds:not(:last-child):after {
          content: '';
          position: absolute;
          height: 8px;
          width: 8px;
          background-color: #ffdef1;
          right: -14px;
          top: 10px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
        .search__email-alerts__countdown__hours + div:before, .search__email-alerts__countdown__minutes + div:before, .search__email-alerts__countdown__seconds + div:before {
          content: '';
          position: absolute;
          height: 8px;
          width: 8px;
          background-color: #ffdef1;
          left: -14px;
          top: 27px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
      .search__email-alerts__countdown:after {
        content: '';
        position: absolute;
        left: 0;
        top: 22px;
        height: 1px;
        width: 100%;
        background-color: #f0f0f0;
        z-index: 500; }
    .search__email-alerts > p {
      font-size: 14px;
      color: #808080;
      max-width: 400px;
      margin: 0 auto 10px;
      clear: both; }
    .search__email-alerts > a {
      max-width: 130px;
      float: none;
      margin: auto;
      font-size: 18px;
      font-weight: 500;
      height: 44px;
      line-height: 180%; }
    .search__email-alerts > img {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 135px;
      width: 80px; }
  .search__join__today {
    padding: 20px; }
    .search__join__today h3 {
      text-align: center; }
    .search__join__today div a {
      width: 200px;
      margin: 20px auto;
      float: none;
      padding: 13px 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      text-align: center;
      font-size: 16px;
      font-weight: 700; }
    .search__join__today p {
      font-size: 14px;
      line-height: 140%;
      text-align: center; }
      .search__join__today p > a {
        color: #6699CC; }
  .search__seperator {
    background-color: #f0f0f0;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #dddddd; }
    .search__seperator--no-border {
      border: none; }
    .search__seperator--darker {
      background-color: #e6e6e6; }
  .search__footer--wrapper {
    padding: 10px;
    background-color: white;
    width: 100%;
    overflow: auto;
    float: left; }
    .search__footer--wrapper > ul {
      overflow: auto; }
      .search__footer--wrapper > ul > li {
        width: 100%;
        border: 1px solid #dddddd;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        margin-bottom: 20px;
        background-color: white;
        float: left;
        list-style: none;
        overflow: hidden; }
        .search__footer--wrapper > ul > li h4 {
          line-height: 140%;
          text-align: center;
          padding: 10px;
          padding-left: 15px;
          margin-bottom: 0;
          position: relative;
          -webkit-border-radius: 12px 12px 0 0;
          -moz-border-radius: 12px 12px 0 0;
          -ms-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0;
          color: #808080;
          font-size: 16px;
          font-weight: 500;
          cursor: pointer; }
          .search__footer--wrapper > ul > li h4:hover {
            background-color: #f0f0f0; }
          .search__footer--wrapper > ul > li h4:after {
            position: absolute;
            content: ' ';
            right: 10px;
            top: 12px;
            background-image: url(/static/next/dist/images/icons/arrows/left-right/right-white-2x.png);
            background-repeat: no-repeat;
            background-position: center center;
            width: 16px;
            height: 16px;
            background-size: 16px;
            -webkit-transition: all 0.15s;
            -moz-transition: all 0.15s;
            transition: all 0.15s; }
          .search__footer--wrapper > ul > li h4.active:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); }
        .search__footer--wrapper > ul > li .content {
          display: none; }
          .search__footer--wrapper > ul > li .content ul {
            padding: 10px;
            padding-left: 15px;
            overflow: auto; }
            .search__footer--wrapper > ul > li .content ul li {
              width: 100%;
              float: left;
              list-style: none;
              font-size: 14px;
              font-weight: normal;
              text-align: left;
              padding-bottom: 5px;
              color: #474747; }
              .search__footer--wrapper > ul > li .content ul li:hover a {
                color: #47b549; }
          .search__footer--wrapper > ul > li .content h5 {
            line-height: 140%;
            font-size: 14px;
            font-weight: normal;
            text-align: left;
            padding: 0 0 20px 15px;
            color: #47b549;
            cursor: pointer; }
          .search__footer--wrapper > ul > li .content div {
            padding-left: 20px;
            overflow: auto;
            display: none;
            -webkit-transition: all 100ms;
            -moz-transition: all 100ms;
            transition: all 100ms; }
            .search__footer--wrapper > ul > li .content div ul {
              overflow: auto; }
              .search__footer--wrapper > ul > li .content div ul li {
                width: 100%;
                float: left;
                list-style: none;
                font-size: 14px;
                font-weight: normal;
                text-align: left;
                padding-bottom: 5px;
                color: #474747; }
          .search__footer--wrapper > ul > li .content input[type="checkbox"] {
            display: none; }
          .search__footer--wrapper > ul > li .content input[type="checkbox"]:checked + h5 {
            display: none; }
          .search__footer--wrapper > ul > li .content input[type="checkbox"]:checked + h5 + div {
            display: block; }
  .search__feedhook--seo {
    display: none; }
  .search__feedhook .info__box__slides__slide {
    padding: 0 10px;
    float: left;
    width: 2%; }
  .search__discover--wrapper {
    background-color: #e6e6e6;
    padding: 10px;
    float: left;
    width: 100%; }
  .search__discover .info__box__slides__slide {
    width: 175px;
    padding: 0 10px;
    float: left; }
    .search__discover .info__box__slides__slide figure {
      padding: 0;
      margin: 0; }
      .search__discover .info__box__slides__slide figure img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        width: 100%; }
      .search__discover .info__box__slides__slide figure h6 {
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        padding-top: 10px; }
  .search__discover .components__listings-swiper__container {
    margin: 0 20px; }
    .search__discover .components__listings-swiper__container__slides {
      height: auto !important; }
      .search__discover .components__listings-swiper__container__slides__slide {
        width: 175px !important;
        padding: 0 10px; }
        .search__discover .components__listings-swiper__container__slides__slide figure {
          padding: 0;
          margin: 0; }
          .search__discover .components__listings-swiper__container__slides__slide figure img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
          .search__discover .components__listings-swiper__container__slides__slide figure h6 {
            text-align: center;
            font-weight: normal;
            font-size: 14px;
            padding-top: 10px; }
  .search__progress {
    width: 100%;
    height: 5px;
    overflow: hidden;
    position: absolute; }
    .search__progress--load-more {
      width: calc(100% - 40px);
      bottom: 0; }
    .search__progress-bar {
      position: absolute;
      -webkit-animation: indeterminate 2800ms infinite linear;
      -moz-animation: indeterminate 2800ms infinite linear;
      animation: indeterminate 2800ms infinite linear;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #47b549; }
    .search__progress-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      z-index: 90;
      background: #D3E7CB; }
  .search--wrapper {
    max-width: 76.5em;
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative; }
    .search--wrapper-white, .search--wrapper-gray, .search--wrapper-darkgray, .search--wrapper-graygradient, .search--wrapper-sittersdark, .search--wrapper-sitters {
      width: 100%;
      float: left; }
    .search--wrapper-white {
      background-color: #ffffff; }
    .search--wrapper-gray {
      background-color: #f0f0f0; }
    .search--wrapper-graygradient {
      background-color: #dddddd;
      background-image: -webkit-linear-gradient(-90deg, #dddddd, #f0f0f0);
      background-image: linear-gradient(-180deg,#dddddd, #f0f0f0); }
    .search--wrapper-darkgray {
      background-color: #e6e6e6; }
    .search--wrapper-sittersdark {
      background-color: #d9e1ec; }
    .search--wrapper-sitters {
      background-color: #d9e1ec;
      background-color: #d9e1ec;
      background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
      background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa); }
    .search--wrapper-border {
      border-bottom: 1px solid #dddddd; }
  .search__detail {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    display: none; }
    .search__detail .search--wrapper {
      display: block !important; }
    .search__detail h1 {
      font-size: 18px; }
    .search__detail__header {
      width: 100%;
      float: left;
      padding: 5px 10px;
      background: #f0f0f0; }
      .search__detail__header h1 {
        font-size: 22px; }
      .search__detail__header a, .search__detail__header div {
        float: right;
        font-size: 13px;
        font-weight: 500; }
      .search__detail__header div {
        margin-right: 5px; }
      .search__detail__header--close {
        float: right; }
    .search__detail__content {
      width: 100%;
      float: left; }
      .search__detail__content section {
        width: 100%;
        float: left; }
    .search__detail__skyscanner {
      display: none; }
    .search__detail__breadcrumbs {
      text-align: center;
      list-style: none;
      padding: 10px;
      width: 100%;
      float: left;
      border-bottom: 1px solid #dddddd; }
      .search__detail__breadcrumbs li {
        font-size: 14px;
        display: inline-block; }
        .search__detail__breadcrumbs li a {
          color: #47b549; }
    .search__detail > a {
      display: block;
      overflow: auto; }
    .search__detail article:not(.search__sitters__detail) {
      position: relative;
      float: left;
      padding: 10px; }
      .search__detail article:not(.search__sitters__detail) h3 {
        margin: 0 0 10px 0;
        font-weight: 400;
        width: 100%;
        float: left; }
      .search__detail article:not(.search__sitters__detail) figure {
        width: 100%;
        float: left;
        margin: 0;
        padding-bottom: 75%;
        /* 4:3 */
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .search__detail article:not(.search__sitters__detail) figure > img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%; }
      .search__detail article:not(.search__sitters__detail) aside {
        width: 100%;
        float: left; }
    .search__detail__images-list {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 54px;
      background-color: rgba(255, 255, 255, 0.75);
      text-align: center; }
      .search__detail__images-list.big {
        height: 84px; }
      .search__detail__images-list--wrapper {
        overflow: hidden;
        margin: 0 48px;
        padding: 5px; }
      .search__detail__images-list--left, .search__detail__images-list--right {
        position: absolute;
        top: 8px;
        width: 38px;
        height: 38px;
        background-color: #bcbcbc;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 15px; }
        .search__detail__images-list--left:hover, .search__detail__images-list--right:hover {
          background-color: #808080; }
        .search__detail__images-list--left.disabled, .search__detail__images-list--right.disabled {
          background-color: #cccccc; }
          .search__detail__images-list--left.disabled:hover, .search__detail__images-list--right.disabled:hover {
            background-color: #cccccc; }
      .search__detail__images-list--left {
        left: 5px;
        background-image: url("/static/next/dist/images/icons/arrows/left-right/left-white-2x.png");
        background-position: 45% center; }
      .search__detail__images-list--right {
        right: 5px;
        background-image: url("/static/next/dist/images/icons/arrows/left-right/right-white-2x.png");
        background-position: 55% center; }
      .search__detail__images-list ul {
        list-style: none;
        margin: 0;
        display: inline-block;
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s;
        width: 1000%;
        -webkit-transform: translateX(-45%);
        -moz-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        -o-transform: translateX(-45%);
        transform: translateX(-45%); }
        .search__detail__images-list ul li {
          display: inline-block;
          height: 44px;
          margin-left: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          overflow: hidden;
          cursor: pointer; }
          .search__detail__images-list ul li:nth-child(1) {
            margin-left: 0; }
          .search__detail__images-list ul li img {
            max-width: 65px; }
          .search__detail__images-list ul li.active {
            opacity: 0.4; }
      .search__detail__images-list__image-name {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background-color: rgba(255, 255, 255, 0.6);
        font-size: 13px; }
    .search__detail__images--left, .search__detail__images--right {
      position: absolute;
      top: 0;
      bottom: 54px;
      width: 100px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-size: 28px;
      opacity: 0;
      background-color: rgba(128, 128, 128, 0.6);
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .search__detail__images--left:hover, .search__detail__images--right:hover {
        opacity: 1; }
      .search__detail__images--left.disabled, .search__detail__images--right.disabled {
        opacity: 0; }
        .search__detail__images--left.disabled:hover, .search__detail__images--right.disabled:hover {
          opacity: 0; }
      .search__detail__images--left.lifted, .search__detail__images--right.lifted {
        bottom: 84px; }
    .search__detail__images--left {
      left: 0;
      background-image: url("/static/next/dist/images/icons/arrows/left-right/left-white-2x.png");
      background-position: 45% center; }
    .search__detail__images--right {
      right: 0;
      background-image: url("/static/next/dist/images/icons/arrows/left-right/right-white-2x.png");
      background-position: 55% center; }
    .search__detail__info {
      float: left;
      width: 100%;
      font-size: 16px;
      line-height: 140%;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px dashed #cccccc; }
      .search__detail__info--big {
        font-size: 18px;
        line-height: 140%; }
      .search__detail__info--half {
        width: 100%;
        float: left; }
      .search__detail__info h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px !important; }
      .search__detail__info h5 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px !important; }
      .search__detail__info p {
        font-size: 14px;
        line-height: 140%; }
      .search__detail__info p:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .search__detail__info .search__timeline--title {
        color: #333333; }
      .search__detail__info .search__timeline__item {
        padding-left: 0;
        padding-right: 0; }
      .search__detail__info--full {
        width: 100%;
        float: left; }
        .search__detail__info--full > hr {
          width: 100%;
          float: left;
          border-bottom: 1px dashed #cccccc; }
    .search__detail__map {
      width: 100%;
      padding-top: 37%;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
    .search__detail__last-minute {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #87ADC9;
      color: white;
      font-size: 12px;
      padding: 2px 30px 2px 30px;
      -webkit-transform: rotate(-45deg) translateY(-30%) translateX(-27%);
      -moz-transform: rotate(-45deg) translateY(-30%) translateX(-27%);
      -ms-transform: rotate(-45deg) translateY(-30%) translateX(-27%);
      -o-transform: rotate(-45deg) translateY(-30%) translateX(-27%);
      transform: rotate(-45deg) translateY(-30%) translateX(-27%);
      text-align: center;
      box-shadow: 0 0 1px white; }
    .search__detail__new-icon {
      position: absolute;
      right: 10px;
      top: 10px;
      background-image: url("/static/next/dist/images/icons/alerts/new/new-green.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 38px;
      width: 38px;
      height: 38px; }
    .search__detail__dates {
      font-size: 16px;
      color: #333333;
      padding: 10px 5px;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      width: 100%;
      float: left; }
      .search__detail__dates h5,
      .search__detail__dates ul {
        text-align: center; }
      .search__detail__dates h5 {
        font-weight: 500;
        font-size: 16px; }
      .search__detail__dates--all {
        color: #47b549; }
    .search__detail__date {
      display: block;
      float: left;
      width: 100%;
      text-align: center;
      padding: 0;
      font-size: 14px; }
      .search__detail__date__extra {
        line-height: 140%; }
        .search__detail__date__extra--seperator {
          display: block;
          line-height: 16px;
          font-size: 16px;
          float: left; }
        .search__detail__date__extra--help {
          display: inline-block;
          width: 20px;
          height: 20px;
          text-align: center;
          position: relative;
          background-color: #e6e6e6;
          color: #47b549;
          cursor: pointer;
          margin: 0 5px;
          line-height: 20px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
          .search__detail__date__extra--help-bubble {
            display: none;
            position: absolute;
            top: -50px;
            width: 200px;
            left: -100px;
            color: #333333;
            background-color: #e6e6e6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 5px 10px;
            text-align: left;
            font-size: 12px; }
            .search__detail__date__extra--help-bubble::after {
              content: ' ';
              position: absolute;
              bottom: -16px;
              right: 32px;
              border: 8px solid #e6e6e6;
              border-color: #e6e6e6 transparent transparent transparent; }
          .search__detail__date__extra--help:hover {
            background-color: #47b549;
            color: white; }
            .search__detail__date__extra--help:hover .search__detail__date__extra--help-bubble {
              display: block; }
        .search__detail__date__extra--paused {
          background-image: url("/static/next/dist/images/icons/pause/pause-2x.png");
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent; }
          .search__detail__date__extra--paused:hover {
            background-color: transparent; }
      .search__detail__date--housesitter-found {
        text-decoration: line-through; }
      .search__detail__date--more {
        display: none; }
    .search__detail__location {
      font-size: 14px;
      color: #808080;
      line-height: 22px;
      padding: 10px 0;
      width: 100%; }
      .search__detail__location img {
        float: left;
        width: 14px;
        margin-right: 10px;
        margin-top: 2px; }
    .search__detail__profile {
      padding: 10px 5px;
      position: relative;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      text-align: center; }
      .search__detail__profile--pic {
        width: 56px;
        height: 56px;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden; }
      .search__detail__profile--name, .search__detail__profile--type {
        text-align: center; }
      .search__detail__profile--name {
        font-size: 16px;
        line-height: 125%;
        font-weight: 500;
        color: #333333; }
      .search__detail__profile--type {
        font-size: 12px; }
      .search__detail__profile--trust-badge {
        display: inline-block;
        position: relative;
        text-align: left; }
        .search__detail__profile--trust-badge .search__trust-badge__icon {
          width: 28px;
          height: 30px; }
        .search__detail__profile--trust-badge .search__trust-badge .components__tooltip {
          -webkit-transform: translateX(-48.5%);
          -moz-transform: translateX(-48.5%);
          -ms-transform: translateX(-48.5%);
          -o-transform: translateX(-48.5%);
          transform: translateX(-48.5%); }
      .search__detail__profile .search__results__item__reviewing {
        position: relative;
        margin: 0 auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 220px; }
    .search__detail__badges {
      float: left;
      width: 100%;
      border: 1px solid #dddddd;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__detail__badges__badge {
        float: left;
        width: 100%;
        border-bottom: 1px solid #dddddd;
        padding: 10px;
        font-size: 14px; }
        .search__detail__badges__badge:last-child {
          border-bottom: none; }
        .search__detail__badges__badge--text {
          float: left;
          font-weight: 700;
          margin-right: 10px;
          line-height: 24px; }
        .search__detail__badges__badge--description {
          font-weight: 500;
          line-height: 24px; }
          .search__detail__badges__badge--description > div {
            float: left;
            margin-right: 10px; }
            .search__detail__badges__badge--description > div img {
              float: left;
              margin-right: 10px;
              max-height: 20px;
              margin-top: 2px; }
            .search__detail__badges__badge--description > div div {
              float: left; }
    .search__detail__description {
      display: none;
      font-size: 14px;
      color: #808080; }
    .search__detail__apply {
      position: relative;
      text-align: center;
      margin: auto;
      padding: 10px 10px 20px 10px;
      padding-bottom: 0; }
      .search__detail__apply--detail, .search__detail__apply--price {
        text-align: center; }
      .search__detail__apply--detail {
        font-size: 16px;
        line-height: 140%;
        font-weight: 500; }
      .search__detail__apply--price {
        line-height: 14px; }
      .search__detail__apply a {
        display: inline-block;
        float: none;
        margin: 0 auto; }
      .search__detail__apply .search__button-light {
        border: 1px solid #dddddd;
        margin-top: 10px;
        color: #47b549; }
        .search__detail__apply .search__button-light:hover {
          background-color: #e6e6e6 !important; }
    .search__detail__video {
      width: 100%;
      padding-top: 75%;
      background-color: #e6e6e6;
      position: relative;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__detail__video--wrapper {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px; }
  .search__timeline {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%; }
    .search__timeline--title {
      font-weight: 500;
      margin-bottom: 10px; }
    .search__timeline__item {
      position: relative;
      padding: 10px;
      width: 100%;
      float: left; }
      .search__timeline__item--more {
        display: none; }
      .search__timeline__item__line {
        display: none; }
      .search__timeline__item__profile {
        width: 56px;
        height: 56px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        padding: 2px;
        position: relative; }
        .search__timeline__item__profile img {
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
      .search__timeline__item__detail {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background-color: #f0f0f0;
        padding: 20px;
        border-color: #dddddd;
        text-align: left;
        color: #474747;
        position: relative;
        margin-top: 20px;
        font-size: 15px; }
        .search__timeline__item__detail::after {
          content: ' ';
          position: absolute;
          left: 12px;
          top: -32px;
          border: 16px solid #f0f0f0;
          border-color: transparent transparent #f0f0f0 transparent; }
        .search__timeline__item__detail--date {
          font-weight: 500; }
        .search__timeline__item__detail--name {
          color: #808080; }
      .search__timeline__item--showmore {
        color: #47b549;
        text-align: center;
        padding: 5px;
        font-size: 14px;
        cursor: pointer; }
        .search__timeline__item--showmore .less {
          display: none; }
    .search__timeline--light {
      background-color: #f0f0f0; }
      .search__timeline--light .search__timeline__item__line {
        background-color: #e6e6e6; }
      .search__timeline--light .search__timeline__item__detail {
        background-color: white; }
        .search__timeline--light .search__timeline__item__detail::after {
          border: 16px solid white;
          border-color: transparent white transparent transparent; }
    .search__timeline__list.open .search__timeline__item--more {
      display: block; }
    .search__timeline__list.open .search__timeline__item--showmore .less {
      display: inline-block; }
    .search__timeline__list.open .search__timeline__item--showmore .more {
      display: none; }
  .search.open > div {
    display: none; }
  .search.open .search--wrapper {
    display: none; }
  .search.open .search__detail {
    display: block; }
  .search.loading .search__results__map--wrapper {
    -webkit-animation: borderanimation 2000ms infinite linear;
    -moz-animation: borderanimation 2000ms infinite linear;
    animation: borderanimation 2000ms infinite linear; }
  .search.filters-open .search__filters__button--filters-mobile {
    display: none; }
  .search__trust-badge__icon {
    width: 20px;
    height: 24px; }
  .search__trust-badge .components__tooltip {
    width: 270px;
    bottom: calc(-100% - 24px - 15px); }
  .search__trust-badge:hover .components__tooltip {
    display: block; }
  .search__assignments__detail__feedback {
    overflow: hidden;
    position: relative; }
    .search__assignments__detail__feedback__thumb-up {
      color: #47b549;
      border: none;
      width: 18px;
      height: 18px;
      float: left;
      margin-right: 5px; }
    .search__assignments__detail__feedback__overall {
      margin-top: 5px;
      width: 100%;
      height: 20px; }
    .search__assignments__detail__feedback__toggle {
      position: absolute;
      top: 5px;
      right: 0;
      width: 30px;
      height: 20px;
      cursor: pointer;
      background-image: url("/static/next/dist/images/icons/arrows/up-down/down-grey-2x.png");
      background-repeat: no-repeat;
      background-size: 30px; }
    .search__assignments__detail__feedback__full {
      display: none; }
      .search__assignments__detail__feedback__full > p {
        line-height: 140%;
        font-size: 14px !important;
        padding: 0 !important; }
      .search__assignments__detail__feedback__full > hr {
        border-bottom: 1px dashed #cccccc; }
    .search__assignments__detail__feedback.open .search__assignments__detail__feedback__toggle {
      background-image: url("/static/next/dist/images/icons/arrows/up-down/up-grey-2x.png"); }
    .search__assignments__detail__feedback.open .search__assignments__detail__feedback__overall {
      display: none; }
    .search__assignments__detail__feedback.open .search__assignments__detail__feedback__full {
      display: block; }
    .search__assignments__detail__feedback dl dt {
      float: left;
      height: 20px;
      line-height: 140%;
      font-size: 14px;
      color: #474747;
      margin: 0;
      font-weight: 500;
      margin-right: 20px; }
    .search__assignments__detail__feedback dl dd {
      float: left;
      height: 20px;
      margin: 0; }
    .search__assignments__detail__feedback__response {
      margin-top: 20px;
      position: relative;
      font-size: 0.7em;
      float: left;
      width: 100%; }
      .search__assignments__detail__feedback__response__avatar {
        float: left; }
        .search__assignments__detail__feedback__response__avatar img {
          width: 50px;
          height: 50px;
          float: left;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
      .search__assignments__detail__feedback__response__message {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        background-color: #f0f0f0;
        padding: 20px;
        float: left;
        position: relative;
        margin-top: 20px; }
        .search__assignments__detail__feedback__response__message:before {
          position: absolute;
          content: ' ';
          top: -24px;
          left: 12px;
          border: 12px solid transparent;
          border-color: transparent transparent #f0f0f0 transparent; }
        .search__assignments__detail__feedback__response__message > h6, .search__assignments__detail__feedback__response__message p {
          font-size: 14px !important;
          margin-bottom: 0; }
  .search .app-promotion {
    border-top: none; }
  @media (min-width: 320px) {
    .search__results--map .search__results__item, .search__results--grid .search__results__item, .search__results--map-grid .search__results__item {
      width: 50%;
      padding-right: 5px; }
    .search__results--fullgrid {
      width: 100%; }
      .search__results--fullgrid .search__results__item {
        width: 50%; }
    .search__results--map {
      width: 0; } }
  @media (min-width: 360px) {
    .search__results__tabs__list li {
      padding-left: 10px;
      padding-right: 10px;
      background-position: 10px center; }
    .search__results__tabs__list--map, .search__results__tabs__list--grid, .search__results__tabs__list--list, .search__results__tabs__list--map-grid {
      padding-left: 30px !important; } }
  @media (min-width: 480px) {
    .search__filters--dates .search__filters__group-item {
      float: left;
      width: 49%;
      position: relative; }
    .search__filters--dates .search__filters__flexible-dates {
      width: 100%;
      line-height: 37px;
      height: 42px; }
    .search__filters__date-from {
      margin-right: 2%; }
    .search__results__item {
      padding-right: 10px; }
    .search__results--list .search__results__item {
      width: 100%; }
      .search__results--list .search__results__item article figure {
        float: left;
        width: 50%;
        padding-bottom: 37.5%; }
      .search__results--list .search__results__item article header {
        float: left;
        width: 100%;
        margin-top: 0; }
      .search__results--list .search__results__item__detail {
        float: left;
        width: 50%;
        padding-left: 20px; }
      .search__results--list .search__results__item__badges {
        float: left;
        width: 100%;
        margin-top: 10px;
        position: relative; }
        .search__results--list .search__results__item__badges--wrapper {
          float: left; }
      .search__results--list .search__results__item__location {
        padding-right: 0; }
      .search__results--list .search__results__item__badge {
        margin-right: 5px;
        margin-left: 0; }
      .search__results--list .search__results__item__description {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 5px; }
      .search__results--list .search__results__item__button-apply {
        margin-top: 0; }
      .search__results--list .search__results__item__housesitter-found {
        margin-top: 0; } }
  @media (min-width: 650px) {
    .search__filters--dates .search__filters__group-item {
      width: 35%; }
    .search__filters--dates .search__filters__flexible-dates {
      width: 26%;
      margin-left: 2%;
      border-bottom: none;
      margin-bottom: 0; }
    .search__email-alerts {
      float: left;
      margin-right: 10px; }
      .search__email-alerts--image {
        width: 50%;
        padding-top: 34%;
        float: left; }
      .search__email-alerts--details {
        padding: 0 20px;
        width: 50%;
        float: left;
        text-align: left; }
        .search__email-alerts--details p {
          font-size: 16px; }
        .search__email-alerts--details a {
          float: left; }
      .search__email-alerts__new-icon {
        display: block; }
    .search__assignments__detail__feedback__response__message {
      width: calc(100% - 50px - 20px);
      margin-left: 20px;
      margin-top: 0; }
      .search__assignments__detail__feedback__response__message:before {
        top: 15px;
        left: -24px;
        border: 12px solid transparent;
        border-color: transparent #f0f0f0 transparent transparent; } }
  @media (min-width: 768px) {
    .search h5 {
      font-size: 18px; }
    .search__header {
      display: block;
      background-color: #f0f0f0; }
    .search__how-it-works {
      z-index: 1;
      position: absolute;
      width: 225px;
      height: 78px;
      top: 41px;
      right: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      padding: 7px 9px;
      border: 2px solid white;
      cursor: pointer; }
      .search__how-it-works h2 {
        font-size: 24px; }
      .search__how-it-works h5 {
        font-size: 18px; }
      .search__how-it-works--wrapper {
        width: 100% !important;
        height: 100%;
        margin: auto; }
      .search__how-it-works .video-button.mobile {
        display: none !important; }
      .search__how-it-works__media {
        width: 43%;
        float: left;
        height: 60px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        background-color: white; }
        .search__how-it-works__media--image {
          background-image: url("/static/next/dist/images/search/how-it-works-owners3.jpg");
          background-size: cover;
          position: absolute;
          left: 6px;
          right: 6px;
          top: 6px;
          bottom: 6px; }
          .search__how-it-works__media--image.dogs {
            background-image: url("/static/next/dist/images/search/how-it-works-owners3.jpg"); }
          .search__how-it-works__media--image.cats {
            background-image: url("/static/next/dist/images/search/how-it-works-owners-cats3.jpg"); }
          .search__how-it-works__media--image.homeowners {
            background-image: url("/static/next/dist/images/search/how-it-works-sitters.jpg"); }
        .search__how-it-works__media--icon {
          display: none;
          float: left;
          background-image: url("/static/next/dist/images/icons/arrows/video/green-play-button-2x.png");
          background-repeat: no-repeat;
          background-position: center;
          background-color: white;
          background-size: 38px;
          border: 1px solid white;
          width: 38px;
          height: 38px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          margin-left: 18px;
          margin-top: 5px; }
          .search__how-it-works__media--icon:hover {
            background-image: url("/static/next/dist/images/icons/arrows/video/green-play-button-hover-2x.png"); }
        .search__how-it-works__media--title {
          display: none; }
      .search__how-it-works__title {
        float: left;
        width: 57%;
        line-height: 15px;
        font-size: 12px;
        color: #333333;
        text-align: center;
        font-weight: 500;
        margin-top: 6px; }
      .search__how-it-works__subtitle {
        float: left;
        width: 57%;
        line-height: 140%;
        font-size: 12px;
        color: #808080;
        display: block;
        text-align: center; }
    .search__filters__group-item--select {
      padding: 7px 12px; }
    .search__filters__section--top {
      background-color: #f0f0f0;
      padding-bottom: 20px;
      width: 65%; }
    .search__filters__section--right {
      background-color: #f0f0f0;
      padding-bottom: 20px;
      width: 35%; }
    .search__filters__section--bottom {
      display: block; }
    .search__filters__section--four > div {
      padding: 20px 20px 5px 0; }
    .search__filters__button--filters {
      display: block; }
    .search__filters__button--filters-mobile {
      display: none; }
    .search__filters__button--cancel {
      margin-left: 10px; }
    .search__filters__button--cancel, .search__filters__button--apply-filters {
      float: none;
      height: 44px;
      line-height: 34px; }
    .search__filters--location {
      float: left; }
      .search__filters--location input,
      .search__filters--location input:focus {
        font-size: 16px;
        float: left;
        width: 50%;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        border-right: 1px solid #dddddd; }
      .search__filters--location .search__filters__button--search {
        font-size: 16px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        margin-left: 20px;
        height: 44px;
        width: 44px; }
    .search__filters--dates {
      display: block;
      width: 100%;
      padding-right: 20px; }
    .search__filters__animals label {
      height: 44px;
      line-height: 32px;
      padding-right: 38px; }
      .search__filters__animals label:after {
        position: absolute;
        content: ' ';
        right: 7px;
        top: 11px;
        width: 20px;
        height: 20px;
        background-image: url(/static/next/dist/images/icons/checkbox/check-white-filters.png);
        background-size: 20px 20px;
        background-position: center center;
        display: none; }
    .search__filters__animals input[type="checkbox"]:checked + label:after {
      display: block; }
    .search__results {
      width: calc(100% - 300px);
      padding-right: 10px;
      margin-left: 0; }
      .search__results--map, .search__results--map-grid {
        margin-left: 0;
        display: block; }
      .search__results--grid {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        display: block; }
        .search__results--grid .search__results__item {
          width: 33.333333%; }
        .search__results--grid .search__email-alerts--2 {
          display: none; }
        .search__results--grid .search__email-alerts--3 {
          display: block;
          width: calc(66.666666% - 20px); }
      .search__results--list + .search__results__map--wrapper,
      .search__results--map-grid + .search__results__map--wrapper {
        display: block !important; }
      .search__results__item__description--with-height {
        min-height: 65px;
        padding-top: 5px;
        overflow: hidden; }
        .search__results__item__description--with-height p {
          margin-bottom: 0; }
      .search__results__item__reviewing {
        position: absolute;
        left: 10px;
        right: 75px;
        bottom: 20px;
        height: 30px;
        background-color: #f0f0f0;
        color: #474747;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px; }
        .search__results__item__reviewing:after {
          content: ' ';
          position: absolute;
          right: -30px;
          top: 0;
          bottom: 0;
          border: 15px solid #f0f0f0;
          border-color: transparent transparent transparent #f0f0f0; }
        .search__results__item__reviewing--icon {
          background-image: url(/static/next/dist/images/icons/pause/pause-2x.png);
          background-repeat: no-repeat;
          background-position: 0 center;
          background-size: 24px;
          width: 24px;
          height: 24px;
          margin-left: 5px;
          margin-top: 3px;
          float: left; }
        .search__results__item__reviewing--text {
          margin-left: 5px;
          float: left;
          line-height: 30px;
          font-size: 12px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: calc(100% - 35px); }
      .search__results__item__last-minute {
        font-size: 12px;
        padding: 2px 30px 2px 30px;
        -webkit-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
        -moz-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
        -ms-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
        -o-transform: rotate(-45deg) translateY(-29%) translateX(-25%);
        transform: rotate(-45deg) translateY(-29%) translateX(-25%);
        line-height: 140%; }
      .search__results__item__new-icon {
        background-size: 42px;
        width: 42px;
        height: 42px;
        right: 10px;
        top: 10px; }
      .search__results__item__profile-icon {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 10px; }
      .search__results--container {
        margin-top: 84px; }
      .search__results__tabs {
        padding: 20px; }
        .search__results__tabs__list {
          height: 44px; }
          .search__results__tabs__list li {
            font-size: 16px;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 32px;
            height: 44px; }
          .search__results__tabs__list--map-grid {
            background-image: url("/static/next/dist/images/icons/toggle/pin/pin-green-2x.png"); }
            .search__results__tabs__list--map-grid.active, .search__results__tabs__list--map-grid:hover {
              background-image: url("/static/next/dist/images/icons/toggle/pin/pin-grey-2x.png"); }
        .search__results__tabs__filter-button {
          display: none; }
        .search__results__tabs__title {
          width: auto;
          margin-top: 0;
          font-size: 16px;
          line-height: 44px; }
          .search__results__tabs__title b {
            font-weight: 500; }
        .search__results__tabs__breadcrumbs {
          float: right;
          width: auto; }
          .search__results__tabs__breadcrumbs li {
            line-height: 44px; }
      .search__results__map--wrapper, .search__results__map--container {
        width: 300px; }
      .search__results--fullgrid {
        width: 100%; }
        .search__results--fullgrid .search__results__item {
          width: 33.333333%; }
      .search__results__storystream--wrapper {
        margin: 20px 0; }
    .search__feedhook--seo {
      display: block; }
    .search__footer--wrapper > ul {
      border: 1px solid #dddddd;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      overflow: auto;
      background-color: white;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .search__footer--wrapper > ul > li {
        width: 20%;
        border: none;
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        -ms-border-radius: initial;
        border-radius: initial;
        margin-bottom: 0;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        flex-basis: 20%;
        -ms-flex-preferred-size: 20%; }
        .search__footer--wrapper > ul > li h4 {
          border-bottom: 1px solid #dddddd;
          border-left: 1px solid #dddddd;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          text-align: left;
          color: #808080;
          font-size: 16px;
          font-weight: 500; }
          .search__footer--wrapper > ul > li h4:after {
            display: none; }
        .search__footer--wrapper > ul > li:nth-child(1) h4 {
          border-left: none; }
        .search__footer--wrapper > ul > li .content {
          display: block; }
    .search__detail h1 {
      font-size: 22px; }
    .search__detail__header {
      padding: 20px 10px; }
      .search__detail__header a, .search__detail__header div {
        font-size: 16px; }
      .search__detail__header div {
        float: left; }
    .search__detail article:not(.search__sitters__detail) {
      padding: 20px; }
      .search__detail article:not(.search__sitters__detail) figure {
        width: calc((100% / 3) * 2);
        padding-bottom: 50.25%;
        /* 4:3 == 75 * .67 */ }
      .search__detail article:not(.search__sitters__detail) aside {
        position: absolute;
        width: calc((100% - 40px) / 3);
        top: initial;
        bottom: initial;
        left: initial;
        right: 20px;
        padding-left: 20px; }
        .search__detail article:not(.search__sitters__detail) aside .search__detail__location {
          display: none; }
    .search__detail__date {
      font-size: 16px; }
    .search__detail__dates {
      font-size: 14px;
      color: #808080;
      border: 1px solid #dddddd;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      margin-bottom: 20px;
      width: 100%;
      float: left;
      padding: 20px; }
      .search__detail__dates h5 {
        display: block; }
      .search__detail__dates--all {
        color: #47b549;
        padding: 5px 0;
        line-height: 140%;
        text-align: center;
        cursor: pointer;
        display: block;
        float: left;
        width: 100%; }
    .search__detail__badges {
      margin: 20px 0;
      width: 67%; }
      .search__detail__badges__badge {
        font-size: 16px; }
        .search__detail__badges__badge--description > div img {
          max-height: 20px; }
    .search__detail__profile {
      margin-bottom: 20px;
      background-color: #dddddd;
      background-image: -webkit-linear-gradient(-90deg, #dddddd, #f0f0f0);
      background-image: linear-gradient(-180deg,#dddddd, #f0f0f0);
      padding: 20px; }
      .search__detail__profile .search__detail__apply {
        display: block;
        padding-top: 10px; }
      .search__detail__profile--pic {
        width: 100px;
        height: 100px; }
      .search__detail__profile--name {
        font-size: 18px;
        line-height: 125%;
        font-weight: 500;
        color: #333333;
        margin-top: 5px; }
    .search__detail__info {
      width: 67%; }
      .search__detail__info h4 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px !important; }
      .search__detail__info h5 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px !important; }
      .search__detail__info p {
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 10px; }
      .search__detail__info--half {
        width: 50%; }
        .search__detail__info--half:nth-child(3) {
          padding-left: 20px; }
    .search__detail__apply--small {
      display: none; }
    .search__detail__apply--price {
      margin-bottom: 10px; }
    .search__detail__apply .search__results__item__reviewing {
      position: initial;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .search__detail__apply .search__results__item__reviewing:after {
      display: none; }
    .search__detail__images-list {
      height: 60px; }
      .search__detail__images-list.big {
        height: 90px; }
      .search__detail__images-list--left, .search__detail__images-list--right {
        width: 44px;
        height: 44px; }
    .search__detail__images--left, .search__detail__images--right {
      bottom: 60px; }
      .search__detail__images--left.lifted, .search__detail__images--right.lifted {
        bottom: 90px; }
    .search__detail__location {
      font-size: 16px;
      line-height: 16px;
      padding: 15px 0; }
    .search__pagination {
      padding-top: 20px; }
    .search__timeline__item__line {
      display: block;
      position: absolute;
      left: 38px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #cccccc; }
    .search__timeline__item__profile {
      float: left; }
    .search__timeline__item__detail {
      margin-left: 80px;
      margin-top: 0; }
      .search__timeline__item__detail::after {
        content: ' ';
        position: absolute;
        left: -31px;
        top: 11px;
        border: 16px solid #f0f0f0;
        border-color: transparent #f0f0f0 transparent transparent; }
    .search__header {
      padding: 20px;
      padding-bottom: 0; }
    .search__filters__section--top {
      padding: 30px 0 30px 20px; }
    .search__filters__section--right {
      padding: 0 20px 0 0;
      float: right; }
      .search__filters__section--right > .components__activity-stream__latest-event {
        top: -20px; }
    .search__filters__section--extra {
      padding: 20px; }
      .search__filters__section--extra .search__filters__group-label {
        font-size: 14px; }
    .search__filters__section--bottom {
      padding: 20px 20px;
      position: relative; }
      .search__filters__section--bottom:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 20px;
        right: 20px;
        background-color: #dddddd; }
    .search__results__before {
      padding: 20px 15px;
      padding-bottom: 0; }
    .search__results--wrapper {
      padding: 0 20px;
      padding-bottom: 20px; }
    .search__results__item {
      padding-left: 10px;
      padding-right: 10px; }
      .search__results__item__description {
        display: block; }
    .search__results__tabs {
      width: calc(100% - 40px);
      padding: 20px 0; }
    .search__footer--wrapper {
      padding: 20px; }
    .search__discover--wrapper {
      padding: 40px 30px 20px 30px; }
    .search--wrapper-border-no-mobile {
      border-bottom: 1px solid #dddddd; } }
  @media (min-width: 1024px) {
    .search__header {
      padding: 30px;
      padding-bottom: 0; }
    .search__how-it-works {
      top: 40px;
      width: 265px;
      height: 100px; }
      .search__how-it-works__media {
        width: 56%;
        height: 82px; }
        .search__how-it-works__media--image {
          left: 3px;
          right: 3px;
          top: 3px;
          bottom: 3px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
      .search__how-it-works__title {
        width: 44%;
        margin-top: 16px; }
      .search__how-it-works__subtitle {
        width: 44%; }
      .search__how-it-works .video-button {
        width: 50px;
        height: 50px;
        -webkit-transform: translate(0%, 24%);
        -moz-transform: translate(0%, 24%);
        -ms-transform: translate(0%, 24%);
        -o-transform: translate(0%, 24%);
        transform: translate(0%, 24%);
        display: block;
        margin: 0 auto; }
        .search__how-it-works .video-button__background {
          width: 50px;
          height: 50px; }
        .search__how-it-works .video-button__overlay {
          left: 2px;
          top: 2px;
          width: 46px;
          height: 46px; }
        .search__how-it-works .video-button__play {
          left: 18px;
          top: 11px;
          width: 19px;
          height: 26px; }
    .search__filters__section--top {
      padding: 30px 0 30px 30px; }
    .search__filters__section--right {
      padding: 0 30px 0 0; }
    .search__filters__section--extra {
      padding: 30px;
      padding-top: 20px; }
    .search__filters__section--bottom {
      padding: 20px 30px;
      position: relative; }
      .search__filters__section--bottom:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 30px;
        right: 30px;
        background-color: #dddddd; }
    .search__filters__section--first {
      padding-bottom: 10px; }
    .search__filters__view-all-sits.active {
      display: block; }
    .search__filters--dates {
      width: 66%; }
    .search__results {
      width: calc(100% - 350px); }
      .search__results--grid {
        width: 100%; }
      .search__results__before {
        padding: 20px 30px;
        padding-bottom: 0; }
      .search__results--wrapper {
        padding: 0 30px;
        padding-bottom: 30px; }
      .search__results__item {
        padding-left: 10px !important;
        padding-right: 10px !important; }
        .search__results__item__actions {
          display: block; }
      .search__results--fullgrid {
        width: 100%; }
        .search__results--fullgrid .search__results__item {
          width: 25%; }
      .search__results__tabs {
        width: calc(100% - 60px);
        padding: 20px 0; }
      .search__results__item__location {
        font-size: 14px; }
      .search__results__item__badge {
        line-height: 20px; }
        .search__results__item__badge img {
          min-height: 20px; }
      .search__results__map--container, .search__results__map--wrapper {
        width: 350px; }
      .search__results .search__email-alerts {
        padding: 25px; }
        .search__results .search__email-alerts > h2 {
          font-size: 24px; }
        .search__results .search__email-alerts > h6 {
          font-size: 18px; }
        .search__results .search__email-alerts__countdown > div {
          width: calc(100% / 3 - (30px * (2/3))); }
          .search__results .search__email-alerts__countdown > div + div {
            margin-left: 30px; }
          .search__results .search__email-alerts__countdown > div > div {
            height: 65px;
            width: calc(50% - (10px / 2)); }
            .search__results .search__email-alerts__countdown > div > div + div {
              margin-left: 10px; }
            .search__results .search__email-alerts__countdown > div > div > span {
              width: 52px;
              font-size: 50px;
              line-height: 65px; }
              .search__results .search__email-alerts__countdown > div > div > span.bottom {
                line-height: 0; }
          .search__results .search__email-alerts__countdown > div:not(:last-child):after {
            height: 10px;
            width: 10px;
            right: -20px;
            top: 15px; }
          .search__results .search__email-alerts__countdown > div + div:before {
            height: 10px;
            width: 10px;
            left: -20px;
            top: 40px; }
        .search__results .search__email-alerts__countdown:after {
          top: 32px; }
        .search__results .search__email-alerts > img {
          width: 150px;
          height: 260px; }
    .search__footer--wrapper {
      padding: 30px; }
    .search__detail article {
      padding: 30px; }
    .search__detail__images-list ul li {
      height: 48px; }
    .search__detail__badges__badge--text {
      font-size: 15px;
      font-weight: 700;
      margin-right: 15px;
      line-height: 24px; }
    .search__detail__badges__badge--description {
      font-weight: 500;
      font-size: 13px;
      line-height: 24px; }
      .search__detail__badges__badge--description > div img {
        max-height: 24px;
        margin-top: 0px; } }
  @media (min-width: 1124px) {
    .search__results {
      width: calc(100% - 375px); }
      .search__results--grid {
        width: 100%; }
      .search__results__map--container, .search__results__map--wrapper {
        width: 375px; } }
  @media (min-width: 1224px) {
    .search__results {
      width: calc(100% - 400px); }
      .search__results--grid {
        width: 100%; }
      .search__results__map--wrapper, .search__results__map--container {
        width: 400px; } }
  @media (min-width: 1284px) {
    .search__header, .search__pagination {
      padding-left: 0;
      padding-right: 0; }
    .search__filters__section--top {
      width: 75%; }
    .search__filters__section--right {
      width: 25%; }
    .search__filters__section--extra, .search__filters__section--top, .search__filters__section--right, .search__filters__section--bottom {
      padding-left: 0;
      padding-right: 0; }
    .search__filters__section--bottom:after {
      left: 0;
      right: 0; }
    .search__how-it-works {
      right: 0; }
    .search__results__before, .search__results__tabs, .search__results__after {
      padding-left: 0;
      padding-right: 0; }
    .search__results--wrapper, .search__discover--wrapper, .search__footer--wrapper {
      padding-left: 0;
      padding-right: 0; }
    .search__detail__header {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .search__detail article {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1920px) {
    .search__results--grid {
      width: 100%; } }

.share {
  display: block;
  font-size: 14px;
  color: #808080;
  float: right;
  background-image: url("/static/next/dist/images/icons/social/share/share.png");
  background-position: 10px center;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
  line-height: 24px; }
  .share__items {
    display: none;
    position: absolute;
    top: 34px;
    width: 140px;
    left: -63px;
    color: #333333;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    z-index: 100; }
    .share__items::after {
      content: ' ';
      position: absolute;
      top: -23px;
      right: 32px;
      border: 12px solid white;
      border-color: transparent transparent white transparent; }
    .share__items::before {
      content: ' ';
      position: absolute;
      top: -24px;
      right: 32px;
      border: 12px solid #e6e6e6;
      border-color: transparent transparent #e6e6e6 transparent; }
  .share__item {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: transparent;
    padding: 10px 5px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 140%;
    cursor: pointer; }
    .share__item--facebook {
      background-image: url("/static/next/dist/images/icons/social/facebook/facebook-2x.png"); }
    .share__item--twitter {
      background-image: url("/static/next/dist/images/icons/social/twitter/twitter-2x.png"); }
    .share__item--email {
      background-image: url("/static/next/dist/images/icons/social/email/email-2x.png"); }
    .share__item:hover {
      background-color: #f0f0f0; }
  .share:hover {
    color: #47b549; }
  .share.open {
    color: #47b549; }
    .share.open .share__items {
      display: block; }
  @media (min-width: 768px) {
    .share {
      font-size: 16px; } }

.more-info--wrapper .more-info-ellipsis {
  display: none; }

.more-info--wrapper .less-info {
  display: none; }

.more-info--wrapper .reveal-more-info {
  display: none;
  cursor: pointer; }

.more-info--wrapper .hide-more-info {
  display: block;
  width: 100%;
  text-align: right;
  color: #6699CC;
  font-weight: 500;
  cursor: pointer; }

.more-info--wrapper.hidden .more-info {
  display: none; }

.more-info--wrapper.hidden .more-info-ellipsis {
  display: inline-block; }

.more-info--wrapper.hidden .reveal-more-info {
  display: block;
  width: 100%;
  text-align: right;
  color: #6699CC;
  font-weight: 500; }

.more-info--wrapper.hidden .hide-more-info {
  display: none; }

body.preview .search__detail__header {
  display: none; }

.media__moments-and-memories .base-copy {
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  color: #808080; }

.media__moments-and-memories .centered {
  max-width: 225px;
  margin: 0 auto;
  text-align: center; }

.media__moments-and-memories__hero {
  background-image: url("/static/next/dist/images/media/moments-and-memories/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0 !important; }
  .media__moments-and-memories__hero__content {
    position: relative;
    opacity: 0.9;
    background-color: #ffffff;
    padding: 10px;
    padding-bottom: 40px; }
    .media__moments-and-memories__hero__content > * {
      margin: 0 auto; }
    .media__moments-and-memories__hero__content__presents {
      font-size: 12px;
      color: #808080;
      line-height: 180%;
      text-align: center;
      font-weight: 500; }
  .media__moments-and-memories__hero__banner, .media__moments-and-memories__hero__luggage-label {
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .media__moments-and-memories__hero__banner {
    margin-top: -40px;
    z-index: 500; }
  .media__moments-and-memories__hero__luggage-label {
    margin-top: -20px;
    z-index: 0;
    padding-bottom: 14px; }

.media__moments-and-memories__show-us-the-moments {
  padding: 14px 0; }

.media__moments-and-memories__prizes {
  padding-top: 0; }
  .media__moments-and-memories__prizes h3 {
    color: #f181ae;
    font-size: 16px;
    max-width: 250px;
    text-align: center; }
  .media__moments-and-memories__prizes h4 {
    color: white;
    font-size: 14px; }
  .media__moments-and-memories__prizes .components__grid {
    margin-top: 14px; }
  .media__moments-and-memories__prizes .components__grid__wrapper {
    overflow: auto; }
  .media__moments-and-memories__prizes .components__grid__wrapper:nth-child(1) {
    background-color: #f181ae; }
  .media__moments-and-memories__prizes .components__grid__wrapper:nth-child(2) {
    background-color: #9fc7e2; }
  .media__moments-and-memories__prizes .components__grid__wrapper:nth-child(3) {
    background-color: #67c17a; }
  .media__moments-and-memories__prizes .components__grid__wrapper:nth-child(4) {
    background-color: #6699cc; }
  .media__moments-and-memories__prizes .components__grid__wrapper__container {
    margin-right: 0px; }
  .media__moments-and-memories__prizes .components__grid__wrapper__container {
    margin-bottom: 0px;
    text-align: center;
    padding-top: 20px; }
    .media__moments-and-memories__prizes .components__grid__wrapper__container img {
      max-width: 200px;
      max-height: 150px;
      margin: 0 auto; }
    .media__moments-and-memories__prizes .components__grid__wrapper__container p {
      font-size: 12px;
      color: white; }
  .media__moments-and-memories__prizes__grand-prize {
    background-image: url("/static/next/dist/images/media/moments-and-memories/grand-prize.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .media__moments-and-memories__prizes__grand-prize__content {
      opacity: 0.9;
      background-color: #ffffff;
      padding: 10px;
      display: table;
      min-height: 200px;
      height: 200px; }
      .media__moments-and-memories__prizes__grand-prize__content > div {
        display: table-row; }
        .media__moments-and-memories__prizes__grand-prize__content > div > * {
          display: table-cell; }
      .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(1) h3 {
        color: #808080; }
      .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(2) {
        height: 50%; }
        .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(2) > div {
          background-image: url("/static/next/dist/images/media/moments-and-memories/grand-prize-plane.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: left bottom; }
      .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(3) h3 {
        vertical-align: bottom; }

.media__moments-and-memories__how-to-enter > div > h4,
.media__moments-and-memories__need-help > div > h4 {
  font-size: 16px;
  padding-bottom: 10px; }

.media__moments-and-memories__how-to-enter > div .components__grid__wrapper__container img,
.media__moments-and-memories__need-help > div .components__grid__wrapper__container img {
  max-width: 40px;
  margin: 0 auto; }

.media__moments-and-memories__how-to-enter > div .components__grid__wrapper__container p,
.media__moments-and-memories__need-help > div .components__grid__wrapper__container p {
  margin-top: 10px; }

.media__moments-and-memories__entry-form > h4 {
  font-size: 16px; }

.media__moments-and-memories__entry-form > p {
  text-align: center; }

.media__moments-and-memories__view-submissions {
  background-color: #f0f0f0; }
  .media__moments-and-memories__view-submissions .centered {
    max-width: 340px; }
  .media__moments-and-memories__view-submissions > div > h4 {
    font-size: 16px; }
  .media__moments-and-memories__view-submissions > div > img {
    max-width: 500px;
    margin: auto; }
  .media__moments-and-memories__view-submissions > div > p {
    font-size: 16px;
    padding-bottom: 10px; }

.media__moments-and-memories__need-help {
  background-color: #f181ae;
  color: white; }
  .media__moments-and-memories__need-help h4, .media__moments-and-memories__need-help h6 {
    color: white; }
  .media__moments-and-memories__need-help h4 {
    padding-bottom: 10px; }
  .media__moments-and-memories__need-help h6 {
    padding-top: 10px; }
  .media__moments-and-memories__need-help p {
    color: white !important; }

@media (min-width: 1024px) {
  .media__moments-and-memories .centered {
    max-width: 500px; }
  .media__moments-and-memories .base-copy {
    font-size: 20px; }
  .media__moments-and-memories__hero__content {
    padding-bottom: 60px; }
    .media__moments-and-memories__hero__content__presents {
      font-size: 20px; }
    .media__moments-and-memories__hero__content > * {
      max-width: 330px; }
  .media__moments-and-memories__hero__luggage-label {
    max-width: 450px;
    margin-top: -60px; }
  .media__moments-and-memories__hero__banner {
    max-width: 700px;
    margin-top: -50px; }
  .media__moments-and-memories__prizes h3 {
    font-size: 24px; }
  .media__moments-and-memories__prizes h4 {
    font-size: 34px;
    height: 40px; }
  .media__moments-and-memories__prizes p {
    font-size: 24px !important; }
  .media__moments-and-memories__prizes .components__grid__wrapper__container img {
    max-width: 100%;
    margin: auto; }
  .media__moments-and-memories__prizes__grand-prize__content {
    min-height: 370px;
    min-width: 512px; }
    .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(1) h3 {
      font-size: 32px;
      vertical-align: bottom;
      padding-bottom: 10px; }
    .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(2) > div {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .media__moments-and-memories__prizes__grand-prize__content > div:nth-child(3) h3 {
      font-size: 32px;
      vertical-align: top; }
  .media__moments-and-memories__how-to-enter > div,
  .media__moments-and-memories__need-help > div {
    padding-top: 0px; }
    .media__moments-and-memories__how-to-enter > div > h4,
    .media__moments-and-memories__need-help > div > h4 {
      font-size: 32px;
      padding-bottom: 32px; }
    .media__moments-and-memories__how-to-enter > div .components__grid__wrapper__container img,
    .media__moments-and-memories__need-help > div .components__grid__wrapper__container img {
      max-width: 96px; }
  .media__moments-and-memories__entry-form > h4 {
    font-size: 32px; }
  .media__moments-and-memories__view-submissions > div > h4 {
    font-size: 32px; }
  .media__moments-and-memories__view-submissions > div > img {
    max-width: 650px; }
  .media__moments-and-memories__view-submissions > div > p {
    font-size: 20px; }
  .media__moments-and-memories__need-help h4 {
    padding-top: 32px; }
  .media__moments-and-memories__need-help h6 {
    font-size: 20px; }
  .media__moments-and-memories__need-help p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }

.partners__affiliates {
  padding: 0; }
  .partners__affiliates p, .partners__affiliates li {
    color: #474747;
    font-size: 14px; }
  .partners__affiliates p {
    line-height: 140%; }
  .partners__affiliates__container__join-programme {
    border-bottom: 1px solid #dddddd; }
    .partners__affiliates__container__join-programme__image {
      float: left;
      margin-bottom: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .partners__affiliates__container__offers {
    border-bottom: 1px solid #dddddd; }
    .partners__affiliates__container__offers__info > span {
      font-size: 14px; }
    .partners__affiliates__container__offers__info__offers-list {
      padding-left: 20px;
      padding-top: 5px;
      list-style-type: disc; }
      .partners__affiliates__container__offers__info__offers-list li {
        line-height: 180%; }
    .partners__affiliates__container__offers__image {
      float: left;
      margin-top: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .partners__affiliates__container__start-programme {
    background-color: #f0efed;
    border-bottom: 1px solid #dddddd; }
    .partners__affiliates__container__start-programme > div {
      margin-bottom: 20px; }
      .partners__affiliates__container__start-programme > div > span {
        color: #474747; }
      .partners__affiliates__container__start-programme > div > p > a {
        text-decoration: underline; }
    .partners__affiliates__container__start-programme__next-steps button {
      width: 100%;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
    .partners__affiliates__container__start-programme__next-steps__button-uk {
      margin-bottom: 10px; }
  @media (min-width: 480px) {
    .partners__affiliates__container__join-programme__info {
      margin-left: 40%;
      padding-left: 14px; }
    .partners__affiliates__container__join-programme__image {
      width: 40%; }
    .partners__affiliates__container__offers__info {
      float: left;
      width: calc(60% - 14px); }
    .partners__affiliates__container__offers__image {
      width: 40%; } }
  @media (min-width: 650px) {
    .partners__affiliates__container__join-programme__info {
      margin-left: 300px; }
    .partners__affiliates__container__join-programme__image {
      height: 300px;
      width: 300px; }
    .partners__affiliates__container__offers__info {
      width: calc(100% - 314px); }
    .partners__affiliates__container__offers__image {
      float: right;
      margin-top: 0;
      height: 300px;
      width: 300px; } }
  @media (min-width: 1024px) {
    .partners__affiliates {
      background-color: #f0efed;
      border-bottom: 1px solid #dddddd;
      padding: 20px 30px; }
      .partners__affiliates__container > div {
        background-color: white;
        border-bottom: none;
        margin: 14px 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
      .partners__affiliates__container p, .partners__affiliates__container li {
        font-size: 16px; }
      .partners__affiliates__container__join-programme__info {
        margin-left: 400px;
        padding-left: 20px; }
        .partners__affiliates__container__join-programme__info__title {
          font-size: 24px; }
      .partners__affiliates__container__join-programme__image {
        height: 400px;
        width: 400px; }
      .partners__affiliates__container__offers__info {
        width: calc(100% - 420px); }
        .partners__affiliates__container__offers__info > span {
          font-size: 16px; }
        .partners__affiliates__container__offers__info__title {
          font-size: 22px; }
      .partners__affiliates__container__offers__image {
        height: 400px;
        width: 400px; }
      .partners__affiliates__container__start-programme h5 {
        font-size: 22px; }
      .partners__affiliates__container__start-programme__next-steps button {
        width: 35%; }
      .partners__affiliates__container__start-programme__next-steps__button-uk {
        margin-bottom: 0;
        margin-right: 32px; } }

/*
.partners__affiliates {
    padding: $base-padding;

    section {
        margin-bottom: 2 * $base-padding;
    }

    &__do-you-have-a-website {
        background-color: $light-gray;
        border-radius: $base-border-radius;
        padding: $base-padding;

        img {
            padding: $base-padding;
        }
    }

    &__get-creative {
        img {
            margin: auto;
            padding: $base-padding;
        }
    }

    @include susy-breakpoint($bp-med, $layout-med, $no-query: '.ielt9') {
        @include span(6 at 2 isolate);
    }

}
*/
.partners {
  background-repeat: repeat;
  border-bottom: 1px solid #dddddd; }
  .partners .components__animated-paw {
    right: 67px;
    top: -22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .partners .components__animated-paw .paw {
      -webkit-transform: rotate(-4deg) scale(1.5);
      -moz-transform: rotate(-4deg) scale(1.5);
      -ms-transform: rotate(-4deg) scale(1.5);
      -o-transform: rotate(-4deg) scale(1.5);
      transform: rotate(-4deg) scale(1.5); }
      .partners .components__animated-paw .paw:nth-child(2n+1) {
        -webkit-transform: rotate(4deg) scale(1.5);
        -moz-transform: rotate(4deg) scale(1.5);
        -ms-transform: rotate(4deg) scale(1.5);
        -o-transform: rotate(4deg) scale(1.5);
        transform: rotate(4deg) scale(1.5); }
  .partners__block-info {
    padding: 10px !important;
    background-color: white;
    box-shadow: 0 0 5px #cccccc;
    z-index: 10;
    position: relative; }
    .partners__block-info h4 {
      margin: 0;
      font-size: 14px !important;
      line-height: 20px; }
  .partners__header {
    overflow: hidden; }
    .partners__header__offer {
      height: 30px;
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      text-align: center; }
    .partners__header__logos {
      max-width: 31.25em;
      margin: 0 auto;
      float: none; }
    .partners__header__logo, .partners__header__logo--smallest, .partners__header__logo--smaller, .partners__header__logo--small, .partners__header__logo--normal, .partners__header__logo--big, .partners__header__logo--bigger, .partners__header__logo--biggest, .partners__header__logo--full, .partners__header__logo--divider {
      display: table-cell;
      vertical-align: middle; }
      .partners__header__logo--smallest {
        width: 14%; }
      .partners__header__logo--smaller {
        width: 25%; }
      .partners__header__logo--small {
        width: 30%; }
      .partners__header__logo--normal {
        width: 45%; }
      .partners__header__logo--big {
        width: 60%; }
        .partners__header__logo--big img {
          width: 100%; }
      .partners__header__logo--bigger {
        width: 65%; }
      .partners__header__logo--biggest {
        width: 76%; }
      .partners__header__logo--full {
        width: 100%; }
        .partners__header__logo--full img {
          width: 100%; }
      .partners__header__logo--divider {
        font-family: 'Ubuntu', sans-serif !important;
        font-weight: 700;
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 0.2em;
        padding-right: 0.2em; }
    .partners__header h1 {
      text-align: center;
      font-size: 34px;
      margin-bottom: 5px; }
      .partners__header h1.components__container__title, .partners__header h1.components__container__title--small, .partners__header h1.components__container__title--left, .partners__header h1.info__box__suptitle {
        font-size: 34px;
        margin-top: 10px; }
  .partners__button--bottom {
    padding: 20px 40px;
    background-position: calc(100% - 23px) center; }
  .partners__hero {
    min-height: 16.25em;
    position: relative;
    background-size: 200%;
    background-position: 25% 0;
    background-repeat: no-repeat;
    background-color: #f0f0f0; }
    .partners__hero button {
      display: block; }
    .partners__hero__info-box {
      width: 40% !important; }
      .partners__hero__info-box img {
        width: 278px; }
        .partners__hero__info-box img.small {
          width: 135px; }
      .partners__hero__info-box h2 {
        margin-top: 20px; }
    .partners__hero__join-now {
      float: right; }
      .partners__hero__join-now ul li {
        font-size: 20px;
        color: white;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        line-height: 38px;
        font-weight: 500; }
        .partners__hero__join-now ul li.long {
          line-height: 140%; }
        .partners__hero__join-now ul li span {
          font-size: 16px;
          font-weight: 400;
          color: #333333;
          margin-right: 5px;
          background-color: #f181ae;
          width: 38px;
          display: block;
          float: left;
          height: 38px;
          border-radius: 100%;
          border: 2px solid white;
          text-align: center;
          line-height: 34px; }
      .partners__hero__join-now--after {
        font-size: 13px;
        line-height: 125%;
        margin-top: 10px; }
    .partners__hero__why-join {
      background-color: white; }
      .partners__hero__why-join ul li {
        font-size: 14px; }
        .partners__hero__why-join ul li span {
          color: #fd4273;
          margin-right: 5px; }
    .partners__hero__happier-pets {
      background: url(/static/next/dist/images/partners/happier-at-home.jpg) no-repeat;
      min-height: 90px;
      background-size: cover;
      background-position: center;
      float: left;
      margin-bottom: 5px; }
    .partners__hero__mobile-seperator {
      height: 130px; }
      .partners__hero__mobile-seperator.tall {
        height: 300px; }
      .partners__hero__mobile-seperator.small {
        height: 50px; }
  .partners__testimonials .components__testimonial__content p {
    font-weight: 500; }
  .partners__testimonials .components__testimonial__content .components__testimonial__meta {
    font-size: 13px; }
  .partners__details__happier-at-home img, .partners__details__happier-at-home h6 {
    margin-bottom: 0; }
  .partners__details__happier-at-home .components__pricing-unit {
    text-align: center;
    font-size: smaller; }
  .partners__details__happier-at-home p {
    font-size: smaller;
    text-align: center; }
  .partners__details__5-star-sitters p {
    font-size: smaller;
    text-align: center; }
  .partners__note img {
    width: 80px;
    margin: 0 auto; }
  .partners__note p {
    text-align: center;
    font-size: 14px; }
  .partners__info-box {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    padding: 0; }
    .partners__info-box--no-border {
      border-bottom: none; }
    .partners__info-box__image {
      width: 100%;
      float: left;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 10px;
      position: relative; }
      .partners__info-box__image img {
        width: 100%; }
      .partners__info-box__image__logo {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 137px !important; }
        .partners__info-box__image__logo.bottom {
          top: auto;
          bottom: 10px; }
    .partners__info-box__image--more div {
      width: calc(50% - 20px);
      margin: 0 10px;
      float: left; }
    .partners__info-box__text {
      width: 100%;
      float: left;
      position: relative; }
      .partners__info-box__text--background {
        display: none; }
      .partners__info-box__text h4, .partners__info-box__text b, .partners__info-box__text p {
        text-align: left;
        font-size: 14px; }
      .partners__info-box__text p {
        line-height: 130%; }
      .partners__info-box__text h4 {
        font-size: 20px; }
      .partners__info-box__text ul {
        padding-bottom: 10px; }
        .partners__info-box__text ul li {
          font-size: 14px; }
        .partners__info-box__text ul.bullets {
          list-style-type: disc;
          margin-left: 20px; }
          .partners__info-box__text ul.bullets li {
            padding-bottom: 10px; }
            .partners__info-box__text ul.bullets li:last-child {
              padding-bottom: 0; }
        .partners__info-box__text ul.numbers li {
          padding-bottom: 20px; }
          .partners__info-box__text ul.numbers li:last-child {
            padding-bottom: 0; }
        .partners__info-box__text ul.numbers span {
          font-size: 14px;
          font-weight: 400;
          color: white;
          margin-right: 5px;
          background-color: #fd4273;
          width: 24px;
          display: block;
          float: left;
          height: 24px;
          border-radius: 100%;
          text-align: center;
          line-height: 24px; }
        .partners__info-box__text ul.numbers div {
          margin-left: 30px; }
      .partners__info-box__text .button {
        display: block;
        display: flex;
        max-width: 300px;
        margin: 0 auto;
        float: none; }
        .partners__info-box__text .button a {
          text-align: center; }
    .partners__info-box__meta {
      width: 100%;
      float: left;
      margin-top: 20px; }
      .partners__info-box__meta p {
        font-size: 14px; }
    .partners__info-box p a {
      color: #fd4273;
      text-decoration: underline; }
    .partners__info-box .quote {
      color: #808080;
      margin-bottom: 20px; }
      .partners__info-box .quote h2 {
        font-size: 20px; }
      .partners__info-box .quote p {
        color: #474747;
        margin: 0; }
      .partners__info-box .quote ul li, .partners__info-box .quote p {
        font-size: 14px;
        line-height: 130%; }
      .partners__info-box .quote ul.checks li {
        background: url(/static/next/dist/images/icons/checkbox/checkbox-lightgreen.png) no-repeat;
        background-size: 30px;
        background-position: left center;
        min-height: 40px;
        padding-left: 40px;
        padding-bottom: 5px; }
    .partners__info-box .reverse {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .partners__info-box .reverse .partners__info-box__image,
      .partners__info-box .reverse .partners__info-box__text {
        float: right; }
      .partners__info-box .reverse .partners__info-box__text--background {
        display: block;
        content: ' ';
        position: absolute;
        background-color: #f0f0f0;
        left: -10px;
        right: -10px;
        top: -15px;
        bottom: 10px; }
      .partners__info-box .reverse .partners__info-box__text--content {
        z-index: 10;
        position: relative; }
  .partners__info-box-with-side-images {
    width: calc(100% - 250px); }
    .partners__info-box-with-side-images .quote {
      color: #808080;
      margin-bottom: 20px; }
      .partners__info-box-with-side-images .quote h2 {
        font-size: 20px; }
      .partners__info-box-with-side-images .quote p {
        color: #474747;
        margin: 0; }
      .partners__info-box-with-side-images .quote ul li, .partners__info-box-with-side-images .quote p {
        font-size: 16px;
        line-height: 130%; }
      .partners__info-box-with-side-images .quote ul.checks li {
        background: url(/static/next/dist/images/icons/checkbox/checkbox-lightgreen.png) no-repeat;
        background-size: 30px;
        background-position: left center;
        min-height: 40px;
        padding-left: 40px;
        padding-bottom: 5px; }
    .partners__info-box-with-side-images .buttons div {
      margin-right: 14px; }
    .partners__info-box-with-side-images__images {
      float: right;
      width: 250px;
      padding: 0 10px 0 0; }
      .partners__info-box-with-side-images__images div, .partners__info-box-with-side-images__images img {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
      .partners__info-box-with-side-images__images img {
        width: 100%; }
  .partners__join-button--link {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    float: none; }
  .partners__join-button p {
    text-align: center;
    font-size: 12px;
    color: #808080;
    line-height: 125%; }
  @media (min-width: 380px) {
    .partners__hero__join-now {
      width: 300px; }
      .partners__hero__join-now.wide {
        width: 350px; } }
  @media (min-width: 768px) {
    .partners {
      background-color: #f0f0f0; }
      .partners__header__offer {
        width: 18.75em;
        height: 2.9375em;
        line-height: 2.9375em;
        top: 9.4449em;
        left: -3.65425em;
        position: absolute;
        vertical-align: middle;
        display: table-cell;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        text-align: center;
        z-index: 1;
        font-size: 16px; }
      .partners__header h1 {
        font-size: 72px; }
        .partners__header h1.components__container__title, .partners__header h1.components__container__title--small, .partners__header h1.components__container__title--left, .partners__header h1.info__box__suptitle {
          font-size: 48px; }
      .partners__hero__why-join {
        background-color: initial;
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: calc(100% - 355px); }
        .partners__hero__why-join.wide {
          width: calc(100% - 405px); }
        .partners__hero__why-join ul li {
          font-size: 18px;
          line-height: 180%; }
      .partners__hero__mobile-seperator {
        height: 130px; }
        .partners__hero__mobile-seperator.tall {
          height: 50px; }
      .partners__details__5-star-sitters > div {
        float: left;
        width: 33.333333%;
        padding: 5px;
        position: relative; }
        .partners__details__5-star-sitters > div img {
          border-radius: 5px; }
        .partners__details__5-star-sitters > div span {
          font-size: smaller;
          position: absolute;
          bottom: 0; }
      .partners__details__5-star-sitters p {
        clear: both; }
      .partners__note {
        display: table;
        width: 100%;
        text-align: center; }
        .partners__note img {
          display: inline-block;
          vertical-align: middle; }
        .partners__note p {
          font-size: 16px;
          margin: 0;
          vertical-align: middle;
          display: inline-block; }
      .partners__join-button--link {
        max-width: 450px;
        margin: 0 auto;
        float: none; }
      .partners__info-box {
        border-bottom: none;
        padding: 10px 10px 0 10px;
        padding-bottom: 20px !important; }
        .partners__info-box__image {
          width: 38%;
          float: left;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px;
          overflow: hidden; }
        .partners__info-box__text {
          width: calc(62% - 40px);
          margin-left: 40px;
          float: left; }
          .partners__info-box__text.right {
            margin-left: 0;
            margin-right: 40px; }
          .partners__info-box__text h4, .partners__info-box__text b, .partners__info-box__text p {
            text-align: left;
            font-size: 16px; }
          .partners__info-box__text p {
            line-height: 140%; }
          .partners__info-box__text h4 {
            font-size: 24px; }
          .partners__info-box__text ul {
            padding-bottom: 0; }
            .partners__info-box__text ul li {
              font-size: 16px; }
            .partners__info-box__text ul span {
              font-size: 16px; }
          .partners__info-box__text .button {
            max-width: 400px;
            float: left; }
        .partners__info-box__meta p {
          font-size: 16px; }
        .partners__info-box .quote h2 {
          font-size: 24px; }
        .partners__info-box .quote ul li, .partners__info-box .quote p {
          line-height: 140%;
          font-size: 16px; }
        .partners__info-box .reverse {
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
          .partners__info-box .reverse .partners__info-box__text {
            margin-right: 0;
            margin-left: 40px; }
            .partners__info-box .reverse .partners__info-box__text--background {
              display: none; }
      .partners__info-box-with-side-images .quote h2 {
        font-size: 24px; }
      .partners__info-box-with-side-images .quote ul li, .partners__info-box-with-side-images .quote p {
        line-height: 140%;
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .partners__hero__why-join {
      bottom: 30px; }
    .partners__hero__join-now {
      padding: 25px 15px !important; }
    .partners__info-box {
      padding: 20px 20px 0 20px; }
    .partners__info-box-with-side-images__images {
      padding: 0 20px 0 0; } }
  @media (min-width: 1224px) {
    .partners__hero__why-join {
      bottom: 35px; }
    .partners__info-box-with-side-images__images {
      padding: 0 30px 0 0; } }
  .partners.pink .partners__header__offer,
  .partners.pink .partners__hero__join-now {
    background-color: #fd4273; }
  .partners.pink .partners__hero__join-now ul li span {
    background-color: #f181ae; }
  .partners.orange .partners__header__offer,
  .partners.orange .partners__hero__join-now,
  .partners.orange .partners__hero__join-now ul li span {
    background-color: #f36f25; }

.partners-page__text-block {
  width: 100%;
  float: left;
  background-color: white;
  color: #474747;
  text-align: center;
  padding: 40px 0; }
  .partners-page__text-block__container {
    margin: 15px auto;
    width: 65%; }

.partners-page__button {
  margin: 25px auto;
  width: 230px;
  height: 60px;
  font-size: 20px;
  padding: 15px; }

.partners-page__firewall-header {
  width: 100%;
  float: left;
  background-size: cover; }
  .partners-page__firewall-header__panel {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 12px;
    text-align: center; }
    .partners-page__firewall-header__panel > iframe {
      border: none;
      width: 100%; }
  @media (min-width: 560px) {
    .partners-page__firewall-header__panel {
      width: 350px; } }

.partners-page__video {
  width: 100%;
  float: left;
  position: relative;
  background-color: white; }
  .partners-page__video--link-container {
    margin: 0 auto 32px auto;
    display: flex; }
    .partners-page__video--link-container button {
      display: block;
      margin: 0 auto;
      border: none;
      width: 230px;
      height: 60px;
      font-size: 20px; }
  .partners-page__video__top-background {
    top: 0;
    left: 0;
    background-image: url("/static/next/dist/images/partners/partners__video__background.svg");
    width: 100%;
    height: 50%;
    z-index: 0;
    position: absolute; }
  .partners-page__video__container {
    max-width: 461px;
    margin: 60px auto 0 auto;
    z-index: 500;
    position: relative; }
    .partners-page__video__container--container {
      background-color: white;
      padding: 15px;
      margin: 15px; }
    .partners-page__video__container--video {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .partners-page__video__container--video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.partners-page__join-button {
  width: 100%;
  background-color: #fd4273;
  float: left; }
  .partners-page__join-button h3 {
    color: #fff;
    margin: 0; }
  .partners-page__join-button p {
    color: rgba(51, 51, 51, 0.55);
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    font-weight: 300; }
    .partners-page__join-button p a {
      color: rgba(255, 255, 255, 0.55); }
  .partners-page__join-button__container {
    display: block;
    text-align: center;
    padding: 25px 0; }
  .partners-page__join-button--link {
    background-color: #fff;
    color: #fd4273; }

.partners-page__header {
  width: 100%;
  background-color: #fff;
  float: left; }
  .partners-page__header > div {
    max-width: 1280px;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    position: relative; }
    .partners-page__header > div > div:first-child {
      padding: 10px;
      height: 48px; }
  .partners-page__header--exclusive {
    height: 80px; }
  .partners-page__header__logo {
    width: auto;
    height: 28px;
    float: left; }
    .partners-page__header__logo img {
      height: 28px; }
  .partners-page__header__copy-text {
    width: auto;
    line-height: 40px;
    font-size: 15px;
    font-style: italic;
    color: #bcbcbc;
    padding-left: 10px;
    float: left;
    display: none; }
  .partners-page__header__partner-logo {
    width: auto;
    height: 40px;
    padding-left: 10px;
    float: left;
    display: none; }
    .partners-page__header__partner-logo img {
      height: 40px; }
  .partners-page__header__offer {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 10px;
    bottom: -50px;
    z-index: 50;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .partners-page__header__offer span {
      height: 36px;
      margin-left: 2px;
      font-size: 12px;
      font-weight: 500;
      font-style: italic;
      line-height: 125%;
      width: 78px;
      color: #fff;
      margin-top: 27px;
      display: block;
      text-align: center;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg); }

.partners-page__partner {
  width: 100%;
  background-color: #fff;
  float: left; }
  .partners-page__partner > div {
    width: 100%; }
  .partners-page__partner__copy-text {
    line-height: 40px;
    font-size: 15px;
    font-style: italic;
    color: #bcbcbc;
    padding: 10px 0;
    text-align: center; }
  .partners-page__partner__partner-logo {
    height: 43px;
    text-align: center;
    padding-bottom: 15px; }
    .partners-page__partner__partner-logo img {
      display: inline-block;
      height: 28px; }

.partners-page__hero {
  width: 100%;
  float: left;
  background-size: cover;
  position: relative; }
  .partners-page__hero__container {
    width: 100%;
    padding: 20px 0 0;
    min-height: 373px; }
  .partners-page__hero__title {
    width: 300px;
    height: 130px;
    margin: 0 auto 20px;
    text-align: center;
    border: 4px solid #fff;
    line-height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .partners-page__hero__title span {
      display: inline-block;
      width: 100%;
      color: #fff; }
      .partners-page__hero__title span:first-child {
        font-size: 56px;
        line-height: 74px;
        font-weight: 500; }
      .partners-page__hero__title span:last-child {
        font-size: 28px;
        line-height: 32px; }
  .partners-page__hero p {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    width: 300px;
    color: #fff;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center; }
  .partners-page__hero__actions {
    margin-bottom: 15px; }
    .partners-page__hero__actions button {
      display: block;
      margin: 0 auto;
      border: none;
      width: 230px;
      height: 60px;
      font-size: 20px; }
    .partners-page__hero__actions__bottom {
      margin-bottom: 40px;
      position: absolute;
      bottom: 0;
      width: 100%; }
  .partners-page__hero__phone-bubble {
    background-color: rgba(241, 129, 174, 0.75);
    text-align: center;
    padding: 5px;
    color: white;
    margin: 0 auto 20px;
    width: 300px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .partners-page__hero__phone-bubble > img {
      width: 30px;
      height: 30px;
      float: left; }
    .partners-page__hero__phone-bubble > div {
      line-height: 100%; }
      .partners-page__hero__phone-bubble > div > p {
        margin-bottom: 0;
        padding: 0;
        font-size: 15px;
        width: initial; }

.partners-page__badges {
  width: 100%;
  float: left;
  background-color: #9fc7e2;
  background-image: url("/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg");
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: center top; }
  .partners-page__badges > div {
    max-width: 656px;
    width: 100%;
    margin: 0 auto; }
  .partners-page__badges ul {
    padding: 30px 0 0;
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    list-style: none; }
    .partners-page__badges ul li {
      width: 50%;
      height: 145px;
      float: left;
      padding-bottom: 30px; }
  .partners-page__badges__badge {
    width: 75px;
    height: 75px;
    margin: 0 auto; }
  .partners-page__badges__text {
    font-size: 17px;
    color: #333333;
    line-height: 1.06;
    text-align: center;
    max-width: 115px;
    margin: 10px auto 0; }

.partners-page__info {
  background-color: #67c17a;
  width: 100%;
  float: left; }
  .partners-page__info__container {
    max-width: 456px;
    padding: 20px 10px 10px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .partners-page__info__container > div {
      width: 100%;
      float: left; }
      .partners-page__info__container > div:first-child > div:first-child {
        width: 100%;
        margin-bottom: 28px;
        float: left; }
        .partners-page__info__container > div:first-child > div:first-child h3 {
          font-size: 20px;
          font-weight: 500;
          color: #fff;
          width: 100%;
          float: left;
          margin: 0;
          text-align: center; }
          .partners-page__info__container > div:first-child > div:first-child h3 span {
            display: inline-block;
            margin-bottom: 15px;
            padding-bottom: 7px;
            border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
        .partners-page__info__container > div:first-child > div:first-child ul {
          margin-bottom: 14px;
          width: 100%;
          float: left; }
          .partners-page__info__container > div:first-child > div:first-child ul li {
            font-size: 16px;
            font-weight: 500;
            line-height: 30px; }
            .partners-page__info__container > div:first-child > div:first-child ul li span:first-child {
              font-size: 28px;
              width: 30px;
              height: 30px;
              display: inline-block;
              color: #67c17a;
              text-align: center;
              line-height: 30px;
              float: left;
              margin-right: 15px;
              background-color: rgba(51, 51, 51, 0.3);
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%; }
            .partners-page__info__container > div:first-child > div:first-child ul li span:last-child {
              display: inline-block;
              font-size: 18px;
              font-weight: 500;
              line-height: 125%;
              color: #fff;
              width: calc(100% - 45px); }
          .partners-page__info__container > div:first-child > div:first-child ul li + li {
            margin-top: 15px; }
        .partners-page__info__container > div:first-child > div:first-child p {
          color: rgba(51, 51, 51, 0.55);
          font-size: 14px;
          line-height: 140%;
          margin: 0;
          font-weight: 300; }
          .partners-page__info__container > div:first-child > div:first-child p a {
            color: rgba(255, 255, 255, 0.55); }
      .partners-page__info__container > div:first-child > div:last-child {
        width: 173px;
        margin: 0 auto; }
        .partners-page__info__container > div:first-child > div:last-child object {
          width: 100%; }
        .partners-page__info__container > div:first-child > div:last-child #BubbleText {
          font-family: 'Ubuntu', sans-serif;
          font-weight: bold; }
  .partners-page__info__actions {
    margin: 32px 0 44px; }
    .partners-page__info__actions button {
      display: block;
      margin: 0 auto;
      border: none;
      width: 230px;
      height: 60px;
      font-size: 20px; }
  .partners-page__info .components__trustpilot__trustpilot-overview {
    width: 100%;
    float: left;
    height: 44px;
    padding-bottom: 0;
    background-color: rgba(71, 71, 71, 0.55); }
    .partners-page__info .components__trustpilot__trustpilot-overview > a {
      line-height: 38px; }

.partners-page__matches {
  background-color: #fff;
  width: 100%;
  float: left; }
  .partners-page__matches__with-background {
    padding: 80px 0 140px;
    background-image: url(/static/next/dist/images/partners/matches/sea@2x.jpg);
    background-size: cover; }
  .partners-page__matches__container {
    width: 100%;
    max-width: 1050px;
    overflow: hidden;
    margin: 0 auto; }
    .partners-page__matches__container__transparent {
      background-color: rgba(255, 255, 255, 0.55);
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .partners-page__matches__wrapper {
    width: 100%;
    max-width: 1050px;
    overflow: hidden;
    margin: 0 auto; }
  .partners-page__matches__wrapper .partners-page__matches__container {
    float: left;
    width: 500px;
    height: 300px; }
  .partners-page__matches__side-container {
    width: 50%;
    float: left; }
    .partners-page__matches__side-container h2 {
      font-size: 56px;
      font-weight: 700;
      margin: 0 0 20px 0;
      color: white;
      max-width: 340px;
      line-height: 120%; }
    .partners-page__matches__side-container p {
      font-size: 24px;
      font-weight: 500;
      margin: 0;
      color: white;
      max-width: 450px;
      line-height: 120%; }
  .partners-page__matches h4 {
    font-size: 20px;
    line-height: 1.04;
    font-weight: 700;
    color: #474747;
    margin: 28px auto 20px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    position: relative; }
    .partners-page__matches h4:after {
      content: ' ';
      width: 130px;
      left: calc(50% - 65px);
      bottom: 0;
      height: 12px;
      background-image: url(/static/next/dist/images/partners/blue-wave.png);
      background-repeat: repeat-x;
      background-size: 12px 12px;
      z-index: 1;
      display: block;
      position: absolute; }
    .partners-page__matches h4 span {
      background-color: #fff;
      padding: 0 20px;
      display: inline-block;
      width: 290px;
      z-index: 2;
      left: calc(50% - 145px); }
    @media (min-width: 560px) {
      .partners-page__matches h4 {
        margin: 56px auto 40px;
        padding-bottom: 0;
        min-height: 48px; }
        .partners-page__matches h4 span {
          position: absolute; }
        .partners-page__matches h4:after {
          width: 100%;
          left: 0;
          bottom: calc(50% - 6px); } }
  .partners-page__matches__list {
    width: 100%;
    float: left;
    padding: 0 10px; }
    .partners-page__matches__list ul {
      width: calc(600% + 175px);
      float: left; }
      .partners-page__matches__list ul li {
        width: calc((100% - 175px) / 6);
        height: 245px;
        float: left; }
        .partners-page__matches__list ul li > div {
          width: 100%;
          max-width: 460px;
          height: 245px;
          background-color: #f9f9f9;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          position: relative;
          margin: 0 auto;
          padding: 20px 0; }
      .partners-page__matches__list ul li + li {
        margin-left: 35px; }
    .partners-page__matches__list__transparent ul li > div {
      background-color: transparent; }
  .partners-page__matches__pagination {
    width: 100%;
    float: left;
    margin: 32px 0; }
    .partners-page__matches__pagination ul {
      margin: 0 0 0 50%;
      float: left;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .partners-page__matches__pagination ul li {
        width: 16px;
        height: 16px;
        background-color: #d8d8d8;
        float: left;
        cursor: pointer;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .partners-page__matches__pagination ul li:hover, .partners-page__matches__pagination ul li.active {
          background-color: #bcbcbc; }
      .partners-page__matches__pagination ul li + li {
        margin-left: 10px; }
  .partners-page__matches__housesitter {
    width: 50%;
    padding: 0 20px;
    float: left;
    text-align: center; }
    .partners-page__matches__housesitter figure {
      margin: 0;
      padding: 0;
      position: relative;
      padding-bottom: 75%;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .partners-page__matches__housesitter figure > img {
        position: absolute;
        width: 100%; }
      .partners-page__matches__housesitter figure > span {
        position: absolute;
        top: 4px;
        left: 0;
        height: 22px;
        line-height: 22px;
        background-color: #9fc7e2;
        color: white;
        font-size: 13px;
        padding: 0 6px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
      .partners-page__matches__housesitter figure > div {
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: 125px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
  .partners-page__matches__homeowner {
    width: 50%;
    padding: 0 20px;
    float: left;
    text-align: center; }
    .partners-page__matches__homeowner figure {
      margin: 0;
      padding: 0;
      position: relative;
      padding-bottom: 75%;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .partners-page__matches__homeowner figure > img {
        position: absolute;
        width: 100%; }
      .partners-page__matches__homeowner figure > span {
        position: absolute;
        top: 4px;
        left: 0;
        height: 22px;
        line-height: 22px;
        background-color: #67c17a;
        color: white;
        font-size: 13px;
        padding: 0 6px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
  .partners-page__matches__arrow {
    position: absolute;
    width: 56px;
    height: 47px;
    left: 50%;
    top: 64px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .partners-page__matches__title {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #474747;
    line-height: 140%; }
  .partners-page__matches__location {
    font-size: 14px;
    color: #474747;
    line-height: 140%; }
  .partners-page__matches__link {
    font-size: 14px;
    color: #6699CC;
    line-height: 140%;
    cursor: pointer; }
  .partners-page__matches__profile-link {
    font-size: 14px;
    color: #6699CC;
    line-height: 140%;
    cursor: pointer; }
  .partners-page__matches__date {
    font-size: 14px;
    color: #474747;
    line-height: 140%; }
  .partners-page__matches__detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    z-index: 2;
    padding: 20px;
    display: none;
    opacity: 0; }
    .partners-page__matches__detail--close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .partners-page__matches__detail .partners-page__matches__detail--more a {
      color: #6699CC; }
  .partners-page__matches .search__sitters__references__star {
    width: 16px;
    height: 16px; }
    .partners-page__matches .search__sitters__references__star svg {
      width: 16px;
      height: 16px; }

.partners-page__steps__housesitter, .partners-page__steps__homeowner {
  background-color: #f0f0f0;
  padding: 50px 0 0;
  text-align: center;
  width: 100%;
  float: left; }
  .partners-page__steps__housesitter h4, .partners-page__steps__homeowner h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 14px 0; }
  .partners-page__steps__housesitter > p, .partners-page__steps__homeowner > p {
    font-size: 20px;
    color: #333333; }
  .partners-page__steps__housesitter > div, .partners-page__steps__homeowner > div {
    width: 100%;
    float: left; }
  .partners-page__steps__housesitter ul, .partners-page__steps__homeowner ul {
    margin: 0 auto 42px;
    width: 860px; }
    .partners-page__steps__housesitter ul li, .partners-page__steps__homeowner ul li {
      width: 230px;
      text-align: center;
      display: inline-block;
      vertical-align: top; }
      .partners-page__steps__housesitter ul li img, .partners-page__steps__homeowner ul li img {
        height: 127px;
        width: 127px;
        display: inline-block; }
      .partners-page__steps__housesitter ul li h5, .partners-page__steps__homeowner ul li h5 {
        font-size: 22px;
        font-weight: 700;
        margin: 10px 0 5px;
        color: #6699CC; }
      .partners-page__steps__housesitter ul li p, .partners-page__steps__homeowner ul li p {
        font-size: 18px;
        margin: 0; }
    .partners-page__steps__housesitter ul li + li, .partners-page__steps__homeowner ul li + li {
      margin-left: 80px; }

.partners-page__steps__housesitter ul li span {
  color: #47b549; }

.partners-page__steps__housesitter ul li h5 {
  color: #47b549; }

.partners-page__trustpilot {
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 50px 0 18px; }
  .partners-page__trustpilot.gray-small {
    background-color: #f0f0f0;
    padding: 30px 0 0; }
  .partners-page__trustpilot__container {
    width: 100%;
    max-width: 978px;
    overflow: hidden;
    margin: 0 auto; }
    .partners-page__trustpilot__container__transparent {
      background-color: rgba(255, 255, 255, 0.55);
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .partners-page__trustpilot h4 {
    text-align: center;
    color: #474747; }
    .partners-page__trustpilot h4 span {
      font-size: 32px;
      font-weight: 700;
      width: 100%;
      position: relative; }
    .partners-page__trustpilot h4 p {
      font-size: 20px;
      font-weight: 400;
      margin: 13px 0 0; }
  .partners-page__trustpilot.gray-small h4 {
    margin: 0; }
    .partners-page__trustpilot.gray-small h4 span {
      font-size: 18px;
      display: inline; }
    .partners-page__trustpilot.gray-small h4 p {
      font-size: 18px;
      display: inline;
      margin: 0 0 0 3px; }
  .partners-page__trustpilot__list {
    width: 100%;
    float: left;
    margin-top: 32px; }
    .partners-page__trustpilot__list ul {
      width: calc(300% + 154px);
      float: left; }
      .partners-page__trustpilot__list ul li {
        width: calc((100% - (8 * 35px)) / 9);
        height: 70px;
        float: left; }
        .partners-page__trustpilot__list ul li > div {
          width: 100%;
          height: 70px;
          position: relative;
          margin: 0 auto;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
      .partners-page__trustpilot__list ul li + li {
        margin-left: 35px; }
  .partners-page__trustpilot__pagination {
    width: 100%;
    float: left;
    margin: 32px 0; }
    .partners-page__trustpilot__pagination ul {
      margin: 0 0 0 50%;
      float: left;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .partners-page__trustpilot__pagination ul li {
        width: 16px;
        height: 16px;
        background-color: #d8d8d8;
        float: left;
        cursor: pointer;
        display: none;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
        .partners-page__trustpilot__pagination ul li:hover, .partners-page__trustpilot__pagination ul li.active {
          background-color: #bcbcbc; }
        .partners-page__trustpilot__pagination ul li:nth-child(3n - 2) {
          display: block; }
      .partners-page__trustpilot__pagination ul li + li {
        margin-left: 10px; }
  .partners-page__trustpilot__review {
    width: 100%;
    float: left; }
    .partners-page__trustpilot__review figure {
      margin: 0;
      padding: 0;
      position: relative;
      width: 67px;
      height: 67px;
      overflow: hidden;
      float: left;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .partners-page__trustpilot__review figure > img {
        position: absolute;
        width: 100%; }
    .partners-page__trustpilot__review > div {
      margin-left: 82px; }
    .partners-page__trustpilot__review__rating {
      overflow: hidden;
      height: 20px;
      width: 100%;
      line-height: 20px; }
      .partners-page__trustpilot__review__rating img {
        height: 20px;
        float: left; }
      .partners-page__trustpilot__review__rating div {
        color: #808080;
        font-size: 12px;
        padding-left: 18px;
        line-height: 20px;
        float: left; }
    .partners-page__trustpilot__review__title {
      color: #474747;
      font-size: 14px;
      font-weight: 500;
      margin: 5px 0;
      overflow: hidden;
      height: 20px;
      text-overflow: ellipsis; }
    .partners-page__trustpilot__review__name {
      color: #474747;
      font-size: 14px;
      overflow: hidden;
      height: 20px;
      text-overflow: ellipsis; }

.partners-page__testimonials {
  width: 100%;
  float: left;
  background-color: pink;
  background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-768.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .partners-page__testimonials__container {
    width: 100%;
    max-width: 850px;
    overflow: hidden;
    margin: 0 auto 38px; }
    .partners-page__testimonials__container > div {
      width: 100%;
      float: left; }
      .partners-page__testimonials__container > div > div {
        width: 100%;
        max-width: 370px;
        margin: 0 auto; }
        .partners-page__testimonials__container > div > div figure {
          width: 170px;
          height: 170px;
          overflow: hidden;
          margin: 60px auto 24px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
          .partners-page__testimonials__container > div > div figure img {
            width: 100%; }
        .partners-page__testimonials__container > div > div p {
          font-size: 20px;
          font-weight: 500;
          line-height: 130%;
          text-align: center;
          color: #fff; }
        .partners-page__testimonials__container > div > div div {
          margin-top: 14px;
          font-size: 17px;
          font-weight: 500;
          line-height: 1.17;
          text-align: center;
          color: rgba(255, 255, 255, 0.75); }
        .partners-page__testimonials__container > div > div a {
          margin-top: 14px;
          line-height: 140%; }
          .partners-page__testimonials__container > div > div a > span {
            display: block; }
  .partners-page__testimonials__actions {
    margin: 55px 0; }
    .partners-page__testimonials__actions button {
      display: block;
      margin: 0 auto;
      border: none;
      width: 230px;
      height: 60px;
      font-size: 20px; }

.partners-page__benefits {
  background-color: #f0f0f0;
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 15px; }
  .partners-page__benefits h4 {
    font-size: 20px;
    line-height: 1.04;
    font-weight: 700;
    color: #474747;
    margin: 0 auto 20px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    position: relative; }
    .partners-page__benefits h4:after {
      content: ' ';
      width: 130px;
      left: calc(50% - 65px);
      bottom: 0;
      height: 12px;
      background-image: url(/static/next/dist/images/partners/green-wave.png);
      background-repeat: repeat-x;
      background-size: 12px 12px;
      z-index: 1;
      display: block;
      position: absolute; }
    .partners-page__benefits h4 span {
      background-color: #f0f0f0;
      padding: 0 20px;
      display: inline-block;
      width: 290px;
      z-index: 2;
      left: calc(50% - 145px); }
    @media (min-width: 560px) {
      .partners-page__benefits h4 {
        margin: 0 auto 40px;
        padding-bottom: 0;
        min-height: 48px; }
        .partners-page__benefits h4 span {
          position: absolute; }
        .partners-page__benefits h4:after {
          width: 100%;
          left: 0;
          bottom: calc(50% - 6px); } }
  .partners-page__benefits > div {
    margin-bottom: 30px; }
    .partners-page__benefits > div img {
      width: 80px;
      height: 80px;
      margin: 0 auto 25px; }
    .partners-page__benefits > div h5 {
      margin-bottom: 0; }
    .partners-page__benefits > div p {
      max-width: 240px;
      margin: 0 auto; }
  .partners-page__benefits > a {
    width: 220px;
    height: 50px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px; }

.partners-page__safety {
  padding: 20px 30px;
  background-color: #f0f0f0;
  width: 100%;
  float: left; }
  .partners-page__safety > h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 25px;
    text-align: center; }
  .partners-page__safety > p {
    font-size: 20px;
    font-weight: 400;
    color: #474747;
    margin: 0 0 40px;
    text-align: center; }
  .partners-page__safety__container {
    width: 100%;
    max-width: 1005px;
    overflow: hidden;
    margin: 0 auto; }
    .partners-page__safety__container ul li {
      padding: 10px 20px; }
      .partners-page__safety__container ul li img {
        width: 40px;
        height: 40px;
        margin: 0 auto 15px; }
      .partners-page__safety__container ul li h5 {
        font-size: 16px;
        font-weight: 500;
        color: #474747;
        text-align: center; }
      .partners-page__safety__container ul li p {
        font-size: 14px;
        font-weight: 400;
        color: #474747;
        text-align: center; }

.partners-page__community-map {
  padding: 70px 0 50px;
  background-color: white;
  width: 100%;
  float: left; }
  .partners-page__community-map h2 {
    font-size: 56px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px;
    text-align: left;
    line-height: 120%; }
  .partners-page__community-map p {
    font-size: 24px;
    font-weight: 400;
    color: #474747;
    margin: 0;
    text-align: left;
    line-height: 120%; }
  .partners-page__community-map__container {
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
    margin: 0 auto; }
    .partners-page__community-map__container > div {
      float: left; }
      .partners-page__community-map__container > div:first-child {
        width: 640px; }
      .partners-page__community-map__container > div:last-child {
        width: calc(100% - 680px);
        margin-left: 40px; }

.partners-page__photo-bar {
  width: 100%;
  font-size: 0; }
  .partners-page__photo-bar > img {
    height: 100%;
    width: calc(100% / 3);
    float: left;
    display: none; }
    .partners-page__photo-bar > img:nth-child(-n+3) {
      display: inline-block; }

.partners-page__photo-bar--scrollable {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-top: -10px; }
  .partners-page__photo-bar--scrollable--hide-scroll .info__box__arrow {
    display: none; }
  .partners-page__photo-bar--scrollable--hide-scroll .info__box__slides {
    width: 100%; }
  .partners-page__photo-bar--scrollable--hide-scroll .info__box__slides__slide--paged {
    width: 50% !important; }
  @media (min-width: 650px) {
    .partners-page__photo-bar--scrollable--hide-scroll .info__box__slides {
      width: 5000%; }
    .partners-page__photo-bar--scrollable--hide-scroll .info__box__slides__slide--paged {
      width: 0.5% !important; } }
  .partners-page__photo-bar--scrollable .info__box__content--wrapper {
    padding: 0; }
  .partners-page__photo-bar--scrollable .info__box__arrow {
    z-index: 500;
    background-color: rgba(102, 102, 102, 0.8);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%; }
  .partners-page__photo-bar--scrollable .info__box__pagination {
    display: none; }
  .partners-page__photo-bar--scrollable .info__box__description {
    display: none; }
  .partners-page__photo-bar--scrollable .info__box__title {
    display: none; }
  @media (min-width: 1024px) {
    .partners-page__photo-bar--scrollable .info__box__arrow {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
    .partners-page__photo-bar--scrollable .info__box__slides__slide--paged {
      width: 0.5% !important; } }
  .partners-page__photo-bar--scrollable__wrapper {
    width: 100%;
    max-width: 950px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0; }
  .partners-page__photo-bar--scrollable__slide {
    float: left;
    padding: 0; }

.partners-page__hero-with-plans {
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/static/next/dist/images/refer-a-friend/hero/cat-hero-320.jpg);
  background-size: cover, 767px 690px;
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 40px;
  text-align: center; }
  .partners-page__hero-with-plans__container {
    padding: 20px 10px 0; }
    .partners-page__hero-with-plans__container > h1 {
      font-size: 36px;
      margin-bottom: 10px;
      line-height: 100%; }
    .partners-page__hero-with-plans__container > h3 {
      font-size: 18px; }
    .partners-page__hero-with-plans__container > img {
      margin: 15px auto;
      height: 65px;
      width: 65px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .partners-page__hero-with-plans__container__plans {
      display: inline-block;
      max-width: 1050px; }
      .partners-page__hero-with-plans__container__plans > div {
        background-color: rgba(255, 255, 255, 0.8);
        max-width: 500px;
        float: none;
        margin-left: auto;
        margin-right: auto; }
        .partners-page__hero-with-plans__container__plans > div > h3 {
          font-size: 20px;
          margin-bottom: 10px; }
        .partners-page__hero-with-plans__container__plans > div > span {
          font-size: 16px; }
        .partners-page__hero-with-plans__container__plans > div > a {
          margin-top: 15px;
          width: 210px;
          font-size: 18px;
          display: block;
          margin: 25px 0 0;
          text-align: center;
          padding: 14px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
      .partners-page__hero-with-plans__container__plans__bullet-points > li {
        height: 24px;
        margin-top: 10px;
        text-align: left; }
        .partners-page__hero-with-plans__container__plans__bullet-points > li > img {
          height: 24px;
          width: 24px;
          display: inline-block;
          vertical-align: bottom; }
        .partners-page__hero-with-plans__container__plans__bullet-points > li > span {
          font-size: 18px;
          display: inline-block;
          margin-left: 10px; }
  .partners-page__hero-with-plans.bullet_points .partners-page__hero-with-plans__container__plans > div {
    width: 500px; }
    .partners-page__hero-with-plans.bullet_points .partners-page__hero-with-plans__container__plans > div > div {
      font-size: 18px; }
    .partners-page__hero-with-plans.bullet_points .partners-page__hero-with-plans__container__plans > div > a {
      width: 100%; }
  .partners-page__hero-with-plans.tall .partners-page__hero-with-plans__container {
    padding-bottom: 50px; }

.partners-page__featured-in, .partners-page__awards {
  height: 120px;
  background-color: white; }
  .partners-page__featured-in h2, .partners-page__awards h2 {
    font-size: 18px !important;
    float: left;
    width: 14.28571%;
    line-height: 120px;
    text-align: center;
    margin: 0; }
  .partners-page__featured-in > div, .partners-page__awards > div {
    float: right;
    width: calc(6 * (100% / 7)); }

.partners-page__awards > div {
  margin: 10px 0;
  height: 100px; }
  .partners-page__awards > div > div {
    opacity: 0.75; }

.partners-page__info-grid {
  display: table;
  table-layout: fixed;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 60px 0; }
  .partners-page__info-grid > div {
    display: table-cell;
    width: 25%;
    vertical-align: top; }
  .partners-page__info-grid__title {
    border-right: 2px solid rgba(204, 204, 204, 0.2); }
  .partners-page__info-grid__item {
    padding-left: 40px; }
    .partners-page__info-grid__item > h5 {
      margin-bottom: 10px !important; }
    .partners-page__info-grid__item > p {
      margin-bottom: 0; }
    .partners-page__info-grid__item > img {
      margin-bottom: 20px;
      height: 64px;
      width: 64px; }

@media (min-width: 420px) {
  .partners-page__photo-bar > img {
    width: calc(100% / 4); }
    .partners-page__photo-bar > img:nth-child(-n+4) {
      display: inline-block; } }

@media (min-width: 560px) {
  .partners-page__photo-bar > img {
    width: calc(100% / 5); }
    .partners-page__photo-bar > img:nth-child(-n+5) {
      display: inline-block; } }

@media (min-width: 650px) {
  .partners-page__header > div {
    height: 48px; }
    .partners-page__header > div > div:first-child {
      height: 48px; }
  .partners-page__header__copy-text, .partners-page__header__partner-logo {
    width: auto; }
  .partners-page__safety {
    padding: 70px 0 90px; }
    .partners-page__safety > h4 {
      font-size: 32px;
      font-weight: 700;
      margin: 0 0 14px; }
    .partners-page__safety > p {
      font-size: 20px; }
    .partners-page__safety__container {
      width: 100%;
      max-width: 1005px;
      overflow: hidden;
      margin: 0 auto; }
      .partners-page__safety__container ul li {
        width: calc(100% / 3);
        padding: 0 20px;
        float: left; }
        .partners-page__safety__container ul li img {
          width: 100px;
          height: 100px;
          margin: 0 auto 30px; }
        .partners-page__safety__container ul li h5 {
          font-size: 18px;
          font-weight: 500;
          color: #474747;
          text-align: center; }
        .partners-page__safety__container ul li p {
          font-size: 18px;
          font-weight: 400;
          color: #474747;
          text-align: center; }
  .partners-page__photo-bar > img {
    width: calc(100% / 6); }
    .partners-page__photo-bar > img:nth-child(-n+6) {
      display: inline-block; } }

@media (min-width: 768px) {
  .partners-page__partner {
    display: none; }
  .partners-page__testimonials {
    background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-1024.png);
    background-position: bottom; }
    .partners-page__testimonials__container > div > div a {
      margin-top: 25px; }
  .partners-page__benefits {
    padding: 40px 25px; }
    .partners-page__benefits > div {
      margin-bottom: 40px; }
  .partners-page__hero {
    position: relative;
    height: 373px; }
    .partners-page__hero__container {
      height: 373px; }
    .partners-page__hero__phone-bubble {
      background-image: url(/static/next/dist/images/home/call-bubble.svg);
      background-color: initial;
      background-repeat: no-repeat;
      background-size: 220px;
      position: absolute;
      width: 220px;
      height: 128px;
      padding: 0;
      right: 20px;
      bottom: 20px;
      padding: 15px 40px 10px 10px;
      margin: 0; }
      .partners-page__hero__phone-bubble > img {
        float: none;
        display: inline-block;
        height: 44px;
        width: 44px; }
      .partners-page__hero__phone-bubble > div {
        line-height: 140%; }
        .partners-page__hero__phone-bubble > div > p:first-of-type {
          font-size: 18px; }
    .partners-page__hero__actions {
      margin-bottom: 40px;
      position: absolute;
      bottom: 0;
      width: 100%; }
  .partners-page__photo-bar > img {
    width: calc(100% / 7); }
    .partners-page__photo-bar > img:nth-child(-n+7) {
      display: inline-block; }
  .partners-page__hero-with-plans {
    background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-768.jpg);
    background-size: cover;
    background-position: top right; }
    .partners-page__hero-with-plans__container {
      padding: 25px 30px 0; }
      .partners-page__hero-with-plans__container > h1 {
        font-size: 56px; }
      .partners-page__hero-with-plans__container > h3 {
        font-size: 22px; }
      .partners-page__hero-with-plans__container__plans > div {
        max-width: initial;
        float: left; }
        .partners-page__hero-with-plans__container__plans > div:first-child {
          margin-right: 10px; }
        .partners-page__hero-with-plans__container__plans > div > a {
          font-size: 20px; } }

@media (min-width: 1024px) {
  .partners-page__header {
    width: 100%;
    background-color: #fff;
    float: left; }
    .partners-page__header > div {
      max-width: 1280px;
      width: 100%;
      height: 80px;
      margin: 0 auto;
      position: relative; }
      .partners-page__header > div > div:first-child {
        padding: 20px 30px;
        height: 80px; }
    .partners-page__header--exclusive {
      height: 80px; }
    .partners-page__header__logo {
      width: auto;
      height: 40px;
      float: left; }
      .partners-page__header__logo img {
        height: 40px; }
    .partners-page__header__copy-text {
      display: block; }
    .partners-page__header__partner-logo {
      display: block; }
    .partners-page__header__offer {
      position: absolute;
      width: 100px;
      height: 100px;
      right: 66px;
      bottom: -50px;
      z-index: 50;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .partners-page__header__offer span {
        margin-left: 0;
        height: 36px;
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
        line-height: 125%;
        width: 96px;
        color: #fff;
        margin-top: 30px;
        display: block;
        text-align: center;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg); }
  .partners-page__hero {
    width: 100%;
    float: left;
    background-size: cover;
    height: 480px; }
    .partners-page__hero__container {
      width: 100%;
      height: 480px;
      padding: 66px 0 0; }
    .partners-page__hero__title {
      width: 350px;
      height: 160px;
      margin: 0 auto 20px;
      text-align: center;
      border: 4px solid #fff;
      line-height: 45px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .partners-page__hero__title span {
        display: inline-block;
        width: 100%;
        color: #fff; }
        .partners-page__hero__title span:first-child {
          font-size: 68px;
          line-height: 80px;
          font-weight: 500; }
        .partners-page__hero__title span:last-child {
          font-size: 34px;
          line-height: 45px; }
    .partners-page__hero p {
      font-size: 24px;
      font-weight: 500;
      line-height: 130%;
      width: 370px;
      color: #fff;
      margin: 0 auto;
      padding: 0 0 20px;
      text-align: center; }
    .partners-page__hero__actions button {
      display: block;
      margin: 0 auto;
      border: none;
      width: 230px;
      height: 60px;
      font-size: 20px; }
  .partners-page__badges {
    width: 100%;
    height: 185px;
    float: left;
    background-color: #9fc7e2;
    background-image: url("/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg");
    background-repeat: no-repeat;
    background-size: 1400px;
    background-position: center top; }
    .partners-page__badges ul {
      padding: 30px 0;
      max-width: 656px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      list-style: none; }
      .partners-page__badges ul li {
        width: 25%;
        height: auto;
        float: left;
        padding-bottom: 0; }
    .partners-page__badges__badge {
      width: 75px;
      height: 75px;
      margin: 0 auto; }
    .partners-page__badges__text {
      font-size: 17px;
      color: #333333;
      line-height: 1.06;
      text-align: center;
      max-width: 115px;
      margin: 10px auto 0; }
  .partners-page__info {
    background-color: #67c17a;
    width: 100%;
    float: left; }
    .partners-page__info__container {
      max-width: 656px;
      padding: 50px 0 0 0;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .partners-page__info__container > div {
        width: 100%;
        float: left; }
        .partners-page__info__container > div:first-child > div {
          float: left; }
          .partners-page__info__container > div:first-child > div:first-child {
            width: calc(100% - 228px);
            margin-right: 55px;
            margin-bottom: 0; }
            .partners-page__info__container > div:first-child > div:first-child h3 {
              font-size: 22px;
              font-weight: 500;
              color: #fff;
              width: 100%;
              float: left;
              margin: 0; }
              .partners-page__info__container > div:first-child > div:first-child h3 span {
                display: inline-block;
                float: left;
                margin-bottom: 15px;
                padding-bottom: 7px;
                border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
            .partners-page__info__container > div:first-child > div:first-child ul {
              margin-bottom: 25px;
              width: 100%;
              float: left; }
              .partners-page__info__container > div:first-child > div:first-child ul li {
                font-size: 18px;
                font-weight: 500;
                line-height: 30px; }
                .partners-page__info__container > div:first-child > div:first-child ul li span {
                  max-height: 30px; }
                  .partners-page__info__container > div:first-child > div:first-child ul li span:first-child {
                    font-size: 28px;
                    width: 30px;
                    height: 30px;
                    display: inline-block;
                    color: #67c17a;
                    text-align: center;
                    line-height: 30px;
                    float: left;
                    margin-right: 15px;
                    background-color: rgba(51, 51, 51, 0.3);
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -ms-border-radius: 100%;
                    border-radius: 100%; }
                  .partners-page__info__container > div:first-child > div:first-child ul li span:last-child {
                    display: inline-block;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 30px;
                    color: #fff; }
              .partners-page__info__container > div:first-child > div:first-child ul li + li {
                margin-top: 15px; }
            .partners-page__info__container > div:first-child > div:first-child p {
              color: rgba(51, 51, 51, 0.55);
              font-size: 14px;
              line-height: 140%;
              margin: 0;
              font-weight: 300; }
              .partners-page__info__container > div:first-child > div:first-child p a {
                color: rgba(255, 255, 255, 0.55); }
          .partners-page__info__container > div:first-child > div:last-child {
            width: 173px;
            margin: 0; }
            .partners-page__info__container > div:first-child > div:last-child object {
              width: 100%; }
            .partners-page__info__container > div:first-child > div:last-child #BubbleText {
              font-family: 'Ubuntu', sans-serif;
              font-weight: bold; }
    .partners-page__info__actions {
      margin: 32px 0 56px; }
      .partners-page__info__actions button {
        display: block;
        margin: 0 auto;
        border: none;
        width: 230px;
        height: 60px;
        font-size: 20px; }
    .partners-page__info .components__trustpilot__trustpilot-overview {
      width: 100%;
      float: left;
      height: 44px;
      padding-bottom: 0;
      background-color: rgba(71, 71, 71, 0.55); }
      .partners-page__info .components__trustpilot__trustpilot-overview > a {
        line-height: 38px; }
  .partners-page__matches h4 {
    font-size: 24px; }
  .partners-page__matches__list:not([data-columns="1"]) ul {
    width: calc(300% + 70px); }
    .partners-page__matches__list:not([data-columns="1"]) ul li {
      width: calc(((100% - 70px) / 6) - (35px / 2));
      height: 245px; }
  .partners-page__matches__pagination:not([data-columns="1"]) {
    margin: 32px 0 60px; }
    .partners-page__matches__pagination:not([data-columns="1"]) ul li:nth-child(2n) {
      display: none; }
  .partners-page__testimonials {
    background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-1224.png); }
    .partners-page__testimonials__container > div {
      width: 50%;
      float: left; }
      .partners-page__testimonials__container > div > div p {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.17; }
      .partners-page__testimonials__container > div > div div {
        margin-top: 14px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.17;
        color: rgba(255, 255, 255, 0.75); }
    .partners-page__testimonials__actions {
      margin: 65px 0 60px; }
  .partners-page__benefits {
    padding: 60px 30px; }
    .partners-page__benefits h4 {
      font-size: 24px; }
    .partners-page__benefits .components__grid__wrapper {
      display: block;
      float: left;
      width: 50%; }
      .partners-page__benefits .components__grid__wrapper__container {
        width: 100%; }
  .partners-page__photo-bar > img {
    width: calc(100% / 8); }
    .partners-page__photo-bar > img:nth-child(-n+8) {
      display: inline-block; }
  .partners-page__hero-with-plans {
    background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1024.jpg); }
    .partners-page__hero-with-plans__container {
      padding: 35px 40px 40px; }
      .partners-page__hero-with-plans__container__plans__text > h3 {
        font-size: 24px;
        padding-bottom: 15px; }
      .partners-page__hero-with-plans__container__plans__text > span {
        font-size: 20px; }
      .partners-page__hero-with-plans__container__plans > div:first-child {
        margin-right: 15px; } }

@media (min-width: 1224px) {
  .partners-page__testimonials {
    background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-1920.png); }
  .partners-page__photo-bar > img {
    width: calc(100% / 10); }
    .partners-page__photo-bar > img:nth-child(-n+10) {
      display: inline-block; }
  .partners-page__hero-with-plans {
    background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1224.jpg); }
    .partners-page__hero-with-plans__container {
      padding: 80px 95px 50px; }
      .partners-page__hero-with-plans__container > h1 {
        font-size: 76px; }
      .partners-page__hero-with-plans__container > h3 {
        font-size: 24px;
        margin-bottom: 55px; }
      .partners-page__hero-with-plans__container__plans {
        text-align: left; }
        .partners-page__hero-with-plans__container__plans > div > h3 {
          font-size: 30px; }
        .partners-page__hero-with-plans__container__plans > div > span {
          font-size: 26px; }
        .partners-page__hero-with-plans__container__plans > div > a {
          width: 290px;
          height: 60px;
          font-size: 18px; } }

@media (min-width: 1600px) {
  .partners-page__photo-bar > img {
    width: calc(100% / 12); }
    .partners-page__photo-bar > img:nth-child(-n+12) {
      display: inline-block; } }

@media (min-width: 1920px) {
  .partners-page__testimonials {
    background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-2560.png); }
  .partners-page__photo-bar > img {
    width: calc(100% / 15); }
    .partners-page__photo-bar > img:nth-child(-n+15) {
      display: inline-block; }
  .partners-page__hero-with-plans {
    background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1920.jpg); } }

.partners__rspca__hero {
  background-image: url("/static/next/dist/images/partners__rspca__hero.jpg");
  background-position-x: -6.25em; }
  .partners__rspca__hero > div img {
    padding: 0.9em; }

.partners__rspca__about {
  clear: both; }
  .partners__rspca__about article {
    padding-top: 0.9em;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
    .partners__rspca__about article blockquote {
      background-color: #f0efed;
      border-radius: 0.625em;
      padding: 0.9em;
      quotes: "\201C" "\201D" "\2018" "\2019"; }
  .partners__rspca__about aside {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 0.9em; }
    .partners__rspca__about aside img {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 0.625em;
      margin-bottom: 0.9em; }

@media (min-width: 47em) {
  .partners__rspca__hero {
    background-position-x: 0; }
  .partners__rspca__about article {
    width: 50%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }
  .partners__rspca__about aside {
    width: 25%;
    float: left;
    margin-left: 62.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%;
    clear: none; } }

.ielt9 .partners__rspca__hero {
  background-position-x: 0; }

.ielt9 .partners__rspca__about article {
  width: 50%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 1.25%;
  padding-right: 1.25%; }

.ielt9 .partners__rspca__about aside {
  width: 25%;
  float: left;
  margin-left: 62.5%;
  margin-right: -100%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  clear: none; }

.partners__sections__why-join, .partners__sections__media-coverage, .partners__sections__sitter-reasons {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding-left: 2.5%;
  padding-right: 2.5%; }
  .partners__sections__why-join > h2, .partners__sections__media-coverage > h2, .partners__sections__sitter-reasons > h2 {
    text-align: center; }

.partners__sections__why-join ul > li > img {
  display: inline;
  width: 6.25em;
  vertical-align: middle; }

.partners__sections__media-coverage__accolades-and-partners, .partners__sections__media-coverage__featured-in {
  text-align: center; }
  .partners__sections__media-coverage__accolades-and-partners img, .partners__sections__media-coverage__featured-in img {
    display: inline;
    border-radius: 0.625em; }

@media (min-width: 47em) {
  .partners__sections__why-join, .partners__sections__sitter-reasons {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }
  .partners__sections__media-coverage {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }
    .partners__sections__media-coverage__accolades-and-partners {
      width: 31.03448%;
      float: left;
      margin-left: 0;
      margin-right: -100%; }
    .partners__sections__media-coverage__featured-in {
      width: 65.51724%;
      float: left;
      margin-left: 34.48276%;
      margin-right: -100%; }
      .partners__sections__media-coverage__featured-in .components__swiper__slide {
        width: 33%; }
    .partners__sections__media-coverage__accolades-and-partners > div > div,
    .partners__sections__media-coverage__featured-in > div {
      padding: 0.9em;
      background-color: white;
      border-radius: 0.625em; }
    .partners__sections__media-coverage__accolades-and-partners > div > div.components__accolades-swiper {
      padding: 0; }
    .partners__sections__media-coverage__accolades-and-partners > div:last-child {
      margin-top: 0.9em; } }

.ielt9 .partners__sections__why-join, .ielt9 .partners__sections__sitter-reasons {
  width: 75%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 1.25%;
  padding-right: 1.25%; }

.ielt9 .partners__sections__media-coverage {
  width: 75%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 1.25%;
  padding-right: 1.25%; }
  .ielt9 .partners__sections__media-coverage__accolades-and-partners {
    width: 31.03448%;
    float: left;
    margin-left: 0;
    margin-right: -100%; }
  .ielt9 .partners__sections__media-coverage__featured-in {
    width: 65.51724%;
    float: left;
    margin-left: 34.48276%;
    margin-right: -100%; }
    .ielt9 .partners__sections__media-coverage__featured-in .components__swiper__slide {
      width: 33%; }
  .ielt9 .partners__sections__media-coverage__accolades-and-partners > div > div,
  .ielt9 .partners__sections__media-coverage__featured-in > div {
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em; }
  .ielt9 .partners__sections__media-coverage__accolades-and-partners > div > div.components__accolades-swiper {
    padding: 0; }
  .ielt9 .partners__sections__media-coverage__accolades-and-partners > div:last-child {
    margin-top: 0.9em; }

.refer-a-friend__redeem {
  text-align: center; }
  .refer-a-friend__redeem__hero {
    position: relative;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/static/next/dist/images/refer-a-friend/hero/cat-hero-320.jpg);
    background-size: cover, 767px 690px;
    background-repeat: no-repeat;
    background-position: 0% 0%, 100% 40px;
    height: 768px;
    /* 80px for announcement bar */
    padding: 100px 10px 0; }
    .refer-a-friend__redeem__hero > h1 {
      font-size: 36px;
      margin-bottom: 10px;
      line-height: 100%; }
    .refer-a-friend__redeem__hero > h3 {
      font-size: 18px; }
    .refer-a-friend__redeem__hero > img {
      margin: 15px auto;
      height: 65px;
      width: 65px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .refer-a-friend__redeem__hero__plans {
      display: inline-block;
      max-width: 1050px; }
      .refer-a-friend__redeem__hero__plans > div {
        background-color: rgba(255, 255, 255, 0.8);
        max-width: 500px;
        float: none;
        margin-left: auto;
        margin-right: auto; }
        .refer-a-friend__redeem__hero__plans > div > a {
          margin-top: 15px;
          width: 210px;
          font-size: 18px; }
      .refer-a-friend__redeem__hero__plans__image {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        float: left;
        background-color: #9fc7e2;
        height: 60px;
        width: 60px;
        position: relative; }
        .refer-a-friend__redeem__hero__plans__image > img {
          height: 38px;
          width: 38px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .housesitter > .refer-a-friend__redeem__hero__plans__image {
        background-color: #67c17a; }
      .refer-a-friend__redeem__hero__plans__text {
        text-align: left;
        float: left;
        margin-left: 5px;
        width: calc(100% - 60px - 5px); }
        .refer-a-friend__redeem__hero__plans__text > h3 {
          font-size: 20px;
          margin-bottom: 0; }
        .refer-a-friend__redeem__hero__plans__text > span {
          font-size: 16px;
          color: #808080; }
    .refer-a-friend__redeem__hero__trustpilot {
      position: absolute;
      background-color: rgba(71, 71, 71, 0.7);
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 5px; }
  .refer-a-friend__redeem__photos-bar {
    width: 100%; }
    .refer-a-friend__redeem__photos-bar > img {
      height: 100%;
      width: calc(100% / 3);
      float: left;
      display: none; }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+3) {
        display: inline-block; }
  .refer-a-friend__redeem .partners-page__matches__container,
  .refer-a-friend__redeem .partners-page__benefits > div.components__grid {
    max-width: 1050px; }
    .refer-a-friend__redeem .partners-page__matches__container.components__grid,
    .refer-a-friend__redeem .partners-page__benefits > div.components__grid.components__grid {
      margin-left: auto;
      margin-right: auto; }
  @media (min-width: 420px) {
    .refer-a-friend__redeem__hero {
      padding: 90px 10px 0;
      height: 740px; }
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 4); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+4) {
        display: inline-block; } }
  @media (min-width: 560px) {
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 5); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+5) {
        display: inline-block; } }
  @media (min-width: 650px) {
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 6); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+6) {
        display: inline-block; } }
  @media (min-width: 768px) {
    .refer-a-friend__redeem__hero {
      padding: 100px 30px 0;
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-768.jpg);
      background-size: cover;
      background-position: top right;
      height: 750px; }
      .refer-a-friend__redeem__hero > h1 {
        font-size: 56px; }
      .refer-a-friend__redeem__hero > h3 {
        font-size: 22px; }
      .refer-a-friend__redeem__hero__plans__image {
        height: 140px;
        width: 140px; }
        .refer-a-friend__redeem__hero__plans__image > img {
          height: 90px;
          width: 90px; }
      .refer-a-friend__redeem__hero__plans__text {
        margin-left: 15px;
        width: calc(100% - 140px - 15px);
        height: 140px; }
      .refer-a-friend__redeem__hero__plans > div {
        max-width: initial;
        float: left; }
        .refer-a-friend__redeem__hero__plans > div:first-child {
          margin-right: 10px; }
        .refer-a-friend__redeem__hero__plans > div > a {
          font-size: 20px; }
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 7); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+7) {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .refer-a-friend__redeem__hero {
      padding: 110px 40px 40px;
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1024.jpg); }
      .refer-a-friend__redeem__hero__plans__text > h3 {
        font-size: 24px;
        padding-bottom: 15px; }
      .refer-a-friend__redeem__hero__plans__text > span {
        font-size: 20px; }
      .refer-a-friend__redeem__hero__plans > div:first-child {
        margin-right: 15px; }
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 8); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+8) {
        display: inline-block; } }
  @media (min-width: 1224px) {
    .refer-a-friend__redeem__hero {
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1224.jpg); }
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 10); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+10) {
        display: inline-block; } }
  @media (min-width: 1600px) {
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 12); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+12) {
        display: inline-block; } }
  @media (min-width: 1920px) {
    .refer-a-friend__redeem__hero {
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1920.jpg); }
    .refer-a-friend__redeem__photos-bar > img {
      width: calc(100% / 15); }
      .refer-a-friend__redeem__photos-bar > img:nth-child(-n+15) {
        display: inline-block; } }

.refer-a-friend {
  background: url("/static/next/dist/images/gifts/background.jpg") repeat-x center;
  background-size: cover; }
  .refer-a-friend__container {
    background-image: url("/static/next/dist/images/refer-a-friend/accounts__refer-a-friend__share__hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .refer-a-friend__container__share__info {
      margin-bottom: 0 !important;
      padding-bottom: 0; }
      .refer-a-friend__container__share__info__offer {
        background-color: white;
        color: #333333;
        padding-top: 0;
        font-size: 14px; }
        .refer-a-friend__container__share__info__offer > div {
          text-align: center;
          line-height: 130%;
          padding-bottom: 10px; }
          .refer-a-friend__container__share__info__offer > div h1 > span, .refer-a-friend__container__share__info__offer > div h6 > span {
            color: #fd4273; }
          .refer-a-friend__container__share__info__offer > div h2 {
            padding-top: 20px; }
        .refer-a-friend__container__share__info__offer .mobile_subtitle {
          padding-left: 0;
          padding-right: 0; }
    .refer-a-friend__container__share__border-section h6 {
      padding: 0; }
    .refer-a-friend__container__share__message {
      text-align: center;
      padding-bottom: 0; }
      .refer-a-friend__container__share__message__tabs__content {
        background: rgba(79, 79, 79, 0.9);
        display: none;
        width: 100%;
        min-height: 409px; }
        .refer-a-friend__container__share__message__tabs__content h6, .refer-a-friend__container__share__message__tabs__content p, .refer-a-friend__container__share__message__tabs__content li {
          color: white;
          text-align: left;
          line-height: 125%; }
        .refer-a-friend__container__share__message__tabs__content li:before {
          content: '- '; }
        .refer-a-friend__container__share__message__tabs__content li > span {
          display: inline-block;
          width: calc(100% - 10px);
          vertical-align: text-top; }
      .refer-a-friend__container__share__message__tabs > input[type="radio"] {
        display: none; }
      .refer-a-friend__container__share__message__tabs > label {
        background: #333333;
        color: white;
        line-height: 100%;
        width: calc(33.33333333% - 5px);
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-top: 20px;
        padding-bottom: 20px; }
      .refer-a-friend__container__share__message__tabs > label:hover {
        background: #474747;
        cursor: pointer; }
      .refer-a-friend__container__share__message__tabs [type=radio]:checked + label {
        background: #fd4273; }
      .refer-a-friend__container__share__message__tabs .email__tab:checked ~ .email__tab, .refer-a-friend__container__share__message__tabs .facebook__tab:checked ~ .facebook__tab, .refer-a-friend__container__share__message__tabs .twitter__tab:checked ~ .twitter__tab {
        display: block; }
      .refer-a-friend__container__share__message__tabs button {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        padding-left: 60px;
        margin: 20px auto 0; }
        .refer-a-friend__container__share__message__tabs button > a {
          color: white; }
      .refer-a-friend__container__share__message__tabs .twitter__tab > div {
        float: right;
        color: white;
        padding-bottom: 5px; }
      .refer-a-friend__container__share__message__tabs .twitter__tab textarea {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 0; }
      .refer-a-friend__container__share__message__tabs .facebook__tab--image {
        position: relative;
        width: 100%;
        padding-bottom: 52.5%; }
        .refer-a-friend__container__share__message__tabs .facebook__tab--image > img {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          width: 100%;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
      .refer-a-friend__container__share__message__tabs .facebook__tab--text {
        line-height: 130%;
        text-align: left;
        color: white;
        margin-top: 5px; }
      @media (min-width: 560px) {
        .refer-a-friend__container__share__message__tabs .facebook__tab > div {
          overflow: auto; }
        .refer-a-friend__container__share__message__tabs .facebook__tab--image {
          width: 48%;
          padding-bottom: 25.2%;
          float: left; }
        .refer-a-friend__container__share__message__tabs .facebook__tab--text {
          margin-left: 52%; } }
      @media (min-width: 1024px) {
        .refer-a-friend__container__share__message__tabs .facebook__tab--image {
          width: 100%;
          padding-bottom: 52.5%;
          float: none; }
        .refer-a-friend__container__share__message__tabs .facebook__tab--text {
          margin-left: 0; } }
    .refer-a-friend__container__share__link--mobile {
      width: 100%;
      padding-top: 0;
      text-align: center; }
      .refer-a-friend__container__share__link--mobile h3 {
        color: white;
        margin: 0; }
      .refer-a-friend__container__share__link--mobile__container {
        background-color: rgba(79, 79, 79, 0.9);
        color: white;
        padding: 20px 10px; }
        .refer-a-friend__container__share__link--mobile__container > div:first-child {
          margin-bottom: 20px; }
    .refer-a-friend__container__share__link--wide {
      padding-top: 20px; }
      .refer-a-friend__container__share__link--wide > div:first-child {
        padding: 20px 0 30px; }
    @media (min-width: 560px) {
      .refer-a-friend__container__share__message__tabs__content {
        min-height: 275px; } }
    @media (min-width: 768px) {
      .refer-a-friend__container__share {
        font-size: 16px; }
        .refer-a-friend__container__share__info__offer {
          overflow: visible;
          margin-top: 40px;
          padding-top: 30px;
          line-height: 140%; }
          .refer-a-friend__container__share__info__offer > div > h1 {
            font-size: 60px; }
          .refer-a-friend__container__share__info__offer > div > h2 {
            font-size: 34px; }
          .refer-a-friend__container__share__info__offer > div > h6 {
            font-size: 22px; }
        .refer-a-friend__container__share__message__tabs__content {
          min-height: 351px; } }
    @media (min-width: 1024px) {
      .refer-a-friend__container__share {
        padding-top: 40px; }
        .refer-a-friend__container__share > div > div {
          overflow: visible !important; }
        .refer-a-friend__container__share__info__offer {
          margin-top: 0;
          min-height: 516px;
          margin-bottom: 30px; }
        .refer-a-friend__container__share__border-section {
          border-top: 2px #bcbcbc dashed;
          border-bottom: 2px #bcbcbc dashed; }
          .refer-a-friend__container__share__border-section h6 {
            padding-top: 25px; }
        .refer-a-friend__container__share__message__tabs__content {
          min-height: 454px; }
        .refer-a-friend__container__share__message__tabs button {
          padding-top: 14px;
          padding-bottom: 14px; }
        .refer-a-friend__container__share > div {
          vertical-align: top; } }
    @media (min-width: 1224px) {
      .refer-a-friend__container__share__info__offer {
        min-height: 526px; }
      .refer-a-friend__container__share__message__tabs__content {
        min-height: 464px; } }
    .refer-a-friend__container__trustpilot {
      display: inline-block; }
      @media (min-width: 768px) {
        .refer-a-friend__container__trustpilot {
          background-color: rgba(71, 71, 71, 0.55);
          padding: 5px 20px 0 20px; } }
    .refer-a-friend__container__terms_conditions {
      text-align: center;
      padding-top: 5px;
      font-size: 14px; }
      .refer-a-friend__container__terms_conditions > a {
        color: white; }
      @media (min-width: 768px) {
        .refer-a-friend__container__terms_conditions {
          padding-top: 0;
          background-color: transparent;
          float: left; } }
  @media (min-width: 1224px) {
    .refer-a-friend {
      padding: 40px; }
      .refer-a-friend__container {
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 20px;
        max-height: 821px;
        max-width: 1224px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; } }

.support__contact-us img {
  border-radius: 0.625em; }

.support__contact-us article {
  background-color: #f0efed;
  border-radius: 0.625em;
  text-align: center; }

.support__contact-us__faq article, .support__contact-us__how-it-works article {
  padding: 0.9em;
  margin-bottom: 0.9em; }
  .support__contact-us__faq article img, .support__contact-us__how-it-works article img {
    width: 100%;
    margin-bottom: 0.9em; }

.support__contact-us__faq ul {
  text-align: left;
  list-style-type: disc;
  margin-bottom: 0.9em; }
  .support__contact-us__faq ul li {
    margin-left: 0.9em; }

.support__contact-us__blog article {
  padding: 0.9em;
  overflow: auto; }
  .support__contact-us__blog article div {
    position: relative; }
    .support__contact-us__blog article div img {
      width: 100%; }
    .support__contact-us__blog article div a {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 1.8em; }
  .support__contact-us__blog article ul {
    text-align: left;
    padding-top: 0.9em;
    padding-bottom: 0.9em; }

@media (max-width: 47em) {
  .support__contact-us section {
    padding: 0 0.9em 0.9em 0.9em; }
  .support__contact-us section:first-child {
    padding-top: 0.9em; }
  .support__contact-us__faq > div:last-child article, .support__contact-us__how-it-works > div:last-child article {
    margin-bottom: 0; } }

@media (min-width: 47em) {
  .support__contact-us section {
    clear: both; }
  .support__contact-us__faq, .support__contact-us__how-it-works {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    margin-top: 0.9em; }
    .support__contact-us__faq > div, .support__contact-us__how-it-works > div {
      width: 50%;
      float: left;
      padding-left: 1.66667%;
      padding-right: 1.66667%; }
      .support__contact-us__faq > div:nth-child(2n + 1), .support__contact-us__how-it-works > div:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .support__contact-us__faq > div:nth-child(2n + 2), .support__contact-us__how-it-works > div:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .support__contact-us__faq > div article, .support__contact-us__how-it-works > div article {
        margin-top: 0.9em; }
  .support__contact-us__blog {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%;
    margin-top: 0.9em; }
    .support__contact-us__blog article div {
      width: 50%;
      float: left;
      padding-left: 1.66667%;
      padding-right: 1.66667%; }
    .support__contact-us__blog article ul {
      width: 50%;
      float: right;
      padding-left: 1.66667%;
      padding-right: 1.66667%;
      padding-top: 0;
      padding-bottom: 0; }
  .support__contact-us__form {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; } }

.ielt9 .support__contact-us section {
  clear: both; }

.ielt9 .support__contact-us__faq, .ielt9 .support__contact-us__how-it-works {
  width: 75%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  margin-top: 0.9em; }
  .ielt9 .support__contact-us__faq > div, .ielt9 .support__contact-us__how-it-works > div {
    width: 50%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%; }
    .ielt9 .support__contact-us__faq > div:nth-child(2n + 1), .ielt9 .support__contact-us__how-it-works > div:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both; }
    .ielt9 .support__contact-us__faq > div:nth-child(2n + 2), .ielt9 .support__contact-us__how-it-works > div:nth-child(2n + 2) {
      margin-left: 50%;
      margin-right: -100%;
      clear: none; }
    .ielt9 .support__contact-us__faq > div article, .ielt9 .support__contact-us__how-it-works > div article {
      margin-top: 0.9em; }

.ielt9 .support__contact-us__blog {
  width: 75%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  margin-top: 0.9em; }
  .ielt9 .support__contact-us__blog article div {
    width: 50%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%; }
  .ielt9 .support__contact-us__blog article ul {
    width: 50%;
    float: right;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    padding-top: 0;
    padding-bottom: 0; }

.ielt9 .support__contact-us__form {
  width: 75%;
  float: left;
  margin-left: 12.5%;
  margin-right: -100%;
  padding-left: 1.25%;
  padding-right: 1.25%; }

.support__help-centre {
  background-color: #f0efed;
  padding: 0.9em; }
  .support__help-centre > div {
    margin-bottom: 1.8em; }
  .support__help-centre__team {
    background-color: white;
    border-radius: 0.625em;
    padding: 0.9em; }
    .support__help-centre__team figure {
      margin: 0; }
      .support__help-centre__team figure img {
        border-radius: 0.625em; }
      .support__help-centre__team figure figcaption {
        padding-top: 0.9em;
        text-align: center;
        font-weight: bold; }
  .support__help-centre__contact > div {
    background-color: white;
    border-radius: 0.625em;
    padding: 0.9em;
    margin-bottom: 0.9em; }
    .support__help-centre__contact > div > img {
      float: left;
      margin-right: 0.9em; }
  .support__help-centre__contact__call-support li {
    display: table; }
    .support__help-centre__contact__call-support li img, .support__help-centre__contact__call-support li a {
      display: table-cell; }
    .support__help-centre__contact__call-support li img {
      margin-right: 0.45em; }
  .support__help-centre__contact__live-chat, .support__help-centre__popular-topics {
    background-color: white;
    border-radius: 0.625em;
    padding: 0.9em; }
    .support__help-centre__contact__live-chat li, .support__help-centre__popular-topics li {
      border-top: 1px solid #f0efed;
      padding-top: 0.45em;
      padding-bottom: 0.45em; }
  .support__help-centre__blocks {
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .support__help-centre__blocks > div {
      background-color: white;
      border-radius: 0.625em;
      padding: 0.9em;
      margin-bottom: 0.9em; }
      .support__help-centre__blocks > div img {
        float: left; }
      .support__help-centre__blocks > div h3 {
        margin-left: 3.1em; }
      .support__help-centre__blocks > div p {
        margin-left: 4.65em; }

@media (min-width: 24em) {
  .support__help-centre {
    overflow: auto; }
    .support__help-centre__team {
      position: relative;
      overflow: auto; }
      .support__help-centre__team figure {
        width: 33.33333%;
        float: left;
        padding-left: 3.33333%;
        padding-right: 3.33333%; } }

.ielt9 .support__help-centre {
  overflow: auto; }
  .ielt9 .support__help-centre__team {
    position: relative;
    overflow: auto; }
    .ielt9 .support__help-centre__team figure {
      width: 33.33333%;
      float: left;
      padding-left: 3.33333%;
      padding-right: 3.33333%; }

@media (min-width: 47em) {
  .support__help-centre {
    padding: 0.9em 0 0.9em 0;
    overflow: auto; }
    .support__help-centre__team {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      position: relative; }
      .support__help-centre__team figure {
        width: 14.28571%;
        float: left;
        padding-left: 1.42857%;
        padding-right: 1.42857%; }
    .support__help-centre__how-can-we-help {
      clear: both;
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%; }
    .support__help-centre__contact {
      clear: both;
      width: 48.71795%;
      float: left;
      margin-left: 12.82051%;
      margin-right: -100%; }
      .support__help-centre__contact > div p, .support__help-centre__contact > div ul {
        margin-left: 4.65em; }
      .support__help-centre__contact > div ul {
        margin-bottom: 0.9em; }
    .support__help-centre__contact__live-chat, .support__help-centre__popular-topics {
      width: 23.07692%;
      float: left;
      margin-left: 64.10256%;
      margin-right: -100%;
      margin-right: initial; } }

.ielt9 .support__help-centre {
  padding: 0.9em 0 0.9em 0;
  overflow: auto; }
  .ielt9 .support__help-centre__team {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    position: relative; }
    .ielt9 .support__help-centre__team figure {
      width: 14.28571%;
      float: left;
      padding-left: 1.42857%;
      padding-right: 1.42857%; }
  .ielt9 .support__help-centre__how-can-we-help {
    clear: both;
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }
  .ielt9 .support__help-centre__contact {
    clear: both;
    width: 48.71795%;
    float: left;
    margin-left: 12.82051%;
    margin-right: -100%; }
    .ielt9 .support__help-centre__contact > div p, .ielt9 .support__help-centre__contact > div ul {
      margin-left: 4.65em; }
    .ielt9 .support__help-centre__contact > div ul {
      margin-bottom: 0.9em; }
  .ielt9 .support__help-centre__contact__live-chat, .ielt9 .support__help-centre__popular-topics {
    width: 23.07692%;
    float: left;
    margin-left: 64.10256%;
    margin-right: -100%;
    margin-right: initial; }

@media (min-width: 80em) {
  .support__help-centre {
    overflow: auto; }
    .support__help-centre__blocks {
      overflow: auto; }
      .support__help-centre__blocks > div {
        margin: 0.9em;
        margin-top: 0;
        float: left;
        width: calc(50% - 0.9em); }
        .support__help-centre__blocks > div:first-child {
          margin-left: 0; }
        .support__help-centre__blocks > div:last-child {
          margin-right: 0; } }

.ielt9 .support__help-centre {
  overflow: auto; }
  .ielt9 .support__help-centre__blocks {
    overflow: auto; }
    .ielt9 .support__help-centre__blocks > div {
      margin: 0.9em;
      margin-top: 0;
      float: left;
      width: calc(50% - 0.9em); }
      .ielt9 .support__help-centre__blocks > div:first-child {
        margin-left: 0; }
      .ielt9 .support__help-centre__blocks > div:last-child {
        margin-right: 0; }

.how-it-works--overlay-page h1 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px; }

.how-it-works--overlay-page .text--center h5 {
  margin-bottom: 10px; }

.how-it-works--overlay-page--first p {
  margin: 0;
  color: #474747;
  font-size: 14px; }

.how-it-works--overlay-page--video {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0; }
  .how-it-works--overlay-page--video div {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    padding-bottom: 5px; }
    .how-it-works--overlay-page--video div iframe {
      height: 150px; }

.how-it-works--overlay-page .how-it-works__why-choose--item {
  padding-bottom: 0; }

.how-it-works--overlay-page--first .components__modal__content__fixed--scroll {
  bottom: 49px; }

.how-it-works--overlay-page--second .components__modal__content__fixed--scroll, .how-it-works--overlay-page--third .components__modal__content__fixed--scroll {
  bottom: 120px; }

.how-it-works--overlay-page .components__pricing-unit {
  line-height: 2.6em; }

.how-it-works p {
  line-height: 140%; }

.how-it-works__tabs {
  padding-bottom: 0; }
  .how-it-works__tabs h1 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 500; }
  .how-it-works__tabs--container {
    width: 100%;
    max-width: 400px;
    float: left; }
  .how-it-works__tabs__tab, .how-it-works__tabs__tab--housesitter, .how-it-works__tabs__tab--homeowner {
    float: left;
    background-color: #ffffff;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding: 6px 18px;
    width: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    cursor: pointer;
    position: relative; }
    .how-it-works__tabs__tab--housesitter {
      color: #6699CC; }
      .how-it-works__tabs__tab--housesitter a {
        color: #6699CC; }
      .how-it-works__tabs__tab--housesitter:hover, .how-it-works__tabs__tab--housesitter.active {
        color: #ffffff;
        background-color: #6699CC; }
        .how-it-works__tabs__tab--housesitter:hover a, .how-it-works__tabs__tab--housesitter.active a {
          color: #ffffff; }
    .how-it-works__tabs__tab--homeowner {
      color: #47b549; }
      .how-it-works__tabs__tab--homeowner a {
        color: #47b549; }
      .how-it-works__tabs__tab--homeowner:hover, .how-it-works__tabs__tab--homeowner.active {
        color: #ffffff;
        background-color: #47b549; }
        .how-it-works__tabs__tab--homeowner:hover a, .how-it-works__tabs__tab--homeowner.active a {
          color: #ffffff; }
  .how-it-works__tabs__arrow {
    position: absolute;
    bottom: -84px;
    z-index: 10; }
    .how-it-works__tabs__arrow--housesitter {
      left: 13px;
      width: 28px;
      height: 95px;
      -webkit-transform: rotate(-11deg);
      -moz-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
      -o-transform: rotate(-11deg);
      transform: rotate(-11deg); }
    .how-it-works__tabs__arrow--homeowner {
      right: 1%;
      width: 76px;
      height: 63px;
      bottom: -63px;
      -webkit-transform: rotate(-31deg);
      -moz-transform: rotate(-31deg);
      -ms-transform: rotate(-31deg);
      -o-transform: rotate(-31deg);
      transform: rotate(-31deg); }

.how-it-works__what-is--container {
  padding: 0; }

.how-it-works__what-is--video {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ffffff;
  padding: 10px !important; }
  .how-it-works__what-is--video img {
    width: 100%; }
  .how-it-works__what-is--video .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.how-it-works__what-is--description {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0; }
  .how-it-works__what-is--description h4, .how-it-works__what-is--description p, .how-it-works__what-is--description div {
    text-align: left; }
  .how-it-works__what-is--description h4, .how-it-works__what-is--description div {
    font-size: 18px;
    margin-bottom: 0;
    color: #474747; }
  .how-it-works__what-is--description p {
    font-size: 14px;
    color: #474747; }

.how-it-works__why-choose h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: #474747;
  text-align: left; }

.how-it-works__why-choose--item {
  display: flex;
  align-items: center; }
  .how-it-works__why-choose--item input[type="checkbox"] {
    display: none; }
  .how-it-works__why-choose--item input[type="checkbox"] + label + p + label {
    display: none; }
  .how-it-works__why-choose--item input[type="checkbox"]:checked + label {
    display: none; }
  .how-it-works__why-choose--item input[type="checkbox"]:checked + label + p,
  .how-it-works__why-choose--item input[type="checkbox"]:checked + label + p + label {
    display: block; }
  .how-it-works__why-choose--item img {
    width: 68px;
    float: left; }
  .how-it-works__why-choose--item h5, .how-it-works__why-choose--item p, .how-it-works__why-choose--item label {
    margin-left: 16px; }
  .how-it-works__why-choose--item label, .how-it-works__why-choose--item p {
    font-size: 14px; }
  .how-it-works__why-choose--item p {
    margin-bottom: 0; }
  .how-it-works__why-choose--item label {
    cursor: pointer; }

.how-it-works__why-choose .components__box2-landscape {
  margin: 0 !important; }

.how-it-works__why-choose .text--center {
  width: 100%;
  float: left; }

.how-it-works__benefits h3 {
  font-size: 18px; }

.how-it-works__benefits--item input[type="checkbox"] {
  display: none; }

.how-it-works__benefits--item input[type="checkbox"] + label + p + label,
.how-it-works__benefits--item input[type="checkbox"] + label + span + label {
  display: none; }

.how-it-works__benefits--item input[type="checkbox"]:checked + label {
  display: none; }

.how-it-works__benefits--item input[type="checkbox"]:checked + label + p,
.how-it-works__benefits--item input[type="checkbox"]:checked + label + p + label,
.how-it-works__benefits--item input[type="checkbox"]:checked + label + span + label {
  display: block; }

.how-it-works__benefits--item input[type="checkbox"]:checked + label + span {
  display: inline; }

.how-it-works__benefits--item label, .how-it-works__benefits--item p {
  padding: 0 10px 0;
  font-size: 14px; }

.how-it-works__benefits--item p {
  padding: 10px 10px 0;
  margin-bottom: 0;
  color: #474747; }

.how-it-works__benefits--item label {
  cursor: pointer;
  font-size: 16px; }

.how-it-works__benefits .components__box2, .how-it-works__benefits .components__box2-3, .how-it-works__benefits .components__box2-3-3, .how-it-works__benefits .components__box2-landscape-3-3, .how-it-works__benefits .components__box2-landscape-3 {
  margin-bottom: 0; }

.how-it-works__steps h3 {
  font-size: 18px; }

.how-it-works__steps h5 {
  color: #474747; }

.how-it-works__steps__step img {
  width: 136px;
  height: 120px;
  margin: 10px auto; }

.how-it-works__footer h3 {
  font-size: 18px; }
  .how-it-works__footer h3 span {
    display: block; }

.how-it-works__footer > div:first-of-type {
  margin-bottom: 10px; }

.how-it-works__modal-page h1 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px; }

.how-it-works__modal-page .text--center h5 {
  margin-bottom: 10px; }

.how-it-works__modal-page--first p {
  margin: 0;
  color: #474747;
  font-size: 14px; }

.how-it-works__modal-page--video {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0; }
  .how-it-works__modal-page--video div {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    padding-bottom: 5px; }
    .how-it-works__modal-page--video div iframe {
      height: 150px; }

.how-it-works__modal-page--first .components__modal__content__fixed--scroll {
  bottom: 49px; }

.how-it-works__modal-page--second .components__modal__content__fixed--scroll, .how-it-works__modal-page--third .components__modal__content__fixed--scroll {
  bottom: 120px; }

.how-it-works__modal-page .components__pricing-unit {
  line-height: 2.6em; }

@media (min-width: 480px) {
  .how-it-works__benefits .components__box2, .how-it-works__benefits .components__box2-3, .how-it-works__benefits .components__box2-3-3, .how-it-works__benefits .components__box2-landscape-3-3, .how-it-works__benefits .components__box2-landscape-3 {
    width: calc(50% - 5px); }
    .how-it-works__benefits .components__box2:nth-child(1), .how-it-works__benefits .components__box2-3:nth-child(1), .how-it-works__benefits .components__box2-3-3:nth-child(1), .how-it-works__benefits .components__box2-landscape-3-3:nth-child(1), .how-it-works__benefits .components__box2-landscape-3:nth-child(1) {
      margin-right: 5px; }
    .how-it-works__benefits .components__box2:nth-child(2), .how-it-works__benefits .components__box2-3:nth-child(2), .how-it-works__benefits .components__box2-3-3:nth-child(2), .how-it-works__benefits .components__box2-landscape-3-3:nth-child(2), .how-it-works__benefits .components__box2-landscape-3:nth-child(2) {
      margin-left: 5px; } }

@media (min-width: 768px) {
  .how-it-works__tabs--container {
    max-width: 500px; }
  .how-it-works__tabs p {
    font-size: 18px; }
  .how-it-works__tabs h1 {
    font-size: 28px;
    font-weight: 400; }
  .how-it-works__tabs__tab, .how-it-works__tabs__tab--housesitter, .how-it-works__tabs__tab--homeowner {
    padding: 20px 18px;
    width: 49%;
    margin: 0 0.5%;
    font-size: 22px; }
  .how-it-works__tabs__arrow--homeowner {
    right: 80%; }
  .how-it-works__what-is {
    padding-bottom: 50px; }
    .how-it-works__what-is--video {
      width: 320px;
      margin-right: 0 !important; }
    .how-it-works__what-is--description {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      width: calc(100% - 320px);
      margin-left: 0 !important;
      padding-left: 20px; }
      .how-it-works__what-is--description h4 {
        margin-bottom: 10px; }
      .how-it-works__what-is--description span {
        font-size: 14px; }
      .how-it-works__what-is--description p {
        font-size: 16px; }
  .how-it-works__why-choose {
    padding-top: 70px;
    padding-bottom: 50px; }
    .how-it-works__why-choose h3 {
      font-size: 22px; }
    .how-it-works__why-choose img {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .how-it-works__why-choose img.animate {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .how-it-works__benefits {
    padding-top: 70px;
    padding-bottom: 50px; }
    .how-it-works__benefits h3 {
      font-size: 22px; }
    .how-it-works__benefits--item p {
      padding: 30px 10px 0;
      font-size: 16px; }
    .how-it-works__benefits--item img {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      opacity: 0; }
      .how-it-works__benefits--item img.animate {
        opacity: 1; }
  .how-it-works__steps {
    padding-top: 90px;
    padding-bottom: 50px; }
    .how-it-works__steps h3 {
      font-size: 22px; }
    .how-it-works__steps h5 {
      font-size: 18px; }
    .how-it-works__steps__step img {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      opacity: 0; }
      .how-it-works__steps__step img.animate {
        opacity: 1; }
  .how-it-works__storystream {
    padding-top: 50px;
    padding-bottom: 50px; }
    .how-it-works__storystream .components__animated-arrows {
      top: -65px; }
  .how-it-works__join-now-bottom {
    padding-top: 90px; }
  .how-it-works__footer h3 {
    font-size: 22px; }
    .how-it-works__footer h3 span {
      display: inline; }
  .how-it-works__footer p {
    margin: 14px 0; }
  .how-it-works__modal-page h1, .how-it-works--overlay-page h1 {
    margin-bottom: 10px;
    font-size: 32px; }
  .how-it-works__modal-page h5, .how-it-works--overlay-page h5 {
    margin-bottom: 10px; }
  .how-it-works__modal-page p, .how-it-works--overlay-page p {
    font-size: 16px; }
  .how-it-works__modal-page--video, .how-it-works--overlay-page--video {
    margin-bottom: 10px; }
    .how-it-works__modal-page--video div, .how-it-works--overlay-page--video div {
      max-width: 400px;
      margin: 0 auto;
      float: none; }
      .how-it-works__modal-page--video div iframe, .how-it-works--overlay-page--video div iframe {
        height: 200px; }
  .how-it-works__modal-page--first .components__modal__content__fixed--scroll, .how-it-works--overlay-page--first .components__modal__content__fixed--scroll {
    bottom: 64px; }
  .how-it-works__modal-page .components__pricing-unit, .how-it-works--overlay-page .components__pricing-unit {
    line-height: 3em; } }

@media (min-width: 1024px) {
  .how-it-works__tabs__arrow--housesitter {
    left: 0; }
  .how-it-works__tabs__arrow--homeowner {
    right: 0; }
  .how-it-works__tabs--container {
    max-width: 550px; }
  .how-it-works__tabs p {
    font-size: 18px; }
  .how-it-works__tabs h1 {
    font-size: 32px; }
  .how-it-works__tabs__tab, .how-it-works__tabs__tab--housesitter, .how-it-works__tabs__tab--homeowner {
    padding: 28px 18px;
    width: 49%;
    margin: 0 0.5%;
    font-size: 22px; }
  .how-it-works__tabs__arrow--homeowner {
    right: 30%; }
  .how-it-works__what-is--video {
    background-color: #e6e6e6;
    width: 50%;
    position: relative; }
  .how-it-works__what-is--description {
    width: 50%; }
    .how-it-works__what-is--description h4 {
      font-size: 22px; }
    .how-it-works__what-is--description p, .how-it-works__what-is--description div {
      font-size: 18px; }
  .how-it-works__what-is--container {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    padding: 30px !important; }
  .how-it-works__why-choose .components__box, .how-it-works__why-choose .partners__affiliates, .how-it-works__why-choose .components__error-page__container, .how-it-works__why-choose .components__box--top, .how-it-works__why-choose .components__box--flat, .how-it-works__why-choose .components__box--flat-top, .how-it-works__why-choose .components__box--opacity-smallest, .how-it-works__why-choose .components__box--round, .how-it-works__why-choose .components__box--round-small, .how-it-works__why-choose .components__box--light, .how-it-works__why-choose .components__box--white, .how-it-works__why-choose .components__box--white-wide, .how-it-works__why-choose .components__box--transparentwhite, .how-it-works__why-choose .components__box--gray, .how-it-works__why-choose .components__box--gray-gradient, .how-it-works__why-choose .components__box--gray-gradient-dark, .how-it-works__why-choose .components__box--gray-gradient-dark-reverse, .how-it-works__why-choose .components__box--tiny, .how-it-works__why-choose .components__box--smallest, .how-it-works__why-choose .components__box--smaller, .how-it-works__why-choose .components__box--small, .how-it-works__why-choose .components__box2, .how-it-works__why-choose .components__box2-3, .how-it-works__why-choose .components__box2-3-3, .how-it-works__why-choose .components__box2-landscape-3-3, .how-it-works__why-choose .components__box2-landscape-3, .how-it-works__why-choose .components__box2-landscape, .how-it-works__why-choose .components__box31, .how-it-works__why-choose .components__box21, .how-it-works__why-choose .components__box13, .how-it-works__why-choose .components__box4, .how-it-works__why-choose .components__box223 {
    padding-bottom: 10px; }
    .how-it-works__why-choose .components__box h5, .how-it-works__why-choose .partners__affiliates h5, .how-it-works__why-choose .components__error-page__container h5, .how-it-works__why-choose .components__box--top h5, .how-it-works__why-choose .components__box--flat h5, .how-it-works__why-choose .components__box--flat-top h5, .how-it-works__why-choose .components__box--opacity-smallest h5, .how-it-works__why-choose .components__box--round h5, .how-it-works__why-choose .components__box--round-small h5, .how-it-works__why-choose .components__box--light h5, .how-it-works__why-choose .components__box--white h5, .how-it-works__why-choose .components__box--white-wide h5, .how-it-works__why-choose .components__box--transparentwhite h5, .how-it-works__why-choose .components__box--gray h5, .how-it-works__why-choose .components__box--gray-gradient h5, .how-it-works__why-choose .components__box--gray-gradient-dark h5, .how-it-works__why-choose .components__box--gray-gradient-dark-reverse h5, .how-it-works__why-choose .components__box--tiny h5, .how-it-works__why-choose .components__box--smallest h5, .how-it-works__why-choose .components__box--smaller h5, .how-it-works__why-choose .components__box--small h5, .how-it-works__why-choose .components__box2 h5, .how-it-works__why-choose .components__box2-3 h5, .how-it-works__why-choose .components__box2-3-3 h5, .how-it-works__why-choose .components__box2-landscape-3-3 h5, .how-it-works__why-choose .components__box2-landscape-3 h5, .how-it-works__why-choose .components__box2-landscape h5, .how-it-works__why-choose .components__box31 h5, .how-it-works__why-choose .components__box21 h5, .how-it-works__why-choose .components__box13 h5, .how-it-works__why-choose .components__box4 h5, .how-it-works__why-choose .components__box223 h5 {
      margin-bottom: 5px;
      font-size: 18px; }
    .how-it-works__why-choose .components__box p, .how-it-works__why-choose .partners__affiliates p, .how-it-works__why-choose .components__error-page__container p, .how-it-works__why-choose .components__box--top p, .how-it-works__why-choose .components__box--flat p, .how-it-works__why-choose .components__box--flat-top p, .how-it-works__why-choose .components__box--opacity-smallest p, .how-it-works__why-choose .components__box--round p, .how-it-works__why-choose .components__box--round-small p, .how-it-works__why-choose .components__box--light p, .how-it-works__why-choose .components__box--white p, .how-it-works__why-choose .components__box--white-wide p, .how-it-works__why-choose .components__box--transparentwhite p, .how-it-works__why-choose .components__box--gray p, .how-it-works__why-choose .components__box--gray-gradient p, .how-it-works__why-choose .components__box--gray-gradient-dark p, .how-it-works__why-choose .components__box--gray-gradient-dark-reverse p, .how-it-works__why-choose .components__box--tiny p, .how-it-works__why-choose .components__box--smallest p, .how-it-works__why-choose .components__box--smaller p, .how-it-works__why-choose .components__box--small p, .how-it-works__why-choose .components__box2 p, .how-it-works__why-choose .components__box2-3 p, .how-it-works__why-choose .components__box2-3-3 p, .how-it-works__why-choose .components__box2-landscape-3-3 p, .how-it-works__why-choose .components__box2-landscape-3 p, .how-it-works__why-choose .components__box2-landscape p, .how-it-works__why-choose .components__box31 p, .how-it-works__why-choose .components__box21 p, .how-it-works__why-choose .components__box13 p, .how-it-works__why-choose .components__box4 p, .how-it-works__why-choose .components__box223 p {
      line-height: 140%;
      font-size: 16px; }
  .how-it-works__benefits .components__box2, .how-it-works__benefits .components__box2-3, .how-it-works__benefits .components__box2-3-3, .how-it-works__benefits .components__box2-landscape-3-3, .how-it-works__benefits .components__box2-landscape-3 {
    width: calc(50% - 20px); }
    .how-it-works__benefits .components__box2:nth-child(1), .how-it-works__benefits .components__box2-3:nth-child(1), .how-it-works__benefits .components__box2-3-3:nth-child(1), .how-it-works__benefits .components__box2-landscape-3-3:nth-child(1), .how-it-works__benefits .components__box2-landscape-3:nth-child(1) {
      margin-right: 20px; }
    .how-it-works__benefits .components__box2:nth-child(2), .how-it-works__benefits .components__box2-3:nth-child(2), .how-it-works__benefits .components__box2-3-3:nth-child(2), .how-it-works__benefits .components__box2-landscape-3-3:nth-child(2), .how-it-works__benefits .components__box2-landscape-3:nth-child(2) {
      margin-left: 20px; }
  .how-it-works__steps__step img {
    width: 163px;
    height: 142px; }
  .how-it-works--overlay-page .how-it-works__why-choose--item, .how-it-works__modal-page .how-it-works__why-choose--item {
    min-height: 185px; }
  .how-it-works--overlay-page--video div {
    max-width: 480px; }
    .how-it-works--overlay-page--video div iframe {
      height: 240px; }
  .how-it-works--overlay-page .how-it-works__why-choose--item {
    padding-top: 20px; } }

@media (min-width: 1224px) {
  .how-it-works__tabs--container {
    max-width: 660px; }
  .how-it-works__tabs p {
    font-size: 18px !important; }
  .how-it-works__tabs h1 {
    font-size: 32px !important; } }

@media (min-width: 1224px) {
  .how-it-works__tabs h1 {
    font-size: 18px; }
  .how-it-works__tabs__tab, .how-it-works__tabs__tab--housesitter, .how-it-works__tabs__tab--homeowner {
    padding: 28px 18px;
    width: 49%;
    margin: 0 0.5%;
    font-size: 22px; } }

.support__privacy-policy {
  padding: 0.9em; }
  .support__privacy-policy a {
    color: #6699CC; }
  .support__privacy-policy ul {
    text-align: left;
    list-style-type: disc;
    margin-bottom: 0.9em; }
    .support__privacy-policy ul li {
      margin-left: 0.9em; }
  @media (min-width: 47em) {
    .support__privacy-policy {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%; } }
  .ielt9 .support__privacy-policy {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }

.support__terms-and-conditions {
  padding: 0.9em; }
  .support__terms-and-conditions a {
    color: #6699CC; }
  .support__terms-and-conditions ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item; }
    .support__terms-and-conditions ol p:first-child {
      display: inline-block;
      padding-left: 5px; }
    .support__terms-and-conditions ol p {
      padding-left: 32px; }
  .support__terms-and-conditions ol ol {
    margin-left: 15px; }
  .support__terms-and-conditions li {
    display: block;
    padding: 10px; }
  .support__terms-and-conditions li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    padding-right: 10px; }
  .support__terms-and-conditions__alpha-marker li:before {
    display: none; }
  @media (min-width: 1024px) {
    .support__terms-and-conditions {
      width: 70%;
      margin: auto; } }

.blog-grid__birthday__hero {
  width: 100%;
  padding-bottom: 34.55882353%;
  background-image: url("/static/next/dist/images/blog/birthday__hero.jpg");
  background-size: 100%;
  position: relative; }
  .blog-grid__birthday__hero--heart {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    background-image: url("/static/next/dist/images/icons/birthday/likes_active.png");
    background-size: 40px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -40px;
    margin-left: -40px;
    z-index: 100; }
  .blog-grid__birthday__hero--text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -60px;
    font-size: 24px;
    line-height: 140%;
    color: #cccccc;
    z-index: 100; }

/* You could use :after - it doesn't really matter */
.blog-grid .container {
  padding: 10px;
  position: relative; }

.blog-grid .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /*background-color: rgba(0,0,0,0.3);*/
  z-index: 25;
  opacity: 0;
  display: none; }

.blog-grid__stories {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 1284px;
  margin: 80px auto; }

.blog-grid__story {
  position: relative;
  width: 100%;
  padding: 5px;
  float: left;
  cursor: pointer;
  z-index: 20;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .blog-grid__story.active {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    float: none; }
  .blog-grid__story.sharing {
    z-index: 51 !important; }
  .blog-grid__story__images {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    .blog-grid__story__images .figure {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .blog-grid__story__images .figure:first-child {
        z-index: 10; }
      .blog-grid__story__images .figure img,
      .blog-grid__story__images .figure iframe {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .blog-grid__story__images:before {
      bottom: 0;
      left: 30px;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #67c17a;
      border-width: 12px;
      z-index: 75; }
  .blog-grid__story__details {
    color: white;
    padding: 5px 10px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    font-size: 13px;
    line-height: 140%;
    background-color: #67c17a; }
    .blog-grid__story__details--main {
      position: relative;
      padding-bottom: 30px; }
    .blog-grid__story__details--author {
      margin: 0;
      font-size: 16px;
      line-height: 140%;
      font-weight: 500;
      overflow: hidden; }
    .blog-grid__story__details--location {
      margin: 0;
      font-size: 16px;
      line-height: 125%;
      font-weight: 400;
      overflow: hidden; }
    .blog-grid__story__details--title {
      margin: 0;
      font-size: 24px;
      line-height: 125%;
      font-weight: 500;
      overflow: hidden; }
    .blog-grid__story__details--link {
      margin: 5px 0 0;
      font-size: 12px;
      line-height: 125%;
      font-weight: 700; }
      .blog-grid__story__details--link:hover {
        text-decoration: underline; }
    .blog-grid__story__details--social {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
      .blog-grid__story__details--social__share_post, .blog-grid__story__details--social__likes {
        float: right;
        color: rgba(128, 128, 128, 0.7);
        text-align: right;
        font-size: 12px;
        line-height: 24px;
        font-weight: 700; }
        .blog-grid__story__details--social__share_post span.icon, .blog-grid__story__details--social__likes span.icon {
          width: 16px;
          height: 24px;
          display: block;
          font-size: 14px;
          background-position: center;
          background-size: 16px;
          background-repeat: no-repeat;
          position: relative;
          padding: 0;
          cursor: pointer;
          line-height: 24px;
          float: left;
          margin-left: 10px; }
      .blog-grid__story__details--social__likes span.icon.heart {
        background-image: url("/static/next/dist/images/icons/birthday/likes.png"); }
        .blog-grid__story__details--social__likes span.icon.heart.active, .blog-grid__story__details--social__likes span.icon.heart:hover {
          background-image: url("/static/next/dist/images/icons/birthday/likes_active.png"); }
      .blog-grid__story__details--social__share_post span.icon.share {
        background-image: url("/static/next/dist/images/icons/birthday/share.png");
        background-size: 20px; }
      .blog-grid__story__details--social__share_post .share__items {
        display: none;
        position: absolute;
        top: 45px;
        width: 140px;
        left: initial;
        right: -20px;
        color: #333333;
        background-color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 5px;
        text-align: left;
        font-size: 12px;
        border: 1px solid #e6e6e6;
        z-index: 10000; }
        .blog-grid__story__details--social__share_post .share__items::after {
          content: ' ';
          position: absolute;
          top: -23px;
          right: 18px;
          border: 12px solid white;
          border-color: transparent transparent white transparent; }
        .blog-grid__story__details--social__share_post .share__items::before {
          content: ' ';
          position: absolute;
          top: -24px;
          right: 18px;
          border: 12px solid #e6e6e6;
          border-color: transparent transparent #e6e6e6 transparent; }
      .blog-grid__story__details--social__share_post .share__item {
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-color: transparent;
        padding: 10px 5px;
        padding-left: 40px;
        font-size: 14px;
        line-height: 140%;
        cursor: pointer; }
        .blog-grid__story__details--social__share_post .share__item--facebook {
          background-image: url("/static/next/dist/images/icons/social/facebook/facebook-2x.png"); }
        .blog-grid__story__details--social__share_post .share__item--twitter {
          background-image: url("/static/next/dist/images/icons/social/twitter/twitter-2x.png"); }
        .blog-grid__story__details--social__share_post .share__item--email {
          background-image: url("/static/next/dist/images/icons/social/email/email-2x.png"); }
        .blog-grid__story__details--social__share_post .share__item:hover {
          background-color: #f0f0f0; }
      .blog-grid__story__details--social__share_post.open {
        color: #47b549; }
        .blog-grid__story__details--social__share_post.open .share__items {
          display: block; }
  .blog-grid__story__description {
    margin: 10px 0 0;
    display: none; }
    .blog-grid__story__description > a {
      font-size: 16px;
      line-height: 125%;
      font-weight: 400;
      color: white; }
  .blog-grid__story__seperator {
    height: 1px;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.7);
    margin: 5px 0; }
    .blog-grid__story__seperator-vertical {
      display: none;
      position: absolute;
      left: 50%;
      width: 1px;
      top: 5px;
      bottom: 5px;
      background-color: rgba(128, 128, 128, 0.7); }
  .blog-grid__story.green .blog-grid__story__images:before {
    border-bottom-color: #67c17a; }
  .blog-grid__story.green .blog-grid__story__details {
    background-color: #67c17a; }
  .blog-grid__story.pink .blog-grid__story__images:before {
    border-bottom-color: #f181ae; }
  .blog-grid__story.pink .blog-grid__story__details {
    background-color: #f181ae; }
    .blog-grid__story.pink .blog-grid__story__details--social__likes span.icon.heart.active, .blog-grid__story.pink .blog-grid__story__details--social__likes span.icon.heart:hover {
      background-image: url("/static/next/dist/images/icons/birthday/likes_active_white.png"); }
  .blog-grid__story.blue .blog-grid__story__images:before {
    border-bottom-color: #9fc7e2; }
  .blog-grid__story.blue .blog-grid__story__details {
    background-color: #9fc7e2; }
  .blog-grid__story.expanded .blog-grid__story__details {
    min-height: 100px;
    overflow: visible;
    width: 100%;
    float: left; }
    .blog-grid__story.expanded .blog-grid__story__details--link {
      display: none; }
  .blog-grid__story.expanded .blog-grid__story__description {
    display: block; }
  .blog-grid__story.expanded .figure {
    border-left: 1px solid white; }
    .blog-grid__story.expanded .figure img {
      height: auto; }

@media (min-width: 420px) {
  .blog-grid__story {
    width: calc(50% - 7px); }
    .blog-grid__story__details {
      padding: 5px 10px; } }

@media (min-width: 650px) {
  .blog-grid .container {
    padding: 20px; }
  .blog-grid__story {
    width: calc(33.333333% - 15px); }
    .blog-grid__story__details {
      padding: 10px 20px; }
      .blog-grid__story__details--title {
        font-size: 20px; }
    .blog-grid__story__description {
      margin: 0 0 0 40px;
      width: calc(50% - 20px);
      float: left; }
    .blog-grid__story__seperator-vertical {
      top: 10px;
      bottom: 10px; }
    .blog-grid__story.expanded .blog-grid__story__details--main {
      width: calc(50% - 20px);
      float: left; }
    .blog-grid__story.expanded .blog-grid__story__seperator-vertical {
      display: block; } }

@media (min-width: 1024px) {
  .blog-grid .container {
    padding: 30px; }
  .blog-grid__story {
    width: calc(25% - 22px); }
    .blog-grid__story__details {
      padding: 20px 30px; }
      .blog-grid__story__details--title {
        font-size: 24px; }
    .blog-grid__story__description {
      font-size: 16px; }
    .blog-grid__story__seperator-vertical {
      top: 20px;
      bottom: 20px; } }

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Common - Geometry
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// SCREEN SIZES
$bp-phone : em(320);
$bp-medium-phone: em(380);   // ???
$bp-large-phone: em(480);   // ???
$bp-small-tablet : em(650);
$bp-tablet : em(768);
$bp-landscape : em(1024);
$bp-wide : em(1224);
$bp-superwide : em(1920);

// WIDTHS, HEIGHTS
$search-base-max-width: em(1024);
$search-area-min-height: em(500);
$search-button-mobile-width: em(100);
$search-tabs-height: em(70);

// PADDING
$ths-padding-base: 20px;
$ths-padding-page-base: 30px; //
$ths-padding-bigger: 40px;
$ths-padding-smaller: 10px;
$ths-padding-smallest: 5px;

// BORDER
$ths-border-radius-base: 12px;
$ths-border-radius-bigger: 20px;
$ths-border-radius-smaller: 5px;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Colors
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HOMEOWNER COLOURS
$ths-color-homeowner: #47b549;
$ths-color-homeowner-light: #67c17a;
$ths-color-homeowner-dark: #339933;

$ths-color-background-homeowner: #d3e8d7;
$ths-color-gradient-homeowner-start: $ths-color-background-homeowner;
$ths-color-gradient-homeowner-end: #ebf7ed;
@mixin ths-color-gradient-homeowner() {
    @include linear-gradient(-180deg, $ths-color-gradient-homeowner-start, $ths-color-gradient-homeowner-end)
}

// HOUSESITTER COLOURS
$ths-color-housesitter: #6699CC;
$ths-color-housesitter-light: #9fc7e2;
$ths-color-housesitter-dark: #8faac6;

$ths-color-background-housesitter: #d9e1ec;
$ths-color-gradient-housesitter-start: $ths-color-background-housesitter;
$ths-color-gradient-housesitter-end: #ebf1fa;
@mixin ths-color-gradient-housesitters() {
    @include linear-gradient(-180deg, $ths-color-gradient-housesitter-start, $ths-color-gradient-housesitter-end)
}

// MEMBERSHIP COLOURS
$ths-color-membership: #fd4273;
$ths-color-membership-light: #f181ae;
$ths-color-membership-dark: #e52c59;

$ths-color-background-membership: #ffdef1;
$ths-color-gradient-membership-start: $ths-color-background-membership;
$ths-color-gradient-membership-end: #fff2f9;
@mixin ths-color-gradient-membership() {
    @include linear-gradient(-180deg, $ths-color-gradient-membership-start, $ths-color-gradient-membership-end)
}

// TEXT COLOURS
$ths-color-headline: #333333;
$ths-color-text: #474747;
$ths-color-details: #808080;

// GRAY ICONS
$ths-color-icons: #bcbcbc;

// GREY BORDERS
$ths-color-border-dark: #cccccc;
$ths-color-border-light: #dddddd;

// BACKGROUND
$ths-color-background-dark: #e6e6e6;
$ths-color-background-light: #f0f0f0;
$ths-color-gradient-start: #dddddd;
$ths-color-gradient-end: #f0f0f0;
@mixin ths-color-gradient() {
    @include linear-gradient(-180deg, $ths-color-gradient-start, $ths-color-gradient-end);
}

// OTHER COLOURS
$ths-color-references: #fcc842;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Typography
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HEADINGS - update to auto set this
$ths-font-size-h1: 32px;
$ths-font-size-h2: 24px;
$ths-font-size-h2-mobile: 20px;
//  base header on search pages, sitters detail header
$ths-font-size-h3: 22px;
$ths-font-size-h3-mobile: 18px;
$ths-font-size-h4: 20px;
$ths-font-size-h4-mobile: 16px;
//  search sub header (Featured Sitters - Worldwide), sitters subheading
$ths-font-size-h5: 18px;
$ths-font-size-h5-mobile: 15px;
//  search sub header - (counter) (12312 Sitters - Worldwide), Title of the item (sitters),
//  sitters detail tag, sitters detail location
$ths-font-size-h6: 16px;

// BASE
//  big buttons (Search, View more, Tab buttons)
$ths-font-size: 16px;
$ths-font-size-mobile: 14px;

// DETAILS & META CONTENT
//  input fields, 'Featured House Sits link', 'Why link', tag on the image, description of the item
$ths-font-size-details1: 14px;
$ths-font-size-details2: 13px;
//  location of the item (sitters), references of the item (sitters)
$ths-font-size-meta: 12px;

// HERO HEADINGS
$ths-font-size-strapline: 60px;
$ths-font-size-strapline-mobile: 32px;
$ths-font-size-subheading: 17px;

// NAVIGATION
$ths-font-size-menu: 15px;
$ths-font-size-menu-small: 13px;
$ths-font-size-menu-mobile: 16px;
$ths-font-size-menu-mobile-small: 14px;

// LINE HEIGHT
$ths-line-height: 140%;
$ths-line-height-match: 100%;
$ths-line-height-smaller: 125%;

// FONT WEIGHT
$ths-font-weight-base: 400;
$ths-font-weight-bold: 500;
$ths-font-weight-bolder: 700;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Transition
$ths-transition-time-base: 0.3s;
$ths-transition-time-faster: 0.15s;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Extra
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

$ths-opacity-base: 0.4;
$ths-opacity-lighter: 0.25;
*/
.blog {
  background-color: #f0f0f0;
  overflow: auto;
  position: relative; }
  .blog * {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 16px; }
    .blog * .mce-ico {
      font-family: tinymce,Arial !important; }
  .blog h3 {
    color: #333333; }
    .blog h3 a {
      color: #333333; }
  .blog-full {
    min-height: 100vh; }
  .blog .button-float-right {
    float: right; }
  .blog .left-margin {
    margin-left: 0.9em; }
  .blog .mce-container {
    border: 1px solid #f0efed; }
  .blog .mce-toolbar-grp {
    background: #f0efed;
    border: none; }
  .blog .mce-btn {
    background: none;
    border: none !important;
    box-shadow: none !important; }
    .blog .mce-btn:hover i,
    .blog .mce-btn:hover span,
    .blog .mce-btn:hover button {
      color: white;
      text-shadow: none; }
  .blog .mce-edit-area {
    padding: 0.9em; }
  .blog .mce-fullscreen {
    z-index: 9900;
    width: calc(100% - 1.8em) !important;
    margin: 0 0.9em; }
  .blog--edit input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px; }
  .blog__create {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
    .blog__create h2 {
      margin-top: 0.9em; }
  .blog__reorder div[data-sorted="true"] {
    background-color: white; }
  .blog__reorder .sortable-placeholder {
    width: 100%;
    height: 4.6875em;
    background-color: #feefc5; }
  .blog__media {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    overflow: auto; }
    .blog__media__upload {
      font-size: 1em;
      line-height: 1.5em;
      padding: 0.9em;
      background-color: white;
      border-radius: 0.625em;
      width: 100%;
      position: relative;
      margin: 0.9em 0;
      overflow: auto; }
      .blog__media__upload-hidden {
        display: none; }
      .blog__media__upload__insert-external {
        font-weight: normal;
        float: right; }
      .blog__media__upload__select__button-wrapper {
        float: left;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
      .blog__media__upload__select__button {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer; }
      .blog__media__upload__button {
        float: right; }
      .blog__media__upload__info {
        clear: both;
        padding: 0.45em 0; }
    .blog__media__list {
      font-size: 1em;
      line-height: 1.5em;
      padding: 0.9em;
      background-color: white;
      border-radius: 0.625em;
      width: 100%;
      position: relative;
      margin-top: 0.9em;
      clear: both;
      min-height: 135px;
      overflow: auto; }
      .blog__media__list__external-image-url {
        display: none;
        margin: 0.9em;
        width: calc(100% - 1.8em) !important; }
      .blog__media__list__delete-button {
        display: none;
        position: absolute;
        padding: 0.45em;
        color: white;
        background-color: #E74C3C;
        cursor: pointer;
        right: 2px;
        top: 2px;
        transition: all 0.1s;
        -webkit-transition: all 0.1s; }
        .blog__media__list__delete-button:hover {
          right: 0px;
          top: 0px;
          box-shadow: -2px 2px #BD3E31; }
      .blog__media__list__details {
        background-color: white;
        width: 100%;
        height: 100%;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        display: none; }
        .blog__media__list__details.active {
          display: block; }
        .blog__media__list__details__insert-caption {
          margin: 0.9em;
          margin-top: 0;
          width: calc(100% - 1.8em) !important; }
        .blog__media__list__details__insert-button, .blog__media__list__details__insert-original-button {
          float: right;
          margin: 0.9em 0; }
        .blog__media__list__details__insert-original-button {
          margin-right: 0.9em; }
        .blog__media__list__details__cancel-button {
          margin: 0.9em 0; }
        .blog__media__list__details__preview {
          float: left; }
          .blog__media__list__details__preview.active {
            display: block; }
        .blog__media__list__details__buttons {
          clear: both; }
        .blog__media__list__details__info.active {
          margin-left: 113px; }
      .blog__media__list__pagination {
        margin: 0.9em 0; }
      .blog__media__list ul li {
        width: calc(50% - 0.9em);
        padding-bottom: calc(50% - 0.9em);
        margin: 0.45em;
        float: left;
        position: relative; }
        .blog__media__list ul li img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          cursor: pointer;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: .3s;
          transition-duration: .3s; }
          .blog__media__list ul li img:hover {
            opacity: 0.5; }
        .blog__media__list ul li span {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          min-height: 1.5em;
          background-color: rgba(0, 0, 0, 0.8);
          color: white;
          padding: 0 0.45em;
          line-height: 1.5em;
          font-size: 0.8em;
          overflow: hidden; }
        .blog__media__list ul li:hover .blog__media__list__delete-button {
          display: block; }
    .blog__media__edit-caption {
      font-size: 1em;
      line-height: 1.5em;
      padding: 0.9em;
      background-color: white;
      border-radius: 0.625em;
      width: 100%;
      position: relative;
      margin-top: 0.9em;
      clear: both;
      min-height: 135px;
      position: relative;
      overflow: auto; }
      .blog__media__edit-caption__caption {
        margin: 0.9em;
        margin-top: 0;
        width: calc(100% - 1.8em) !important; }
      .blog__media__edit-caption__edit-button {
        float: right;
        margin: 0.9em 0; }
      .blog__media__edit-caption__cancel-button {
        margin: 0.9em 0; }
      .blog__media__edit-caption__buttons {
        clear: both; }
  .blog__link-to-post__list {
    padding: 20px; }
    .blog__link-to-post__list > ul > li h4 {
      color: #333333;
      font-size: 20px; }
    .blog__link-to-post__list > ul > li ul {
      margin-left: 30px;
      margin-bottom: 30px; }
      .blog__link-to-post__list > ul > li ul li {
        border-bottom: 1px solid #dddddd; }
        .blog__link-to-post__list > ul > li ul li a {
          padding: 14px 0;
          display: block; }
  .blog__post-wrapper {
    overflow: auto;
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em; }
    .blog__post-wrapper-no-background {
      padding: 0;
      background: none;
      border-radius: 0; }
  .blog__post__save-button {
    margin-top: 0.9em;
    float: right; }
  .blog__post__cancel-button {
    margin-top: 0.9em; }
  .blog__post__field {
    position: relative; }
  .blog__post__hidden-field {
    display: none; }
  .blog__post__tags, .blog__post__users {
    margin: 0.9em 0; }
    .blog__post__tags > a, .blog__post__users > a {
      color: #6699cc; }
    .blog__post__tags__autocomplete-suggestions, .blog__post__users__autocomplete-suggestions {
      position: absolute;
      top: 79px;
      left: 0;
      width: 100%;
      max-height: 170px;
      overflow: auto;
      z-index: 9999;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: none;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
      display: none; }
    .blog__post__tags__autocomplete-suggestion, .blog__post__users__autocomplete-suggestion {
      padding: 10px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      color: #474747;
      font-size: 16px; }
      .blog__post__tags__autocomplete-suggestion small, .blog__post__users__autocomplete-suggestion small {
        font-size: 13px;
        color: #808080; }
      .blog__post__tags__autocomplete-suggestion span, .blog__post__users__autocomplete-suggestion span {
        font-size: 14px;
        background-color: #f181ae;
        color: white;
        padding: 5px 10px;
        margin-right: 10px; }
      .blog__post__tags__autocomplete-suggestion:hover, .blog__post__users__autocomplete-suggestion:hover {
        background-color: #d3e8d7; }
      .blog__post__tags__autocomplete-suggestion:last-child, .blog__post__users__autocomplete-suggestion:last-child {
        border: none; }
  .blog__post__share {
    float: right; }
  .blog__post__e-guide {
    float: left;
    width: 100%; }
    .blog__post__e-guide div {
      float: right;
      text-align: right;
      margin: 0.9em 0.45em 0 0; }
      .blog__post__e-guide div a {
        text-decoration: none;
        cursor: pointer; }
      .blog__post__e-guide div span {
        font-size: 0.8em; }
  .blog__post__image {
    max-width: 100%; }
    .blog__post__image__caption {
      background-color: #f0efed;
      margin: 15px 0 30px 0 !important;
      padding: 10px;
      border-radius: 10px; }
  .blog__post__video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .blog__post__video img {
      background-color: #f0efed;
      opacity: 0.4;
      width: 100%;
      height: 56vw;
      float: left; }
    .blog__post__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .blog__post__main-image__preview {
    margin: 0.9em 0; }
    .blog__post__main-image__preview img {
      width: 100%; }
  .blog__post__header-info {
    padding: 0.9em 0;
    border-bottom: 1px solid #f0efed;
    border-top: 1px solid #f0efed;
    position: relative; }
    .blog__post__header-info a {
      color: #6699cc; }
    .blog__post__header-info .blog__category__post__info__edit {
      top: 0.45em; }
  .blog__post__description {
    padding-top: 0.9em; }
    .blog__post__description a {
      color: #6699cc; }
    .blog__post__description img {
      border-radius: 0.625em; }
    .blog__post__description p, .blog__post__description ul {
      padding: 0.9em; }
    .blog__post__description ul li {
      font-size: 0.9em;
      line-height: 1.5em;
      border-bottom: solid 1px #f0efed;
      padding: 10px 0;
      margin-left: 20px; }
  .blog__post__caption {
    background-color: #f0efed;
    margin: 0.9em 0;
    border-radius: 0.625em; }
  .blog__post__comment__reply__modal {
    float: right; }
  .blog__post__comment__reply-new__modal {
    float: right; }
  .blog__post__comments-wrapper {
    margin-top: 0.9em; }
  .blog__post__comments__reply {
    overflow: auto;
    clear: both;
    margin-bottom: 0.9em; }
  .blog__post__comments__list {
    border-radius: 0.625em; }
    .blog__post__comments__list__comment {
      padding: 0.9em;
      background-color: white;
      border-radius: 0.625em;
      margin-bottom: 0.9em;
      clear: both;
      position: relative; }
      .blog__post__comments__list__comment::after {
        content: ' ';
        clear: both;
        display: block; }
      .blog__post__comments__list__comment > div p {
        overflow: auto; }
      .blog__post__comments__list__comment:last-child {
        margin-bottom: 0; }
      .blog__post__comments__list__comment__thread__comment {
        background-color: #f0efed;
        border-radius: 0.625em;
        margin-bottom: 0.9em;
        padding: 0.45em; }
        .blog__post__comments__list__comment__thread__comment:last-child {
          margin-bottom: 0; }
  .blog__post__seo__keywords-usage ul li {
    margin: 0 0 0 1.8em;
    list-style-type: disc;
    font-size: 0.8em; }
    .blog__post__seo__keywords-usage ul li span {
      font-weight: bold; }
      .blog__post__seo__keywords-usage ul li span.wrong {
        color: #FF1B25; }
      .blog__post__seo__keywords-usage ul li span.good {
        color: #47b549; }
  .blog__post__seo__snippet__title {
    color: #1e0fbe;
    font-size: 18px !important;
    line-height: 1.2; }
  .blog__post__seo__snippet__url {
    color: #006621;
    font-size: 13px;
    line-height: 16px; }
  .blog__wrapper {
    float: left;
    min-height: 12.5em;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    position: relative;
    margin-bottom: 0.9em;
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em; }
    .blog__wrapper-no-background {
      padding: 0 !important;
      background: none !important;
      border-radius: 0 !important; }
    .blog__wrapper > h1 {
      border-bottom: 1px solid #f0efed;
      padding-bottom: 0.45em; }
    .blog__wrapper__full {
      clear: both;
      margin-top: 0.9em; }
      .blog__wrapper__full-small {
        min-height: 7.5em; }
    .blog__wrapper__empty {
      min-height: 0 !important;
      padding-top: 0; }
    .blog__wrapper__half {
      width: 100%; }
      .blog__wrapper__half-last {
        clear: both; }
    .blog__wrapper__new-button {
      position: absolute;
      right: 0.9em;
      top: 0.9em;
      display: inline-block;
      padding: 0;
      margin: 0;
      border-radius: 48px;
      border-width: 4px;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      border: 2px solid #47b549;
      background: none;
      cursor: pointer;
      width: 0;
      height: 0;
      opacity: 0; }
      .blog__wrapper__new-button::before {
        content: ' ';
        position: absolute;
        height: 2px;
        left: 30%;
        right: 30%;
        top: 50%;
        background-color: #47b549;
        margin-top: -1px; }
      .blog__wrapper__new-button::after {
        content: ' ';
        position: absolute;
        width: 2px;
        top: 30%;
        bottom: 30%;
        left: 50%;
        background-color: #47b549;
        margin-left: -1px; }
    .blog__wrapper:hover .blog__wrapper__new-button {
      display: block;
      opacity: 0.5;
      width: 48px;
      height: 48px; }
      .blog__wrapper:hover .blog__wrapper__new-button:hover, .blog__wrapper:hover .blog__wrapper__new-button:active {
        border-color: #2E6917;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.4);
        background: #fefefe;
        opacity: 1; }
        .blog__wrapper:hover .blog__wrapper__new-button:hover::before, .blog__wrapper:hover .blog__wrapper__new-button:hover::after, .blog__wrapper:hover .blog__wrapper__new-button:active::before, .blog__wrapper:hover .blog__wrapper__new-button:active::after {
          background-color: #2E6917; }
  .blog__search__mark {
    background-color: #E6EFC2; }
  .blog__mobile__search {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em;
    position: relative;
    margin: 0.9em 0;
    clear: both; }
  .blog__mobile__footer {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em;
    position: relative;
    margin: 0.9em 0;
    overflow: auto;
    clear: both;
    padding-bottom: 0; }
    .blog__mobile__footer ul li {
      width: 100%;
      float: left;
      padding-bottom: 0; }
      .blog__mobile__footer ul li h4 {
        float: left; }
        .blog__mobile__footer ul li h4 span {
          display: none; }
        .blog__mobile__footer ul li h4 img {
          width: 2.25em;
          height: 2.25em; }
      .blog__mobile__footer ul li a {
        float: left; }
      .blog__mobile__footer ul li a.button-plain {
        float: right; }
      .blog__mobile__footer ul li p {
        line-height: 38px;
        float: right;
        margin-right: 0.9em;
        margin-bottom: 0; }
  .blog__sidebar__search {
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em;
    margin-bottom: 0.9em;
    display: none; }
  .blog__sidebar__related-posts, .blog__sidebar__popular-posts, .blog__sidebar__recent-posts, .blog__sidebar__recently-visited {
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em;
    margin-bottom: 0.9em; }
    .blog__sidebar__related-posts ul li, .blog__sidebar__popular-posts ul li, .blog__sidebar__recent-posts ul li, .blog__sidebar__recently-visited ul li {
      overflow: auto;
      border-bottom: 1px solid #f0efed;
      padding-bottom: 0.9em;
      margin-bottom: 0.9em; }
      .blog__sidebar__related-posts ul li a, .blog__sidebar__popular-posts ul li a, .blog__sidebar__recent-posts ul li a, .blog__sidebar__recently-visited ul li a {
        color: #6699cc; }
      .blog__sidebar__related-posts ul li a.cat-thumb, .blog__sidebar__popular-posts ul li a.cat-thumb, .blog__sidebar__recent-posts ul li a.cat-thumb, .blog__sidebar__recently-visited ul li a.cat-thumb {
        float: left;
        margin-right: 0.45em; }
        .blog__sidebar__related-posts ul li a.cat-thumb img, .blog__sidebar__popular-posts ul li a.cat-thumb img, .blog__sidebar__recent-posts ul li a.cat-thumb img, .blog__sidebar__recently-visited ul li a.cat-thumb img {
          border-radius: 0.625em; }
  .blog__sidebar__login {
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em;
    margin-bottom: 0.9em;
    display: none; }
  .blog__sidebar__social-box {
    padding: 0.9em;
    background-color: white;
    border-radius: 0.625em;
    margin-bottom: 0.9em;
    display: none; }
    .blog__sidebar__social-box ul li {
      overflow: auto; }
      .blog__sidebar__social-box ul li h4 {
        float: left;
        height: 1.35em; }
        .blog__sidebar__social-box ul li h4 a {
          line-height: 1.35em; }
          .blog__sidebar__social-box ul li h4 a img {
            width: 1.35em;
            height: 1.35em;
            float: left;
            margin-right: 0.45em;
            margin-top: 1px; }
      .blog__sidebar__social-box ul li p {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both; }
      .blog__sidebar__social-box ul li > a {
        float: right;
        background-color: #f0efed;
        border-radius: 3px;
        border: none;
        color: black;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        padding: 2px 0.9em;
        text-decoration: none;
        background-clip: padding-box; }
    .blog__sidebar__social-box-facebook {
      border-bottom: 1px solid #f0efed;
      padding-bottom: 0.9em;
      margin-bottom: 0.9em; }
  .blog__categories ol {
    text-align: center; }
    .blog__categories ol li {
      white-space: nowrap;
      text-align: center;
      display: inline-block;
      margin: 0 10px; }
  .blog__breadcrumbs {
    position: relative;
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    border-radius: 0.625em;
    overflow: auto;
    height: 2.5em;
    clear: both; }
    .blog__breadcrumbs ol li {
      white-space: nowrap;
      text-align: center;
      position: relative;
      line-height: 2.5em;
      padding: 0 0.625em;
      float: left; }
      .blog__breadcrumbs ol li.no-padding {
        padding: 0; }
      .blog__breadcrumbs ol li a {
        color: #6699cc; }
  .blog__featured__post > div {
    border: none;
    margin: 0;
    padding: 0; }
    .blog__featured__post > div .blog__index__post__title {
      border: none; }
      .blog__featured__post > div .blog__index__post__title > a {
        width: 100%; }
      .blog__featured__post > div .blog__index__post__title img {
        width: 100%; }
      .blog__featured__post > div .blog__index__post__title > h5 {
        margin-left: 0;
        color: #6699cc; }
      .blog__featured__post > div .blog__index__post__title p {
        margin-left: 0; }
  .blog__category {
    position: relative; }
    .blog__category__blocks-wrapper {
      clear: both; }
    .blog__category__blocks-banner {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(/static/next/dist/images/blog/trustedhousesitters-blog-banner.jpg);
      background-repeat: no-repeat;
      border-radius: 0.625em;
      background-size: cover;
      padding-bottom: 20.45455% !important; }
      .blog__category__blocks-banner-wrapper {
        position: relative;
        margin-bottom: 0;
        padding: 0 !important;
        padding-bottom: 20.45455% !important; }
    .blog__category__block > h3 {
      padding-top: 0.45em; }
    .blog__category__block-description {
      margin-right: 90px;
      display: block; }
    .blog__category__block-attachment {
      position: absolute;
      right: -15px;
      top: -8px;
      z-index: 10; }
    .blog__category__block--more {
      width: 100%;
      text-align: right;
      line-height: 140%;
      position: absolute;
      right: 20px;
      bottom: 10px; }
    .blog__category__block__tagged--homeowner {
      background-color: #d3e8d7;
      background-image: -webkit-linear-gradient(-90deg, #d3e8d7, #ebf7ed);
      background-image: linear-gradient(-180deg,#d3e8d7, #ebf7ed); }
      .blog__category__block__tagged--homeowner .blog__index__post-wrapper {
        border-bottom: 1px solid white; }
        .blog__category__block__tagged--homeowner .blog__index__post-wrapper a {
          color: #47b549;
          font-weight: 700; }
        .blog__category__block__tagged--homeowner .blog__index__post-wrapper:nth-child(1) a {
          color: #474747; }
        .blog__category__block__tagged--homeowner .blog__index__post-wrapper:last-child {
          border-bottom: none; }
      .blog__category__block__tagged--homeowner .blog__category__block--more {
        color: #47b549;
        font-weight: 700; }
    .blog__category__block__tagged--housesitter {
      background-color: #d9e1ec;
      background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
      background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa); }
      .blog__category__block__tagged--housesitter .blog__index__post-wrapper {
        border-bottom: 1px solid white; }
        .blog__category__block__tagged--housesitter .blog__index__post-wrapper a {
          color: #6699CC;
          font-weight: 700; }
        .blog__category__block__tagged--housesitter .blog__index__post-wrapper:nth-child(1) a {
          color: #474747; }
        .blog__category__block__tagged--housesitter .blog__index__post-wrapper:last-child {
          border-bottom: none; }
      .blog__category__block__tagged--housesitter .blog__category__block--more {
        color: #6699CC;
        font-weight: 700; }
    .blog__category__block__tagged h3 a {
      font-family: 'Ubuntu', sans-serif !important;
      font-weight: 700;
      font-size: 32px;
      line-height: 140%; }
    .blog__category__new-post {
      position: absolute;
      top: 0.9em;
      right: 0.9em; }
    .blog__category__all-posts {
      position: absolute;
      top: 0.9em;
      right: 10em; }
    .blog__category__post {
      overflow: auto; }
      .blog__category__post .remove-order {
        display: none;
        cursor: pointer; }
      .blog__category__post-wrapper {
        padding-bottom: 0.45em;
        margin-bottom: 0.9em;
        border-bottom: 1px solid #cccccc; }
        .blog__category__post-wrapper-unpublished {
          background-color: rgba(255, 234, 234, 0.5); }
        .blog__category__post-wrapper.sorted {
          background-color: #eef4d6; }
          .blog__category__post-wrapper.sorted .remove-order {
            display: block; }
        .blog__category__post-wrapper:last-child {
          border-bottom: none; }
      .blog__category__post__excerpt {
        float: left;
        padding-bottom: 0.9em;
        width: 100%; }
        .blog__category__post__excerpt img {
          border-radius: 0.625em; }
        .blog__category__post__excerpt a {
          float: left;
          padding: 0.45em 0.9em 0 0;
          display: block; }
      .blog__category__post__info {
        border-top: 1px solid #f0efed;
        padding-top: 0.45em;
        clear: both;
        position: relative; }
        .blog__category__post__info__edit {
          position: absolute;
          right: 0;
          top: 0; }
        .blog__category__post__info-seperator {
          border-left: 1px solid #f0efed;
          margin: 5px 0;
          line-height: 11px;
          font-size: 11px; }
      .blog__category__post h3 a {
        color: #6699cc; }
      .blog__category__post-support > h3,
      .blog__category__post-support > h4 {
        font-size: 1em; }
  .blog__index {
    position: relative; }
    .blog__index__post > a {
      color: #6699cc; }
    .blog__index__post-wrapper {
      padding-bottom: 0.45em;
      margin-bottom: 0.9em;
      border-bottom: 1px solid #f0efed;
      overflow: auto; }
    .blog__index__post__excerpt {
      float: left;
      padding-bottom: 0.9em; }
      .blog__index__post__excerpt a {
        float: left;
        padding: 0.45em 0.9em 0 0;
        display: block; }
    .blog__index__post__title {
      padding-top: 0.45em;
      clear: both;
      position: relative; }
      .blog__index__post__title img {
        border-radius: 0.625em;
        float: left;
        margin-bottom: 0.45em; }
      .blog__index__post__title h5 {
        margin-left: 120px;
        color: #6699cc; }
        .blog__index__post__title h5.no-image {
          margin-left: 0; }
      .blog__index__post__title p {
        margin-left: 120px;
        font-size: 14px;
        line-height: 140%; }
    .blog__index__post .cat-thumb {
      float: left;
      position: relative; }
    .blog__index__post__country--flag {
      position: absolute;
      width: 30px !important;
      height: 30px;
      top: 2px;
      left: 2px;
      -webkit-border-radius: 100% !important;
      -moz-border-radius: 100% !important;
      -ms-border-radius: 100% !important;
      border-radius: 100% !important; }
  .blog__edit .blog__category__post-wrapper {
    transition: all 200ms; }
    .blog__edit .blog__category__post-wrapper:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      transform: scale(1.01, 1.01);
      background: white; }
  .blog__edit .blog__category__post__info {
    padding-bottom: 0.45em;
    padding-top: 0.9em; }
    .blog__edit .blog__category__post__info__edit {
      top: 0.45em; }
  @media (min-width: 560px) {
    .blog__featured__post .blog__index__post__title img {
      width: initial !important; }
    .blog__featured__post .blog__index__post__title > a {
      float: left;
      width: auto !important; }
    .blog__featured__post .blog__index__post__title > h5 {
      margin-left: 320px !important; }
    .blog__featured__post .blog__index__post__title > p {
      margin-left: 320px !important; } }
  @media (min-width: 30em) {
    .blog__media__list ul li {
      width: calc(33.333333333% - 0.9em);
      padding-bottom: calc(33.333333333% - 0.9em);
      position: relative; }
    .blog__media__list__item-video {
      width: 100%; }
      .blog__media__list__item-video__select {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
    .blog__post__comments__list__comment__thread__comment {
      margin-left: 2.7em; }
    .blog__category__block-video {
      clear: both;
      width: 100%; }
      .blog__category__block-video .blog__index__post-wrapper {
        width: 33.33333%;
        float: left;
        padding-left: 3.33333%;
        padding-right: 3.33333%;
        padding-left: 0.45em;
        padding-right: 0.45em;
        float: left;
        border-bottom: none; } }
  .ielt9 .blog__media__list ul li {
    width: calc(33.333333333% - 0.9em);
    padding-bottom: calc(33.333333333% - 0.9em);
    position: relative; }
  .ielt9 .blog__media__list__item-video {
    width: 100%; }
    .ielt9 .blog__media__list__item-video__select {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .ielt9 .blog__post__comments__list__comment__thread__comment {
    margin-left: 2.7em; }
  .ielt9 .blog__category__block-video {
    clear: both;
    width: 100%; }
    .ielt9 .blog__category__block-video .blog__index__post-wrapper {
      width: 33.33333%;
      float: left;
      padding-left: 3.33333%;
      padding-right: 3.33333%;
      padding-left: 0.45em;
      padding-right: 0.45em;
      float: left;
      border-bottom: none; }
  @media (min-width: 47em) {
    .blog__create {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%; }
    .blog__media {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      padding-left: 0;
      padding-right: 0; }
      .blog__media__list ul li {
        width: calc(25% - 0.9em);
        padding-bottom: calc(25% - 0.9em); }
    .blog__mobile__search {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      clear: both;
      float: none; }
    .blog__mobile__footer {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      clear: both;
      float: none; } }
  .ielt9 .blog__create {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }
  .ielt9 .blog__media {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%;
    padding-left: 0;
    padding-right: 0; }
    .ielt9 .blog__media__list ul li {
      width: calc(25% - 0.9em);
      padding-bottom: calc(25% - 0.9em); }
  .ielt9 .blog__mobile__search {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%;
    clear: both;
    float: none; }
  .ielt9 .blog__mobile__footer {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%;
    clear: both;
    float: none; }
  @media (min-width: 60em) {
    .blog__media__list ul li {
      width: calc(20% - 0.9em);
      padding-bottom: calc(20% - 0.9em); }
    .blog__wrapper__half {
      clear: none;
      width: 50%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 5%;
      padding-right: 5%;
      width: 48.5%;
      padding-left: 2.5%;
      padding-right: 2.5%; }
      .blog__wrapper__half-wrapper {
        padding-left: 0;
        padding-right: 0; }
      .blog__wrapper__half-last {
        margin-left: 51.5%; }
    .blog__mobile__search {
      display: none; }
    .blog__mobile__footer {
      display: none; }
    .blog__sidebar__search, .blog__sidebar__login, .blog__sidebar__social-box {
      display: block; } }
  .ielt9 .blog__media__list ul li {
    width: calc(20% - 0.9em);
    padding-bottom: calc(20% - 0.9em); }
  .ielt9 .blog__wrapper__half {
    clear: none;
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 5%;
    padding-right: 5%;
    width: 48.5%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
    .ielt9 .blog__wrapper__half-wrapper {
      padding-left: 0;
      padding-right: 0; }
    .ielt9 .blog__wrapper__half-last {
      margin-left: 51.5%; }
  .ielt9 .blog__mobile__search {
    display: none; }
  .ielt9 .blog__mobile__footer {
    display: none; }
  .ielt9 .blog__sidebar__search, .ielt9 .blog__sidebar__login, .ielt9 .blog__sidebar__social-box {
    display: block; }
  @media (min-width: 80em) {
    .blog__category__block--big {
      width: 100%; }
    .blog__category__block-video {
      clear: both;
      width: 100%; } }
  .ielt9 .blog__category__block--big {
    width: 100%; }
  .ielt9 .blog__category__block-video {
    clear: both;
    width: 100%; }
  @media (min-width: 120em) {
    .blog__media__list ul li {
      width: calc(16.666666667% - 0.9em);
      padding-bottom: calc(16.666666667% - 0.9em); } }
  .ielt9 .blog__media__list ul li {
    width: calc(16.666666667% - 0.9em);
    padding-bottom: calc(16.666666667% - 0.9em); }

.components {
  /*
    A car visor style pricing label
    */ }
  .components__pricing-unit {
    line-height: 3em; }
    .components__pricing-unit__value, .components__pricing-unit__comma {
      font-weight: 500;
      font-size: 1.2em;
      margin-right: -0.125em;
      color: #333; }
    .components__pricing-unit__value {
      padding: 0.3125em 0.5em 0.3125em 0.5em;
      border: #C0C0C0 0.0625em solid;
      border-radius: 0.125em;
      background-color: #f0f0f0; }

.components__testimonial, .components__testimonial--left {
  margin-bottom: 20px; }
  .components__testimonial img, .components__testimonial--left img {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .components__testimonial__content {
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    position: relative; }
    .components__testimonial__content:before {
      content: ' ';
      position: absolute;
      top: -30px;
      left: calc(50% - 16px);
      border: 16px solid transparent;
      border-bottom-color: inherit; }
    .components__testimonial__content h5 {
      text-align: center;
      font-weight: 500;
      margin-bottom: 0; }
    .components__testimonial__content span {
      display: block;
      text-align: center;
      font-size: 12px;
      line-height: 140%; }
    .components__testimonial__content-seperator {
      width: 90%;
      margin: 15px auto;
      height: 1px;
      background-color: white; }
    .components__testimonial__content p {
      font-size: 14px;
      line-height: 140%; }
    .components__testimonial__content--flat {
      padding: 0; }
      .components__testimonial__content--flat:before {
        content: '';
        display: none; }
  .components__testimonial__meta {
    font-size: 16px;
    line-height: 140%; }
  @media (min-width: 768px) {
    .components__testimonial--left img {
      float: left; }
    .components__testimonial--left .components__testimonial__content {
      float: left;
      width: calc(100% - 180px);
      margin-left: 16px;
      margin-top: 0;
      background: white; }
      .components__testimonial--left .components__testimonial__content:before {
        left: -30px;
        top: 68px;
        border-bottom-color: transparent;
        border-right-color: inherit; } }

.components__media-quotes {
  background-color: #f0efed;
  padding: 0.9em; }
  .components__media-quotes img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .ielt9 .components__media-quotes img {
      position: inherit;
      left: inherit; }

.components__tick-list li {
  background-image: url("/static/next/dist/images/components__tick-list.png");
  background-repeat: no-repeat;
  padding-left: 2.5em;
  padding-bottom: 0.9em; }
  .components__tick-list li img {
    max-width: 100px;
    margin-top: 10px; }

.components__form-field__errors li {
  color: #FBE3E4; }

.components__hero--old, .partners__rspca__hero {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto; }
  .components__hero--old > div, .partners__rspca__hero > div {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border-radius: 0.625em;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    margin-top: 0.9em;
    margin-bottom: 0.9em; }
    .components__hero--old > div h1, .partners__rspca__hero > div h1, .components__hero--old > div h2, .partners__rspca__hero > div h2, .components__hero--old > div h3, .partners__rspca__hero > div h3, .components__hero--old > div h4, .partners__rspca__hero > div h4, .components__hero--old > div h5, .partners__rspca__hero > div h5, .components__hero--old > div h6, .partners__rspca__hero > div h6 {
      color: white; }
  @media (min-width: 47em) {
    .components__hero--old, .partners__rspca__hero {
      padding-left: 0em;
      padding-right: 0em; }
      .components__hero--old > div, .partners__rspca__hero > div {
        width: 75%;
        float: left;
        margin-left: 12.5%;
        margin-right: -100%;
        padding-left: 1.25%;
        padding-right: 1.25%; } }
  .ielt9 .components__hero--old, .ielt9 .partners__rspca__hero {
    padding-left: 0em;
    padding-right: 0em; }
    .ielt9 .components__hero--old > div, .ielt9 .partners__rspca__hero > div {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%; }

.components__star-rating, .accounts__components__star-rating {
  color: #fdc52d; }

.components__error-page {
  text-align: left;
  color: #474747;
  border-bottom: 1px solid #dddddd;
  float: none;
  margin: 0 auto;
  max-width: 400px;
  /*@include span(full at 1);
    padding-top: $base-padding;
    text-align: center;

    h1 {
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    a {
        margin-bottom: $base-padding;
    }

    img {
        border-radius: $base-border-radius;
        margin-left: auto;
        margin-right: auto;
    }

    @include susy-breakpoint($bp-med, $layout-med, $no-query: '.ielt9') {
        @include span(6 at 2 isolate);

        a {
            margin-left: $base-padding;
        }
    }*/ }
  .components__error-page__container {
    font-size: 14px; }
    .components__error-page__container__image {
      margin: 5px 0;
      width: 100%; }
    .components__error-page__container__links > p {
      margin-bottom: 5px; }
  @media (min-width: 650px) {
    .components__error-page {
      max-width: none; }
      .components__error-page__container__titles {
        float: left; }
      .components__error-page__container > p {
        padding-top: 14px;
        clear: left; }
      .components__error-page__container__image {
        float: right;
        width: 320px; } }
  @media (min-width: 1024px) {
    .components__error-page {
      background-color: #f0efed; }
      .components__error-page__container {
        font-size: 16px;
        background-color: white;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .components__error-page__container__titles__title {
          font-size: 32px; }
        .components__error-page__container__image {
          width: 400px; } }

.components__vet-help {
  padding: 0.9em; }
  .components__vet-help h2 span {
    background-color: #fd4273;
    color: white;
    margin-right: 0.45em;
    padding-right: 0.225em;
    padding-left: 0.225em; }
  .components__vet-help img {
    margin-bottom: 0.9em; }
  @media (min-width: 47em) {
    .components__vet-help {
      clear: both;
      overflow: auto; }
      .components__vet-help img {
        width: 23.07692%;
        float: left;
        margin-right: 2.5641%; }
      .components__vet-help p {
        width: 74.35897%;
        float: right;
        margin-right: 0; } }
  .ielt9 .components__vet-help {
    clear: both;
    overflow: auto; }
    .ielt9 .components__vet-help img {
      width: 23.07692%;
      float: left;
      margin-right: 2.5641%; }
    .ielt9 .components__vet-help p {
      width: 74.35897%;
      float: right;
      margin-right: 0; }

.components__why-it-works h3, .components__why-it-works > p {
  text-align: center; }

.components__why-it-works q {
  background-color: white;
  padding: 0.9em;
  border-radius: 0.625em;
  display: block;
  width: 80%;
  text-align: center;
  margin: 0.9em auto 0.9em auto;
  font-weight: bold; }

.components__speech-bubble__wrapper {
  position: relative; }
  .components__speech-bubble__wrapper__content {
    padding: 10px;
    border-radius: 0.625em;
    background-color: white; }
    .components__speech-bubble__wrapper__content button {
      width: 100%; }
    .components__speech-bubble__wrapper__content button:not(:first-of-type) {
      margin-top: 5px; }
  .components__speech-bubble__wrapper::after {
    height: 0;
    width: 0;
    content: '';
    position: absolute;
    border-top: 0.625em solid white;
    border-right: 0.625em solid transparent;
    border-left: 0.625em solid transparent;
    display: block;
    position: initial;
    margin-left: 0.9375em;
    margin-right: auto; }

@media (min-width: 47em) {
  .components__speech-bubble__wrapper {
    position: relative; }
    .components__speech-bubble__wrapper__content button {
      width: auto;
      margin-top: 0 !important; }
    .components__speech-bubble__wrapper__content button:first-of-type {
      margin-right: 5px; } }

/*
.clearfix {
    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }
}*/
.clearfix:after, .home__hero:after, .components__container:after, .components__container--light:after, .components__container--round--light:after, .components__container--opacity-smallest:after, .components__container--round--opacity-smallest:after, .components__box--round--opacity-smallest:after, .components__container--round:after, .components__container--top:after, .components__container--flat:after, .components__container--flat-top:after, .components__footer__join-us:after, .components__footer__group:after, .components__footer__customer-support:after, .components__footer__t-and-c:after, .components__container--flat-sides:after, .components__container--flat-vertical:after, .components__container--flat-vertical-bottom:after, .components__container--flat-vertical-both:after, .components__container--page:after, .components__container--small:after, .components__box:after, .partners__affiliates:after, .components__error-page__container:after, .components__box--top:after, .components__box--flat:after, .components__box--flat-top:after, .components__box--opacity-smallest:after, .components__box--round:after, .components__box--round-small:after, .components__box--light:after, .components__box--white:after, .components__box--white-wide:after, .components__box--transparentwhite:after, .components__box--gray:after, .components__box--gray-gradient:after, .components__box--gray-gradient-dark:after, .components__box--gray-gradient-dark-reverse:after, .components__box--tiny:after, .components__box--smallest:after, .components__box--smaller:after, .components__box--small:after, .components__box2:after, .components__box2-3:after, .components__box2-3-3:after, .components__box2-landscape-3-3:after, .components__box2-landscape-3:after, .components__box2-landscape:after, .components__box31:after, .components__box21:after, .components__box13:after, .components__box4:after, .components__box223:after, .components__hero:after, .components__hero--dark:after, .accounts__profile__dashboard:after, .accounts__profile__dashboard__placeholder:after, .accounts__profile__dashboard__placeholder--mobile:after, .accounts__components__listing__homeowner__manual-widget > div:after, .accounts__components__listing__housesitter__manual-widget > div:after {
  content: "";
  display: table;
  clear: both; }

.center {
  margin: 0 auto; }

.full-width {
  width: 100%; }

.font--main, .font--lobster {
  font-family: 'Ubuntu', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-wrap: break-word; }

.bold {
  font-weight: 500 !important; }
  .bold::-webkit-input-placeholder {
    font-weight: 500 !important; }
  .bold::-moz-placeholder {
    font-weight: 500 !important; }
  .bold:-moz-placeholder {
    font-weight: 500 !important; }
  .bold:-ms-input-placeholder {
    font-weight: 500 !important; }

.bolder {
  font-weight: 700 !important; }
  .bolder::-webkit-input-placeholder {
    font-weight: 700 !important; }
  .bolder::-moz-placeholder {
    font-weight: 700 !important; }
  .bolder:-moz-placeholder {
    font-weight: 700 !important; }
  .bolder:-ms-input-placeholder {
    font-weight: 700 !important; }

.light {
  color: #6d6d6d; }
  .light::-webkit-input-placeholder {
    color: #6d6d6d; }
  .light::-moz-placeholder {
    color: #6d6d6d; }
  .light:-moz-placeholder {
    color: #6d6d6d; }
  .light:-ms-input-placeholder {
    color: #6d6d6d; }

.base {
  font-weight: 400 !important; }
  .base::-webkit-input-placeholder {
    font-weight: 400 !important; }
  .base::-moz-placeholder {
    font-weight: 400 !important; }
  .base:-moz-placeholder {
    font-weight: 400 !important; }
  .base:-ms-input-placeholder {
    font-weight: 400 !important; }

.text--h1 {
  font-size: 32px; }

.text--h2 {
  font-size: 24px; }

.text--h3 {
  font-size: 22px; }

.text--h4 {
  font-size: 20px; }

.text--h5 {
  font-size: 18px; }

.text--h6 {
  font-size: 16px; }

.text--subheading {
  font-size: 17px; }

.text--normal {
  font-size: 16px; }

.text--details1 {
  font-size: 14px; }

.text--details2 {
  font-size: 13px; }

.text--meta {
  font-size: 12px; }

.text--strapline {
  font-size: 60px; }

.text--mobile {
  font-size: 14px; }

.text--center {
  text-align: center; }

.text--left {
  text-align: left !important; }

.homeowner--bg {
  background-color: #d3e8d7 !important;
  border-color: #d3e8d7 !important; }
  .homeowner--bg-dark {
    background-color: #47b549 !important; }
  .homeowner--bg-light {
    background-color: #67c17a !important; }

.homeowner--text, .homeowner--link {
  color: #47b549 !important; }
  .homeowner--text::-webkit-input-placeholder, .homeowner--link::-webkit-input-placeholder {
    color: #47b549 !important; }
  .homeowner--text::-moz-placeholder, .homeowner--link::-moz-placeholder {
    color: #47b549 !important; }
  .homeowner--text:-moz-placeholder, .homeowner--link:-moz-placeholder {
    color: #47b549 !important; }
  .homeowner--text:-ms-input-placeholder, .homeowner--link:-ms-input-placeholder {
    color: #47b549 !important; }

.homeowner--link:hover, .homeowner--link:focus {
  color: #67c17a !important; }

.housesitter--bg {
  background-color: #d9e1ec !important;
  border-color: #d9e1ec !important; }
  .housesitter--bg-dark {
    background-color: #6699CC !important; }
  .housesitter--bg-light {
    background-color: #9fc7e2 !important; }

.housesitter--text, .housesitter--link, .accounts__signup__why ul li span {
  color: #6699CC !important; }
  .housesitter--text::-webkit-input-placeholder, .housesitter--link::-webkit-input-placeholder, .accounts__signup__why ul li span::-webkit-input-placeholder {
    color: #6699CC !important; }
  .housesitter--text::-moz-placeholder, .housesitter--link::-moz-placeholder, .accounts__signup__why ul li span::-moz-placeholder {
    color: #6699CC !important; }
  .housesitter--text:-moz-placeholder, .housesitter--link:-moz-placeholder, .accounts__signup__why ul li span:-moz-placeholder {
    color: #6699CC !important; }
  .housesitter--text:-ms-input-placeholder, .housesitter--link:-ms-input-placeholder, .accounts__signup__why ul li span:-ms-input-placeholder {
    color: #6699CC !important; }

.housesitter--link:hover, .housesitter--link:focus {
  color: #9fc7e2 !important; }

.membership--bg {
  background-color: #ffdef1 !important;
  border-color: #ffdef1 !important; }
  .membership--bg-dark {
    background-color: #fd4273 !important; }
  .membership--bg-light {
    background-color: #f181ae !important; }

.membership--text, .membership--link, .components__nav-bar__refer-a-friend-link {
  color: #fd4273 !important; }
  .membership--text-light {
    color: #f181ae !important; }
  .membership--text::-webkit-input-placeholder, .membership--link::-webkit-input-placeholder, .components__nav-bar__refer-a-friend-link::-webkit-input-placeholder {
    color: #fd4273 !important; }
  .membership--text::-moz-placeholder, .membership--link::-moz-placeholder, .components__nav-bar__refer-a-friend-link::-moz-placeholder {
    color: #fd4273 !important; }
  .membership--text:-moz-placeholder, .membership--link:-moz-placeholder, .components__nav-bar__refer-a-friend-link:-moz-placeholder {
    color: #fd4273 !important; }
  .membership--text:-ms-input-placeholder, .membership--link:-ms-input-placeholder, .components__nav-bar__refer-a-friend-link:-ms-input-placeholder {
    color: #fd4273 !important; }

.membership--link:hover, .membership--link:focus {
  color: #f181ae !important; }

.partner-offer--text, .partner-offer--link, .partner-offer--highlite {
  color: #47b549 !important; }
  .partner-offer--text::-webkit-input-placeholder, .partner-offer--link::-webkit-input-placeholder, .partner-offer--highlite::-webkit-input-placeholder {
    color: #47b549 !important; }
  .partner-offer--text::-moz-placeholder, .partner-offer--link::-moz-placeholder, .partner-offer--highlite::-moz-placeholder {
    color: #47b549 !important; }
  .partner-offer--text:-moz-placeholder, .partner-offer--link:-moz-placeholder, .partner-offer--highlite:-moz-placeholder {
    color: #47b549 !important; }
  .partner-offer--text:-ms-input-placeholder, .partner-offer--link:-ms-input-placeholder, .partner-offer--highlite:-ms-input-placeholder {
    color: #47b549 !important; }

.partner-offer--link:hover, .partner-offer--link:focus {
  color: #67c17a !important; }

.partner-offer--highlite {
  color: #fd4273 !important; }

.white--bg {
  background-color: white !important;
  border-color: white !important; }
  .white--bg--mobile {
    background-color: white !important;
    border-color: white !important; }
    .white--bg--mobile-skip {
      background-color: transparent !important;
      border-color: transparent !important; }
  .white--bg--landscape {
    background-color: transparent !important;
    border-color: transparent !important; }

.white--text {
  color: white !important; }
  .white--text::-webkit-input-placeholder {
    color: white !important; }
  .white--text::-moz-placeholder {
    color: white !important; }
  .white--text:-moz-placeholder {
    color: white !important; }
  .white--text:-ms-input-placeholder {
    color: white !important; }

@media (min-width: 768px) {
  .white--bg--mobile {
    background-color: transparent !important;
    border-color: transparent !important; }
    .white--bg--mobile-skip {
      background-color: white !important;
      border-color: white !important; } }

@media (min-width: 1024px) {
  .white--bg--landscape {
    background-color: white !important;
    border-color: white !important; } }

.gray--bg {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important; }
  .gray--bg--mobile {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important; }
    .gray--bg--mobile-skip {
      background-color: transparent !important;
      border-color: transparent !important; }
  .gray--bg--landscape {
    background-color: transparent !important;
    border-color: transparent !important; }

.gray--text {
  color: #e6e6e6 !important; }
  .gray--text::-webkit-input-placeholder {
    color: #e6e6e6 !important; }
  .gray--text::-moz-placeholder {
    color: #e6e6e6 !important; }
  .gray--text:-moz-placeholder {
    color: #e6e6e6 !important; }
  .gray--text:-ms-input-placeholder {
    color: #e6e6e6 !important; }

@media (min-width: 768px) {
  .gray--bg--mobile {
    background-color: transparent !important;
    border-color: transparent !important; }
    .gray--bg--mobile-skip {
      background-color: #e6e6e6 !important;
      border-color: #e6e6e6 !important; } }

@media (min-width: 1024px) {
  .gray--bg--landscape {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important; } }

.components__list > li {
  font-size: 12px; }

@media (min-width: 768px) {
  .components__list > li {
    font-size: 14px; } }

@media (min-width: 1024px) {
  .components__list > li {
    font-size: 16px; } }

.mobile {
  display: block; }
  .mobile--inline {
    display: inline-block; }
  .mobile-skip {
    display: none; }
    .mobile-skip--inline {
      display: none; }
  @media (min-width: 768px) {
    .mobile {
      display: none; }
      .mobile--inline {
        display: none; }
      .mobile-skip {
        display: block; }
        .mobile-skip--inline {
          display: inline-block; } }

.phablet {
  display: block; }
  .phablet--inline {
    display: inline-block; }
  .phablet-skip {
    display: none; }
  @media (min-width: 560px) {
    .phablet {
      display: none; }
      .phablet--inline {
        display: none; }
      .phablet-skip {
        display: block; }
        .phablet-skip--inline {
          display: inline-block; } }

.tablet {
  display: block; }
  .tablet--inline {
    display: inline-block; }
  .tablet-skip {
    display: none; }
    .tablet-skip--inline {
      display: none; }
  @media (min-width: 768px) {
    .tablet {
      display: none; }
      .tablet--inline {
        display: none; }
      .tablet-skip {
        display: block; }
        .tablet-skip--inline {
          display: inline-block; }
      .tablet-hide {
        display: none; } }

.landscape {
  display: block; }
  .landscape--inline {
    display: inline-block; }
  .landscape-skip {
    display: none; }
    .landscape-skip--inline {
      display: none; }
  @media (min-width: 1024px) {
    .landscape {
      display: none; }
      .landscape--inline {
        display: none; }
      .landscape-skip {
        display: block; }
        .landscape-skip--inline {
          display: inline-block; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }
  .clear-left {
    clear: left; }
  .clear-right {
    clear: right; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline-block !important; }

.padding-normal {
  padding: 10px 20px; }

.padding-small {
  padding: 5px 10px; }

.padding-big {
  padding: 20px 30px; }

.components__icon, .components__icon--search, .components__icon--globe, .components__icon--globe--homeowner, .components__icon--globe--housesitter, .components__icon--heart-medium, .components__nav-bar__join-now, .components__nav-bar__join-now-button, .components__icon--heart-light, .components__nav-bar__join-now:hover, .components__nav-bar__join-now-button:hover, .components__icon--login, .components__nav-bar__login, .components__nav-bar__login:hover, .components__icon--arrow-up-green, .components__icon--arrow-down, .components__icon--arrow-right, .components__icon--email, .components__icon--facebook, .components__icon--facebook-small, .components__icon--twitter {
  background-repeat: no-repeat;
  background-position: center; }
  .components__icon--search {
    background-image: url(/static/next/dist/images/icons/search/search-2x.png);
    background-size: 15px; }
  .components__icon--globe, .components__icon--globe--homeowner, .components__icon--globe--housesitter {
    background-image: url(/static/next/dist/images/icons/search/search-2x.png);
    background-size: 20px; }
    .components__icon--globe--homeowner {
      background-image: url(/static/next/dist/images/icons/map/globe/globe-green.png); }
    .components__icon--globe--housesitter {
      background-image: url(/static/next/dist/images/icons/map/globe/globe-blue.png); }
  .components__icon--heart-medium, .components__nav-bar__join-now, .components__nav-bar__join-now-button {
    background-image: url(/static/next/dist/images/icons/heart/heart-medium.svg);
    background-size: 22px; }
  .components__icon--heart-light, .components__nav-bar__join-now:hover, .components__nav-bar__join-now-button:hover {
    background-image: url(/static/next/dist/images/icons/heart/heart-light.svg);
    background-size: 22px; }
  .components__icon--login, .components__nav-bar__login, .components__nav-bar__login:hover {
    background-image: url(/static/next/dist/images/icons/login/login.svg);
    background-size: 22px; }
  .components__icon--arrow-up-green {
    background-image: url(/static/next/dist/images/icons/arrows/up-down/arrow-up-green.svg);
    background-size: 14px; }
  .components__icon--arrow-down {
    background-image: url(/static/next/dist/images/icons/arrows/up-down/arrow-down.svg);
    background-size: 14px; }
  .components__icon--arrow-right {
    background-image: url(/static/next/dist/images/icons/arrows/left-right/right-white-2x.png);
    background-size: 0.625em; }
  .components__icon--left {
    background-position-x: left; }
    .components__icon--left-small {
      background-position-x: 10px; }
  .components__icon--right {
    background-position-x: right; }
    .components__icon--right-small {
      background-position-x: calc(100% - 10px); }
  .components__icon--email {
    background-image: url(/static/next/dist/images/refer-a-friend/email-2x.png);
    background-size: 26px;
    background-position: 15% center; }
  .components__icon--facebook, .components__icon--facebook-small {
    background-image: url(/static/next/dist/images/refer-a-friend/facebook-white-2x.png);
    background-size: 12px;
    background-position: 20% center; }
    .components__icon--facebook-small {
      background-size: 9px;
      background-position: 16% center; }
  .components__icon--twitter {
    background-image: url(/static/next/dist/images/refer-a-friend/twitter-white-2x.png);
    background-size: 24px;
    background-position: 20% center; }
  @media (min-width: 768px) {
    .components__icon--search {
      background-size: 26px; } }

.components__btn, .components__btn--icon, .components__btn--icon--text, .components__nav-bar__refer-a-friend-button, .components__nav-bar__join-now-button, .components__nav-bar__join-now-button:hover, .components__btn--text, .components__btn--text--icon, .components__btn--circle, .components__btn--smaller, .components__btn--homeowner, .components__btn--housesitter, .components__btn--membership, .components__btn--gray, .components__btn--white {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 32px;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer; }
  .components__btn--icon--text, .components__nav-bar__refer-a-friend-button, .components__nav-bar__join-now-button, .components__nav-bar__join-now-button:hover {
    padding-left: 30px !important;
    background-position: 10px center; }
  .components__btn--text, .components__btn--text--icon {
    background-position: center; }
    .components__btn--text--icon {
      padding-right: 30px;
      background-position: calc(100% - 10px) center; }
  .components__btn--circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding: 15px; }
  .components__btn--smaller {
    padding: 5px 15px;
    font-size: 13px; }
  .components__btn--homeowner {
    background-color: #47b549;
    color: white; }
    .components__btn--homeowner:hover, .components__btn--homeowner:focus {
      background-color: #67c17a !important; }
  .components__btn--housesitter {
    background-color: #6699CC;
    color: white; }
    .components__btn--housesitter:hover, .components__btn--housesitter:focus {
      background-color: #9fc7e2 !important; }
  .components__btn--membership, .components__nav-bar__refer-a-friend-button, .components__nav-bar__join-now-button {
    background-color: #fd4273;
    color: white; }
    .components__btn--membership:hover, .components__nav-bar__refer-a-friend-button:hover, .components__nav-bar__join-now-button:hover, .components__btn--membership:focus, .components__nav-bar__refer-a-friend-button:focus, .components__nav-bar__join-now-button:focus {
      background-color: #f181ae !important; }
  .components__btn--gray {
    background-color: #e6e6e6; }
    .components__btn--gray:hover, .components__btn--gray:focus {
      background-color: #f0f0f0 !important; }
  .components__btn--white {
    background-color: white;
    border: 1px solid #e6e6e6; }
    .components__btn--white:hover, .components__btn--white:focus {
      background-color: #e6e6e6 !important; }
  .components__btn--wide {
    min-width: 174px;
    text-align: center; }
  .components__btn--tall {
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .components__btn, .components__btn--icon, .components__btn--icon--text, .components__nav-bar__refer-a-friend-button, .components__nav-bar__join-now-button, .components__nav-bar__join-now-button:hover, .components__btn--text, .components__btn--text--icon, .components__btn--circle, .components__btn--smaller, .components__btn--homeowner, .components__btn--housesitter, .components__btn--membership, .components__btn--gray, .components__btn--white {
      padding: 8px 25px;
      font-size: 16px; }
      .components__btn--text--icon {
        padding-right: 45px;
        background-position: calc(100% - 10px) center; }
      .components__btn--circle {
        padding: 25px; }
      .components__btn--wide {
        padding-top: 6px;
        padding-bottom: 6px; }
      .components__btn--smaller {
        padding: 5px 25px;
        font-size: 14px; } }

input.input {
  color: #474747;
  font-size: 14px;
  box-shadow: none;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  input.input::-webkit-input-placeholder {
    color: #474747; }
  input.input::-moz-placeholder {
    color: #474747; }
  input.input:-moz-placeholder {
    color: #474747; }
  input.input:-ms-input-placeholder {
    color: #474747; }
  input.input:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #cccccc; }

input:-moz-placeholder, input::-moz-placeholder {
  opacity: 1; }

@media (min-width: 768px) {
  input.input {
    font-size: 16px; } }

.components__table {
  display: table; }
  .components__table__inline-item {
    display: inline-block;
    margin-left: 10px; }
    .components__table__inline-item:nth-child(1) {
      margin-left: 0; }

.components__badge, .components__badge--floating-tablet, .components__badge--top-right {
  color: #474747;
  font-size: 14px;
  text-align: center;
  display: block; }
  .components__badge span, .components__badge--floating-tablet span, .components__badge--top-right span {
    display: inline-block;
    line-height: 25px; }
  .components__badge img, .components__badge--floating-tablet img, .components__badge--top-right img {
    vertical-align: middle;
    display: inline-block; }
    .components__badge img.mobile, .components__badge--floating-tablet img.mobile, .components__badge--top-right img.mobile {
      display: inline-block; }
    .components__badge img.mobile-skip, .components__badge--floating-tablet img.mobile-skip, .components__badge--top-right img.mobile-skip {
      display: none; }
  .components__badge--inline {
    display: inline-block;
    padding: 5px; }
  @media (min-width: 768px) {
    .components__badge--floating-tablet {
      position: absolute;
      width: auto; }
    .components__badge--top-right {
      top: 0;
      right: 0; }
    .components__badge img.mobile, .components__badge--floating-tablet img.mobile, .components__badge--top-right img.mobile {
      display: none; }
    .components__badge img.mobile-skip, .components__badge--floating-tablet img.mobile-skip, .components__badge--top-right img.mobile-skip {
      display: inline-block; } }

.components__container, .components__container--light, .components__container--round--light, .components__container--opacity-smallest, .components__container--round--opacity-smallest, .components__box--round--opacity-smallest, .components__container--round, .components__container--top, .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c, .components__container--flat-sides, .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both, .components__container--page, .components__container--small {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  max-width: 1224px; }
  .components__container__title, .components__container__title--small, .components__container__title--left, .info__box__suptitle {
    font-size: 24px;
    color: #333333;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left; }
    .components__container__title > img, .components__container__title--small > img, .components__container__title--left > img, .info__box__suptitle > img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .components__container__title > span, .components__container__title--small > span, .components__container__title--left > span, .info__box__suptitle > span {
      vertical-align: middle; }
    .components__container__title--small {
      font-size: 20px;
      margin-bottom: 0; }
    .components__container__title--left {
      text-align: left; }
  .components__container__subtitle, .components__container__subtitle--small, .components__container__subtitle--left {
    font-size: 20px;
    color: #474747;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px; }
    .components__container__subtitle--small {
      font-size: 15px; }
    .components__container__subtitle--left {
      text-align: left; }
  .components__container--light, .components__container--round--light {
    background-color: rgba(255, 255, 255, 0.7); }
  .components__container--opacity-smallest, .components__container--round--opacity-smallest, .components__box--round--opacity-smallest {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.85); }
  .components__container--round, .components__container--round--light, .components__container--round--opacity-smallest, .components__box--round--opacity-smallest {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
  .components__container--top {
    padding-top: 10px; }
  .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c {
    padding: 0; }
    .components__container--flat-top {
      padding-top: 10px; }
    .components__container--flat-sides {
      padding-left: 0;
      padding-right: 0; }
    .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .components__container--flat-vertical-bottom {
      padding-bottom: 0; }
    .components__container--flat-vertical-both {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  .components__container--small {
    max-width: 768px; }
  @media (min-width: 768px) {
    .components__container, .components__container--light, .components__container--round--light, .components__container--opacity-smallest, .components__container--round--opacity-smallest, .components__box--round--opacity-smallest, .components__container--round, .components__container--top, .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c, .components__container--flat-sides, .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both, .components__container--page, .components__container--small {
      padding: 20px 15px; }
      .components__container__title--small {
        font-size: 24px; }
      .components__container__subtitle--small {
        font-size: 18px; }
      .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c {
        padding: 0; }
        .components__container--flat-top {
          padding-top: 20px; }
        .components__container--flat-sides {
          padding-left: 0;
          padding-right: 0; }
        .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both {
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
        .components__container--flat-vertical-bottom {
          padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .components__container, .components__container--light, .components__container--round--light, .components__container--opacity-smallest, .components__container--round--opacity-smallest, .components__box--round--opacity-smallest, .components__container--round, .components__container--top, .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c, .components__container--flat-sides, .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both, .components__container--page, .components__container--small {
      padding: 30px 20px; }
      .components__container--small {
        padding: 20px; }
      .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c {
        padding: 0; }
        .components__container--flat-top {
          padding-top: 30px; }
        .components__container--flat-sides {
          padding-left: 0;
          padding-right: 0; }
        .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both {
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
        .components__container--flat-vertical-bottom {
          padding-bottom: 0; } }
  @media (min-width: 1224px) {
    .components__container, .components__container--light, .components__container--round--light, .components__container--opacity-smallest, .components__container--round--opacity-smallest, .components__box--round--opacity-smallest, .components__container--round, .components__container--top, .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c, .components__container--flat-sides, .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both, .components__container--page, .components__container--small {
      padding: 35px 30px; }
      .components__container--small {
        padding: 20px 30px; }
      .components__container--flat, .components__container--flat-top, .components__footer__join-us, .components__footer__group, .components__footer__customer-support, .components__footer__t-and-c {
        padding: 0; }
        .components__container--flat-top {
          padding-top: 35px; }
        .components__container--flat-sides {
          padding-left: 0;
          padding-right: 0; }
        .components__container--flat-vertical, .components__container--flat-vertical-bottom, .components__container--flat-vertical-both {
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
        .components__container--flat-vertical-bottom {
          padding-bottom: 0; } }
  @media (min-width: 1284px) {
    .components__container--page {
      padding-left: 0;
      padding-right: 0; } }

.components__box, .partners__affiliates, .components__error-page__container, .components__box--top, .components__box--flat, .components__box--flat-top, .components__box--opacity-smallest, .components__box--round, .components__box--round-small, .components__box--light, .components__box--white, .components__box--white-wide, .components__box--transparentwhite, .components__box--gray, .components__box--gray-gradient, .components__box--gray-gradient-dark, .components__box--gray-gradient-dark-reverse, .components__box--tiny, .components__box--smallest, .components__box--smaller, .components__box--small, .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape, .components__box31, .components__box21, .components__box13, .components__box4, .components__box223 {
  width: 100%;
  float: left;
  padding: 15px 10px;
  position: relative; }
  .components__box__suptitle, .components__box__suptitle--left, .components__box__suptitle--border, .components__box__suptitle--border--gray {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    color: #474747;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: left; }
    .components__box__suptitle--left {
      text-align: left; }
    .components__box__suptitle--border, .components__box__suptitle--border--gray {
      height: 18px; }
      .components__box__suptitle--border:before, .components__box__suptitle--border--gray:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
        background-color: #cccccc;
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px); }
      .components__box__suptitle--border span, .components__box__suptitle--border--gray span {
        padding: 0 20px;
        background-color: white;
        z-index: 100;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        white-space: nowrap; }
      .components__box__suptitle--border--gray span {
        background-color: #f0f0f0; }
  .components__box__title, .components__box__title--left, .components__box__title--border {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #474747;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: left; }
    .components__box__title--left {
      text-align: left; }
    .components__box__title--border {
      height: 16px; }
      .components__box__title--border:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
        background-color: #cccccc;
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px); }
      .components__box__title--border span {
        padding: 0 20px;
        background-color: white;
        z-index: 100;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        white-space: nowrap; }
  .components__box__subtitle, .components__box__subtitle--left {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: #474747;
    text-align: center;
    margin-bottom: 10px; }
    .components__box__subtitle--left {
      text-align: left; }
  .components__box--top {
    padding-top: 10px !important; }
  .components__box--flat, .components__box--flat-top {
    padding: 0 !important; }
    .components__box--flat-top {
      padding-top: 10px !important; }
  .components__box--opacity-smallest {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.85); }
  .components__box--round, .components__box--round-small {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden; }
    .components__box--round-small {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .components__box--light {
    background-color: rgba(255, 255, 255, 0.6); }
  .components__box--white, .components__box--white-wide {
    background-color: white; }
    .components__box--white-wide {
      background-color: transparent;
      padding: 15px 0; }
  .components__box--transparentwhite {
    background-color: rgba(255, 255, 255, 0.75); }
  .components__box--gray, .components__box--gray-gradient, .components__box--gray-gradient-dark, .components__box--gray-gradient-dark-reverse {
    background-color: #f0f0f0; }
  .components__box--tiny {
    padding: 1.25px; }
  .components__box--smallest {
    padding: 2.5px; }
  .components__box--smaller {
    padding: 5px; }
  .components__box--small {
    padding: 10px; }
  .components__box--no-bottom {
    padding-bottom: 0 !important; }
  .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape {
    margin-top: 5px;
    margin-bottom: 10px; }
    .components__box2-3-3, .components__box2-landscape-3-3 {
      width: calc(50% - 5px);
      margin-right: 0;
      margin-left: 5px;
      margin-top: 0;
      margin-bottom: 0; }
      .components__box2-3-3:first-child, .components__box2-landscape-3-3:first-child {
        margin-left: 0;
        margin-right: 5px; }
      .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child {
        display: none; }
  .components__box31 {
    margin-top: 5px;
    margin-bottom: 10px; }
  .components__box21 {
    margin-top: 5px;
    margin-bottom: 10px; }
  .components__box13 {
    margin-top: 5px;
    margin-bottom: 10px; }
  .components__box4 {
    margin-top: 5px;
    margin-bottom: 10px; }
    .components__box4:nth-child(3), .components__box4:nth-child(4) {
      display: none; }
  .components__box223 {
    margin-top: 5px;
    margin-bottom: 10px; }
  .components__box--gray-gradient--mobile {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
    background-image: linear-gradient(0deg,#dddddd, #f0f0f0); }
  .components__box--gray-gradient-dark {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(-90deg, #dddddd, #bfbdbd);
    background-image: linear-gradient(-180deg,#dddddd, #bfbdbd); }
    .components__box--gray-gradient-dark-reverse {
      background-color: #dddddd;
      background-image: -webkit-linear-gradient(-270deg, #dddddd, #bfbdbd);
      background-image: linear-gradient(0deg,#dddddd, #bfbdbd); }
  @media (min-width: 480px) {
    .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape {
      margin-top: 5px;
      margin-bottom: 10px; }
      .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3 {
        float: left;
        width: calc(50% - 5px);
        margin-right: 5px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box2-3:first-child, .components__box2-3-3:first-child, .components__box2-landscape-3-3:first-child, .components__box2-landscape-3:first-child {
          margin-left: 0;
          margin-right: 2.5px; }
        .components__box2-3:last-child, .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child, .components__box2-landscape-3:last-child {
          margin-right: 0;
          width: calc(100% - 5px);
          margin-left: 2.5px; }
        .components__box2-3-3, .components__box2-landscape-3-3 {
          width: calc(33.333333% - 10px);
          margin-left: 10px;
          margin-right: 10px; }
          .components__box2-3-3:first-child, .components__box2-landscape-3-3:first-child {
            margin-left: 0;
            margin-right: 5px; }
          .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child {
            width: calc(33.333333% - 10px);
            margin-right: 0;
            margin-left: 5px;
            display: block; }
    .components__box21--second {
      float: right;
      width: calc(33.333333% - 10px);
      margin-right: 0;
      margin-left: 10px;
      margin-top: 0;
      margin-bottom: 0; } }
  @media (min-width: 560px) {
    .components__box223 {
      float: left;
      width: calc(50% - 10px);
      margin-right: 10px;
      margin-top: 0;
      margin-bottom: 0; }
      .components__box223:last-child {
        margin-right: 0;
        margin-left: 10px; } }
  @media (min-width: 768px) {
    .components__box, .partners__affiliates, .components__error-page__container, .components__box--top, .components__box--flat, .components__box--flat-top, .components__box--opacity-smallest, .components__box--round, .components__box--round-small, .components__box--light, .components__box--white, .components__box--white-wide, .components__box--transparentwhite, .components__box--gray, .components__box--gray-gradient, .components__box--gray-gradient-dark, .components__box--gray-gradient-dark-reverse, .components__box--tiny, .components__box--smallest, .components__box--smaller, .components__box--small, .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape, .components__box31, .components__box21, .components__box13, .components__box4, .components__box223 {
      padding: 25px 15px; }
      .components__box > h4, .partners__affiliates > h4, .components__error-page__container > h4, .components__box--top > h4, .components__box--flat > h4, .components__box--flat-top > h4, .components__box--opacity-smallest > h4, .components__box--round > h4, .components__box--round-small > h4, .components__box--light > h4, .components__box--white > h4, .components__box--white-wide > h4, .components__box--transparentwhite > h4, .components__box--gray > h4, .components__box--gray-gradient > h4, .components__box--gray-gradient-dark > h4, .components__box--gray-gradient-dark-reverse > h4, .components__box--tiny > h4, .components__box--smallest > h4, .components__box--smaller > h4, .components__box--small > h4, .components__box2 > h4, .components__box2-3 > h4, .components__box2-3-3 > h4, .components__box2-landscape-3-3 > h4, .components__box2-landscape-3 > h4, .components__box2-landscape > h4, .components__box31 > h4, .components__box21 > h4, .components__box13 > h4, .components__box4 > h4, .components__box223 > h4 {
        font-size: 16px; }
      .components__box--white-wide {
        background-color: white; }
      .components__box--gray-gradient {
        background-color: #dddddd;
        background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
        background-image: linear-gradient(0deg,#dddddd, #f0f0f0); }
        .components__box--gray-gradient-dark {
          background-color: #dddddd;
          background-image: -webkit-linear-gradient(-90deg, #dddddd, #bfbdbd);
          background-image: linear-gradient(-180deg,#dddddd, #bfbdbd); }
          .components__box--gray-gradient-dark-reverse {
            background-color: #dddddd;
            background-image: -webkit-linear-gradient(-270deg, #dddddd, #bfbdbd);
            background-image: linear-gradient(0deg,#dddddd, #bfbdbd); }
      .components__box--no-bottom {
        padding-bottom: 0 !important; }
      .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3 {
        float: left;
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box2:last-child, .components__box2-3:last-child, .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child, .components__box2-landscape-3:last-child {
          margin-right: 0;
          margin-left: 10px; }
        .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3 {
          width: calc(33.333333% - 10px);
          margin-left: 10px;
          margin-right: 10px; }
          .components__box2-3:first-child, .components__box2-3-3:first-child, .components__box2-landscape-3-3:first-child {
            margin-left: 0;
            margin-right: 5px; }
          .components__box2-3:last-child, .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child {
            width: calc(33.333333% - 10px);
            margin-right: 0;
            margin-left: 5px;
            display: block; }
      .components__box21 {
        float: left;
        width: calc(66.666666% - 10px);
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box21:last-child {
          width: calc(33.333333% - 10px);
          margin-right: 0;
          margin-left: 10px; }
        .components__box21--second {
          float: right;
          width: calc(33.333333% - 10px);
          margin-right: 0;
          margin-left: 10px;
          margin-top: 0;
          margin-bottom: 0; }
      .components__box13 {
        float: left;
        width: calc(25% - 10px);
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box13:last-child {
          width: calc(75% - 10px);
          margin-right: 0;
          margin-left: 10px; }
      .components__box31 {
        float: left;
        width: calc(75% - 10px);
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box31:last-child {
          width: calc(25% - 10px);
          margin-right: 0;
          margin-left: 10px; }
      .components__box4 {
        float: left;
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box4:nth-child(2) {
          margin-right: 0;
          margin-left: 10px; }
        .components__box4:nth-child(3), .components__box4:nth-child(4) {
          display: none; }
      .components__box--flat, .components__box--flat-top {
        padding: 0 !important; }
        .components__box--flat-top {
          padding-top: 25px !important; }
      .components__box--small {
        padding: 10px; }
      .components__box--smaller {
        padding: 7.5px; }
      .components__box--smallest {
        padding: 5px; }
      .components__box--tiny {
        padding: 2.5px; } }
  @media (min-width: 1024px) {
    .components__box, .partners__affiliates, .components__error-page__container, .components__box--top, .components__box--flat, .components__box--flat-top, .components__box--opacity-smallest, .components__box--round, .components__box--round-small, .components__box--light, .components__box--white, .components__box--white-wide, .components__box--transparentwhite, .components__box--gray, .components__box--gray-gradient, .components__box--gray-gradient-dark, .components__box--gray-gradient-dark-reverse, .components__box--tiny, .components__box--smallest, .components__box--smaller, .components__box--small, .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape, .components__box31, .components__box21, .components__box13, .components__box4, .components__box223 {
      padding: 35px 30px; }
      .components__box > h4, .partners__affiliates > h4, .components__error-page__container > h4, .components__box--top > h4, .components__box--flat > h4, .components__box--flat-top > h4, .components__box--opacity-smallest > h4, .components__box--round > h4, .components__box--round-small > h4, .components__box--light > h4, .components__box--white > h4, .components__box--white-wide > h4, .components__box--transparentwhite > h4, .components__box--gray > h4, .components__box--gray-gradient > h4, .components__box--gray-gradient-dark > h4, .components__box--gray-gradient-dark-reverse > h4, .components__box--tiny > h4, .components__box--smallest > h4, .components__box--smaller > h4, .components__box--small > h4, .components__box2 > h4, .components__box2-3 > h4, .components__box2-3-3 > h4, .components__box2-landscape-3-3 > h4, .components__box2-landscape-3 > h4, .components__box2-landscape > h4, .components__box31 > h4, .components__box21 > h4, .components__box13 > h4, .components__box4 > h4, .components__box223 > h4 {
        font-size: 18px; }
      .components__box--no-bottom {
        padding-bottom: 0 !important; }
      .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box2:last-child, .components__box2-3:last-child, .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child, .components__box2-landscape-3:last-child, .components__box2-landscape:last-child {
          margin-right: 0;
          margin-left: 15px; }
        .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3 {
          width: calc(33.333333% - 10px);
          margin-left: 10px;
          margin-right: 10px; }
          .components__box2-3:first-child, .components__box2-3-3:first-child, .components__box2-landscape-3-3:first-child, .components__box2-landscape-3:first-child {
            margin-left: 0;
            margin-right: 5px; }
          .components__box2-3:last-child, .components__box2-3-3:last-child, .components__box2-landscape-3-3:last-child, .components__box2-landscape-3:last-child {
            margin-right: 0;
            margin-left: 5px;
            display: block; }
      .components__box223 {
        width: calc(33.333333% - 10px);
        margin-left: 10px;
        margin-right: 10px; }
        .components__box223:first-child {
          margin-left: 0;
          margin-right: 5px; }
        .components__box223:last-child {
          width: calc(33.333333% - 10px);
          margin-right: 0;
          margin-left: 5px;
          display: block; }
      .components__box21 {
        width: calc(66.666666% - 15px);
        margin-right: 15px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box21:last-child {
          width: calc(33.333333% - 15px);
          margin-right: 0;
          margin-left: 15px; }
        .components__box21--second {
          float: right;
          width: calc(33.333333% - 15px);
          margin-right: 0;
          margin-left: 15px;
          margin-top: 0;
          margin-bottom: 0; }
      .components__box4 {
        float: left;
        width: calc(25% - 20px);
        margin-right: 26.66667px;
        margin-top: 0;
        margin-bottom: 0; }
        .components__box4:last-child {
          margin-right: 0;
          margin-left: 0; }
        .components__box4:nth-child(2) {
          margin-left: 0;
          margin-right: 26.66667px; }
        .components__box4:nth-child(3), .components__box4:nth-child(4) {
          display: block; }
      .components__box--flat, .components__box--flat-top {
        padding: 0 !important; }
        .components__box--flat-top {
          padding-top: 35px !important; }
      .components__box--small {
        padding: 15px; }
      .components__box--smaller {
        padding: 12.5px; }
      .components__box--smallest {
        padding: 10px; }
      .components__box--tiny {
        padding: 5px; } }
  @media (min-width: 1224px) {
    .components__box, .partners__affiliates, .components__error-page__container, .components__box--top, .components__box--flat, .components__box--flat-top, .components__box--opacity-smallest, .components__box--round, .components__box--round-small, .components__box--light, .components__box--white, .components__box--white-wide, .components__box--transparentwhite, .components__box--gray, .components__box--gray-gradient, .components__box--gray-gradient-dark, .components__box--gray-gradient-dark-reverse, .components__box--tiny, .components__box--smallest, .components__box--smaller, .components__box--small, .components__box2, .components__box2-3, .components__box2-3-3, .components__box2-landscape-3-3, .components__box2-landscape-3, .components__box2-landscape, .components__box31, .components__box21, .components__box13, .components__box4, .components__box223 {
      padding: 40px 30px; }
      .components__box--flat, .components__box--flat-top {
        padding: 0 !important; }
        .components__box--flat-top {
          padding-top: 40px !important; }
      .components__box--small {
        padding: 20px; }
      .components__box--smaller {
        padding: 15px; }
      .components__box--smallest {
        padding: 10px; }
      .components__box--tiny {
        padding: 5px; }
      .components__box--no-bottom {
        padding-bottom: 0 !important; } }

.components__animated-paw {
  position: absolute;
  bottom: 0;
  height: 100%;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg); }
  .components__animated-paw .paw {
    position: absolute;
    width: 37px;
    height: 35px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .components__animated-paw .paw:nth-child(2n+1) {
      -webkit-transform: rotate(4deg);
      -moz-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      -o-transform: rotate(4deg);
      transform: rotate(4deg); }
    .components__animated-paw .paw.visible {
      opacity: 1; }
    .components__animated-paw .paw.visible-less {
      opacity: 0.7; }
  .components__animated-paw--big .paw {
    width: 48px;
    height: 45px; }
  .components__animated-paw--left {
    left: 0; }
    .components__animated-paw--left .paw {
      left: -10px;
      top: 0; }
      .components__animated-paw--left .paw:nth-child(2n+1) {
        left: -40px; }
  .components__animated-paw--right {
    right: 0; }
    .components__animated-paw--right .paw {
      right: -10px;
      bottom: 0; }
      .components__animated-paw--right .paw:nth-child(2n+1) {
        right: 20px; }
  .components__animated-paw--center {
    left: 50%; }
    .components__animated-paw--center .paw {
      left: -10px;
      bottom: 0; }
      .components__animated-paw--center .paw:nth-child(2n+1) {
        left: -40px; }
      .components__animated-paw--center .paw.visible {
        opacity: 0.25; }

.components__animated-arrows {
  position: absolute;
  left: calc(50% - 81px);
  top: -35px;
  width: 156px;
  height: 108px;
  font-size: 0px;
  background-image: url("/static/next/dist/images/icons/how-it-works/arrows/arrow-animation-gray-2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 156px 108px; }
  .components__animated-arrows img {
    position: absolute;
    clip: rect(0px 156px 0px 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.components__hero, .components__hero--dark {
  min-height: 28.75em;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .components__hero__title, .components__hero__title--small, .components__hero__title--side {
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    line-height: 110%;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 20px 0; }
    .components__hero__title span, .components__hero__title--small span, .components__hero__title--side span {
      width: 100%;
      display: block; }
    .components__hero__title--small {
      font-size: 32px; }
    .components__hero__title--side {
      text-align: left !important; }
  .components__hero__subtitle, .components__hero__subtitle--inline, .components__hero__subtitle--big, .components__hero__subtitle--side {
    color: #333333;
    padding: 25px 20px 0; }
    .components__hero__subtitle img, .components__hero__subtitle--inline img, .components__hero__subtitle--big img, .components__hero__subtitle--side img {
      width: 85px;
      display: inline-block;
      padding-top: 5px;
      vertical-align: top; }
    .components__hero__subtitle--inline {
      display: inline-block;
      padding-top: 0;
      position: relative; }
    .components__hero__subtitle--big {
      padding-top: 0;
      font-size: 22px !important; }
    .components__hero__subtitle--side {
      text-align: left !important; }
  .components__hero--dark .components__hero__title, .components__hero--dark .components__hero__title--small, .components__hero--dark .components__hero__title--side,
  .components__hero--dark .components__hero__suptitle,
  .components__hero--dark .components__hero__subtitle,
  .components__hero--dark .components__hero__subtitle--inline,
  .components__hero--dark .components__hero__subtitle--big,
  .components__hero--dark .components__hero__subtitle--side {
    color: white !important; }
  @media (min-width: 768px) {
    .components__hero, .components__hero--dark {
      min-height: 26.875em; }
      .components__hero__title, .components__hero__title--small, .components__hero__title--side {
        font-size: 48px;
        padding-top: 0; }
        .components__hero__title span, .components__hero__title--small span, .components__hero__title--side span {
          width: auto;
          display: inline-block; }
        .components__hero__title--small {
          font-size: 36px; }
        .components__hero__title--side {
          text-align: left !important;
          padding-left: 0 !important;
          padding-right: 0 !important; }
      .components__hero__subtitle, .components__hero__subtitle--inline, .components__hero__subtitle--big, .components__hero__subtitle--side {
        text-align: center;
        font-size: 17px;
        line-height: 140%;
        margin-bottom: 15px; }
        .components__hero__subtitle--side {
          text-align: left !important;
          padding-left: 0 !important;
          padding-right: 0 !important; } }
  @media (min-width: 1024px) {
    .components__hero__title, .components__hero__title--small, .components__hero__title--side {
      font-size: 60px; }
      .components__hero__title--small {
        font-size: 45px; } }
  @media (min-width: 1224px) {
    .components__hero__title, .components__hero__title--small, .components__hero__title--side {
      font-size: 70px; }
      .components__hero__title--small {
        font-size: 50px; } }

.components__seperator--line, .components__seperator--line-gray {
  width: 100%;
  float: left;
  height: 1px;
  margin: 5px auto; }
  .components__seperator--line-gray {
    background-color: #e6e6e6; }

.components__star {
  color: #fcc842;
  border: none;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 0; }

.components__trustpilot, .components__trustpilot--smallest, .components__trustpilot--light {
  width: 100%; }
  .components__trustpilot--smallest {
    height: 32px;
    background-color: rgba(71, 71, 71, 0.75); }
  .components__trustpilot--light {
    height: 70px;
    padding-top: 10px;
    background-color: #f0f0f0; }
    @media (min-width: 768px) {
      .components__trustpilot--light {
        height: 42px; } }

.components__gift-box h3 {
  text-align: center;
  margin-bottom: 10px; }

.components__gift-box h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 400; }
  .components__gift-box h5 span {
    color: #474747;
    display: block;
    width: 100%;
    font-weight: 500; }

.components__gift-box div {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }

.components__gift-box p {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  float: left;
  width: 100%;
  margin: 0 auto 10px; }

.components__gift-box--voucher {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
  background-image: linear-gradient(0deg,#dddddd, #f0f0f0);
  overflow: visible; }
  .components__gift-box--voucher h1 {
    margin-bottom: 0; }
  .components__gift-box--voucher p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px; }
  .components__gift-box--voucher__bow {
    position: absolute;
    left: -8px;
    top: -6px;
    width: 76px;
    height: 62px; }
  .components__gift-box--voucher__link {
    font-size: 16px !important; }

@media (min-width: 768px) {
  .components__gift-box h5 span {
    color: inherit;
    display: inline-block;
    width: auto;
    font-weight: 400; }
  .components__gift-box p {
    font-size: 14px; }
  .components__gift-box--voucher {
    background-image: url("/static/next/dist/images/gifts/bg-snowflakes.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 167px; }
    .components__gift-box--voucher h1 {
      margin-bottom: 10px; }
    .components__gift-box--voucher p {
      font-size: 16px;
      margin-right: 225px; }
    .components__gift-box--voucher__bow {
      display: none; }
    .components__gift-box--voucher__image {
      position: absolute;
      width: 215px;
      height: 153px;
      right: 3px;
      top: 5px; } }

@media (min-width: 1024px) {
  .components__gift-box--voucher {
    padding: 15px;
    height: 170px; }
    .components__gift-box--voucher h1,
    .components__gift-box--voucher p {
      margin-right: 320px;
      margin-left: 165px; }
    .components__gift-box--voucher h1 {
      font-size: 34px;
      margin-bottom: 14px; }
    .components__gift-box--voucher p {
      font-size: 16px; }
    .components__gift-box--voucher__bow {
      display: block;
      width: 174px;
      height: 185px;
      top: -24px;
      left: -4px; }
    .components__gift-box--voucher__image {
      position: absolute;
      width: 260px;
      height: 185px;
      right: 15px;
      top: -5px; } }

@media (min-width: 1224px) {
  .components__gift-box--voucher {
    padding: 15px; }
    .components__gift-box--voucher__image {
      right: 30px; } }

.components__community--homeowner > div > div, .components__community--housesitter > div > div {
  float: left;
  margin-bottom: 10px; }

.components__community--map {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: 500;
  background-color: rgba(71, 181, 73, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px; }
  .components__community--map-small {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .components__community--map-big {
    width: 50px;
    height: 50px;
    line-height: 50px; }

@media (min-width: 768px) {
  .components__community--housesitter, .components__community--homeowner {
    padding: 20px 10px; } }

@media (min-width: 1024px) {
  .components__community--housesitter, .components__community--homeowner {
    padding: 30px 20px; }
    .components__community--housesitter h5, .components__community--homeowner h5 {
      margin-bottom: 5px; }
    .components__community--housesitter .components__box__subtitle, .components__community--housesitter .components__box__subtitle--left, .components__community--homeowner .components__box__subtitle, .components__community--homeowner .components__box__subtitle--left {
      font-size: 16px; } }

.components__featured-in > div {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0;
  text-align: center; }

.components__featured-in__item {
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  /**
        * Sprite util functions are:
        * sprite-background-position-y($sprite-file-height, $sprite-height, $sprite-offset-y)
        * sprite-background-size($sprite-file-width, $sprite-width)
        * sprite-padding-bottom($sprite-height, $sprite-width)
        *
        * You can extract needed values with a tool like www.spritecow.com
        */ }
  .components__featured-in__item div {
    width: 100%;
    background-image: url(/static/next/dist/images/featured-in/featured-in-sprite.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 50%;
    opacity: 0.75;
    image-rendering: -webkit-optimize-contrast; }
  .components__featured-in__item--big-mobile, .components__featured-in__item--tablet {
    display: none; }
  .components__featured-in__item--opaque div {
    opacity: 1; }
  .components__featured-in__item .aarp {
    background-position-y: 62.7673%;
    background-size: 123.45679%;
    padding-bottom: 20.98765%; }
  .components__featured-in__item .bbc {
    background-position-y: 0.28562%;
    background-size: 117.9941%;
    padding-bottom: 28.61357%; }
  .components__featured-in__item .abc {
    background-position-y: 59.24745%;
    background-size: 357.14286%;
    padding-bottom: 100%; }
  .components__featured-in__item .abc-australian {
    background-position-y: 11.62197%;
    background-size: 404.0404%;
    padding-bottom: 117.17172%; }
  .components__featured-in__item .guardian {
    background-position-y: 26.33732%;
    background-size: 101.26582%;
    padding-bottom: 17.72152%; }
  .components__featured-in__item .sunday-times {
    background-position-y: 37.53943%;
    background-size: 101.26582%;
    padding-bottom: 19.74684%; }
  .components__featured-in__item .daily-telegraph {
    background-position-y: 30.11559%;
    background-size: 101.52284%;
    padding-bottom: 11.92893%; }
  .components__featured-in__item .new-york-times {
    background-position-y: 55.59035%;
    background-size: 101.78117%;
    padding-bottom: 13.99491%; }
  .components__featured-in__item .boston-globe {
    background-position-y: 51.81477%;
    background-size: 101.0101%;
    padding-bottom: 13.13131%; }
  .components__featured-in__item .forbes {
    background-position-y: 40.93476%;
    background-size: 175.4386%;
    padding-bottom: 26.31579%; }
  .components__featured-in__item .huffington-post {
    background-position-y: 44.44444%;
    background-size: 145.45455%;
    padding-bottom: 38.90909%; }
  .components__featured-in__item .usa-today {
    background-position-y: 48.13635%;
    background-size: 196.07843%;
    padding-bottom: 53.43137%; }
  .components__featured-in__item .age {
    background-position-y: 15.64838%;
    background-size: 101.52284%;
    padding-bottom: 10.15228%; }
  .components__featured-in__item .sydney-morning-herald {
    background-position-y: 22.8803%;
    background-size: 101.26582%;
    padding-bottom: 10.12658%; }
  .components__featured-in__item .herald-sun {
    background-position-y: 19.11028%;
    background-size: 101.52284%;
    padding-bottom: 14.2132%; }
  .components__featured-in__item .west-australian {
    background-position-y: 7.40741%;
    background-size: 142.34875%;
    padding-bottom: 41.28114%; }
  .components__featured-in__item .tvnz {
    background-position-y: 84.7196%;
    background-size: 137.93103%;
    padding-bottom: 25.51724%; }
  .components__featured-in__item .new-zealand-herald {
    background-position-y: 88.09003%;
    background-size: 100.75567%;
    padding-bottom: 12.34257%; }
  .components__featured-in__item .dominion-post {
    background-position-y: 91.50327%;
    background-size: 100.25063%;
    padding-bottom: 8.77193%; }
  .components__featured-in__item .stuff-co-nz {
    background-position-y: 95.76163%;
    background-size: 117.64706%;
    padding-bottom: 32.35294%; }
  .components__featured-in__item .otago-daily-times {
    background-position-y: 99.93622%;
    background-size: 119.40299%;
    padding-bottom: 33.43284%; }
  .components__featured-in__item .metro {
    background-position-y: 66.6033%;
    background-size: 138.4083%;
    padding-bottom: 31.83391%; }
  .components__featured-in__item .msn {
    background-position-y: 70.25397%;
    background-size: 151.51515%;
    padding-bottom: 37.12121%; }
  .components__featured-in__item .irish-independent {
    background-position-y: 73.68421%;
    background-size: 101.78117%;
    padding-bottom: 14.24936%; }
  .components__featured-in__item .news-talk {
    background-position-y: 81.31345%;
    background-size: 125.39185%;
    padding-bottom: 30.09404%; }
  .components__featured-in__item .irish-times {
    background-position-y: 77.05224%;
    background-size: 101.26582%;
    padding-bottom: 8.10127%; }

@media (min-width: 320px) {
  .components__featured-in__item {
    padding: 20px 10px;
    width: 50%; }
    .components__featured-in__item--mobile {
      width: 100%; }
    .components__featured-in__item--big {
      width: 65%; }
    .components__featured-in__item--small {
      width: 35%; } }

@media (min-width: 560px) {
  .components__featured-in {
    margin: 10px 0; }
    .components__featured-in__item {
      padding: 10px;
      width: 33.333333%; }
      .components__featured-in__item--mobile {
        display: none; }
      .components__featured-in__item--big-mobile {
        display: inline-block; }
        .components__featured-in__item--big-mobile--large {
          width: 50%; }
      .components__featured-in__item--mbig {
        width: 44.444444%; }
      .components__featured-in__item--msmall {
        width: 22.222222%; } }

@media (min-width: 768px) {
  .components__featured-in {
    margin: 20px 0; }
    .components__featured-in__item {
      padding: 0 5px;
      width: 16.666666%; }
      .components__featured-in__item--gb {
        width: 20%; }
      .components__featured-in__item--big-mobile {
        display: none; }
      .components__featured-in__item--tablet {
        display: inline-block; }
      .components__featured-in__item--bbigs {
        width: 23.3333333%; }
      .components__featured-in__item--bbig {
        width: 25%; }
      .components__featured-in__item--bmed {
        width: 15%; }
      .components__featured-in__item--bsmall {
        width: 10%; } }

@media (min-width: 1024px) {
  .components__featured-in__item {
    padding: 0 20px; } }

.components__awards {
  display: table;
  text-align: center;
  font-size: 0; }
  .components__awards div:nth-child(1) {
    display: inline-block; }
  .components__awards div:nth-child(2) {
    display: inline-block; }
  .components__awards__item {
    background-image: url(/static/next/dist/images/awards/awards-sprite.png);
    background-repeat: no-repeat;
    background-size: 240px 1080px;
    padding: 0 20px;
    width: 100%;
    height: 100px;
    display: none;
    vertical-align: middle;
    background-position-x: 50%; }
    .components__awards__item.virgin-voom {
      background-position-y: -2px; }
    .components__awards__item.lovies {
      background-position-y: -107px; }
    .components__awards__item.webbies {
      background-position-y: -212px; }
    .components__awards__item.good-web-guide {
      background-position-y: -317px; }
    .components__awards__item.trust-awards-bw {
      background-position-y: -422px; }
    .components__awards__item.tech-cities {
      background-position-y: -527px; }
    .components__awards__item.daily-mail {
      background-position-y: -632px; }
    .components__awards__item.readers-digest {
      background-position-y: -737px; }
    .components__awards__item.trust-awards {
      background-position-y: -842px; }
    .components__awards__item.trust-awards-australia {
      background-position-y: -947px; }
  @media (min-width: 480px) {
    .components__awards div {
      width: 50%; } }
  @media (min-width: 560px) {
    .components__awards {
      margin: 10px 0; }
      .components__awards div {
        width: 33.333333%; }
        .components__awards div:nth-child(3) {
          display: inline-block; } }
  @media (min-width: 768px) {
    .components__awards {
      margin: 20px 0; }
      .components__awards div {
        width: 25%; }
        .components__awards div:nth-child(4) {
          display: inline-block; } }
  @media (min-width: 1024px) {
    .components__awards div {
      width: 20%; }
      .components__awards div:nth-child(5) {
        display: inline-block; } }

.components__grid__wrapper:not(:last-child) > * {
  overflow: auto;
  margin-bottom: 15px; }

@media (min-width: 1024px) {
  .components__grid {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .components__grid__wrapper {
      display: table-cell;
      width: 100%; }
      .components__grid__wrapper:not(:last-child) > * {
        margin-bottom: 0;
        margin-right: 30px; } }

.components__cloud-background {
  background-image: url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-320-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: contain,  100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 768px) {
    .components__cloud-background {
      background-image: url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-768-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__cloud-background {
      background-size: 100%;
      background-image: url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-768-2560@2x.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  .components__cloud-background__signup {
    background-color: #d9e1ec;
    background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
    background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa);
    background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png");
    background-size: 768px 154px;
    background-repeat: no-repeat;
    background-position: center -1px; }
    @media (min-width: 768px) {
      .components__cloud-background__signup {
        background-size: 1024px 302px;
        background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"); } }
    @media (min-width: 1024px) {
      .components__cloud-background__signup {
        background-size: 1224px 302px;
        background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"); } }
    @media (min-width: 1224px) {
      .components__cloud-background__signup {
        background-size: 1920px 302px;
        background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"); } }
    @media (min-width: 1920px) {
      .components__cloud-background__signup {
        background-size: 2561px 302px;
        background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"); } }

.components__house-background {
  background-color: #d9e1ec;
  background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
  background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa);
  background-image: url("/static/next/dist/images/components/house-background/house-background-320.png"), url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-320-767.png");
  background-size: 100%, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top; }
  @media (min-width: 650px) {
    .components__house-background {
      background-image: url("/static/next/dist/images/components/house-background/house-background-767.png"), url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-320-767.png");
      background-position: bottom, center -30%; } }
  @media (min-width: 768px) {
    .components__house-background {
      background-image: url("/static/next/dist/images/components/house-background/house-background-768.png"), url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-768-2560.png");
      background-size: 100%, contain; } }
  @media (min-width: 1024px) {
    .components__house-background {
      background-image: url("/static/next/dist/images/components/house-background/house-background-2560.png"), url("/static/next/dist/images/components/cloud-background/clouds-notification-bar-center-768-2560@2x.png");
      background-position: bottom, top; } }
  @media (min-width: 1224px) {
    .components__house-background {
      background-size: 100%, 100%; } }

.components__background__signup__about {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__about {
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 114px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__about {
      background-size: 1024px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__about {
      background-size: 1224px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__about {
      background-size: 1920px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__about {
      background-size: 2561px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__checkout {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 275px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, top left, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 275px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__checkout {
      background-size: 768px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__checkout {
      background-size: 1224px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__checkout {
      background-size: 1920px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__checkout {
      background-size: 2561px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__home {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 114px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__home {
      background-size: 1024px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__home {
      background-size: 1224px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__home {
      background-size: 1920px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__home {
      background-size: 2561px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__intro {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 267px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 267px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__intro {
      background-size: 1024px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__intro {
      background-size: 1224px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__intro {
      background-size: 1920px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__intro {
      background-size: 2561px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__location {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 268px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center,  top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 268px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__location {
      background-size: 1024px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__location {
      background-size: 1224px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__location {
      background-size: 1920px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__location {
      background-size: 2561px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__pets {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 277px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 277px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__pets {
      background-size: 1024px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__pets {
      background-size: 1224px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/comonents/background/signup/pets/background--signup--pets-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__pets {
      background-size: 1920px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__pets {
      background-size: 2561px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__photos {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 360px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__photos {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 360px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__photos {
      background-size: 1024px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__photos {
      background-size: 1224px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__photos {
      background-size: 1920px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__photos {
      background-size: 2561px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__profile {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 276px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 276px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__profile {
      background-size: 1024px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__profile {
      background-size: 1224px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__profile {
      background-size: 1920px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__profile {
      background-size: 2561px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__register {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 404px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 404px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__register {
      background-size: 1024px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__register {
      background-size: 1224px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__register {
      background-size: 1920px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__register {
      background-size: 2561px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__with-clouds__about {
  background-color: #d9e1ec;
  background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-360.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-767.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 114px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-1024.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 382px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-1224.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 382px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-1920.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 382px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-2560.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 382px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__checkout {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 275px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 275px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 558px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 558px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 558px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 558px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__home {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 114px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 379px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 379px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 379px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 379px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__intro {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 267px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 267px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 555px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 555px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 555px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2560px 555px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__location {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 268px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 268px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 581px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 581px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 581px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2560px 581px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__pets {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 277px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 277px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 521px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 521px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 521px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 521px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__photos--ho {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 360px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 25%, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 360px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 1078px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 1078px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 1078px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 1078px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__photos--hs {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 360px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 25%, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 360px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 1078px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 1078px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 1078px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 1078px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__profile {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 276px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 276px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 512px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 512px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 512px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2560px 512px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__register {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 404px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 404px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 512px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 512px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 512px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 512px, 2753px 302px, 100% 100%; } }

.components__background__profile__manual {
  background-color: rgba(159, 199, 226, 0.6);
  background-image: url("/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg");
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: center top; }
  @media (min-width: 1024px) {
    .components__background__profile__manual {
      background-size: 100%; } }
  @media (min-width: 1224px) {
    .components__background__profile__manual {
      background-size: 1224px; } }

.components__hill-background {
  background-color: #d9e1ec;
  background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
  background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa);
  background-image: url("/static/next/dist/images/components/hill-background/hill-background-320.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom; }
  @media (min-width: 650px) {
    .components__hill-background {
      background-image: url("/static/next/dist/images/components/hill-background/hill-background-768.png"); } }
  @media (min-width: 768px) {
    .components__hill-background {
      background-size: 100%; } }
  @media (min-width: 1024px) {
    .components__hill-background {
      background-image: url("/static/next/dist/images/components/hill-background/hill-background-1024.png");
      background-position: bottom; } }
  @media (min-width: 1224px) {
    .components__hill-background {
      background-image: url("/static/next/dist/images/components/hill-background/hill-background-1224.png");
      background-size: 100%; } }

.components__notification-label, .accounts__profile__links__notification {
  width: 24px;
  height: 24px;
  background-color: #6699cc;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
  border-width: 0px;
  border-style: none;
  border-color: white;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75em;
  color: white; }

.components__trustpilot__trustpilot-overview {
  padding-bottom: 5px;
  background-color: rgba(71, 71, 71, 0.75);
  text-align: center; }
  .components__trustpilot__trustpilot-overview > a > div {
    display: inline-block;
    vertical-align: middle;
    color: #eee;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700; }
  .components__trustpilot__trustpilot-overview__stars > img {
    height: 16px;
    margin-top: 2px; }
  .components__trustpilot__trustpilot-overview__logo > img {
    height: 10px;
    margin-top: 2px; }

.components__tooltip {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 15px));
  -moz-transform: translate(-50%, calc(-100% - 15px));
  -ms-transform: translate(-50%, calc(-100% - 15px));
  -o-transform: translate(-50%, calc(-100% - 15px));
  transform: translate(-50%, calc(-100% - 15px));
  z-index: 500;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); }
  .components__tooltip:hover {
    display: block; }
  .components__tooltip > div {
    position: relative; }
    .components__tooltip > div:before {
      position: absolute;
      content: ' ';
      bottom: -30px;
      left: calc(50% - 15px);
      border: 15px solid transparent;
      border-color: white transparent transparent transparent; }
    .components__tooltip > div:after {
      content: ' ';
      position: absolute;
      left: 0;
      bottom: -20px;
      height: 20px;
      width: 100%;
      background: transparent; }
  .components__tooltip__title {
    padding: 10px;
    background-color: rgba(240, 240, 240, 0.55);
    border-bottom: 1px solid #e6e6e6;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
  .components__tooltip__content {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 140%; }

.components__why-it-works h3, .components__why-it-works > p {
  text-align: center; }

.components__why-it-works q {
  background-color: white;
  padding: 0.9em;
  border-radius: 0.625em;
  display: block;
  width: 80%;
  text-align: center;
  margin: 0.9em auto 0.9em auto;
  font-weight: bold; }

.trust-and-safety {
  color: #333333;
  font-size: 15px;
  line-height: 140%;
  text-align: center; }
  .trust-and-safety > div:not(:first-of-type) {
    padding: 20px 10px 30px; }
    .trust-and-safety > div:not(:first-of-type) > div {
      padding: 0; }
    .trust-and-safety > div:not(:first-of-type):not(:last-of-type) {
      border-bottom: 1px dashed #cccccc; }
  .trust-and-safety__hero {
    background-image: url("/static/next/dist/images/trust-and-safety/trust-and-safety-hero.jpg");
    height: 250px;
    background-size: 610px 340px;
    background-repeat: no-repeat;
    background-position: center; }
    .trust-and-safety__hero > h2 {
      color: white;
      line-height: 250px; }
  .trust-and-safety__pledge > div {
    max-width: 700px; }
    .trust-and-safety__pledge > div > h5 {
      font-size: 18px; }
    .trust-and-safety__pledge > div > button {
      font-size: 17px;
      width: 100%;
      border: none;
      height: 50px;
      max-width: 300px; }
  .trust-and-safety__verifications__wrapper__contents {
    display: flex;
    flex-direction: column; }
    .trust-and-safety__verifications__wrapper__contents > div {
      flex: 1;
      text-align: left; }
      .trust-and-safety__verifications__wrapper__contents > div > h6 {
        font-size: 16px; }
    .trust-and-safety__verifications__wrapper__contents > ul {
      flex: 1; }
  .trust-and-safety__verifications__wrapper > h5 {
    font-size: 18px;
    margin-bottom: 20px; }
  .trust-and-safety__verifications__wrapper > img {
    margin: 0 auto 20px;
    max-width: 550px; }
  .trust-and-safety__verifications__wrapper__basic:not(:last-of-type), .trust-and-safety__verifications__wrapper__standard:not(:last-of-type), .trust-and-safety__verifications__wrapper__enhanced:not(:last-of-type) {
    margin-bottom: 10px; }
  .trust-and-safety__verifications__wrapper__basic > input, .trust-and-safety__verifications__wrapper__standard > input, .trust-and-safety__verifications__wrapper__enhanced > input {
    display: none; }
    .trust-and-safety__verifications__wrapper__basic > input:checked ~ div:first-of-type > img:last-of-type, .trust-and-safety__verifications__wrapper__standard > input:checked ~ div:first-of-type > img:last-of-type, .trust-and-safety__verifications__wrapper__enhanced > input:checked ~ div:first-of-type > img:last-of-type {
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
      ms-transform: rotate(180deg); }
    .trust-and-safety__verifications__wrapper__basic > input:checked ~ div:last-of-type, .trust-and-safety__verifications__wrapper__standard > input:checked ~ div:last-of-type, .trust-and-safety__verifications__wrapper__enhanced > input:checked ~ div:last-of-type {
      display: block; }
  .trust-and-safety__verifications__wrapper__basic__label, .trust-and-safety__verifications__wrapper__standard__label, .trust-and-safety__verifications__wrapper__enhanced__label {
    background-color: #d9e1ec;
    padding: 10px 15px; }
    .trust-and-safety__verifications__wrapper__basic__label > h6, .trust-and-safety__verifications__wrapper__standard__label > h6, .trust-and-safety__verifications__wrapper__enhanced__label > h6 {
      margin-bottom: 0;
      float: left;
      line-height: 47px;
      margin-left: 10px;
      font-size: 16px; }
    .trust-and-safety__verifications__wrapper__basic__label > img, .trust-and-safety__verifications__wrapper__standard__label > img, .trust-and-safety__verifications__wrapper__enhanced__label > img {
      float: left; }
      .trust-and-safety__verifications__wrapper__basic__label > img:last-of-type, .trust-and-safety__verifications__wrapper__standard__label > img:last-of-type, .trust-and-safety__verifications__wrapper__enhanced__label > img:last-of-type {
        float: right;
        position: absolute;
        right: 15px;
        top: calc(50% - 6.5px); }
    .trust-and-safety__verifications__wrapper__basic__label:hover, .trust-and-safety__verifications__wrapper__standard__label:hover, .trust-and-safety__verifications__wrapper__enhanced__label:hover {
      cursor: pointer; }
  .trust-and-safety__verifications__wrapper__basic__content, .trust-and-safety__verifications__wrapper__standard__content, .trust-and-safety__verifications__wrapper__enhanced__content {
    display: none;
    background-color: rgba(217, 225, 236, 0.55);
    margin-top: 5px; }
    .trust-and-safety__verifications__wrapper__basic__content > div, .trust-and-safety__verifications__wrapper__standard__content > div, .trust-and-safety__verifications__wrapper__enhanced__content > div {
      padding: 0 10px; }
      .trust-and-safety__verifications__wrapper__basic__content > div > ul, .trust-and-safety__verifications__wrapper__standard__content > div > ul, .trust-and-safety__verifications__wrapper__enhanced__content > div > ul {
        float: left;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 20px; }
        .trust-and-safety__verifications__wrapper__basic__content > div > ul > li:not(:last-of-type), .trust-and-safety__verifications__wrapper__standard__content > div > ul > li:not(:last-of-type), .trust-and-safety__verifications__wrapper__enhanced__content > div > ul > li:not(:last-of-type) {
          margin-bottom: 5px; }
        .trust-and-safety__verifications__wrapper__basic__content > div > ul > li > img, .trust-and-safety__verifications__wrapper__standard__content > div > ul > li > img, .trust-and-safety__verifications__wrapper__enhanced__content > div > ul > li > img {
          float: left; }
        .trust-and-safety__verifications__wrapper__basic__content > div > ul > li > span, .trust-and-safety__verifications__wrapper__standard__content > div > ul > li > span, .trust-and-safety__verifications__wrapper__enhanced__content > div > ul > li > span {
          line-height: 22px;
          max-width: calc(100% - (22px + 10px));
          margin-left: 10px;
          float: left; }
      .trust-and-safety__verifications__wrapper__basic__content > div > p, .trust-and-safety__verifications__wrapper__standard__content > div > p, .trust-and-safety__verifications__wrapper__enhanced__content > div > p {
        float: left;
        padding-top: 10px; }
  .trust-and-safety__reviews-and-feedback > div > div > h5 {
    font-size: 18px; }
  .trust-and-safety__reviews-and-feedback > div > div > div {
    background-color: transparent;
    padding: 30px 20px; }
    .trust-and-safety__reviews-and-feedback > div > div > div:not(:last-of-type) {
      margin-bottom: 10px; }
    .trust-and-safety__reviews-and-feedback > div > div > div > img {
      margin: 0 auto 20px; }
    .trust-and-safety__reviews-and-feedback > div > div > div > p {
      margin-bottom: 0; }
    .trust-and-safety__reviews-and-feedback > div > div > div h6 {
      font-size: 16px; }
  .trust-and-safety__support > div > h4 {
    font-size: 20px; }
  .trust-and-safety__support > div > div:not(:last-of-type) {
    margin-bottom: 30px; }
  .trust-and-safety__support > div > div > div {
    margin-bottom: 15px; }
  .trust-and-safety__support > div > div > p {
    margin-bottom: 0; }
    .trust-and-safety__support > div > div > p > span {
      font-size: 12px; }
  .trust-and-safety__trustpilot {
    overflow: hidden;
    background: none; }
  .trust-and-safety__help-center.trust-and-safety__help-center.trust-and-safety__help-center.trust-and-safety__help-center {
    background: none;
    border-bottom: none; }
  .trust-and-safety__help-center > div > h4 {
    font-size: 20px; }
  .trust-and-safety__help-center > div > h5 {
    margin-bottom: 0;
    font-size: 18px; }
  .trust-and-safety__pledge-popup {
    font-size: 14px;
    display: block;
    overflow: scroll;
    width: 100%;
    top: 0;
    margin: 0; }
    .trust-and-safety__pledge-popup .app__modal__container {
      max-width: 824px;
      margin: auto; }
  @media (min-width: 480px) {
    .trust-and-safety__hero {
      height: 340px;
      background-size: 836px 462px; }
      .trust-and-safety__hero > h2 {
        line-height: 340px; } }
  @media (min-width: 768px) {
    .trust-and-safety {
      font-size: 16px; }
      .trust-and-safety__hero {
        height: 420px;
        background-size: 1025px 571px; }
        .trust-and-safety__hero > h2 {
          line-height: 420px;
          font-size: 36px; }
      .trust-and-safety > div:not(:first-of-type) {
        padding: 60px 20px; }
      .trust-and-safety__pledge {
        font-size: 17px;
        padding-top: 32px !important; }
        .trust-and-safety__pledge > div > h5 {
          font-size: 26px; }
      .trust-and-safety__verifications__wrapper__contents {
        flex-direction: row; }
        .trust-and-safety__verifications__wrapper__contents > div {
          padding-right: 20px; }
      .trust-and-safety__verifications__wrapper > h5 {
        font-size: 26px;
        margin-bottom: 50px; }
      .trust-and-safety__verifications__wrapper > img {
        width: calc(50% - 15px);
        margin: 0 15px 0 0;
        float: left; }
      .trust-and-safety__verifications__wrapper > div > h6 {
        font-size: 20px; }
      .trust-and-safety__verifications__wrapper__basic__label > h6, .trust-and-safety__verifications__wrapper__standard__label > h6, .trust-and-safety__verifications__wrapper__enhanced__label > h6 {
        font-size: 18px; }
      .trust-and-safety__reviews-and-feedback > div > h5 {
        font-size: 26px;
        margin-bottom: 50px; }
      .trust-and-safety__reviews-and-feedback > div > div {
        height: 100%;
        display: table; }
        .trust-and-safety__reviews-and-feedback > div > div > div {
          width: calc(100%/3 - (2*20px)/3);
          display: table-cell;
          padding: 20px 15px;
          margin-bottom: 0 !important;
          height: calc(100% + 40px); }
          .trust-and-safety__reviews-and-feedback > div > div > div:not(:last-of-type) {
            margin-right: 10px; }
          .trust-and-safety__reviews-and-feedback > div > div > div:not(:first-of-type) {
            margin-left: 10px; }
          .trust-and-safety__reviews-and-feedback > div > div > div h6 {
            font-size: 18px; }
      .trust-and-safety__support > div > h4 {
        font-size: 28px;
        margin-bottom: 50px; }
      .trust-and-safety__support > div > div {
        width: calc(50% - 10px);
        margin-bottom: 0 !important;
        float: left;
        text-align: left; }
        .trust-and-safety__support > div > div > h6 {
          font-size: 18px; }
        .trust-and-safety__support > div > div:first-of-type {
          margin-right: 10px; }
        .trust-and-safety__support > div > div:last-of-type {
          margin-left: 10px; }
        .trust-and-safety__support > div > div > p > span {
          font-size: 14px; }
      .trust-and-safety__help-center h4, .trust-and-safety__help-center h5 {
        font-size: 28px !important; }
      .trust-and-safety__pledge-popup .app__modal__container {
        padding: 40px; }
      .trust-and-safety__pledge-popup__checkbox {
        width: 10%; }
      .trust-and-safety__pledge-popup__checkbox-text {
        width: 90%; } }
  @media (min-width: 1024px) {
    .trust-and-safety__hero {
      background-size: cover; }
    .trust-and-safety > div:not(:first-of-type) {
      padding: 60px 30px; }
    .trust-and-safety__verifications__wrapper {
      padding: 0 30px !important; }
      .trust-and-safety__verifications__wrapper > h5 {
        font-size: 28px; }
      .trust-and-safety__verifications__wrapper > img {
        max-width: 475px;
        margin-right: 40px; }
      .trust-and-safety__verifications__wrapper > div {
        margin-left: 40px; }
      .trust-and-safety__verifications__wrapper__basic__content, .trust-and-safety__verifications__wrapper__standard__content, .trust-and-safety__verifications__wrapper__enhanced__content {
        padding: 15px 15px 30px; }
    .trust-and-safety__reviews-and-feedback > div > h5 {
      font-size: 28px; }
    .trust-and-safety__reviews-and-feedback > div > div > div {
      width: calc(100%/3 - (2*30px)/3);
      height: calc(100% + 40px + 15px); }
      .trust-and-safety__reviews-and-feedback > div > div > div:not(:last-of-type) {
        margin-right: 15px; }
      .trust-and-safety__reviews-and-feedback > div > div > div:not(:first-of-type) {
        margin-left: 15px; }
    .trust-and-safety__support > div > div {
      width: calc(50% - 20px); }
      .trust-and-safety__support > div > div:first-of-type {
        margin-right: 20px; }
      .trust-and-safety__support > div > div:last-of-type {
        margin-left: 20px; } }
  @media (min-width: 1224px) {
    .trust-and-safety__support > div {
      padding: 0 40px !important; }
    .trust-and-safety__reviews-and-feedback > div > div > div {
      padding-left: 50px;
      padding-right: 50px; } }

.verifications__references__provide, .verifications__references__provided {
  background-color: #f0efed;
  overflow: auto; }
  .verifications__references__provide section, .verifications__references__provided section {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 0.9em;
    padding-bottom: 0.9em; }
    .verifications__references__provide section ul, .verifications__references__provided section ul {
      margin-left: 0.9em;
      margin-bottom: 0.9em; }
      .verifications__references__provide section ul li, .verifications__references__provided section ul li {
        margin-left: 0.9em;
        list-style-type: disc; }
    .verifications__references__provide section form:last-child, .verifications__references__provided section form:last-child {
      margin-top: 0.9em; }
    .verifications__references__provide section a, .verifications__references__provided section a {
      text-decoration: underline;
      color: #9fc7e2; }
  @media (min-width: 47em) {
    .verifications__references__provide section, .verifications__references__provided section {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%; } }

.testimonials__trustpilot {
  width: 100%;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%; }
  .testimonials__trustpilot h2 {
    text-align: center; }
  .testimonials__trustpilot .trustpilot-widget iframe {
    height: 2160px !important; }
  @media (min-width: 47em) {
    .testimonials__trustpilot {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%; } }
  .ielt9 .testimonials__trustpilot {
    width: 75%;
    float: left;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 1.25%;
    padding-right: 1.25%; }
  @media (min-width: 32.875em) {
    .testimonials__trustpilot .trustpilot-widget iframe {
      height: 1100px !important; } }
  .ielt9 .testimonials__trustpilot .trustpilot-widget iframe {
    height: 1100px !important; }
  @media (min-width: 64.625em) {
    .testimonials__trustpilot .trustpilot-widget iframe {
      height: 750px !important; } }
  .ielt9 .testimonials__trustpilot .trustpilot-widget iframe {
    height: 750px !important; }
  @media (min-width: 103.4375em) {
    .testimonials__trustpilot .trustpilot-widget iframe {
      height: 570px !important; } }
  .ielt9 .testimonials__trustpilot .trustpilot-widget iframe {
    height: 570px !important; }

.new-visitor-flow.no-scroll {
  overflow-y: scroll; }

.new-visitor-flow > header {
  background-color: transparent;
  padding: 20px 30px;
  height: 93px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .new-visitor-flow > header > a > img {
    width: 320px;
    height: 54px;
    opacity: 1;
    position: absolute;
    left: 30px;
    top: 20px;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .new-visitor-flow > header > a > img.open {
      opacity: 0; }
  .new-visitor-flow > header.open img {
    opacity: 0; }
    .new-visitor-flow > header.open img.open {
      opacity: 1; }
  .new-visitor-flow > header > ul {
    float: right;
    padding: 10px 0; }
    .new-visitor-flow > header > ul li {
      float: left;
      margin-left: 18px;
      cursor: pointer; }

.new-visitor-flow > header.open + main {
  opacity: 0; }

.new-visitor-flow__menu {
  opacity: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #67c17a;
  z-index: -1;
  top: 0;
  position: fixed;
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .new-visitor-flow__menu__container {
    max-width: 1040px;
    width: 100%;
    margin: 143px auto 0; }
  .new-visitor-flow__menu__seperator {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 93px auto 0;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
  .new-visitor-flow__menu__side {
    width: 450px;
    float: left; }
    .new-visitor-flow__menu__side:first-child {
      margin-right: 140px; }
    .new-visitor-flow__menu__side h3 {
      font-size: 32px;
      font-weight: 700;
      margin: 0 0 20px;
      color: white; }
    .new-visitor-flow__menu__side ul {
      position: relative;
      margin: 0 0 32px; }
      .new-visitor-flow__menu__side ul:before {
        content: ' ';
        position: absolute;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 6px 2px;
        background-repeat: repeat-x;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px; }
      .new-visitor-flow__menu__side ul li {
        font-size: 24px;
        font-weight: 500;
        line-height: 44px;
        padding: 14px 0 20px;
        color: white;
        position: relative;
        cursor: pointer; }
        .new-visitor-flow__menu__side ul li:after {
          content: ' ';
          position: absolute;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 0%);
          background-position: bottom;
          background-size: 6px 2px;
          background-repeat: repeat-x;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px; }
        .new-visitor-flow__menu__side ul li a {
          color: white; }
        .new-visitor-flow__menu__side ul li span {
          border-bottom: 3px solid transparent;
          -webkit-transition: border 250ms ease-in-out;
          -moz-transition: border 250ms ease-in-out;
          transition: border 250ms ease-in-out; }
        .new-visitor-flow__menu__side ul li:hover span {
          border-bottom: 3px solid white; }
    .new-visitor-flow__menu__side > div {
      padding-bottom: 20px; }
    .new-visitor-flow__menu__side__homeowner--join, .new-visitor-flow__menu__side__homeowner--register, .new-visitor-flow__menu__side__housesitter--join, .new-visitor-flow__menu__side__housesitter--register {
      width: 290px;
      height: 60px;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      color: white;
      border: 3px solid transparent;
      cursor: pointer;
      -webkit-transition: border 250ms ease-in-out;
      -moz-transition: border 250ms ease-in-out;
      transition: border 250ms ease-in-out;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .new-visitor-flow__menu__side__homeowner--join:hover, .new-visitor-flow__menu__side__homeowner--register:hover, .new-visitor-flow__menu__side__housesitter--join:hover, .new-visitor-flow__menu__side__housesitter--register:hover {
        border: 3px solid white; }
    .new-visitor-flow__menu__side__homeowner--join, .new-visitor-flow__menu__side__housesitter--join {
      line-height: 54px; }
    .new-visitor-flow__menu__side__homeowner--register, .new-visitor-flow__menu__side__housesitter--register {
      background-color: #fd4273;
      padding-top: 3px; }
      .new-visitor-flow__menu__side__homeowner--register span, .new-visitor-flow__menu__side__housesitter--register span {
        display: block; }
    .new-visitor-flow__menu__side__homeowner--join {
      background-color: #6699CC; }
    .new-visitor-flow__menu__side__housesitter--join {
      background-color: #47b549; }
  .new-visitor-flow__menu.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .new-visitor-flow__menu.open .new-visitor-flow__menu__seperator {
    opacity: 0.6; }

.new-visitor-flow > main {
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out; }
  .new-visitor-flow > main > section {
    width: 100%; }

.new-visitor-flow__header__login {
  background-image: url(/static/next/dist/images/icons/login/login-white.svg);
  background-size: 34px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: white;
  padding-left: 43px; }
  .new-visitor-flow__header__login a {
    color: white; }

.new-visitor-flow__header__toggle {
  width: 42px;
  height: 30px;
  margin: 2px 0;
  position: relative; }
  .new-visitor-flow__header__toggle span, .new-visitor-flow__header__toggle:before, .new-visitor-flow__header__toggle:after {
    display: block;
    width: 42px;
    height: 6px;
    background-color: white;
    position: absolute;
    left: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .new-visitor-flow__header__toggle:before, .new-visitor-flow__header__toggle:after {
    content: ' '; }
  .new-visitor-flow__header__toggle span {
    top: 50%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .new-visitor-flow__header__toggle:before {
    top: 0; }
  .new-visitor-flow__header__toggle:after {
    bottom: 0; }
  .new-visitor-flow__header__toggle.open span {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center; }
    .new-visitor-flow__header__toggle.open span:first-child {
      -webkit-transform: translateY(-3px) rotate(45deg);
      -moz-transform: translateY(-3px) rotate(45deg);
      -ms-transform: translateY(-3px) rotate(45deg);
      -o-transform: translateY(-3px) rotate(45deg);
      transform: translateY(-3px) rotate(45deg); }
    .new-visitor-flow__header__toggle.open span:last-child {
      -webkit-transform: translateY(-3px) rotate(-45deg);
      -moz-transform: translateY(-3px) rotate(-45deg);
      -ms-transform: translateY(-3px) rotate(-45deg);
      -o-transform: translateY(-3px) rotate(-45deg);
      transform: translateY(-3px) rotate(-45deg); }
  .new-visitor-flow__header__toggle.open:before {
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-3px) scale(0);
    -moz-transform: translateY(-3px) scale(0);
    -ms-transform: translateY(-3px) scale(0);
    -o-transform: translateY(-3px) scale(0);
    transform: translateY(-3px) scale(0); }
  .new-visitor-flow__header__toggle.open:after {
    opacity: 0;
    bottom: 50%;
    -webkit-transform: translateY(3px) scale(0);
    -moz-transform: translateY(3px) scale(0);
    -ms-transform: translateY(3px) scale(0);
    -o-transform: translateY(3px) scale(0);
    transform: translateY(3px) scale(0); }

.new-visitor-flow__header.homeowner .new-visitor-flow__header__login,
.new-visitor-flow__header.housesitter .new-visitor-flow__header__login {
  color: #47b549;
  background-image: url(/static/next/dist/images/icons/login/login.svg); }
  .new-visitor-flow__header.homeowner .new-visitor-flow__header__login a,
  .new-visitor-flow__header.housesitter .new-visitor-flow__header__login a {
    color: #47b549; }

.new-visitor-flow__header.homeowner--v2 .new-visitor-flow__header__login,
.new-visitor-flow__header.housesitter--v2 .new-visitor-flow__header__login {
  color: white;
  background-image: url(/static/next/dist/images/icons/login/login-white.svg); }
  .new-visitor-flow__header.homeowner--v2 .new-visitor-flow__header__login a,
  .new-visitor-flow__header.housesitter--v2 .new-visitor-flow__header__login a {
    color: white; }

.new-visitor-flow__header.homeowner .new-visitor-flow__header__toggle span, .new-visitor-flow__header.homeowner .new-visitor-flow__header__toggle:before, .new-visitor-flow__header.homeowner .new-visitor-flow__header__toggle:after,
.new-visitor-flow__header.housesitter .new-visitor-flow__header__toggle span,
.new-visitor-flow__header.housesitter .new-visitor-flow__header__toggle:before,
.new-visitor-flow__header.housesitter .new-visitor-flow__header__toggle:after {
  background-color: #47b549; }

.new-visitor-flow__header.homeowner--v2 .new-visitor-flow__header__toggle span, .new-visitor-flow__header.homeowner--v2 .new-visitor-flow__header__toggle:before, .new-visitor-flow__header.homeowner--v2 .new-visitor-flow__header__toggle:after,
.new-visitor-flow__header.housesitter--v2 .new-visitor-flow__header__toggle span,
.new-visitor-flow__header.housesitter--v2 .new-visitor-flow__header__toggle:before,
.new-visitor-flow__header.housesitter--v2 .new-visitor-flow__header__toggle:after {
  background-color: white; }

.new-visitor-flow__header.open .new-visitor-flow__header__login,
.new-visitor-flow__header.open .new-visitor-flow__header__login {
  color: white;
  background-image: url(/static/next/dist/images/icons/login/login-white.svg); }

.new-visitor-flow__header.open a {
  color: white !important; }

.new-visitor-flow__header.open .new-visitor-flow__header__toggle span, .new-visitor-flow__header.open .new-visitor-flow__header__toggle:before, .new-visitor-flow__header.open .new-visitor-flow__header__toggle:after,
.new-visitor-flow__header.open .new-visitor-flow__header__toggle span,
.new-visitor-flow__header.open .new-visitor-flow__header__toggle:before,
.new-visitor-flow__header.open .new-visitor-flow__header__toggle:after {
  background-color: white !important; }

.new-visitor-flow__down-arrow {
  position: absolute;
  right: 40px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: #474747;
  border-radius: 100%;
  cursor: pointer; }
  .new-visitor-flow__down-arrow:before, .new-visitor-flow__down-arrow:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 5px;
    background-color: white;
    position: absolute;
    top: calc(50% - 2px);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center; }
  .new-visitor-flow__down-arrow:before {
    left: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .new-visitor-flow__down-arrow:after {
    right: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.new-visitor-flow__homeowner__header, .new-visitor-flow__housesitter__header {
  float: left;
  width: 100%;
  padding: 10px 10px 15px;
  background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(to right, #d9e1ec, #9fc7e2);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center -1px, top left;
  background: -moz-linear-gradient(to right, #d9e1ec, #9fc7e2), -webkit-gradient(to right, #d9e1ec, #9fc7e2), -ms-linear-gradient(to right, #d9e1ec, #9fc7e2), linear-gradient(to right, #d9e1ec, #9fc7e2); }
  .new-visitor-flow__homeowner__header > div, .new-visitor-flow__housesitter__header > div {
    max-width: 1060px;
    margin: 0 auto;
    padding: 130px 0 40px; }
    .new-visitor-flow__homeowner__header > div h1, .new-visitor-flow__housesitter__header > div h1 {
      font-size: 56px;
      line-height: 68px;
      font-weight: 700;
      color: #333333;
      width: calc(100% - 375px);
      float: left; }
      .new-visitor-flow__homeowner__header > div h1 span, .new-visitor-flow__housesitter__header > div h1 span {
        color: #f181ae; }
    .new-visitor-flow__homeowner__header > div > div, .new-visitor-flow__housesitter__header > div > div {
      background-color: white;
      position: relative;
      float: right;
      padding: 25px 30px;
      -webkit-border-radius: 20px 20px 0 20px;
      -moz-border-radius: 20px 20px 0 20px;
      -ms-border-radius: 20px 20px 0 20px;
      border-radius: 20px 20px 0 20px; }
      .new-visitor-flow__homeowner__header > div > div:after, .new-visitor-flow__housesitter__header > div > div:after {
        content: ' ';
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: 0;
        right: -39px;
        background-image: url(/static/next/dist/images/new-visitor-flow/bubble-tail.svg);
        background-repeat: no-repeat; }

.new-visitor-flow__homeowner__search-actions, .new-visitor-flow__housesitter__search-actions {
  text-align: center;
  padding-bottom: 45px;
  width: 100%;
  float: left; }
  .new-visitor-flow__homeowner__search-actions > div, .new-visitor-flow__housesitter__search-actions > div {
    display: inline-block; }
  .new-visitor-flow__homeowner__search-actions .new-visitor-flow__housesitter__join-actions__register-button, .new-visitor-flow__housesitter__search-actions .new-visitor-flow__housesitter__join-actions__register-button {
    background-color: #47b549; }
    .new-visitor-flow__homeowner__search-actions .new-visitor-flow__housesitter__join-actions__register-button:hover, .new-visitor-flow__housesitter__search-actions .new-visitor-flow__housesitter__join-actions__register-button:hover {
      background-color: #67c17a; }
  .new-visitor-flow__homeowner__search-actions .new-visitor-flow__homeowner__join-actions__register-button, .new-visitor-flow__housesitter__search-actions .new-visitor-flow__homeowner__join-actions__register-button {
    background-color: #6699CC; }
    .new-visitor-flow__homeowner__search-actions .new-visitor-flow__homeowner__join-actions__register-button:hover, .new-visitor-flow__housesitter__search-actions .new-visitor-flow__homeowner__join-actions__register-button:hover {
      background-color: #9fc7e2; }

.new-visitor-flow__homeowner__join-actions, .new-visitor-flow__housesitter__join-actions {
  padding: 40px 0 50px;
  background-color: rgba(159, 199, 226, 0.55);
  float: left;
  width: 100%; }
  .new-visitor-flow__homeowner__join-actions__wrapper, .new-visitor-flow__housesitter__join-actions__wrapper {
    width: 740px;
    margin: 0 auto; }
    .new-visitor-flow__homeowner__join-actions__wrapper > div, .new-visitor-flow__housesitter__join-actions__wrapper > div {
      float: left;
      width: calc(50% - 33px);
      text-align: center; }
      .new-visitor-flow__homeowner__join-actions__wrapper > div h3, .new-visitor-flow__housesitter__join-actions__wrapper > div h3 {
        font-size: 24px;
        font-weight: 700;
        color: #474747;
        text-align: center; }
      .new-visitor-flow__homeowner__join-actions__wrapper > div > p, .new-visitor-flow__housesitter__join-actions__wrapper > div > p {
        font-size: 18px;
        color: #474747;
        font-weight: 500;
        text-align: center;
        margin-bottom: 8px; }
      .new-visitor-flow__homeowner__join-actions__wrapper > div > span, .new-visitor-flow__housesitter__join-actions__wrapper > div > span {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        cursor: pointer; }
      .new-visitor-flow__homeowner__join-actions__wrapper > div:nth-child(2), .new-visitor-flow__housesitter__join-actions__wrapper > div:nth-child(2) {
        width: 65px;
        font-size: 24px;
        font-weight: 700;
        margin-top: 60px; }
  .new-visitor-flow__homeowner__join-actions__register-button, .new-visitor-flow__homeowner__join-actions__join-button, .new-visitor-flow__housesitter__join-actions__register-button, .new-visitor-flow__housesitter__join-actions__join-button {
    width: 300px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: white;
    border: 3px solid transparent;
    cursor: pointer;
    line-height: 54px;
    margin-bottom: 12px;
    display: inline-block;
    -webkit-transition: border 250ms ease-in-out;
    -moz-transition: border 250ms ease-in-out;
    transition: border 250ms ease-in-out;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .new-visitor-flow__homeowner__join-actions__register-button:hover, .new-visitor-flow__homeowner__join-actions__join-button:hover, .new-visitor-flow__housesitter__join-actions__register-button:hover, .new-visitor-flow__housesitter__join-actions__join-button:hover {
      border: 3px solid white; }
  .new-visitor-flow__homeowner__join-actions__register-button, .new-visitor-flow__housesitter__join-actions__register-button {
    background-color: #fd4273; }
    .new-visitor-flow__homeowner__join-actions__register-button:hover, .new-visitor-flow__housesitter__join-actions__register-button:hover {
      background-color: #f181ae; }
  .new-visitor-flow__homeowner__join-actions__join-button, .new-visitor-flow__housesitter__join-actions__join-button {
    background-color: #6699CC; }
    .new-visitor-flow__homeowner__join-actions__join-button:hover, .new-visitor-flow__housesitter__join-actions__join-button:hover {
      background-color: #9fc7e2; }
  .new-visitor-flow__homeowner__join-actions__more, .new-visitor-flow__housesitter__join-actions__more {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 35px 20px 20px;
    position: relative;
    display: none;
    margin-top: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .new-visitor-flow__homeowner__join-actions__more:before, .new-visitor-flow__housesitter__join-actions__more:before {
      content: ' ';
      height: 15px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 5px 5px 0 0; }
    .new-visitor-flow__homeowner__join-actions__more h4, .new-visitor-flow__housesitter__join-actions__more h4 {
      font-size: 18px;
      color: #474747;
      width: 100%;
      padding-bottom: 20px;
      font-weight: 700;
      border-bottom: 2px dotted #cccccc; }
    .new-visitor-flow__homeowner__join-actions__more ul, .new-visitor-flow__housesitter__join-actions__more ul {
      color: #474747;
      font-size: 16px;
      width: 100%;
      padding-top: 17px; }
      .new-visitor-flow__homeowner__join-actions__more ul li, .new-visitor-flow__housesitter__join-actions__more ul li {
        background-image: url(/static/next/dist/images/new-visitor-flow/tick-pink.svg);
        background-repeat: no-repeat;
        background-size: 18px 15px;
        padding-left: 32px;
        line-height: 140%;
        text-align: left; }
      .new-visitor-flow__homeowner__join-actions__more ul li + li, .new-visitor-flow__housesitter__join-actions__more ul li + li {
        margin-top: 14px; }
    .new-visitor-flow__homeowner__join-actions__more p, .new-visitor-flow__housesitter__join-actions__more p {
      color: #808080;
      font-size: 16px;
      line-height: 140%;
      padding-top: 20px;
      margin: 0; }
    .new-visitor-flow__homeowner__join-actions__more > span, .new-visitor-flow__housesitter__join-actions__more > span {
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      display: inline-block;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 2px dotted #cccccc;
      width: 100%;
      cursor: pointer; }
  .new-visitor-flow__homeowner__join-actions__action.open .new-visitor-flow__homeowner__join-actions__more,
  .new-visitor-flow__homeowner__join-actions__action.open .new-visitor-flow__housesitter__join-actions__more, .new-visitor-flow__housesitter__join-actions__action.open .new-visitor-flow__homeowner__join-actions__more,
  .new-visitor-flow__housesitter__join-actions__action.open .new-visitor-flow__housesitter__join-actions__more {
    display: block; }
  .new-visitor-flow__homeowner__join-actions__action.open > span, .new-visitor-flow__housesitter__join-actions__action.open > span {
    display: none; }
  .new-visitor-flow__homeowner__join-actions__register > span, .new-visitor-flow__housesitter__join-actions__register > span {
    color: #fd4273; }
  .new-visitor-flow__homeowner__join-actions__register .new-visitor-flow__homeowner__join-actions__more:before,
  .new-visitor-flow__homeowner__join-actions__register .new-visitor-flow__housesitter__join-actions__more:before, .new-visitor-flow__housesitter__join-actions__register .new-visitor-flow__homeowner__join-actions__more:before,
  .new-visitor-flow__housesitter__join-actions__register .new-visitor-flow__housesitter__join-actions__more:before {
    background-color: #f181ae; }
  .new-visitor-flow__homeowner__join-actions__register .new-visitor-flow__homeowner__join-actions__more > span,
  .new-visitor-flow__homeowner__join-actions__register .new-visitor-flow__housesitter__join-actions__more > span, .new-visitor-flow__housesitter__join-actions__register .new-visitor-flow__homeowner__join-actions__more > span,
  .new-visitor-flow__housesitter__join-actions__register .new-visitor-flow__housesitter__join-actions__more > span {
    color: #fd4273; }
  .new-visitor-flow__homeowner__join-actions__join > span, .new-visitor-flow__housesitter__join-actions__join > span {
    color: #6699CC; }
  .new-visitor-flow__homeowner__join-actions__join .new-visitor-flow__homeowner__join-actions__more:before,
  .new-visitor-flow__homeowner__join-actions__join .new-visitor-flow__housesitter__join-actions__more:before, .new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__homeowner__join-actions__more:before,
  .new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__housesitter__join-actions__more:before {
    background-color: #9fc7e2; }
  .new-visitor-flow__homeowner__join-actions__join .new-visitor-flow__homeowner__join-actions__more > span,
  .new-visitor-flow__homeowner__join-actions__join .new-visitor-flow__housesitter__join-actions__more > span, .new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__homeowner__join-actions__more > span,
  .new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__housesitter__join-actions__more > span {
    color: #6699CC; }
  .new-visitor-flow__homeowner__join-actions__join .new-visitor-flow__homeowner__join-actions__more ul li,
  .new-visitor-flow__homeowner__join-actions__join .new-visitor-flow__housesitter__join-actions__more ul li, .new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__homeowner__join-actions__more ul li,
  .new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__housesitter__join-actions__more ul li {
    background-image: url(/static/next/dist/images/new-visitor-flow/tick-blue.svg); }

.new-visitor-flow__homeowner__search-filters, .new-visitor-flow__housesitter__search-filters {
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0 30px;
  background-color: #f0f0f0; }
  .new-visitor-flow__homeowner__search-filters > h2, .new-visitor-flow__housesitter__search-filters > h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333333; }
  .new-visitor-flow__homeowner__search-filters p, .new-visitor-flow__housesitter__search-filters p {
    font-size: 20px;
    color: #474747;
    margin-bottom: 40px; }
    .new-visitor-flow__homeowner__search-filters p span, .new-visitor-flow__housesitter__search-filters p span {
      cursor: pointer; }
  .new-visitor-flow__homeowner__search-filters > div, .new-visitor-flow__housesitter__search-filters > div {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto; }
    .new-visitor-flow__homeowner__search-filters > div > div, .new-visitor-flow__housesitter__search-filters > div > div {
      width: 50%;
      float: left; }
      .new-visitor-flow__homeowner__search-filters > div > div:first-child div, .new-visitor-flow__housesitter__search-filters > div > div:first-child div {
        height: 60px;
        width: 560px;
        position: relative; }
        .new-visitor-flow__homeowner__search-filters > div > div:first-child div > input, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > input {
          color: black;
          font-size: 20px;
          height: 100%;
          margin: 0;
          border: 1px solid #dddddd; }
          .new-visitor-flow__homeowner__search-filters > div > div:first-child div > input::-webkit-input-placeholder, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > input::-webkit-input-placeholder {
            color: black; }
          .new-visitor-flow__homeowner__search-filters > div > div:first-child div > input::-moz-placeholder, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > input::-moz-placeholder {
            color: black; }
          .new-visitor-flow__homeowner__search-filters > div > div:first-child div > input:-moz-placeholder, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > input:-moz-placeholder {
            color: black; }
          .new-visitor-flow__homeowner__search-filters > div > div:first-child div > input:-ms-input-placeholder, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > input:-ms-input-placeholder {
            color: black; }
          .new-visitor-flow__homeowner__search-filters > div > div:first-child div > input.active, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > input.active {
            background-color: #67c17a;
            color: white; }
        .new-visitor-flow__homeowner__search-filters > div > div:first-child div > img, .new-visitor-flow__housesitter__search-filters > div > div:first-child div > img {
          position: absolute;
          top: 15px;
          right: 15px;
          width: 20px;
          height: 30px; }
      .new-visitor-flow__homeowner__search-filters > div > div:last-child, .new-visitor-flow__housesitter__search-filters > div > div:last-child {
        background-color: white; }
        .new-visitor-flow__homeowner__search-filters > div > div:last-child > div, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div {
          float: left;
          border: 1px solid #dddddd;
          padding: 14px 20px;
          border-radius: 3px;
          width: 100%; }
          .new-visitor-flow__homeowner__search-filters > div > div:last-child > div > span, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div > span {
            float: left;
            display: inline-block;
            font-size: 20px;
            font-weight: 500;
            line-height: 30px; }
          .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul {
            float: right;
            display: inline-block; }
            .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li {
              float: left;
              height: 30px; }
              .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > label, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > label {
                cursor: pointer;
                margin-bottom: 0;
                font-size: 20px;
                height: 30px;
                line-height: 30px;
                display: inline-block;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px; }
                .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > label > img, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > label > img {
                  display: inline-block;
                  height: 30px; }
                  .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > label > img:last-of-type, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > label > img:last-of-type {
                    display: none; }
              .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > input[type=checkbox], .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > input[type=checkbox] {
                display: none; }
                .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > input[type=checkbox]:checked ~ label, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > input[type=checkbox]:checked ~ label {
                  color: white; }
                  .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > input[type=checkbox]:checked ~ label > img, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > input[type=checkbox]:checked ~ label > img {
                    display: none; }
                    .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li > input[type=checkbox]:checked ~ label > img:last-of-type, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li > input[type=checkbox]:checked ~ label > img:last-of-type {
                      display: inline; }
            .new-visitor-flow__homeowner__search-filters > div > div:last-child > div ul li + li, .new-visitor-flow__housesitter__search-filters > div > div:last-child > div ul li + li {
              margin-left: 10px; }

.new-visitor-flow__homeowner__search-results, .new-visitor-flow__housesitter__search-results {
  padding: 37px 0 0;
  width: 100%;
  float: left; }
  .new-visitor-flow__homeowner__search-results__wrapper, .new-visitor-flow__housesitter__search-results__wrapper {
    max-width: 1080px;
    margin: 0 auto; }
    .new-visitor-flow__homeowner__search-results__wrapper > div, .new-visitor-flow__housesitter__search-results__wrapper > div {
      position: relative;
      height: 44px;
      margin-bottom: 20px; }
      .new-visitor-flow__homeowner__search-results__wrapper > div h2, .new-visitor-flow__housesitter__search-results__wrapper > div h2 {
        font-size: 26px;
        font-weight: 700; }
      .new-visitor-flow__homeowner__search-results__wrapper > div > div, .new-visitor-flow__housesitter__search-results__wrapper > div > div {
        position: absolute;
        right: 0;
        top: 0; }
        .new-visitor-flow__homeowner__search-results__wrapper > div > div span, .new-visitor-flow__housesitter__search-results__wrapper > div > div span {
          display: block;
          text-align: right;
          line-height: 140%; }
    .new-visitor-flow__homeowner__search-results__wrapper > ul > li, .new-visitor-flow__housesitter__search-results__wrapper > ul > li {
      cursor: pointer;
      width: calc((100% - (3 * 20px)) / 4);
      margin: 0 0 50px 20px;
      min-height: 292px;
      float: left; }
      .new-visitor-flow__homeowner__search-results__wrapper > ul > li:first-child, .new-visitor-flow__homeowner__search-results__wrapper > ul > li:nth-child(5n), .new-visitor-flow__housesitter__search-results__wrapper > ul > li:first-child, .new-visitor-flow__housesitter__search-results__wrapper > ul > li:nth-child(5n) {
        margin-left: 0; }
      .new-visitor-flow__homeowner__search-results__wrapper > ul > li figure, .new-visitor-flow__housesitter__search-results__wrapper > ul > li figure {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .new-visitor-flow__homeowner__search-results__wrapper > ul > li figure img, .new-visitor-flow__housesitter__search-results__wrapper > ul > li figure img {
          width: 100%; }
        .new-visitor-flow__homeowner__search-results__wrapper > ul > li figure span, .new-visitor-flow__housesitter__search-results__wrapper > ul > li figure span {
          position: absolute;
          bottom: 20px;
          left: 0;
          padding: 3px 20px;
          background-color: rgba(128, 128, 128, 0.75);
          color: white;
          font-size: 14px;
          -webkit-border-radius: 0 20px 20px 0;
          -moz-border-radius: 0 20px 20px 0;
          -ms-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0; }
      .new-visitor-flow__homeowner__search-results__wrapper > ul > li > div, .new-visitor-flow__housesitter__search-results__wrapper > ul > li > div {
        padding-top: 14px; }
  .new-visitor-flow__homeowner__search-results__item__title, .new-visitor-flow__housesitter__search-results__item__title {
    position: relative;
    margin: 0 0 8px; }
    .new-visitor-flow__homeowner__search-results__item__title h5, .new-visitor-flow__housesitter__search-results__item__title h5 {
      font-size: 18px;
      margin: 0; }
  .new-visitor-flow__homeowner__search-results__item__trust-badge, .new-visitor-flow__housesitter__search-results__item__trust-badge {
    position: absolute;
    right: 0;
    top: 0; }
    .new-visitor-flow__homeowner__search-results__item__trust-badge .search__trust-badge__icon, .new-visitor-flow__housesitter__search-results__item__trust-badge .search__trust-badge__icon {
      width: 24px;
      height: 27px; }
    .new-visitor-flow__homeowner__search-results__item__trust-badge .components__tooltip__title h6, .new-visitor-flow__housesitter__search-results__item__trust-badge .components__tooltip__title h6 {
      margin-bottom: 0; }
  .new-visitor-flow__homeowner__search-results__item__location, .new-visitor-flow__housesitter__search-results__item__location {
    font-size: 15px;
    margin: 0 0 8px; }
  .new-visitor-flow__homeowner__search-results__item__reviews .search__sitters__references__star, .new-visitor-flow__housesitter__search-results__item__reviews .search__sitters__references__star {
    width: 20px;
    height: 20px; }
  .new-visitor-flow__homeowner__search-results__item__reviews svg, .new-visitor-flow__housesitter__search-results__item__reviews svg {
    width: 15px;
    height: 15px; }
  .new-visitor-flow__homeowner__search-results__item-details__gallery, .new-visitor-flow__housesitter__search-results__item-details__gallery {
    position: relative; }
    .new-visitor-flow__homeowner__search-results__item-details__gallery > div, .new-visitor-flow__housesitter__search-results__item-details__gallery > div {
      background: rgba(71, 71, 71, 0.55);
      padding: 10px;
      border-radius: 5px;
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 100px;
      height: 70px;
      text-align: center;
      cursor: pointer; }
      .new-visitor-flow__homeowner__search-results__item-details__gallery > div span, .new-visitor-flow__housesitter__search-results__item-details__gallery > div span {
        display: block;
        font-size: 14px;
        color: white;
        font-weight: 500;
        line-height: 125%; }
    .new-visitor-flow__homeowner__search-results__item-details__gallery ul, .new-visitor-flow__housesitter__search-results__item-details__gallery ul {
      display: none; }
  .new-visitor-flow__homeowner__search-results__item-details--close, .new-visitor-flow__housesitter__search-results__item-details--close {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .new-visitor-flow__homeowner__search-results__item-details--close:before, .new-visitor-flow__homeowner__search-results__item-details--close:after, .new-visitor-flow__housesitter__search-results__item-details--close:before, .new-visitor-flow__housesitter__search-results__item-details--close:after {
      content: ' ';
      display: block;
      width: 42px;
      height: 6px;
      background-color: white;
      position: absolute;
      left: calc(50% - 21px);
      top: 50%;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .new-visitor-flow__homeowner__search-results__item-details--close:before, .new-visitor-flow__housesitter__search-results__item-details--close:before {
      -webkit-transform: translateY(-3px) rotate(45deg);
      -moz-transform: translateY(-3px) rotate(45deg);
      -ms-transform: translateY(-3px) rotate(45deg);
      -o-transform: translateY(-3px) rotate(45deg);
      transform: translateY(-3px) rotate(45deg); }
    .new-visitor-flow__homeowner__search-results__item-details--close:after, .new-visitor-flow__housesitter__search-results__item-details--close:after {
      -webkit-transform: translateY(-3px) rotate(-45deg);
      -moz-transform: translateY(-3px) rotate(-45deg);
      -ms-transform: translateY(-3px) rotate(-45deg);
      -o-transform: translateY(-3px) rotate(-45deg);
      transform: translateY(-3px) rotate(-45deg); }

.new-visitor-flow__homeowner__header > div > div {
  width: 325px;
  min-height: 210px; }
  .new-visitor-flow__homeowner__header > div > div h3 {
    font-size: 18px;
    color: #808080;
    line-height: 125%; }
  .new-visitor-flow__homeowner__header > div > div ul li {
    background-image: url(/static/next/dist/images/icons/checkbox/checkbox-lightgreen.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 35px;
    line-height: 130%;
    min-height: 25px;
    color: #808080; }
    .new-visitor-flow__homeowner__header > div > div ul li span {
      font-weight: 500; }
    .new-visitor-flow__homeowner__header > div > div ul li a {
      color: #6699CC;
      display: block; }
  .new-visitor-flow__homeowner__header > div > div ul li + li {
    margin-top: 10px; }

.new-visitor-flow__homeowner__safety {
  float: left;
  width: 100%; }
  .new-visitor-flow__homeowner__safety .partners-page__safety {
    background-color: white; }

.new-visitor-flow__homeowner__steps .new-visitor-flow__homeowner__join-actions {
  background-color: #f0f0f0; }
  .new-visitor-flow__homeowner__steps .new-visitor-flow__homeowner__join-actions__wrapper > div:nth-child(2) {
    margin-top: 17px; }

.new-visitor-flow__homeowner__steps-v2 .new-visitor-flow__homeowner__join-actions {
  background-color: #cfe3f0; }

.new-visitor-flow__homeowner__search-join {
  width: 100%;
  float: left; }
  .new-visitor-flow__homeowner__search-join > p {
    font-size: 20px;
    line-height: 140%;
    color: #474747;
    background-color: #f0f0f0;
    margin: 0;
    text-align: center; }
    .new-visitor-flow__homeowner__search-join > p span {
      cursor: pointer; }

.new-visitor-flow__homeowner__search-filters input#ho-location-input-search .active {
  background-color: #9fc7e2;
  color: white; }

.new-visitor-flow__homeowner__search-results {
  padding: 37px 0 0;
  width: 100%;
  float: left; }
  .new-visitor-flow__homeowner__search-results__wrapper {
    max-width: 1080px;
    margin: 0 auto; }
    .new-visitor-flow__homeowner__search-results__wrapper > div {
      position: relative;
      height: 44px;
      margin-bottom: 20px; }
      .new-visitor-flow__homeowner__search-results__wrapper > div h2 {
        font-size: 26px;
        font-weight: 700; }
      .new-visitor-flow__homeowner__search-results__wrapper > div > div {
        position: absolute;
        right: 0;
        top: 0; }
        .new-visitor-flow__homeowner__search-results__wrapper > div > div span {
          display: block;
          text-align: right;
          line-height: 140%; }
    .new-visitor-flow__homeowner__search-results__wrapper > ul > li {
      width: calc((100% - (3 * 20px)) / 4);
      margin: 0 0 50px 20px;
      min-height: 292px;
      float: left; }
      .new-visitor-flow__homeowner__search-results__wrapper > ul > li:first-child, .new-visitor-flow__homeowner__search-results__wrapper > ul > li:nth-child(5n) {
        margin-left: 0; }
      .new-visitor-flow__homeowner__search-results__wrapper > ul > li figure {
        width: 100%;
        overflow: hidden;
        position: relative;
        max-height: 191px;
        margin: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .new-visitor-flow__homeowner__search-results__wrapper > ul > li figure img {
          width: 100%; }
        .new-visitor-flow__homeowner__search-results__wrapper > ul > li figure span {
          position: absolute;
          bottom: 20px;
          left: 0;
          padding: 3px 20px;
          background-color: rgba(128, 128, 128, 0.75);
          color: white;
          font-size: 14px;
          -webkit-border-radius: 0 20px 20px 0;
          -moz-border-radius: 0 20px 20px 0;
          -ms-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0; }
      .new-visitor-flow__homeowner__search-results__wrapper > ul > li > div {
        padding-top: 14px; }
  .new-visitor-flow__homeowner__search-results__item {
    cursor: pointer; }
    .new-visitor-flow__homeowner__search-results__item__title {
      position: relative;
      margin: 0 0 8px; }
      .new-visitor-flow__homeowner__search-results__item__title h5 {
        font-size: 18px;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .new-visitor-flow__homeowner__search-results__item__date {
      font-size: 15px;
      color: #808080;
      margin: 0 0 8px; }
    .new-visitor-flow__homeowner__search-results__item__info > div {
      float: left;
      font-weight: 500;
      cursor: pointer; }
    .new-visitor-flow__homeowner__search-results__item__info ul {
      float: right; }
      .new-visitor-flow__homeowner__search-results__item__info ul li {
        height: 20px;
        float: left; }
        .new-visitor-flow__homeowner__search-results__item__info ul li img {
          height: 20px; }
        .new-visitor-flow__homeowner__search-results__item__info ul li span {
          color: #bcbcbc;
          line-height: 20px; }
      .new-visitor-flow__homeowner__search-results__item__info ul li + li {
        margin-left: 4px; }
  .new-visitor-flow__homeowner__search-results__detail {
    display: none; }
    .new-visitor-flow__homeowner__search-results__detail.open {
      display: block; }
  .new-visitor-flow__homeowner__search-results__item-details {
    padding: 40px 0 40px 30px;
    background-color: white;
    width: 900px;
    position: absolute;
    z-index: 10;
    border-radius: 12px;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .new-visitor-flow__homeowner__search-results__item-details--wrapper {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(51, 51, 51, 0.75);
      z-index: 5;
      cursor: pointer; }
    .new-visitor-flow__homeowner__search-results__item-details__top {
      width: 100%;
      float: left;
      padding-bottom: 30px;
      padding-right: 30px;
      position: relative; }
      .new-visitor-flow__homeowner__search-results__item-details__top:after {
        content: ' ';
        position: absolute;
        left: -30px;
        right: 0;
        bottom: 0;
        height: 2px;
        background-color: #ececec; }
    .new-visitor-flow__homeowner__search-results__item-details__bottom {
      width: 100%;
      float: left; }
    .new-visitor-flow__homeowner__search-results__item-details__left {
      float: left;
      width: 480px;
      overflow: hidden; }
    .new-visitor-flow__homeowner__search-results__item-details__right {
      float: left;
      width: 330px;
      margin-left: 30px; }
    .new-visitor-flow__homeowner__search-results__item-details__bottom .new-visitor-flow__homeowner__search-results__item-details__left {
      width: 430px; }
    .new-visitor-flow__homeowner__search-results__item-details__bottom .new-visitor-flow__homeowner__search-results__item-details__right {
      background-color: rgba(159, 199, 226, 0.55);
      padding: 30px;
      width: 390px;
      margin-left: 50px; }
      .new-visitor-flow__homeowner__search-results__item-details__bottom .new-visitor-flow__homeowner__search-results__item-details__right > div {
        background: white;
        border-radius: 5px;
        padding: 20px; }
        .new-visitor-flow__homeowner__search-results__item-details__bottom .new-visitor-flow__homeowner__search-results__item-details__right > div > h4 {
          font-size: 22px;
          color: #808080;
          font-weight: 500;
          margin: 0 0 20px 0;
          text-align: center; }
      .new-visitor-flow__homeowner__search-results__item-details__bottom .new-visitor-flow__homeowner__search-results__item-details__right > div + div {
        margin-top: 20px; }
    .new-visitor-flow__homeowner__search-results__item-details__gallery {
      position: relative;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 20px; }
    .new-visitor-flow__homeowner__search-results__item-details > h3 {
      font-size: 26px;
      margin: 0 0 14px;
      font-weight: 700; }
    .new-visitor-flow__homeowner__search-results__item-details__location {
      margin: 0 0 20px;
      font-size: 16px;
      color: #808080;
      font-weight: 300;
      line-height: 20px;
      text-align: left; }
    .new-visitor-flow__homeowner__search-results__item-details__verification {
      text-align: center;
      color: #808080;
      font-size: 14px; }
      .new-visitor-flow__homeowner__search-results__item-details__verification h5 {
        margin: 10px 0;
        color: #6699CC;
        font-weight: 500; }
      .new-visitor-flow__homeowner__search-results__item-details__verification img {
        display: inline-block; }
      .new-visitor-flow__homeowner__search-results__item-details__verification div {
        padding: 10px 0;
        border-top: 1px dashed #dddddd;
        color: #808080; }
    .new-visitor-flow__homeowner__search-results__item-details__animals {
      text-align: center; }
      .new-visitor-flow__homeowner__search-results__item-details__animals ul li {
        width: 139px;
        display: inline-block;
        text-align: center;
        background-color: rgba(159, 199, 226, 0.1);
        height: 32px;
        border-radius: 20px;
        margin-bottom: 5px;
        padding: 6px 0; }
        .new-visitor-flow__homeowner__search-results__item-details__animals ul li:nth-child(2n) {
          margin-left: 8px; }
        .new-visitor-flow__homeowner__search-results__item-details__animals ul li img {
          height: 20px;
          margin-right: 5px;
          display: inline; }
        .new-visitor-flow__homeowner__search-results__item-details__animals ul li span {
          color: #808080;
          font-size: 14px;
          line-height: 20px;
          display: inline-block;
          -webkit-transform: translateY(-5px);
          -moz-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          -o-transform: translateY(-5px);
          transform: translateY(-5px); }
      .new-visitor-flow__homeowner__search-results__item-details__animals > span {
        min-width: 140px;
        display: inline-block;
        text-align: center;
        background-color: rgba(159, 199, 226, 0.1);
        color: #808080;
        font-size: 14px;
        min-height: 32px;
        padding: 6px 0;
        line-height: 20px;
        border-radius: 20px; }
    .new-visitor-flow__homeowner__search-results__item-details__availability {
      float: left;
      width: 100%; }
      .new-visitor-flow__homeowner__search-results__item-details__availability .search__sitters__detail__calendar {
        margin: 0;
        padding-bottom: 0;
        border: none; }
      .new-visitor-flow__homeowner__search-results__item-details__availability .search__sitters__detail__calendar__day--available {
        background-color: #9fc7e2 !important; }
      .new-visitor-flow__homeowner__search-results__item-details__availability .search__sitters__detail__calendar__available {
        background-color: #9fc7e2 !important;
        border-radius: 100%; }
    .new-visitor-flow__homeowner__search-results__item-details__review h3 {
      margin: 50px 0 20px 0;
      font-size: 22px;
      font-weight: 500; }
    .new-visitor-flow__homeowner__search-results__item-details__review ul {
      padding-bottom: 20px;
      border-bottom: 2px solid #dddddd;
      float: left;
      width: 100%; }
      .new-visitor-flow__homeowner__search-results__item-details__review ul li {
        width: 100%;
        float: left; }
        .new-visitor-flow__homeowner__search-results__item-details__review ul li > div {
          width: 100%;
          float: left; }
          .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div {
            width: 100%;
            float: left; }
            .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:first-child {
              width: 50px;
              height: 50px;
              float: left;
              border-radius: 100%;
              overflow: hidden; }
              .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:first-child img {
                width: 50px;
                height: 50px; }
            .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child {
              float: left;
              width: calc(100% - 70px);
              margin-left: 20px; }
              .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child > div {
                width: 100%;
                float: left; }
                .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child > div h5 {
                  font-size: 15px;
                  font-weight: 500;
                  color: #808080;
                  float: left;
                  margin: 0 10px 0 0; }
                .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child > div > div {
                  float: left; }
                  .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child > div > div .search__sitters__references__star {
                    width: 14px;
                    height: 14px;
                    transform: translateY(-3px); }
                    .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child > div > div .search__sitters__references__star svg {
                      width: 14px;
                      height: 14px; }
              .new-visitor-flow__homeowner__search-results__item-details__review ul li > div > div:last-child h6 {
                font-size: 14px;
                color: #808080;
                font-weight: 300;
                width: 100%;
                float: left;
                margin: 7px 0 0 0; }
        .new-visitor-flow__homeowner__search-results__item-details__review ul li > p {
          font-size: 16px;
          color: #474747;
          margin: 14px 0 0;
          width: 100%;
          float: left; }
          .new-visitor-flow__homeowner__search-results__item-details__review ul li > p .reveal-more-info,
          .new-visitor-flow__homeowner__search-results__item-details__review ul li > p .hide-more-info {
            color: #6699CC !important; }
        .new-visitor-flow__homeowner__search-results__item-details__review ul li.hidden {
          display: none; }
        .new-visitor-flow__homeowner__search-results__item-details__review ul li.all {
          font-size: 16px;
          font-weight: 500;
          height: 40px;
          line-height: 18px;
          cursor: pointer; }
          .new-visitor-flow__homeowner__search-results__item-details__review ul li.all svg {
            height: 18px;
            width: 18px;
            margin-right: 10px; }
          .new-visitor-flow__homeowner__search-results__item-details__review ul li.all svg,
          .new-visitor-flow__homeowner__search-results__item-details__review ul li.all span {
            display: inline-block;
            float: left; }
          .new-visitor-flow__homeowner__search-results__item-details__review ul li.all span {
            color: #6699CC; }
            .new-visitor-flow__homeowner__search-results__item-details__review ul li.all span.less {
              display: none; }
        .new-visitor-flow__homeowner__search-results__item-details__review ul li.showall dl {
          display: block; }
      .new-visitor-flow__homeowner__search-results__item-details__review ul li + li {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dashed #dddddd; }
      .new-visitor-flow__homeowner__search-results__item-details__review ul.open li.hidden {
        display: block; }
      .new-visitor-flow__homeowner__search-results__item-details__review ul.open li dl {
        display: block; }
      .new-visitor-flow__homeowner__search-results__item-details__review ul.open .more {
        display: none; }
      .new-visitor-flow__homeowner__search-results__item-details__review ul.open .less {
        display: inline-block !important; }
    .new-visitor-flow__homeowner__search-results__item-details__review ul + h4 {
      margin-top: 20px;
      float: left;
      width: 100%; }
    .new-visitor-flow__homeowner__search-results__item-details__review dl {
      width: 100%;
      float: left;
      display: none; }
      .new-visitor-flow__homeowner__search-results__item-details__review dl dt {
        width: 120px;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        margin: 0; }
      .new-visitor-flow__homeowner__search-results__item-details__review dl dd {
        width: calc(100% - 120px);
        float: left;
        height: 24px; }
        .new-visitor-flow__homeowner__search-results__item-details__review dl dd .search__sitters__references__star,
        .new-visitor-flow__homeowner__search-results__item-details__review dl dd .search__sitters__references__diamond,
        .new-visitor-flow__homeowner__search-results__item-details__review dl dd svg {
          width: 14px !important;
          height: 14px !important; }
    .new-visitor-flow__homeowner__search-results__item-details .reveal-more-info,
    .new-visitor-flow__homeowner__search-results__item-details .hide-more-info {
      color: #47b549 !important; }
    .new-visitor-flow__homeowner__search-results__item-details__profile {
      text-align: center; }
      .new-visitor-flow__homeowner__search-results__item-details__profile > h3 {
        margin: 0 0 15px;
        font-size: 32px;
        font-weight: 700;
        color: #333333;
        text-align: left; }
      .new-visitor-flow__homeowner__search-results__item-details__profile > h4 {
        font-size: 24px;
        font-weight: 300;
        color: #333333;
        margin-bottom: 15px;
        text-align: left; }
      .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 5px; }
        .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action-register, .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action-join {
          width: 290px;
          height: 60px;
          border-radius: 12px;
          font-size: 18px;
          line-height: 22px;
          font-weight: 500;
          text-align: center;
          color: white;
          border: 3px solid transparent;
          cursor: pointer;
          display: inline-block;
          padding-top: 4px;
          -webkit-transition: border 250ms ease-in-out;
          -moz-transition: border 250ms ease-in-out;
          transition: border 250ms ease-in-out; }
          .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action-register:hover, .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action-join:hover {
            border: 3px solid white; }
        .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action-register {
          background-color: #fd4273;
          margin-bottom: 10px; }
        .new-visitor-flow__homeowner__search-results__item-details__profile .new-visitor-flow__homeowner__search-results__item-details__profile__action-join {
          background-color: #6699CC; }
    .new-visitor-flow__homeowner__search-results__item-details__about, .new-visitor-flow__homeowner__search-results__item-details__why, .new-visitor-flow__homeowner__search-results__item-details__experience {
      margin-top: 30px;
      width: 100%;
      float: left; }
      .new-visitor-flow__homeowner__search-results__item-details__about h5, .new-visitor-flow__homeowner__search-results__item-details__why h5, .new-visitor-flow__homeowner__search-results__item-details__experience h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 5px;
        color: #333333; }
      .new-visitor-flow__homeowner__search-results__item-details__about p, .new-visitor-flow__homeowner__search-results__item-details__why p, .new-visitor-flow__homeowner__search-results__item-details__experience p {
        color: #333333;
        margin: 0; }
        .new-visitor-flow__homeowner__search-results__item-details__about p .reveal-more-info,
        .new-visitor-flow__homeowner__search-results__item-details__about p .hide-more-info, .new-visitor-flow__homeowner__search-results__item-details__why p .reveal-more-info,
        .new-visitor-flow__homeowner__search-results__item-details__why p .hide-more-info, .new-visitor-flow__homeowner__search-results__item-details__experience p .reveal-more-info,
        .new-visitor-flow__homeowner__search-results__item-details__experience p .hide-more-info {
          color: #6699CC !important; }
    .new-visitor-flow__homeowner__search-results__item-details__about__full {
      display: none; }
    .new-visitor-flow__homeowner__search-results__item-details__why {
      display: none; }
    .new-visitor-flow__homeowner__search-results__item-details__experience {
      margin-bottom: 20px;
      display: none; }
    .new-visitor-flow__homeowner__search-results__item-details .homeowner-more-info {
      padding: 10px 0;
      cursor: pointer;
      clear: both; }
    .new-visitor-flow__homeowner__search-results__item-details .homeowner-less-info {
      display: none;
      cursor: pointer;
      clear: both;
      padding: 10px 0; }
    .new-visitor-flow__homeowner__search-results__item-details__map {
      float: left;
      width: 100%;
      height: 350px;
      position: relative;
      margin-top: 35px; }
      .new-visitor-flow__homeowner__search-results__item-details__map > div {
        position: absolute;
        left: -30px;
        width: calc(100% + (30px * 2));
        right: -30px;
        top: 0;
        bottom: 0; }
    .new-visitor-flow__homeowner__search-results__item-details__actions {
      padding: 20px 0 0;
      float: left;
      width: 100%;
      height: 90px;
      position: relative; }
      .new-visitor-flow__homeowner__search-results__item-details__actions > div {
        position: absolute;
        left: -30px;
        width: calc(100% + 30px);
        right: 0;
        top: 0;
        bottom: -40px;
        text-align: center;
        background-color: #f0f0f0;
        padding: 35px;
        border-radius: 0 0 3px 3px; }
        .new-visitor-flow__homeowner__search-results__item-details__actions > div > div {
          width: 630px;
          margin: 0 auto;
          height: 60px; }
          .new-visitor-flow__homeowner__search-results__item-details__actions > div > div > div {
            width: 290px;
            height: 60px;
            display: block;
            float: left;
            border-radius: 12px;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            text-align: center;
            color: white;
            border: 3px solid transparent;
            cursor: pointer;
            padding-top: 4px;
            -webkit-transition: border 250ms ease-in-out;
            -moz-transition: border 250ms ease-in-out;
            transition: border 250ms ease-in-out; }
            .new-visitor-flow__homeowner__search-results__item-details__actions > div > div > div:hover {
              border: 3px solid white; }
            .new-visitor-flow__homeowner__search-results__item-details__actions > div > div > div.register {
              background-color: #fd4273; }
            .new-visitor-flow__homeowner__search-results__item-details__actions > div > div > div.join {
              background-color: #6699CC; }
          .new-visitor-flow__homeowner__search-results__item-details__actions > div > div > span {
            width: 50px;
            line-height: 60px;
            font-size: 16px;
            color: #808080;
            display: block;
            float: left; }

.new-visitor-flow__housesitter__header > div > div {
  width: 325px;
  min-height: 210px; }
  .new-visitor-flow__housesitter__header > div > div h3 {
    font-size: 22px;
    color: #f181ae;
    line-height: 125%;
    text-align: center;
    font-weight: 700; }
  .new-visitor-flow__housesitter__header > div > div ul li {
    background-repeat: no-repeat;
    background-size: 41px 41px;
    padding-left: 51px;
    min-height: 41px;
    color: #808080;
    font-weight: 700;
    line-height: 41px; }
    .new-visitor-flow__housesitter__header > div > div ul li.multiple {
      line-height: 130%; }
    .new-visitor-flow__housesitter__header > div > div ul li span {
      display: block; }
    .new-visitor-flow__housesitter__header > div > div ul li:nth-child(1) {
      background-image: url(/static/next/dist/images/new-visitor-flow/number1.png); }
    .new-visitor-flow__housesitter__header > div > div ul li:nth-child(2) {
      background-image: url(/static/next/dist/images/new-visitor-flow/number2.png); }
    .new-visitor-flow__housesitter__header > div > div ul li:nth-child(3) {
      background-image: url(/static/next/dist/images/new-visitor-flow/number3.png); }
  .new-visitor-flow__housesitter__header > div > div ul li + li {
    margin-top: 10px; }

.new-visitor-flow__housesitter__search-join {
  width: 100%;
  float: left; }
  .new-visitor-flow__housesitter__search-join > p {
    font-size: 20px;
    line-height: 140%;
    color: #474747;
    background-color: #f0f0f0;
    margin: 0;
    text-align: center; }
    .new-visitor-flow__housesitter__search-join > p span {
      cursor: pointer; }

.new-visitor-flow__housesitter__join-actions__join > span {
  color: #47b549; }

.new-visitor-flow__housesitter__join-actions__join-button {
  background-color: #47b549; }

.new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__homeowner__join-actions__more:before,
.new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__housesitter__join-actions__more:before {
  background-color: #67c17a; }

.new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__homeowner__join-actions__more > span,
.new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__housesitter__join-actions__more > span {
  color: #47b549; }

.new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__homeowner__join-actions__more ul li,
.new-visitor-flow__housesitter__join-actions__join .new-visitor-flow__housesitter__join-actions__more ul li {
  background-image: url(/static/next/dist/images/new-visitor-flow/tick-green.svg); }

.new-visitor-flow__housesitter__join-actions__join-button {
  background-color: #47b549; }
  .new-visitor-flow__housesitter__join-actions__join-button:hover {
    background-color: #67c17a; }

.new-visitor-flow__housesitter__steps .new-visitor-flow__housesitter__join-actions {
  background-color: #f0f0f0; }

.new-visitor-flow__housesitter__steps .new-visitor-flow__housesitter__join-actions__wrapper > div:nth-child(2) {
  margin-top: 18px; }

.new-visitor-flow__housesitter__search-results {
  padding: 37px 0 0;
  width: 100%;
  float: left; }
  .new-visitor-flow__housesitter__search-results__wrapper {
    max-width: 1080px;
    margin: 0 auto; }
    .new-visitor-flow__housesitter__search-results__wrapper > div {
      position: relative;
      height: 44px;
      margin-bottom: 20px; }
      .new-visitor-flow__housesitter__search-results__wrapper > div h2 {
        font-size: 26px;
        font-weight: 700; }
      .new-visitor-flow__housesitter__search-results__wrapper > div > div {
        position: absolute;
        right: 0;
        top: 0; }
        .new-visitor-flow__housesitter__search-results__wrapper > div > div span {
          display: block;
          text-align: right;
          line-height: 140%; }
    .new-visitor-flow__housesitter__search-results__wrapper > ul > li {
      width: calc((100% - (3 * 20px)) / 4);
      margin: 0 0 50px 20px;
      min-height: 292px;
      float: left; }
      .new-visitor-flow__housesitter__search-results__wrapper > ul > li:first-child, .new-visitor-flow__housesitter__search-results__wrapper > ul > li:nth-child(5n) {
        margin-left: 0; }
      .new-visitor-flow__housesitter__search-results__wrapper > ul > li figure {
        width: 100%;
        overflow: hidden;
        position: relative;
        max-height: 191px;
        margin: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .new-visitor-flow__housesitter__search-results__wrapper > ul > li figure img {
          width: 100%; }
        .new-visitor-flow__housesitter__search-results__wrapper > ul > li figure span {
          position: absolute;
          bottom: 20px;
          left: 0;
          padding: 3px 20px;
          background-color: rgba(128, 128, 128, 0.75);
          color: white;
          font-size: 14px;
          -webkit-border-radius: 0 20px 20px 0;
          -moz-border-radius: 0 20px 20px 0;
          -ms-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0; }
      .new-visitor-flow__housesitter__search-results__wrapper > ul > li > div {
        padding-top: 14px; }
  .new-visitor-flow__housesitter__search-results__item {
    cursor: pointer; }
    .new-visitor-flow__housesitter__search-results__item__title {
      position: relative;
      margin: 0 0 8px; }
      .new-visitor-flow__housesitter__search-results__item__title h5 {
        font-size: 18px;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .new-visitor-flow__housesitter__search-results__item__date {
      font-size: 15px;
      color: #808080;
      margin: 0 0 8px; }
    .new-visitor-flow__housesitter__search-results__item__info > div {
      float: left;
      font-weight: 500;
      cursor: pointer; }
    .new-visitor-flow__housesitter__search-results__item__info ul {
      float: right; }
      .new-visitor-flow__housesitter__search-results__item__info ul li {
        height: 20px;
        float: left; }
        .new-visitor-flow__housesitter__search-results__item__info ul li img {
          height: 20px; }
        .new-visitor-flow__housesitter__search-results__item__info ul li span {
          color: #bcbcbc;
          line-height: 20px; }
      .new-visitor-flow__housesitter__search-results__item__info ul li + li {
        margin-left: 4px; }
  .new-visitor-flow__housesitter__search-results__detail {
    display: none; }
    .new-visitor-flow__housesitter__search-results__detail.open {
      display: block; }
  .new-visitor-flow__housesitter__search-results__item-details {
    padding: 40px 30px;
    background-color: white;
    width: 900px;
    position: absolute;
    z-index: 10;
    border-radius: 12px;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .new-visitor-flow__housesitter__search-results__item-details--wrapper {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(51, 51, 51, 0.75);
      z-index: 5;
      cursor: pointer; }
    .new-visitor-flow__housesitter__search-results__item-details__left {
      float: left;
      width: 540px;
      overflow: hidden; }
    .new-visitor-flow__housesitter__search-results__item-details__right {
      float: left;
      width: 270px;
      margin-left: 30px; }
    .new-visitor-flow__housesitter__search-results__item-details > h3 {
      font-size: 26px;
      margin: 0 0 14px;
      font-weight: 700; }
    .new-visitor-flow__housesitter__search-results__item-details__location {
      margin: 0 0 20px;
      font-size: 18px;
      color: #808080;
      font-weight: 300;
      line-height: 20px; }
      .new-visitor-flow__housesitter__search-results__item-details__location img {
        height: 20px;
        display: inline-block;
        float: left;
        margin-right: 10px; }
    .new-visitor-flow__housesitter__search-results__item-details__gallery {
      position: relative;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 20px; }
    .new-visitor-flow__housesitter__search-results__item-details .reveal-more-info,
    .new-visitor-flow__housesitter__search-results__item-details .hide-more-info {
      color: #47b549 !important; }
    .new-visitor-flow__housesitter__search-results__item-details__profile {
      text-align: center;
      background-image: linear-gradient(to top, #f0f0f0, #dddddd);
      border-radius: 5px;
      padding: 20px;
      min-height: 405px;
      margin-bottom: 20px; }
      .new-visitor-flow__housesitter__search-results__item-details__profile > img {
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 100%; }
      .new-visitor-flow__housesitter__search-results__item-details__profile > h4 {
        margin: 10px 0 10px;
        font-size: 18px;
        font-weight: 500; }
      .new-visitor-flow__housesitter__search-results__item-details__profile > h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 15px; }
      .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-register, .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-join {
        width: 230px;
        height: 60px;
        border-radius: 12px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        text-align: center;
        color: white;
        border: 3px solid transparent;
        cursor: pointer;
        display: inline-block;
        padding-top: 4px;
        -webkit-transition: border 250ms ease-in-out;
        -moz-transition: border 250ms ease-in-out;
        transition: border 250ms ease-in-out; }
        .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-register:hover, .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-join:hover {
          border: 3px solid white; }
      .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-register {
        background-color: #fd4273;
        margin-bottom: 10px; }
      .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-join {
        background-color: #47b549; }
      .new-visitor-flow__housesitter__search-results__item-details__profile .new-visitor-flow__housesitter__search-results__item-details__profile__action-tall {
        line-height: 44px; }
    .new-visitor-flow__housesitter__search-results__item-details__animals {
      background-color: #f0f0f0;
      padding: 20px;
      border-radius: 8px;
      width: 100%;
      float: left; }
      .new-visitor-flow__housesitter__search-results__item-details__animals > div h5 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 20px 0 0;
        float: left; }
      .new-visitor-flow__housesitter__search-results__item-details__animals > div ul {
        float: left;
        width: calc(100% - 60px); }
        .new-visitor-flow__housesitter__search-results__item-details__animals > div ul li {
          float: left;
          margin-right: 20px;
          /**/ }
          .new-visitor-flow__housesitter__search-results__item-details__animals > div ul li img {
            height: 24px;
            margin-right: 5px;
            display: inline-block;
            float: left; }
          .new-visitor-flow__housesitter__search-results__item-details__animals > div ul li span {
            font-weight: 500;
            line-height: 24px;
            display: inline-block;
            float: left; }
        .new-visitor-flow__housesitter__search-results__item-details__animals > div ul li + li {
          margin-right: 0; }
    .new-visitor-flow__housesitter__search-results__item-details__introduction {
      margin-top: 30px;
      width: 100%;
      float: left; }
      .new-visitor-flow__housesitter__search-results__item-details__introduction h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 5px;
        color: #333333; }
      .new-visitor-flow__housesitter__search-results__item-details__introduction p {
        color: #333333;
        margin: 0; }
    .new-visitor-flow__housesitter__search-results__item-details__home {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px dashed #cccccc;
      width: 100%;
      float: left; }
      .new-visitor-flow__housesitter__search-results__item-details__home h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 15px;
        color: #333333; }
      .new-visitor-flow__housesitter__search-results__item-details__home p {
        color: #333333;
        margin: 0 0 25px 0; }
      .new-visitor-flow__housesitter__search-results__item-details__home ul {
        width: 100%;
        float: left; }
        .new-visitor-flow__housesitter__search-results__item-details__home ul li {
          width: 33%;
          float: left;
          color: #808080;
          padding: 0 0 20px 0; }
          .new-visitor-flow__housesitter__search-results__item-details__home ul li > div {
            height: 24px;
            margin-right: 10px;
            display: inline-block;
            float: left;
            width: 30px;
            text-align: center; }
            .new-visitor-flow__housesitter__search-results__item-details__home ul li > div img {
              height: 24px;
              display: inline-block; }
          .new-visitor-flow__housesitter__search-results__item-details__home ul li span {
            font-weight: 300;
            line-height: 24px;
            display: inline-block;
            float: left; }
    .new-visitor-flow__housesitter__search-results__item-details__responsibilities {
      margin-top: 10px;
      padding-top: 30px;
      border-top: 1px dashed #cccccc;
      width: 100%;
      float: left; }
      .new-visitor-flow__housesitter__search-results__item-details__responsibilities h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 15px;
        color: #333333; }
      .new-visitor-flow__housesitter__search-results__item-details__responsibilities p {
        color: #333333;
        margin: 0 0 25px 0; }
      .new-visitor-flow__housesitter__search-results__item-details__responsibilities ul li {
        width: 100%;
        float: left;
        padding: 0 0 20px 0; }
        .new-visitor-flow__housesitter__search-results__item-details__responsibilities ul li img {
          height: 24px;
          margin-right: 10px;
          display: inline-block;
          float: left; }
        .new-visitor-flow__housesitter__search-results__item-details__responsibilities ul li span {
          font-weight: 300;
          line-height: 24px;
          display: inline-block;
          float: left; }
    .new-visitor-flow__housesitter__search-results__item-details__previous-sitters {
      margin-top: 10px;
      padding-top: 30px;
      border-top: 1px dashed #cccccc;
      width: 100%;
      float: left; }
      .new-visitor-flow__housesitter__search-results__item-details__previous-sitters h5 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 32px;
        color: #333333; }
      .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul {
        width: 100%;
        float: left; }
        .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li {
          width: 100%;
          float: left;
          position: relative;
          padding-bottom: 20px; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li.hidden {
            display: none; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li:after {
            content: ' ';
            position: absolute;
            width: 1px;
            background-color: #cccccc;
            top: 60px;
            bottom: 0;
            left: 30px; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li figure {
            margin: 0;
            width: 60px;
            height: 60px;
            float: left;
            border-radius: 100%;
            background-color: #f0f0f0;
            overflow: hidden;
            border: 2px solid #cccccc; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li figure img {
              width: 56px;
              height: 56px; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div {
            float: left;
            margin-left: 20px;
            width: calc(100% - 80px); }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:first-child span:first-child {
              font-size: 16px;
              color: #474747; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:first-child > div {
              margin-top: 10px; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:first-child > span {
              cursor: pointer; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) {
              border-radius: 12px;
              background-color: #f0f0f0;
              padding: 20px;
              margin-top: 20px;
              float: left;
              width: 100%;
              display: none; }
              .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) dl {
                width: 100%;
                float: left;
                margin: 0; }
                .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) dl dt {
                  float: left;
                  margin: 0 10px 0 0;
                  font-weight: 500; }
                .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) dl dd {
                  float: left; }
              .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div {
                margin-top: 20px;
                float: left;
                width: 100%; }
                .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div figure {
                  float: left;
                  width: 50px;
                  height: 50px;
                  border: none; }
                  .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div figure img {
                    width: 50px;
                    height: 50px; }
                .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div > div {
                  border-radius: 5px;
                  background-color: white;
                  padding: 20px;
                  margin-left: 20px;
                  width: calc(100% - 70px);
                  float: left;
                  position: relative; }
                  .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div > div:before {
                    content: ' ';
                    position: absolute;
                    top: 13px;
                    left: -24px;
                    border: 12px solid transparent;
                    border-color: transparent white transparent transparent; }
                  .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div > div h6 {
                    font-size: 14px;
                    font-weight: 500;
                    margin-bottom: 5px; }
                  .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(2) > div > div > p {
                    font-size: 14px; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(3) {
              display: none;
              text-align: right;
              padding: 14px 0;
              border-bottom: 1px dashed #cccccc;
              margin-bottom: 10px;
              float: left;
              width: 100%; }
              .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2) > div:nth-child(3) > span {
                cursor: pointer; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2).open > div:first-child {
              display: none; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2).open > div:nth-child(2) {
              display: block; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li > div > div:nth-child(2).open > div:nth-child(3) {
              display: block; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li:last-child {
            padding-bottom: 0; }
            .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li:last-child:after {
              display: none; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li .more {
            display: block; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul li .less {
            display: none; }
        .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul.open li {
          display: block !important; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul.open li .more {
            display: none; }
          .new-visitor-flow__housesitter__search-results__item-details__previous-sitters ul.open li .less {
            display: block; }
    .new-visitor-flow__housesitter__search-results__item-details__assignments {
      border: 1px solid #dddddd;
      border-radius: 5px;
      padding: 20px 5px;
      text-align: center; }
      .new-visitor-flow__housesitter__search-results__item-details__assignments h5 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 5px; }
      .new-visitor-flow__housesitter__search-results__item-details__assignments ul li {
        font-size: 18px;
        color: #808080; }
      .new-visitor-flow__housesitter__search-results__item-details__assignments ul li + li {
        margin-top: 10px; }
    .new-visitor-flow__housesitter__search-results__item-details__map {
      float: left;
      width: 100%;
      height: 350px;
      position: relative;
      margin-top: 35px; }
      .new-visitor-flow__housesitter__search-results__item-details__map > div {
        position: absolute;
        left: -30px;
        width: calc(100% + (30px * 2));
        right: -30px;
        top: 0;
        bottom: 0; }
    .new-visitor-flow__housesitter__search-results__item-details__actions {
      padding: 20px 0 0;
      float: left;
      width: 100%;
      height: 90px;
      position: relative; }
      .new-visitor-flow__housesitter__search-results__item-details__actions > div {
        position: absolute;
        left: -30px;
        width: calc(100% + (30px * 2));
        right: -30px;
        top: 0;
        bottom: -40px;
        text-align: center;
        background-color: #f0f0f0;
        padding: 35px;
        border-radius: 0 0 3px 3px; }
        .new-visitor-flow__housesitter__search-results__item-details__actions > div > div {
          width: 630px;
          margin: 0 auto;
          height: 60px; }
          .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > a,
          .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > div {
            width: 290px;
            height: 60px;
            display: block;
            float: left;
            border-radius: 12px;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            text-align: center;
            color: white;
            border: 3px solid transparent;
            cursor: pointer;
            padding-top: 4px;
            -webkit-transition: border 250ms ease-in-out;
            -moz-transition: border 250ms ease-in-out;
            transition: border 250ms ease-in-out; }
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > a:hover,
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > div:hover {
              border: 3px solid white; }
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > a.register,
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > div.register {
              background-color: #fd4273; }
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > a.join,
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > div.join {
              background-color: #47b549; }
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > a.tall,
            .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > div.tall {
              line-height: 44px; }
          .new-visitor-flow__housesitter__search-results__item-details__actions > div > div > span {
            width: 50px;
            line-height: 60px;
            font-size: 16px;
            color: #808080;
            display: block;
            float: left; }

.new-visitor-flow__gallery {
  position: fixed;
  z-index: 10000;
  background-color: rgba(51, 51, 51, 0.9); }
  .new-visitor-flow__gallery__close {
    position: absolute;
    z-index: 20003;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .new-visitor-flow__gallery__close:before, .new-visitor-flow__gallery__close:after {
      content: ' ';
      display: block;
      width: 42px;
      height: 6px;
      background-color: white;
      position: absolute;
      left: calc(50% - 21px);
      top: 50%;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .new-visitor-flow__gallery__close:before {
      -webkit-transform: translateY(-3px) rotate(45deg);
      -moz-transform: translateY(-3px) rotate(45deg);
      -ms-transform: translateY(-3px) rotate(45deg);
      -o-transform: translateY(-3px) rotate(45deg);
      transform: translateY(-3px) rotate(45deg); }
    .new-visitor-flow__gallery__close:after {
      -webkit-transform: translateY(-3px) rotate(-45deg);
      -moz-transform: translateY(-3px) rotate(-45deg);
      -ms-transform: translateY(-3px) rotate(-45deg);
      -o-transform: translateY(-3px) rotate(-45deg);
      transform: translateY(-3px) rotate(-45deg); }
  .new-visitor-flow__gallery__close, .new-visitor-flow__gallery__prev__handler, .new-visitor-flow__gallery__next__handler {
    opacity: 0; }
  .new-visitor-flow__gallery__prev, .new-visitor-flow__gallery__next {
    position: absolute;
    width: 50%;
    max-width: 80px;
    max-height: 80px;
    top: 50%;
    bottom: 0;
    z-index: 20002;
    cursor: pointer;
    -webkit-transform: translateY(calc(-50% - 30px));
    -moz-transform: translateY(calc(-50% - 30px));
    -ms-transform: translateY(calc(-50% - 30px));
    -o-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px)); }
    .new-visitor-flow__gallery__prev__handler, .new-visitor-flow__gallery__next__handler {
      opacity: 0;
      position: absolute;
      width: 50px;
      height: 62px;
      font-size: 80px;
      line-height: 80px;
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .new-visitor-flow__gallery__prev__handler:before, .new-visitor-flow__gallery__prev__handler:after, .new-visitor-flow__gallery__next__handler:before, .new-visitor-flow__gallery__next__handler:after {
        content: ' ';
        display: block;
        width: 42px;
        height: 6px;
        background-color: white;
        position: absolute;
        top: 50%;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .new-visitor-flow__gallery__prev__handler:before, .new-visitor-flow__gallery__next__handler:before {
        top: calc(50% - 10px); }
      .new-visitor-flow__gallery__prev__handler:after, .new-visitor-flow__gallery__next__handler:after {
        top: calc(50% + 10px); }
  .new-visitor-flow__gallery__prev {
    left: 0; }
    .new-visitor-flow__gallery__prev__handler {
      left: 0; }
      .new-visitor-flow__gallery__prev__handler:before, .new-visitor-flow__gallery__prev__handler:after {
        right: 0; }
      .new-visitor-flow__gallery__prev__handler:before {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -moz-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        -o-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg); }
      .new-visitor-flow__gallery__prev__handler:after {
        -webkit-transform: translateY(3px) rotate(45deg);
        -moz-transform: translateY(3px) rotate(45deg);
        -ms-transform: translateY(3px) rotate(45deg);
        -o-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg); }
  .new-visitor-flow__gallery__next {
    right: 0; }
    .new-visitor-flow__gallery__next__handler {
      right: 0; }
      .new-visitor-flow__gallery__next__handler:before, .new-visitor-flow__gallery__next__handler:after {
        left: 0; }
      .new-visitor-flow__gallery__next__handler:before {
        -webkit-transform: translateY(-3px) rotate(45deg);
        -moz-transform: translateY(-3px) rotate(45deg);
        -ms-transform: translateY(-3px) rotate(45deg);
        -o-transform: translateY(-3px) rotate(45deg);
        transform: translateY(-3px) rotate(45deg); }
      .new-visitor-flow__gallery__next__handler:after {
        -webkit-transform: translateY(3px) rotate(-45deg);
        -moz-transform: translateY(3px) rotate(-45deg);
        -ms-transform: translateY(3px) rotate(-45deg);
        -o-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg); }
  .new-visitor-flow__gallery__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 235px);
    margin: 75px 0 160px; }
  .new-visitor-flow__gallery__container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .new-visitor-flow__gallery__item {
    display: none;
    opacity: 0; }
    .new-visitor-flow__gallery__item--wrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      white-space: nowrap; }
    .new-visitor-flow__gallery__item--inner, .new-visitor-flow__gallery__item__container {
      display: inline-block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%; }
      .new-visitor-flow__gallery__item--inner:before, .new-visitor-flow__gallery__item__container:before {
        content: "";
        display: inline-block;
        height: 50%;
        width: 1px;
        margin-right: -1px; }
    .new-visitor-flow__gallery__item__container {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 5px;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .new-visitor-flow__gallery__item--image, .new-visitor-flow__gallery__item--video {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%;
      border: 0;
      cursor: pointer;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .new-visitor-flow__gallery__item--image {
      width: auto !important;
      height: auto !important; }
    .new-visitor-flow__gallery__item--video {
      height: 150px;
      width: 300px; }
    .new-visitor-flow__gallery__item--description {
      bottom: 0;
      color: #eee;
      font-size: 16px;
      left: 0;
      padding: 10px 40px;
      position: fixed;
      right: 0;
      text-align: center;
      z-index: 1080;
      background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
      background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0); }
  .new-visitor-flow__gallery__description {
    position: absolute;
    bottom: -46px;
    text-align: center;
    left: 50%;
    right: 0;
    height: 35px;
    overflow: hidden;
    width: 700px;
    color: white;
    line-height: 125%;
    font-size: 14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .new-visitor-flow__gallery__thumbs {
    position: absolute;
    bottom: 35px;
    left: 50%;
    right: 0;
    height: 70px;
    max-width: 700px;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .new-visitor-flow__gallery__thumbs ul {
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      -moz-transition: -moz-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out; }
      .new-visitor-flow__gallery__thumbs ul li {
        width: 100px;
        height: 70px;
        float: left;
        opacity: 0.45;
        cursor: pointer;
        position: relative; }
        .new-visitor-flow__gallery__thumbs ul li:hover, .new-visitor-flow__gallery__thumbs ul li.active {
          -webkit-transition: opacity 150ms ease-in-out;
          -moz-transition: opacity 150ms ease-in-out;
          transition: opacity 150ms ease-in-out;
          opacity: 1; }
        .new-visitor-flow__gallery__thumbs ul li.video:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          height: 40px;
          width: 40px;
          background-image: url(/static/next/dist/images/video/play-white-circle.svg);
          background-repeat: no-repeat;
          background-size: 100%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .new-visitor-flow__gallery__thumbs ul li + li {
        margin-left: 10px; }
  .new-visitor-flow__gallery.active {
    width: 100%;
    height: 100%; }
  .new-visitor-flow__gallery.active .new-visitor-flow__gallery__close,
  .new-visitor-flow__gallery.active .new-visitor-flow__gallery__prev__handler,
  .new-visitor-flow__gallery.active .new-visitor-flow__gallery__next__handler {
    opacity: 1; }

.new-visitor-flow__content.index--v2 .new-visitor-flow__content-arrows > div > div {
  z-index: 1; }

.new-visitor-flow__content.index--v2, .new-visitor-flow__content.homeowner--v2, .new-visitor-flow__content.housesitter--v2 {
  overflow: hidden; }
  .new-visitor-flow__content.index--v2 .partners-page__hero-with-plans__container, .new-visitor-flow__content.homeowner--v2 .partners-page__hero-with-plans__container, .new-visitor-flow__content.housesitter--v2 .partners-page__hero-with-plans__container {
    padding-bottom: 0 !important; }

.new-visitor-flow__content.index .components__container, .new-visitor-flow__content.index .components__container--light, .new-visitor-flow__content.index .components__container--round--light, .new-visitor-flow__content.index .components__container--opacity-smallest, .new-visitor-flow__content.index .components__container--round--opacity-smallest, .new-visitor-flow__content.index .components__box--round--opacity-smallest, .new-visitor-flow__content.index .components__container--round, .new-visitor-flow__content.index .components__container--top, .new-visitor-flow__content.index .components__container--flat, .new-visitor-flow__content.index .components__container--flat-top, .new-visitor-flow__content.index .components__footer__join-us, .new-visitor-flow__content.index .components__footer__group, .new-visitor-flow__content.index .components__footer__customer-support, .new-visitor-flow__content.index .components__footer__t-and-c, .new-visitor-flow__content.index .components__container--flat-sides, .new-visitor-flow__content.index .components__container--flat-vertical, .new-visitor-flow__content.index .components__container--flat-vertical-bottom, .new-visitor-flow__content.index .components__container--flat-vertical-both, .new-visitor-flow__content.index .components__container--page, .new-visitor-flow__content.index .components__container--small, .new-visitor-flow__content.index--v2 .components__container, .new-visitor-flow__content.index--v2 .components__container--light, .new-visitor-flow__content.index--v2 .components__container--round--light, .new-visitor-flow__content.index--v2 .components__container--opacity-smallest, .new-visitor-flow__content.index--v2 .components__container--round--opacity-smallest, .new-visitor-flow__content.index--v2 .components__box--round--opacity-smallest, .new-visitor-flow__content.index--v2 .components__container--round, .new-visitor-flow__content.index--v2 .components__container--top, .new-visitor-flow__content.index--v2 .components__container--flat, .new-visitor-flow__content.index--v2 .components__container--flat-top, .new-visitor-flow__content.index--v2 .components__footer__join-us, .new-visitor-flow__content.index--v2 .components__footer__group, .new-visitor-flow__content.index--v2 .components__footer__customer-support, .new-visitor-flow__content.index--v2 .components__footer__t-and-c, .new-visitor-flow__content.index--v2 .components__container--flat-sides, .new-visitor-flow__content.index--v2 .components__container--flat-vertical, .new-visitor-flow__content.index--v2 .components__container--flat-vertical-bottom, .new-visitor-flow__content.index--v2 .components__container--flat-vertical-both, .new-visitor-flow__content.index--v2 .components__container--page, .new-visitor-flow__content.index--v2 .components__container--small, .new-visitor-flow__content.homeowner--v2 .components__container, .new-visitor-flow__content.homeowner--v2 .components__container--light, .new-visitor-flow__content.homeowner--v2 .components__container--round--light, .new-visitor-flow__content.homeowner--v2 .components__container--opacity-smallest, .new-visitor-flow__content.homeowner--v2 .components__container--round--opacity-smallest, .new-visitor-flow__content.homeowner--v2 .components__box--round--opacity-smallest, .new-visitor-flow__content.homeowner--v2 .components__container--round, .new-visitor-flow__content.homeowner--v2 .components__container--top, .new-visitor-flow__content.homeowner--v2 .components__container--flat, .new-visitor-flow__content.homeowner--v2 .components__container--flat-top, .new-visitor-flow__content.homeowner--v2 .components__footer__join-us, .new-visitor-flow__content.homeowner--v2 .components__footer__group, .new-visitor-flow__content.homeowner--v2 .components__footer__customer-support, .new-visitor-flow__content.homeowner--v2 .components__footer__t-and-c, .new-visitor-flow__content.homeowner--v2 .components__container--flat-sides, .new-visitor-flow__content.homeowner--v2 .components__container--flat-vertical, .new-visitor-flow__content.homeowner--v2 .components__container--flat-vertical-bottom, .new-visitor-flow__content.homeowner--v2 .components__container--flat-vertical-both, .new-visitor-flow__content.homeowner--v2 .components__container--page, .new-visitor-flow__content.homeowner--v2 .components__container--small, .new-visitor-flow__content.housesitter--v2 .components__container, .new-visitor-flow__content.housesitter--v2 .components__container--light, .new-visitor-flow__content.housesitter--v2 .components__container--round--light, .new-visitor-flow__content.housesitter--v2 .components__container--opacity-smallest, .new-visitor-flow__content.housesitter--v2 .components__container--round--opacity-smallest, .new-visitor-flow__content.housesitter--v2 .components__box--round--opacity-smallest, .new-visitor-flow__content.housesitter--v2 .components__container--round, .new-visitor-flow__content.housesitter--v2 .components__container--top, .new-visitor-flow__content.housesitter--v2 .components__container--flat, .new-visitor-flow__content.housesitter--v2 .components__container--flat-top, .new-visitor-flow__content.housesitter--v2 .components__footer__join-us, .new-visitor-flow__content.housesitter--v2 .components__footer__group, .new-visitor-flow__content.housesitter--v2 .components__footer__customer-support, .new-visitor-flow__content.housesitter--v2 .components__footer__t-and-c, .new-visitor-flow__content.housesitter--v2 .components__container--flat-sides, .new-visitor-flow__content.housesitter--v2 .components__container--flat-vertical, .new-visitor-flow__content.housesitter--v2 .components__container--flat-vertical-bottom, .new-visitor-flow__content.housesitter--v2 .components__container--flat-vertical-both, .new-visitor-flow__content.housesitter--v2 .components__container--page, .new-visitor-flow__content.housesitter--v2 .components__container--small {
  max-width: 100%; }

.new-visitor-flow__content.index .partners-page__testimonials > div, .new-visitor-flow__content.index--v2 .partners-page__testimonials > div, .new-visitor-flow__content.homeowner--v2 .partners-page__testimonials > div, .new-visitor-flow__content.housesitter--v2 .partners-page__testimonials > div {
  max-width: 1224px; }
  .new-visitor-flow__content.index .partners-page__testimonials > div > div > div, .new-visitor-flow__content.index--v2 .partners-page__testimonials > div > div > div, .new-visitor-flow__content.homeowner--v2 .partners-page__testimonials > div > div > div, .new-visitor-flow__content.housesitter--v2 .partners-page__testimonials > div > div > div {
    max-width: 400px;
    text-align: center; }

.new-visitor-flow__content.index .partners-page__testimonials a, .new-visitor-flow__content.index--v2 .partners-page__testimonials a, .new-visitor-flow__content.homeowner--v2 .partners-page__testimonials a, .new-visitor-flow__content.housesitter--v2 .partners-page__testimonials a {
  width: 290px;
  height: 60px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 700 !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }

.new-visitor-flow__content.index .partners-page__hero-with-plans__container__plans > div, .new-visitor-flow__content.index--v2 .partners-page__hero-with-plans__container__plans > div, .new-visitor-flow__content.homeowner--v2 .partners-page__hero-with-plans__container__plans > div, .new-visitor-flow__content.housesitter--v2 .partners-page__hero-with-plans__container__plans > div {
  padding: 36px 30px 40px; }

.new-visitor-flow__content.homeowner--v2 .partners-page__hero-with-plans__container__plans div:first-child {
  height: 400px;
  transform: translate(53%, 84px); }

.new-visitor-flow__content.homeowner--v2 .partners-page__hero-with-plans__container__plans div:last-child {
  opacity: 0.5;
  transform: translate(70%, -10%); }

.new-visitor-flow__content.housesitter--v2 .partners-page__hero-with-plans__container__plans div:first-child {
  opacity: 0.5;
  transform: translate(-70%, -10%); }

.new-visitor-flow__content.housesitter--v2 .partners-page__hero-with-plans__container__plans div:last-child {
  height: 400px;
  transform: translate(-53%, 84px); }

.new-visitor-flow__content__trustpilot {
  background-color: #f0f0f0; }

.new-visitor-flow__content__benefits-and-featured-in > div {
  max-width: 1224px !important;
  margin: 0 auto; }

.new-visitor-flow__content__benefits-and-featured-in .partners-page__benefits {
  background-color: white; }
  .new-visitor-flow__content__benefits-and-featured-in .partners-page__benefits h4 {
    min-height: 66px; }
    .new-visitor-flow__content__benefits-and-featured-in .partners-page__benefits h4 > span {
      background-color: white;
      color: black;
      font-size: 32px;
      width: 361px;
      left: calc(50% - 180px); }
  .new-visitor-flow__content__benefits-and-featured-in .partners-page__benefits a {
    display: none; }
  .new-visitor-flow__content__benefits-and-featured-in .partners-page__benefits h5 {
    font-weight: 700;
    font-size: 18px; }
    .new-visitor-flow__content__benefits-and-featured-in .partners-page__benefits h5 + p {
      font-size: 18px; }

.new-visitor-flow__content__benefits-and-featured-in .partners-page__featured-in {
  padding-top: 20px;
  border-top: 1px dashed #dddddd; }

.new-visitor-flow__content .partners-page__matches__pagination {
  margin: 12px 0; }

.new-visitor-flow__content__map-and-awards > div {
  max-width: 1224px !important;
  margin: 0 auto; }

.new-visitor-flow__content__map-and-awards .partners-page__awards {
  padding-top: 20px;
  border-top: 1px dashed #dddddd; }

.new-visitor-flow__content__ho-pets {
  background-image: url(/static/next/dist/images/new-visitor-flow/ho-pets-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 127px 0 217px; }
  .new-visitor-flow__content__ho-pets__container {
    max-width: 885px;
    margin: 0 auto; }
    .new-visitor-flow__content__ho-pets__container > h1 {
      margin-bottom: 32px;
      font-size: 68px; }
    .new-visitor-flow__content__ho-pets__container > ul {
      margin-bottom: 50px; }
    .new-visitor-flow__content__ho-pets__container__pet {
      display: inline-block;
      margin: 0 7.5px 15px; }
      .new-visitor-flow__content__ho-pets__container__pet > label {
        padding: 15px 20px;
        background-color: white;
        border: 1px solid #dddddd;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        display: inline;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .new-visitor-flow__content__ho-pets__container__pet > label > img {
          display: inline;
          margin-right: 10px;
          -webkit-transform: translateY(8px);
          -moz-transform: translateY(8px);
          -ms-transform: translateY(8px);
          -o-transform: translateY(8px);
          transform: translateY(8px); }
          .new-visitor-flow__content__ho-pets__container__pet > label > img:last-of-type {
            display: none; }
      .new-visitor-flow__content__ho-pets__container__pet > input[type=checkbox] {
        display: none; }
        .new-visitor-flow__content__ho-pets__container__pet > input[type=checkbox]:checked ~ label {
          background-color: #9fc7e2;
          color: white; }
          .new-visitor-flow__content__ho-pets__container__pet > input[type=checkbox]:checked ~ label > img {
            display: none; }
            .new-visitor-flow__content__ho-pets__container__pet > input[type=checkbox]:checked ~ label > img:last-of-type {
              display: inline; }
    .new-visitor-flow__content__ho-pets__container > a {
      width: 260px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__ho-location {
  background-image: url(/static/next/dist/images/new-visitor-flow/ho-location-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 127px 0 294px; }
  .new-visitor-flow__content__ho-location__container {
    margin: 0 auto; }
    .new-visitor-flow__content__ho-location__container > h1 {
      margin-bottom: 32px;
      font-size: 68px; }
    .new-visitor-flow__content__ho-location__container > div {
      height: 60px;
      width: 540px;
      margin: 0 auto 68px;
      position: relative; }
      .new-visitor-flow__content__ho-location__container > div > input {
        color: black;
        font-size: 20px;
        height: 100%;
        margin: 0; }
        .new-visitor-flow__content__ho-location__container > div > input::-webkit-input-placeholder {
          color: black;
          font-weight: 500; }
        .new-visitor-flow__content__ho-location__container > div > input::-moz-placeholder {
          color: black;
          font-weight: 500; }
        .new-visitor-flow__content__ho-location__container > div > input:-moz-placeholder {
          color: black;
          font-weight: 500; }
        .new-visitor-flow__content__ho-location__container > div > input:-ms-input-placeholder {
          color: black;
          font-weight: 500; }
      .new-visitor-flow__content__ho-location__container > div > img {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 30px; }
    .new-visitor-flow__content__ho-location__container > a {
      width: 260px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__ho-dates {
  background-image: url(/static/next/dist/images/new-visitor-flow/ho-dates-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  text-align: center;
  padding: 127px 0 225px; }
  .new-visitor-flow__content__ho-dates__container {
    margin: 0 auto; }
    .new-visitor-flow__content__ho-dates__container > h1 {
      margin-bottom: 32px;
      font-size: 68px; }
    .new-visitor-flow__content__ho-dates__container__dates {
      margin: 0 auto 50px;
      max-width: 602px; }
      .new-visitor-flow__content__ho-dates__container__dates__date-from, .new-visitor-flow__content__ho-dates__container__dates__date-to {
        position: relative;
        margin-bottom: 50px;
        height: 60px;
        width: 284px;
        display: inline-block;
        font-size: 0; }
        .new-visitor-flow__content__ho-dates__container__dates__date-from > input, .new-visitor-flow__content__ho-dates__container__dates__date-to > input {
          margin: 0;
          height: 100%;
          color: black;
          font-size: 20px;
          cursor: pointer; }
          .new-visitor-flow__content__ho-dates__container__dates__date-from > input::-webkit-input-placeholder, .new-visitor-flow__content__ho-dates__container__dates__date-to > input::-webkit-input-placeholder {
            color: black;
            font-weight: 500; }
          .new-visitor-flow__content__ho-dates__container__dates__date-from > input::-moz-placeholder, .new-visitor-flow__content__ho-dates__container__dates__date-to > input::-moz-placeholder {
            color: black;
            font-weight: 500; }
          .new-visitor-flow__content__ho-dates__container__dates__date-from > input:-moz-placeholder, .new-visitor-flow__content__ho-dates__container__dates__date-to > input:-moz-placeholder {
            color: black;
            font-weight: 500; }
          .new-visitor-flow__content__ho-dates__container__dates__date-from > input:-ms-input-placeholder, .new-visitor-flow__content__ho-dates__container__dates__date-to > input:-ms-input-placeholder {
            color: black;
            font-weight: 500; }
        .new-visitor-flow__content__ho-dates__container__dates__date-from .date-icon, .new-visitor-flow__content__ho-dates__container__dates__date-to .date-icon {
          position: absolute;
          width: 47px;
          right: 9px;
          top: 9px;
          height: 42px;
          background-image: url(/static/next/dist/images/icons/filters/dates/dates-2x.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 24px;
          -webkit-border-radius: 0 5px 5px 0;
          -moz-border-radius: 0 5px 5px 0;
          -ms-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0; }
      .new-visitor-flow__content__ho-dates__container__dates__date-to {
        margin-left: 30px; }
      .new-visitor-flow__content__ho-dates__container__dates__approximate {
        text-align: left; }
        .new-visitor-flow__content__ho-dates__container__dates__approximate > input {
          display: none; }
          .new-visitor-flow__content__ho-dates__container__dates__approximate > input:checked ~ label > span:first-child {
            background-color: #6699CC; }
            .new-visitor-flow__content__ho-dates__container__dates__approximate > input:checked ~ label > span:first-child > img {
              display: inline-block; }
        .new-visitor-flow__content__ho-dates__container__dates__approximate > label {
          font-size: 20px;
          margin-bottom: 0;
          height: 40px;
          display: inline-block;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .new-visitor-flow__content__ho-dates__container__dates__approximate > label > span:first-child {
            width: 40px;
            height: 40px;
            background-color: white;
            border: 1px solid #dddddd;
            display: inline-block;
            position: relative;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
            .new-visitor-flow__content__ho-dates__container__dates__approximate > label > span:first-child > img {
              display: none;
              position: absolute;
              top: 4px;
              left: 3px; }
          .new-visitor-flow__content__ho-dates__container__dates__approximate > label > span:last-child {
            line-height: 40px;
            height: 40px;
            vertical-align: top;
            margin-left: 15px; }
    .new-visitor-flow__content__ho-dates__container > a {
      width: 260px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__ho-info {
  background-image: url(/static/next/dist/images/new-visitor-flow/ho-pets-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0 30px; }
  .new-visitor-flow__content__ho-info__container {
    position: relative;
    width: 1164px;
    height: 639px;
    margin: 0 auto;
    padding: 55px 25px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .new-visitor-flow__content__ho-info__container > h1 {
      font-size: 32px;
      color: #f181ae; }
    .new-visitor-flow__content__ho-info__container__content {
      font-size: 0;
      margin-bottom: 40px; }
      .new-visitor-flow__content__ho-info__container__content__video-container {
        background-color: #f0f0f0;
        padding: 20px;
        width: calc(50% - (30px / 2));
        margin-right: 15px;
        display: inline-block;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .new-visitor-flow__content__ho-info__container__content__video-container__video {
          width: 100%;
          height: 280px;
          position: relative; }
          .new-visitor-flow__content__ho-info__container__content__video-container__video > a {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .new-visitor-flow__content__ho-info__container__content__reasons {
        text-align: left;
        width: calc(50% - (30px / 2));
        margin-left: 15px;
        display: inline-block; }
        .new-visitor-flow__content__ho-info__container__content__reasons > h1 {
          margin-bottom: 15px;
          font-size: 46px;
          line-height: 100%; }
        .new-visitor-flow__content__ho-info__container__content__reasons > p {
          margin-bottom: 15px;
          font-size: 20px; }
        .new-visitor-flow__content__ho-info__container__content__reasons__list > li > img {
          display: inline-block; }
        .new-visitor-flow__content__ho-info__container__content__reasons__list > li > span:last-child {
          line-height: 28px;
          height: 28px;
          vertical-align: top;
          margin-left: 10px;
          font-size: 20px; }
    .new-visitor-flow__content__ho-info__container > a {
      width: 300px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__hs-location {
  background-image: url(/static/next/dist/images/new-visitor-flow/h-s-destination.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 127px 0 294px; }
  .new-visitor-flow__content__hs-location__container {
    margin: 0 auto; }
    .new-visitor-flow__content__hs-location__container > h1 {
      margin-bottom: 32px;
      font-weight: 700;
      font-size: 68px; }
    .new-visitor-flow__content__hs-location__container > div {
      height: 60px;
      width: 745px;
      margin: 0 auto 68px;
      position: relative; }
      .new-visitor-flow__content__hs-location__container > div > div {
        float: left; }
        .new-visitor-flow__content__hs-location__container > div > div:first-child {
          width: 335px; }
          .new-visitor-flow__content__hs-location__container > div > div:first-child > label {
            padding: 15px 20px;
            background-color: white;
            border: 1px solid #dddddd;
            cursor: pointer;
            margin-bottom: 0;
            font-size: 20px;
            width: 335px;
            height: 60px;
            display: inline-block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
            .new-visitor-flow__content__hs-location__container > div > div:first-child > label > img {
              display: inline-block;
              float: left;
              margin-right: 10px;
              width: 30px;
              height: 30px; }
              .new-visitor-flow__content__hs-location__container > div > div:first-child > label > img:nth-child(2) {
                display: none; }
            .new-visitor-flow__content__hs-location__container > div > div:first-child > label > span {
              display: inline-block;
              float: left;
              line-height: 30px; }
          .new-visitor-flow__content__hs-location__container > div > div:first-child > input[type=checkbox] {
            display: none; }
            .new-visitor-flow__content__hs-location__container > div > div:first-child > input[type=checkbox]:checked ~ label {
              background-color: #67c17a;
              color: white; }
              .new-visitor-flow__content__hs-location__container > div > div:first-child > input[type=checkbox]:checked ~ label > img:nth-child(1) {
                display: none; }
              .new-visitor-flow__content__hs-location__container > div > div:first-child > input[type=checkbox]:checked ~ label > img:nth-child(2) {
                display: inline-block; }
        .new-visitor-flow__content__hs-location__container > div > div:nth-child(2) {
          width: 60px;
          line-height: 60px;
          text-align: center;
          font-size: 20px;
          font-weight: 500;
          color: #474747; }
        .new-visitor-flow__content__hs-location__container > div > div:last-child {
          width: 350px; }
          .new-visitor-flow__content__hs-location__container > div > div:last-child > input {
            color: black;
            font-size: 20px;
            margin: 0;
            height: 60px;
            line-height: 60px; }
            .new-visitor-flow__content__hs-location__container > div > div:last-child > input::-webkit-input-placeholder {
              color: black;
              font-weight: 500; }
            .new-visitor-flow__content__hs-location__container > div > div:last-child > input::-moz-placeholder {
              color: black;
              font-weight: 500; }
            .new-visitor-flow__content__hs-location__container > div > div:last-child > input:-moz-placeholder {
              color: black;
              font-weight: 500; }
            .new-visitor-flow__content__hs-location__container > div > div:last-child > input:-ms-input-placeholder {
              color: black;
              font-weight: 500; }
          .new-visitor-flow__content__hs-location__container > div > div:last-child > img {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 20px;
            height: 30px; }
    .new-visitor-flow__content__hs-location__container > a {
      width: 260px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__hs-inspirations {
  background-image: url(/static/next/dist/images/new-visitor-flow/h-s-inspire.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 127px 0 217px; }
  .new-visitor-flow__content__hs-inspirations__container {
    max-width: 780px;
    margin: 0 auto; }
    .new-visitor-flow__content__hs-inspirations__container > h1 {
      margin-bottom: 32px;
      font-size: 68px; }
    .new-visitor-flow__content__hs-inspirations__container > ul {
      margin-bottom: 35px;
      width: 780px;
      float: left; }
    .new-visitor-flow__content__hs-inspirations__container__inspiration {
      display: inline-block;
      margin: 0 0 15px;
      width: 250px;
      float: left; }
      .new-visitor-flow__content__hs-inspirations__container__inspiration:nth-child(2), .new-visitor-flow__content__hs-inspirations__container__inspiration:nth-child(3), .new-visitor-flow__content__hs-inspirations__container__inspiration:nth-child(5), .new-visitor-flow__content__hs-inspirations__container__inspiration:nth-child(6) {
        margin-left: 15px; }
      .new-visitor-flow__content__hs-inspirations__container__inspiration > label {
        padding: 15px 20px;
        background-color: white;
        border: 1px solid #dddddd;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 20px;
        height: 60px;
        line-height: 30px;
        width: 250px;
        display: inline-block;
        float: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .new-visitor-flow__content__hs-inspirations__container__inspiration > label > span {
          display: inline-block;
          float: left; }
        .new-visitor-flow__content__hs-inspirations__container__inspiration > label > img {
          display: inline-block;
          float: left;
          margin-right: 10px; }
          .new-visitor-flow__content__hs-inspirations__container__inspiration > label > img:last-of-type {
            display: none; }
      .new-visitor-flow__content__hs-inspirations__container__inspiration > input[type=checkbox] {
        display: none; }
        .new-visitor-flow__content__hs-inspirations__container__inspiration > input[type=checkbox]:checked ~ label {
          background-color: #67c17a;
          color: white; }
          .new-visitor-flow__content__hs-inspirations__container__inspiration > input[type=checkbox]:checked ~ label > img {
            display: none; }
            .new-visitor-flow__content__hs-inspirations__container__inspiration > input[type=checkbox]:checked ~ label > img:last-of-type {
              display: inline; }
    .new-visitor-flow__content__hs-inspirations__container > a {
      width: 260px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__hs-pets {
  background-image: url(/static/next/dist/images/new-visitor-flow/ho-pets-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 127px 0 217px; }
  .new-visitor-flow__content__hs-pets__container {
    max-width: 1000px;
    margin: 0 auto; }
    .new-visitor-flow__content__hs-pets__container > h1 {
      margin-bottom: 32px;
      font-size: 68px; }
    .new-visitor-flow__content__hs-pets__container > ul {
      margin: 0 auto 50px;
      max-width: 885px; }
    .new-visitor-flow__content__hs-pets__container__pet {
      display: inline-block;
      margin: 0 7.5px 15px; }
      .new-visitor-flow__content__hs-pets__container__pet > label {
        padding: 15px 20px;
        background-color: white;
        border: 1px solid #dddddd;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        display: inline;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .new-visitor-flow__content__hs-pets__container__pet > label > img {
          display: inline;
          margin-right: 10px;
          -webkit-transform: translateY(8px);
          -moz-transform: translateY(8px);
          -ms-transform: translateY(8px);
          -o-transform: translateY(8px);
          transform: translateY(8px); }
          .new-visitor-flow__content__hs-pets__container__pet > label > img:last-of-type {
            display: none; }
      .new-visitor-flow__content__hs-pets__container__pet > input[type=checkbox] {
        display: none; }
        .new-visitor-flow__content__hs-pets__container__pet > input[type=checkbox]:checked ~ label {
          background-color: #67c17a;
          color: white; }
          .new-visitor-flow__content__hs-pets__container__pet > input[type=checkbox]:checked ~ label > img {
            display: none; }
            .new-visitor-flow__content__hs-pets__container__pet > input[type=checkbox]:checked ~ label > img:last-of-type {
              display: inline; }
    .new-visitor-flow__content__hs-pets__container > a {
      width: 260px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content__hs-info {
  background-image: url(/static/next/dist/images/new-visitor-flow/h-s-inspire.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0 30px; }
  .new-visitor-flow__content__hs-info__container {
    position: relative;
    width: 1164px;
    height: 639px;
    margin: 0 auto;
    padding: 55px 30px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .new-visitor-flow__content__hs-info__container > h1 {
      font-size: 32px;
      color: #f181ae; }
    .new-visitor-flow__content__hs-info__container__content {
      font-size: 0;
      margin-bottom: 40px; }
      .new-visitor-flow__content__hs-info__container__content__video-container {
        background-color: #f0f0f0;
        padding: 20px;
        width: calc(50% - (30px / 2));
        margin-right: 15px;
        display: inline-block;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .new-visitor-flow__content__hs-info__container__content__video-container__video {
          width: 100%;
          height: 280px;
          position: relative; }
          .new-visitor-flow__content__hs-info__container__content__video-container__video > a {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .new-visitor-flow__content__hs-info__container__content__reasons {
        text-align: left;
        width: calc(50% - (30px / 2));
        margin-left: 15px;
        display: inline-block; }
        .new-visitor-flow__content__hs-info__container__content__reasons > h1 {
          margin-bottom: 15px;
          font-size: 46px;
          line-height: 100%; }
        .new-visitor-flow__content__hs-info__container__content__reasons > p {
          margin-bottom: 15px;
          font-size: 20px; }
        .new-visitor-flow__content__hs-info__container__content__reasons__list > li > img {
          display: inline-block; }
        .new-visitor-flow__content__hs-info__container__content__reasons__list > li > span:last-child {
          line-height: 28px;
          height: 28px;
          vertical-align: top;
          margin-left: 10px;
          font-size: 20px; }
    .new-visitor-flow__content__hs-info__container > a {
      width: 300px;
      height: 60px;
      font-size: 20px;
      padding: 14px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__content.index .partners-page__hero-with-plans {
  background-image: url(/static/next/dist/images/new-visitor-flow/cat-hero-v1-1224.jpg); }

.new-visitor-flow .register-homeowner-popup,
.new-visitor-flow .join-homeowner-popup,
.new-visitor-flow .register-housesitter-popup,
.new-visitor-flow .join-housesitter-popup {
  width: 360px;
  height: 780px;
  margin: 0;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .new-visitor-flow .register-homeowner-popup.tall,
  .new-visitor-flow .join-homeowner-popup.tall,
  .new-visitor-flow .register-housesitter-popup.tall,
  .new-visitor-flow .join-housesitter-popup.tall {
    height: 824px; }
  .new-visitor-flow .register-homeowner-popup > div,
  .new-visitor-flow .join-homeowner-popup > div,
  .new-visitor-flow .register-housesitter-popup > div,
  .new-visitor-flow .join-housesitter-popup > div {
    padding: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .new-visitor-flow .register-homeowner-popup > div > iframe,
    .new-visitor-flow .join-homeowner-popup > div > iframe,
    .new-visitor-flow .register-housesitter-popup > div > iframe,
    .new-visitor-flow .join-housesitter-popup > div > iframe {
      width: 100%;
      height: 100%;
      border: none;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow .calculator {
  cursor: pointer; }

.new-visitor-flow .calculator-popup {
  width: 1000px;
  height: 1060px;
  max-height: 1060px;
  margin: 95px 0 0;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .new-visitor-flow .calculator-popup > div {
    padding: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .new-visitor-flow .calculator-popup > div iframe {
      width: 100%;
      height: 840px;
      border: none;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }

.new-visitor-flow__calculator__wrapper {
  width: 100%;
  height: 100%; }
  .new-visitor-flow__calculator__wrapper > p {
    text-align: center; }
  .new-visitor-flow__calculator__wrapper .new-visitor-flow__homeowner__join-actions {
    background-color: white;
    padding-bottom: 22px;
    padding-top: 0; }
    .new-visitor-flow__calculator__wrapper .new-visitor-flow__homeowner__join-actions .new-visitor-flow__homeowner__join-actions__action > p,
    .new-visitor-flow__calculator__wrapper .new-visitor-flow__homeowner__join-actions .new-visitor-flow__homeowner__join-actions__action > span {
      display: none; }
    .new-visitor-flow__calculator__wrapper .new-visitor-flow__homeowner__join-actions .new-visitor-flow__homeowner__join-actions__wrapper > div:nth-child(2) {
      margin-top: 18px; }

.new-visitor-flow__content-arrows {
  font-size: 0;
  height: 80px;
  position: relative; }
  .new-visitor-flow__content-arrows > div {
    width: 1224px;
    margin: 0 auto;
    position: relative; }
    .new-visitor-flow__content-arrows > div > img {
      width: 612px;
      display: inline-block; }
    .new-visitor-flow__content-arrows > div > div {
      width: 24px;
      height: 24px;
      position: absolute;
      left: calc(50% - 12px);
      bottom: 0; }
      .new-visitor-flow__content-arrows > div > div img {
        width: 24px;
        height: 24px; }
  .new-visitor-flow__content-arrows:before, .new-visitor-flow__content-arrows:after {
    content: '';
    position: absolute;
    background-color: white;
    height: 100%;
    width: calc(100% / 2 - 612px);
    left: 0;
    top: 0; }
  .new-visitor-flow__content-arrows:after {
    left: initial;
    right: 0; }

.new-visitor-flow .index--v2 .partners-page__hero-with-plans__container__plans > div {
  transition: all 1s ease-in-out;
  padding: 27px 30px 36px; }

.new-visitor-flow .index--v2 .partners-page__safety {
  background-color: white; }

.new-visitor-flow .index--v2 .partners-page__trustpilot {
  background-color: #f0f0f0; }

.new-visitor-flow .homeowner--v2 .partners-page__hero-with-plans .new-visitor-flow__content-arrows:before, .new-visitor-flow .homeowner--v2 .partners-page__hero-with-plans .new-visitor-flow__content-arrows:after {
  background-color: #cfe3f0;
  border-top: 1px solid white; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps {
  float: left;
  width: 100%;
  background-color: #cfe3f0; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .partners-page__steps__homeowner ul {
    margin-bottom: 0; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .partners-page__steps__homeowner ul li {
      height: auto; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .partners-page__steps__homeowner,
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .new-visitor-flow__homeowner__join-actions {
    background-color: #cfe3f0; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .new-visitor-flow__content-arrows:before, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .new-visitor-flow__content-arrows:after {
    background-color: #f0f0f0;
    border-top: 1px solid white; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__steps .new-visitor-flow__homeowner__join-actions {
    padding-bottom: 0; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-results {
  background-color: #f0f0f0; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-join {
  background-color: #f0f0f0; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-join .new-visitor-flow__homeowner__join-actions {
    background-color: #f0f0f0;
    padding-bottom: 0; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-join .new-visitor-flow__content-arrows:before, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-join .new-visitor-flow__content-arrows:after {
    background-color: white; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__safety .partners-page__safety {
  padding-bottom: 60px; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__safety .new-visitor-flow__content-arrows:before, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__safety .new-visitor-flow__content-arrows:after {
  background-color: #f0f0f0; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__actions-bottom {
  float: left;
  width: 100%; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__actions-bottom .new-visitor-flow__homeowner__join-actions {
    background-color: #f0f0f0;
    padding-top: 65px; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-results {
  padding-top: 10px; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-results__container {
  max-width: 1150px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px 10px;
  margin-bottom: 30px;
  clear: both;
  border-radius: 12px; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__search-results__container:after {
    content: "";
    display: table;
    clear: both; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits {
  float: left;
  width: 100%;
  background-color: #f0f0f0; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits > h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin: 60px 0 14px; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits > p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 14px; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits {
    background-color: #f0f0f0;
    font-size: 16px; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits h4,
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__btn--membership,
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__nav-bar__refer-a-friend-button,
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__nav-bar__join-now-button {
      display: none; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__box2, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__box2-3, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__box2-3-3, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__box2-landscape-3-3, .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__box2-landscape-3 {
      margin: 0; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits .components__grid {
      max-width: 1060px;
      margin-left: auto;
      margin-right: auto; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__benefits .partners-page__benefits h5 {
      font-weight: 700; }

.new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video {
  float: left;
  width: 100%;
  margin-bottom: 60px; }
  .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div {
    width: 1160px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
    background-color: white; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div > div {
      position: relative; }
      .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div > div .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover; }
        .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div > div .overlay.housesitter {
          background-image: url("https://img.youtube.com/vi/BZI1FrvR77U/maxresdefault.jpg"); }
        .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div > div .overlay.homeowner {
          background-image: url("https://img.youtube.com/vi/0uIcKAO0ZO0/maxresdefault.jpg"); }
        .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div > div .overlay img {
          position: absolute;
          left: 50%;
          top: calc(50% + 36px);
          width: 110px;
          height: 214px;
          transform: translateX(-50%) translateY(-50%);
          cursor: pointer; }
          .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div > div .overlay img:hover {
            opacity: 0.8; }
    .new-visitor-flow .homeowner--v2 .new-visitor-flow__homeowner__video > div iframe {
      width: 100%;
      height: 618px; }

.new-visitor-flow .homeowner--v2 .partners-page__trustpilot {
  background-color: white; }

.new-visitor-flow .housesitter--v2 .partners-page__hero-with-plans .new-visitor-flow__content-arrows:before, .new-visitor-flow .housesitter--v2 .partners-page__hero-with-plans .new-visitor-flow__content-arrows:after {
  background-color: #f0f0f0;
  border-top: 1px solid white; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__steps {
  float: left;
  width: 100%;
  background-color: #dff2e3; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__steps .partners-page__steps__housesitter,
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__steps .new-visitor-flow__housesitter__join-actions {
    background-color: #dff2e3; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__steps .new-visitor-flow__content-arrows:before, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__steps .new-visitor-flow__content-arrows:after {
    background-color: white;
    border-top: 1px solid white; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__steps .new-visitor-flow__housesitter__join-actions {
    padding-bottom: 0; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits {
  float: left;
  width: 100%; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits > h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin: 60px 0 14px; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits > p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 14px; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits {
    background-color: white;
    font-size: 18px; }
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits h4,
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__btn--membership,
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__nav-bar__refer-a-friend-button,
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__nav-bar__join-now-button {
      display: none; }
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__box2, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__box2-3, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__box2-3-3, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__box2-landscape-3-3, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__box2-landscape-3 {
      margin: 0; }
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits .components__grid {
      max-width: 1060px;
      margin-left: auto;
      margin-right: auto; }
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__benefits .partners-page__benefits h5 {
      font-weight: 700; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-results {
  background-color: #f0f0f0;
  padding-top: 10px; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-join {
  background-color: #f0f0f0; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-join .new-visitor-flow__housesitter__join-actions {
    background-color: #f0f0f0;
    padding-bottom: 0; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-join .new-visitor-flow__content-arrows:before, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-join .new-visitor-flow__content-arrows:after {
    background-color: #dff2e3;
    border-top: 1px solid white; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__safety .partners-page__safety {
  padding-bottom: 60px; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__safety .new-visitor-flow__content-arrows:before, .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__safety .new-visitor-flow__content-arrows:after {
  background-color: #f0f0f0; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__actions-bottom {
  float: left;
  width: 100%; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__actions-bottom .new-visitor-flow__housesitter__join-actions {
    background-color: #e6e6e6; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-results__container {
  max-width: 1150px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px 10px;
  margin-bottom: 30px;
  clear: both;
  border-radius: 12px; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__search-results__container:after {
    content: "";
    display: table;
    clear: both; }

.new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video {
  float: left;
  width: 100%;
  margin-bottom: 60px; }
  .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div {
    width: 1160px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #f0f0f0; }
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div > div {
      position: relative; }
      .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div > div .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover; }
        .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div > div .overlay.housesitter {
          background-image: url("https://img.youtube.com/vi/BZI1FrvR77U/maxresdefault.jpg"); }
        .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div > div .overlay.homeowner {
          background-image: url("https://img.youtube.com/vi/0uIcKAO0ZO0/maxresdefault.jpg"); }
        .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div > div .overlay img {
          position: absolute;
          left: 50%;
          top: calc(50% + 36px);
          width: 110px;
          height: 214px;
          transform: translateX(-50%) translateY(-50%);
          cursor: pointer; }
          .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div > div .overlay img:hover {
            opacity: 0.8; }
    .new-visitor-flow .housesitter--v2 .new-visitor-flow__housesitter__video > div iframe {
      width: 100%;
      height: 618px; }

.new-visitor-flow .housesitter--v2 .partners-page__trustpilot {
  background-color: #f0f0f0; }

@media (min-width: 560px) {
  .new-visitor-flow__gallery__item--image, .new-visitor-flow__gallery__item--video {
    max-width: 700px; } }

@media (min-width: 768px) {
  .new-visitor-flow__gallery__item--video {
    height: 400px;
    width: 700px; } }

@media (min-width: 1224px) {
  .new-visitor-flow__gallery__next__handler, .new-visitor-flow__gallery__prev__handler {
    width: 80px; } }

@media (min-width: 1600px) {
  .new-visitor-flow__content.index .partners-page__hero-with-plans {
    background-image: url(/static/next/dist/images/new-visitor-flow/cat-hero-v1-1920.jpg); }
  .new-visitor-flow__content__ho-pets, .new-visitor-flow__content__hs-pets {
    background-image: url(/static/next/dist/images/new-visitor-flow/ho-pets-bg-1920.jpg); }
  .new-visitor-flow__content__ho-location {
    background-image: url(/static/next/dist/images/new-visitor-flow/ho-location-bg-1920.jpg); }
  .new-visitor-flow__content__ho-dates {
    background-image: url(/static/next/dist/images/new-visitor-flow/ho-dates-bg-1920.jpg); }
  .new-visitor-flow__content__hs-location {
    background-image: url(/static/next/dist/images/new-visitor-flow/hs-destination-bg-1920.jpg); }
  .new-visitor-flow__content__hs-inspirations {
    background-image: url(/static/next/dist/images/new-visitor-flow/hs-inspiration-bg-1920.jpg); } }

.timeline {
  text-align: center; }
  .timeline > * {
    margin-bottom: 20px; }
  .timeline__hero {
    background-color: rgba(159, 199, 226, 0.15);
    position: relative; }
    .timeline__hero > div:first-of-type {
      padding: 20px 15px; }
      .timeline__hero > div:first-of-type > a {
        margin-top: 30px;
        display: inline-block; }
        .timeline__hero > div:first-of-type > a:first-of-type {
          max-width: 360px;
          display: block; }
    .timeline__hero .share__items {
      z-index: 1000; }
    .timeline__hero__profile {
      position: relative; }
      .timeline__hero__profile > h1 {
        font-size: 20px; }
      .timeline__hero__profile > img {
        margin: auto;
        margin-bottom: 20px; }
      .timeline__hero__profile > p {
        margin-bottom: 30px;
        line-height: 140%; }
      .timeline__hero__profile__photo {
        display: none; }
    .timeline__hero__arrows {
      font-size: 0;
      height: 35px; }
      .timeline__hero__arrows > img {
        width: 50%;
        height: 100%;
        display: inline-block; }
  .timeline__join {
    position: relative;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/static/next/dist/images/refer-a-friend/hero/cat-hero-320.jpg);
    background-size: cover, 500px 450px;
    background-repeat: no-repeat;
    background-position: 0 0, 100% 20px;
    /* 40px is custom (offer banner) */
    padding: 60px 10px 40px;
    max-height: 400px;
    overflow: hidden; }
    .timeline__join > h1 {
      font-size: 36px;
      margin-bottom: 15px;
      line-height: 100%; }
    .timeline__join > h3 {
      font-size: 18px;
      margin: 0 auto 25px;
      max-width: 300px; }
    .timeline__join > a {
      width: 100%;
      max-width: 300px; }
    .timeline__join__offer {
      position: absolute;
      background-color: #f181ae;
      width: 100%;
      top: 0;
      left: 0;
      height: 40px;
      line-height: 40px;
      color: white; }
  .timeline > section {
    float: left; }
  @media (min-width: 480px) {
    .timeline__join {
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(/static/next/dist/images/refer-a-friend/hero/cat-hero-768.jpg);
      background-size: cover, 767px 480px; } }
  @media (min-width: 768px) {
    .timeline__hero__profile > h1 {
      font-size: 48px; }
    .timeline__hero__profile > img {
      width: 541px;
      height: 134px; }
    .timeline__hero__profile > p {
      margin-bottom: 110px;
      font-size: 18px; }
      .timeline__hero__profile > p > span {
        display: block; }
    .timeline__hero__profile__photo {
      background-color: white;
      width: 150px;
      height: 150px;
      position: absolute;
      z-index: 500;
      bottom: -110px;
      left: 50%;
      display: block;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .timeline__hero__profile__photo > span {
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .timeline__hero__profile__photo > img {
        max-width: 140px;
        max-height: 140px;
        vertical-align: middle;
        display: inline-block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
    .timeline__join {
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1024.jpg);
      background-size: cover; }
      .timeline__join > h1 {
        font-size: 54px; }
      .timeline__join > h3 {
        font-size: 22px; }
      .timeline__join > a {
        font-size: 20px; }
      .timeline__join__offer {
        top: 19%;
        left: -38%;
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
        transform: rotate(-35deg); } }
  @media (min-width: 1024px) {
    .timeline > * {
      border-bottom-width: 30px; }
    .timeline__hero > div:first-of-type > a {
      margin-top: 60px; }
    .timeline__hero__profile > p {
      font-size: 24px; }
    .timeline__hero__arrows {
      height: 65px; }
    .timeline__join {
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1224.jpg); }
    .timeline .partners-page__photo-bar {
      max-width: initial; } }
  @media (min-width: 1224px) {
    .timeline__hero > div:first-of-type {
      padding: 20px 0; }
    .timeline__join {
      text-align: left;
      padding-left: 304px;
      background-image: url(/static/next/dist/images/refer-a-friend/hero/cat-hero-1920.jpg);
      background-size: 120%;
      background-position: -220px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .timeline__join > h3 {
        margin: 0 0 25px;
        max-width: 470px; }
      .timeline__join > a, .timeline__join__offer {
        text-align: center; } }

.accounts__profile {
  min-height: 100%; }
  .accounts__profile--no-padding {
    background-attachment: initial; }
    .accounts__profile--no-padding > div {
      padding: 0 !important;
      margin: 0 auto !important;
      max-width: 100% !important; }
  .accounts__profile--gray {
    background-color: #f0f0f0; }
  .accounts__profile textarea,
  .accounts__profile input[type="email"], .accounts__profile input[type="number"], .accounts__profile input[type="password"], .accounts__profile input[type="search"], .accounts__profile input[type="tel"], .accounts__profile input[type="text"], .accounts__profile input[type="url"], .accounts__profile input[type="color"], .accounts__profile input[type="date"], .accounts__profile input[type="datetime"], .accounts__profile input[type="datetime-local"], .accounts__profile input[type="month"], .accounts__profile input[type="time"], .accounts__profile input[type="week"],
  .accounts__profile select[multiple=multiple] {
    border-radius: 0.3125em; }
  .accounts__profile > div > h2 {
    display: none; }
  .accounts__profile__links, .accounts__profile__top, .accounts__profile__main {
    margin-bottom: 10px; }
  .accounts__profile__main {
    float: left;
    width: 100%; }
  .accounts__profile__links__notification {
    margin-left: 0.3em;
    vertical-align: middle; }
  .accounts__profile__top:empty {
    margin-bottom: 0; }
  @media (min-width: 47em) {
    .accounts__profile > div > h2 {
      display: block; } }

.accounts__signup {
  min-height: 100%;
  position: relative; }

@page {
  size: auto;
  margin: 0; }

.page-break {
  page-break-before: always; }

.listings__manual {
  -webkit-print-color-adjust: exact;
  -webkit-transition: none !important;
  transition: none !important;
  counter-reset: page; }
  .listings__manual > section:first-of-type .listings__manual__section__header {
    margin: 1cm 1cm 0; }
  .listings__manual > section {
    page-break-inside: avoid;
    width: 100%;
    float: left; }
  .listings__manual__section__header {
    margin: 1cm 1cm 0;
    padding-bottom: 0.5cm;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 1;
    height: 2cm;
    width: calc(100% - 2cm); }
    .listings__manual__section__header > img {
      width: 7cm;
      display: inline-block; }
    .listings__manual__section__header > span {
      float: right;
      line-height: 40px; }
    .listings__manual__section__header--icon {
      height: 100px;
      width: 100px;
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      z-index: 2;
      overflow: visible;
      border: 1px solid #e6e6e6;
      background-color: white;
      left: 50%;
      top: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .listings__manual__section__header--icon img {
        width: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .listings__manual__section__fields-title {
    height: 1.5cm;
    float: left;
    width: 100%; }
    .listings__manual__section__fields-title > img {
      float: left;
      width: 1.5cm;
      height: 1.5cm; }
    .listings__manual__section__fields-title > h4 {
      width: calc(100% - 1.5cm - 1.5cm);
      line-height: 1.5cm;
      margin-left: 3cm;
      color: #fd4273;
      border-bottom: 1px solid #e6e6e6; }
  .listings__manual__section--content-wrapper {
    position: relative;
    height: 26cm;
    margin: 2.5cm 1cm 2cm 3cm; }
    .listings__manual__section--content-wrapper--content {
      margin: 0.5cm 0 1cm 3cm;
      width: calc(100% - 3cm);
      float: left;
      word-break: break-word; }
      .listings__manual__section--content-wrapper--content > div:not(:first-child) {
        border-top: 1px dashed #dddddd;
        margin-top: 0.5cm;
        padding-top: 0.5cm; }
      .listings__manual__section--content-wrapper--content > div > div {
        margin-bottom: 0.5cm; }
        .listings__manual__section--content-wrapper--content > div > div:not(:last-child) {
          margin-bottom: 1cm; }
      .listings__manual__section--content-wrapper--content p {
        white-space: pre-wrap; }
      .listings__manual__section--content-wrapper--content--inline-list > li {
        display: inline; }
  .listings__manual__section__cover .listings__manual__section--content-wrapper {
    margin: 0; }
    .listings__manual__section__cover .listings__manual__section--content-wrapper--content {
      margin: 0;
      top: 40%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .listings__manual__section__cover .listings__manual__section--content-wrapper--content > img {
        width: 1.5cm;
        height: 1.5cm;
        display: inline-block; }
      .listings__manual__section__cover .listings__manual__section--content-wrapper--content > p {
        display: inline-block;
        width: calc(100% - 3cm);
        vertical-align: top;
        font-weight: 500; }
  .listings__manual__section__cover__welcome-message {
    background-color: #a0c6e2;
    background-image: -webkit-linear-gradient(-450deg, #a0c6e2, white);
    background-image: linear-gradient(180deg,#a0c6e2, white);
    height: 20cm;
    position: relative; }
    .listings__manual__section__cover__welcome-message > img {
      position: absolute; }
      .listings__manual__section__cover__welcome-message > img:first-of-type {
        top: -2px; }
      .listings__manual__section__cover__welcome-message > img:last-of-type {
        bottom: 0;
        left: 0; }
    .listings__manual__section__cover__welcome-message > div {
      text-align: center; }
      .listings__manual__section__cover__welcome-message > div > h3 {
        font-weight: 400; }
  .listings__manual__section__cover__help-center {
    height: 6cm;
    margin: 1cm; }
    .listings__manual__section__cover__help-center__title {
      text-align: center;
      margin-bottom: 0.5cm;
      float: left;
      width: 100%; }
      .listings__manual__section__cover__help-center__title > h4 {
        position: relative;
        display: inline-block;
        width: calc(100% / 3);
        color: #808080; }
        .listings__manual__section__cover__help-center__title > h4:before, .listings__manual__section__cover__help-center__title > h4:after {
          content: ' ';
          position: absolute;
          width: 100%;
          top: 50%;
          border-top: 1px dashed #cccccc; }
        .listings__manual__section__cover__help-center__title > h4:before {
          right: 100%; }
        .listings__manual__section__cover__help-center__title > h4:after {
          left: 100%; }
    .listings__manual__section__cover__help-center__info {
      width: calc(50% - 0.1cm);
      float: left;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      margin-right: 0.1cm;
      font-size: 14px;
      line-height: 130%; }
      .listings__manual__section__cover__help-center__info:last-of-type {
        margin-right: 0;
        margin-left: 0.1cm; }
      .listings__manual__section__cover__help-center__info img {
        width: 63px;
        height: 63px; }
      .listings__manual__section__cover__help-center__info > div {
        float: left; }
      .listings__manual__section__cover__help-center__info__text {
        width: calc(100% - 63px - 1cm);
        margin-left: 0.5cm;
        padding-left: 0.5cm;
        border-left: 1px solid #f0f0f0; }
        .listings__manual__section__cover__help-center__info__text > h4, .listings__manual__section__cover__help-center__info__text > div {
          margin-bottom: 0;
          color: #808080; }
          .listings__manual__section__cover__help-center__info__text > h4 > a, .listings__manual__section__cover__help-center__info__text > div > a {
            color: #808080; }
  .listings__manual__section__home__photos img, .listings__manual__section__my-pets__photos img, .listings__manual__section__neighbourhood__photos img {
    width: 10cm; }
  .listings__manual__section__neighbourhood__map {
    width: 100%;
    margin-bottom: 0.5cm; }
  .listings__manual__section__emergency ul > li:not(:first-child) {
    margin-top: 1cm; }

.search__test {
  background-color: white; }
  .search__test .search--wrapper-gray {
    display: none; }
  .search__test .search__results__tabs {
    display: none; }
  .search__test .search__results--container {
    margin-top: 40px; }
  .search__test__network-tabs {
    font-size: 0;
    max-width: initial;
    background-color: white;
    height: 58px;
    margin-top: 40px; }
    .search__test__network-tabs > div {
      display: inline-block;
      width: calc(50% - 612px);
      border-bottom: 1px solid #cccccc;
      height: 100%; }
    .search__test__network-tabs > a {
      display: inline-block;
      max-width: 612px;
      width: 50%;
      padding: 15px 20px;
      cursor: pointer;
      border-left: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      border-top: 3px;
      background-color: white;
      vertical-align: top;
      height: 100%; }
      .search__test__network-tabs > a:first-of-type {
        border-left: none; }
        .search__test__network-tabs > a:first-of-type:hover, .search__test__network-tabs > a:first-of-type.active {
          border-top: 3px solid #6699CC;
          border-right: none;
          border-left: 1px solid #cccccc; }
      .search__test__network-tabs > a:hover {
        background-color: #e6e6e6;
        border-top: 3px solid #47b549; }
      .search__test__network-tabs > a.active {
        background-color: #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        border-top: 3px solid #47b549;
        border-right: 1px solid #cccccc; }
      .search__test__network-tabs > a > div {
        font-size: 18px; }
  .search__test__search-bar {
    float: left;
    width: 100%;
    font-size: 0;
    padding: 40px 60px 20px;
    background-color: #f0f0f0; }
    .search__test__search-bar > div > div {
      background-color: white;
      display: inline-block;
      width: calc(100% - 110px - 20px);
      height: 44px;
      border: 1px solid #cccccc;
      padding: 0 20px; }
      .search__test__search-bar > div > div.wide {
        width: calc(100% - 110px - 20px); }
      .search__test__search-bar > div > div img {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: text-top; }
      .search__test__search-bar > div > div input {
        width: calc(100% - 40px);
        height: 100%;
        margin-left: 20px;
        border: none;
        display: inline-block;
        vertical-align: top;
        font-size: 14px; }
        .search__test__search-bar > div > div input:focus {
          outline: none; }
    .search__test__search-bar button {
      display: inline-block;
      width: 110px;
      height: 44px;
      margin-left: 20px;
      font-size: 14px;
      border: none;
      padding: 0;
      vertical-align: top;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .search__test__mixed__heading, .search__test__mixed__results__heading, .search__test__assignments__heading, .search__test__assignments__results__heading, .search__test__sitters__heading, .search__test__sitters__results__heading {
    margin: 40px 20px 0; }
  .search__test__mixed__how-it-works-container, .search__test__mixed__results__how-it-works-container, .search__test__assignments__how-it-works-container, .search__test__assignments__results__how-it-works-container, .search__test__sitters__how-it-works-container, .search__test__sitters__results__how-it-works-container {
    float: left;
    width: 100%;
    margin: 60px 0; }
  .search__test__mixed__banner-container, .search__test__mixed__results__banner-container, .search__test__assignments__banner-container, .search__test__assignments__results__banner-container, .search__test__sitters__banner-container, .search__test__sitters__results__banner-container {
    margin: 60px 0;
    float: left;
    width: 100%; }
    .search__test__mixed__banner-container img, .search__test__mixed__results__banner-container img, .search__test__assignments__banner-container img, .search__test__assignments__results__banner-container img, .search__test__sitters__banner-container img, .search__test__sitters__results__banner-container img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .search__test__mixed__testimonials-container, .search__test__assignments__testimonials-container, .search__test__sitters__testimonials-container {
    padding: 65px 20px;
    float: left;
    width: 100%; }
    .search__test__mixed__testimonials-container__title, .search__test__assignments__testimonials-container__title, .search__test__sitters__testimonials-container__title {
      text-align: left; }
  .search__test__mixed__why-container, .search__test__assignments__why-container, .search__test__sitters__why-container {
    float: left;
    width: 100%;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 0 20px; }
    .search__test__mixed__why-container .partners-page__info-grid, .search__test__assignments__why-container .partners-page__info-grid, .search__test__sitters__why-container .partners-page__info-grid {
      border-top: none;
      border-bottom: none; }
  .search__test__mixed__testimonials-container, .search__test__mixed__why-container, .search__test__assignments__testimonials-container, .search__test__assignments__why-container, .search__test__sitters__testimonials-container, .search__test__sitters__why-container {
    background-color: #f0f0f0; }
  .search__test__mixed__view-more, .search__test__assignments__view-more, .search__test__sitters__view-more {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0; }
    .search__test__mixed__view-more > a, .search__test__assignments__view-more > a, .search__test__sitters__view-more > a {
      border: 1px solid #4a4a4a;
      height: 44px;
      display: inline-block;
      line-height: 44px;
      width: 200px;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .search__test__mixed__view-more > a:hover, .search__test__assignments__view-more > a:hover, .search__test__sitters__view-more > a:hover {
        opacity: 0.5; }
  .search__test__sitters__results .search__results__item {
    display: block !important; }
  .search__test__mixed__results {
    float: left;
    width: 100%;
    padding: 50px 60px 60px; }
    .search__test__mixed__results > h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .search__test__mixed__results--homeowner {
      border-top: 1px solid #cccccc; }
  .search__test__mixed__how-it-works-container {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0 20px;
    margin: 0; }
    .search__test__mixed__how-it-works-container .partners-page__info-grid {
      border-top: none;
      border-bottom: none; }
  .search__test__mixed__banner-container {
    padding: 0 20px; }
  @media (min-width: 1284px) {
    .search__test__mixed__heading, .search__test__mixed__results__heading, .search__test__assignments__heading, .search__test__assignments__results__heading, .search__test__sitters__heading, .search__test__sitters__results__heading {
      margin-left: 0;
      margin-right: 0; } }

.partners__pawprints {
  max-width: 1024px;
  margin: 0 auto; }
  .partners__pawprints * {
    font-family: 'Ubuntu', sans-serif; }
  .partners__pawprints__thank-you {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20001;
    display: none; }
    .partners__pawprints__thank-you--visible {
      display: block; }
    .partners__pawprints__thank-you > div {
      cursor: pointer;
      position: relative;
      margin: 0 auto;
      width: 300px;
      height: 80px;
      top: 50%;
      margin-top: -40px;
      background-color: #8679b6;
      padding: 14px 0 20px 0;
      text-align: center; }
      .partners__pawprints__thank-you > div h3 {
        margin: 0;
        font-size: 19px;
        font-weight: 700;
        color: #ffffff;
        line-height: 29px; }
      .partners__pawprints__thank-you > div h5 {
        margin: 0;
        font-size: 15px;
        color: #ffffff; }
      .partners__pawprints__thank-you > div div {
        position: absolute;
        width: 40px;
        height: 40px;
        top: -3px;
        right: 3px; }
        .partners__pawprints__thank-you > div div:before, .partners__pawprints__thank-you > div div:after {
          background: #ffffff;
          border-radius: 10px;
          height: 1px;
          width: 18px;
          content: "";
          position: absolute;
          top: 50%;
          transition: 0.3s ease-in-out; }
        .partners__pawprints__thank-you > div div:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .partners__pawprints__thank-you > div div:after {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .partners__pawprints__thank-you > div div:hover:before, .partners__pawprints__thank-you > div div:hover:after {
          background: #f0f0f0; }
  .partners__pawprints header {
    margin: 0;
    padding: 0;
    position: relative; }
    .partners__pawprints header > img.mobile {
      width: 100%; }
    .partners__pawprints header > img.desktop {
      display: none; }
    .partners__pawprints header > div {
      position: absolute;
      width: 45%;
      height: 100%;
      left: 0;
      top: 0;
      display: none; }
      .partners__pawprints header > div div {
        width: 80%;
        position: absolute;
        left: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .partners__pawprints header > div div img {
          width: 100%;
          height: 100%; }
  .partners__pawprints section {
    float: left;
    width: 100%; }
    .partners__pawprints section h1 {
      font-family: 'wanderlust_shineregular';
      font-size: 38px;
      color: #8679b6; }
      .partners__pawprints section h1 span {
        white-space: nowrap;
        font-family: 'wanderlust_shineregular'; }
  .partners__pawprints__working-with-us {
    padding: 40px 0; }
    .partners__pawprints__working-with-us h1 {
      max-width: 840px;
      padding: 0 30px;
      margin: 0 auto 40px;
      position: relative;
      text-align: center;
      height: 38px; }
      .partners__pawprints__working-with-us h1 span {
        background-color: white;
        height: 38px;
        display: inline-block;
        padding: 0 20px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .partners__pawprints__working-with-us h1 div {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        background-image: url(/static/next/dist/images/partners/custom/pawprints/purple_horizontal.png);
        background-repeat: repeat-x;
        background-size: 11px 5px;
        height: 5px; }
    .partners__pawprints__working-with-us p {
      color: #808080;
      font-size: 16px;
      line-height: 20px;
      max-width: 900px;
      padding: 0 30px;
      margin: 0 auto 20px; }
      .partners__pawprints__working-with-us p span {
        font-weight: 500; }
    .partners__pawprints__working-with-us p + p {
      margin-bottom: 40px; }
    .partners__pawprints__working-with-us a {
      display: block;
      margin: 0 auto;
      width: 280px;
      height: 44px;
      background: #8679b6;
      color: white;
      font-size: 18px;
      text-align: center;
      line-height: 44px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
  .partners__pawprints__information {
    background-color: #8679b6;
    color: white !important;
    padding: 40px 20px; }
    .partners__pawprints__information div {
      width: 100%;
      float: left; }
      .partners__pawprints__information div:first-child {
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        .partners__pawprints__information div:first-child:after {
          content: ' ';
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0;
          background-image: url(/static/next/dist/images/partners/custom/pawprints/white_horizontal.png);
          background-repeat: repeat-x;
          background-size: 11px 6px;
          height: 6px; }
      .partners__pawprints__information div h1 {
        color: white !important;
        text-align: center; }
      .partners__pawprints__information div ul {
        list-style: disc;
        margin-left: 20px; }
        .partners__pawprints__information div ul li {
          width: 100%;
          font-size: 16px;
          line-height: 20px; }
          .partners__pawprints__information div ul li span {
            position: relative;
            left: -10px; }
  .partners__pawprints__form {
    margin-bottom: 60px; }
    .partners__pawprints__form h1 {
      max-width: 840px;
      padding: 0 30px;
      margin: 40px auto 40px;
      height: 38px;
      position: relative;
      text-align: center; }
      .partners__pawprints__form h1 span {
        background-color: white;
        height: 38px;
        display: inline-block;
        padding: 0 20px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .partners__pawprints__form h1 div {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        background-image: url(/static/next/dist/images/partners/custom/pawprints/purple_horizontal.png);
        background-repeat: repeat-x;
        background-size: 11px 5px;
        height: 5px; }
    .partners__pawprints__form p {
      color: #808080;
      font-size: 16px;
      line-height: 20px;
      max-width: 900px;
      padding: 0 30px;
      margin: 0 auto; }
      .partners__pawprints__form p span {
        font-weight: 500; }
    .partners__pawprints__form form {
      margin-top: 40px; }
      .partners__pawprints__form form > div {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 0 20px; }
        .partners__pawprints__form form > div label {
          width: 100%;
          text-align: left;
          font-size: 18px;
          font-weight: bold;
          color: #8679b6;
          margin-bottom: 10px; }
        .partners__pawprints__form form > div input,
        .partners__pawprints__form form > div select {
          width: 100%;
          padding: 0 20px;
          font-size: 18px;
          font-weight: bold;
          color: #808080;
          margin-bottom: 20px;
          outline: 0; }
          .partners__pawprints__form form > div input:focus,
          .partners__pawprints__form form > div select:focus {
            outline: 0; }
        .partners__pawprints__form form > div input {
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px;
          border: solid 2px rgba(128, 128, 128, 0.5);
          height: 44px;
          line-height: 44px; }
        .partners__pawprints__form form > div select {
          background: transparent;
          border: none;
          height: 40px;
          line-height: 40px;
          margin: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer; }
        .partners__pawprints__form form > div select::-ms-expand {
          /* for IE 11 */
          display: none; }
      .partners__pawprints__form form ul {
        margin: 30px 0 30px;
        list-style: none;
        width: 100%;
        float: left;
        padding: 0 20px; }
        .partners__pawprints__form form ul li {
          width: 100%;
          margin-bottom: 20px;
          float: left;
          padding: 0 10px;
          cursor: pointer; }
          .partners__pawprints__form form ul li label {
            width: 100%;
            height: 44px;
            line-height: 43px;
            font-size: 16px;
            font-weight: bold;
            color: #8679b6;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            border: solid 2px #8679b6;
            text-align: center; }
          .partners__pawprints__form form ul li input {
            display: none;
            opacity: 0; }
          .partners__pawprints__form form ul li input:checked + label {
            background-color: rgba(128, 128, 128, 0.5);
            border: none;
            color: white;
            line-height: 44px; }
      .partners__pawprints__form form button {
        display: block;
        margin: 0 auto;
        width: 280px;
        height: 44px;
        background: #8679b6;
        color: white;
        font-size: 18px;
        text-align: center;
        line-height: 44px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        border: 0; }
    .partners__pawprints__form__select {
      background: url(/static/next/dist/images/partners/custom/pawprints/arrow.png) no-repeat 93% 12px;
      background-size: 23px 18px;
      height: 44px;
      overflow: hidden;
      width: 100%;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      border: solid 2px rgba(128, 128, 128, 0.5);
      margin-bottom: 20px;
      cursor: pointer; }
  @media (min-width: 480px) {
    .partners__pawprints section h1 {
      font-size: 53px; }
    .partners__pawprints__working-with-us h1 {
      height: 53px; }
      .partners__pawprints__working-with-us h1 span {
        height: 53px; }
    .partners__pawprints__working-with-us a {
      width: 300px; }
    .partners__pawprints__information {
      padding: 60px 40px; }
    .partners__pawprints__form h1 {
      height: 53px; }
      .partners__pawprints__form h1 span {
        height: 53px; }
    .partners__pawprints__form form ul li {
      width: 50%; }
    .partners__pawprints__form button {
      width: 300px; } }
  @media (min-width: 768px) {
    .partners__pawprints header > img.mobile {
      display: none; }
    .partners__pawprints header > img.desktop {
      display: block; }
    .partners__pawprints header > div {
      display: block; }
    .partners__pawprints__working-with-us p {
      font-size: 20px;
      line-height: 22px; }
    .partners__pawprints__information {
      padding: 60px 0; }
      .partners__pawprints__information div {
        width: 50%;
        float: left;
        padding: 0 60px; }
        .partners__pawprints__information div:first-child {
          padding-bottom: 0;
          margin-bottom: 0; }
          .partners__pawprints__information div:first-child:after {
            content: ' ';
            position: absolute;
            height: 100%;
            left: initial;
            bottom: initial;
            top: 0;
            right: 0;
            background-image: url(/static/next/dist/images/partners/custom/pawprints/white_vertical.png);
            background-repeat: repeat-y;
            background-size: 6px 11px;
            width: 6px; }
        .partners__pawprints__information div ul li {
          font-size: 20px;
          line-height: 22px; }
    .partners__pawprints__form form ul li {
      width: 33.333333%; }
    .partners__pawprints__form p {
      font-size: 20px;
      line-height: 22px; } }

.components__activity-stream__latest-event {
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  height: 97px;
  width: 100%;
  display: none; }
  .components__activity-stream__latest-event__card-container {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s; }
    .components__activity-stream__latest-event__card-container__card {
      margin: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-color: #f181ae;
      border: 4px solid transparent;
      border-radius: 5px;
      display: table; }
      .components__activity-stream__latest-event__card-container__card .search__results__item__profile-icon {
        margin: 5px;
        position: initial; }
      .components__activity-stream__latest-event__card-container__card > div {
        display: table-cell;
        vertical-align: top; }
        .components__activity-stream__latest-event__card-container__card > div h6 {
          color: #ffdef1; }
      .components__activity-stream__latest-event__card-container__card > div:last-child {
        width: 100%;
        padding: 5px; }
        .components__activity-stream__latest-event__card-container__card > div:last-child > p {
          color: white;
          margin-bottom: 0;
          line-height: 140%;
          font-size: 15px; }
    .components__activity-stream__latest-event__card-container__card.back {
      transform: rotateX(180deg); }
    .components__activity-stream__latest-event__card-container__card:hover {
      border: 4px solid #ffdef1;
      cursor: pointer; }
  .components__activity-stream__latest-event__card-container.flipped {
    transform: rotateX(180deg); }

.app-promotion {
  background-color: #d5e8d1;
  text-align: center;
  padding: 30px 0; }
  .app-promotion__container {
    max-width: 270px;
    margin: auto; }
  .app-promotion__text {
    font-size: 0; }
    .app-promotion__text h2 {
      font-size: 20px;
      margin-bottom: 30px;
      color: #333333; }
    .app-promotion__text a {
      display: inline-block;
      width: 135px; }
      .app-promotion__text a:first-of-type {
        width: 120px;
        margin-right: 15px; }
  .app-promotion__app-view--inner {
    display: none; }
  .app-promotion__app-view--outer {
    display: none; }
  @media (min-width: 650px) {
    .app-promotion {
      background-color: white;
      text-align: left;
      padding: 0;
      border-top: 1px solid #cccccc; }
      .app-promotion__container {
        padding: 30px 0 0;
        max-width: 550px;
        margin: auto; }
      .app-promotion__text {
        margin: 40px 0 0 40px;
        vertical-align: top;
        display: inline-block; }
        .app-promotion__text h2 {
          font-size: 24px;
          width: 167px;
          margin-bottom: 25px; }
      .app-promotion__app-view--inner {
        display: inline-block;
        width: 180px;
        height: 230px;
        vertical-align: bottom; } }
  @media (min-width: 1024px) {
    .app-promotion {
      max-width: 1024px;
      margin: auto; }
      .app-promotion__container {
        max-width: 770px; }
      .app-promotion__app-view--outer {
        display: inline-block;
        vertical-align: bottom;
        width: 180px;
        height: 200px; }
      .app-promotion__app-view--inner {
        margin-left: 40px; } }

.components__autocomplete__suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #C0C0C0;
  border-top: 0;
  background: white;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }
  .components__autocomplete__suggestions__suggestion {
    position: relative;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .components__autocomplete__suggestions__suggestion span:first-child {
      color: #333;
      font-size: 14px;
      padding-right: 5px; }
    .components__autocomplete__suggestions__suggestion span:last-child {
      color: #666;
      font-size: 13px; }
    .components__autocomplete__suggestions__suggestion--selected {
      background: #f0efed; }

@keyframes backgroundLoaderAnimation {
  0% {
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    background-position: 0 0, 50px 0, 100px 0, 0 50px, 50px 50px, 100px 50px, 0 100px, 50px 100px, 100px 100px; }
  7.75% {
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 37px 37px, 50px 50px, 50px 50px;
    background-position: 0 0, 50px 0, 100px 0, 0 50px, 50px 50px, 100px 50px, 7px 107px, 50px 100px, 100px 100px; }
  15.5% {
    background-size: 50px 50px, 50px 50px, 50px 50px, 37px 37px, 50px 50px, 50px 50px, 25px 25px, 37px 37px, 50px 50px;
    background-position: 0 0, 50px 0, 100px 0, 7px 57px, 50px 50px, 100px 50px, 13px 113px, 57px 107px, 100px 100px; }
  23.25% {
    background-size: 37px 37px, 50px 50px, 50px 50px, 25px 25px, 37px 37px, 50px 50px, 12px 12px, 25px 25px, 37px 37px;
    background-position: 7px 7px, 50px 0, 100px 0, 13px 63px, 57px 57px, 100px 50px, 19px 119px, 63px 113px, 107px 107px; }
  31% {
    background-size: 25px 25px, 37px 37px, 50px 50px, 12px 12px, 25px 25px, 37px 37px, 0 0, 12px 12px, 25px 25px;
    background-position: 13px 13px, 57px 7px, 100px 0, 19px 69px, 63px 63px, 107px 57px, 25px 125px, 69px 119px, 113px 113px; }
  38.75% {
    background-size: 12px 12px, 25px 25px, 37px 37px, 0 0, 12px 12px, 25px 25px, 12px 12px, 0 0, 12px 12px;
    background-position: 19px 19px, 63px 13px, 107px 7px, 25px 75px, 69px 69px, 113px 63px, 19px 119px, 75px 125px, 119px 119px; }
  46.5% {
    background-size: 0 0, 12px 12px, 25px 25px, 12px 12px, 0 0, 12px 12px, 25px 25px, 12px 12px, 0 0;
    background-position: 25px 25px, 69px 19px, 113px 13px, 19px 69px, 75px 75px, 119px 69px, 13px 113px, 69px 119px, 125px 125px; }
  54.25% {
    background-size: 12px 12px, 0 0, 12px 12px, 25px 25px, 12px 12px, 0 0, 37px 37px, 25px 25px, 12px 12px;
    background-position: 19px 19px, 75px 25px, 119px 19px, 13px 63px, 69px 69px, 125px 75px, 7px 107px, 63px 113px, 119px 119px; }
  62% {
    background-size: 25px 25px, 12px 12px, 0 0, 37px 37px, 25px 25px, 12px 12px, 50px 50px, 37px 37px, 25px 25px;
    background-position: 13px 13px, 69px 19px, 125px 25px, 7px 57px, 63px 63px, 119px 69px, 0 100px, 57px 107px, 113px 113px; }
  69.75% {
    background-size: 37px 37px, 25px 25px, 12px 12px, 50px 50px, 37px 37px, 25px 25px, 50px 50px, 50px 50px, 37px 37px;
    background-position: 7px 7px, 63px 13px, 119px 19px, 0 50px, 57px 57px, 113px 63px, 0 100px, 50px 100px, 107px 107px; }
  77.5% {
    background-size: 50px 50px, 37px 37px, 25px 25px, 50px 50px, 50px 50px, 37px 37px, 50px 50px, 50px 50px, 50px 50px;
    background-position: 0 0, 57px 7px, 113px 13px, 0 50px, 50px 50px, 107px 57px, 0 100px, 50px 100px, 100px 100px; }
  85.25% {
    background-size: 50px 50px, 50px 50px, 37px 37px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    background-position: 0 0, 50px 0, 107px 7px, 0 50px, 50px 50px, 100px 50px, 0 100px, 50px 100px, 100px 100px; }
  88% {
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    background-position: 0 0, 50px 0, 100px 0, 0 50px, 50px 50px, 100px 50px, 0 100px, 50px 100px, 100px 100px; }
  100% {
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    background-position: 0 0, 50px 0, 100px 0, 0 50px, 50px 50px, 100px 50px, 0 100px, 50px 100px, 100px 100px; } }

.components__background-loader {
  position: relative; }
  .components__background-loader:after {
    content: ' ';
    position: absolute;
    width: 150px;
    height: 150px;
    top: 25%;
    left: 25%;
    background-image: url(/static/next/dist/images/icons/loader-logo/ul.png), url(/static/next/dist/images/icons/loader-logo/u.png), url(/static/next/dist/images/icons/loader-logo/ur.png), url(/static/next/dist/images/icons/loader-logo/l.png), url(/static/next/dist/images/icons/loader-logo/c.png), url(/static/next/dist/images/icons/loader-logo/r.png), url(/static/next/dist/images/icons/loader-logo/bl.png), url(/static/next/dist/images/icons/loader-logo/b.png), url(/static/next/dist/images/icons/loader-logo/br.png);
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    background-position: 0 0, 50px 0, 100px 0, 0 50px, 50px 50px, 100px 50px, 0 100px, 50px 100px, 100px 100px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    -webkit-animation: backgroundLoaderAnimation 1.3s infinite ease-in-out;
    -moz-animation: backgroundLoaderAnimation 1.3s infinite ease-in-out;
    animation: backgroundLoaderAnimation 1.3s infinite ease-in-out; }

#cookie-policy-notification {
  display: none;
  position: relative;
  background: #FFF;
  border-bottom: 1px solid #dddddd;
  padding: 25px;
  z-index: 2003; }
  #cookie-policy-notification .cookie-policy-notification__content {
    display: inline-block;
    width: 90%; }
    #cookie-policy-notification .cookie-policy-notification__content p {
      margin: 0; }
  #cookie-policy-notification .cookie-policy-notification__actions {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    text-align: right; }
    #cookie-policy-notification .cookie-policy-notification__actions__close-button {
      position: relative;
      text-align: center;
      border: none;
      background-color: #FFF;
      height: 34px;
      width: 34px;
      color: #cccccc; }
      #cookie-policy-notification .cookie-policy-notification__actions__close-button:before, #cookie-policy-notification .cookie-policy-notification__actions__close-button:after {
        position: absolute;
        right: 6px;
        top: 16px;
        content: ' ';
        width: 22px;
        height: 3px;
        background-color: #cccccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      #cookie-policy-notification .cookie-policy-notification__actions__close-button:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #cookie-policy-notification .cookie-policy-notification__actions__close-button:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #cookie-policy-notification .cookie-policy-notification__actions__close-button:hover {
        color: #808080; }
        #cookie-policy-notification .cookie-policy-notification__actions__close-button:hover div:before, #cookie-policy-notification .cookie-policy-notification__actions__close-button:hover div:after {
          background-color: #808080; }

body.menuIsOpen #cookie-policy-notification {
  display: none !important; }

body.cookie-policy-isVisible .components__nav-bar__header {
  position: static; }

body.cookie-policy-isVisible .app__nav {
  position: static !important; }

body.cookie-policy-isVisible .home {
  padding-top: 0; }

@media (min-width: 768px) {
  body.cookie-policy-isVisible .home__hero__phone-bubble {
    top: 227px; } }

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Common - Geometry
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// SCREEN SIZES
$bp-phone : em(320);
$bp-medium-phone: em(380);   // ???
$bp-large-phone: em(480);   // ???
$bp-small-tablet : em(650);
$bp-tablet : em(768);
$bp-landscape : em(1024);
$bp-wide : em(1224);
$bp-superwide : em(1920);

// WIDTHS, HEIGHTS
$search-base-max-width: em(1024);
$search-area-min-height: em(500);
$search-button-mobile-width: em(100);
$search-tabs-height: em(70);

// PADDING
$ths-padding-base: 20px;
$ths-padding-page-base: 30px; //
$ths-padding-bigger: 40px;
$ths-padding-smaller: 10px;
$ths-padding-smallest: 5px;

// BORDER
$ths-border-radius-base: 12px;
$ths-border-radius-bigger: 20px;
$ths-border-radius-smaller: 5px;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Colors
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HOMEOWNER COLOURS
$ths-color-homeowner: #47b549;
$ths-color-homeowner-light: #67c17a;
$ths-color-homeowner-dark: #339933;

$ths-color-background-homeowner: #d3e8d7;
$ths-color-gradient-homeowner-start: $ths-color-background-homeowner;
$ths-color-gradient-homeowner-end: #ebf7ed;
@mixin ths-color-gradient-homeowner() {
    @include linear-gradient(-180deg, $ths-color-gradient-homeowner-start, $ths-color-gradient-homeowner-end)
}

// HOUSESITTER COLOURS
$ths-color-housesitter: #6699CC;
$ths-color-housesitter-light: #9fc7e2;
$ths-color-housesitter-dark: #8faac6;

$ths-color-background-housesitter: #d9e1ec;
$ths-color-gradient-housesitter-start: $ths-color-background-housesitter;
$ths-color-gradient-housesitter-end: #ebf1fa;
@mixin ths-color-gradient-housesitters() {
    @include linear-gradient(-180deg, $ths-color-gradient-housesitter-start, $ths-color-gradient-housesitter-end)
}

// MEMBERSHIP COLOURS
$ths-color-membership: #fd4273;
$ths-color-membership-light: #f181ae;
$ths-color-membership-dark: #e52c59;

$ths-color-background-membership: #ffdef1;
$ths-color-gradient-membership-start: $ths-color-background-membership;
$ths-color-gradient-membership-end: #fff2f9;
@mixin ths-color-gradient-membership() {
    @include linear-gradient(-180deg, $ths-color-gradient-membership-start, $ths-color-gradient-membership-end)
}

// TEXT COLOURS
$ths-color-headline: #333333;
$ths-color-text: #474747;
$ths-color-details: #808080;

// GRAY ICONS
$ths-color-icons: #bcbcbc;

// GREY BORDERS
$ths-color-border-dark: #cccccc;
$ths-color-border-light: #dddddd;

// BACKGROUND
$ths-color-background-dark: #e6e6e6;
$ths-color-background-light: #f0f0f0;
$ths-color-gradient-start: #dddddd;
$ths-color-gradient-end: #f0f0f0;
@mixin ths-color-gradient() {
    @include linear-gradient(-180deg, $ths-color-gradient-start, $ths-color-gradient-end);
}

// OTHER COLOURS
$ths-color-references: #fcc842;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Typography
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// HEADINGS - update to auto set this
$ths-font-size-h1: 32px;
$ths-font-size-h2: 24px;
$ths-font-size-h2-mobile: 20px;
//  base header on search pages, sitters detail header
$ths-font-size-h3: 22px;
$ths-font-size-h3-mobile: 18px;
$ths-font-size-h4: 20px;
$ths-font-size-h4-mobile: 16px;
//  search sub header (Featured Sitters - Worldwide), sitters subheading
$ths-font-size-h5: 18px;
$ths-font-size-h5-mobile: 15px;
//  search sub header - (counter) (12312 Sitters - Worldwide), Title of the item (sitters),
//  sitters detail tag, sitters detail location
$ths-font-size-h6: 16px;

// BASE
//  big buttons (Search, View more, Tab buttons)
$ths-font-size: 16px;
$ths-font-size-mobile: 14px;

// DETAILS & META CONTENT
//  input fields, 'Featured House Sits link', 'Why link', tag on the image, description of the item
$ths-font-size-details1: 14px;
$ths-font-size-details2: 13px;
//  location of the item (sitters), references of the item (sitters)
$ths-font-size-meta: 12px;

// HERO HEADINGS
$ths-font-size-strapline: 60px;
$ths-font-size-strapline-mobile: 32px;
$ths-font-size-subheading: 17px;

// NAVIGATION
$ths-font-size-menu: 15px;
$ths-font-size-menu-small: 13px;
$ths-font-size-menu-mobile: 16px;
$ths-font-size-menu-mobile-small: 14px;

// LINE HEIGHT
$ths-line-height: 140%;
$ths-line-height-match: 100%;
$ths-line-height-smaller: 125%;

// FONT WEIGHT
$ths-font-weight-base: 400;
$ths-font-weight-bold: 500;
$ths-font-weight-bolder: 700;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Transition
$ths-transition-time-base: 0.3s;
$ths-transition-time-faster: 0.15s;


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Extra
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

$ths-opacity-base: 0.4;
$ths-opacity-lighter: 0.25;
*/
.info__box {
  width: 100%;
  float: left;
  padding: 20px 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  position: relative; }
  .info__box__title {
    text-align: center;
    margin-bottom: 5px; }
  .info__box__description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px; }
  .info__box__arrow {
    position: absolute;
    bottom: 20px;
    width: 38px;
    height: 38px;
    background-color: #bcbcbc;
    margin-top: -19px;
    background-repeat: no-repeat;
    background-size: 13px 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .info__box__arrow:hover {
      background-color: #474747; }
    .info__box__arrow--left {
      left: 10px;
      background-image: url("/static/next/dist/images/icons/arrows/left-right/left-white-2x.png");
      background-position: 12px center; }
    .info__box__arrow--right {
      right: 10px;
      background-image: url("/static/next/dist/images/icons/arrows/left-right/right-white-2x.png");
      background-position: 14px center; }
  .info__box__content {
    font-size: 14px; }
    .info__box__content--wrapper {
      width: 100%;
      float: left;
      padding: 0;
      font-size: 16px;
      line-height: 140%; }
  .info__box__slides {
    width: 5000%;
    float: left; }
    .info__box__slides--wrapper {
      overflow: hidden; }
    .info__box__slides__slide--paged {
      width: 2% !important; }
  .info__box__pagination {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    line-height: 38px;
    background-color: #e6e6e6;
    border-radius: 19px; }
    .info__box__pagination__item {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      display: inline-block;
      background-color: #bcbcbc;
      margin-right: 5px; }
      .info__box__pagination__item:last-child {
        margin-right: 0; }
      .info__box__pagination__item.active, .info__box__pagination__item:hover {
        background-color: #474747; }
  .info__box--with-side .info__box__side {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 50px; }
    .info__box--with-side .info__box__side img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
  .info__box--with-side .info__box__content {
    width: 100%; }
  .info__box--with-side .info__box__slides--wrapper {
    width: 100%; }
  @media (min-width: 320px) {
    .info__box__slides__slide--paged {
      width: 1% !important; } }
  @media (min-width: 480px) {
    .info__box {
      padding: 20px; }
      .info__box__slides__slide--paged {
        width: 1% !important; }
      .info__box__arrow--left {
        left: 20px; }
      .info__box__arrow--right {
        right: 20px; } }
  @media (min-width: 650px) {
    .info__box__slides__slide--paged {
      width: 0.666666% !important; } }
  @media (min-width: 768px) {
    .info__box {
      padding: 20px;
      margin-bottom: 30px;
      background-color: white; }
      .info__box__description {
        margin-bottom: 30px;
        font-size: 16px; }
      .info__box__content {
        font-size: 16px; }
        .info__box__content--wrapper {
          padding: 0 50px; }
      .info__box__arrow {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
      .info__box__slides__slide--paged {
        width: 0.5% !important; }
      .info__box--with-side .info__box__side {
        float: left;
        width: 155px;
        margin-bottom: 0;
        padding: 0; }
        .info__box--with-side .info__box__side img {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
      .info__box--with-side .info__box__content {
        margin-left: 175px;
        width: auto; }
      .info__box--with-side .info__box__slides--wrapper {
        margin-left: 175px;
        width: auto; }
      .info__box__pagination {
        background-color: transparent; } }
  @media (min-width: 1024px) {
    .info__box {
      padding: 30px 20px 10px; }
      .info__box__title {
        margin-bottom: 5px; }
      .info__box__arrow {
        bottom: 50%;
        -webkit-transform: translateY(75%);
        -moz-transform: translateY(75%);
        -ms-transform: translateY(75%);
        -o-transform: translateY(75%);
        transform: translateY(75%); }
      .info__box__slides__slide--paged {
        width: 0.4% !important; } }

.accounts__checkout-info {
  padding: 30px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
  height: 100%; }
  .accounts__checkout-info h3 {
    font-size: 18px;
    line-height: 140%;
    color: #808080;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center; }
  .accounts__checkout-info__list {
    width: 100%;
    float: left; }
    .accounts__checkout-info__list li {
      width: calc(33.333333% - 20px);
      float: left;
      text-align: center; }
      .accounts__checkout-info__list li:nth-child(1) {
        margin-right: 20px; }
      .accounts__checkout-info__list li:nth-child(2) {
        margin: 0 10px; }
      .accounts__checkout-info__list li:nth-child(3) {
        margin-left: 20px; }
      .accounts__checkout-info__list li div {
        width: 60px;
        height: 60px;
        display: inline-block;
        margin-bottom: 20px; }
      .accounts__checkout-info__list li h4 {
        width: 100%;
        font-size: 17px;
        line-height: 140%;
        color: #808080;
        font-weight: 500;
        margin-bottom: 14px; }
      .accounts__checkout-info__list li p {
        font-size: 16px;
        line-height: 140%;
        color: #808080; }
  .accounts__checkout-info__icon--cage, .accounts__checkout-info__icon--collar, .accounts__checkout-info__icon--dog-food, .accounts__checkout-info__icon--fingerprint, .accounts__checkout-info__icon--fish, .accounts__checkout-info__icon--heart, .accounts__checkout-info__icon--house, .accounts__checkout-info__icon--phone-call, .accounts__checkout-info__icon--star, .accounts__checkout-info__icon--tulip {
    background-size: 60px 60px;
    background-repeat: no-repeat; }
  .accounts__checkout-info__icon--cage {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--cage.svg); }
  .accounts__checkout-info__icon--collar {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--collar.svg); }
  .accounts__checkout-info__icon--dog-food {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--dog-food.svg); }
  .accounts__checkout-info__icon--fingerprint {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--fingerprint.svg); }
  .accounts__checkout-info__icon--fish {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--fish.svg); }
  .accounts__checkout-info__icon--heart {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--heart.svg); }
  .accounts__checkout-info__icon--house {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--house.svg); }
  .accounts__checkout-info__icon--phone-call {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--phone-call.svg); }
  .accounts__checkout-info__icon--star {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--star.svg); }
  .accounts__checkout-info__icon--tulip {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--tulip.svg); }
  .accounts__checkout-info__icon--paw {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--paw.svg); }
  .accounts__checkout-info__icon--hs-community {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-community.svg); }
  .accounts__checkout-info__icon--hs-house {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-house.svg); }
  .accounts__checkout-info__icon--hs-houses {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-houses.svg); }
  .accounts__checkout-info__icon--hs-infinity {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-infinity.svg); }
  .accounts__checkout-info__icon--hs-paw {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-paw.svg); }
  .accounts__checkout-info__icon--hs-phone-call {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-phone-call.svg); }
  .accounts__checkout-info__icon--hs-profile {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-profile.svg); }
  .accounts__checkout-info__icon--hs-verification {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-verification.svg); }
  .accounts__checkout-info__icon--hs-wallet {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-wallet.svg); }
  .accounts__checkout-info__icon--hs-world {
    background-image: url(/static/next/dist/images/account/checkout-info/accounts__checkout-info__icon--hs-world.svg); }
  .accounts__checkout-info__seperator {
    margin: 30px 0;
    float: left;
    width: 100%; }
    .accounts__checkout-info__seperator > div {
      margin: 0 auto;
      width: 512px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 33%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 7px 2px;
      background-repeat: repeat-x;
      height: 3px; }
  .accounts__checkout-info__quotes {
    width: 500px;
    margin: 0 auto; }
    .accounts__checkout-info__quotes div iframe {
      min-height: 235px; }

.components__footer {
  clear: both; }
  .components__footer__join-us {
    text-align: center; }
    .components__footer__join-us > ul {
      display: inline-block;
      margin-bottom: 14px; }
      .components__footer__join-us > ul > li {
        display: inline-block;
        vertical-align: middle;
        opacity: 1;
        -webkit-transition: opacity 350ms ease-in-out;
        -moz-transition: opacity 350ms ease-in-out;
        transition: opacity 350ms ease-in-out; }
        .components__footer__join-us > ul > li > a > img {
          width: 2.1875em;
          height: 2.1875em;
          padding: 0.125em; }
        .components__footer__join-us > ul > li:hover {
          opacity: 0.7; }
    .components__footer__join-us > div {
      margin-top: 14px; }
    .components__footer__join-us__countries img {
      border-radius: 100%; }
  .components__footer__help, .components__footer__about-us, .components__footer__top-cities, .components__footer__popular-countries {
    display: inline-block;
    vertical-align: top; }
    .components__footer__help > h6, .components__footer__about-us > h6, .components__footer__top-cities > h6, .components__footer__popular-countries > h6 {
      width: 80%; }
    .components__footer__help > ul > li > a, .components__footer__about-us > ul > li > a, .components__footer__top-cities > ul > li > a, .components__footer__popular-countries > ul > li > a {
      color: #333333;
      font-size: 14px; }
      .components__footer__help > ul > li > a:hover, .components__footer__about-us > ul > li > a:hover, .components__footer__top-cities > ul > li > a:hover, .components__footer__popular-countries > ul > li > a:hover {
        color: #47b549; }
  .components__footer__help, .components__footer__about-us {
    width: 50%; }
  .components__footer__top-cities, .components__footer__popular-countries {
    display: none; }
  .components__footer__group {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 14px 0;
    margin: 14px 0; }
  .components__footer__customer-support {
    display: none;
    text-align: center;
    clear: both; }
    .components__footer__customer-support > div {
      display: inline-block;
      vertical-align: middle; }
    .components__footer__customer-support > div:first-child {
      margin-right: 5px; }
  .components__footer__t-and-c {
    text-align: center; }
    .components__footer__t-and-c > div {
      color: #808080;
      font-size: 14px; }
      .components__footer__t-and-c > div > a {
        color: #808080;
        font-size: 12px; }
        .components__footer__t-and-c > div > a:hover {
          color: #47b549; }
  @media (min-width: 768px) {
    .components__footer__help, .components__footer__about-us, .components__footer__top-cities, .components__footer__popular-countries {
      display: inline-block;
      width: 25%;
      vertical-align: top; }
    .components__footer__customer-support {
      display: block; } }
  @media (min-width: 1024px) {
    .components__footer__join-us {
      float: right;
      width: 20%;
      text-align: left; }
    .components__footer__group {
      float: left;
      width: 80%;
      border-top: none;
      border-bottom: none;
      padding: 0;
      margin: 0;
      padding-bottom: 14px; }
    .components__footer__customer-support {
      border-bottom: 1px solid #dddddd;
      padding-bottom: 14px;
      margin-bottom: 14px; } }

.components__listings-swiper {
  background-color: white;
  overflow: auto;
  border-radius: 0.625em;
  margin-bottom: 0.9em;
  position: relative; }
  .components__listings-swiper__arrows {
    padding: 0 3em; }
    .components__listings-swiper__arrows__arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 3em;
      cursor: pointer; }
      .components__listings-swiper__arrows__arrow:before, .components__listings-swiper__arrows__arrow:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: 50%; }
      .components__listings-swiper__arrows__arrow:before {
        border-width: 1em;
        margin-top: -0.875em; }
      .components__listings-swiper__arrows__arrow:after {
        border-width: 0.75em;
        margin-top: -0.625em; }
    .components__listings-swiper__arrows__arrow-left {
      left: 0; }
      .components__listings-swiper__arrows__arrow-left:before {
        border-right-color: #efefef;
        left: 0; }
      .components__listings-swiper__arrows__arrow-left:after {
        border-right-color: #fff;
        left: 0.5em; }
      .components__listings-swiper__arrows__arrow-left:hover:before {
        border-right-color: #666; }
    .components__listings-swiper__arrows__arrow-right {
      right: 0; }
      .components__listings-swiper__arrows__arrow-right:before {
        border-left-color: #efefef;
        right: 0; }
      .components__listings-swiper__arrows__arrow-right:after {
        border-left-color: #fff;
        right: 0.5em; }
      .components__listings-swiper__arrows__arrow-right:hover:before {
        border-left-color: #666; }
  .components__listings-swiper__container {
    overflow: hidden; }
    .components__listings-swiper__container__slides__slide {
      width: 18.75em;
      float: left; }
  .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a {
    overflow: hidden;
    display: block;
    padding: 0.9em; }
    .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a figure {
      width: 100%;
      display: inline-block;
      position: relative;
      /* image will not stretch over that block */
      overflow: hidden;
      /* reset default margin */
      margin: 0;
      margin-right: 0.9em;
      border-radius: 0.625em;
      /* force 4:3 ratio */ }
      .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a figure:after {
        /*padding-top: 75%;*/
        /*padding-top: 56.25%*/
        padding-top: 100%;
        display: block;
        content: ''; }
      .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a figure img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a figure h4 {
        text-align: center;
        margin: 0;
        max-height: 5.3em;
        line-height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: block;
        font-size: 1em;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 0.45em;
        color: white;
        left: 0;
        right: 0;
        bottom: 0; }
    .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a.details {
      padding-top: 0;
      font-size: 0.9em; }
    .components__listings-swiper__sitters .components__listings-swiper__container__slides__slide a:hover {
      text-decoration: none;
      color: #666; }
  .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a {
    overflow: hidden;
    display: block;
    padding: 0.9em; }
    .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a figure {
      width: 100%;
      display: inline-block;
      position: relative;
      /* image will not stretch over that block */
      overflow: hidden;
      /* reset default margin */
      margin: 0;
      margin-right: 0.9em;
      border-radius: 0.625em;
      /* force 4:3 ratio */ }
      .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a figure:after {
        /*padding-top: 75%;*/
        /*padding-top: 56.25%*/
        padding-top: 100%;
        display: block;
        content: ''; }
      .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a figure img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a figure h4 {
        text-align: center;
        margin: 0;
        max-height: 5.3em;
        line-height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: block;
        font-size: 1em;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 0.45em;
        color: white;
        left: 0;
        right: 0;
        bottom: 0; }
    .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a.details {
      padding-top: 0;
      font-size: 0.9em; }
    .components__listings-swiper__featured-assignments .components__listings-swiper__container__slides__slide a:hover {
      text-decoration: none;
      color: #666; }
  .components__listings-swiper-vertical {
    background-color: white;
    overflow: auto;
    border-radius: 0.625em;
    margin-bottom: 0.9em;
    position: relative; }
    .components__listings-swiper-vertical__container {
      overflow: hidden;
      height: 7em; }
      .components__listings-swiper-vertical__container__two {
        height: 14em; }
      .components__listings-swiper-vertical__container__three {
        height: 21em; }
      .components__listings-swiper-vertical__container__four {
        height: 28em; }
      .components__listings-swiper-vertical__container__five {
        height: 35em; }
      .components__listings-swiper-vertical__container__slides__slide {
        width: 100% !important;
        height: 7em;
        float: left;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
        .components__listings-swiper-vertical__container__slides__slide a {
          overflow: hidden;
          display: block;
          padding: 0.9em;
          width: 100%; }
          .components__listings-swiper-vertical__container__slides__slide a figure {
            width: 5em;
            height: 5em;
            display: inline-block;
            position: relative;
            /* image will not stretch over that block */
            overflow: hidden;
            /* reset default margin */
            margin: 0;
            float: left;
            margin-right: 0.9em;
            border-radius: 0.625em;
            /* force 4:3 ratio */ }
            .components__listings-swiper-vertical__container__slides__slide a figure:after {
              /*padding-top: 75%;*/
              /*padding-top: 56.25%*/
              padding-top: 100%;
              display: block;
              content: ''; }
            .components__listings-swiper-vertical__container__slides__slide a figure img {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0; }
          .components__listings-swiper-vertical__container__slides__slide a header {
            margin-left: 5.5em;
            height: 5em; }
            .components__listings-swiper-vertical__container__slides__slide a header h6 {
              width: 100%;
              margin: 0; }
            .components__listings-swiper-vertical__container__slides__slide a header p {
              margin: 0;
              width: 100%;
              line-height: 1.2em; }
          .components__listings-swiper-vertical__container__slides__slide a.details {
            padding-top: 0;
            font-size: 0.9em; }
          .components__listings-swiper-vertical__container__slides__slide a:hover {
            text-decoration: none;
            color: #666; }

.components__notification-bar {
  background-position: top;
  border-bottom: 1px solid #dddddd;
  background-size: 100%; }
  .components__notification-bar .components__container--page {
    padding-top: 0;
    padding-bottom: 0;
    display: table;
    width: 100%;
    height: 100%; }
  .components__notification-bar__overlay {
    max-height: 0;
    opacity: 0; }
    .components__notification-bar__overlay iframe {
      width: 100%;
      border: 0;
      min-height: 780px; }
  .components__notification-bar__overlay--visible {
    max-height: none;
    opacity: 1; }
  .components__notification-bar__content {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: table-cell;
    height: 80px; }
    .components__notification-bar__content__item {
      display: none;
      width: calc(100% - 50px);
      margin-left: auto;
      margin-right: auto; }
    .components__notification-bar__content__item--visible {
      display: block; }
  .components__notification-bar__show-overlay {
    background-image: url(/static/next/dist/images/components/notification-bar/open.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    display: none; }
    .components__notification-bar__show-overlay:hover {
      cursor: pointer; }
  .components__notification-bar > input[type="checkbox"] {
    display: none; }
  .components__notification-bar > input[type="checkbox"]:checked ~ :last-child {
    position: absolute;
    top: 0;
    right: 0; }
    .components__notification-bar > input[type="checkbox"]:checked ~ :last-child .components__notification-bar__content {
      display: none; }
  .components__notification-bar > input[type="checkbox"]:checked ~ div .components__notification-bar__show-overlay {
    background-image: url(/static/next/dist/images/components/notification-bar/close.png);
    width: 20px; }
  .components__notification-bar > input[type="checkbox"]:checked ~ div .components__container--page {
    padding: 0; }
  .components__notification-bar__register {
    background-size: 100%; }
  @media (min-width: 768px) {
    .components__notification-bar__content {
      font-size: 24px;
      height: 100px; }
      .components__notification-bar__content__item {
        width: calc(100% - 30px); }
    .components__notification-bar__show-overlay {
      height: 100px;
      width: 30px; }
    .components__notification-bar > input[type="checkbox"]:checked ~ :last-child {
      right: 5px; }
    .components__notification-bar > input[type="checkbox"]:checked ~ div .components__notification-bar__show-overlay {
      width: 25px; } }
  @media (min-width: 1224px) {
    .components__notification-bar > input[type="checkbox"]:checked ~ :last-child {
      right: calc((100vw - 1224px)/2 + 5px); } }
  @media (min-width: 1284px) {
    .components__notification-bar > input[type="checkbox"]:checked ~ :last-child {
      right: calc((100vw - 1224px)/2); } }

.components__pickadate__button--today, .components__pickadate__button--clear, .components__pickadate__button--close {
  color: #000;
  width: 33% !important; }

.components__pickadate__button--today:hover, .components__pickadate__button--clear:hover, .components__pickadate__button--close:hover {
  background-color: #b1dcfb !important; }

.recommended-grid h4 {
  margin: 0;
  text-align: left; }

.recommended-grid__headers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px; }
  .recommended-grid__headers > div:first-of-type {
    width: 55%; }
  .recommended-grid__headers a {
    color: #6699CC;
    font-size: 14px; }

.recommended-grid__image-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  .recommended-grid__image-grid__item {
    width: 50%;
    padding: 5px;
    position: relative; }
    .recommended-grid__image-grid__item > a > span {
      margin: 0 5px; }

.recommended-grid__item__title {
  margin: 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.recommended-grid__item__detail {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }
  .recommended-grid__item__detail > div:first-of-type {
    width: 85%; }
  .recommended-grid__item__detail .search__sitters__references__star, .recommended-grid__item__detail .search__sitters__references__diamond {
    margin: 0; }
  .recommended-grid__item__detail .search__sitters__references__star {
    width: 12px;
    height: 12px; }
  .recommended-grid__item__detail .search__sitters__references__count {
    padding-left: 2px; }
  .recommended-grid__item__detail .search__trust-badge {
    position: relative; }
    .recommended-grid__item__detail .search__trust-badge .components__tooltip > div:before {
      bottom: -29px; }
  .recommended-grid__item__detail .search__results__item__badges {
    bottom: 5px;
    right: 5px; }

@media (min-width: 768px) {
  .recommended-grid__headers a {
    font-size: 16px; }
  .recommended-grid__image-grid {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .recommended-grid__image-grid__item {
      width: 25%;
      padding: 5px; } }

.components__popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  display: none; }
  .components__popup > div {
    height: 100%;
    position: relative; }
    .components__popup > div > div {
      background-color: white;
      border-radius: 0.625em;
      margin: 0.9em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .components__popup__header {
    text-align: right;
    padding: 0.9em 0.9em 0 0.9em; }
    .components__popup__header button {
      border-radius: 50%;
      padding: 0.625em;
      line-height: 0.625em; }
  .components__popup__content {
    overflow: scroll;
    position: absolute;
    bottom: 0;
    top: 3.125em;
    right: 0;
    left: 0; }
  @media (min-width: 47em) {
    .components__popup > div > div {
      top: initial;
      bottom: initial;
      left: initial;
      right: initial;
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
    .components__popup__content {
      position: initial; } }
  .ielt9 .components__popup > div > div {
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute; }
  .ielt9 .components__popup__content {
    position: initial; }

.components__popup--visible {
  display: block; }

.slider {
  position: relative;
  width: 100%;
  height: 32px;
  cursor: pointer; }
  .slider .progress {
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: calc(100% - 32px); }
    .slider .progress-sections {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .slider .progress-section {
      position: absolute;
      top: 25%;
      width: 1px;
      left: 0;
      height: 50%;
      background-color: black; }
      .slider .progress-section--major {
        top: 12.5%;
        height: 75%;
        width: 1px;
        transition: all 100ms; }
    .slider .progress-bar {
      position: absolute;
      top: 15px;
      left: 0;
      height: 2px;
      width: 100%;
      padding: 8px 0;
      margin: -8px 0; }
      .slider .progress-bar--container {
        position: relative;
        background-color: #c8c8c8;
        overflow: hidden;
        height: 2px; }
      .slider .progress-bar-active, .slider .progress-bar-secondary {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        height: 4px; }
      .slider .progress-bar-active {
        background-color: #1f5115; }
      .slider .progress-bar-secondary {
        background-color: #87ceac; }
  .slider-knob {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0; }
    .slider-knob--inner {
      width: 18px;
      height: 18px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-radius: 50%;
      background-color: #1f5115;
      transition: all 0.18s ease;
      -webkit-transform: translateX(7px) translateY(7px);
      -moz-transform: translateX(7px) translateY(7px);
      -ms-transform: translateX(7px) translateY(7px);
      -o-transform: translateX(7px) translateY(7px);
      transform: translateX(7px) translateY(7px); }
    .slider-knob.active .slider-knob--inner {
      background-color: rgba(31, 81, 21, 0.7); }
  .slider .bubble {
    position: absolute;
    padding: 5px;
    top: -40px;
    left: -38px;
    min-width: 90px;
    text-align: center;
    color: #fff;
    background: #1f5115;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    transition: all 75ms; }
    .slider .bubble:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      width: calc(50% + 20px);
      height: 10px;
      margin: 0 0 0 -50px;
      background: #1f5115; }
    .slider .bubble:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: -10px;
      width: calc(50% + 10px);
      height: 10px;
      background: #fff;
      -webkit-border-top-right-radius: 15px;
      -moz-border-radius-topright: 15px;
      border-top-right-radius: 15px; }
    .slider .bubble > div {
      font-variant: small-caps; }
      .slider .bubble > div:before {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 0;
        width: 50%;
        height: 10px;
        background: #fff;
        -webkit-border-top-left-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-top-left-radius: 15px; }
  .slider.expand .slider-knob--inner {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); }
  .slider.expand .bubble {
    opacity: 1; }

.search-details-firewall-popup {
  margin: 0;
  position: relative;
  overflow: scroll;
  padding: 45px 0;
  width: 100%;
  -webkit-overflow-scrolling: touch; }
  .search-details-firewall-popup:before, .search-details-firewall-popup:after {
    content: '';
    cursor: pointer;
    position: absolute;
    right: calc(50% - 140px);
    top: 10px;
    width: 4px;
    height: 30px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .search-details-firewall-popup:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .search-details-firewall-popup > div {
    background-color: transparent;
    padding: 0;
    width: 100%;
    height: 774px; }
    .search-details-firewall-popup > div > iframe {
      max-width: 360px;
      display: block;
      margin: auto;
      width: 100%;
      height: 100%;
      border: none;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  @media (min-width: 360px) {
    .search-details-firewall-popup:before, .search-details-firewall-popup:after {
      right: calc(50% - 165px); } }

.components__nav-bar a {
  color: #333333; }
  .components__nav-bar a:hover {
    color: #47b549; }

.components__nav-bar ul li a {
  display: block; }

.components__nav-bar label {
  margin-bottom: 0;
  cursor: pointer; }

.components__nav-bar__dropdown {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  opacity: 0; }
  .ie9 .components__nav-bar__dropdown {
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%); }

.components__nav-bar input[type=checkbox].components__nav-bar__mobile-user-account__dropdown-checkbox,
.components__nav-bar input[type=checkbox].components__nav-bar__dropdown-checkbox {
  display: none; }

.components__nav-bar #main-dropdown-toggle:checked ~ .components__nav-bar__main-dropdown,
.components__nav-bar #main-links-dropdown-toggle:checked ~ .components__nav-bar__main-links-dropdown,
.components__nav-bar #user-account-list-toggle:checked ~ .components__nav-bar__user-account-list-dropdown,
.components__nav-bar #help-list-toggle:checked ~ .components__nav-bar__help-list-dropdown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }
  .ie9 .components__nav-bar #main-dropdown-toggle:checked ~ .components__nav-bar__main-dropdown, .ie9
  .components__nav-bar #main-links-dropdown-toggle:checked ~ .components__nav-bar__main-links-dropdown, .ie9
  .components__nav-bar #user-account-list-toggle:checked ~ .components__nav-bar__user-account-list-dropdown, .ie9
  .components__nav-bar #help-list-toggle:checked ~ .components__nav-bar__help-list-dropdown {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.components__nav-bar__hamburger {
  background-image: url(/static/next/dist/images/components/nav-bar/hamburger-menu.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.875em;
  width: 1.875em;
  min-width: 1.875em; }

.components__nav-bar__header {
  position: fixed;
  height: 3.125em;
  z-index: 1000;
  background-color: white;
  border-bottom: 1px solid #dddddd;
  width: 100%; }
  .components__nav-bar__header__items {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    z-index: 1500;
    padding-bottom: 0.0625em; }
    .components__nav-bar__header__items.hidden .components__nav-bar__header__items__main-links,
    .components__nav-bar__header__items.hidden .components__nav-bar__header__items__user-account,
    .components__nav-bar__header__items.hidden .components__nav-bar__header__items__help,
    .components__nav-bar__header__items.hidden .components__nav-bar__hamburger {
      display: none; }
    .components__nav-bar__header__items > * {
      display: table-cell;
      vertical-align: middle; }
    .components__nav-bar__header__items > a > img {
      max-width: 15em;
      margin-right: 14px; }
      .ie9 .components__nav-bar__header__items > a > img {
        height: 2.375em; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .components__nav-bar__header__items > a > img {
          /* IE10+ specific styles go here */
          height: 2.375em; } }
    .components__nav-bar__header__items:after {
      content: none; }

.components__nav-bar #main-dropdown-toggle:checked ~ .components__nav-bar__header__items > .components__nav-bar__hamburger,
.components__nav-bar #main-links-dropdown-toggle:checked ~ .components__nav-bar__header__items > .components__nav-bar__hamburger {
  background-image: url(/static/next/dist/images/components/nav-bar/close-green.svg); }

.components__nav-bar__main-dropdown, .components__nav-bar__main-links-dropdown, .components__nav-bar__user-account-list-dropdown, .components__nav-bar__help-list-dropdown {
  position: fixed;
  top: 3.125em;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 500;
  background-color: white; }
  .components__nav-bar__main-dropdown > ul, .components__nav-bar__main-links-dropdown > ul, .components__nav-bar__user-account-list-dropdown > ul, .components__nav-bar__help-list-dropdown > ul {
    padding: 15px; }
    .components__nav-bar__main-dropdown > ul > li, .components__nav-bar__main-links-dropdown > ul > li, .components__nav-bar__user-account-list-dropdown > ul > li, .components__nav-bar__help-list-dropdown > ul > li {
      padding-top: 10px;
      padding-bottom: 10px; }
    .components__nav-bar__main-dropdown > ul > li:first-child, .components__nav-bar__main-links-dropdown > ul > li:first-child, .components__nav-bar__user-account-list-dropdown > ul > li:first-child, .components__nav-bar__help-list-dropdown > ul > li:first-child {
      padding-top: 0; }
    .components__nav-bar__main-dropdown > ul > li:last-child, .components__nav-bar__main-links-dropdown > ul > li:last-child, .components__nav-bar__user-account-list-dropdown > ul > li:last-child, .components__nav-bar__help-list-dropdown > ul > li:last-child {
      padding-bottom: 0; }
    .components__nav-bar__main-dropdown > ul > li:not(:last-child), .components__nav-bar__main-links-dropdown > ul > li:not(:last-child), .components__nav-bar__user-account-list-dropdown > ul > li:not(:last-child), .components__nav-bar__help-list-dropdown > ul > li:not(:last-child) {
      border-bottom: 1px solid #dddddd; }

.components__nav-bar__main-dropdown {
  height: calc(100vh - 3.125em); }
  .components__nav-bar__main-dropdown > ul {
    margin-bottom: 100px;
    padding: 10px; }

.components__nav-bar__mobile-user-account {
  border-bottom: 1px solid #dddddd; }
  .components__nav-bar__mobile-user-account__dropdown-label {
    background-image: url(/static/next/dist/images/components/nav-bar/arrow-down-green.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.875em; }
  .components__nav-bar__mobile-user-account__dropdown {
    display: none; }
    .components__nav-bar__mobile-user-account__dropdown > ul > li {
      padding-top: 10px;
      padding-bottom: 10px; }
    .components__nav-bar__mobile-user-account__dropdown > ul > li:not(:last-child) {
      border-bottom: 1px solid #dddddd; }

.components__nav-bar #mobile-user-account-list-toggle:checked + div {
  background-color: #e6e6e6; }

.components__nav-bar #mobile-user-account-list-toggle:checked + div .components__nav-bar__mobile-user-account__dropdown-label {
  background-image: url(/static/next/dist/images/components/nav-bar/arrow-up-green.svg); }

.components__nav-bar #mobile-user-account-list-toggle:checked ~ .components__nav-bar__mobile-user-account__dropdown {
  background-color: #f0f0f0;
  display: block; }

.components__nav-bar__user-avatar {
  display: table; }
  .components__nav-bar__user-avatar > * {
    display: table-cell;
    vertical-align: middle; }
  .components__nav-bar__user-avatar > img {
    border-radius: 50%;
    height: 2.1875em;
    width: 2.1875em;
    min-height: 2.1875em;
    min-width: 2.1875em;
    display: inline;
    vertical-align: middle; }
  .components__nav-bar__user-avatar > span:first-of-type {
    padding-left: 10px; }
  .components__nav-bar__user-avatar > span.components__notification-label, .components__nav-bar__user-avatar > span.accounts__profile__links__notification {
    display: none; }

.components__nav-bar__refer-a-friend-link {
  display: inline;
  text-align: left; }

.components__nav-bar__refer-a-friend-button {
  line-height: 125%;
  color: white !important;
  white-space: nowrap; }

.components__nav-bar__join-now, .components__nav-bar__join-now:hover, .components__nav-bar__login, .components__nav-bar__login:hover, .components__nav-bar__help, .components__nav-bar__help:hover, .components__nav-bar__inbox, .components__nav-bar__inbox:hover {
  background-repeat: no-repeat;
  height: 2.1875em;
  width: 2.1875em;
  background-position: left;
  padding-left: 2.8125em;
  position: relative; }
  .components__nav-bar__join-now > span, .components__nav-bar__join-now:hover > span, .components__nav-bar__login > span, .components__nav-bar__login:hover > span, .components__nav-bar__help > span, .components__nav-bar__help:hover > span, .components__nav-bar__inbox > span, .components__nav-bar__inbox:hover > span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    white-space: nowrap; }

.components__nav-bar__join-now {
  background-position-x: -0.25em;
  background-size: 1.875em;
  padding-left: 2.1875em; }
  .components__nav-bar__join-now:hover {
    background-position-x: -0.25em;
    background-size: 1.875em;
    padding-left: 2.1875em; }

.components__nav-bar__join-now-button {
  line-height: initial;
  color: white !important;
  padding-left: 36px !important;
  margin-right: 20px; }
  .components__nav-bar__join-now-button:hover {
    line-height: initial;
    padding-left: 36px !important;
    margin-right: 20px; }

.components__nav-bar__login {
  padding-left: 2.1875em; }
  .components__nav-bar__login:hover {
    padding-left: 2.1875em; }

.components__nav-bar__help {
  background-image: url(/static/next/dist/images/components/nav-bar/help.svg); }
  .components__nav-bar__help:hover {
    background-image: url(/static/next/dist/images/components/nav-bar/help-on.svg); }

.components__nav-bar__inbox {
  background-image: url(/static/next/dist/images/components/nav-bar/inbox.svg);
  width: 1.375em;
  height: 1.375em; }
  .components__nav-bar__inbox:hover {
    width: 1.375em;
    height: 1.375em; }

.components__nav-bar__main-links-list > li a {
  font-size: 16px;
  line-height: 200%; }

.components__nav-bar__main-links-list > li.selected {
  font-weight: 500; }

.components__nav-bar--tablet, .components__nav-bar--landscape {
  display: none; }

@media (min-width: 768px) {
  .components__nav-bar--phone, .components__nav-bar--landscape {
    display: none; }
  .components__nav-bar--tablet {
    display: block; }
  .components__nav-bar__header {
    height: 5.125em;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .components__nav-bar__header:before, .components__nav-bar__header:after {
      content: none;
      display: block; }
    .components__nav-bar__header__items > a {
      width: 20.3125em; }
      .components__nav-bar__header__items > a > img {
        max-width: 20.3125em; }
    .components__nav-bar__header__items__main-links, .components__nav-bar__header__items__help {
      display: none; }
    .components__nav-bar__header__items__user-account {
      width: 21.25em; }
      .components__nav-bar__header__items__user-account > ul {
        display: table;
        margin-left: auto;
        margin-right: 0; }
        .components__nav-bar__header__items__user-account > ul > li {
          display: table-cell;
          vertical-align: middle; }
          .components__nav-bar__header__items__user-account > ul > li .components__nav-bar__login {
            margin-right: 3.75em; }
          .components__nav-bar__header__items__user-account > ul > li .components__nav-bar__refer-a-friend-button {
            margin-right: 20px; }
      .components__nav-bar__header__items__user-account .components__nav-bar__user-avatar {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/static/next/dist/images/icons/arrows/up-down/arrow-down.svg);
        background-size: 0.875em;
        position: relative;
        background-position: right center;
        padding-right: 20px;
        margin-left: auto;
        margin-right: 20px; }
        .components__nav-bar__header__items__user-account .components__nav-bar__user-avatar > span.components__notification-label, .components__nav-bar__header__items__user-account .components__nav-bar__user-avatar > span.accounts__profile__links__notification {
          display: block;
          position: absolute;
          left: 1.75em;
          top: -0.875em; }
    .components__nav-bar__header #user-account-list-toggle:checked ~ .components__nav-bar__header__items .components__nav-bar__header__items__user-account .components__nav-bar__user-avatar {
      background-image: url(/static/next/dist/images/icons/arrows/up-down/arrow-up-green.svg); }
      .components__nav-bar__header #user-account-list-toggle:checked ~ .components__nav-bar__header__items .components__nav-bar__header__items__user-account .components__nav-bar__user-avatar > span:first-of-type {
        color: #47b549; }
  .components__nav-bar__main-links-dropdown, .components__nav-bar__user-account-list-dropdown, .components__nav-bar__help-list-dropdown {
    position: absolute;
    top: 5.0625em;
    width: auto;
    height: auto;
    right: 0;
    margin-right: 15px;
    border: 1px solid #dddddd;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .components__nav-bar__user-account-list-dropdown {
    right: 1.875em; }
    .components__nav-bar__user-account-list-dropdown__refer-a-friend-button {
      display: none; }
  .components__nav-bar__user-account-list > li {
    padding-top: 5px;
    padding-bottom: 5px; }
  .components__nav-bar__user-account-list > li:first-child {
    padding-top: 0; } }

@media (min-width: 1024px) {
  .components__nav-bar--phone {
    display: none; }
  .components__nav-bar__header {
    position: relative; }
    .components__nav-bar__header__items__main-links {
      display: table-cell; }
      .components__nav-bar__header__items__main-links > ul {
        display: table;
        margin: auto; }
        .components__nav-bar__header__items__main-links > ul > li {
          display: table-cell;
          vertical-align: middle;
          padding-right: 30px; }
          .components__nav-bar__header__items__main-links > ul > li > a {
            font-size: 13px;
            line-height: 100%;
            text-align: center;
            white-space: nowrap; }
        .components__nav-bar__header__items__main-links > ul > li:last-child {
          padding-right: 0; }
    .components__nav-bar__header__items__user-account > ul > li > .components__nav-bar__refer-a-friend-button {
      display: none; }
    .components__nav-bar__header__items__help {
      display: table-cell;
      width: 3.4375em; }
      .components__nav-bar__header__items__help > label {
        background-image: url(/static/next/dist/images/components/nav-bar/help.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 3.4375em;
        width: 3.4375em;
        background-position: center; }
    .components__nav-bar__header__items .components__nav-bar__hamburger {
      display: none; }
    .components__nav-bar__header #help-list-toggle:checked ~ .components__nav-bar__header__items .components__nav-bar__header__items__help label {
      background-image: url(/static/next/dist/images/components/nav-bar/help-on.svg); }
  .components__nav-bar__main-links-dropdown, .components__nav-bar__user-account-list-dropdown, .components__nav-bar__help-list-dropdown {
    margin-right: 30px; }
  .components__nav-bar__user-account-list-dropdown {
    right: 3.4375em; }
    .components__nav-bar__user-account-list-dropdown__refer-a-friend-button {
      display: block; }
  .components__nav-bar__help-list-dropdown > ul > li > div {
    display: inline-block;
    vertical-align: middle; } }

@media (min-width: 1224px) {
  .components__nav-bar__header__items__user-account > ul > li > .components__nav-bar__refer-a-friend-button {
    display: block; }
  .components__nav-bar__user-account-list-dropdown__refer-a-friend-button {
    display: none; } }

.components__loader {
  height: 0.3125em;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden; }
  .components__loader__bar, .components__loader__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1875em; }
  .components__loader__bar {
    animation: indeterminate 2800ms infinite linear;
    z-index: 100;
    background: #47b549; }
  .components__loader__background {
    z-index: 90;
    background: #fdfefd; }

@-webkit-keyframes indeterminate {
  0% {
    -webkit-transform: translateX(-100%) scaleX(0.2); }
  20% {
    -webkit-transform: translateX(-40%) scaleX(0.2); }
  30% {
    -webkit-transform: translateX(0%) scaleX(0.5); }
  55% {
    -webkit-transform: translateX(100%) scaleX(0.7); }
  55.99% {
    -webkit-transform: scaleX(0); }
  56% {
    -webkit-transform: translateX(-100%) scaleX(0); }
  56.99% {
    -webkit-transform: translateX(-100%) scaleX(0.6); }
  75% {
    -webkit-transform: translateX(-5%) scaleX(0.6); }
  85% {
    -webkit-transform: translateX(30%) scaleX(0.3); }
  98% {
    -webkit-transform: translateX(100%) scaleX(0.2); }
  99.99% {
    -webkit-transform: scaleX(0); }
  100% {
    -webkit-transform: translateX(-100%); } }

@-moz-keyframes indeterminate {
  0% {
    -moz-transform: translateX(-100%) scaleX(0.2); }
  20% {
    -moz-transform: translateX(-40%) scaleX(0.2); }
  30% {
    -moz-transform: translateX(0%) scaleX(0.5); }
  55% {
    -moz-transform: translateX(100%) scaleX(0.7); }
  55.99% {
    -moz-transform: scaleX(0); }
  56% {
    -moz-transform: translateX(-100%) scaleX(0); }
  56.99% {
    -moz-transform: translateX(-100%) scaleX(0.6); }
  75% {
    -moz-transform: translateX(-5%) scaleX(0.6); }
  85% {
    -moz-transform: translateX(30%) scaleX(0.3); }
  98% {
    -moz-transform: translateX(100%) scaleX(0.2); }
  99.99% {
    -moz-transform: scaleX(0); }
  100% {
    -moz-transform: translateX(-100%); } }

@keyframes indeterminate {
  0% {
    -webkit-transform: translateX(-100%) scaleX(0.2);
    -moz-transform: translateX(-100%) scaleX(0.2);
    -ms-transform: translateX(-100%) scaleX(0.2);
    -o-transform: translateX(-100%) scaleX(0.2);
    transform: translateX(-100%) scaleX(0.2); }
  20% {
    -webkit-transform: translateX(-40%) scaleX(0.2);
    -moz-transform: translateX(-40%) scaleX(0.2);
    -ms-transform: translateX(-40%) scaleX(0.2);
    -o-transform: translateX(-40%) scaleX(0.2);
    transform: translateX(-40%) scaleX(0.2); }
  30% {
    -webkit-transform: translateX(0%) scaleX(0.5);
    -moz-transform: translateX(0%) scaleX(0.5);
    -ms-transform: translateX(0%) scaleX(0.5);
    -o-transform: translateX(0%) scaleX(0.5);
    transform: translateX(0%) scaleX(0.5); }
  55% {
    -webkit-transform: translateX(100%) scaleX(0.7);
    -moz-transform: translateX(100%) scaleX(0.7);
    -ms-transform: translateX(100%) scaleX(0.7);
    -o-transform: translateX(100%) scaleX(0.7);
    transform: translateX(100%) scaleX(0.7); }
  55.99% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  56% {
    -webkit-transform: translateX(-100%) scaleX(0);
    -moz-transform: translateX(-100%) scaleX(0);
    -ms-transform: translateX(-100%) scaleX(0);
    -o-transform: translateX(-100%) scaleX(0);
    transform: translateX(-100%) scaleX(0); }
  56.99% {
    -webkit-transform: translateX(-100%) scaleX(0.6);
    -moz-transform: translateX(-100%) scaleX(0.6);
    -ms-transform: translateX(-100%) scaleX(0.6);
    -o-transform: translateX(-100%) scaleX(0.6);
    transform: translateX(-100%) scaleX(0.6); }
  75% {
    -webkit-transform: translateX(-5%) scaleX(0.6);
    -moz-transform: translateX(-5%) scaleX(0.6);
    -ms-transform: translateX(-5%) scaleX(0.6);
    -o-transform: translateX(-5%) scaleX(0.6);
    transform: translateX(-5%) scaleX(0.6); }
  85% {
    -webkit-transform: translateX(30%) scaleX(0.3);
    -moz-transform: translateX(30%) scaleX(0.3);
    -ms-transform: translateX(30%) scaleX(0.3);
    -o-transform: translateX(30%) scaleX(0.3);
    transform: translateX(30%) scaleX(0.3); }
  98% {
    -webkit-transform: translateX(100%) scaleX(0.2);
    -moz-transform: translateX(100%) scaleX(0.2);
    -ms-transform: translateX(100%) scaleX(0.2);
    -o-transform: translateX(100%) scaleX(0.2);
    transform: translateX(100%) scaleX(0.2); }
  99.99% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }

.social-box__share li {
  float: left;
  width: 2.25em;
  height: 2.25em;
  margin: 0.45em; }

.social-box__share-facebook {
  overflow: hidden;
  background-image: url("/static/next/dist/images/icon-facebook.png"); }

.components__media-query-info {
  display: none;
  font-family: '{""enabled"" : "0" }'; }
  @media (min-width: 0) {
    .components__media-query-info {
      font-family: '{""enabled"" : "1", ""breakpoint"" : ""bp-small"", ""width"" : "24em"}'; } }
  @media (min-width: 47em) {
    .components__media-query-info {
      font-family: '{""enabled"" : "1", ""breakpoint"" : ""bp-med"", ""width"" : "47em"}'; } }
  .ielt9 .components__media-query-info {
    font-family: '{""enabled"" : "1", ""breakpoint"" : ""bp-med"", ""width"" : "47em"}'; }
  @media (min-width: 80em) {
    .components__media-query-info {
      font-family: '{""enabled"" : "1", ""breakpoint"" : ""bp-large"", ""width"" : "80em"}'; } }
  @media (min-width: 120em) {
    .components__media-query-info {
      font-family: '{""enabled"" : "1", ""breakpoint"" : ""bp-xl"", ""width"" : "120em"}'; } }

.components__timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }
  .components__timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.75em;
    height: 100%;
    width: 0.25em;
    background: #C0C0C0; }
  .components__timeline__entry {
    position: relative;
    margin: 2em 0;
    clear: both; }
    .components__timeline__entry:first-child {
      margin-top: 0; }
    .components__timeline__entry:last-child {
      margin-bottom: 0; }
    .components__timeline__entry__image {
      width: 60px;
      height: 60px;
      background-color: white;
      color: #474747;
      border-radius: 30px;
      text-align: center;
      line-height: 52px;
      border-width: 4px;
      border-style: solid;
      border-color: #C0C0C0;
      font-weight: bold;
      position: absolute; }
    .components__timeline__entry__content {
      position: relative;
      margin-left: 6.25em;
      background: white;
      border-radius: 0.625em;
      padding: 0.9em; }
      .components__timeline__entry__content::before {
        height: 0;
        width: 0;
        content: '';
        position: absolute;
        border-top: 0.625em solid transparent;
        border-right: 0.625em solid white;
        border-bottom: 0.625em solid transparent;
        right: 100%;
        top: 20px; }
  @media (min-width: 47em) {
    .components__timeline::before {
      left: 50%; }
    .components__timeline__entry {
      overflow: auto; }
      .components__timeline__entry__image {
        left: 50%;
        margin-left: -1.75em; }
      .components__timeline__entry__content {
        width: 42%; }
      .components__timeline__entry--even .components__timeline__entry__content {
        margin-left: 0; }
        .components__timeline__entry--even .components__timeline__entry__content::before {
          left: 100%;
          height: 0;
          width: 0;
          content: '';
          position: absolute;
          border-top: 0.625em solid transparent;
          border-bottom: 0.625em solid transparent;
          border-left: 0.625em solid white;
          border-right: none; }
      .components__timeline__entry--odd .components__timeline__entry__content {
        float: right; } }
  .ielt9 .components__timeline::before {
    left: 50%; }
  .ielt9 .components__timeline__entry {
    overflow: auto; }
    .ielt9 .components__timeline__entry__image {
      left: 50%;
      margin-left: -1.75em; }
    .ielt9 .components__timeline__entry__content {
      width: 42%; }
    .ielt9 .components__timeline__entry--even .ielt9 .components__timeline__entry__content {
      margin-left: 0; }
      .ielt9 .components__timeline__entry--even .ielt9 .components__timeline__entry__content::before {
        left: 100%;
        height: 0;
        width: 0;
        content: '';
        position: absolute;
        border-top: 0.625em solid transparent;
        border-bottom: 0.625em solid transparent;
        border-left: 0.625em solid white;
        border-right: none; }
    .ielt9 .components__timeline__entry--odd .ielt9 .components__timeline__entry__content {
      float: right; }

@keyframes video_button_background_animation_green {
  0% {
    background-color: rgba(103, 193, 122, 0); }
  25% {
    background-color: rgba(103, 193, 122, 0.52); }
  50% {
    background-color: rgba(51, 153, 51, 0.33); }
  75% {
    background-color: rgba(71, 181, 73, 0.43); }
  100% {
    background-color: rgba(103, 193, 122, 0); } }

@keyframes video_button_overlay_animation_green {
  0% {
    background-color: #47b549; }
  25% {
    background-color: #67c17a; }
  50% {
    background-color: #47b549; }
  75% {
    background-color: #339933; }
  100% {
    background-color: #47b549; } }

@keyframes video_button_background_animation_blue {
  0% {
    background-color: rgba(102, 153, 204, 0); }
  25% {
    background-color: rgba(97, 154, 204, 0.49); }
  50% {
    background-color: rgba(97, 154, 204, 0.4); }
  75% {
    background-color: rgba(102, 153, 204, 0.23); }
  100% {
    background-color: rgba(102, 153, 204, 0); } }

@keyframes video_button_overlay_animation_blue {
  0% {
    background-color: #6699CC; }
  25% {
    background-color: #9fc7e2; }
  50% {
    background-color: #6699CC; }
  75% {
    background-color: #4985C0; }
  100% {
    background-color: #6699CC; } }

.video-button {
  position: relative;
  width: 78px;
  height: 78px;
  opacity: 0.1; }
  .video-button__background, .video-button__overlay, .video-button__play {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .video-button__background, .video-button__overlay {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 0 none black; }
  .video-button__background {
    left: 0;
    top: 0;
    width: 78px;
    height: 78px;
    z-index: 1; }
    .video-button__background.blue {
      background-color: rgba(102, 153, 204, 0.5);
      -webkit-animation: video_button_background_animation_blue 8000ms infinite linear;
      -moz-animation: video_button_background_animation_blue 8000ms infinite linear;
      animation: video_button_background_animation_blue 8000ms infinite linear; }
    .video-button__background.green {
      background-color: rgba(71, 181, 73, 0.5);
      -webkit-animation: video_button_background_animation_green 8000ms infinite linear;
      -moz-animation: video_button_background_animation_green 8000ms infinite linear;
      animation: video_button_background_animation_green 8000ms infinite linear; }
  .video-button__overlay {
    left: 4px;
    top: 4px;
    width: 70px;
    height: 70px;
    z-index: 2; }
    .video-button__overlay.blue {
      background-color: #6699CC;
      -webkit-animation: video_button_overlay_animation_blue 8000ms infinite linear;
      -moz-animation: video_button_overlay_animation_blue 8000ms infinite linear;
      animation: video_button_overlay_animation_blue 8000ms infinite linear; }
      .video-button__overlay.blue:hover {
        background-color: #9fc7e2;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
    .video-button__overlay.green {
      background-color: #47b549;
      -webkit-animation: video_button_overlay_animation_green 8000ms infinite linear;
      -moz-animation: video_button_overlay_animation_green 8000ms infinite linear;
      animation: video_button_overlay_animation_green 8000ms infinite linear; }
      .video-button__overlay.green:hover {
        background-color: #67c17a;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
  .video-button__overlay:hover + .video-button__background {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .video-button__play {
    left: 29px;
    top: 19px;
    width: 27px;
    height: 38px;
    background-image: url("/static/next/dist/images/video/play-white.svg");
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 3; }
  .video-button__play.blue:hover + .video-button__overlay {
    background-color: #9fc7e2;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .video-button__play.green:hover + .video-button__overlay {
    background-color: #67c17a;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .video-button__play:hover + .video-button__overlay + .video-button__background {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }

.components__messages {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 16000004; }
  .components__messages__message {
    overflow: auto; }
    .components__messages__message--info {
      margin-bottom: 0; }
    .components__messages__message--success {
      margin-bottom: 0; }
    .components__messages__message--warning {
      margin-bottom: 0; }
    .components__messages__message--error, .accounts__components__form__error {
      margin-bottom: 0; }
    .components__messages__message--important {
      color: white;
      padding: 25px 10px;
      font-size: 24px;
      margin-bottom: 0;
      text-align: center; }
  @media (min-width: 1024px) {
    .components__messages {
      position: absolute; }
      .components__messages__message span {
        width: 75%;
        float: left;
        margin-left: 12.5%;
        margin-right: -100%;
        padding-left: 1.25%;
        padding-right: 1.25%;
        clear: both; }
      .components__messages.fixed {
        position: fixed;
        top: 0; } }
  .ielt9 .components__messages {
    position: absolute; }
    .ielt9 .components__messages__message span {
      width: 75%;
      float: left;
      margin-left: 12.5%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      clear: both; }
    .ielt9 .components__messages.fixed {
      position: fixed;
      top: 0; }

.components__timeline-share {
  color: #6699CC;
  top: -30px;
  background-image: url("/static/next/dist/images/icons/social/share/share-blue.svg"); }
  .components__timeline-share:hover {
    color: #9fc7e2; }

.components__timeline-map__map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 48.38%; }
  .components__timeline-map__map-wrapper__map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.components__timeline-map__sits {
  padding: 25px 15px 30px 10px;
  position: relative;
  text-align: center; }
  .components__timeline-map__sits__timeline {
    position: absolute;
    background-color: white;
    width: 3px;
    height: calc(100% - 20px);
    top: 20px;
    left: 25px; }
  .components__timeline-map__sits--previous, .components__timeline-map__sits--next {
    display: none; }
  .components__timeline-map__sits__sit {
    margin-left: 40px;
    font-size: 0;
    display: none;
    cursor: pointer;
    width: calc(100% - (30px + 10px)); }
    .components__timeline-map__sits__sit + li {
      margin-top: 20px; }
    .components__timeline-map__sits__sit__pin-image {
      display: none; }
    .components__timeline-map__sits__sit__container {
      padding: 15px 20px 20px;
      background-color: white;
      text-align: left;
      position: relative;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .components__timeline-map__sits__sit__container > img {
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: top;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
      .components__timeline-map__sits__sit__container__info {
        display: inline-block;
        font-size: 16px;
        margin-left: 15px;
        max-width: calc(100% - 50px - 15px);
        line-height: 125%; }
        .components__timeline-map__sits__sit__container__info__place {
          color: #808080; }
        .components__timeline-map__sits__sit__container__info__country {
          font-size: 14px; }
        .components__timeline-map__sits__sit__container__info__dates {
          color: #808080;
          font-size: 14px; }
        .components__timeline-map__sits__sit__container__info__animals {
          margin-top: 10px; }
          .components__timeline-map__sits__sit__container__info__animals > li {
            display: inline-block;
            max-width: 25px;
            max-height: 25px;
            margin-top: 5px; }
            .components__timeline-map__sits__sit__container__info__animals > li:not(last-child) {
              margin-right: 10px; }
      .components__timeline-map__sits__sit__container:before {
        content: '';
        position: absolute;
        background-color: #f181ae;
        border: 5px white solid;
        left: -35px;
        top: 52px;
        width: 22px;
        height: 22px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
    .components__timeline-map__sits__sit.active .components__timeline-map__sits__sit__container:before {
      background-color: #fd4273; }
    .components__timeline-map__sits__sit:nth-child(-n+3) {
      display: inline-block; }
  .components__timeline-map__sits__more {
    width: 100%;
    border: none;
    margin-top: 20px;
    color: #fd4273;
    height: 50px;
    display: none;
    position: relative; }
    .components__timeline-map__sits__more:hover, .components__timeline-map__sits__more:focus {
      background-color: #fd4273 !important;
      color: white;
      outline: none; }

@media (min-width: 1024px) {
  .components__timeline-map__sits {
    font-size: 0;
    padding: 30px 80px 30px; }
    .components__timeline-map__sits__timeline {
      height: 3px;
      width: 100%;
      top: 150px;
      left: 0; }
    .components__timeline-map__sits--previous, .components__timeline-map__sits--next {
      width: 54px;
      height: 54px;
      background-color: #fd4273;
      position: absolute;
      left: 0;
      top: 123px;
      display: inline;
      cursor: pointer;
      z-index: 500;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .components__timeline-map__sits--previous > span, .components__timeline-map__sits--next > span {
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .components__timeline-map__sits--previous > img, .components__timeline-map__sits--next > img {
        height: 20px;
        width: 12px;
        vertical-align: middle;
        display: inline-block; }
      .components__timeline-map__sits--previous:hover, .components__timeline-map__sits--next:hover {
        background-color: #f181ae; }
      .components__timeline-map__sits--previous[disabled], .components__timeline-map__sits--next[disabled] {
        background-color: #f181ae; }
        .components__timeline-map__sits--previous[disabled]:hover, .components__timeline-map__sits--next[disabled]:hover {
          background-color: #f181ae; }
    .components__timeline-map__sits--next {
      left: initial;
      right: 0; }
    .components__timeline-map__sits--list-wrapper {
      overflow-x: hidden;
      padding-top: 20px; }
      .components__timeline-map__sits--list-wrapper > ul.wide {
        text-align: left; }
    .components__timeline-map__sits__sit {
      width: calc(100% / 5 - (4 / 5 * 20px));
      vertical-align: top;
      margin-left: 0;
      text-align: center;
      display: inline-block; }
      .components__timeline-map__sits__sit__pin-image {
        background-image: url(/static/next/dist/images/timeline/pin-light.svg);
        background-size: 60px 90px;
        width: 60px;
        height: 90px;
        display: inline-block;
        margin-bottom: 47px;
        vertical-align: top; }
        .components__timeline-map__sits__sit__pin-image > img {
          width: 50px;
          height: 50px;
          margin: 5px auto 0;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
      .components__timeline-map__sits__sit__container {
        height: 190px;
        text-align: center; }
        .components__timeline-map__sits__sit__container > img {
          display: none; }
        .components__timeline-map__sits__sit__container__info {
          margin-left: 0;
          max-width: initial; }
        .components__timeline-map__sits__sit__container:before {
          left: calc(50% - 11px);
          top: -47px; }
        .components__timeline-map__sits__sit__container:after {
          content: '';
          position: absolute;
          background-color: white;
          width: 4px;
          height: 25px;
          top: -25px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
      .components__timeline-map__sits__sit.active {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
        .components__timeline-map__sits__sit.active .components__timeline-map__sits__sit__pin-image {
          background-image: url(/static/next/dist/images/timeline/pin-dark.svg);
          background-size: 73.3px 110px;
          width: 73.3px;
          height: 110px; }
          .components__timeline-map__sits__sit.active .components__timeline-map__sits__sit__pin-image > img {
            width: 60px;
            height: 60px; }
      .components__timeline-map__sits__sit + li {
        margin-top: 0;
        margin-left: 20px; }
    .components__timeline-map__sits__more {
      display: none !important; }
  .components__timeline-map.small .components__timeline-map__sits__sit {
    width: calc(100% / 3 - (2 / 3 * 15px)); }
    .components__timeline-map.small .components__timeline-map__sits__sit + li {
      margin-left: 15px; }
    .components__timeline-map.small .components__timeline-map__sits__sit__container {
      padding: 15px 10px 20px;
      height: initial; } }

.components__announcements {
  display: none;
  background-color: #fd4273;
  position: fixed;
  width: 100%;
  height: 1.875em;
  z-index: 1500;
  top: 0;
  color: white;
  /*
    &__more-link {
        float: right;

        a {
            display: inline-block;
            vertical-align: middle;
            color: white;
            font-size: $ths-font-size-menu-small;
        }
    }
    */ }
  .components__announcements__container {
    text-align: center; }
    .components__announcements__container__items, .components__announcements__container__items__item,
    .components__announcements__container__items label {
      display: inline-block;
      vertical-align: middle; }
    .components__announcements__container__items {
      width: 100%; }
      .components__announcements__container__items__item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
        color: white; }
      .components__announcements__container__items input[type="radio"] {
        display: none; }
      .components__announcements__container__items label {
        display: none;
        float: right;
        color: white;
        font-size: 13px;
        cursor: pointer;
        margin-bottom: 0; }
      .components__announcements__container__items input[type="radio"]:checked + .components__announcements__container__items__item,
      .components__announcements__container__items input[type="radio"]:checked + label + .components__announcements__container__items__item {
        display: inline-block; }
      .components__announcements__container__items input[type="radio"]:checked + .components__announcements__container__items__item + input[type="radio"] + label,
      .components__announcements__container__items input[type="radio"]:checked + label + .components__announcements__container__items__item + input[type="radio"] + label {
        display: inline-block; }
  .components__announcements--visible {
    display: block; }
  .components__announcements--visible ~ .app__nav,
  .components__announcements--visible ~ .app__nav .components__nav-bar__main-dropdown {
    margin-top: 1.875em; }
  @media (min-width: 1024px) {
    .components__announcements {
      position: absolute;
      top: -1.875em; } }

.components__housesitter__steps {
  background-color: #f0f0f0;
  padding: 40px 0 30px;
  text-align: center; }
  .components__housesitter__steps .components__container--page {
    padding: 0; }
  .components__housesitter__steps h3 {
    font-weight: 500; }
  .components__housesitter__steps h5 {
    font-size: 18px;
    font-weight: 500; }
  .components__housesitter__steps > p {
    font-size: 16px; }
  .components__housesitter__steps ul li {
    display: block;
    width: 275px;
    margin: 40px auto; }
    .components__housesitter__steps ul li img {
      height: 127px;
      width: 127px;
      display: inline-block; }
    .components__housesitter__steps ul li h5 {
      margin: 20px 0 5px; }
  .components__housesitter__steps ul li:last-child {
    margin: 0 auto; }
  .components__housesitter__steps a {
    color: #6699CC; }
  @media (min-width: 560px) {
    .components__housesitter__steps {
      padding: 64px 0 40px;
      width: 100%; }
      .components__housesitter__steps h3 {
        font-size: 32px; }
      .components__housesitter__steps h5 {
        font-size: 20px; }
      .components__housesitter__steps > p {
        font-size: 20px; } }
  @media (min-width: 768px) {
    .components__housesitter__steps ul {
      margin: auto;
      width: 90%; }
      .components__housesitter__steps ul li {
        display: inline-block;
        vertical-align: top;
        width: calc((90% - 60px) / 3); }
      .components__housesitter__steps ul li + li {
        margin-left: 30px; }
      .components__housesitter__steps ul li:last-child {
        margin: 40px 0 40px 30px; }
      .components__housesitter__steps ul p {
        font-size: 18px; } }
  @media (min-width: 768px) {
    .components__housesitter__steps ul li {
      width: calc((90% - 120px) / 3); }
    .components__housesitter__steps ul li + li {
      margin-left: 60px; }
    .components__housesitter__steps ul li:last-child {
      margin: 40px 0 40px 60px; } }

/** Extends http://www.idangero.us/sliders/swiper/ */
/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.components__swiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  color: #fff;
  height: 100%;
  width: 100%; }
  .components__swiper__slides {
    position: relative;
    width: 100%;
    height: initial !important;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .components__swiper__slide {
    float: left;
    height: initial !important; }
    .components__swiper__slide img {
      width: 100%; }
  .components__swiper__pagination {
    /*
        bottom  : 10px;
        left    : 10px;
        position: absolute;
        */
    z-index: 20;
    text-align: center; }
    .components__swiper__pagination__switch {
      background: #222;
      border: 1px solid #fff;
      border-radius: 8px;
      cursor: pointer;
      display: inline-block;
      height: 8px;
      margin-right: 5px;
      opacity: 0.8;
      width: 8px; }
      .components__swiper__pagination__switch--active {
        background: #fff; }
      .components__swiper__pagination__switch--visible {
        background: #aaa; }
  .components__swiper-vertical__pagination {
    right: 10px;
    top: 50%;
    position: absolute;
    z-index: 20;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    .components__swiper-vertical__pagination__switch {
      background: #222;
      border: 1px solid #fff;
      border-radius: 8px;
      cursor: pointer;
      display: block;
      height: 8px;
      margin: 5px 0;
      opacity: 0.8;
      width: 8px; }
      .components__swiper-vertical__pagination__switch--active {
        background: #fff; }
      .components__swiper-vertical__pagination__switch--visible {
        background: #aaa; }

/*
.swiper-container {
  color     : #fff;
  height    : 100%;
  text-align: center;
  width     : 100%;
}
.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
.swiper-slide .title {
  font-size    : 42px;
  font-style   : italic;
  line-height  : 45px;
  margin-bottom: 0;
  margin-top   : 80px;
}
.pagination {
  bottom  : 10px;
  left    : 10px;
  position: absolute;
  z-index : 20;
}
.swiper-pagination-switch {
  background   : #222;
  border       : 1px solid #fff;
  border-radius: 8px;
  cursor       : pointer;
  display      : inline-block;
  height       : 8px;
  margin-right : 5px;
  opacity      : 0.8;
  width        : 8px;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
*/
.accounts__components__action-bar, .accounts__components__listing__homeowner__edit-listing {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .accounts__components__action-bar > *:not(:first-child), .accounts__components__listing__homeowner__edit-listing > *:not(:first-child) {
    margin-top: 10px; }
  .accounts__components__action-bar > *, .accounts__components__listing__homeowner__edit-listing > * {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
  .accounts__components__action-bar button, .accounts__components__listing__homeowner__edit-listing button {
    width: 100%; }
  @media (min-width: 1024px) {
    .accounts__components__action-bar, .accounts__components__listing__homeowner__edit-listing {
      text-align: right; }
      .accounts__components__action-bar > *:not(:first-child), .accounts__components__listing__homeowner__edit-listing > *:not(:first-child) {
        margin-left: 5px;
        margin-top: 0; }
      .accounts__components__action-bar > *, .accounts__components__listing__homeowner__edit-listing > * {
        width: auto; }
      .accounts__components__action-bar button, .accounts__components__listing__homeowner__edit-listing button {
        width: auto; } }

.accounts__components__alerts-countdown {
  position: relative;
  width: 100%;
  font-size: 0; }
  .accounts__components__alerts-countdown__hours, .accounts__components__alerts-countdown__minutes, .accounts__components__alerts-countdown__seconds {
    display: inline-block;
    width: calc(100% / 3 - (20px * (2/3)));
    position: relative;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    -webkit-perspective-origin: 75% 35%;
    -moz-perspective-origin: 75% 35%;
    perspective-origin: 75% 35%; }
    .accounts__components__alerts-countdown__hours + div, .accounts__components__alerts-countdown__minutes + div, .accounts__components__alerts-countdown__seconds + div {
      margin-left: 20px; }
    .accounts__components__alerts-countdown__hours__wrapper, .accounts__components__alerts-countdown__minutes__wrapper, .accounts__components__alerts-countdown__seconds__wrapper {
      width: calc(50% - (5px / 2));
      height: 44px;
      display: inline-block;
      position: relative;
      -webkit-perspective: 200px;
      -moz-perspective: 200px;
      perspective: 200px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.6);
      -moz-box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.6);
      box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.6); }
      .accounts__components__alerts-countdown__hours__wrapper + div, .accounts__components__alerts-countdown__minutes__wrapper + div, .accounts__components__alerts-countdown__seconds__wrapper + div {
        margin-left: 5px; }
      .accounts__components__alerts-countdown__hours__wrapper--1, .accounts__components__alerts-countdown__hours__wrapper--2, .accounts__components__alerts-countdown__minutes__wrapper--1, .accounts__components__alerts-countdown__minutes__wrapper--2, .accounts__components__alerts-countdown__seconds__wrapper--1, .accounts__components__alerts-countdown__seconds__wrapper--2 {
        position: absolute;
        background-color: #f181ae;
        height: 50%;
        width: 100%;
        top: 0;
        left: 0;
        font-size: 36px;
        line-height: 44px;
        color: white;
        overflow: hidden;
        transform-style: preserve-3d;
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
        .accounts__components__alerts-countdown__hours__wrapper--1.bottom, .accounts__components__alerts-countdown__hours__wrapper--2.bottom, .accounts__components__alerts-countdown__minutes__wrapper--1.bottom, .accounts__components__alerts-countdown__minutes__wrapper--2.bottom, .accounts__components__alerts-countdown__seconds__wrapper--1.bottom, .accounts__components__alerts-countdown__seconds__wrapper--2.bottom {
          top: inherit;
          bottom: 0;
          line-height: 0;
          -webkit-transform-origin: top center;
          -moz-transform-origin: top center;
          -ms-transform-origin: top center;
          -o-transform-origin: top center;
          transform-origin: top center;
          -webkit-border-radius: 0 0 5px 5px;
          -moz-border-radius: 0 0 5px 5px;
          -ms-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }
          .accounts__components__alerts-countdown__hours__wrapper--1.bottom > div, .accounts__components__alerts-countdown__hours__wrapper--2.bottom > div, .accounts__components__alerts-countdown__minutes__wrapper--1.bottom > div, .accounts__components__alerts-countdown__minutes__wrapper--2.bottom > div, .accounts__components__alerts-countdown__seconds__wrapper--1.bottom > div, .accounts__components__alerts-countdown__seconds__wrapper--2.bottom > div {
            top: inherit;
            bottom: 0;
            background-color: black;
            background-image: -webkit-linear-gradient(-450deg, black, #f181ae);
            background-image: linear-gradient(180deg,black, #f181ae);
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            -ms-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
            .accounts__components__alerts-countdown__hours__wrapper--1.bottom > div.shadow, .accounts__components__alerts-countdown__hours__wrapper--2.bottom > div.shadow, .accounts__components__alerts-countdown__minutes__wrapper--1.bottom > div.shadow, .accounts__components__alerts-countdown__minutes__wrapper--2.bottom > div.shadow, .accounts__components__alerts-countdown__seconds__wrapper--1.bottom > div.shadow, .accounts__components__alerts-countdown__seconds__wrapper--2.bottom > div.shadow {
              -webkit-animation: invisible-to-visible 1.1s linear;
              -moz-animation: invisible-to-visible 1.1s linear;
              animation: invisible-to-visible 1.1s linear; }
        .accounts__components__alerts-countdown__hours__wrapper--1 > div, .accounts__components__alerts-countdown__hours__wrapper--2 > div, .accounts__components__alerts-countdown__minutes__wrapper--1 > div, .accounts__components__alerts-countdown__minutes__wrapper--2 > div, .accounts__components__alerts-countdown__seconds__wrapper--1 > div, .accounts__components__alerts-countdown__seconds__wrapper--2 > div {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background-color: #f181ae;
          background-image: -webkit-linear-gradient(-450deg, #f181ae, black);
          background-image: linear-gradient(180deg,#f181ae, black);
          -webkit-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -ms-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }
          .accounts__components__alerts-countdown__hours__wrapper--1 > div.shadow, .accounts__components__alerts-countdown__hours__wrapper--2 > div.shadow, .accounts__components__alerts-countdown__minutes__wrapper--1 > div.shadow, .accounts__components__alerts-countdown__minutes__wrapper--2 > div.shadow, .accounts__components__alerts-countdown__seconds__wrapper--1 > div.shadow, .accounts__components__alerts-countdown__seconds__wrapper--2 > div.shadow {
            -webkit-animation: invisible-to-visible 0.5 linear;
            -moz-animation: invisible-to-visible 0.5 linear;
            animation: invisible-to-visible 0.5 linear; }
        .accounts__components__alerts-countdown__hours__wrapper--1.next > div.shadow, .accounts__components__alerts-countdown__hours__wrapper--2.next > div.shadow, .accounts__components__alerts-countdown__minutes__wrapper--1.next > div.shadow, .accounts__components__alerts-countdown__minutes__wrapper--2.next > div.shadow, .accounts__components__alerts-countdown__seconds__wrapper--1.next > div.shadow, .accounts__components__alerts-countdown__seconds__wrapper--2.next > div.shadow {
          -webkit-animation: visible-to-invisible 0.8s linear;
          -moz-animation: visible-to-invisible 0.8s linear;
          animation: visible-to-invisible 0.8s linear; }
      .accounts__components__alerts-countdown__hours__wrapper:after, .accounts__components__alerts-countdown__minutes__wrapper:after, .accounts__components__alerts-countdown__seconds__wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
        background-color: white;
        z-index: 500; }
    .accounts__components__alerts-countdown__hours > span, .accounts__components__alerts-countdown__minutes > span, .accounts__components__alerts-countdown__seconds > span {
      font-size: 12px;
      color: #f181ae; }
    .accounts__components__alerts-countdown__hours:not(:last-child):after, .accounts__components__alerts-countdown__minutes:not(:last-child):after, .accounts__components__alerts-countdown__seconds:not(:last-child):after {
      content: '';
      position: absolute;
      height: 8px;
      width: 8px;
      background-color: #ffdef1;
      right: -14px;
      top: 10px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .accounts__components__alerts-countdown__hours + div:before, .accounts__components__alerts-countdown__minutes + div:before, .accounts__components__alerts-countdown__seconds + div:before {
      content: '';
      position: absolute;
      height: 8px;
      width: 8px;
      background-color: #ffdef1;
      left: -14px;
      top: 27px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
  @media (min-width: 1024px) {
    .accounts__components__alerts-countdown__hours, .accounts__components__alerts-countdown__minutes, .accounts__components__alerts-countdown__seconds {
      width: calc(100% / 3 - (30px * (2/3))); }
      .accounts__components__alerts-countdown__hours + div, .accounts__components__alerts-countdown__minutes + div, .accounts__components__alerts-countdown__seconds + div {
        margin-left: 30px; }
      .accounts__components__alerts-countdown__hours__wrapper, .accounts__components__alerts-countdown__minutes__wrapper, .accounts__components__alerts-countdown__seconds__wrapper {
        height: 65px;
        width: calc(50% - (10px / 2)); }
        .accounts__components__alerts-countdown__hours__wrapper + div, .accounts__components__alerts-countdown__minutes__wrapper + div, .accounts__components__alerts-countdown__seconds__wrapper + div {
          margin-left: 10px; }
        .accounts__components__alerts-countdown__hours__wrapper--1, .accounts__components__alerts-countdown__hours__wrapper--2, .accounts__components__alerts-countdown__minutes__wrapper--1, .accounts__components__alerts-countdown__minutes__wrapper--2, .accounts__components__alerts-countdown__seconds__wrapper--1, .accounts__components__alerts-countdown__seconds__wrapper--2 {
          font-size: 50px;
          line-height: 65px; }
          .accounts__components__alerts-countdown__hours__wrapper--1.bottom, .accounts__components__alerts-countdown__hours__wrapper--2.bottom, .accounts__components__alerts-countdown__minutes__wrapper--1.bottom, .accounts__components__alerts-countdown__minutes__wrapper--2.bottom, .accounts__components__alerts-countdown__seconds__wrapper--1.bottom, .accounts__components__alerts-countdown__seconds__wrapper--2.bottom {
            line-height: 0; }
      .accounts__components__alerts-countdown__hours:not(:last-child):after, .accounts__components__alerts-countdown__minutes:not(:last-child):after, .accounts__components__alerts-countdown__seconds:not(:last-child):after {
        height: 10px;
        width: 10px;
        right: -20px;
        top: 15px; }
      .accounts__components__alerts-countdown__hours + div:before, .accounts__components__alerts-countdown__minutes + div:before, .accounts__components__alerts-countdown__seconds + div:before {
        height: 10px;
        width: 10px;
        left: -20px;
        top: 40px; } }

.animations__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  overflow: hidden;
  opacity: 1; }
  .animations__overlay.ng-hide, .animations__overlay.ng-hide-add-active {
    opacity: 0; }

.animations__drop-down__with-ticks {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  overflow: hidden;
  opacity: 1; }
  .animations__drop-down__with-ticks.ng-hide, .animations__drop-down__with-ticks.ng-hide-add-active {
    opacity: 0;
    height: 0; }
  .animations__drop-down__with-ticks li {
    width: 100%;
    padding: 14px 0 14px 47px;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    position: relative;
    cursor: pointer; }
    .animations__drop-down__with-ticks li:hover {
      color: #666666; }
    .animations__drop-down__with-ticks li .accounts__components__icon {
      position: absolute;
      left: 15px;
      top: 13px; }
      .animations__drop-down__with-ticks li .accounts__components__icon svg {
        width: 18px;
        height: 13px;
        fill: #6699CC; }
    .animations__drop-down__with-ticks li:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      background-image: linear-gradient(to right, #cccccc 66%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 3px 1px;
      height: 1px;
      background-repeat: repeat-x; }

.accounts__components__autocomplete {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  width: 100%; }
  .accounts__components__autocomplete input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #808080;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 8px 12px;
    height: 42px;
    line-height: 26px;
    margin-bottom: 0; }
    .accounts__components__autocomplete input > .accounts__components__icon {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      position: absolute;
      right: 12px;
      top: 7px; }
      .accounts__components__autocomplete input > .accounts__components__icon svg {
        fill: #808080; }
  .accounts__components__autocomplete__selected {
    display: none; }
  .accounts__components__autocomplete__sticky {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #6699CC;
    color: white;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 8px 12px;
    height: 42px;
    line-height: 26px; }
    .accounts__components__autocomplete__sticky > span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: left;
      width: calc(100% - 18px);
      display: block;
      float: left; }
    .accounts__components__autocomplete__sticky .accounts__components__icon {
      cursor: pointer; }
      .accounts__components__autocomplete__sticky .accounts__components__icon svg {
        width: 16px;
        height: 16px;
        max-width: 16px;
        max-height: 16px;
        margin-top: -5px; }
      .accounts__components__autocomplete__sticky .accounts__components__icon:hover svg {
        fill: #e6e6e6; }
  .accounts__components__autocomplete__list {
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #cccccc;
    border-top: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background-color: white;
    list-style: none;
    overflow: hidden;
    z-index: 5;
    max-height: 200px;
    overflow-y: auto; }
    .accounts__components__autocomplete__list li {
      height: 42px;
      width: 100%;
      padding: 8px 12px;
      line-height: 26px;
      color: #808080;
      cursor: pointer;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: left; }
      .accounts__components__autocomplete__list li:hover {
        color: #474747;
        background-color: rgba(0, 0, 0, 0.03); }

.accounts__components__calendar {
  float: left;
  width: 100%; }
  .accounts__components__calendar__title {
    font-size: 18px;
    font-weight: 500;
    color: #6699CC; }
    .accounts__components__calendar__title--wrapper {
      height: 46px;
      padding: 13px 0;
      position: relative; }
  .accounts__components__calendar__month--wrapper {
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    overflow: hidden; }
  .accounts__components__calendar__month__weekdays {
    background-color: white;
    width: 100%;
    height: 38px; }
    .accounts__components__calendar__month__weekdays > div {
      width: calc(100% / 7);
      float: left;
      text-align: center;
      line-height: 38px;
      font-size: 12px; }
  .accounts__components__calendar__day {
    position: relative;
    width: calc(100% / 7);
    padding-bottom: calc(100% / 7);
    float: left;
    background-color: #d9e1ec;
    cursor: pointer; }
    .accounts__components__calendar__day--day {
      position: absolute;
      left: 10%;
      top: 10%;
      width: 80%;
      height: 80%;
      text-align: center;
      font-size: 14px;
      color: #474747; }
      .accounts__components__calendar__day--day > span {
        display: block;
        top: 50%;
        margin-top: -12px;
        position: absolute;
        width: 100%; }
    .accounts__components__calendar__day--active {
      color: #474747; }
    .accounts__components__calendar__day--event {
      color: #474747;
      background-color: rgba(255, 255, 255, 0.55);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      font-weight: 500; }
    .accounts__components__calendar__day--selected {
      color: white;
      background-color: #6699CC;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      font-weight: 500;
      left: 3px;
      top: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px); }
  .accounts__components__calendar__navigation {
    position: absolute;
    right: 0;
    top: 13px;
    width: 60px; }
    .accounts__components__calendar__navigation--prev, .accounts__components__calendar__navigation--next {
      width: 26px;
      float: left;
      text-align: center;
      cursor: pointer;
      background-size: 26px 26px;
      background-position: center center;
      background-repeat: no-repeat;
      height: 26px; }
      .accounts__components__calendar__navigation--prev:hover, .accounts__components__calendar__navigation--next:hover {
        color: #808080; }
      .accounts__components__calendar__navigation--prev .empty, .accounts__components__calendar__navigation--next .empty {
        opacity: 1; }
      .accounts__components__calendar__navigation--prev .full, .accounts__components__calendar__navigation--next .full {
        opacity: 0; }
      .accounts__components__calendar__navigation--prev:hover .empty, .accounts__components__calendar__navigation--next:hover .empty {
        opacity: 0; }
      .accounts__components__calendar__navigation--prev:hover .full, .accounts__components__calendar__navigation--next:hover .full {
        opacity: 1; }
    .accounts__components__calendar__navigation--prev {
      margin-right: 8px; }
  .accounts__components__calendar__footer {
    padding: 18px 0;
    width: 100%;
    float: left; }
    .accounts__components__calendar__footer > div {
      float: left;
      margin-right: 14px; }
      .accounts__components__calendar__footer > div div {
        width: 24px;
        height: 24px;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .accounts__components__calendar__footer > div span {
        font-size: 14px;
        line-height: 24px;
        margin-left: 10px; }

@keyframes button_overlay_animation_green {
  0% {
    background-color: #47b549; }
  25% {
    background-color: #67c17a; }
  50% {
    background-color: #47b549; }
  75% {
    background-color: #339933; }
  100% {
    background-color: #47b549; } }

@keyframes button_border_animation_green {
  0% {
    border-color: rgba(103, 193, 122, 0); }
  25% {
    border-color: rgba(103, 193, 122, 0.52); }
  50% {
    border-color: rgba(51, 153, 51, 0.33); }
  75% {
    border-color: rgba(71, 181, 73, 0.43); }
  100% {
    border-color: rgba(103, 193, 122, 0); } }

@keyframes button_overlay_animation_blue {
  0% {
    background-color: #6699CC; }
  25% {
    background-color: #9fc7e2; }
  50% {
    background-color: #6699CC; }
  75% {
    background-color: #4985C0; }
  100% {
    background-color: #6699CC; } }

@keyframes button_border_animation_blue {
  0% {
    border-color: rgba(102, 153, 204, 0); }
  25% {
    border-color: rgba(73, 133, 192, 0.49); }
  50% {
    border-color: rgba(73, 133, 192, 0.4); }
  75% {
    border-color: rgba(102, 153, 204, 0.23); }
  100% {
    border-color: rgba(102, 153, 204, 0); } }

@keyframes button_overlay_animation_purple {
  0% {
    background-color: #fd4273; }
  25% {
    background-color: #f181ae; }
  50% {
    background-color: #fd4273; }
  75% {
    background-color: #e52c59; }
  100% {
    background-color: #fd4273; } }

@keyframes button_border_animation_purple {
  0% {
    border-color: rgba(253, 66, 115, 0); }
  25% {
    border-color: rgba(229, 44, 89, 0.49); }
  50% {
    border-color: rgba(253, 66, 115, 0.4); }
  75% {
    border-color: rgba(241, 129, 174, 0.23); }
  100% {
    border-color: rgba(253, 66, 115, 0); } }

.accounts__components__button, .accounts__components__icon-button {
  width: auto;
  padding: 5px 10px;
  min-width: 100px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer; }
  .accounts__components__button > span, .accounts__components__icon-button > span {
    vertical-align: middle; }
  .accounts__components__button:hover, .accounts__components__icon-button:hover {
    color: #47b549;
    background-color: #f0f0f0; }
  .accounts__components__button:focus, .accounts__components__icon-button:focus {
    outline: none; }
  .accounts__components__button--link {
    background-color: transparent;
    color: #47b549;
    border: none; }
    .accounts__components__button--link:hover {
      background-color: transparent;
      color: #67c17a; }
  .accounts__components__button--disabled {
    background-color: rgba(255, 255, 255, 0.5);
    color: #808080; }
    .accounts__components__button--disabled:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: #808080; }
    .accounts__components__button--disabled-link {
      background-color: transparent;
      color: #808080;
      border: none;
      min-width: initial; }
      .accounts__components__button--disabled-link:hover {
        background-color: transparent;
        color: #808080; }
  .accounts__components__button-big {
    line-height: 31px; }
  .accounts__components__button--gray {
    background-color: #cccccc;
    color: white; }
    .accounts__components__button--gray:hover {
      background-color: #dddddd;
      color: white; }
    .accounts__components__button--gray-primary, .accounts__components__button--gray-homeowner {
      background-color: #cccccc;
      color: #47b549; }
      .accounts__components__button--gray-primary:hover, .accounts__components__button--gray-homeowner:hover {
        background-color: #dddddd;
        color: #67c17a; }
    .accounts__components__button--gray-secondary, .accounts__components__button--gray-housesitter {
      background-color: #cccccc;
      color: #6699CC; }
      .accounts__components__button--gray-secondary:hover, .accounts__components__button--gray-housesitter:hover {
        background-color: #dddddd;
        color: #9fc7e2; }
    .accounts__components__button--gray-tertiary, .accounts__components__button--gray-membership {
      background-color: #cccccc;
      color: #fd4273; }
      .accounts__components__button--gray-tertiary:hover, .accounts__components__button--gray-membership:hover {
        background-color: #dddddd;
        color: #f181ae; }
  .accounts__components__button--grayish {
    background-color: #dddddd;
    color: white; }
    .accounts__components__button--grayish:hover {
      background-color: #e6e6e6;
      color: white; }
    .accounts__components__button--grayish-primary, .accounts__components__button--grayish-homeowner {
      background-color: #dddddd;
      color: #47b549; }
      .accounts__components__button--grayish-primary:hover, .accounts__components__button--grayish-homeowner:hover {
        background-color: #e6e6e6;
        color: #67c17a; }
    .accounts__components__button--grayish-secondary, .accounts__components__button--grayish-housesitter {
      background-color: #dddddd;
      color: #6699CC; }
      .accounts__components__button--grayish-secondary:hover, .accounts__components__button--grayish-housesitter:hover {
        background-color: #e6e6e6;
        color: #9fc7e2; }
    .accounts__components__button--grayish-tertiary, .accounts__components__button--grayish-membership {
      background-color: #dddddd;
      color: #fd4273; }
      .accounts__components__button--grayish-tertiary:hover, .accounts__components__button--grayish-membership:hover {
        background-color: #e6e6e6;
        color: #f181ae; }
  .accounts__components__button--light-gray {
    background-color: #e6e6e6;
    color: white;
    border-color: #dddddd; }
    .accounts__components__button--light-gray:hover {
      background-color: #f0f0f0;
      color: white;
      border-color: #dddddd; }
    .accounts__components__button--light-gray-primary, .accounts__components__button--light-gray-homeowner {
      background-color: #e6e6e6;
      color: #47b549;
      border-color: #dddddd; }
      .accounts__components__button--light-gray-primary:hover, .accounts__components__button--light-gray-homeowner:hover {
        background-color: #f0f0f0;
        color: #67c17a;
        border-color: #dddddd; }
    .accounts__components__button--light-gray-secondary, .accounts__components__button--light-gray-housesitter {
      background-color: #e6e6e6;
      color: #6699CC;
      border-color: #dddddd; }
      .accounts__components__button--light-gray-secondary:hover, .accounts__components__button--light-gray-housesitter:hover {
        background-color: #f0f0f0;
        color: #9fc7e2;
        border-color: #dddddd; }
    .accounts__components__button--light-gray-tertiary, .accounts__components__button--light-gray-membership {
      background-color: #e6e6e6;
      color: #fd4273;
      border-color: #dddddd; }
      .accounts__components__button--light-gray-tertiary:hover, .accounts__components__button--light-gray-membership:hover {
        background-color: #f0f0f0;
        color: #f181ae;
        border-color: #dddddd; }
  .accounts__components__button--white-gray {
    background-color: #f0f0f0;
    color: white;
    border-color: #dddddd; }
    .accounts__components__button--white-gray:hover {
      background-color: white;
      color: white;
      border-color: #dddddd; }
    .accounts__components__button--white-gray-primary, .accounts__components__button--white-gray-homeowner {
      background-color: #f0f0f0;
      color: #47b549;
      border-color: #dddddd; }
      .accounts__components__button--white-gray-primary:hover, .accounts__components__button--white-gray-homeowner:hover {
        background-color: white;
        color: #67c17a;
        border-color: #dddddd; }
    .accounts__components__button--white-gray-secondary, .accounts__components__button--white-gray-housesitter {
      background-color: #f0f0f0;
      color: #6699CC;
      border-color: #dddddd; }
      .accounts__components__button--white-gray-secondary:hover, .accounts__components__button--white-gray-housesitter:hover {
        background-color: white;
        color: #9fc7e2;
        border-color: #dddddd; }
    .accounts__components__button--white-gray-tertiary, .accounts__components__button--white-gray-membership {
      background-color: #f0f0f0;
      color: #fd4273;
      border-color: #dddddd; }
      .accounts__components__button--white-gray-tertiary:hover, .accounts__components__button--white-gray-membership:hover {
        background-color: white;
        color: #f181ae;
        border-color: #dddddd; }
  .accounts__components__button--facebook {
    background-color: #6699CC;
    color: white; }
    .accounts__components__button--facebook:hover {
      background-color: #67c17a;
      color: white; }
  .accounts__components__button--twitter {
    background-color: #9fc7e2;
    color: white; }
    .accounts__components__button--twitter:hover {
      background-color: #d9e1ec;
      color: white; }
  .accounts__components__button--primary, .accounts__components__button--homeowner {
    background-color: #47b549;
    color: white; }
    .accounts__components__button--primary:hover, .accounts__components__button--homeowner:hover {
      background-color: #67c17a;
      color: white; }
    .accounts__components__button--primary-link, .accounts__components__button--homeowner-link {
      background-color: transparent;
      color: #47b549;
      border: none;
      min-width: initial; }
      .accounts__components__button--primary-link:hover, .accounts__components__button--homeowner-link:hover {
        background-color: transparent;
        color: #67c17a; }
    .accounts__components__button--primary-text, .accounts__components__button--homeowner-text {
      background-color: white;
      color: #47b549; }
      .accounts__components__button--primary-text:hover, .accounts__components__button--homeowner-text:hover {
        background-color: #f0f0f0;
        color: #47b549; }
    .accounts__components__button--primary-animated, .accounts__components__button--homeowner-animated {
      -webkit-animation: button_overlay_animation_green 8000ms infinite linear;
      -moz-animation: button_overlay_animation_green 8000ms infinite linear;
      animation: button_overlay_animation_green 8000ms infinite linear;
      color: white; }
      .accounts__components__button--primary-animated:hover, .accounts__components__button--homeowner-animated:hover {
        background-color: #47b549;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
        color: white; }
      .accounts__components__button--primary-animated-with-border, .accounts__components__button--homeowner-animated-with-border {
        -webkit-animation: button_overlay_animation_green 8000ms infinite linear, button_border_animation_green 8000ms infinite linear;
        -moz-animation: button_overlay_animation_green 8000ms infinite linear, button_border_animation_green 8000ms infinite linear;
        animation: button_overlay_animation_green 8000ms infinite linear, button_border_animation_green 8000ms infinite linear;
        border: 5px solid rgba(71, 181, 73, 0.75);
        color: white; }
        .accounts__components__button--primary-animated-with-border:hover, .accounts__components__button--homeowner-animated-with-border:hover {
          background-color: #67c17a;
          border-color: rgba(103, 193, 122, 0.75);
          -webkit-animation: none;
          -moz-animation: none;
          animation: none;
          color: white; }
  .accounts__components__button--secondary, .accounts__components__button--housesitter {
    background-color: #6699CC;
    color: white; }
    .accounts__components__button--secondary:hover, .accounts__components__button--housesitter:hover {
      background-color: #9fc7e2;
      color: white; }
    .accounts__components__button--secondary-link, .accounts__components__button--housesitter-link {
      background-color: transparent;
      color: #6699CC;
      border: none;
      min-width: initial; }
      .accounts__components__button--secondary-link:hover, .accounts__components__button--housesitter-link:hover {
        background-color: transparent;
        color: #9fc7e2; }
    .accounts__components__button--secondary-text, .accounts__components__button--housesitter-text {
      background-color: white;
      color: #6699CC; }
      .accounts__components__button--secondary-text:hover, .accounts__components__button--housesitter-text:hover {
        background-color: #f0f0f0;
        color: #6699CC; }
    .accounts__components__button--secondary-animated, .accounts__components__button--housesitter-animated {
      -webkit-animation: button_overlay_animation_blue 8000ms infinite linear;
      -moz-animation: button_overlay_animation_blue 8000ms infinite linear;
      animation: button_overlay_animation_blue 8000ms infinite linear;
      color: white; }
      .accounts__components__button--secondary-animated:hover, .accounts__components__button--housesitter-animated:hover {
        background-color: #6699CC;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
        color: white; }
      .accounts__components__button--secondary-animated-with-border, .accounts__components__button--housesitter-animated-with-border {
        -webkit-animation: button_overlay_animation_blue 8000ms infinite linear, button_border_animation_blue 8000ms infinite linear;
        -moz-animation: button_overlay_animation_blue 8000ms infinite linear, button_border_animation_blue 8000ms infinite linear;
        animation: button_overlay_animation_blue 8000ms infinite linear, button_border_animation_blue 8000ms infinite linear;
        border: 5px solid rgba(102, 153, 204, 0.75);
        color: white; }
        .accounts__components__button--secondary-animated-with-border:hover, .accounts__components__button--housesitter-animated-with-border:hover {
          background-color: #9fc7e2;
          border-color: rgba(159, 199, 226, 0.75);
          -webkit-animation: none;
          -moz-animation: none;
          animation: none;
          color: white; }
  .accounts__components__button--tertiary, .accounts__components__button--membership {
    background-color: #fd4273;
    color: white; }
    .accounts__components__button--tertiary:hover, .accounts__components__button--membership:hover {
      background-color: #f181ae;
      color: white; }
    .accounts__components__button--tertiary-link, .accounts__components__button--membership-link {
      background-color: transparent;
      color: #fd4273;
      border: none;
      min-width: initial; }
      .accounts__components__button--tertiary-link:hover, .accounts__components__button--membership-link:hover {
        background-color: transparent;
        color: #f181ae; }
    .accounts__components__button--tertiary-text, .accounts__components__button--membership-text {
      background-color: white;
      color: #fd4273; }
      .accounts__components__button--tertiary-text:hover, .accounts__components__button--membership-text:hover {
        background-color: #f0f0f0;
        color: #fd4273; }
    .accounts__components__button--tertiary-disabled, .accounts__components__button--membership-disabled {
      background-color: rgba(253, 66, 115, 0.6);
      color: white; }
      .accounts__components__button--tertiary-disabled:hover, .accounts__components__button--membership-disabled:hover {
        background-color: rgba(253, 66, 115, 0.6);
        color: white; }
    .accounts__components__button--tertiary-animated, .accounts__components__button--membership-animated {
      -webkit-animation: button_overlay_animation_purple 8000ms infinite linear;
      -moz-animation: button_overlay_animation_purple 8000ms infinite linear;
      animation: button_overlay_animation_purple 8000ms infinite linear;
      color: white; }
      .accounts__components__button--tertiary-animated:hover, .accounts__components__button--membership-animated:hover {
        background-color: #fd4273;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
        color: white; }
      .accounts__components__button--tertiary-animated-with-border, .accounts__components__button--membership-animated-with-border {
        -webkit-animation: button_overlay_animation_purple 8000ms infinite linear, button_border_animation_purple 8000ms infinite linear;
        -moz-animation: button_overlay_animation_purple 8000ms infinite linear, button_border_animation_purple 8000ms infinite linear;
        animation: button_overlay_animation_purple 8000ms infinite linear, button_border_animation_purple 8000ms infinite linear;
        border: 5px solid rgba(253, 66, 115, 0.75);
        color: white; }
        .accounts__components__button--tertiary-animated-with-border:hover, .accounts__components__button--membership-animated-with-border:hover {
          background-color: #f181ae;
          border-color: rgba(241, 129, 174, 0.75);
          -webkit-animation: none;
          -moz-animation: none;
          animation: none;
          color: white; }
  .accounts__components__button--gray-important {
    background-color: #cccccc !important;
    color: white !important; }
    .accounts__components__button--gray-important:hover {
      background-color: #dddddd !important;
      color: white !important; }
  .accounts__components__button--new-primary {
    padding: 12px 16px;
    border-radius: 3px;
    background-color: #20847e;
    color: white; }
    .accounts__components__button--new-primary:hover {
      background-color: #1e7c76;
      color: white; }
    .accounts__components__button--new-primary:disabled {
      background-color: #98c6c4; }
    @media (min-width: 768px) {
      .accounts__components__button--new-primary {
        padding: 12px 16px; } }
  @media (min-width: 768px) {
    .accounts__components__button, .accounts__components__icon-button {
      padding: 5px 20px;
      font-size: 16px;
      line-height: 25px; }
      .accounts__components__button-big {
        line-height: 31px; } }

.accounts__components__card-details-form {
  text-align: left; }
  .accounts__components__card-details-form label {
    margin-bottom: 5px;
    line-height: 125%; }
  .accounts__components__card-details-form .accounts__components__form__select {
    margin-bottom: 20px; }
  .accounts__components__card-details-form .accounts__components__form__error2--nameOnCard {
    display: none; }
  .accounts__components__card-details-form .StripeElement--focus {
    border-color: #6699cc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(83, 140, 198, 0.7);
    outline: none; }
  .accounts__components__card-details-form__group {
    clear: both; }
  .accounts__components__card-details-form__interaction {
    width: 100%;
    float: left; }
  .accounts__components__card-details-form__error .accounts__components__form__error2--nameOnCard {
    display: block; }
  .accounts__components__card-details-form__stripe-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-height: 42px;
    margin-bottom: 12px;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: white; }
    .accounts__components__card-details-form__stripe-field--expiry-field {
      width: 85px;
      text-align: center; }
    .accounts__components__card-details-form__stripe-field--security-code {
      width: calc(100% - 180px);
      margin-right: 10px;
      margin-bottom: 0;
      float: left; }
  .accounts__components__card-details-form input {
    color: #474747; }
    .accounts__components__card-details-form input::-webkit-input-placeholder {
      color: #808080; }
    .accounts__components__card-details-form input::-moz-placeholder {
      color: #808080; }
    .accounts__components__card-details-form input:-moz-placeholder {
      color: #808080; }
    .accounts__components__card-details-form input:-ms-input-placeholder {
      color: #808080; }
    .accounts__components__card-details-form input:focus {
      background-color: white; }
  .accounts__components__card-details-form__expiry-date__separator {
    height: 42px;
    line-height: 42px;
    float: left;
    margin-left: 10px; }
  .accounts__components__card-details-form__security-code img {
    width: 42px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  .accounts__components__card-details-form__security-code__help {
    font-size: 13px;
    width: 105px;
    color: #808080;
    line-height: 125%;
    display: inline-block;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  .accounts__components__card-details-form .required-star {
    color: #808080;
    font-size: 16px; }
  @media (min-width: 768px) {
    .accounts__components__card-details-form label {
      clear: both;
      padding-right: 25px;
      text-align: right;
      float: left;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      margin-bottom: 0;
      width: calc(50% - 85px);
      min-height: 42px; }
    .accounts__components__card-details-form input, .accounts__components__card-details-form__stripe-field {
      width: 300px; }
    .accounts__components__card-details-form__interaction {
      width: auto; }
    .accounts__components__card-details-form__stripe-field--security-code {
      width: calc(150px - (14px / 2));
      margin-right: 10px; }
    .accounts__components__card-details-form__security-code img, .accounts__components__card-details-form__security-code__help {
      float: left; } }

.accounts__components__billing-information-form {
  text-align: left; }
  .accounts__components__billing-information-form label {
    margin-bottom: 5px;
    line-height: 125%; }
  .accounts__components__billing-information-form .accounts__components__form__select {
    margin-bottom: 20px; }
  .accounts__components__billing-information-form .accounts__components__form__error2 {
    display: none; }
  .accounts__components__billing-information-form__error .accounts__components__form__error2 {
    display: block;
    margin-bottom: 5px; }
  .accounts__components__billing-information-form__phone > input {
    margin-bottom: 0; }
  .accounts__components__billing-information-form__phone .accounts__components__tooltip {
    margin-bottom: 10px;
    float: right; }
    .accounts__components__billing-information-form__phone .accounts__components__tooltip--bubble {
      left: -41px; }
      .accounts__components__billing-information-form__phone .accounts__components__tooltip--bubble:after {
        right: 20px; }
  .accounts__components__billing-information-form .required-star {
    color: #808080;
    font-size: 16px; }
  .accounts__components__billing-information-form input {
    color: #474747;
    font-size: 16px; }
    .accounts__components__billing-information-form input.ng-invalid.ng-touched, .accounts__components__billing-information-form input.invalid {
      background-color: #d9e1ec; }
    .accounts__components__billing-information-form input:focus {
      background-color: white; }
  .accounts__components__billing-information-form .accounts__components__drop-down__selected-item {
    color: #474747; }
  .accounts__components__billing-information-form .accounts__components__drop-down.ng-invalid.ng-touched > div, .accounts__components__billing-information-form .accounts__components__drop-down.invalid > div {
    background-color: #d9e1ec; }
  .accounts__components__billing-information-form.housesitter input.ng-invalid.ng-touched,
  .accounts__components__billing-information-form.housesitter input.invalid,
  .accounts__components__billing-information-form.housesitter .accounts__components__drop-down.ng-invalid.ng-touched > div,
  .accounts__components__billing-information-form.housesitter .accounts__components__drop-down.invalid > div {
    background-color: #d3e8d7; }
  @media (min-width: 768px) {
    .accounts__components__billing-information-form label {
      padding-right: 25px;
      text-align: right;
      margin-bottom: 0;
      width: calc(50% - 85px);
      display: inline-block; }
    .accounts__components__billing-information-form input, .accounts__components__billing-information-form .accounts__components__form__select {
      max-width: 300px;
      display: inline-block; }
    .accounts__components__billing-information-form__error {
      padding-top: 30px;
      position: relative;
      width: 100%; }
      .accounts__components__billing-information-form__error .accounts__components__form__error2 {
        position: absolute;
        top: 0;
        left: calc(50% - 85px); }
    .accounts__components__billing-information-form__phone .accounts__components__tooltip {
      margin-bottom: 0;
      margin-left: 10px;
      float: none; }
      .accounts__components__billing-information-form__phone .accounts__components__tooltip--bubble {
        left: 11px; }
        .accounts__components__billing-information-form__phone .accounts__components__tooltip--bubble:after {
          right: calc(50% - 8px); } }

.accounts__components__card-details-popup {
  text-align: center; }
  .accounts__components__card-details-popup .accounts__components__loader__loader-mask {
    z-index: 20002; }
  .accounts__components__card-details-popup__popup .accounts__components__popup__container {
    width: 90%;
    max-width: 700px;
    margin: 30px 0; }
  .accounts__components__card-details-popup__popup__container {
    background-color: #f0f0f0;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__components__card-details-popup__popup__container > h4 {
      color: #808080; }
    .accounts__components__card-details-popup__popup__container__billing-information-header, .accounts__components__card-details-popup__popup__container__card-details-header {
      background-color: #9fc7e2;
      padding: 15px 10px;
      text-align: left;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
      .accounts__components__card-details-popup__popup__container__billing-information-header > h5, .accounts__components__card-details-popup__popup__container__card-details-header > h5 {
        color: white;
        margin-bottom: 0; }
    .accounts__components__card-details-popup__popup__container__card-details-header {
      margin-top: 15px; }
    .accounts__components__card-details-popup__popup__container__billing-information-wrapper, .accounts__components__card-details-popup__popup__container__card-details-wrapper {
      padding: 10px;
      background-color: white;
      border-top: 1px dashed #cccccc;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
      .accounts__components__card-details-popup__popup__container__billing-information-wrapper__existing-card, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card {
        text-align: left; }
        .accounts__components__card-details-popup__popup__container__billing-information-wrapper__existing-card__image-wrapper, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card__image-wrapper {
          background-color: #dddddd;
          border: 1px solid #dddddd;
          vertical-align: bottom;
          display: inline-block;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
          .accounts__components__card-details-popup__popup__container__billing-information-wrapper__existing-card__image-wrapper > img, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card__image-wrapper > img {
            width: 64px;
            height: 44px; }
        .accounts__components__card-details-popup__popup__container__billing-information-wrapper__existing-card__details, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card__details {
          margin-top: 10px;
          color: #808080; }
          .accounts__components__card-details-popup__popup__container__billing-information-wrapper__existing-card__details > span, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card__details > span {
            display: block; }
        .accounts__components__card-details-popup__popup__container__billing-information-wrapper__existing-card > button, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card > button {
          margin-top: 10px;
          height: 44px;
          width: 140px;
          display: block; }
      .accounts__components__card-details-popup__popup__container__billing-information-wrapper__update-failed > button, .accounts__components__card-details-popup__popup__container__card-details-wrapper__update-failed > button {
        max-width: 300px; }
    .accounts__components__card-details-popup__popup__container__controls {
      padding: 20px; }
      .accounts__components__card-details-popup__popup__container__controls .accounts__components__button, .accounts__components__card-details-popup__popup__container__controls .accounts__components__icon-button {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: auto; }
        .accounts__components__card-details-popup__popup__container__controls .accounts__components__button + button, .accounts__components__card-details-popup__popup__container__controls .accounts__components__icon-button + button {
          margin-top: 15px; }
  @media (min-width: 480px) {
    .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card__details {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px; } }
  @media (min-width: 650px) {
    .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card .accounts__components__button, .accounts__components__card-details-popup__popup__container__card-details-wrapper__existing-card .accounts__components__icon-button {
      float: right;
      margin-top: 0;
      width: auto; } }
  @media (min-width: 768px) {
    .accounts__components__card-details-popup__popup .accounts__components__popup__container {
      margin: 50px 0; }
    .accounts__components__card-details-popup__popup__container {
      padding: 30px 20px; }
      .accounts__components__card-details-popup__popup__container__billing-information-wrapper, .accounts__components__card-details-popup__popup__container__card-details-wrapper {
        padding: 25px; }
      .accounts__components__card-details-popup__popup__container__controls {
        padding: 40px 0 30px;
        font-size: 0; }
        .accounts__components__card-details-popup__popup__container__controls .accounts__components__button, .accounts__components__card-details-popup__popup__container__controls .accounts__components__icon-button {
          display: inline-block;
          width: calc(50% - (20px / 2)); }
          .accounts__components__card-details-popup__popup__container__controls .accounts__components__button + button, .accounts__components__card-details-popup__popup__container__controls .accounts__components__icon-button + button {
            margin-top: 0;
            margin-left: 20px; } }

.accounts__components__checkbox-group__choice {
  display: inline-block;
  cursor: pointer; }
  .accounts__components__checkbox-group__choice * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .accounts__components__checkbox-group__choice:not(:last-child) {
    margin-right: 15px; }
  .accounts__components__checkbox-group__choice > span {
    cursor: pointer;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    border: #474747 1px dashed;
    float: left;
    position: relative;
    margin-right: 10px; }
    .accounts__components__checkbox-group__choice > span > span {
      position: absolute;
      cursor: pointer;
      background-color: white;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      width: 18px;
      height: 18px;
      border: #474747 1px solid;
      left: calc(50% - 9px);
      top: calc(50% - 9px); }
  .accounts__components__checkbox-group__choice > div {
    cursor: pointer;
    display: inline-block;
    font-weight: 400; }
  .accounts__components__checkbox-group__choice--selected > span > span {
    background-color: #6699CC;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
  .accounts__components__checkbox-group__choice .accounts__components__icon {
    display: none; }

.accounts__components__checkbox-group--as-buttons .accounts__components__checkbox-group__choice {
  min-width: 120px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  border: solid 1px #dddddd;
  padding: 0 10px;
  text-align: center; }
  .accounts__components__checkbox-group--as-buttons .accounts__components__checkbox-group__choice > div {
    line-height: 42px;
    color: #808080;
    margin-bottom: 0; }
  .accounts__components__checkbox-group--as-buttons .accounts__components__checkbox-group__choice--selected {
    background-color: #6699CC; }
    .accounts__components__checkbox-group--as-buttons .accounts__components__checkbox-group__choice--selected > div {
      color: white; }
    .accounts__components__checkbox-group--as-buttons .accounts__components__checkbox-group__choice--selected .accounts__components__icon {
      display: inline-block; }

.accounts__components__closable-section__icon {
  display: none; }
  .accounts__components__closable-section__icon > img {
    width: 70px;
    height: 70px; }

.accounts__components__closable-section__title {
  display: inline-block;
  cursor: pointer; }
  .accounts__components__closable-section__title > h3 {
    height: 44px;
    line-height: 44px;
    float: left;
    font-size: 20px; }
    .accounts__components__closable-section__title > h3 > span {
      color: #bcbcbc; }
  .accounts__components__closable-section__title__symbol-wrapper {
    float: left;
    height: 44px;
    width: 44px;
    background-color: #6699CC;
    margin-left: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .accounts__components__closable-section__title__symbol-wrapper .accounts__components__icon {
      -webkit-transform: translate(12px, 7px);
      -moz-transform: translate(12px, 7px);
      -ms-transform: translate(12px, 7px);
      -o-transform: translate(12px, 7px);
      transform: translate(12px, 7px); }
      .accounts__components__closable-section__title__symbol-wrapper .accounts__components__icon svg {
        max-width: initial;
        max-height: initial;
        height: 20px;
        width: 20px; }
  .accounts__components__closable-section__title:hover > div {
    background-color: #9fc7e2; }

.accounts__components__closable-section__close {
  text-align: right; }

@media (min-width: 768px) {
  .accounts__components__closable-section__title > h3 {
    font-size: 24px; } }

@media (min-width: 1024px) {
  .accounts__components__closable-section__icon {
    display: inline-block; }
  .accounts__components__closable-section__title {
    margin-left: 55px; }
  .accounts__components__closable-section__content {
    margin: 0 130px; } }

.accounts__components__benefits-grid {
  background-color: white;
  text-align: center; }
  .accounts__components__benefits-grid ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
    .accounts__components__benefits-grid ul li {
      padding: 15px; }
  .accounts__components__benefits-grid .benefit-icons {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px; }
  .accounts__components__benefits-grid h2 {
    font-size: 24px;
    color: #333333;
    margin: 10px auto 20px; }
  .accounts__components__benefits-grid > button {
    width: 220px;
    height: 50px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px; }
  @media (min-width: 650px) {
    .accounts__components__benefits-grid ul {
      display: flex;
      justify-content: space-evenly;
      flex-direction: row; }
      .accounts__components__benefits-grid ul li {
        width: 33%; } }
  @media (min-width: 768px) {
    .accounts__components__benefits-grid > h5 {
      margin-bottom: 30px; }
    .accounts__components__benefits-grid > div {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .accounts__components__benefits-grid .components__grid__wrapper {
      display: block;
      float: left;
      width: 50%; }
      .accounts__components__benefits-grid .components__grid__wrapper__container {
        width: 100%; }
    .accounts__components__benefits-grid > button {
      margin-top: 0; } }

.accounts__components__collapsible-panel {
  position: relative;
  text-align: left; }
  .accounts__components__collapsible-panel > input {
    display: none;
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: -1; }
  .accounts__components__collapsible-panel__label-container {
    width: 100%; }
  .accounts__components__collapsible-panel__label {
    border: 1px solid #dddddd;
    border-radius: 0.3125em;
    margin-bottom: 0;
    padding: 10px;
    background-color: white;
    z-index: 1000;
    display: table;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle; }
    .accounts__components__collapsible-panel__label > span {
      display: table-cell;
      vertical-align: middle;
      position: relative; }
    .accounts__components__collapsible-panel__label > span:last-child {
      width: 1.875em; }
    .accounts__components__collapsible-panel__label__arrow {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      right: 0;
      top: 0; }
      .accounts__components__collapsible-panel__label__arrow .accounts__components__icon > svg {
        fill: #474747; }
  .accounts__components__collapsible-panel__content {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease; }
    .accounts__components__collapsible-panel__content > div {
      background-color: white;
      padding: 10px;
      border: 1px solid #dddddd;
      border-bottom-left-radius: 0.3125em;
      border-bottom-right-radius: 0.3125em; }
  .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__label-container > label {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__label-container > label .accounts__components__collapsible-panel__label__arrow {
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
      ms-transform: rotate(180deg); }
  .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
    opacity: 1;
    visibility: visible;
    position: static; }
  @media (min-width: 768px) {
    .accounts__components__collapsible-panel__label {
      font-size: 16px; }
    .accounts__components__collapsible-panel__content {
      position: absolute; }
      .accounts__components__collapsible-panel__content > div {
        display: inline-block;
        position: absolute;
        right: 0;
        min-width: 100%; }
    .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
      position: absolute; }
    .accounts__components__collapsible-panel--open-on-tablet .accounts__components__collapsible-panel__content,
    .accounts__components__collapsible-panel--open-on-tablet .accounts__components__collapsible-panel__content > div {
      position: static;
      opacity: 1;
      visibility: visible; } }

.accounts__components__currency-selector {
  width: 300px;
  font-size: 14px;
  margin: auto;
  text-align: left; }

.accounts__components__date-picker__from-to .accounts__components__date-picker {
  float: left;
  width: calc(50% - 10px); }

.accounts__components__date-picker__from-to__seperator {
  float: left;
  width: 20px; }

.accounts__components__date-picker {
  width: 100%;
  position: relative;
  cursor: pointer; }
  .accounts__components__date-picker input {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #dddddd;
    outline: none;
    margin-bottom: 0;
    height: 37px; }
    .accounts__components__date-picker input.picker__input--active {
      border-color: transparent !important; }
  .accounts__components__date-picker .icon {
    position: absolute;
    width: 47px;
    right: 0;
    top: 0;
    height: 37px;
    background-color: #e6e6e6;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    height: 100%; }
    .accounts__components__date-picker .icon svg {
      fill: #bcbcbc;
      width: 26px;
      height: 26px;
      max-width: 26px;
      max-height: 26px; }
  .accounts__components__date-picker:hover .icon svg {
    fill: #47b549; }
  .accounts__components__date-picker input.picker__input--active + div + input + .icon svg {
    fill: #47b549; }

.accounts__components__drop-down {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  width: 100%; }
  .accounts__components__drop-down > div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #808080;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 8px 12px;
    height: 42px;
    line-height: 26px; }
    .accounts__components__drop-down > div > .accounts__components__icon {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      position: absolute;
      right: 12px;
      top: 7px; }
      .accounts__components__drop-down > div > .accounts__components__icon svg {
        fill: #808080; }
  .accounts__components__drop-down__list {
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background-color: white;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    z-index: 5; }
    .accounts__components__drop-down__list li {
      min-height: 42px;
      width: 100%;
      padding: 8px 12px;
      line-height: 125%;
      color: #808080;
      cursor: pointer; }
      .accounts__components__drop-down__list li:hover {
        color: #474747;
        background-color: rgba(0, 0, 0, 0.03); }
      .accounts__components__drop-down__list li.accounts__components__drop-down__list--header {
        cursor: hand; }
        .accounts__components__drop-down__list li.accounts__components__drop-down__list--header:hover {
          color: #808080;
          background-color: white; }
      .accounts__components__drop-down__list li.accounts__components__drop-down__list--offset {
        padding-left: 40px; }
      .accounts__components__drop-down__list li > input {
        width: 100%; }
        .accounts__components__drop-down__list li > input::-webkit-input-placeholder {
          color: #808080; }
        .accounts__components__drop-down__list li > input::-moz-placeholder {
          color: #808080; }
        .accounts__components__drop-down__list li > input:-moz-placeholder {
          color: #808080; }
        .accounts__components__drop-down__list li > input:-ms-input-placeholder {
          color: #808080; }
  .accounts__components__drop-down--active > div {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .accounts__components__drop-down--active > div > .accounts__components__icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 9px; }
  .accounts__components__drop-down--active .accounts__components__drop-down__list {
    border: 1px solid #cccccc;
    border-top: none;
    max-height: 200px;
    overflow: auto; }
    .accounts__components__drop-down--active .accounts__components__drop-down__list.adjusted {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border-top: 1px solid #cccccc; }

.accounts__components__email-register-form {
  margin: auto;
  text-align: left; }
  .accounts__components__email-register-form__countdown {
    float: none; }
  .accounts__components__email-register-form__marketing-label {
    margin-left: 35px;
    margin-top: -20px; }
  .accounts__components__email-register-form .accounts__components__checkbox label {
    line-height: 1em; }
    .accounts__components__email-register-form .accounts__components__checkbox label > span {
      width: calc(100% - 38px);
      text-align: left;
      /* overriding the base layout so that we have heights in our elements */
      float: none;
      display: inline-block; }
  .accounts__components__email-register-form .accounts__components__checkbox .accounts__components__icon {
    /* Overriding base checkbox component */
    margin-top: 0; }
  .accounts__components__email-register-form .accounts__components__drop-down {
    margin-bottom: 0.75em;
    max-width: 180px;
    text-align: left;
    margin-bottom: 5px; }
  .accounts__components__email-register-form .accounts__components__form__error2 {
    text-align: left; }
    .accounts__components__email-register-form .accounts__components__form__error2:last-of-type {
      margin-bottom: 15px; }
  .accounts__components__email-register-form .accounts__components__form__error2--checkboxes {
    margin-bottom: 25px;
    margin-left: 38px;
    /* width of checkbox icon */ }
  .accounts__components__email-register-form > input {
    margin: 10px auto;
    color: #474747; }
    .accounts__components__email-register-form > input::-webkit-input-placeholder {
      color: grey; }
    .accounts__components__email-register-form > input::-moz-placeholder {
      color: grey; }
    .accounts__components__email-register-form > input:-moz-placeholder {
      color: grey; }
    .accounts__components__email-register-form > input:-ms-input-placeholder {
      color: grey; }
    .accounts__components__email-register-form > input.homeowner:focus {
      border: 2px #9fc7e2 solid;
      box-shadow: none; }
    .accounts__components__email-register-form > input.homeowner.ng-invalid.ng-touched, .accounts__components__email-register-form > input.homeowner.invalid {
      background-color: #d9e1ec; }
    .accounts__components__email-register-form > input.housesitter:focus {
      border: 2px #67c17a solid;
      box-shadow: none; }
    .accounts__components__email-register-form > input.housesitter.ng-invalid.ng-touched, .accounts__components__email-register-form > input.housesitter.invalid {
      background-color: #d3e8d7; }
  .accounts__components__email-register-form > p {
    font-size: 12px;
    color: #808080; }
    .accounts__components__email-register-form > p:last-of-type {
      margin-bottom: 25px; }
  .accounts__components__email-register-form > button[disabled] {
    opacity: 0.45; }
    .accounts__components__email-register-form > button[disabled]:hover {
      background-color: #fd4273 !important;
      cursor: default; }

.accounts__components__expiry-warning-popup {
  text-align: center; }
  .accounts__components__expiry-warning-popup .accounts__components__popup__container {
    max-width: 963px;
    width: 90%;
    background-color: white;
    top: 50%;
    padding: 20px 10px 25px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .accounts__components__expiry-warning-popup .accounts__components__popup__container > p {
      max-width: 400px;
      margin: 0 auto 20px; }
  .accounts__components__expiry-warning-popup__close {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer; }
    .accounts__components__expiry-warning-popup__close.accounts__components__icon svg {
      fill: #dddddd;
      max-width: 22px;
      max-height: 22px;
      width: 22px;
      height: 22px; }
  .accounts__components__expiry-warning-popup__icon {
    font-size: 40px;
    color: white;
    background-color: #f181ae;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .accounts__components__expiry-warning-popup h1 {
    font-size: 24px; }
    .accounts__components__expiry-warning-popup h1 > span:first-child {
      display: block; }
  .accounts__components__expiry-warning-popup__actions {
    border-top: 1px dashed #cccccc;
    padding-top: 15px; }
    .accounts__components__expiry-warning-popup__actions .accounts__components__button, .accounts__components__expiry-warning-popup__actions .accounts__components__icon-button {
      border: none;
      font-size: 18px;
      height: 50px;
      width: 280px;
      display: block;
      margin: auto; }
      .accounts__components__expiry-warning-popup__actions .accounts__components__button:first-of-type, .accounts__components__expiry-warning-popup__actions .accounts__components__icon-button:first-of-type {
        margin-bottom: 15px; }
  @media (min-width: 768px) {
    .accounts__components__expiry-warning-popup .accounts__components__popup__container {
      background-color: #f0f0f0;
      padding: 30px 30px 35px;
      margin: 120px 0; }
    .accounts__components__expiry-warning-popup__close {
      top: -50px; }
    .accounts__components__expiry-warning-popup h1 {
      font-size: 30px; }
      .accounts__components__expiry-warning-popup h1 > span:first-child {
        display: inline; }
      .accounts__components__expiry-warning-popup h1 > span > span {
        display: block; }
    .accounts__components__expiry-warning-popup__features {
      padding-bottom: 25px; }
      .accounts__components__expiry-warning-popup__features > h5 {
        margin-bottom: 20px; }
      .accounts__components__expiry-warning-popup__features > div {
        font-size: 0; }
      .accounts__components__expiry-warning-popup__features__feature {
        display: inline-block;
        font-size: 16px;
        background-color: white;
        padding: 25px 20px 30px;
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .accounts__components__expiry-warning-popup__features__feature:nth-child(2n) {
          margin-right: 0; }
        .accounts__components__expiry-warning-popup__features__feature:nth-last-child(-n+2) {
          margin-bottom: 0; }
        .accounts__components__expiry-warning-popup__features__feature > h5 {
          margin-bottom: 0; }
        .accounts__components__expiry-warning-popup__features__feature > p {
          margin-bottom: 0;
          line-height: 125%; }
        .accounts__components__expiry-warning-popup__features__feature > span, .accounts__components__expiry-warning-popup__features__feature img {
          margin: 0 auto 10px;
          display: inline-block;
          vertical-align: middle; }
        .accounts__components__expiry-warning-popup__features__feature.reviews-feedback > span {
          display: inline-block; }
          .accounts__components__expiry-warning-popup__features__feature.reviews-feedback > span .accounts__components__icon svg {
            fill: #fcc842;
            height: 50px;
            width: 50px;
            max-height: 50px;
            max-width: 50px; }
          .accounts__components__expiry-warning-popup__features__feature.reviews-feedback > span .accounts__components__icon:nth-child(2) {
            margin-left: 10px; }
            .accounts__components__expiry-warning-popup__features__feature.reviews-feedback > span .accounts__components__icon:nth-child(2) svg {
              fill: #67c17a;
              width: 50px;
              max-width: 45px; }
        .accounts__components__expiry-warning-popup__features__feature.welcome-guide > img {
          height: 50px;
          width: 41px; }
        .accounts__components__expiry-warning-popup__features__feature.vet-line > img {
          height: 60px;
          width: 59px; }
        .accounts__components__expiry-warning-popup__features__feature.membership-services > img {
          height: 60px;
          width: 56px; }
    .accounts__components__expiry-warning-popup__actions {
      padding-top: 30px; }
      .accounts__components__expiry-warning-popup__actions .accounts__components__button, .accounts__components__expiry-warning-popup__actions .accounts__components__icon-button {
        display: inline-block; }
        .accounts__components__expiry-warning-popup__actions .accounts__components__button:first-of-type, .accounts__components__expiry-warning-popup__actions .accounts__components__icon-button:first-of-type {
          margin-right: 15px;
          margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .accounts__components__expiry-warning-popup .accounts__components__popup__container {
      margin: 40px 0; }
    .accounts__components__expiry-warning-popup__close {
      top: -60px; }
    .accounts__components__expiry-warning-popup__features__feature {
      width: calc(25% - (3/4) * 10px);
      margin-bottom: 0;
      margin-right: 0;
      padding: 25px 15px; }
      .accounts__components__expiry-warning-popup__features__feature:not(:first-child) {
        margin-left: 10px; }
      .accounts__components__expiry-warning-popup__features__feature.reviews-feedback > span, .accounts__components__expiry-warning-popup__features__feature.reviews-feedback img, .accounts__components__expiry-warning-popup__features__feature.welcome-guide > span, .accounts__components__expiry-warning-popup__features__feature.welcome-guide img {
        margin-bottom: 20px; } }

.accounts__components__filter-box {
  position: relative; }
  .accounts__components__filter-box .accounts__components__icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0.45em;
    position: absolute;
    height: 1.5em;
    left: 0; }
    .accounts__components__filter-box .accounts__components__icon > svg {
      fill: #C0C0C0; }
  .accounts__components__filter-box > input {
    margin-bottom: 0;
    padding-left: 2.5em; }

.accounts__components__form button,
.accounts__components__form a.button-primary,
.accounts__components__form a.button-secondary,
.accounts__components__form a.button-tertiary,
.accounts__components__form a.button-plain {
  width: 100%;
  text-align: center; }

.accounts__components__form__error {
  margin-bottom: 0.9em; }

.accounts__components__form__error2 {
  color: #fd4273;
  font-size: 14px; }

.accounts__components__form .ElBox, .accounts__components__form .ElCircle, .accounts__components__form .ElTooltip {
  display: block;
  text-decoration: inherit;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 10px;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

@media (min-width: 47em) {
  .accounts__components__form button,
  .accounts__components__form a.button-primary,
  .accounts__components__form a.button-secondary,
  .accounts__components__form a.button-tertiary,
  .accounts__components__form a.button-plain {
    width: auto; } }

.accounts__components__founders-welcome .accounts__components__popup__container {
  padding: 50px 0 30px;
  min-width: 300px;
  width: 100%;
  max-height: 100vh;
  overflow: scroll; }

.accounts__components__founders-welcome__container {
  background: white;
  padding: 10px;
  min-width: 300px;
  width: 100%;
  max-height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.accounts__components__founders-welcome__close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: white;
  padding: 14px;
  line-height: 24px; }

.accounts__components__founders-welcome__images-group {
  margin-bottom: 14px;
  overflow: auto; }
  .accounts__components__founders-welcome__images-group img {
    width: calc(33.333333% - 6.66667px);
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-left: 3.33333px;
    margin-right: 3.33333px; }
    .accounts__components__founders-welcome__images-group img:first-child {
      margin-left: 0;
      margin-right: 6.66667px; }
    .accounts__components__founders-welcome__images-group img:last-child {
      margin-left: 6.66667px;
      margin-right: 0; }

.accounts__components__founders-welcome__title {
  font-size: 20px;
  line-height: 140%;
  color: #333333;
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  font-weight: 400; }

.accounts__components__founders-welcome h3 {
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 400; }

.accounts__components__founders-welcome p {
  font-size: 14px;
  line-height: 140%;
  color: #474747;
  margin: 0;
  padding: 0;
  margin-bottom: 5px; }

.accounts__components__founders-welcome ul {
  background-color: #e6e6e6;
  padding: 10px;
  margin: 14px 0;
  overflow: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__components__founders-welcome ul li {
    width: 100%;
    float: left;
    margin-bottom: 2px; }
    .accounts__components__founders-welcome ul li > div {
      background-color: #47b549;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      width: 24px;
      height: 24px;
      float: left; }
      .accounts__components__founders-welcome ul li > div svg {
        width: 16px;
        height: 16px;
        margin: -2px 0 0 4px; }
    .accounts__components__founders-welcome ul li > span {
      display: block;
      margin-left: 34px;
      line-height: 140%; }

.accounts__components__founders-welcome > div {
  width: 100%;
  float: left; }

.accounts__components__founders-welcome__signature {
  margin-top: 20px; }
  .accounts__components__founders-welcome__signature img {
    width: 168px; }

.accounts__components__founders-welcome--button {
  text-align: center; }
  .accounts__components__founders-welcome--button button {
    display: inline-block; }

@media (min-width: 560px) {
  .accounts__components__founders-welcome .accounts__components__popup__container {
    max-width: 650px; }
  .accounts__components__founders-welcome__container {
    max-width: 650px; } }

@media (min-width: 768px) {
  .accounts__components__founders-welcome .accounts__components__popup__container {
    overflow: auto; }
  .accounts__components__founders-welcome__container {
    padding: 20px; }
  .accounts__components__founders-welcome__close {
    display: none; } }

@media (min-width: 1224px) {
  .accounts__components__founders-welcome__container {
    padding: 30px; }
  .accounts__components__founders-welcome__title {
    font-size: 24px; }
  .accounts__components__founders-welcome h3 {
    font-size: 20px; }
  .accounts__components__founders-welcome p {
    font-size: 16px; } }

.accounts__components__checkbox {
  cursor: pointer; }
  .accounts__components__checkbox input {
    display: none;
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: -1; }
  .accounts__components__checkbox label {
    cursor: pointer;
    font-weight: 400; }
    .accounts__components__checkbox label * {
      cursor: pointer; }
    .accounts__components__checkbox label > div {
      float: left;
      background-color: white;
      border: 1px solid #bcbcbc;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      width: 24px;
      height: 24px; }
      .accounts__components__checkbox label > div > div {
        padding-left: 4px;
        margin-top: -2px;
        display: block; }
      .accounts__components__checkbox label > div svg {
        fill: white;
        width: 14px;
        height: 14px; }
    .accounts__components__checkbox label > span {
      margin-left: 14px;
      float: left;
      line-height: 24px; }
  .accounts__components__checkbox--checked label > div {
    background-color: #47b549; }
    .accounts__components__checkbox--checked label > div.secondary, .accounts__components__checkbox--checked label > div.housesitter {
      background-color: #6699CC; }
    .accounts__components__checkbox--checked label > div.tertiary, .accounts__components__checkbox--checked label > div.membership {
      background-color: #fd4273; }
  .accounts__components__checkbox--disabled label {
    color: #808080; }
    .accounts__components__checkbox--disabled label > div {
      background-color: #cccccc; }

.accounts__components__help-bubble {
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 1px solid #dddddd; }
  .accounts__components__help-bubble__header {
    float: right; }
    .accounts__components__help-bubble__header .accounts__components__icon {
      background-color: #f0f0f0;
      vertical-align: initial;
      margin-top: 5px;
      margin-right: 5px;
      cursor: pointer; }
      .accounts__components__help-bubble__header .accounts__components__icon > svg {
        fill: #474747; }
  .accounts__components__help-bubble__content {
    padding: 14px;
    /*
        h1,h2,h3,h4,h5,h6 {
            color: white;
        }*/ }
    .accounts__components__help-bubble__content ul {
      margin-left: 14px;
      margin-bottom: 14px; }
      .accounts__components__help-bubble__content ul li {
        list-style-type: disc;
        margin-left: 14px; }
  .accounts__components__help-bubble.ng-hide-add.ng-hide-add-active, .accounts__components__help-bubble.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .accounts__components__help-bubble.ng-hide {
    max-height: 0;
    opacity: 0; }

.accounts__components__help-bubble-bird {
  width: 280px;
  height: 50px;
  position: relative; }
  .accounts__components__help-bubble-bird__bird {
    display: none; }
  .accounts__components__help-bubble-bird__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 50px;
    color: #808080;
    padding: 15px 10px 15px 38px;
    background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/speechbubble-white-mobile.svg);
    background-size: 280px 50px;
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 18px; }
  .accounts__components__help-bubble-bird--homeowner .accounts__components__help-bubble-bird__content {
    background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/speechbubble-ho-mobile.svg);
    color: white; }
  .accounts__components__help-bubble-bird--housesitter .accounts__components__help-bubble-bird__content {
    background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/speechbubble-hs-mobile.svg);
    color: white; }
  @media (min-width: 1024px) {
    .accounts__components__help-bubble-bird {
      margin: 0 auto;
      width: 220px;
      height: 110px;
      padding-left: 55px;
      position: relative; }
      .accounts__components__help-bubble-bird__bird {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        height: 38px;
        display: block;
        background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/bird-white.svg);
        background-size: 45px 38px;
        background-position: top left;
        background-repeat: no-repeat; }
      .accounts__components__help-bubble-bird__content {
        left: 55px;
        width: 165px;
        height: 110px;
        padding: 18px 10px 18px 36px;
        background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/THS_SignUp_BUBBLE-white.svg);
        background-size: 165px 110px;
        background-position: top right;
        font-size: 20px;
        line-height: 23px; }
      .accounts__components__help-bubble-bird--homeowner .accounts__components__help-bubble-bird__content {
        background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/THS_SignUp_BUBBLE-HO.svg); }
      .accounts__components__help-bubble-bird--homeowner .accounts__components__help-bubble-bird__bird {
        background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/bird-HO.svg); }
      .accounts__components__help-bubble-bird--housesitter .accounts__components__help-bubble-bird__content {
        background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/THS_SignUp_BUBBLE-HS.svg); }
      .accounts__components__help-bubble-bird--housesitter .accounts__components__help-bubble-bird__bird {
        background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/bird-HS.svg); } }

.accounts__components__icon {
  display: inline-block; }
  .accounts__components__icon > svg {
    width: 1.125em;
    height: 1.125em;
    max-width: 1.125em;
    max-height: 1.125em;
    fill: white;
    vertical-align: middle; }
  .accounts__components__icon--dark > svg {
    fill: #474747; }

.accounts__components__icon-button .accounts__components__icon > svg {
  width: 0.875em;
  height: 0.875em;
  max-width: 0.875em;
  max-height: 0.875em;
  margin-right: 0.45em !important;
  margin-left: 0 !important;
  fill: #47b549 !important; }

.accounts__components__icon-button--primary .accounts__components__icon > svg, .accounts__components__icon-button--homeowner .accounts__components__icon > svg, .accounts__components__icon-button--secondary .accounts__components__icon > svg, .accounts__components__icon-button--housesitter .accounts__components__icon > svg, .accounts__components__icon-button--tertiary .accounts__components__icon > svg, .accounts__components__icon-button--membership .accounts__components__icon > svg {
  fill: white !important; }

.accounts__components__icon-button--gray .accounts__components__icon > svg {
  fill: #474747; }

.accounts__components__icon-button--gray-primary .accounts__components__icon > svg, .accounts__components__icon-button--gray-homeowner .accounts__components__icon > svg {
  fill: #47b549 !important; }

.accounts__components__icon-button--gray-primary:hover .accounts__components__icon > svg, .accounts__components__icon-button--gray-homeowner:hover .accounts__components__icon > svg {
  fill: #67c17a !important; }

.accounts__components__icon-button--gray-secondary .accounts__components__icon > svg, .accounts__components__icon-button--gray-housesitter .accounts__components__icon > svg {
  fill: #6699CC !important; }

.accounts__components__icon-button--gray-secondary:hover .accounts__components__icon > svg, .accounts__components__icon-button--gray-housesitter:hover .accounts__components__icon > svg {
  fill: #9fc7e2 !important; }

.accounts__components__icon-button--gray-tertiary .accounts__components__icon > svg, .accounts__components__icon-button--gray-membership .accounts__components__icon > svg {
  fill: #fd4273 !important; }

.accounts__components__icon-button--gray-tertiary:hover .accounts__components__icon > svg, .accounts__components__icon-button--gray-membership:hover .accounts__components__icon > svg {
  fill: #f181ae !important; }

.accounts__components__icon-link {
  cursor: pointer;
  display: table; }
  .accounts__components__icon-link > * {
    display: table-cell;
    vertical-align: middle; }
  .accounts__components__icon-link .accounts__components__icon {
    background-color: #47b549;
    border-radius: 50%;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-right: 5px; }
    .accounts__components__icon-link .accounts__components__icon > svg {
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      width: 0.875em !important;
      height: 0.875em !important;
      max-width: 0.875em !important;
      max-height: 0.875em !important; }
  .accounts__components__icon-link:hover {
    color: #47b549; }
  .accounts__components__icon-link--inverse {
    color: #47b549; }
    .accounts__components__icon-link--inverse .accounts__components__icon {
      background-color: white;
      margin-right: 0; }
      .accounts__components__icon-link--inverse .accounts__components__icon > svg {
        fill: #47b549; }

.accounts__components__inline-editable-section__title {
  display: inline-block;
  cursor: pointer; }
  .accounts__components__inline-editable-section__title > h4 {
    height: 34px;
    line-height: 34px;
    float: left;
    color: #333333;
    margin-bottom: 0; }
    .accounts__components__inline-editable-section__title > h4 > span {
      color: #bcbcbc; }
  .accounts__components__inline-editable-section__title__symbol-wrapper {
    float: left;
    height: 34px;
    width: 34px;
    background-color: #6699CC;
    margin-left: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .accounts__components__inline-editable-section__title__symbol-wrapper .accounts__components__icon {
      -webkit-transform: translate(8px, 2px);
      -moz-transform: translate(8px, 2px);
      -ms-transform: translate(8px, 2px);
      -o-transform: translate(8px, 2px);
      transform: translate(8px, 2px); }

.accounts__components__inline-editable-section__preview {
  cursor: pointer; }

.accounts__components__inline-editable-section__edit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 15px;
  background-color: #f0f0f0; }
  .accounts__components__inline-editable-section__edit__controls {
    padding-top: 20px; }
    .accounts__components__inline-editable-section__edit__controls button + button {
      margin-left: 5px; }
    .accounts__components__inline-editable-section__edit__controls--delete {
      margin-left: 5px;
      height: 35px;
      line-height: 35px; }
      .accounts__components__inline-editable-section__edit__controls--delete .accounts__components__icon svg {
        width: 12px;
        height: 12px;
        fill: #6699CC; }
      .accounts__components__inline-editable-section__edit__controls--delete .accounts__components__link {
        vertical-align: middle; }
      .accounts__components__inline-editable-section__edit__controls--delete:hover .accounts__components__link {
        color: #9fc7e2 !important; }
      .accounts__components__inline-editable-section__edit__controls--delete:hover svg {
        fill: #9fc7e2; }

.accounts__components__inline-editable-section:hover .accounts__components__inline-editable-section__title__symbol-wrapper {
  background-color: #9fc7e2;
  color: #6699CC; }

.accounts__components__inline-editable-section:hover .accounts__components__inline-editable-section__preview {
  background-color: rgba(159, 199, 226, 0.5);
  color: #6699CC; }

@media (min-width: 650px) {
  .accounts__components__inline-editable-section__edit__controls button + button {
    margin-left: 20px; }
  .accounts__components__inline-editable-section__edit__controls--delete {
    margin-left: 0;
    float: right; } }

@media (min-width: 768px) {
  .accounts__components__inline-editable-section__edit {
    padding: 20px 20px 30px; } }

.accounts__components__ios-toggle-button {
  position: relative;
  background: #ffffff;
  width: 50px;
  height: 30px; }
  .accounts__components__ios-toggle-button input {
    display: none;
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: -1; }
  .accounts__components__ios-toggle-button__toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 30px; }
    .accounts__components__ios-toggle-button__toggle label,
    .accounts__components__ios-toggle-button__toggle i {
      display: block;
      background: #ffffff; }
    .accounts__components__ios-toggle-button__toggle label {
      width: 50px;
      height: 30px;
      border-radius: 30px;
      border: 1px solid #e6e6e6;
      background-color: #e6e6e6;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .accounts__components__ios-toggle-button__toggle i {
      position: absolute;
      top: 2px;
      left: 2px;
      width: 26px;
      height: 26px;
      background: #ffffff;
      -webkit-border-radius: 26px;
      -moz-border-radius: 26px;
      -ms-border-radius: 26px;
      border-radius: 26px;
      -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.3s cubic-bezier(0.275, -0.45, 0.725, 1.45);
      -moz-transition: all 0.3s cubic-bezier(0.275, -0.45, 0.725, 1.45);
      transition: all 0.3s cubic-bezier(0.275, -0.45, 0.725, 1.45); }
  input[type="checkbox"]:active + .accounts__components__ios-toggle-button__toggle i {
    width: 35px; }
  input[type="checkbox"]:active + .accounts__components__ios-toggle-button__toggle label,
  input[type="checkbox"]:checked + .accounts__components__ios-toggle-button__toggle label {
    border: 15px solid #47b549; }
  .accounts__components__ios-toggle-button--secondary input[type="checkbox"]:active + .accounts__components__ios-toggle-button__toggle label,
  .accounts__components__ios-toggle-button--secondary input[type="checkbox"]:checked + .accounts__components__ios-toggle-button__toggle label {
    border: 15px solid #6699CC; }
  .accounts__components__ios-toggle-button--tertiary input[type="checkbox"]:active + .accounts__components__ios-toggle-button__toggle label,
  .accounts__components__ios-toggle-button--tertiary input[type="checkbox"]:checked + .accounts__components__ios-toggle-button__toggle label {
    border: 15px solid #fd4273; }
  input[type="checkbox"]:checked + .accounts__components__ios-toggle-button__toggle i {
    left: 21px; }
  input[type="checkbox"]:checked:active + .accounts__components__ios-toggle-button__toggle label {
    border: 15px solid #e6e6e6; }
  input[type="checkbox"]:checked:active + .accounts__components__ios-toggle-button__toggle i {
    left: 14px; }

.accounts__components__labels__label-editor form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.accounts__components__labels__label-editor input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.accounts__components__labels__label-editor input[type="text"] {
  margin-right: 0.9em;
  margin-bottom: 0; }

.accounts__components__labels__label-editor button:first-of-type {
  margin-right: 0.9em; }

.accounts__components__labels__labels-list li {
  display: inline-block; }

.accounts__components__labels__labels-list li + li {
  margin-left: 5px; }

.accounts__components__labels__labels-list__item {
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
  border-radius: 0.3125em;
  white-space: nowrap; }
  .accounts__components__labels__labels-list__item--dark-background {
    color: white; }

.ie9 .accounts__components__labels__labels-list__item {
  line-height: 1.5em; }

.accounts__components__labels__labels-selector > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.accounts__components__labels__labels-selector > ul > li:not(:last-child) {
  border-bottom: 0.0625em solid #dddddd; }

.accounts__components__labels__labels-selector--allow-edit > ul > li {
  padding-top: 10px;
  padding-bottom: 10px; }

.accounts__components__labels__labels-selector__label {
  cursor: pointer;
  margin: 10px;
  font-weight: 400;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .accounts__components__labels__labels-selector__label__color, .accounts__components__labels__labels-selector__label__description {
    display: inline-block;
    vertical-align: middle; }
  .accounts__components__labels__labels-selector__label__color {
    width: 1.25em;
    height: 1.25em;
    border-radius: 3px;
    margin-right: 10px; }

.accounts__components__labels__labels-selector .ie9__label {
  display: inline-block; }

.accounts__components__latest-listings {
  font-size: 12px;
  overflow: hidden; }
  .accounts__components__latest-listings__wrapper {
    position: relative;
    width: calc((6 / 5) * 100%); }
    .accounts__components__latest-listings__wrapper > span {
      float: left;
      width: calc((100% / 6) - (5 / 6) * 15px);
      position: relative; }
      .accounts__components__latest-listings__wrapper > span + span {
        margin-left: 15px; }
      .accounts__components__latest-listings__wrapper > span > img {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .accounts__components__latest-listings__wrapper > span.new-icon:after {
        content: '';
        position: absolute;
        width: 23px;
        height: 23px;
        background-image: url(/static/next/dist/images/icons/alerts/new/new.svg);
        background-repeat: no-repeat;
        background-size: cover;
        top: 5px;
        right: 5px; }
  .accounts__components__latest-listings__title {
    color: #808080; }
  .accounts__components__latest-listings__date {
    color: #f181ae;
    line-height: 140%; }

.accounts__components__link {
  font-size: 14px;
  cursor: pointer;
  color: #47b549 !important; }
  .accounts__components__link span {
    white-space: nowrap; }
  .accounts__components__link:hover {
    color: #67c17a !important; }
  .accounts__components__link--primary, .accounts__components__link--homeowner {
    color: #47b549 !important; }
    .accounts__components__link--primary:hover, .accounts__components__link--homeowner:hover {
      color: #67c17a !important; }
  .accounts__components__link--secondary, .accounts__components__link--housesitter {
    color: #6699CC !important; }
    .accounts__components__link--secondary:hover, .accounts__components__link--housesitter:hover {
      color: #9fc7e2 !important; }
  .accounts__components__link--tertiary, .accounts__components__link--membership {
    color: #fd4273 !important; }
    .accounts__components__link--tertiary:hover, .accounts__components__link--membership:hover {
      color: #f181ae !important; }
  .accounts__components__link--gray {
    color: #cccccc !important; }
    .accounts__components__link--gray:hover {
      color: #dddddd !important; }
  .accounts__components__link--dark-gray {
    color: #474747 !important; }
    .accounts__components__link--dark-gray:hover {
      color: #616161 !important; }
  @media (min-width: 768px) {
    .accounts__components__link {
      font-size: 16px; } }

.accounts__components__listing-edit-navigation {
  min-height: 60px;
  margin-bottom: 22px;
  position: relative; }
  .accounts__components__listing-edit-navigation__title {
    text-align: center;
    line-height: 60px;
    height: 60px;
    color: #474747;
    font-weight: 500;
    border-bottom: 1px dashed #dddddd;
    cursor: pointer; }
    .accounts__components__listing-edit-navigation__title .accounts__components__icon {
      margin-left: 15px; }
      .accounts__components__listing-edit-navigation__title .accounts__components__icon svg {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        fill: #bcbcbc; }
    .accounts__components__listing-edit-navigation__title--open .accounts__components__icon svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .accounts__components__listing-edit-navigation__list {
    padding: 20px 0;
    margin: 0;
    height: 0;
    width: 100%;
    display: none;
    -webkit-transition: height 350ms ease-in-out;
    -moz-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out; }
    .accounts__components__listing-edit-navigation__list__before {
      display: none; }
    .accounts__components__listing-edit-navigation__list__after {
      display: none;
      position: absolute;
      top: 11px;
      right: 20px; }
    .accounts__components__listing-edit-navigation__list__item {
      list-style: none;
      display: block;
      width: 100%;
      line-height: 24px;
      height: 24px;
      text-align: center;
      font-size: 14px;
      color: #bcbcbc;
      font-weight: 500; }
      .accounts__components__listing-edit-navigation__list__item:first-child {
        display: none; }
      .accounts__components__listing-edit-navigation__list__item:last-child {
        padding: 5px 20px;
        line-height: 25px;
        height: 45px; }
      .accounts__components__listing-edit-navigation__list__item__active {
        color: #474747; }
    .accounts__components__listing-edit-navigation__list__open {
      display: block;
      height: auto; }
  @media (min-width: 768px) {
    .accounts__components__listing-edit-navigation__list__after {
      display: block; }
    .accounts__components__listing-edit-navigation__list__item:last-child {
      display: none; } }
  @media (min-width: 1024px) {
    .accounts__components__listing-edit-navigation {
      margin-bottom: 45px; }
      .accounts__components__listing-edit-navigation__title {
        display: none; }
      .accounts__components__listing-edit-navigation__list {
        padding: 0;
        text-align: center;
        display: block;
        height: 60px;
        border-bottom: 1px dashed #dddddd; }
        .accounts__components__listing-edit-navigation__list__after {
          display: none; }
        .accounts__components__listing-edit-navigation__list__item {
          line-height: 60px;
          height: 60px;
          text-align: left;
          width: auto;
          display: inline-block;
          padding-right: 15px;
          font-size: 14px;
          color: #bcbcbc; }
          .accounts__components__listing-edit-navigation__list__item:last-child {
            padding: 0;
            line-height: 60px;
            height: 60px;
            display: inline-block; }
          .accounts__components__listing-edit-navigation__list__item__active {
            color: #474747; }
          .accounts__components__listing-edit-navigation__list__item__name {
            line-height: 60px; }
          .accounts__components__listing-edit-navigation__list__item__with-meta .accounts__components__listing-edit-navigation__list__item__name {
            display: block;
            line-height: 20px;
            margin-top: 10px;
            text-align: center; }
          .accounts__components__listing-edit-navigation__list__item__with-meta .accounts__components__listing-edit-navigation__list__item__meta {
            display: block;
            line-height: 20px;
            text-align: center;
            font-size: 13px; } }

.accounts__components__listing-edit-tooltip {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  position: relative;
  background-color: #e6e6e6;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
  .accounts__components__listing-edit-tooltip div {
    display: none;
    position: absolute;
    bottom: 44px;
    width: 160px;
    right: -15px;
    color: #474747;
    line-height: 180%;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
    -webkit-box-shadow: 0 0 9px 0 #bcbcbc;
    -moz-box-shadow: 0 0 9px 0 #bcbcbc;
    box-shadow: 0 0 9px 0 #bcbcbc;
    z-index: 100; }
    .accounts__components__listing-edit-tooltip div:after {
      content: ' ';
      position: absolute;
      bottom: -16px;
      right: 21px;
      border: 8px solid white;
      border-color: white transparent transparent transparent; }
  .accounts__components__listing-edit-tooltip--wide div {
    width: 250px; }
  .accounts__components__listing-edit-tooltip:hover div {
    display: block; }
  .accounts__components__listing-edit-tooltip--homeowner:hover {
    background-color: #6699CC;
    color: white; }
  .accounts__components__listing-edit-tooltip--housesitter:hover {
    background-color: #47b549;
    color: white; }

.accounts__components__loading-bar {
  width: 100%; }
  .accounts__components__loading-bar__loader {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    border-top: 0.3em solid rgba(71, 71, 71, 0.2);
    border-right: 0.3em solid rgba(71, 71, 71, 0.2);
    border-bottom: 0.3em solid rgba(71, 71, 71, 0.2);
    border-left: 0.3em solid #474747;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 1.1s infinite linear;
    -moz-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear; }
  .accounts__components__loading-bar__loader, .accounts__components__loading-bar__loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em; }
  .accounts__components__loading-bar.ng-hide-add.ng-hide-add-active, .accounts__components__loading-bar.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out; }
  .accounts__components__loading-bar.ng-hide {
    opacity: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.accounts__components__loader {
  position: relative;
  min-height: 45px; }
  .accounts__components__loader__loaded {
    min-height: initial; }
  .accounts__components__loader__container {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    .accounts__components__loader__container > div {
      width: 15px;
      height: 15px;
      float: left;
      -webkit-animation: accounts__components__loader__animation 1.3s ease-in-out infinite;
      -moz-animation: accounts__components__loader__animation 1.3s ease-in-out infinite;
      animation: accounts__components__loader__animation 1.3s ease-in-out infinite;
      background-size: 15px;
      background-repeat: no-repeat; }
  .accounts__components__loader > div.ng-hide-add.ng-hide-add-active, .accounts__components__loader > div.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
  .accounts__components__loader > div.ng-hide {
    opacity: 0; }
  .accounts__components__loader__ul {
    background-image: url("/static/next/dist/images/icons/logo/loader/ul.png");
    -webkit-animation-delay: 0.2s !important;
    -moz-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important; }
  .accounts__components__loader__u {
    background-image: url("/static/next/dist/images/icons/logo/loader/u.png");
    -webkit-animation-delay: 0.3s !important;
    -moz-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .accounts__components__loader__ur {
    background-image: url("/static/next/dist/images/icons/logo/loader/ur.png");
    -webkit-animation-delay: 0.4s !important;
    -moz-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important; }
  .accounts__components__loader__l {
    background-image: url("/static/next/dist/images/icons/logo/loader/l.png");
    -webkit-animation-delay: 0.1s !important;
    -moz-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .accounts__components__loader__c {
    background-image: url("/static/next/dist/images/icons/logo/loader/c.png");
    -webkit-animation-delay: 0.2s !important;
    -moz-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important; }
  .accounts__components__loader__r {
    background-image: url("/static/next/dist/images/icons/logo/loader/r.png");
    -webkit-animation-delay: 0.3s !important;
    -moz-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .accounts__components__loader__bl {
    background-image: url("/static/next/dist/images/icons/logo/loader/bl.png");
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    animation-delay: 0s !important; }
  .accounts__components__loader__b {
    background-image: url("/static/next/dist/images/icons/logo/loader/b.png");
    -webkit-animation-delay: 0.1s !important;
    -moz-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .accounts__components__loader__br {
    background-image: url("/static/next/dist/images/icons/logo/loader/br.png");
    -webkit-animation-delay: 0.2s !important;
    -moz-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important; }

@-webkit-keyframes accounts__components__loader__animation {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1); } }

@-moz-keyframes accounts__components__loader__animation {
  0%, 70%, 100% {
    -moz-transform: scale3D(1, 1, 1); }
  35% {
    -moz-transform: scale3D(0, 0, 1); } }

@keyframes accounts__components__loader__animation {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    -moz-transform: scale3D(1, 1, 1);
    -ms-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -moz-transform: scale3D(0, 0, 1);
    -ms-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.accounts__components__location .accounts__components__icon > svg {
  width: 0.875em !important;
  height: 0.875em !important;
  max-width: 0.875em !important;
  max-height: 0.875em !important;
  margin-right: 0.45em !important;
  margin-left: 0 !important;
  fill: #47b549; }

.accounts__components__location > span {
  vertical-align: middle; }

.accounts__components__manual-navigation {
  border-top: 1px dotted white;
  border-bottom: 1px dotted #cccccc; }
  .accounts__components__manual-navigation__current-state {
    padding: 10px;
    cursor: pointer; }
    .accounts__components__manual-navigation__current-state .accounts__components__icon {
      margin-left: 10px; }
      .accounts__components__manual-navigation__current-state .accounts__components__icon svg {
        fill: #bcbcbc; }
    .accounts__components__manual-navigation__current-state.list-open .accounts__components__icon svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .accounts__components__manual-navigation__list {
    display: none;
    margin: 0 10px;
    border-top: 1px dotted #cccccc; }
    .accounts__components__manual-navigation__list > li {
      padding: 10px;
      font-weight: 500; }
      .accounts__components__manual-navigation__list > li + li {
        border-bottom: 1px dotted #cccccc; }
      .accounts__components__manual-navigation__list > li.active > a {
        color: black !important; }
    .accounts__components__manual-navigation__list.open {
      display: block; }
  @media (min-width: 1024px) {
    .accounts__components__manual-navigation {
      border: none; }
      .accounts__components__manual-navigation__current-state {
        display: none; }
      .accounts__components__manual-navigation__list {
        display: block;
        border-top: none;
        margin: 0 30px; }
        .accounts__components__manual-navigation__list > li {
          display: inline-block;
          background-color: rgba(255, 255, 255, 0.5);
          padding: 25px 0;
          cursor: pointer;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px;
          position: relative;
          width: calc((100% - 5 * 15px)/6); }
          .accounts__components__manual-navigation__list > li + li {
            margin-left: 15px;
            border-bottom: none; }
          .accounts__components__manual-navigation__list > li > a {
            color: black !important; }
          .accounts__components__manual-navigation__list > li:hover {
            background-color: #f181ae; }
            .accounts__components__manual-navigation__list > li:hover:after {
              border-color: #f181ae transparent transparent transparent; }
            .accounts__components__manual-navigation__list > li:hover > a {
              color: white !important; }
          .accounts__components__manual-navigation__list > li.active {
            background-color: #f181ae; }
            .accounts__components__manual-navigation__list > li.active > a {
              color: white !important; }
            .accounts__components__manual-navigation__list > li.active:after {
              border-color: #f181ae transparent transparent transparent; }
          .accounts__components__manual-navigation__list > li:after {
            content: '';
            position: absolute;
            left: calc(50% - 10px);
            top: 100%;
            border: 10px solid;
            border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent; } }
  @media (min-width: 1224px) {
    .accounts__components__manual-navigation__list > li {
      width: 180px; } }

.accounts__components__master-detail__master {
  margin-bottom: 10px; }

@media (min-width: 47em) {
  .accounts__components__master-detail {
    display: table;
    width: 100%; }
    .accounts__components__master-detail > * {
      display: table-cell;
      vertical-align: top; }
    .accounts__components__master-detail__master {
      margin-bottom: 0;
      width: 20%;
      min-width: 18.125em; }
      .accounts__components__master-detail__master > * {
        margin-right: 14px; } }

.accounts__components__media {
  width: 100%;
  min-width: 300px;
  max-width: 560px;
  min-height: 170px;
  margin: 0 auto; }
  .accounts__components__media > p {
    text-align: center;
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px; }
  .accounts__components__media--with-items {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 10px; }
  .accounts__components__media.sorting {
    padding: 5px 5px 10px; }
    .accounts__components__media.sorting .accounts__components__media__actions {
      margin-top: 5px; }
  .accounts__components__media__dropzone {
    width: 100%;
    max-width: 410px;
    height: 170px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px dashed #cccccc;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden; }
    .accounts__components__media__dropzone__drop-info {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: none;
      z-index: 3; }
      .accounts__components__media__dropzone__drop-info span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin: 0;
        color: #999999;
        font-size: 28px;
        line-height: 36px; }
    .accounts__components__media__dropzone__drag-info {
      display: none; }
    .accounts__components__media__dropzone__controls {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200px;
      height: 40px;
      line-height: 40px;
      cursor: pointer;
      font-size: 16px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-align: center;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      z-index: 2;
      -webkit-transition: opacity 50ms ease-in-out;
      -moz-transition: opacity 50ms ease-in-out;
      transition: opacity 50ms ease-in-out;
      background-color: #6699CC;
      color: white; }
      .accounts__components__media__dropzone__controls:hover {
        background-color: #9fc7e2;
        color: white; }
      .accounts__components__media__dropzone__controls input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 40px;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer; }
    .accounts__components__media__dropzone.dragenter > * {
      pointer-events: none; }
    .accounts__components__media__dropzone.dragenter .accounts__components__media__dropzone__drop-info {
      display: block; }
    .accounts__components__media__dropzone.dragenter .accounts__components__media__dropzone__drag-info,
    .accounts__components__media__dropzone.dragenter .accounts__components__media__dropzone__controls {
      display: none; }
  .accounts__components__media__actions {
    width: 100%;
    margin-top: 10px;
    border-top: 1px dashed #cccccc; }
    .accounts__components__media__actions > div {
      text-align: center;
      padding-top: 10px; }
    .accounts__components__media__actions button {
      display: inline-block; }
  .accounts__components__media__list:before, .accounts__components__media__list:after {
    content: " ";
    display: table; }
  .accounts__components__media__list:after {
    clear: both; }
  .accounts__components__media__list--with-dropzone {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d0d0d0; }
  .accounts__components__media__list__item {
    float: left;
    width: 100%; }
  .accounts__components__media__list__item + .accounts__components__media__list__item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #d0d0d0; }
    .accounts__components__media__list__item + .accounts__components__media__list__item.sortable-ghost {
      width: calc(33.333333% - 10px);
      padding: 10px !important;
      margin-top: 0 !important;
      border-top: none !important; }
  .accounts__components__media__list.sorting .accounts__components__media__list__item {
    width: 33.333333%;
    padding: 5px !important;
    margin-top: 0 !important;
    border-top: none !important; }
    .accounts__components__media__list.sorting .accounts__components__media__list__item > p {
      text-align: left; }
    .accounts__components__media__list.sorting .accounts__components__media__list__item .accounts__components__media-item__detail__figure {
      width: 100% !important;
      padding-bottom: 100% !important;
      margin-bottom: 0 !important; }
    .accounts__components__media__list.sorting .accounts__components__media__list__item .accounts__components__media-item__detail__data {
      display: none; }
  .accounts__components__media.sorting .accounts__components__media__dropzone {
    display: none; }
  @media (min-width: 650px) {
    .accounts__components__media__actions {
      margin-top: 14px; }
      .accounts__components__media__actions > div {
        padding-top: 14px; }
    .accounts__components__media__list--with-dropzone {
      padding-bottom: 14px;
      margin-bottom: 14px; }
    .accounts__components__media__list__item + .accounts__components__media__list__item {
      padding-top: 14px;
      margin-top: 14px; }
    .accounts__components__media--with-items {
      padding: 14px; } }
  @media (min-width: 768px) {
    .accounts__components__media__actions {
      margin-top: 20px; }
      .accounts__components__media__actions > div {
        padding-top: 20px; }
    .accounts__components__media--with-items {
      padding: 20px; }
    .accounts__components__media.sorting {
      padding: 10px 10px 20px; }
      .accounts__components__media.sorting .accounts__components__media__actions {
        margin-top: 10px; }
    .accounts__components__media__list--with-dropzone {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .accounts__components__media__list__item + .accounts__components__media__list__item {
      padding-top: 20px;
      margin-top: 20px; }
    .accounts__components__media__list.sorting .accounts__components__media__list__item {
      width: 33.333333%;
      padding: 10px !important; }
    .accounts__components__media__dropzone__drag-info {
      display: block;
      position: absolute;
      left: 50%;
      top: 26px;
      width: 200px;
      height: 60px;
      line-height: 30px;
      text-align: center;
      color: #666666;
      font-size: 16px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .accounts__components__media__dropzone__controls {
      top: calc(100% - 68px);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .accounts__components__media__dropzone.no-html5 .accounts__components__media__dropzone__drag-info {
      display: none !important; }
    .accounts__components__media__dropzone.no-html5 .accounts__components__media__dropzone__controls {
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); } }

.accounts__components__messager-compose {
  border: 1px solid #dddddd;
  overflow: auto;
  padding: 10px;
  background-color: white;
  display: table; }
  .accounts__components__messager-compose > div {
    display: table-cell;
    vertical-align: top; }
  .accounts__components__messager-compose > div:last-child {
    width: 100%; }
  .accounts__components__messager-compose__recipients {
    margin-bottom: 10px; }
    .accounts__components__messager-compose__recipients > input {
      margin-bottom: 0; }
    .accounts__components__messager-compose__recipients > ul {
      display: inline-block;
      background-color: white;
      border-radius: 0.3125em;
      border: 1px solid #f0efed;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
      font-family: "Ubuntu";
      font-size: 1em;
      padding: 0.5em 0.5em;
      line-height: initial;
      width: 100%; }
      .accounts__components__messager-compose__recipients > ul > li {
        display: inline-block; }
      .accounts__components__messager-compose__recipients > ul > li:not(:first-child)::before {
        content: ",\A0"; }
  .accounts__components__messager-compose__status-message {
    color: #808080;
    order: 1;
    font-size: 0.875rem;
    margin-right: 0;
    margin-top: 10px; }
    @media (min-width: 560px) {
      .accounts__components__messager-compose__status-message {
        margin-right: 10px;
        margin-top: 0;
        font-size: 1rem;
        order: 0; } }
  .accounts__components__messager-compose__buttons-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (min-width: 560px) {
      .accounts__components__messager-compose__buttons-row {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; } }

.accounts__components__messager {
  /* Compressed view */ }
  .accounts__components__messager > .accounts__components__help-bubble {
    margin-bottom: 10px; }
  .accounts__components__messager__messages > ul > li {
    border: 1px solid #dddddd; }
  .accounts__components__messager__messages > ul > li:not(:first-child) {
    border: 1px solid #dddddd;
    border-top: none; }
  .accounts__components__messager__messages__message {
    cursor: pointer;
    padding: 10px;
    background-color: white; }
    .accounts__components__messager__messages__message__header > div {
      float: left; }
    .accounts__components__messager__messages__message__header > time {
      float: right;
      font-size: 14px;
      color: #474747; }
    .accounts__components__messager__messages__message__body {
      padding-left: 3.125em;
      color: #474747; }
      .accounts__components__messager__messages__message__body > h6 {
        margin-bottom: 5px; }
      .accounts__components__messager__messages__message__body > p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: pre-line; }
    .accounts__components__messager__messages__message__read-status {
      text-align: right; }
      .accounts__components__messager__messages__message__read-status .accounts__components__icon > svg {
        fill: #474747; }
      .accounts__components__messager__messages__message__read-status > div > span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        font-size: 14px; }
    .accounts__components__messager__messages__message__photo {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      margin: 20px 14px 20px 0;
      overflow: hidden; }
      .accounts__components__messager__messages__message__photo > img {
        width: 100%; }
    .accounts__components__messager__messages__message--is-read .accounts__components__messager__messages__message__read-status .accounts__components__icon > svg {
      fill: #47b549; }
    .accounts__components__messager__messages__message.system-message > span:first-child {
      display: block; }
  .accounts__components__messager__messages__expand-messages {
    display: none;
    padding: 0 5px;
    color: #474747;
    font-size: 14px;
    cursor: pointer; }
  .accounts__components__messager--compressed .accounts__components__messager__messages {
    position: relative; }
    .accounts__components__messager--compressed .accounts__components__messager__messages > ul > li:not(:last-child) .accounts__components__messager__messages__message {
      overflow: hidden;
      max-height: 64px;
      background-color: #f0f0f0; }
      .accounts__components__messager--compressed .accounts__components__messager__messages > ul > li:not(:last-child) .accounts__components__messager__messages__message .accounts__components__messager__messages__message__body {
        color: #808080;
        /*
                > p {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                */ }
    .accounts__components__messager--compressed .accounts__components__messager__messages .accounts__components__messager__messages__message--expanded {
      max-height: none !important;
      background-color: white !important;
      overflow: auto !important; }
  .accounts__components__messager--compressed .accounts__components__messager__messages--many > ul > li:first-child .accounts__components__messager__messages__message {
    overflow: hidden;
    max-height: 64px;
    background-color: #f0f0f0; }
    .accounts__components__messager--compressed .accounts__components__messager__messages--many > ul > li:first-child .accounts__components__messager__messages__message .accounts__components__messager__messages__message__body {
      color: #808080;
      /*
                > p {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                */ }
  .accounts__components__messager--compressed .accounts__components__messager__messages--many > ul > li + li:not(:last-child) .accounts__components__messager__messages__message {
    overflow: hidden;
    padding: 5px;
    background-color: #f0f0f0; }
    .accounts__components__messager--compressed .accounts__components__messager__messages--many > ul > li + li:not(:last-child) .accounts__components__messager__messages__message > * {
      display: none; }
  .accounts__components__messager--compressed .accounts__components__messager__messages--many > ul > li + li:nth-child(1n+5):not(:last-child) {
    display: none; }
  .accounts__components__messager--compressed .accounts__components__messager__messages--many .accounts__components__messager__messages__expand-messages {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 69px;
    position: absolute;
    display: block;
    background-color: #f0f0f0; }
  .accounts__components__messager .accounts__components__messager-compose {
    margin-top: 10px; }
  @media (min-width: 768px) {
    .accounts__components__messager__messages__message__body {
      padding-left: 3.75em; }
    .accounts__components__messager__messages__message.system-message > span:first-child {
      margin-right: 30px;
      display: inline; } }

.accounts__components__nav-panel__item {
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  width: 100%; }
  .accounts__components__nav-panel__item > a {
    color: #333333; }
  .accounts__components__nav-panel__item--active {
    background-color: #f0efed; }
    .accounts__components__nav-panel__item--active > a {
      color: #47b549; }

.accounts__components__nav-panel .accounts__components__collapsible-panel__content > div,
.accounts__components__nav-panel .accounts__components__collapsible-panel__label {
  border: none;
  padding: 0; }

.accounts__components__nav-panel .accounts__components__collapsible-panel__label {
  color: #47b549;
  font-weight: 500;
  font-size: 16px; }
  .accounts__components__nav-panel .accounts__components__collapsible-panel__label__arrow svg {
    fill: #47b549; }

.accounts__components__nav-panel .accounts__components__collapsible-panel__content {
  margin-top: 14px; }

@media (min-width: 47em) {
  .accounts__components__nav-panel__item {
    font-size: 16px; }
    .accounts__components__nav-panel__item--active {
      background-color: transparent; }
      .accounts__components__nav-panel__item--active > a {
        font-weight: 500;
        font-size: 18px; }
  .accounts__components__nav-panel .accounts__components__collapsible-panel__label {
    display: none; }
  .accounts__components__nav-panel .accounts__components__collapsible-panel__content {
    margin-top: 0;
    position: static !important;
    visibility: visible;
    opacity: 1; }
    .accounts__components__nav-panel .accounts__components__collapsible-panel__content > div {
      position: static; } }

.accounts__components__panel {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  background-color: white; }
  @media (min-width: 47em) {
    .accounts__components__panel {
      border-radius: 12px;
      padding: 14px; } }

.accounts__components__place {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  width: 100%; }
  .accounts__components__place__input input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #808080;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 8px 12px 8px 32px;
    height: 42px;
    line-height: 26px; }
  .accounts__components__place__input > .accounts__components__icon {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    position: absolute;
    left: 12px;
    top: 7px; }
    .accounts__components__place__input > .accounts__components__icon svg {
      fill: #808080; }
  .accounts__components__place__selected {
    display: none; }
  .accounts__components__place__sticky {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #6699CC;
    color: white;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 8px 12px;
    height: 42px;
    line-height: 26px; }
    .accounts__components__place__sticky > span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: left;
      width: calc(100% - 18px);
      display: block;
      float: left; }
    .accounts__components__place__sticky .accounts__components__icon {
      cursor: pointer; }
      .accounts__components__place__sticky .accounts__components__icon svg {
        width: 16px;
        height: 16px;
        max-width: 16px;
        max-height: 16px;
        margin-top: -5px; }

.accounts__components__place-of-interest__help-text {
  font-size: 14px;
  color: #808080; }

.accounts__components__popup {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: -20px;
  width: calc(100% + 20px);
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20001;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }
  .accounts__components__popup__container {
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .accounts__components__popup--full-width-mobile {
    width: 100%; }
    .accounts__components__popup--full-width-mobile .accounts__components__popup__container {
      background-color: white;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%;
      padding: 64px 24px 12px;
      transform: translate(0); }
      @media (min-width: 768px) {
        .accounts__components__popup--full-width-mobile .accounts__components__popup__container {
          margin: 64px 24px;
          width: calc(100% - 48px);
          max-width: 1360px;
          min-height: auto;
          padding: 96px 116px;
          left: calc(50% - 24px);
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
  .accounts__components__popup--centered .accounts__components__popup__container {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important; }
  .accounts__components__popup.ng-hide {
    opacity: 0; }

.accounts__components__pricing, .accounts__components__pricing__housesitter, .accounts__components__pricing__homeowner {
  max-width: 335px;
  margin: 25px auto;
  float: none;
  border: #808080 1px solid;
  border-radius: 4px;
  padding: 45px 30px 30px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.55); }
  .accounts__components__pricing:before, .accounts__components__pricing__housesitter:before, .accounts__components__pricing__homeowner:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 100%; }
  .accounts__components__pricing h5, .accounts__components__pricing__housesitter h5, .accounts__components__pricing__homeowner h5 {
    color: #333333;
    margin-bottom: 14px;
    text-align: left !important;
    font-size: 26px; }
  .accounts__components__pricing h5 + div, .accounts__components__pricing__housesitter h5 + div, .accounts__components__pricing__homeowner h5 + div {
    font-size: 26px;
    font-weight: 500;
    color: #474747;
    line-height: 26px;
    text-align: left; }
    .accounts__components__pricing h5 + div > span:last-of-type, .accounts__components__pricing__housesitter h5 + div > span:last-of-type, .accounts__components__pricing__homeowner h5 + div > span:last-of-type {
      font-weight: 400;
      font-size: 16px; }
  .accounts__components__pricing ul li, .accounts__components__pricing__housesitter ul li, .accounts__components__pricing__homeowner ul li {
    font-size: 16px;
    color: #333333;
    min-height: 40px;
    line-height: 20px;
    text-align: left; }
    .accounts__components__pricing ul li > div:first-child, .accounts__components__pricing__housesitter ul li > div:first-child, .accounts__components__pricing__homeowner ul li > div:first-child {
      float: left; }
    .accounts__components__pricing ul li > div:last-child, .accounts__components__pricing__housesitter ul li > div:last-child, .accounts__components__pricing__homeowner ul li > div:last-child {
      margin-left: 32px; }
  .accounts__components__pricing button, .accounts__components__pricing__housesitter button, .accounts__components__pricing__homeowner button {
    white-space: normal;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    max-width: 330px;
    border-radius: 24px;
    background-color: #e1007e;
    color: #FFF; }
  .accounts__components__pricing .accounts__signup__join-now__plans__spacer, .accounts__components__pricing__housesitter .accounts__signup__join-now__plans__spacer, .accounts__components__pricing__homeowner .accounts__signup__join-now__plans__spacer {
    border-color: #cccccc; }
  .accounts__components__pricing__original-price {
    text-decoration: line-through;
    color: #bcbcbc; }
  @media (min-width: 768px) {
    .accounts__components__pricing, .accounts__components__pricing__housesitter, .accounts__components__pricing__homeowner {
      float: left;
      margin: 0; } }

.accounts__components__priority-action {
  padding: 10px 10px 15px;
  background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(to right, #d9e1ec, #9fc7e2);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center -1px, top left;
  background: -moz-linear-gradient(to right, #d9e1ec, #9fc7e2), -webkit-gradient(to right, #d9e1ec, #9fc7e2), -ms-linear-gradient(to right, #d9e1ec, #9fc7e2), linear-gradient(to right, #d9e1ec, #9fc7e2);
  margin-bottom: 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__components__priority-action > h3 {
    color: #fd4273;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 10px; }
  .accounts__components__priority-action > p {
    color: #474747;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 14px; }
  .accounts__components__priority-action .accounts__components__checkbox label > span {
    font-size: 18px;
    line-height: 30px; }
  .accounts__components__priority-action .accounts__components__checkbox label > div {
    width: 30px;
    height: 30px; }
    .accounts__components__priority-action .accounts__components__checkbox label > div > div {
      padding-left: 5px;
      margin-top: 0; }
    .accounts__components__priority-action .accounts__components__checkbox label > div svg {
      width: 18px;
      height: 18px;
      max-width: 18px;
      max-height: 18px; }
  .accounts__components__priority-action .accounts__components__checkbox + span {
    white-space: nowrap;
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px; }
  @media (min-width: 768px) {
    .accounts__components__priority-action {
      padding: 20px 20px 25px; }
      .accounts__components__priority-action > h3 {
        font-size: 26px; } }

.accounts__components__priority-actions__action--list-item {
  width: 100%;
  float: left; }
  .accounts__components__priority-actions__action--list-item .accounts__components__checkbox--checked label > div {
    background-color: white !important; }
    .accounts__components__priority-actions__action--list-item .accounts__components__checkbox--checked label > div svg {
      fill: #6699CC !important; }
  .accounts__components__priority-actions__action--list-item .accounts__components__checkbox label > span {
    font-weight: 500; }
  .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing--content {
    background: none; }
    .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing--content h5 {
      display: none; }
    .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing--content section {
      padding: 0 !important;
      border: none !important; }
    .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing--content__container {
      padding: 10px 0 20px;
      margin: 0; }
  .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing__controls {
    border-top: none !important;
    padding: 0 0 10px 0 !important;
    margin-bottom: 5px;
    background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x; }
    .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing__controls p {
      font-size: 14px;
      color: #474747;
      margin: 0; }
    .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing__controls button {
      font-weight: 500;
      margin-bottom: 10px;
      height: 44px;
      font-size: 18px; }
    .accounts__components__priority-actions__action--list-item .accounts__components__listing__homeowner__assignment__editing__controls .accounts__components__button--secondary-text {
      background-color: rgba(255, 255, 255, 0.6); }

.accounts__components__priority-actions__action--bubble-secondary {
  background-color: #6699CC !important;
  top: -1px; }
  .accounts__components__priority-actions__action--bubble-secondary:hover {
    background-color: #9fc7e2 !important; }

.accounts__components__priority-actions__action--control {
  margin-top: 20px;
  width: 100%; }
  .accounts__components__priority-actions__action--control button {
    height: 44px;
    font-size: 18px; }

.accounts__components__priority-actions__action--disabled {
  opacity: 0.85;
  position: relative; }
  .accounts__components__priority-actions__action--disabled:after {
    z-index: 10;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.accounts__components__priority-actions__raf-prompt {
  background-image: none;
  background-color: white;
  padding: 20px; }
  .accounts__components__priority-actions__raf-prompt__gift-box img {
    width: 96px; }
  .accounts__components__priority-actions__raf-prompt__actions button {
    height: 36px;
    border: 0;
    padding: 5px 20px;
    font-size: 16px; }

.accounts__components__priority-actions__homeowner-review {
  position: relative; }
  .accounts__components__priority-actions__homeowner-review__bubble {
    padding: 14px;
    background-color: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    margin: 0 0 30px 0; }
    .accounts__components__priority-actions__homeowner-review__bubble--bird {
      margin: 0 0 30px 0; }
    .accounts__components__priority-actions__homeowner-review__bubble h3 {
      font-size: 20px;
      font-weight: 500;
      line-height: 125%;
      color: #808080;
      margin: 0 0 14px 0; }
    .accounts__components__priority-actions__homeowner-review__bubble p {
      font-size: 16px;
      line-height: 140%;
      color: #808080;
      margin: 0 0 0 0; }
    .accounts__components__priority-actions__homeowner-review__bubble--avatar {
      display: none; }
    .accounts__components__priority-actions__homeowner-review__bubble:after {
      position: absolute;
      content: ' ';
      background-image: url(/static/next/dist/images/account/post-sit/curved-arrow.svg);
      background-size: 34px 29px;
      background-repeat: no-repeat;
      bottom: -29px;
      right: 34px;
      width: 34px;
      height: 29px; }
  .accounts__components__priority-actions__homeowner-review__actions {
    margin-bottom: 10px; }
    .accounts__components__priority-actions__homeowner-review__actions button {
      height: 44px;
      line-height: 31px;
      border: 0;
      position: relative;
      padding: 5px 20px;
      margin-bottom: 10px; }
      .accounts__components__priority-actions__homeowner-review__actions button .accounts__components__icon {
        position: absolute;
        top: 4px;
        width: 18px;
        height: 18px;
        left: 20px; }
      .accounts__components__priority-actions__homeowner-review__actions button .accounts__components__icon + span {
        padding-left: 25px; }
      .accounts__components__priority-actions__homeowner-review__actions button.accounts__components__button--gray {
        background-color: #d9e1ec;
        color: #808080; }
        .accounts__components__priority-actions__homeowner-review__actions button.accounts__components__button--gray:hover {
          background-color: #ebf1fa; }
  .accounts__components__priority-actions__homeowner-review__graphic {
    position: absolute; }
    .accounts__components__priority-actions__homeowner-review__graphic--dog {
      width: 130px;
      height: 120px;
      right: -75px;
      bottom: 0; }
      .accounts__components__priority-actions__homeowner-review__graphic--dog img {
        width: 130px;
        height: 120px; }
    .accounts__components__priority-actions__homeowner-review__graphic--cat {
      width: 130px;
      height: 120px;
      right: -75px;
      bottom: 0; }
      .accounts__components__priority-actions__homeowner-review__graphic--cat img {
        width: 130px;
        height: 120px; }
    .accounts__components__priority-actions__homeowner-review__graphic--bird {
      width: 85px;
      height: 70px;
      right: -35px;
      bottom: 30px; }
      .accounts__components__priority-actions__homeowner-review__graphic--bird img {
        width: 85px;
        height: 70px; }
    .accounts__components__priority-actions__homeowner-review__graphic--housesitter {
      background-color: #67c17a;
      width: 100px;
      height: 100px;
      float: right;
      text-align: center;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .accounts__components__priority-actions__homeowner-review__graphic--housesitter > span {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .accounts__components__priority-actions__homeowner-review__graphic--housesitter > img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        display: inline-block; }
  .accounts__components__priority-actions__homeowner-review__assignment, .accounts__components__priority-actions__homeowner-review__leave-a-review {
    position: relative; }
  .accounts__components__priority-actions__homeowner-review__assignment, .accounts__components__priority-actions__homeowner-review__stars-3-prompt, .accounts__components__priority-actions__homeowner-review__stars-3-thank-you, .accounts__components__priority-actions__homeowner-review__stars-4-thank-you, .accounts__components__priority-actions__homeowner-review__next-trip, .accounts__components__priority-actions__homeowner-review__feedback, .accounts__components__priority-actions__homeowner-review__feedback-thank-you, .accounts__components__priority-actions__homeowner-review__share-your-experience {
    background-image: url(/static/next/dist/images/account/post-sit/stars-cropped.svg), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    background-size: 90px 180px, 100% 100% !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: top right, top left !important;
    background: -moz-linear-gradient(to right, #d9e1ec, #9fc7e2), -webkit-gradient(to right, #d9e1ec, #9fc7e2), -ms-linear-gradient(to right, #d9e1ec, #9fc7e2), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    border-radius: 12px !important; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__provide {
    background-color: transparent;
    padding: 0; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form__actions {
    margin-top: 10px;
    padding-top: 20px;
    position: relative; }
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form__actions:before {
      content: ' ';
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      height: 1px;
      top: 0;
      background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 5px 1px;
      background-repeat: repeat-x;
      background-color: transparent; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner,
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter {
    background-color: #fd4273;
    color: white; }
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner:hover,
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter:hover {
      background-color: #f181ae;
      color: white; }
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text,
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text {
      background-color: #d9e1ec;
      color: #808080; }
      .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text:hover,
      .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text:hover {
        background-color: #ebf1fa;
        color: #808080; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form textarea {
    background-color: rgba(255, 255, 255, 0.7); }
  .accounts__components__priority-actions__homeowner-review__leave-a-review__text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 130%;
    color: #474747; }
  .accounts__components__priority-actions__homeowner-review__upgrade > div > div > div > div:first-of-type {
    max-width: 400px;
    display: inline-block; }
  .accounts__components__priority-actions__homeowner-review__assignment, .accounts__components__priority-actions__homeowner-review__leave-a-review, .accounts__components__priority-actions__homeowner-review__stars-3-prompt, .accounts__components__priority-actions__homeowner-review__stars-3-thank-you, .accounts__components__priority-actions__homeowner-review__stars-4-thank-you, .accounts__components__priority-actions__homeowner-review__next-trip, .accounts__components__priority-actions__homeowner-review__feedback, .accounts__components__priority-actions__homeowner-review__feedback-thank-you, .accounts__components__priority-actions__homeowner-review__share-your-experience {
    overflow: hidden; }
  .accounts__components__priority-actions__homeowner-review__feedback .accounts__components__priority-actions__homeowner-review__bubble > p {
    margin-bottom: 14px; }
  .accounts__components__priority-actions__homeowner-review__feedback ul li {
    color: #808080;
    width: 100%; }
  .accounts__components__priority-actions__homeowner-review__feedback__other {
    padding-left: 32px;
    margin-top: 5px; }
    .accounts__components__priority-actions__homeowner-review__feedback__other input {
      width: 100%;
      max-width: 360px;
      padding: 10px 14px;
      height: 44px;
      line-height: 34px;
      border: solid 1px #dddddd;
      color: #808080;
      font-size: 16px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--facebook, .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--facebook-small, .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--twitter {
    display: inline-block;
    padding-left: 25px;
    padding-right: 5px;
    background-size: 8px;
    background-position: 5px 7px; }
  .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--twitter {
    background-size: 20px !important;
    padding-left: 32px !important; }

.accounts__components__priority-actions__housesitter-review {
  position: relative; }
  .accounts__components__priority-actions__housesitter-review__bubble {
    padding: 14px;
    background-color: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    margin: 0 0 30px 0; }
    .accounts__components__priority-actions__housesitter-review__bubble--bird {
      margin: 0 0 30px 0; }
    .accounts__components__priority-actions__housesitter-review__bubble h3 {
      font-size: 20px;
      font-weight: 500;
      line-height: 125%;
      color: #808080;
      margin: 0 0 14px 0; }
    .accounts__components__priority-actions__housesitter-review__bubble p {
      font-size: 16px;
      line-height: 140%;
      color: #808080;
      margin: 0; }
    .accounts__components__priority-actions__housesitter-review__bubble--avatar {
      display: none; }
    .accounts__components__priority-actions__housesitter-review__bubble:after {
      position: absolute;
      content: ' ';
      background-image: url(/static/next/dist/images/account/post-sit/curved-arrow.svg);
      background-size: 34px 29px;
      background-repeat: no-repeat;
      bottom: -29px;
      right: 34px;
      width: 34px;
      height: 29px; }
  .accounts__components__priority-actions__housesitter-review__actions button {
    height: 44px;
    line-height: 31px;
    padding: 5px 20px;
    border: 0;
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .accounts__components__priority-actions__housesitter-review__actions button .accounts__components__icon {
      position: absolute;
      top: 4px;
      width: 18px;
      height: 18px;
      left: 20px; }
    .accounts__components__priority-actions__housesitter-review__actions button .accounts__components__icon + span {
      padding-left: 25px; }
    .accounts__components__priority-actions__housesitter-review__actions button.accounts__components__button--facebook, .accounts__components__priority-actions__housesitter-review__actions button.accounts__components__button--twitter {
      display: inline-block; }
    .accounts__components__priority-actions__housesitter-review__actions button .components__icon--facebook, .accounts__components__priority-actions__housesitter-review__actions button .components__icon--facebook-small {
      padding-left: 17px;
      background-size: 8px;
      background-position: 0 center; }
    .accounts__components__priority-actions__housesitter-review__actions button .components__icon--twitter {
      padding-left: 17px;
      background-size: 21px;
      background-position: 0 center; }
    .accounts__components__priority-actions__housesitter-review__actions button.accounts__components__button--gray {
      background-color: #d9e1ec;
      color: #808080; }
      .accounts__components__priority-actions__housesitter-review__actions button.accounts__components__button--gray:hover {
        background-color: #ebf1fa; }
  .accounts__components__priority-actions__housesitter-review__graphic {
    position: absolute; }
    .accounts__components__priority-actions__housesitter-review__graphic--dog {
      width: 130px;
      height: 120px;
      right: -75px;
      bottom: 0; }
      .accounts__components__priority-actions__housesitter-review__graphic--dog img {
        width: 130px;
        height: 120px; }
    .accounts__components__priority-actions__housesitter-review__graphic--cat {
      width: 130px;
      height: 120px;
      right: -75px;
      bottom: 0; }
      .accounts__components__priority-actions__housesitter-review__graphic--cat img {
        width: 130px;
        height: 120px; }
    .accounts__components__priority-actions__housesitter-review__graphic--bird {
      width: 85px;
      height: 70px;
      right: -35px;
      bottom: 30px; }
      .accounts__components__priority-actions__housesitter-review__graphic--bird img {
        width: 85px;
        height: 70px; }
    .accounts__components__priority-actions__housesitter-review__graphic--homeowner {
      background-color: #9fc7e2;
      width: 100px;
      height: 100px;
      float: right;
      text-align: center;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .accounts__components__priority-actions__housesitter-review__graphic--homeowner > span {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .accounts__components__priority-actions__housesitter-review__graphic--homeowner > img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
        display: inline-block; }
  .accounts__components__priority-actions__housesitter-review__assignment, .accounts__components__priority-actions__housesitter-review__feedback-after-review, .accounts__components__priority-actions__housesitter-review__feedback-skipped-review, .accounts__components__priority-actions__housesitter-review__thumbs-5-share, .accounts__components__priority-actions__housesitter-review__thumbs-4-search {
    position: relative; }
  .accounts__components__priority-actions__housesitter-review__assignment, .accounts__components__priority-actions__housesitter-review__review-requested, .accounts__components__priority-actions__housesitter-review__feedback-after, .accounts__components__priority-actions__housesitter-review__feedback-skipped-review, .accounts__components__priority-actions__housesitter-review__thumbs-5-share, .accounts__components__priority-actions__housesitter-review__thumbs-4-search {
    background-image: url(/static/next/dist/images/account/post-sit/stars-cropped.svg), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    background-size: 90px 180px, 100% 100% !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: top right, top left !important;
    background: -moz-linear-gradient(to right, #d9e1ec, #9fc7e2), -webkit-gradient(to right, #d9e1ec, #9fc7e2), -ms-linear-gradient(to right, #d9e1ec, #9fc7e2), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    border-radius: 12px !important; }
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .accounts__components__button, .accounts__components__priority-actions__housesitter-review__ask-for-a-review .accounts__components__icon-button, .accounts__components__priority-actions__housesitter-review__feedback .accounts__components__button, .accounts__components__priority-actions__housesitter-review__feedback .accounts__components__icon-button {
    padding: 5px 20px; }
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__provide,
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__request, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__provide,
  .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__request {
    background-color: transparent;
    padding: 0; }
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form__actions, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form__actions {
    margin-top: 10px;
    padding-top: 20px;
    position: relative; }
    .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form__actions:before, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form__actions:before {
      content: ' ';
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      height: 1px;
      top: 0;
      background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 5px 1px;
      background-repeat: repeat-x;
      background-color: transparent; }
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner,
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--homeowner,
  .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--housesitter {
    background-color: #fd4273;
    color: white; }
    .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner:hover,
    .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter:hover, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--homeowner:hover,
    .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--housesitter:hover {
      background-color: #f181ae;
      color: white; }
    .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text,
    .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text,
    .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text {
      background-color: #d9e1ec;
      color: #808080; }
      .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text:hover,
      .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text:hover, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text:hover,
      .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text:hover {
        background-color: #ebf1fa;
        color: #808080; }
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review .components__reviews-and-feedback__message-form textarea, .accounts__components__priority-actions__housesitter-review__feedback .components__reviews-and-feedback__message-form textarea {
    background-color: rgba(255, 255, 255, 0.7); }
  .accounts__components__priority-actions__housesitter-review__ask-for-a-review__text, .accounts__components__priority-actions__housesitter-review__feedback__text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 130%;
    color: #474747; }
  .accounts__components__priority-actions__housesitter-review__thumbs-4-search .accounts__components__priority-actions__housesitter-review__graphic {
    display: none; }
  .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search {
    width: 100%;
    float: left;
    padding-right: 0; }
    .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search .accounts__components__place {
      float: left;
      width: calc(100% - 54px); }
    .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search > .accounts__components__icon {
      float: left;
      width: 44px;
      height: 44px;
      background-color: #47b549;
      margin-left: 10px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search > .accounts__components__icon:hover {
        background-color: #67c17a; }
      .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search > .accounts__components__icon > svg {
        width: 44px;
        height: 44px;
        max-width: 44px;
        max-height: 44px; }
  .accounts__components__priority-actions__housesitter-review__feedback .accounts__components__priority-actions__homeowner-review__bubble > p {
    margin-bottom: 14px; }
  .accounts__components__priority-actions__housesitter-review__feedback ul li {
    color: #808080;
    width: 100%; }
  .accounts__components__priority-actions__housesitter-review__feedback__other {
    padding-left: 32px;
    margin-top: 5px; }
    .accounts__components__priority-actions__housesitter-review__feedback__other input {
      width: 100%;
      max-width: 360px;
      padding: 10px 14px;
      height: 44px;
      line-height: 34px;
      border: solid 1px #dddddd;
      color: #808080;
      font-size: 16px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-5-share .accounts__components__priority-actions__housesitter-review__graphic--bird {
    bottom: 100px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--facebook, .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--facebook-small, .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--twitter {
    display: inline-block;
    padding-left: 25px;
    padding-right: 5px;
    background-size: 8px;
    background-position: 5px 7px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--twitter {
    background-size: 20px !important;
    padding-left: 32px !important; }
  .accounts__components__priority-actions__housesitter-review__upgrade > div > div > div > div:first-of-type {
    max-width: 400px;
    display: inline-block; }

.accounts__components__priority-actions__onboarding button {
  border: none; }

.accounts__components__priority-actions__onboarding h3 {
  color: #6699CC; }

.accounts__components__priority-actions__onboarding__graphic--video {
  width: 100%;
  max-width: 300px;
  background-color: white;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__components__priority-actions__onboarding__graphic--video--play {
    position: absolute;
    color: white;
    z-index: 500;
    top: 50%;
    left: 60%;
    text-align: right; }

.accounts__components__priority-actions__onboarding__graphic--onboarding-icon {
  display: none; }

.accounts__components__priority-actions .accounts__components__popup__container {
  border: 1px solid #cccccc;
  background-color: #f0f0f0;
  padding: 25px 18px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  min-width: 300px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .accounts__components__priority-actions .accounts__components__popup__container p {
    color: #474747;
    font-size: 14px; }
  .accounts__components__priority-actions .accounts__components__popup__container > button {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    float: none; }
    .accounts__components__priority-actions .accounts__components__popup__container > button:last-child {
      margin-right: 0; }

@media (min-width: 480px) {
  .accounts__components__priority-actions__raf-prompt {
    padding: 0; }
    .accounts__components__priority-actions__raf-prompt > div {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .accounts__components__priority-actions__raf-prompt__gift-box {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .accounts__components__priority-actions__raf-prompt__gift-box img {
        width: auto; }
    .accounts__components__priority-actions__raf-prompt__content {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding: 20px 20px 20px 0px; }
  .accounts__components__priority-actions__onboarding__ho-complete-listing > div, .accounts__components__priority-actions__onboarding__ho-dates > div, .accounts__components__priority-actions__onboarding__ho-photos > div, .accounts__components__priority-actions__onboarding__ho-pets > div, .accounts__components__priority-actions__onboarding__ho-profile-photo > div, .accounts__components__priority-actions__onboarding__ho-more-photos > div, .accounts__components__priority-actions__onboarding__hs-complete-profile > div, .accounts__components__priority-actions__onboarding__hs-photos > div, .accounts__components__priority-actions__onboarding__hs-availabilities > div, .accounts__components__priority-actions__onboarding__hs-basic-verification > div, .accounts__components__priority-actions__onboarding__hs-standard-verification > div, .accounts__components__priority-actions__onboarding__hs-video > div {
    position: relative; }
  .accounts__components__priority-actions__onboarding__ho-complete-listing .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-dates .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-pets .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-profile-photo .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-more-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-complete-profile .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-availabilities .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-basic-verification .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-standard-verification .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-video .accounts__components__priority-actions__onboarding__text {
    max-width: calc(100% - 140px - 20px); }
  .accounts__components__priority-actions__onboarding__ho-complete-listing .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-dates .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-pets .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-profile-photo .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-more-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-complete-profile .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-availabilities .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-basic-verification .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-standard-verification .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-video .accounts__components__priority-actions__onboarding__graphic--onboarding-icon {
    max-width: 140px;
    max-height: 140px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .accounts__components__priority-actions__onboarding__hs-next-sit {
    padding-right: 55px;
    background-image: url(/static/next/dist/images/account/post-sit/stars-cropped.svg), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    background-size: 90px 180px, 100% 100% !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: top right, top left !important; }
    .accounts__components__priority-actions__onboarding__hs-next-sit > div {
      position: relative; }
    .accounts__components__priority-actions__onboarding__hs-next-sit .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search .accounts__components__place {
      max-width: 330px; } }

@media (min-width: 650px) {
  .accounts__components__priority-actions__onboarding__graphic--video {
    float: right;
    margin-left: 20px; } }

@media (min-width: 768px) {
  .accounts__components__priority-actions__homeowner-review__bubble {
    padding: 20px;
    margin: 0 100px 30px 0; }
    .accounts__components__priority-actions__homeowner-review__bubble--bird {
      margin: 0 60px 30px 0; }
    .accounts__components__priority-actions__homeowner-review__bubble h3 {
      font-size: 24px;
      margin: 0 0 14px 0; }
    .accounts__components__priority-actions__homeowner-review__bubble p {
      font-size: 17px;
      margin: 0 80px 0 0; }
    .accounts__components__priority-actions__homeowner-review__bubble--avatar {
      width: 60px;
      height: 60px;
      position: absolute;
      right: 20px;
      bottom: 20px;
      display: block; }
      .accounts__components__priority-actions__homeowner-review__bubble--avatar img {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
    .accounts__components__priority-actions__homeowner-review__bubble--full p {
      margin-right: 0; }
    .accounts__components__priority-actions__homeowner-review__bubble:after {
      position: absolute;
      content: ' ';
      background-image: url(/static/next/dist/images/account/post-sit/curved-arrow.svg);
      background-size: 34px 29px;
      background-repeat: no-repeat;
      bottom: -29px;
      right: 34px;
      width: 34px;
      height: 29px; }
  .accounts__components__priority-actions__homeowner-review__actions {
    margin-bottom: 10px; }
    .accounts__components__priority-actions__homeowner-review__actions button {
      height: 44px;
      line-height: 31px;
      border: 0;
      position: relative;
      margin-bottom: 0; }
      .accounts__components__priority-actions__homeowner-review__actions button .accounts__components__icon {
        position: absolute;
        top: 4px;
        width: 18px;
        height: 18px;
        left: 20px; }
      .accounts__components__priority-actions__homeowner-review__actions button .accounts__components__icon + span {
        padding-left: 25px; }
      .accounts__components__priority-actions__homeowner-review__actions button.accounts__components__button--gray {
        background-color: #d9e1ec;
        color: #808080; }
        .accounts__components__priority-actions__homeowner-review__actions button.accounts__components__button--gray:hover {
          background-color: #ebf1fa; }
    .accounts__components__priority-actions__homeowner-review__actions button + button {
      margin-left: 10px; }
  .accounts__components__priority-actions__homeowner-review__graphic {
    position: absolute; }
    .accounts__components__priority-actions__homeowner-review__graphic--dog {
      right: -1px; }
    .accounts__components__priority-actions__homeowner-review__graphic--cat {
      right: -1px; }
    .accounts__components__priority-actions__homeowner-review__graphic--bird {
      right: 30px; }
  .accounts__components__priority-actions__homeowner-review__assignment, .accounts__components__priority-actions__homeowner-review__leave-a-review {
    position: relative; }
  .accounts__components__priority-actions__homeowner-review__assignment {
    background-image: url(/static/next/dist/images/account/post-sit/stars-cropped.svg), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    background-size: 90px 180px, 100% 100% !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: top right, top left !important;
    background: -moz-linear-gradient(to right, #d9e1ec, #9fc7e2), -webkit-gradient(to right, #d9e1ec, #9fc7e2), -ms-linear-gradient(to right, #d9e1ec, #9fc7e2), linear-gradient(to right, #d9e1ec, #9fc7e2) !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    border-radius: 12px !important; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__provide {
    background-color: transparent;
    padding: 0; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form__actions {
    margin-top: 10px;
    padding-top: 20px;
    position: relative; }
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form__actions:before {
      content: ' ';
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      height: 1px;
      top: 0;
      background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 5px 1px;
      background-repeat: repeat-x;
      background-color: transparent; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner,
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter {
    background-color: #fd4273;
    color: white; }
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner:hover,
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter:hover {
      background-color: #f181ae;
      color: white; }
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text,
    .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text {
      background-color: #d9e1ec;
      color: #808080; }
      .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--homeowner-text:hover,
      .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form .accounts__components__button--housesitter-text:hover {
        background-color: #ebf1fa;
        color: #808080; }
  .accounts__components__priority-actions__homeowner-review__leave-a-review .components__reviews-and-feedback__message-form textarea {
    background-color: rgba(255, 255, 255, 0.7); }
  .accounts__components__priority-actions__homeowner-review__leave-a-review__text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 130%;
    color: #474747; }
  .accounts__components__priority-actions__homeowner-review__feedback .accounts__components__priority-actions__homeowner-review__bubble > p {
    margin-bottom: 14px; }
  .accounts__components__priority-actions__homeowner-review__feedback ul li {
    color: #808080;
    width: 100%; }
    .accounts__components__priority-actions__homeowner-review__feedback ul li label {
      width: calc(100% - 36px); }
  .accounts__components__priority-actions__homeowner-review__feedback__other {
    padding-left: 32px;
    margin-top: 5px; }
    .accounts__components__priority-actions__homeowner-review__feedback__other input {
      width: 100%;
      max-width: 360px;
      padding: 10px 14px;
      height: 44px;
      line-height: 34px;
      border: solid 1px #dddddd;
      color: #808080;
      font-size: 16px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--facebook, .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--facebook-small, .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--twitter {
    display: inline-block;
    padding-left: 25px;
    padding-right: 5px;
    background-size: 8px;
    background-position: 5px 7px; }
  .accounts__components__priority-actions__homeowner-review__share-your-experience .components__icon--twitter {
    background-size: 20px !important;
    padding-left: 32px !important; }
  .accounts__components__priority-actions__housesitter-review__bubble {
    padding: 20px;
    margin: 0 100px 30px 0; }
    .accounts__components__priority-actions__housesitter-review__bubble--bird {
      margin: 0 60px 30px 0; }
    .accounts__components__priority-actions__housesitter-review__bubble h3 {
      font-size: 24px;
      margin: 0 0 14px 0; }
    .accounts__components__priority-actions__housesitter-review__bubble p {
      font-size: 17px;
      margin: 0 80px 0 0; }
    .accounts__components__priority-actions__housesitter-review__bubble--avatar {
      width: 60px;
      height: 60px;
      position: absolute;
      right: 20px;
      bottom: 20px;
      display: block; }
      .accounts__components__priority-actions__housesitter-review__bubble--avatar img {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
    .accounts__components__priority-actions__housesitter-review__bubble--full p {
      margin-right: 0; }
  .accounts__components__priority-actions__housesitter-review__actions {
    margin-bottom: 10px; }
    .accounts__components__priority-actions__housesitter-review__actions button {
      height: 44px;
      line-height: 31px;
      border: 0;
      position: relative;
      display: inline-block;
      margin-bottom: 0; }
      .accounts__components__priority-actions__housesitter-review__actions button .accounts__components__icon {
        position: absolute;
        top: 4px;
        width: 18px;
        height: 18px;
        left: 20px; }
      .accounts__components__priority-actions__housesitter-review__actions button .accounts__components__icon + span {
        padding-left: 25px; }
      .accounts__components__priority-actions__housesitter-review__actions button .components__icon--facebook, .accounts__components__priority-actions__housesitter-review__actions button .components__icon--facebook-small {
        padding-left: 17px;
        background-size: 8px;
        background-position: 0 center; }
      .accounts__components__priority-actions__housesitter-review__actions button .components__icon--twitter {
        padding-left: 17px;
        background-size: 21px;
        background-position: 0 center; }
      .accounts__components__priority-actions__housesitter-review__actions button.accounts__components__button--gray {
        background-color: #d9e1ec;
        color: #808080; }
        .accounts__components__priority-actions__housesitter-review__actions button.accounts__components__button--gray:hover {
          background-color: #ebf1fa; }
    .accounts__components__priority-actions__housesitter-review__actions button + button {
      margin-left: 10px; }
  .accounts__components__priority-actions__housesitter-review__graphic {
    position: absolute; }
    .accounts__components__priority-actions__housesitter-review__graphic--dog {
      right: -1px; }
    .accounts__components__priority-actions__housesitter-review__graphic--cat {
      right: -1px; }
    .accounts__components__priority-actions__housesitter-review__graphic--bird {
      right: 30px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-4-search .accounts__components__priority-actions__housesitter-review__graphic {
    display: block; }
  .accounts__components__priority-actions__housesitter-review__thumbs-4-search__search {
    padding-right: 120px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-5-share .accounts__components__priority-actions__housesitter-review__graphic--bird {
    bottom: 30px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--facebook, .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--facebook-small, .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--twitter {
    display: inline-block;
    padding-left: 25px;
    padding-right: 5px;
    background-size: 8px;
    background-position: 5px 7px; }
  .accounts__components__priority-actions__housesitter-review__thumbs-5-share .components__icon--twitter {
    background-size: 20px;
    padding-left: 32px; }
  .accounts__components__priority-actions__onboarding__graphic--video {
    float: none;
    margin-left: 0; }
  .accounts__components__priority-actions__onboarding__ho-complete-listing .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-dates .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-pets .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-profile-photo .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-more-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-complete-profile .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-availabilities .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-basic-verification .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-standard-verification .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-video .accounts__components__priority-actions__onboarding__text {
    max-width: 100%; }
  .accounts__components__priority-actions__onboarding__ho-complete-listing .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-dates .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-pets .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-profile-photo .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-more-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-complete-profile .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-availabilities .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-basic-verification .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-standard-verification .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-video .accounts__components__priority-actions__onboarding__graphic--onboarding-icon {
    display: none; }
  .accounts__components__priority-actions__onboarding__hs-next-sit {
    padding-right: 0; } }

@media (min-width: 1024px) {
  .accounts__components__priority-actions__raf-prompt__content {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }
  .accounts__components__priority-actions__onboarding__graphic--video {
    float: right;
    margin-left: 20px; }
  .accounts__components__priority-actions__onboarding__ho-complete-listing .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-dates .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-pets .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-profile-photo .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__ho-more-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-complete-profile .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-photos .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-availabilities .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-basic-verification .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-standard-verification .accounts__components__priority-actions__onboarding__text, .accounts__components__priority-actions__onboarding__hs-video .accounts__components__priority-actions__onboarding__text {
    max-width: calc(100% - 140px - 20px); }
  .accounts__components__priority-actions__onboarding__ho-complete-listing .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-dates .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-pets .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-profile-photo .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__ho-more-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-complete-profile .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-photos .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-availabilities .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-basic-verification .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-standard-verification .accounts__components__priority-actions__onboarding__graphic--onboarding-icon, .accounts__components__priority-actions__onboarding__hs-video .accounts__components__priority-actions__onboarding__graphic--onboarding-icon {
    display: block; }
  .accounts__components__priority-actions__onboarding__hs-next-sit {
    padding-right: 0; } }

@media (min-width: 1024px) {
  .accounts__components__priority-actions__homeowner-review__graphic--housesitter, .accounts__components__priority-actions__homeowner-review__graphic--homeowner, .accounts__components__priority-actions__housesitter-review__graphic--housesitter, .accounts__components__priority-actions__housesitter-review__graphic--homeowner {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); } }

.accounts__components__radio-group__choice {
  display: inline-block;
  cursor: pointer; }
  .accounts__components__radio-group__choice:not(:last-child) {
    margin-right: 15px; }
  .accounts__components__radio-group__choice > span {
    cursor: pointer;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    border: #474747 1px dashed;
    float: left;
    position: relative;
    margin-right: 10px; }
    .accounts__components__radio-group__choice > span > span {
      position: absolute;
      cursor: pointer;
      background-color: white;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      width: 18px;
      height: 18px;
      border: #474747 1px solid;
      left: calc(50% - 9px);
      top: calc(50% - 9px); }
  .accounts__components__radio-group__choice label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400; }
  .accounts__components__radio-group__choice--selected > span > span {
    background-color: #6699CC;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
  .accounts__components__radio-group__choice .accounts__components__icon {
    display: none; }

.accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice {
  min-width: 120px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  border: solid 1px #dddddd;
  padding: 0 10px;
  text-align: center; }
  .accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice label {
    line-height: 42px;
    color: #808080;
    margin-bottom: 0; }
  .accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice--selected {
    background-color: #6699CC; }
    .accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice--selected label {
      color: white; }
    .accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice--selected .accounts__components__icon {
      display: inline-block; }

.accounts__components__rating > ul {
  margin-bottom: 32px; }
  .accounts__components__rating > ul > li {
    color: black;
    font-size: 14px; }
    .accounts__components__rating > ul > li > span:first-of-type {
      width: 50%;
      display: inline-block; }

@media (min-width: 768px) {
  .accounts__components__rating > ul > li > span:first-of-type {
    font-size: 16px; } }

@media (min-width: 1024px) {
  .accounts__components__rating > ul > li > span:first-of-type {
    width: 25%; } }

.accounts__components__savings-and-benefits {
  position: relative; }
  .accounts__components__savings-and-benefits__header {
    text-align: center; }
    .accounts__components__savings-and-benefits__header > img {
      position: absolute;
      top: 25px;
      left: 0;
      z-index: 1000;
      width: 91px;
      height: 94px; }
    .accounts__components__savings-and-benefits__header > h3 {
      font-size: 18px; }
    .accounts__components__savings-and-benefits__header > p {
      font-size: 15px; }
  .accounts__components__savings-and-benefits__container {
    background-color: rgba(217, 225, 236, 0.8);
    margin: 20px 0 30px;
    padding-bottom: 40px;
    min-height: 674px; }
    .accounts__components__savings-and-benefits__container__calculator > div {
      border-bottom: 1px white dashed; }
    .accounts__components__savings-and-benefits__container__calculator__pets {
      padding-bottom: 30px; }
      .accounts__components__savings-and-benefits__container__calculator__pets p {
        color: black; }
      .accounts__components__savings-and-benefits__container__calculator__pets__list__pet {
        width: 100%; }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:nth-child(odd) {
          margin: 0 10px 10px 0; }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:nth-child(even) {
          margin-bottom: 10px; }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:last-child {
          margin: 0; }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet .accounts__components__drop-down__label {
          float: left;
          padding-left: 18px;
          color: #808080; }
          .accounts__components__savings-and-benefits__container__calculator__pets__list__pet .accounts__components__drop-down__label .accounts__components__icon {
            position: absolute;
            left: 6px;
            top: 7px; }
            .accounts__components__savings-and-benefits__container__calculator__pets__list__pet .accounts__components__drop-down__label .accounts__components__icon svg {
              fill: #9fc7e2;
              width: 24px;
              height: 24px;
              max-width: 24px;
              max-height: 24px; }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet .accounts__components__drop-down__selected-item {
          float: right;
          padding-right: 22px; }
    .accounts__components__savings-and-benefits__container__calculator__trips {
      padding: 20px 0 30px; }
      .accounts__components__savings-and-benefits__container__calculator__trips p {
        color: black; }
      .accounts__components__savings-and-benefits__container__calculator__trips__trips-amount, .accounts__components__savings-and-benefits__container__calculator__trips__nights-amount {
        display: inline-block;
        width: 100%; }
        .accounts__components__savings-and-benefits__container__calculator__trips__trips-amount > input, .accounts__components__savings-and-benefits__container__calculator__trips__nights-amount > input {
          margin-bottom: 0; }
    .accounts__components__savings-and-benefits__container__calculator__current-sitter {
      padding-top: 20px;
      padding-bottom: 30px; }
      .accounts__components__savings-and-benefits__container__calculator__current-sitter p {
        color: black; }
    .accounts__components__savings-and-benefits__container__savings {
      margin-top: 20px;
      background-color: white;
      min-height: 585px;
      position: relative;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .accounts__components__savings-and-benefits__container__savings__benefits {
        display: none;
        padding: 35px 20px 20px; }
        .accounts__components__savings-and-benefits__container__savings__benefits__list {
          padding: 0 0 30px !important; }
          .accounts__components__savings-and-benefits__container__savings__benefits__list > p {
            font-size: 18px;
            margin-bottom: 25px; }
          .accounts__components__savings-and-benefits__container__savings__benefits__list li {
            width: 100%;
            float: left; }
            .accounts__components__savings-and-benefits__container__savings__benefits__list li:not(:last-child) {
              margin-bottom: 14px; }
            .accounts__components__savings-and-benefits__container__savings__benefits__list li > div {
              background-color: #67c17a;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%;
              width: 22px;
              height: 22px;
              float: left; }
              .accounts__components__savings-and-benefits__container__savings__benefits__list li > div svg {
                width: 14px;
                height: 14px;
                margin: -5px 0 0 3px; }
            .accounts__components__savings-and-benefits__container__savings__benefits__list li > span {
              line-height: 140%;
              display: block;
              font-size: 15px;
              margin-left: 27px;
              margin-top: 2px; }
        .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper {
          float: none;
          background-color: #d9e1ec;
          background-image: -webkit-linear-gradient(-270deg, #d9e1ec, #ebf1fa);
          background-image: linear-gradient(0deg,#d9e1ec, #ebf1fa);
          padding: 25px 10px;
          position: absolute;
          width: calc(100% - 2 * 20px);
          left: 20px;
          bottom: 35px; }
          .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings {
            text-align: center; }
            .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings > p {
              display: inline-block;
              color: #fd4273;
              text-align: center;
              margin-bottom: 20px;
              font-size: 20px; }
              .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings > p > span {
                font-size: 24px; }
            .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings .accounts__components__tooltip {
              -webkit-transform: translateY(-15%);
              -moz-transform: translateY(-15%);
              -ms-transform: translateY(-15%);
              -o-transform: translateY(-15%);
              transform: translateY(-15%);
              width: 26px;
              height: 26px;
              line-height: 26px !important;
              font-size: 16px;
              color: #474747 !important;
              margin-left: 10px;
              background-color: #e6e6e6; }
              .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings .accounts__components__tooltip:hover {
                background-color: #808080;
                color: white !important; }
                .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings .accounts__components__tooltip:hover .accounts__components__tooltip--bubble {
                  display: none; }
          .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper > img {
            width: 213px;
            height: 181px;
            margin: auto; }
      .accounts__components__savings-and-benefits__container__savings__formula {
        display: none;
        background-color: #f0f0f0;
        padding: 50px 20px 20px !important;
        line-height: 140%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .accounts__components__savings-and-benefits__container__savings__formula__close {
          position: absolute;
          right: 20px;
          top: 20px;
          background-image: url("/static/next/dist/images/components/overlay/close-grey-2-x.png");
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          cursor: pointer;
          z-index: 1000; }
        .accounts__components__savings-and-benefits__container__savings__formula ul {
          font-size: 15px;
          margin-bottom: 5px; }
        .accounts__components__savings-and-benefits__container__savings__formula__plan-cost {
          font-size: 14px; }
        .accounts__components__savings-and-benefits__container__savings__formula button {
          width: calc(100% - 2 * 30px);
          font-size: 18px;
          position: absolute;
          left: 30px;
          bottom: 20px; }
      .accounts__components__savings-and-benefits__container__savings .visible {
        display: block; }
  .accounts__components__savings-and-benefits__footer {
    text-align: center; }
    .accounts__components__savings-and-benefits__footer > button {
      margin-bottom: 10px;
      width: 25%;
      font-size: 18px; }
    .accounts__components__savings-and-benefits__footer > p {
      margin-top: 10px;
      color: #808080; }
    .accounts__components__savings-and-benefits__footer__currency-selector-wrapper {
      width: 300px;
      text-align: left;
      margin: 10px auto; }
  @media (min-width: 768px) {
    .accounts__components__savings-and-benefits__header > h3 {
      font-size: 24px; }
    .accounts__components__savings-and-benefits__header > p {
      font-size: 17px; }
    .accounts__components__savings-and-benefits__container {
      min-height: 600px;
      padding-bottom: 25px; }
      .accounts__components__savings-and-benefits__container__calculator {
        float: left;
        width: calc(60% - 10px); }
        .accounts__components__savings-and-benefits__container__calculator > div:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet {
          width: calc(50% - 10px/2);
          display: inline-block; }
        .accounts__components__savings-and-benefits__container__calculator__trips__trips-amount, .accounts__components__savings-and-benefits__container__calculator__trips__nights-amount {
          width: initial; }
          .accounts__components__savings-and-benefits__container__calculator__trips__trips-amount input, .accounts__components__savings-and-benefits__container__calculator__trips__nights-amount input {
            max-width: 145px; }
        .accounts__components__savings-and-benefits__container__calculator__trips__trips-amount {
          padding-right: 5px; }
        .accounts__components__savings-and-benefits__container__calculator__trips__nights-amount {
          padding-left: 5px; }
      .accounts__components__savings-and-benefits__container__savings {
        margin-top: 0;
        float: right;
        width: calc(40% - 10px); } }
  @media (min-width: 1024px) {
    .accounts__components__savings-and-benefits__container {
      min-height: inherit;
      max-height: 570px; }
      .accounts__components__savings-and-benefits__container__calculator {
        width: calc(65% - 10px); }
        .accounts__components__savings-and-benefits__container__calculator__pets__list__pet {
          width: calc(33.33333333333% - ((2 * 10px) / 3)); }
          .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:nth-child(3n+1), .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:nth-child(3n+2) {
            margin: 0 10px 10px 0; }
          .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:nth-child(3n+3) {
            margin: 0 0 10px; }
          .accounts__components__savings-and-benefits__container__calculator__pets__list__pet:nth-last-child(-n+3) {
            margin-bottom: 0; }
      .accounts__components__savings-and-benefits__container__savings {
        width: calc(35% - 10px);
        min-height: 490px; }
        .accounts__components__savings-and-benefits__container__savings__benefits {
          padding-top: 10px;
          padding-bottom: 10px; }
          .accounts__components__savings-and-benefits__container__savings__benefits__list > p {
            margin-bottom: 15px; }
          .accounts__components__savings-and-benefits__container__savings__benefits > p:not(:last-child) {
            margin-bottom: 10px; }
          .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper {
            padding: 10px;
            bottom: 10px; }
            .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper > img {
              width: 253px;
              height: 215px;
              margin: auto; }
            .accounts__components__savings-and-benefits__container__savings__benefits__image-wrapper__per-year-savings > p {
              margin-bottom: 10px; }
        .accounts__components__savings-and-benefits__container__savings__formula > button {
          bottom: 10px; } }

.accounts__components__star-rating {
  font-size: 1.5em;
  cursor: pointer; }
  .accounts__components__star-rating > span:not(:first-child) {
    margin-left: 5px; }
  .accounts__components__star-rating .accounts__components__icon svg {
    max-height: 18px;
    max-width: 18px;
    height: 18px;
    width: 18px; }
  .accounts__components__star-rating .review .accounts__components__icon svg {
    fill: #fcc842; }
  .accounts__components__star-rating .feedback .accounts__components__icon svg {
    fill: #67c17a; }
  .accounts__components__star-rating .feedback.housesitter .accounts__components__icon svg {
    fill: #6699CC; }
  .accounts__components__star-rating__not-selected {
    color: #C0C0C0; }
    .accounts__components__star-rating__not-selected .accounts__components__icon svg {
      opacity: 0.45; }

.accounts__components__state-nav {
  width: 100%;
  display: block;
  position: relative; }
  .accounts__components__state-nav__arrow {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    right: 0;
    margin-right: 0.45em;
    margin-top: 0.6em;
    z-index: 1; }
    .accounts__components__state-nav__arrow .accounts__components__icon > svg {
      fill: #474747; }
  .accounts__components__state-nav__item {
    position: relative;
    overflow: hidden;
    max-height: 0;
    background-color: white;
    -webkit-transition: max-height 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out; }
    .accounts__components__state-nav__item > div {
      padding: 0.45em; }
      .accounts__components__state-nav__item > div a {
        display: inline-block;
        width: 100%; }
        .accounts__components__state-nav__item > div a > span {
          vertical-align: middle; }
    .accounts__components__state-nav__item__back-icon {
      width: 0.875em !important;
      height: 0.875em !important;
      margin-right: 0.45em; }
      .accounts__components__state-nav__item__back-icon > svg {
        fill: #474747; }
    .accounts__components__state-nav__item__extra-description {
      display: inline; }
  .accounts__components__state-nav__item--active {
    max-height: 9.375em;
    font-weight: 500; }
  .accounts__components__state-nav--expanded .accounts__components__state-nav__arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    ms-transform: rotate(180deg); }
  .accounts__components__state-nav--expanded .accounts__components__state-nav__item:first-of-type {
    border-top: 1px solid #dddddd; }
  .accounts__components__state-nav--expanded .accounts__components__state-nav__item {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    max-height: 150px; }
  .accounts__components__state-nav:not(.accounts__components__state-nav--expanded) .accounts__components__state-nav__item--active {
    border: 1px solid #dddddd; }
  @media (min-width: 47em) {
    .accounts__components__state-nav__arrow {
      display: none; }
    .accounts__components__state-nav__item, .accounts__components__state-nav__item--active, .accounts__components__state-nav__item--active::after {
      display: inline-block;
      max-height: inherit;
      border: none !important;
      line-height: 1.875em;
      background-color: transparent; }
    .accounts__components__state-nav__item > div {
      display: inline-block; }
    .accounts__components__state-nav__item:first-of-type > div {
      padding-left: 0; }
    .accounts__components__state-nav__item + .accounts__components__state-nav__item::before {
      content: "|";
      font-weight: normal;
      vertical-align: middle; }
    .accounts__components__state-nav__item__extra-description {
      display: none; } }

.accounts__components__testimonials {
  width: 100%;
  background-color: pink;
  margin: 0 auto;
  padding: 20px;
  background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-768.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .accounts__components__testimonials > div > div > button {
    width: 240px;
    border: none; }
  .accounts__components__testimonials > div > div img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    height: 170px;
    width: 170px;
    margin: 0 auto 25px; }
  .accounts__components__testimonials > div > div h3 {
    color: white;
    line-height: 125%;
    max-width: 365px;
    margin: 0 auto 15px; }
  .accounts__components__testimonials > div > div p {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .accounts__components__testimonials {
      background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-1024.png);
      background-position: bottom;
      padding: 60px 0; }
      .accounts__components__testimonials > div > div p {
        margin-bottom: 40px; }
      .accounts__components__testimonials > div > div button {
        font-size: 17px;
        height: 60px;
        line-height: 125%; }
        .accounts__components__testimonials > div > div button > span {
          font-size: 18px; } }
  @media (min-width: 1024px) {
    .accounts__components__testimonials {
      background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-1224.png);
      padding: 80px 0; } }
  @media (min-width: 1224px) {
    .accounts__components__testimonials {
      background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-1920.png); } }
  @media (min-width: 1920px) {
    .accounts__components__testimonials {
      background-image: url(/static/next/dist/images/account/signup/pricing/pricing-testimonials-background-2560.png); } }

.accounts__components__time-picker {
  width: 100%;
  position: relative;
  cursor: pointer; }
  .accounts__components__time-picker input {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #dddddd;
    outline: none;
    margin-bottom: 0;
    height: 37px; }
    .accounts__components__time-picker input.picker__input--active {
      border-color: transparent !important; }

.jqclockpicker-header {
  background-color: #6699CC; }

.jqclockpicker-tick-active {
  background-color: #6699CC;
  color: white; }

.jqclockpicker-canvas-bearing,
.jqclockpicker-canvas-fg {
  fill: #6699CC; }

.jqclockpicker-canvas-bg {
  fill: rgba(102, 153, 204, 0.3); }

.jqclockpicker-time {
  color: #cccccc; }

.jqclockpicker-active {
  color: white; }

.jqclockpicker-actions {
  text-align: center; }

.jqclockpicker-button {
  width: auto;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  margin: 0 5px; }

.jqclockpicker-cancel-button {
  background-color: white;
  color: #6699CC; }

.jqclockpicker-ok-button {
  background-color: #6699CC;
  color: white; }

.accounts__components__toggle-button {
  cursor: pointer;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  float: left; }
  .accounts__components__toggle-button__choice {
    float: left;
    width: 80px;
    height: 38px;
    background: #e6e6e6;
    border-right: 1px solid #cccccc;
    font-size: 15px;
    line-height: 38px;
    color: #474747;
    text-align: center;
    font-weight: 400; }
    .accounts__components__toggle-button__choice input {
      display: none;
      position: absolute;
      outline: none;
      left: 0;
      top: 0;
      padding: 0;
      width: 0;
      height: 0;
      border: none;
      margin: 0;
      opacity: 0;
      z-index: -1; }
    .accounts__components__toggle-button__choice label {
      cursor: pointer;
      margin-bottom: 0; }
      .accounts__components__toggle-button__choice label * {
        cursor: pointer; }
      .accounts__components__toggle-button__choice label > div {
        display: inline-block; }
        .accounts__components__toggle-button__choice label > div svg {
          fill: green;
          width: 14px;
          height: 14px; }
    .accounts__components__toggle-button__choice:last-child {
      border-right: none; }
    .accounts__components__toggle-button__choice:hover {
      background-color: #f0f0f0; }
    .accounts__components__toggle-button__choice--selected label {
      background: white;
      font-weight: 500; }
      .accounts__components__toggle-button__choice--selected label > div {
        display: inline-block; }
      .accounts__components__toggle-button__choice--selected label > span {
        margin-left: 5px; }
    .accounts__components__toggle-button__choice--selected:hover {
      background-color: white; }

.accounts__components__tooltip {
  display: inline-block;
  color: white !important;
  font-size: 14px;
  background-color: #cccccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px !important;
  cursor: pointer;
  position: relative; }
  .accounts__components__tooltip--bubble {
    display: none;
    position: absolute;
    bottom: 36px;
    width: 160px;
    left: 11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333333;
    background-color: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    white-space: normal; }
    .accounts__components__tooltip--bubble:after {
      content: ' ';
      position: absolute;
      bottom: -16px;
      right: calc(50% - 8px);
      border: 8px solid #e6e6e6;
      border-color: #e6e6e6 transparent transparent transparent; }
  .accounts__components__tooltip:hover {
    background-color: #47b549; }
    .accounts__components__tooltip:hover .accounts__components__tooltip--bubble {
      display: block; }

.accounts__components__video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; }
  .accounts__components__video__popup .accounts__components__popup__container {
    min-width: 300px;
    height: 57.3vw;
    max-height: 100vh;
    position: relative; }
  .accounts__components__video__popup__container {
    height: 100%;
    padding: 14px; }
  .accounts__components__video__popup__close {
    position: absolute;
    right: 20px;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    top: 20px;
    z-index: 10;
    cursor: pointer; }
    .accounts__components__video__popup__close:hover {
      background: rgba(0, 0, 0, 0.5); }
  .accounts__components__video__video, .accounts__components__video__youtube-video {
    width: 100%;
    height: 100%; }
  .accounts__components__video__cover > img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .accounts__components__video__cover > button {
    position: absolute;
    padding: 30px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    min-width: 0%;
    background-image: url("/static/next/dist/images/video/play-white.svg");
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: 25px;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

.accounts__components__video-and-benefits {
  background-color: transparent;
  margin: auto; }
  .accounts__components__video-and-benefits__wrapper {
    padding: 0;
    margin-bottom: 5px; }
    .accounts__components__video-and-benefits__wrapper__video-container {
      background-color: white;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      padding: 10px;
      margin-bottom: 10px; }
    .accounts__components__video-and-benefits__wrapper__benefits-container {
      background-color: #dddddd;
      background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
      background-image: linear-gradient(0deg,#dddddd, #f0f0f0);
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      padding: 15px 10px 20px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container > h3 {
        font-size: 18px;
        margin-bottom: 10px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container > p {
        font-size: 14px;
        color: black;
        line-height: 140%;
        margin-bottom: 10px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container__benefits {
        margin-bottom: 5px; }
        .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit {
          width: 100%;
          float: left;
          margin-bottom: 5px; }
          .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit > div {
            background-color: #67c17a;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            float: left; }
            .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit > div svg {
              width: 14px;
              height: 14px;
              margin: -5px 0 0 0px; }
          .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit > span {
            line-height: 140%;
            display: block;
            font-size: 14px;
            margin-left: 27px;
            text-align: left; }
      .accounts__components__video-and-benefits__wrapper__benefits-container > button {
        margin-top: 5px;
        font-size: 18px; }
        .accounts__components__video-and-benefits__wrapper__benefits-container > button:last-of-type {
          font-size: 16px; }
  .accounts__components__video-and-benefits > p {
    text-align: center;
    font-size: 14px;
    color: #808080;
    line-height: 125%; }
  @media (min-width: 768px) {
    .accounts__components__video-and-benefits__wrapper {
      margin-bottom: 20px; }
      .accounts__components__video-and-benefits__wrapper__video-container {
        margin-bottom: 14px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container > h3 {
        font-size: 20px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container > p {
        font-size: 16px;
        margin-top: 14px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit {
        margin-bottom: 7.5px; }
        .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit > span {
          font-size: 16px; }
      .accounts__components__video-and-benefits__wrapper__benefits-container > button {
        width: calc(50% - 5px) !important;
        float: left; }
        .accounts__components__video-and-benefits__wrapper__benefits-container > button:first-of-type {
          margin-right: 5px; }
        .accounts__components__video-and-benefits__wrapper__benefits-container > button:last-of-type {
          margin-left: 5px; } }
  @media (min-width: 1024px) {
    .accounts__components__video-and-benefits__wrapper {
      background-color: #dddddd;
      background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
      background-image: linear-gradient(0deg,#dddddd, #f0f0f0);
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 30px; }
      .accounts__components__video-and-benefits__wrapper__video-container {
        float: left;
        width: 50%;
        padding: 14px;
        max-width: 450px;
        margin-bottom: 0; }
      .accounts__components__video-and-benefits__wrapper__benefits-container {
        background-image: none;
        background-color: transparent;
        float: left;
        width: 50%;
        padding: 0 0 0 30px; }
        .accounts__components__video-and-benefits__wrapper__benefits-container > h3,
        .accounts__components__video-and-benefits__wrapper__benefits-container > p {
          text-align: left; }
        .accounts__components__video-and-benefits__wrapper__benefits-container > p, .accounts__components__video-and-benefits__wrapper__benefits-container__benefits__benefit {
          margin-bottom: 14px; }
    .accounts__components__video-and-benefits > p {
      clear: both; } }

.accounts__components__colour-picker__selected-colour {
  position: relative;
  margin-right: 0.9em; }
  .accounts__components__colour-picker__selected-colour input {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-left: 40px; }

.accounts__components__colour-picker__label-square {
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px; }

.accounts__components__colour-picker__selector {
  background-color: white;
  position: absolute;
  z-index: 2;
  padding: 5px;
  margin-top: 2px;
  height: auto;
  border: 1px solid #f0efed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }
  .accounts__components__colour-picker__selector ul {
    -webkit-column-count: 8;
    /* Chrome, Safari, Opera */
    -moz-column-count: 8;
    /* Firefox */
    column-count: 8;
    display: table-row; }
  .accounts__components__colour-picker__selector li {
    display: table-cell; }
  .accounts__components__colour-picker__selector li:hover {
    position: relative;
    z-index: 2;
    outline: 2px solid white;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25); }

.accounts__components__colour-picker__squares {
  padding: 5px; }

.accounts__components__colour-picker__square {
  width: 25px;
  height: 25px;
  float: left; }

.accounts__profile__pledge .accounts__components__panel {
  border-radius: 3px; }

.accounts__profile__pledge__container {
  font-weight: 300;
  font-size: 16px;
  max-width: 824px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2); }

.accounts__profile__pledge__subtitle {
  font-size: 18px;
  font-weight: 400; }

.accounts__profile__pledge__title {
  padding: 15px;
  max-width: 375px;
  margin: auto; }

.accounts__profile__pledge__intro--bold {
  font-weight: 500; }

.accounts__profile__pledge__membership-type-title {
  text-align: center; }

.accounts__profile__pledge__banner {
  padding: 20px 0; }
  .accounts__profile__pledge__banner > img {
    width: 100%; }

.accounts__profile__pledge__list h3 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px; }

.accounts__profile__pledge__list li {
  margin: 5px 0;
  width: 100%;
  display: inline-block; }

.accounts__profile__pledge__list a {
  text-decoration: underline; }

.accounts__profile__pledge input[type=checkbox] {
  display: none; }

.accounts__profile__pledge__checkbox {
  float: left;
  width: 15%;
  padding-right: 10px; }
  .accounts__profile__pledge__checkbox label {
    width: 24px;
    height: 24px;
    margin: auto;
    border-radius: 50%;
    border: solid 3.2px #c6c6c6;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .accounts__profile__pledge__checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #67c17a;
    border-top: none;
    border-right: none; }
  .accounts__profile__pledge__checkbox label:hover {
    border: 3px solid #67c17a;
    opacity: 0.3; }
  .accounts__profile__pledge__checkbox label:hover::after {
    opacity: 0.3; }
  .accounts__profile__pledge__checkbox input[type=checkbox]:checked + label {
    border: 3px solid #67c17a;
    opacity: 1; }
  .accounts__profile__pledge__checkbox input[type=checkbox]:checked + label:after {
    opacity: 1; }

.accounts__profile__pledge__checkbox-text {
  float: left;
  width: 85%; }

.accounts__profile__pledge__footer {
  text-align: center;
  padding-bottom: 10px; }
  .accounts__profile__pledge__footer__button {
    margin: 10px auto 25px; }
  .accounts__profile__pledge__footer__link {
    text-decoration: underline;
    display: block;
    cursor: pointer; }

.accounts__profile__pledge__button {
  display: block;
  border: none;
  background-color: #f181ae;
  padding: 10px 30px;
  max-width: 300px;
  font-size: 18px; }

.accounts__profile__pledge__check-all-popup .accounts__components__popup__container {
  text-align: center;
  font-size: 16px;
  max-width: 500px;
  width: 90%;
  background-color: white;
  top: 50%;
  padding: 20px 10px 25px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__profile__pledge__check-all-popup .accounts__components__popup__container h3 {
    font-weight: 400; }
  .accounts__profile__pledge__check-all-popup .accounts__components__popup__container a {
    color: #6699CC; }

.accounts__profile__pledge__pledge-popup {
  font-size: 14px;
  display: block;
  overflow: scroll;
  width: 100%;
  top: 0;
  margin: 0; }
  .accounts__profile__pledge__pledge-popup .accounts__components__popup__container {
    padding: 50px 10px;
    width: 100%;
    left: 50%; }
  .accounts__profile__pledge__pledge-popup__container {
    max-width: 824px;
    margin: auto;
    background-color: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 10px; }
  .accounts__profile__pledge__pledge-popup__checkbox {
    float: left;
    padding-right: 10px; }
    .accounts__profile__pledge__pledge-popup__checkbox label {
      width: 24px;
      height: 24px;
      margin: auto;
      border-radius: 50%;
      border: solid 3.2px #67c17a;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .accounts__profile__pledge__pledge-popup__checkbox label:after {
      content: '';
      position: absolute;
      width: 11px;
      height: 6px;
      background: transparent;
      top: 4px;
      left: 4px;
      border: 3px solid #67c17a;
      border-top: none;
      border-right: none; }

@media (min-width: 560px) {
  .accounts__profile__pledge__banner {
    padding: 20px 0; } }

@media (min-width: 650px) {
  .accounts__profile__pledge {
    font-size: 18px; }
    .accounts__profile__pledge .accounts__components__panel {
      padding: 20px 40px; }
    .accounts__profile__pledge__subtitle {
      font-size: 24px;
      margin: 0; }
    .accounts__profile__pledge__intro {
      padding: 15px 0; }
    .accounts__profile__pledge__confirmation-title {
      padding: 0 50px; }
    .accounts__profile__pledge__list {
      padding: 15px 40px; }
      .accounts__profile__pledge__list h3 {
        font-size: 20px;
        width: 90%;
        float: right; }
      .accounts__profile__pledge__list li {
        margin: 15px 0; }
    .accounts__profile__pledge__checkbox {
      width: 10%; }
    .accounts__profile__pledge__checkbox-text {
      width: 90%; }
    .accounts__profile__pledge__footer__button {
      margin: 20px auto 0; }
    .accounts__profile__pledge__footer__link {
      margin-top: 40px; }
    .accounts__profile__pledge__pledge-popup__container {
      padding: 40px;
      left: 50%; }
    .accounts__profile__pledge__pledge-popup__checkbox {
      width: 10%; }
    .accounts__profile__pledge__pledge-popup__checkbox-text {
      width: 90%; }
    .accounts__profile__pledge .accounts__components__popup__container {
      padding: 30px 30px 45px;
      font-size: 18px; }
      .accounts__profile__pledge .accounts__components__popup__container h3 {
        font-size: 24px; } }

.accounts__profile__code-of-conduct__owner {
  text-align: center;
  font-size: 1rem; }
  .accounts__profile__code-of-conduct__owner__header {
    margin: 28px 0 24px;
    font-size: 1.25rem; }
    @media (min-width: 560px) {
      .accounts__profile__code-of-conduct__owner__header {
        font-size: 1.5rem; } }
  .accounts__profile__code-of-conduct__owner__image {
    margin: 24px 0 32px; }
  .accounts__profile__code-of-conduct__owner__agreements {
    padding: 0 16px; }
    @media (min-width: 560px) {
      .accounts__profile__code-of-conduct__owner__agreements {
        padding: 0 32px; } }
    .accounts__profile__code-of-conduct__owner__agreements__header {
      font-weight: 700; }
    .accounts__profile__code-of-conduct__owner__agreements__list {
      text-align: left; }
      .accounts__profile__code-of-conduct__owner__agreements__list ul {
        list-style: none; }
      .accounts__profile__code-of-conduct__owner__agreements__list li {
        margin: 16px 0; }
      .accounts__profile__code-of-conduct__owner__agreements__list li::before {
        content: "\2022";
        color: #20847e;
        font-size: 180%;
        padding-right: 16px;
        line-height: 100%; }
  .accounts__profile__code-of-conduct__owner__button {
    background-color: #20847e;
    margin: 32px auto 36px;
    display: flex;
    border-radius: 24px;
    color: white;
    font-size: 1rem;
    border: none; }
    .accounts__profile__code-of-conduct__owner__button:hover {
      background-color: rgba(32, 132, 126, 0.75); }
    @media (min-width: 560px) {
      .accounts__profile__code-of-conduct__owner__button {
        margin: 32px auto 28px; } }

.accounts__profile__dashboard {
  position: relative;
  margin: 0 auto;
  max-width: 1224px; }
  .accounts__profile__dashboard__sidebar {
    display: none;
    float: left; }
  .accounts__profile__dashboard__main {
    width: 100%;
    float: left; }
  .accounts__profile__dashboard__walkthrough__container {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 1140px;
    max-height: 730px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden; }
    .accounts__profile__dashboard__walkthrough__container video {
      width: 100%;
      height: 100%;
      max-height: 100vh; }
  .accounts__profile__dashboard__walkthrough__close {
    position: absolute;
    right: 6px;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    top: 6px;
    z-index: 10;
    cursor: pointer; }
    .accounts__profile__dashboard__walkthrough__close:hover {
      background: rgba(0, 0, 0, 0.5); }
  .accounts__profile__dashboard__walkthrough .accounts__components__popup__container {
    width: 100%;
    max-height: 100vh; }
  .accounts__profile__dashboard__placeholder, .accounts__profile__dashboard__placeholder--mobile {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    z-index: 1; }
    .accounts__profile__dashboard__placeholder.active, .active.accounts__profile__dashboard__placeholder--mobile {
      z-index: 2; }
    .accounts__profile__dashboard__placeholder--white {
      background-color: white; }
    .accounts__profile__dashboard__placeholder--homeowner {
      background-color: #d3e8d7; }
    .accounts__profile__dashboard__placeholder--housesitter {
      background-color: #d9e1ec; }
    .accounts__profile__dashboard__placeholder--membership {
      background-color: #ffdef1; }
    .accounts__profile__dashboard__placeholder--partner-offers {
      background-color: #e6e6e6; }
    .accounts__profile__dashboard__placeholder--gray {
      background-color: #e6e6e6; }
    .accounts__profile__dashboard__placeholder__header {
      color: #333333;
      font-size: 16px; }
      .accounts__profile__dashboard__placeholder__header--tablet-skip {
        display: none; }
    .accounts__profile__dashboard__placeholder--tablet {
      display: block; }
      .accounts__profile__dashboard__placeholder--tablet-skip {
        display: none; }
    .accounts__profile__dashboard__placeholder__actions {
      margin-bottom: 10px;
      overflow: auto; }
      .accounts__profile__dashboard__placeholder__actions button {
        float: right; }
    .accounts__profile__dashboard__placeholder .accounts__components__collapsible-panel__label, .accounts__profile__dashboard__placeholder--mobile .accounts__components__collapsible-panel__label {
      background-color: transparent;
      border: none; }
    .accounts__profile__dashboard__placeholder .accounts__components__collapsible-panel__content, .accounts__profile__dashboard__placeholder--mobile .accounts__components__collapsible-panel__content {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .accounts__profile__dashboard__placeholder .accounts__components__collapsible-panel__content > div, .accounts__profile__dashboard__placeholder--mobile .accounts__components__collapsible-panel__content > div {
        width: 100%;
        background-color: transparent;
        border: none;
        padding: 0; }
    .accounts__profile__dashboard__placeholder__section {
      padding: 0 0 14px 0;
      margin-bottom: 14px;
      border-bottom: 1px dashed white; }
      .accounts__profile__dashboard__placeholder__section--gray {
        border-bottom: 1px dashed #dddddd; }
  .accounts__profile__dashboard__welcome__inbox-button {
    position: relative;
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
    background-image: linear-gradient(0deg,#dddddd, #f0f0f0);
    padding-left: 5px !important; }
    .accounts__profile__dashboard__welcome__inbox-button:hover {
      background-color: #d0d0d0;
      background-image: -webkit-linear-gradient(-270deg, #d0d0d0, #f0f0f0);
      background-image: linear-gradient(0deg,#d0d0d0, #f0f0f0); }
    .accounts__profile__dashboard__welcome__inbox-button.accounts__components__icon-button > .accounts__components__icon > svg {
      width: 42px !important;
      max-width: 42px !important;
      height: 36px !important;
      max-height: 36px !important;
      fill: #47b549;
      margin-right: 0 !important; }
    .accounts__profile__dashboard__welcome__inbox-button.accounts__components__icon-button .accounts__profile__dashboard__welcome__inbox-button__arrow > svg {
      width: 20px !important;
      height: 20px !important;
      margin-right: 0 !important;
      fill: #474747 !important;
      margin-top: -1px !important; }
    .accounts__profile__dashboard__welcome__inbox-button__counter {
      position: absolute;
      left: 24px;
      top: 3px; }
    .accounts__profile__dashboard__welcome__inbox-button__label {
      color: #333333;
      font-size: 15px; }
      .accounts__profile__dashboard__welcome__inbox-button__label__unread {
        color: #6699CC;
        font-weight: 500; }
  .accounts__profile__dashboard__welcome__new-user-info {
    margin: 5px 0 0;
    padding: 5px 0;
    list-style: none; }
    .accounts__profile__dashboard__welcome__new-user-info li {
      font-size: 14px;
      margin: 10px 0 0;
      font-weight: 400; }
      .accounts__profile__dashboard__welcome__new-user-info li:last-child {
        margin-bottom: 0; }
    .accounts__profile__dashboard__welcome__new-user-info__number {
      background-color: #f181ae;
      border-radius: 100%;
      width: 33px;
      height: 33px;
      display: block;
      text-align: center;
      line-height: 33px;
      float: left;
      color: white;
      font-size: 14px;
      font-weight: 500; }
    .accounts__profile__dashboard__welcome__new-user-info__item {
      margin-left: 43px;
      line-height: 33px;
      height: 33px; }
      .accounts__profile__dashboard__welcome__new-user-info__item > div {
        line-height: 130%;
        transform: translateY(6px); }
  .accounts__profile__dashboard__welcome__whats-next > p {
    margin: 0; }
  .accounts__profile__dashboard__account__photo > div {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; }
  .accounts__profile__dashboard__account__photo__change {
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    right: 0;
    background-color: rgba(71, 71, 71, 0.6);
    color: white;
    text-align: center;
    cursor: pointer; }
    .accounts__profile__dashboard__account__photo__change .accounts__components__icon {
      background: none;
      display: inline-block; }
      .accounts__profile__dashboard__account__photo__change .accounts__components__icon svg {
        margin-top: -5px;
        width: 1.875em !important;
        height: 1.875em !important;
        max-width: 1.875em !important;
        max-height: 1.875em !important; }
    .accounts__profile__dashboard__account__photo__change > span {
      display: inline-block;
      color: white;
      padding-left: 10px; }
  .accounts__profile__dashboard__account__photo img {
    width: 100%; }
  .accounts__profile__dashboard__account__photo:hover .accounts__profile__dashboard__account__photo__change {
    opacity: 1; }
  .accounts__profile__dashboard__toggle-homeowner-listings {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer; }
  .accounts__profile__dashboard__profile-image > div {
    max-height: 350px;
    overflow: hidden; }
  .accounts__profile__dashboard__profile-image img {
    width: 100%; }
  .accounts__profile__dashboard__welcome, .accounts__profile__dashboard__resources, .accounts__profile__dashboard__member-benefits, .accounts__profile__dashboard__membership-expiry-status {
    margin-bottom: 14px; }
  .accounts__profile__dashboard__resources a {
    color: #6699CC; }
    .accounts__profile__dashboard__resources a:hover {
      text-decoration: underline;
      color: #9fc7e2; }
  .accounts__profile__dashboard__resources ul, .accounts__profile__dashboard__resources ol {
    margin-left: 0;
    margin-bottom: 14px; }
    .accounts__profile__dashboard__resources ul li, .accounts__profile__dashboard__resources ol li {
      margin-left: 0;
      list-style-type: none;
      margin-bottom: 10px; }
      .accounts__profile__dashboard__resources ul li .accounts__components__icon, .accounts__profile__dashboard__resources ol li .accounts__components__icon {
        float: left; }
        .accounts__profile__dashboard__resources ul li .accounts__components__icon svg, .accounts__profile__dashboard__resources ol li .accounts__components__icon svg {
          width: 16px !important;
          height: 16px !important;
          max-width: 16px !important;
          max-height: 16px !important; }
      .accounts__profile__dashboard__resources ul li > span, .accounts__profile__dashboard__resources ol li > span {
        margin-left: 21px;
        display: block; }
  .accounts__profile__dashboard__welcome h5 {
    font-size: 24px;
    color: #6699CC; }
  .accounts__profile__dashboard__welcome h6 {
    font-size: 18px;
    color: #fd4273; }
  .accounts__profile__dashboard__welcome__news {
    font-weight: 500; }
    .accounts__profile__dashboard__welcome__news__tutorial {
      color: #47b549; }
      .accounts__profile__dashboard__welcome__news__tutorial__seperator {
        font-size: 13px; }
    .accounts__profile__dashboard__welcome__news__list > li {
      font-size: 14px;
      font-weight: normal;
      padding: 5px 0;
      line-height: 100%;
      display: none; }
      .accounts__profile__dashboard__welcome__news__list > li:nth-child(-n+3) {
        display: block; }
      .accounts__profile__dashboard__welcome__news__list > li > a {
        color: #6699CC; }
        .accounts__profile__dashboard__welcome__news__list > li > a:hover {
          cursor: pointer; }
    .accounts__profile__dashboard__welcome__news__list.newsExpanded > li {
      display: block !important; }
    .accounts__profile__dashboard__welcome__news__show-more {
      font-size: 14px;
      font-weight: normal;
      margin-top: 10px;
      color: #47b549;
      display: inline-block; }
      .accounts__profile__dashboard__welcome__news__show-more:hover {
        cursor: pointer; }
  @media (min-width: 480px) {
    .accounts__profile__dashboard__placeholder__header--large-phone {
      display: none; }
    .accounts__profile__dashboard__placeholder--large-phone .accounts__components__collapsible-panel__label-container {
      display: none; }
    .accounts__profile__dashboard__placeholder--large-phone .accounts__components__collapsible-panel__content {
      position: relative !important;
      opacity: 1;
      visibility: visible; }
      .accounts__profile__dashboard__placeholder--large-phone .accounts__components__collapsible-panel__content > div {
        position: relative; } }
  @media (min-width: 768px) {
    .accounts__profile__dashboard__sidebar {
      display: block;
      width: 41.09589041%;
      min-height: 10px; }
    .accounts__profile__dashboard__main {
      width: 58.90410959%;
      padding-left: 20px; }
    .accounts__profile__dashboard__placeholder, .accounts__profile__dashboard__placeholder--mobile {
      padding: 10px 20px;
      margin-bottom: 20px;
      float: left;
      width: 100%;
      position: relative !important; }
      .accounts__profile__dashboard__placeholder--mobile {
        display: none; }
      .accounts__profile__dashboard__placeholder__header {
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        color: #333333; }
        .accounts__profile__dashboard__placeholder__header--tablet {
          display: none; }
          .accounts__profile__dashboard__placeholder__header--tablet-skip {
            display: block; }
      .accounts__profile__dashboard__placeholder--tablet {
        display: none; }
        .accounts__profile__dashboard__placeholder--tablet-skip {
          display: block; }
      .accounts__profile__dashboard__placeholder__actions {
        margin-bottom: 20px;
        width: 100%; }
      .accounts__profile__dashboard__placeholder .accounts__components__collapsible-panel__label-container, .accounts__profile__dashboard__placeholder--mobile .accounts__components__collapsible-panel__label-container {
        display: none; }
      .accounts__profile__dashboard__placeholder .accounts__components__collapsible-panel__content, .accounts__profile__dashboard__placeholder--mobile .accounts__components__collapsible-panel__content {
        position: relative !important;
        opacity: 1;
        visibility: visible; }
        .accounts__profile__dashboard__placeholder .accounts__components__collapsible-panel__content > div, .accounts__profile__dashboard__placeholder--mobile .accounts__components__collapsible-panel__content > div {
          position: relative; }
    .accounts__profile__dashboard__welcome {
      padding: 20px 20px 30px; }
      .accounts__profile__dashboard__welcome__inbox-button {
        padding-left: 15px !important; }
        .accounts__profile__dashboard__welcome__inbox-button.accounts__components__icon-button > .accounts__components__icon > svg {
          margin-right: 0.45em !important; }
        .accounts__profile__dashboard__welcome__inbox-button__counter {
          left: 36px; }
        .accounts__profile__dashboard__welcome__inbox-button__label {
          font-size: 17px; }
      .accounts__profile__dashboard__welcome__new-user-info li {
        font-size: 16px; }
    .accounts__profile__dashboard__account__photo {
      padding: 20px; }
    .accounts__profile__dashboard__verifications {
      z-index: 2; }
      .accounts__profile__dashboard__verifications__tooltip__header {
        background-color: rgba(240, 240, 240, 0.55);
        border-bottom: 1px solid #e6e6e6;
        padding: 5px 10px; }
        .accounts__profile__dashboard__verifications__tooltip__header > p {
          margin-bottom: 0;
          font-size: 16px; }
      .accounts__profile__dashboard__verifications__tooltip__body {
        padding: 5px 10px;
        font-size: 13px; }
        .accounts__profile__dashboard__verifications__tooltip__body .accounts__components__link {
          font-size: 13px; }
      .accounts__profile__dashboard__verifications__tooltip .accounts__components__tooltip--bubble {
        padding: 0;
        background-color: white;
        -webkit-box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.3);
        font-weight: 400; }
        .accounts__profile__dashboard__verifications__tooltip .accounts__components__tooltip--bubble:after {
          border-color: white transparent transparent transparent; }
      .accounts__profile__dashboard__verifications .accounts__components__tooltip {
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        font-size: 16px; }
      .accounts__profile__dashboard__verifications .accounts__profile__dashboard__placeholder__header > span:last-child {
        position: absolute;
        right: 20px; }
      .accounts__profile__dashboard__verifications .accounts__components__collapsible-panel__label-container {
        display: block; }
      .accounts__profile__dashboard__verifications .accounts__components__collapsible-panel__content {
        opacity: 0;
        visibility: hidden;
        position: absolute !important; } }
  @media (min-width: 1024px) {
    .accounts__profile__dashboard__account__photo__change {
      opacity: 0; }
    .accounts__profile__dashboard__sidebar {
      display: block;
      width: 35.23316062%; }
    .accounts__profile__dashboard__main {
      width: 64.76683938%;
      padding-left: 20px; }
    .accounts__profile__dashboard__placeholder, .accounts__profile__dashboard__placeholder--mobile {
      margin-bottom: 20px; }
    .accounts__profile__dashboard__welcome__inbox-button {
      padding-left: 15px !important; }
    .accounts__profile__dashboard__welcome__news__list > li {
      font-size: 16px; }
    .accounts__profile__dashboard__welcome__news__show-more {
      font-size: 16px; } }
  @media (min-width: 47em) {
    .accounts__profile__dashboard > h6 {
      margin-bottom: 1.8em; }
    .accounts__profile__dashboard__row {
      display: table;
      width: 100%;
      margin-bottom: 0.9em; }
      .accounts__profile__dashboard__row__spacer {
        width: 0.9em;
        display: table-cell; } }

.accounts__profile__feedback__feedback-provide, .accounts__profile__feedback__feedback-provided, .accounts__profile__feedback__feedback-received, .accounts__profile__feedback__feedback-request {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px; }
  .accounts__profile__feedback__feedback-provide > div > ul > li, .accounts__profile__feedback__feedback-provided > div > ul > li, .accounts__profile__feedback__feedback-received > div > ul > li, .accounts__profile__feedback__feedback-request > div > ul > li {
    padding: 10px 0; }
    .accounts__profile__feedback__feedback-provide > div > ul > li:not(:last-of-type), .accounts__profile__feedback__feedback-provided > div > ul > li:not(:last-of-type), .accounts__profile__feedback__feedback-received > div > ul > li:not(:last-of-type), .accounts__profile__feedback__feedback-request > div > ul > li:not(:last-of-type) {
      border-bottom: 1px dashed #cccccc; }
  .accounts__profile__feedback__feedback-provide > div > ul > div, .accounts__profile__feedback__feedback-provided > div > ul > div, .accounts__profile__feedback__feedback-received > div > ul > div, .accounts__profile__feedback__feedback-request > div > ul > div {
    padding: 10px 0;
    border-top: 1px dashed #cccccc; }
  .accounts__profile__feedback__feedback-provide > div > div, .accounts__profile__feedback__feedback-provided > div > div, .accounts__profile__feedback__feedback-received > div > div, .accounts__profile__feedback__feedback-request > div > div {
    font-size: 14px;
    padding: 15px 0; }
  .accounts__profile__feedback__feedback-provide button, .accounts__profile__feedback__feedback-provided button, .accounts__profile__feedback__feedback-received button, .accounts__profile__feedback__feedback-request button {
    height: 42px; }
  @media (min-width: 768px) {
    .accounts__profile__feedback__feedback-provide, .accounts__profile__feedback__feedback-provided, .accounts__profile__feedback__feedback-received, .accounts__profile__feedback__feedback-request {
      padding: 20px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .accounts__profile__feedback__feedback-provide > div > div, .accounts__profile__feedback__feedback-provided > div > div, .accounts__profile__feedback__feedback-received > div > div, .accounts__profile__feedback__feedback-request > div > div {
        font-size: 16px;
        padding: 0; } }
  @media (min-width: 1024px) {
    .accounts__profile__feedback__feedback-provide > div > ul > li, .accounts__profile__feedback__feedback-provided > div > ul > li, .accounts__profile__feedback__feedback-received > div > ul > li, .accounts__profile__feedback__feedback-request > div > ul > li {
      border-bottom: none !important;
      padding: 10px 0; }
      .accounts__profile__feedback__feedback-provide > div > ul > li:last-of-type, .accounts__profile__feedback__feedback-provided > div > ul > li:last-of-type, .accounts__profile__feedback__feedback-received > div > ul > li:last-of-type, .accounts__profile__feedback__feedback-request > div > ul > li:last-of-type {
        margin-bottom: 20px; }
    .accounts__profile__feedback__feedback-provide > div > ul > div, .accounts__profile__feedback__feedback-provided > div > ul > div, .accounts__profile__feedback__feedback-received > div > ul > div, .accounts__profile__feedback__feedback-request > div > ul > div {
      padding-top: 20px; } }

.accounts__profile__homeowner {
  width: 100%;
  padding: 0; }
  .accounts__profile__homeowner * {
    font-family: 'Ubuntu', sans-serif !important; }
  .accounts__profile__homeowner__header {
    width: 100%;
    float: left;
    padding: 20px 10px; }
    .accounts__profile__homeowner__header--completed {
      display: block;
      float: right;
      line-height: 20px;
      font-weight: 500;
      font-size: 14px; }
    .accounts__profile__homeowner__header header {
      max-width: 1224px;
      margin: 0 auto;
      width: 100%;
      padding: 0;
      position: relative; }
      .accounts__profile__homeowner__header header h1 {
        font-size: 22px;
        margin-bottom: 20px; }
        .accounts__profile__homeowner__header header h1 span {
          font-weight: 400;
          display: none; }
      .accounts__profile__homeowner__header header p {
        font-size: 16px;
        margin-bottom: 20px; }
      .accounts__profile__homeowner__header header > div {
        position: absolute;
        right: 0;
        top: 0;
        display: none; }
        .accounts__profile__homeowner__header header > div a {
          line-height: 38px;
          color: #6699CC; }
          .accounts__profile__homeowner__header header > div a span {
            display: none; }
          .accounts__profile__homeowner__header header > div a > div {
            width: 38px;
            height: 38px;
            background-color: #6699CC;
            text-align: center;
            line-height: 38px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            margin-left: 10px;
            display: inline-block; }
            .accounts__profile__homeowner__header header > div a > div svg {
              width: 38px;
              height: 38px;
              max-width: 38px;
              max-height: 38px;
              margin-top: -3px; }
    .accounts__profile__homeowner__header section {
      max-width: 1224px;
      margin: 0 auto;
      width: 100%;
      position: relative; }
      .accounts__profile__homeowner__header section > div {
        width: 100%;
        float: left;
        position: relative;
        padding: 14px;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .accounts__profile__homeowner__header section > div h2 {
          font-size: 16px;
          position: relative; }
          .accounts__profile__homeowner__header section > div h2 span + span {
            height: 37px;
            background-color: #f0f0f0;
            line-height: 37px;
            color: #474747;
            font-size: 14px;
            position: absolute;
            right: 0;
            top: -8px;
            padding: 0 10px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            font-weight: 400; }
            .accounts__profile__homeowner__header section > div h2 span + span span {
              background-color: #f181ae;
              color: white;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%;
              width: 18px;
              height: 18px;
              display: inline-block;
              position: relative;
              margin-right: 6px;
              text-align: center;
              line-height: 18px; }
        .accounts__profile__homeowner__header section > div ul {
          list-style: disc;
          color: #6699CC;
          padding-left: 20px;
          padding-top: 14px;
          margin-top: 14px;
          border-top: 1px dashed #cccccc; }
          .accounts__profile__homeowner__header section > div ul li {
            width: 100%;
            line-height: 140%;
            font-size: 16px;
            cursor: pointer; }
            .accounts__profile__homeowner__header section > div ul li:hover {
              color: #9fc7e2; }
        .accounts__profile__homeowner__header section > div > div {
          padding-top: 14px;
          margin-top: 14px;
          border-top: 1px dashed #cccccc; }
      .accounts__profile__homeowner__header section > div + div {
        width: 300px;
        margin-left: 20px;
        display: none; }
    .accounts__profile__homeowner__header__strength-bar {
      width: 50%;
      position: relative;
      height: 26px;
      background-color: #f0f0f0;
      border: 1px solid #cccccc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      float: left; }
      .accounts__profile__homeowner__header__strength-bar__title {
        width: 50%;
        float: left;
        line-height: 26px;
        padding-left: 14px;
        font-weight: 500;
        font-size: 14px; }
      .accounts__profile__homeowner__header__strength-bar > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #6699CC;
        background-image: url(/static/next/dist/images/icons/account/progress-bar/progress-bar-transparency.png);
        background-size: 8px;
        -webkit-transition: width 150ms ease-in-out;
        -moz-transition: width 150ms ease-in-out;
        transition: width 150ms ease-in-out; }
  .accounts__profile__homeowner--header {
    max-width: 1224px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px; }
  .accounts__profile__homeowner--separator {
    height: 1px;
    width: 100%;
    float: left;
    background-color: #cccccc; }
  .accounts__profile__homeowner--container {
    width: 100%;
    float: left;
    padding: 20px 10px;
    clear: both; }
    .accounts__profile__homeowner--container > div {
      max-width: 1224px;
      margin: 0 auto;
      width: 100%;
      padding: 0;
      position: relative; }
  .accounts__profile__homeowner--actions {
    margin: 0 auto;
    width: 100%;
    float: left;
    background-color: #e6e6e6; }
    .accounts__profile__homeowner--actions button {
      display: block;
      margin: 30px auto;
      height: 44px;
      width: 224px; }
  @media (min-width: 650px) {
    .accounts__profile__homeowner__header {
      padding: 30px 20px; }
      .accounts__profile__homeowner__header--completed {
        display: none; }
      .accounts__profile__homeowner__header section > div {
        width: calc(100% - 320px); }
      .accounts__profile__homeowner__header section > div + div {
        display: block; }
    .accounts__profile__homeowner--container {
      padding: 30px 20px; } }
  @media (min-width: 560px) {
    .accounts__profile__homeowner__header header h1 span {
      display: inline-block; }
    .accounts__profile__homeowner__header header > div {
      display: block; }
      .accounts__profile__homeowner__header header > div a span {
        display: inline-block; } }

.accounts__profile__homeowner-steps textarea,
.accounts__profile__homeowner-steps input[type='text'] {
  color: #474747 !important; }
  .accounts__profile__homeowner-steps textarea::-webkit-input-placeholder,
  .accounts__profile__homeowner-steps input[type='text']::-webkit-input-placeholder {
    color: #808080 !important; }
  .accounts__profile__homeowner-steps textarea::-moz-placeholder,
  .accounts__profile__homeowner-steps input[type='text']::-moz-placeholder {
    color: #808080 !important; }
  .accounts__profile__homeowner-steps textarea:-moz-placeholder,
  .accounts__profile__homeowner-steps input[type='text']:-moz-placeholder {
    color: #808080 !important; }
  .accounts__profile__homeowner-steps textarea:-ms-input-placeholder,
  .accounts__profile__homeowner-steps input[type='text']:-ms-input-placeholder {
    color: #808080 !important; }
  .accounts__profile__homeowner-steps textarea:focus,
  .accounts__profile__homeowner-steps input[type='text']:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #9fc7e2; }

.accounts__profile__homeowner-steps__header {
  background-color: rgba(217, 225, 236, 0.75);
  background-image: -webkit-linear-gradient(-180deg, rgba(217, 225, 236, 0.75), rgba(235, 241, 250, 0.75));
  background-image: linear-gradient(-90deg,rgba(217, 225, 236, 0.75), rgba(235, 241, 250, 0.75));
  text-align: center;
  padding: 25px 0; }
  .accounts__profile__homeowner-steps__header p {
    margin: 0; }

.accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation {
  background-color: rgba(255, 255, 255, 0.5); }
  .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__title {
    border-top: 1px dashed #dddddd; }
  .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item {
    color: #6699CC;
    cursor: pointer; }
  .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item__active {
    color: #474747; }
  .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__profile__homeowner-steps__steps--completed {
    color: #47b549; }
  .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__profile__homeowner-steps__steps--incompleted {
    color: #808080; }

.accounts__profile__homeowner-steps__next-step {
  width: 300px;
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 1px dashed #dddddd;
  text-align: center; }
  .accounts__profile__homeowner-steps__next-step button {
    display: inline-block;
    height: 44px;
    width: 300px; }
  .accounts__profile__homeowner-steps__next-step div + div {
    margin-top: 15px; }
  .accounts__profile__homeowner-steps__next-step__primary-button button {
    font-size: 18px !important; }

.accounts__profile__homeowner-steps--container {
  width: 100%;
  min-width: 300px;
  max-width: 560px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  .accounts__profile__homeowner-steps--container-bigger {
    width: 100%;
    min-width: 300px;
    max-width: 580px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }

.accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation__list__item {
  cursor: pointer; }

.accounts__profile__homeowner-steps__skip-checkout {
  width: 100%;
  background-color: rgba(254, 254, 254, 0.6);
  margin-top: 60px;
  padding: 15px 20px;
  text-align: center; }
  .accounts__profile__homeowner-steps__skip-checkout button {
    display: inline-block; }

@media (min-width: 768px) {
  .accounts__profile__homeowner-steps {
    padding-bottom: 275px; }
    .accounts__profile__homeowner-steps__skip-checkout {
      display: none; }
    .accounts__profile__homeowner-steps__header {
      padding: 30px 0; }
    .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item {
      margin-right: 20px;
      padding-right: 20px;
      position: relative; }
      .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item:after {
        content: ' ';
        position: absolute;
        right: 0;
        top: 15px;
        height: 30px;
        width: 1px;
        background-color: #dddddd; }
      .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item:last-child:after {
        display: none;
        margin-right: 0;
        padding-right: 0; }
      .accounts__profile__homeowner-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item button {
        margin-top: -22px; } }

.accounts__profile__housesitter {
  width: 100%;
  padding: 0;
  background-color: white; }
  .accounts__profile__housesitter * {
    font-family: 'Ubuntu', sans-serif !important; }
  .accounts__profile__housesitter__header {
    width: 100%;
    float: left;
    padding: 20px 10px; }
    .accounts__profile__housesitter__header--completed {
      display: block;
      float: right;
      line-height: 20px;
      font-weight: 500;
      font-size: 14px; }
    .accounts__profile__housesitter__header header {
      max-width: 1224px;
      margin: 0 auto;
      width: 100%;
      padding: 0;
      position: relative; }
      .accounts__profile__housesitter__header header h1 {
        font-size: 22px;
        margin-bottom: 20px; }
        .accounts__profile__housesitter__header header h1 span {
          font-weight: 400;
          display: none; }
      .accounts__profile__housesitter__header header p {
        font-size: 16px;
        margin-bottom: 20px; }
      .accounts__profile__housesitter__header header > div {
        position: absolute;
        right: 0;
        top: 0;
        display: none; }
        .accounts__profile__housesitter__header header > div a {
          line-height: 38px;
          color: #47b549; }
          .accounts__profile__housesitter__header header > div a span {
            display: none; }
          .accounts__profile__housesitter__header header > div a > div {
            width: 38px;
            height: 38px;
            background-color: #47b549;
            text-align: center;
            line-height: 38px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            margin-left: 10px;
            display: inline-block; }
            .accounts__profile__housesitter__header header > div a > div svg {
              width: 38px;
              height: 38px;
              max-width: 38px;
              max-height: 38px;
              margin-top: -3px; }
    .accounts__profile__housesitter__header section {
      max-width: 1224px;
      margin: 0 auto;
      width: 100%;
      position: relative; }
      .accounts__profile__housesitter__header section > div {
        width: 100%;
        float: left;
        position: relative;
        padding: 14px;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .accounts__profile__housesitter__header section > div h2 {
          font-size: 16px;
          position: relative; }
          .accounts__profile__housesitter__header section > div h2 span + span {
            width: 100px;
            height: 37px;
            background-color: #f0f0f0;
            line-height: 37px;
            color: #474747;
            font-size: 14px;
            position: absolute;
            right: 0;
            top: -8px;
            padding: 0 10px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            font-weight: 400; }
            .accounts__profile__housesitter__header section > div h2 span + span span {
              background-color: #f181ae;
              color: white;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%;
              width: 18px;
              height: 18px;
              display: inline-block;
              position: relative;
              margin-right: 6px;
              text-align: center;
              line-height: 18px; }
        .accounts__profile__housesitter__header section > div ul {
          list-style: disc;
          color: #47b549;
          padding-left: 20px;
          padding-top: 14px;
          margin-top: 14px;
          border-top: 1px dashed #cccccc; }
          .accounts__profile__housesitter__header section > div ul li {
            width: 100%;
            line-height: 140%;
            font-size: 16px;
            cursor: pointer; }
            .accounts__profile__housesitter__header section > div ul li:hover {
              color: #67c17a; }
        .accounts__profile__housesitter__header section > div > div {
          padding-top: 14px;
          margin-top: 14px;
          border-top: 1px dashed #cccccc; }
      .accounts__profile__housesitter__header section > div + div {
        width: 300px;
        margin-left: 20px;
        display: none; }
    .accounts__profile__housesitter__header__strength-bar {
      width: 50%;
      position: relative;
      height: 26px;
      background-color: #f0f0f0;
      border: 1px solid #cccccc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      float: left; }
      .accounts__profile__housesitter__header__strength-bar__title {
        width: 50%;
        float: left;
        line-height: 26px;
        padding-left: 14px;
        font-weight: 500;
        font-size: 14px; }
      .accounts__profile__housesitter__header__strength-bar > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #47b549;
        background-image: url(/static/next/dist/images/icons/account/progress-bar/progress-bar-transparency.png);
        background-size: 8px;
        -webkit-transition: width 150ms ease-in-out;
        -moz-transition: width 150ms ease-in-out;
        transition: width 150ms ease-in-out; }
  .accounts__profile__housesitter--header {
    max-width: 1224px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px; }
  .accounts__profile__housesitter--container {
    width: 100%;
    float: left;
    padding: 20px 10px;
    clear: both; }
    .accounts__profile__housesitter--container > div {
      max-width: 1224px;
      margin: 0 auto;
      width: 100%;
      padding: 0;
      position: relative; }
  .accounts__profile__housesitter--actions {
    margin: 0 auto;
    width: 100%;
    float: left;
    background-color: #e6e6e6; }
    .accounts__profile__housesitter--actions button {
      display: block;
      height: 44px;
      width: 224px;
      margin: 30px auto; }
  @media (min-width: 650px) {
    .accounts__profile__housesitter__header {
      padding: 30px 20px; }
      .accounts__profile__housesitter__header--completed {
        display: none; }
      .accounts__profile__housesitter__header section > div {
        width: calc(100% - 320px); }
      .accounts__profile__housesitter__header section > div + div {
        display: block; }
    .accounts__profile__housesitter--container {
      padding: 30px 20px; } }
  @media (min-width: 560px) {
    .accounts__profile__housesitter__header header h1 span {
      display: inline-block; }
    .accounts__profile__housesitter__header header > div {
      display: block; }
      .accounts__profile__housesitter__header header > div a span {
        display: inline-block; } }

.accounts__profile__housesitter-steps {
  padding-bottom: 150px; }
  .accounts__profile__housesitter-steps textarea,
  .accounts__profile__housesitter-steps input[type='text'] {
    color: #474747 !important; }
    .accounts__profile__housesitter-steps textarea::-webkit-input-placeholder,
    .accounts__profile__housesitter-steps input[type='text']::-webkit-input-placeholder {
      color: #808080 !important; }
    .accounts__profile__housesitter-steps textarea::-moz-placeholder,
    .accounts__profile__housesitter-steps input[type='text']::-moz-placeholder {
      color: #808080 !important; }
    .accounts__profile__housesitter-steps textarea:-moz-placeholder,
    .accounts__profile__housesitter-steps input[type='text']:-moz-placeholder {
      color: #808080 !important; }
    .accounts__profile__housesitter-steps textarea:-ms-input-placeholder,
    .accounts__profile__housesitter-steps input[type='text']:-ms-input-placeholder {
      color: #808080 !important; }
    .accounts__profile__housesitter-steps textarea:focus,
    .accounts__profile__housesitter-steps input[type='text']:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 2px solid #67c17a; }
  .accounts__profile__housesitter-steps__header {
    background-color: rgba(217, 225, 236, 0.75);
    background-image: -webkit-linear-gradient(-180deg, rgba(217, 225, 236, 0.75), rgba(235, 241, 250, 0.75));
    background-image: linear-gradient(-90deg,rgba(217, 225, 236, 0.75), rgba(235, 241, 250, 0.75));
    text-align: center;
    padding: 25px 0; }
    .accounts__profile__housesitter-steps__header p {
      margin: 0; }
  .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation {
    background-color: rgba(255, 255, 255, 0.5); }
    .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__title {
      border-top: 1px dashed #dddddd; }
    .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item {
      cursor: pointer; }
      .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item .accounts__components__listing-edit-navigation__list__item__name {
        color: #6699CC; }
    .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item__active .accounts__components__listing-edit-navigation__list__item__name {
      color: #474747; }
    .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__profile__housesitter-steps__steps--completed {
      color: #47b549; }
    .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__profile__housesitter-steps__steps--incompleted {
      color: #808080; }
  .accounts__profile__housesitter-steps__next-step {
    width: 300px;
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 1px dashed #dddddd;
    text-align: center; }
    .accounts__profile__housesitter-steps__next-step button {
      display: inline-block;
      height: 44px;
      width: 300px; }
    .accounts__profile__housesitter-steps__next-step div + div {
      margin-top: 15px; }
    .accounts__profile__housesitter-steps__next-step__primary-button button {
      font-size: 18px !important; }
  .accounts__profile__housesitter-steps--container {
    width: 100%;
    min-width: 300px;
    max-width: 560px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
    .accounts__profile__housesitter-steps--container-bigger {
      width: 100%;
      min-width: 300px;
      max-width: 580px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px; }
  .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation__list__item {
    cursor: pointer; }
  .accounts__profile__housesitter-steps__skip-checkout {
    width: 100%;
    background-color: rgba(254, 254, 254, 0.6);
    margin-top: 60px;
    padding: 15px 20px;
    text-align: center; }
    .accounts__profile__housesitter-steps__skip-checkout button {
      display: inline-block; }
  @media (min-width: 768px) {
    .accounts__profile__housesitter-steps {
      padding-bottom: 275px; }
      .accounts__profile__housesitter-steps__skip-checkout {
        display: none; }
      .accounts__profile__housesitter-steps__header {
        padding: 30px 0; }
      .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item {
        margin-right: 20px;
        padding-right: 20px;
        position: relative; }
        .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item:after {
          content: ' ';
          position: absolute;
          right: 0;
          top: 15px;
          height: 30px;
          width: 1px;
          background-color: #dddddd; }
        .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item:last-child:after {
          display: none;
          margin-right: 0;
          padding-right: 0; }
        .accounts__profile__housesitter-steps .accounts__components__listing-edit-navigation .accounts__components__listing-edit-navigation__list__item button {
          margin-top: -22px; } }

.accounts__profile__login__container__wrapper {
  margin: auto;
  max-width: 300px; }
  .accounts__profile__login__container__wrapper h3 {
    text-align: center; }
  .accounts__profile__login__container__wrapper__facebook-login {
    margin: 20px 0; }
    .accounts__profile__login__container__wrapper__facebook-login > button {
      height: 44px; }
  .accounts__profile__login__container__wrapper__divider {
    position: relative;
    text-align: center;
    margin-bottom: 0; }
    .accounts__profile__login__container__wrapper__divider::before, .accounts__profile__login__container__wrapper__divider::after {
      position: absolute;
      width: calc(50% - 30px);
      height: 1px;
      border-top: 1px dashed #cccccc;
      top: 50%;
      margin-top: 1px;
      content: ' '; }
    .accounts__profile__login__container__wrapper__divider::before {
      left: 0; }
    .accounts__profile__login__container__wrapper__divider::after {
      right: 0; }
  .accounts__profile__login__container__wrapper__details {
    border-bottom: 1px dashed #cccccc;
    padding: 25px 0; }
    .accounts__profile__login__container__wrapper__details > input {
      color: #474747;
      font-size: 16px; }
      .accounts__profile__login__container__wrapper__details > input::-webkit-input-placeholder {
        color: grey; }
      .accounts__profile__login__container__wrapper__details > input::-moz-placeholder {
        color: grey; }
      .accounts__profile__login__container__wrapper__details > input:-moz-placeholder {
        color: grey; }
      .accounts__profile__login__container__wrapper__details > input:-ms-input-placeholder {
        color: grey; }
    .accounts__profile__login__container__wrapper__details > input.ng-invalid.ng-touched,
    .accounts__profile__login__container__wrapper__details > input.invalid {
      background-color: #d9e1ec; }
    .accounts__profile__login__container__wrapper__details > input:focus {
      background-color: white; }
    .accounts__profile__login__container__wrapper__details > button {
      width: 100%;
      margin-top: 10px;
      font-size: 18px;
      height: 44px; }
    .accounts__profile__login__container__wrapper__details__login-error__symbol {
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      background: #fd4273;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: white;
      font-size: 24px;
      line-height: 30px; }
    .accounts__profile__login__container__wrapper__details__login-error__text {
      color: #fd4273;
      font-size: 12px;
      padding-left: 35px;
      line-height: 125%; }
  .accounts__profile__login__container__wrapper__extra {
    margin-top: 20px;
    text-align: center; }

@media (min-width: 768px) {
  .accounts__profile__login__container__wrapper {
    max-width: 320px; }
    .accounts__profile__login__container__wrapper__details__login-error__symbol {
      width: 35px;
      height: 35px;
      font-size: 24px;
      line-height: 35px; }
    .accounts__profile__login__container__wrapper__details__login-error__text {
      font-size: 14px;
      padding-left: 40px; } }

.accounts__profile__manual__homeowner .accounts__components__checkbox,
.accounts__profile__manual__homeowner .accounts__components__radio-group,
.accounts__profile__manual__homeowner .accounts__components__checkbox-group, .accounts__profile__manual__housesitter .accounts__components__checkbox,
.accounts__profile__manual__housesitter .accounts__components__radio-group,
.accounts__profile__manual__housesitter .accounts__components__checkbox-group {
  margin-bottom: 10px; }

.accounts__profile__manual__homeowner .accounts__components__checkbox, .accounts__profile__manual__housesitter .accounts__components__checkbox {
  float: left;
  width: 100%; }

.accounts__profile__manual__homeowner .accounts__components__manual-navigation__list__extra > button, .accounts__profile__manual__homeowner__calendar-button, .accounts__profile__manual__housesitter .accounts__components__manual-navigation__list__extra > button, .accounts__profile__manual__housesitter__calendar-button {
  height: 44px;
  background-color: #9fc7e2;
  color: white;
  font-weight: 500;
  border: none; }
  .accounts__profile__manual__homeowner .accounts__components__manual-navigation__list__extra > button .accounts__components__icon > svg, .accounts__profile__manual__homeowner__calendar-button .accounts__components__icon > svg, .accounts__profile__manual__housesitter .accounts__components__manual-navigation__list__extra > button .accounts__components__icon > svg, .accounts__profile__manual__housesitter__calendar-button .accounts__components__icon > svg {
    max-height: 24px !important;
    max-width: 27px !important;
    height: 24px !important;
    width: 27px !important; }
  .accounts__profile__manual__homeowner .accounts__components__manual-navigation__list__extra > button:hover, .accounts__profile__manual__homeowner__calendar-button:hover, .accounts__profile__manual__housesitter .accounts__components__manual-navigation__list__extra > button:hover, .accounts__profile__manual__housesitter__calendar-button:hover {
    background-color: #f181ae !important;
    color: white !important; }
  .accounts__profile__manual__homeowner .accounts__components__manual-navigation__list__extra > button.active, .accounts__profile__manual__homeowner__calendar-button.active, .accounts__profile__manual__housesitter .accounts__components__manual-navigation__list__extra > button.active, .accounts__profile__manual__housesitter__calendar-button.active {
    background-color: #f181ae; }

.accounts__profile__manual__homeowner__calendar-button, .accounts__profile__manual__housesitter__calendar-button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.accounts__profile__manual__homeowner__header, .accounts__profile__manual__housesitter__header {
  text-align: center;
  padding: 20px 0 0 0; }
  .accounts__profile__manual__homeowner__header__title, .accounts__profile__manual__housesitter__header__title {
    padding: 0 20px 20px; }
    .accounts__profile__manual__homeowner__header__title img, .accounts__profile__manual__housesitter__header__title img {
      width: 50px;
      margin: 0 auto 15px; }
    .accounts__profile__manual__homeowner__header__title > div, .accounts__profile__manual__housesitter__header__title > div {
      position: relative; }

.accounts__profile__manual__homeowner__section, .accounts__profile__manual__housesitter__section {
  background-color: white; }
  .accounts__profile__manual__homeowner__section > div, .accounts__profile__manual__housesitter__section > div {
    padding-left: 0;
    padding-right: 0; }

.accounts__profile__manual__homeowner__footer, .accounts__profile__manual__housesitter__footer {
  min-height: 130px; }
  .accounts__profile__manual__homeowner__footer button, .accounts__profile__manual__housesitter__footer button {
    height: 44px;
    font-size: 18px;
    font-weight: 500; }

.accounts__profile__manual__homeowner .accounts__components__closable-section, .accounts__profile__manual__housesitter .accounts__components__closable-section {
  padding: 0 10px; }
  .accounts__profile__manual__homeowner .accounts__components__closable-section + .accounts__components__closable-section, .accounts__profile__manual__housesitter .accounts__components__closable-section + .accounts__components__closable-section {
    border-top: 1px dashed #dddddd;
    padding-top: 20px; }
  .accounts__profile__manual__homeowner .accounts__components__closable-section:not(:last-of-type), .accounts__profile__manual__housesitter .accounts__components__closable-section:not(:last-of-type) {
    padding-bottom: 20px; }
  .accounts__profile__manual__homeowner .accounts__components__closable-section .accounts__components__inline-editable-section, .accounts__profile__manual__housesitter .accounts__components__closable-section .accounts__components__inline-editable-section {
    padding: 10px 0; }
    .accounts__profile__manual__homeowner .accounts__components__closable-section .accounts__components__inline-editable-section:not(:first-child), .accounts__profile__manual__housesitter .accounts__components__closable-section .accounts__components__inline-editable-section:not(:first-child) {
      border-top: 1px dashed #dddddd; }

.accounts__profile__manual__homeowner .accounts__components__checkbox-group li, .accounts__profile__manual__housesitter .accounts__components__checkbox-group li {
  margin-top: 5px;
  margin-bottom: 5px; }

.accounts__profile__manual__homeowner .accounts__components__tooltip--bubble, .accounts__profile__manual__housesitter .accounts__components__tooltip--bubble {
  width: 200px; }

.accounts__profile__manual__homeowner .accounts__components__checkbox[disabled], .accounts__profile__manual__housesitter .accounts__components__checkbox[disabled] {
  opacity: 0.7; }

.accounts__profile__manual--free-text {
  white-space: pre-wrap; }

.accounts__profile__manual--field, .accounts__profile__manual--field--list {
  word-break: break-word; }
  .accounts__profile__manual--field > h5, .accounts__profile__manual--field--list > h5, .accounts__profile__manual--field > h6, .accounts__profile__manual--field--list > h6 {
    margin-bottom: 0; }
  .accounts__profile__manual--field:not(:first-child), .accounts__profile__manual--field--list:not(:first-child) {
    margin-top: 15px; }
  .accounts__profile__manual--field--list ul, .accounts__profile__manual--field--list li {
    display: inline-block; }

.accounts__profile__manual--icon-link {
  cursor: pointer;
  display: inline-block; }
  .accounts__profile__manual--icon-link .accounts__components__icon > svg {
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px; }
  .accounts__profile__manual--icon-link .accounts__components__link {
    margin-left: 5px;
    font-weight: 500;
    vertical-align: middle; }
  .accounts__profile__manual--icon-link:hover .accounts__components__link {
    color: #9fc7e2 !important; }

.accounts__profile__manual--list > li + li {
  margin-top: 30px; }

.accounts__profile__manual--list--edit > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #cccccc; }

@media (min-width: 1024px) {
  .accounts__profile__manual__homeowner__header__title > h3, .accounts__profile__manual__homeowner__header__title div, .accounts__profile__manual__housesitter__header__title > h3, .accounts__profile__manual__housesitter__header__title div {
    color: white; }
  .accounts__profile__manual__homeowner__header__title > div, .accounts__profile__manual__housesitter__header__title > div {
    font-size: 20px; }
  .accounts__profile__manual__homeowner .accounts__components__closable-section, .accounts__profile__manual__housesitter .accounts__components__closable-section {
    padding: 0 20px; }
    .accounts__profile__manual__homeowner .accounts__components__closable-section + .accounts__components__closable-section, .accounts__profile__manual__housesitter .accounts__components__closable-section + .accounts__components__closable-section {
      padding-top: 25px; }
    .accounts__profile__manual__homeowner .accounts__components__closable-section:not(:last-child), .accounts__profile__manual__housesitter .accounts__components__closable-section:not(:last-child) {
      padding-bottom: 25px; }
    .accounts__profile__manual__homeowner .accounts__components__closable-section .accounts__components__inline-editable-section, .accounts__profile__manual__housesitter .accounts__components__closable-section .accounts__components__inline-editable-section {
      padding: 20px 0; }
  .accounts__profile__manual__homeowner .accounts__components__manual-navigation__list__extra, .accounts__profile__manual__housesitter .accounts__components__manual-navigation__list__extra {
    display: none; } }

.accounts__profile__messages__welcome {
  margin-bottom: 10px; }

.accounts__profile__messages__nav__items {
  margin-bottom: 14px; }

.accounts__profile__messages__nav__content > li {
  border-top: 1px solid #dddddd;
  padding-top: 14px;
  padding-bottom: 14px; }

@media (min-width: 47em) {
  .accounts__profile__messages__welcome {
    margin-bottom: 14px; } }

.accounts__profile__provide-reference {
  font-size: 14px;
  line-height: 140%; }
  .accounts__profile__provide-reference__request {
    text-align: center;
    background-color: #9fc7e2;
    background-image: url("/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg");
    background-repeat: no-repeat;
    background-size: 1400px;
    background-position: center top; }
    .accounts__profile__provide-reference__request > h3 {
      font-size: 22px; }
    .accounts__profile__provide-reference__request > span {
      font-size: 18px; }
    .accounts__profile__provide-reference__request > img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      margin: 25px auto;
      width: 90px;
      height: 90px; }
    .accounts__profile__provide-reference__request__message {
      background-color: rgba(255, 255, 255, 0.75);
      max-width: 680px;
      margin: auto;
      position: relative;
      padding: 15px 10px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .accounts__profile__provide-reference__request__message > p + p {
        margin-bottom: 0; }
      .accounts__profile__provide-reference__request__message > a {
        cursor: pointer; }
      .accounts__profile__provide-reference__request__message:after {
        content: '';
        position: absolute;
        top: -32px;
        right: calc(50% - 16px);
        border: 16px solid rgba(255, 255, 255, 0.75);
        border-color: transparent transparent rgba(255, 255, 255, 0.75) transparent; }
  .accounts__profile__provide-reference__guidelines {
    color: white;
    background-color: #67c17a;
    padding: 20px; }
    .accounts__profile__provide-reference__guidelines h5 {
      color: white; }
    .accounts__profile__provide-reference__guidelines > div {
      max-width: 680px;
      margin: auto; }
      .accounts__profile__provide-reference__guidelines > div > span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto 10px;
        font-size: 40px;
        background-color: #f181ae;
        text-align: center;
        display: block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
  .accounts__profile__provide-reference__form {
    background-color: rgba(240, 240, 240, 0.6);
    padding: 30px 10px; }
    .accounts__profile__provide-reference__form > div {
      max-width: 680px;
      margin: auto; }
      .accounts__profile__provide-reference__form > div > h4 {
        font-size: 18px; }
      .accounts__profile__provide-reference__form > div > div {
        padding: 15px 0; }
        .accounts__profile__provide-reference__form > div > div label {
          font-size: 15px; }
        .accounts__profile__provide-reference__form > div > div input, .accounts__profile__provide-reference__form > div > div textarea {
          font-size: 16px;
          color: #474747; }
        .accounts__profile__provide-reference__form > div > div + div {
          border-top: 1px dashed #cccccc; }
        .accounts__profile__provide-reference__form > div > div:last-of-type > p {
          font-size: 14px;
          color: #808080;
          margin-top: 10px; }
        .accounts__profile__provide-reference__form > div > div .accounts__components__rating {
          margin-top: 10px; }
        .accounts__profile__provide-reference__form > div > div .accounts__components__button, .accounts__profile__provide-reference__form > div > div .accounts__components__icon-button {
          font-size: 16px;
          font-weight: 500;
          height: 44px;
          width: 160px; }
          .accounts__profile__provide-reference__form > div > div .accounts__components__button[disabled], .accounts__profile__provide-reference__form > div > div [disabled].accounts__components__icon-button {
            opacity: 0.45; }
            .accounts__profile__provide-reference__form > div > div .accounts__components__button[disabled]:hover, .accounts__profile__provide-reference__form > div > div [disabled].accounts__components__icon-button:hover {
              background-color: #47b549 !important;
              cursor: default; }
  @media (min-width: 768px) {
    .accounts__profile__provide-reference {
      font-size: 16px; }
      .accounts__profile__provide-reference__request {
        background-size: 2500px; }
        .accounts__profile__provide-reference__request > h3 {
          font-size: 26px; }
        .accounts__profile__provide-reference__request > span {
          font-size: 20px; }
        .accounts__profile__provide-reference__request__message {
          padding: 30px; }
      .accounts__profile__provide-reference__guidelines {
        padding: 30px; }
        .accounts__profile__provide-reference__guidelines > div > span {
          float: left; }
        .accounts__profile__provide-reference__guidelines > div > div {
          margin-left: 70px; }
      .accounts__profile__provide-reference__form > div > div {
        padding: 25px 0; }
        .accounts__profile__provide-reference__form > div > div label {
          font-size: 17px; }
        .accounts__profile__provide-reference__form > div > div:first-of-type div {
          width: calc(50% - 14px);
          float: left;
          margin-right: 14px; }
          .accounts__profile__provide-reference__form > div > div:first-of-type div + div {
            margin-right: 0;
            margin-left: 14px; }
        .accounts__profile__provide-reference__form > div > div:nth-of-type(3) > label {
          display: inline-block; }
        .accounts__profile__provide-reference__form > div > div .accounts__components__button, .accounts__profile__provide-reference__form > div > div .accounts__components__icon-button {
          font-size: 18px; } }

.accounts__profile__provide-reference__provided__thank-you {
  text-align: center;
  background-color: rgba(159, 199, 226, 0.55);
  background-image: url(/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg), url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference-768.png);
  background-repeat: no-repeat;
  background-size: 1000px, 100% 75%;
  background-position: center top, center bottom;
  padding: 20px 10px 40px; }
  .accounts__profile__provide-reference__provided__thank-you .accounts__components__button, .accounts__profile__provide-reference__provided__thank-you .accounts__components__icon-button {
    border: none; }
  .accounts__profile__provide-reference__provided__thank-you > div {
    max-width: 600px;
    margin: auto; }
    .accounts__profile__provide-reference__provided__thank-you > div > h3 {
      font-size: 22px;
      color: black; }
    .accounts__profile__provide-reference__provided__thank-you > div > p {
      font-size: 18px;
      color: black; }
    .accounts__profile__provide-reference__provided__thank-you > div > img {
      width: 100px;
      height: 100px;
      margin: 30px auto; }
    .accounts__profile__provide-reference__provided__thank-you > div > div > h4, .accounts__profile__provide-reference__provided__thank-you > div > div h1, .accounts__profile__provide-reference__provided__thank-you > div > div p {
      color: white; }
    .accounts__profile__provide-reference__provided__thank-you > div > div > h1 {
      font-size: 34px; }
    .accounts__profile__provide-reference__provided__thank-you > div > div > h4 {
      font-size: 20px; }
    .accounts__profile__provide-reference__provided__thank-you > div > div .accounts__components__button, .accounts__profile__provide-reference__provided__thank-you > div > div .accounts__components__icon-button {
      font-size: 18px;
      font-weight: 500;
      height: 50px;
      width: 200px; }

.accounts__profile__provide-reference__provided .accounts__components__benefits-grid {
  padding-top: 30px;
  padding-bottom: 30px; }

.accounts__profile__provide-reference__provided .components__trustpilot--light {
  float: left; }

@media (min-width: 768px) {
  .accounts__profile__provide-reference__provided__thank-you {
    background-image: url(/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg), url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference-1024.png);
    background-size: 100%, 100% 75%;
    padding: 30px 0 60px; }
    .accounts__profile__provide-reference__provided__thank-you > div > h3 {
      font-size: 26px; }
    .accounts__profile__provide-reference__provided__thank-you > div > h5 {
      font-size: 20px; }
    .accounts__profile__provide-reference__provided__thank-you > div > div > h1 {
      font-size: 40px; }
    .accounts__profile__provide-reference__provided__thank-you > div > div > p {
      font-size: 20px; }
  .accounts__profile__provide-reference__provided .accounts__components__benefits-grid {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (min-width: 1024px) {
  .accounts__profile__provide-reference__provided__thank-you {
    background-image: url(/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg), url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference-1224.png); } }

@media (min-width: 1224px) {
  .accounts__profile__provide-reference__provided__thank-you {
    background-image: url(/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg), url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference-1920.png);
    background-size: 100%, 100% 65%; } }

@media (min-width: 1600px) {
  .accounts__profile__provide-reference__provided__thank-you {
    background-image: url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference--clouds-1600.svg), url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference-1920.png); } }

@media (min-width: 1920px) {
  .accounts__profile__provide-reference__provided__thank-you {
    background-image: url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference--clouds-1600.svg), url(/static/next/dist/images/components/background/profile/verifications/reference/background--profile--reference-2560.png); } }

.accounts__profile__reviews__review-provide, .accounts__profile__reviews__review-provided, .accounts__profile__reviews__review-received, .accounts__profile__reviews__review-request {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px; }
  .accounts__profile__reviews__review-provide > div > ul > li, .accounts__profile__reviews__review-provided > div > ul > li, .accounts__profile__reviews__review-received > div > ul > li, .accounts__profile__reviews__review-request > div > ul > li {
    padding: 10px 0; }
    .accounts__profile__reviews__review-provide > div > ul > li:not(:last-of-type), .accounts__profile__reviews__review-provided > div > ul > li:not(:last-of-type), .accounts__profile__reviews__review-received > div > ul > li:not(:last-of-type), .accounts__profile__reviews__review-request > div > ul > li:not(:last-of-type) {
      border-bottom: 1px dashed #cccccc; }
  .accounts__profile__reviews__review-provide > div > ul > div, .accounts__profile__reviews__review-provided > div > ul > div, .accounts__profile__reviews__review-received > div > ul > div, .accounts__profile__reviews__review-request > div > ul > div {
    padding: 10px 0;
    border-top: 1px dashed #cccccc; }
  .accounts__profile__reviews__review-provide > div > div, .accounts__profile__reviews__review-provided > div > div, .accounts__profile__reviews__review-received > div > div, .accounts__profile__reviews__review-request > div > div {
    font-size: 14px;
    padding: 15px 0; }
  .accounts__profile__reviews__review-provide button, .accounts__profile__reviews__review-provided button, .accounts__profile__reviews__review-received button, .accounts__profile__reviews__review-request button {
    height: 42px; }
  @media (min-width: 768px) {
    .accounts__profile__reviews__review-provide, .accounts__profile__reviews__review-provided, .accounts__profile__reviews__review-received, .accounts__profile__reviews__review-request {
      padding: 20px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .accounts__profile__reviews__review-provide > div > div, .accounts__profile__reviews__review-provided > div > div, .accounts__profile__reviews__review-received > div > div, .accounts__profile__reviews__review-request > div > div {
        font-size: 16px;
        padding: 0; } }
  @media (min-width: 1024px) {
    .accounts__profile__reviews__review-provide > div > ul > li, .accounts__profile__reviews__review-provided > div > ul > li, .accounts__profile__reviews__review-received > div > ul > li, .accounts__profile__reviews__review-request > div > ul > li {
      border-bottom: none !important;
      padding: 10px 0; }
      .accounts__profile__reviews__review-provide > div > ul > li:last-of-type, .accounts__profile__reviews__review-provided > div > ul > li:last-of-type, .accounts__profile__reviews__review-received > div > ul > li:last-of-type, .accounts__profile__reviews__review-request > div > ul > li:last-of-type {
        margin-bottom: 20px; }
    .accounts__profile__reviews__review-provide > div > ul > div, .accounts__profile__reviews__review-provided > div > ul > div, .accounts__profile__reviews__review-received > div > ul > div, .accounts__profile__reviews__review-request > div > ul > div {
      padding-top: 20px; } }

.accounts__components__benefits input {
  display: none;
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  opacity: 0;
  z-index: -1; }

.accounts__components__benefits .accounts__components__benefit {
  background: #f0f0f0;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 10px; }
  .accounts__components__benefits .accounts__components__benefit:last-child {
    margin-bottom: 0; }

.accounts__components__benefits__header {
  width: 100%;
  position: relative; }
  .accounts__components__benefits__header .accounts__components__icon {
    position: absolute;
    right: 0;
    top: 11px; }
    .accounts__components__benefits__header .accounts__components__icon svg {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      fill: #808080; }

input:checked + .accounts__components__benefits__header .accounts__components__icon svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.accounts__components__benefits__badge {
  float: left;
  width: 46px;
  margin-right: 10px; }
  .accounts__components__benefits__badge img {
    width: 100%; }

.accounts__components__benefits__title {
  height: 46px; }
  .accounts__components__benefits__title h5, .accounts__components__benefits__title h6 {
    margin: 0; }
  .accounts__components__benefits__title h5 {
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    color: #333333; }
  .accounts__components__benefits__title h6 {
    display: none;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    color: #474747; }

.accounts__components__benefits__header__with-subtitle .accounts__components__benefits__title h5 {
  line-height: 23px; }

.accounts__components__benefits__header__with-subtitle .accounts__components__benefits__title h6 {
  display: block; }

.accounts__components__benefits__container {
  display: none;
  margin-top: 14px; }
  .accounts__components__benefits__container img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px; }
  .accounts__components__benefits__container p {
    font-size: 14px; }
  .accounts__components__benefits__container__actions {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0; }

input:checked + .accounts__components__benefits__header + .accounts__components__benefits__container {
  display: block; }

.accounts__components__benefits__list-items {
  margin-top: 5px 0 0;
  padding: 5px 0;
  border-top: 1px dashed #cccccc;
  list-style: none;
  margin-left: 0; }
  .accounts__components__benefits__list-items li {
    font-size: 14px;
    margin-bottom: 10px; }
    .accounts__components__benefits__list-items li:last-child {
      margin-bottom: 0; }
  .accounts__components__benefits__list-items__number {
    background-color: #f181ae;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    float: left;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: none; }
  .accounts__components__benefits__list-items__item {
    display: block; }
  .accounts__components__benefits__list-items.numbers .accounts__components__benefits__list-items__number {
    display: block; }
  .accounts__components__benefits__list-items.numbers .accounts__components__benefits__list-items__item {
    margin-left: 43px; }

.accounts__components__benefits__meta {
  font-size: 14px;
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px dashed #cccccc;
  color: #808080; }

@media (min-width: 768px) {
  .accounts__components__benefits .accounts__components__benefit {
    margin-bottom: 20px; }
    .accounts__components__benefits .accounts__components__benefit:last-child {
      margin-bottom: 10px; } }

@media (min-width: 1024px) {
  .accounts__components__benefits .accounts__components__benefit {
    padding: 10px 20px 10px; }
  .accounts__components__benefits__container__actions {
    margin-top: 10px;
    margin-bottom: 10px; }
  .accounts__components__benefits__list-items {
    margin-top: 10px;
    padding: 10px 0; }
  .accounts__components__benefits__meta {
    margin-top: 10px;
    padding: 10px 0; } }

.accounts__profile__verifications {
  font-size: 14px;
  line-height: 140%; }
  .accounts__profile__verifications .accounts__components__nav-panel ul > li[disabled] {
    opacity: 0.25; }
  @media (min-width: 768px) {
    .accounts__profile__verifications {
      font-size: 16px; }
      .accounts__profile__verifications .accounts__components__panel {
        padding: 20px; } }

.accounts__profile__verify-email {
  text-align: center; }
  .accounts__profile__verify-email > div {
    max-width: 300px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10%; }
    .accounts__profile__verify-email > div .accounts__components__link {
      font-size: 16px; }
  @media (min-width: 768px) {
    .accounts__profile__verify-email > div {
      max-width: 350px; } }

.accounts__profile__settings .accounts__components__master-detail__detail .accounts__components__panel,
.accounts__profile__settings .accounts__components__master-detail__detail .accounts__components__help-bubble {
  margin-bottom: 14px; }

.accounts__profile__settings__membership__cancel-renewal {
  background: white;
  width: 100%;
  padding: 20px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .accounts__profile__settings__membership__cancel-renewal__popup .accounts__components__popup__container {
    width: 100%;
    max-width: 300px; }
  .accounts__profile__settings__membership__cancel-renewal h2 {
    color: #f181ae;
    font-size: 22px;
    margin: 10px 0;
    text-align: center; }
  .accounts__profile__settings__membership__cancel-renewal p {
    margin: 0;
    text-align: center;
    font-size: 16px; }
  .accounts__profile__settings__membership__cancel-renewal__actions {
    text-align: center;
    padding-top: 44px;
    position: relative; }
    .accounts__profile__settings__membership__cancel-renewal__actions:before {
      position: absolute;
      content: ' ';
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      margin-top: 22px;
      background-image: linear-gradient(to right, #cccccc 33%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 3px 1px;
      background-repeat: repeat-x; }
    .accounts__profile__settings__membership__cancel-renewal__actions button {
      padding: 11px 38px;
      display: inline-block; }
      .accounts__profile__settings__membership__cancel-renewal__actions button.accounts__components__button--membership {
        background-color: #f181ae; }
    .accounts__profile__settings__membership__cancel-renewal__actions button + button {
      margin-top: 15px; }

.accounts__profile__settings__membership__downgrade .accounts__components__button, .accounts__profile__settings__membership__downgrade .accounts__components__icon-button {
  max-width: 360px;
  width: 100%;
  display: block; }
  .accounts__profile__settings__membership__downgrade .accounts__components__button + button, .accounts__profile__settings__membership__downgrade .accounts__components__icon-button + button {
    margin-top: 10px; }

.accounts__profile__settings__membership__downgrade-popup .accounts__components__popup__container {
  padding: 10px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.accounts__profile__settings__membership__downgrade-popup .accounts__components__button[disabled], .accounts__profile__settings__membership__downgrade-popup [disabled].accounts__components__icon-button {
  opacity: 0.45; }
  .accounts__profile__settings__membership__downgrade-popup .accounts__components__button[disabled]:hover, .accounts__profile__settings__membership__downgrade-popup [disabled].accounts__components__icon-button:hover {
    cursor: default; }

.accounts__profile__settings__membership__downgrade-popup a {
  color: #47b549; }

@media (min-width: 768px) {
  .accounts__profile__settings__membership__cancel-renewal {
    padding: 32px 40px; }
    .accounts__profile__settings__membership__cancel-renewal__popup .accounts__components__popup__container {
      max-width: 450px; }
    .accounts__profile__settings__membership__cancel-renewal h2 {
      font-size: 24px;
      margin: 20px 0; }
    .accounts__profile__settings__membership__cancel-renewal p {
      font-size: 18px; }
    .accounts__profile__settings__membership__cancel-renewal__actions {
      padding-top: 60px; }
      .accounts__profile__settings__membership__cancel-renewal__actions:before {
        margin-top: 30px; }
      .accounts__profile__settings__membership__cancel-renewal__actions button + button {
        margin-top: 0;
        margin-left: 25px; }
  .accounts__profile__settings__membership__downgrade-popup .accounts__components__popup__container {
    padding: 20px; } }

@media (max-width: 47em) {
  .accounts__profile__settings .accounts__components__master-detail__detail .accounts__components__panel {
    padding: 0;
    background-color: transparent; } }

.checkout__wrapper {
  padding-top: 20px; }
  .checkout__wrapper--large {
    padding-top: 60px; }

@media (min-width: 768px) {
  .checkout__wrapper {
    padding-top: 50px; }
    .checkout__wrapper--large {
      padding-top: 100px; } }

.accounts__signup__checkout {
  max-width: initial;
  padding-top: 0; }
  .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item {
    cursor: pointer;
    position: relative;
    padding-left: 20px; }
    .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item:last-child {
      /* The Skip to Checkout -button being transcluded messes up the styling of the directive when the button is not needed */
      display: none; }
    .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item button {
      font-size: 16px;
      height: 38px;
      line-height: 25px;
      width: 166px;
      border-color: transparent; }
    .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__prev {
      color: #6699CC; }
      .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__prev:before {
        content: ' ';
        width: 15px;
        height: 11px;
        background-image: url(/static/next/dist/images/icons/checkbox/checkbox-green.svg);
        background-size: 15px 11px;
        background-position: top left;
        display: inline-block;
        margin-right: 5px; }
      .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__prev:first-child:before {
        margin-right: 0; }
    .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__active {
      color: #474747; }
    .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__next {
      color: #cccccc; }
  .accounts__signup__checkout__billing, .accounts__signup__checkout__payment, .accounts__signup__checkout__confirmation {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .accounts__signup__checkout__container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-color: #f0f0f0;
    padding: 30px 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__signup__checkout__container__plan-image {
      position: absolute;
      width: 60px;
      height: 60px;
      left: 50%;
      top: -30px;
      z-index: 500;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .accounts__signup__checkout__container__plan-image.homeowner {
        background-color: #9fc7e2; }
      .accounts__signup__checkout__container__plan-image.housesitter {
        background-color: #67c17a; }
      .accounts__signup__checkout__container__plan-image.combined.homeowner {
        left: 44%; }
      .accounts__signup__checkout__container__plan-image.combined.housesitter {
        left: 56%; }
      .accounts__signup__checkout__container__plan-image > span {
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%; }
        .accounts__signup__checkout__container__plan-image > span > img {
          width: 35px;
          height: 35px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .accounts__signup__checkout__container__plan {
      margin: 15px 0 20px; }
      .accounts__signup__checkout__container__plan__subtitle {
        font-size: 18px; }
      .accounts__signup__checkout__container__plan__title {
        font-size: 24px; }
        .accounts__signup__checkout__container__plan__title__original-price {
          text-decoration: line-through;
          color: #bcbcbc; }
      .accounts__signup__checkout__container__plan__info {
        font-size: 16px;
        color: #808080; }
      .accounts__signup__checkout__container__plan__meta {
        max-width: 415px;
        color: #808080;
        font-size: 14px;
        margin: 10px auto 0;
        line-height: 140%; }
    .accounts__signup__checkout__container__checkout__plan__per-year {
      font-size: 16px;
      font-weight: normal; }
    .accounts__signup__checkout__container__checkout__benefits {
      margin-bottom: 32px;
      text-align: center; }
      .accounts__signup__checkout__container__checkout__benefits__item {
        display: inline-block;
        position: relative;
        padding-left: 22px;
        margin-left: 12px;
        margin-right: 12px; }
        .accounts__signup__checkout__container__checkout__benefits__item:before {
          content: ' ';
          position: absolute;
          top: 0;
          left: 0;
          width: 15px;
          height: 100%;
          background-image: url(/static/next/dist/images/icons/checkbox/checkbox-green.svg);
          background-size: 15px 11px;
          background-position: center left; }
    .accounts__signup__checkout__container__currency-selector {
      margin-bottom: 15px; }
      .accounts__signup__checkout__container__currency-selector > span {
        color: #808080;
        font-size: 14px;
        cursor: pointer; }
        .accounts__signup__checkout__container__currency-selector > span:hover {
          color: #cccccc; }
      .accounts__signup__checkout__container__currency-selector .accounts__components__currency-selector {
        max-width: 320px;
        margin: auto; }
    .accounts__signup__checkout__container__change-plan {
      padding: 20px 15px;
      background-color: rgba(255, 255, 255, 0.5);
      margin-bottom: 10px;
      text-align: left;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .accounts__signup__checkout__container__change-plan > div + div {
        margin-top: 10px; }
      .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox {
        cursor: default;
        height: 24px;
        display: inline-block; }
        .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox + .accounts__components__checkbox, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox + .accounts__components__checkbox {
          margin-top: 10px; }
        .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox label, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox label {
          height: 100%;
          margin-bottom: 0;
          font-size: 0; }
          .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox label > div, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox label > div {
            float: none;
            display: inline-block;
            font-size: 18px; }
          .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox label > span, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox label > span {
            float: none;
            display: inline-block;
            max-width: calc(100% - 38px);
            vertical-align: top;
            font-size: 16px; }
        .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox.housesitter, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox.housesitter {
          color: #47b549; }
        .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox.homeowner, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox.homeowner {
          color: #6699CC; }
      .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__link, .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__link {
        display: none; }
      .accounts__signup__checkout__container__change-plan__homeowner > ul, .accounts__signup__checkout__container__change-plan__housesitter > ul {
        margin-top: 10px; }
        .accounts__signup__checkout__container__change-plan__homeowner > ul > li, .accounts__signup__checkout__container__change-plan__housesitter > ul > li {
          margin-left: 38px;
          height: 22px;
          line-height: 22px; }
          .accounts__signup__checkout__container__change-plan__homeowner > ul > li > span:first-child, .accounts__signup__checkout__container__change-plan__housesitter > ul > li > span:first-child {
            display: inline-block;
            width: 22px;
            height: 22px;
            background-color: #67c17a;
            padding: 4px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%; }
            .accounts__signup__checkout__container__change-plan__homeowner > ul > li > span:first-child .accounts__components__icon svg, .accounts__signup__checkout__container__change-plan__housesitter > ul > li > span:first-child .accounts__components__icon svg {
              width: 14px;
              height: 14px;
              vertical-align: top; }
          .accounts__signup__checkout__container__change-plan__homeowner > ul > li > span:last-child, .accounts__signup__checkout__container__change-plan__housesitter > ul > li > span:last-child {
            display: inline-block;
            margin-left: 5px;
            max-width: calc(100% - 22px - 5px);
            vertical-align: top; }
          .accounts__signup__checkout__container__change-plan__homeowner > ul > li + li, .accounts__signup__checkout__container__change-plan__housesitter > ul > li + li {
            margin-top: 10px; }
      .accounts__signup__checkout__container__change-plan__homeowner > ul > li > span:first-child {
        background-color: #9fc7e2; }
      .accounts__signup__checkout__container__change-plan__combined-helper > p {
        margin-bottom: 0;
        color: gray; }
    .accounts__signup__checkout__container__checkout__change-plan {
      padding: 20px; }
      .accounts__signup__checkout__container__checkout__change-plan .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox.housesitter, .accounts__signup__checkout__container__checkout__change-plan .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox.homeowner,
      .accounts__signup__checkout__container__checkout__change-plan .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox.housesitter,
      .accounts__signup__checkout__container__checkout__change-plan .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox.homeowner {
        color: inherit; }
    .accounts__signup__checkout__container__dynamic-data {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: white;
      padding: 15px 10px;
      margin-bottom: 10px;
      text-align: center; }
      .accounts__signup__checkout__container__dynamic-data > h2 {
        font-size: 20px;
        color: #f181ae; }
      .accounts__signup__checkout__container__dynamic-data h5 {
        font-size: 16px;
        color: #808080;
        margin-bottom: 10px; }
      .accounts__signup__checkout__container__dynamic-data .accounts__components__alerts-countdown {
        max-width: 400px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .accounts__signup__checkout__container__billing-header, .accounts__signup__checkout__container__payment-header, .accounts__signup__checkout__container__confirmation-header {
      background-color: #e6e6e6;
      padding: 14px 10px;
      text-align: left;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .accounts__signup__checkout__container__billing-header > h5, .accounts__signup__checkout__container__payment-header > h5, .accounts__signup__checkout__container__confirmation-header > h5 {
        margin-bottom: 0;
        display: inline-block;
        line-height: 38px; }
      .accounts__signup__checkout__container__billing-header > div:first-of-type, .accounts__signup__checkout__container__payment-header > div:first-of-type, .accounts__signup__checkout__container__confirmation-header > div:first-of-type {
        display: inline-block;
        float: right; }
        .accounts__signup__checkout__container__billing-header > div:first-of-type > div.accounts__components__icon, .accounts__signup__checkout__container__payment-header > div:first-of-type > div.accounts__components__icon, .accounts__signup__checkout__container__confirmation-header > div:first-of-type > div.accounts__components__icon {
          background-color: #67c17a;
          width: 28px;
          height: 28px;
          display: inline-block;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          -webkit-transform: translateY(1px);
          -moz-transform: translateY(1px);
          -ms-transform: translateY(1px);
          -o-transform: translateY(1px);
          transform: translateY(1px); }
          .accounts__signup__checkout__container__billing-header > div:first-of-type > div.accounts__components__icon svg, .accounts__signup__checkout__container__payment-header > div:first-of-type > div.accounts__components__icon svg, .accounts__signup__checkout__container__confirmation-header > div:first-of-type > div.accounts__components__icon svg {
            width: 18px;
            height: 18px;
            margin: 0 0 0 4px; }
      .accounts__signup__checkout__container__billing-header .accounts__components__button, .accounts__signup__checkout__container__billing-header .accounts__components__icon-button, .accounts__signup__checkout__container__payment-header .accounts__components__button, .accounts__signup__checkout__container__payment-header .accounts__components__icon-button, .accounts__signup__checkout__container__confirmation-header .accounts__components__button, .accounts__signup__checkout__container__confirmation-header .accounts__components__icon-button {
        color: #808080;
        margin-right: 10px;
        background-color: #f0f0f0;
        border: 1px #dddddd solid; }
        .accounts__signup__checkout__container__billing-header .accounts__components__button .accounts__components__icon > svg, .accounts__signup__checkout__container__billing-header .accounts__components__icon-button .accounts__components__icon > svg, .accounts__signup__checkout__container__payment-header .accounts__components__button .accounts__components__icon > svg, .accounts__signup__checkout__container__payment-header .accounts__components__icon-button .accounts__components__icon > svg, .accounts__signup__checkout__container__confirmation-header .accounts__components__button .accounts__components__icon > svg, .accounts__signup__checkout__container__confirmation-header .accounts__components__icon-button .accounts__components__icon > svg {
          fill: #bcbcbc !important; }
        .accounts__signup__checkout__container__billing-header .accounts__components__button:hover, .accounts__signup__checkout__container__billing-header .accounts__components__icon-button:hover, .accounts__signup__checkout__container__payment-header .accounts__components__button:hover, .accounts__signup__checkout__container__payment-header .accounts__components__icon-button:hover, .accounts__signup__checkout__container__confirmation-header .accounts__components__button:hover, .accounts__signup__checkout__container__confirmation-header .accounts__components__icon-button:hover {
          background-color: #bfbdbd;
          color: #f0f0f0; }
          .accounts__signup__checkout__container__billing-header .accounts__components__button:hover .accounts__components__icon > svg, .accounts__signup__checkout__container__billing-header .accounts__components__icon-button:hover .accounts__components__icon > svg, .accounts__signup__checkout__container__payment-header .accounts__components__button:hover .accounts__components__icon > svg, .accounts__signup__checkout__container__payment-header .accounts__components__icon-button:hover .accounts__components__icon > svg, .accounts__signup__checkout__container__confirmation-header .accounts__components__button:hover .accounts__components__icon > svg, .accounts__signup__checkout__container__confirmation-header .accounts__components__icon-button:hover .accounts__components__icon > svg {
            fill: #f0f0f0 !important; }
      .accounts__signup__checkout__container__billing-header.active, .accounts__signup__checkout__container__payment-header.active, .accounts__signup__checkout__container__confirmation-header.active {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-color: #9fc7e2;
        border-bottom: 1px dashed #cccccc; }
        .accounts__signup__checkout__container__billing-header.active > h5, .accounts__signup__checkout__container__payment-header.active > h5, .accounts__signup__checkout__container__confirmation-header.active > h5 {
          color: white; }
        .accounts__signup__checkout__container__billing-header.active > div, .accounts__signup__checkout__container__payment-header.active > div, .accounts__signup__checkout__container__confirmation-header.active > div {
          display: none; }
    .accounts__signup__checkout__container__billing-header > div:first-of-type > button {
      display: none; }
    .accounts__signup__checkout__container__payment-header, .accounts__signup__checkout__container__confirmation-header {
      margin-top: 10px; }
  .accounts__signup__checkout.housesitter .accounts__signup__checkout__container__billing-header.active, .accounts__signup__checkout.housesitter .accounts__signup__checkout__container__payment-header.active, .accounts__signup__checkout.housesitter .accounts__signup__checkout__container__confirmation-header.active {
    background-color: #67c17a; }
  @media (min-width: 420px) {
    .accounts__signup__checkout__container__billing-header > div:first-of-type > button {
      display: inline-block; }
    .accounts__signup__checkout__container__billing-header > div + div {
      display: none; } }
  @media (min-width: 480px) {
    .accounts__signup__checkout__container__plan.expired > div > span, .accounts__signup__checkout__container__plan.renew > div > span {
      display: block; } }
  @media (min-width: 650px) {
    .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__link, .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__link {
      display: inline;
      float: right; }
    .accounts__signup__checkout__container__checkout__change-plan .accounts__components__checkbox {
      width: 80%; } }
  @media (min-width: 768px) {
    .accounts__signup__checkout__billing, .accounts__signup__checkout__payment, .accounts__signup__checkout__confirmation {
      padding: 25px; }
    .accounts__signup__checkout__container {
      padding: 50px 30px 40px;
      margin-top: 0; }
      .accounts__signup__checkout__container__plan-image {
        width: 100px;
        height: 100px;
        top: -50px; }
        .accounts__signup__checkout__container__plan-image > span > img {
          width: 60px;
          height: 60px; }
      .accounts__signup__checkout__container__plan {
        margin: 25px 0 30px; }
        .accounts__signup__checkout__container__plan__title {
          font-size: 28px; }
        .accounts__signup__checkout__container__plan__info {
          font-size: 20px; }
          .accounts__signup__checkout__container__plan__info__meta {
            margin-top: 15px; }
      .accounts__signup__checkout__container__currency-selector > span {
        font-size: 14px; }
      .accounts__signup__checkout__container__change-plan {
        padding: 30px 30px;
        margin-bottom: 15px; }
        .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox label, .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox label {
          height: 100%; }
          .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox label > span, .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox label > span {
            font-size: 18px; }
        .accounts__signup__checkout__container__change-plan__housesitter > ul, .accounts__signup__checkout__container__change-plan__homeowner > ul {
          margin-top: 15px; }
      .accounts__signup__checkout__container__checkout__change-plan {
        padding: 20px; }
        .accounts__signup__checkout__container__checkout__change-plan .accounts__signup__checkout__container__change-plan__homeowner .accounts__components__checkbox label > span,
        .accounts__signup__checkout__container__checkout__change-plan .accounts__signup__checkout__container__change-plan__housesitter .accounts__components__checkbox label > span {
          font-size: 16px; }
      .accounts__signup__checkout__container__dynamic-data {
        padding: 25px 30px 35px;
        margin-bottom: 30px; }
        .accounts__signup__checkout__container__dynamic-data > h2 {
          font-size: 24px; }
        .accounts__signup__checkout__container__dynamic-data h5 {
          margin-bottom: 25px;
          font-size: 18px; }
        .accounts__signup__checkout__container__dynamic-data__latest-listings-wrapper {
          border-top: dotted 3px #dddddd;
          padding-top: 25px;
          margin-top: 15px; }
      .accounts__signup__checkout__container__payment-header, .accounts__signup__checkout__container__confirmation-header {
        margin-top: 15px; } }
  @media (min-width: 1024px) {
    .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item {
      cursor: pointer;
      position: relative;
      padding-left: 20px; }
      .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item:before {
        content: ' ';
        width: 13px;
        height: 16px;
        background-image: url(/static/next/dist/images/icons/arrows/left-right/arrow-right-gray.svg);
        background-size: 13px 16px;
        background-position: top left;
        position: absolute;
        left: -2px;
        top: 22px; }
      .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item:last-child {
        padding-left: 30px; }
      .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__prev {
        color: #6699CC; }
        .accounts__signup__checkout .accounts__components__listing-edit-navigation__list__item__prev:before {
          width: 15px;
          height: 11px;
          background-image: url(/static/next/dist/images/icons/checkbox/checkbox-green.svg);
          background-size: 15px 11px;
          background-position: top left;
          top: 24px;
          margin-right: 10px; } }

.accounts__signup__join-now h2 {
  font-size: 24px; }

.accounts__signup__join-now .components__container--page {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
  padding-bottom: 50px; }
  .accounts__signup__join-now .components__container--page > h2 {
    margin: 15px 0 20px; }

.accounts__signup__join-now__plans {
  margin-top: 10px;
  text-align: left; }
  .accounts__signup__join-now__plans button {
    white-space: normal;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    max-width: 330px;
    background-color: #e1007e;
    border-radius: 24px; }
  .accounts__signup__join-now__plans > div {
    border-radius: 4px;
    border: #808080 1px solid; }
    .accounts__signup__join-now__plans > div:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      height: 15px;
      width: 100%; }
    .accounts__signup__join-now__plans > div.owner:before {
      background-color: #6599cd; }
    .accounts__signup__join-now__plans > div.sitter:before {
      background-color: #47b549; }
    .accounts__signup__join-now__plans > div > div {
      height: 60px;
      margin: 15px 0; }
      .accounts__signup__join-now__plans > div > div > h2 {
        margin: 0; }
  .accounts__signup__join-now__plans__plan-image {
    float: left;
    margin: auto;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 30px; }
    .accounts__signup__join-now__plans__plan-image.owner {
      background-color: #6599cd; }
    .accounts__signup__join-now__plans__plan-image.sitter {
      background-color: #47b549; }
    .accounts__signup__join-now__plans__plan-image > span {
      display: inline-block;
      position: relative;
      height: 100%;
      width: 100%; }
      .accounts__signup__join-now__plans__plan-image > span > img {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .accounts__signup__join-now__plans__spacer {
    height: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x; }
  .accounts__signup__join-now__plans__original-price {
    text-decoration: line-through;
    color: #bcbcbc; }

.accounts__signup__join-now__details {
  text-align: left; }
  .accounts__signup__join-now__details > p {
    margin: 0; }

.accounts__signup__join-now__testimonials {
  background-color: #f5f5f5; }

.accounts__signup__join-now .components__testimonial, .accounts__signup__join-now .components__testimonial--left {
  padding-top: 30px !important; }

@media (min-width: 768px) {
  .accounts__signup__join-now .components__container--page > h2 {
    margin: 20px 0 40px; }
  .accounts__signup__join-now__plans, .accounts__signup__join-now__details {
    width: 630px; }
  .accounts__signup__join-now__plans {
    margin: 15px auto 40px; }
    .accounts__signup__join-now__plans button {
      width: 245px;
      position: absolute;
      bottom: 35px; }
    .accounts__signup__join-now__plans > div {
      width: 305px;
      height: 390px;
      padding: 40px 30px; }
  .accounts__signup__join-now__details {
    margin: auto; }
  .accounts__signup__join-now .components__testimonial__content {
    min-height: 325px; } }

@media (min-width: 1024px) {
  .accounts__signup__join-now__plans, .accounts__signup__join-now__details {
    width: 640px; } }

.accounts__profile__pet-manager {
  background-color: #e0e8f1; }
  .accounts__profile__pet-manager__container {
    margin: 0 10px; }

.accounts__signup__register {
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .accounts__signup__register > h3 {
    display: inline-block;
    font-size: 20px; }
    .accounts__signup__register > h3 .sub-clause--default {
      display: block; }
  .accounts__signup__register button {
    width: 100%;
    height: 42px;
    font-size: 18px; }
  .accounts__signup__register > div {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto; }
  .accounts__signup__register__back-button {
    position: absolute;
    top: 27px;
    left: 6px; }
    .accounts__signup__register__back-button .accounts__components__icon svg {
      fill: #cccccc; }
    .accounts__signup__register__back-button > span {
      color: #bcbcbc;
      font-size: 14px; }
    .accounts__signup__register__back-button:hover {
      cursor: pointer; }
  .accounts__signup__register__main__plans {
    margin-top: 20px;
    display: table;
    table-layout: fixed;
    width: 100%; }
    .accounts__signup__register__main__plans > * {
      display: table-cell; }
    .accounts__signup__register__main__plans .accounts__components__button, .accounts__signup__register__main__plans .accounts__components__icon-button {
      width: 100%;
      height: 111px; }
      .accounts__signup__register__main__plans .accounts__components__button img, .accounts__signup__register__main__plans .accounts__components__icon-button img {
        margin: auto;
        width: 43px;
        height: 40px;
        margin-bottom: 5px; }
    .accounts__signup__register__main__plans__spacer {
      width: 20px; }
  .accounts__signup__register__main__methods {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .accounts__signup__register__main__methods > div:not(:last-child) {
      margin-bottom: 14px; }
  .accounts__signup__register__main__divider {
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px; }
  .accounts__signup__register__main__or {
    text-align: center;
    overflow: hidden;
    white-space: nowrap; }
    .accounts__signup__register__main__or span {
      position: relative;
      display: inline-block; }
      .accounts__signup__register__main__or span:before, .accounts__signup__register__main__or span:after {
        content: '';
        position: absolute;
        height: 1px;
        top: 50%;
        width: 9999px;
        border-bottom: 1px solid #dbdbdb;
        overflow: hidden; }
      .accounts__signup__register__main__or span:before {
        right: 100%;
        margin-right: 10px; }
      .accounts__signup__register__main__or span:after {
        left: 100%;
        margin-left: 10px; }
  .accounts__signup__register__main__facebook > p {
    color: #808080;
    font-size: 12px;
    line-height: 125%;
    margin-top: 5px; }
  .accounts__signup__register__main__facebook-connected .accounts__components__icon > svg {
    fill: #47b549;
    height: 15px;
    width: 15px;
    margin-left: 5px; }
  .accounts__signup__register__main__methods, .accounts__signup__register__t-and-c, .accounts__signup__register__login-or-register {
    border-top: 1px dashed #cccccc;
    margin-top: 25px;
    padding-top: 20px; }
  .accounts__signup__register__login-or-register {
    /* Style facebook button as a link */ }
    .accounts__signup__register__login-or-register .accounts__components__facebook-register {
      background: none;
      border: none;
      color: #6699CC;
      padding: 0;
      height: inherit;
      width: inherit; }
      .accounts__signup__register__login-or-register .accounts__components__facebook-register:hover {
        color: #9fc7e2;
        background-color: transparent; }
  @media (min-width: 768px) {
    .accounts__signup__register > h3 {
      font-size: 24px; }
      .accounts__signup__register > h3 .sub-clause {
        display: block; }
      .accounts__signup__register > h3 .sub-clause--default {
        display: inline; }
    .accounts__signup__register > div {
      max-width: 420px; }
    .accounts__signup__register__main__plans {
      margin-top: 40px; }
      .accounts__signup__register__main__plans .accounts__components__button, .accounts__signup__register__main__plans .accounts__components__icon-button {
        height: 155px; }
        .accounts__signup__register__main__plans .accounts__components__button img, .accounts__signup__register__main__plans .accounts__components__icon-button img {
          width: 60px;
          height: 56px; }
        .accounts__signup__register__main__plans .accounts__components__button > span > div, .accounts__signup__register__main__plans .accounts__components__icon-button > span > div {
          line-height: 125%; }
    .accounts__signup__register__main__methods, .accounts__signup__register__login-or-register {
      margin-top: 30px; }
    .accounts__signup__register__t-and-c {
      padding-left: 25px;
      padding-right: 25px; }
    .accounts__signup__register__login-or-register {
      margin: 20px 60px 0; } }
  @media (min-width: 1024px) {
    .accounts__signup__register {
      width: 100%; }
      .accounts__signup__register .accounts__components__video-and-benefits {
        max-width: 984px; } }

.accounts__signup__savings-and-benefits {
  padding-top: 30px;
  margin-top: -1px; }
  @media (min-width: 768px) {
    .accounts__signup__savings-and-benefits {
      padding-top: 35px;
      margin-top: 0; } }

.accounts__signup__why {
  padding-top: 35px; }
  .accounts__signup__why > h3 {
    text-align: center; }
  .accounts__signup__why ul li {
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: left top;
    padding-left: 45px;
    line-height: 40px; }
    .accounts__signup__why ul li span:hover {
      cursor: pointer; }
    .accounts__signup__why ul li > p {
      line-height: 140%; }
  .accounts__signup__why > div {
    margin-top: 20px; }
    .accounts__signup__why > div > button {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      background-color: #d9e1ec !important;
      color: #fd4273;
      width: 280px;
      height: 50px; }
      .accounts__signup__why > div > button:hover {
        color: #f181ae; }
  .accounts__signup__why .components__box2, .accounts__signup__why .components__box2-3, .accounts__signup__why .components__box2-3-3, .accounts__signup__why .components__box2-landscape-3-3, .accounts__signup__why .components__box2-landscape-3 {
    padding: 0; }
    .accounts__signup__why .components__box2 > div, .accounts__signup__why .components__box2-3 > div, .accounts__signup__why .components__box2-3-3 > div, .accounts__signup__why .components__box2-landscape-3-3 > div, .accounts__signup__why .components__box2-landscape-3 > div {
      padding: 15px; }
      .accounts__signup__why .components__box2 > div > img, .accounts__signup__why .components__box2-3 > div > img, .accounts__signup__why .components__box2-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3 > div > img {
        position: absolute;
        width: 70px;
        top: calc(50% + 25px);
        left: 49%; }
    .accounts__signup__why .components__box2 > h3, .accounts__signup__why .components__box2-3 > h3, .accounts__signup__why .components__box2-3-3 > h3, .accounts__signup__why .components__box2-landscape-3-3 > h3, .accounts__signup__why .components__box2-landscape-3 > h3 {
      font-size: 22px; }
  .accounts__signup__why__free {
    background-image: url("/static/next/dist/images/account/signup/why/ho-free.png"); }
  .accounts__signup__why__happier-pets {
    background-image: url("/static/next/dist/images/account/signup/why/ho-happier-pets.png"); }
  .accounts__signup__why__peace {
    background-image: url("/static/next/dist/images/account/signup/why/ho-peace.png"); }
  .accounts__signup__why__star-members {
    background-image: url("/static/next/dist/images/account/signup/why/ho-star-members.png"); }
  @media (min-width: 768px) {
    .accounts__signup__why .components__box2 > div > img, .accounts__signup__why .components__box2-3 > div > img, .accounts__signup__why .components__box2-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3 > div > img {
      width: 80px;
      top: calc(50% + 30px); } }
  @media (min-width: 1024px) {
    .accounts__signup__why .components__box2 > div > img, .accounts__signup__why .components__box2-3 > div > img, .accounts__signup__why .components__box2-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3 > div > img {
      width: 90px;
      top: calc(50% + 35px); } }
  @media (min-width: 1224px) {
    .accounts__signup__why .components__box2 > div > img, .accounts__signup__why .components__box2-3 > div > img, .accounts__signup__why .components__box2-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3-3 > div > img, .accounts__signup__why .components__box2-landscape-3 > div > img {
      width: 110px;
      top: calc(50% + 40px); } }

.media-toggle-mobile, .media-toggle-tablet, .media-toggle-desktop {
  display: none; }
  .media-toggle-mobile-inline, .media-toggle-tablet-inline, .media-toggle-desktop-inline {
    display: none; }

.media-toggle-mobile {
  display: block; }
  .media-toggle-mobile-inline {
    display: inline-block; }

@media (min-width: 768px) {
  .media-toggle-mobile {
    display: none; }
    .media-toggle-mobile-inline {
      display: none; }
  .media-toggle-tablet {
    display: block; }
    .media-toggle-tablet-inline {
      display: inline-block; } }

@media (min-width: 1024px) {
  .media-toggle-tablet {
    display: none; }
    .media-toggle-tablet-inline {
      display: none; }
  .media-toggle-desktop {
    display: block; }
    .media-toggle-desktop-inline {
      display: inline-block; } }

.accounts__profile__demo-media {
  background-color: #e0e8f1; }
  .accounts__profile__demo-media__container {
    margin: 0 10px; }

.components__animated-arrows {
  position: absolute;
  left: calc(50% - 81px);
  top: -35px;
  width: 156px;
  height: 108px;
  font-size: 0px;
  background-image: url("/static/next/dist/images/icons/how-it-works/arrows/arrow-animation-gray-2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 156px 108px; }
  .components__animated-arrows img {
    position: absolute;
    clip: rect(0px 156px 0px 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.components__animated-paw {
  position: absolute;
  bottom: 0;
  height: 100%;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg); }
  .components__animated-paw .paw {
    position: absolute;
    width: 37px;
    height: 35px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .components__animated-paw .paw:nth-child(2n+1) {
      -webkit-transform: rotate(4deg);
      -moz-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      -o-transform: rotate(4deg);
      transform: rotate(4deg); }
    .components__animated-paw .paw.visible {
      opacity: 1; }
    .components__animated-paw .paw.visible-less {
      opacity: 0.7; }
  .components__animated-paw--big .paw {
    width: 48px;
    height: 45px; }
  .components__animated-paw--left {
    left: 0; }
    .components__animated-paw--left .paw {
      left: -10px;
      top: 0; }
      .components__animated-paw--left .paw:nth-child(2n+1) {
        left: -40px; }
  .components__animated-paw--right {
    right: 0; }
    .components__animated-paw--right .paw {
      right: -10px;
      bottom: 0; }
      .components__animated-paw--right .paw:nth-child(2n+1) {
        right: 20px; }
  .components__animated-paw--center {
    left: 50%; }
    .components__animated-paw--center .paw {
      left: -10px;
      bottom: 0; }
      .components__animated-paw--center .paw:nth-child(2n+1) {
        left: -40px; }
      .components__animated-paw--center .paw.visible {
        opacity: 0.25; }

.components__background__signup__about {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__about {
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 114px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__about {
      background-size: 1024px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__about {
      background-size: 1224px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__about {
      background-size: 1920px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__about {
      background-size: 2561px 382px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/about/background--signup--about-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__checkout {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 275px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, top left, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 275px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__checkout {
      background-size: 768px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__checkout {
      background-size: 1224px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__checkout {
      background-size: 1920px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__checkout {
      background-size: 2561px 558px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__home {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 114px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__home {
      background-size: 1024px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__home {
      background-size: 1224px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__home {
      background-size: 1920px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__home {
      background-size: 2561px 379px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__intro {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 267px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 267px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__intro {
      background-size: 1024px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__intro {
      background-size: 1224px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__intro {
      background-size: 1920px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__intro {
      background-size: 2561px 555px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__location {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 268px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center,  top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 268px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__location {
      background-size: 1024px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__location {
      background-size: 1224px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__location {
      background-size: 1920px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__location {
      background-size: 2561px 581px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__pets {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 277px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 277px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__pets {
      background-size: 1024px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__pets {
      background-size: 1224px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/comonents/background/signup/pets/background--signup--pets-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__pets {
      background-size: 1920px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__pets {
      background-size: 2561px 521px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__photos {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 360px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__photos {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 360px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__photos {
      background-size: 1024px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__photos {
      background-size: 1224px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__photos {
      background-size: 1920px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__photos {
      background-size: 2561px 1078px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__profile {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 276px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 276px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__profile {
      background-size: 1024px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__profile {
      background-size: 1224px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__profile {
      background-size: 1920px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__profile {
      background-size: 2561px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__background__signup__register {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-360.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 404px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 404px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__register {
      background-size: 1024px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1024px) {
    .components__background__signup__register {
      background-size: 1224px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1224px) {
    .components__background__signup__register {
      background-size: 1920px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }
  @media (min-width: 1920px) {
    .components__background__signup__register {
      background-size: 2561px 512px, 100% 100%;
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa); } }

.components__modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 16000003;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0; }
  .components__modal--wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1024px;
    max-height: 768px;
    width: 100%;
    height: 100%;
    margin: auto;
    box-shadow: 0 0 8px #585757;
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
    background-image: linear-gradient(0deg,#dddddd, #f0f0f0); }
  .components__modal__close {
    float: right;
    height: 34px;
    text-align: right;
    line-height: 34px;
    color: #cccccc;
    cursor: pointer; }
    .components__modal__close span {
      display: none; }
    .components__modal__close div {
      float: right;
      padding: 17px;
      width: 34px;
      height: 34px;
      position: relative;
      margin-left: 5px; }
      .components__modal__close div:before, .components__modal__close div:after {
        position: absolute;
        right: 6px;
        top: 16px;
        content: ' ';
        width: 22px;
        height: 3px;
        background-color: #cccccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .components__modal__close div:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .components__modal__close div:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .components__modal__close:hover {
      color: #808080; }
      .components__modal__close:hover div:before, .components__modal__close:hover div:after {
        background-color: #808080; }
  .components__modal__container {
    margin-top: 34px;
    height: calc(100% - 34px);
    overflow: hidden;
    position: relative; }
  .components__modal__content__fixed, .components__modal__content__fixed--scroll, .components__modal__content__fixed--bottom, .components__modal__content__fixed--top {
    position: absolute;
    left: 0;
    right: 0; }
    .components__modal__content__fixed--scroll {
      top: 0;
      bottom: 0;
      overflow: hidden;
      overflow-y: auto;
      -ms-overflow-y: auto; }
    .components__modal__content__fixed--bottom {
      bottom: 0; }
    .components__modal__content__fixed--top {
      top: 0; }
  .components__modal__pages {
    width: 1000%;
    height: 100%; }
  .components__modal__page {
    width: 10%;
    float: left;
    height: calc(100% - 50px);
    position: relative; }
  .components__modal__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 16px 0;
    line-height: 18px; }
    .components__modal__pagination--bullets {
      text-align: center; }
      .components__modal__pagination--bullets span {
        width: 18px;
        height: 18px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-color: #bcbcbc;
        margin: 0 5px;
        display: inline-block;
        cursor: pointer; }
        .components__modal__pagination--bullets span.active, .components__modal__pagination--bullets span:hover {
          background-color: #808080; }
    .components__modal__pagination--prev, .components__modal__pagination--next {
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background-color: #bcbcbc;
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      cursor: pointer;
      display: none; }
      .components__modal__pagination--prev:before, .components__modal__pagination--prev:after, .components__modal__pagination--next:before, .components__modal__pagination--next:after {
        content: ' ';
        position: absolute;
        width: 45%;
        height: 5px;
        background-color: white; }
      .components__modal__pagination--prev:hover, .components__modal__pagination--next:hover {
        background-color: #808080; }
      .components__modal__pagination--prev.disabled, .components__modal__pagination--next.disabled {
        background-color: #f0f0f0; }
    .components__modal__pagination--prev {
      left: 20px; }
      .components__modal__pagination--prev:before, .components__modal__pagination--prev:after {
        left: 14px; }
      .components__modal__pagination--prev:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 20px; }
      .components__modal__pagination--prev:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 20px; }
    .components__modal__pagination--next {
      right: 20px; }
      .components__modal__pagination--next:before, .components__modal__pagination--next:after {
        right: 14px; }
      .components__modal__pagination--next:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px; }
      .components__modal__pagination--next:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 20px; }
  @media (min-width: 768px) {
    .components__modal__close {
      height: 64px;
      line-height: 34px;
      padding: 15px; }
      .components__modal__close span {
        display: inline; }
      .components__modal__close div:before, .components__modal__close div:after {
        right: 0;
        width: 34px; }
    .components__modal__container {
      margin-top: 64px;
      height: calc(100% - 64px); }
    .components__modal__content__fixed--scroll {
      left: 64px;
      right: 64px; }
    .components__modal__page {
      height: calc(100% - 120px); }
    .components__modal__pagination {
      height: 120px;
      padding: 46px 0;
      line-height: 28px; }
      .components__modal__pagination--bullets {
        text-align: center; }
        .components__modal__pagination--bullets span {
          width: 28px;
          height: 28px;
          margin: 0 10px; }
      .components__modal__pagination--prev, .components__modal__pagination--next {
        display: block; } }

.components__overlay {
  height: 56.22222222vw;
  left: 0;
  position: absolute;
  right: 0;
  top: -56.22222222vw;
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(-270deg, #dddddd, #f0f0f0);
  background-image: linear-gradient(0deg,#dddddd, #f0f0f0);
  -webkit-transition: top 500ms ease-in-out;
  -moz-transition: top 500ms ease-in-out;
  transition: top 500ms ease-in-out; }
  .components__overlay.no-animation {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .components__overlay.open {
    height: 56.22222222vw;
    top: 50px; }
  .components__overlay__close {
    background-image: url("/static/next/dist/images/components/overlay/close-grey-2-x.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 40px;
    margin-right: 10px;
    right: 0;
    /*
        position: absolute;
        top: 0;
        right: 0;
        height: 34px;
        width: 34px;
        text-align: right;
        line-height: 34px;
        color: $ths-color-border-dark;
        cursor: pointer;
        z-index: $z-index-2;
        @include transition(opacity 250ms ease-in-out);

        span {
            display: none;
        }

        div {
            float: right;
            padding: 17px;
            width: 34px;
            height: 34px;
            position: relative;
            margin-left: 5px;

            &:before,
            &:after {
                position: absolute;
                right: 6px;
                top: 16px;
                content: ' ';
                width: 22px;
                height: 3px;
                background-color: $ths-color-border-dark;
                @include border-radius(2px);
            }

            &:before {
                @include transform(rotate(-45deg));
            }
            &:after {
                @include transform(rotate(45deg));
            }
        }

        &:hover {
            color: white;

            div {
                &:before,
                &:after {
                    background-color: white;
                }
            }
        }

        */ }
  .components__overlay:hover .components__overlay__close {
    opacity: 1; }
  .components__overlay--wrapper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative; }
    .components__overlay--wrapper .overlay-video {
      height: 100%;
      position: absolute;
      width: 100%; }
    .components__overlay--wrapper .fullscreen,
    .components__overlay--wrapper .audio {
      position: absolute;
      z-index: 2;
      bottom: 0;
      right: 10px;
      width: 30px;
      height: 30px;
      background-color: blue; }
    .components__overlay--wrapper .audio {
      right: 50px;
      background-color: red; }
  .components__overlay__container {
    padding-top: 34px;
    height: calc(100% - 34px);
    width: 100%;
    overflow: hidden;
    position: relative; }
  .components__overlay__pages {
    width: 1000%;
    height: 100%; }
  .components__overlay__page {
    width: 10%;
    float: left;
    height: calc(100% - 50px);
    position: relative; }
  .components__overlay__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 16px 0;
    line-height: 18px; }
    .components__overlay__pagination--bullets {
      text-align: center; }
      .components__overlay__pagination--bullets span {
        width: 18px;
        height: 18px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-color: #bcbcbc;
        margin: 0 5px;
        display: inline-block;
        cursor: pointer; }
        .components__overlay__pagination--bullets span.active, .components__overlay__pagination--bullets span:hover {
          background-color: #808080; }
    .components__overlay__pagination--prev, .components__overlay__pagination--next {
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background-color: #bcbcbc;
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      cursor: pointer;
      display: none; }
      .components__overlay__pagination--prev:before, .components__overlay__pagination--prev:after, .components__overlay__pagination--next:before, .components__overlay__pagination--next:after {
        content: ' ';
        position: absolute;
        width: 45%;
        height: 5px;
        background-color: white; }
      .components__overlay__pagination--prev:hover, .components__overlay__pagination--next:hover {
        background-color: #808080; }
      .components__overlay__pagination--prev.disabled, .components__overlay__pagination--next.disabled {
        background-color: #f0f0f0; }
    .components__overlay__pagination--prev {
      left: 20px; }
      .components__overlay__pagination--prev:before, .components__overlay__pagination--prev:after {
        left: 14px; }
      .components__overlay__pagination--prev:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 20px; }
      .components__overlay__pagination--prev:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 20px; }
    .components__overlay__pagination--next {
      right: 20px; }
      .components__overlay__pagination--next:before, .components__overlay__pagination--next:after {
        right: 14px; }
      .components__overlay__pagination--next:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px; }
      .components__overlay__pagination--next:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 20px; }
  @media (min-width: 768px) {
    .components__overlay__close {
      margin-right: 15px;
      /*
            height: 64px;
            line-height: 34px;
            padding: 15px;

            span {
                display: inline;
            }


            div {
                &:before,
                &:after {
                    right: 0;
                    width: 34px;
                }
            }
            */ }
    .components__overlay__container {
      padding-top: 64px;
      height: calc(100% - 64px); }
    .components__overlay__content__fixed--scroll {
      left: 64px;
      right: 64px; }
    .components__overlay__page {
      height: calc(100% - 120px); }
    .components__overlay__pagination {
      height: 120px;
      padding: 46px 0;
      line-height: 28px; }
      .components__overlay__pagination--bullets {
        text-align: center; }
        .components__overlay__pagination--bullets span {
          width: 28px;
          height: 28px;
          margin: 0 10px; }
      .components__overlay__pagination--prev, .components__overlay__pagination--next {
        display: block; } }
  @media (min-width: 1024px) {
    .components__overlay__close {
      margin-right: 20px; } }
  @media (min-width: 1224px) {
    .components__overlay__close {
      margin-right: 35px 30px; } }

body.with-announcements .components__overlay.open {
  top: 80px; }

@media screen and (min-width: 768px) {
  .components__overlay.open {
    top: 82px; }
  body.with-announcements .components__overlay.open {
    top: 112px; } }

.accounts__components__calendar__events__title {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  position: relative;
  background-color: #9fc7e2;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  font-weight: 500; }
  .accounts__components__calendar__events__title b {
    font-weight: 500; }

.accounts__components__calendar__events__navigation {
  position: absolute;
  right: 15px;
  top: 12px; }
  .accounts__components__calendar__events__navigation--prev, .accounts__components__calendar__events__navigation--next {
    width: 26px;
    float: left;
    text-align: center;
    cursor: pointer;
    background-size: 26px 26px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 26px; }
    .accounts__components__calendar__events__navigation--prev .empty-circle,
    .accounts__components__calendar__events__navigation--prev .empty-arrow,
    .accounts__components__calendar__events__navigation--prev .full-circle, .accounts__components__calendar__events__navigation--next .empty-circle,
    .accounts__components__calendar__events__navigation--next .empty-arrow,
    .accounts__components__calendar__events__navigation--next .full-circle {
      fill: #f181ae; }
    .accounts__components__calendar__events__navigation--prev-disabled, .accounts__components__calendar__events__navigation--next-disabled {
      cursor: initial !important;
      opacity: 0.4; }
      .accounts__components__calendar__events__navigation--prev-disabled .empty-circle,
      .accounts__components__calendar__events__navigation--prev-disabled .empty-arrow,
      .accounts__components__calendar__events__navigation--prev-disabled .full-circle, .accounts__components__calendar__events__navigation--next-disabled .empty-circle,
      .accounts__components__calendar__events__navigation--next-disabled .empty-arrow,
      .accounts__components__calendar__events__navigation--next-disabled .full-circle {
        fill: #f181ae !important; }
    .accounts__components__calendar__events__navigation--prev .empty, .accounts__components__calendar__events__navigation--next .empty {
      opacity: 0; }
    .accounts__components__calendar__events__navigation--prev .full, .accounts__components__calendar__events__navigation--next .full {
      opacity: 1; }
    .accounts__components__calendar__events__navigation--prev:hover .full-circle, .accounts__components__calendar__events__navigation--next:hover .full-circle {
      fill: #ffdef1; }
  .accounts__components__calendar__events__navigation--prev {
    margin-right: 8px; }

.accounts__components__contact__archive-toggler .accounts__components__icon-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #dddddd;
  height: 34px;
  padding: 0 10px;
  line-height: 0; }
  .accounts__components__contact__archive-toggler .accounts__components__icon-button .accounts__components__icon svg {
    fill: #47b549 !important; }
  .accounts__components__contact__archive-toggler .accounts__components__icon-button:hover {
    color: white !important;
    background-color: #47b549; }
    .accounts__components__contact__archive-toggler .accounts__components__icon-button:hover .accounts__components__icon svg {
      fill: white !important; }

.accounts__components__contact__avatar {
  display: table;
  margin: 0; }
  .accounts__components__contact__avatar__photo, .accounts__components__contact__avatar__details {
    display: table-cell;
    vertical-align: middle; }
  .accounts__components__contact__avatar__details {
    line-height: 125%; }
    .accounts__components__contact__avatar__details > div:first-child {
      font-weight: 400;
      color: #333333; }
    .accounts__components__contact__avatar__details__title,
    .accounts__components__contact__avatar__details ul > li {
      font-size: 14px;
      color: #808080; }
    .accounts__components__contact__avatar__details ul > li:not(:last-child) {
      margin-right: 10px; }
    .accounts__components__contact__avatar__details ul, .accounts__components__contact__avatar__details li {
      display: inline-block; }
  .accounts__components__contact__avatar__photo img {
    width: 2.5em;
    height: 2.5em;
    min-width: 2.5em;
    min-height: 2.5em;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .accounts__components__contact__avatar__photo img {
      width: 3.125em;
      height: 3.125em;
      min-width: 3.125em;
      min-height: 3.125em; } }

.accounts__components__contact__contact-overview {
  padding: 0.9em;
  border: 1px solid #dddddd;
  border-radius: 0.625em;
  background-color: #e6e6e6; }
  .accounts__components__contact__contact-overview__avatar, .accounts__components__contact__contact-overview__membership-type {
    margin-bottom: 0.45em; }
  .accounts__components__contact__contact-overview .accounts__components__contact__address-book-toggler,
  .accounts__components__contact__contact-overview .accounts__components__contact__archive-toggler {
    margin-bottom: 0.45em;
    width: 100%; }
    .accounts__components__contact__contact-overview .accounts__components__contact__address-book-toggler > button,
    .accounts__components__contact__contact-overview .accounts__components__contact__archive-toggler > button {
      width: 100%; }
  .accounts__components__contact__contact-overview .accounts__components__labels__labels-list {
    display: none; }
  .accounts__components__contact__contact-overview .accounts__components__contact__contact-overview__change-labels {
    min-width: 12.5em; }
  .accounts__components__contact__contact-overview__avatar {
    min-width: 15.625em; }
  .accounts__components__contact__contact-overview__membership-type > li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.45em; }
    .accounts__components__contact__contact-overview__membership-type > li > a {
      text-decoration: underline; }
    .accounts__components__contact__contact-overview__membership-type > li > div > svg {
      margin-left: 0;
      margin-right: 0.225em; }
  .accounts__components__contact__contact-overview__membership-type__homeowner > div > svg {
    fill: #9fc7e2; }
  .accounts__components__contact__contact-overview__membership-type__house-sitter > div > svg {
    fill: #47b549; }
  @media (min-width: 60em) {
    .accounts__components__contact__contact-overview {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .accounts__components__contact__contact-overview__avatar, .accounts__components__contact__contact-overview__membership-type {
        margin-bottom: initial; }
      .accounts__components__contact__contact-overview__avatar {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .accounts__components__contact__contact-overview__membership-type {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 6.25em;
        text-align: center; }
      .accounts__components__contact__contact-overview .accounts__components__contact__address-book-toggler,
      .accounts__components__contact__contact-overview .accounts__components__contact__archive-toggler {
        margin-right: 0.45em;
        margin-bottom: 0;
        width: auto; }
        .accounts__components__contact__contact-overview .accounts__components__contact__address-book-toggler > button,
        .accounts__components__contact__contact-overview .accounts__components__contact__archive-toggler > button {
          width: auto; } }
  .ie9 .accounts__components__contact__contact-overview {
    position: relative; }
    .ie9 .accounts__components__contact__contact-overview__avatar, .ie9 .accounts__components__contact__contact-overview__membership-type,
    .ie9 .accounts__components__contact__contact-overview .accounts__components__labels__labels-list,
    .ie9 .accounts__components__contact__contact-overview .accounts__components__contact__contact-overview__change-labels {
      display: inline-block;
      min-width: 0;
      display: inline-block;
      vertical-align: middle; }
    .ie9 .accounts__components__contact__contact-overview .accounts__components__contact__contact-overview__change-labels {
      width: 18.75em;
      line-height: 1.5em;
      right: 0.45em;
      position: absolute; }

.accounts__components__contacts__contacts-list-item {
  padding: 5px 10px;
  position: relative;
  background-color: #f0f0f0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  /* Flexbox fallback for IE9 */ }
  .accounts__components__contacts__contacts-list-item > input[type="checkbox"] {
    margin-right: 10px; }
  .accounts__components__contacts__contacts-list-item__detail {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details__location {
      display: none; }
    .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details div:last-child {
      display: none; }
  .accounts__components__contacts__contacts-list-item__extra-detail {
    text-align: right;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .accounts__components__contacts__contacts-list-item__extra-detail .accounts__components__labels__labels-list {
      display: none; }
    .accounts__components__contacts__contacts-list-item__extra-detail time {
      font-size: 14px;
      color: #474747;
      margin-left: 10px;
      white-space: nowrap; }
  .accounts__components__contacts__contacts-list-item--has-new-interaction {
    font-weight: 500;
    background-color: white; }
    .accounts__components__contacts__contacts-list-item--has-new-interaction h5 {
      font-weight: 500; }
    .accounts__components__contacts__contacts-list-item--has-new-interaction .accounts__components__contact__avatar__details__title {
      color: #474747; }
  @media (min-width: 47em) {
    .accounts__components__contacts__contacts-list-item__detail {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2; }
      .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details__location {
        display: inline; }
      .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details div:last-child {
        display: block; }
    .accounts__components__contacts__contacts-list-item__extra-detail .accounts__components__labels__labels-list {
      display: block; } }
  .ie9 .accounts__components__contacts__contacts-list-item > input, .ie9 .accounts__components__contacts__contacts-list-item__detail, .ie9 .accounts__components__contacts__contacts-list-item__extra-detail {
    display: inline-block;
    vertical-align: middle; }
  .ie9 .accounts__components__contacts__contacts-list-item__extra-detail {
    right: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }

.accounts__components__contacts__contacts-list > ul > li:not(:last-child) {
  margin-bottom: 5px; }

.accounts__components__contacts__contacts-list > ul > li {
  border: 1px solid #dddddd; }

.accounts__components__contacts__contacts-list__view-more {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

@media (min-width: 47em) {
  .accounts__components__contacts__contacts-list__view-more {
    width: auto; } }

.accounts__components__facebook-login {
  background-color: #4364aa;
  font-size: 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  color: white; }
  .accounts__components__facebook-login:focus, .accounts__components__facebook-login:hover {
    background-color: #627cbf;
    color: white; }

.accounts__components__facebook-register {
  color: white;
  background-color: #4364aa; }
  .accounts__components__facebook-register:hover {
    color: white;
    background-color: #627cbf; }

.accounts__components__applications-manager {
  background-color: #d9e1ec;
  padding: 20px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__applications-manager li {
    margin: 20px 0; }
  .accounts__components__applications-manager p {
    margin: 10px 0 0;
    font-size: 14px;
    color: grey; }
    .accounts__components__applications-manager p > a {
      font-size: 14px; }
  .accounts__components__applications-manager .accounts__components__checkbox {
    height: 25px; }
  .accounts__components__applications-manager > div button {
    margin-top: 10px;
    padding: 5px 30px; }
    .accounts__components__applications-manager > div button:last-child {
      margin-left: 10px; }
  .accounts__components__applications-manager button[disabled] {
    opacity: 0.45; }
    .accounts__components__applications-manager button[disabled]:hover {
      background-color: #47b549 !important;
      cursor: default; }
  @media (min-width: 420px) {
    .accounts__components__applications-manager > div button:last-child {
      margin-left: 20px; } }
  @media (min-width: 560px) {
    .accounts__components__applications-manager {
      padding: 30px; } }

.accounts__components__interim-messaging__confirmation-popup__container {
  background-color: white;
  border: 1px solid #cccccc;
  padding: 25px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  min-width: 300px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute; }
  .accounts__components__interim-messaging__confirmation-popup__container h4 {
    text-align: center;
    font-size: 20px; }
  .accounts__components__interim-messaging__confirmation-popup__container p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
    color: #474747; }
    .accounts__components__interim-messaging__confirmation-popup__container p span {
      font-weight: 500; }
  .accounts__components__interim-messaging__confirmation-popup__container > div button {
    margin: 0 10px; }
    .accounts__components__interim-messaging__confirmation-popup__container > div button:last-child {
      margin-right: 0; }
  @media (min-width: 480px) {
    .accounts__components__interim-messaging__confirmation-popup__container {
      min-width: 400px; } }

.accounts__components__applied-assignments-manager > div {
  background-color: #d9e1ec;
  padding: 20px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__applied-assignments-manager > div .accounts__components__checkbox {
    height: 25px;
    margin: 15px 0; }
  .accounts__components__applied-assignments-manager > div p {
    font-size: 14px;
    color: grey; }
  .accounts__components__applied-assignments-manager > div ul {
    display: inline-block; }
  .accounts__components__applied-assignments-manager > div li {
    display: block;
    width: 100%; }
    .accounts__components__applied-assignments-manager > div li:first-child {
      margin-top: 15px; }
  .accounts__components__applied-assignments-manager > div button {
    padding: 5px 30px;
    width: 190px; }
    .accounts__components__applied-assignments-manager > div button:first-child {
      margin-right: 10px; }

.accounts__components__contact__avatar {
  display: table;
  margin: 0; }
  .accounts__components__contact__avatar__photo, .accounts__components__contact__avatar__details {
    display: table-cell;
    vertical-align: middle; }
  .accounts__components__contact__avatar__details {
    line-height: 125%; }
    .accounts__components__contact__avatar__details > div:first-child {
      font-weight: 400;
      color: #333333; }
    .accounts__components__contact__avatar__details__title,
    .accounts__components__contact__avatar__details ul > li {
      font-size: 14px;
      color: #808080; }
    .accounts__components__contact__avatar__details ul > li:not(:last-child) {
      margin-right: 10px; }
    .accounts__components__contact__avatar__details ul, .accounts__components__contact__avatar__details li {
      display: inline-block; }
  .accounts__components__contact__avatar__photo img {
    width: 2.5em;
    height: 2.5em;
    min-width: 2.5em;
    min-height: 2.5em;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .accounts__components__contact__avatar__photo img {
      width: 3.125em;
      height: 3.125em;
      min-width: 3.125em;
      min-height: 3.125em; } }

.accounts__components__calendar__event {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  float: left; }
  .accounts__components__calendar__event__title {
    height: 40px;
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    line-height: 20px;
    color: #333333; }
    .accounts__components__calendar__event__title b {
      font-weight: 500; }
  .accounts__components__calendar__event__events__no-events {
    padding: 20px 15px; }
    .accounts__components__calendar__event__events__no-events > span {
      font-size: 16px;
      line-height: 140%;
      color: #474747; }
  .accounts__components__calendar__event__events ul {
    padding: 10px 15px; }
    .accounts__components__calendar__event__events ul li {
      min-height: 50px;
      cursor: pointer;
      display: inline-block;
      width: 100%; }
      .accounts__components__calendar__event__events ul li > div:first-child {
        width: 43px;
        font-size: 14px;
        float: left;
        height: 42px;
        border-right: 2px solid #9fc7e2;
        line-height: 21px; }
        .accounts__components__calendar__event__events ul li > div:first-child span {
          display: inline-block;
          width: 100%; }
          .accounts__components__calendar__event__events ul li > div:first-child span:first-child {
            color: #333333; }
          .accounts__components__calendar__event__events ul li > div:first-child span:last-child {
            color: #bcbcbc; }
      .accounts__components__calendar__event__events ul li > div:last-child {
        padding-left: 10px;
        float: left;
        font-size: 16px;
        color: #333333;
        display: inline-block;
        width: calc(100% - 43px);
        min-height: 42px;
        line-height: 21px;
        position: relative; }
        .accounts__components__calendar__event__events ul li > div:last-child > span {
          display: inline-block;
          vertical-align: middle;
          padding-right: 24px; }
        .accounts__components__calendar__event__events ul li > div:last-child p {
          margin: 0;
          color: #808080;
          font-size: 14px; }
          .accounts__components__calendar__event__events ul li > div:last-child p > span:last-child {
            color: #6699CC;
            cursor: pointer; }
        .accounts__components__calendar__event__events ul li > div:last-child .accounts__components__icon {
          position: absolute;
          right: 0;
          top: 2px;
          cursor: pointer; }
          .accounts__components__calendar__event__events ul li > div:last-child .accounts__components__icon svg {
            fill: #bcbcbc;
            width: 16px;
            height: 16px; }
      .accounts__components__calendar__event__events ul li:hover > div:first-child span:first-child {
        color: #666666; }
      .accounts__components__calendar__event__events ul li:hover > div:first-child span:last-child {
        color: #c9c9c9; }
      .accounts__components__calendar__event__events ul li:hover > div:last-child {
        color: #666666; }
        .accounts__components__calendar__event__events ul li:hover > div:last-child .accounts__components__icon svg {
          fill: #d6d6d6; }
    .accounts__components__calendar__event__events ul li + li {
      padding-top: 10px;
      border-top: 1px dotted #dddddd; }
  .accounts__components__calendar__event__events--readonly ul li {
    cursor: initial; }
  .accounts__components__calendar__event__events__small {
    font-size: 10px; }
  .accounts__components__calendar__event__events__smaller {
    font-size: 12px; }
  .accounts__components__calendar__event__events__dark {
    color: #474747; }
  .accounts__components__calendar__event__events__actions {
    padding: 0 14px 15px; }
  .accounts__components__calendar__event__edit__header {
    background-color: #d9e1ec;
    padding: 14px 15px; }
    .accounts__components__calendar__event__edit__header .accounts__components__drop-down {
      margin-bottom: 14px; }
      .accounts__components__calendar__event__edit__header .accounts__components__drop-down > div {
        background-color: #6699CC;
        color: white;
        overflow: hidden; }
        .accounts__components__calendar__event__edit__header .accounts__components__drop-down > div svg {
          fill: white; }
    .accounts__components__calendar__event__edit__header > input {
      margin-bottom: 0; }
  .accounts__components__calendar__event__edit__section {
    padding: 14px 15px;
    position: relative;
    float: left;
    width: 100%; }
    .accounts__components__calendar__event__edit__section p {
      font-size: 13px;
      color: #6699CC; }
    .accounts__components__calendar__event__edit__section:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      background-image: linear-gradient(to right, #cccccc 66%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 3px 1px;
      height: 1px;
      background-repeat: repeat-x; }
    .accounts__components__calendar__event__edit__section > div {
      float: left; }
    .accounts__components__calendar__event__edit__section > div + div {
      float: right; }
    .accounts__components__calendar__event__edit__section textarea {
      margin-bottom: 0; }
  .accounts__components__calendar__event__edit__repeats > div + div {
    cursor: pointer; }
  .accounts__components__calendar__event__edit__repeats ul {
    height: 176px; }
    .accounts__components__calendar__event__edit__repeats ul li {
      width: 100%;
      padding: 14px 0 14px 47px;
      line-height: 16px;
      font-size: 16px;
      color: #333333;
      position: relative;
      cursor: pointer; }
  .accounts__components__calendar__event__edit__repeats__details > div {
    font-size: 14px;
    color: #808080;
    position: relative; }
    .accounts__components__calendar__event__edit__repeats__details > div input {
      display: inline-block;
      width: 20px;
      border: none;
      border-bottom: 1px solid #474747;
      margin: 0 3px;
      text-align: center; }
  .accounts__components__calendar__event__edit__repeats__details > div + div > span {
    cursor: pointer;
    display: inline-block; }
    .accounts__components__calendar__event__edit__repeats__details > div + div > span label {
      display: inline-block;
      font-weight: 400;
      border-bottom: 1px solid #474747;
      margin: 0 3px;
      padding: 0;
      cursor: pointer;
      color: #474747; }
  .accounts__components__calendar__event__edit__repeats__details .animations__drop-down__with-ticks {
    top: 52px; }
  .accounts__components__calendar__event__edit__repeats__details .accounts__components__date-picker {
    width: auto;
    display: inline-block;
    height: auto;
    min-width: auto; }
    .accounts__components__calendar__event__edit__repeats__details .accounts__components__date-picker .picker__input,
    .accounts__components__calendar__event__edit__repeats__details .accounts__components__date-picker .icon {
      display: none; }
    .accounts__components__calendar__event__edit__repeats__details .accounts__components__date-picker .picker__holder {
      min-width: 250px;
      -webkit-transform: translateX(-220px);
      -moz-transform: translateX(-220px);
      -ms-transform: translateX(-220px);
      -o-transform: translateX(-220px);
      transform: translateX(-220px); }
  .accounts__components__calendar__event__edit__repeats__details__days {
    margin: 14px 0 0;
    padding: 0;
    width: 100%;
    float: left; }
    .accounts__components__calendar__event__edit__repeats__details__days li {
      width: calc(25% - 14px);
      padding: 0 14px calc(25% - 16px) 0;
      border: 1px solid #6699CC;
      margin: 0 7px;
      float: left;
      text-align: center;
      margin-bottom: 10px;
      cursor: pointer;
      position: relative;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      .accounts__components__calendar__event__edit__repeats__details__days li span {
        display: inline-block;
        position: absolute;
        width: 100%;
        left: 0;
        top: calc(50% - 7px);
        font-size: 14px;
        line-height: 14px; }
      .accounts__components__calendar__event__edit__repeats__details__days li:hover {
        background-color: #edf5fa; }
  .accounts__components__calendar__event__edit__repeats__details__day--selected {
    color: white;
    background-color: #9fc7e2 !important; }
  .accounts__components__calendar__event__edit__repeats__details .accounts__components__radio-group {
    margin: 14px 0 0;
    float: left;
    width: 100%; }
  .accounts__components__calendar__event__edit__dates {
    position: relative; }
    .accounts__components__calendar__event__edit__dates > div {
      position: relative; }
    .accounts__components__calendar__event__edit__dates > div + div > label,
    .accounts__components__calendar__event__edit__dates > div + div > span {
      display: inline-block;
      font-weight: 400;
      font-size: 16px;
      color: #333333;
      cursor: pointer;
      padding-left: 20px; }
    .accounts__components__calendar__event__edit__dates .accounts__components__time-picker > input {
      display: none; }
    .accounts__components__calendar__event__edit__dates .accounts__components__date-picker {
      width: auto;
      display: inline-block;
      height: auto;
      min-width: auto; }
      .accounts__components__calendar__event__edit__dates .accounts__components__date-picker .picker__input,
      .accounts__components__calendar__event__edit__dates .accounts__components__date-picker .icon {
        display: none; }
      .accounts__components__calendar__event__edit__dates .accounts__components__date-picker .picker__holder {
        min-width: 250px;
        -webkit-transform: translateX(-220px);
        -moz-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        -o-transform: translateX(-220px);
        transform: translateX(-220px); }
    .accounts__components__calendar__event__edit__dates label {
      margin-bottom: 0; }
  .accounts__components__calendar__event__edit__actions {
    padding: 14px 0;
    float: left;
    width: 100%; }
    .accounts__components__calendar__event__edit__actions > div {
      width: 50%;
      padding: 0 15px;
      float: left; }
      .accounts__components__calendar__event__edit__actions > div:first-child {
        padding-right: 7.5px; }
      .accounts__components__calendar__event__edit__actions > div:last-child {
        padding-left: 7.5px; }
    .accounts__components__calendar__event__edit__actions button {
      width: 100%; }
    .accounts__components__calendar__event__edit__actions--full {
      position: relative;
      padding: 14px 15px; }
      .accounts__components__calendar__event__edit__actions--full:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        background-image: linear-gradient(to right, #cccccc 66%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 3px 1px;
        height: 1px;
        background-repeat: repeat-x; }

.accounts__components__contact__selector {
  /* Animate slide down */
  /*
    .accounts__components__collapsible-panel {
        margin-bottom: $base-padding;
    }*/ }
  .accounts__components__contact__selector__selected-contact > * {
    display: inline-block;
    vertical-align: middle; }
  .accounts__components__contact__selector__selected-contact--is-selected > button {
    margin-left: 0.45em; }
  .accounts__components__contact__selector__contact-list {
    margin-top: 0.9em;
    margin-bottom: 0.9em; }
  .accounts__components__contact__selector__contact-list.ng-hide-add.ng-hide-add-active, .accounts__components__contact__selector__contact-list.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .accounts__components__contact__selector__contact-list.ng-hide {
    opacity: 0;
    transform: translateX(-100%); }
  .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__selected-contact {
    background-color: white;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 15px;
    color: #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    cursor: pointer; }
    .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__selected-contact__arrow {
      float: right;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__selected-contact__arrow svg {
        fill: black; }
    .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__selected-contact--selecting .accounts__components__contact__selector__selected-contact__arrow {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__filter .accounts__components__filter-box {
    width: 100%; }
  .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__contact-list--container {
    overflow: hidden; }
  .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__contact-list--wrapper {
    max-height: 300px;
    overflow: scroll;
    margin-top: 14px; }
  .accounts__components__contact__selector--dropdown .accounts__components__contact__selector__contact-list.ng-hide {
    -webkit-transform: translateY(-100%) translateX(0);
    -moz-transform: translateY(-100%) translateX(0);
    -ms-transform: translateY(-100%) translateX(0);
    -o-transform: translateY(-100%) translateX(0);
    transform: translateY(-100%) translateX(0); }
  @media (min-width: 47em) {
    .accounts__components__contact__selector {
      /*
        .accounts__components__collapsible-panel {
            margin-left: auto;
            width: 25%;
        }
        */ } }

.accounts__components__contacts__contacts-list-item {
  padding: 5px 10px;
  position: relative;
  background-color: #f0f0f0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  /* Flexbox fallback for IE9 */ }
  .accounts__components__contacts__contacts-list-item > input[type="checkbox"] {
    margin-right: 10px; }
  .accounts__components__contacts__contacts-list-item__detail {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details__location {
      display: none; }
    .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details div:last-child {
      display: none; }
  .accounts__components__contacts__contacts-list-item__extra-detail {
    text-align: right;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .accounts__components__contacts__contacts-list-item__extra-detail .accounts__components__labels__labels-list {
      display: none; }
    .accounts__components__contacts__contacts-list-item__extra-detail time {
      font-size: 14px;
      color: #474747;
      margin-left: 10px;
      white-space: nowrap; }
  .accounts__components__contacts__contacts-list-item--has-new-interaction {
    font-weight: 500;
    background-color: white; }
    .accounts__components__contacts__contacts-list-item--has-new-interaction h5 {
      font-weight: 500; }
    .accounts__components__contacts__contacts-list-item--has-new-interaction .accounts__components__contact__avatar__details__title {
      color: #474747; }
  @media (min-width: 47em) {
    .accounts__components__contacts__contacts-list-item__detail {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2; }
      .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details__location {
        display: inline; }
      .accounts__components__contacts__contacts-list-item__detail .accounts__components__contact__avatar__details div:last-child {
        display: block; }
    .accounts__components__contacts__contacts-list-item__extra-detail .accounts__components__labels__labels-list {
      display: block; } }
  .ie9 .accounts__components__contacts__contacts-list-item > input, .ie9 .accounts__components__contacts__contacts-list-item__detail, .ie9 .accounts__components__contacts__contacts-list-item__extra-detail {
    display: inline-block;
    vertical-align: middle; }
  .ie9 .accounts__components__contacts__contacts-list-item__extra-detail {
    right: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }

.accounts__components__contacts__contacts-list > ul > li:not(:last-child) {
  margin-bottom: 5px; }

.accounts__components__contacts__contacts-list > ul > li {
  border: 1px solid #dddddd; }

.accounts__components__contacts__contacts-list__view-more {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

@media (min-width: 47em) {
  .accounts__components__contacts__contacts-list__view-more {
    width: auto; } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@-moz-keyframes pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

.accounts__components__listing__homeowner {
  position: relative;
  width: 100%;
  float: left; }
  .accounts__components__listing__homeowner header,
  .accounts__components__listing__homeowner section {
    padding: 10px 0 14px 0;
    margin-bottom: 14px;
    border-bottom: 1px dashed white; }
    .accounts__components__listing__homeowner header:last-child,
    .accounts__components__listing__homeowner section:last-child {
      border: none; }
  .accounts__components__listing__homeowner__header {
    float: left;
    width: 100%;
    padding: 0 0 5px 0 !important;
    display: none; }
    .accounts__components__listing__homeowner__header > span {
      font-size: 18px;
      font-weight: 500;
      line-height: 40px;
      color: #333333 !important; }
    .accounts__components__listing__homeowner__header--buttons {
      float: right;
      display: none; }
      .accounts__components__listing__homeowner__header--buttons button {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
        .accounts__components__listing__homeowner__header--buttons button span {
          font-weight: 500; }
  .accounts__components__listing__homeowner__archive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(217, 225, 236, 0.9);
    z-index: 10; }
    .accounts__components__listing__homeowner__archive h4 {
      line-height: 130%;
      font-size: 24px;
      padding-top: 80px;
      text-align: center; }
    .accounts__components__listing__homeowner__archive p {
      line-height: 130%;
      font-size: 16px;
      text-align: center; }
    .accounts__components__listing__homeowner__archive--buttons > div {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
      .accounts__components__listing__homeowner__archive--buttons > div button {
        display: inline-block;
        min-width: 180px; }
  .accounts__components__listing__homeowner h6 {
    color: #333333 !important; }
  .accounts__components__listing__homeowner__about {
    float: left;
    width: 100%; }
    .accounts__components__listing__homeowner__about__figure {
      margin-bottom: 5px; }
      .accounts__components__listing__homeowner__about__figure__preview {
        position: relative;
        background: white;
        width: 100%;
        padding-bottom: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden; }
        .accounts__components__listing__homeowner__about__figure__preview img {
          position: absolute;
          left: 2px;
          top: 2px;
          right: 2px;
          bottom: 2px;
          width: calc(100% - 4px);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
        .accounts__components__listing__homeowner__about__figure__preview__photo {
          position: absolute;
          top: 5px;
          left: 5px;
          right: 5px;
          bottom: 5px;
          z-index: 1;
          overflow: hidden; }
          .accounts__components__listing__homeowner__about__figure__preview__photo img {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            z-index: 2;
            display: none; }
          .accounts__components__listing__homeowner__about__figure__preview__photo__mobile {
            display: block !important; }
        .accounts__components__listing__homeowner__about__figure__preview--edit {
          position: absolute;
          top: 2px;
          right: 2px;
          border: none;
          -webkit-border-radius: 0 5px 0 20px;
          -moz-border-radius: 0 5px 0 20px;
          -ms-border-radius: 0 5px 0 20px;
          border-radius: 0 5px 0 20px;
          width: 130px;
          z-index: 1; }
        .accounts__components__listing__homeowner__about__figure__preview--button {
          position: absolute;
          right: 10px;
          bottom: 10px;
          min-width: initial;
          width: 116px;
          height: 40px;
          padding: 0;
          z-index: 5; }
          .accounts__components__listing__homeowner__about__figure__preview--button > a {
            cursor: pointer;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            text-align: center;
            color: white;
            font-size: 16px;
            line-height: 40px;
            min-width: initial;
            width: 116px;
            height: 40px;
            padding: 0;
            padding-right: 8px;
            background-color: rgba(102, 153, 204, 0.75) !important;
            display: block; }
            .accounts__components__listing__homeowner__about__figure__preview--button > a:hover {
              background-color: #9fc7e2; }
            .accounts__components__listing__homeowner__about__figure__preview--button > a .accounts__components__icon > svg {
              margin-right: 0 !important;
              max-width: 34px !important;
              max-height: 34px !important;
              height: 34px !important;
              width: 34px !important; }
    .accounts__components__listing__homeowner__about__info h6 {
      margin-bottom: 5px;
      font-size: 15px;
      height: 20px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .accounts__components__listing__homeowner__about__info__location {
      margin-bottom: 5px;
      font-size: 13px; }
      .accounts__components__listing__homeowner__about__info__location .accounts__components__icon {
        margin-right: 5px; }
        .accounts__components__listing__homeowner__about__info__location .accounts__components__icon svg {
          fill: #6699CC !important; }
    .accounts__components__listing__homeowner__about__info__main {
      padding: 0 !important;
      margin: 0 !important;
      border: 0 !important; }
      .accounts__components__listing__homeowner__about__info__main__incomplete-message {
        font-size: 13px; }
  .accounts__components__listing__homeowner__state {
    float: left;
    width: 100%;
    display: none !important;
    padding: 10px !important;
    background-color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .accounts__components__listing__homeowner__state.mobile {
      display: block !important; }
    .accounts__components__listing__homeowner__state__messages {
      min-height: 55px;
      float: left;
      width: 100%;
      margin-bottom: 10px;
      border-bottom: 1px #cccccc dashed;
      padding-bottom: 10px;
      position: relative; }
      .accounts__components__listing__homeowner__state__messages > h6, .accounts__components__listing__homeowner__state__messages p {
        margin-bottom: 0; }
      .accounts__components__listing__homeowner__state__messages .accounts__components__icon {
        margin-right: 5px; }
        .accounts__components__listing__homeowner__state__messages .accounts__components__icon:hover {
          cursor: pointer; }
        .accounts__components__listing__homeowner__state__messages .accounts__components__icon svg {
          height: 18px;
          width: 18px;
          max-height: none;
          max-width: none; }
      .accounts__components__listing__homeowner__state__messages .accounts__components__link {
        font-size: 15px; }
      .accounts__components__listing__homeowner__state__messages > div {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        background-color: #e6e6e6;
        margin-bottom: 0;
        float: right;
        padding: 10px;
        position: absolute;
        bottom: 10px;
        right: 0; }
        .accounts__components__listing__homeowner__state__messages > div > p {
          line-height: 140%; }
          .accounts__components__listing__homeowner__state__messages > div > p:before {
            content: '!';
            border-radius: 100%;
            color: white;
            background-color: #f181ae;
            margin-right: 5px;
            width: 18px;
            height: 18px;
            font-weight: 500;
            display: inline-block;
            padding-left: 7px; }
    .accounts__components__listing__homeowner__state__bar {
      width: 30%;
      min-width: 80px;
      max-width: 140px;
      position: relative;
      height: 26px;
      background-color: #f0f0f0;
      border: 1px solid #cccccc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      float: left; }
      .accounts__components__listing__homeowner__state__bar > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #6699CC;
        background-image: url(/static/next/dist/images/icons/account/progress-bar/progress-bar-transparency.png);
        background-size: 8px;
        -webkit-transition: width 150ms ease-in-out;
        -moz-transition: width 150ms ease-in-out;
        transition: width 150ms ease-in-out; }
    .accounts__components__listing__homeowner__state__text {
      float: left;
      white-space: nowrap;
      text-align: left;
      padding-left: 5px;
      font-size: 14px;
      line-height: 26px;
      font-weight: 500; }
      .accounts__components__listing__homeowner__state__text > a {
        font-weight: 400; }
  .accounts__components__listing__homeowner--large-phone {
    padding-top: 0 !important; }
  @media (min-width: 480px) {
    .accounts__components__listing__homeowner__header {
      display: block; }
      .accounts__components__listing__homeowner__header--buttons {
        display: block; }
    .accounts__components__listing__homeowner__state__messages > div {
      bottom: inherit;
      top: 0; }
    .accounts__components__listing__homeowner__state__bar {
      width: 50%; }
    .accounts__components__listing__homeowner__state__text {
      padding-left: 20px;
      font-size: 16px; }
    .accounts__components__listing__homeowner__about__figure {
      width: 35%;
      float: left; }
      .accounts__components__listing__homeowner__about__figure__photo--edit {
        display: none; }
      .accounts__components__listing__homeowner__about__figure__preview--button {
        right: initial;
        left: 50%;
        margin-left: -58px; }
    .accounts__components__listing__homeowner__about__info {
      width: 65%;
      float: left;
      padding-left: 20px; }
    .accounts__components__listing__homeowner--large-phone {
      display: none; } }
  @media (min-width: 768px) {
    .accounts__components__listing__homeowner__header {
      padding: 5px 0 12px 0 !important; }
    .accounts__components__listing__homeowner__about__figure__preview {
      background-color: white;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 5px;
      width: 100%;
      height: auto;
      min-height: 250px;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out; }
      .accounts__components__listing__homeowner__about__figure__preview__photo {
        width: calc(100% - 10px);
        height: calc(100% - 10px); }
        .accounts__components__listing__homeowner__about__figure__preview__photo img {
          display: block !important; }
        .accounts__components__listing__homeowner__about__figure__preview__photo__mobile {
          display: none !important; }
      .accounts__components__listing__homeowner__about__figure__preview--edit {
        display: none; }
    .accounts__components__listing__homeowner__about__info h6 {
      font-size: 16px; }
    .accounts__components__listing__homeowner__about__info__location {
      font-size: 14px; }
    .accounts__components__listing__homeowner__state {
      padding: 14px 20px !important; } }
  @media (min-width: 1024px) {
    .accounts__components__listing__homeowner__about {
      border-bottom: 0 !important;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
      .accounts__components__listing__homeowner__about__figure {
        width: 160px; }
      .accounts__components__listing__homeowner__about__info {
        width: calc(100% - 160px); }
        .accounts__components__listing__homeowner__about__info__main {
          padding: 0 0 14px 0 !important;
          margin-bottom: 14px !important;
          border-bottom: 1px dashed white !important; }
    .accounts__components__listing__homeowner__state {
      margin-bottom: 0; }
      .accounts__components__listing__homeowner__state.mobile {
        display: none !important; }
        .accounts__components__listing__homeowner__state.mobile-skip {
          display: block !important; } }
  .accounts__components__listing__homeowner__edit-listing {
    text-align: left;
    margin-bottom: 0; }
  .accounts__components__listing__homeowner .accounts__components__contact__avatar, .accounts__components__listing__homeowner__view-listing, .accounts__components__listing__homeowner__selected-housesitter {
    margin-bottom: 0.9em; }
  .accounts__components__listing__homeowner__view-listing > a {
    text-decoration: underline; }
  .accounts__components__listing__homeowner__view-listing > svg {
    margin-left: 0;
    margin-right: 0.225em;
    fill: #D08E00; }
  .accounts__components__listing__homeowner__selected-housesitter {
    padding: 0.9em; }

.accounts__components__listings__homeowner > ul > li:not(:first-child) {
  margin-top: 0.9em; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@-moz-keyframes pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes pulse {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

.accounts__components__listing__housesitter header,
.accounts__components__listing__housesitter section {
  padding: 10px 0 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px dashed white; }
  .accounts__components__listing__housesitter header:last-child,
  .accounts__components__listing__housesitter section:last-child {
    border: none; }

.accounts__components__listing__housesitter__header {
  float: left;
  width: 100%;
  padding: 0 0 5px 0 !important;
  display: none; }
  .accounts__components__listing__housesitter__header > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #333333; }
  .accounts__components__listing__housesitter__header--buttons {
    float: right;
    display: none; }
    .accounts__components__listing__housesitter__header--buttons button {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
      .accounts__components__listing__housesitter__header--buttons button span {
        font-weight: 500; }

.accounts__components__listing__housesitter__about {
  float: left;
  width: 100%; }
  .accounts__components__listing__housesitter__about__figure {
    margin-bottom: 5px; }
    .accounts__components__listing__housesitter__about__figure__preview {
      position: relative;
      background: white;
      width: 100%;
      padding-bottom: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden; }
      .accounts__components__listing__housesitter__about__figure__preview img {
        position: absolute;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        width: calc(100% - 4px);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .accounts__components__listing__housesitter__about__figure__preview__photo {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        z-index: 1;
        overflow: hidden; }
        .accounts__components__listing__housesitter__about__figure__preview__photo img {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          z-index: 2;
          display: none; }
        .accounts__components__listing__housesitter__about__figure__preview__photo__mobile {
          display: block !important; }
      .accounts__components__listing__housesitter__about__figure__preview--edit {
        position: absolute;
        top: 2px;
        right: 2px;
        border: none;
        -webkit-border-radius: 0 5px 0 20px;
        -moz-border-radius: 0 5px 0 20px;
        -ms-border-radius: 0 5px 0 20px;
        border-radius: 0 5px 0 20px;
        width: 130px;
        z-index: 1; }
      .accounts__components__listing__housesitter__about__figure__preview--button {
        position: absolute;
        right: 10px;
        bottom: 10px;
        min-width: initial;
        width: 116px;
        height: 40px;
        padding: 0;
        z-index: 5; }
        .accounts__components__listing__housesitter__about__figure__preview--button > a {
          cursor: pointer;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px;
          text-align: center;
          color: white;
          font-size: 16px;
          line-height: 40px;
          min-width: initial;
          width: 116px;
          height: 40px;
          padding: 0;
          padding-right: 8px;
          background-color: rgba(71, 181, 73, 0.75) !important;
          display: block; }
          .accounts__components__listing__housesitter__about__figure__preview--button > a:hover {
            background-color: #67c17a; }
          .accounts__components__listing__housesitter__about__figure__preview--button > a .accounts__components__icon > svg {
            margin-right: 0 !important;
            max-width: 34px !important;
            max-height: 34px !important;
            height: 34px !important;
            width: 34px !important; }
  .accounts__components__listing__housesitter__about__info h6 {
    margin-bottom: 5px;
    font-size: 15px;
    height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .accounts__components__listing__housesitter__about__info p {
    margin-bottom: 5px;
    font-size: 13px;
    max-height: 48px;
    overflow: hidden; }
  .accounts__components__listing__housesitter__about__info__main {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important; }
    .accounts__components__listing__housesitter__about__info__main__incomplete-message {
      font-size: 13px; }
  .accounts__components__listing__housesitter__about__info__rating > span {
    font-size: 16px;
    line-height: 18px; }
  .accounts__components__listing__housesitter__about__info__rating > a {
    font-size: 12px;
    line-height: 18px; }
    .accounts__components__listing__housesitter__about__info__rating > a.accounts__components__link {
      font-size: 14px; }

.accounts__components__listing__housesitter__state {
  float: left;
  width: 100%;
  display: none !important;
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__components__listing__housesitter__state.mobile {
    display: block !important; }
  .accounts__components__listing__housesitter__state__messages {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 10px;
    position: relative; }
    .accounts__components__listing__housesitter__state__messages > h6, .accounts__components__listing__housesitter__state__messages p {
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__state__messages .accounts__components__icon {
      margin-right: 5px; }
      .accounts__components__listing__housesitter__state__messages .accounts__components__icon:hover {
        cursor: pointer; }
      .accounts__components__listing__housesitter__state__messages .accounts__components__icon svg {
        height: 18px;
        width: 18px;
        max-height: none;
        max-width: none; }
    .accounts__components__listing__housesitter__state__messages .accounts__components__link {
      font-size: 15px; }
    .accounts__components__listing__housesitter__state__messages > div {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      background-color: #e6e6e6;
      margin-bottom: 0;
      float: right;
      padding: 10px;
      position: absolute;
      bottom: 10px;
      right: 0; }
      .accounts__components__listing__housesitter__state__messages > div > p {
        line-height: 140%; }
        .accounts__components__listing__housesitter__state__messages > div > p:before {
          content: '!';
          border-radius: 100%;
          color: white;
          background-color: #f181ae;
          margin-right: 5px;
          width: 18px;
          height: 18px;
          font-weight: 500;
          display: inline-block;
          padding-left: 7px; }
  .accounts__components__listing__housesitter__state__bar {
    width: 30%;
    min-width: 80px;
    max-width: 140px;
    position: relative;
    height: 26px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    float: left; }
    .accounts__components__listing__housesitter__state__bar > div {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #47b549;
      background-image: url(/static/next/dist/images/icons/account/progress-bar/progress-bar-transparency.png);
      background-size: 8px;
      -webkit-transition: width 150ms ease-in-out;
      -moz-transition: width 150ms ease-in-out;
      transition: width 150ms ease-in-out; }
  .accounts__components__listing__housesitter__state__text {
    float: left;
    white-space: nowrap;
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500; }
    .accounts__components__listing__housesitter__state__text > a {
      font-weight: 400; }

.accounts__components__listing__housesitter--large-phone {
  padding-top: 0 !important; }

@media (min-width: 480px) {
  .accounts__components__listing__housesitter__header {
    display: block; }
    .accounts__components__listing__housesitter__header--buttons {
      display: block; }
  .accounts__components__listing__housesitter__state__messages > div {
    bottom: inherit;
    top: 0; }
  .accounts__components__listing__housesitter__state__bar {
    width: 50%; }
  .accounts__components__listing__housesitter__state__text {
    padding-left: 20px;
    font-size: 16px; }
  .accounts__components__listing__housesitter__about__figure {
    width: 35%;
    float: left; }
    .accounts__components__listing__housesitter__about__figure__photo--edit {
      display: none; }
    .accounts__components__listing__housesitter__about__figure__preview--button {
      right: initial;
      left: 50%;
      margin-left: -58px; }
  .accounts__components__listing__housesitter__about__info {
    width: 65%;
    float: left;
    padding-left: 20px; }
    .accounts__components__listing__housesitter__about__info__rating > a.accounts__components__link {
      font-size: 13px; }
  .accounts__components__listing__housesitter--large-phone {
    display: none; } }

@media (min-width: 768px) {
  .accounts__components__listing__housesitter__header {
    padding: 5px 0 12px 0 !important; }
  .accounts__components__listing__housesitter__about__figure__preview {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    height: auto;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    .accounts__components__listing__housesitter__about__figure__preview__photo {
      width: calc(100% - 10px);
      height: calc(100% - 10px); }
      .accounts__components__listing__housesitter__about__figure__preview__photo img {
        display: block !important; }
      .accounts__components__listing__housesitter__about__figure__preview__photo__mobile {
        display: none !important; }
    .accounts__components__listing__housesitter__about__figure__preview--edit {
      display: none; }
  .accounts__components__listing__housesitter__about__info h6 {
    font-size: 16px; }
  .accounts__components__listing__housesitter__about__info p {
    font-size: 14px; }
  .accounts__components__listing__housesitter__about__info__rating > span {
    font-size: 18px; }
  .accounts__components__listing__housesitter__about__info__rating > a {
    font-size: 14px; }
    .accounts__components__listing__housesitter__about__info__rating > a.accounts__components__link {
      font-size: 16px;
      display: none; }
  .accounts__components__listing__housesitter__state {
    padding: 14px 20px !important; } }

@media (min-width: 1024px) {
  .accounts__components__listing__housesitter__about {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .accounts__components__listing__housesitter__about__figure {
      width: 160px; }
    .accounts__components__listing__housesitter__about__info {
      width: calc(100% - 160px); }
      .accounts__components__listing__housesitter__about__info__rating > a.accounts__components__link {
        display: initial; }
      .accounts__components__listing__housesitter__about__info__main {
        padding: 0 0 14px 0 !important;
        margin-bottom: 14px !important;
        border-bottom: 1px dashed white !important; }
  .accounts__components__listing__housesitter__state {
    margin-bottom: 0; }
    .accounts__components__listing__housesitter__state.mobile {
      display: none !important; }
      .accounts__components__listing__housesitter__state.mobile-skip {
        display: block !important; } }

@-webkit-keyframes gridLoadingAnimation {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1); } }

@-moz-keyframes gridLoadingAnimation {
  0%, 70%, 100% {
    -moz-transform: scale3D(1, 1, 1); }
  35% {
    -moz-transform: scale3D(0, 0, 1); } }

@keyframes gridLoadingAnimation {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    -moz-transform: scale3D(1, 1, 1);
    -ms-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -moz-transform: scale3D(0, 0, 1);
    -ms-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.accounts__components__loader-logo {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100; }
  .accounts__components__loader-logo__item {
    width: 40px;
    height: 40px;
    float: left;
    -webkit-animation: gridLoadingAnimation 1.3s infinite ease-in-out;
    -moz-animation: gridLoadingAnimation 1.3s infinite ease-in-out;
    animation: gridLoadingAnimation 1.3s infinite ease-in-out;
    background-size: 40px;
    background-repeat: no-repeat; }
    .accounts__components__loader-logo__item--ul {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s;
      background-image: url(/static/next/dist/images/icons/loader-logo/ul.png); }
    .accounts__components__loader-logo__item--u {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      background-image: url(/static/next/dist/images/icons/loader-logo/u.png); }
    .accounts__components__loader-logo__item--ur {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s;
      background-image: url(/static/next/dist/images/icons/loader-logo/ur.png); }
    .accounts__components__loader-logo__item--l {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s;
      background-image: url(/static/next/dist/images/icons/loader-logo/l.png); }
    .accounts__components__loader-logo__item--c {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s;
      background-image: url(/static/next/dist/images/icons/loader-logo/c.png); }
    .accounts__components__loader-logo__item--r {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      background-image: url(/static/next/dist/images/icons/loader-logo/r.png); }
    .accounts__components__loader-logo__item--bl {
      -webkit-animation-delay: 0.0s;
      animation-delay: 0.0s;
      background-image: url(/static/next/dist/images/icons/loader-logo/bl.png); }
    .accounts__components__loader-logo__item--b {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s;
      background-image: url(/static/next/dist/images/icons/loader-logo/b.png); }
    .accounts__components__loader-logo__item--br {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s;
      background-image: url(/static/next/dist/images/icons/loader-logo/br.png); }

.accounts__components__loader__loader-mask .accounts__components__popup__container {
  top: 50%; }
  .accounts__components__loader__loader-mask .accounts__components__popup__container .accounts__components__loader__container {
    width: 225px;
    height: 225px;
    left: -112.5px;
    top: -112.5px; }
    .accounts__components__loader__loader-mask .accounts__components__popup__container .accounts__components__loader__container > div {
      background-size: 75px;
      height: 75px;
      width: 75px; }

.accounts__components__media-video {
  float: left;
  width: 100%; }
  .accounts__components__media-video__detail {
    float: left;
    width: 100%; }

.accounts__components__media-item {
  float: left;
  width: 100%; }
  .accounts__components__media-item__detail {
    float: left;
    width: 100%; }
    .accounts__components__media-item__detail__figure {
      margin: 0;
      position: relative;
      width: 100%;
      padding-bottom: 75%;
      margin-bottom: 14px;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      z-index: 4; }
      .accounts__components__media-item__detail__figure--square {
        padding-bottom: 100%; }
      .accounts__components__media-item__detail__figure video,
      .accounts__components__media-item__detail__figure img, .accounts__components__media-item__detail__figure__mask {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 3;
        -webkit-transition: opacity 800ms ease-in-out;
        -moz-transition: opacity 800ms ease-in-out;
        transition: opacity 800ms ease-in-out; }
      .accounts__components__media-item__detail__figure__mask {
        z-index: 4; }
      .accounts__components__media-item__detail__figure .accounts__components__loader-logo {
        opacity: 0;
        z-index: 2;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 800ms ease-in-out;
        -moz-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out; }
      .accounts__components__media-item__detail__figure--loading video,
      .accounts__components__media-item__detail__figure--loading > img {
        opacity: 0;
        z-index: 1; }
      .accounts__components__media-item__detail__figure--loading .accounts__components__loader-logo {
        opacity: 1; }
      .accounts__components__media-item__detail__figure--uploading video,
      .accounts__components__media-item__detail__figure--uploading > img {
        z-index: 1;
        opacity: 0.2; }
      .accounts__components__media-item__detail__figure--uploading .accounts__components__loader-logo {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.5);
        transform: translateX(-50%) translateY(-50%) scale(0.5); }
      .accounts__components__media-item__detail__figure--finishing video,
      .accounts__components__media-item__detail__figure--finishing > img {
        z-index: 1;
        opacity: 0.4; }
      .accounts__components__media-item__detail__figure--finishing .accounts__components__loader-logo {
        opacity: 0.7;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.5);
        transform: translateX(-50%) translateY(-50%) scale(0.5); }
      .accounts__components__media-item__detail__figure--deleting video,
      .accounts__components__media-item__detail__figure--deleting > img {
        z-index: 1;
        opacity: 0.4; }
      .accounts__components__media-item__detail__figure--deleting .accounts__components__loader-logo {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -o-transform: translateX(-50%) translateY(-50%) scale(0.5);
        transform: translateX(-50%) translateY(-50%) scale(0.5); }
    .accounts__components__media-item__detail__data__title {
      margin-bottom: 14px; }
    .accounts__components__media-item__detail__data__tags {
      margin-bottom: 14px; }
      .accounts__components__media-item__detail__data__tags .accounts__components__drop-down__list li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .accounts__components__media-item__detail__data__uploading h6 {
      text-align: center; }
    .accounts__components__media-item__detail__data__uploading p {
      text-align: center;
      margin: 0; }
    .accounts__components__media-item__detail__data__actions {
      margin-top: 10px;
      float: left;
      width: 100%; }
      .accounts__components__media-item__detail__data__actions button {
        float: left;
        margin-right: 14px;
        height: 42px; }
        .accounts__components__media-item__detail__data__actions button:last-child {
          margin-right: 0; }
  .accounts__components__media-item__uploading {
    float: left;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    .accounts__components__media-item__uploading-active {
      margin-top: 5px;
      margin-bottom: 5px;
      height: 34px; }
    .accounts__components__media-item__uploading__info {
      float: left;
      width: calc(100% - 20px); }
      .accounts__components__media-item__uploading__info-container {
        font-size: 12px;
        color: #474747;
        height: 22px;
        line-height: 22px;
        width: 100%; }
      .accounts__components__media-item__uploading__info__title {
        text-transform: uppercase;
        max-width: 200px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        float: left;
        white-space: nowrap;
        margin-right: 5px; }
      .accounts__components__media-item__uploading__info__size {
        display: inline-block;
        float: left;
        margin-right: 5px; }
      .accounts__components__media-item__uploading__info__progress {
        display: inline-block;
        float: left; }
      .accounts__components__media-item__uploading__info__close {
        float: right;
        width: 20px;
        text-align: right;
        display: inline-block; }
    .accounts__components__media-item__uploading__progress {
      width: 100%;
      height: 10px;
      margin-top: 2px;
      background-color: #e6e6e6; }
      .accounts__components__media-item__uploading__progress-bar {
        height: 10px;
        width: 0;
        background-color: #47b549;
        -webkit-transition: all 50ms ease-in-out;
        -moz-transition: all 50ms ease-in-out;
        transition: all 50ms ease-in-out; }
  @media (min-width: 650px) {
    .accounts__components__media-item__detail__figure {
      float: left;
      width: calc(50% - 10px);
      padding-bottom: calc(37.5% - 5px);
      margin-bottom: 0; }
      .accounts__components__media-item__detail__figure--square {
        padding-bottom: calc(50% - 10px); }
    .accounts__components__media-item__detail__data {
      float: left;
      width: calc(50% - 10px);
      margin-left: 20px; }
    .accounts__components__media-item__crop__canvas {
      margin-bottom: 14px; }
    .accounts__components__media-item__crop__container {
      margin-top: 14px; }
    .accounts__components__media-item__crop__preview {
      margin-bottom: 14px; }
      .accounts__components__media-item__crop__preview__item + .accounts__components__media-item__crop__preview__item {
        margin-left: 14px; } }
  @media (min-width: 768px) {
    .accounts__components__media-item__detail__data__actions button {
      padding: 5px 15px; } }

.accounts__components__partners__offers {
  padding-top: 10px; }
  .accounts__components__partners__offers header {
    border-bottom: 1px dashed white;
    margin-bottom: 14px; }
  .accounts__components__partners__offers section {
    padding: 10px 0 14px 0; }
    .accounts__components__partners__offers section > ul > li {
      float: left;
      padding: 0 5px 0 5px; }
  .accounts__components__partners__offers__header {
    float: left;
    width: 100%;
    padding: 0 0 10px 0 !important; }
    .accounts__components__partners__offers__header > span {
      font-size: 18px;
      line-height: 40px;
      color: #333333;
      font-weight: 500; }
    .accounts__components__partners__offers__header--tooltip {
      margin-top: 10px;
      float: right; }
  .accounts__components__partners__offers ul li {
    display: none; }
    .accounts__components__partners__offers ul li:nth-child(1) {
      display: block; }
  .accounts__components__partners__offers.expanded ul li {
    display: block !important; }
  .accounts__components__partners__offers__partner-offer__image-container {
    position: relative; }
  .accounts__components__partners__offers__partner-offer__image {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
    .accounts__components__partners__offers__partner-offer__image > img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .accounts__components__partners__offers__partner-offer__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    margin: 5px; }
    .accounts__components__partners__offers__partner-offer__logo > img {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
  .accounts__components__partners__offers__partner-offer__info {
    background-color: #f0f0f0;
    width: 100%;
    padding: 14px 14px 0 14px;
    margin-bottom: 0.9em;
    position: relative;
    font-size: 15px;
    color: #474747;
    line-height: 140%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .accounts__components__partners__offers__partner-offer__info header {
      border-bottom: 1px dashed #cccccc;
      padding-bottom: 0.9em;
      margin-top: 5px;
      font-weight: 500;
      font-size: 16px;
      color: #333333; }
    .accounts__components__partners__offers__partner-offer__info > section {
      padding-top: 0; }
    .accounts__components__partners__offers__partner-offer__info:before {
      position: absolute;
      content: ' ';
      top: -24px;
      left: 40px;
      border: 12px solid transparent;
      border-color: transparent transparent #f0f0f0 transparent; }
    .accounts__components__partners__offers__partner-offer__info__link {
      font-weight: 500; }
  @media (min-width: 320px) {
    .accounts__components__partners__offers > section > ul > li {
      width: 100%; } }
  @media (min-width: 560px) {
    .accounts__components__partners__offers > section > ul > li {
      width: 50%; }
      .accounts__components__partners__offers > section > ul > li:nth-child(2) {
        display: block; } }
  @media (min-width: 768px) {
    .accounts__components__partners__offers > section > ul > li {
      width: 50%; } }
  @media (min-width: 1024px) {
    .accounts__components__partners__offers > section > ul > li {
      width: 50%; } }
  @media (min-width: 1224px) {
    .accounts__components__partners__offers > section > ul > li {
      width: 33.33333333333%; }
      .accounts__components__partners__offers > section > ul > li:nth-child(3) {
        display: block; } }
  .accounts__components__partners__offers--buttons {
    float: left;
    width: 100%;
    text-align: center; }
    .accounts__components__partners__offers--buttons > button {
      display: inline-block;
      float: none;
      font-weight: 500; }

.accounts__components__place__countries {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  width: 100%; }
  .accounts__components__place__countries:before, .accounts__components__place__countries:after {
    content: " ";
    display: table; }
  .accounts__components__place__countries:after {
    clear: both; }
  .accounts__components__place__countries h2 {
    font-size: 16px;
    text-align: center;
    color: #474747;
    margin-bottom: 30px; }
  .accounts__components__place__countries h4 {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
    margin-bottom: 20px; }
  .accounts__components__place__countries__container {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 12px 10px;
    min-width: 300px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .accounts__components__place__countries__important {
    padding-bottom: 10px;
    border-bottom: 1px dotted #dddddd; }
    .accounts__components__place__countries__important:before, .accounts__components__place__countries__important:after {
      content: " ";
      display: table; }
    .accounts__components__place__countries__important:after {
      clear: both; }
    .accounts__components__place__countries__important h4 {
      margin-bottom: 20px; }
    .accounts__components__place__countries__important ul {
      margin: 0;
      padding: 0; }
      .accounts__components__place__countries__important ul li {
        width: 50%;
        float: left;
        margin-bottom: 10px; }
        .accounts__components__place__countries__important ul li .accounts__components__checkbox label {
          margin-bottom: 0; }
          .accounts__components__place__countries__important ul li .accounts__components__checkbox label > div {
            width: 28px;
            height: 28px; }
            .accounts__components__place__countries__important ul li .accounts__components__checkbox label > div svg {
              width: 16px;
              height: 16px;
              margin-top: 2px;
              margin-left: 1px; }
          .accounts__components__place__countries__important ul li .accounts__components__checkbox label span {
            white-space: nowrap;
            text-overflow: ellipsis;
            width: calc(100% - 38px);
            overflow: hidden;
            margin-left: 10px;
            color: #474747;
            font-size: 14px;
            line-height: 28px; }
  .accounts__components__place__countries__anywhere {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dddddd; }
    .accounts__components__place__countries__anywhere:before, .accounts__components__place__countries__anywhere:after {
      content: " ";
      display: table; }
    .accounts__components__place__countries__anywhere:after {
      clear: both; }
    .accounts__components__place__countries__anywhere .accounts__components__checkbox label {
      margin-bottom: 0; }
      .accounts__components__place__countries__anywhere .accounts__components__checkbox label > div {
        width: 28px;
        height: 28px; }
        .accounts__components__place__countries__anywhere .accounts__components__checkbox label > div svg {
          width: 16px;
          height: 16px;
          margin-top: 2px;
          margin-left: 1px; }
      .accounts__components__place__countries__anywhere .accounts__components__checkbox label span {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 42px);
        overflow: hidden;
        color: #474747;
        font-size: 16px;
        line-height: 28px; }
  .accounts__components__place__countries__search {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #dddddd; }
    .accounts__components__place__countries__search:before, .accounts__components__place__countries__search:after {
      content: " ";
      display: table; }
    .accounts__components__place__countries__search:after {
      clear: both; }
    .accounts__components__place__countries__search h5 {
      color: #47b549;
      cursor: pointer;
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 400; }
    .accounts__components__place__countries__search--open h5 {
      font-weight: 500; }
    .accounts__components__place__countries__search__container {
      margin-top: 15px;
      border: 1px solid #47b549;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 5px 10px;
      background-color: white;
      padding-left: 30px;
      position: relative; }
      .accounts__components__place__countries__search__container:before, .accounts__components__place__countries__search__container:after {
        content: " ";
        display: table; }
      .accounts__components__place__countries__search__container:after {
        clear: both; }
      .accounts__components__place__countries__search__container > ul {
        margin: 0;
        padding: 0; }
        .accounts__components__place__countries__search__container > ul li {
          padding: 5px 10px 5px 15px;
          float: left;
          margin-right: 5px;
          margin-bottom: 5px;
          color: white;
          background-color: #47b549;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
          .accounts__components__place__countries__search__container > ul li > span {
            margin-right: 10px; }
          .accounts__components__place__countries__search__container > ul li .accounts__components__icon {
            cursor: pointer; }
            .accounts__components__place__countries__search__container > ul li .accounts__components__icon svg {
              margin-top: -2px;
              width: 1em !important;
              height: 1em !important;
              fill: #dddddd; }
      .accounts__components__place__countries__search__container input {
        width: 50%;
        float: left;
        border: none;
        font-size: 16px;
        color: #808080;
        height: 30px;
        line-height: 26px; }
      .accounts__components__place__countries__search__container > .accounts__components__icon {
        position: absolute;
        left: 8px;
        top: 7px; }
        .accounts__components__place__countries__search__container > .accounts__components__icon svg {
          fill: #808080; }
    .accounts__components__place__countries__search__list {
      position: absolute;
      top: 100%;
      left: -1px;
      width: calc(100% + 2px);
      max-height: 180px;
      overflow: hidden;
      border: 1px solid #47b549;
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      -ms-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
      .accounts__components__place__countries__search__list ul {
        background: white;
        width: 100%;
        max-height: 180px;
        overflow-x: hidden;
        overflow-y: scroll; }
        .accounts__components__place__countries__search__list ul li {
          height: 44px;
          padding: 5px 15px;
          line-height: 34px;
          width: 100%;
          border-bottom: 1px solid #f0f0f0;
          cursor: pointer; }
          .accounts__components__place__countries__search__list ul li:hover {
            background-color: #f0f0f0; }
  .accounts__components__place__countries__continents {
    padding-top: 15px; }
    .accounts__components__place__countries__continents:before, .accounts__components__place__countries__continents:after {
      content: " ";
      display: table; }
    .accounts__components__place__countries__continents:after {
      clear: both; }
    .accounts__components__place__countries__continents h4 {
      margin-bottom: 15px; }
    .accounts__components__place__countries__continents h5 {
      color: #47b549;
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 400;
      display: block;
      width: 100%;
      cursor: pointer; }
    .accounts__components__place__countries__continents--open {
      font-weight: 500 !important; }
    .accounts__components__place__countries__continents--all {
      float: right;
      text-align: right; }
    .accounts__components__place__countries__continents > div {
      border-top: 1px dotted #dddddd;
      padding-top: 10px;
      margin-top: 10px;
      border-bottom: 1px dotted #dddddd;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .accounts__components__place__countries__continents > div:before, .accounts__components__place__countries__continents > div:after {
        content: " ";
        display: table; }
      .accounts__components__place__countries__continents > div:after {
        clear: both; }
      .accounts__components__place__countries__continents > div ul {
        margin: 0;
        padding: 0; }
        .accounts__components__place__countries__continents > div ul li {
          width: 50%;
          float: left;
          margin-bottom: 10px; }
          .accounts__components__place__countries__continents > div ul li .accounts__components__checkbox label {
            margin-bottom: 0; }
            .accounts__components__place__countries__continents > div ul li .accounts__components__checkbox label > div {
              width: 28px;
              height: 28px; }
              .accounts__components__place__countries__continents > div ul li .accounts__components__checkbox label > div svg {
                width: 16px;
                height: 16px;
                margin-top: 2px;
                margin-left: 1px; }
            .accounts__components__place__countries__continents > div ul li .accounts__components__checkbox label span {
              white-space: nowrap;
              text-overflow: ellipsis;
              width: calc(100% - 38px);
              overflow: hidden;
              margin-left: 10px;
              color: #474747;
              font-size: 14px;
              line-height: 28px; }
  @media (min-width: 1024px) {
    .accounts__components__place__countries__container {
      padding: 15px; }
    .accounts__components__place__countries__important {
      padding-bottom: 20px; }
      .accounts__components__place__countries__important ul li .accounts__components__checkbox label span {
        font-size: 16px; }
    .accounts__components__place__countries__continents > div ul li .accounts__components__checkbox label span {
      font-size: 16px; } }

.accounts__components__pricing__housesitter:before {
  background-color: #67c17a; }

.accounts__components__pricing__housesitter ul li div svg {
  fill: #67c17a; }

.components__reviews-and-feedback__assignment-info {
  position: relative; }
  .components__reviews-and-feedback__assignment-info__avatar {
    width: 64px;
    height: 64px; }
    .components__reviews-and-feedback__assignment-info__avatar img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #cccccc;
      height: 100%; }
  .components__reviews-and-feedback__assignment-info__avatar, .components__reviews-and-feedback__assignment-info__info {
    display: inline-block;
    vertical-align: top;
    font-size: 15px; }
    .components__reviews-and-feedback__assignment-info__avatar > p, .components__reviews-and-feedback__assignment-info__info > p {
      color: black;
      margin-bottom: 0;
      line-height: 125%; }
    .components__reviews-and-feedback__assignment-info__avatar.show-avatar, .components__reviews-and-feedback__assignment-info__info.show-avatar {
      margin-left: 5px;
      max-width: calc(100% - 56px - 10px); }
  .components__reviews-and-feedback__assignment-info__transclude {
    margin-left: 70px; }
  .components__reviews-and-feedback__assignment-info__help-bubble {
    margin-top: 20px;
    margin-bottom: 10px; }
    .components__reviews-and-feedback__assignment-info__help-bubble .accounts__components__help-bubble {
      background-color: rgba(255, 255, 255, 0.4);
      border: 0;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .components__reviews-and-feedback__assignment-info__help-bubble .accounts__components__help-bubble__content {
        position: relative;
        padding: 20px; }
      .components__reviews-and-feedback__assignment-info__help-bubble .accounts__components__help-bubble .accounts__components__icon {
        background-color: transparent;
        margin-top: 20px;
        margin-right: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0; }
        .components__reviews-and-feedback__assignment-info__help-bubble .accounts__components__help-bubble .accounts__components__icon > svg {
          width: 20px;
          height: 20px;
          max-width: 20px;
          max-height: 20px;
          fill: #bcbcbc; }
  @media (min-width: 1024px) {
    .components__reviews-and-feedback__assignment-info__info {
      font-size: 16px; }
    .components__reviews-and-feedback__assignment-info__transclude {
      float: right;
      display: inline-block;
      margin-left: 0;
      -webkit-transform: translateY(25%);
      -moz-transform: translateY(25%);
      -ms-transform: translateY(25%);
      -o-transform: translateY(25%);
      transform: translateY(25%); } }

.components__reviews-and-feedback__provide {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .components__reviews-and-feedback__provide .components__reviews-and-feedback__message-form p {
    margin-bottom: 15px;
    font-size: 15px; }
  .components__reviews-and-feedback__provide .components__reviews-and-feedback__assignment-info .accounts__components__icon-button {
    font-size: 16px;
    width: 200px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }
    .components__reviews-and-feedback__provide .components__reviews-and-feedback__assignment-info .accounts__components__icon-button svg {
      max-height: 18px;
      max-width: 18px;
      height: 18px;
      width: 18px; }
  .components__reviews-and-feedback__provide .accounts__components__popup__container {
    background-color: white;
    padding: 20px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    min-width: 300px;
    max-width: 500px;
    top: 25%;
    left: calc(50% - 10px); }
    .components__reviews-and-feedback__provide .accounts__components__popup__container > p,
    .components__reviews-and-feedback__provide .accounts__components__popup__container > button,
    .components__reviews-and-feedback__provide .accounts__components__popup__container .accounts__components__link {
      font-size: 14px; }
    .components__reviews-and-feedback__provide .accounts__components__popup__container > button {
      height: 44px;
      line-height: 31px;
      border: 0;
      position: relative;
      max-width: 160px;
      width: 100%;
      display: block;
      margin: 0 auto;
      margin-bottom: 14px; }
      .components__reviews-and-feedback__provide .accounts__components__popup__container > button:last-child {
        margin-right: auto; }
    .components__reviews-and-feedback__provide .accounts__components__popup__container > button + > button {
      margin-bottom: 0; }
    .components__reviews-and-feedback__provide .accounts__components__popup__container > p {
      margin-bottom: 5px; }
    .components__reviews-and-feedback__provide .accounts__components__popup__container .accounts__components__link {
      display: block;
      margin-bottom: 0; }
    .components__reviews-and-feedback__provide .accounts__components__popup__container .accounts__components__link + .accounts__components__link {
      margin-bottom: 15px; }
  @media (min-width: 768px) {
    .components__reviews-and-feedback__provide {
      padding: 25px 20px; }
      .components__reviews-and-feedback__provide .components__reviews-and-feedback__message-form p {
        font-size: 16px; }
      .components__reviews-and-feedback__provide .accounts__components__popup__container > p,
      .components__reviews-and-feedback__provide .accounts__components__popup__container > button,
      .components__reviews-and-feedback__provide .accounts__components__popup__container .accounts__components__link {
        font-size: 16px; }
      .components__reviews-and-feedback__provide .accounts__components__popup__container > button {
        display: inline-block;
        margin: auto;
        margin-right: 10px;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .components__reviews-and-feedback__provide {
      background-color: #f0f0f0; } }

.components__reviews-and-feedback__message-form {
  padding-top: 10px; }
  .components__reviews-and-feedback__message-form textarea {
    margin-bottom: 0;
    color: #474747;
    font-size: 15px; }
    .components__reviews-and-feedback__message-form textarea::-webkit-input-placeholder {
      color: grey; }
    .components__reviews-and-feedback__message-form textarea::-moz-placeholder {
      color: grey; }
    .components__reviews-and-feedback__message-form textarea:-moz-placeholder {
      color: grey; }
    .components__reviews-and-feedback__message-form textarea:-ms-input-placeholder {
      color: grey; }
  .components__reviews-and-feedback__message-form button {
    font-size: 16px;
    height: 44px; }
    .components__reviews-and-feedback__message-form button[disabled] {
      opacity: 0.45; }
  @media (min-width: 768px) {
    .components__reviews-and-feedback__message-form textarea {
      font-size: 16px;
      margin-bottom: 10px; }
    .components__reviews-and-feedback__message-form button:not(:first-of-type) {
      margin-left: 5px; } }

.components__reviews-and-feedback__provided__item > p {
  color: black;
  font-size: 14px; }
  .components__reviews-and-feedback__provided__item > p:last-of-type {
    color: #808080; }

.components__reviews-and-feedback__provided__item .border {
  border-top: 2px dotted #dddddd;
  margin: 5px 0 10px; }

.components__reviews-and-feedback__provided .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel {
  background-color: white; }

@media (min-width: 768px) {
  .components__reviews-and-feedback__provided .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel {
    background-color: #f0f0f0; } }

.components__reviews-and-feedback__received {
  font-size: 14px; }
  .components__reviews-and-feedback__received .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label:before {
    position: absolute;
    content: ' ';
    top: -30px;
    left: 12px;
    border: 15px solid transparent;
    border-color: transparent transparent #f0f0f0 transparent; }
  .components__reviews-and-feedback__received .components__reviews-and-feedback__review-and-feedback-info__avatar {
    margin-bottom: 20px; }
  .components__reviews-and-feedback__received__item > p {
    color: black; }
    .components__reviews-and-feedback__received__item > p:last-of-type {
      color: #808080; }
  .components__reviews-and-feedback__received__item .border {
    border-top: 2px dotted #dddddd;
    margin: 5px 0 10px; }
  .components__reviews-and-feedback__received__item__reply {
    padding-top: 5px; }
    .components__reviews-and-feedback__received__item__reply > div > div > ul {
      line-height: 140%;
      float: left; }
      .components__reviews-and-feedback__received__item__reply > div > div > ul > li {
        float: left;
        margin-bottom: 5px; }
        .components__reviews-and-feedback__received__item__reply > div > div > ul > li > span {
          width: 26px;
          height: 26px;
          line-height: 26px;
          background-color: #f181ae;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          color: white;
          text-align: center;
          float: left; }
        .components__reviews-and-feedback__received__item__reply > div > div > ul > li > p {
          margin: 0 0 0 31px; }
  @media (min-width: 768px) {
    .components__reviews-and-feedback__received {
      font-size: 16px; }
      .components__reviews-and-feedback__received .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel {
        width: calc(100% - 56px - 15px - 15px);
        margin-left: 86px; }
        .components__reviews-and-feedback__received .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label {
          margin-top: 0; }
          .components__reviews-and-feedback__received .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label:before {
            top: 20px;
            left: -30px;
            border-color: transparent #f0f0f0 transparent transparent; }
      .components__reviews-and-feedback__received .components__reviews-and-feedback__review-and-feedback-info__avatar {
        float: left;
        top: 5px;
        margin-bottom: 0; }
      .components__reviews-and-feedback__received__item__reply > div > div > ul {
        margin-bottom: 5px; }
        .components__reviews-and-feedback__received__item__reply > div > div > ul > li {
          margin-bottom: 10px; } }

.components__reviews-and-feedback__reply {
  font-size: 14px;
  padding-bottom: 5px; }
  .components__reviews-and-feedback__reply__avatar {
    width: 56px;
    height: 56px; }
    .components__reviews-and-feedback__reply__avatar img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      height: 100%; }
  .components__reviews-and-feedback__reply__message {
    background-color: #f0f0f0;
    float: none;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px; }
    .components__reviews-and-feedback__reply__message:before {
      position: absolute;
      content: ' ';
      top: -30px;
      left: 12px;
      border: 15px solid transparent;
      border-color: transparent transparent #f0f0f0 transparent; }
    .components__reviews-and-feedback__reply__message > p:last-of-type {
      color: #808080;
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .components__reviews-and-feedback__reply {
      font-size: 16px;
      padding-bottom: 10px; }
      .components__reviews-and-feedback__reply__avatar {
        float: left; }
      .components__reviews-and-feedback__reply__message {
        background-color: white;
        margin-top: 0;
        width: calc(100% - 25px - 56px);
        margin-left: 81px; }
        .components__reviews-and-feedback__reply__message:before {
          border-color: transparent white transparent transparent;
          left: -30px;
          top: 15px; } }

.components__reviews-and-feedback__request {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .components__reviews-and-feedback__request__button-wrapper > button {
    width: 200px;
    font-size: 16px; }
  .components__reviews-and-feedback__request__button-wrapper .accounts__components__icon-button {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }
    .components__reviews-and-feedback__request__button-wrapper .accounts__components__icon-button svg {
      max-height: 18px;
      max-width: 18px;
      height: 18px;
      width: 18px; }
  .components__reviews-and-feedback__request__request-status > p {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 0; }
    .components__reviews-and-feedback__request__request-status > p.housesitter {
      color: #6699CC; }
    .components__reviews-and-feedback__request__request-status > p.homeowner {
      color: #47b549; }
  .components__reviews-and-feedback__request > *:last-child > div {
    margin-top: 10px; }
  @media (min-width: 1024px) {
    .components__reviews-and-feedback__request {
      background-color: #f0f0f0;
      padding: 15px 20px; }
      .components__reviews-and-feedback__request__request-status > p {
        font-size: 16px;
        line-height: 140%; } }

.components__reviews-and-feedback__review-and-feedback-info {
  position: relative; }
  .components__reviews-and-feedback__review-and-feedback-info__timeline {
    left: 28px;
    position: absolute;
    height: calc(100% + 10px + 10px);
    width: 2px;
    background-color: #cccccc;
    top: -10px; }
  .components__reviews-and-feedback__review-and-feedback-info__avatar {
    width: 56px;
    height: 56px;
    position: relative; }
    .components__reviews-and-feedback__review-and-feedback-info__avatar img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #cccccc;
      height: 100%; }
  .components__reviews-and-feedback__review-and-feedback-info__info {
    font-size: 15px; }
  .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel {
    background-color: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label {
      padding: 10px;
      background-color: transparent;
      position: relative;
      border: none; }
      .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label p {
        color: black;
        margin-bottom: 0 !important;
        line-height: 125%; }
      .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label .accounts__components__rating ul {
        margin: 0; }
        .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label .accounts__components__rating ul li span:first-of-type {
          width: 0; }
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__content {
      display: none; }
      .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__content > div {
        border: none;
        background-color: transparent;
        padding-top: 0; }
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
      display: block; }
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__label-container .accounts__components__rating {
      display: none; }
  @media (min-width: 768px) {
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__label {
      padding: 15px 20px; }
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel__content > div {
      position: static;
      padding: 0 20px 15px; }
    .components__reviews-and-feedback__review-and-feedback-info .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
      position: static; } }
  @media (min-width: 1024px) {
    .components__reviews-and-feedback__review-and-feedback-info__timeline {
      height: calc(100% + 20px + 10px); }
    .components__reviews-and-feedback__review-and-feedback-info__info {
      font-size: 16px; } }

.accounts__components__info-tooltip {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative; }
  .accounts__components__info-tooltip > span {
    color: #474747;
    font-size: 16px;
    font-weight: 400; }
  .accounts__components__info-tooltip > div {
    display: none;
    position: absolute;
    bottom: 36px;
    width: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    font-size: 12px;
    white-space: normal;
    background: white;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__components__info-tooltip > div:before {
      content: ' ';
      position: absolute;
      bottom: -18px;
      right: calc(50% - 9px);
      border: 9px solid #cccccc;
      border-color: #cccccc transparent transparent transparent; }
    .accounts__components__info-tooltip > div:after {
      content: ' ';
      position: absolute;
      bottom: -16px;
      right: calc(50% - 8px);
      border: 8px solid white;
      border-color: white transparent transparent transparent; }
    .accounts__components__info-tooltip > div h4 {
      background-color: #f0f0f0;
      height: 38px;
      line-height: 38px;
      font-size: 16px;
      color: #333333;
      font-weight: 400;
      margin: 0;
      padding: 0 14px;
      width: 100%;
      border-bottom: 1px solid #e6e6e6; }
    .accounts__components__info-tooltip > div p {
      font-size: 13px;
      color: #474747;
      line-height: 140%;
      font-weight: 400;
      padding: 10px 14px;
      margin: 0; }
  .accounts__components__info-tooltip--wide > div {
    width: 240px; }
  .accounts__components__info-tooltip:hover > span {
    color: #808080; }
  .accounts__components__info-tooltip:hover > div {
    display: block; }
  .accounts__components__info-tooltip--primary .accounts__components__info-tooltip--homeowner > span {
    color: #47b549; }
  .accounts__components__info-tooltip--primary .accounts__components__info-tooltip--homeowner:hover > span {
    color: #67c17a; }
  .accounts__components__info-tooltip--secondary > span, .accounts__components__info-tooltip--housesitter > span {
    color: #6699CC; }
  .accounts__components__info-tooltip--secondary:hover > span, .accounts__components__info-tooltip--housesitter:hover > span {
    color: #9fc7e2; }
  .accounts__components__info-tooltip--tertiary > span, .accounts__components__info-tooltip--membership > span {
    color: #fd4273; }
  .accounts__components__info-tooltip--tertiary:hover > span, .accounts__components__info-tooltip--membership:hover > span {
    color: #f181ae; }

.accounts__profile__login__reset-password__container__wrapper {
  margin: auto;
  max-width: 320px;
  text-align: center; }
  .accounts__profile__login__reset-password__container__wrapper__details {
    border-bottom: 1px dashed #cccccc;
    padding: 25px 0; }
    .accounts__profile__login__reset-password__container__wrapper__details > input {
      color: #474747;
      font-size: 16px; }
      .accounts__profile__login__reset-password__container__wrapper__details > input::-webkit-input-placeholder {
        color: grey; }
      .accounts__profile__login__reset-password__container__wrapper__details > input::-moz-placeholder {
        color: grey; }
      .accounts__profile__login__reset-password__container__wrapper__details > input:-moz-placeholder {
        color: grey; }
      .accounts__profile__login__reset-password__container__wrapper__details > input:-ms-input-placeholder {
        color: grey; }
    .accounts__profile__login__reset-password__container__wrapper__details .accounts__components__form__error2 {
      float: left; }
    .accounts__profile__login__reset-password__container__wrapper__details > input.ng-invalid.ng-touched,
    .accounts__profile__login__reset-password__container__wrapper__details > input.invalid {
      background-color: #d9e1ec; }
    .accounts__profile__login__reset-password__container__wrapper__details > input:focus {
      background-color: white; }
    .accounts__profile__login__reset-password__container__wrapper__details > button {
      width: 100%;
      margin-top: 10px;
      font-size: 18px; }
  .accounts__profile__login__reset-password__container__wrapper__extra {
    margin-top: 20px;
    text-align: center; }

.accounts__profile__login__set-new-password__container__wrapper {
  margin: auto;
  max-width: 320px;
  text-align: center; }
  .accounts__profile__login__set-new-password__container__wrapper__details {
    padding-top: 20px; }
    .accounts__profile__login__set-new-password__container__wrapper__details > input {
      color: #474747; }
    .accounts__profile__login__set-new-password__container__wrapper__details > input.ng-invalid.ng-touched,
    .accounts__profile__login__set-new-password__container__wrapper__details > input.invalid {
      background-color: #d9e1ec; }
    .accounts__profile__login__set-new-password__container__wrapper__details > input:focus {
      background-color: white; }
    .accounts__profile__login__set-new-password__container__wrapper__details__info {
      color: #808080;
      font-size: 12px; }
    .accounts__profile__login__set-new-password__container__wrapper__details > button {
      width: 100%;
      margin-top: 10px;
      font-size: 18px; }

.accounts__profile__manual__housesitter--section {
  padding: 15px 0; }
  .accounts__profile__manual__housesitter--section a {
    color: #6699CC; }
  .accounts__profile__manual__housesitter--section:not(:first-child) {
    border-top: 1px dashed #dddddd; }
  .accounts__profile__manual__housesitter--section:first-child {
    padding-top: 0; }

.accounts__profile__manual__housesitter .accounts__components__closable-section__title {
  width: 100%;
  position: relative; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title__symbol-wrapper {
    display: none; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title:hover > div {
    background-color: transparent; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title:before, .accounts__profile__manual__housesitter .accounts__components__closable-section__title:after {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #fd4273;
    top: 20px;
    right: 0px;
    transition: all 350ms ease-in-out; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title:after {
    transform: rotate(90deg); }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title.open:before, .accounts__profile__manual__housesitter .accounts__components__closable-section__title.open:after {
    background-color: #cccccc; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title.open:before {
    transform: rotate(45deg); }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title.open:after {
    transform: rotate(135deg); }

.accounts__profile__manual__housesitter .accounts__components__closable-section__close .accounts__components__link {
  color: #fd4273 !important; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__close .accounts__components__link:hover {
    color: #f181ae !important; }

.accounts__profile__manual__housesitter__footer--next {
  float: left; }

.accounts__profile__manual__housesitter__footer--dashboard {
  float: right; }

@media (min-width: 1024px) {
  .accounts__profile__manual__housesitter--section {
    padding: 30px 0; }
  .accounts__profile__manual__housesitter .accounts__components__closable-section__title {
    width: calc(100% - 40px - 20px - 70px); } }

.accounts__profile__messages__conversations {
  /* Animate slide down */ }
  .accounts__profile__messages__conversations .accounts__components__messager-compose {
    margin-bottom: 10px; }
  .accounts__profile__messages__conversations .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler {
    margin-top: 10px; }
  .accounts__profile__messages__conversations__group-messager-options {
    margin-bottom: 10px; }
    .accounts__profile__messages__conversations__group-messager-options > div > * {
      display: inline-block;
      vertical-align: middle;
      font-weight: 400;
      margin-right: 10px;
      margin-bottom: 0; }
    .accounts__profile__messages__conversations__group-messager-options > div > *:last-child {
      margin-right: 0; }
  .accounts__profile__messages__conversations .accounts__components__messager-compose.ng-hide-add.ng-hide-add-active,
  .accounts__profile__messages__conversations .accounts__components__messager-compose.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .accounts__profile__messages__conversations .accounts__components__messager-compose.ng-hide {
    opacity: 0;
    transform: translateY(-100%); }
  .accounts__profile__messages__conversations__labels {
    text-align: left; }
    .accounts__profile__messages__conversations__labels .button-plain {
      width: 100%; }
  @media (max-width: 768px) {
    .accounts__profile__messages__conversations .accounts__components__master-detail__detail > div {
      padding: 0;
      background-color: transparent; } }
  @media (min-width: 768px) {
    .accounts__profile__messages__conversations .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content,
    .accounts__profile__messages__conversations .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content > div {
      position: static !important; }
    .accounts__profile__messages__conversations .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__label {
      border-radius: 12px; }
    .accounts__profile__messages__conversations .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content > div {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
    .accounts__profile__messages__conversations__labels {
      min-width: 15.625em; } }

.accounts__profile__messages__tips__popup__panels-container {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .accounts__profile__messages__tips__popup__panels-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }

.accounts__profile__messages__tips__popup__title {
  margin-bottom: 32px; }

.accounts__profile__messages__tips__popup__panel {
  border-bottom: 1px solid #dddddd;
  padding-top: 24px;
  padding-bottom: 24px; }
  .accounts__profile__messages__tips__popup__panel:first-of-type {
    border-top: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .accounts__profile__messages__tips__popup__panel {
      border: 1px solid #dddddd;
      border-radius: 5px;
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
      padding: 24px;
      width: calc(50% - 16px); }
      .accounts__profile__messages__tips__popup__panel:nth-of-type(odd) {
        margin-right: 32px; }
      .accounts__profile__messages__tips__popup__panel:nth-child(n+3) {
        margin-top: 32px; } }
  .accounts__profile__messages__tips__popup__panel__content {
    display: flex; }
  .accounts__profile__messages__tips__popup__panel figure {
    min-width: 64px;
    margin: 2px 0 0; }
  .accounts__profile__messages__tips__popup__panel figure.references-icon:before {
    background-image: url(/static/next/dist/images/icons/references/references.svg); }
  .accounts__profile__messages__tips__popup__panel figure.profile-tips-icon:before {
    background-image: url(/static/next/dist/images/icons/profiles/profile-tips.svg); }
  .accounts__profile__messages__tips__popup__panel figure.pets-tips-icon:before {
    background-image: url(/static/next/dist/images/icons/pets/pets-tips.svg); }
  .accounts__profile__messages__tips__popup__panel figure.connect-icon:before {
    background-image: url(/static/next/dist/images/icons/connect/connect.svg); }
  .accounts__profile__messages__tips__popup__panel figure.experiences-icon:before {
    background-image: url(/static/next/dist/images/icons/experiences/experiences.svg); }
  .accounts__profile__messages__tips__popup__panel figure.travelplans-icon:before {
    background-image: url(/static/next/dist/images/icons/travelplans/travelplans.svg); }
  .accounts__profile__messages__tips__popup__panel figure:before {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat; }
  .accounts__profile__messages__tips__popup__panel__body {
    margin: 0; }
    .accounts__profile__messages__tips__popup__panel__body h5 {
      font-size: 1.25rem;
      line-height: 1.25rem; }
    .accounts__profile__messages__tips__popup__panel__body p {
      font-size: 16px;
      margin-bottom: 0; }

@media (min-width: 0) and (max-width: 767px) {
  .accounts__profile__messages__tips__popup__button {
    text-align: center; } }

@media (min-width: 768px) {
  .accounts__profile__messages__tips__popup__button {
    text-align: right; } }

.accounts__profile__messages__contact .guidance-list__container {
  padding-top: 32px;
  padding-right: 32px;
  display: none; }
  @media screen and (min-width: 752px) {
    .accounts__profile__messages__contact .guidance-list__container {
      display: block; } }

.accounts__profile__messages__contact .guidance-list__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.accounts__profile__messages__contact .guidance-list__title {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #20847e;
  margin-bottom: 24px; }

.accounts__profile__messages__contact .guidance-list__list-item {
  margin-bottom: 16px; }

.accounts__profile__messages__contact .guidance-item__container {
  display: flex; }

.accounts__profile__messages__contact .guidance-item__arrow {
  margin-right: 16px;
  width: 16px;
  height: 16px; }
  .accounts__profile__messages__contact .guidance-item__arrow .accounts__components__icon {
    display: flex; }
    .accounts__profile__messages__contact .guidance-item__arrow .accounts__components__icon > svg {
      padding: 1px;
      fill: #20847e;
      width: 16px;
      height: 16px; }

.accounts__profile__messages__contact .guidance-item__title {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #20847e; }

.accounts__profile__messages__contact .guidance-item__body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #808080; }

.accounts__profile__messages__contact .accounts__components__action-bar, .accounts__profile__messages__contact .accounts__components__listing__homeowner__edit-listing {
  text-align: left; }

.accounts__profile__messages__contact__back-and-archive {
  display: table;
  width: 100%; }
  .accounts__profile__messages__contact__back-and-archive > * {
    display: table-cell;
    vertical-align: middle; }
  .accounts__profile__messages__contact__back-and-archive > *:first-child {
    padding-right: 5px; }
  .accounts__profile__messages__contact__back-and-archive > *:last-child {
    padding-left: 5px; }
  .accounts__profile__messages__contact__back-and-archive .accounts__profile__messages__contact__back-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }

.accounts__profile__messages__contact__avatar {
  margin-bottom: 14px; }
  .accounts__profile__messages__contact__avatar .accounts__components__contact__avatar__details > :first-child {
    font-weight: 500; }
  .accounts__profile__messages__contact__avatar .accounts__components__contact__avatar__details > :last-child > span {
    color: #474747; }
  .accounts__profile__messages__contact__avatar .accounts__components__contact__avatar__photo > img {
    min-width: 3.125em;
    min-height: 3.125em; }

.accounts__profile__messages__contact__labels {
  text-align: left; }
  .accounts__profile__messages__contact__labels .button-plain {
    width: 100%; }

.accounts__profile__messages__contact .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler {
  display: none; }

.accounts__profile__messages__contact__options {
  margin-top: 10px;
  padding: 10px 14px;
  background-color: #f0f0f0;
  border-radius: 5px; }
  .accounts__profile__messages__contact__options > div > * {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 0; }
  .accounts__profile__messages__contact__options > div > label {
    white-space: nowrap; }
  .accounts__profile__messages__contact__options > div > *:last-child {
    margin-right: 0; }
  .accounts__profile__messages__contact__options > div:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }

.accounts__profile__messages__contact__more .accounts__components__collapsible-panel__label,
.accounts__profile__messages__contact__more .accounts__components__collapsible-panel__content > div {
  background-color: #f0f0f0; }

.accounts__profile__messages__contact__more .accounts__components__collapsible-panel__content > div > div > *:not(:last-child) {
  margin-bottom: 5px; }

.accounts__profile__messages__contact__more button {
  width: 100%; }

.accounts__profile__messages__contact .accounts__components__messager {
  margin-top: 14px; }

.accounts__profile__messages__contact__labels label, .accounts__profile__messages__contact__more label {
  padding: 0 10px;
  height: 34px;
  line-height: 34px; }

@media (min-width: 480px) {
  .accounts__profile__messages__contact__confirmed .accounts__components__link {
    margin-left: 15px; } }

@media (min-width: 768px) {
  .accounts__profile__messages__contact__avatar .accounts__components__contact__avatar__photo > img {
    min-width: 4.125em;
    min-height: 4.125em; }
  .accounts__profile__messages__contact .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler {
    display: block;
    margin-top: 10px; }
    .accounts__profile__messages__contact .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content,
    .accounts__profile__messages__contact .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content > div {
      position: static !important; }
    .accounts__profile__messages__contact .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__label {
      border-radius: 12px; }
    .accounts__profile__messages__contact .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content > div {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
  .accounts__profile__messages__contact__confirmed strong {
    margin-left: 40px; } }

.accounts__profile__messages__contact__popup .accounts__components__popup__container {
  max-width: 560px;
  background-color: white;
  padding: 20px 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__profile__messages__contact__popup .accounts__components__popup__container h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px; }
  .accounts__profile__messages__contact__popup .accounts__components__popup__container p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%; }
    .accounts__profile__messages__contact__popup .accounts__components__popup__container p span {
      font-weight: 500; }
  .accounts__profile__messages__contact__popup .accounts__components__popup__container > div {
    text-align: center; }
    .accounts__profile__messages__contact__popup .accounts__components__popup__container > div button {
      margin: 0 10px;
      height: 44px; }

.accounts__profile__messages__contact__confirmed {
  background-color: #47b549;
  color: white;
  padding: 20px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__profile__messages__contact__confirmed p {
    margin: 0;
    display: inline-block; }

@media (min-width: 1024px) {
  .accounts__profile__messages__contact__labels {
    width: 15.625em; }
  .accounts__profile__messages__contact__back-and-archive {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
    .accounts__profile__messages__contact__back-and-archive > * {
      display: inline-block;
      vertical-align: middle; }
    .accounts__profile__messages__contact__back-and-archive .accounts__profile__messages__contact__back-link {
      font-size: 16px; }
  .accounts__profile__messages__contact__more {
    float: right; } }

.accounts__profile__manual__homeowner input[type='text'], .accounts__profile__manual__homeowner input[type='email'], .accounts__profile__manual__homeowner textarea {
  width: 100%;
  padding: 10px 15px;
  color: #474747;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.accounts__profile__manual__homeowner div[name='edit'] h5 .accounts__components__tooltip {
  float: right;
  margin-bottom: 10px; }
  .accounts__profile__manual__homeowner div[name='edit'] h5 .accounts__components__tooltip:hover {
    background-color: #6699CC; }

.accounts__profile__manual__homeowner--remove-from-list {
  text-align: right; }
  .accounts__profile__manual__homeowner--remove-from-list > div {
    cursor: pointer;
    display: inline-block; }
    .accounts__profile__manual__homeowner--remove-from-list > div svg {
      width: 14px;
      height: 14px;
      fill: #6699CC; }
    .accounts__profile__manual__homeowner--remove-from-list > div:hover svg {
      fill: #9fc7e2; }

.accounts__profile__manual__homeowner--add-to-list {
  padding: 15px 0;
  border-bottom: 1px dashed #bcbcbc; }

.accounts__profile__manual__homeowner__help-bird {
  margin: 10px 0; }
  .accounts__profile__manual__homeowner__help-bird__bird {
    width: 50px;
    height: 50px;
    display: inline-block; }
  .accounts__profile__manual__homeowner__help-bird__content {
    background-color: rgba(217, 225, 236, 0.5);
    display: inline-block;
    padding: 10px;
    max-width: 300px;
    margin-left: 10px;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .accounts__profile__manual__homeowner__help-bird__content:after {
      content: '';
      position: absolute;
      left: -20px;
      top: calc(50% - 20px);
      border: 10px solid;
      border-color: transparent rgba(217, 225, 236, 0.5) transparent transparent; }

.accounts__profile__manual__homeowner__footer > button[disabled] {
  opacity: 0.45; }
  .accounts__profile__manual__homeowner__footer > button[disabled]:hover {
    background-color: white; }

.accounts__profile__manual__homeowner__footer > span > button {
  width: 120px;
  border: none; }
  .accounts__profile__manual__homeowner__footer > span > button:first-child {
    float: left; }
  .accounts__profile__manual__homeowner__footer > span > button:last-child {
    float: right; }

.accounts__profile__manual__homeowner__confirm-popup .accounts__components__popup__container {
  max-width: 300px;
  width: 90%;
  background-color: white;
  padding: 10px;
  top: 50%;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(calc(-50%), -50%);
  -moz-transform: translate(calc(-50%), -50%);
  -ms-transform: translate(calc(-50%), -50%);
  -o-transform: translate(calc(-50%), -50%);
  transform: translate(calc(-50%), -50%); }

.accounts__profile__manual__homeowner__confirm-popup__buttons {
  margin-top: 10px; }

@media (min-width: 768px) {
  .accounts__profile__manual__homeowner__confirm-popup .accounts__components__popup__container {
    padding: 20px; }
  .accounts__profile__manual__homeowner__confirm-popup__buttons {
    margin-top: 20px; }
  .accounts__profile__manual__homeowner__footer {
    position: relative; }
    .accounts__profile__manual__homeowner__footer > span {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .accounts__profile__manual__homeowner__footer > span > button {
        float: none;
        width: 180px; }
        .accounts__profile__manual__homeowner__footer > span > button:last-child {
          margin-left: 20px; }
  .accounts__profile__manual__homeowner__help-bird {
    margin: 10px 0 20px; } }

@media (min-width: 1024px) {
  .accounts__profile__manual__homeowner__footer > span > button {
    width: 200px; } }

.accounts__profile__verifications__basic__verifications > div {
  padding: 10px 0; }
  .accounts__profile__verifications__basic__verifications > div:first-of-type {
    padding-top: 0; }
  .accounts__profile__verifications__basic__verifications > div:last-of-type {
    padding-bottom: 0; }
  .accounts__profile__verifications__basic__verifications > div > div > img {
    width: 28px;
    height: 30px;
    float: left;
    margin-bottom: 10px; }
  .accounts__profile__verifications__basic__verifications > div > div > h4 {
    margin-left: calc(30px + 10px);
    color: black; }
  .accounts__profile__verifications__basic__verifications > div > p {
    margin-bottom: 0; }
  .accounts__profile__verifications__basic__verifications > div:first-of-type {
    border-bottom: 1px dashed #cccccc; }
  .accounts__profile__verifications__basic__verifications > div > ul {
    width: 100%; }
    .accounts__profile__verifications__basic__verifications > div > ul > li {
      width: 100%;
      float: left; }
      .accounts__profile__verifications__basic__verifications > div > ul > li:not(:last-child) {
        margin-bottom: 10px; }
  .accounts__profile__verifications__basic__verifications > div .accounts__components__verifications__verification__header__button > div > button {
    width: 150px; }

.accounts__profile__verifications__basic__references__header {
  padding: 0 0 10px;
  border-bottom: 1px dashed #cccccc;
  line-height: 42px; }
  .accounts__profile__verifications__basic__references__header .accounts__components__link .accounts__components__icon svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    fill: #47b549; }
  .accounts__profile__verifications__basic__references__header .accounts__components__link:hover .accounts__components__icon svg {
    fill: #67c17a; }
  .accounts__profile__verifications__basic__references__header > button {
    float: right;
    height: 42px;
    font-size: 16px; }
    .accounts__profile__verifications__basic__references__header > button[disabled] {
      opacity: 0.45; }

.accounts__profile__verifications__basic__references__received {
  padding: 15px 0 0; }

.accounts__profile__verifications__basic__references__request {
  padding: 15px 0 0; }
  .accounts__profile__verifications__basic__references__request .accounts__components__verifications__external-references-request {
    padding: 10px !important;
    background-color: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.accounts__profile__verifications__basic__dashboard, .accounts__profile__verifications__basic__next-level {
  float: right;
  margin: 15px 0 5px; }
  .accounts__profile__verifications__basic__dashboard > img, .accounts__profile__verifications__basic__next-level > img {
    display: inline;
    width: 22px;
    height: 24px;
    vertical-align: bottom; }
  .accounts__profile__verifications__basic__dashboard .accounts__components__icon svg, .accounts__profile__verifications__basic__next-level .accounts__components__icon svg {
    fill: #474747;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }

@media (min-width: 768px) {
  .accounts__profile__verifications__basic__verifications > div {
    padding: 20px 0; }
    .accounts__profile__verifications__basic__verifications > div:first-of-type {
      padding-top: 0; }
    .accounts__profile__verifications__basic__verifications > div:last-of-type {
      padding-bottom: 0; }
    .accounts__profile__verifications__basic__verifications > div > div > img {
      width: 36px;
      height: 38px;
      margin-bottom: 20px; }
    .accounts__profile__verifications__basic__verifications > div > div > h4 {
      margin-left: calc(36px + 15px);
      font-size: 22px; }
  .accounts__profile__verifications__basic__references__request, .accounts__profile__verifications__basic__references__received {
    padding: 20px 0 0; }
    .accounts__profile__verifications__basic__references__request .accounts__components__verifications__external-references-request, .accounts__profile__verifications__basic__references__received .accounts__components__verifications__external-references-request {
      padding: 15px !important; }
  .accounts__profile__verifications__basic__dashboard, .accounts__profile__verifications__basic__next-level {
    margin-top: 25px; } }

.accounts__profile__verifications__why p {
  margin-bottom: 0;
  white-space: normal; }

.accounts__profile__verifications__why h4 {
  color: black; }

.accounts__profile__verifications__why > div {
  padding: 10px 0; }
  .accounts__profile__verifications__why > div:not(:last-of-type) {
    border-bottom: 1px dashed #cccccc; }
  .accounts__profile__verifications__why > div > ul {
    margin-top: 10px; }
    .accounts__profile__verifications__why > div > ul > li:not(:last-child) {
      margin-bottom: 10px; }
    .accounts__profile__verifications__why > div > ul > li[disabled] {
      opacity: 0.45; }
      .accounts__profile__verifications__why > div > ul > li[disabled] .accounts__components__link:hover {
        color: #6699CC !important;
        cursor: default; }
    .accounts__profile__verifications__why > div > ul > li .accounts__components__link > span > img {
      width: 28px;
      height: 30px;
      display: inline-block; }
    .accounts__profile__verifications__why > div > ul > li .accounts__components__link > span > span {
      margin-left: 10px;
      display: inline-block; }

@media (min-width: 768px) {
  .accounts__profile__verifications__why h4 {
    font-size: 22px; }
  .accounts__profile__verifications__why > div {
    padding: 15px 0; }
    .accounts__profile__verifications__why > div > ul {
      margin-top: 15px; } }

.accounts__profile__settings__contact-settings__phone-settings > div {
  padding: 10px 0;
  border-bottom: 1px dashed #cccccc; }

.accounts__profile__settings__contact-settings__phone-settings__number {
  padding-top: 0 !important; }
  .accounts__profile__settings__contact-settings__phone-settings__number > input {
    max-width: 300px;
    color: #474747; }

.accounts__profile__settings__contact-settings__phone-settings__contact > div:last-of-type {
  margin-left: 35px;
  line-height: 125%; }
  .accounts__profile__settings__contact-settings__phone-settings__contact > div:last-of-type > h6 {
    font-weight: 400; }
  .accounts__profile__settings__contact-settings__phone-settings__contact > div:last-of-type > span {
    font-size: 14px;
    color: #808080; }

.accounts__profile__settings__contact-settings__phone-settings__contact label {
  margin-bottom: 0; }

.accounts__profile__settings__contact-settings__phone-settings > button {
  margin-top: 15px; }
  .accounts__profile__settings__contact-settings__phone-settings > button[disabled] {
    opacity: 0.45; }
    .accounts__profile__settings__contact-settings__phone-settings > button[disabled]:hover {
      background-color: #47b549 !important;
      cursor: default; }

.accounts__profile__settings__contact-settings__checkbox-description {
  margin-left: 35px; }
  .accounts__profile__settings__contact-settings__checkbox-description h6 {
    font-weight: 400; }

@media (min-width: 768px) {
  .accounts__profile__settings__contact-settings__phone-settings > div {
    padding: 20px 0; }
  .accounts__profile__settings__contact-settings__phone-settings > button {
    margin-top: 25px; } }

.accounts__profile__settings__safety-contacts__heading {
  margin-bottom: 24px;
  display: inline-block;
  padding-right: 35px;
  background-image: url("/static/next/dist/images/icons/lock.svg");
  background-position: top right;
  background-size: 25px 25px; }

.accounts__profile__settings__safety-contacts__intro {
  margin-bottom: 24px; }

.accounts__profile__settings__safety-contacts__sub-heading {
  margin-bottom: 16px; }

.accounts__profile__settings__safety-contacts__info-text {
  margin-bottom: 32px; }

.accounts__profile__settings__safety-contacts__form {
  width: 100%;
  max-width: 520px; }

.accounts__profile__settings__safety-contacts__form__user-number {
  margin-bottom: 32px; }

.accounts__profile__settings__safety-contacts__seperator {
  margin-bottom: 32px; }

.accounts__profile__settings__safety-contacts__label {
  margin-bottom: 8px; }

.accounts__profile__settings__safety-contacts__country-select {
  width: 100%;
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  color: #474747;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }
  .accounts__profile__settings__safety-contacts__country-select::-ms-expand {
    display: none; }
  .accounts__profile__settings__safety-contacts__country-select:hover {
    border-color: #888; }
  .accounts__profile__settings__safety-contacts__country-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  .accounts__profile__settings__safety-contacts__country-select option {
    font-weight: normal; }

.accounts__profile__settings__safety-contacts__country-select-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.accounts__profile__settings__safety-contacts__number-wrapper {
  width: 100%;
  display: flex; }
  .accounts__profile__settings__safety-contacts__number-wrapper__country-code {
    flex-basis: 25%;
    margin-right: 10px;
    text-align: right !important;
    border: 0 !important;
    background-color: #f0f0f0 !important;
    border-radius: 0 !important;
    color: black !important; }

.accounts__profile__settings__safety-contacts__number-display {
  font-weight: bold; }

.accounts__profile__settings__safety-contacts__contacts__input {
  width: 100%;
  margin-bottom: 16px; }

.accounts__profile__settings__safety-contacts__success-message {
  margin-left: 16px;
  color: #47b549; }

.accounts__profile__settings__labels__new-label-button {
  display: block;
  margin-left: auto;
  width: 100%; }

.accounts__profile__settings__labels .accounts__components__labels__label-editor {
  margin-bottom: 0.9em;
  /* Animate slide down */ }
  .accounts__profile__settings__labels .accounts__components__labels__label-editor.ng-hide-add.ng-hide-add-active, .accounts__profile__settings__labels .accounts__components__labels__label-editor.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .accounts__profile__settings__labels .accounts__components__labels__label-editor.ng-hide {
    opacity: 0;
    transform: translateY(-100%); }

@media (min-width: 47em) {
  .accounts__profile__settings__labels__new-label-button {
    width: auto; } }

.accounts__signup__checkout__confirmation {
  margin-top: 56px;
  padding: 0; }
  @media (min-width: 560px) {
    .accounts__signup__checkout__confirmation {
      margin-top: 80px; } }
  .accounts__signup__checkout__confirmation__header {
    position: relative; }
    .accounts__signup__checkout__confirmation__header__welcome-image {
      padding-bottom: 67.5%; }
      @media (min-width: 560px) {
        .accounts__signup__checkout__confirmation__header__welcome-image {
          padding-bottom: 31.5%; } }
      .accounts__signup__checkout__confirmation__header__welcome-image img {
        position: absolute;
        top: 0;
        left: 0; }
  .accounts__signup__checkout__confirmation__content {
    padding: 32px 16px; }
    @media (min-width: 560px) {
      .accounts__signup__checkout__confirmation__content {
        padding: 32px 64px; } }
    .accounts__signup__checkout__confirmation__content .highlight {
      font-size: 0.875rem;
      color: #20847e; }
    .accounts__signup__checkout__confirmation__content__button {
      background-color: #20847e;
      font-size: 1rem;
      border-radius: 24px;
      margin-top: 8px;
      height: 48px;
      width: 248px; }
      .accounts__signup__checkout__confirmation__content__button:hover {
        background-color: rgba(32, 132, 126, 0.75); }
    .accounts__signup__checkout__confirmation__content__a {
      margin-top: 24px;
      color: #20847e;
      text-decoration: underline;
      display: inline-block; }
      .accounts__signup__checkout__confirmation__content__a:hover {
        text-decoration: none; }

.accounts__signup__checkout__payment {
  text-align: left;
  /* <ths-tooltip /> is designed to show a circle instead of just text so I had to make my own wrapper */ }
  .accounts__signup__checkout__payment .accounts__components__checkbox label > span {
    width: calc(100% - 38px);
    text-align: left;
    /* overriding the base layout so that we have heights in our elements */
    float: none;
    display: inline-block; }
  .accounts__signup__checkout__payment .accounts__components__form__error2 {
    text-align: left; }
  .accounts__signup__checkout__payment .accounts__components__form__error2--checkboxes {
    margin-bottom: 25px;
    margin-left: 38px;
    /* width of checkbox icon */ }
  .accounts__signup__checkout__payment .accounts__components__checkout__renewal-details {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px; }
  .accounts__signup__checkout__payment .accounts__components__checkout__tooltip {
    cursor: pointer;
    position: relative;
    color: #47b549; }
    .accounts__signup__checkout__payment .accounts__components__checkout__tooltip:hover {
      color: #67c17a; }
      .accounts__signup__checkout__payment .accounts__components__checkout__tooltip:hover .accounts__components__tooltip--bubble {
        display: block;
        left: 50%; }
  .accounts__signup__checkout__payment > div {
    padding: 15px 0; }
    .accounts__signup__checkout__payment > div + div {
      border-top: 1px dashed #cccccc; }
    .accounts__signup__checkout__payment > div:first-child {
      padding-top: 0 !important; }
  .accounts__signup__checkout__payment__form > h5 {
    font-size: 16px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-bottom: 0; }
  .accounts__signup__checkout__payment__form > img {
    width: 130px;
    height: 42px; }
  .accounts__signup__checkout__payment__form .accounts__components__card-details-form {
    margin-top: 10px; }
  .accounts__signup__checkout__payment__card__image-wrapper {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    vertical-align: bottom;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__signup__checkout__payment__card__image-wrapper > img {
      width: 64px;
      height: 44px; }
  .accounts__signup__checkout__payment__card__details {
    margin-top: 10px;
    color: #808080; }
    .accounts__signup__checkout__payment__card__details > span {
      display: block; }
  .accounts__signup__checkout__payment__card > button {
    margin-top: 10px;
    height: 44px;
    width: 140px;
    display: block; }
  .accounts__signup__checkout__payment__donation__amount {
    font-size: 0;
    min-width: 211px;
    margin-top: 5px;
    height: 36px; }
    .accounts__signup__checkout__payment__donation__amount .accounts__components__drop-down {
      max-width: 150px;
      display: inline-block;
      vertical-align: top;
      font-size: 15px; }
      .accounts__signup__checkout__payment__donation__amount .accounts__components__drop-down > div {
        padding: 4px 12px;
        height: 36px;
        background-color: #f0f0f0;
        color: #474747; }
      .accounts__signup__checkout__payment__donation__amount .accounts__components__drop-down > ul li {
        height: 36px;
        min-height: 36px; }
      .accounts__signup__checkout__payment__donation__amount .accounts__components__drop-down .accounts__components__icon {
        top: 3px; }
    .accounts__signup__checkout__payment__donation__amount > img {
      width: 61px;
      height: 33px;
      display: inline-block; }
  .accounts__signup__checkout__payment__pay {
    text-align: center; }
    .accounts__signup__checkout__payment__pay__price {
      margin-bottom: 25px;
      background-color: rgba(240, 240, 240, 0.75);
      padding: 10px 20px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .accounts__signup__checkout__payment__pay__price__items {
        padding-bottom: 10px; }
        .accounts__signup__checkout__payment__pay__price__items > div > span {
          display: block; }
        .accounts__signup__checkout__payment__pay__price__items > div + div {
          margin-top: 10px; }
      .accounts__signup__checkout__payment__pay__price__total {
        padding-top: 10px;
        border-top: 1px dashed #cccccc; }
      .accounts__signup__checkout__payment__pay__price__promo {
        margin-top: 10px; }
        .accounts__signup__checkout__payment__pay__price__promo__link .accounts__components__icon svg {
          fill: #47b549;
          width: 14px;
          height: 14px;
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); }
        .accounts__signup__checkout__payment__pay__price__promo__link > h5 {
          display: inline-block; }
        .accounts__signup__checkout__payment__pay__price__promo__apply {
          margin-top: 10px; }
          .accounts__signup__checkout__payment__pay__price__promo__apply__form {
            width: 150px;
            margin-left: auto;
            margin-right: auto; }
            .accounts__signup__checkout__payment__pay__price__promo__apply__form > input {
              width: 100%; }
            .accounts__signup__checkout__payment__pay__price__promo__apply__form > button {
              display: block;
              height: 42px;
              margin: 0;
              width: 100%; }
    .accounts__signup__checkout__payment__pay > button {
      width: 100%;
      max-width: 300px;
      margin: 15px auto 0; }
    .accounts__signup__checkout__payment__pay__legal {
      color: #808080;
      text-align: center;
      max-width: 300px;
      margin: 10px auto 0;
      font-size: 12px;
      line-height: 140%; }
  .accounts__signup__checkout__payment__payment-failed {
    border-top: 0 !important;
    padding-top: 0 !important; }
    .accounts__signup__checkout__payment__payment-failed > button {
      width: 100%;
      max-width: 300px;
      display: block;
      margin: auto; }
  @media (min-width: 480px) {
    .accounts__signup__checkout__payment__form > img {
      float: right; }
    .accounts__signup__checkout__payment__card__details {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px; }
    .accounts__signup__checkout__payment__pay__price__promo__apply__form {
      width: 100%; }
      .accounts__signup__checkout__payment__pay__price__promo__apply__form > input {
        width: 150px;
        display: inline-block; }
      .accounts__signup__checkout__payment__pay__price__promo__apply__form > button {
        margin-left: 10px;
        display: inline-block;
        width: auto; } }
  @media (min-width: 650px) {
    .accounts__signup__checkout__payment__card > button {
      float: right;
      margin-top: 0; }
    .accounts__signup__checkout__payment__donation__description {
      display: inline-block;
      height: 36px;
      line-height: 36px; }
    .accounts__signup__checkout__payment__donation__amount {
      margin-top: 0;
      float: right; } }
  @media (min-width: 768px) {
    .accounts__signup__checkout__payment > div {
      padding: 20px 0; }
    .accounts__signup__checkout__payment__form > h5 {
      font-size: 18px; }
    .accounts__signup__checkout__payment__pay__price__items {
      text-align: left; }
      .accounts__signup__checkout__payment__pay__price__items > div + div {
        margin-top: 0; }
      .accounts__signup__checkout__payment__pay__price__items > div > span {
        float: right; }
    .accounts__signup__checkout__payment__pay__price__total {
      text-align: right; }
    .accounts__signup__checkout__payment__pay__price__promo__link .accounts__components__icon svg {
      width: 16px;
      height: 16px; }
    .accounts__signup__checkout__payment__pay__price__promo__apply {
      margin-top: 15px; }
      .accounts__signup__checkout__payment__pay__price__promo__apply > button {
        margin-left: 15px; }
    .accounts__signup__checkout__payment__pay > button {
      margin-top: 20px; }
    .accounts__signup__checkout__payment__pay__legal {
      margin-top: 15px; } }

.accounts__signup__join-now-create-account {
  display: table;
  max-width: 575px;
  padding: 25px;
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .accounts__signup__join-now-create-account > h3 {
    font-size: 20px; }
  .accounts__signup__join-now-create-account button {
    width: 100%;
    font-size: 18px;
    line-height: 31px; }
  .accounts__signup__join-now-create-account > * {
    margin-left: auto;
    margin-right: auto; }
  .accounts__signup__join-now-create-account input {
    font-size: 16px; }
    .accounts__signup__join-now-create-account input::-webkit-input-placeholder {
      color: grey; }
    .accounts__signup__join-now-create-account input::-moz-placeholder {
      color: grey; }
    .accounts__signup__join-now-create-account input:-moz-placeholder {
      color: grey; }
    .accounts__signup__join-now-create-account input:-ms-input-placeholder {
      color: grey; }
  .accounts__signup__join-now-create-account__bird-wrapper {
    display: none; }
    @media (min-width: 1024px) {
      .accounts__signup__join-now-create-account__bird-wrapper {
        display: block;
        position: absolute;
        top: 235px;
        left: calc(50% - 500px); }
        .accounts__signup__join-now-create-account__bird-wrapper .accounts__components__help-bubble-bird {
          margin: 0 auto;
          width: 220px;
          height: 110px;
          padding-left: 55px; }
          .accounts__signup__join-now-create-account__bird-wrapper .accounts__components__help-bubble-bird__bird {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 45px;
            height: 38px;
            display: block;
            background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/bird-white.svg);
            background-size: 45px 38px;
            background-position: top left;
            background-repeat: no-repeat; }
          .accounts__signup__join-now-create-account__bird-wrapper .accounts__components__help-bubble-bird__content {
            left: 55px;
            width: 165px;
            height: 110px;
            padding: 18px 10px 18px 36px;
            background-image: url(/static/next/dist/images/account/signup/help-bubble-bird/THS_SignUp_BUBBLE-white.svg);
            background-size: 165px 110px;
            background-position: top right;
            font-size: 20px;
            line-height: 23px; } }
  .accounts__signup__join-now-create-account__methods > * {
    margin-top: 20px; }
  .accounts__signup__join-now-create-account__methods__divider {
    position: relative; }
    .accounts__signup__join-now-create-account__methods__divider:before, .accounts__signup__join-now-create-account__methods__divider:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 42%;
      border-top: 1px dashed #cccccc; }
    .accounts__signup__join-now-create-account__methods__divider:after {
      left: initial;
      right: 0; }
  .accounts__signup__join-now-create-account__methods__divider {
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px; }
  .accounts__signup__join-now-create-account__methods__or {
    text-align: center;
    overflow: hidden;
    white-space: nowrap; }
    .accounts__signup__join-now-create-account__methods__or span {
      position: relative;
      display: inline-block; }
      .accounts__signup__join-now-create-account__methods__or span:before, .accounts__signup__join-now-create-account__methods__or span:after {
        content: '';
        position: absolute;
        height: 1px;
        top: 50%;
        width: 9999px;
        border-bottom: 1px solid #dbdbdb;
        overflow: hidden; }
      .accounts__signup__join-now-create-account__methods__or span:before {
        right: 100%;
        margin-right: 10px; }
      .accounts__signup__join-now-create-account__methods__or span:after {
        left: 100%;
        margin-left: 10px; }
  .accounts__signup__join-now-create-account__methods__facebook > p {
    color: #808080;
    font-size: 12px;
    line-height: 125%;
    margin-top: 5px; }
  .accounts__signup__join-now-create-account__methods__facebook-connected .accounts__components__icon > svg {
    fill: #47b549;
    height: 15px;
    width: 15px;
    margin-left: 5px; }
  .accounts__signup__join-now-create-account__t-and-c {
    border-top: 1px dashed #cccccc;
    margin: 25px auto 0;
    padding: 20px 30px;
    clear: both;
    font-size: 12px;
    line-height: 125%; }
    .accounts__signup__join-now-create-account__t-and-c__price {
      font-size: 16px;
      color: #474747;
      margin-bottom: 10px;
      line-height: 140%; }
  .accounts__signup__join-now-create-account.test > h3 {
    font-size: 26px;
    margin-top: 25px;
    font-weight: 700; }
    .accounts__signup__join-now-create-account.test > h3 > span {
      font-size: 28px; }
  .accounts__signup__join-now-create-account.test.homeowner-join .accounts__components__email-register-form button {
    background-color: #6699CC !important; }
    .accounts__signup__join-now-create-account.test.homeowner-join .accounts__components__email-register-form button[disabled] {
      background-color: #6699CC !important; }
      .accounts__signup__join-now-create-account.test.homeowner-join .accounts__components__email-register-form button[disabled]:hover {
        background-color: #6699CC !important; }
    .accounts__signup__join-now-create-account.test.homeowner-join .accounts__components__email-register-form button:hover {
      background-color: #9fc7e2 !important; }
  .accounts__signup__join-now-create-account.test.housesitter-join .accounts__components__email-register-form button {
    background-color: #47b549 !important; }
    .accounts__signup__join-now-create-account.test.housesitter-join .accounts__components__email-register-form button[disabled] {
      background-color: #47b549 !important; }
      .accounts__signup__join-now-create-account.test.housesitter-join .accounts__components__email-register-form button[disabled]:hover {
        background-color: #47b549 !important; }
    .accounts__signup__join-now-create-account.test.housesitter-join .accounts__components__email-register-form button:hover {
      background-color: #67c17a !important; }
  @media (min-width: 360px) {
    .accounts__signup__join-now-create-account {
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); } }
  @media (min-width: 650px) {
    .accounts__signup__join-now-create-account {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .accounts__signup__join-now-create-account > h3 {
      font-size: 26px; } }

.accounts__profile__verifications__standard > div > div {
  padding: 10px 0; }
  .accounts__profile__verifications__standard > div > div:first-of-type {
    padding-top: 0; }
  .accounts__profile__verifications__standard > div > div:last-of-type {
    padding-bottom: 0; }
  .accounts__profile__verifications__standard > div > div > div > img {
    width: 28px;
    height: 30px;
    float: left;
    margin-bottom: 10px; }
  .accounts__profile__verifications__standard > div > div > div > h4 {
    margin-left: calc(30px + 10px);
    color: black; }
  .accounts__profile__verifications__standard > div > div > p:last-of-type {
    margin-bottom: 0; }
  .accounts__profile__verifications__standard > div > div > ul {
    width: 100%; }
    .accounts__profile__verifications__standard > div > div > ul > li {
      float: left;
      width: 100%; }
      .accounts__profile__verifications__standard > div > div > ul > li:not(:last-child) {
        margin-bottom: 10px; }

.accounts__profile__verifications__standard__info {
  border-bottom: 1px dashed #cccccc; }

.accounts__profile__verifications__standard__dashboard, .accounts__profile__verifications__standard__next-level {
  margin: 15px 0 5px;
  float: right; }
  .accounts__profile__verifications__standard__dashboard > img, .accounts__profile__verifications__standard__next-level > img {
    display: inline;
    width: 22px;
    height: 24px;
    vertical-align: bottom; }
  .accounts__profile__verifications__standard__dashboard .accounts__components__icon svg, .accounts__profile__verifications__standard__next-level .accounts__components__icon svg {
    fill: #474747;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }

.accounts__profile__verifications__standard .accounts__components__verifications__verification__header__type, .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__button {
  float: none;
  margin-bottom: 5px; }

@media (min-width: 480px) {
  .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__type {
    float: left;
    margin-bottom: 0; }
  .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__button {
    float: right; } }

@media (min-width: 768px) {
  .accounts__profile__verifications__standard > div > div {
    padding: 20px 0; }
    .accounts__profile__verifications__standard > div > div:first-of-type {
      padding-top: 0; }
    .accounts__profile__verifications__standard > div > div:last-of-type {
      padding-bottom: 0; }
    .accounts__profile__verifications__standard > div > div > div > img {
      width: 36px;
      height: 38px;
      margin-bottom: 20px; }
    .accounts__profile__verifications__standard > div > div > div > h4 {
      margin-left: calc(36px + 15px);
      font-size: 22px; }
  .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__type, .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__button {
    float: none;
    margin-bottom: 5px; }
  .accounts__profile__verifications__standard__dashboard, .accounts__profile__verifications__standard__next-level {
    margin-top: 25px; } }

@media (min-width: 1024px) {
  .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__type {
    float: left;
    margin-bottom: 0; }
  .accounts__profile__verifications__standard .accounts__components__verifications__verification__header__button {
    float: right; } }

.accounts__signup__pricing {
  text-align: center; }
  .accounts__signup__pricing .accounts__components__button, .accounts__signup__pricing .accounts__components__icon-button {
    border: none; }
  .accounts__signup__pricing__plans {
    width: 100%;
    padding: 10px; }
    .accounts__signup__pricing__plans > h3 {
      font-size: 26px;
      margin-bottom: 40px; }
    .accounts__signup__pricing__plans > h4 {
      margin-bottom: 30px;
      color: #474747;
      font-weight: 400; }
    .accounts__signup__pricing__plans__networks {
      max-width: 700px;
      margin: 25px auto 20px;
      float: none; }
    .accounts__signup__pricing__plans > p {
      margin-bottom: 0; }
    .accounts__signup__pricing__plans .accounts__components__link {
      font-size: 15px; }
    .accounts__signup__pricing__plans .accounts__components__currency-selector {
      max-width: 300px;
      margin: 0 auto; }
  @media (min-width: 768px) {
    .accounts__signup__pricing__plans {
      padding: 30px 20px 0 20px; }
      .accounts__signup__pricing__plans > h4 {
        margin-bottom: 60px; }
      .accounts__signup__pricing__plans__networks {
        margin-bottom: 30px;
        margin-top: 15px; } }

.accounts__signup__checkout__billing > div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #cccccc; }
  .accounts__signup__checkout__billing > div > p {
    margin: 10px auto 0;
    color: #808080;
    font-size: 12px;
    line-height: 140%;
    max-width: 320px; }

@media (min-width: 768px) {
  .accounts__signup__checkout__billing > div {
    margin-top: 25px;
    padding-top: 25px; }
    .accounts__signup__checkout__billing > div .accounts__components__button, .accounts__signup__checkout__billing > div .accounts__components__icon-button {
      width: 300px; }
    .accounts__signup__checkout__billing > div > p {
      margin-top: 15px; } }

.accounts__signup__register-thank-you {
  max-width: 100% !important; }
  .accounts__signup__register-thank-you .accounts__components__video-and-benefits__wrapper__video-container .accounts__components__button--homeowner-animated-with-border,
  .accounts__signup__register-thank-you .accounts__components__video-and-benefits__wrapper__video-container .accounts__components__button--housesitter-animated-with-border {
    width: auto !important; }
  .accounts__signup__register-thank-you__browse {
    margin-bottom: 20px; }
    .accounts__signup__register-thank-you__browse button {
      max-width: 230px; }
  @media (min-width: 768px) {
    .accounts__signup__register-thank-you__browse {
      margin-bottom: 30px; } }

.components__background__signup__with-clouds__about {
  background-color: #d9e1ec;
  background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-360.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-767.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 114px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-1024.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 382px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-1224.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 382px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-1920.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 382px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__about {
      background-image: url(/static/next/dist/images/components/background/signup/about/background--signup--about-2560.png), url(/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 382px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__checkout {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 275px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 275px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 558px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 558px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 558px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__checkout {
      background-image: url("/static/next/dist/images/components/background/signup/checkout/background--signup--checkout-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 558px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__home {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 114px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 114px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 379px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 379px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 379px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__home {
      background-image: url("/static/next/dist/images/components/background/signup/home/background--signup--home-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 379px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__intro {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 267px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 267px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 555px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 555px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 555px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__intro {
      background-image: url("/static/next/dist/images/components/background/signup/intro/background--signup--intro-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2560px 555px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__location {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 268px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 767px 268px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 581px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 581px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 581px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__location {
      background-image: url("/static/next/dist/images/components/background/signup/location/background--signup--location-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2560px 581px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__pets {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 277px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 277px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1025px 521px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 521px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 521px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__pets {
      background-image: url("/static/next/dist/images/components/background/signup/pets/background--signup--pets-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 521px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__photos--ho {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 360px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 25%, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 360px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 1078px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 1078px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 1078px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__photos--ho {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-ho-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 1078px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__photos--hs {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 360px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 25%, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 360px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 1078px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 1078px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 1078px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__photos--hs {
      background-image: url("/static/next/dist/images/components/background/signup/photos/background--signup--photos-hs-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 1078px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__profile {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 276px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 276px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 512px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 512px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 512px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__profile {
      background-image: url("/static/next/dist/images/components/background/signup/profile/background--signup--profile-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2560px 512px, 2753px 302px, 100% 100%; } }

.components__background__signup__with-clouds__register {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-360.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 360px 404px, 768px 154px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, center -1px, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-767.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 768px 404px, 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1024.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 512px, 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1224.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 512px, 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-1920.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 512px, 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__with-clouds__register {
      background-image: url("/static/next/dist/images/components/background/signup/register/background--signup--register-2560.png"), url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2561px 512px, 2753px 302px, 100% 100%; } }

.components__background__profile__manual {
  background-color: rgba(159, 199, 226, 0.6);
  background-image: url("/static/next/dist/images/components/background/profile/manual/background--profile--manual--clouds.svg");
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: center top; }
  @media (min-width: 1024px) {
    .components__background__profile__manual {
      background-size: 100%; } }
  @media (min-width: 1224px) {
    .components__background__profile__manual {
      background-size: 1224px; } }

.components__background__signup__clouds__register {
  background-color: #d9e1ec;
  background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-767.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
  background-size: 768px 154px,  100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top left;
  background: -moz-linear-gradient(-180deg, #d9e1ec, #ebf1fa), -webkit-gradient(-180deg, #d9e1ec, #ebf1fa), -ms-linear-gradient(-180deg, #d9e1ec, #ebf1fa), linear-gradient(-180deg, #d9e1ec, #ebf1fa); }
  @media (min-width: 360px) {
    .components__background__signup__clouds__register {
      background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 302px, 100% 100%; } }
  @media (min-width: 768px) {
    .components__background__signup__clouds__register {
      background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1024.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1024px 302px, 100% 100%; } }
  @media (min-width: 1024px) {
    .components__background__signup__clouds__register {
      background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1224.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1224px 302px, 100% 100%; } }
  @media (min-width: 1224px) {
    .components__background__signup__clouds__register {
      background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-1920.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 1920px 302px, 100% 100%; } }
  @media (min-width: 1920px) {
    .components__background__signup__clouds__register {
      background-image: url("/static/next/dist/images/components/cloud-background/signup/cloud-background--signup-2560.png"), linear-gradient(-180deg, #d9e1ec, #ebf1fa);
      background-size: 2753px 302px, 100% 100%; } }

.accounts__components__verifications__criminal-check {
  padding: 10px 0 0; }
  .accounts__components__verifications__criminal-check > div > div > ul {
    margin-bottom: 10px; }
    .accounts__components__verifications__criminal-check > div > div > ul > li:not(:last-of-type) {
      margin-bottom: 5px; }
    .accounts__components__verifications__criminal-check > div > div > ul > li > span {
      display: inline-block; }
      .accounts__components__verifications__criminal-check > div > div > ul > li > span:first-of-type {
        color: white;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-color: #fd4273;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        vertical-align: top; }
      .accounts__components__verifications__criminal-check > div > div > ul > li > span:nth-of-type(2) {
        margin-left: 10px;
        width: calc(100% - 26px - 10px); }
      .accounts__components__verifications__criminal-check > div > div > ul > li > span .accounts__components__link {
        font-size: 15px; }
  .accounts__components__verifications__criminal-check > div > div > p {
    margin-bottom: 0; }
  .accounts__components__verifications__criminal-check__how-it-works {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .accounts__components__verifications__criminal-check {
      padding-top: 15px; }
      .accounts__components__verifications__criminal-check__how-it-works {
        margin-bottom: 0;
        float: left; }
      .accounts__components__verifications__criminal-check .accounts__components__verifications__secure-check {
        float: right; }
      .accounts__components__verifications__criminal-check ul {
        font-size: 15px; }
        .accounts__components__verifications__criminal-check ul .accounts__components__link {
          font-size: 15px; } }

.accounts__components__verifications__document-guide {
  width: 100%; }
  .accounts__components__verifications__document-guide .accounts__components__popup__container {
    width: 100%;
    height: 100%;
    left: 50%; }
  .accounts__components__verifications__document-guide__close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; }
    .accounts__components__verifications__document-guide__close.accounts__components__icon svg {
      fill: #dddddd;
      max-width: 22px;
      max-height: 22px;
      width: 22px;
      height: 22px; }
  .accounts__components__verifications__document-guide__container {
    width: 90%;
    max-width: 710px;
    padding: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: white;
    margin: 20px 0;
    left: 50%;
    position: absolute;
    float: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .accounts__components__verifications__document-guide__container > div:last-child {
      text-align: center;
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px dashed #cccccc; }
    .accounts__components__verifications__document-guide__container > ul {
      margin-bottom: 10px; }
      .accounts__components__verifications__document-guide__container > ul > li:not(:last-of-type) {
        margin-bottom: 5px; }
      .accounts__components__verifications__document-guide__container > ul > li .accounts__components__icon {
        vertical-align: top; }
        .accounts__components__verifications__document-guide__container > ul > li .accounts__components__icon svg {
          width: 20px;
          height: 20px;
          max-width: 20px;
          max-height: 20px; }
      .accounts__components__verifications__document-guide__container > ul > li > span {
        margin-left: 10px;
        width: calc(100% - 20px - 10px);
        display: inline-block; }
    .accounts__components__verifications__document-guide__container > div > img {
      width: 100%; }
      .accounts__components__verifications__document-guide__container > div > img:first-child {
        margin-bottom: 10px; }
  @media (min-width: 768px) {
    .accounts__components__verifications__document-guide__container {
      padding: 20px;
      margin: calc(2 * 40px) 0; }
      .accounts__components__verifications__document-guide__container__images > div {
        float: left;
        width: calc(50% - 10px); }
        .accounts__components__verifications__document-guide__container__images > div:first-child {
          margin-right: 10px;
          margin-bottom: 0; }
        .accounts__components__verifications__document-guide__container__images > div:last-child {
          margin-left: 10px; }
        .accounts__components__verifications__document-guide__container__images > div > img {
          vertical-align: top;
          width: 100%; }
      .accounts__components__verifications__document-guide__container > ul {
        margin-bottom: 20px; }
      .accounts__components__verifications__document-guide__container > div:last-child {
        text-align: center;
        margin-top: 20px;
        padding: 20px 0 0; } }
  @media (min-width: 1024px) {
    .accounts__components__verifications__document-guide__container {
      padding: 40px; }
      .accounts__components__verifications__document-guide__container > div:last-child {
        text-align: center;
        margin-top: 30px;
        padding: 30px 0 0; } }

.accounts__components__verifications__email-verification {
  padding: 10px 0 0; }
  .accounts__components__verifications__email-verification > div:last-of-type > p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .accounts__components__verifications__email-verification {
      padding-top: 15px; }
      .accounts__components__verifications__email-verification__how-this-works {
        font-size: 15px; }
        .accounts__components__verifications__email-verification__how-this-works .accounts__components__link {
          font-size: 15px; } }

.accounts__components__verifications__phone-verification > div > div:not(:last-of-type) {
  border-bottom: 1px dashed #cccccc;
  padding: 10px 0; }

.accounts__components__verifications__phone-verification > div > div:last-of-type {
  padding: 10px 0 0; }

.accounts__components__verifications__phone-verification > div > div label {
  padding-bottom: 5px; }

.accounts__components__verifications__phone-verification > div > div > div {
  margin-bottom: 15px; }

.accounts__components__verifications__phone-verification > div > div > button {
  display: block;
  width: 150px;
  font-size: 16px;
  margin-bottom: 10px; }
  .accounts__components__verifications__phone-verification > div > div > button[disabled] {
    opacity: 0.25; }

.accounts__components__verifications__phone-verification > div > div > input {
  width: 150px; }

.accounts__components__verifications__phone-verification > div > div > p {
  clear: both; }

.accounts__components__verifications__phone-verification__number {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__verifications__phone-verification__number > span {
    float: left;
    width: 20%;
    line-height: 40px;
    text-align: center;
    border: 1px solid #cccccc;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .accounts__components__verifications__phone-verification__number > input {
    width: 80%;
    float: right;
    margin-bottom: 0;
    border: 1px solid #cccccc;
    color: #474747;
    -webkit-border-radius: 0 5px 5px 0 !important;
    -moz-border-radius: 0 5px 5px 0 !important;
    -ms-border-radius: 0 5px 5px 0 !important;
    border-radius: 0 5px 5px 0 !important; }

.accounts__components__verifications__phone-verification button {
  height: 42px; }

@media (min-width: 768px) {
  .accounts__components__verifications__phone-verification > div > div:not(:last-of-type) {
    padding: 20px 0; }
  .accounts__components__verifications__phone-verification > div > div:last-of-type {
    padding-top: 15px; }
  .accounts__components__verifications__phone-verification > div > div > div {
    width: calc(50% - 15px);
    max-width: 310px; }
    .accounts__components__verifications__phone-verification > div > div > div:last-of-type {
      margin-bottom: 0; }
  .accounts__components__verifications__phone-verification > div > div > input {
    float: left; }
  .accounts__components__verifications__phone-verification > div > div button {
    margin-left: 15px;
    margin-bottom: 0;
    float: left; } }

.accounts__components__verifications__phone-verification__how-it-works {
  font-size: 15px;
  max-width: initial !important;
  width: initial !important; }
  .accounts__components__verifications__phone-verification__how-it-works .accounts__components__link {
    font-size: 15px; }

.accounts__components__verifications__secure-check > div {
  display: inline; }
  .accounts__components__verifications__secure-check > div:first-of-type {
    font-size: 14px; }
    .accounts__components__verifications__secure-check > div:first-of-type > img {
      vertical-align: text-bottom;
      display: inline; }
  .accounts__components__verifications__secure-check > div:nth-of-type(2) {
    margin-left: 5px;
    font-size: 14px; }
    .accounts__components__verifications__secure-check > div:nth-of-type(2) > img {
      vertical-align: middle;
      display: inline;
      height: 16px; }
  .accounts__components__verifications__secure-check > div > span {
    color: #808080; }

.accounts__components__verifications__short-name-popup {
  width: 100%; }
  .accounts__components__verifications__short-name-popup .accounts__components__popup__container {
    text-align: center;
    padding: 20px;
    top: 50%;
    background-color: white;
    min-width: 300px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    -moz-transform: translate(calc(-50% + 10px), -50%);
    -ms-transform: translate(calc(-50% + 10px), -50%);
    -o-transform: translate(calc(-50% + 10px), -50%);
    transform: translate(calc(-50% + 10px), -50%); }
    .accounts__components__verifications__short-name-popup .accounts__components__popup__container .accounts__components__button, .accounts__components__verifications__short-name-popup .accounts__components__popup__container .accounts__components__icon-button {
      margin: 20px auto 0;
      display: block;
      padding: 5px 30px; }
  @media (min-width: 768px) {
    .accounts__components__verifications__short-name-popup .accounts__components__popup__container {
      padding: 40px; } }

.accounts__components__verifications__verification {
  font-size: 1rem;
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__verifications__verification__small-text {
    font-size: 0.875rem; }
  .accounts__components__verifications__verification h6 {
    font-size: 1rem; }
  .accounts__components__verifications__verification > div:not(:last-of-type) {
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 10px; }
  .accounts__components__verifications__verification__header > div > p:first-of-type {
    color: black; }
  .accounts__components__verifications__verification__header > div > p {
    margin-bottom: 0; }
  .accounts__components__verifications__verification__header > div > span:first-of-type {
    color: #808080; }
  .accounts__components__verifications__verification__header__button > div > button {
    height: 42px; }
  .accounts__components__verifications__verification__header__button > div > a {
    display: inline-block;
    height: 42px; }
  .accounts__components__verifications__verification__header .accounts__components__icon svg {
    max-width: 34px;
    max-height: 34px;
    width: 34px;
    height: 34px; }
  @media (min-width: 768px) {
    .accounts__components__verifications__verification {
      padding: 15px 20px; }
      .accounts__components__verifications__verification > div:not(:last-of-type) {
        padding-bottom: 15px; } }

.accounts__components__verifications__identity-and-document-check {
  padding: 10px 0 0;
  font-size: 15px; }
  .accounts__components__verifications__identity-and-document-check > div > div > ul {
    margin-bottom: 10px; }
    .accounts__components__verifications__identity-and-document-check > div > div > ul > li:not(:last-of-type) {
      margin-bottom: 5px; }
    .accounts__components__verifications__identity-and-document-check > div > div > ul > li > span {
      display: inline-block; }
      .accounts__components__verifications__identity-and-document-check > div > div > ul > li > span:first-of-type {
        color: white;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background-color: #fd4273;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        vertical-align: top; }
      .accounts__components__verifications__identity-and-document-check > div > div > ul > li > span:nth-of-type(2) {
        margin-left: 10px;
        width: calc(100% - 26px - 10px); }
      .accounts__components__verifications__identity-and-document-check > div > div > ul > li > span .accounts__components__link {
        font-size: 15px; }
  .accounts__components__verifications__identity-and-document-check > div:last-of-type > p {
    margin-bottom: 0; }
  .accounts__components__verifications__identity-and-document-check__how-it-works {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .accounts__components__verifications__identity-and-document-check {
      padding-top: 15px; }
      .accounts__components__verifications__identity-and-document-check__how-it-works {
        margin-bottom: 0;
        float: left; }
      .accounts__components__verifications__identity-and-document-check .accounts__components__verifications__secure-check {
        float: right; }
      .accounts__components__verifications__identity-and-document-check ul {
        font-size: 15px; }
        .accounts__components__verifications__identity-and-document-check ul .accounts__components__link {
          font-size: 15px; } }

.accounts__components__verifications__verifications-widget h6 {
  font-size: 1rem; }

.accounts__components__verifications__verifications-widget > div {
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc; }
  .accounts__components__verifications__verifications-widget > div:first-of-type {
    padding-top: 0; }
  .accounts__components__verifications__verifications-widget > div:last-of-type {
    border-bottom: 0; }

.accounts__components__verifications__verifications-widget__status p {
  margin-bottom: 0; }

.accounts__components__verifications__verifications-widget__status > div:last-child > p {
  line-height: 38px; }

.accounts__components__verifications__verifications-widget__status > div:last-child .accounts__components__button, .accounts__components__verifications__verifications-widget__status > div:last-child .accounts__components__icon-button {
  font-size: 14px; }

.accounts__components__verifications__verifications-widget__status__description {
  display: flex;
  justify-content: space-between; }
  .accounts__components__verifications__verifications-widget__status__description > p {
    margin: auto 0;
    margin-right: 15px; }
  .accounts__components__verifications__verifications-widget__status__description > button {
    padding: 0;
    height: 40px;
    width: 160px;
    margin: auto 0; }

.accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__label {
  border: none;
  padding: 0; }
  .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__label > div > div > img {
    display: inline-block;
    width: 28px;
    height: 30px;
    vertical-align: middle; }
  .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__label > div > div > h6 {
    margin: 0 0 0 10px;
    display: inline-block; }
  .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__label:hover {
    cursor: pointer; }

.accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content {
  margin-top: 10px; }
  .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content > div {
    padding: 0;
    border: none;
    background-color: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content > div > div > div:not(:last-child) {
      border-bottom: 1px dashed #cccccc; }
    .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content > div > div .accounts__components__verifications__verification__header {
      border-bottom: none;
      padding-bottom: 0; }
    .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content > div > div .accounts__components__verifications__verification .accounts__components__icon {
      position: absolute;
      right: 0px;
      top: calc(50% - 12px); }
      .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content > div > div .accounts__components__verifications__verification .accounts__components__icon svg {
        width: 24px;
        height: 24px; }

.accounts__components__verifications__verifications-widget__request-more > div {
  font-size: 15px;
  display: inline-block; }
  .accounts__components__verifications__verifications-widget__request-more > div > div {
    line-height: 15px; }
    .accounts__components__verifications__verifications-widget__request-more > div > div + div {
      font-size: 14px;
      color: #808080;
      line-height: inherit; }

.accounts__components__verifications__verifications-widget__request-more > a {
  height: 38px;
  float: right;
  border: none;
  font-size: 14px;
  padding: 5px 15px; }

@media (min-width: 768px) {
  .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel__content > div {
    position: static; }
  .accounts__components__verifications__verifications-widget .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
    position: static !important; }
  .accounts__components__verifications__verifications-widget__request-more {
    padding: 5px 20px; } }

.accounts__components__pricing__homeowner:before {
  background-color: #9fc7e2; }

.accounts__components__pricing__homeowner ul li div svg {
  fill: #9fc7e2; }

.accounts__components__listing__homeowner__assignment-applications-selector__no-dates {
  position: relative;
  background-color: #d9e1ec;
  padding: 14px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__no-dates p {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400; }
  .accounts__components__listing__homeowner__assignment-applications-selector__no-dates button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 140px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates > div {
  position: relative;
  background-color: #d9e1ec;
  padding: 20px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates > div > h6 {
    margin: 8px 14px 8px 0;
    font-size: 17px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates > div > div {
    float: left;
    width: 100%;
    font-size: 14px;
    color: grey; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates > div ul {
    float: left;
    width: 100%;
    line-height: 1.25em;
    font-size: 16px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates > div > button {
    margin-top: 10px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates > div + div {
  margin-top: 0;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -ms-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates > div + div:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed > h6 {
  float: left;
  font-size: 16px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul {
  margin: 8px 224px 8px 0;
  width: auto; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li {
    margin: 0; }
    .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li > span:first-child {
      font-weight: 500; }
    .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li > span:nth-child(2) {
      width: 100%;
      display: inline-block;
      margin-top: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li + li {
    margin-top: 10px;
    padding-top: 10px;
    position: relative; }
    .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li + li:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
      background-position: top;
      background-size: 3px 1px;
      background-repeat: repeat-x; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed button {
  margin-top: 15px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__reviewing h6 {
  font-weight: 500;
  width: 100%; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__reviewing > div {
  width: 110px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__reviewing ul {
  margin: 0;
  width: auto; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__reviewing ul li {
    margin-bottom: 8px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__reviewing button {
  width: 145px;
  padding-right: 0;
  padding-left: 0; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__private h6 {
  font-weight: 500;
  width: 100%; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__private > div {
  width: 155px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__private ul {
  margin: 0;
  width: auto; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__private ul li {
    margin-bottom: 8px;
    width: 100%;
    float: left; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__private--public {
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  padding-bottom: 20px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__public h6 {
  font-weight: 500;
  width: 100%; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__public > div {
  width: 175px; }

.accounts__components__listing__homeowner__assignment-applications-selector__dates__public ul {
  margin: 0;
  width: auto; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__public ul li {
    margin-bottom: 8px;
    width: 100%;
    float: left; }

@media (min-width: 1024px) {
  .accounts__components__listing__homeowner__assignment-applications-selector__no-dates {
    position: relative;
    background-color: #d9e1ec;
    padding: 14px;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__components__listing__homeowner__assignment-applications-selector__no-dates p {
      margin: 8px 154px 8px 0;
      font-size: 16px;
      font-weight: 400; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates > div ul {
    float: none;
    width: calc(100% - 200px);
    line-height: 1.25em;
    font-size: 16px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul {
    margin: 8px 0 8px 0;
    width: 100% !important; }
    .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li {
      width: 100%;
      position: relative;
      height: 44px;
      line-height: 44px; }
      .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li > span:nth-child(2) {
        width: auto;
        display: inline;
        margin-top: 0; }
      .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li button {
        top: 3px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li + li {
      height: 55px;
      line-height: 55px; }
      .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed ul li + li button {
        top: 16px; }
  .accounts__components__listing__homeowner__assignment-applications-selector__dates__confirmed button {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 210px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.accounts__components__listing__homeowner__assignment-applications-confirmer__no-dates, .accounts__components__listing__homeowner__assignment-applications-confirmer__add-dates {
  position: relative;
  background-color: #d9e1ec;
  padding: 14px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__no-dates p, .accounts__components__listing__homeowner__assignment-applications-confirmer__add-dates p {
    margin: 8px 154px 8px 0;
    font-size: 16px;
    font-weight: 400; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__no-dates button, .accounts__components__listing__homeowner__assignment-applications-confirmer__add-dates button {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 140px; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__add-dates ul {
  margin-bottom: 10px; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__add-dates p {
  margin: 8px 0; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__add-dates button {
  position: relative;
  top: 0;
  right: 0;
  width: auto; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div {
  position: relative;
  background-color: #d9e1ec;
  padding: 20px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > p {
    font-size: 14px;
    color: #808080; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div ul {
    width: 100%;
    line-height: 1.25em;
    font-size: 16px;
    display: inline-block; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div ul li {
      width: 100%;
      height: 25px;
      display: block; }
      .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div ul li p {
        font-size: 14px;
        color: #fd4273;
        margin-left: 40px;
        display: inline-block; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > div > button:first-child {
    margin-top: 20px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > div > button:last-child {
    margin-top: 5px; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates__active h6 {
  width: 100%; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates__active button {
  padding: 0; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates__reviewing h6 {
  width: 100%; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates__reviewing ul {
  margin: 8px 0 8px 0; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates__reviewing button {
  width: 145px;
  padding-right: 0;
  padding-left: 0; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li {
  padding-bottom: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li h6 {
    font-weight: 400; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li h6 > span:first-child {
      font-weight: 500; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li h6 > span:last-child {
      width: 100%;
      float: left;
      margin: 15px 0; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li button {
    font-weight: 500; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed white; }

.accounts__components__listing__homeowner__assignment-applications-confirmer__edit {
  position: relative;
  background-color: #d9e1ec;
  padding: 14px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit h4 {
    font-size: 20px;
    font-weight: 500; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit p {
    margin: 14px 0;
    font-size: 16px;
    line-height: 140%; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__add-date .accounts__components__date-picker__from-to {
    width: 100%;
    margin-bottom: 20px;
    float: left; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__add-date .accounts__components__date-picker__from-to .accounts__components__date-picker {
      max-width: 450px;
      width: 100%; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__add-date > button {
    width: 120px;
    height: 38px;
    margin-top: 3px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__published-dates .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates {
    margin-bottom: 20px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates, .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__ps {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed white; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view {
    min-height: 26px;
    line-height: 26px; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view > span,
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view > div {
      height: 16px;
      line-height: 16px;
      display: inline-block; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view > span + span {
      margin-left: 14px;
      color: #fd4273;
      cursor: pointer; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view > div {
      padding: 0;
      margin-left: 14px;
      color: #6699CC;
      font-size: 14px;
      cursor: pointer;
      -webkit-transform: translateY(-1px);
      -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      -o-transform: translateY(-1px);
      transform: translateY(-1px); }
      .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view > div .accounts__components__icon {
        margin-right: 7px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px); }
        .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__dates__view > div .accounts__components__icon svg {
          width: 12px;
          height: 12px;
          max-width: 12px;
          max-height: 12px;
          fill: #6699CC; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__ps {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__ps > span {
      color: #fd4273;
      width: 30px;
      display: inline-block;
      float: left; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__ps p {
      margin: 0 0 0 35px; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__ps button {
      display: inline;
      padding: 0; }

@media (min-width: 380px) {
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates ul {
    display: block; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > div > button:first-child {
    margin-top: 30px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > div > button:last-child {
    margin-top: 30px;
    margin-left: 25px; } }

@media (min-width: 420px) {
  .accounts__components__listing__homeowner__assignment-applications-confirmer > div > div button:last-child :not(:first-child) {
    margin-left: 20px; } }

@media (min-width: 560px) {
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div {
    padding: 30px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit {
    padding: 30px; } }

@media (min-width: 1024px) {
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > div > button {
    margin-top: 25px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates > div > button {
    width: auto;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: 0; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__active h6 {
    width: auto; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__active h6 {
    width: auto; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li h6 {
    font-weight: 400; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__dates__applied ul li h6 > span:last-child {
      float: none;
      width: auto;
      margin: 0 0 0 10px; }
  .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__add-date .accounts__components__date-picker__from-to {
    width: calc(100% - 140px);
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 450px;
    float: left; }
    .accounts__components__listing__homeowner__assignment-applications-confirmer__edit__add-date .accounts__components__date-picker__from-to .accounts__components__date-picker {
      width: calc(50% - 10px); } }

.accounts__components__listing__homeowner__assignment {
  width: 100%;
  float: left; }
  .accounts__components__listing__homeowner__assignment .accounts__components__tooltip:hover {
    background-color: #6699CC; }
  .accounts__components__listing__homeowner__assignment__date {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    display: inline-block;
    float: left;
    margin-top: 2px; }
    .accounts__components__listing__homeowner__assignment__date-icon {
      float: left; }
    .accounts__components__listing__homeowner__assignment__date__past, .accounts__components__listing__homeowner__assignment__date__deleted {
      width: 100% !important; }
      .accounts__components__listing__homeowner__assignment__date__past > span,
      .accounts__components__listing__homeowner__assignment__date__past button, .accounts__components__listing__homeowner__assignment__date__deleted > span,
      .accounts__components__listing__homeowner__assignment__date__deleted button {
        display: inline-block;
        float: left;
        line-height: 24px; }
      .accounts__components__listing__homeowner__assignment__date__past > span, .accounts__components__listing__homeowner__assignment__date__deleted > span {
        color: #808080; }
      .accounts__components__listing__homeowner__assignment__date__past button, .accounts__components__listing__homeowner__assignment__date__deleted button {
        padding: 0 0 0 10px;
        font-size: 14px; }
    .accounts__components__listing__homeowner__assignment__date.accounts__components__checkbox--checked label > div {
      background-color: #6699CC; }
    .accounts__components__listing__homeowner__assignment__date__past label > div {
      display: none; }
    .accounts__components__listing__homeowner__assignment__date__past label > span {
      margin-left: 0; }
      .accounts__components__listing__homeowner__assignment__date__past label > span span {
        display: inline-block;
        float: left;
        line-height: 24px;
        color: #808080; }
    .accounts__components__listing__homeowner__assignment__date__past__button {
      color: #6699CC !important;
      padding: 0 0 0 10px;
      font-size: 14px;
      display: inline-block;
      float: left;
      line-height: 24px; }
      .accounts__components__listing__homeowner__assignment__date__past__button:hover {
        color: #9fc7e2 !important; }
    .accounts__components__listing__homeowner__assignment__date__past--confirmed > span {
      display: inline-block;
      float: left;
      line-height: 24px;
      color: #808080; }
    .accounts__components__listing__homeowner__assignment__date__deleted > span {
      text-decoration: line-through; }
  .accounts__components__listing__homeowner__assignment .accounts__components__toggle-button__choice svg {
    fill: #6699CC !important; }
  .accounts__components__listing__homeowner__assignment__sitter, .accounts__components__listing__homeowner__assignment__approximate {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    display: inline-block;
    margin-top: 2px;
    float: left;
    margin-left: 4px; }
    .accounts__components__listing__homeowner__assignment__sitter > span, .accounts__components__listing__homeowner__assignment__approximate > span {
      float: left; }
    .accounts__components__listing__homeowner__assignment__sitter .accounts__components__tooltip, .accounts__components__listing__homeowner__assignment__approximate .accounts__components__tooltip {
      margin-left: 5px; }
    .accounts__components__listing__homeowner__assignment__sitter--confirm-sitter, .accounts__components__listing__homeowner__assignment__approximate--confirm-sitter {
      cursor: pointer;
      color: #6699CC; }
      .accounts__components__listing__homeowner__assignment__sitter--confirm-sitter:hover, .accounts__components__listing__homeowner__assignment__approximate--confirm-sitter:hover {
        color: #9fc7e2; }
    .accounts__components__listing__homeowner__assignment__sitter--confirmed, .accounts__components__listing__homeowner__assignment__approximate--confirmed {
      cursor: pointer; }
      .accounts__components__listing__homeowner__assignment__sitter--confirmed > span, .accounts__components__listing__homeowner__assignment__approximate--confirmed > span {
        margin-right: 0 !important; }
      .accounts__components__listing__homeowner__assignment__sitter--confirmed:hover, .accounts__components__listing__homeowner__assignment__approximate--confirmed:hover {
        color: #9fc7e2 !important; }
  .accounts__components__listing__homeowner__assignment__new {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-top: 2px;
    float: left;
    margin-left: 4px; }
  .accounts__components__listing__homeowner__assignment--add-edit {
    margin-top: 10px; }
  .accounts__components__listing__homeowner__assignment__editing {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .accounts__components__listing__homeowner__assignment__editing--tabs {
      margin: 0;
      padding: 0;
      width: 100%;
      float: left; }
      .accounts__components__listing__homeowner__assignment__editing--tabs li {
        float: left;
        width: 30%;
        padding: 0 2px; }
        .accounts__components__listing__homeowner__assignment__editing--tabs li:first-child {
          padding: 0 4px 0 0; }
        .accounts__components__listing__homeowner__assignment__editing--tabs li:last-child {
          padding: 0 0 0 4px;
          width: 40%; }
        .accounts__components__listing__homeowner__assignment__editing--tabs li span {
          background-color: #dddddd;
          color: #474747;
          font-size: 14px;
          width: 100%;
          height: 40px;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          -webkit-border-radius: 12px 12px 0 0;
          -moz-border-radius: 12px 12px 0 0;
          -ms-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0;
          display: none; }
          .accounts__components__listing__homeowner__assignment__editing--tabs li span.mobile {
            display: block; }
          .accounts__components__listing__homeowner__assignment__editing--tabs li span:hover {
            background-color: #e6e6e6; }
        .accounts__components__listing__homeowner__assignment__editing--tabs li.active span {
          font-weight: 500;
          background-color: rgba(255, 255, 255, 0.5); }
    .accounts__components__listing__homeowner__assignment__editing--content {
      width: 100%;
      float: left;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0; }
      .accounts__components__listing__homeowner__assignment__editing--content > section {
        margin-bottom: 0 !important;
        border-bottom: 1px dashed #dddddd !important;
        padding-bottom: 14px !important;
        padding-top: 14px !important; }
        .accounts__components__listing__homeowner__assignment__editing--content > section:last-child, .accounts__components__listing__homeowner__assignment__editing--content > section.last {
          border-bottom: 0 !important; }
      .accounts__components__listing__homeowner__assignment__editing--content > div {
        margin-top: 0 !important;
        border-top: 1px dashed #dddddd !important;
        padding: 14px !important; }
      .accounts__components__listing__homeowner__assignment__editing--content h5 {
        font-size: 16px;
        color: #6699CC;
        margin-bottom: 0;
        padding: 0 20px;
        cursor: pointer; }
        .accounts__components__listing__homeowner__assignment__editing--content h5:hover {
          color: #9fc7e2; }
      .accounts__components__listing__homeowner__assignment__editing--content__container {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 20px; }
      .accounts__components__listing__homeowner__assignment__editing--content__reviewing {
        overflow: visible !important;
        padding-top: 0; }
        .accounts__components__listing__homeowner__assignment__editing--content__reviewing > span {
          float: left;
          line-height: 40px;
          color: #474747;
          font-size: 14px; }
        .accounts__components__listing__homeowner__assignment__editing--content__reviewing__help {
          margin-top: 9px; }
        .accounts__components__listing__homeowner__assignment__editing--content__reviewing .accounts__components__toggle-button {
          float: left;
          margin: 0 10px 0 0; }
      .accounts__components__listing__homeowner__assignment__editing--content__sitter .accounts__components__contacts__contacts-list-item__extra-detail {
        display: none; }
      .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker {
        width: 100%;
        margin-bottom: 5px; }
      .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker__from-to__seperator {
        display: none; }
      .accounts__components__listing__homeowner__assignment__editing--content > button {
        width: auto;
        min-width: 100px;
        padding: 3px 15px !important; }
      .accounts__components__listing__homeowner__assignment__editing--content__dates .accounts__components__date-picker__from-to {
        width: 100%;
        float: left;
        margin-bottom: 14px; }
      .accounts__components__listing__homeowner__assignment__editing--content__dates__approximate .accounts__components__toggle-button {
        margin: 10px 10px 0 0; }
      .accounts__components__listing__homeowner__assignment__editing--content__dates .accounts__components__checkbox--checked label > div {
        background-color: #6699CC !important; }
      .accounts__components__listing__homeowner__assignment__editing--content__dates .accounts__components__date-picker:hover .icon svg {
        fill: #6699CC !important; }
      .accounts__components__listing__homeowner__assignment__editing--content__sepeartor {
        width: 100%;
        height: 1px;
        border-bottom: 1px dotted white; }
      .accounts__components__listing__homeowner__assignment__editing--content__sitter.active h5,
      .accounts__components__listing__homeowner__assignment__editing--content__reviewing.active h5,
      .accounts__components__listing__homeowner__assignment__editing--content__dates.active h5 {
        color: #474747; }
        .accounts__components__listing__homeowner__assignment__editing--content__sitter.active h5:hover,
        .accounts__components__listing__homeowner__assignment__editing--content__reviewing.active h5:hover,
        .accounts__components__listing__homeowner__assignment__editing--content__dates.active h5:hover {
          color: #474747; }
      .accounts__components__listing__homeowner__assignment__editing--content__sitter.active .accounts__components__listing__homeowner__assignment__editing--content__container,
      .accounts__components__listing__homeowner__assignment__editing--content__reviewing.active .accounts__components__listing__homeowner__assignment__editing--content__container,
      .accounts__components__listing__homeowner__assignment__editing--content__dates.active .accounts__components__listing__homeowner__assignment__editing--content__container {
        display: block; }
    .accounts__components__listing__homeowner__assignment__editing__remove-button {
      float: right;
      color: #6699CC;
      margin-top: 10px;
      margin-right: 7px;
      cursor: pointer; }
      .accounts__components__listing__homeowner__assignment__editing__remove-button > span {
        font-size: 14px;
        line-height: 24px;
        margin-left: 5px; }
      .accounts__components__listing__homeowner__assignment__editing__remove-button svg {
        fill: #6699CC;
        width: 14px;
        height: 14px; }
      .accounts__components__listing__homeowner__assignment__editing__remove-button:hover {
        color: #9fc7e2; }
        .accounts__components__listing__homeowner__assignment__editing__remove-button:hover svg {
          fill: #9fc7e2; }
    .accounts__components__listing__homeowner__assignment__editing__controls {
      float: left;
      width: 100%;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px dashed white; }
      .accounts__components__listing__homeowner__assignment__editing__controls button {
        margin-bottom: 10px;
        width: 100%; }
        .accounts__components__listing__homeowner__assignment__editing__controls button:last-child {
          margin-bottom: 0; }
      .accounts__components__listing__homeowner__assignment__editing__controls__info {
        margin-top: 0; }
        .accounts__components__listing__homeowner__assignment__editing__controls__info p {
          margin-bottom: 0; }
  .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container {
    top: 50%;
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    padding: 25px 18px;
    text-align: center;
    min-width: 300px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container p {
      color: #474747;
      font-size: 14px; }
    .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container > button {
      font-size: 14px;
      margin-right: 10px;
      display: inline-block;
      float: none; }
      .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container > button:last-child, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container > button:last-child, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container > button:last-child {
        margin-right: 0; }
  .accounts__components__listing__homeowner__assignment--edit {
    width: 100%;
    float: left;
    padding: 5px 0; }
  @media (min-width: 480px) {
    .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker {
      width: calc(50% - 10px);
      margin-bottom: 0; }
    .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker__from-to__seperator {
      display: block; } }
  @media (min-width: 480px) {
    .accounts__components__listing__homeowner__assignment__editing__controls button {
      margin-right: 10px;
      width: auto;
      margin-bottom: 0; }
      .accounts__components__listing__homeowner__assignment__editing__controls button:last-child {
        margin-right: 0; } }
  @media (min-width: 560px) {
    .accounts__components__listing__homeowner__assignment__date__past button, .accounts__components__listing__homeowner__assignment__date__deleted button {
      padding: 0 0 0 20px;
      font-size: 16px; }
    .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container {
      padding: 35px 28px;
      min-width: 350px; }
      .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container p {
        font-size: 16px; }
      .accounts__components__listing__homeowner__assignment__confirm-removal .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignment__confirm-revoke .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignment__confirm-apply .accounts__components__popup__container > button {
        font-size: 16px; } }
  @media (min-width: 768px) {
    .accounts__components__listing__homeowner__assignment__sitter > span:first-child, .accounts__components__listing__homeowner__assignment__approximate > span:first-child {
      display: block; }
    .accounts__components__listing__homeowner__assignment__editing--tabs li {
      width: 33.333333% !important; }
    .accounts__components__listing__homeowner__assignment__editing--tabs span {
      font-size: 16px; }
      .accounts__components__listing__homeowner__assignment__editing--tabs span.mobile {
        display: none !important; }
      .accounts__components__listing__homeowner__assignment__editing--tabs span.tablet {
        display: block !important; }
    .accounts__components__listing__homeowner__assignment__editing__controls button {
      margin-bottom: 10px; }
    .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker {
      width: 100%;
      margin-bottom: 14px; }
    .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker__from-to__seperator {
      display: none; }
    .accounts__components__listing__homeowner__assignment--content {
      padding: 20px; }
      .accounts__components__listing__homeowner__assignment--content__reviewing > span {
        font-size: 16px; }
    .accounts__components__listing__homeowner__assignment--edit {
      width: 100%;
      float: left;
      padding: 5px 0; }
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__date {
      font-size: 16px;
      font-weight: 500;
      float: left; }
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__sitter,
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__approximate,
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__new {
      line-height: 24px;
      float: left;
      width: 100%; }
      .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__sitter--past,
      .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__approximate--past,
      .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__new--past {
        margin-left: 0; }
    .accounts__components__listing__homeowner__assignment__date-info {
      float: left;
      width: 100%; }
    .accounts__components__listing__homeowner__assignment__date__past__button {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1024px) {
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__sitter,
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__approximate,
    .accounts__components__listing__homeowner__assignment--edit .accounts__components__listing__homeowner__assignment__new {
      width: auto;
      float: none; }
    .accounts__components__listing__homeowner__assignment__editing--tabs span.tablet {
      display: none !important; }
    .accounts__components__listing__homeowner__assignment__editing--tabs span.desktop {
      display: block !important; }
    .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker {
      width: calc(50% - 10px);
      margin-bottom: 0; }
    .accounts__components__listing__homeowner__assignment__editing--content .accounts__components__date-picker__from-to__seperator {
      display: block; }
    .accounts__components__listing__homeowner__assignment__date-info {
      float: none;
      width: auto; }
    .accounts__components__listing__homeowner__assignment__date__past__button {
      width: auto;
      padding-left: 10px; } }

.accounts__components__listing__homeowner__assignments__assignment__date {
  font-size: 14px;
  color: #474747;
  line-height: 18px;
  width: 140px;
  display: inline-block; }

.accounts__components__listing__homeowner__assignments__assignment__sitter {
  font-size: 14px;
  color: #808080;
  line-height: 18px; }

.accounts__components__listing__homeowner__assignments__assignment--add-edit, .accounts__components__listing__homeowner__assignments__assignment--archive, .accounts__components__listing__homeowner__assignments__assignment--manual {
  width: 175px !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 10px; }
  .accounts__components__listing__homeowner__assignments__assignment--add-edit span, .accounts__components__listing__homeowner__assignments__assignment--archive span, .accounts__components__listing__homeowner__assignments__assignment--manual span {
    font-weight: 500; }

.accounts__components__listing__homeowner__assignments header,
.accounts__components__listing__homeowner__assignments section {
  padding: 10px 0 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px dashed white;
  float: left;
  width: 100%; }
  .accounts__components__listing__homeowner__assignments header:last-child,
  .accounts__components__listing__homeowner__assignments section:last-child {
    border: none; }

.accounts__components__listing__homeowner__assignments__header > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: #333333; }

.accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker {
  width: 100%;
  margin-bottom: 5px; }
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker .icon {
    height: 41px; }
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker:hover .icon svg {
    fill: #6699CC !important; }

.accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker__from-to__seperator {
  display: none; }

.accounts__components__listing__homeowner__assignments__new-date > button {
  width: auto;
  min-width: 100px;
  padding: 3px 15px !important;
  margin-top: 14px; }

.accounts__components__listing__homeowner__assignments__toggle-deleted, .accounts__components__listing__homeowner__assignments__toggle-past {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  padding: 10px 0; }

.accounts__components__listing__homeowner__assignments__past-deleted__seperator {
  width: 100%;
  float: left;
  height: 10px; }

.accounts__components__listing__homeowner__assignments__past-deleted--toggle {
  cursor: pointer;
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .accounts__components__listing__homeowner__assignments__past-deleted--toggle.active {
    margin-left: 10px;
    margin-bottom: 30px; }

.accounts__components__listing__homeowner__assignments__past-deleted--deleted.active {
  margin-top: 10px;
  float: left;
  width: 100%; }

.accounts__components__listing__homeowner__assignments__past-deleted ul {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }
  .accounts__components__listing__homeowner__assignments__past-deleted ul.ng-hide {
    opacity: 0; }

.accounts__components__listing__homeowner__assignments__edit-dates {
  float: left;
  width: 100%;
  position: relative; }
  .accounts__components__listing__homeowner__assignments__edit-dates h6 {
    font-size: 16px; }

.accounts__components__listing__homeowner__assignments__controls > button {
  float: left;
  margin-right: 10px; }
  .accounts__components__listing__homeowner__assignments__controls > button:last-child {
    margin-right: 0; }

.accounts__components__listing__homeowner__assignments__controls__info {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .accounts__components__listing__homeowner__assignments__controls__info p {
    margin: 0; }

.accounts__components__listing__homeowner__assignments__confirm-publish .accounts__components__popup__container, .accounts__components__listing__homeowner__assignments__confirm-revert .accounts__components__popup__container, .accounts__components__listing__homeowner__assignments__confirm-add-new .accounts__components__popup__container {
  border: 1px solid #cccccc;
  background-color: #f0f0f0;
  padding: 25px 18px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  min-width: 300px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .accounts__components__listing__homeowner__assignments__confirm-publish .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignments__confirm-revert .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignments__confirm-add-new .accounts__components__popup__container p {
    color: #474747;
    font-size: 14px; }
  .accounts__components__listing__homeowner__assignments__confirm-publish .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignments__confirm-revert .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignments__confirm-add-new .accounts__components__popup__container > button {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    float: none; }
    .accounts__components__listing__homeowner__assignments__confirm-publish .accounts__components__popup__container > button:last-child, .accounts__components__listing__homeowner__assignments__confirm-revert .accounts__components__popup__container > button:last-child, .accounts__components__listing__homeowner__assignments__confirm-add-new .accounts__components__popup__container > button:last-child {
      margin-right: 0; }

@media (min-width: 480px) {
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker {
    width: calc(50% - 10px);
    margin-bottom: 0; }
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker__from-to__seperator {
    display: block; } }

@media (min-width: 560px) {
  .accounts__components__listing__homeowner__assignments__confirm-removal .accounts__components__popup__container, .accounts__components__listing__homeowner__assignments__confirm-revoke .accounts__components__popup__container {
    padding: 35px 28px;
    min-width: 350px; }
    .accounts__components__listing__homeowner__assignments__confirm-removal .accounts__components__popup__container p, .accounts__components__listing__homeowner__assignments__confirm-revoke .accounts__components__popup__container p {
      font-size: 16px; }
    .accounts__components__listing__homeowner__assignments__confirm-removal .accounts__components__popup__container > button, .accounts__components__listing__homeowner__assignments__confirm-revoke .accounts__components__popup__container > button {
      font-size: 16px; } }

@media (min-width: 768px) {
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker {
    width: 100%;
    margin-bottom: 5px; }
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker__from-to__seperator {
    display: none; } }

@media (min-width: 1024px) {
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker {
    width: calc(50% - 10px);
    margin-bottom: 0; }
  .accounts__components__listing__homeowner__assignments__new-date .accounts__components__date-picker__from-to__seperator {
    display: block; } }

.accounts__components__listing__homeowner__events > div {
  max-width: 450px;
  margin: 0 auto; }
  .accounts__components__listing__homeowner__events > div > div {
    width: 100%;
    float: left;
    position: relative; }
    .accounts__components__listing__homeowner__events > div > div:last-child {
      padding-top: 15px; }

.accounts__components__listing__homeowner__events__hidden-mobile {
  display: none; }

.accounts__components__listing__homeowner__events__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .accounts__components__listing__homeowner__events__overlay span {
    color: #fd4273;
    display: inline-block;
    margin-top: 50%;
    line-height: 20px;
    font-size: 16px; }

@media (min-width: 768px) {
  .accounts__components__listing__homeowner__events > div {
    max-width: 100%;
    margin: 0 auto; }
    .accounts__components__listing__homeowner__events > div > div {
      position: relative;
      width: 50%;
      padding: 15px; }
      .accounts__components__listing__homeowner__events > div > div:last-child {
        padding-top: 61px; }
  .accounts__components__listing__homeowner__events__hidden-mobile {
    display: block; } }

.accounts__components__listing__homeowner__edit {
  max-width: 1224px;
  margin: 0 auto;
  width: 100%;
  padding: 14px 10px; }
  .accounts__components__listing__homeowner__edit * {
    font-family: 'Ubuntu', sans-serif !important; }
  .accounts__components__listing__homeowner__edit--editable {
    position: relative;
    cursor: pointer; }
    .accounts__components__listing__homeowner__edit--editable:hover {
      color: #6699cc; }
      .accounts__components__listing__homeowner__edit--editable:hover:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(102, 153, 204, 0.2); }
  .accounts__components__listing__homeowner__edit__add {
    color: #6699CC; }
    .accounts__components__listing__homeowner__edit__add span + span {
      color: #474747; }
  .accounts__components__listing__homeowner__edit--edit-pen {
    height: 34px;
    width: 34px;
    background-color: #6699CC;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-left: 5px;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    cursor: pointer; }
    .accounts__components__listing__homeowner__edit--edit-pen .accounts__components__icon {
      -webkit-transform: translate(8px, 2px);
      -moz-transform: translate(8px, 2px);
      -ms-transform: translate(8px, 2px);
      -o-transform: translate(8px, 2px);
      transform: translate(8px, 2px); }
    .accounts__components__listing__homeowner__edit--edit-pen svg {
      fill: white; }
    .accounts__components__listing__homeowner__edit--edit-pen:hover {
      background-color: #9fc7e2; }
  .accounts__components__listing__homeowner__edit--header {
    width: 100%;
    margin-bottom: 10px;
    float: left; }
  .accounts__components__listing__homeowner__edit--container {
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__edit--container .accounts__components__listing__homeowner__edit__profile {
      margin-top: 30px; }
  .accounts__components__listing__homeowner__edit--side-container {
    display: none; }
  .accounts__components__listing__homeowner__edit--actions {
    width: 100%;
    float: left; }
  .accounts__components__listing__homeowner__edit__section--edit {
    background: #f0f0f0;
    padding: 14px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__edit__section--edit__title {
      font-size: 16px;
      color: #474747;
      margin-bottom: 10px; }
      .accounts__components__listing__homeowner__edit__section--edit__title .accounts__components__listing-edit-tooltip {
        float: right; }
    .accounts__components__listing__homeowner__edit__section--edit__container {
      margin-bottom: 10px; }
      .accounts__components__listing__homeowner__edit__section--edit__container__warning {
        color: #f181ae;
        font-size: 14px; }
  .accounts__components__listing__homeowner__edit__section--view:hover {
    cursor: pointer; }
    .accounts__components__listing__homeowner__edit__section--view:hover .accounts__components__listing__homeowner__edit--editable {
      color: #6699cc; }
      .accounts__components__listing__homeowner__edit__section--view:hover .accounts__components__listing__homeowner__edit--editable:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(102, 153, 204, 0.2); }
  .accounts__components__listing__homeowner__edit__title:hover,
  .accounts__components__listing__homeowner__edit__title:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__location:hover,
  .accounts__components__listing__homeowner__edit__location:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__photos:hover,
  .accounts__components__listing__homeowner__edit__photos:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__profile:hover,
  .accounts__components__listing__homeowner__edit__profile:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__assignments:hover,
  .accounts__components__listing__homeowner__edit__assignments:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__pets:hover,
  .accounts__components__listing__homeowner__edit__pets:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__introduction:hover,
  .accounts__components__listing__homeowner__edit__introduction:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__home:hover,
  .accounts__components__listing__homeowner__edit__home:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__home-details:hover,
  .accounts__components__listing__homeowner__edit__home-details:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__responsibilities:hover,
  .accounts__components__listing__homeowner__edit__responsibilities:hover + .accounts__components__listing__homeowner__edit__section--view, .accounts__components__listing__homeowner__edit__pets-details:hover,
  .accounts__components__listing__homeowner__edit__pets-details:hover + .accounts__components__listing__homeowner__edit__section--view {
    cursor: pointer; }
    .accounts__components__listing__homeowner__edit__title:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__title:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__location:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__location:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__photos:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__photos:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__profile:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__profile:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__assignments:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__assignments:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__pets:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__pets:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__introduction:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__introduction:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__home:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__home:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__home-details:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__home-details:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__responsibilities:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__responsibilities:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable, .accounts__components__listing__homeowner__edit__pets-details:hover .accounts__components__listing__homeowner__edit--editable,
    .accounts__components__listing__homeowner__edit__pets-details:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable {
      color: #6699cc; }
      .accounts__components__listing__homeowner__edit__title:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__title:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__location:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__location:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__photos:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__photos:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__profile:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__profile:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__assignments:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__assignments:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__pets:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__pets:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__introduction:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__introduction:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__home:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__home:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__home-details:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__home-details:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__responsibilities:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__responsibilities:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after, .accounts__components__listing__homeowner__edit__pets-details:hover .accounts__components__listing__homeowner__edit--editable:after,
      .accounts__components__listing__homeowner__edit__pets-details:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--editable:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(102, 153, 204, 0.2); }
    .accounts__components__listing__homeowner__edit__title:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__title:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__location:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__location:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__photos:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__photos:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__profile:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__profile:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__assignments:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__assignments:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__pets:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__pets:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__introduction:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__introduction:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__home:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__home:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__home-details:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__home-details:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__responsibilities:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__responsibilities:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen, .accounts__components__listing__homeowner__edit__pets-details:hover .accounts__components__listing__homeowner__edit--edit-pen,
    .accounts__components__listing__homeowner__edit__pets-details:hover + .accounts__components__listing__homeowner__edit__section--view .accounts__components__listing__homeowner__edit--edit-pen {
      background-color: #9fc7e2; }
  .accounts__components__listing__homeowner__edit section {
    float: left;
    width: 100%; }
  .accounts__components__listing__homeowner__edit__title--view h3 {
    color: #4985C0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px; }
  .accounts__components__listing__homeowner__edit__title--view .accounts__components__listing__homeowner__edit--editable {
    min-height: 34px;
    padding: 6px 0;
    float: left; }
  .accounts__components__listing__homeowner__edit__title--view .accounts__components__listing__homeowner__edit--edit-pen {
    position: absolute;
    right: 0;
    top: 0; }
  .accounts__components__listing__homeowner__edit__title--edit {
    width: 100%;
    max-width: 100%; }
    .accounts__components__listing__homeowner__edit__title--edit input {
      margin-bottom: 0; }
  .accounts__components__listing__homeowner__edit__location--view span, .accounts__components__listing__homeowner__edit__location__title span {
    color: #808080;
    font-size: 16px;
    line-height: 22px; }
  .accounts__components__listing__homeowner__edit__location--view {
    float: left;
    margin-top: 3px; }
    .accounts__components__listing__homeowner__edit__location--view .accounts__components__listing__homeowner__edit--editable {
      height: 34px;
      padding: 6px 0;
      float: left; }
      .accounts__components__listing__homeowner__edit__location--view .accounts__components__listing__homeowner__edit--editable svg {
        fill: #6699CC !important; }
      .accounts__components__listing__homeowner__edit__location--view .accounts__components__listing__homeowner__edit--editable > span {
        font-size: 14px; }
      .accounts__components__listing__homeowner__edit__location--view .accounts__components__listing__homeowner__edit--editable .accounts__components__icon {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px); }
    .accounts__components__listing__homeowner__edit__location--view .accounts__components__listing__homeowner__edit--edit-pen {
      float: left; }
  .accounts__components__listing__homeowner__edit__location__title {
    margin-bottom: 10px;
    height: 34px;
    padding: 6px 0;
    float: left;
    margin-top: 3px;
    width: 100%; }
    .accounts__components__listing__homeowner__edit__location__title svg {
      fill: #6699CC !important; }
    .accounts__components__listing__homeowner__edit__location__title .accounts__components__icon {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px); }
  .accounts__components__listing__homeowner__edit__location--edit {
    width: 100%;
    max-width: 100%; }
  .accounts__components__listing__homeowner__edit__photos--view {
    width: 100%;
    padding-bottom: 75%;
    position: relative; }
    .accounts__components__listing__homeowner__edit__photos--view .accounts__components__listing__homeowner__edit--editable {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .accounts__components__listing__homeowner__edit__photos--view .accounts__components__listing__homeowner__edit--edit-pen {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 44px;
      height: 44px; }
      .accounts__components__listing__homeowner__edit__photos--view .accounts__components__listing__homeowner__edit--edit-pen .accounts__components__icon {
        -webkit-transform: translate(10px, 6px);
        -moz-transform: translate(10px, 6px);
        -ms-transform: translate(10px, 6px);
        -o-transform: translate(10px, 6px);
        transform: translate(10px, 6px); }
      .accounts__components__listing__homeowner__edit__photos--view .accounts__components__listing__homeowner__edit--edit-pen .accounts__components__icon > svg {
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px; }
    .accounts__components__listing__homeowner__edit__photos--view figure {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0; }
      .accounts__components__listing__homeowner__edit__photos--view figure img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .accounts__components__listing__homeowner__edit__photos--view figure .accounts__components__listing__homeowner__edit__add {
        position: relative;
        top: 230px;
        font-size: 24px;
        font-weight: 500; }
        .accounts__components__listing__homeowner__edit__photos--view figure .accounts__components__listing__homeowner__edit__add span {
          display: block;
          text-align: center; }
    .accounts__components__listing__homeowner__edit__photos--view__navigation {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      padding: 5px 0;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 2; }
      .accounts__components__listing__homeowner__edit__photos--view__navigation--left {
        position: absolute;
        left: 0; }
      .accounts__components__listing__homeowner__edit__photos--view__navigation--right {
        position: absolute;
        right: 0; }
      .accounts__components__listing__homeowner__edit__photos--view__navigation ul {
        text-align: center;
        height: 50px;
        overflow: hidden; }
        .accounts__components__listing__homeowner__edit__photos--view__navigation ul li {
          display: inline-block;
          cursor: pointer;
          margin-right: 5px; }
          .accounts__components__listing__homeowner__edit__photos--view__navigation ul li:last-child {
            margin-right: 0; }
          .accounts__components__listing__homeowner__edit__photos--view__navigation ul li img {
            max-width: 65px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
      .accounts__components__listing__homeowner__edit__photos--view__navigation.big {
        height: 86px; }
      .accounts__components__listing__homeowner__edit__photos--view__navigation__photo-name {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        color: #474747 !important;
        background-color: rgba(255, 255, 255, 0.55); }
    .accounts__components__listing__homeowner__edit__photos--view p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 28px;
      line-height: 28px;
      text-align: center;
      font-size: 14px;
      background-color: rgba(255, 255, 255, 0.9);
      margin: 0; }
  .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__listing__homeowner__edit__section--edit__container > div > h3 {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__listing__homeowner__edit__section--edit__container > div > h3 > div {
      float: right; }
  .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__listing__homeowner__edit__section--edit__container > div > div {
    float: left; }
  .accounts__components__listing__homeowner__edit__profile--view {
    margin-bottom: 20px;
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(-90deg, #dddddd, #f0f0f0);
    background-image: linear-gradient(-180deg, #dddddd, #f0f0f0);
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__components__listing__homeowner__edit__profile--view__container figure {
      margin: 0; }
      .accounts__components__listing__homeowner__edit__profile--view__container figure .accounts__components__listing__homeowner__edit--editable {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden; }
        .accounts__components__listing__homeowner__edit__profile--view__container figure .accounts__components__listing__homeowner__edit--editable img {
          width: 100%;
          height: 100%; }
    .accounts__components__listing__homeowner__edit__profile--view__container h4 {
      font-size: 16px;
      font-weight: 500;
      color: #333333;
      margin-top: 5px;
      text-align: center; }
    .accounts__components__listing__homeowner__edit__profile--view__container p {
      font-size: 12px;
      text-align: center; }
    .accounts__components__listing__homeowner__edit__profile--view__container .accounts__components__listing__homeowner__edit--edit-pen {
      position: absolute;
      top: 20px;
      left: calc(50% + 26px); }
  .accounts__components__listing__homeowner__edit__profile--edit .accounts__components__listing__homeowner__edit__section--edit__container {
    max-width: 355px;
    margin: 0 auto 14px; }
  .accounts__components__listing__homeowner__edit__profile--edit h3 {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__edit__profile--edit h3 > div {
      float: right; }
  .accounts__components__listing__homeowner__edit__profile--edit .accounts__components__media {
    min-width: initial !important;
    float: left;
    width: 100%; }
    .accounts__components__listing__homeowner__edit__profile--edit .accounts__components__media figure {
      width: 100% !important;
      padding-bottom: 100% !important; }
    .accounts__components__listing__homeowner__edit__profile--edit .accounts__components__media .accounts__components__media-item__detail__data {
      width: 100% !important;
      margin: 10px 0 0 0 !important; }
      .accounts__components__listing__homeowner__edit__profile--edit .accounts__components__media .accounts__components__media-item__detail__data__actions button {
        margin-top: 20px !important;
        margin-bottom: 10px !important; }
  .accounts__components__listing__homeowner__edit__profile--edit .accounts__components__listing__homeowner__edit__section--edit__actions button {
    margin-top: 20px; }
  .accounts__components__listing__homeowner__edit__assignments--view__container {
    font-size: 14px;
    color: #808080;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding: 20px; }
    .accounts__components__listing__homeowner__edit__assignments--view__container h4 {
      text-align: center; }
    .accounts__components__listing__homeowner__edit__assignments--view__container ul li {
      text-align: center;
      height: 34px;
      line-height: 34px;
      position: relative;
      margin-bottom: 5px; }
      .accounts__components__listing__homeowner__edit__assignments--view__container ul li > div {
        display: inline-block;
        position: relative; }
      .accounts__components__listing__homeowner__edit__assignments--view__container ul li .accounts__components__listing__homeowner__edit--editable {
        padding: 0 10px; }
      .accounts__components__listing__homeowner__edit__assignments--view__container ul li .accounts__components__listing__homeowner__edit--edit-pen {
        position: absolute;
        right: -44px;
        top: 0;
        font-size: 16px;
        line-height: 24px; }
        .accounts__components__listing__homeowner__edit__assignments--view__container ul li .accounts__components__listing__homeowner__edit--edit-pen .accounts__components__icon {
          -webkit-transform: translate(1px, 2px);
          -moz-transform: translate(1px, 2px);
          -ms-transform: translate(1px, 2px);
          -o-transform: translate(1px, 2px);
          transform: translate(1px, 2px); }
  .accounts__components__listing__homeowner__edit__assignments--view__actions {
    text-align: center; }
    .accounts__components__listing__homeowner__edit__assignments--view__actions button {
      display: inline-block; }
  .accounts__components__listing__homeowner__edit__assignments--edit > div > h3 {
    font-size: 16px; }
  .accounts__components__listing__homeowner__edit__assignments--edit .accounts__components__listing__homeowner__assignments__new-date > h6 {
    display: none; }
  .accounts__components__listing__homeowner__edit__assignments--edit .accounts__components__button--secondary {
    margin-bottom: 14px; }
  .accounts__components__listing__homeowner__edit__assignments--edit .accounts__components__popup__container {
    top: calc(50% - 80px); }
    .accounts__components__listing__homeowner__edit__assignments--edit .accounts__components__popup__container button {
      margin-bottom: 14px; }
  .accounts__components__listing__homeowner__edit__assignments--edit .accounts__components__expiry-warning-popup .accounts__components__popup__container {
    top: 50%; }
  .accounts__components__listing__homeowner__edit__pets--view {
    margin-top: 20px; }
    .accounts__components__listing__homeowner__edit__pets--view .accounts__components__listing__homeowner__edit--edit-pen {
      position: absolute;
      top: 5px;
      right: 5px; }
    .accounts__components__listing__homeowner__edit__pets--view__container {
      background-color: #f0f0f0;
      min-height: 46px;
      padding: 5px 14px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #cccccc;
      position: relative;
      float: left;
      width: 100%; }
      .accounts__components__listing__homeowner__edit__pets--view__container > span {
        font-size: 16px;
        font-weight: 500;
        line-height: 34px;
        float: left; }
      .accounts__components__listing__homeowner__edit__pets--view__container .accounts__components__listing__homeowner__edit--editable {
        float: left;
        min-height: 34px;
        width: calc(100% - 75px);
        margin-left: 10px; }
        .accounts__components__listing__homeowner__edit__pets--view__container .accounts__components__listing__homeowner__edit--editable > span {
          height: 34px;
          line-height: 34px; }
        .accounts__components__listing__homeowner__edit__pets--view__container .accounts__components__listing__homeowner__edit--editable ul {
          padding: 0;
          margin: 0;
          text-align: left;
          line-height: 34px; }
          .accounts__components__listing__homeowner__edit__pets--view__container .accounts__components__listing__homeowner__edit--editable ul li {
            display: inline-block;
            height: 34px;
            margin-right: 10px; }
            .accounts__components__listing__homeowner__edit__pets--view__container .accounts__components__listing__homeowner__edit--editable ul li svg {
              fill: #bcbcbc; }
            .accounts__components__listing__homeowner__edit__pets--view__container .accounts__components__listing__homeowner__edit--editable ul li span span {
              font-weight: 500;
              font-size: 13px; }
  .accounts__components__listing__homeowner__edit__pets--edit {
    margin-top: 20px; }
    .accounts__components__listing__homeowner__edit__pets--edit > div > h5 {
      font-size: 16px; }
    .accounts__components__listing__homeowner__edit__pets--edit > div > div {
      margin: 0;
      float: left;
      width: 100%; }
      .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul {
        margin: 0; }
        .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li {
          min-height: 38px;
          line-height: 34px;
          margin-bottom: 14px;
          font-size: 15px;
          background: #f0f0f0;
          border-radius: 12px;
          display: block;
          float: left;
          clear: both;
          text-align: left; }
          .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup .accounts__components__listing__homeowner__pets__popup__actions {
            text-align: center; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup .accounts__components__listing__homeowner__pets__popup__actions > button,
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup .accounts__components__listing__homeowner__pets__popup__actions > a {
              display: inline-block;
              margin: 0;
              float: none; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup .accounts__components__listing__homeowner__pets__popup__actions > button {
              width: 160px; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup .accounts__components__listing__homeowner__pets__popup__actions > a {
              margin-left: 10px; }
          .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup .accounts__components__listing__homeowner__pet--extra {
            line-height: 140%; }
          .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul {
            display: inline-block;
            float: left;
            list-style: none;
            width: 100%; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__drop-down__list--selected {
              font-weight: 500;
              position: relative; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__drop-down__list--selected:before {
                position: absolute;
                left: 13px;
                top: 16px;
                content: ' ';
                width: 15px;
                height: 11px;
                background-image: url(/static/next/dist/images/icons/checkbox/checkbox-black.svg);
                background-size: 15px 11px;
                background-position: top left; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet {
              width: 100%;
              float: left; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__name {
                display: block;
                width: 170px;
                margin-bottom: 0; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__age {
                display: block;
                margin-top: 10px;
                width: 110px;
                text-align: left; }
                .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__age .accounts__components__drop-down__list {
                  font-size: 14px; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__breed {
                display: block;
                margin-top: 10px;
                width: 184px; }
                .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__breed .accounts__components__autocomplete__list {
                  font-size: 14px; }
                .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__breed .accounts__components__autocomplete__sticky > div {
                  position: absolute;
                  right: 10px; }
                  .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__breed .accounts__components__autocomplete__sticky > div svg {
                    width: 16px;
                    height: 16px; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down .accounts__components__drop-down__list {
              width: 85px;
              right: 0;
              left: auto;
              overflow: hidden;
              top: 1px; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down .accounts__components__drop-down__selected-item {
              float: right;
              padding-right: 25px; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down .accounts__components__drop-down__label {
              float: left;
              padding-left: 32px;
              color: #808080; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down .accounts__components__drop-down__label > div > .accounts__components__icon svg {
                width: 16px;
                height: 16px;
                max-width: 16px;
                max-height: 16px; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down .accounts__components__drop-down__label .accounts__components__icon {
                position: absolute;
                left: 12px;
                top: 7px; }
                .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down .accounts__components__drop-down__label .accounts__components__icon svg {
                  fill: #9fc7e2;
                  width: 24px;
                  height: 24px;
                  max-width: 24px;
                  max-height: 24px; }
            .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down--active .accounts__components__drop-down__list {
              max-height: 337px;
              border: 1px solid #cccccc;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px;
              background-color: #f0f0f0;
              width: 94px !important;
              margin-top: 5px;
              margin-right: 5px; }
              .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li > .accounts__components__drop-down--active .accounts__components__drop-down__list li {
                text-align: left;
                padding-left: 34px;
                color: #333333; }
    .accounts__components__listing__homeowner__edit__pets--edit .accounts__components__listing__homeowner__edit__section--edit__actions {
      float: left; }
  .accounts__components__listing__homeowner__edit__pets-details {
    padding-bottom: 25px; }
    .accounts__components__listing__homeowner__edit__pets-details h4 > span {
      font-size: 16px;
      line-height: 35px;
      float: left; }
    .accounts__components__listing__homeowner__edit__pets-details h4 .accounts__components__listing__homeowner__edit--edit-pen {
      float: left;
      margin-left: 10px;
      font-size: 16px;
      line-height: 24px; }
    .accounts__components__listing__homeowner__edit__pets-details--view {
      width: 100%;
      float: left; }
      .accounts__components__listing__homeowner__edit__pets-details--view > span {
        font-size: 16px;
        font-weight: 500;
        line-height: 34px;
        float: left; }
      .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable {
        float: left;
        min-height: 34px;
        width: calc(100% - 75px);
        margin-left: 0; }
        .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > span {
          height: 34px;
          line-height: 34px; }
        .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul {
          padding: 0;
          margin: 20px 0 0 0;
          text-align: left; }
          .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul > li {
            min-height: 38px;
            line-height: 34px;
            margin-bottom: 14px;
            font-size: 13px;
            background: #f0f0f0;
            padding: 2px 20px;
            border-radius: 12px;
            display: block;
            float: left;
            margin-right: 10px;
            text-align: left; }
            .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul > li > span,
            .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul > li > ul {
              display: inline-block;
              float: left; }
            .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul > li > ul {
              list-style: none;
              margin: 0; }
              .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul > li > ul li {
                float: left; }
            .accounts__components__listing__homeowner__edit__pets-details--view .accounts__components__listing__homeowner__edit--editable > ul > li .accounts__components__icon > svg {
              width: 24px;
              height: 24px;
              max-width: 24px;
              max-height: 24px;
              fill: #bcbcbc;
              -webkit-transform: translateY(-2px);
              -moz-transform: translateY(-2px);
              -ms-transform: translateY(-2px);
              -o-transform: translateY(-2px);
              transform: translateY(-2px); }
    .accounts__components__listing__homeowner__edit__pets-details--edit {
      width: 100%;
      float: left;
      margin-top: 20px; }
      .accounts__components__listing__homeowner__edit__pets-details--edit h5 {
        font-size: 16px;
        font-weight: 400; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__drop-down__list--selected {
        font-weight: 500;
        position: relative; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__drop-down__list--selected:before {
          position: absolute;
          right: 8px;
          top: 16px;
          content: ' ';
          width: 15px;
          height: 11px;
          color: #6699CC;
          background-image: url(/static/next/dist/images/icons/checkbox/checkbox-black.svg);
          background-size: 15px 11px;
          background-position: top left; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        float: left;
        border-bottom: 1px dashed #cccccc; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__name {
          display: block;
          width: 170px;
          margin-bottom: 0; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__age {
          display: block;
          margin-top: 10px;
          width: 110px;
          text-align: left; }
          .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__age .accounts__components__drop-down__list {
            font-size: 14px; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__breed {
          display: block;
          margin-top: 10px;
          width: 184px; }
          .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__breed .accounts__components__autocomplete__list {
            font-size: 14px; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down .accounts__components__drop-down__list {
        width: 85px;
        right: 0;
        left: auto;
        overflow: hidden;
        top: 1px; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down .accounts__components__drop-down__selected-item {
        float: right;
        padding-right: 25px; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label {
        float: left;
        padding-left: 32px;
        color: #808080; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label > div > .accounts__components__icon svg {
          width: 16px;
          height: 16px;
          max-width: 16px;
          max-height: 16px; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label .accounts__components__icon {
          position: absolute;
          left: 12px;
          top: 7px; }
          .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label .accounts__components__icon svg {
            fill: #9fc7e2;
            width: 24px;
            height: 24px;
            max-width: 24px;
            max-height: 24px; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down--active .accounts__components__drop-down__list {
        max-height: 337px;
        border: 1px solid #cccccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background-color: #f0f0f0;
        width: 94px !important;
        margin-top: 5px;
        margin-right: 5px; }
        .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > .accounts__components__drop-down--active .accounts__components__drop-down__list li {
          text-align: left;
          padding-left: 34px;
          color: #333333; }
  .accounts__components__listing__homeowner__edit__pets__container > ul > li .accounts__components__drop-down__label {
    width: calc(100% - 25px); }
    .accounts__components__listing__homeowner__edit__pets__container > ul > li .accounts__components__drop-down__label > span > span:last-child {
      float: right; }
  .accounts__components__listing__homeowner__edit__introduction h4 {
    margin: 30px 0 0 0; }
    .accounts__components__listing__homeowner__edit__introduction h4 > span {
      font-size: 20px;
      line-height: 35px;
      float: left; }
    .accounts__components__listing__homeowner__edit__introduction h4 .accounts__components__listing__homeowner__edit--edit-pen {
      float: left;
      margin-left: 10px;
      font-size: 16px;
      line-height: 24px; }
  .accounts__components__listing__homeowner__edit__introduction--view {
    margin-top: 2px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #dddddd;
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__edit__introduction--view .accounts__components__listing__homeowner__edit--editable {
      margin-top: 10px;
      width: 100%;
      float: left; }
    .accounts__components__listing__homeowner__edit__introduction--view p {
      margin: 0;
      font-size: 14px;
      line-height: 140%; }
  .accounts__components__listing__homeowner__edit__introduction--edit {
    margin-top: 14px; }
    .accounts__components__listing__homeowner__edit__introduction--edit textarea {
      min-height: 100px; }
    .accounts__components__listing__homeowner__edit__introduction--edit .accounts__components__listing__homeowner__edit__section--edit__title {
      float: left;
      width: 100%;
      line-height: 28px;
      margin: 0;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400; }
      .accounts__components__listing__homeowner__edit__introduction--edit .accounts__components__listing__homeowner__edit__section--edit__title b {
        font-weight: 500; }
      .accounts__components__listing__homeowner__edit__introduction--edit .accounts__components__listing__homeowner__edit__section--edit__title .accounts__components__listing__homeowner__edit--edit-pen {
        float: right; }
  .accounts__components__listing__homeowner__edit__home {
    margin-top: 0;
    padding-bottom: 25px;
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__edit__home h4 {
      margin: 30px 0 0 0; }
      .accounts__components__listing__homeowner__edit__home h4 > span {
        font-size: 20px;
        line-height: 35px;
        float: left; }
      .accounts__components__listing__homeowner__edit__home h4 .accounts__components__listing__homeowner__edit--edit-pen {
        float: left;
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px; }
    .accounts__components__listing__homeowner__edit__home--view {
      margin-top: 20px;
      width: 100%;
      float: left; }
      .accounts__components__listing__homeowner__edit__home--view .accounts__components__listing__homeowner__edit--editable {
        margin-top: 10px;
        width: 100%;
        float: left; }
      .accounts__components__listing__homeowner__edit__home--view p {
        margin: 0;
        font-size: 14px; }
    .accounts__components__listing__homeowner__edit__home--edit {
      margin-top: 30px;
      margin-bottom: 0; }
      .accounts__components__listing__homeowner__edit__home--edit h4 {
        margin: 5px 0 0 0;
        line-height: 28px;
        height: 35px; }
      .accounts__components__listing__homeowner__edit__home--edit .accounts__components__listing__homeowner__edit__section--edit__container textarea {
        min-height: 100px;
        margin-bottom: 20px; }
    .accounts__components__listing__homeowner__edit__home-details {
      padding-bottom: 25px;
      border-bottom: 1px dotted #dddddd; }
      .accounts__components__listing__homeowner__edit__home-details h4 > span {
        font-size: 16px;
        line-height: 35px;
        float: left;
        font-weight: 500; }
      .accounts__components__listing__homeowner__edit__home-details h4 .accounts__components__listing__homeowner__edit--edit-pen {
        float: left;
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px; }
      .accounts__components__listing__homeowner__edit__home-details--view {
        width: 100%;
        float: left;
        padding-top: 20px; }
        .accounts__components__listing__homeowner__edit__home-details--view ul {
          margin: 0;
          padding: 0;
          list-style: none;
          float: left;
          clear: both; }
          .accounts__components__listing__homeowner__edit__home-details--view ul li {
            display: inline-block;
            float: left;
            margin-right: 10px;
            background-color: #f0f0f0;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            border-radius: 20px;
            min-height: 38px;
            line-height: 34px;
            margin-bottom: 14px;
            font-size: 13px;
            padding: 2px 20px;
            border-radius: 12px; }
        .accounts__components__listing__homeowner__edit__home-details--view .accounts__components__listing__homeowner__edit--editable {
          float: left;
          position: relative; }
          .accounts__components__listing__homeowner__edit__home-details--view .accounts__components__listing__homeowner__edit--editable .accounts__components__listing__homeowner__edit--edit-pen {
            position: relative;
            float: left; }
      .accounts__components__listing__homeowner__edit__home-details--edit {
        width: 100%;
        float: left;
        padding-top: 20px;
        margin-top: 25px; }
        .accounts__components__listing__homeowner__edit__home-details--edit__home, .accounts__components__listing__homeowner__edit__home-details--edit__car, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access, .accounts__components__listing__homeowner__edit__home-details--edit__household, .accounts__components__listing__homeowner__edit__home-details--edit__children, .accounts__components__listing__homeowner__edit__home-details--edit__internet, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions {
          text-align: left;
          width: 100%;
          float: left;
          border-bottom: 1px dashed #cccccc;
          padding-bottom: 20px;
          margin-bottom: 20px; }
          .accounts__components__listing__homeowner__edit__home-details--edit__home h5, .accounts__components__listing__homeowner__edit__home-details--edit__car h5, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access h5, .accounts__components__listing__homeowner__edit__home-details--edit__household h5, .accounts__components__listing__homeowner__edit__home-details--edit__children h5, .accounts__components__listing__homeowner__edit__home-details--edit__internet h5, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions h5 {
            text-align: left;
            font-size: 16px;
            color: #333333;
            margin-bottom: 20px;
            font-weight: 500; }
          .accounts__components__listing__homeowner__edit__home-details--edit__home p, .accounts__components__listing__homeowner__edit__home-details--edit__car p, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access p, .accounts__components__listing__homeowner__edit__home-details--edit__household p, .accounts__components__listing__homeowner__edit__home-details--edit__children p, .accounts__components__listing__homeowner__edit__home-details--edit__internet p, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions p {
            text-align: center;
            font-size: 15px;
            color: #808080; }
          .accounts__components__listing__homeowner__edit__home-details--edit__home > ul, .accounts__components__listing__homeowner__edit__home-details--edit__car > ul, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access > ul, .accounts__components__listing__homeowner__edit__home-details--edit__household > ul, .accounts__components__listing__homeowner__edit__home-details--edit__children > ul, .accounts__components__listing__homeowner__edit__home-details--edit__internet > ul, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions > ul {
            display: inline-block;
            float: none; }
          .accounts__components__listing__homeowner__edit__home-details--edit__home .accounts__components__toggle-button__choice--selected label, .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__toggle-button__choice--selected label, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access .accounts__components__toggle-button__choice--selected label, .accounts__components__listing__homeowner__edit__home-details--edit__household .accounts__components__toggle-button__choice--selected label, .accounts__components__listing__homeowner__edit__home-details--edit__children .accounts__components__toggle-button__choice--selected label, .accounts__components__listing__homeowner__edit__home-details--edit__internet .accounts__components__toggle-button__choice--selected label, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions .accounts__components__toggle-button__choice--selected label {
            background-color: #6699CC;
            color: white; }
          .accounts__components__listing__homeowner__edit__home-details--edit__home .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__components__listing__homeowner__edit__home-details--edit__household .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__components__listing__homeowner__edit__home-details--edit__children .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__components__listing__homeowner__edit__home-details--edit__internet .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions .accounts__components__toggle-button__choice--selected .accounts__components__icon svg {
            fill: white; }
          .accounts__components__listing__homeowner__edit__home-details--edit__home .accounts__components__checkbox--checked label > div, .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__checkbox--checked label > div, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access .accounts__components__checkbox--checked label > div, .accounts__components__listing__homeowner__edit__home-details--edit__household .accounts__components__checkbox--checked label > div, .accounts__components__listing__homeowner__edit__home-details--edit__children .accounts__components__checkbox--checked label > div, .accounts__components__listing__homeowner__edit__home-details--edit__internet .accounts__components__checkbox--checked label > div, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions .accounts__components__checkbox--checked label > div {
            background-color: #6699CC; }
        .accounts__components__listing__homeowner__edit__home-details--edit__home .accounts__components__radio-group__choice {
          min-width: 110px; }
        .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__checkbox {
          display: inline-block;
          margin-top: 20px; }
          .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__checkbox label > div {
            width: 28px;
            height: 28px; }
            .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__checkbox label > div > div {
              padding-left: 0;
              margin-top: -1px; }
              .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__checkbox label > div > div svg {
                width: 16px;
                height: 16px; }
          .accounts__components__listing__homeowner__edit__home-details--edit__car .accounts__components__checkbox label span span {
            font-size: 16px;
            line-height: 28px;
            color: #474747; }
        .accounts__components__listing__homeowner__edit__home-details--edit__car > div {
          width: 100%; }
        .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access {
          position: relative; }
          .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access .accounts__components__listing-edit-tooltip {
            position: absolute;
            top: 0;
            right: 0; }
        .accounts__components__listing__homeowner__edit__home-details--edit__household {
          position: relative; }
          .accounts__components__listing__homeowner__edit__home-details--edit__household .accounts__components__listing-edit-tooltip {
            position: absolute;
            top: 0;
            right: 0; }
        .accounts__components__listing__homeowner__edit__home-details--edit__children {
          position: relative; }
          .accounts__components__listing__homeowner__edit__home-details--edit__children .accounts__components__listing-edit-tooltip {
            position: absolute;
            top: 0;
            right: 0; }
        .accounts__components__listing__homeowner__edit__home-details--edit__internet {
          position: relative; }
          .accounts__components__listing__homeowner__edit__home-details--edit__internet ul li {
            margin-bottom: 15px; }
          .accounts__components__listing__homeowner__edit__home-details--edit__internet .accounts__components__listing-edit-tooltip {
            position: absolute;
            right: 0;
            top: 0; }
        .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions ul li {
          margin-bottom: 15px; }
        .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__checkbox-group__choice,
        .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice {
          background-color: white;
          width: 135px; }
        .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__checkbox-group--as-buttons .accounts__components__checkbox-group__choice--selected,
        .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__checkbox-group__choice .accounts__components__checkbox-group__choice--selected,
        .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__radio-group--as-buttons .accounts__components__radio-group__choice--selected {
          background-color: #6699CC !important; }
        .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__toggle-button__choice {
          background-color: white; }
          .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__toggle-button__choice--selected {
            background-color: #6699CC;
            color: white; }
            .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__toggle-button__choice--selected label {
              background-color: #6699CC;
              color: white; }
            .accounts__components__listing__homeowner__edit__home-details--edit .accounts__components__toggle-button__choice--selected svg {
              fill: white; }
  .accounts__components__listing__homeowner__edit__responsibilities {
    padding-bottom: 25px; }
    .accounts__components__listing__homeowner__edit__responsibilities h4 {
      margin: 30px 0 0 0; }
      .accounts__components__listing__homeowner__edit__responsibilities h4 > span {
        font-size: 20px;
        line-height: 35px;
        float: left; }
      .accounts__components__listing__homeowner__edit__responsibilities h4 .accounts__components__listing__homeowner__edit--edit-pen {
        float: left;
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px; }
    .accounts__components__listing__homeowner__edit__responsibilities--view {
      margin-top: 20px;
      width: 100%;
      float: left; }
      .accounts__components__listing__homeowner__edit__responsibilities--view .accounts__components__listing__homeowner__edit--editable {
        margin-top: 10px;
        width: 100%;
        float: left; }
      .accounts__components__listing__homeowner__edit__responsibilities--view p {
        margin: 0;
        font-size: 14px; }
      .accounts__components__listing__homeowner__edit__responsibilities--view ul {
        margin: 30px 0 0 0;
        padding: 0;
        list-style: none;
        width: 100%;
        float: left; }
        .accounts__components__listing__homeowner__edit__responsibilities--view ul li {
          display: inline-block;
          float: left;
          margin-right: 10px;
          background-color: #f0f0f0;
          padding: 5px 14px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px;
          margin-bottom: 10px; }
    .accounts__components__listing__homeowner__edit__responsibilities--edit {
      margin-top: 30px;
      margin-bottom: 0; }
      .accounts__components__listing__homeowner__edit__responsibilities--edit h4 {
        margin: 5px 0 0 0;
        line-height: 28px;
        height: 35px; }
      .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container textarea {
        min-height: 100px;
        margin-bottom: 20px; }
      .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul {
        float: left;
        width: 100%; }
        .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul h5 {
          font-size: 16px;
          color: #333333;
          font-weight: 400; }
        .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > ul {
          float: left;
          width: 100%; }
          .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > ul > li {
            width: 100%;
            float: left; }
  .accounts__components__listing__homeowner__edit textarea:focus, .accounts__components__listing__homeowner__edit input:focus {
    border: 2px solid #9fc7e2;
    box-shadow: none; }
  .accounts__components__listing__homeowner__edit textarea.warning, .accounts__components__listing__homeowner__edit input.warning {
    background-color: #d9e1ec; }
  @media (min-width: 560px) {
    .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li {
      padding-left: 0; }
      .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet {
        width: 100%;
        float: left; }
        .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__name {
          float: left; }
        .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__age {
          float: left;
          margin-left: 10px;
          margin-top: 0; }
        .accounts__components__listing__homeowner__edit__pets--edit > div > div > ul > li .accounts__components__popup ul li .accounts__components__listing__homeowner__pet__breed {
          float: left;
          margin-left: 10px;
          margin-top: 0; }
    .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet {
      width: 100%;
      float: left; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__name {
        float: left;
        width: 33%; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__age {
        float: left;
        margin-left: 10px;
        margin-top: 0; }
      .accounts__components__listing__homeowner__edit__pets-details--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li .accounts__components__listing__homeowner__pet__breed {
        float: left;
        margin-left: 10px;
        margin-top: 0;
        width: 33%; } }
  @media (min-width: 650px) {
    .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail figure {
      width: 130px;
      padding-bottom: 97px; }
    .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail__data {
      width: calc(100% - 150px); }
      .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail__data__title {
        width: 50%;
        float: left;
        margin-bottom: 0; }
      .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail__data__tags {
        width: 50%;
        padding-left: 20px;
        float: left;
        margin-bottom: 0; }
        .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail__data__tags label {
          display: none; }
        .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail__data__tags .accounts__components__drop-down > div {
          overflow: hidden; }
      .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media-item__detail__data__actions {
        margin-top: 0; }
    .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media__actions {
      text-align: left; }
      .accounts__components__listing__homeowner__edit__photos--edit .accounts__components__media__actions > div {
        display: inline-block; }
    .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul h5 {
      font-size: 16px;
      color: #333333;
      font-weight: 400; }
    .accounts__components__listing__homeowner__edit__responsibilities--edit .accounts__components__listing__homeowner__edit__section--edit__container > ul > li > ul {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dashed #cccccc; } }
  @media (min-width: 768px) {
    .accounts__components__listing__homeowner__edit {
      padding: 14px 20px; }
      .accounts__components__listing__homeowner__edit--container {
        width: 65%;
        max-width: 795px; }
        .accounts__components__listing__homeowner__edit--container .accounts__components__listing__homeowner__edit__assignments,
        .accounts__components__listing__homeowner__edit--container .accounts__components__listing__homeowner__edit__profile {
          display: none; }
      .accounts__components__listing__homeowner__edit--side-container {
        display: block;
        width: calc(35% - 20px);
        margin-left: 20px;
        max-width: 408px;
        float: left; }
      .accounts__components__listing__homeowner__edit__title--edit {
        width: 65%;
        max-width: 795px; }
      .accounts__components__listing__homeowner__edit__location--edit {
        width: 65%;
        max-width: 795px; }
      .accounts__components__listing__homeowner__edit__assignments .picker {
        min-width: 230px; }
      .accounts__components__listing__homeowner__edit__assignments .accounts__components__date-picker__from-to div:last-child .picker {
        right: 0; }
      .accounts__components__listing__homeowner__edit__assignments .accounts__components__listing__homeowner__assignment__editing--content__dates__approximate label span:last-child {
        width: calc(100% - 40px); }
      .accounts__components__listing__homeowner__edit__home-details--edit__home h5, .accounts__components__listing__homeowner__edit__home-details--edit__car h5, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access h5, .accounts__components__listing__homeowner__edit__home-details--edit__household h5, .accounts__components__listing__homeowner__edit__home-details--edit__children h5, .accounts__components__listing__homeowner__edit__home-details--edit__internet h5, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions h5 {
        margin-bottom: 30px; }
      .accounts__components__listing__homeowner__edit__title--view h3 {
        font-size: 22px; }
      .accounts__components__listing__homeowner__edit__title--view .accounts__components__listing__homeowner__edit--edit-pen {
        position: relative;
        float: left; }
      .accounts__components__listing__homeowner__edit__location--view .accounts__components__listing__homeowner__edit--editable span {
        font-size: 16px; }
      .accounts__components__listing__homeowner__edit__introduction--view p, .accounts__components__listing__homeowner__edit__home--view p, .accounts__components__listing__homeowner__edit__responsibilities--view p {
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .accounts__components__listing__homeowner__edit__home-details--edit__home h5, .accounts__components__listing__homeowner__edit__home-details--edit__car h5, .accounts__components__listing__homeowner__edit__home-details--edit__disabled-access h5, .accounts__components__listing__homeowner__edit__home-details--edit__household h5, .accounts__components__listing__homeowner__edit__home-details--edit__children h5, .accounts__components__listing__homeowner__edit__home-details--edit__internet h5, .accounts__components__listing__homeowner__edit__home-details--edit__local-attractions h5 {
      margin-bottom: 25px; }
    .accounts__components__listing__homeowner__edit__assignments .accounts__components__date-picker__from-to {
      width: 100%;
      float: left; }
    .accounts__components__listing__homeowner__edit__assignments .accounts__components__date-picker__from-to__seperator {
      height: 10px; }
    .accounts__components__listing__homeowner__edit__assignments .accounts__components__date-picker {
      width: 100%; } }

.accounts__components__listing__homeowner__manual-widget > div {
  background-color: white;
  padding: 14px 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }

.accounts__components__listing__homeowner__manual-widget h4 {
  font-size: 18px;
  margin: 0 0 14px 0; }

.accounts__components__listing__homeowner__manual-widget .accounts__components__tooltip--bubble {
  width: 260px; }

.accounts__components__listing__homeowner__manual-widget__listings li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #9fc7e2;
  color: white;
  padding: 0 14px;
  font-weight: 500;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .accounts__components__listing__homeowner__manual-widget__listings li:hover {
    background-color: #d9e1ec; }

.accounts__components__listing__homeowner__manual-widget__listings li + li {
  margin-left: 5px; }

.accounts__components__listing__homeowner__manual-widget__listings__listing--selected {
  background-color: #f0f0f0 !important;
  color: #808080 !important;
  cursor: hand; }
  .accounts__components__listing__homeowner__manual-widget__listings__listing--selected:hover {
    background-color: #f0f0f0 !important; }

.accounts__components__listing__homeowner__manual-widget__assignments > li {
  background-color: #f0f0f0;
  min-height: 50px;
  padding: 14px;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.accounts__components__listing__homeowner__manual-widget__assignments > li + li {
  margin-top: 20px; }

.accounts__components__listing__homeowner__manual-widget__assignments--multiple-listings > li:first-child {
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px; }

.accounts__components__listing__homeowner__manual-widget__assignment > div {
  position: relative; }
  .accounts__components__listing__homeowner__manual-widget__assignment > div .accounts__components__icon {
    position: absolute;
    right: 0; }
    .accounts__components__listing__homeowner__manual-widget__assignment > div .accounts__components__icon svg {
      fill: #bcbcbc; }
  .accounts__components__listing__homeowner__manual-widget__assignment > div:first-child {
    cursor: pointer; }
    .accounts__components__listing__homeowner__manual-widget__assignment > div:first-child span {
      font-size: 17px;
      color: #333333;
      font-weight: 500; }
      .accounts__components__listing__homeowner__manual-widget__assignment > div:first-child span:first-child {
        color: #6699CC; }

.accounts__components__listing__homeowner__manual-widget__assignment__info li {
  width: 100%;
  padding: 14px 0;
  float: left;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__components__listing__homeowner__manual-widget__assignment__info li h6 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    text-align: center; }
  .accounts__components__listing__homeowner__manual-widget__assignment__info li > div {
    max-width: 190px;
    margin: 0 auto; }

.accounts__components__listing__homeowner__manual-widget__assignment__info li + li {
  background-image: linear-gradient(to right, white 66%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x; }

.accounts__components__listing__homeowner__manual-widget__assignment--open > div:first-child {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid #dddddd; }

.accounts__components__listing__homeowner__manual-widget__assignment--days svg, .accounts__components__listing__homeowner__manual-widget__assignment--manual svg, .accounts__components__listing__homeowner__manual-widget__assignment--events svg {
  width: 100%; }

.accounts__components__listing__homeowner__manual-widget__assignment--days > h6 {
  cursor: pointer; }

.accounts__components__listing__homeowner__manual-widget__assignment--days > div {
  position: relative; }
  .accounts__components__listing__homeowner__manual-widget__assignment--days > div > span {
    position: absolute;
    display: inline-block;
    top: calc(50% - 25px);
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 18px; }
    .accounts__components__listing__homeowner__manual-widget__assignment--days > div > span > span > span:first-child {
      font-size: 26px; }

.accounts__components__listing__homeowner__manual-widget__assignment--days-single {
  top: calc(50% - 15px) !important;
  height: 30px !important; }

.accounts__components__listing__homeowner__manual-widget__assignment--days .days-circle {
  enable-background: new 0 0 140 140; }
  .accounts__components__listing__homeowner__manual-widget__assignment--days .days-circle__inner {
    fill: #F181AE; }
  .accounts__components__listing__homeowner__manual-widget__assignment--days .days-circle__indicator {
    fill: #D8749C; }
  .accounts__components__listing__homeowner__manual-widget__assignment--days .days-circle__outer {
    fill: transparent;
    stroke: #EAB3C9;
    stroke-width: 10;
    stroke-dasharray: 408;
    stroke-dashoffset: 408;
    -webkit-transition: stroke-dashoffset 1.5s linear;
    -moz-transition: stroke-dashoffset 1.5s linear;
    transition: stroke-dashoffset 1.5s linear; }

.accounts__components__listing__homeowner__manual-widget__assignment--days.visible .days-circle__outer {
  stroke-dashoffset: 51;
  -webkit-animation-play-state: running;
  -webkit-animation: show100 1.5s;
  -moz-animation: show100 1.5s;
  animation: show100 1.5s; }

.accounts__components__listing__homeowner__manual-widget__assignment--manual > div {
  cursor: pointer; }

.accounts__components__listing__homeowner__manual-widget__assignment--events > div {
  cursor: pointer; }

@media (min-width: 1024px) {
  .accounts__components__listing__homeowner__manual-widget__assignment__info li {
    width: calc(100% / 3);
    padding: 0 14px 14px; }
    .accounts__components__listing__homeowner__manual-widget__assignment__info li h6 {
      font-size: 18px; }
  .accounts__components__listing__homeowner__manual-widget__assignment__info li + li {
    background-image: linear-gradient(white 66%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 7px;
    background-repeat: repeat-y; }
  .accounts__components__listing__homeowner__manual-widget__assignment__info--stretched li {
    width: 50%; }
  .accounts__components__listing__homeowner__manual-widget__assignment--days > div > span {
    position: absolute;
    display: inline-block;
    top: calc(50% - 25px);
    width: 100%;
    height: 50px;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 19px; }
    .accounts__components__listing__homeowner__manual-widget__assignment--days > div > span > span > span:first-child {
      font-size: 30px; } }

@keyframes rotateCircle {
  from {
    stroke-dashoffset: 408; }
  to {
    stroke-dashoffset: 51; } }

.accounts__components__listing__homeowner__pet--extra ul {
  margin-bottom: 20px;
  width: 100%;
  float: left; }
  .accounts__components__listing__homeowner__pet--extra ul li {
    width: 50%;
    float: left; }
    .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox {
      margin-top: 10px;
      float: left; }
      .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox label > div {
        width: 28px;
        height: 28px; }
        .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox label > div > div {
          padding-left: 0;
          margin-top: -1px; }
          .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox label > div > div svg {
            width: 16px;
            height: 16px; }
      .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox label span span {
        font-size: 16px;
        line-height: 28px;
        color: #474747; }
    .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox--checked label > div {
      background-color: #6699CC; }

.accounts__components__listing__homeowner__pet--extra textarea {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 100px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  color: #808080;
  font-size: 16px;
  margin-bottom: 10px; }

@media (min-width: 480px) {
  .accounts__components__listing__homeowner__pet--extra ul li {
    width: 33.333333%; } }

@media (min-width: 768px) {
  .accounts__components__listing__homeowner__pet--extra ul li {
    width: 25%; } }

.accounts__components__listing__homeowner__pets__container__step, .accounts__components__listing__homeowner__pets__container__step--initial, .accounts__components__listing__homeowner__pets__container__step--pets {
  width: 100%;
  min-width: 300px;
  max-width: 560px;
  margin: 0 auto; }
  .accounts__components__listing__homeowner__pets__container__step h2, .accounts__components__listing__homeowner__pets__container__step--initial h2, .accounts__components__listing__homeowner__pets__container__step--pets h2 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px; }
  .accounts__components__listing__homeowner__pets__container__step h3, .accounts__components__listing__homeowner__pets__container__step--initial h3, .accounts__components__listing__homeowner__pets__container__step--pets h3 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 400; }
  .accounts__components__listing__homeowner__pets__container__step button, .accounts__components__listing__homeowner__pets__container__step--initial button, .accounts__components__listing__homeowner__pets__container__step--pets button {
    display: inline-block;
    width: 300px;
    line-height: 31px;
    font-size: 18px; }
  .accounts__components__listing__homeowner__pets__container__step--initial__pets, .accounts__components__listing__homeowner__pets__container__step--initial__no-pets {
    width: 100%;
    text-align: center; }
  .accounts__components__listing__homeowner__pets__container__step--initial__no-pets .accounts__components__checkbox {
    display: inline-block;
    margin-top: 20px; }
    .accounts__components__listing__homeowner__pets__container__step--initial__no-pets .accounts__components__checkbox .accounts__components__icon {
      padding-left: 1px; }
  .accounts__components__listing__homeowner__pets__container__step--initial__pets--disabled button {
    background-color: rgba(255, 255, 255, 0.5);
    color: #808080; }
    .accounts__components__listing__homeowner__pets__container__step--initial__pets--disabled button:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: #808080; }
  .accounts__components__listing__homeowner__pets__container__step--pets > ul {
    text-align: center;
    width: 200px;
    margin: 0 auto; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li {
      display: inline-block;
      width: 204px;
      list-style: none;
      position: relative;
      margin-bottom: 4px; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__drop-down__list--selected {
        font-weight: 500;
        position: relative; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__drop-down__list--selected:before {
          position: absolute;
          left: 13px;
          top: 16px;
          content: ' ';
          width: 15px;
          height: 11px;
          background-image: url(/static/next/dist/images/icons/checkbox/checkbox-black.svg);
          background-size: 15px 11px;
          background-position: top left; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__drop-down__label {
        width: calc(100% - 25px); }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__drop-down__label > span > span:last-child {
          float: right; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container {
        width: 100%;
        min-width: 300px;
        max-width: 560px;
        padding: 85px 34px 40px 14px; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__container {
          padding: 14px;
          float: left;
          background-color: #f0f0f0;
          width: 100%;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__title {
          text-align: left; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__title > .accounts__components__icon {
            float: right;
            cursor: pointer; }
            .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__title > .accounts__components__icon svg {
              fill: #cccccc;
              width: 20px;
              height: 20px;
              max-width: 20px;
              max-height: 20px; }
            .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__title > .accounts__components__icon:hover svg {
              fill: #808080; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet {
          width: 100%;
          padding-bottom: 20px;
          margin-bottom: 20px;
          float: left;
          border-bottom: 1px dashed #cccccc; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__name {
            display: block;
            width: 170px;
            margin-bottom: 0; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__age {
            display: block;
            margin-top: 10px;
            width: 110px;
            text-align: left; }
            .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__age .accounts__components__drop-down__list {
              font-size: 14px; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__breed {
            display: block;
            margin-top: 10px;
            width: 184px; }
            .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__breed .accounts__components__autocomplete__list {
              font-size: 14px; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet--add {
            width: 100%;
            float: left;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #cccccc;
            line-height: 100%;
            cursor: pointer; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet {
          width: 100%;
          float: left; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__name {
            display: block;
            width: 170px;
            margin-bottom: 0; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__age {
            display: block;
            margin-top: 10px;
            width: 110px;
            text-align: left; }
            .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__age .accounts__components__drop-down__list {
              font-size: 14px; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__breed {
            display: block;
            margin-top: 10px;
            width: 184px; }
            .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__breed .accounts__components__autocomplete__list {
              font-size: 14px; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__actions {
          width: 100%;
          float: left; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__actions__save {
            width: 126px; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__actions__cancel {
            margin-left: 10px;
            line-height: 45px; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down .accounts__components__drop-down__list {
        width: 85px;
        right: 0;
        left: auto;
        overflow: hidden;
        top: 1px; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down .accounts__components__drop-down__selected-item {
        float: right;
        padding-right: 25px; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label {
        float: left;
        padding-left: 32px;
        color: #808080; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label > div > .accounts__components__icon svg {
          width: 16px;
          height: 16px;
          max-width: 16px;
          max-height: 16px; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label .accounts__components__icon {
          position: absolute;
          left: 12px;
          top: 7px; }
          .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down .accounts__components__drop-down__label .accounts__components__icon svg {
            fill: #9fc7e2;
            width: 24px;
            height: 24px;
            max-width: 24px;
            max-height: 24px; }
      .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down--active .accounts__components__drop-down__list {
        max-height: 337px;
        border: 1px solid #cccccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background-color: #f0f0f0;
        width: 94px !important;
        margin-top: 5px;
        margin-right: 5px; }
        .accounts__components__listing__homeowner__pets__container__step--pets > ul > li > .accounts__components__drop-down--active .accounts__components__drop-down__list li {
          text-align: left;
          padding-left: 34px;
          color: #333333; }
  .accounts__components__listing__homeowner__pets__container__step--pets__more {
    position: absolute;
    top: 0; }
    .accounts__components__listing__homeowner__pets__container__step--pets__more button {
      width: auto;
      min-width: initial; }
    .accounts__components__listing__homeowner__pets__container__step--pets__more.tablet {
      left: 214px;
      top: 3px; }
      .accounts__components__listing__homeowner__pets__container__step--pets__more.tablet button {
        font-size: 36px;
        line-height: 36px;
        padding: 0;
        width: 38px; }
        .accounts__components__listing__homeowner__pets__container__step--pets__more.tablet button span {
          vertical-align: initial; }
    .accounts__components__listing__homeowner__pets__container__step--pets__more.tablet-skip {
      left: 214px; }
      .accounts__components__listing__homeowner__pets__container__step--pets__more.tablet-skip button {
        line-height: 28px; }

.accounts__components__listing__homeowner__pets__other input {
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #808080;
  background-color: #fff;
  width: 100%;
  padding: 14px 12px;
  height: 42px;
  line-height: 14px; }

.accounts__components__listing__homeowner__pets--extra {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  color: gray;
  background-color: white;
  cursor: pointer;
  width: 100%;
  padding: 8px 12px;
  height: 42px;
  line-height: 26px;
  position: relative; }
  .accounts__components__listing__homeowner__pets--extra > span {
    float: left;
    padding-left: 32px;
    color: gray; }
  .accounts__components__listing__homeowner__pets--extra .accounts__components__icon {
    position: absolute;
    left: 12px;
    top: 7px; }
    .accounts__components__listing__homeowner__pets--extra .accounts__components__icon svg {
      fill: #9fc7e2;
      width: 24px;
      height: 24px;
      max-width: 24px;
      max-height: 24px; }

.accounts__components__listing__homeowner__pets__selected > .accounts__components__drop-down > div {
  background-color: #6699CC;
  color: white; }

.accounts__components__listing__homeowner__pets__selected > .accounts__components__drop-down .accounts__components__icon svg {
  fill: white !important; }

.accounts__components__listing__homeowner__pets__selected > .accounts__components__drop-down .accounts__components__drop-down__label {
  color: white !important; }

.accounts__components__listing__homeowner__pets__selected .accounts__components__listing__homeowner__pets--extra {
  background-color: #6699CC;
  color: white; }
  .accounts__components__listing__homeowner__pets__selected .accounts__components__listing__homeowner__pets--extra span {
    color: white; }
  .accounts__components__listing__homeowner__pets__selected .accounts__components__listing__homeowner__pets--extra .accounts__components__icon svg {
    fill: white !important; }

@media (min-width: 560px) {
  .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet {
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__name {
      float: left; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__age {
      float: left;
      margin-left: 10px;
      margin-top: 0; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items__pet__breed {
      float: left;
      margin-left: 10px;
      margin-top: 0; }
  .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet {
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__name {
      float: left; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__age {
      float: left;
      margin-left: 10px;
      margin-top: 0; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__items .accounts__components__listing__homeowner__pet__breed {
      float: left;
      margin-left: 10px;
      margin-top: 0; }
  .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__actions {
    width: 100%;
    float: left; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__actions__save {
      float: left;
      margin-left: 180px; }
    .accounts__components__listing__homeowner__pets__container__step--pets > ul > li .accounts__components__popup__container .accounts__components__listing__homeowner__pets__popup__actions__cancel {
      float: left; } }

@media (min-width: 768px) {
  .accounts__components__listing__homeowner__pets__container__step h2, .accounts__components__listing__homeowner__pets__container__step--initial h2, .accounts__components__listing__homeowner__pets__container__step--pets h2 {
    font-size: 24px;
    margin-bottom: 20px; } }

@media (min-width: 1024px) {
  .accounts__components__listing__homeowner__pets__container__step h2, .accounts__components__listing__homeowner__pets__container__step--initial h2, .accounts__components__listing__homeowner__pets__container__step--pets h2 {
    font-size: 24px;
    margin-bottom: 25px; }
  .accounts__components__listing__homeowner__pets__container__step h3, .accounts__components__listing__homeowner__pets__container__step--initial h3, .accounts__components__listing__homeowner__pets__container__step--pets h3 {
    font-size: 20px;
    margin-bottom: 20px; } }

.accounts__components__listing__housesitter_availabilities__assignment__date {
  font-size: 14px;
  color: #474747;
  line-height: 18px;
  width: 140px;
  display: inline-block; }

.accounts__components__listing__housesitter_availabilities__assignment__sitter {
  font-size: 14px;
  color: #808080;
  line-height: 18px; }

.accounts__components__listing__housesitter_availabilities__assignment--add-edit {
  width: 175px !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  line-height: 25px;
  margin-top: 10px; }
  .accounts__components__listing__housesitter_availabilities__assignment--add-edit span {
    font-weight: 500; }

.accounts__components__listing__housesitter_availabilities header,
.accounts__components__listing__housesitter_availabilities section {
  padding: 10px 0 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px dashed white;
  float: left;
  width: 100%; }
  .accounts__components__listing__housesitter_availabilities header:last-child,
  .accounts__components__listing__housesitter_availabilities section:last-child {
    border: none; }

.accounts__components__listing__housesitter_availabilities__header > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: #333333; }

.accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker {
  width: 100%;
  margin-bottom: 5px; }
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker .icon {
    height: 41px; }

.accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker__from-to__seperator {
  display: none; }

.accounts__components__listing__housesitter_availabilities__new-date > button {
  width: auto;
  min-width: 100px;
  padding: 3px 15px !important;
  margin-top: 14px; }

.accounts__components__listing__housesitter_availabilities__toggle-deleted, .accounts__components__listing__housesitter_availabilities__toggle-past {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  padding: 10px 0; }

.accounts__components__listing__housesitter_availabilities__past-deleted__seperator {
  width: 100%;
  float: left;
  height: 10px; }

.accounts__components__listing__housesitter_availabilities__edit-dates {
  float: left;
  width: 100%;
  position: relative; }

.accounts__components__listing__housesitter_availabilities__controls > button {
  margin-bottom: 10px;
  width: 100%; }
  .accounts__components__listing__housesitter_availabilities__controls > button:last-child {
    margin-bottom: 0; }

.accounts__components__listing__housesitter_availabilities__controls__info {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .accounts__components__listing__housesitter_availabilities__controls__info p {
    margin: 0; }

@media (min-width: 480px) {
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker {
    width: calc(50% - 10px);
    margin-bottom: 0; }
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker__from-to__seperator {
    display: block; }
  .accounts__components__listing__housesitter_availabilities__controls > button {
    margin-bottom: 0;
    margin-right: 10px;
    width: auto; }
    .accounts__components__listing__housesitter_availabilities__controls > button:last-child {
      margin-right: 0; } }

@media (min-width: 768px) {
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker {
    width: 100%;
    margin-bottom: 5px; }
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker__from-to__seperator {
    display: none; } }

@media (min-width: 1024px) {
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker {
    width: calc(50% - 10px);
    margin-bottom: 0; }
  .accounts__components__listing__housesitter_availabilities__new-date .accounts__components__date-picker__from-to__seperator {
    display: block; } }

.accounts__components__listing__housesitter__availability {
  width: 100%;
  float: left; }
  .accounts__components__listing__housesitter__availability__date {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    display: inline-block;
    float: left;
    margin-top: 2px; }
    .accounts__components__listing__housesitter__availability__date-icon {
      float: left; }
    .accounts__components__listing__housesitter__availability__date__past, .accounts__components__listing__housesitter__availability__date__deleted {
      width: 100% !important; }
      .accounts__components__listing__housesitter__availability__date__past > span,
      .accounts__components__listing__housesitter__availability__date__past button, .accounts__components__listing__housesitter__availability__date__deleted > span,
      .accounts__components__listing__housesitter__availability__date__deleted button {
        display: inline-block;
        float: left;
        line-height: 24px; }
      .accounts__components__listing__housesitter__availability__date__past > span, .accounts__components__listing__housesitter__availability__date__deleted > span {
        color: #808080; }
      .accounts__components__listing__housesitter__availability__date__past button, .accounts__components__listing__housesitter__availability__date__deleted button {
        padding: 0 0 0 10px;
        font-size: 14px; }
    .accounts__components__listing__housesitter__availability__date.accounts__components__checkbox--checked label > div {
      background-color: #47b549; }
    .accounts__components__listing__housesitter__availability__date__past label > div {
      display: none; }
    .accounts__components__listing__housesitter__availability__date__past label > span {
      margin-left: 0; }
      .accounts__components__listing__housesitter__availability__date__past label > span span {
        display: inline-block;
        float: left;
        line-height: 24px;
        color: #808080; }
    .accounts__components__listing__housesitter__availability__date__past__button {
      color: #47b549 !important;
      padding: 0 0 0 10px;
      font-size: 14px;
      display: inline-block;
      float: left;
      line-height: 24px; }
      .accounts__components__listing__housesitter__availability__date__past__button:hover {
        color: #67c17a !important; }
    .accounts__components__listing__housesitter__availability__date__past--confirmed > span {
      display: inline-block;
      float: left;
      line-height: 24px;
      color: #808080; }
    .accounts__components__listing__housesitter__availability__date__deleted > span {
      text-decoration: line-through; }
  .accounts__components__listing__housesitter__availability__approximate {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    display: inline-block;
    margin-top: 2px;
    float: left;
    margin-left: 4px; }
    .accounts__components__listing__housesitter__availability__approximate > span {
      float: left; }
      .accounts__components__listing__housesitter__availability__approximate > span:first-child {
        display: none;
        margin-right: 10px; }
  .accounts__components__listing__housesitter__availability--add-edit {
    margin-top: 10px; }
  .accounts__components__listing__housesitter__availability__editing {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .accounts__components__listing__housesitter__availability__editing--tabs {
      margin: 0;
      padding: 0;
      width: 100%;
      float: left; }
      .accounts__components__listing__housesitter__availability__editing--tabs li {
        float: left;
        width: 40%;
        padding: 0 2px; }
        .accounts__components__listing__housesitter__availability__editing--tabs li:first-child {
          padding: 0 4px 0 0; }
        .accounts__components__listing__housesitter__availability__editing--tabs li:last-child {
          padding: 0 0 0 4px;
          width: 60%; }
        .accounts__components__listing__housesitter__availability__editing--tabs li span {
          background-color: #dddddd;
          color: #474747;
          font-size: 14px;
          width: 100%;
          height: 40px;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          -webkit-border-radius: 12px 12px 0 0;
          -moz-border-radius: 12px 12px 0 0;
          -ms-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0;
          display: none; }
          .accounts__components__listing__housesitter__availability__editing--tabs li span.mobile {
            display: block; }
          .accounts__components__listing__housesitter__availability__editing--tabs li span:hover {
            background-color: #e6e6e6; }
        .accounts__components__listing__housesitter__availability__editing--tabs li.active span {
          font-weight: 500;
          background-color: rgba(255, 255, 255, 0.5); }
    .accounts__components__listing__housesitter__availability__editing--content {
      width: 100%;
      float: left;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 0; }
      .accounts__components__listing__housesitter__availability__editing--content > section {
        margin-bottom: 0 !important;
        border-bottom: 1px dashed #dddddd !important;
        padding-bottom: 14px !important;
        padding-top: 14px !important; }
        .accounts__components__listing__housesitter__availability__editing--content > section:last-child {
          border-bottom: 0 !important; }
      .accounts__components__listing__housesitter__availability__editing--content > div {
        margin-top: 0 !important;
        border-top: 1px dashed #dddddd !important;
        padding: 14px !important; }
      .accounts__components__listing__housesitter__availability__editing--content h5 {
        font-size: 16px;
        color: #47b549;
        margin-bottom: 0;
        padding: 0 20px;
        cursor: pointer; }
        .accounts__components__listing__housesitter__availability__editing--content h5:hover {
          color: #67c17a; }
      .accounts__components__listing__housesitter__availability__editing--content__container {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 20px; }
        .accounts__components__listing__housesitter__availability__editing--content__container .accounts__components__toggle-button {
          float: left;
          margin: 0 10px 0 0; }
      .accounts__components__listing__housesitter__availability__editing--content__available {
        overflow: visible !important; }
        .accounts__components__listing__housesitter__availability__editing--content__available > span {
          float: left;
          line-height: 40px;
          color: #474747;
          font-size: 16px; }
        .accounts__components__listing__housesitter__availability__editing--content__available__help {
          margin-top: 9px; }
      .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker {
        width: 100%;
        margin-bottom: 5px; }
      .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker__from-to__seperator {
        display: none; }
      .accounts__components__listing__housesitter__availability__editing--content > button {
        width: auto;
        min-width: 100px;
        padding: 3px 15px !important; }
      .accounts__components__listing__housesitter__availability__editing--content__dates .accounts__components__date-picker__from-to {
        width: 100%;
        float: left;
        margin-bottom: 14px; }
      .accounts__components__listing__housesitter__availability__editing--content__dates__approximate .accounts__components__toggle-button {
        margin: 10px 10px 0 0; }
      .accounts__components__listing__housesitter__availability__editing--content__dates__approximate .accounts__components__checkbox--checked label > div {
        background-color: #47b549 !important; }
      .accounts__components__listing__housesitter__availability__editing--content__availability.active h5,
      .accounts__components__listing__housesitter__availability__editing--content__dates.active h5 {
        color: #474747; }
        .accounts__components__listing__housesitter__availability__editing--content__availability.active h5:hover,
        .accounts__components__listing__housesitter__availability__editing--content__dates.active h5:hover {
          color: #474747; }
      .accounts__components__listing__housesitter__availability__editing--content__availability.active .accounts__components__listing__housesitter__availability__editing--content__container,
      .accounts__components__listing__housesitter__availability__editing--content__dates.active .accounts__components__listing__housesitter__availability__editing--content__container {
        display: block; }
    .accounts__components__listing__housesitter__availability__editing__remove-button {
      float: right;
      color: #47b549;
      margin-top: 10px;
      margin-right: 7px;
      cursor: pointer; }
      .accounts__components__listing__housesitter__availability__editing__remove-button > span {
        font-size: 14px;
        line-height: 24px;
        margin-left: 5px; }
      .accounts__components__listing__housesitter__availability__editing__remove-button svg {
        fill: #47b549;
        width: 14px;
        height: 14px; }
      .accounts__components__listing__housesitter__availability__editing__remove-button:hover {
        color: #67c17a; }
        .accounts__components__listing__housesitter__availability__editing__remove-button:hover svg {
          fill: #67c17a; }
    .accounts__components__listing__housesitter__availability__editing__controls {
      float: left;
      width: 100%;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px dashed white; }
      .accounts__components__listing__housesitter__availability__editing__controls button {
        margin-bottom: 10px;
        width: 100%; }
        .accounts__components__listing__housesitter__availability__editing__controls button:last-child {
          margin-bottom: 0; }
  .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container, .accounts__components__listing__housesitter__availability__confirm-revoke .accounts__components__popup__container {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    padding: 25px 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    min-width: 300px; }
    .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container p, .accounts__components__listing__housesitter__availability__confirm-revoke .accounts__components__popup__container p {
      color: #474747;
      font-size: 14px; }
    .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container > button, .accounts__components__listing__housesitter__availability__confirm-revoke .accounts__components__popup__container > button {
      font-size: 14px;
      margin-right: 10px;
      display: inline-block;
      float: none; }
      .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container > button:last-child, .accounts__components__listing__housesitter__availability__confirm-revoke .accounts__components__popup__container > button:last-child {
        margin-right: 0; }
  .accounts__components__listing__housesitter__availability--edit {
    width: 100%;
    float: left;
    padding: 5px 0; }
  @media (min-width: 480px) {
    .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker {
      width: calc(50% - 10px);
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker__from-to__seperator {
      display: block; }
    .accounts__components__listing__housesitter__availability__editing__controls button {
      margin-right: 10px;
      width: auto;
      margin-bottom: 0; }
      .accounts__components__listing__housesitter__availability__editing__controls button:last-child {
        margin-right: 0; } }
  @media (min-width: 560px) {
    .accounts__components__listing__housesitter__availability__date__past button, .accounts__components__listing__housesitter__availability__date__deleted button {
      padding: 0 0 0 20px;
      font-size: 16px; }
    .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container {
      padding: 35px 28px;
      min-width: 350px; }
      .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container p {
        font-size: 16px; }
      .accounts__components__listing__housesitter__availability__confirm-removal .accounts__components__popup__container > button {
        font-size: 16px; } }
  @media (min-width: 768px) {
    .accounts__components__listing__housesitter__availability__approximate > span:first-child {
      display: block; }
    .accounts__components__listing__housesitter__availability__editing--tabs span {
      font-size: 16px; }
      .accounts__components__listing__housesitter__availability__editing--tabs span.mobile {
        display: none !important; }
      .accounts__components__listing__housesitter__availability__editing--tabs span.tablet {
        display: block !important; }
    .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker {
      width: 100%;
      margin-bottom: 14px; }
    .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker__from-to__seperator {
      display: none; }
    .accounts__components__listing__housesitter__availability__editing__controls button {
      margin-bottom: 10px !important; }
    .accounts__components__listing__housesitter__availability--edit {
      width: 100%;
      float: left;
      padding: 5px 0; }
    .accounts__components__listing__housesitter__availability--edit .accounts__components__listing__housesitter__availability__date {
      font-size: 16px;
      font-weight: 500;
      float: left; }
    .accounts__components__listing__housesitter__availability--edit .accounts__components__listing__housesitter__availability__approximate {
      line-height: 24px;
      margin-left: 10px;
      float: left; } }
  @media (min-width: 1024px) {
    .accounts__components__listing__housesitter__availability__editing--tabs span.tablet {
      display: none !important; }
    .accounts__components__listing__housesitter__availability__editing--tabs span.desktop {
      display: block !important; }
    .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker {
      width: calc(50% - 10px);
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__availability__editing--content .accounts__components__date-picker__from-to__seperator {
      display: block; } }

.accounts__components__listing__housesitter__edit {
  float: left;
  width: 100%;
  /* Helpers etc */
  /* Sections */ }
  .accounts__components__listing__housesitter__edit__add {
    color: #47b549 !important; }
    .accounts__components__listing__housesitter__edit__add span {
      color: #47b549 !important; }
      .accounts__components__listing__housesitter__edit__add span + span {
        color: #474747 !important; }
  .accounts__components__listing__housesitter__edit--editable {
    position: relative;
    cursor: pointer; }
    .accounts__components__listing__housesitter__edit--editable:hover {
      color: #67c17a; }
      .accounts__components__listing__housesitter__edit--editable:hover:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(71, 181, 73, 0.2); }
  .accounts__components__listing__housesitter__edit--edit-pen {
    height: 34px;
    width: 34px;
    background-color: #47b549;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-left: 5px;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    cursor: pointer; }
    .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon {
      -webkit-transform: translate(8px, 2px);
      -moz-transform: translate(8px, 2px);
      -ms-transform: translate(8px, 2px);
      -o-transform: translate(8px, 2px);
      transform: translate(8px, 2px); }
    .accounts__components__listing__housesitter__edit--edit-pen svg {
      fill: white; }
    .accounts__components__listing__housesitter__edit--edit-pen:hover {
      background-color: #67c17a; }
  .accounts__components__listing__housesitter__edit--header {
    width: 100%;
    margin-bottom: 10px;
    float: left; }
  .accounts__components__listing__housesitter__edit .accounts__components__button--primary,
  .accounts__components__listing__housesitter__edit .accounts__components__button--grayish-primary {
    margin-bottom: 5px; }
  .accounts__components__listing__housesitter__edit .accounts__components__button[disabled], .accounts__components__listing__housesitter__edit [disabled].accounts__components__icon-button {
    opacity: 0.45;
    cursor: default; }
  .accounts__components__listing__housesitter__edit--container {
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__profile {
      margin-top: 30px; }
    .accounts__components__listing__housesitter__edit--container > h2 {
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 0;
      font-weight: 500; }
      .accounts__components__listing__housesitter__edit--container > h2 .accounts__components__listing__housesitter__edit__add {
        font-size: 16px;
        line-height: 18px;
        padding-left: 10px;
        cursor: pointer; }
    .accounts__components__listing__housesitter__edit--container__details {
      float: left;
      width: 100%; }
      .accounts__components__listing__housesitter__edit--container__details > ul {
        float: left;
        width: 100%; }
        .accounts__components__listing__housesitter__edit--container__details > ul > li {
          padding: 15px;
          float: left;
          width: 100%;
          min-height: 64px;
          background-color: white;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
          .accounts__components__listing__housesitter__edit--container__details > ul > li .accounts__components__listing__housesitter__edit--editable {
            float: left;
            width: 100%;
            position: relative; }
            .accounts__components__listing__housesitter__edit--container__details > ul > li .accounts__components__listing__housesitter__edit--editable .accounts__components__listing__housesitter__edit__info--title {
              margin-bottom: 15px;
              font-size: 17px;
              color: #808080;
              height: 34px;
              line-height: 34px;
              text-align: center; }
              .accounts__components__listing__housesitter__edit--container__details > ul > li .accounts__components__listing__housesitter__edit--editable .accounts__components__listing__housesitter__edit__info--title .accounts__components__listing__housesitter__edit--edit-pen {
                display: inline-block;
                margin-left: 5px; }
                .accounts__components__listing__housesitter__edit--container__details > ul > li .accounts__components__listing__housesitter__edit--editable .accounts__components__listing__housesitter__edit__info--title .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon {
                  -webkit-transform: translateY(-2px);
                  -moz-transform: translateY(-2px);
                  -ms-transform: translateY(-2px);
                  -o-transform: translateY(-2px);
                  transform: translateY(-2px); }
          .accounts__components__listing__housesitter__edit--container__details > ul > li .accounts__components__listing__housesitter__edit__section--edit {
            margin: 0 5px;
            width: calc(100% - 2 * 5px); }
          .accounts__components__listing__housesitter__edit--container__details > ul > li + li {
            margin-top: 20px; }
          .accounts__components__listing__housesitter__edit--container__details > ul > li#edit-section-availability {
            padding-left: 0;
            padding-right: 0; }
    .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__title {
      margin-top: 14px; }
  .accounts__components__listing__housesitter__edit--actions {
    width: 100%;
    float: left; }
  .accounts__components__listing__housesitter__edit__section--edit {
    background: #f0f0f0;
    padding: 14px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit__section--edit__title {
      font-size: 16px;
      color: #474747;
      margin-bottom: 10px; }
      .accounts__components__listing__housesitter__edit__section--edit__title .accounts__components__listing-edit-tooltip {
        float: right; }
    .accounts__components__listing__housesitter__edit__section--edit__container {
      margin-bottom: 10px; }
      .accounts__components__listing__housesitter__edit__section--edit__container__warning {
        color: #f181ae;
        font-size: 14px; }
  .accounts__components__listing__housesitter__edit__section--view:hover {
    cursor: pointer; }
    .accounts__components__listing__housesitter__edit__section--view:hover .accounts__components__listing__housesitter__edit--editable {
      color: #67c17a; }
      .accounts__components__listing__housesitter__edit__section--view:hover .accounts__components__listing__housesitter__edit--editable:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(71, 181, 73, 0.2); }
  .accounts__components__listing__housesitter__edit__info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc; }
    .accounts__components__listing__housesitter__edit__info ul {
      padding: 20px 10px;
      padding-top: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: #d9e1ec;
      background-image: -webkit-linear-gradient(-90deg, #d9e1ec, #ebf1fa);
      background-image: linear-gradient(-180deg,#d9e1ec, #ebf1fa); }
    .accounts__components__listing__housesitter__edit__info li {
      padding: 15px 0 15px 0;
      border-bottom: 1px solid white; }
      .accounts__components__listing__housesitter__edit__info li:last-child {
        border-bottom: none; }
    .accounts__components__listing__housesitter__edit__info--icon {
      float: left; }
      .accounts__components__listing__housesitter__edit__info--icon img {
        width: 32px; }
    .accounts__components__listing__housesitter__edit__info--title {
      font-size: 14px;
      color: #474747;
      font-weight: 500; }
    .accounts__components__listing__housesitter__edit__info--description {
      margin-top: 5px;
      font-size: 14px;
      color: #474747;
      line-height: 18px; }
      .accounts__components__listing__housesitter__edit__info--description > h6 {
        font-size: 14px !important; }
      .accounts__components__listing__housesitter__edit__info--description .short .more {
        display: block;
        width: 100%; }
      .accounts__components__listing__housesitter__edit__info--description .long {
        display: none; }
        .accounts__components__listing__housesitter__edit__info--description .long .less {
          display: block;
          width: 100%; }
    .accounts__components__listing__housesitter__edit__info--list {
      font-size: 0;
      text-align: left; }
      .accounts__components__listing__housesitter__edit__info--list > li {
        display: inline-block;
        background-color: rgba(159, 199, 226, 0.2);
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        color: #474747;
        font-size: 15px;
        margin: 5px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
    .accounts__components__listing__housesitter__edit__info--availability {
      float: left;
      width: 100%; }
      .accounts__components__listing__housesitter__edit__info--availability-legend {
        margin-top: 10px;
        float: left; }
        .accounts__components__listing__housesitter__edit__info--availability-legend > span:first-child {
          background-color: #9fc7e2;
          width: 24px;
          height: 24px;
          margin-right: 10px;
          display: inline-block;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%; }
        .accounts__components__listing__housesitter__edit__info--availability-legend > span:last-child {
          vertical-align: top; }
  .accounts__components__listing__housesitter__edit section {
    float: left;
    width: 100%; }
  .accounts__components__listing__housesitter__edit--top, .accounts__components__listing__housesitter__edit--bottom {
    float: left;
    width: 100%; }
  .accounts__components__listing__housesitter__edit--left, .accounts__components__listing__housesitter__edit--right {
    padding: 20px 15px; }
  .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--left {
    padding: 0; }
  .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--right > h2 {
    text-align: center; }
  .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--right {
    background-color: rgba(159, 199, 226, 0.2); }
  .accounts__components__listing__housesitter__edit__photos--view {
    width: 100%;
    position: relative; }
    .accounts__components__listing__housesitter__edit__photos--view .accounts__components__listing__housesitter__edit--editable {
      position: relative; }
    .accounts__components__listing__housesitter__edit__photos--view .accounts__components__listing__housesitter__edit--edit-pen {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 44px;
      height: 44px; }
      .accounts__components__listing__housesitter__edit__photos--view .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon {
        -webkit-transform: translate(10px, 6px);
        -moz-transform: translate(10px, 6px);
        -ms-transform: translate(10px, 6px);
        -o-transform: translate(10px, 6px);
        transform: translate(10px, 6px); }
      .accounts__components__listing__housesitter__edit__photos--view .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon > svg {
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px; }
    .accounts__components__listing__housesitter__edit__photos--view figure {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .accounts__components__listing__housesitter__edit__photos--view figure img {
        width: 100%; }
    .accounts__components__listing__housesitter__edit__photos--view__navigation {
      position: relative;
      width: 100%;
      float: left;
      overflow: hidden;
      margin: 5px 0 0 0;
      background-color: #e6e6e6;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      height: 60px;
      padding: 5px 0; }
      .accounts__components__listing__housesitter__edit__photos--view__navigation--left {
        position: absolute;
        left: 0; }
      .accounts__components__listing__housesitter__edit__photos--view__navigation--right {
        position: absolute;
        right: 0; }
      .accounts__components__listing__housesitter__edit__photos--view__navigation ul {
        text-align: center;
        width: 100%;
        overflow: hidden;
        height: 50px; }
        .accounts__components__listing__housesitter__edit__photos--view__navigation ul li {
          display: inline-block;
          height: 50px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          overflow: hidden;
          cursor: pointer;
          margin-right: 5px; }
          .accounts__components__listing__housesitter__edit__photos--view__navigation ul li:last-child {
            margin-right: 0; }
          .accounts__components__listing__housesitter__edit__photos--view__navigation ul li img {
            max-width: 65px; }
      .accounts__components__listing__housesitter__edit__photos--view__navigation.big {
        height: 86px; }
      .accounts__components__listing__housesitter__edit__photos--view__navigation__photo-name {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        color: #474747 !important;
        background-color: rgba(255, 255, 255, 0.55); }
    .accounts__components__listing__housesitter__edit__photos--view__no-data {
      width: 100%;
      padding-bottom: 75%;
      position: relative;
      background-color: #e6e6e6; }
      .accounts__components__listing__housesitter__edit__photos--view__no-data .accounts__components__listing__housesitter__edit__add {
        position: absolute;
        top: calc(50% - 24px);
        height: 48px;
        font-size: 22px;
        left: 0;
        width: 100%;
        text-align: center; }
        .accounts__components__listing__housesitter__edit__photos--view__no-data .accounts__components__listing__housesitter__edit__add span {
          display: inline-block;
          width: 100%; }
  .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media {
    margin-bottom: 10px; }
  .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__listing__housesitter__edit__section--edit__container > div > h3 {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__listing__housesitter__edit__section--edit__container > div > h3 > div {
      float: right; }
  .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__listing__housesitter__edit__section--edit__container > div > div {
    float: left; }
  .accounts__components__listing__housesitter__edit__title--view {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-align: center; }
    .accounts__components__listing__housesitter__edit__title--view h3 {
      color: #474747;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 34px; }
    .accounts__components__listing__housesitter__edit__title--view .accounts__components__listing__housesitter__edit--editable {
      display: inline-block; }
    .accounts__components__listing__housesitter__edit__title--view .accounts__components__listing__housesitter__edit--edit-pen {
      display: inline-block;
      vertical-align: top; }
      .accounts__components__listing__housesitter__edit__title--view .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon {
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px); }
  .accounts__components__listing__housesitter__edit__title--edit {
    width: 100%;
    max-width: 100%; }
    .accounts__components__listing__housesitter__edit__title--edit h4 {
      height: 28px;
      line-height: 28px; }
    .accounts__components__listing__housesitter__edit__title--edit textarea {
      margin-bottom: 0; }
  .accounts__components__listing__housesitter__edit__location {
    padding-bottom: 20px;
    border-bottom: 2px solid #dddddd; }
    .accounts__components__listing__housesitter__edit__location--view span, .accounts__components__listing__housesitter__edit__location__title span {
      color: #808080;
      font-size: 16px;
      line-height: 22px; }
    .accounts__components__listing__housesitter__edit__location--view {
      float: left;
      margin-top: 3px;
      text-align: center;
      width: 100%; }
      .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--editable {
        height: 34px;
        padding: 6px 0; }
        .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--editable > h3 {
          font-size: 15px;
          color: #808080; }
        .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--editable svg {
          fill: #47b549 !important; }
      .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--editable {
        display: inline-block; }
      .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--edit-pen {
        display: inline-block;
        vertical-align: top; }
        .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon {
          -webkit-transform: translateY(2px);
          -moz-transform: translateY(2px);
          -ms-transform: translateY(2px);
          -o-transform: translateY(2px);
          transform: translateY(2px); }
    .accounts__components__listing__housesitter__edit__location__title {
      margin-bottom: 10px;
      height: 34px;
      padding: 6px 0;
      float: left;
      margin-top: 3px;
      width: 100%; }
      .accounts__components__listing__housesitter__edit__location__title svg {
        fill: #6699CC !important; }
      .accounts__components__listing__housesitter__edit__location__title .accounts__components__icon {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px); }
    .accounts__components__listing__housesitter__edit__location--edit {
      width: 100%;
      max-width: 100%; }
    .accounts__components__listing__housesitter__edit__location .accounts__components__place__sticky {
      background-color: #47b549; }
  .accounts__components__listing__housesitter__edit__introduction > h4:hover,
  .accounts__components__listing__housesitter__edit__introduction > h4:hover + .accounts__components__listing__housesitter__edit__section--view,
  .accounts__components__listing__housesitter__edit__motivation > h4:hover,
  .accounts__components__listing__housesitter__edit__motivation > h4:hover + .accounts__components__listing__housesitter__edit__section--view,
  .accounts__components__listing__housesitter__edit__relevant-experience > h4:hover,
  .accounts__components__listing__housesitter__edit__relevant-experience > h4:hover + .accounts__components__listing__housesitter__edit__section--view {
    cursor: pointer; }
    .accounts__components__listing__housesitter__edit__introduction > h4:hover .accounts__components__listing__housesitter__edit--editable,
    .accounts__components__listing__housesitter__edit__introduction > h4:hover + .accounts__components__listing__housesitter__edit__section--view .accounts__components__listing__housesitter__edit--editable,
    .accounts__components__listing__housesitter__edit__motivation > h4:hover .accounts__components__listing__housesitter__edit--editable,
    .accounts__components__listing__housesitter__edit__motivation > h4:hover + .accounts__components__listing__housesitter__edit__section--view .accounts__components__listing__housesitter__edit--editable,
    .accounts__components__listing__housesitter__edit__relevant-experience > h4:hover .accounts__components__listing__housesitter__edit--editable,
    .accounts__components__listing__housesitter__edit__relevant-experience > h4:hover + .accounts__components__listing__housesitter__edit__section--view .accounts__components__listing__housesitter__edit--editable {
      color: #67c17a; }
      .accounts__components__listing__housesitter__edit__introduction > h4:hover .accounts__components__listing__housesitter__edit--editable:after,
      .accounts__components__listing__housesitter__edit__introduction > h4:hover + .accounts__components__listing__housesitter__edit__section--view .accounts__components__listing__housesitter__edit--editable:after,
      .accounts__components__listing__housesitter__edit__motivation > h4:hover .accounts__components__listing__housesitter__edit--editable:after,
      .accounts__components__listing__housesitter__edit__motivation > h4:hover + .accounts__components__listing__housesitter__edit__section--view .accounts__components__listing__housesitter__edit--editable:after,
      .accounts__components__listing__housesitter__edit__relevant-experience > h4:hover .accounts__components__listing__housesitter__edit--editable:after,
      .accounts__components__listing__housesitter__edit__relevant-experience > h4:hover + .accounts__components__listing__housesitter__edit__section--view .accounts__components__listing__housesitter__edit--editable:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(71, 181, 73, 0.2); }
  .accounts__components__listing__housesitter__edit__verifications--view {
    text-align: center; }
    .accounts__components__listing__housesitter__edit__verifications--view > img {
      margin: 0 auto 10px; }
    .accounts__components__listing__housesitter__edit__verifications--view > h5 {
      font-size: 15px;
      color: #6699CC; }
    .accounts__components__listing__housesitter__edit__verifications--view .accounts__components__icon {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }
  .accounts__components__listing__housesitter__edit__profile-details--view {
    position: relative;
    float: left;
    width: 100%; }
    .accounts__components__listing__housesitter__edit__profile-details--view .search__detail__about-list {
      float: left;
      list-style: disc;
      padding-left: 20px;
      margin-top: 0;
      margin-bottom: 10px; }
      .accounts__components__listing__housesitter__edit__profile-details--view .search__detail__about-list li {
        font-size: 14px;
        float: left;
        padding-right: 30px; }
    .accounts__components__listing__housesitter__edit__profile-details--view .accounts__components__listing__housesitter__edit--editable {
      padding: 6px 0;
      float: left; }
    .accounts__components__listing__housesitter__edit__profile-details--view__no-data div {
      float: left;
      height: 44px;
      line-height: 44px; }
    .accounts__components__listing__housesitter__edit__profile-details--view__no-data ul {
      float: left;
      list-style: disc;
      padding-left: 20px;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 44px; }
      .accounts__components__listing__housesitter__edit__profile-details--view__no-data ul li {
        font-size: 14px;
        float: left;
        padding-right: 30px; }
    .accounts__components__listing__housesitter__edit__profile-details--view > div > div {
      font-size: 15px;
      color: #808080;
      padding: 15px 0; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div > div > h6 {
        margin-bottom: 0;
        color: #808080; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div > div .accounts__components__listing__housesitter__edit__info--description {
        color: #808080; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div > div + div {
        border-top: 1px dashed #dddddd; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div > div:first-child {
        padding-top: 0; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div > div:last-child {
        padding-bottom: 0; }
  .accounts__components__listing__housesitter__edit__profile-details--edit {
    width: 100%;
    max-width: 100%;
    padding: 14px; }
    .accounts__components__listing__housesitter__edit__profile-details--edit h4 {
      font-size: 16px; }
      .accounts__components__listing__housesitter__edit__profile-details--edit h4 .accounts__components__listing-edit-tooltip {
        float: right; }
    .accounts__components__listing__housesitter__edit__profile-details--edit h5 {
      width: 100%;
      float: left;
      font-size: 16px; }
    .accounts__components__listing__housesitter__edit__profile-details--edit input {
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__edit__profile-details--edit .accounts__components__radio-group__choice--selected > span > span {
      background-color: #47b549; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__sex, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title, .accounts__components__listing__housesitter__edit__profile-details--edit__location {
      width: 100%;
      float: left; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__sex:after, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday:after, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title:after, .accounts__components__listing__housesitter__edit__profile-details--edit__location:after {
        content: ' ';
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 15px;
        float: left; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__sex {
      width: 100%;
      text-align: left; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__birthday > div > div {
      display: inline-block; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year {
      font-size: 14px;
      float: left;
      max-width: 100px;
      padding: 0 5px 0 0; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year .accounts__components__drop-down > div {
        text-align: left;
        padding: 5px; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day .accounts__components__drop-down > div > span, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month .accounts__components__drop-down > div > span, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year .accounts__components__drop-down > div > span {
          padding-left: 5px; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day .accounts__components__drop-down ul li, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month .accounts__components__drop-down ul li, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year .accounts__components__drop-down ul li {
        text-align: left;
        padding-left: 17px; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year--selected .accounts__components__drop-down .accounts__components__drop-down__label {
        display: none; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day--selected .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month--selected .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year--selected .accounts__components__drop-down > div {
        background-color: #47b549;
        color: white; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year--selected .accounts__components__drop-down .accounts__components__icon svg {
        fill: white; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__day {
      width: 26.272727%; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__month {
      width: 40%;
      max-width: 165px; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__birthday__year {
      width: 30.303030%; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation:before, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title:before {
      margin-top: 0; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation .accounts__components__drop-down,
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation > input, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title .accounts__components__drop-down,
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title > input {
      max-width: 360px;
      display: inline-block; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation .accounts__components__drop-down, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title .accounts__components__drop-down {
      margin-bottom: 10px; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__occupation .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title .accounts__components__drop-down > div {
        text-align: left; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__occupation .accounts__components__drop-down > div > span, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title .accounts__components__drop-down > div > span {
          padding-left: 5px; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__occupation .accounts__components__drop-down ul li, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title .accounts__components__drop-down ul li {
        text-align: left;
        padding-left: 17px; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title--selected .accounts__components__drop-down .accounts__components__drop-down__label {
      display: none; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation--selected .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title--selected .accounts__components__drop-down > div {
      background-color: #47b549;
      color: white; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title--selected .accounts__components__drop-down .accounts__components__icon svg {
      fill: white; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__occupation .accounts__components__help-bubble-bird, .accounts__components__listing__housesitter__edit__profile-details--edit__occupation-title .accounts__components__help-bubble-bird {
      display: inline-block;
      margin-bottom: 25px; }
    .accounts__components__listing__housesitter__edit__profile-details--edit__partner {
      width: 100%;
      float: left; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner > div {
        text-align: center;
        max-width: 360px;
        margin: 0 auto; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner .accounts__components__radio-group {
        display: inline-block; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner__container {
        display: inline-block;
        max-width: 360px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 15px;
        width: 100%;
        margin: 25px 0 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__container .accounts__components__listing-edit-tooltip {
          float: right; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__container h5 {
          font-size: 16px;
          font-weight: 500;
          color: #474747;
          margin-bottom: 20px;
          text-align: left; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner__sex:before, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday:before, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation:before, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title:before {
        content: ' ';
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        border-top: 1px dashed #cccccc;
        margin-top: 15px;
        padding-bottom: 15px; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner__sex {
        width: 100%;
        text-align: left; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday {
        text-align: center; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday > div {
          max-width: 360px;
          width: 100%;
          margin: 0 auto; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday > div > div {
            display: inline-block; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year {
          font-size: 14px;
          float: left; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year .accounts__components__drop-down > div {
            text-align: left;
            padding: 5px; }
            .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day .accounts__components__drop-down > div > span, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month .accounts__components__drop-down > div > span, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year .accounts__components__drop-down > div > span {
              padding-left: 5px; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day .accounts__components__drop-down ul li, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month .accounts__components__drop-down ul li, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year .accounts__components__drop-down ul li {
            text-align: left;
            padding-left: 17px; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year--selected .accounts__components__drop-down .accounts__components__drop-down__label {
            display: none; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day--selected .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month--selected .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year--selected .accounts__components__drop-down > div {
            background-color: #47b549;
            color: white; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year--selected .accounts__components__drop-down .accounts__components__icon svg {
            fill: white; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__day {
          width: 26.272727%; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__month {
          width: 40%; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__birthday__year {
          width: 30.303030%; }
      .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title {
        text-align: center;
        float: left; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation .accounts__components__drop-down,
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation > input, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title .accounts__components__drop-down,
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title > input {
          max-width: 360px;
          display: inline-block; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation .accounts__components__drop-down, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title .accounts__components__drop-down {
          margin-bottom: 10px; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title .accounts__components__drop-down > div {
            text-align: left; }
            .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation .accounts__components__drop-down > div > span, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title .accounts__components__drop-down > div > span {
              padding-left: 5px; }
          .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation .accounts__components__drop-down ul li, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title .accounts__components__drop-down ul li {
            text-align: left;
            padding-left: 17px; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title--selected .accounts__components__drop-down .accounts__components__drop-down__label {
          display: none; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation--selected .accounts__components__drop-down > div, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title--selected .accounts__components__drop-down > div {
          background-color: #47b549;
          color: white; }
        .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__components__listing__housesitter__edit__profile-details--edit__partner__occupation-title--selected .accounts__components__drop-down .accounts__components__icon svg {
          fill: white; }
    .accounts__components__listing__housesitter__edit__profile-details--edit .accounts__components__listing__housesitter__edit__section--edit__actions {
      float: left;
      width: 100%; }
  .accounts__components__listing__housesitter__edit__animals--view ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .accounts__components__listing__housesitter__edit__animals--view ul li {
      display: inline-block;
      height: 34px;
      line-height: 34px;
      margin-right: 10px;
      font-size: 13px; }
      .accounts__components__listing__housesitter__edit__animals--view ul li .accounts__components__icon > svg {
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        fill: #9fc7e2;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px); }
  .accounts__components__listing__housesitter__edit__animals--edit {
    margin-top: 20px; }
    .accounts__components__listing__housesitter__edit__animals--edit .accounts__components__listing__housesitter__pets__container__step {
      margin: 0; }
      .accounts__components__listing__housesitter__edit__animals--edit .accounts__components__listing__housesitter__pets__container__step > ul {
        margin: 0; }
    .accounts__components__listing__housesitter__edit__animals--edit h2,
    .accounts__components__listing__housesitter__edit__animals--edit h3 {
      font-size: 18px;
      text-align: center;
      color: #333333;
      margin-bottom: 20px; }
    .accounts__components__listing__housesitter__edit__animals--edit h4 {
      color: #333333;
      margin-bottom: 20px;
      text-align: left;
      line-height: 28px;
      font-size: 16px;
      font-weight: 500; }
    .accounts__components__listing__housesitter__edit__animals--edit__container {
      width: 210px; }
      .accounts__components__listing__housesitter__edit__animals--edit__container ul li {
        width: 100%;
        height: 44px;
        background-color: white;
        float: left;
        margin-bottom: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #dddddd;
        padding: 5px 15px;
        cursor: pointer; }
        .accounts__components__listing__housesitter__edit__animals--edit__container ul li > span {
          font-size: 15px;
          color: #808080;
          line-height: 32px; }
      .accounts__components__listing__housesitter__edit__animals--edit__container:before, .accounts__components__listing__housesitter__edit__animals--edit__container:after {
        content: '';
        display: table; }
      .accounts__components__listing__housesitter__edit__animals--edit__container:after {
        clear: both; }
    .accounts__components__listing__housesitter__edit__animals--edit__animal {
      padding-left: 42px !important;
      position: relative; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal .accounts__components__listing__housesitter__edit__animals--edit__animal__check {
        display: none; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal > span {
        font-size: 14px !important; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal--selected {
        background-color: #47b549 !important; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal--selected > span {
          color: white !important; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal__icon {
        position: absolute;
        left: 10px;
        top: 7px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon svg {
          fill: #47b549 !important;
          max-width: 31px;
          max-height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.dogs {
          left: 15px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.dogs svg {
            width: 20px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.cats {
          left: 15px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.cats svg {
            width: 20px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.reptiles {
          left: 15px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.reptiles svg {
            width: 20px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.horses {
          left: 14px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.horses svg {
            width: 22px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.fish {
          left: 12px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.fish svg {
            width: 25px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.poultry {
          left: 12px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.poultry svg {
            width: 25px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.farm-animals svg {
          width: 31px;
          height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.birds {
          left: 11px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.birds svg {
            width: 28px;
            height: 24px; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.small-pets {
          left: 15px; }
          .accounts__components__listing__housesitter__edit__animals--edit__animal__icon.small-pets svg {
            width: 20px;
            height: 24px; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal__check {
        float: right; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal--selected svg {
        fill: white !important; }
      .accounts__components__listing__housesitter__edit__animals--edit__animal__others {
        padding-left: 15px !important; }
        .accounts__components__listing__housesitter__edit__animals--edit__animal__others input {
          border: 0;
          width: 100%;
          margin-right: 0;
          height: 100%; }
    @media (min-width: 480px) {
      .accounts__components__listing__housesitter__edit__animals--edit__container {
        width: 100%;
        max-width: 440px; }
        .accounts__components__listing__housesitter__edit__animals--edit__container ul li {
          width: calc(50% - 15px);
          margin-left: 7px !important; }
          .accounts__components__listing__housesitter__edit__animals--edit__container ul li:nth-child(2n+1) {
            margin-right: 8px !important;
            margin-left: 0 !important; } }
    @media (min-width: 768px) {
      .accounts__components__listing__housesitter__edit__animals--edit h2 {
        font-size: 24px;
        margin-bottom: 25px; }
      .accounts__components__listing__housesitter__edit__animals--edit h3 {
        font-size: 20px;
        margin-bottom: 25px; }
      .accounts__components__listing__housesitter__edit__animals--edit h4 {
        margin-bottom: 30px; } }
  .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__listing__housesitter__edit__section--edit__container {
    margin-bottom: 10px; }
    .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__listing__housesitter__edit__section--edit__container h3 {
      display: none; }
  .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__place__countries__container {
    min-width: 205px;
    margin: 0; }
  .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__place__countries__important ul li,
  .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__place__countries__continents > div ul li {
    width: 100%; }
  .accounts__components__listing__housesitter__edit__introduction h4 {
    margin: 0; }
    .accounts__components__listing__housesitter__edit__introduction h4 > span {
      font-size: 20px;
      line-height: 35px;
      float: left; }
    .accounts__components__listing__housesitter__edit__introduction h4 .accounts__components__listing__housesitter__edit--edit-pen {
      float: left;
      margin-left: 10px;
      font-size: 16px;
      line-height: 24px; }
  .accounts__components__listing__housesitter__edit__introduction--view {
    margin-top: 2px;
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit__introduction--view .accounts__components__listing__housesitter__edit--editable {
      margin-top: 10px;
      width: 100%;
      float: left; }
    .accounts__components__listing__housesitter__edit__introduction--view p {
      margin: 0;
      font-size: 14px;
      line-height: 140%;
      white-space: pre-wrap; }
  .accounts__components__listing__housesitter__edit__introduction--edit {
    margin-top: 14px; }
    .accounts__components__listing__housesitter__edit__introduction--edit textarea {
      min-height: 100px;
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__edit__introduction--edit .accounts__components__listing__housesitter__edit__section--edit__container {
      margin-bottom: 14px; }
    .accounts__components__listing__housesitter__edit__introduction--edit .accounts__components__listing__housesitter__edit__section--edit__title {
      float: left;
      width: 100%;
      line-height: 28px;
      margin: 0;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400; }
      .accounts__components__listing__housesitter__edit__introduction--edit .accounts__components__listing__housesitter__edit__section--edit__title b {
        font-weight: 500; }
      .accounts__components__listing__housesitter__edit__introduction--edit .accounts__components__listing__housesitter__edit__section--edit__title .accounts__components__listing__housesitter__edit--edit-pen {
        float: right; }
  .accounts__components__listing__housesitter__edit__motivation h4 {
    margin: 30px 0 0 0; }
    .accounts__components__listing__housesitter__edit__motivation h4 > span {
      font-size: 20px;
      line-height: 35px;
      float: left; }
    .accounts__components__listing__housesitter__edit__motivation h4 .accounts__components__listing__housesitter__edit--edit-pen {
      float: left;
      margin-left: 10px;
      font-size: 16px;
      line-height: 24px; }
  .accounts__components__listing__housesitter__edit__motivation--view {
    margin-top: 2px;
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit__motivation--view .accounts__components__listing__housesitter__edit--editable {
      margin-top: 10px;
      width: 100%;
      float: left; }
    .accounts__components__listing__housesitter__edit__motivation--view p {
      margin: 0;
      font-size: 14px;
      line-height: 140%;
      white-space: pre-wrap; }
  .accounts__components__listing__housesitter__edit__motivation--edit {
    margin-top: 14px; }
    .accounts__components__listing__housesitter__edit__motivation--edit textarea {
      min-height: 100px;
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__edit__motivation--edit .accounts__components__listing__housesitter__edit__section--edit__container {
      margin-bottom: 14px; }
    .accounts__components__listing__housesitter__edit__motivation--edit .accounts__components__listing__housesitter__edit__section--edit__title {
      float: left;
      width: 100%;
      line-height: 28px;
      margin: 0;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400; }
      .accounts__components__listing__housesitter__edit__motivation--edit .accounts__components__listing__housesitter__edit__section--edit__title b {
        font-weight: 500; }
      .accounts__components__listing__housesitter__edit__motivation--edit .accounts__components__listing__housesitter__edit__section--edit__title .accounts__components__listing__housesitter__edit--edit-pen {
        float: right; }
  .accounts__components__listing__housesitter__edit__relevant-experience h4 {
    margin: 30px 0 0 0;
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit__relevant-experience h4 > span {
      font-size: 20px;
      line-height: 35px;
      float: left; }
    .accounts__components__listing__housesitter__edit__relevant-experience h4 .accounts__components__listing__housesitter__edit--edit-pen {
      float: left;
      margin-left: 10px;
      font-size: 16px;
      line-height: 24px; }
  .accounts__components__listing__housesitter__edit__relevant-experience--view {
    margin-top: 2px;
    width: 100%;
    float: left; }
    .accounts__components__listing__housesitter__edit__relevant-experience--view .accounts__components__listing__housesitter__edit--editable {
      margin-top: 10px;
      width: 100%;
      float: left; }
    .accounts__components__listing__housesitter__edit__relevant-experience--view p {
      margin: 0;
      font-size: 14px;
      line-height: 140%;
      white-space: pre-wrap; }
  .accounts__components__listing__housesitter__edit__relevant-experience--edit {
    margin-top: 14px; }
    .accounts__components__listing__housesitter__edit__relevant-experience--edit textarea {
      min-height: 100px;
      margin-bottom: 0; }
    .accounts__components__listing__housesitter__edit__relevant-experience--edit .accounts__components__listing__housesitter__edit__section--edit__container {
      margin-bottom: 14px; }
    .accounts__components__listing__housesitter__edit__relevant-experience--edit .accounts__components__listing__housesitter__edit__section--edit__title {
      float: left;
      width: 100%;
      line-height: 28px;
      margin: 0;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400; }
      .accounts__components__listing__housesitter__edit__relevant-experience--edit .accounts__components__listing__housesitter__edit__section--edit__title b {
        font-weight: 500; }
      .accounts__components__listing__housesitter__edit__relevant-experience--edit .accounts__components__listing__housesitter__edit__section--edit__title .accounts__components__listing__housesitter__edit--edit-pen {
        float: right; }
  .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__radio-group__choice {
    min-width: 100px !important;
    background-color: white !important;
    color: #474747 !important; }
    .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__radio-group__choice--selected {
      background-color: #47b549 !important;
      color: white !important; }
  .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__listing__housesitter__edit__section--edit__container {
    margin-bottom: 10px;
    float: left;
    width: 100%; }
    .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__listing__housesitter__edit__section--edit__container > ul {
      text-align: center; }
      .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__listing__housesitter__edit__section--edit__container > ul > li {
        display: inline-block; }
  .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__radio-group {
    display: inline-block; }
    .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__radio-group li {
      margin-right: 0; }
    .accounts__components__listing__housesitter__edit__experiences--edit .accounts__components__radio-group .accounts__components__radio-group__choice--selected {
      background-color: #47b549; }
  .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__title--wrapper {
    padding-top: 0;
    text-align: center; }
  .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__title {
    color: #808080; }
  .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__day {
    background-color: white;
    color: #474747; }
    .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__day--event {
      background-color: #9fc7e2;
      color: white;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__day--day {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__month--wrapper {
    border: solid 1px #dddddd;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .accounts__components__listing__housesitter__edit__availability--view .accounts__components__calendar__month__weekdays {
    border-bottom: 1px solid #dddddd; }
  .accounts__components__listing__housesitter__edit__availability--edit .accounts__components__listing__housesitter_availabilities {
    width: 100%;
    float: left;
    margin-bottom: 10px; }
    .accounts__components__listing__housesitter__edit__availability--edit .accounts__components__listing__housesitter_availabilities__controls {
      display: none; }
    .accounts__components__listing__housesitter__edit__availability--edit .accounts__components__listing__housesitter_availabilities__new-date > h6 {
      display: none; }
  .accounts__components__listing__housesitter__edit__police-check--edit {
    font-size: 14px; }
    .accounts__components__listing__housesitter__edit__police-check--edit__more-info {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px dashed #cccccc; }
    .accounts__components__listing__housesitter__edit__police-check--edit .accounts__components__listing__housesitter__edit__section--edit__container {
      margin-bottom: 10px; }
    .accounts__components__listing__housesitter__edit__police-check--edit .accounts__components__radio-group__choice--selected > span > span {
      background-color: #47b549; }
    .accounts__components__listing__housesitter__edit__police-check--edit .accounts__components__date-picker {
      margin-bottom: 10px; }
    .accounts__components__listing__housesitter__edit__police-check--edit .accounts__components__link {
      font-size: 14px; }
  .accounts__components__listing__housesitter__edit__children--edit h4 {
    font-size: 16px; }
  .accounts__components__listing__housesitter__edit__children--edit .accounts__components__radio-group__choice {
    min-width: 100px !important;
    background-color: white !important;
    color: #474747 !important; }
    .accounts__components__listing__housesitter__edit__children--edit .accounts__components__radio-group__choice--selected {
      background-color: #47b549 !important;
      color: white !important; }
  .accounts__components__listing__housesitter__edit__children--edit .accounts__components__listing__housesitter__edit__section--edit__container {
    margin-bottom: 10px; }
    .accounts__components__listing__housesitter__edit__children--edit .accounts__components__listing__housesitter__edit__section--edit__container > ul {
      text-align: center; }
      .accounts__components__listing__housesitter__edit__children--edit .accounts__components__listing__housesitter__edit__section--edit__container > ul > li {
        display: inline-block; }
  .accounts__components__listing__housesitter__edit__children--edit .accounts__components__radio-group {
    display: inline-block; }
    .accounts__components__listing__housesitter__edit__children--edit .accounts__components__radio-group li {
      margin-right: 0; }
    .accounts__components__listing__housesitter__edit__children--edit .accounts__components__radio-group .accounts__components__radio-group__choice--selected {
      background-color: #47b549; }
  .accounts__components__listing__housesitter__edit__children--edit__container {
    margin: 10px 0;
    max-width: 240px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .accounts__components__listing__housesitter__edit__children--edit__container:before, .accounts__components__listing__housesitter__edit__children--edit__container:after {
      content: '';
      display: table; }
    .accounts__components__listing__housesitter__edit__children--edit__container:after {
      clear: both; }
    .accounts__components__listing__housesitter__edit__children--edit__container h5 {
      text-align: left;
      font-size: 16px; }
    .accounts__components__listing__housesitter__edit__children--edit__container ul li {
      width: 100%;
      float: left; }
  .accounts__components__listing__housesitter__edit__children--edit .accounts__components__help-bubble-bird {
    display: inline-block;
    margin-bottom: 25px; }
  .accounts__components__listing__housesitter__edit__preferences--edit h4 {
    font-size: 16px; }
  .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__listing__housesitter__edit__section--edit__container {
    margin-bottom: 10px; }
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__listing__housesitter__edit__section--edit__container > ul > li {
      display: inline-block; }
  .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group {
    display: inline-block;
    width: 140px; }
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group li {
      margin-right: 0;
      margin-bottom: 10px;
      min-width: 100px !important;
      background-color: white !important;
      color: #474747 !important; }
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group li + li {
      margin-left: 10px; }
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group .accounts__components__checkbox-group__choice {
      width: 132px;
      margin-left: 0 !important; }
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group .accounts__components__checkbox-group__choice--selected {
      background-color: #47b549 !important; }
  .accounts__components__listing__housesitter__edit__preferences--edit__container {
    margin: 10px 0;
    max-width: 240px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .accounts__components__listing__housesitter__edit__preferences--edit__container:before, .accounts__components__listing__housesitter__edit__preferences--edit__container:after {
      content: '';
      display: table; }
    .accounts__components__listing__housesitter__edit__preferences--edit__container:after {
      clear: both; }
    .accounts__components__listing__housesitter__edit__preferences--edit__container h5 {
      text-align: left;
      font-size: 16px; }
    .accounts__components__listing__housesitter__edit__preferences--edit__container ul li {
      width: 100%;
      float: left; }
  .accounts__components__listing__housesitter__edit textarea:focus, .accounts__components__listing__housesitter__edit input:focus {
    border: 2px solid #67c17a;
    box-shadow: none; }
  .accounts__components__listing__housesitter__edit textarea.warning, .accounts__components__listing__housesitter__edit input.warning {
    background-color: #d3e8d7; }
  @media (min-width: 380px) {
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group {
      width: 290px; }
      .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group .accounts__components__checkbox-group__choice:nth-child(2n) {
        margin-left: 14px !important; } }
  @media (min-width: 420px) {
    .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__place__countries__important ul li,
    .accounts__components__listing__housesitter__edit__countries--edit .accounts__components__place__countries__continents > div ul li {
      width: 50%; } }
  @media (min-width: 480px) {
    .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media {
      min-height: 117px; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail figure {
        width: 130px;
        padding-bottom: 97px;
        float: left;
        margin-bottom: 0; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__figure--square {
        padding-bottom: 130px !important; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data {
        width: calc(100% - 150px);
        margin-left: 20px;
        float: left; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__title {
          width: 100%;
          margin-bottom: 14px; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__tags {
          width: 100%;
          padding-left: 0; }
          .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__tags label {
            display: none; }
          .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__tags .accounts__components__drop-down > div {
            overflow: hidden; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__actions {
          margin-top: 0; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media__actions {
        text-align: left; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media__actions > div {
          display: inline-block; }
    .accounts__components__listing__housesitter__edit__animals--edit__animal {
      width: calc(50% - 8px) !important; } }
  @media (min-width: 768px) {
    .accounts__components__listing__housesitter__edit--header {
      display: none; }
    .accounts__components__listing__housesitter__edit--container {
      width: 280px;
      float: left; }
      .accounts__components__listing__housesitter__edit--container > h2,
      .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__about,
      .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__title,
      .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__motivation,
      .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__introduction,
      .accounts__components__listing__housesitter__edit--container .accounts__components__listing__housesitter__edit__relevant-experience {
        display: none; }
      .accounts__components__listing__housesitter__edit--container__details > ul > li .accounts__components__listing__housesitter__edit--editable .accounts__components__listing__housesitter__edit__info--title > span:first-child {
        font-size: 22px; }
      .accounts__components__listing__housesitter__edit--container__details > ul > li#edit-section-availability {
        padding-left: 15px;
        padding-right: 15px; }
    .accounts__components__listing__housesitter__edit--top--right > h2 {
      font-size: 32px; }
    .accounts__components__listing__housesitter__edit--bottom {
      font-size: 0;
      padding: 20px 15px; }
      .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--left,
      .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--right {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 16px; }
      .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--left {
        padding-top: 0;
        padding-left: 0; }
      .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--right {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
    .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media {
      min-width: initial !important; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media--with-items {
        padding: 10px; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail figure {
        width: 130px;
        padding-bottom: 97px; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data {
        width: calc(100% - 150px);
        margin-left: 20px; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__title {
          width: 100%;
          float: left;
          margin-bottom: 0; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__tags {
          width: 100%;
          padding-left: 0;
          margin-bottom: 20px; }
          .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__tags label {
            display: none; }
          .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__tags .accounts__components__drop-down > div {
            overflow: hidden; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__actions {
          margin-top: 0; }
          .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media-item__detail__data__actions button {
            margin-bottom: 10px !important; }
      .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media__actions {
        text-align: left; }
        .accounts__components__listing__housesitter__edit__photos--edit .accounts__components__media__actions > div {
          display: inline-block; }
    .accounts__components__listing__housesitter__edit__title--view h3 {
      font-size: 24px; }
    .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--editable > h3 {
      font-size: 16px; }
    .accounts__components__listing__housesitter__edit__introduction h4 > span, .accounts__components__listing__housesitter__edit__motivation h4 > span, .accounts__components__listing__housesitter__edit__relevant-experience h4 > span {
      font-size: 22px; }
    .accounts__components__listing__housesitter__edit__introduction--view p, .accounts__components__listing__housesitter__edit__motivation--view p, .accounts__components__listing__housesitter__edit__relevant-experience--view p {
      font-size: 16px; }
    .accounts__components__listing__housesitter__edit__verifications--view > h5 {
      font-size: 18px; }
    .accounts__components__listing__housesitter__edit__availability .picker {
      min-width: 230px; }
    .accounts__components__listing__housesitter__edit__availability .accounts__components__date-picker__from-to div:last-child .picker {
      right: 0; }
    .accounts__components__listing__housesitter__edit__availability--view .accounts__components__listing__housesitter__edit__info--availability {
      padding: 0 15px; }
      .accounts__components__listing__housesitter__edit__availability--view .accounts__components__listing__housesitter__edit__info--availability .accounts__components__calendar__month--wrapper {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
    .accounts__components__listing__housesitter__edit__profile-details--view > div .search__detail__about-list {
      margin-top: 10px; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div .search__detail__about-list li {
        font-size: 16px; }
    .accounts__components__listing__housesitter__edit__profile-details--view > div__no-data ul {
      margin-top: 10px; }
      .accounts__components__listing__housesitter__edit__profile-details--view > div__no-data ul li {
        font-size: 16px; }
    .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group {
      width: 100%; }
      .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group .accounts__components__checkbox-group__choice {
        margin-left: 0 !important; }
        .accounts__components__listing__housesitter__edit__preferences--edit .accounts__components__checkbox-group .accounts__components__checkbox-group__choice:nth-child(2n) {
          margin-left: 0 !important; } }
  @media (min-width: 1024px) {
    .accounts__components__listing__housesitter__edit {
      padding: 30px 0; }
      .accounts__components__listing__housesitter__edit--container {
        width: 320px; }
      .accounts__components__listing__housesitter__edit--top, .accounts__components__listing__housesitter__edit--bottom {
        font-size: 0; }
        .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--left,
        .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--right, .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--left,
        .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--right {
          width: 60%;
          display: inline-block;
          vertical-align: top;
          font-size: 16px; }
        .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--right, .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--right {
          width: 40%; }
      .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--right > h2 {
        text-align: left; }
      .accounts__components__listing__housesitter__edit--top .accounts__components__listing__housesitter__edit--right {
        padding: 0 0 0 30px; }
      .accounts__components__listing__housesitter__edit--bottom {
        margin-top: 30px; }
        .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--left {
          padding: 0 30px 0 0; }
        .accounts__components__listing__housesitter__edit--bottom .accounts__components__listing__housesitter__edit--right {
          padding: 30px; }
      .accounts__components__listing__housesitter__edit__location {
        margin-bottom: 0;
        border-bottom: none; }
      .accounts__components__listing__housesitter__edit__photos--view figure > img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .accounts__components__listing__housesitter__edit__title--view, .accounts__components__listing__housesitter__edit__location--view {
        text-align: left; }
        .accounts__components__listing__housesitter__edit__title--view .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon, .accounts__components__listing__housesitter__edit__location--view .accounts__components__listing__housesitter__edit--edit-pen .accounts__components__icon {
          -webkit-transform: translate(8px, 2px);
          -moz-transform: translate(8px, 2px);
          -ms-transform: translate(8px, 2px);
          -o-transform: translate(8px, 2px);
          transform: translate(8px, 2px); }
      .accounts__components__listing__housesitter__edit__availability--edit .accounts__components__date-picker {
        width: 100% !important; }
      .accounts__components__listing__housesitter__edit__availability--edit .accounts__components__listing__housesitter_availabilities__new-date button {
        float: left; } }

.accounts__components__listing__housesitter__assignments header,
.accounts__components__listing__housesitter__assignments section {
  padding: 10px 0 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px dashed white; }
  .accounts__components__listing__housesitter__assignments header:last-child,
  .accounts__components__listing__housesitter__assignments section:last-child {
    border: none; }

.accounts__components__listing__housesitter__assignments__header {
  float: left;
  width: 100%;
  padding: 0 0 5px 0 !important;
  display: none; }
  .accounts__components__listing__housesitter__assignments__header > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #333333; }

.accounts__components__listing__housesitter__assignments section {
  padding-top: 0; }
  .accounts__components__listing__housesitter__assignments section > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px; }

.accounts__components__listing__housesitter__assignments__assignment {
  clear: both;
  padding-top: 5px; }
  .accounts__components__listing__housesitter__assignments__assignment__image {
    width: 52px;
    float: left;
    padding: 2px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .accounts__components__listing__housesitter__assignments__assignment__image img {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
  .accounts__components__listing__housesitter__assignments__assignment__info {
    margin-left: 72px;
    line-height: 20px; }
    .accounts__components__listing__housesitter__assignments__assignment__info__location {
      color: #474747;
      font-size: 16px; }
    .accounts__components__listing__housesitter__assignments__assignment__info__date {
      color: #808080;
      font-size: 14px; }

.accounts__components__listing__housesitter__assignments__past ul li, .accounts__components__listing__housesitter__assignments__applied ul li {
  display: none; }
  .accounts__components__listing__housesitter__assignments__past ul li:nth-child(1), .accounts__components__listing__housesitter__assignments__past ul li:nth-child(2), .accounts__components__listing__housesitter__assignments__past ul li:nth-child(3), .accounts__components__listing__housesitter__assignments__applied ul li:nth-child(1), .accounts__components__listing__housesitter__assignments__applied ul li:nth-child(2), .accounts__components__listing__housesitter__assignments__applied ul li:nth-child(3) {
    display: block; }

.accounts__components__listing__housesitter__assignments__past > div, .accounts__components__listing__housesitter__assignments__applied > div {
  margin-top: 10px; }

.accounts__components__listing__housesitter__assignments--all li {
  display: block !important; }

@media (min-width: 480px) {
  .accounts__components__listing__housesitter__assignments--large-phone {
    display: none; } }

@media (min-width: 768px) {
  .accounts__components__listing__housesitter__assignments__header {
    display: block;
    padding: 0 0 14px 0 !important; }
  .accounts__components__listing__housesitter__assignments--tablet {
    display: none; } }

.accounts__components__listing__housesitter__manual-widget > div {
  background-color: white;
  padding: 14px 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }

.accounts__components__listing__housesitter__manual-widget h4 {
  font-size: 18px;
  margin: 0 0 14px 0; }

.accounts__components__listing__housesitter__manual-widget .accounts__components__tooltip--bubble {
  width: 260px; }

.accounts__components__listing__housesitter__manual-widget__assignments > li {
  background-color: #f0f0f0;
  min-height: 50px;
  padding: 14px;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.accounts__components__listing__housesitter__manual-widget__assignments > li + li {
  margin-top: 20px; }

.accounts__components__listing__housesitter__manual-widget__assignment > div:first-child {
  cursor: pointer; }
  .accounts__components__listing__housesitter__manual-widget__assignment > div:first-child span {
    font-size: 17px;
    color: #333333;
    font-weight: 500; }
    .accounts__components__listing__housesitter__manual-widget__assignment > div:first-child span:first-child {
      color: #47b549; }

.accounts__components__listing__housesitter__manual-widget__assignment__info li {
  width: 100%;
  padding: 14px 0;
  float: left;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__components__listing__housesitter__manual-widget__assignment__info li h6 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    text-align: center; }
  .accounts__components__listing__housesitter__manual-widget__assignment__info li > div {
    max-width: 190px;
    margin: 0 auto; }

.accounts__components__listing__housesitter__manual-widget__assignment__info li + li {
  background-image: linear-gradient(to right, white 66%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x; }

.accounts__components__listing__housesitter__manual-widget__assignment__days {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-image: linear-gradient(to right, white 66%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x; }
  .accounts__components__listing__housesitter__manual-widget__assignment__days h6 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: left; }

.accounts__components__listing__housesitter__manual-widget__assignment__tips {
  float: left;
  width: 100%;
  background-image: linear-gradient(to right, white 66%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  padding-top: 20px; }
  .accounts__components__listing__housesitter__manual-widget__assignment__tips h6 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: left; }
  .accounts__components__listing__housesitter__manual-widget__assignment__tips li {
    min-height: 45px;
    padding: 10px 20px 10px 58px;
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #f181ae; }
    .accounts__components__listing__housesitter__manual-widget__assignment__tips li .accounts__components__icon {
      position: absolute;
      left: 20px; }
    .accounts__components__listing__housesitter__manual-widget__assignment__tips li span {
      line-height: 140%;
      font-size: 16px;
      color: white !important;
      font-weight: 500; }
    .accounts__components__listing__housesitter__manual-widget__assignment__tips li a {
      color: rgba(51, 51, 51, 0.55);
      white-space: nowrap; }
  .accounts__components__listing__housesitter__manual-widget__assignment__tips li + li {
    margin-top: 10px; }

.accounts__components__listing__housesitter__manual-widget__assignment__events {
  float: left;
  width: 100%;
  background-image: linear-gradient(to right, white 66%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  padding-top: 20px; }
  .accounts__components__listing__housesitter__manual-widget__assignment__events h6 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: left; }
  .accounts__components__listing__housesitter__manual-widget__assignment__events .accounts__components__calendar__event {
    background-color: white; }

.accounts__components__listing__housesitter__manual-widget__assignment--open > div:first-child {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid #dddddd; }

.accounts__components__listing__housesitter__manual-widget__assignment--manual svg, .accounts__components__listing__housesitter__manual-widget__assignment--events svg {
  width: 100%; }

.accounts__components__listing__housesitter__manual-widget__assignment--listing > div > a > img,
.accounts__components__listing__housesitter__manual-widget__assignment--listing > div > span > img {
  height: 100%;
  max-height: 190px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.accounts__components__listing__housesitter__manual-widget__assignment--listing-single {
  top: calc(50% - 15px) !important;
  height: 30px !important; }

.accounts__components__listing__housesitter__manual-widget__assignment--manual > div {
  cursor: pointer; }

.accounts__components__listing__housesitter__manual-widget__assignment--events > div {
  cursor: pointer; }

@media (min-width: 1024px) {
  .accounts__components__listing__housesitter__manual-widget__assignment__info li {
    width: calc(100% / 3);
    padding: 0 14px 14px; }
    .accounts__components__listing__housesitter__manual-widget__assignment__info li h6 {
      font-size: 18px; }
  .accounts__components__listing__housesitter__manual-widget__assignment__info li + li {
    background-image: linear-gradient(white 66%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 7px;
    background-repeat: repeat-y; }
  .accounts__components__listing__housesitter__manual-widget__assignment__info--stretched li {
    width: 50%; } }

.accounts__profile__homeowner-steps__location-dates__location {
  max-width: 360px;
  margin: 0 auto;
  position: relative; }
  .accounts__profile__homeowner-steps__location-dates__location h2 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px; }
  .accounts__profile__homeowner-steps__location-dates__location .accounts__components__place {
    margin-bottom: 10px; }
  .accounts__profile__homeowner-steps__location-dates__location .accounts__components__listing-edit-tooltip {
    float: right;
    margin-bottom: 20px; }
    .accounts__profile__homeowner-steps__location-dates__location .accounts__components__listing-edit-tooltip div {
      right: 0; }
      .accounts__profile__homeowner-steps__location-dates__location .accounts__components__listing-edit-tooltip div:after {
        right: 2px; }

.accounts__profile__homeowner-steps__location-dates__dates {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 30px; }
  .accounts__profile__homeowner-steps__location-dates__dates h4 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px; }
  .accounts__profile__homeowner-steps__location-dates__dates > h2, .accounts__profile__homeowner-steps__location-dates__dates > p {
    text-align: center; }
  .accounts__profile__homeowner-steps__location-dates__dates__approximate {
    position: relative;
    width: 100%;
    float: left; }
    .accounts__profile__homeowner-steps__location-dates__dates__approximate .accounts__components__listing-edit-tooltip {
      position: absolute;
      right: 0;
      bottom: 1px; }
      .accounts__profile__homeowner-steps__location-dates__dates__approximate .accounts__components__listing-edit-tooltip div {
        right: 0; }
        .accounts__profile__homeowner-steps__location-dates__dates__approximate .accounts__components__listing-edit-tooltip div:after {
          right: 2px; }
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker {
    width: 100%; }
    .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker .icon {
      height: 41px;
      line-height: 38px; }
    .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker .picker__holder {
      width: 200%; }
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker[name="to"] .picker__holder {
    right: 0; }
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker:hover .icon svg {
    fill: #6699CC; }
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker input.picker__input--active + div + input + .icon svg {
    fill: #6699CC; }
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__checkbox {
    margin-top: 25px;
    float: left; }
    .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__checkbox label > div {
      width: 28px;
      height: 28px; }
      .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__checkbox label > div > div {
        padding-left: 5px;
        margin-top: -1px; }
        .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__checkbox label > div > div svg {
          width: 16px;
          height: 16px; }
    .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__checkbox label span span {
      font-size: 16px;
      line-height: 28px;
      color: #474747; }
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__checkbox--checked label > div {
    background-color: #6699CC; }
  .accounts__profile__homeowner-steps__location-dates__dates:before, .accounts__profile__homeowner-steps__location-dates__dates:after {
    content: " ";
    display: table; }
  .accounts__profile__homeowner-steps__location-dates__dates:before {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-top: 1px dashed #cccccc;
    padding-bottom: 30px; }
  .accounts__profile__homeowner-steps__location-dates__dates:after {
    clear: both; }

@media (min-width: 420px) {
  .accounts__profile__homeowner-steps__location-dates__dates .accounts__components__date-picker {
    width: calc(50% - 10px); } }

@media (min-width: 768px) {
  .accounts__profile__homeowner-steps__location-dates__location {
    padding-bottom: 0;
    position: relative; }
    .accounts__profile__homeowner-steps__location-dates__location h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .accounts__profile__homeowner-steps__location-dates__location .accounts__components__listing-edit-tooltip {
      position: absolute;
      right: -42px;
      bottom: 7px;
      margin-bottom: 0; }
      .accounts__profile__homeowner-steps__location-dates__location .accounts__components__listing-edit-tooltip div {
        right: -15px; }
        .accounts__profile__homeowner-steps__location-dates__location .accounts__components__listing-edit-tooltip div:after {
          right: 21px; }
  .accounts__profile__homeowner-steps__location-dates__dates__approximate .accounts__components__listing-edit-tooltip {
    right: -42px;
    top: -35px;
    bottom: initial; }
    .accounts__profile__homeowner-steps__location-dates__dates__approximate .accounts__components__listing-edit-tooltip div {
      right: -15px; }
      .accounts__profile__homeowner-steps__location-dates__dates__approximate .accounts__components__listing-edit-tooltip div:after {
        right: 21px; } }

@media (min-width: 1024px) {
  .accounts__profile__homeowner-steps__location-dates__location h2 {
    font-size: 24px;
    margin-bottom: 30px; }
  .accounts__profile__homeowner-steps__location-dates__dates h4 {
    font-size: 20px;
    margin-bottom: 25px; } }

.accounts__profile__homeowner-steps__media h2 {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-bottom: 25px; }

.accounts__profile__homeowner-steps__media p {
  font-size: 14px;
  text-align: center;
  color: #333333;
  max-width: 456px;
  margin: 0 auto;
  margin-bottom: 20px; }

.accounts__profile__homeowner-steps__media h3 {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 400; }
  .accounts__profile__homeowner-steps__media h3 .accounts__components__listing-edit-tooltip {
    float: right; }
    .accounts__profile__homeowner-steps__media h3 .accounts__components__listing-edit-tooltip div {
      right: 0; }
      .accounts__profile__homeowner-steps__media h3 .accounts__components__listing-edit-tooltip div:after {
        right: 2px; }

.accounts__profile__homeowner-steps__media__container > div {
  margin-bottom: 20px; }

.accounts__profile__homeowner-steps__media__container > div + div:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 25px; }

.accounts__profile__homeowner-steps__media .accounts__components__media-item__detail__data__actions .accounts__components__icon-button svg,
.accounts__profile__homeowner-steps__media .accounts__components__media__actions .accounts__components__icon-button svg {
  fill: #6699CC !important; }

@media (min-width: 480px) {
  .accounts__profile__homeowner-steps__media h3 .accounts__components__listing-edit-tooltip div {
    right: -15px; }
    .accounts__profile__homeowner-steps__media h3 .accounts__components__listing-edit-tooltip div:after {
      right: 21px; } }

@media (min-width: 1024px) {
  .accounts__profile__homeowner-steps__media h2 {
    font-size: 24px;
    margin-bottom: 25px; }
  .accounts__profile__homeowner-steps__media p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 510px; }
  .accounts__profile__homeowner-steps__media h3 {
    font-size: 20px;
    margin-bottom: 25px; } }

.accounts__profile__homeowner-steps__title-intro__title, .accounts__profile__homeowner-steps__title-intro__info, .accounts__profile__homeowner-steps__title-intro__responsibilities {
  max-width: 500px;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center; }
  .accounts__profile__homeowner-steps__title-intro__title h2, .accounts__profile__homeowner-steps__title-intro__info h2, .accounts__profile__homeowner-steps__title-intro__responsibilities h2 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }
  .accounts__profile__homeowner-steps__title-intro__title h3, .accounts__profile__homeowner-steps__title-intro__info h3, .accounts__profile__homeowner-steps__title-intro__responsibilities h3 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }
  .accounts__profile__homeowner-steps__title-intro__title p, .accounts__profile__homeowner-steps__title-intro__info p, .accounts__profile__homeowner-steps__title-intro__responsibilities p {
    text-align: center;
    font-size: 15px;
    color: #808080; }
  .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip, .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip, .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip {
    float: right; }
    .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip div, .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip div, .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip div {
      right: 0; }
      .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip div:after, .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip div:after, .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip div:after {
        right: 2px; }

.accounts__profile__homeowner-steps__title-intro__info:before, .accounts__profile__homeowner-steps__title-intro__responsibilities:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 25px; }

.accounts__profile__homeowner-steps__title-intro__info h3, .accounts__profile__homeowner-steps__title-intro__responsibilities h3 {
  font-weight: 400; }

.accounts__profile__homeowner-steps__title-intro__title input {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  color: #808080;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 10px; }

.accounts__profile__homeowner-steps__title-intro__info textarea {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  color: #808080;
  font-size: 16px;
  margin-bottom: 10px; }

.accounts__profile__homeowner-steps__title-intro__responsibilities {
  margin-bottom: 0;
  border-bottom: none; }
  .accounts__profile__homeowner-steps__title-intro__responsibilities textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    color: #808080;
    font-size: 16px;
    margin-bottom: 10px; }
  .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__help-bubble-bird {
    display: inline-block;
    margin-bottom: 25px; }

@media (min-width: 768px) {
  .accounts__profile__homeowner-steps__title-intro__title, .accounts__profile__homeowner-steps__title-intro__info, .accounts__profile__homeowner-steps__title-intro__responsibilities {
    position: relative; }
    .accounts__profile__homeowner-steps__title-intro__title h2, .accounts__profile__homeowner-steps__title-intro__info h2, .accounts__profile__homeowner-steps__title-intro__responsibilities h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 25px; }
    .accounts__profile__homeowner-steps__title-intro__title h3, .accounts__profile__homeowner-steps__title-intro__info h3, .accounts__profile__homeowner-steps__title-intro__responsibilities h3 {
      font-size: 20px;
      margin-bottom: 30px; }
    .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip, .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip, .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip {
      position: absolute;
      right: -33px; }
      .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip div, .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip div, .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip div {
        right: -15px; }
        .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip div:after, .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip div:after, .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip div:after {
          right: 21px; }
  .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip {
    top: 63px; }
  .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip {
    top: 80px; }
  .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip {
    top: 165px; } }

@media (min-width: 1024px) {
  .accounts__profile__homeowner-steps__title-intro__title, .accounts__profile__homeowner-steps__title-intro__info, .accounts__profile__homeowner-steps__title-intro__responsibilities {
    max-width: 500px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center; }
    .accounts__profile__homeowner-steps__title-intro__title h2, .accounts__profile__homeowner-steps__title-intro__info h2, .accounts__profile__homeowner-steps__title-intro__responsibilities h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 25px; }
    .accounts__profile__homeowner-steps__title-intro__title h3, .accounts__profile__homeowner-steps__title-intro__info h3, .accounts__profile__homeowner-steps__title-intro__responsibilities h3 {
      font-size: 20px;
      margin-bottom: 30px; }
  .accounts__profile__homeowner-steps__title-intro__title .accounts__components__listing-edit-tooltip {
    top: 63px; }
  .accounts__profile__homeowner-steps__title-intro__info .accounts__components__listing-edit-tooltip {
    top: 80px; }
  .accounts__profile__homeowner-steps__title-intro__responsibilities {
    position: relative; }
    .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__help-bubble-bird {
      position: absolute;
      left: -250px;
      top: 51px;
      padding-bottom: 0; }
    .accounts__profile__homeowner-steps__title-intro__responsibilities .accounts__components__listing-edit-tooltip {
      top: 81px; } }

.accounts__profile__housesitter-steps__about-me .accounts__components__radio-group__choice--selected span span {
  background-color: #47b549; }

.accounts__profile__housesitter-steps__about-me__sex, .accounts__profile__housesitter-steps__about-me__birthday, .accounts__profile__housesitter-steps__about-me__location, .accounts__profile__housesitter-steps__about-me__occupation, .accounts__profile__housesitter-steps__about-me__occupation-title, .accounts__profile__housesitter-steps__about-me__partner, .accounts__profile__housesitter-steps__about-me__experience, .accounts__profile__housesitter-steps__about-me__children {
  max-width: 560px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center; }
  .accounts__profile__housesitter-steps__about-me__sex h4, .accounts__profile__housesitter-steps__about-me__birthday h4, .accounts__profile__housesitter-steps__about-me__location h4, .accounts__profile__housesitter-steps__about-me__occupation h4, .accounts__profile__housesitter-steps__about-me__occupation-title h4, .accounts__profile__housesitter-steps__about-me__partner h4, .accounts__profile__housesitter-steps__about-me__experience h4, .accounts__profile__housesitter-steps__about-me__children h4 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 500; }
  .accounts__profile__housesitter-steps__about-me__sex h5, .accounts__profile__housesitter-steps__about-me__birthday h5, .accounts__profile__housesitter-steps__about-me__location h5, .accounts__profile__housesitter-steps__about-me__occupation h5, .accounts__profile__housesitter-steps__about-me__occupation-title h5, .accounts__profile__housesitter-steps__about-me__partner h5, .accounts__profile__housesitter-steps__about-me__experience h5, .accounts__profile__housesitter-steps__about-me__children h5 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 400; }
  .accounts__profile__housesitter-steps__about-me__sex p, .accounts__profile__housesitter-steps__about-me__birthday p, .accounts__profile__housesitter-steps__about-me__location p, .accounts__profile__housesitter-steps__about-me__occupation p, .accounts__profile__housesitter-steps__about-me__occupation-title p, .accounts__profile__housesitter-steps__about-me__partner p, .accounts__profile__housesitter-steps__about-me__experience p, .accounts__profile__housesitter-steps__about-me__children p {
    text-align: center;
    font-size: 15px;
    color: #808080; }
  .accounts__profile__housesitter-steps__about-me__sex > ul, .accounts__profile__housesitter-steps__about-me__birthday > ul, .accounts__profile__housesitter-steps__about-me__location > ul, .accounts__profile__housesitter-steps__about-me__occupation > ul, .accounts__profile__housesitter-steps__about-me__occupation-title > ul, .accounts__profile__housesitter-steps__about-me__partner > ul, .accounts__profile__housesitter-steps__about-me__experience > ul, .accounts__profile__housesitter-steps__about-me__children > ul {
    display: inline-block;
    float: none; }

.accounts__profile__housesitter-steps__about-me__birthday:before, .accounts__profile__housesitter-steps__about-me__location:before, .accounts__profile__housesitter-steps__about-me__occupation:before, .accounts__profile__housesitter-steps__about-me__occupation-title:before, .accounts__profile__housesitter-steps__about-me__partner:before, .accounts__profile__housesitter-steps__about-me__experience:before, .accounts__profile__housesitter-steps__about-me__children:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 25px; }

.accounts__profile__housesitter-steps__about-me__birthday {
  text-align: center; }
  .accounts__profile__housesitter-steps__about-me__birthday > div {
    max-width: 360px;
    width: 100%;
    margin: 0 auto; }
    .accounts__profile__housesitter-steps__about-me__birthday > div > div {
      display: inline-block; }
  .accounts__profile__housesitter-steps__about-me__birthday__day, .accounts__profile__housesitter-steps__about-me__birthday__month, .accounts__profile__housesitter-steps__about-me__birthday__year {
    font-size: 14px; }
    .accounts__profile__housesitter-steps__about-me__birthday__day .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__birthday__month .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__birthday__year .accounts__components__drop-down > div {
      text-align: left; }
      .accounts__profile__housesitter-steps__about-me__birthday__day .accounts__components__drop-down > div > span, .accounts__profile__housesitter-steps__about-me__birthday__month .accounts__components__drop-down > div > span, .accounts__profile__housesitter-steps__about-me__birthday__year .accounts__components__drop-down > div > span {
        padding-left: 5px; }
    .accounts__profile__housesitter-steps__about-me__birthday__day .accounts__components__drop-down ul li, .accounts__profile__housesitter-steps__about-me__birthday__month .accounts__components__drop-down ul li, .accounts__profile__housesitter-steps__about-me__birthday__year .accounts__components__drop-down ul li {
      text-align: left;
      padding-left: 17px; }
    .accounts__profile__housesitter-steps__about-me__birthday__day--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__profile__housesitter-steps__about-me__birthday__month--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__profile__housesitter-steps__about-me__birthday__year--selected .accounts__components__drop-down .accounts__components__drop-down__label {
      display: none; }
    .accounts__profile__housesitter-steps__about-me__birthday__day--selected .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__birthday__month--selected .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__birthday__year--selected .accounts__components__drop-down > div {
      background-color: #47b549;
      color: white; }
    .accounts__profile__housesitter-steps__about-me__birthday__day--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__profile__housesitter-steps__about-me__birthday__month--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__profile__housesitter-steps__about-me__birthday__year--selected .accounts__components__drop-down .accounts__components__icon svg {
      fill: white; }
  .accounts__profile__housesitter-steps__about-me__birthday__day {
    width: 26.272727%; }
  .accounts__profile__housesitter-steps__about-me__birthday__month {
    width: 40%; }
  .accounts__profile__housesitter-steps__about-me__birthday__year {
    width: 30.303030%; }

.accounts__profile__housesitter-steps__about-me__location {
  text-align: center;
  padding-bottom: 46px;
  max-width: 360px;
  position: relative; }
  .accounts__profile__housesitter-steps__about-me__location .accounts__components__place {
    max-width: 360px;
    display: inline-block; }
  .accounts__profile__housesitter-steps__about-me__location .accounts__components__place__sticky {
    background-color: #47b549; }
  .accounts__profile__housesitter-steps__about-me__location .accounts__components__listing-edit-tooltip {
    position: absolute;
    right: 10px;
    bottom: 8px; }

.accounts__profile__housesitter-steps__about-me__occupation, .accounts__profile__housesitter-steps__about-me__occupation-title {
  text-align: center; }
  .accounts__profile__housesitter-steps__about-me__occupation:before, .accounts__profile__housesitter-steps__about-me__occupation-title:before {
    margin-top: 0; }
  .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__drop-down,
  .accounts__profile__housesitter-steps__about-me__occupation > input, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__drop-down,
  .accounts__profile__housesitter-steps__about-me__occupation-title > input {
    max-width: 360px;
    display: inline-block; }
  .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__drop-down, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__drop-down {
    margin-bottom: 10px; }
    .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__drop-down > div {
      text-align: left; }
      .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__drop-down > div > span, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__drop-down > div > span {
        padding-left: 5px; }
    .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__drop-down ul li, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__drop-down ul li {
      text-align: left;
      padding-left: 17px; }
  .accounts__profile__housesitter-steps__about-me__occupation--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__profile__housesitter-steps__about-me__occupation-title--selected .accounts__components__drop-down .accounts__components__drop-down__label {
    display: none; }
  .accounts__profile__housesitter-steps__about-me__occupation--selected .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__occupation-title--selected .accounts__components__drop-down > div {
    background-color: #47b549;
    color: white; }
  .accounts__profile__housesitter-steps__about-me__occupation--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__profile__housesitter-steps__about-me__occupation-title--selected .accounts__components__drop-down .accounts__components__icon svg {
    fill: white; }
  .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__help-bubble-bird, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__help-bubble-bird {
    display: inline-block;
    margin-bottom: 25px; }

.accounts__profile__housesitter-steps__about-me__partner > div {
  text-align: center;
  max-width: 360px;
  margin: 0 auto; }

.accounts__profile__housesitter-steps__about-me__partner .accounts__components__radio-group {
  display: inline-block; }

.accounts__profile__housesitter-steps__about-me__partner__container {
  display: inline-block;
  max-width: 360px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  width: 100%;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .accounts__profile__housesitter-steps__about-me__partner__container .accounts__components__listing-edit-tooltip {
    float: right; }
  .accounts__profile__housesitter-steps__about-me__partner__container h5 {
    font-size: 16px;
    font-weight: 500;
    color: #474747;
    margin-bottom: 20px;
    text-align: left; }

.accounts__profile__housesitter-steps__about-me__partner__sex:before, .accounts__profile__housesitter-steps__about-me__partner__birthday:before, .accounts__profile__housesitter-steps__about-me__partner__occupation:before, .accounts__profile__housesitter-steps__about-me__partner__occupation-title:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  margin-top: 15px;
  padding-bottom: 15px; }

.accounts__profile__housesitter-steps__about-me__partner__sex {
  width: 100%;
  text-align: left; }

.accounts__profile__housesitter-steps__about-me__partner__birthday {
  text-align: center; }
  .accounts__profile__housesitter-steps__about-me__partner__birthday > div {
    max-width: 360px;
    width: 100%;
    margin: 0 auto; }
    .accounts__profile__housesitter-steps__about-me__partner__birthday > div > div {
      display: inline-block; }
  .accounts__profile__housesitter-steps__about-me__partner__birthday__day, .accounts__profile__housesitter-steps__about-me__partner__birthday__month, .accounts__profile__housesitter-steps__about-me__partner__birthday__year {
    font-size: 14px; }
    .accounts__profile__housesitter-steps__about-me__partner__birthday__day .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__partner__birthday__month .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__partner__birthday__year .accounts__components__drop-down > div {
      text-align: left; }
      .accounts__profile__housesitter-steps__about-me__partner__birthday__day .accounts__components__drop-down > div > span, .accounts__profile__housesitter-steps__about-me__partner__birthday__month .accounts__components__drop-down > div > span, .accounts__profile__housesitter-steps__about-me__partner__birthday__year .accounts__components__drop-down > div > span {
        padding-left: 5px; }
    .accounts__profile__housesitter-steps__about-me__partner__birthday__day .accounts__components__drop-down ul li, .accounts__profile__housesitter-steps__about-me__partner__birthday__month .accounts__components__drop-down ul li, .accounts__profile__housesitter-steps__about-me__partner__birthday__year .accounts__components__drop-down ul li {
      text-align: left;
      padding-left: 17px; }
    .accounts__profile__housesitter-steps__about-me__partner__birthday__day--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__profile__housesitter-steps__about-me__partner__birthday__month--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__profile__housesitter-steps__about-me__partner__birthday__year--selected .accounts__components__drop-down .accounts__components__drop-down__label {
      display: none; }
    .accounts__profile__housesitter-steps__about-me__partner__birthday__day--selected .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__partner__birthday__month--selected .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__partner__birthday__year--selected .accounts__components__drop-down > div {
      background-color: #47b549;
      color: white; }
    .accounts__profile__housesitter-steps__about-me__partner__birthday__day--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__profile__housesitter-steps__about-me__partner__birthday__month--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__profile__housesitter-steps__about-me__partner__birthday__year--selected .accounts__components__drop-down .accounts__components__icon svg {
      fill: white; }
  .accounts__profile__housesitter-steps__about-me__partner__birthday__day {
    width: 26.272727%; }
  .accounts__profile__housesitter-steps__about-me__partner__birthday__month {
    width: 40%; }
  .accounts__profile__housesitter-steps__about-me__partner__birthday__year {
    width: 30.303030%; }

.accounts__profile__housesitter-steps__about-me__partner__occupation, .accounts__profile__housesitter-steps__about-me__partner__occupation-title {
  text-align: center; }
  .accounts__profile__housesitter-steps__about-me__partner__occupation .accounts__components__drop-down,
  .accounts__profile__housesitter-steps__about-me__partner__occupation > input, .accounts__profile__housesitter-steps__about-me__partner__occupation-title .accounts__components__drop-down,
  .accounts__profile__housesitter-steps__about-me__partner__occupation-title > input {
    max-width: 360px;
    display: inline-block; }
  .accounts__profile__housesitter-steps__about-me__partner__occupation .accounts__components__drop-down, .accounts__profile__housesitter-steps__about-me__partner__occupation-title .accounts__components__drop-down {
    margin-bottom: 10px; }
    .accounts__profile__housesitter-steps__about-me__partner__occupation .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__partner__occupation-title .accounts__components__drop-down > div {
      text-align: left; }
      .accounts__profile__housesitter-steps__about-me__partner__occupation .accounts__components__drop-down > div > span, .accounts__profile__housesitter-steps__about-me__partner__occupation-title .accounts__components__drop-down > div > span {
        padding-left: 5px; }
    .accounts__profile__housesitter-steps__about-me__partner__occupation .accounts__components__drop-down ul li, .accounts__profile__housesitter-steps__about-me__partner__occupation-title .accounts__components__drop-down ul li {
      text-align: left;
      padding-left: 17px; }
  .accounts__profile__housesitter-steps__about-me__partner__occupation--selected .accounts__components__drop-down .accounts__components__drop-down__label, .accounts__profile__housesitter-steps__about-me__partner__occupation-title--selected .accounts__components__drop-down .accounts__components__drop-down__label {
    display: none; }
  .accounts__profile__housesitter-steps__about-me__partner__occupation--selected .accounts__components__drop-down > div, .accounts__profile__housesitter-steps__about-me__partner__occupation-title--selected .accounts__components__drop-down > div {
    background-color: #47b549;
    color: white; }
  .accounts__profile__housesitter-steps__about-me__partner__occupation--selected .accounts__components__drop-down .accounts__components__icon svg, .accounts__profile__housesitter-steps__about-me__partner__occupation-title--selected .accounts__components__drop-down .accounts__components__icon svg {
    fill: white; }

.accounts__profile__housesitter-steps__about-me__experience {
  text-align: center;
  position: relative;
  max-width: 270px; }
  .accounts__profile__housesitter-steps__about-me__experience .accounts__components__listing-edit-tooltip {
    position: absolute;
    bottom: 13px;
    right: 0; }
  .accounts__profile__housesitter-steps__about-me__experience .accounts__components__radio-group {
    display: inline-block; }
    .accounts__profile__housesitter-steps__about-me__experience .accounts__components__radio-group li {
      margin-right: 0; }
    .accounts__profile__housesitter-steps__about-me__experience .accounts__components__radio-group .accounts__components__radio-group__choice--selected {
      background-color: #47b549; }

.accounts__profile__housesitter-steps__about-me__children {
  text-align: center; }
  .accounts__profile__housesitter-steps__about-me__children .accounts__components__radio-group {
    display: inline-block; }
    .accounts__profile__housesitter-steps__about-me__children .accounts__components__radio-group li {
      margin-right: 0; }
    .accounts__profile__housesitter-steps__about-me__children .accounts__components__radio-group .accounts__components__radio-group__choice--selected {
      background-color: #47b549; }
  .accounts__profile__housesitter-steps__about-me__children__container {
    margin: 10px auto;
    max-width: 240px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .accounts__profile__housesitter-steps__about-me__children__container:before, .accounts__profile__housesitter-steps__about-me__children__container:after {
      content: " ";
      display: table; }
    .accounts__profile__housesitter-steps__about-me__children__container:after {
      clear: both; }
    .accounts__profile__housesitter-steps__about-me__children__container h5 {
      text-align: left; }
    .accounts__profile__housesitter-steps__about-me__children__container ul li {
      width: 100%;
      float: left; }
  .accounts__profile__housesitter-steps__about-me__children .accounts__components__help-bubble-bird {
    display: inline-block;
    margin-bottom: 25px; }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__about-me__sex > h4 {
    font-size: 24px;
    margin-bottom: 25px; }
  .accounts__profile__housesitter-steps__about-me__location {
    padding-bottom: 0;
    position: relative; }
    .accounts__profile__housesitter-steps__about-me__location .accounts__components__listing-edit-tooltip {
      right: -32px;
      bottom: 7px; }
  .accounts__profile__housesitter-steps__about-me__occupation:before, .accounts__profile__housesitter-steps__about-me__occupation-title:before {
    margin-top: 25px; } }

@media (min-width: 1024px) {
  .accounts__profile__housesitter-steps__about-me__sex h4, .accounts__profile__housesitter-steps__about-me__birthday h4, .accounts__profile__housesitter-steps__about-me__location h4, .accounts__profile__housesitter-steps__about-me__occupation h4, .accounts__profile__housesitter-steps__about-me__occupation-title h4, .accounts__profile__housesitter-steps__about-me__partner h4, .accounts__profile__housesitter-steps__about-me__experience h4, .accounts__profile__housesitter-steps__about-me__children h4 {
    margin-bottom: 25px; }
  .accounts__profile__housesitter-steps__about-me__sex h5, .accounts__profile__housesitter-steps__about-me__birthday h5, .accounts__profile__housesitter-steps__about-me__location h5, .accounts__profile__housesitter-steps__about-me__occupation h5, .accounts__profile__housesitter-steps__about-me__occupation-title h5, .accounts__profile__housesitter-steps__about-me__partner h5, .accounts__profile__housesitter-steps__about-me__experience h5, .accounts__profile__housesitter-steps__about-me__children h5 {
    margin-bottom: 25px; }
  .accounts__profile__housesitter-steps__about-me__birthday:before, .accounts__profile__housesitter-steps__about-me__location:before, .accounts__profile__housesitter-steps__about-me__occupation:before, .accounts__profile__housesitter-steps__about-me__occupation-title:before, .accounts__profile__housesitter-steps__about-me__partner:before, .accounts__profile__housesitter-steps__about-me__experience:before, .accounts__profile__housesitter-steps__about-me__children:before {
    margin-top: 30px;
    padding-bottom: 30px; }
  .accounts__profile__housesitter-steps__about-me__occupation, .accounts__profile__housesitter-steps__about-me__occupation-title {
    position: relative; }
    .accounts__profile__housesitter-steps__about-me__occupation .accounts__components__help-bubble-bird, .accounts__profile__housesitter-steps__about-me__occupation-title .accounts__components__help-bubble-bird {
      position: absolute;
      left: -180px;
      top: 44px;
      padding-bottom: 0; }
  .accounts__profile__housesitter-steps__about-me__children {
    position: relative; }
    .accounts__profile__housesitter-steps__about-me__children .accounts__components__help-bubble-bird {
      position: absolute;
      left: -180px;
      top: 30px;
      padding-bottom: 0; }
  .accounts__profile__housesitter-steps__about-me__birthday__day, .accounts__profile__housesitter-steps__about-me__birthday__month, .accounts__profile__housesitter-steps__about-me__birthday__year {
    font-size: 16px; }
  .accounts__profile__housesitter-steps__about-me__partner__container {
    margin-top: 30px; }
  .accounts__profile__housesitter-steps__about-me__partner__birthday__day, .accounts__profile__housesitter-steps__about-me__partner__birthday__month, .accounts__profile__housesitter-steps__about-me__partner__birthday__year {
    font-size: 16px; }
  .accounts__profile__housesitter-steps__about-me__partner__sex:before, .accounts__profile__housesitter-steps__about-me__partner__birthday:before, .accounts__profile__housesitter-steps__about-me__partner__occupation:before, .accounts__profile__housesitter-steps__about-me__partner__occupation-title:before {
    margin-top: 20px;
    padding-bottom: 20px; } }

.accounts__profile__housesitter-steps__countries-dates__location {
  max-width: 360px;
  margin: 0 auto; }

.accounts__profile__housesitter-steps__countries-dates h2 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px; }

.accounts__profile__housesitter-steps__countries-dates h3 {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 400; }

.accounts__profile__housesitter-steps__countries-dates h4 {
  text-align: left;
  font-size: 16px;
  color: #474747; }

.accounts__profile__housesitter-steps__countries-dates__location {
  max-width: 360px;
  margin: 0 auto; }
  .accounts__profile__housesitter-steps__countries-dates__location > h2 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }

.accounts__profile__housesitter-steps__countries-dates__dates {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 30px; }
  .accounts__profile__housesitter-steps__countries-dates__dates > h3 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }
  .accounts__profile__housesitter-steps__countries-dates__dates h4 {
    text-align: left;
    font-size: 16px;
    color: #474747; }
  .accounts__profile__housesitter-steps__countries-dates__dates p {
    text-align: center; }
  .accounts__profile__housesitter-steps__countries-dates__dates > div {
    width: 100%;
    float: left;
    text-align: center; }
    .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button {
      display: inline-block;
      float: none;
      border: none; }
      .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button .accounts__components__toggle-button__choice {
        width: auto;
        margin-right: 10px;
        border: 1px solid #dddddd;
        padding: 5px 15px;
        height: 44px;
        line-height: 34px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button .accounts__components__toggle-button__choice label {
          white-space: nowrap; }
        .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button .accounts__components__toggle-button__choice:last-child {
          margin-right: 0; }
        .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button .accounts__components__toggle-button__choice--selected {
          background-color: #47b549;
          color: white; }
          .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button .accounts__components__toggle-button__choice--selected label {
            background-color: #47b549;
            color: white; }
          .accounts__profile__housesitter-steps__countries-dates__dates > div > .accounts__components__toggle-button .accounts__components__toggle-button__choice--selected svg {
            fill: white !important; }
  .accounts__profile__housesitter-steps__countries-dates__dates__picker {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 10px; }
    .accounts__profile__housesitter-steps__countries-dates__dates__picker p {
      font-size: 14px;
      color: #808080;
      text-align: left;
      margin-top: 15px;
      width: 100%;
      float: left;
      margin-bottom: 0; }
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker {
    width: 100%; }
    .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker .icon {
      height: 41px;
      line-height: 38px; }
    .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker .picker__holder {
      width: 200%; }
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker[name="to"] .picker__holder {
    right: 0; }
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker:hover .icon svg {
    fill: #6699CC; }
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker input.picker__input--active + div + input + .icon svg {
    fill: #6699CC; }
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__checkbox {
    margin-top: 25px;
    float: left; }
    .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__checkbox label > div {
      width: 28px;
      height: 28px; }
      .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__checkbox label > div > div {
        padding-left: 5px;
        margin-top: -1px; }
        .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__checkbox label > div > div svg {
          width: 16px;
          height: 16px; }
    .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__checkbox label span span {
      font-size: 16px;
      line-height: 28px;
      color: #474747; }
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__checkbox--checked label > div {
    background-color: #6699CC; }
  .accounts__profile__housesitter-steps__countries-dates__dates:before, .accounts__profile__housesitter-steps__countries-dates__dates:after {
    content: " ";
    display: table; }
  .accounts__profile__housesitter-steps__countries-dates__dates:before {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-top: 1px dashed #cccccc;
    padding-bottom: 30px; }
  .accounts__profile__housesitter-steps__countries-dates__dates:after {
    clear: both; }

@media (min-width: 420px) {
  .accounts__profile__housesitter-steps__countries-dates__dates .accounts__components__date-picker {
    width: calc(50% - 10px); } }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__countries-dates__location {
    max-width: 420px; }
    .accounts__profile__housesitter-steps__countries-dates__location > h2 {
      font-size: 24px;
      margin-bottom: 20px; }
  .accounts__profile__housesitter-steps__countries-dates__dates > h3 {
    font-size: 20px;
    margin-bottom: 20px; } }

@media (min-width: 1024px) {
  .accounts__profile__housesitter-steps__countries-dates__location {
    max-width: 400px; }
  .accounts__profile__housesitter-steps__countries-dates h2 {
    font-size: 20px;
    margin-bottom: 25px; }
  .accounts__profile__housesitter-steps__countries-dates h3 {
    font-size: 16px;
    margin-bottom: 30px; }
  .accounts__profile__housesitter-steps__countries-dates h4 {
    font-size: 16px;
    color: #474747; }
  .accounts__profile__housesitter-steps__countries-dates__location {
    max-width: 420px; }
    .accounts__profile__housesitter-steps__countries-dates__location > h2 {
      font-size: 24px;
      margin-bottom: 20px; }
  .accounts__profile__housesitter-steps__countries-dates__dates > h3 {
    font-size: 20px;
    margin-bottom: 20px; } }

.accounts__profile__housesitter-steps__media > h2,
.accounts__profile__housesitter-steps__media > p {
  text-align: center; }

.accounts__profile__housesitter-steps__media h3 {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin: 0 auto 20px;
  font-weight: 400; }
  .accounts__profile__housesitter-steps__media h3 .accounts__components__listing-edit-tooltip {
    float: right; }
    .accounts__profile__housesitter-steps__media h3 .accounts__components__listing-edit-tooltip div {
      right: 0; }
      .accounts__profile__housesitter-steps__media h3 .accounts__components__listing-edit-tooltip div:after {
        right: 2px; }

.accounts__profile__housesitter-steps__media__container > div {
  margin-bottom: 20px; }

.accounts__profile__housesitter-steps__media__container > div + div:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 25px; }

.accounts__profile__housesitter-steps__media__video input {
  max-width: 410px;
  margin: 0 auto; }

.accounts__profile__housesitter-steps__media .accounts__components__media-item__detail__data__actions .accounts__components__button--light-gray-secondary {
  color: #47b549; }

@media (min-width: 480px) {
  .accounts__profile__housesitter-steps__media h3 .accounts__components__listing-edit-tooltip div {
    right: -15px; }
    .accounts__profile__housesitter-steps__media h3 .accounts__components__listing-edit-tooltip div:after {
      right: 21px; } }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__media > p {
    margin-bottom: 25px; } }

@media (min-width: 1024px) {
  .accounts__profile__housesitter-steps__media h3 {
    font-size: 20px;
    margin-bottom: 25px; } }

.accounts__profile__housesitter-steps__pets h2,
.accounts__profile__housesitter-steps__pets h3 {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px; }

.accounts__profile__housesitter-steps__pets h4 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px; }

.accounts__profile__housesitter-steps__pets__container {
  width: 210px;
  margin: 0 auto; }
  .accounts__profile__housesitter-steps__pets__container ul li {
    width: 100%;
    height: 44px;
    background-color: white;
    float: left;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    padding: 5px 15px;
    cursor: pointer; }
    .accounts__profile__housesitter-steps__pets__container ul li > span {
      font-size: 15px;
      color: #808080;
      line-height: 32px; }
  .accounts__profile__housesitter-steps__pets__container:before, .accounts__profile__housesitter-steps__pets__container:after {
    content: " ";
    display: table; }
  .accounts__profile__housesitter-steps__pets__container:after {
    clear: both; }

.accounts__profile__housesitter-steps__pets__experiences {
  padding-bottom: 10px;
  max-width: 420px;
  margin: 0 auto;
  position: relative; }
  .accounts__profile__housesitter-steps__pets__experiences textarea {
    margin-bottom: 5px;
    height: 195px; }
  .accounts__profile__housesitter-steps__pets__experiences .accounts__components__listing-edit-tooltip {
    float: right; }
    .accounts__profile__housesitter-steps__pets__experiences .accounts__components__listing-edit-tooltip div {
      right: 0; }
      .accounts__profile__housesitter-steps__pets__experiences .accounts__components__listing-edit-tooltip div:after {
        right: 2px; }
  .accounts__profile__housesitter-steps__pets__experiences--container:before {
    content: ' ';
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-top: 1px dashed #cccccc;
    margin-top: 25px;
    padding-bottom: 25px; }

.accounts__profile__housesitter-steps__pets__animal {
  padding-left: 42px !important;
  position: relative; }
  .accounts__profile__housesitter-steps__pets__animal--selected {
    background-color: #47b549 !important; }
    .accounts__profile__housesitter-steps__pets__animal--selected > span {
      color: white !important; }
  .accounts__profile__housesitter-steps__pets__animal__icon {
    position: absolute;
    left: 10px;
    top: 7px; }
    .accounts__profile__housesitter-steps__pets__animal__icon svg {
      fill: #47b549 !important;
      max-width: 31px;
      max-height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.dogs {
      left: 15px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.dogs svg {
        width: 20px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.cats {
      left: 15px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.cats svg {
        width: 20px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.reptiles {
      left: 15px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.reptiles svg {
        width: 20px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.horses {
      left: 14px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.horses svg {
        width: 22px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.fish {
      left: 12px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.fish svg {
        width: 25px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.poultry {
      left: 12px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.poultry svg {
        width: 25px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.farm-animals svg {
      width: 31px;
      height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.birds {
      left: 11px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.birds svg {
        width: 28px;
        height: 24px; }
    .accounts__profile__housesitter-steps__pets__animal__icon.small-pets {
      left: 15px; }
      .accounts__profile__housesitter-steps__pets__animal__icon.small-pets svg {
        width: 20px;
        height: 24px; }
  .accounts__profile__housesitter-steps__pets__animal__check {
    float: right; }
  .accounts__profile__housesitter-steps__pets__animal--selected .accounts__profile__housesitter-steps__pets__animal__icon svg {
    fill: white !important; }
  .accounts__profile__housesitter-steps__pets__animal__others {
    padding-left: 15px !important; }
    .accounts__profile__housesitter-steps__pets__animal__others input {
      border: 0;
      width: 100%;
      margin-right: 0;
      height: 100%; }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__pets__experiences .accounts__components__listing-edit-tooltip {
    position: absolute;
    right: -44px;
    top: 0; }
    .accounts__profile__housesitter-steps__pets__experiences .accounts__components__listing-edit-tooltip div {
      right: -15px; }
      .accounts__profile__housesitter-steps__pets__experiences .accounts__components__listing-edit-tooltip div:after {
        right: 21px; }
  .accounts__profile__housesitter-steps__pets__container {
    width: 440px; }
    .accounts__profile__housesitter-steps__pets__container ul li {
      width: calc(50% - 15px);
      margin-left: 7px !important; }
      .accounts__profile__housesitter-steps__pets__container ul li:nth-child(2n+1) {
        margin-right: 8px !important;
        margin-left: 0 !important; } }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__pets h2 {
    font-size: 24px;
    margin-bottom: 25px; }
  .accounts__profile__housesitter-steps__pets h3 {
    font-size: 20px;
    margin-bottom: 25px; }
  .accounts__profile__housesitter-steps__pets h4 {
    margin-bottom: 30px; } }

.accounts__profile__housesitter-steps__profile__title, .accounts__profile__housesitter-steps__profile__introduction, .accounts__profile__housesitter-steps__profile__motivation {
  max-width: 500px;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center; }
  .accounts__profile__housesitter-steps__profile__title h2, .accounts__profile__housesitter-steps__profile__introduction h2, .accounts__profile__housesitter-steps__profile__motivation h2 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }
  .accounts__profile__housesitter-steps__profile__title h3, .accounts__profile__housesitter-steps__profile__introduction h3, .accounts__profile__housesitter-steps__profile__motivation h3 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }
  .accounts__profile__housesitter-steps__profile__title p, .accounts__profile__housesitter-steps__profile__introduction p, .accounts__profile__housesitter-steps__profile__motivation p {
    text-align: center;
    font-size: 15px;
    color: #808080; }
  .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip, .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip, .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip {
    float: right; }
    .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip div, .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip div, .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip div {
      right: 0; }
      .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip div:after, .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip div:after, .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip div:after {
        right: 2px; }

.accounts__profile__housesitter-steps__profile__introduction:before, .accounts__profile__housesitter-steps__profile__motivation:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  padding-bottom: 25px;
  margin-top: 25px; }

.accounts__profile__housesitter-steps__profile__title input {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  color: #808080;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 10px; }

.accounts__profile__housesitter-steps__profile__introduction textarea {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  color: #808080;
  font-size: 16px;
  margin-bottom: 10px; }

.accounts__profile__housesitter-steps__profile__motivation {
  margin-bottom: 0;
  border-bottom: none; }
  .accounts__profile__housesitter-steps__profile__motivation textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    color: #808080;
    font-size: 16px;
    margin-bottom: 10px; }
  .accounts__profile__housesitter-steps__profile__motivation .accounts__components__help-bubble-bird {
    display: inline-block;
    margin-bottom: 25px; }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__profile__title, .accounts__profile__housesitter-steps__profile__introduction, .accounts__profile__housesitter-steps__profile__motivation {
    position: relative; }
    .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip, .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip, .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip {
      position: absolute;
      right: -33px; }
      .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip div, .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip div, .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip div {
        right: -15px; }
        .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip div:after, .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip div:after, .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip div:after {
          right: 21px; }
  .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip {
    top: 48px; }
  .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip {
    top: 67px; }
  .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip {
    top: 150px; } }

@media (min-width: 768px) {
  .accounts__profile__housesitter-steps__profile__title, .accounts__profile__housesitter-steps__profile__introduction, .accounts__profile__housesitter-steps__profile__motivation {
    max-width: 500px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center; }
    .accounts__profile__housesitter-steps__profile__title h2, .accounts__profile__housesitter-steps__profile__introduction h2, .accounts__profile__housesitter-steps__profile__motivation h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 25px; }
    .accounts__profile__housesitter-steps__profile__title h3, .accounts__profile__housesitter-steps__profile__introduction h3, .accounts__profile__housesitter-steps__profile__motivation h3 {
      font-size: 20px;
      margin-bottom: 30px; }
  .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip {
    top: 62px; }
  .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip {
    top: 81px; }
  .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip {
    top: 165px; } }

@media (min-width: 1024px) {
  .accounts__profile__housesitter-steps__profile__title .accounts__components__listing-edit-tooltip {
    top: 62px; }
  .accounts__profile__housesitter-steps__profile__introduction .accounts__components__listing-edit-tooltip {
    top: 81px; }
  .accounts__profile__housesitter-steps__profile__motivation {
    position: relative; }
    .accounts__profile__housesitter-steps__profile__motivation .accounts__components__help-bubble-bird {
      position: absolute;
      left: -250px;
      top: 51px;
      padding-bottom: 0; }
    .accounts__profile__housesitter-steps__profile__motivation .accounts__components__listing-edit-tooltip {
      top: 81px; } }

.accounts__profile__listings__homeowner__manual {
  font-size: 14px;
  line-height: 140%; }
  .accounts__profile__listings__homeowner__manual__homeowner__about {
    background-color: #6699CC;
    border-bottom: 1px dashed #cccccc;
    color: white;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0; }
    .accounts__profile__listings__homeowner__manual__homeowner__about h3, .accounts__profile__listings__homeowner__manual__homeowner__about h6 {
      color: white; }
  .accounts__profile__listings__homeowner__manual__homeowner__questions {
    padding: 0; }
    .accounts__profile__listings__homeowner__manual__homeowner__questions__step {
      display: none; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__step--active {
        display: block !important; }
    .accounts__profile__listings__homeowner__manual__homeowner__questions > section > header {
      background-color: #d9e1ec;
      padding: 20px 10px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > header > h5 {
        float: left;
        margin-bottom: 14px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > header > span {
        float: right;
        margin-bottom: 14px; }
    .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div {
      background-color: #d9e1ec;
      padding: 10px 10px;
      -webkit-border-radius: 0 0 12px 12px;
      -moz-border-radius: 0 0 12px 12px;
      -ms-border-radius: 0 0 12px 12px;
      border-radius: 0 0 12px 12px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div {
        border-top: 1px dashed #cccccc;
        clear: both; }
        .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div {
          padding-top: 10px; }
          .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div > p {
            padding: 14px;
            background-color: #ecf0f5;
            position: relative;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
            .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div > p:before {
              position: absolute;
              content: ' ';
              top: -24px;
              left: 40px;
              border: 12px solid transparent;
              border-color: transparent transparent #ecf0f5 transparent; }
    .accounts__profile__listings__homeowner__manual__homeowner__questions > section > footer {
      padding: 14px 14px 40px 14px;
      background-color: #f0f0f0; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > footer > button {
        font-size: 16px; }
    .accounts__profile__listings__homeowner__manual__homeowner__questions__home__reminder {
      border-top: 1px dashed #cccccc;
      padding: 20px;
      text-align: center;
      font-size: 14px !important; }
    .accounts__profile__listings__homeowner__manual__homeowner__questions__popup .accounts__components__popup__container {
      border: 1px solid #cccccc;
      background-color: #f0f0f0;
      padding: 25px 18px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      text-align: center;
      min-width: 300px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__popup .accounts__components__popup__container p {
        color: #474747;
        font-size: 14px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__popup .accounts__components__popup__container > button {
        font-size: 14px;
        display: inline-block;
        float: none;
        margin-bottom: 10px; }
        .accounts__profile__listings__homeowner__manual__homeowner__questions__popup .accounts__components__popup__container > button:last-child {
          margin-bottom: 0; }
  .accounts__profile__listings__homeowner__manual__homeowner__save_buttons {
    text-align: center; }
  @media (min-width: 650px) {
    .accounts__profile__listings__homeowner__manual__homeowner__questions__popup .accounts__components__popup__container > button {
      margin-right: 10px;
      margin-bottom: 0; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__popup .accounts__components__popup__container > button:last-child {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .accounts__profile__listings__homeowner__manual__homeowner {
      font-size: 16px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__step {
        display: block !important; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__basic > div {
        border-radius: 0 !important; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__pet > div {
        border-radius: 0 !important; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > header {
        padding: 30px 60px; }
        .accounts__profile__listings__homeowner__manual__homeowner__questions > section > header > h5 {
          font-size: 20px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div {
        padding: 20px 30px; }
        .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div {
          padding: 20px 30px 0 30px; }
          .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div > h6 {
            clear: both; }
          .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div > textarea {
            width: calc(50% - 30px); }
          .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div > p {
            float: right;
            width: calc(50% - 30px); }
            .accounts__profile__listings__homeowner__manual__homeowner__questions > section > div > div div > p:before {
              position: absolute;
              content: ' ';
              top: 8px;
              left: -24px;
              border: 12px solid transparent;
              border-color: transparent #ecf0f5 transparent transparent; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions > section > footer > button {
        font-size: 16px; }
      .accounts__profile__listings__homeowner__manual__homeowner__questions__home > div > div > div > p:last-child {
        margin-bottom: 32px; } }
  .accounts__profile__listings__homeowner__manual__housesitter__about {
    background-color: #d9e1ec;
    margin-bottom: 10px; }
    .accounts__profile__listings__homeowner__manual__housesitter__about h4 {
      margin-bottom: 0; }
  .accounts__profile__listings__homeowner__manual__housesitter__assignment {
    background-color: white;
    margin-top: 5px;
    margin-bottom: 10px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment__title {
      margin-top: 5px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment__date {
      font-size: 14px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment__location {
      color: #808080;
      font-size: 14px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar {
      max-height: 300px;
      overflow: hidden;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar--wrapper {
        padding-bottom: 75%;
        position: relative;
        margin: 0; }
        .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar--wrapper > a > img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment__animals {
      position: absolute;
      right: 14px;
      bottom: 15px;
      float: none; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment__animals > img {
        float: left;
        margin-left: 5px;
        max-height: 20px; }
  .accounts__profile__listings__homeowner__manual__housesitter__answers {
    float: left;
    width: 100%;
    margin: 5px 0 10px 0; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs > input[type="radio"] {
      display: none; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs > label {
      color: white;
      line-height: 100%;
      width: calc(33.33333333333% - (2*5px)/3);
      margin-left: 2.5px;
      margin-right: 2.5px;
      margin-bottom: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-border-radius: 12px 12px 0 0;
      -moz-border-radius: 12px 12px 0 0;
      -ms-border-radius: 12px 12px 0 0;
      border-radius: 12px 12px 0 0; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs [type=radio]:checked + label {
      background: rgba(217, 225, 236, 0.55);
      color: #474747; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs .general__tab:checked ~ .general__tab, .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs .pet__tab:checked ~ .pet__tab, .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs .home__tab:checked ~ .home__tab {
      display: block; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__label--general {
      background: #fd4273;
      margin-left: 0 !important; }
      .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__label--general:hover {
        background: #f181ae;
        cursor: pointer; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__label--pet {
      background: #47b549; }
      .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__label--pet:hover {
        background: #67c17a;
        cursor: pointer; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__label--home {
      background: #6699CC;
      margin-right: 0 !important; }
      .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__label--home:hover {
        background: #9fc7e2;
        cursor: pointer; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__tab {
      display: none;
      background-color: rgba(217, 225, 236, 0.55);
      -webkit-border-radius: 0 0 12px 12px;
      -moz-border-radius: 0 0 12px 12px;
      -ms-border-radius: 0 0 12px 12px;
      border-radius: 0 0 12px 12px; }
      .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__tab > div {
        border-bottom: 1px dashed #cccccc;
        padding-top: 14px; }
        .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__tab > div:first-child {
          padding-top: 0; }
        .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs__tab > div:last-child {
          border-bottom: none; }
  .accounts__profile__listings__homeowner__manual__housesitter__buttons {
    float: right;
    clear: both;
    margin-top: 5px; }
  @media (min-width: 650px) {
    .accounts__profile__listings__homeowner__manual__housesitter__about {
      width: calc(70% - 5px);
      margin-right: 5px;
      height: 287px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment {
      line-height: 140%;
      width: calc(30% - 5px);
      margin-top: 0;
      margin-left: 5px;
      height: 287px; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar {
        max-height: 123px; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment__animals {
        position: initial;
        margin-top: 5px; }
        .accounts__profile__listings__homeowner__manual__housesitter__assignment__animals > img:first-child {
          margin-left: 0; }
    .accounts__profile__listings__homeowner__manual__housesitter__answers__tabs > label {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .accounts__profile__listings__homeowner__manual__housesitter__about {
      height: 305px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment {
      height: 305px; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar {
        max-height: 139px; } }
  @media (min-width: 1024px) {
    .accounts__profile__listings__homeowner__manual__housesitter {
      font-size: 16px;
      line-height: 180%; }
      .accounts__profile__listings__homeowner__manual__housesitter__about {
        margin-bottom: 20px;
        margin-right: 14px;
        width: calc(70% - 14px);
        height: 342px; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment {
        margin-bottom: 20px;
        margin-left: 14px;
        width: calc(30% - 14px);
        height: 342px; }
        .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar {
          max-height: 166px; }
        .accounts__profile__listings__homeowner__manual__housesitter__assignment__animals {
          position: absolute;
          margin-top: 0;
          padding-bottom: 25px; }
      .accounts__profile__listings__homeowner__manual__housesitter__answers {
        margin: 20px 0; } }
  @media (min-width: 1224px) {
    .accounts__profile__listings__homeowner__manual__housesitter__about {
      height: 392px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment {
      height: 392px; }
      .accounts__profile__listings__homeowner__manual__housesitter__assignment__avatar {
        max-height: 206px; } }
  @media (min-width: 1284px) {
    .accounts__profile__listings__homeowner__manual__housesitter__about {
      height: 370px; }
    .accounts__profile__listings__homeowner__manual__housesitter__assignment {
      height: 370px; } }

.accounts__components__verifications__external-references-request__how-this-works {
  padding: 10px 0 0; }

.accounts__components__verifications__external-references-request__request {
  border-bottom: 1px dashed #cccccc; }
  .accounts__components__verifications__external-references-request__request > div button {
    height: 42px; }
    .accounts__components__verifications__external-references-request__request > div button[disabled] {
      opacity: 0.45; }
  .accounts__components__verifications__external-references-request__request > div > div {
    padding: 10px 0;
    border-bottom: 1px dashed #cccccc; }
    .accounts__components__verifications__external-references-request__request > div > div > p.meta {
      color: #808080;
      margin-bottom: 0;
      font-size: 14px; }
    .accounts__components__verifications__external-references-request__request > div > div input {
      color: #474747; }
      .accounts__components__verifications__external-references-request__request > div > div input:last-of-type {
        margin-bottom: 0; }
    .accounts__components__verifications__external-references-request__request > div > div button:not(:first-child) {
      margin-top: 5px;
      display: block; }
    .accounts__components__verifications__external-references-request__request > div > div .accounts__components__drop-down__selected-item,
    .accounts__components__verifications__external-references-request__request > div > div textarea {
      color: #474747; }

.accounts__components__verifications__external-references-request__initial > div {
  padding: 10px 0; }
  .accounts__components__verifications__external-references-request__initial > div:first-child > div {
    margin-bottom: 10px; }
  .accounts__components__verifications__external-references-request__initial > div:first-child button {
    height: 42px; }
  .accounts__components__verifications__external-references-request__initial > div:not(:first-child) {
    border-top: 1px dashed #cccccc; }
  .accounts__components__verifications__external-references-request__initial > div:last-child {
    padding-bottom: 0; }
  .accounts__components__verifications__external-references-request__initial > div > ul {
    margin-bottom: 10px; }

@media (min-width: 480px) {
  .accounts__components__verifications__external-references-request__initial > div:first-child > div {
    line-height: 42px;
    margin-bottom: 0;
    float: left; }
  .accounts__components__verifications__external-references-request__initial > div:first-child button {
    float: right; } }

@media (min-width: 768px) {
  .accounts__components__verifications__external-references-request__request > div > div {
    padding: 20px 0; }
    .accounts__components__verifications__external-references-request__request > div > div:not(:last-child) > div {
      width: calc(50% - 10px);
      max-width: 310px;
      float: left; }
      .accounts__components__verifications__external-references-request__request > div > div:not(:last-child) > div:nth-of-type(2n-1) {
        margin-right: 10px; }
      .accounts__components__verifications__external-references-request__request > div > div:not(:last-child) > div:nth-of-type(2n) {
        margin-left: 10px; }
    .accounts__components__verifications__external-references-request__request > div > div:not(:last-child):nth-of-type(2) > div:not(:nth-last-of-type(-n+2)) {
      margin-bottom: 20px; }
    .accounts__components__verifications__external-references-request__request > div > div button:not(:first-child) {
      margin-top: 0;
      margin-left: 10px;
      display: inline-block; }
  .accounts__components__verifications__external-references-request__how-this-works {
    padding: 15px 0 0;
    font-size: 15px; }
    .accounts__components__verifications__external-references-request__how-this-works .accounts__components__link {
      font-size: 15px; }
  .accounts__components__verifications__external-references-request input,
  .accounts__components__verifications__external-references-request textarea {
    font-size: 16px; }
  .accounts__components__verifications__external-references-request__initial > div {
    padding: 15px 0; }
    .accounts__components__verifications__external-references-request__initial > div:last-child {
      padding-bottom: 0; } }

.accounts__components__verifications__external-references-received > div {
  padding: 15px 0; }
  .accounts__components__verifications__external-references-received > div:first-of-type {
    padding-top: 0; }
  .accounts__components__verifications__external-references-received > div:last-of-type {
    padding-bottom: 0; }
  .accounts__components__verifications__external-references-received > div:not(:last-of-type) {
    border-bottom: 1px dashed #dddddd; }
  .accounts__components__verifications__external-references-received > div > ul > li:not(:last-of-type) {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .accounts__components__verifications__external-references-received > div {
    padding: 20px 0; }
    .accounts__components__verifications__external-references-received > div > ul > li:not(:last-of-type) {
      margin-bottom: 15px; } }

.accounts__profile__homeowner-steps__my-home__home, .accounts__profile__homeowner-steps__my-home__car, .accounts__profile__homeowner-steps__my-home__disabled-access, .accounts__profile__homeowner-steps__my-home__household, .accounts__profile__homeowner-steps__my-home__children, .accounts__profile__homeowner-steps__my-home__internet, .accounts__profile__homeowner-steps__my-home__local-attractions {
  max-width: 560px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }
  .accounts__profile__homeowner-steps__my-home__home h4, .accounts__profile__homeowner-steps__my-home__car h4, .accounts__profile__homeowner-steps__my-home__disabled-access h4, .accounts__profile__homeowner-steps__my-home__household h4, .accounts__profile__homeowner-steps__my-home__children h4, .accounts__profile__homeowner-steps__my-home__internet h4, .accounts__profile__homeowner-steps__my-home__local-attractions h4 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px; }
  .accounts__profile__homeowner-steps__my-home__home h5, .accounts__profile__homeowner-steps__my-home__car h5, .accounts__profile__homeowner-steps__my-home__disabled-access h5, .accounts__profile__homeowner-steps__my-home__household h5, .accounts__profile__homeowner-steps__my-home__children h5, .accounts__profile__homeowner-steps__my-home__internet h5, .accounts__profile__homeowner-steps__my-home__local-attractions h5 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 400; }
  .accounts__profile__homeowner-steps__my-home__home p, .accounts__profile__homeowner-steps__my-home__car p, .accounts__profile__homeowner-steps__my-home__disabled-access p, .accounts__profile__homeowner-steps__my-home__household p, .accounts__profile__homeowner-steps__my-home__children p, .accounts__profile__homeowner-steps__my-home__internet p, .accounts__profile__homeowner-steps__my-home__local-attractions p {
    text-align: center;
    font-size: 15px;
    color: #808080; }
  .accounts__profile__homeowner-steps__my-home__home > ul, .accounts__profile__homeowner-steps__my-home__car > ul, .accounts__profile__homeowner-steps__my-home__disabled-access > ul, .accounts__profile__homeowner-steps__my-home__household > ul, .accounts__profile__homeowner-steps__my-home__children > ul, .accounts__profile__homeowner-steps__my-home__internet > ul, .accounts__profile__homeowner-steps__my-home__local-attractions > ul {
    display: inline-block;
    float: none; }
  .accounts__profile__homeowner-steps__my-home__home .accounts__components__toggle-button__choice--selected label, .accounts__profile__homeowner-steps__my-home__car .accounts__components__toggle-button__choice--selected label, .accounts__profile__homeowner-steps__my-home__disabled-access .accounts__components__toggle-button__choice--selected label, .accounts__profile__homeowner-steps__my-home__household .accounts__components__toggle-button__choice--selected label, .accounts__profile__homeowner-steps__my-home__children .accounts__components__toggle-button__choice--selected label, .accounts__profile__homeowner-steps__my-home__internet .accounts__components__toggle-button__choice--selected label, .accounts__profile__homeowner-steps__my-home__local-attractions .accounts__components__toggle-button__choice--selected label {
    background-color: #6699CC;
    color: white; }
  .accounts__profile__homeowner-steps__my-home__home .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__profile__homeowner-steps__my-home__car .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__profile__homeowner-steps__my-home__disabled-access .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__profile__homeowner-steps__my-home__household .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__profile__homeowner-steps__my-home__children .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__profile__homeowner-steps__my-home__internet .accounts__components__toggle-button__choice--selected .accounts__components__icon svg, .accounts__profile__homeowner-steps__my-home__local-attractions .accounts__components__toggle-button__choice--selected .accounts__components__icon svg {
    fill: white; }
  .accounts__profile__homeowner-steps__my-home__home .accounts__components__checkbox--checked label > div, .accounts__profile__homeowner-steps__my-home__car .accounts__components__checkbox--checked label > div, .accounts__profile__homeowner-steps__my-home__disabled-access .accounts__components__checkbox--checked label > div, .accounts__profile__homeowner-steps__my-home__household .accounts__components__checkbox--checked label > div, .accounts__profile__homeowner-steps__my-home__children .accounts__components__checkbox--checked label > div, .accounts__profile__homeowner-steps__my-home__internet .accounts__components__checkbox--checked label > div, .accounts__profile__homeowner-steps__my-home__local-attractions .accounts__components__checkbox--checked label > div {
    background-color: #6699CC; }

.accounts__profile__homeowner-steps__my-home__car:before, .accounts__profile__homeowner-steps__my-home__disabled-access:before, .accounts__profile__homeowner-steps__my-home__household:before, .accounts__profile__homeowner-steps__my-home__internet:before, .accounts__profile__homeowner-steps__my-home__children:before, .accounts__profile__homeowner-steps__my-home__local-attractions:before {
  content: ' ';
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 25px; }

.accounts__profile__homeowner-steps__my-home__car .accounts__components__checkbox {
  display: inline-block;
  margin-top: 20px; }
  .accounts__profile__homeowner-steps__my-home__car .accounts__components__checkbox label > div {
    width: 28px;
    height: 28px; }
    .accounts__profile__homeowner-steps__my-home__car .accounts__components__checkbox label > div > div {
      padding-left: 0px;
      margin-top: -1px; }
      .accounts__profile__homeowner-steps__my-home__car .accounts__components__checkbox label > div > div svg {
        width: 16px;
        height: 16px; }
  .accounts__profile__homeowner-steps__my-home__car .accounts__components__checkbox label span span {
    font-size: 16px;
    line-height: 28px;
    color: #474747; }

.accounts__profile__homeowner-steps__my-home__disabled-access {
  position: relative;
  max-width: 250px; }
  .accounts__profile__homeowner-steps__my-home__disabled-access .accounts__components__listing-edit-tooltip {
    position: absolute;
    bottom: 13px;
    right: 0; }

.accounts__profile__homeowner-steps__my-home__household ul {
  max-width: 200px; }
  .accounts__profile__homeowner-steps__my-home__household ul li {
    margin-bottom: 25px;
    float: left; }

.accounts__profile__homeowner-steps__my-home__household .accounts__components__help-bubble-bird {
  display: inline-block;
  margin-bottom: 25px; }

.accounts__profile__homeowner-steps__my-home__children {
  position: relative;
  max-width: 250px; }
  .accounts__profile__homeowner-steps__my-home__children .accounts__components__listing-edit-tooltip {
    position: absolute;
    bottom: 13px;
    right: 0; }

.accounts__profile__homeowner-steps__my-home__internet {
  position: relative;
  max-width: 300px; }
  .accounts__profile__homeowner-steps__my-home__internet ul li {
    margin-bottom: 15px; }
  .accounts__profile__homeowner-steps__my-home__internet .accounts__components__listing-edit-tooltip {
    position: absolute;
    right: calc(50% - 100px);
    bottom: 24px; }

.accounts__profile__homeowner-steps__my-home__local-attractions ul {
  max-width: 330px; }
  .accounts__profile__homeowner-steps__my-home__local-attractions ul li:nth-child(1),
  .accounts__profile__homeowner-steps__my-home__local-attractions ul li:nth-child(2) {
    margin-bottom: 15px; }
  .accounts__profile__homeowner-steps__my-home__local-attractions ul li:nth-child(2) {
    margin-right: 0; }

@media (min-width: 480px) {
  .accounts__profile__homeowner-steps__my-home__household ul {
    max-width: 500px;
    width: 100%; }
    .accounts__profile__homeowner-steps__my-home__household ul li {
      margin-bottom: 0;
      float: none; } }

@media (min-width: 560px) {
  .accounts__profile__homeowner-steps__my-home__internet {
    max-width: 465px; }
    .accounts__profile__homeowner-steps__my-home__internet .accounts__components__listing-edit-tooltip {
      right: 0; } }

@media (min-width: 650px) {
  .accounts__profile__homeowner-steps__my-home__local-attractions ul {
    max-width: 550px; }
    .accounts__profile__homeowner-steps__my-home__local-attractions ul li:nth-child(1),
    .accounts__profile__homeowner-steps__my-home__local-attractions ul li:nth-child(2) {
      margin-bottom: 0; }
    .accounts__profile__homeowner-steps__my-home__local-attractions ul li:nth-child(2) {
      margin-right: 15px; } }

@media (min-width: 768px) {
  .accounts__profile__homeowner-steps__my-home__home h4, .accounts__profile__homeowner-steps__my-home__car h4, .accounts__profile__homeowner-steps__my-home__disabled-access h4, .accounts__profile__homeowner-steps__my-home__household h4, .accounts__profile__homeowner-steps__my-home__children h4, .accounts__profile__homeowner-steps__my-home__internet h4, .accounts__profile__homeowner-steps__my-home__local-attractions h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px; }
  .accounts__profile__homeowner-steps__my-home__home h5, .accounts__profile__homeowner-steps__my-home__car h5, .accounts__profile__homeowner-steps__my-home__disabled-access h5, .accounts__profile__homeowner-steps__my-home__household h5, .accounts__profile__homeowner-steps__my-home__children h5, .accounts__profile__homeowner-steps__my-home__internet h5, .accounts__profile__homeowner-steps__my-home__local-attractions h5 {
    font-size: 20px;
    margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .accounts__profile__homeowner-steps__my-home__home h4, .accounts__profile__homeowner-steps__my-home__car h4, .accounts__profile__homeowner-steps__my-home__disabled-access h4, .accounts__profile__homeowner-steps__my-home__household h4, .accounts__profile__homeowner-steps__my-home__children h4, .accounts__profile__homeowner-steps__my-home__internet h4, .accounts__profile__homeowner-steps__my-home__local-attractions h4 {
    margin-bottom: 25px; }
  .accounts__profile__homeowner-steps__my-home__home h5, .accounts__profile__homeowner-steps__my-home__car h5, .accounts__profile__homeowner-steps__my-home__disabled-access h5, .accounts__profile__homeowner-steps__my-home__household h5, .accounts__profile__homeowner-steps__my-home__children h5, .accounts__profile__homeowner-steps__my-home__internet h5, .accounts__profile__homeowner-steps__my-home__local-attractions h5 {
    margin-bottom: 25px; }
  .accounts__profile__homeowner-steps__my-home__car:before, .accounts__profile__homeowner-steps__my-home__disabled-access:before, .accounts__profile__homeowner-steps__my-home__household:before, .accounts__profile__homeowner-steps__my-home__children:before, .accounts__profile__homeowner-steps__my-home__internet:before, .accounts__profile__homeowner-steps__my-home__local-attractions:before {
    margin-top: 30px;
    padding-bottom: 30px; }
  .accounts__profile__homeowner-steps__my-home__household {
    position: relative; }
    .accounts__profile__homeowner-steps__my-home__household .accounts__components__help-bubble-bird {
      position: absolute;
      left: -180px;
      top: 10px;
      padding-bottom: 0; } }

.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__icon > svg {
  fill: #6699CC; }

.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__label .accounts__components__icon[type='pause'] {
  margin-right: 5px; }

.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__label .accounts__components__icon[type='pause'] > svg {
  width: 1.75em;
  height: 1.75em;
  max-width: 1.75em;
  max-height: 1.75em; }

.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__label,
.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content > div {
  background-color: #d9e1ec;
  border: none; }
  .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__label label,
  .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content > div label {
    font-weight: 400;
    font-size: 14px; }

.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler .accounts__components__collapsible-panel__content p {
  font-size: 14px; }

.accounts__components__listing__homeowner__assignments__mark-reviewing-toggler__listings {
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
  padding-top: 10px; }
  .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler__listings__listing {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px; }
    .accounts__components__listing__homeowner__assignments__mark-reviewing-toggler__listings__listing > ul > li:not(:last-child) {
      border-bottom: 1px dashed #dddddd;
      padding-bottom: 14px;
      margin-bottom: 10px; }

.accounts__profile__manual__housesitter__calendar {
  background-color: rgba(159, 199, 226, 0.6); }
  .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__event {
    border: none; }
    .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__event__title {
      border-bottom: none;
      font-size: 20px;
      font-weight: 500; }
    .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__event__events {
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__event__events > ul {
        padding-bottom: 0; }
        .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__event__events > ul > li:last-child {
          border-bottom: none; }
  .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__events > ul > li {
    padding-bottom: 20px;
    float: left;
    width: 100%; }
    .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__events > ul > li + li {
      border-top: 1px dashed white;
      padding-top: 20px; }
  @media (min-width: 1024px) {
    .accounts__profile__manual__housesitter__calendar {
      background-color: #daf2e0;
      background-image: -webkit-linear-gradient(-270deg, #daf2e0, #b3e0bc);
      background-image: linear-gradient(0deg,#daf2e0, #b3e0bc); }
      .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__events > ul > li {
        padding-bottom: 30px; }
        .accounts__profile__manual__housesitter__calendar .accounts__components__calendar__events > ul > li + li {
          padding-top: 30px; } }

.accounts__profile__manual__housesitter__emergency__medical-surgery__pharmacy, .accounts__profile__manual__housesitter__emergency__medical-surgery__dentist {
  margin-top: 30px; }

.accounts__profile__manual__housesitter__my-home__photos ul > li {
  text-align: center;
  width: 100%;
  margin: auto;
  display: inline-block;
  margin-bottom: 20px; }
  .accounts__profile__manual__housesitter__my-home__photos ul > li > img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
  .accounts__profile__manual__housesitter__my-home__photos ul > li > div {
    font-size: 14px; }

@media (min-width: 650px) {
  .accounts__profile__manual__housesitter__my-home__photos ul > li {
    width: calc(50% - 10px); }
    .accounts__profile__manual__housesitter__my-home__photos ul > li:nth-child(2n) {
      margin-left: 10px; }
    .accounts__profile__manual__housesitter__my-home__photos ul > li:nth-child(2n+1) {
      margin-right: 10px; }
    .accounts__profile__manual__housesitter__my-home__photos ul > li > img {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
    .accounts__profile__manual__housesitter__my-home__photos ul > li > div {
      font-size: 14px; } }

.accounts__profile__manual__housesitter__my-pets__photos ul > li {
  text-align: center;
  width: 100%;
  margin: auto;
  display: inline-block;
  margin-bottom: 20px; }
  .accounts__profile__manual__housesitter__my-pets__photos ul > li > img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
  .accounts__profile__manual__housesitter__my-pets__photos ul > li > div {
    font-size: 14px; }

@media (min-width: 650px) {
  .accounts__profile__manual__housesitter__my-pets__photos ul > li {
    width: calc(50% - 10px); }
    .accounts__profile__manual__housesitter__my-pets__photos ul > li:nth-child(2n) {
      margin-left: 10px; }
    .accounts__profile__manual__housesitter__my-pets__photos ul > li:nth-child(2n+1) {
      margin-right: 10px; }
    .accounts__profile__manual__housesitter__my-pets__photos ul > li > img {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px; }
    .accounts__profile__manual__housesitter__my-pets__photos ul > li > div {
      font-size: 14px; } }

.accounts__profile__manual__housesitter__welcome__help-center {
  border-top: 1px dashed #cccccc; }
  .accounts__profile__manual__housesitter__welcome__help-center__title {
    text-align: center;
    margin-bottom: 15px; }
  .accounts__profile__manual__housesitter__welcome__help-center__info {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
    .accounts__profile__manual__housesitter__welcome__help-center__info img {
      width: 63px;
      height: 63px; }
    .accounts__profile__manual__housesitter__welcome__help-center__info > div {
      float: left; }
    .accounts__profile__manual__housesitter__welcome__help-center__info__text {
      width: calc(100% - 63px - 15px);
      margin-left: 15px; }
      .accounts__profile__manual__housesitter__welcome__help-center__info__text > h4, .accounts__profile__manual__housesitter__welcome__help-center__info__text > div {
        margin-top: 5px;
        margin-bottom: 0;
        color: #808080; }
        .accounts__profile__manual__housesitter__welcome__help-center__info__text > h4 > a, .accounts__profile__manual__housesitter__welcome__help-center__info__text > div > a {
          color: #808080; }

@media (min-width: 768px) {
  .accounts__profile__manual__housesitter__welcome__help-center {
    border-top: none; }
    .accounts__profile__manual__housesitter__welcome__help-center__title {
      margin-bottom: 25px; }
      .accounts__profile__manual__housesitter__welcome__help-center__title > h3 {
        position: relative;
        display: inline-block;
        width: calc(100% / 3); }
        .accounts__profile__manual__housesitter__welcome__help-center__title > h3:before, .accounts__profile__manual__housesitter__welcome__help-center__title > h3:after {
          content: ' ';
          position: absolute;
          width: 100%;
          top: 50%;
          border-top: 1px dashed #cccccc; }
        .accounts__profile__manual__housesitter__welcome__help-center__title > h3:before {
          right: 100%; }
        .accounts__profile__manual__housesitter__welcome__help-center__title > h3:after {
          left: 100%; } }

@media (min-width: 1024px) {
  .accounts__profile__manual__housesitter__welcome__message {
    background-color: #daf2e0;
    background-image: -webkit-linear-gradient(-270deg, #daf2e0, #b3e0bc);
    background-image: linear-gradient(0deg,#daf2e0, #b3e0bc); } }

.accounts__profile__manual__homeowner__calendar .accounts__components__calendar__day {
  background-color: white; }
  .accounts__profile__manual__homeowner__calendar .accounts__components__calendar__day--event:before {
    position: absolute;
    content: ' ';
    width: 60%;
    height: 60%;
    min-width: 32px;
    min-height: 32px;
    left: 50%;
    top: 50%;
    border: 1px solid #f181ae;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .accounts__profile__manual__homeowner__calendar .accounts__components__calendar__day--selected:before {
    display: none; }

.accounts__profile__manual__homeowner__calendar .accounts__components__calendar__month__weekdays {
  border-bottom: 1px solid #dddddd; }

.accounts__profile__manual__homeowner__calendar .accounts__components__calendar__event {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative; }
  .accounts__profile__manual__homeowner__calendar .accounts__components__calendar__event__edit__header {
    background-color: rgba(211, 232, 215, 0.75); }
  .accounts__profile__manual__homeowner__calendar .accounts__components__calendar__event__edit__section .accounts__components__ios-toggle-button {
    background: none; }

.accounts__profile__manual__homeowner__calendar .accounts__components__listing__homeowner__events__overlay.animations__overlay {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

@media (min-width: 1024px) {
  .accounts__profile__manual__homeowner__calendar {
    background-color: #daf2e0;
    background-image: -webkit-linear-gradient(-270deg, #daf2e0, #b3e0bc);
    background-image: linear-gradient(0deg,#daf2e0, #b3e0bc); }
    .accounts__profile__manual__homeowner__calendar > div {
      width: 80%; }
    .accounts__profile__manual__homeowner__calendar .accounts__components__listing__homeowner__events__hidden-mobile + .accounts__components__listing__homeowner__events__list {
      padding-top: 0 !important; } }

.accounts__profile__manual__homeowner__my-home__contacts__edit ul > li {
  padding: 20px 0;
  border-bottom: 1px dashed #bcbcbc; }
  .accounts__profile__manual__homeowner__my-home__contacts__edit ul > li:first-child {
    padding-top: 0; }

.accounts__profile__manual__homeowner__my-home__photos {
  border-top: none !important; }
  .accounts__profile__manual__homeowner__my-home__photos__preview ul > li {
    text-align: center;
    width: 160px;
    margin: auto;
    display: inline-block;
    margin-bottom: 10px; }
    .accounts__profile__manual__homeowner__my-home__photos__preview ul > li:not(:last-child) {
      margin-right: 20px; }
    .accounts__profile__manual__homeowner__my-home__photos__preview ul > li > img {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      height: 100%;
      width: 100%; }
    .accounts__profile__manual__homeowner__my-home__photos__preview ul > li > div {
      font-size: 14px;
      word-break: break-word; }
  .accounts__profile__manual__homeowner__my-home__photos__edit .accounts__components__media {
    min-width: 0; }

@media (min-width: 650px) {
  .accounts__profile__manual__homeowner__my-home__photos__edit .accounts__components__media {
    max-width: none; }
    .accounts__profile__manual__homeowner__my-home__photos__edit .accounts__components__media .accounts__components__media-item__detail__figure {
      width: calc(25% - 10px);
      padding-bottom: calc(18.75% - 5px); }
    .accounts__profile__manual__homeowner__my-home__photos__edit .accounts__components__media .accounts__components__media-item__detail__data {
      width: calc(75% - 10px); } }

.accounts__profile__manual__homeowner__emergency__medical-surgery .accounts__components__inline-editable-section__preview > div > div + div {
  margin-top: 20px; }

@media (min-width: 1024px) {
  .accounts__profile__manual__homeowner__emergency__medical-surgery .accounts__components__inline-editable-section__preview > div > div + div {
    margin-top: 30px; } }

.accounts__profile__manual__homeowner__neighbourhood__photos__preview ul > li {
  text-align: center;
  width: calc(100% - 10px);
  display: inline-block; }
  .accounts__profile__manual__homeowner__neighbourhood__photos__preview ul > li + li {
    margin-bottom: 10px; }
  .accounts__profile__manual__homeowner__neighbourhood__photos__preview ul > li > img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    width: 100%; }
  .accounts__profile__manual__homeowner__neighbourhood__photos__preview ul > li > div {
    font-size: 14px; }

@media (min-width: 650px) {
  .accounts__profile__manual__homeowner__neighbourhood__photos__preview ul > li {
    width: calc(25% - 10px); }
    .accounts__profile__manual__homeowner__neighbourhood__photos__preview ul > li + li {
      margin-left: 10px;
      margin-bottom: 0; } }

.accounts__profile__manual__homeowner__my-pets .accounts__profile__manual--icon-link {
  margin-bottom: 10px; }

.accounts__profile__manual__homeowner__my-pets__general__old {
  padding: 10px 15px;
  background-color: #e6e6e6;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet--extra ul li .accounts__components__checkbox label > div > div {
  padding-left: 4px; }

.accounts__profile__manual__homeowner__my-pets__photos__preview ul > li {
  text-align: center;
  width: 160px;
  margin: auto;
  display: inline-block;
  margin-bottom: 10px; }
  .accounts__profile__manual__homeowner__my-pets__photos__preview ul > li + li {
    margin-left: 20px; }
  .accounts__profile__manual__homeowner__my-pets__photos__preview ul > li > img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    height: 100%;
    width: 100%; }
  .accounts__profile__manual__homeowner__my-pets__photos__preview ul > li > div {
    font-size: 14px;
    word-break: break-word; }

.accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container {
  background: white;
  top: 50%;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
  .accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container > img {
    margin-bottom: 15px; }
  .accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container h2 {
    color: #fd4273;
    font-size: 26px; }
  .accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container .accounts__components__button, .accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container .accounts__components__icon-button {
    display: block;
    margin: 0 auto 10px; }

@media (min-width: 650px) {
  .accounts__profile__manual__homeowner__my-pets__photos__edit .accounts__components__media {
    max-width: none; }
    .accounts__profile__manual__homeowner__my-pets__photos__edit .accounts__components__media .accounts__components__media-item__detail__figure {
      width: calc(25% - 10px);
      padding-bottom: calc(18.75% - 5px); }
    .accounts__profile__manual__homeowner__my-pets__photos__edit .accounts__components__media .accounts__components__media-item__detail__data {
      width: calc(75% - 10px); } }

@media (min-width: 768px) {
  .accounts__profile__manual__homeowner__my-pets .accounts__profile__manual--icon-link {
    margin-bottom: 20px; }
  .accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet {
    margin-bottom: 15px;
    width: 100%;
    float: left; }
    .accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet__name, .accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet__age, .accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet__breed {
      width: calc(calc(100%/3) - (2/3) * 10px) !important;
      float: left;
      margin: 0;
      margin-bottom: 0 !important; }
    .accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet__age, .accounts__profile__manual__homeowner__my-pets__general .accounts__components__listing__homeowner__pet__breed {
      margin-left: 10px; }
  .accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container {
    padding: 30px; }
    .accounts__profile__manual__homeowner__my-pets .accounts__components__popup__container > img {
      margin-bottom: 25px; } }

.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__label,
.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content > div {
  background-color: #f0f0f0;
  border: none; }

.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__label p {
  margin-bottom: 0; }

.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__label .accounts__components__star-rating {
  margin-top: 10px; }

.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content {
  display: none; }
  .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content > div {
    padding-top: 0; }
    .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content > div > div {
      padding-top: 10px;
      border-top: 1px dashed #cccccc; }
      .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content > div > div > p:last-of-type {
        color: #808080;
        margin-bottom: 0; }

.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__label-container .accounts__components__star-rating {
  display: none; }

.accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
  display: block; }

@media (min-width: 768px) {
  .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__label {
    padding: 15px; }
  .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content > div {
    position: static;
    padding: 0 15px 15px; }
    .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel__content > div > div {
      padding-top: 15px; }
  .accounts__components__verifications__external-references-received__item .accounts__components__collapsible-panel > input:checked ~ .accounts__components__collapsible-panel__content {
    position: static; } }

.accounts__profile__manual__homeowner__welcome {
  position: relative; }
  .accounts__profile__manual__homeowner__welcome__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    z-index: 500;
    text-align: center; }
    .accounts__profile__manual__homeowner__welcome__overlay > div {
      position: absolute;
      width: 90%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .accounts__profile__manual__homeowner__welcome__overlay > div > h3:first-of-type {
        margin-bottom: 0; }
      .accounts__profile__manual__homeowner__welcome__overlay > div > button {
        width: 200px;
        height: 44px;
        font-size: 16px;
        font-weight: 500; }
  .accounts__profile__manual__homeowner__welcome--wrapper.faded {
    opacity: 0.25; }
  @media (min-width: 1024px) {
    .accounts__profile__manual__homeowner__welcome {
      background-color: #daf2e0;
      background-image: -webkit-linear-gradient(-270deg, #daf2e0, #b3e0bc);
      background-image: linear-gradient(0deg,#daf2e0, #b3e0bc); }
      .accounts__profile__manual__homeowner__welcome__overlay > div > h3 {
        font-size: 32px; }
      .accounts__profile__manual__homeowner__welcome__overlay > div > button {
        font-size: 18px; } }

/*# sourceMappingURL=app.7bf4ff4e5c1f7e328322fda782e3842d.css.map*/