.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%; }

