.Signup.on-page {
  border: 1px solid #dedede;
  text-align: center; }
  .Signup.on-page .ui.container.member-benefits {
    color: white; }

@media only screen and (max-width: 600px) {
  .Signup.info {
    height: auto;
    transform: translateY(0px);
    border-radius: 20px;
    bottom: 0px;
    top: auto; } }

.Signup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column; }
  .Signup .ui.small.header {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    font-family: Calibre;
    font-weight: 400;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .Signup .ui.small.header {
        margin-top: -1rem; } }
  .Signup .ui.text.container.signup-message {
    text-align: center;
    font-family: Calibre;
    font-size: 1.75rem;
    color: #4353ff;
    padding-left: 2rem;
    width: 100%;
    font-weight: 600;
    padding-right: 2rem;
    margin-bottom: 1rem; }
  .Signup .ui.container.input-holder {
    background-color: #EFEFF3;
    padding-top: 2rem; }
    @media only screen and (max-width: 600px) {
      .Signup .ui.container.input-holder {
        max-width: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        height: 50%; } }
    @media screen and (max-width: 325px) {
      .Signup .ui.container.input-holder {
        height: 60%; } }
    .Signup .ui.container.input-holder .ui.button.signup-login-button {
      font-family: Calibre;
      font-weight: 500;
      width: 85%;
      border-radius: 3px;
      background-color: #4353ff;
      color: white;
      font-size: 1.15rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      transition: all 400ms cubic-bezier(0.2, 1, 0.3, 1) 0ms; }
      .Signup .ui.container.input-holder .ui.button.signup-login-button:hover {
        background-color: #30009b; }
      .Signup .ui.container.input-holder .ui.button.signup-login-button .loading {
        margin-left: 20px; }
  .Signup .ui.input.icon {
    font-size: 1.15rem;
    width: 85% !important;
    margin-bottom: 1rem;
    font-family: Calibre;
    color: #303339;
    border-radius: 2px;
    align-self: center; }
  .Signup .ui.input > input {
    font-family: Calibre;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 1px 2px 4px 0 rgba(207, 207, 207, 0.5);
    transition: all 400ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    border-color: transparent; }
    .Signup .ui.input > input:focus {
      border-color: #4353ff; }
  .Signup .close-icon {
    fill: #303339;
    width: 26px;
    cursor: pointer;
    transition: all 400ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    align-self: flex-end;
    margin-right: 1.5rem;
    margin-top: 1.5rem; }
    .Signup .close-icon:hover {
      fill: #4353ff; }
  .Signup .ui.text.container.switch-message {
    text-align: center;
    font-family: Calibre;
    font-size: 1.15rem;
    color: #303339;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    margin-top: 1.5rem; }
    @media screen and (max-width: 325px) {
      .Signup .ui.text.container.switch-message {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; } }
  .Signup .update-profile {
    padding-bottom: 1.5rem; }
    @media screen and (max-width: 325px) {
      .Signup .update-profile {
        padding-bottom: 0.5rem; } }
  .Signup .ui.text.container.terms-message {
    text-align: center;
    font-family: Calibre;
    font-size: 1rem;
    color: #646971;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
    @media screen and (max-width: 325px) {
      .Signup .ui.text.container.terms-message {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0; } }
  .Signup a.terms-link {
    color: #4353ff; }
    .Signup a.terms-link:hover {
      color: #30009b; }
  .Signup .ui.divider.signup-divider {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .Signup .error-message {
    font-size: 1.15rem;
    margin-top: 2rem;
    color: #d44242;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 600px) {
      .Signup .error-message {
        margin-top: 0;
        margin-bottom: 0; } }
  .Signup .error-message-email {
    font-size: 1.15rem;
    margin-top: -15px;
    color: #d44242;
    margin-bottom: 0; }
    @media only screen and (max-width: 600px) {
      .Signup .error-message-email {
        margin-top: -15px;
        margin-bottom: 0; } }
  .Signup .log-in {
    cursor: pointer;
    color: #4353ff;
    transition: all 400ms cubic-bezier(0.2, 1, 0.3, 1) 0ms; }
    .Signup .log-in:hover {
      color: #30009b; }
  .Signup .ui.container.member-benefits {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #303339; }
    @media only screen and (max-width: 600px) {
      .Signup .ui.container.member-benefits {
        max-width: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        height: 30%; } }
    @media screen and (max-width: 325px) {
      .Signup .ui.container.member-benefits {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .Signup .ui.container.member-benefits h3 {
      margin-bottom: 0.5rem; }
    .Signup .ui.container.member-benefits p {
      font-size: 1.15rem; }
  @media only screen and (max-width: 600px) {
    .Signup {
      width: 100%;
      height: 100%; }
      .Signup .ui.small.header {
        font-size: 1.75rem; } }

.DropdownMenu {
  transition: 300ms ease-out;
  top: 4.35rem;
  left: 0;
  z-index: 3;
  height: calc(100% - 4.35rem);
  width: 100%;
  position: fixed;
  background-color: white;
  font-size: 1.25rem;
  cursor: pointer; }
  .DropdownMenu.appear-enter {
    top: -100%; }
  .DropdownMenu.appear-enter-active {
    top: 4.35rem; }
  .DropdownMenu.appear-exit-active {
    top: -100%; }
  .DropdownMenu .ui.menu.options-container {
    width: 100%;
    height: 100%;
    border: none;
    overflow-y: scroll; }
  .DropdownMenu .ui.menu {
    font-size: 1.3rem;
    color: #303339; }
    .DropdownMenu .ui.menu .item.logout {
      padding-left: 0; }
  .DropdownMenu a {
    color: #303339; }
  .DropdownMenu .ui.button.dropdown-login {
    background-color: transparent;
    font-size: 1.3rem;
    margin-right: 1.5rem;
    border: 1px solid #EFEFF3;
    border-radius: 2px; }
  .DropdownMenu .ui.button.dropdown-signup {
    background-color: #4353ff;
    font-size: 1.3rem;
    margin-left: 1.5rem;
    border: 1px solid #4353ff;
    color: white;
    border-radius: 2px; }
  .DropdownMenu .menu.dropdown-buy-or-rent {
    color: #303339;
    margin-top: 0 !important; }
  .DropdownMenu .item.dropdown-signup-or-login .menu {
    color: #303339;
    margin-top: 1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important; }
  .DropdownMenu .ui.vertical.menu .menu .item {
    font-size: 1.3rem;
    color: #303339; }
    .DropdownMenu .ui.vertical.menu .menu .item .saved-alerts:hover {
      color: #4353ff; }
    .DropdownMenu .ui.vertical.menu .menu .item .live-chat {
      cursor: pointer;
      color: #4353ff; }
      .DropdownMenu .ui.vertical.menu .menu .item .live-chat:hover {
        color: #67caad; }

.App .DropdownMenu {
  z-index: 3; }

.Footer {
  padding: 5em 0; }
  @media only screen and (max-width: 600px) {
    .Footer #rental-links.four.wide.column,
    .Footer #listing-links.four.wide.column {
      margin-left: 2rem !important;
      display: inline-block; } }
  @media only screen and (max-width: 600px) and (max-width: 600px) {
    .Footer #rental-links.four.wide.column,
    .Footer #listing-links.four.wide.column {
      padding-top: 0 !important; } }
  @media only screen and (max-width: 600px) {
    .Footer .ui.inverted.stackable.divided.grid {
      margin-top: 2rem; }
      .Footer .ui.inverted.stackable.divided.grid .row .three.wide.column,
      .Footer .ui.inverted.stackable.divided.grid .row .sixteen.wide.column.made-in-canada-column,
      .Footer .ui.inverted.stackable.divided.grid .row .column {
        margin-left: 2rem !important;
        display: inline-block; } }
  @media only screen and (max-width: 600px) and (max-width: 600px) {
    .Footer .ui.inverted.stackable.divided.grid .row .three.wide.column {
      padding-top: 0 !important;
      width: 40% !important;
      display: inline-block; } }
  .Footer a.sitemap-link {
    color: #646971; }
  .Footer .ui.inverted.header {
    font-family: Publico;
    font-weight: 400;
    font-size: 1.25rem;
    padding-bottom: 0.5rem; }
  .Footer .ui.inverted.link.list .more-links.hide {
    display: none; }
  .Footer .ui.inverted.link.list a {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0.1rem;
    display: inline;
    transition: all ease 0.2s; }
    .Footer .ui.inverted.link.list a.more-or-less {
      color: #4353ff; }
    .Footer .ui.inverted.link.list a:hover {
      color: white;
      padding: 1; }
    @media only screen and (max-width: 600px) {
      .Footer .ui.inverted.link.list a {
        margin: 0.25rem 0;
        display: block; } }
  .Footer .ui.inverted.link.list a.item {
    display: inline; }
  .Footer .ui.inverted.link.list span.made-in-canada-maple {
    fill: white;
    width: 14px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block; }
  .Footer .ui.inverted.link.list span.made-in-canada-heart {
    fill: white;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block; }
  .Footer .ui.inverted.link.list p.made-in-canada-text {
    display: inline-block;
    margin-top: 2.5rem; }
  .Footer .ui.inverted.link.list p.address-text {
    display: inline-block; }
  .Footer .ui.inverted.divided.grid:not([class*='vertically divided'])
> .row
> .column {
    box-shadow: none;
    -webkit-box-shadow: none; }
  .Footer i.icon {
    margin-bottom: 0.6rem; }
    @media only screen and (max-width: 600px) {
      .Footer i.icon {
        margin-top: 0.85rem;
        margin-bottom: 0.85rem;
        margin-right: 10px; } }
  .Footer .ui.stackable.divided.grid {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 2rem;
    margin-bottom: 2rem; }

.ui.inverted.vertical.segment.Footer {
  background-repeat: repeat;
  position: relative;
  z-index: 1; }

.ui.inverted.vertical.segment.Footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: #000;
  background-size: 20%; }

.DefaultPropertyPicture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EFEFF3; }
  .DefaultPropertyPicture img {
    width: 8rem; }
  .DefaultPropertyPicture p {
    margin-top: 0.25rem;
    font-size: 1.3rem; }

.PropertyListPage,
.BuildingListPage {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  z-index: -2; }
  .PropertyListPage .ui.card.CardBase,
  .BuildingListPage .ui.card.CardBase {
    margin-bottom: 0;
    margin-top: 0;
    text-align: left; }
    @media screen and (max-width: 632px) {
      .PropertyListPage .ui.card.CardBase,
      .BuildingListPage .ui.card.CardBase {
        width: 100%; } }

.ui.grid .CardBase {
  margin-left: auto;
  margin-right: auto; }

.ui.card.CardBase {
  margin-bottom: 0; }
  .ui.card.CardBase.fluid {
    width: 100%;
    outline-style: none;
    outline-color: #f4f5f9;
    outline-width: 1px;
    border-radius: 3px !important;
    box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.1) !important; }
    .ui.card.CardBase.fluid .slick-list {
      border-radius: 3px 3px 0 0; }

.CardBase {
  z-index: 2;
  color: #303339;
  text-align: left; }
  .CardBase.ui.card:hover {
    color: inherit;
    transform: translateY(0px); }
  .CardBase.clickable {
    cursor: pointer; }
  .CardBase .header {
    margin-left: 1em; }
  .CardBase .description {
    margin-left: 1em;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem; }
  .CardBase .slider-container {
    height: 230px;
    position: relative;
    z-index: -1; }
    .CardBase .slider-container .ui.button.close-card-label {
      height: 1.15rem;
      cursor: pointer;
      z-index: 15;
      position: absolute;
      width: 1.1rem;
      top: 1rem;
      margin-right: 0;
      margin-left: 18.4rem;
      background: none;
      align-self: baseline;
      transition: all 400ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
      padding: 0; }
      .CardBase .slider-container .ui.button.close-card-label .close-card-icon svg#Capa_1 {
        fill: white;
        height: 1.15rem; }
        .CardBase .slider-container .ui.button.close-card-label .close-card-icon svg#Capa_1:hover {
          fill: #f1f1f1;
          height: 1.15rem; }
  .CardBase .arrow-column.right {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    width: 5em; }
  .CardBase .arrow-column.left {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    width: 5em; }
  .CardBase .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    fill: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .CardBase .slider-arrow.left {
      left: 0.25em; }
    .CardBase .slider-arrow.right {
      right: 0.25em; }
  .CardBase .image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .CardBase .image.small {
      height: 225px; }
    .CardBase .image.large {
      height: 225px; }
  .CardBase .arrow-column {
    cursor: pointer;
    transition: opacity all 400ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 1em;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    .CardBase .arrow-column.left {
      left: 0;
      z-index: 10; }
    .CardBase .arrow-column.right {
      right: 0;
      z-index: 10; }
  .CardBase .center-column {
    bottom: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%; }
  .CardBase .blur {
    filter: blur(25px); }
  .CardBase:hover .arrow-column {
    opacity: 1;
    border: none;
    outline: none; }
  .CardBase .image-container {
    outline: none; }

