/*Core stylesheets*/
/*@import url("../vendor/bootstrap/bootstrap.css");
  @import url("../vendor/jqueryui/jquery-ui.css");*/
/*External library stylesheets*/
/*@import url("../vendor/datepicker/v6/css/datepicker.css");
  @import url("../vendor/jquery.collapsible/1.0/css/collapsible.css");
  @import url("../vendor/bootstrap-select/bootstrap-select.min.css");
  @import url("../vendor/jquery.customInput/css/enhanced.css");*/
/*Global Assets stylesheets*/
/*@import url("../vendor/globalassets/styles/widgets/alerts.css");
  @import url("../vendor/globalassets/styles/widgets/buttons.css"); 
  @import url("../vendor/globalassets/styles/widgets/customicons.css");
  @import url("../vendor/globalassets/styles/widgets/tooltips.css");
  @import url("../vendor/globalassets/styles/widgets/carousel.css");
  @import url("../vendor/globalassets/styles/widgets/modalstyles.css");
  @import url("../vendor/globalassets/styles/508Assets-3.0.css");
  @import url("../vendor/share/1.0/css/sharewidget-3.0.css");

  @import url("../css/toastr.less");*/
@font-face {
  font-family: 'Calibre-Thin';
  src: url('/assets/fonts/Calibre-Thin.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Calibre-Thin.otf') format('opentype'), url('/assets/fonts/Calibre-Thin.woff') format('woff'), url('/assets/fonts/Calibre-Thin.ttf') format('truetype'), url('/assets/fonts/Calibre-Thin.svg#Calibre-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
.g-blue {
  background: #3e6280;
  /* IE10+ */
  background-image: -ms-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* Opera */
  background-image: -o-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #3e6280), color-stop(100, #598cb7));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom right, #3e6280 0%, #598cb7 100%);
}
.g-green {
  background: #8cba4e;
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #cde175 0%, #4c9328 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #cde175 0%, #4c9328 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #cde175 0%, #4c9328 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #cde175), color-stop(100, #4c9328));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #cde175 0%, #4c9328 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #cde175 0%, #4c9328 100%);
}
body {
  font-family: 'Hind', sans-serif;
  font-size: 1.3em;
  background: #e0e5e9;
  color: #788f9f;
  font-weight: 400;
  line-height: 1.38461538;
}
h1 {
  font-size: 1.76923077em;
  font-family: "Calibre-Thin", sans-serif;
  margin-top: 0;
  color: #495c6a;
  text-align: center;
}
h2,
.h2 {
  font-size: 1.15384615em;
  margin: 0;
  font-weight: 300;
}
.title-archived {
  margin: 7px 0 20px;
}
.status-success,
.status-fail {
  text-align: center;
  font-size: 1.76923077em;
  margin: 20px 0;
  font-family: "Calibre-Thin", sans-serif;
}
.status-success {
  color: #8bc34a;
}
.status-fail {
  color: #ff6000;
}
.message-success {
  color: #8bc34a;
}
label,
legend,
p.label {
  color: #495c6a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.92307692em;
  margin-bottom: 2px;
  padding: 0;
  text-align: left;
  line-height: 1.4em;
}
label .label-extra,
legend .label-extra,
p.label .label-extra,
label .password-requirements,
legend .password-requirements,
p.label .password-requirements {
  color: #788f9f;
  text-transform: none;
  font-weight: 300;
  display: block;
  padding: 3px 0 0;
  font-size: 1.07692308em;
  margin-bottom: 0.4em;
}
label .password-requirements,
legend .password-requirements,
p.label .password-requirements {
  padding: 0;
}
label .password-requirements span,
legend .password-requirements span,
p.label .password-requirements span {
  display: list-item;
  margin-left: 15px;
}
p.label {
  display: inline-block;
}
.form-group p.label {
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
.bold {
  font-weight: 600 !important;
}
.hind {
  font-family: 'Hind', sans-serif;
}
.calibre {
  font-family: "Calibre-Thin", sans-serif;
}
.intro {
  font-size: 1.07692308em;
  text-align: center;
  margin-bottom: 1.15384615em;
  font-weight: 300;
}
.intro strong {
  font-weight: 500;
  color: #495c6a;
}
.text-dark {
  color: #495c6a;
}
.text-uppercase {
  text-transform: uppercase;
}
.full-width {
  width: 100%;
}
ul,
ol {
  padding-left: 15px;
}
.btn {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  font-family: 'Hind', sans-serif;
}
.btn:hover,
.btn:active,
.btn:focus,
.navbar a:hover,
.navbar a:active,
.navbar a:focus,
.logo-pexa,
.logo-pexa:hover,
.ui-state-hover a,
.ui-state-active a,
.ui-state-active a:focus,
.ui-state-active a:active,
.ui-state-hover a:hover,
.ui-state-hover a:active,
.ui-state-hover a:focus,
.ui-tabs-anchor,
.ui-tabs-anchor:focus,
a:not(.btn-text) {
  text-decoration: none;
  text-shadow: none;
  background-image: none;
}
a,
.btn-text {
  color: #8bc34a;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  background: none;
  border: none;
}
a:hover,
.btn-text:hover,
a:active,
.btn-text:active,
a:focus,
.btn-text:focus {
  color: #8bc34a;
  text-decoration: none;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #8bc34a 0%, #8bc34a 100%);
  background-image: linear-gradient(to right, #8bc34a 0%, #8bc34a 100%);
  background-repeat: repeat-x;
  background-position: 0 85%;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
a:active,
.btn-text:active {
  box-shadow: none;
}
.btn-text {
  padding-left: 0;
  padding-right: 0;
  color: #495c6a;
}
/* Buttons */
.btn-header,
.nav > li > a.btn-header {
  color: #fff;
  float: right;
}
.generic .btn-header,
.generic .nav > li > a.btn-header {
  color: #8bc34a;
  background: transparent;
}
.btn-cta {
  background: #8bc34a;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #7cb342;
  font-weight: 500;
}
.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus {
  color: #fff;
  background: #abcd61;
  border-color: #97b94e;
}
.btn-secondary {
  background: #8bc34a;
  color: #fff;
  border: 1px solid #8bc34a;
  border-radius: 50%;
  font-size: 1.23076923em;
  border-radius: 22px;
  font-weight: 500;
  padding: 9px 20px 7px;
  min-width: 100px;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #fff;
  background: #abcd61;
  border-color: #abcd61;
}
.btn-secondary-purple {
  background: #92288d;
  border-color: #92288d;
  margin-bottom: 15px;
}
.btn-secondary-purple:hover,
.btn-secondary-purple:active,
.btn-secondary-purple:focus {
  background: #a63ca1;
  border-color: #a63ca1;
}
.btn-tertiary {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.23076923em;
  border-radius: 22px;
  font-weight: 500;
  padding: 9px 20px 7px;
  min-width: 100px;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-secondary-grey {
  background: #fff;
  color: #495c6a;
  border: 1px solid #d5dade;
  border-radius: 50%;
  font-size: 1.23076923em;
  border-radius: 22px;
  font-weight: 500;
  padding: 9px 20px 7px;
  min-width: 100px;
}
.btn-secondary-grey:hover,
.btn-secondary-grey:active,
.btn-secondary-grey:focus {
  border-color: #495c6a;
}
.btn-play {
  position: relative;
  border-width: 2px;
}
.home .jumbotron .btn-play.btn-tertiary {
  padding-left: 46px;
}
.btn-play:before {
  content: "";
  display: block;
  width: 31px;
  height: 30px;
  background: url(/assets/images/sprite.svg) -455px -428px no-repeat;
  background-size: 696px auto;
  position: absolute;
  left: 6px;
  top: 5px;
}
.form-group .btn-secondary,
.form-group .btn-secondary-grey {
  margin-bottom: 10px;
  width: 100%;
}
.buttons {
  line-height: 1em;
  margin-top: 20px;
}
.buttons .btn-text {
  font-size: 1em;
}
/* Form elements */
.form-control {
  border-width: 1px;
  border-color: #b9c2c8;
  border-style: solid;
  border-radius: 2px;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
  font-size: 1.07692308em;
  padding: 4px 12px 4px;
}
textarea.form-control {
  height: 150px;
}
@media all and (max-width: 768px) {
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  textarea:hover {
    font-size: 16px;
  }
}
.field-validation-error,
.validation-summary-errors {
  color: #ff6000;
}
.field-validation-valid,
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  display: none;
}
.add-property .validation-summary-errors {
  display: block;
}
.field-validation-error {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.92307692em;
  width: 100%;
}
input.input-validation-error {
  border-color: #ff6000;
  color: #ff6000;
  background-color: #fff7f2;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  background-color: #fff7f2;
  border: 1px solid #ff6000;
  padding: 15px 15px 6px;
  margin: 0 0 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.text-note {
  display: inline-block;
  margin-top: 5px;
}
.text-note .underline {
  color: #788f9f;
  text-decoration: none;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #788f9f 0%, #788f9f 100%);
  background-image: linear-gradient(to right, #788f9f 0%, #788f9f 100%);
  background-repeat: repeat-x;
  background-position: 0 85%;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.text-note2,
.form-group .text-note2 {
  display: inline-block;
  margin: 10px 0;
}
fieldset {
  padding: 0;
}
fieldset legend {
  border: none;
  padding: 0;
}
.form-group {
  position: relative;
}
.form-group p,
.form-group ul {
  margin-bottom: 0.3em;
  font-weight: 300;
}
.form-icon {
  height: 57px;
  background-image: url(/assets/images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 500px auto;
  width: 65px;
  margin: 0 auto;
}
.icon-add-property {
  background-position: -103px -250px;
  height: 61px;
  left: 5px;
  position: relative;
  width: 80px;
}
.icon-create-account {
  position: relative;
  left: 3px;
  height: 59px;
  background-position: -105px -172px;
}
.icon-lock {
  background-position: -100px -87px;
}
.icon-settings {
  background-position: -102px -336px;
  height: 65px;
}
.icon-feedback {
  background-position: -410px -321px;
  height: 65px;
}
.icon-review-property {
  background-position: -411px -255px;
  height: 65px;
  width: 77px;
}
.icon-security-infograph {
  background-position: -332px -180px;
  background-size: 888px auto;
  height: 140px;
  left: 6px;
  position: relative;
  width: 260px;
}
.form h1 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 70px;
}
.strength_meter {
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
}
.strength_meter div {
  font-weight: 500;
  padding-right: 29px;
  padding-top: 1px;
  position: relative;
  color: #ff6000;
}
.strength_meter div:after {
  background: url("/assets/images/sprite.svg") no-repeat scroll -313px -365px;
  background-size: 696px auto;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
}
.strength_meter .moderate {
  color: #ffb400;
}
.strength_meter .moderate:after {
  background-position: -313px -395px;
}
.strength_meter .good {
  color: #8bc34a;
}
.strength_meter .good:after {
  background-position: -313px -424px;
}
.strength_meter .strong {
  color: #419ad9;
}
.strength_meter .strong:after {
  background-position: -313px -454px;
}
.dob-day,
.dob-month,
.dob-year {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.dob-day,
.dob-month {
  width: 55px;
}
.dob-year {
  width: 75px;
}
.custom-checkbox input,
.custom-radio input {
  width: auto;
  height: auto;
}
.custom-checkbox .control-label,
.custom-radio .control-label {
  text-transform: none;
}
.custom-checkbox {
  min-height: 22px;
}
.custom-checkbox label {
  padding: 0 0 0 40px;
  background: none;
  color: #788f9f;
}
.custom-checkbox label:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #a7b4bc;
  background: #fff;
  border-radius: 2px;
  top: -5px;
  left: 0;
}
.custom-checkbox label:hover:before {
  border-color: #495c6a;
}
.custom-checkbox label.checked:before {
  background: url("/assets/images/sprite.svg") no-repeat scroll -315px -488px #93a5b2;
  background-size: 697px auto;
  border-color: #495c6a;
}
.visiblewhenupdating .custom-checkbox,
.hiddenwhenupdating .custom-checkbox {
  margin-top: 20px;
}
.feedback-radio {
  margin: 0 0 25px;
}
.feedback-radio .radio-type {
  width: 125px;
  float: left;
  margin-bottom: 10px;
}
.feedback-radio .radio-type label {
  position: relative;
  width: auto;
  background: none;
  padding: 0 0 0 36px;
  border: none;
  border-radius: 0;
  line-height: 1.86666667em;
  font-weight: normal;
  text-transform: none;
  font-size: 1.07142857em;
}
.feedback-radio .radio-type label:after {
  position: absolute;
  content: "";
  background: url("/assets/images/sprite.svg") no-repeat scroll -282px -488px #f8f8f8;
  border: 1px dotted #788f9f;
  border-radius: 50%;
  height: 26px;
  margin: 0;
  padding: 0;
  width: 26px;
  top: 0;
  left: 0;
}
.feedback-radio .radio-type label.checked {
  background: none;
  border: none;
}
.feedback-radio .radio-type label.checked:after {
  background: url("/assets/images/sprite.svg") no-repeat scroll -315px -488px #8bc34a;
  background-size: 697px auto;
  height: 26px;
  width: 26px;
  top: 0;
  left: 0;
}
.feedback-radio .radio-type .custom-radio {
  float: left;
}
.feedback-radio .radio-type p {
  float: left;
  font-size: 1.07142857em;
  margin: 9px 0 3px 10px;
  text-transform: none;
}
.switch {
  position: relative;
  height: 26px;
  width: 63px;
}
.switch-label {
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 26px;
  left: 0;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
  font-weight: 500;
  top: 0;
  width: 63px;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  transition: background-color 0.3s ease;
  background-clip: padding-box;
}
.switch-label:hover {
  background-color: #abcd61;
}
.switch-label-on {
  background: #8bc34a;
  border: 1px solid #70a735;
}
.switch-label-on:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/images/sprite.svg) -236px -386px no-repeat #ffffff;
  border: 1px solid #70a735;
  background-size: 525px auto;
  border-radius: 50%;
  right: 2px;
  top: 2px;
  background-clip: padding-box;
}
.switch-label-off {
  background: #ff6000;
  border: 1px solid #df5400;
  text-align: right;
}
.switch-label-off:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/images/sprite.svg) -258px -388px no-repeat #ffffff;
  border: 1px solid #df5400;
  background-size: 527px auto;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
.switch-label-off:hover {
  background-color: #ff843a;
}
.switch-input {
  opacity: 0;
  float: left;
  width: 0;
}
.switch-input:focus ~ .switch-label {
  outline: 1px dotted grey;
}
.switch-label.checked {
  z-index: 5;
}
.switch-input.checked + .switch-label-on ~ .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 60px;
}
.switch-selection-email,
.switch-selection-sms {
  display: block;
  position: absolute;
  z-index: 100;
  top: -1px;
  left: -1px;
  width: 65px;
  height: 28px;
  border-radius: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  background: url(/assets/images/z.gif) 0 0;
  cursor: pointer;
}
.field-switch .form-control {
  float: left;
  width: calc(100% - 70px);
}
.field-switch .switch {
  float: right;
  margin-top: 3px;
}
.mobile-number-block {
  margin: 15px 0 10px -26px;
}
.radio-type input[type="radio"],
.radio-type input[type="checkbox"] {
  opacity: 0;
  float: left;
  width: 0;
}
.radio-type label {
  background: #f8f8f8;
  border: 1px dotted #e0e5e9;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  padding: 0;
  margin: 0;
}
.radio-type label:hover {
  border-color: #495c6a;
}
.radio-type label.checked {
  background: #8bc34a;
  border: 1px solid #70a735;
}
.radio-type label.checked:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/images/sprite.svg) -317px -490px no-repeat;
  border-radius: 50%;
  right: 2px;
  top: 2px;
  background-size: 697px auto;
}
/* Header */
.navbar {
  background: #fff;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  top: 0;
}
.navbar .container {
  position: relative;
}
h1 {
  margin: 0;
}
svg {
  position: relative;
  top: 1px;
  left: -3px;
}
.menu {
  height: 11px;
}
.navbar-toggle.collapsed .cross {
  display: none;
}
.navbar-toggle.collapsed .menu {
  display: inline-block;
}
.navbar-toggle {
  margin: 0;
  font-size: 1.07692308em;
  height: 52px;
}
.navbar-toggle .cross {
  display: inline-block;
}
.navbar-toggle .menu {
  display: none;
}
.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:active,
.navbar .navbar-brand:focus {
  background: url(/assets/images/sprite.svg) -194px -54px no-repeat;
  background-size: 290px auto;
  width: 50px;
  height: 40px;
  text-indent: -999em;
  margin: 9px 0 1px -10px;
}
.home .navbar .navbar-brand,
.home .navbar .navbar-brand:hover,
.home .navbar .navbar-brand:active,
.home .navbar .navbar-brand:focus,
.p-faq .navbar .navbar-brand,
.p-faq .navbar .navbar-brand:hover,
.p-faq .navbar .navbar-brand:active,
.p-faq .navbar .navbar-brand:focus {
  background: url(/assets/images/sprite.svg) -312px -183px no-repeat;
  background-size: 442px auto;
  width: 130px;
  height: 40px;
  text-indent: -999em;
  margin: 9px 0 1px -10px;
}
.loggedin-nav li a {
  font-size: 1.23076923em;
  color: #788f9f;
  padding-left: 40px;
  position: relative;
}
.loggedin-nav li a:before {
  position: absolute;
  content: "";
  background: url(/assets/images/sprite.svg) 2px -386px no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  top: 10px;
  left: 7px;
}
.loggedin-nav li a.settings:before {
  background-position: -30px -386px;
}
.loggedin-nav li a.logout:before {
  background-position: -62px -386px;
}
.client-switch {
  position: absolute;
  bottom: -38px;
  width: 100%;
  left: 0;
}
.client-switch ul {
  margin: 0;
}
.client-switch ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.client-switch ul li a {
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  background-color: #254668;
  line-height: 26px;
  padding: 3px 20px 0;
  font-family: "Calibre-Thin", sans-serif;
}
.client-switch ul li a.active {
  background-color: #406a97;
}
/* Signin slide */
.signin-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #e0e5e9;
}
.signin-slide .intro {
  display: none;
}
.signin-slide .container {
  padding-top: 20px;
  padding-bottom: 15px;
}
.signin-slide .h2,
.signin-slide h2 {
  text-align: center;
  font-size: 1.76923077em;
  color: #495c6a;
  font-family: "Calibre-Thin", sans-serif;
}
.signin-slide .register-link {
  displaY: none;
}
.signin-slide .text-note a {
  color: #788f9f;
}
.signin-slide .text-note a:hover,
.signin-slide .text-note a:active,
.signin-slide .text-note a:focus {
  color: #788f9f;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #788f9f 0%, #788f9f 100%);
  background-image: linear-gradient(to right, #788f9f 0%, #788f9f 100%);
}
.login-form .form-group .btn-secondary {
  margin: 0;
  min-width: 130px;
}
.login-form .feedback-radio {
  margin-bottom: 15px;
}
.login-form .feedback-radio .radio-type {
  width: 160px;
}
.rememberme {
  display: block;
  margin: 20px 0;
}
.rememberme label {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  padding-left: 34px;
}
.login-form .text-note {
  margin-right: 20px;
  margin-top: 20px;
}
/* Footer */
footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #c5d0d8;
  background: #e0e5e9;
}
footer p {
  color: #667988;
}
footer .col-sm-6 {
  line-height: 26px;
}
footer .col-sm-6 a,
footer .col-sm-6 a:hover,
footer .col-sm-6 a:active,
footer .col-sm-6 a:focus {
  color: #667988;
  text-decoration: none;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #667988 0%, #667988 100%);
  background-image: linear-gradient(to right, #667988 0%, #667988 100%);
  background-repeat: repeat-x;
  background-position: 0 85%;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
footer .f-left .logo-pexa,
footer .f-left .logo-pexa:hover,
footer .f-left .logo-pexa:active,
footer .f-left .logo-pexa:focus {
  background: url(/assets/images/sprite.svg) -497px -233px no-repeat;
  background-size: 696px auto;
  text-indent: -999em;
  width: 81px;
  height: 30px;
  display: inline-block;
  margin-left: 3px;
}
footer .f-right .btn {
  display: inline-block;
  color: #fff;
  background: #92288d;
  width: 126px;
  font-size: 1em;
  border: none;
  padding: 3px 5px;
  border-radius: 0;
}
footer .f-right .btn:hover,
footer .f-right .btn:focus,
footer .f-right .btn:active {
  background: #73176d;
  color: #fff;
}
footer .powered {
  text-transform: uppercase;
  margin-top: 5px;
}
/* Containers */
.info-box {
  background: #f9fafb;
  border: 1px solid #e0e5e9;
  border-radius: 2px;
  padding: 50px 15px 15px;
  margin-bottom: 15px;
  position: relative;
}
.info-box:before {
  background-image: url("/assets/images/sprite.svg");
  background-size: 696px auto;
  background-position: -313px -309px;
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 25px;
}
.info-question:before {
  background-position: -313px -258px;
}
.info-box-noi {
  padding: 15px;
}
.info-box-noi p {
  font-weight: bold;
  color: #495c6a;
}
.info-box-noi .btn {
  font-size: 1.14285714em;
}
.info-box-noi:before {
  display: none;
}
.list-settings {
  border: 1px solid #e0e5e9;
  border-radius: 2px;
}
.list-settings .list-settings-item {
  border-bottom: 1px solid #e0e5e9;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.list-settings .list-settings-item p.label {
  float: left;
  line-height: 26px;
  margin-bottom: 0;
  padding: 0;
}
.list-settings .list-settings-item .switch,
.list-settings .list-settings-item .radio-type {
  float: right;
}
.list-settings .list-settings-item:last-child {
  border-bottom: none;
}
.list-settings .list-settings-item:before {
  background-image: url("/assets/images/sprite.svg");
  background-position: -405px -359px;
  background-repeat: no-repeat;
  content: "";
  height: 22px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 32px;
}
.list-settings .sms-notifications:before {
  background-position: -405px -394px;
  height: 27px;
}
.list-settings .to-live:before {
  background-position: -405px -326px;
}
.list-settings .to-invest:before {
  background-position: -403px -437px;
  top: 5px;
  width: 26px;
  height: 29px;
  left: 8px;
}
.list-settings .for-business:before {
  background-position: -401px -480px;
  left: 7px;
}
.list-settings .no-icon:before {
  display: none;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.popup .container {
  padding: 0;
}
.container.container-main {
  /*padding-left: 10px;
	padding-right: 10px;*/
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.content-box {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.popup .content-box {
  margin: 0;
  border-radius: 5px;
}
/* Content */
.tell-me-why .collapsible {
  margin: 0;
  color: #8bc34a;
  cursor: pointer;
  position: relative;
}
.tell-me-why .collapsible:before {
  background-image: url("/assets/images/sprite.svg");
  background-position: -483px -539px;
  background-repeat: no-repeat;
  background-size: 709px auto;
  content: "";
  height: 22px;
  left: 67px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.tell-me-why .collapsible-heading-toggle-icon,
.tell-me-why .collapsible-heading {
  display: block;
  float: none;
  height: 20px;
  margin-top: -20px;
  width: 100%;
}
.tell-me-why .collapsible-heading-toggle-icon:hover,
.tell-me-why .collapsible-heading:hover,
.tell-me-why .collapsible-heading-toggle-icon:focus,
.tell-me-why .collapsible-heading:focus {
  background: none;
  text-shadow: none;
}
.tell-me-why .collapsible-heading-collapsed-icon:before {
  background-position: -470px -539px;
}
.tell-me-why .collapsible-heading-collapsed-icon:hover {
  color: #abcd61;
}
.tell-me-why .collapsible-content {
  margin-top: 10px;
}
.tell-me-why .collapsible-content p {
  line-height: inherit;
  margin-bottom: 0;
}
.consent-text {
  border: 1px solid #e0e5e9;
  border-radius: 2px;
  float: left;
  font-size: 0.923077em;
  height: 165px;
  margin-left: 38px;
  margin-top: -26px;
  overflow: auto;
  padding: 10px;
}
/* Dashboard tabs */
.ui-tabs-nav {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  border-radius: 0;
}
.ui-tabs-nav li {
  width: 50%;
  border-bottom: 1px solid #c5ced5;
}
.ui-tabs-nav li a {
  width: 100%;
  text-align: center;
  color: #788f9f;
  font-family: "Calibre-Thin", sans-serif;
  font-size: 1.84615385em;
}
.ui-tabs-nav li a .order,
.ui-tabs-nav li a .qty {
  color: #788f9f;
  background: #e0e5e9;
  border-radius: 50%;
  display: inline-block;
  font-family: Hind, sans-serif;
  font-size: 17px;
  height: 26px;
  line-height: 30px;
  margin-left: 3px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 26px;
}
#tabs > .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  position: relative;
  color: #3d98d2;
}
#tabs > .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:before {
  content: "";
  position: absolute;
  background: #e0e5e9;
  border: 1px solid #c5ced5;
  bottom: -8px;
  height: 15px;
  left: 50%;
  margin-left: -8px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  z-index: -1;
}
#tabs > .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after {
  content: "";
  position: absolute;
  background: #e0e5e9;
  bottom: -1px;
  height: 1px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  z-index: 10;
}
#tabs > .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor .qty {
  background: #3d98d2;
  color: #fff;
}
.ui-tabs .ui-tabs-panel {
  background: #e0e5e9;
  z-index: 6;
  position: relative;
}
/*.property-hero,
.property-added {
	.g-green;
	color: #fff;
	text-align: center;
	margin: -20px -20px 20px;
	padding: 0 20px 12px;
	position: relative;
	border-radius: 2px 2px 0 0;
	&:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.08;
		top: 0;
		left: 0;
	}
	p {
		font-weight: 300;
		strong { font-weight: 500;}
	}
	img {
		border-radius: 50%;
		border: 2px solid #fff;
		width: 118px;
		height: 118px;
		margin: -20px 0 20px;
	}
	h2 {
		font-family: "Calibre-Thin", sans-serif;
		font-size: 23/13em;
		line-height: 26/23em;
		margin-bottom: 10px
	}
}*/
/*.property-added {
	background: #6E9F3E;
	background-image: -ms-radial-gradient(left top, circle farthest-side, #C3D864 0%, #6E9F3E 100%);
	background-image: -moz-radial-gradient(left top, circle farthest-side, #C3D864 0%, #6E9F3E 100%);
	background-image: -o-radial-gradient(left top, circle farthest-side, #C3D864 0%, #6E9F3E 100%);
	background-image: -webkit-gradient(radial, left top, 0, left top, 973, color-stop(0, #C3D864), color-stop(1, #6E9F3E));
	background-image: -webkit-radial-gradient(left top, circle farthest-side, #C3D864 0%, #6E9F3E 100%);
	background-image: radial-gradient(circle farthest-side at left top, #C3D864 0%, #6E9F3E 100%);
	padding: 20px 20px 12px;
}*/
.scheduled {
  font-size: 1.07692308em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
  color: #8d9fac;
}
.scheduled strong {
  font-size: 1.07142857em;
  font-weight: 500;
}
.scheduled .updated {
  background: #8bc34a;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 2em;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: 500;
  margin: 0 0 0 10px;
  top: -4px;
}
.scheduled .updated:after {
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #8bc34a;
  bottom: 3px;
  height: 0;
  left: -16px;
  width: 0;
  content: "";
  position: absolute;
}
.countdown,
.countdown-st {
  width: 100%;
  text-align: center;
}
.countdown .labels,
.countdown-st .labels,
.countdown .numbers,
.countdown-st .numbers {
  vertical-align: middle;
  font-weight: 300;
}
.countdown .labels span,
.countdown-st .labels span,
.countdown .numbers span,
.countdown-st .numbers span {
  display: inline-block;
  width: 25%;
}
.countdown .labels,
.countdown-st .labels {
  font-size: 1em;
  text-transform: uppercase;
  position: relative;
  top: -12px;
}
.countdown .numbers,
.countdown-st .numbers {
  color: #3d98d2;
  font-size: 2.76923077em;
}
.initiatesettlement {
  display: none;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  float: right;
  position: relative;
  background: url(/assets/images/sprite.svg) -462px -507px no-repeat;
  margin-top: 6px;
}
.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
  background-position: -477px -507px;
}
.property-status {
  margin: 0 -10px;
}
.property-status h3 {
  font-size: 1.15384615em;
  line-height: 28px;
  padding: 8px 15px 8px 8px;
  border-radius: 3px;
}
.property-status h3 span.order {
  border: 1px dashed #98acba;
  color: #98acba;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.06666667em;
  font-weight: 500;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 8px;
}
.property-status h3 .status-title {
  border-bottom: 1px dotted #788f9f;
  line-height: 1em;
  display: inline-block;
}
.property-status h3.status-inprogress {
  background: #f9fafb;
  border: 1px solid #e0e5e9;
  color: #3d98d2;
  padding: 16px 15px 16px 8px;
}
.property-status h3.status-inprogress .status-title {
  border-bottom-color: transparent;
}
.property-status h3.status-inprogress span.order {
  background: #3d98d2;
  border: 1px solid #3d98d2;
  color: #fff;
}
.property-status h3.status-complete span.order {
  border: 1px solid #8bc34a;
  color: #8bc34a;
}
.property-status h3.status-complete span.order svg {
  left: 1px;
  top: -1px;
}
.property-status .ui-accordion-content {
  padding: 10px 15px 15px;
}
.property-status .status-inprogress-content {
  background: #f9fafb;
  border: 1px solid #e0e5e9;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  position: relative;
  margin-top: -2px;
}
.property-archived {
  border-top: 1px solid #e0e5e9;
  margin: 0 -20px -10px;
  background: #f9fafb;
  padding: 0 20px;
  border-radius: 0 0 3px 3px;
}
.property-archived h3 {
  padding: 14px 0;
  border-top: 1px solid #e0e5e9;
  line-height: 1.5em;
  font-weight: 300;
  border-radius: 0;
}
.property-archived h3:first-child {
  border: none;
}
.property-archived h3 strong {
  font-weight: 500;
}
.property-archived .ui-accordion-content {
  font-weight: 300;
}
.property-archived .ui-accordion-content strong {
  font-weight: 500;
}
.property-archived .ui-accordion-header .ui-accordion-header-icon {
  margin-top: 8px;
}
/* New dashboard listing */
.dashboard,
.p-detail,
.p-faq {
  background: url(/assets/images/bg_pattern.png) center center #3e617f;
  background: url(/assets/images/bg_pattern.png) center center, -ms-radial-gradient(center, circle farthest-sidee, #5788b2 0%, #3e617f 100%);
  background: url(/assets/images/bg_pattern.png) center center, -moz-radial-gradient(center, circle farthest-side, #5788b2 0%, #3e617f 100%);
  background: url(/assets/images/bg_pattern.png) center center, -o-radial-gradient(center, circle farthest-side, #5788b2 0%, #3e617f 100%);
  background: url(/assets/images/bg_pattern.png) center center, -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #5788b2), color-stop(1, #3e617f));
  background: url(/assets/images/bg_pattern.png) center center, -webkit-radial-gradient(center, circle farthest-side, #5788b2 0%, #3e617f 100%);
  background: url(/assets/images/bg_pattern.png) center center, radial-gradient(circle farthest-side at center, #5788b2 0%, #3e617f 100%);
}
.dashboard .container.container-main,
.p-detail .container.container-main,
.p-faq .container.container-main {
  margin-top: 0;
  margin-bottom: 10px;
}
.dashboard .main-content,
.p-detail .main-content,
.p-faq .main-content {
  padding: 20px;
}
.dashboard h1,
.p-faq h1 {
  color: #fff;
  text-align: left;
  margin: 0 0 15px;
}
.p-faq .content-box {
  padding: 0;
  margin-bottom: 20px;
}
.p-faq .content-box .list-unstyled {
  margin: 0;
}
.p-faq .content-box .list-unstyled > li {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e5e9;
}
.p-faq .content-box .list-unstyled > li:last-child {
  border: none;
}
.p-faq .content-box .list-unstyled > li strong {
  display: inline-block;
  padding-bottom: 10px;
  color: #495c6a;
}
.p-faq .content-box .list-unstyled li.title {
  list-style: none;
  margin: 0 0 0 -18px;
  font-weight: bold;
  font-style: italic;
}
.p-faq .content-box .list-unstyled ul {
  padding-left: 18px;
}
.p-faq .content-box .list-unstyled ul ul {
  margin: 10px 0 0;
}
.p-faq .info h2,
.p-faq .info p,
.p-faq .info dl,
.p-faq .info a {
  color: #fff;
}
.p-faq .info a:hover,
.p-faq .info a:active,
.p-faq .info a:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  background-position: 0 85%;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.p-faq .info h2 {
  font-size: 1.84615385em;
  margin-bottom: 15px;
}
.p-faq .info dl {
  font-size: 1.23076923em;
}
.p-faq .info dl dt,
.p-faq .info dl dd {
  display: inline;
}
.not-tracking {
  background-color: #36546e;
  background-color: rgba(54, 84, 110, 0.8);
  border-radius: 4px;
  padding: 20px;
}
.not-tracking h2,
.not-tracking h3,
.not-tracking p,
.not-tracking h4 {
  color: #fff;
  text-align: center;
}
.not-tracking h2 {
  font-size: 1.76923077em;
  margin: 0 0 20px;
  font-weight: 400;
}
.not-tracking h3 {
  font-size: 1.38461538em;
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1.3;
}
.not-tracking .search-lawyer {
  background: #294963;
  margin: 30px -20px -30px;
  border-radius: 0 0 4px 4px;
  padding: 30px 20px 20px;
}
.not-tracking .search-lawyer img {
  margin: 0 0 15px;
  width: 40px;
}
.not-tracking .search-lawyer p {
  color: #f8fbfe;
  line-height: 1.5;
  letter-spacing: .2px;
  font-weight: 300;
  margin: 0;
}
.property-listing-item-wrapper {
  padding: 0 !important;
  background: none;
}
.property-listing-item {
  border-radius: 3px;
}
.property-listing-item .settlement-main {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 20px 30px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.property-listing-item .settlement-main:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #042439;
  background: rgba(4, 36, 57, 0.5);
  /*.lt-ie9 & {
				background:transparent;
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f042439,endColorstr=#7f042439);
				zoom: 1;
			}*/
}
.property-listing-item .settlement-main * {
  position: relative;
  z-index: 1;
  color: #fff;
}
.property-listing-item .settlement-main p a,
.property-listing-item .settlement-main p a:hover,
.property-listing-item .settlement-main p a:active,
.property-listing-item .settlement-main p a:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  background-position: 0 85%;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.property-listing-item .settlement-main h2 {
  font-size: 1.53846154em;
  margin: 0 0 15px;
  font-weight: 400;
}
.property-listing-item .settlement-main h2 span {
  display: block;
}
.property-listing-item .type {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: normal;
  display: block;
  opacity: 1 !important;
  margin-bottom: 8px;
}
.property-listing-item .tracking span {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 0.92307692em;
}
.property-listing-item .tracking strong {
  font-size: 1.53846154em;
  line-height: 1em;
}
.property-listing-item .btn {
  background-color: #3d98d2;
  border-color: #3d98d2;
  font-size: 1em;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
  margin-right: 10px;
}
.property-listing-item .btn:hover {
  background-color: #2e7ab8;
  border-color: #2e7ab8;
}
.property-listing-item .new-notification {
  float: left;
  font-size: 1.07692308em;
  margin: 10px 0 0;
}
.property-listing-item .new-notification span {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ff6000;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  margin-right: 3px;
}
.property-listing-item .settlement-info {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  position: relative;
}
.property-listing-item .settlement-info:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  content: "";
  position: absolute;
}
.property-listing-item .settlement-info .brought-by {
  text-transform: uppercase;
  font-size: 0.76923077em;
}
.property-listing-item .settlement-info img {
  margin: 10px 0 15px;
  max-width: 100%;
}
.property-listing-item .settlement-info .agent-name {
  color: #495c6a;
  font-weight: bold;
  font-size: 1.53846154em;
  display: inline-block;
  height: 113px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  max-width: 100%;
}
.ie10 .property-listing-item .settlement-info .agent-name {
  display: block;
  padding: 10px 0 0;
}
.property-listing-item .settlement-info .countdown {
  width: 100%;
}
.property-listing-item .settlement-info .dash-status strong {
  font-size: 1.14285714em;
}
.property-listing-item .settlement-info .dash-status-progress strong,
.property-listing-item .settlement-info .dash-status-complete strong {
  color: #8bc34a;
}
.property-listing-item .settlement-info .dash-status-error strong {
  color: #ff6000;
}
.property-listing-item .settlement-info .date {
  margin: 0;
}
.property-listing-item .settlement-info .date strong {
  color: #495c6a;
}
.property-listing-item .settlement-info .date .countdownlocaldate {
  color: #3d98d2;
  font-weight: 300;
  font-size: 1.28571429em;
}
.property-listing-selling .settlement-main:after {
  background: #3a0638;
  background: rgba(58, 6, 56, 0.5);
  /*.lt-ie9 & {
				background:rgb(58,6,56);
				background: transparent\9;
				background:rgba(58,6,56,0.5);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f3a0638,endColorstr=#7f3a0638);
				zoom: 1;
			}*/
}
.property-listing-selling .countdown .numbers {
  color: #92288d;
}
.property-listing-selling .settlement-info .date .countdownlocaldate {
  color: #92288d;
}
.property-listing-selling .btn {
  background-color: #92288d;
  border-color: #92288d;
}
.property-listing-selling .btn:hover {
  background-color: #73176d;
  border-color: #73176d;
}
/* Property detail */
.p-detail .container.container-main {
  margin-top: 0;
  margin-bottom: 10px;
}
.p-detail .main-content {
  padding: 0;
}
.secondary-nav {
  background: #edf1f4;
  border-top: 1px solid #dee4e9;
  border-bottom: 1px solid #dee4e9;
  padding: 15px 0;
  position: relative;
}
.secondary-nav a {
  color: #788f9f;
}
.secondary-nav a:hover,
.secondary-nav a:active,
.secondary-nav a:focus {
  color: #788f9f;
  background-image: -webkit-linear-gradient(left, #788f9f 0%, #788f9f 100%);
  background-image: linear-gradient(to right, #788f9f 0%, #788f9f 100%);
}
.edit-property-link,
.notifications-link {
  width: 20px;
  height: 18px;
  position: relative;
  float: right;
}
.edit-property-link:before,
.notifications-link:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 18px;
  background: url(/assets/images/sprite.svg) -66px -433px no-repeat;
  left: 0;
  top: 0;
}
.edit-property-link:hover,
.notifications-link:hover,
.edit-property-link:active,
.notifications-link:active,
.edit-property-link:focus,
.notifications-link:focus {
  background: none !important;
  text-shadow: none;
}
.edit-property-link {
  margin-left: 10px;
}
.edit-property-link:before {
  background-position: -100px -432px;
}
.notifications-link .counter {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #ff6000;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: -5px 30px -3px -35px;
  padding-top: 4px;
}
.edit-property-prompt,
.edit-subscriber-prompt {
  position: absolute;
  background: #3d98d2;
  text-align: center;
  color: #fff;
  top: 49px;
  right: 0;
  padding: 15px;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #73b7e0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.edit-property-prompt p,
.edit-subscriber-prompt p {
  margin: 0;
}
.edit-property-prompt .close-prompt,
.edit-subscriber-prompt .close-prompt {
  color: #495c6a;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
}
.edit-property-prompt .close-prompt:hover,
.edit-subscriber-prompt .close-prompt:hover {
  color: #fff;
}
.edit-property-prompt:before,
.edit-subscriber-prompt:before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3d98d2;
  top: -7px;
  height: 0;
  right: 23px;
  width: 0;
}
.property-image {
  height: 200px;
  background: url(https://maps.googleapis.com/maps/api/streetview?size=640x640&location=143+blossom+park+drive+mill+park+3082) center center;
  background-size: cover;
}
.no-image .property-image {
  display: none;
}
.address-box .container.container-main {
  background: #fff;
  padding: 20px;
  margin: -20px 10px 20px;
}
.no-image .address-box .container.container-main {
  margin-top: 20px;
}
.address-box .map-link img {
  display: none;
}
.address-box .type {
  display: inline-block;
  background: #92288d;
  color: #fff;
  border-radius: 2px;
  margin-top: -10px;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  padding: 5px 10px;
}
.address-box .type:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #92288d;
  bottom: -7px;
  height: 0;
  left: 50%;
  width: 0;
  margin-left: -10px;
}
.address-box h1 {
  text-align: left;
  margin: 0 0 10px;
  width: auto;
}
.address-box h1 strong,
.address-box h1 span {
  display: block;
}
.address-box .agent {
  border-top: 1px solid #e0e5e9;
  margin-top: 15px;
  padding: 15px 0 0;
  text-align: center;
}
.address-box .agent a {
  display: inline-block;
  margin: 15px 5% 0;
  text-align: center;
  color: #788f9f;
  position: relative;
  padding-left: 25px;
}
.address-box .agent a:before {
  position: absolute;
  content: "";
  background: url(/assets/images/sprite.svg) 0 -434px no-repeat;
  width: 18px;
  height: 16px;
  top: 0;
  left: 0;
}
.address-box .agent a:hover,
.address-box .agent a:active,
.address-box .agent a:focus {
  color: #788f9f;
  background-image: -webkit-linear-gradient(left, #788f9f 0%, #788f9f 100%);
  background-image: linear-gradient(to right, #788f9f 0%, #788f9f 100%);
  background-position: 0 100%;
}
.address-box .agent .brought-by {
  display: block;
  color: #fff;
  text-transform: uppercase;
  background: #788f9f;
  position: relative;
  border-radius: 2px;
  border-top: 1px solid #8ca0ad;
  padding: 5px 0;
  margin-bottom: 12px;
}
.address-box .agent .brought-by:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #788f9f;
  bottom: -5px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  position: absolute;
  content: "";
}
.address-box .agent .agent-name {
  color: #495c6a;
  font-size: 1.42857143em;
  font-weight: bold;
}
.address-box .agent .agent-logo {
  max-width: 209px;
}
.address-box .agent .site-agent:before {
  background-position: -35px -434px;
}
.address-box .edit-property-link {
  float: none;
  padding-left: 26px;
  margin: 0;
  color: #788f9f;
}
.property-timer .container.container-main {
  background: #fff;
  padding: 20px;
  margin: 20px 10px;
}
.property-timer h2 {
  border-top: 1px solid #73b8e0;
  color: #fff;
  background: #3d98d2;
  background-image: -ms-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -moz-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -o-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50a5d8), color-stop(1, #3d98d2));
  background-image: -webkit-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: linear-gradient(to bottom, #50a5d8 0%, #3d98d2 100%);
  border-radius: 4px 4px 0 0;
  margin: -20px -20px 0;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}
.property-timer #countdown_container {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
}
.property-timer #countdown_clock canvas {
  display: none;
}
.lt-ie9 .property-timer #countdown_clock {
  background: url(/assets/images/bg-timer.png) 0 0 no-repeat;
}
.property-timer #countdown_timer li {
  display: inline-block;
  font-weight: 300;
  color: #3d98d2;
}
.property-timer #countdown_timer li em {
  font-size: 1.42857143em;
  font-style: normal;
  padding-left: 1px;
}
.property-timer #countdown_timer .days {
  margin-left: 0 !important;
}
.property-timer #countdown_timer .hours,
.property-timer #countdown_timer .minutes {
  padding-right: 5px;
}
.property-timer #circular_countdown_seconds {
  margin: 0;
}
.property-timer .initiatesettlement {
  margin-bottom: 15px;
}
.property-timer .initiatesettlement h3 {
  font-size: 1.69230769em;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  min-height: 50px;
  color: #8bc34a;
}
.property-timer .initiatesettlement p {
  text-align: center;
}
.property-timer p {
  text-align: center;
  margin: 0 0 10px;
}
.property-timer p strong {
  font-size: 1.28571429em;
  color: #3d98d2;
  display: inline-block;
  padding-top: 3px;
}
.share-progress {
  text-align: center;
}
.share-progress .btn {
  font-weight: bold;
  background-color: #3b5998;
  color: #fff;
  margin: 0 5px;
  padding-left: 30px;
  position: relative;
}
.share-progress .btn:before {
  width: 20px;
  height: 22px;
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  background: url(/assets/images/sprite.svg) -332px -338px no-repeat;
  background-size: 500px auto;
}
.share-progress .btn-twitter {
  background-color: #00aced;
  padding-left: 35px;
}
.share-progress .btn-twitter:before {
  background-position: -361px -338px;
}
.current-stage .container.container-main {
  background: #fff;
  margin: 0 10px 20px;
}
.current-stage h2 {
  border-top: 1px solid #b8db8e;
  color: #e1f7c6;
  background: #8bc34a;
  background-image: -ms-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: -moz-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: -o-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9acb5d), color-stop(1, #8bc34a));
  background-image: -webkit-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: linear-gradient(to bottom, #9acb5d 0%, #8bc34a 100%);
  border-radius: 4px 4px 0 0;
  margin: -20px -20px 0;
  padding: 15px 20px 15px 65px;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.92857143em;
  font-weight: 500;
  position: relative;
}
.current-stage h2 span {
  text-transform: none;
  font-size: 1.38461538em;
  display: block;
  color: #fff;
}
.current-stage h2:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 50px;
  background: url(/assets/images/sprite.svg) -283px -199px no-repeat;
  background-size: 550px auto;
  display: block;
  top: 9px;
  left: 11px;
}
.current-stage .status-intro,
.current-stage .settings-update {
  background: #f6f7f8;
  margin: 0 -20px 20px;
  padding: 20px 20px 10px;
  border-bottom: 1px solid #e0e5e9;
}
.current-stage .status-intro h3,
.current-stage .settings-update h3 {
  font-size: 1.07142857em;
  color: #495c6a;
  margin: 0 0 8px;
}
.current-stage .settings-update {
  border-bottom: none;
  border-top: 1px solid #e0e5e9;
  margin-bottom: -20px;
  border-radius: 0 0 4px 4px;
}
.current-stage .settings-update h3 {
  font-size: 1.21428571em;
}
.current-stage .checklist-progress {
  background: #495c6a;
  width: 100%;
  border-radius: 10px;
  height: 20px;
  padding: 3px;
  margin: 15px 0 10px;
}
.current-stage .checklist-progress .overdue {
  float: left;
  display: block;
  width: 10%;
  height: 14px;
  background: #ff6000;
  border-radius: 8px 0 0 8px;
}
.current-stage .checklist-progress .complete {
  float: left;
  display: block;
  height: 14px;
  width: 30%;
  background: #8bc34a;
  border-radius: 0 8px 8px 0;
}
.current-stage .checklist-progress .no-overdue {
  border-radius: 8px;
}
.current-stage .task-list h3 {
  color: #495c6a;
  margin: 0;
  font-size: 1.42857143em;
}
.current-stage .task-list .overdue-task,
.current-stage .task-list .complete-task {
  float: left;
  width: auto;
  font-size: 1em;
  margin: 0 20px 10px 0;
}
.current-stage .task-list .overdue-task {
  color: #ff6000;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e0e5e9;
}
.current-stage .task-list .complete-task {
  color: #8bc34a;
}
.current-stage .no-task-list {
  text-align: center;
  padding: 40px 0 20px;
}
.current-stage .no-task-list h3 {
  color: #495c6a;
  font-size: 1.42857143em;
  margin: 30px 0 10px;
}
.current-stage .task-list-day {
  padding: 20px 0;
  border-top: 1px solid #e0e5e9;
}
.current-stage .task-list-day h4 {
  font-size: 1.23076923em;
  color: #495c6a;
  font-weight: 600;
  margin: 0 0 15px;
}
.current-stage .task-list-day .form-group {
  margin-bottom: 10px;
}
.current-stage .task-list-day .form-group:last-child {
  margin: 0;
}
.current-stage .task-list-day label {
  font-size: 1.07692308em;
  font-weight: normal;
  padding-left: 30px;
  color: #495c6a;
}
.current-stage .task-list-day label .overdue-date {
  color: #ff6000;
}
.current-stage .task-list-day label:before {
  top: -2px;
  width: 21px;
  height: 21px;
  background-color: #f6f7f8;
}
.current-stage .task-list-day label.checked {
  color: #a3b3be;
  text-decoration: line-through;
}
.current-stage .task-list-day label.checked strong {
  color: #a3b3be;
}
.current-stage .task-list-day label.checked:before {
  border-color: #8bc34a;
  background-color: #8bc34a;
  background-position: -317px -491px;
}
.current-stage .task-list-overdue h4 {
  color: #ff6000;
  padding-left: 30px;
  position: relative;
}
.current-stage .task-list-overdue h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(/assets/images/sprite.svg) 0 -464px no-repeat;
}
.current-stage .task-list-today h4 {
  color: #3d98d2;
}
.current-stage .share-progress {
  text-align: left;
}
.current-stage .share-progress .btn {
  margin: 0 15px 0 0;
}
.error-state {
  text-align: center;
}
.error-state .container.container-main {
  background: #fff;
  margin: 0 10px 20px;
  padding-bottom: 15px;
}
.error-state h2 {
  border-top: 1px solid #b8db8e;
  color: #e1f7c6;
  background: #8bc34a;
  background-image: -ms-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: -moz-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: -o-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9acb5d), color-stop(1, #8bc34a));
  background-image: -webkit-linear-gradient(top, #9acb5d 0%, #8bc34a 100%);
  background-image: linear-gradient(to bottom, #9acb5d 0%, #8bc34a 100%);
  border-radius: 4px 4px 0 0;
  margin: -20px -20px 20px;
  padding: 15px 20px 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.92857143em;
  font-weight: 500;
  position: relative;
}
.error-state h3 {
  color: #ff6000;
  font-weight: normal;
  font-size: 1.71428571em;
  margin-bottom: 20px;
}
.error-state p {
  margin: 20px 0;
}
.error-state p.was-scheduled strong {
  font-size: 1.28571429em;
  color: #3d98d2;
  display: inline-block;
  padding-top: 3px;
}
.photo-upload {
  position: relative;
}
#FileUploadLoader {
  background: url(/assets/images/spinner.gif) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 156px;
  padding-left: 27px;
}
.in-progress h2:before {
  background-position: -349px -281px;
}
.in-progress .settlement-commenced {
  text-align: center;
}
.in-progress .settlement-commenced img {
  max-width: 100%;
  margin: 15px 0;
}
.in-progress .col-md-6 {
  text-align: left;
}
.in-progress h3 {
  color: #8bc34a;
}
.in-progress .settlement-length {
  text-align: center;
}
.in-progress .settlement-length .flyout-text {
  color: #495c6a;
  font-weight: 500;
  padding: 15px;
  display: inline-block;
  border: 1px solid #e0e5e9;
  background: #f6f7f8;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  height: 68px;
  max-width: 220px;
}
.in-progress .settlement-length .flyout-text:after {
  content: "";
  position: absolute;
  background: #f6f7f8;
  bottom: -1px;
  height: 1px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
}
.in-progress .settlement-length .trianagle {
  position: absolute;
  background: #f6f7f8;
  border: 1px solid #e0e5e9;
  top: 57px;
  height: 20px;
  left: 50%;
  transform: rotate(-45deg);
  width: 20px;
  z-index: 1;
  margin-left: -10px;
}
.in-progress .settlement-length strong,
.in-progress .settlement-length .time {
  color: #8bc34a;
}
.in-progress .settlement-length strong {
  displaY: block;
  font-size: 3.28571429em;
  line-height: 1em;
  padding-top: 20px;
}
.in-progress .settlement-length .time {
  font-size: 1.57142857em;
}
.stage-complete h2:before {
  background-position: -327px -198px;
}
.stage-complete .settlement-complete {
  text-align: center;
}
.stage-complete .settlement-complete h3 {
  color: #495c6a;
  font-weight: normal;
}
.stage-complete .settlement-complete h3 span {
  color: #8bc34a;
  font-weight: bold;
}
.stage-complete .settlement-complete ul {
  text-align: left;
}
.stage-complete .settlement-complete img {
  margin: 20px 0 20px -300px;
}
.stage-complete .task-list-day {
  padding-bottom: 10px;
  margin-top: 20px;
}
.progress-timeline .container.container-main {
  background: #fff;
  padding-bottom: 0;
  margin: 0 10px 20px;
  border-radius: 4px;
}
.progress-timeline h2 {
  border-top: 1px solid #73b8e0;
  color: #fff;
  background: #3d98d2;
  background-image: -ms-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -moz-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -o-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50a5d8), color-stop(1, #3d98d2));
  background-image: -webkit-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: linear-gradient(to bottom, #50a5d8 0%, #3d98d2 100%);
  border-radius: 4px 4px 0 0;
  margin: -20px -20px 0;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}
.progress-timeline ol {
  margin: 0 -20px;
  padding: 0;
}
.progress-timeline ol > li {
  background: #f6f7f8;
  padding: 27px 15px 25px 70px;
  margin: 0;
  border-bottom: 1px solid #e0e5e9;
  position: relative;
}
.progress-timeline ol > li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  bottom: 4px;
  left: 34px;
  z-index: 1;
  border-left: 2px dashed #a3b3be;
}
.progress-timeline ol > li:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  background: url(/assets/images/sprite.svg) -100px -509px no-repeat;
  display: block;
  bottom: -5px;
  left: 29px;
  z-index: 1;
}
.progress-timeline ol > li p:last-child {
  margin-bottom: 0;
}
.progress-timeline ol > li .stage {
  text-transform: uppercase;
  font-size: 0.85714286em;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}
.progress-timeline ol > li ul {
  list-style: disc;
  margin: 0 0 10px;
}
.progress-timeline ol > li ul li {
  margin-bottom: 5px;
}
.progress-timeline ol > li h3 {
  font-size: 1.28571429em;
  font-weight: 600;
  margin-top: 0;
  position: relative;
}
.progress-timeline ol > li h3:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 44px;
  background: url(/assets/images/sprite.svg) -589px -106px no-repeat;
  display: block;
  top: -22px;
  left: -57px;
}
.progress-timeline ol > li.stage2:before {
  height: 207px;
}
.progress-timeline ol > li.stage2.complete:before {
  height: 50px !important;
}
@media all and (min-width: 360px) {
  .progress-timeline ol > li.stage2:before {
    height: 180px;
  }
}
@media all and (min-width: 420px) {
  .progress-timeline ol > li.stage2:before {
    height: 170px;
  }
}
@media all and (min-width: 500px) {
  .progress-timeline ol > li.stage2:before {
    height: 125px;
  }
}
@media all and (min-width: 690px) {
  .progress-timeline ol > li.stage2:before {
    height: 125px;
  }
}
.progress-timeline ol > li.stage2 h3:before {
  background-position: -590px -153px;
}
.progress-timeline ol > li.stage3 {
  border-radius: 0 0 4px 4px;
}
.progress-timeline ol > li.stage3:before,
.progress-timeline ol > li.stage3:after {
  display: none;
}
.progress-timeline ol > li.stage3 h3:before {
  background-position: -588px -209px;
}
.progress-timeline ol > li.active {
  background: #fff;
}
.progress-timeline ol > li.active .stage,
.progress-timeline ol > li.active h3 {
  color: #3d98d2;
}
.progress-timeline ol > li.active.stage2:before {
  height: 48px;
}
.progress-timeline ol > li.active.stage2 h3:before {
  background-position: -639px -153px;
}
.progress-timeline ol > li.active.stage3 h3:before {
  background-position: -640px -209px;
}
.progress-timeline ol > li.complete h3:before {
  background-position: -639px -106px;
}
.progress-timeline ol > li.complete:before {
  border-color: #8bc34a;
  height: 53px;
}
.how-it-works .container.container-main {
  background: #fff;
  padding-bottom: 0;
  border-radius: 4px;
  max-width: 342px;
  padding: 0;
}
@media all and (min-width: 360px) {
  .how-it-works .container.container-main {
    margin: 0 auto 20px;
  }
}
.how-it-works h2 {
  border-top: 1px solid #73b8e0;
  color: #fff;
  background: #3d98d2;
  background-image: -ms-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -moz-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -o-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50a5d8), color-stop(1, #3d98d2));
  background-image: -webkit-linear-gradient(top, #50a5d8 0%, #3d98d2 100%);
  background-image: linear-gradient(to bottom, #50a5d8 0%, #3d98d2 100%);
  border-radius: 4px 4px 0 0;
  margin: 0 0 0;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}
.how-it-works .play-video {
  background: url(/assets/images/thumb-video.png) center center no-repeat;
  background-size: cover;
  text-indent: -999em;
  border: 0;
  display: block;
  max-width: 342px;
  width: 100%;
  height: 192px;
}
/* Property detail end */
/* Settings */
.settings-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 1.15384615em;
  padding-bottom: 15px;
}
.settings-tabs .ui-tabs-nav {
  margin: 0 -20px;
}
.settings-tabs .ui-tabs-nav li {
  width: 60%;
}
.settings-tabs .ui-tabs-nav li:first-child {
  width: 40%;
}
.settings-tabs .ui-tabs-nav li a:hover {
  text-decoration: underline;
  color: #495c6a;
}
.settings-tabs .ui-tabs-nav .ui-tabs-active a {
  color: #3d98d2;
}
.settings-tabs .ui-tabs-nav .ui-tabs-active a:before {
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid #c5ced5;
  bottom: -8px;
  height: 15px;
  left: 50%;
  margin-left: -8px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  z-index: -1;
}
.settings-tabs .ui-tabs-nav .ui-tabs-active a:after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -1px;
  height: 1px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  z-index: 10;
}
.settings-tabs .ui-tabs-nav .ui-tabs-active a:hover {
  text-decoration: none;
  color: #3d98d2;
}
.settings-tabs .ui-tabs-panel {
  background: #fff;
  padding: 30px 20px 0;
  margin: 0 -20px;
}
.settings-tabs .ui-tabs-panel h2 {
  margin-bottom: 15px;
}
.login-email {
  display: block;
  font-size: 1.15384615em;
  padding-top: 15px;
  font-weight: normal;
}
/* Modals */
.ui-dialog .ui-dialog-titlebar {
  /*padding: 0;
	height: 0;
	width: 0;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 10;*/
  border-radius: 4px 4px 0 0;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  background: url(/assets/images/sprite.svg) -346px -484px no-repeat;
  border: none;
  right: -10px;
  top: 3px;
}
.popup {
  background: transparent;
  margin: 0;
}
#map-canvas {
  width: 300px;
  height: 106px;
}
.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.embed-responsive .embed-responsive-item {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.ui-dialog {
  width: 300px !important;
  background: #fff;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #e0e5e9;
}
.ui-dialog .ui-dialog-titlebar h2 {
  width: 90% !important;
  color: #616f7a;
  font-size: 1.28571429em;
  padding: 8px 0 4px;
  text-indent: 10%;
  text-align: center;
}
.ui-dialog .embed-responsive {
  margin: -0.5em -1em 0;
}
.ui-dialog .toggle-transcript {
  margin: 0;
  overflow: visible;
}
.ui-dialog .toggle-transcript h3.collapsible {
  font-size: 0.92857143em;
  font-weight: normal;
  color: #8bc34a;
  text-align: center;
  padding: 18px 0 14px;
  margin: 0;
}
.ui-dialog .toggle-transcript h3.collapsible .collapsible-heading {
  background: url(/assets/images/sprite.svg) -518px -511px no-repeat;
  height: 10px;
  margin-right: -61px;
  right: 50%;
  width: 10px;
  top: 19px;
}
.ui-dialog .toggle-transcript h3.collapsible .collapsible-heading-collapsed {
  background-position: -501px -511px;
}
.ui-dialog .toggle-transcript .collapsible-content {
  margin: 0 -1em;
  padding: 20px;
  width: auto;
  border-top: 1px solid #e0e5e9;
}
.ui-dialog .toggle-transcript .collapsible-content h4 {
  font-weight: normal;
}
.video-dialog {
  padding-bottom: 0 !important;
}
.map-dialog {
  padding: 0 !important;
}
#editPropertyDialog {
  padding: 0;
}
.property-photo,
.edit-property-address {
  padding: 15px 15px 0;
  border-bottom: 1px solid #e0e5e9;
  text-align: center;
}
.property-photo h2,
.edit-property-address h2 {
  font-size: 1.30769231em;
  margin-bottom: 10px;
  color: #495c6a;
}
.property-photo img,
.edit-property-address img {
  border: 1px solid #e0e5e9;
}
.photo-options {
  text-align: left;
  margin-top: 15px;
  /*.radio-type:last-child {
		label {
			border-bottom: 1px solid @lightgrey;
		}
	}*/
  /*.file-upload {
		left: auto;
		position: absolute;
		right: 15px;
		//top: 104px;
		top: 254px;
		width: 98px;
		overflow: hidden;
		.uploadifive-button {
			background: @green;
			border-radius: 15px;
			color: #fff;
			font-weight: 500;
			cursor: pointer;
			width: 98px !important;
			line-height: 31px !important;
			&:focus {
				outline: 1px dotted @lightgrey;
			}
		}
		&:focus {
			outline: 1px dotted @lightgrey;
		}
	}*/
}
.photo-options label {
  position: relative;
  width: 100%;
  background: none;
  padding: 10px 0 10px 36px;
  border-radius: 0;
  line-height: 1.86666667em;
  font-weight: normal;
  text-transform: none;
  font-size: 1.07142857em;
  height: 46px;
  border: none;
  border-top: 1px solid #e0e5e9;
}
.photo-options label:after {
  position: absolute;
  content: "";
  background: url("/assets/images/sprite.svg") no-repeat scroll -282px -488px #f8f8f8;
  border: 1px dotted #788f9f;
  border-radius: 50%;
  height: 26px;
  margin: 0;
  padding: 0;
  width: 26px;
  top: 10px;
  left: 0;
}
.photo-options label:hover {
  border-color: #e0e5e9;
}
.photo-options label:hover:after {
  border-color: #495c6a;
}
.photo-options label.checked {
  background: none;
  border: none;
  border-top: 1px solid #e0e5e9;
}
.photo-options label.checked:after {
  background: url("/assets/images/sprite.svg") no-repeat scroll -315px -488px #8bc34a;
  background-size: 697px auto;
  border: 1px solid #70a735;
  height: 26px;
  width: 26px;
  top: 10px;
  left: 0;
}
.photo-options .fileinput-button {
  float: right;
  margin-top: -37px;
  padding: 5px 6px 3px;
  line-height: 1.5em;
  min-width: 90px;
  font-size: 1em;
}
#cropBack {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
}
.jcrop-holder {
  display: inline-block;
}
.edit-property-address {
  margin-bottom: 20px;
}
.edit-image .modal-footer {
  margin-top: 0;
  border: none;
  text-align: left;
}
.edit-image fieldset {
  text-align: center;
  padding-top: 30px;
}
.edit-image .copyright {
  margin: 15px 0 0;
}
.edit-image #ImageIdentifierError {
  color: red;
}
.edit-property-buttons {
  padding: 0 15px;
}
/* Notofications dialog */
.notifications-dialog {
  padding: 0 !important;
}
.notifications-dialog ul {
  margin: 0;
}
.notifications-dialog ul li {
  padding: 10px 10px 10px 30px;
  color: #495c6a;
  border-bottom: 1px solid #e0e5e9;
}
.notifications-dialog ul li p {
  max-width: 75%;
  float: left;
  margin: 0;
}
.notifications-dialog ul li strong {
  font-size: 1.14285714em;
  padding-bottom: 3px;
  display: inline-block;
}
.notifications-dialog ul li span {
  font-weight: bold;
  color: #788f9f;
}
.notifications-dialog ul li .by-email,
.notifications-dialog ul li .by-sms,
.notifications-dialog ul li .by-unknown {
  float: right;
  text-indent: -999em;
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-left: 5px;
  background: url("/assets/images/sprite.svg") no-repeat scroll -405px -359px;
}
.notifications-dialog ul li .by-sms {
  background-position: -405px -394px;
}
.notifications-dialog ul li .by-unknown {
  background: none;
  text-indent: 0;
}
.notifications-dialog ul .new {
  background-color: #f6f7f8;
  position: relative;
}
.notifications-dialog ul .new strong {
  color: #ff6000;
}
.notifications-dialog ul .new:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff6000;
  border-radius: 50%;
  top: 50%;
  margin-top: -5px;
  left: 10px;
}
.notifications-dialog ul .sent-via {
  color: #b1bdc7;
  font-size: 0.85714286em;
  padding: 5px 29px;
  text-align: right;
  display: block;
}
.notifications-dialog ul .show-all {
  text-align: center;
  border: none;
  padding: 10px;
}
.form-settings .content-box:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #c5ced5;
  top: 202px;
  left: 0;
  display: block;
}
/* Home page */
.home .jumbotron {
  background: #385d84;
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(center top, circle farthest-corner, #436f9e 0%, #385d84 60%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center top, circle farthest-corner, #436f9e 0%, #385d84 60%);
  /* Opera */
  background-image: -o-radial-gradient(center top, circle farthest-corner, #436f9e 0%, #385d84 60%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #436f9e), color-stop(0.6, #385d84));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center top, circle farthest-corner, #436f9e 0%, #385d84 60%);
  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(circle farthest-corner at center top, #436f9e 0%, #385d84 60%);
  margin: -58px 0 0;
  padding: 120px 0 0;
  color: #fff;
  text-align: center;
}
.home .jumbotron h2 {
  font-size: 3.61538462em;
  font-family: "Calibre-Thin", sans-serif;
  line-height: 0.95744681em;
  margin-bottom: 10px;
}
.home .jumbotron p {
  font-size: 1em;
  color: #a5b4c7;
  font-weight: 400;
}
.home .jumbotron p.main {
  font-size: 1.07692308em;
  font-weight: 300;
  color: #fff;
}
.home .jumbotron .btn {
  margin: 0 5px 11px;
}
.home .main-content,
.generic .main-content {
  -moz-transition: margin-top 0.3s ease;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
  margin-top: 0;
}
.home .main-content-down,
.generic .main-content-down {
  margin-top: 373px;
}
.home .navbar-down,
.generic .navbar-down {
  top: 373px;
}
.home .navbar,
.generic .navbar {
  -moz-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.home .navbar,
.p-faq .navbar {
  background: #304f71;
  background: rgba(0, 0, 0, 0.2);
}
.home .navbar .navbar-nav a,
.p-faq .navbar .navbar-nav a {
  color: #fff;
}
.home .navbar .navbar-nav a.whatis-link,
.p-faq .navbar .navbar-nav a.whatis-link {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.home .navbar .navbar-nav a.whatis-link:hover,
.p-faq .navbar .navbar-nav a.whatis-link:hover,
.home .navbar .navbar-nav a.whatis-link:active,
.p-faq .navbar .navbar-nav a.whatis-link:active,
.home .navbar .navbar-nav a.whatis-link:focus,
.p-faq .navbar .navbar-nav a.whatis-link:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 0 0 transparent, -2px 0 0 transparent;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  background-position: 0 75%;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.home .navbar .navbar-nav button.btn-header,
.p-faq .navbar .navbar-nav button.btn-header {
  background: none;
  color: #fff;
  margin-top: 5px;
}
@media all and (max-width: 341px) {
  .home .main-content-down,
  .generic .main-content-down {
    margin-top: 409px;
  }
  .home .navbar-down,
  .generic .navbar-down {
    top: 409px;
  }
}
.generic .whatis-link {
  display: none;
}
.unsure {
  background: #f9fafb;
  border-bottom: 1px solid #e0e5e9;
  padding: 10px 0;
  text-align: center;
}
.unsure p {
  margin-bottom: 0;
  font-weight: 300;
}
.unsure p strong {
  font-weight: 500;
  line-height: 2em;
}
.features {
  background: #fff;
  border-bottom: 1px solid #d1d9e0;
  text-align: center;
  padding: 30px 0;
}
.features h2 {
  font-size: 1.76923077em;
  font-family: "Calibre-Thin", sans-serif;
  color: #495c6a;
}
.features ul {
  text-align: left;
  margin: 30px 0 0;
}
.features ul li {
  padding-left: 65px;
  position: relative;
  margin-bottom: 15px;
}
.features ul li:before {
  background: url("/assets/images/sprite.svg") no-repeat scroll -247px -16px;
  background-size: 507px auto;
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 35px;
  left: 0;
  top: 0;
}
.features ul li strong {
  font-weight: 500;
  line-height: 2em;
  font-size: 1.15384615em;
  color: #495c6a;
}
.features ul .on-the-go:before {
  background-position: -105px 9px;
}
.features ul .instant:before {
  background-size: 630px auto;
  background-position: -202px 3px;
}
.features ul .safe:before {
  background-size: 674px auto;
  background-position: -265px -73px;
}
.stay-connected {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 25px;
}
.stay-connected .content-box {
  padding-bottom: 0;
}
.stay-connected h2 {
  font-size: 1.76923077em;
  font-family: "Calibre-Thin", sans-serif;
  color: #495c6a;
}
.stay-connected h3 {
  font-size: 1.23076923em;
  color: #495c6a;
  font-weight: 600;
}
.stay-connected ul {
  text-align: left;
  margin: 30px 0 0;
}
.stay-connected ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.07692308em;
  min-height: 35px;
}
.stay-connected ul li:before {
  background: url("/assets/images/sprite.svg") no-repeat scroll -187px -104px;
  background-size: 875px auto;
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 35px;
  left: 0;
  top: 0;
}
.stay-connected ul .days:before {
  background-position: -156px -50px;
  background-size: 745px auto;
}
.stay-connected ul .changes:before {
  background-position: -239px -103px;
  background-size: 875px auto;
}
.stay-connected ul .started:before {
  background-position: -282px -50px;
  background-size: 820px auto;
}
.stay-connected ul .completed:before {
  background-position: -412px -104px;
  background-size: 875px auto;
}
.stay-connected ul .add-task:before {
  background-position: -108px -45px;
  background-size: 745px auto;
  top: -3px;
}
.stay-connected img {
  max-width: 100%;
  margin-bottom: -25px;
  margin-left: -10px;
}
.extra-info {
  background: #fff;
  border-bottom: 1px solid #d1d9e0;
  text-align: center;
  padding: 30px 0;
}
.extra-info p {
  font-size: 1.15384615em;
  font-weight: 300;
}
.extra-info .intro {
  color: #495c6a;
  font-size: 1.76923077em;
  font-family: "Calibre-Thin", sans-serif;
}
.extra-info .emphasize {
  background: #3e6280;
  /* IE10+ */
  background-image: -ms-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* Opera */
  background-image: -o-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #3e6280), color-stop(100, #598cb7));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top left, #3e6280 0%, #598cb7 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom right, #3e6280 0%, #598cb7 100%);
  margin: 0 20px 40px;
  border-radius: 3px;
  color: #fff;
  padding: 30px;
  position: relative;
}
.extra-info .emphasize:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  right: 0;
  background: url(/assets/images/emphasize-icons.png) left bottom no-repeat;
  height: 100%;
  display: block;
}
.extra-info .emphasize p {
  text-align: left;
  font-weight: 400;
  font-size: 1.38461538em;
  margin-bottom: 10px;
}
.extra-info .emphasize p:last-child {
  margin-bottom: 0;
}
.extra-info img {
  width: 126px;
  margin-bottom: 20px;
}
.extra-info .text-note {
  font-size: 13px;
  margin: 15px 20px 0;
}
.extra-info .btn {
  font-weight: 500;
}
.alert {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  border: none;
  border-bottom: 1px solid #e0e5e9;
  z-index: 10;
  border-radius: 0;
  padding: 15px;
}
.alert strong.title {
  line-height: 2em;
  text-transform: uppercase;
}
.alert .alertHeading {
  padding: 0;
}
.alert .container {
  padding: 0;
}
.alert-warning {
  color: #ff6000;
  border-color: #ff6000;
  border-bottom: 1px solid #ff6000;
  background: #fff7f2;
}
.dismiss-alert {
  color: #ff6000;
  padding: 0 0 0 20px;
  position: relative;
  background: none;
}
.dismiss-alert:hover,
.dismiss-alert:active,
.dismiss-alert:focus {
  color: #ff6000;
  background: none;
}
.dismiss-alert:before {
  background: url("/assets/images/sprite.svg") no-repeat scroll -348px -516px;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 13px;
}
.generic .content-box h1 {
  margin-bottom: 1em;
}
.generic .content-box h2 {
  font-size: 1.23076923em;
  margin: 0 0 1em;
}
.atlwdg-trigger.atlwdg-RIGHT {
  z-index: 1000;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px !important;
}
/* Tech styles */
.ended {
  display: none;
}
ul.notifications li {
  display: none;
}
ul.notifications li.first-four,
ul.notifications li.show-all {
  display: block;
}
ul.notifications.show-all li {
  display: block;
}
ul.notifications.show-all li.show-all {
  display: none;
}
/*@media (min-width: 768px) {
	@import url("screen-md.less");
  }
  @media (min-width: 1040px) {
	@import url("screen-lg.less");
  }*/
/* styles for validation helpers */
#MemberUpdateForm #UpdatePassword .visiblewhenupdating,
#MemberUpdateForm #UpdatePassword.updating .hiddenwhenupdating {
  display: none;
}
#MemberUpdateForm #UpdatePassword .hiddenwhenupdating,
#MemberUpdateForm #UpdatePassword.updating .visiblewhenupdating {
  display: block;
}
@media (min-width: 768px) {
  .form-settings .content-box:before {
    top: 329px;
  }
  .form-settings h1 {
    height: 41px;
  }
}
@media (min-width: 400px) {
  .stay-connected ul li:before {
    top: -9px;
  }
  .stay-connected ul li.days:before {
    top: 0px;
  }
}
@media (min-width: 550px) {
  .stay-connected ul li.days:before {
    top: -5px;
  }
}
@media (min-width: 1000px) {
  .stay-connected img {
    float: right;
    max-width: 80%;
  }
  .stay-connected ul {
    float: left;
    max-width: 380px;
  }
}

