/* compiled by scssphp v0.0.12 on Sun, 06 Oct 2019 08:19:48 +0000 (0.0206s) */

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

.main {
  padding-bottom: 30px; }

body {
  font-size: 1.6rem;
  font-family: arial, sans-serif;
  line-height: 1.7;
  color: #000; }

.page-content p {
  margin: 10px 0; }

@media screen and (max-width: 768px) {
    .listings-view .tabber li a {
      font-size: 80% !important; } }
  @media screen and (max-width: 768px) {
  .listings-view h2 {
    margin: 0 2rem 10px 2rem; } }

.latest-trending {
  background: #f7f7f7;
  padding: 30px; }
  .latest-trending .latest, .latest-trending .trending {
    max-width: 1100px;
    margin: 0 auto; }
  .latest-trending .latest {
    display: none;
    border: 0;
    padding-top: 0; }
  .latest-trending .trending {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }
  .latest-trending .view-select {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 80%; }
    .latest-trending .view-select li:first-child a {
      border-radius: 3px 0 0 3px; }
      .latest-trending .view-select li:last-child a {
        border-radius: 0 3px 3px 0; }
      .latest-trending .view-select li a {
        display: block;
        padding: 5px 10px;
        background: #fff;
        border: 1px solid #d00;
        text-decoration: none; }
        .latest-trending .view-select li a:hover, .latest-trending .view-select li a:focus {
          background: #ddd;
          border-color: #aaa; }
        .latest-trending .view-select li a.active {
          background: #d00;
          color: #fff;
          border-color: #d00;
          color: #fff !important; }
        .latest-trending .view-select li a i {
          margin-right: 5px; }
  .latest-trending .item-list .items li .text a {
    font-size: 80%; }
  @media screen and (max-width: 768px) {
  .latest-trending .item-list .items {
    justify-content: space-between; }
    .latest-trending .item-list .items li {
      width: 48%;
      max-width: 48%;
      margin: 0 0 3rem 0; }
      .latest-trending .item-list .items li:last-child {
        margin-right: 0; }
      .latest-trending .item-list .items li .image {
        width: 100%; } }
  @media screen and (max-width: 411px) {
  .latest-trending .item-list .items li {
    width: 100%;
    max-width: 100%; } }

footer {
  background: #222;
  color: #fff;
  padding: 15px 0;
  font-size: 90%; }
  footer .inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
  footer .inner {
    padding: 0 3rem; } }
    footer .inner a {
      color: #fff;
      text-decoration: none; }
    @media screen and (max-width: 768px) {
    footer .inner .left {
      flex: 0;
      margin-right: 3rem; } }
      footer .inner .left a img {
        display: block;
        max-height: 30px; }
        @media screen and (max-width: 411px) {
  footer .inner .left a img {
    margin: 30px auto 0 auto; } }
      @media screen and (max-width: 411px) {
  footer .inner .left {
    width: 100%;
    margin-right: 0; } }
    footer .inner .right .row {
      display: flex;
      justify-content: flex-end;
      margin: 0; }
      footer .inner .right ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none; }
        footer .inner .right ul.footer-links li {
          margin-left: 20px; }
          @media screen and (max-width: 768px) {
  footer .inner .right ul.footer-links {
    flex-wrap: wrap;
    justify-content: flex-end; }
    footer .inner .right ul.footer-links li a {
      margin-left: 0 !important; }
      footer .inner .right ul.footer-links li.copyright {
        margin: 0;
        width: 100%;
        text-align: right; } }
      @media screen and (max-width: 411px) {
  footer .inner .right {
    width: 100%;
    margin: 0; }
    footer .inner .right .row {
      justify-content: center; }
    footer .inner .right ul.footer-links {
      justify-content: center;
      text-align: center; }
      footer .inner .right ul.footer-links li {
        width: 100%;
        margin: 0; }
        footer .inner .right ul.footer-links li.copyright {
          text-align: center; } }
    footer .inner .row {
      overflow: hidden; }
      footer .inner .row:first-child {
        border-bottom: 1px solid #333;
        padding-bottom: 10px; }
    footer .inner .social {
      margin-top: 10px; }
      footer .inner .social ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        float: left; }
        footer .inner .social ul li a {
          margin-left: 15px; }
          footer .inner .social ul li a:hover, footer .inner .social ul li a:focus {
            color: #d00 !important; }
    @media screen and (max-width: 411px) {
  footer .inner {
    flex-wrap: wrap; }
    footer .inner .left {
      flex: 1; } }

.notifications {
  position: absolute;
  top: 0;
  right: 0; }
  .notifications a {
    color: #000; }
    .notifications a span.number {
      position: absolute;
      font-size: 60%;
      background: #fff;
      color: #d00;
      padding: 1px 5px;
      border-radius: 3px;
      margin-top: -10px; }
  .notifications .latest {
    position: absolute;
    top: 44px;
    right: 0;
    width: 350px;
    background: #333;
    border: none;
    border-top: 1px solid #fff;
    padding: 0;
    list-style: none;
    font-size: 80%; }
    .notifications .latest li {
      display: flex;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #000; }
      .notifications .latest li.unread {
        background: #eee; }
      .notifications .latest li.no-notifications {
        padding: 5px 10px;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #000;
        box-sizing: border-box; }
      .notifications .latest li.all-notifications {
        width: 100%; }
        .notifications .latest li.all-notifications a {
          display: block;
          width: 100%;
          font-size: 80%;
          text-align: center; }
      .notifications .latest li:hover {
        background: #000 !important; }
      .notifications .latest li .image {
        margin: 0;
        padding: 0;
        width: 30%; }
        .notifications .latest li .image a {
          display: block;
          margin: 0;
          padding: 0;
          width: 100%;
          height: 80px;
          text-decoration: none !important; }
          .notifications .latest li .image a span {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            color: #aaa;
            background: #ddd; }
        .notifications .latest li .image img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .notifications .latest li .notification-text {
        font-size: 80%;
        width: 70%; }
        .notifications .latest li .notification-text a {
          padding: 10px 15px; }
      .notifications .latest li .time-ago {
        margin-left: 15px;
        font-size: 80%; }
  .notifications:hover .latest {
    display: block !important; }

.topbar {
  z-index: 10001;
  background: #d00;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px; }
  .topbar .container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .topbar .container ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .topbar .container ul li {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        position: relative; }
        .topbar .container ul li a {
          display: block;
          text-decoration: none; }
        .topbar .container ul li.my-account a i {
          margin-right: 10px; }
        .topbar .container ul li ul.sub {
          position: absolute;
          display: none;
          top: 44px;
          right: 0;
          border: 0;
          width: 250px; }
          .topbar .container ul li ul.sub li a {
            width: 100%;
            border: 0;
            background: #333;
            border-bottom: 1px solid #222; }
            .topbar .container ul li ul.sub li a:hover {
              background: #000; }
        .topbar .container ul li:hover ul.sub {
          display: block; }
    .topbar .container > ul {
      min-height: 40px; }
    .topbar .container .notifications {
      position: static; }
    .topbar .container a {
      color: #fff; }

.topbar_userlinks ul {
  position: relative;
  border-left: 1px solid #bc1717;
  border-right: 1px solid #db3636; }
  .topbar_userlinks ul li a {
    padding: 10px 15px;
    font-size: 90%;
    border-left: 1px solid #db3636;
    border-right: 1px solid #bc1717; }
    .topbar_userlinks ul li a:hover {
      background: #ad1c1c;
      color: #fff !important; }

@media screen and (max-width: 768px) {
    .topbar_accessibility > a {
      left: 1.5rem; } }

.hero-image {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%); }
  @media screen and (max-width: 768px) {
  .hero-image {
    height: 40vh;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%); } }
  @media screen and (max-width: 411px) {
  .hero-image {
    height: 20vh; } }
  .hero-image .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 100%; }
  @media screen and (max-width: 411px) {
    .hero-image .inner {
      display: none; } }
  .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero-image .text {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px 30px 5px 30px;
    border-radius: 10px;
    width: 50%; }
  @media screen and (max-width: 768px) {
    .hero-image .text {
      margin-left: 5rem; } }
  .hero-image .text h2 {
    margin-bottom: 0; }

header {
  margin-top: 40px !important; }
