@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SF_Pro/SF-Pro-Text-Light.otf) format("otf"); }

@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SF_Pro/SF-Pro-Text-Regular.otf) format("otf"); }

@font-face {
  font-family: 'SF Pro Text';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/SF_Pro/SF-Pro-Text-RegularItalic.otf) format("otf"); }

@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/SF_Pro/SF-Pro-Text-Medium.otf) format("otf"); }

@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/SF_Pro/SF-Pro-Text-Semibold.otf) format("otf"); }

@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SF_Pro/SF-Pro-Text-Bold.otf) format("otf"); }

textarea {
  resize: vertical;
  min-height: 90px; }

strong {
  font-weight: 700; }

.side-nav-toggler {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 54px;
  padding: 0 20px;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 2; }
  .side-nav-toggler:focus {
    outline: none; }
  @media (min-width: 1200px) {
    .side-nav-toggler {
      display: none; } }
  .side-nav-toggler i {
    pointer-events: none; }

.content-body {
  margin-top: 56px;
  padding: 30px 20px;
  position: relative;
  background-color: #fff;
  min-height: -webkit-calc(100vh - 56px);
  min-height: calc(100vh - 56px); }
  @media (min-width: 1200px) {
    .content-body {
      padding: 25px 50px;
      margin-left: 262px; } }
  @media (max-width: 767px) {
    .content-body {
      margin-top: 112px;
      min-height: -webkit-calc(100vh - 112px);
      min-height: calc(100vh - 112px); } }
  .content-body::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s; }
  .content-body.opaque::after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.hidden {
  display: none; }

.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.link {
  color: #2e7ccc; }
  .link.underline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid; }
    .link.underline:hover, .link.underline:focus {
      text-decoration: none; }

.icon.right {
  margin-left: 5px; }

.section-break {
  border-top: 1px solid #d8d8d8; }

.section-title {
  color: #000;
  font: 400 20px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  margin: 0; }

.section-top,
.section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .section-top h1 {
        display: block;
        width: 100%;
        margin-bottom: 8px; } }
  .section-top .dropdown-toggle {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-top .dropdown-toggle > i {
      font-size: 16px; }

.section-top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 479px) {
    .section-top-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .section-top-menu > li {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 479px) {
      .section-top-menu > li {
        width: 100%; } }
    .section-top-menu > li:not(.order-by) {
      cursor: pointer; }
    .section-top-menu > li:not(:first-child) {
      padding-left: 15px;
      border-left: 1px solid #ccc;
      margin-left: 15px; }
      @media (max-width: 479px) {
        .section-top-menu > li:not(:first-child) {
          padding-left: 0;
          border-left: 0;
          margin-left: 0;
          margin-top: 5px; } }
    .section-top-menu > li.order-by .select-wrapper .form-control {
      height: 24px;
      padding-top: 0;
      padding-bottom: 0; }
    .section-top-menu > li.order-by .select-wrapper::after {
      font-weight: 700; }
    .section-top-menu > li.active i {
      color: #ccc; }
  .section-top-menu > li > a,
  .section-top-menu .dropdown-toggle:not(.btn) {
    color: #000;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-top-menu > li > a:hover, .section-top-menu > li > a:focus, .section-top-menu > li > a:active,
    .section-top-menu .dropdown-toggle:not(.btn):hover,
    .section-top-menu .dropdown-toggle:not(.btn):focus,
    .section-top-menu .dropdown-toggle:not(.btn):active {
      color: #000;
      text-decoration: none; }
  .section-top-menu > li > a > i {
    font-size: 16px; }

.section-bottom {
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
  margin-top: 30px; }

.pagination {
  color: #000;
  font: 500 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination .current-page-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 21px;
    border: 1px solid #d8d8d8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    margin-right: 5px; }
  .pagination .total-page-number {
    margin-left: 5px; }
  .pagination button {
    margin-left: 15px;
    height: 21px;
    color: #fff;
    font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    padding: 0 15px;
    line-height: 21px;
    border: 0;
    border-radius: 3px; }

.back-to-top {
  color: #000;
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-to-top i {
    width: 21px;
    height: 21px;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    margin-left: 10px; }

.order-by .select-wrapper::after {
  font-size: 11px; }

.order-by .select-wrapper label {
  font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.order-by .select-wrapper .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: #000;
  font: 700 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  padding-left: 5px; }
  .order-by .select-wrapper .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.create-new-shortlist {
  color: #000;
  font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .create-new-shortlist .fa-plus-square {
    font-size: 16px; }

.text-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .text-meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 768px) {
    .text-meta {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -5px; } }
  .text-meta li {
    color: #000;
    font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    @media (min-width: 768px) {
      .text-meta li {
        padding: 0 6px;
        margin: 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media (min-width: 768px) {
      .text-meta li:not(:last-child) {
        border-right: 1px solid #ccc; } }
    @media (max-width: 767px) {
      .text-meta li:not(:last-child) {
        margin-bottom: 7px; } }

.input-wrapper {
  position: relative; }
  .input-wrapper.icon-before::before {
    content: '\f002';
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    pointer-events: none; }
  .input-wrapper.icon-before input {
    padding-left: 50px; }
  .input-wrapper.icon-after::after {
    content: '\f067';
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    pointer-events: none; }
  .input-wrapper.icon-after input {
    padding-right: 50px; }

.select-wrapper {
  position: relative; }
  .select-wrapper .form-control {
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .select-wrapper::after {
    content: '\f107';
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: 13px;
    pointer-events: none; }
  .select-wrapper.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .select-wrapper.inline label {
      white-space: nowrap;
      margin: 0; }

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ai-fs {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.full-width {
  width: 100%; }

.hidden-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.progress {
  background-color: #CACACA;
  height: 9px;
  border-radius: 0;
  overflow: visible; }
  .progress .progress-bar {
    background-color: #92AE99;
    border-radius: 0 9px 9px 0;
    position: relative; }
    .progress .progress-bar::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-width: 8px;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #92AE99; }
    .progress .progress-bar::after {
      content: attr(data-step) "/" attr(data-steps);
      width: 50px;
      padding: 0 8px;
      background-color: #92AE99;
      text-align: center;
      border-radius: 23px;
      position: absolute;
      top: 16px;
      right: -18px;
      color: #fff;
      font: 700 13px/23px "Quicksand", "Helvetica Neue", Arial, sans-serif; }

.form-control:hover, .form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.dropdown-toggle {
  cursor: pointer; }
  .dropdown-toggle::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    border: 0;
    margin-left: .5em; }
  .dropdown-toggle.caret-none::after {
    display: none; }

.dropdown-menu {
  min-width: 7.4375rem;
  padding: .35rem 0;
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
  .dropdown-menu.right {
    left: auto !important;
    right: 0 !important; }

.dropdown-item {
  color: #000;
  text-decoration: none;
  padding: .35rem .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .dropdown-item:hover, .dropdown-item:focus {
    background-color: #e1e1e1; }

.dropdown-toggle,
.dropdown-item {
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.dropdown-item:active,
.dropdown-item:focus {
  color: #000;
  background-color: #b1d1bd; }

.dropdown-item:focus {
  outline: none; }

.table {
  margin: 0; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    background-color: #ebebeb; }
  .table .thead-dark th {
    background-color: #464646;
    border-color: #464646; }
  .table thead th {
    font: 600 10px/1.3 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase; }
  .table th,
  .table td {
    vertical-align: middle;
    white-space: nowrap;
    padding: .375rem .5rem; }

.card-img.middle {
  border-radius: 0; }

.tooltip-inner {
  color: #000 !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2) !important;
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important; }

.btn-black {
  color: #fff;
  background-color: #1a1a1a; }
  .btn-black:hover, .btn-black:focus, .btn-black:active {
    color: #fff;
    background-color: #000; }

.buttons {
  margin: -10px; }
  .buttons > button,
  .buttons > .btn {
    margin: 10px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px; }
  .btn:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .btn-primary {
    background-color: #b1d1bd;
    border-color: #b1d1bd; }
    .btn-primary:hover, .btn-outline-primary.active:not(:disabled):not(.disabled),
    .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-primary.active:not(:disabled):not(.disabled),
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle, .btn-primary:focus, .btn-primary:active {
      background-color: #8a9f91;
      border-color: #8a9f91; }
  .btn-danger {
    background-color: #ef6965;
    border-color: #ef6965; }
    .btn-danger:hover, .btn-danger:focus {
      background-color: #eb212e;
      border-color: #eb212e; }
  .btn-secondary {
    background-color: #898989;
    border-color: #898989; }
    .btn-secondary:hover, .btn-secondary.active:not(:disabled):not(.disabled),
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle, .btn-secondary:focus {
      background-color: #000;
      border-color: #000; }
  .btn-success {
    background-color: #b0cfbd;
    border-color: #b0cfbd; }
    .btn-success:hover, .btn-success.active:not(:disabled):not(.disabled),
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle, .btn-success:focus {
      background-color: #679179;
      border-color: #679179; }
  .btn-outline-primary {
    border-color: #b1d1bd;
    color: #b1d1bd; }
    .btn-outline-primary:hover, .btn-outline-primary:focus {
      color: #fff;
      background-color: #b1d1bd;
      border-color: #b1d1bd; }

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #b1d1bd;
  border-color: #b1d1bd; }
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.modal-content {
  border: 0;
  border-radius: 9px; }

.modal .section-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #A6A6A6;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .modal .section-top {
      margin-bottom: 30px; } }
  .modal .section-top .help-text {
    color: #000;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.modal .required-mark {
  color: #ed172f; }

.modal label {
  color: #000;
  font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

@media (max-width: 767px) {
  .modal .col-form-label {
    margin-bottom: .5rem; } }

.modal .form-group {
  margin-bottom: 26px; }
  @media (max-width: 767px) {
    .modal .form-group {
      margin-bottom: 16px; } }

.modal .form-inline .form-group {
  margin-bottom: 0; }

.modal .form-control {
  height: 45px;
  border-radius: 5px;
  border-color: #CCCCCC; }

.modal [type="submit"] {
  margin-top: 40px;
  height: 45px;
  min-width: 90px; }
  @media (max-width: 767px) {
    .modal [type="submit"] {
      margin-top: 30px; } }
  .modal [type="submit"] i {
    margin-top: 2.5px; }

@media (max-width: 767px) {
  .modal .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .modal .row .col:not(:last-child) {
      margin-bottom: 20px; } }

.modal button.close {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1; }
  .modal button.close:focus {
    outline: none; }

.create-new-shortlist-modal.modal .section-top {
  padding-bottom: 9px;
  margin-bottom: 37px; }

.create-new-shortlist-modal.modal button.close {
  width: 26px;
  height: 26px;
  font-size: 18px; }

.create-new-shortlist-modal .modal-body {
  padding: 60px 20px 40px; }
  @media (min-width: 768px) {
    .create-new-shortlist-modal .modal-body {
      padding: 60px 30px 40px; } }
  @media (min-width: 1200px) {
    .create-new-shortlist-modal .modal-body {
      padding: 60px 50px 67px; } }

@media (min-width: 768px) {
  .create-new-shortlist-modal .modal-dialog {
    max-width: 600px; } }

@media (min-width: 1200px) {
  .create-new-shortlist-modal .modal-dialog {
    max-width: 750px; } }

@media (min-width: 768px) {
  .enquiry-form-modal .modal-dialog,
  .thank-you-modal .modal-dialog {
    max-width: 610px; } }

@media (min-width: 1200px) {
  .enquiry-form-modal .modal-dialog,
  .thank-you-modal .modal-dialog {
    max-width: 806px; } }

.enquiry-form-modal button.close,
.thank-you-modal button.close {
  width: 33px;
  height: 33px;
  right: 19px;
  top: 17px; }
  .enquiry-form-modal button.close i,
  .thank-you-modal button.close i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.enquiry-form-modal .modal-body {
  padding: 65px 1rem 42px; }
  @media (min-width: 768px) {
    .enquiry-form-modal .modal-body {
      padding: 86px 40px 42px; } }
  @media (min-width: 1200px) {
    .enquiry-form-modal .modal-body {
      padding: 86px 80px 58px; } }

.enquiry-form-modal label {
  color: #000;
  font: 700 18px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.enquiry-form-modal [type="submit"] {
  margin-top: 42px;
  padding: 0;
  border: 0;
  height: auto;
  color: #fff;
  font: 500 19px/56px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px; }
  .enquiry-form-modal [type="submit"] i {
    margin-top: 0;
    margin-left: 13px; }

.enquiry-form-modal textarea {
  min-height: 110px; }

.enquiry-form-modal .section-top {
  margin-bottom: 35px; }
  .enquiry-form-modal .section-top .help-text {
    color: #000;
    font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.enquiry-form-modal .section-title {
  color: #000;
  font: 600 30px/1.3 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.enquiry-form-modal .form-group {
  margin-bottom: 18px; }
  .enquiry-form-modal .form-group.describeYourProduction {
    margin-bottom: 25px; }
  .enquiry-form-modal .form-group.totalPeopleOnsite {
    margin-bottom: 32px; }
  .enquiry-form-modal .form-group.datePicker {
    margin-bottom: 36px; }
  .enquiry-form-modal .form-group.datesFlexibility {
    margin-bottom: 33px; }
  .enquiry-form-modal .form-group.selectRate {
    margin-bottom: 24px; }
  .enquiry-form-modal .form-group.leaveAComment {
    margin-bottom: 0; }

.enquiry-form-modal .form-control {
  color: #000;
  font: 400 18px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .enquiry-form-modal .form-control.small {
    width: 110px; }

@media (max-width: 1199px) {
  .enquiry-form-modal .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.enquiry-form-modal .form-inline label {
  font-weight: 400;
  min-width: 100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 1200px) {
    .enquiry-form-modal .form-inline label {
      min-width: auto; } }

.enquiry-form-modal .form-inline .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .enquiry-form-modal .form-inline .form-group:last-child {
    margin-top: 18px; }
    @media (min-width: 1200px) {
      .enquiry-form-modal .form-inline .form-group:last-child {
        margin-left: auto;
        margin-top: 0; } }
  @media (max-width: 575px) {
    .enquiry-form-modal .form-inline .form-group:not(:last-child) {
      margin-right: 1rem; } }

.enquiry-form-modal .form-inline .form-control {
  margin-left: 12px; }

.enquiry-form-modal .select-wrapper .form-control {
  padding-right: 51px;
  color: #000;
  font: 500 18px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.enquiry-form-modal .select-wrapper::after {
  right: 20px;
  font-size: 18px; }

@media (min-width: 768px) {
  .enquiry-form-modal .custom-radio {
    min-width: 120px; } }

.enquiry-form-modal .custom-radio label {
  padding-left: 30px;
  line-height: 22px;
  font-weight: 400; }
  .enquiry-form-modal .custom-radio label::before {
    width: 22px;
    height: 22px;
    border-width: 2px; }
  .enquiry-form-modal .custom-radio label::after {
    width: 12px;
    height: 12px;
    left: 5px;
    top: 5px; }

@media (min-width: 768px) {
  .enquiry-form-modal .form-group.row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.enquiry-form-modal .form-group.row.datePicker {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media (max-width: 1199px) {
  .enquiry-form-modal .form-group.row.timeRange {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.enquiry-form-modal label.col-form-label,
.enquiry-form-modal div.col-form-control {
  padding: 0 15px; }

@media (min-width: 768px) {
  .enquiry-form-modal label.col-form-label {
    min-width: 235px; } }

.enquiry-form-modal div.col-form-control {
  width: 100%; }

.thank-you-modal .modal-body {
  padding-top: 105px;
  padding-bottom: 80px; }

.thank-you-modal .modal-body,
.thank-you-modal .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.thank-you-modal .text {
  max-width: 460px;
  text-align: center; }
  .thank-you-modal .text h3 {
    color: #000;
    font: 600 30px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 42px 0 19px; }
  .thank-you-modal .text p {
    color: #000;
    font: 400 24px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.thank-you-modal .fa-check {
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #b1d1bd;
  padding: 1rem;
  border-radius: 50%;
  font-size: 75px;
  color: #000; }

.custom-checkbox {
  display: block;
  line-height: 0;
  min-width: 16px;
  min-height: 16px; }
  .custom-checkbox [type="checkbox"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    margin: 0; }
    .custom-checkbox [type="checkbox"]:checked + label::before {
      background-color: #b1d1bd;
      border-color: #b1d1bd; }
    .custom-checkbox [type="checkbox"]:checked + label::after {
      opacity: 1; }
  .custom-checkbox label {
    position: relative;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    cursor: pointer;
    min-width: 16px;
    min-height: 16px;
    padding-left: 16px; }
    .custom-checkbox label::before, .custom-checkbox label::after {
      position: absolute;
      left: 0;
      top: 0; }
    .custom-checkbox label::before {
      content: '';
      width: 16px;
      height: 16px;
      border: 1px solid #a1a1a1;
      background-color: #fff;
      display: block;
      border-radius: 2px;
      z-index: 1;
      -webkit-transition: background-color .15s, border-color .15s;
      transition: background-color .15s, border-color .15s; }
    .custom-checkbox label::after {
      content: "\f00c";
      font-size: 10px;
      width: 16px;
      height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: transparent;
      color: #fff;
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      z-index: 2;
      opacity: 0;
      -webkit-transition: opacity .15s;
      transition: opacity .15s; }

.custom-radio {
  padding-left: 0; }
  .custom-radio [type="radio"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    margin: 0; }
    .custom-radio [type="radio"]:checked + label::after {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .custom-radio label {
    position: relative;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    cursor: pointer;
    padding-left: 21px; }
    .custom-radio label::before, .custom-radio label::after {
      position: absolute;
      left: 0;
      top: 0; }
    .custom-radio label::before {
      content: '';
      width: 16px;
      height: 16px;
      border: 1px solid #a1a1a1;
      background-color: #fff;
      display: block;
      border-radius: 50%;
      z-index: 1;
      -webkit-transition: background-color .15s, border-color .15s;
      transition: background-color .15s, border-color .15s; }
    .custom-radio label::after {
      content: "";
      width: 8px;
      height: 8px;
      left: 4px;
      top: 4px;
      border-radius: 50%;
      background-color: #b1d1bd;
      z-index: 2;
      opacity: 0;
      -webkit-transition: opacity .15s, -webkit-transform .15s;
      transition: opacity .15s, -webkit-transform .15s;
      transition: opacity .15s, transform .15s;
      transition: opacity .15s, transform .15s, -webkit-transform .15s;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }

.bookings-table:not(:last-child) {
  margin-bottom: 35px; }

.bookings-table .dropdown-menu {
  padding: .5rem 0; }

.bookings-table .dropdown-item {
  color: #000;
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.bookings-table .table-responsive {
  margin-top: 20px; }

.bookings-table .table tbody th,
.bookings-table .table tbody td {
  color: #000;
  font: 400 11px/1.3 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.bookings-table .table td {
  min-height: 38px; }

.bookings-table .booking-id {
  text-transform: uppercase; }

.bookings-table .listing-name {
  max-width: 155px;
  overflow: hidden;
  text-overflow: ellipsis; }

.bookings-table .action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .bookings-table .action-button button {
    font: 400 11px/1.1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    width: 118px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.bookings-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.bookings-table .table-striped.striped-even tbody tr:nth-of-type(even) {
  background-color: #ebebeb; }

.bookings-table.style-2 .table .thead-dark th {
  background-color: #1a1a1a;
  letter-spacing: .5px; }

.bookings-table.style-2 .table-bordered td, .bookings-table.style-2 .table-bordered th {
  border: 1px solid #d8d8d8; }

.bookings-table.style-2 .table th, .bookings-table.style-2 .table td {
  padding: .375rem 0.75rem; }

.bookings-table.style-2 #bookingStatus {
  border: 1px solid #707070;
  border-radius: 0;
  padding: 0 7px;
  height: 23px;
  font-size: 11px;
  color: #000000;
  background-color: #fff;
  font: 400 11px/21px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  padding-right: 25px; }

.bookings-table.style-2 .table .select-wrapper::after {
  width: 18px;
  border-left: 1px solid #707070;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bookings-table.style-2 .status-column {
  width: 160px;
  min-width: 160px; }

.card-deck {
  margin: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 15px; }

.card {
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  max-width: 191px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
  .card-header {
    background-color: #fff;
    padding: 6px 10px; }
    .card-header:first-child {
      border-radius: 8px 8px 0 0; }
    .card-header .card-title {
      margin: 0; }
  .card-body {
    padding: 10px; }
  .card-title {
    color: #000;
    font: 700 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .card-text {
    color: #000;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .card-text:not(:last-child) {
      margin-bottom: 5px; }

.card-img-wrapper {
  position: relative; }
  .card-img-wrapper i {
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
    .card-img-wrapper i.fa-heart, .card-img-wrapper i.fa-star {
      position: absolute;
      top: 10px;
      left: 10px; }
    .card-img-wrapper i.fa-heart:hover, .card-img-wrapper i.fa-heart:focus, .card-img-wrapper i.fa-heart:active {
      font-weight: 700;
      color: #b1d1bd; }
    .card-img-wrapper i.fa-star:hover, .card-img-wrapper i.fa-star:focus, .card-img-wrapper i.fa-star:active {
      font-weight: 700; }
    .card-img-wrapper i.fa-search {
      position: absolute;
      top: 10px;
      right: 36px; }
  .card-img-wrapper .custom-checkbox {
    position: absolute;
    top: 10px;
    right: 10px; }

.team-member {
  max-width: 260px;
  position: relative;
  overflow: hidden; }
  .team-member::after {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #b1d1bd;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
        -ms-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg); }
  .team-member-settings {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1; }
    .team-member-settings i {
      color: #fff;
      font-size: 20px;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
  .team-member-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .team-member-img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px; }
  .team-member-img {
    width: 100%; }
  .team-member-img-upload {
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .team-member-img-upload i {
      color: #fff;
      font-size: 16px; }
  .team-member-name {
    color: #000;
    font: 700 15px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 5px; }
  .team-member-designation {
    color: #000;
    font: 400 13px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 0; }
  .team-member-details-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 30px 30px; }
  .team-member-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .team-member-detail i {
      font-size: 20px;
      margin-right: 15px;
      width: 20px;
      color: #b1d1bd; }
    .team-member-detail .key {
      color: #666;
      font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .team-member-detail .value {
      color: #000;
      font: 700 13px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin-top: 5px; }
    .team-member-detail:not(:last-child) {
      margin-bottom: 15px; }

.tag-list-wrapper {
  margin-top: 10px; }

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  cursor: pointer; }

.tag {
  color: #666;
  padding: 0 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 2px;
  font: 400 11px/18px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  background-color: transparent; }
  .tag:hover, .tag:focus {
    color: #fff;
    background-color: #666;
    border-color: #666; }

.property-listing {
  margin: 0;
  padding: 0;
  list-style: none; }
  .property-listing .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .property-listing .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .property-listing .image-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }
    .property-listing .image-column img {
      width: 100%; }
    @media (min-width: 768px) {
      .property-listing .image-column {
        margin-bottom: 0;
        margin-right: 15px;
        max-width: 190px; } }
    @media (min-width: 1200px) {
      .property-listing .image-column {
        margin-right: 25px; } }
  .property-listing .text-column {
    width: 100%; }
    @media (min-width: 768px) {
      .property-listing .text-column {
        margin-right: 15px;
        width: auto;
        min-width: 260px;
        max-width: 260px; } }
    @media (min-width: 992px) {
      .property-listing .text-column {
        min-width: 300px;
        max-width: 300px; } }
    .property-listing .text-column .name {
      margin-bottom: 10px; }
    .property-listing .text-column p {
      color: #000;
      font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin: 0; }
  .property-listing .status-column {
    width: 100%;
    margin-top: 7px; }
    @media (min-width: 768px) {
      .property-listing .status-column {
        margin-top: 0;
        width: auto;
        min-width: 150px;
        max-width: 150px;
        margin-right: 15px;
        margin-left: auto; } }
    .property-listing .status-column .status {
      color: #000;
      font: 400 11px/1.4 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .property-listing .status-column .status .incomplete {
        color: #ef6965; }
      .property-listing .status-column .status .complete {
        color: #b1d1bd; }
  .property-listing .action-column {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .property-listing .action-column {
        margin-top: 0;
        margin-left: auto; } }
    .property-listing .action-column .btn {
      color: #fff;
      font: 400 11px/26px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      padding: 0 10px; }
  .property-listing .name {
    color: #000;
    font: 700 15px/1.2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    @media (max-width: 767px) {
      .property-listing .name {
        line-height: 1.5; } }
    .property-listing .name a {
      color: #000;
      display: block; }
  .property-listing > li:not(:last-child) {
    padding-bottom: 18px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px; }
  .property-listing.assign-pre-approvals-listings {
    color: #000;
    font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .property-listing.assign-pre-approvals-listings .content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: -5px -10px; }
      @media (max-width: 767px) {
        .property-listing.assign-pre-approvals-listings .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .property-listing.assign-pre-approvals-listings .content > div {
        padding: 5px 10px; }
    .property-listing.assign-pre-approvals-listings .name {
      margin: 0;
      line-height: 1.2; }
    .property-listing.assign-pre-approvals-listings .custom-checkbox label {
      padding-left: 36px; }
    .property-listing.assign-pre-approvals-listings > li:not(:last-child) {
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .property-listing.assign-pre-approvals-listings .name-column {
      width: -webkit-calc(100% - 450px);
      width: calc(100% - 450px);
      max-width: 300px; }
    .property-listing.assign-pre-approvals-listings .id-column,
    .property-listing.assign-pre-approvals-listings .country-column,
    .property-listing.assign-pre-approvals-listings .state-column {
      width: 100px;
      max-width: 100px; }
    .property-listing.assign-pre-approvals-listings .submitted-date-column {
      width: 150px;
      max-width: 150px;
      text-align: right; }
      @media (max-width: 767px) {
        .property-listing.assign-pre-approvals-listings .submitted-date-column {
          text-align: left; } }

.assign-pre-approvals-listings-head {
  color: #000;
  font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px; }
  .assign-pre-approvals-listings-head .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -5px -10px; }
    @media (max-width: 767px) {
      .assign-pre-approvals-listings-head .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .assign-pre-approvals-listings-head .content > div {
      padding: 5px 10px; }
  .assign-pre-approvals-listings-head .name {
    color: #000;
    font: 700 15px/1.2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 0; }
    @media (max-width: 767px) {
      .assign-pre-approvals-listings-head .name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; } }
    .assign-pre-approvals-listings-head .name a {
      color: #000;
      display: block; }
  .assign-pre-approvals-listings-head .custom-checkbox label {
    padding-left: 36px; }
  .assign-pre-approvals-listings-head > li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .assign-pre-approvals-listings-head .name-column {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    max-width: 300px; }
  .assign-pre-approvals-listings-head .id-column,
  .assign-pre-approvals-listings-head .country-column,
  .assign-pre-approvals-listings-head .state-column {
    width: 100px;
    max-width: 100px; }
  .assign-pre-approvals-listings-head .submitted-date-column {
    width: 150px;
    max-width: 150px;
    text-align: right; }
    @media (max-width: 767px) {
      .assign-pre-approvals-listings-head .submitted-date-column {
        text-align: left; } }

.comments-dropdown-menu {
  width: 334px;
  padding: 0;
  border-radius: 4px;
  cursor: auto; }
  @media (max-width: 400px) {
    .comments-dropdown-menu {
      width: 300px; } }
  .comments-dropdown-menu .collaborators {
    background-color: #fff; }
    .comments-dropdown-menu .collaborators .title {
      background-color: #b1d1bd;
      padding: 15px 13px 15px 18px;
      color: #000;
      font: 700 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      border-radius: 4px 4px 0 0;
      margin-bottom: 1px; }
    .comments-dropdown-menu .collaborators .collaborators-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .comments-dropdown-menu .collaborators .collaborators-list li {
        margin-bottom: 1px;
        background-color: #ebebeb;
        padding: 10px 13px 10px 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .comments-dropdown-menu .collaborators .collaborators-list li i {
          cursor: pointer;
          color: #000; }
      .comments-dropdown-menu .collaborators .collaborators-list .col-left,
      .comments-dropdown-menu .collaborators .collaborators-list .col-middle,
      .comments-dropdown-menu .collaborators .collaborators-list .col-right {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .comments-dropdown-menu .collaborators .collaborators-list .col-left {
        width: 35%; }
      .comments-dropdown-menu .collaborators .collaborators-list .col-middle {
        width: 55%;
        margin: 0 13px; }
      .comments-dropdown-menu .collaborators .collaborators-list .col-right {
        width: 10%;
        text-align: right; }
      .comments-dropdown-menu .collaborators .collaborators-list .add-collaborator .form-control {
        border: 0;
        height: 21px;
        padding: 6px;
        border-radius: 4px;
        color: #000;
        font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
        .comments-dropdown-menu .collaborators .collaborators-list .add-collaborator .form-control:focus {
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .comments-dropdown-menu .collaborators .collaborators-list .collaborator-username {
        color: #000;
        font: 700 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .comments-dropdown-menu .collaborators .collaborators-list .collaborator-email {
        color: #000;
        font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .comments-dropdown-menu .collaborators .collaborators-list .collaborator-username,
      .comments-dropdown-menu .collaborators .collaborators-list .collaborator-email {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }

.comments-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .comments-list .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    contain: content;
    padding: 15px; }
    .comments-list .comment:not(:last-child) {
      border-bottom: 1px solid #E5E5E5; }
    .comments-list .comment-img {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-right: 15px;
      max-width: 30px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .comments-list .comment p {
      margin: 0;
      color: #000;
      font: 400 12px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .comments-list .comment p strong {
        font-weight: 700; }
      .comments-list .comment p + p {
        margin-top: 10px; }
  .comments-list .add-comment ::-webkit-input-placeholder {
    color: #4b4b4b;
    font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .comments-list .add-comment ::-moz-placeholder {
    color: #4b4b4b;
    font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .comments-list .add-comment :-ms-input-placeholder {
    color: #4b4b4b;
    font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .comments-list .add-comment :-moz-placeholder {
    color: #4b4b4b;
    font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .comments-list .add-comment textarea {
    border: 0;
    border-radius: 0;
    color: #000;
    font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    padding: 10px 15px;
    resize: none; }
    .comments-list .add-comment textarea:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .comments-list .add-comment .submit-form {
    padding: 15px;
    background-color: #f1f7f3; }

.notifications-dropdown-menu {
  width: 335px;
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px 2px 0 0;
  margin-top: 12px; }
  @media (max-width: 479px) {
    .notifications-dropdown-menu {
      width: 300px; } }
  .notifications-dropdown-menu.right {
    right: -75px !important; }
  .notifications-dropdown-menu::before {
    width: 0;
    height: 0;
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #f8f8f8;
    position: absolute;
    right: 90px;
    top: -20px; }
  .notifications-dropdown-menu .notification-thumb {
    margin-right: 15px; }
    .notifications-dropdown-menu .notification-thumb img {
      width: 43px; }
  .notifications-dropdown-menu .notifications-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .notifications-dropdown-menu .notifications-list li {
      padding: 10px; }
      .notifications-dropdown-menu .notifications-list li:not(:last-child) {
        border-bottom: 1px solid #e2e2e2; }
  .notifications-dropdown-menu .notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .notifications-dropdown-menu .notification-text p {
      color: #000;
      font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin-bottom: 10px; }
    .notifications-dropdown-menu .notification-text button {
      color: #6d6d6d;
      font: 600 11px/23px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      border-color: #8e8e8e;
      padding: 0 15px;
      border-radius: 2px; }
      .notifications-dropdown-menu .notification-text button:hover, .notifications-dropdown-menu .notification-text button:focus {
        color: #fff;
        background-color: #8e8e8e;
        border-color: #8e8e8e; }
    .notifications-dropdown-menu .notification-action {
      line-height: 0;
      text-align: center;
      margin-left: 15px; }
    .notifications-dropdown-menu .notification-dismiss i {
      cursor: pointer;
      font-size: 14px;
      color: #858585; }
  .notifications-dropdown-menu .date-text {
    color: #666666;
    font: 700 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .notifications-dropdown-menu .date-short {
    color: #858585;
    font: 700 9px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    display: block;
    margin-top: 5px; }

.top-bar {
  background-color: #b1d1bd;
  height: 56px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.site-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 262px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  z-index: 1; }
  .site-logo img {
    max-width: 192px; }
    @media (max-width: 1199px) {
      .site-logo img {
        max-width: 170px; } }
    @media (max-width: 479px) {
      .site-logo img {
        display: none; } }
  @media (max-width: 1199px) {
    .site-logo {
      padding-left: 70px; } }
  @media (max-width: 767px) {
    .site-logo {
      padding-right: 150px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; } }

.top-user-nav {
  position: fixed;
  width: 223px;
  right: 0;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 29px 0 22px;
  z-index: 4; }
  @media (min-width: 768px) {
    .top-user-nav {
      z-index: 8; } }
  @media (max-width: 767px) {
    .top-user-nav {
      width: auto;
      padding: 0 15px 0 5px; } }
  .top-user-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-user-nav .notification-item {
    margin-right: 16px;
    padding-right: 11px;
    border-right: 1px solid #fff; }
  .top-user-nav .notification-icon {
    line-height: 1;
    position: relative;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .top-user-nav .notification-icon i {
      font-size: 21px;
      color: #fff; }
    .top-user-nav .notification-icon::after {
      content: attr(data-notification-number);
      width: 11px;
      height: 11px;
      border-radius: 50%;
      color: #fff;
      background-color: #000;
      font: 300 8px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      right: 0; }
  .top-user-nav .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: 700; }
    .top-user-nav .user .name {
      display: block; }
      @media (max-width: 767px) {
        .top-user-nav .user .name {
          display: none; } }
    .top-user-nav .user .portrait {
      width: 36px;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .top-user-nav .user .portrait {
          margin-left: 0; } }
  .top-user-nav .dropdown-toggle::after {
    margin-left: 0; }

.top-search-bar {
  position: fixed;
  top: 0;
  left: 262px;
  width: -webkit-calc(100% - 485px);
  width: calc(100% - 485px);
  height: 56px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3; }
  @media (min-width: 768px) {
    .top-search-bar {
      z-index: 7; } }
  @media (max-width: 767px) {
    .top-search-bar {
      top: 56px;
      width: 100%;
      left: 0;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } }
  .top-search-bar .form-control {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    font-family: "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .top-search-bar .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .top-search-bar .input-wrapper {
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px); }
  .top-search-bar .select-wrapper {
    width: 125px;
    border-left: 1px solid #cccccc; }
    .top-search-bar .select-wrapper .form-control {
      padding-left: 20px; }
    .top-search-bar .select-wrapper::after {
      right: 20px; }

.left-side-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 262px;
  height: 100vh;
  background-color: #b1d1bd;
  padding-top: 56px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s; }
  @media (min-width: 1200px) {
    .left-side-nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (max-width: 767px) {
    .left-side-nav {
      padding-top: 112px; } }
  .left-side-nav.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .left-side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .left-side-nav li {
    display: block;
    border-bottom: 1px solid #fff; }
    .left-side-nav li.active > a,
    .left-side-nav li.open > a {
      background-color: #fff; }
  .left-side-nav a {
    display: block;
    color: #000;
    padding: 0 50px 0 25px;
    font: 700 13px/48px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .left-side-nav a {
        padding-left: 20px; } }
    .left-side-nav a i {
      margin-right: 20px;
      pointer-events: none;
      width: 13px;
      text-align: center; }
    .left-side-nav a .counter {
      position: absolute;
      right: 20px;
      min-width: 11px;
      text-align: center; }
  .left-side-nav .has-dropdown {
    position: relative; }
    .left-side-nav .has-dropdown > a {
      position: relative; }
      .left-side-nav .has-dropdown > a::after {
        content: '\f067';
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        pointer-events: none; }
    .left-side-nav .has-dropdown .dropdown {
      display: none; }
      .left-side-nav .has-dropdown .dropdown a {
        font: 400 11px/43px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .left-side-nav .has-dropdown.open > a::after {
      content: '\f068'; }
    .left-side-nav .has-dropdown.open .dropdown {
      display: block; }
    .left-side-nav .has-dropdown li {
      background-color: #e9e9e9; }
      .left-side-nav .has-dropdown li a {
        border-left: 15px solid transparent; }
      .left-side-nav .has-dropdown li.active a {
        border-color: #000;
        background-color: #e9e9e9; }
      .left-side-nav .has-dropdown li:last-child {
        border-bottom: 0; }

.aps-navbar {
  background-color: transparent;
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #AFCFBD; }
  @media (min-width: 1200px) {
    .aps-navbar {
      padding: .5rem 2rem; } }
  .aps-navbar.floating, .aps-navbar.fixed {
    top: 25px;
    right: 0;
    left: 0; }
  .aps-navbar.floating {
    position: absolute;
    background-color: transparent; }
  .aps-navbar.fixed-top {
    position: fixed; }
  @media (min-width: 992px) {
    .aps-navbar.big {
      min-height: 70px; } }
  @media (max-width: 991px) {
    .aps-navbar.black .aps-navbar__nav {
      background-color: rgba(255, 255, 255, 0.7); } }
  .aps-navbar.black .aps-navbar__nav li.separator span {
    background-color: #000; }
  .aps-navbar.black .aps-navbar__nav li > a {
    color: #000; }
    .aps-navbar.black .aps-navbar__nav li > a:hover, .aps-navbar.black .aps-navbar__nav li > a:focus {
      color: #000; }
    .aps-navbar.black .aps-navbar__nav li > a.btn {
      border-color: #000; }
      .aps-navbar.black .aps-navbar__nav li > a.btn:hover, .aps-navbar.black .aps-navbar__nav li > a.btn:focus {
        color: #fff;
        background-color: #000;
        border-color: #000; }
  .aps-navbar.black .aps-navbar__toggler i {
    color: #000;
    border-color: #000; }
  .aps-navbar.fluid .aps-navbar__content {
    max-width: 100%; }
  .aps-navbar__user-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .aps-navbar__user-link:hover, .aps-navbar__user-link:focus {
      text-decoration: none; }
    .aps-navbar__user-link.dropdown-toggle::after {
      margin: 0; }
  .aps-navbar__user-name {
    display: block; }
  .aps-navbar__user-image-container {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px; }
  .aps-navbar__user-image {
    max-width: 100%; }
  .aps-navbar__toggler {
    border: 0;
    padding: 0;
    background: none; }
    .aps-navbar__toggler i {
      background-color: transparent;
      border-radius: 2px;
      color: #fff;
      padding: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 36px;
      height: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 18px;
      border: 1px solid #fff;
      font-weight: 300; }
    .aps-navbar__toggler:focus {
      outline: none; }
    @media (min-width: 992px) {
      .aps-navbar__toggler {
        display: none; } }
  .aps-navbar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  .aps-navbar__brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px; }
    @media (max-width: 991px) {
      .aps-navbar__brand {
        margin-right: 0; } }
/*    @media (max-width: 479px) {
      .aps-navbar__brand img {
        max-height: 30px; } } */
  .aps-navbar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991px) {
      .aps-navbar__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 1rem;
        width: 100%;
        margin-top: .5rem;
        border-radius: 4px;
        display: none;
        background-color: rgba(0, 0, 0, 0.9); } }
    .aps-navbar__nav.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .aps-navbar__nav li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 11px; }
      .aps-navbar__nav li:last-child {
        padding-right: 0; }
      .aps-navbar__nav li:first-child {
        padding-left: 0; }
      .aps-navbar__nav li.separator span {
        width: 1px;
        height: 20px;
        background-color: #fff; }
      @media (max-width: 991px) {
        .aps-navbar__nav li.separator {
          display: none; } }
      @media (max-width: 991px) {
        .aps-navbar__nav li {
          padding: 0; } }
      .aps-navbar__nav li > a {
        color: #fff; }
      .aps-navbar__nav li a {
        font: 500 12.19px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
        .aps-navbar__nav li a.btn-outline {
          border: 1px solid #fff;
          line-height: 34px;
          padding: 0 15px;
          -webkit-transition: none;
          transition: none;
          -webkit-transition: .2s;
          transition: .2s; }
          @media (max-width: 991px) {
            .aps-navbar__nav li a.btn-outline {
              margin-top: 5px;
              line-height: 28px; } }
      @media (max-width: 991px) {
        .aps-navbar__nav li > a {
          line-height: 2; } }
  .aps-navbar .dropdown-item {
    font-size: 11px;
    font-weight: 400; }

.aps-page-search .aps-navbar__content {
  max-width: 1075px; }

.aps-page-privacy-policy .aps-navbar__content {
  max-width: 970px; }

.aps-page-contact-us .aps-navbar__content {
  max-width: 1245px; }

.aps-footer .content {
  max-width: 1250px;
  margin: 0 auto; }

.aps-footer__top {
  background-color: #B0D0BD;
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .aps-footer__top {
      padding: 52px 1rem; } }
  .aps-footer__top .row {
    margin: -10px; }
    .aps-footer__top .row [class^="col"] {
      padding: 10px; }
  .aps-footer__top .footer-logo-image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 24px; }
  .aps-footer__top .subscribe-form .form-group {
    position: relative;
    margin: 0; }
  .aps-footer__top .subscribe-form input {
    border: 0;
    background-color: #fff;
    width: 100%;
    height: 24px;
    padding: 4px 7px;
    padding-right: 67px;
    color: #333;
    font: 400 10px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-footer__top .subscribe-form input:focus {
      outline: 0; }
  .aps-footer__top .subscribe-form button {
    min-width: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    color: #fff;
    background-color: #000;
    font: 400 10px/24px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0 5px; }
  .aps-footer__top .subscribe-form ::-webkit-input-placeholder {
    color: #a1a1a1;
    font: 400 10px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-footer__top .subscribe-form :-ms-input-placeholder {
    color: #a1a1a1;
    font: 400 10px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-footer__top ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .aps-footer__top ul li {
      color: #000;
      font: 500 12px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .aps-footer__top ul li a {
        color: inherit; }
      .aps-footer__top ul li:not(:last-child) {
        margin-bottom: 6px; }
    .aps-footer__top ul.social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -7px; }
      .aps-footer__top ul.social-links li {
        padding: 7px; }
        .aps-footer__top ul.social-links li a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .aps-footer__top ul.social-links li a i {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background-color: #000;
            font-size: 14px;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-weight: 300; }

.aps-footer__bottom {
  background-color: #383838;
  padding: 12px 1rem; }
  .aps-footer__bottom .copyright-text {
    color: #fffcfc;
    font: 500 12px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 0; }

.aps-page-search .aps-footer .content {
  max-width: 1075px; }

.aps-page-privacy-policy .aps-footer .content {
  max-width: 970px; }

.aps-page-contact-us .aps-footer .content {
  max-width: 1245px; }

.aps-page-our-team .aps-footer .content {
  max-width: 1070px; }

.aps-section-page-banner {
  min-height: 515px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .aps-section-page-banner {
      min-height: auto;
      padding: 4rem 1rem;
      padding-top: -webkit-calc(71px + 4rem);
      padding-top: calc(71px + 4rem); } }
  .aps-section-page-banner .content {
    max-width: 515px;
    text-align: center; }
    .aps-section-page-banner .content h1, .aps-section-page-banner .content p {
      margin: 0; }
    .aps-section-page-banner .content h1 {
      color: #ffffff;
      font: 500 40px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-section-page-banner .content p {
      color: #ffffff;
      font: 300 20px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin-top: 22px;
      text-shadow: -2px 1px 0.99px black; }
    .aps-section-page-banner .content .btn {
      border: 0;
      padding: 0 15px;
      margin: 0 auto;
      color: #000;
      font: 500 18px/48px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      background-color: #b6cfbe;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-shadow: none; }
      .aps-section-page-banner .content .btn:hover, .aps-section-page-banner .content .btn:focus {
        color: #000;
        background-color: #97bba3; }

section.aps-section-who-we-are {
  background-color: #fff;
  padding: 70px 1rem; }
  @media (max-width: 575px) {
    section.aps-section-who-we-are {
      padding: 3rem 1rem; } }
  section.aps-section-who-we-are > .content {
    max-width: 1235px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      section.aps-section-who-we-are > .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  section.aps-section-who-we-are .column-left {
    margin-right: 30px; }
    @media (min-width: 1200px) {
      section.aps-section-who-we-are .column-left {
        margin-right: 100px; } }
    @media (max-width: 575px) {
      section.aps-section-who-we-are .column-left {
        margin: 0 0 30px;
        width: 100%; } }
    section.aps-section-who-we-are .column-left .content {
      width: 285px; }
      @media (max-width: 575px) {
        section.aps-section-who-we-are .column-left .content {
          width: auto;
          max-width: 285px; } }
      section.aps-section-who-we-are .column-left .content h2 {
        color: #000;
        font: 500 40px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 0;
        margin-bottom: 12px; }
      section.aps-section-who-we-are .column-left .content .separator {
        width: 77px;
        height: 3px;
        background-color: #000; }
      section.aps-section-who-we-are .column-left .content h3 {
        color: #000;
        font: 500 25px/27px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 20px 0 16px; }
      section.aps-section-who-we-are .column-left .content p {
        color: #000;
        font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 0; }
      section.aps-section-who-we-are .column-left .content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 26px; }
        section.aps-section-who-we-are .column-left .content ul li {
          color: #000;
          font: 400 15.41px/20.81px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.aps-section-who-we-are .column-left .content ul li i {
            width: 44px;
            min-width: 44px;
            height: 44px;
            background-color: #8a9f91;
            border-radius: 50%;
            font-size: 22px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            color: #fff;
            margin-right: 10px; }
          section.aps-section-who-we-are .column-left .content ul li:not(:last-child) {
            margin-bottom: 5px; }
  section.aps-section-who-we-are .column-right .row {
    margin-right: -10px;
    margin-left: -10px; }
    section.aps-section-who-we-are .column-right .row [class*="col"] {
      padding-right: 10px;
      padding-left: 10px; }
    @media (max-width: 767px) {
      section.aps-section-who-we-are .column-right .row .col-sm-12:not(:last-child) {
        margin-bottom: 20px; } }
  section.aps-section-who-we-are .column-right .gallery-image img {
    width: 100%;
    max-width: 100%; }
  section.aps-section-who-we-are .column-right .gallery-image:not(:last-child) {
    margin-bottom: 20px; }

.aps-section-location-count {
  border-top: 3px solid #dbdbdb;
  padding: 3rem 1rem; }
  @media (min-width: 768px) {
    .aps-section-location-count {
      padding-top: 57px;
      padding-bottom: 65px; } }
  .aps-section-location-count .content {
    max-width: 896px;
    margin: 0 auto; }
    .aps-section-location-count .content h3 {
      color: #000;
      font: 500 25px/1.3 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      text-align: center;
      margin: 0 0 34px; }
    .aps-section-location-count .content .number {
      color: #000;
      font: 500 50px/44px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-section-location-count .content .country {
      color: #000;
      font: 700 18px/1.4 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase; }
    .aps-section-location-count .content .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: -15px; }
      .aps-section-location-count .content .columns .column {
        text-align: center;
        padding: 15px; }
    .aps-section-location-count .content .separator {
      width: 77px;
      height: 3px;
      background-color: #000;
      margin: 8px auto 10px; }

.aps-section-why-us .column-left,
.aps-section-why-us .column-right {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aps-section-why-us .column-left,
.aps-section-why-us .column-right,
.aps-section-why-us .column-middle {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    .aps-section-why-us .column-left,
    .aps-section-why-us .column-right,
    .aps-section-why-us .column-middle {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

.aps-section-why-us .column-middle {
  background-color: #b6cfbe;
  padding: 69px 55px 84px; }
  @media (max-width: 991px) {
    .aps-section-why-us .column-middle {
      padding: 2rem; } }
  .aps-section-why-us .column-middle .content h2 {
    color: #000;
    font: 500 40px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-section-why-us .column-middle .content .separator {
    width: 77px;
    height: 3px;
    background-color: #000;
    margin-top: 12px;
    margin-bottom: 27px; }
  .aps-section-why-us .column-middle .content p {
    color: #000;
    font: 500 18px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 0; }
    @media (min-width: 992px) {
      .aps-section-why-us .column-middle .content p {
        font: 500 25px/30px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; } }

.aps-section-why-us .circle {
  width: 146px;
  height: 146px;
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  cursor: pointer; }
  .aps-section-why-us .circle:hover, .aps-section-why-us .circle:focus {
    text-decoration: none; }
  .aps-section-why-us .circle span {
    color: inherit;
    font: 500 15px/1.2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-section-why-us .circle i {
    margin-top: 5px; }
  .aps-section-why-us .circle span,
  .aps-section-why-us .circle i {
    display: block;
    text-align: center; }

.aps-section-why-us .column-right .circle {
  background-color: rgba(255, 255, 255, 0.63);
  color: #000; }

.aps-section-clients-and-partners {
  padding: 63px 1rem; }
  .aps-section-clients-and-partners .content {
    max-width: 1111px;
    margin: 0 auto;
    overflow: hidden; }
    .aps-section-clients-and-partners .content h3 {
      color: #000;
      font: 500 25px/1.3 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      text-align: center;
      margin-bottom: 56px; }
    .aps-section-clients-and-partners .content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: -1rem; }
      @media (min-width: 768px) {
        .aps-section-clients-and-partners .content ul {
          margin: -2rem; } }
      .aps-section-clients-and-partners .content ul li {
        padding: 1rem;
        text-align: center;
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: -webkit-calc(100% / 2);
            flex-basis: calc(100% / 2);
        max-width: -webkit-calc(100% / 2);
        max-width: calc(100% / 2); }
        @media (min-width: 576px) {
          .aps-section-clients-and-partners .content ul li {
            -ms-flex-preferred-size: calc(100% / 3);
                flex-basis: -webkit-calc(100% / 3);
                flex-basis: calc(100% / 3);
            max-width: -webkit-calc(100% / 3);
            max-width: calc(100% / 3); } }
        @media (min-width: 768px) {
          .aps-section-clients-and-partners .content ul li {
            -ms-flex-preferred-size: calc(100% / 4);
                flex-basis: -webkit-calc(100% / 4);
                flex-basis: calc(100% / 4);
            max-width: -webkit-calc(100% / 4);
            max-width: calc(100% / 4);
            padding: 2rem; } }
        @media (min-width: 1200px) {
          .aps-section-clients-and-partners .content ul li {
            -ms-flex-preferred-size: calc(100% / 5);
                flex-basis: -webkit-calc(100% / 5);
                flex-basis: calc(100% / 5);
            max-width: -webkit-calc(100% / 5);
            max-width: calc(100% / 5); } }
        .aps-section-clients-and-partners .content ul li img {
          max-height: 60px;
          max-width: 100%; }

.aps-section-location-search {
  padding: 95px 1rem 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 576px) {
    .aps-section-location-search {
      padding: 125px 1rem 145px; } }
  @media (min-width: 768px) {
    .aps-section-location-search {
      padding: 155px 1rem 175px; } }
  @media (min-width: 1200px) {
    .aps-section-location-search {
      padding: 185px 1rem 205px; } }
  .aps-section-location-search .content {
    max-width: 821px;
    margin: 0 auto; }
    .aps-section-location-search .content h1 {
      color: #fff;
      font: 500 40px/53.15px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin-bottom: 27px;
      text-align: center; }
    .aps-section-location-search .content .form-group {
      position: relative;
      margin: 0; }
    .aps-section-location-search .content input {
      border: 0;
      background-color: #fff;
      width: 100%;
      height: 64px;
      border-radius: 4px;
      padding: 10px 15px;
      padding-right: 119px;
      color: #535353;
      font: 400 18px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      @media (min-width: 768px) {
        .aps-section-location-search .content input {
          padding: 10px 25px;
          padding-right: 129px;
          font: 400 21.84px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; } }
      .aps-section-location-search .content input:focus {
        outline: 0; }
    .aps-section-location-search .content button {
      min-width: 93px;
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
      background-color: #8a9f91;
      font: 400 18px/48px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      position: absolute;
      right: 11px;
      top: 8px; }
  .aps-section-location-search ::-webkit-input-placeholder {
    color: #535353;
    font: 400 18px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    @media (min-width: 768px) {
      .aps-section-location-search ::-webkit-input-placeholder {
        font: 400 21.84px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; } }
  .aps-section-location-search :-ms-input-placeholder {
    color: #535353;
    font: 400 18px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    @media (min-width: 768px) {
      .aps-section-location-search :-ms-input-placeholder {
        font: 400 21.84px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; } }

.aps-section-instagram-gallery {
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .aps-section-instagram-gallery {
      padding: 57px 1rem 67px; } }
  .aps-section-instagram-gallery .content {
    max-width: 1246px;
    margin: 0 auto; }
    .aps-section-instagram-gallery .content h3 {
      color: #000;
      font: 500 25px/1.3 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      text-align: center;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .aps-section-instagram-gallery .content h3 {
          margin-bottom: 35px; } }
    .aps-section-instagram-gallery .content .gallery-image img {
      width: 100%;
      max-width: 100%; }
    .aps-section-instagram-gallery .content .row {
      margin: -10px; }
      .aps-section-instagram-gallery .content .row [class^="col"] {
        padding: 10px; }

.aps-section-search {
  padding: 36px 1rem; }
  .aps-section-search .content {
    max-width: 1075px;
    margin: 0 auto; }
  .aps-section-search .section-top {
    padding: 0;
    border: 0;
    margin-bottom: 30px; }
  .aps-section-search .aps-search-form {
    position: relative;
    width: 100%; }
    .aps-section-search .aps-search-form ::-webkit-input-placeholder {
      color: #000;
      font: 400 13px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-section-search .aps-search-form :-ms-input-placeholder {
      color: #000;
      font: 400 13px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-section-search .aps-search-form .input-wrapper.icon-before::before {
      color: #000; }
    .aps-section-search .aps-search-form input.form-control {
      height: 56px;
      border-radius: 0;
      border-color: #ebebeb;
      color: #000;
      font: 400 13px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .aps-section-search .aps-search-form input.form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .aps-section-search .aps-search-form .select-wrapper {
      position: absolute;
      top: 10px;
      right: 1px;
      bottom: 10px; }
      .aps-section-search .aps-search-form .select-wrapper .form-control {
        border: 0;
        border-left: 1px solid #ebebeb;
        padding-left: 0;
        padding-left: 21px;
        padding-right: 37px;
        height: 100%;
        color: #000;
        font: 400 13px/2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      .aps-section-search .aps-search-form .select-wrapper::after {
        right: 15px;
        color: #000;
        font-weight: 700; }
  .aps-section-search .dropdown {
    margin-top: 20px;
    margin-left: auto; }
    @media (min-width: 768px) {
      .aps-section-search .dropdown {
        min-width: 191px;
        margin-left: 30px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .aps-section-search .dropdown-menu {
    right: 0;
    left: auto; }

.aps-section-privacy-policy {
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .aps-section-privacy-policy {
      padding: 76px 1rem 72px; } }
  .aps-section-privacy-policy .content {
    max-width: 970px;
    margin: 0 auto; }
    .aps-section-privacy-policy .content .copy {
      color: #000; }
      .aps-section-privacy-policy .content .copy h1 {
        font: 500 25px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 0 0 20px; }
        @media (min-width: 768px) {
          .aps-section-privacy-policy .content .copy h1 {
            margin: 0 0 33px; } }
      .aps-section-privacy-policy .content .copy h2 {
        font: 500 18px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 0 0 14px; }
      .aps-section-privacy-policy .content .copy p {
        font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 0 0 12px; }
        .aps-section-privacy-policy .content .copy p + p {
          margin-top: 15px; }

.aps-section-contact-us {
  padding: 2rem 1rem 0; }
  @media (min-width: 768px) {
    .aps-section-contact-us {
      padding: 70px 1rem 0; } }
  .aps-section-contact-us ::-webkit-input-placeholder {
    color: #000;
    font: 400 15.41px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-section-contact-us :-ms-input-placeholder {
    color: #000;
    font: 400 15.41px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-section-contact-us .content {
    max-width: 1245px;
    margin: auto;
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .aps-section-contact-us .content {
        padding-bottom: 66px; } }
    .aps-section-contact-us .content .text {
      max-width: 293px;
      word-break: break-all; }
      .aps-section-contact-us .content .text p {
        color: #000;
        font: 300 20px/27px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        margin: 0 0 12px; }
        .aps-section-contact-us .content .text p .key,
        .aps-section-contact-us .content .text p .value {
          display: block; }
        .aps-section-contact-us .content .text p .key {
          color: #8e9f92;
          font-weight: 700; }
    .aps-section-contact-us .content .form-control {
      color: #000;
      height: 45px;
      border-color: #ccc;
      border-radius: 5px;
      font: 400 15.41px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-section-contact-us .content textarea {
      min-height: 97px; }
    .aps-section-contact-us .content .btn {
      padding: 0 20px;
      border: 0;
      color: #ffffff;
      font: 500 15.41px/40px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.aps-section-team-members {
  padding: 2rem 1rem;
  background-color: #F7F7F7;
  overflow: hidden; }
  @media (min-width: 768px) {
    .aps-section-team-members {
      padding: 70px 1rem; } }
  .aps-section-team-members .content {
    max-width: 1070px;
    margin: 0 auto; }
  .aps-section-team-members .aps-team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -30px; }
  .aps-section-team-members .aps-team-member {
    margin: 30px;
    width: 316px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1); }
    .aps-section-team-members .aps-team-member__photo {
      max-width: 100%; }
    .aps-section-team-members .aps-team-member__info {
      padding: 30px; }
    .aps-section-team-members .aps-team-member__name {
      color: #000;
      font: 500 20px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin: 0 0 6px; }
    .aps-section-team-members .aps-team-member__role {
      color: #b6cfbe;
      font: 500 15px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      margin: 0; }
    .aps-section-team-members .aps-team-member__bio {
      margin: 19px 0 0; }
    .aps-section-team-members .aps-team-member__bio, .aps-section-team-members .aps-team-member__email {
      color: #000;
      font: 400 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .aps-section-team-members .aps-team-member__email {
      margin: 13px 0 0; }
      .aps-section-team-members .aps-team-member__email span {
        font-weight: 700;
        color: #b6cfbe; }

.aps-section-hiw-step {
  padding: 0 1rem; }
  .aps-section-hiw-step .content {
    max-width: 1245px;
    margin: 0 auto;
    background-repeat: no-repeat; }
  .aps-section-hiw-step.one, .aps-section-hiw-step.three {
    background-color: #ECECEC; }
    .aps-section-hiw-step.one .content, .aps-section-hiw-step.three .content {
      padding: 2rem 0;
      min-height: 530px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-position: 284px 100%; }
    .aps-section-hiw-step.one .step-text, .aps-section-hiw-step.three .step-text {
      margin-right: 30px;
      max-width: 230px; }
  .aps-section-hiw-step.two .content {
    padding: 75px 0;
    min-height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: 330px 50%;
    background-color: #fff; }
    @media (min-width: 1200px) {
      .aps-section-hiw-step.two .content {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background-position: 0 50%;
        background-size: -webkit-calc(100% - 330px) auto;
        background-size: calc(100% - 330px) auto; } }
  .aps-section-hiw-step.two .step-text {
    margin: 0 30px 0 0;
    max-width: 300px; }
    @media (min-width: 1200px) {
      .aps-section-hiw-step.two .step-text {
        margin: 0 0 0 30px; } }
  .aps-section-hiw-step.three {
    background-color: #ECECEC; }
    .aps-section-hiw-step.three .content {
      padding: 2rem 0;
      min-height: 532px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-position: 342px 45px; }
    .aps-section-hiw-step.three .step-text {
      margin-right: 30px;
      max-width: 285px; }
  .aps-section-hiw-step.four {
    padding: 100px 1rem; }
    .aps-section-hiw-step.four .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1199px) {
        .aps-section-hiw-step.four .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .aps-section-hiw-step.four .video {
      margin-bottom: 50px; }
      @media (min-width: 1200px) {
        .aps-section-hiw-step.four .video {
          margin-right: 56px;
          margin-bottom: 0; } }
    .aps-section-hiw-step.four .step-text {
      max-width: 367px; }
  .aps-section-hiw-step.five {
    padding: 0 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .aps-section-hiw-step.five .content {
      padding: 2rem 0;
      min-height: 550px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .aps-section-hiw-step.five .step-text {
      max-width: 227px; }
      .aps-section-hiw-step.five .step-text h1, .aps-section-hiw-step.five .step-text p, .aps-section-hiw-step.five .step-text .step-number {
        color: #fff; }
      .aps-section-hiw-step.five .step-text p {
        font: 500 28px/35.06px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-section-hiw-step .step-text .step-number {
    color: #b6cfbe;
    font: 300 137.26px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .aps-section-hiw-step .step-text h1 {
    color: #000;
    font: 500 28px/27px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 16px 0 0; }
  .aps-section-hiw-step .step-text p {
    color: #000;
    font: 400 20px/1.4 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 21px 0 0; }
  .aps-section-hiw-step .step-text .btn {
    margin-top: 30px;
    border: 0;
    padding: 0 29px;
    color: #000;
    font: 500 18px/48px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    background-color: #b6cfbe; }
    .aps-section-hiw-step .step-text .btn:hover, .aps-section-hiw-step .step-text .btn:focus {
      color: #000;
      background-color: #97bba3; }
  .aps-section-hiw-step .step-text a.btn {
    margin-top: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.aps-section-edit-profile form.aps-edit-profile-form ::-webkit-input-placeholder {
  color: #717171;
  font: 400 12.34px/16.66px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.aps-section-edit-profile form.aps-edit-profile-form :-ms-input-placeholder {
  color: #717171;
  font: 400 12.34px/16.66px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.aps-section-edit-profile form.aps-edit-profile-form section .content {
  max-width: 921px; }

.aps-section-edit-profile form.aps-edit-profile-form section .row:not(:last-child) {
  margin-bottom: 9px; }

.aps-section-edit-profile form.aps-edit-profile-form section:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .aps-section-edit-profile form.aps-edit-profile-form section:not(:last-child) {
      padding-bottom: 30px;
      margin-bottom: 30px; } }

.aps-section-edit-profile form.aps-edit-profile-form .col-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (min-width: 992px) {
    .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls div:not(:last-child) {
        margin-right: 4px; }
      .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls.gutter-20 div:not(:last-child) {
        margin-right: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls {
      margin: -4.5px; }
      .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls div {
        margin: 4.5px;
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px); } }
  @media (max-width: 767px) {
    .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls div {
      width: 100%; }
      .aps-section-edit-profile form.aps-edit-profile-form .col-form-controls div:not(:last-child) {
        margin-bottom: 9px; } }

.aps-section-edit-profile form.aps-edit-profile-form .col-form-label,
.aps-section-edit-profile form.aps-edit-profile-form .form-control {
  color: #000;
  font: 400 12.34px/16.66px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.aps-section-edit-profile form.aps-edit-profile-form .col-form-label {
  padding-right: 15px;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .aps-section-edit-profile form.aps-edit-profile-form .col-form-label.text-right {
      text-align: left !important; } }
  @media (max-width: 767px) {
    .aps-section-edit-profile form.aps-edit-profile-form .col-form-label.empty-label {
      display: none; } }
  @media (min-width: 768px) {
    .aps-section-edit-profile form.aps-edit-profile-form .col-form-label {
      min-width: 165px;
      padding-top: 0;
      padding-bottom: 0; } }

.aps-section-edit-profile form.aps-edit-profile-form .form-group.row {
  margin: 0; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-group.row:not(:last-child) {
    margin-bottom: 9px; }
  @media (min-width: 768px) {
    .aps-section-edit-profile form.aps-edit-profile-form .form-group.row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.aps-section-edit-profile form.aps-edit-profile-form .form-group.gender {
  margin-top: 19px; }

.aps-section-edit-profile form.aps-edit-profile-form .form-control {
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 36px;
  padding: 6px 11px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.month {
    width: 100%; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.date {
    min-width: 63px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.year {
    min-width: 85px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.town {
    min-width: 200px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.state {
    min-width: 175px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.post-code {
    min-width: 96px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.country {
    min-width: 200px; }
  .aps-section-edit-profile form.aps-edit-profile-form .form-control.password {
    min-width: 188px; }

.aps-section-edit-profile form.aps-edit-profile-form textarea.form-control {
  min-height: 188px;
  padding: 15px 11px; }

.aps-section-edit-profile form.aps-edit-profile-form .btn-outline {
  min-width: 128px;
  border: 1px solid #75aa89;
  padding: 0 11px;
  color: #75aa89;
  font: 400 12px/34px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.aps-section-edit-profile form.aps-edit-profile-form .btn-save {
  color: #fff;
  font: 700 12px/35px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  border: 0;
  min-width: 78px;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 23px;
  width: auto;
  background-color: #b1d0bd; }
  .aps-section-edit-profile form.aps-edit-profile-form .btn-save:hover, .aps-section-edit-profile form.aps-edit-profile-form .btn-save:focus {
    background-color: #91bda2; }

.aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 767px) {
    .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .custom-file-input-field {
    margin-right: 6px; }
    @media (max-width: 767px) {
      .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .custom-file-input-field {
        margin-right: 0;
        margin-bottom: 6px; } }
  .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .file-upload-btn {
    margin: 0;
    min-width: 98px;
    background-color: #555555;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    color: #fff;
    font: 400 12px/40px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    cursor: pointer; }
  .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .file-upload-results {
    padding: 0 19px;
    background-color: #ebebeb;
    color: #1a8bc6;
    font: 400 12px/40px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 767px) {
      .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .file-upload-results {
        padding: 0 15px; } }
    .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .file-upload-results span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .file-upload-results span i {
        color: #A6A6A6;
        margin-left: 5px;
        font-size: 14px;
        cursor: pointer; }
      .aps-section-edit-profile form.aps-edit-profile-form .custom-file-upload .file-upload-results span:not(:last-child) {
        margin-right: 18px; }

.aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 479px) {
    .aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture .profile-picture {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 21px; }
    @media (min-width: 768px) {
      .aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture .profile-picture {
        min-width: 150px; } }
    @media (max-width: 479px) {
      .aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture .profile-picture {
        min-width: auto;
        max-width: 100px;
        margin-right: 10px; } }
  .aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture .upload-profile-picture-btn {
    color: #029ec7;
    font: 500 12.35px/34px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    border: 1px solid #029ec7;
    background-color: transparent;
    border-radius: 5px;
    padding: 0 11px;
    cursor: pointer;
    margin: 0; }
  .aps-section-edit-profile form.aps-edit-profile-form .browse-profile-picture p {
    color: #000;
    font: 400 12px/19.76px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 6px;
    max-width: 372px; }

.aps-section-edit-profile form.aps-edit-profile-form .input-wrapper.icon-after.verified::after {
  content: url("../images/Verified.png");
  line-height: 0;
  right: 6px; }

.aps-section-edit-profile form.aps-edit-profile-form .input-wrapper.icon-after.verified .form-control {
  padding-right: 31px; }

.aps-section-edit-profile form.aps-edit-profile-form .select-wrapper .form-control {
  padding-right: 22px; }

.aps-section-edit-profile form.aps-edit-profile-form .select-wrapper::after {
  right: 7px; }

.aps-section-edit-profile form.aps-edit-profile-form .select-wrapper.country {
  min-width: 200px; }

.aps-section-edit-profile form.aps-edit-profile-form .custom-radio.form-check-inline {
  margin: 0;
  min-width: 74px;
  padding-right: 15px; }

.aps-section-edit-profile form.aps-edit-profile-form .custom-radio label {
  color: #000;
  font: 400 11.8px/18px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  padding-left: 21px; }
  .aps-section-edit-profile form.aps-edit-profile-form .custom-radio label::before {
    width: 17px;
    height: 17px; }
  .aps-section-edit-profile form.aps-edit-profile-form .custom-radio label::after {
    width: 9px;
    height: 9px;
    left: 4px;
    top: 4px; }

.aps-section-single-property-photo-gallery {
  background-color: #f7f8f9;
  overflow: hidden;
  padding-top: 4px;
  position: relative; }
  .aps-section-single-property-photo-gallery .see-all-link {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 9;
    width: 100%;
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.36);
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .aps-section-single-property-photo-gallery .see-all-link a {
      color: #fff;
      font: 700 15.41px/1 "Quicksand", "Helvetica Neue", Arial, sans-serif;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .aps-section-single-property-photo-gallery .see-all-link a i {
        margin-left: 10px; }
  .aps-section-single-property-photo-gallery .grid {
    margin: -2px; }
  .aps-section-single-property-photo-gallery .grid-item {
    width: 50%;
    float: left;
    padding: 2px; }
    @media (max-width: 575px) {
      .aps-section-single-property-photo-gallery .grid-item {
        width: 100%; } }
    .aps-section-single-property-photo-gallery .grid-item img {
      max-width: 100%;
      width: 100%; }
  .aps-section-single-property-photo-gallery .grid-sizer,
  .aps-section-single-property-photo-gallery .grid-item--width2 {
    width: 25%; }
    @media (max-width: 767px) {
      .aps-section-single-property-photo-gallery .grid-sizer,
      .aps-section-single-property-photo-gallery .grid-item--width2 {
        width: 50%; } }
    @media (max-width: 575px) {
      .aps-section-single-property-photo-gallery .grid-sizer,
      .aps-section-single-property-photo-gallery .grid-item--width2 {
        width: 100%; } }

.aps-section-single-property-details {
  background-color: #f7f8f9;
  padding: 0 1rem; }
  .aps-section-single-property-details .content {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto; }
  .aps-section-single-property-details .property-details-top {
    padding: 2rem 1rem; }
    @media (min-width: 992px) {
      .aps-section-single-property-details .property-details-top {
        padding: 35px 30px 30px; } }
  .aps-section-single-property-details .property-name {
    color: #000;
    font: bold 30px/1.1 "Quicksand", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 36px; }
    @media (max-width: 767px) {
      .aps-section-single-property-details .property-name {
        margin: 0 0 26px; } }
  .aps-section-single-property-details .property-meta-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .aps-section-single-property-details .property-meta-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .aps-section-single-property-details .property-meta-details img.host-image {
      width: 65px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .aps-section-single-property-details .property-meta-details img.host-image {
          margin-right: 0;
          margin-bottom: 15px; } }
    .aps-section-single-property-details .property-meta-details ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-left: 10px;
      border-left: 1px solid #8a9f91; }
      .aps-section-single-property-details .property-meta-details ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #525254;
        font: normal 16px/22px "Quicksand", "Helvetica Neue", Arial, sans-serif;
        white-space: nowrap; }
        @media (min-width: 992px) {
          .aps-section-single-property-details .property-meta-details ul li {
            font: normal 17.71px/23.91px "Quicksand", "Helvetica Neue", Arial, sans-serif; } }
        @media (max-width: 767px) {
          .aps-section-single-property-details .property-meta-details ul li:not(:last-child) {
            margin-bottom: 5px; } }
    .aps-section-single-property-details .property-meta-details .property-meta-details-list {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .aps-section-single-property-details .property-meta-details .property-meta-details-list {
          margin-right: 0;
          margin-bottom: 15px; } }
      .aps-section-single-property-details .property-meta-details .property-meta-details-list .key {
        width: 77px;
        padding-right: 10px;
        color: #8a9f91; }
        @media (max-width: 767px) {
          .aps-section-single-property-details .property-meta-details .property-meta-details-list .key {
            width: 122px; } }
      .aps-section-single-property-details .property-meta-details .property-meta-details-list .value {
        font-weight: bold; }
      @media (min-width: 992px) {
        .aps-section-single-property-details .property-meta-details .property-meta-details-list.one {
          margin-right: 50px; } }
      .aps-section-single-property-details .property-meta-details .property-meta-details-list.two .key {
        width: 122px;
        padding-right: 10px; }
        @media (min-width: 992px) {
          .aps-section-single-property-details .property-meta-details .property-meta-details-list.two .key {
            width: 140px;
            padding-right: 20px; } }
      .aps-section-single-property-details .property-meta-details .property-meta-details-list .review-icons-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .aps-section-single-property-details .property-meta-details .property-meta-details-list .review-icons-list i {
          color: #8a9f91;
          font-size: 14px; }
          .aps-section-single-property-details .property-meta-details .property-meta-details-list .review-icons-list i:not(:last-child) {
            margin-right: 4px; }
    .aps-section-single-property-details .property-meta-details a.btn-big {
      color: #fff;
      font: bold 16px/40px "Quicksand", "Helvetica Neue", Arial, sans-serif;
      padding: 0 20px;
      background-color: #8a9f91;
      border: 0;
      margin-left: auto;
      border-radius: 5px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .aps-section-single-property-details .property-meta-details a.btn-big {
          margin: 1rem 0 0; } }
      @media (min-width: 992px) {
        .aps-section-single-property-details .property-meta-details a.btn-big {
          font: bold 26.05px/60px "Quicksand", "Helvetica Neue", Arial, sans-serif;
          padding: 0 30px;
          min-width: 260px; } }
  .aps-section-single-property-details .property-details-links-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
    border-bottom: 3px solid #8a9f91; }
    @media (max-width: 767px) {
      .aps-section-single-property-details .property-details-links-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 768px) {
      .aps-section-single-property-details .property-details-links-bar {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .aps-section-single-property-details .property-details-links-bar {
        padding: 0 30px; } }
    .aps-section-single-property-details .property-details-links-bar ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 479px) {
        .aps-section-single-property-details .property-details-links-bar ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          width: 100%; } }
      @media (max-width: 479px) {
        .aps-section-single-property-details .property-details-links-bar ul li {
          width: 100%; } }
      .aps-section-single-property-details .property-details-links-bar ul li:not(:last-child) {
        margin-right: 10px; }
        @media (max-width: 479px) {
          .aps-section-single-property-details .property-details-links-bar ul li:not(:last-child) {
            margin: 0; } }
        @media (min-width: 992px) {
          .aps-section-single-property-details .property-details-links-bar ul li:not(:last-child) {
            margin-right: 17px; } }
      .aps-section-single-property-details .property-details-links-bar ul a {
        color: #000;
        font: bold 15.41px/37px "Quicksand", "Helvetica Neue", Arial, sans-serif;
        background-color: #ebebeb;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 17px;
        text-decoration: none; }
        @media (max-width: 479px) {
          .aps-section-single-property-details .property-details-links-bar ul a {
            width: 100%; } }
        @media (min-width: 480px) {
          .aps-section-single-property-details .property-details-links-bar ul a {
            border-radius: 5px 5px 0 0; } }
        @media (min-width: 992px) {
          .aps-section-single-property-details .property-details-links-bar ul a {
            min-width: 85px; } }
        .aps-section-single-property-details .property-details-links-bar ul a i {
          margin-left: 7px;
          font-size: 23px; }
          .aps-section-single-property-details .property-details-links-bar ul a i.fa-heart {
            font-size: 25px; }
        .aps-section-single-property-details .property-details-links-bar ul a:hover, .aps-section-single-property-details .property-details-links-bar ul a:focus {
          text-decoration: none;
          background-color: #dedede; }
        .aps-section-single-property-details .property-details-links-bar ul a.active {
          color: #fff;
          background-color: #8a9f91; }
      .aps-section-single-property-details .property-details-links-bar ul.nav-tabs {
        border: 0; }
      @media (max-width: 767px) {
        .aps-section-single-property-details .property-details-links-bar ul.tab-links {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (min-width: 768px) {
        .aps-section-single-property-details .property-details-links-bar ul.tab-links {
          margin-right: 1rem; } }
      @media (max-width: 767px) {
        .aps-section-single-property-details .property-details-links-bar ul:not(.tab-links) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-bottom: 1rem; } }
      .aps-section-single-property-details .property-details-links-bar ul:not(.tab-links) li:not(:last-child) {
        margin-right: 20px; }
        @media (max-width: 479px) {
          .aps-section-single-property-details .property-details-links-bar ul:not(.tab-links) li:not(:last-child) {
            margin: 0; } }
      .aps-section-single-property-details .property-details-links-bar ul:not(.tab-links) a {
        color: #8a9f91;
        background-color: transparent;
        padding: 0;
        min-width: auto; }
        .aps-section-single-property-details .property-details-links-bar ul:not(.tab-links) a:hover, .aps-section-single-property-details .property-details-links-bar ul:not(.tab-links) a:focus {
          background-color: transparent; }
  .aps-section-single-property-details .tab-content {
    padding: 1rem; }
    @media (min-width: 992px) {
      .aps-section-single-property-details .tab-content {
        padding: 25px 30px 30px; } }
    .aps-section-single-property-details .tab-content p {
      color: #000;
      font: 500 15.4px/21px "Quicksand", "Helvetica Neue", Arial, sans-serif;
      margin: 0; }
      .aps-section-single-property-details .tab-content p strong {
        font-weight: 700; }
    .aps-section-single-property-details .tab-content .property-details-and-features {
      margin: 1.5rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 768px) {
        .aps-section-single-property-details .tab-content .property-details-and-features {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      @media (min-width: 992px) {
        .aps-section-single-property-details .tab-content .property-details-and-features {
          margin: 35px 0 40px; } }
      .aps-section-single-property-details .tab-content .property-details-and-features > div {
        width: 100%;
        padding: 0 14px;
        border-left: 1px solid #b7cfbf; }
        @media (max-width: 767px) {
          .aps-section-single-property-details .tab-content .property-details-and-features > div:not(:last-child) {
            margin-bottom: 23px; } }
        @media (min-width: 576px) {
          .aps-section-single-property-details .tab-content .property-details-and-features > div {
            width: 50%; } }
        @media (min-width: 768px) {
          .aps-section-single-property-details .tab-content .property-details-and-features > div {
            width: 100%; } }
      .aps-section-single-property-details .tab-content .property-details-and-features section:not(:last-child) {
        margin-bottom: 23px; }
      .aps-section-single-property-details .tab-content .property-details-and-features section h4 {
        color: #8a9f91;
        font: 700 15.41px/16.18px "Quicksand", "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
        margin: 0 0 3px; }
      .aps-section-single-property-details .tab-content .property-details-and-features section p {
        color: #000;
        font: 400 15.41px/20.81px "Quicksand", "Helvetica Neue", Arial, sans-serif;
        margin: 0; }
        .aps-section-single-property-details .tab-content .property-details-and-features section p + p {
          margin-top: 1px; }
      .aps-section-single-property-details .tab-content .property-details-and-features section ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 14px; }
        .aps-section-single-property-details .tab-content .property-details-and-features section ul li {
          color: #000;
          font: 400 15.41px/20.81px "Quicksand", "Helvetica Neue", Arial, sans-serif;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .aps-section-single-property-details .tab-content .property-details-and-features section ul li i {
            width: 44px;
            min-width: 44px;
            height: 44px;
            background-color: #8e9e92;
            border-radius: 50%;
            font-size: 22px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            color: #fff;
            margin-right: 10px; }
          .aps-section-single-property-details .tab-content .property-details-and-features section ul li:not(:last-child) {
            margin-bottom: 15px; }
    .aps-section-single-property-details .tab-content .btn-back-to-results {
      background-color: #8a9f91;
      border: 0;
      padding: 0 15px;
      color: #fff;
      font: 700 15.41px/40px "Quicksand", "Helvetica Neue", Arial, sans-serif; }
      .aps-section-single-property-details .tab-content .btn-back-to-results i {
        font-size: 19px;
        margin-right: 7px; }

.section-single-shortlist .section-top {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0; }
  .section-single-shortlist .section-top .go-back-link {
    color: #000;
    font: 700 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 479px) {
      .section-single-shortlist .section-top .go-back-link {
        margin-top: 10px; } }
    .section-single-shortlist .section-top .go-back-link .fa-arrow-to-left {
      font-size: 16px; }

.section-single-shortlist .section-top-meta {
  padding: 10px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .section-single-shortlist .section-top-meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.section-single-shortlist .section-top-menu {
  margin-left: 15px; }
  @media (max-width: 767px) {
    .section-single-shortlist .section-top-menu {
      margin-left: 0;
      margin-top: 15px; } }
  .section-single-shortlist .section-top-menu button {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    min-width: 75px;
    color: #fff;
    font: 400 11px/28px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-single-shortlist .section-top-menu li {
    height: auto; }

.section-single-shortlist .comments-item {
  color: #000;
  font: 700 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-single-shortlist .comments-item ::-webkit-input-placeholder {
    color: #999999;
    font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-single-shortlist .comments-item ::-moz-placeholder {
    color: #999999;
    font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-single-shortlist .comments-item :-ms-input-placeholder {
    color: #999999;
    font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-single-shortlist .comments-item :-moz-placeholder {
    color: #999999;
    font: 400 11px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-single-shortlist .comments-item .fa-comment-alt-plus {
    font-size: 16px; }
  .section-single-shortlist .comments-item .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.section-add-new-listing .section-title {
  margin-bottom: 15px; }

.section-add-new-listing .progress {
  margin-bottom: 70px; }

.section-add-new-listing .help-text {
  color: #000;
  font: 300 15px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-add-new-listing .help-text ~ .form-section {
    margin-top: 40px; }

.section-add-new-listing .form-section {
  max-width: 600px; }
  .section-add-new-listing .form-section .help-text {
    color: #000000;
    font: 500 14px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-add-new-listing .section-break {
  margin: 2rem 0; }

.section-add-new-listing .section-bottom {
  border-top: 0;
  padding-top: 0; }
  .section-add-new-listing .section-bottom button:not(:last-child) {
    margin-right: 10px; }

.section-add-new-listing .form-check:not(.form-check-inline):not(:last-child) {
  margin-bottom: 15px; }

.section-add-new-listing .custom-checkbox {
  padding: 0;
  line-height: 0; }
  .section-add-new-listing .custom-checkbox label {
    padding-left: 26px; }
    .section-add-new-listing .custom-checkbox label::before {
      border-width: 2px; }
    .section-add-new-listing .custom-checkbox label::before, .section-add-new-listing .custom-checkbox label::after {
      left: 0;
      right: auto; }

.section-add-new-listing .custom-radio {
  line-height: 0; }
  .section-add-new-listing .custom-radio label::before {
    border-width: 2px; }
  .section-add-new-listing .custom-radio label::after {
    width: 6px;
    height: 6px;
    left: 5px;
    top: 5px; }

.section-add-new-listing .form-check-label {
  color: #000;
  font: 400 11px/17px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-add-new-listing ::-webkit-input-placeholder {
  color: #949494;
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-add-new-listing :-ms-input-placeholder {
  color: #949494;
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-add-new-listing .form-control {
  height: 30px;
  border-color: #cccccc;
  padding: 0 15px;
  line-height: 28px;
  color: #000;
  font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-add-new-listing .form-control:hover, .section-add-new-listing .form-control:focus, .section-add-new-listing .form-control:active {
    -webkit-box-shadow: none;
            box-shadow: none; }

.section-add-new-listing .btn {
  border-width: 2px;
  height: 33px;
  padding: 0 10px;
  font: 500 12px/29px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

@media (max-width: 479px) {
  .section-live-listing .section-top {
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .section-live-listing .property-listing .text-column {
    max-width: 550px; } }

@media (min-width: 768px) {
  .section-rejected-listing .property-listing .text-column {
    max-width: 400px; } }

@media (min-width: 768px) {
  .section-view-all-shortlists .property-listing .text-column {
    max-width: 400px; } }

.section-inbox {
  border: 1px solid #e5e5e5; }
  @media (min-width: 768px) {
    .section-inbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .section-inbox .sidebar-list,
  .section-inbox .details-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
    .section-inbox .sidebar-list > li,
    .section-inbox .details-list > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .section-inbox .sidebar-list > li:not(:last-child),
      .section-inbox .details-list > li:not(:last-child) {
        border-bottom: 1px solid #e5e5e5; }
    .section-inbox .sidebar-list .name,
    .section-inbox .details-list .name {
      font-weight: 700; }
  @media (min-width: 768px) {
    .section-inbox .sidebar-list {
      min-width: 262px;
      max-width: 262px;
      border-right: 1px solid #e5e5e5; } }
  .section-inbox .sidebar-list > li {
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    position: relative; }
    .section-inbox .sidebar-list > li:last-child {
      border-bottom: 1px solid #e5e5e5; }
    .section-inbox .sidebar-list > li.active {
      background-color: #f1f7f3; }
      .section-inbox .sidebar-list > li.active::after {
        content: "";
        width: 5px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #b0d1bc; }
    .section-inbox .sidebar-list > li:hover {
      background-color: #f8f8f8; }
  .section-inbox .sidebar-list img {
    width: 48px;
    margin-right: 12px; }
  .section-inbox .details-list > li {
    padding: 23px 27px; }
    @media (max-width: 767px) {
      .section-inbox .details-list > li {
        padding: 15px; } }
    @media (max-width: 479px) {
      .section-inbox .details-list > li {
        display: block; } }
  .section-inbox .details-list img {
    width: 32px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .section-inbox .details-list img {
        width: 48px;
        margin-right: 12px; } }
    @media (max-width: 479px) {
      .section-inbox .details-list img {
        margin-right: 0;
        margin-bottom: 15px; } }
  .section-inbox .details-list .text {
    width: 100%; }
  .section-inbox .details-list .title {
    font: 700 15px/1.2 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .section-inbox .details-list .title {
        margin-top: 10px; } }
  .section-inbox .details-list p {
    margin: 0;
    margin-top: 10px; }
    .section-inbox .details-list p + p {
      margin-top: 10px; }
  .section-inbox .details-list ::-webkit-input-placeholder {
    color: #4b4b4b;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-inbox .details-list ::-moz-placeholder {
    color: #666;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-inbox .details-list :-ms-input-placeholder {
    color: #666;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-inbox .details-list :-moz-placeholder {
    color: #666;
    font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
  .section-inbox .details-list .add-reply {
    padding: 0;
    display: block; }
    .section-inbox .details-list .add-reply ::-webkit-input-placeholder {
      color: #4b4b4b; }
    .section-inbox .details-list .add-reply ::-moz-placeholder {
      color: #4b4b4b; }
    .section-inbox .details-list .add-reply :-ms-input-placeholder {
      color: #4b4b4b; }
    .section-inbox .details-list .add-reply :-moz-placeholder {
      color: #4b4b4b; }
    .section-inbox .details-list .add-reply .form-control {
      border: 0;
      color: #000;
      font: 400 11px/1.5 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      padding: 23px 27px;
      height: 150px; }
      @media (min-width: 1200px) {
        .section-inbox .details-list .add-reply .form-control {
          height: 275px; } }
    .section-inbox .details-list .add-reply .reply-submit-bar {
      padding: 16px 28px;
      background-color: #f1f7f3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .section-inbox .details-list .add-reply .reply-submit-bar {
          padding: 15px; } }
      .section-inbox .details-list .add-reply .reply-submit-bar .btn {
        color: #ffffff;
        font: 400 11px/28px "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        border: 0;
        padding: 0 15px; }
      .section-inbox .details-list .add-reply .reply-submit-bar i {
        width: 28px;
        height: 28px;
        font-size: 18px;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        margin-left: 10px; }

.section-manage-image-tags ::-webkit-input-placeholder {
  color: #666;
  font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-manage-image-tags :-ms-input-placeholder {
  color: #666;
  font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-manage-image-tags .form-control {
  height: 30px;
  border-color: #ccc;
  border-radius: 4px;
  color: #000;
  font: 400 12px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.section-manage-image-tags .input-wrapper.icon-after::after {
  right: 10px;
  font-size: 14px;
  color: #666; }

.section-manage-image-tags .input-wrapper.icon-after input {
  padding-right: 30px; }

.section-team-profiles .dropdown-item:hover, .section-team-profiles .dropdown-item:focus {
  color: #000;
  background-color: #b1d1bd; }

.--no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none; }

.--no-radius {
  border-radius: 0; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #fff;
  color: #3d3d3d;
  font: 600 17px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }

.ui-datepicker {
  width: auto;
  font-family: "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  border: 0 !important;
  background: #fff;
  padding: 1rem;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 479px) {
    .ui-datepicker {
      padding: .5rem; } }
  .ui-datepicker table {
    margin: 0; }
  .ui-datepicker thead th {
    color: #3d3d3d;
    font: 600 15px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    padding: 11px 5px; }
    @media (max-width: 479px) {
      .ui-datepicker thead th {
        font-size: 13px;
        padding: 6px 4px; } }
  .ui-datepicker .ui-datepicker-header {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    margin: 8px 0 13px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: relative;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 0 !important;
      border: 0 !important;
      background: transparent !important;
      left: 0;
      top: 0;
      cursor: pointer;
      z-index: 2;
      font-size: 20px;
      color: #808789 !important; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 300; }
    @media (min-width: 1200px) {
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        left: 12px; } }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
      content: "\f060"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      right: 0;
      left: auto; }
      @media (min-width: 1200px) {
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
          right: 12px; } }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
        content: "\f061"; }
    .ui-datepicker .ui-datepicker-header .ui-icon {
      display: none !important; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0;
      position: absolute;
      top: 0;
      width: 100%;
      padding: 0 45px;
      z-index: 1;
      color: #b5cebe;
      font: 700 20px/30px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
      @media (max-width: 479px) {
        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
          font-size: 16px; } }
  .ui-datepicker table.ui-datepicker-calendar {
    border-collapse: collapse !important;
    border-spacing: 0 !important; }
    .ui-datepicker table.ui-datepicker-calendar td {
      border: 1px solid #E4E7E7;
      padding: 0 !important; }
    .ui-datepicker table.ui-datepicker-calendar .ui-state-highlight a {
      background-color: #b5cebe; }
  .ui-datepicker .ui-state-default {
    margin: 0 !important;
    color: #3d3d3d;
    font: 600 17px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    padding: 0 .5rem;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 54px;
    width: 100%;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1199px) {
      .ui-datepicker .ui-state-default {
        height: 38px; } }
    @media (max-width: 479px) {
      .ui-datepicker .ui-state-default {
        width: auto;
        height: auto;
        font-size: 13px;
        padding: .4rem; } }
  .ui-datepicker .ui-state-highlight {
    background: transparent;
    border-color: #a6c4b1 !important; }
  .ui-datepicker .ui-state-disabled {
    border: 0 !important; }

.ui-timepicker-container {
  z-index: 99999 !important;
  color: #6c757d !important;
  font: 400 1rem/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  padding: 0 !important;
  border-color: #CCCCCC !important;
  margin-top: -4px;
  height: auto !important; }

.ui-timepicker {
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important; }
  .ui-timepicker a {
    padding: .375rem .75rem !important;
    text-align: left; }
    .ui-timepicker a.ui-state-hover {
      background-color: #ddd !important;
      border-color: transparent; }
  .ui-timepicker .ui-corner-all {
    border-radius: 0 !important; }

.date-picker-wrapper {
  padding: 0 !important;
  border: 0 !important;
  width: 100% !important;
  height: auto !important;
  background-color: transparent !important; }
  .date-picker-wrapper.inline-wrapper {
    display: block !important; }
  .date-picker-wrapper .month-wrapper {
    padding: 15px !important;
    border: 0 !important;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    display: inline-block; }
    .date-picker-wrapper .month-wrapper table {
      border-collapse: collapse !important; }
      .date-picker-wrapper .month-wrapper table tr.week-name th {
        height: 40px;
        color: #3d3d3d;
        font: 600 15px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
        text-transform: capitalize; }
        @media (max-width: 479px) {
          .date-picker-wrapper .month-wrapper table tr.week-name th {
            height: 30px;
            font-size: 14px; } }
      .date-picker-wrapper .month-wrapper table th.month-name {
        color: #b5cebe;
        font: 700 20px/30px "SF Pro Text", "Helvetica Neue", Arial, sans-serif; }
        @media (max-width: 479px) {
          .date-picker-wrapper .month-wrapper table th.month-name {
            font-size: 14px; } }
      .date-picker-wrapper .month-wrapper table th.month-name div {
        width: auto;
        height: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .date-picker-wrapper .month-wrapper table td {
        border: 1px solid #E4E7E7; }
        .date-picker-wrapper .month-wrapper table td div.checked {
          background-color: #bec4c0 !important;
          color: #fff !important; }
        .date-picker-wrapper .month-wrapper table td div.first-date-selected, .date-picker-wrapper .month-wrapper table td div.last-date-selected {
          background-color: #b5cebe !important;
          color: #fff !important; }
        .date-picker-wrapper .month-wrapper table td div.day {
          color: #3d3d3d !important;
          font: 600 17px/1 "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
          margin: 0;
          border: 0;
          padding: 0 !important;
          width: 54px;
          height: 54px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 1199px) {
            .date-picker-wrapper .month-wrapper table td div.day {
              width: auto;
              height: auto;
              padding: .5rem !important;
              font-size: 1rem; } }
          @media (max-width: 479px) {
            .date-picker-wrapper .month-wrapper table td div.day {
              width: 30px;
              height: 30px;
              font-size: 14px; } }
  .date-picker-wrapper .footer {
    padding: 0 !important; }
  .date-picker-wrapper .date-range-length-tip {
    display: none !important; }
.aps-navbar__brand img{
  height: 59px;
  max-height: 59px;
}