.not-front .section_content-first {
  background-color: #f7f5ef;
}

.not-front.node-type-page.page-listing .section_header {
  background-color: #000;
  padding-top: 375px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .not-front.node-type-page.page-listing .section_header {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}

@media (max-width: 740px) {
  .not-front.node-type-page.page-listing .section_header {
    padding-top: 130px;
  }
}

.not-front.node-type-page.page-listing .section_header:before,
.not-front.node-type-page.page-listing .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 145px;
  right: 0;
  bottom: 0;
}

.not-front.node-type-page.page-listing .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.not-front.node-type-page.page-listing .section_header:not(.section_header_video):after {
  background-image: url("../images/header-bg_listing.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-transition: background 0.5s cubic-bezier(0, 0.99, 1, 1);
  transition: background 0.5s cubic-bezier(0, 0.99, 1, 1);
  opacity: 0.58;
  z-index: 1;
}

.section_branding {
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}

.section_branding .section__inner {
  padding-top: 1em;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .section_branding .section__inner {
    padding-top: 0;
    border: none;
  }
}

.section_branding .section__inner {
  padding-top: 0;
  border-color: transparent;
}

@media (min-width: 980px) {
  .section_branding .logo-row {
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
  }

  .section_branding .logo-row .logo {
    width: 60px;
    -webkit-transform: translateY(83px);
    transform: translateY(83px);
  }

  .section_branding .logo-row .logo svg {
    height: 60px;
  }

  .section_branding .main-menu {
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
  }

  .section_branding .block-search {
    top: 0;
  }
}

@media (max-width: 740px) {
  .section_branding .logo-row .logo-text {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.section_branding .logo-row svg .bg {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.section_branding .logo-row svg .shape * {
  fill: white;
}

.section_content-first .section__inner {
  margin-top: calc(-6em - 70px);
}

.page-title-video {
  background-image: url("../images/header-bg_listing.jpg");
  background-size: cover;
  position: absolute;
  top: 145px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.58;
}

.page-title-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.block-listing-intro {
  background-color: #fff;
  padding: 30px 50px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1510px) {
  .block-listing-intro {
    margin-bottom: 67px;
  }
}

@media (max-width: 1509px) {
  .block-listing-intro {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .block-listing-intro {
    padding: 20px;
  }
}

.block-listing-intro .listing-intro-content {
  width: 73%;
  padding-left: 190px;
  padding-right: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 1280px) {
  .block-listing-intro .listing-intro-content {
    padding-left: 100px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .block-listing-intro .listing-intro-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.block-listing-intro .listing-intro-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  bottom: -30px;
  width: 160px;
  background: url("../images/listing-logo.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .block-listing-intro .listing-intro-content:before {
    display: none;
  }
}

.block-listing-intro .listing-intro-content-text {
  padding-top: 10px;
}

.block-listing-intro .listing-intro-button {
  width: 27%;
}

@media (max-width: 767px) {
  .block-listing-intro .listing-intro-button {
    width: 100%;
  }

  .block-listing-intro .listing-intro-button .button {
    width: 100%;
    text-align: center;
  }
}

a.button_squared {
  border-radius: 5px;
  padding-right: 2.5em;
}

a.button_noicon:after {
  display: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.icon-ext-link:before {
  content: "\e910";
}

.icon-video:before {
  content: "\e911";
}

.icon-share-listing:before {
  content: "\e912";
}

.view-listings .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
}

@media (max-width: 1509px) {
  .view-listings .view-content {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 1280px) {
  .view-listings .view-content {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.view-listings .view-pager {
  text-align: center;
}

.view-listings .view-pager .pager {
  margin-top: 97px;
  border-top: 1px solid #dedede;
  padding-top: 25px;
  font-size: 0.8em;
  line-height: 23px;
  font-weight: bold;
  padding-right: 285px;
  position: relative;
}

@media (max-width: 767px) {
  .view-listings .view-pager .pager {
    padding-right: 0;
  }
}

.view-listings .view-pager .pager a {
  color: #c6c6c6;
}

.view-listings .view-pager .pager .pager-current {
  color: #000000;
}

.view-listings .view-pager .pager .pager-previous {
  position: absolute;
  right: 105px;
}

@media (max-width: 767px) {
  .view-listings .view-pager .pager .pager-previous {
    display: none;
  }
}

.view-listings .view-pager .pager .pager-previous a:before {
  color: #695d65;
  font-size: 22px;
}

.view-listings .view-pager .pager .pager-previous a:after {
  content: "Previous";
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #695d65;
  font-family: "Roboto", sans-serif;
  padding-left: 20px;
  font-size: 1.2em;
}

.view-listings .view-pager .pager .pager-next {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .view-listings .view-pager .pager .pager-next {
    display: none;
  }
}

.view-listings .view-pager .pager .pager-next:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  height: 38px;
  margin-top: -19px;
  width: 1px;
  background-color: #e7e7e7;
}

.view-listings .view-pager .pager .pager-next a:after {
  color: #695d65;
  content: "\e905";
  font-size: 22px;
}

.view-listings .view-pager .pager .pager-next a:before {
  content: "Next";
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #695d65;
  font-family: "Roboto", sans-serif;
  padding-right: 20px;
  font-size: 1.2em;
}

.listing {
  position: relative;
  width: calc(50% - 120px);
  margin: 0 60px;
}

@media (max-width: 1509px) {
  .listing {
    width: calc(50% - 80px);
    margin: 0 40px;
  }
}

@media (max-width: 1280px) {
  .listing {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .listing {
    width: calc(100% - 40px);
  }
}

.listing:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 5px 15px 0px #6a6a6a;
  box-shadow: 0px 5px 15px 0px #6a6a6a;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.listing:hover:after {
  opacity: 1;
}

.listing:not(.listing-sizer) {
  margin-bottom: 100px;
}

@media (max-width: 1509px) {
  .listing:not(.listing-sizer) {
    margin-bottom: 60px;
  }
}

.listing a [class^="icon-"],
.listing a [class*=" icon-"] {
  color: #f7941e;
}

.listing__share {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}

.listing__share-icon {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  pointer-events: none;
}

.listing__share-icon i {
  color: #fff;
  position: relative;
  left: -1px;
}

.listing__share-icon i:before {
  font-size: 15px;
  line-height: 40px;
}

.listing__share .sharethis-inline-share-buttons {
  display: block !important;
  position: absolute;
  right: -20px;
  top: -10px;
  background: #f7941e;
  border-radius: 5px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .listing__share .sharethis-inline-share-buttons {
    right: 0;
    top: 45px;
    -webkit-transform: none;
    transform: none;
  }
}

.listing__share .sharethis-inline-share-buttons .st-btn {
  line-height: 69px !important;
  height: 70px !important;
  width: 70px;
  font-size: 1.2em !important;
  display: block !important;
  background: transparent !important;
}

.listing__share .sharethis-inline-share-buttons .st-btn:not(:last-child) {
  border-bottom: 1px solid #fff !important;
}

.listing__share .sharethis-inline-share-buttons .st-btn:hover {
  top: 0 !important;
  opacity: 1 !important;
}

.listing__share .sharethis-inline-share-buttons .st-btn svg {
  display: none !important;
}

.listing__share .sharethis-inline-share-buttons .st-btn[data-network="twitter"]:after,
.listing__share .sharethis-inline-share-buttons .st-btn[data-network="facebook"]:after,
.listing__share .sharethis-inline-share-buttons .st-btn[data-network="email"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
}

.listing__share .sharethis-inline-share-buttons .st-btn[data-network="twitter"]:after {
  content: "\e907";
}

.listing__share .sharethis-inline-share-buttons .st-btn[data-network="facebook"]:after {
  content: "\e902";
  font-size: 1.3em;
}

.listing__share .sharethis-inline-share-buttons .st-btn[data-network="email"]:after {
  content: "\e90e";
}

.listing__share .sharethis-inline-share-buttons.active {
  opacity: 1 !important;
  pointer-events: all !important;
}

@media (min-width: 1510px) {
  .listing__back {
    position: absolute;
    left: 35px;
    top: 154px;
  }
}

@media (max-width: 1509px) {
  .listing__back {
    margin-bottom: 30px;
  }
}

.listing__content {
  background: #fff;
  padding: 40px 30px;
  font-size: 0.9em;
  color: #695d65;
}

.listing__content__date {
  padding-bottom: 18px;
  font-size: 0.75em;
  font-weight: 300;
}

.listing__content h3 {
  font-size: 1.6em;
  line-height: 1.35em;
}

.listing__content p {
  padding-top: 18px;
}

.listing__content a {
  font-weight: 500;
  font-size: 0.75em;
  color: #f7941e;
  line-height: 1;
}

.listing__content a i {
  margin-left: 6px;
  font-size: 8px;
  line-height: 8px;
}

.listing-url .listing__content {
  background: #8a418b;
  color: #fff;
}

.listing-url h3 {
  color: #fff;
}

.listing-url__date {
  opacity: 0.4;
}

.listing-video .listing__content {
  padding: 0 20px 20px 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .listing-video .listing__content {
    padding-left: 50px;
  }
}

.listing-video .listing__content .icon-video {
  position: absolute;
  top: 0;
  color: #fff;
  left: 20px;
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .listing-video .listing__content .icon-video {
    left: 10px;
    font-size: 30px;
    line-height: 30px;
  }
}

.listing-video .listing__content h3 {
  color: #fff;
}

.listing-yt .listing__img {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.listing-yt .listing__img iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

a.button_wide {
  color: #695d65;
  border: 1px solid #695d65;
  border-radius: 5px;
  width: 720px;
  max-width: 100%;
  padding: 1.5em 2.5em 1.5em 2.5em;
  background-color: transparent;
}

@media (max-width: 1509px) {
  .listing .listing__share .sharethis-inline-share-buttons .st-btn {
    width: 60px !important;
    line-height: 59px !important;
    height: 60px !important;
  }
}

@media (max-width: 1360px) {
  .listing .listing__share .sharethis-inline-share-buttons .st-btn {
    width: 45px !important;
    line-height: 44px !important;
    font-size: 1em !important;
    height: 45px !important;
  }
}

@media (max-width: 1280px) {
  .block-listing-intro .listing-intro-content:before {
    width: 90px;
    background-position: left bottom;
  }

  a.button_squared {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }
}

@media (max-width: 980px) {
  .page-title-video,
  .not-front.node-type-page.page-listing .section_header:before,
  .not-front.node-type-page.page-listing .section_header:after {
    top: 83px;
  }
}

@media (max-width: 740px) {
  .page-title-video,
  .not-front.node-type-page.page-listing .section_header:before,
  .not-front.node-type-page.page-listing .section_header:after {
    top: 62px;
  }
}

.latest__pagination .button {
  width: 240px;
  display: inline-block;
  background-color: #f7a636;
  margin-top: 40px;
  border: 0;
  color: #fff;
  font-size: 0.7em;
}

/*# sourceMappingURL=listing.css.map */
