/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  text-align: center;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

.marker {
  float: right;
  color: gray;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.html") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.html") no-repeat center right;
}

table.dataTable tbody tr {
  background-color: white;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.right,
table.dataTable td.right {
  text-align: right;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.display tbody tr.odd:hover>.sorting_2,
table.dataTable.display tbody tr.even:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.display tbody tr.odd:hover>.sorting_3,
table.dataTable.display tbody tr.even:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3 {
  background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,
table.dataTable.display tbody tr.even:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,
table.dataTable.display tbody tr.even:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,
table.dataTable.display tbody tr.even:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  cursor: pointer;
  color: #333333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: #FFF !important;
  background-color: #53BFE0;
  border: 1px solid #53BFE0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.dataTables_wrapper .dataTables_length select {
  padding: 0.5em;
}

@media screen and (max-width: 767px) {

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}






/*#div-gpt-ad-1510119543155-0 iframe {
  width: 600px;
  height: 300px;
  margin-left: -300px;
  margin-top: -150px;
  left: 50% !important;
  top: 50% !important;
  position: fixed !important;
  z-index: 9999
}

#div-gpt-ad-1510119543155-0>div {
  width: 1px !important;
  height: 1px !important
}

@media (max-width:480px) {
  #div-gpt-ad-1510119543155-0 iframe {
    margin-left: -150px !important
  }

}*/

.b-u6w-podcast {
  text-align: left;
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.b-u6w-podcast input {
  margin: 0;
  margin-right: 5px;
}

.sign-out {
  cursor: pointer;
}

@media (max-width:1200px) {
  .b-u6w-podcast {
    padding-top: 3%
  }

  .b_e23 .b_ggf {
    line-height: 35px;
    margin-right: 15px;
  }
}

.page_subheading_desc-read-more {
  display: inline-block
}

.page_subheading_desc-read-more:after {
  content: "Read more";
  display: block
}

.page_subheading_desc-read-more.expanded:after {
  content: "Read less"
}

.page_subheading_desc-read-more:hover {
  opacity: 1 !important
}

.b-category-page__custom__header p {
  font-style: normal;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.4em
}

.b-category-page__custom__header {
  padding-bottom: 10px
}

.page_subheading_desc-read-more {
  color: #000;
  font-weight: 800;
  padding: 5px;
  font-size: 16px
}

.page_subheading_desc {
  margin-top: 0
}

.page_subheading_desc_icon i {
  vertical-align: middle
}

.center {
  text-align: center
}

.b-category-page-item_third__right__tags ul.tags.inline li {
  list-style: none;
  display: inline;
  color: #333;
  padding-right: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 30px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600
}

.b-category-page-item_third__right__tags ul.tags.inline li a {
  background-color: #D2E5EC;
  color: #333;
  text-decoration: none
}

.b-category-page-item_third__right__tags ul {
  padding-left: 0
}

.b-module_background-ad {
  height: 90px
}


.b-zti .b-category-page__custom__header p {
  color: #FFF !important;
}

.b-zti .b-category-page__custom__header .page_subheading_desc-read-more,
.b-zti .b-category-page__custom__header {
  color: #FFF !important;
}

.b_g0f {
  background: transparent;
}

.tag-category .pull-right {
  float: none !important;
}

.tag-category {
  padding-top: 5px;
}

@media screen and (min-width: 1200px) {
  .tag-category {
    width: 1170px;
    margin: 0 auto;
    zoom: 1;
    position: relative;
  }
}

@media screen and (max-width: 1200px) {
  .tag-category {
    padding: 5%;
  }
}

.timer {
  background-color: #EA5A1F;
  color: #fff;
  padding: 20px 0;
}

.fabrikformView-wrap {
  background-color: #F1F2F4;
  padding-bottom: 15px;
}

.fabrikformView {
  padding: 0px 20px;
  text-align: center;
}

.login-member,
.thank-you {
  display: none;
}

.registered-btn,
.register-btn {
  text-align: center;
  cursor: pointer;
  color: #EA5A1F;
}

ul.countdown {
  list-style: none;
  display: -webkit-inline-box;
  padding: 0px;
}

li.circle {
  margin: 0px 20px;
  font-size: 45px;
  line-height: .7;
}

span.txt_ {
  font-size: 13px;
  text-transform: uppercase;
}

.popover,
form#form_9 legend {
  display: none !important;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .row-fluid label,
.page-header {
  /*display: none !important;*/
  /* Why? */
}

.fabrikActions.form-actions {
  margin-top: 15px;
}

form .row-fluid {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.fabrikSubmitWrapper {
  display: block !important;
}

form .row-fluid input,
form .row-fluid select {
  height: 40px;
}

button.register_now {
  background: #EA5A1F !important;
  border: 0;
  border-radius: 0;
  padding: 10px 80px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.registered-btn,
.register-btn {
  text-align: center;
  cursor: pointer;
  color: #EA5A1F;
}

.fabrikformView-form form.fabrikLabel .row-fluid label,
.page-header {
  display: none !important;
}

fieldset.fabrikGroup {
  border: none;
}

.watchNow-btn button {
  background-color: #EA5A1F;
  color: #FFF;
  padding: 0 15px;
  font-weight: 600;
  line-height: 37px;
  display: block;
  font-size: 20px;
  margin-top: 15px;
  width: auto;
}

.b_6km {
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
}

.webcast-thumb {
  height: 300px;
}

.webcast-thumb img {
  display: inline-block;
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}

label.username {
  float: left;
  width: 20%;
}

form#userForm input {
  width: 80%;
  float: right;
}

.loggedin-hide {
  font-size: 18px;
}

button#login-user {
  background: #EA5A1F;
  border: 0;
  border-radius: 0;
  padding: 10px 80px;
  width: 70%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  margin: 20px;
  color: #FFF;
}

.registered-btn,
.register-btn {
  text-align: center;
  cursor: pointer;
  color: #EA5A1F;
}






@media screen and (max-width: 768px) {
  .b_17o h1 {
    font-size: 28px;
  }

  .b_e23 table,
  .b_e23 video {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;

  }

  .ccomment img,
  .b-4tk img {
    width: auto !important;
  }

  #contact-blogger .modal-dialog {
    margin: 100px 15px !important;
  }

  #contact-blogger .modal-dialog .close {
    margin-top: -35px !important;
  }

  #contact-blogger .modal-dialog .close span {
    display: none;
  }

  .b_e23 table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .interscroller {
    margin: 15px auto !important;
  }

}

a.b-6yc {
  font-size: 17px;
}

@media (min-width: 1200px) {
  .b_wiz {
    margin-bottom: 0px;
  }
}

.desktop_header a.b-yif:hover {
  color: #fff !important
}

a.b-6yc:hover {
  color: #fff !important
}

.desktop_header div.b_rtf,
.minimised-wrapper div.b_rtf {
  max-height: 320px;
  overflow-y: auto;
}

.minimised-wrapper div.b_rtf {
  top: 55px;
}

.pos-unset {
  position: unset;
}

.pos-unset div.b_rtf {
  width: 100%;
  max-width: 100%;
}

.pos-unset div.b_rtf ul {
  margin: 0 auto;
  max-width: 100%;
  list-style-type: none;
  padding: 0;
}

.pos-unset div.b_rtf ul li.b_yif {
  margin: 10px;
  display: inline-block;
}

.internal-link {
  color: inherit !important;
  text-decoration: unset !important
}

.internal-link:hover {
  color: inherit !important;
  opacity: 1 !important;
  text-decoration: unset !important
}

.span_powered2 {
  font-weight: bold;
  margin-right: -2px;
}

.span_powered3 {
  color: #FF8F6C;
  font-weight: bold;
}

.top-head-signup {
  line-height: 30px;
}

.top-head-signup a {
  color: #FFAA0B;
  font-weight: bold;
}

.highlight-slider {
  margin-bottom: 40px;
}

.highlight-slider .highlight-item {
  position: relative;
}

.highlight-slider .highlight-img img {
  width: 100%;
  height: 516px;
  object-fit: cover;
}

.highlight-slider .highlight-desc {
  position: absolute;
  top: 0;
  width: calc(50% - 15px);
  height: 100%;
  background: #FFF;
  opacity: .9;
  padding: 60px 70px;
}

.highlight-slider .desc-cat {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #53BFE0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.highlight-slider .desc-title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.highlight-slider .desc-name-date {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.highlight-slider .desc-intro {
  font-size: 16px;
  margin-bottom: 30px;
}

.highlight-slider a button {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 1.7px;
}

.highlight-slider .slick-arrow {
  position: absolute;
  z-index: 100;
  transform: translateY(-50%);
  top: 50%;
}

.highlight-slider .slick-arrow.slick-prev {
  left: 0;
  font-size: 0;
}

.highlight-slider .slick-arrow.slick-prev::before {
  content: '';
  background-color: #fff;
  padding: 30px 20px;
  background-image: url(https://www.smartpropertyinvestment.com.au/images/basic/icons/icon-left.svg);
  background-repeat: no-repeat;
  background-size: 10px 20px;
  background-position: center;
  box-shadow: -1px 0px 3px #00000029;
}

.highlight-slider .slick-arrow.slick-next {
  right: 0;
  font-size: 0;
}

.highlight-slider .slick-arrow.slick-next::before {
  content: '';
  background-color: #fff;
  padding: 30px 20px;
  background-image: url(https://www.smartpropertyinvestment.com.au/images/basic/icons/icon-right.svg);
  background-repeat: no-repeat;
  background-size: 10px 20px;
  background-position: center;
  box-shadow: 1px 0px 3px #00000029;
}

.highlight-slider .slick-list {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E2E2E2;
}

.highlight-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 40px;
  padding-left: 70px;
  list-style-type: none;
}

.highlight-slider .slick-dots li {
  margin-right: 10px;
}

.highlight-slider .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #9A9A9A;
  font-size: 0;
}

.highlight-slider .slick-dots li.slick-active button {
  background-color: #53BFE0;
  width: 12px;
  height: 12px;
}

.link-readmore {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.link-readmore i {
  margin-right: 5px;
}

.thumb-article-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #333333;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.thumb-article-icon img {
  margin-right: 5px;
}

button.transparent {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid #EA5A1F;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

button.solid {
  padding: 10px 15px;
  background: #EA5A1F;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.load-more-button {
  width: 100%;
}

.top-hotspots-desc {
  padding: 15px;
}

.sub-form-img {
  width: 35%;
}
@media screen and (min-width:1200px) {
/*.sub-form-img {
    width: 25%;
}*/
}
@media screen and (max-width:1024px) {
.sub-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

.sub-form-cont {
  width: 65%;
  padding: 55px 40px;
  text-align: left;
}

@media screen and (max-width:767px) {
  .sub-form-img,
  .sub-form-cont {
    width: 100%;
  }

  .sub-form-cont {
    padding: 20px;
  }

  .b-9k4 {
    font-size: 18px;
    margin-top: 10px;
  }
}

.category-section .b-w45 {
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.category-section .b_xqq {
  height: 150px;
}

.category-section .b_0bv {
  height: unset;
  padding: 15px;
}

.category-section .b-17o {
  font-size: 16px;
}

.category-section .b-g54 {
  font-size: 12px;
  margin-bottom: 10px;
}

.menu-drop-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 1170px;
  zoom: 1;
  text-transform: capitalize;
}

#mc-embedded-subscribe-form.b-6km {
  box-shadow: 0px 3px 6px #00000029;
}

.social-share-container {
  padding: 15px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 25px;
  margin-bottom: 25px;
}

.social-share-container .ss-b1,
.social-share-container .ss-b2 {
  padding: 0;
}

.social-share-container .tag-txt {
  color: #333;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  padding-right: 15px;
  margin: 0;
  padding-top: 5px;
  margin-bottom: 5px;
}

.social-share-container .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.social-share-container .tag_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-share-container .tag_list ul li {
  margin-right: 10px;
  outline: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.social-share-container .tag_list ul li a {
  color: #333333;
  padding: 8px;
  font-size: 11px;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  background: transparent;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
}

.social-share-container .tag_list ul li:hover a,
.social-share-container .tag_list ul li a:focus {
  color: #fff;
  border-color: #2457A8;
  background-color: #2457A8;
}

.social-share-container .ss-b2 {
  font-size: 12px;
  text-align: right;
}

.social-share-container .ss-b2 a,
.social-media-container a {
  margin-left: 18px;
}

.social-media-container .social-media-txt {
  cursor: pointer;
  margin-bottom: 0 !important;
  padding: 0;
  display: inline-flex;
}

.social-media-container .social-media-txt img {
  width: 16px;
  padding-right: 5px;
  vertical-align: middle;
}

.social-media-container p span {
  color: #2457A8;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

.social-media-container .sm-modal {
  position: absolute;
  width: 300px;
  border: 1px solid #d8d8d8;
  padding: 20px;
  background: white;
  z-index: 101;
  -webkit-box-shadow: 0px 5px 19px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 19px -4px rgba(0,0,0,0.75);
  box-shadow: 1px 3px 11px -2px rgba(0,0,0,0.75);
  right: 0;
}

.social-media-container .sm-modal-header__txt {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.social-media-container .sm-modal-header button {
  text-align: right;
  position: absolute;
  right: 5px;
  top: -5px;
  width: 32px;
  height: 32px;
  opacity: 1;
  color: #585858;
  font-weight: normal;
}

.social-media-container .sm-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.social-media-container .sm-modal-body a {
  width: auto;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-container .sm-modal-body a img {
  width: 40px;
  height: 40px;
}

.social-media-container .modal-sm-name {
  font-size: 10px;
  color: #000;
  padding-top: 5px;
}

.social-media-container .sm-action {
  width: fit-content;
  margin-left: auto;
}

.social-media-container {
  position: relative;
}

.social-media-container .sm-action:hover~.sm-modal,
.social-media-container .sm-modal:hover {
  display: block !important;
}

.social-media-container .close:before,
.social-media-container .close:after {
  content: unset;
}

.b_q6s .pod-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

.podcast-header {
  margin-bottom: 30px;
  padding: 60px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.podcast-header .podcast-header-title {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
}

.podcast-hero-article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.podcast-hero-article .b_qxq {
  width: 50%;
  min-height: 330px;
  height: 100%;
}

.podcast-hero-article .b_b0v {
  width: 50%;
  padding: 40px 25px;
}

.podcast-hero-article .b_17o,
.podcast-hero-article .b_nca {
  margin-bottom: 15px;
}

.podcast-hero-article .b-17o {
  font-size: 25px;
}

.podcast-hero-article .b-nca {
  font-size: 16px;
  font-weight: bold;
}

.podcast-hero-article .b_g54 .b-g54 {
  font-size: 16px;
  padding-bottom: 15px;
}

.podcast-hero-article .link-readmore {
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #FFF;
  background-color: #53BFE0;
  width: fit-content;
  letter-spacing: 1.7px;
}

/* Suburb pages */
.suburb-header.b_9ol {
  background-image: url(../../../images/banners/2021/image_30_-_Data_best_suburbs_research.jpg);
  padding-top: 0;
  padding-bottom: 30px;
  background-color: rgb(0 0 0 / 60%);
  background-blend-mode: multiply;
}

.suburb-header .b-sq8 {
  font-size: 35px;
  font-weight: bold;
}

.suburb-header .b-9ol {
  width: 900px;
}

.suburb-header .b_wki p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0;
}

.suburbsearchpage-tools-container {
  padding: 25px 20px 0;
  border: 1px solid #C9C9C9;
}

.b-suburbsearchpage__tools__intro h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.b-suburbsearchpage__tools__intro ul {
  padding-inline-start: 20px;
}

.suburbsearchpage-filter-container {
  padding: 0 20px;
}

.b-suburbsearchpage__tools__bystate__states__filters__wrapper__row.checked {
  background-color: #53BFE0;
  color: #fff;
}

.b-suburbsearchpage .results-header {
  float: left;
  position: relative;
  z-index: 2;
}

.b-suburbsearchpage .results-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.b-suburbsearchpage {
  margin-bottom: 35px;
}

.results-buttons button {
  padding: 10px 15px;
  background-color: #F7F7F7;
  min-width: 80px;
}

.results-buttons button.active {
  border: 1px solid #53BFE0 !important;
  background-color: #fff;
  font-weight: bold;
  cursor: default;
}

.area-reports-text {
  color: #53BFE0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.calc-link {
  padding: 20px;
  text-align: center;
  font-weight: 500;
}

.calc-link i {
  margin-left: 5px;
  color: #53BFE0;
}

.b_sia .b_qxq {
  height: 220px;
}

.mob-powered-by {
  text-align: center;
  line-height: 50px;
  display: none;
}

.ft-bold {
  font-weight: bold;
}

form#contactForm .b-zk8 {
  background: #fff;
  color: #000;
  border: 1px solid #DEDEDE;
}

form#contactForm .b-ktm {
  color: #000;
  border: 1px solid #DEDEDE;
}

form#contactForm .b-zk8::placeholder,
form#contactForm .b-ktm::placeholder {
  color: #878787 !important;
}

.calculator-list {
  margin-bottom: 25px;
}

.about-page {
  padding-bottom: 0;
}

hr.about-page-hr {
  margin: 45px 0;
  border-top: 1px solid #CBCBCB;
}

.about-page-content-spi .about-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-content-spi .about-page-img-phone {
  display: none;
  padding-bottom: 20px;
}

.about-page-content-mm .about-page-img-mm{
  max-width: 100%;
  width: 250px;
  margin-bottom: 25px;
}

.b-rtf {
  list-style-type: none;
  padding-left: 0;
}

.b-rtf .b-yif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.b-rtf .b-yif .nav-img {
  width: 70px;
  height: 45px;
  margin-right: 15px;
  object-fit: cover;
}

.b-rtf.best-suburbs-nav {
  list-style-type: none;
  padding-left: 0;
}

.b-rtf.best-suburbs-nav .b_yif {
  position: relative;
  padding-left: 1.2em;
}

.b-rtf.best-suburbs-nav .b_yif:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  line-height: 30px;
  left: 0;
  position: absolute;
}

.b_gdu p.category-subtitle {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.other-podcasts,
.other-highlights,
.category-section .b_g44,
.b-newrelatedarticles_list {
  overflow-x: scroll;
}

.other-podcasts,
.other-highlights {
  margin-top: 15px;
}

.other-podcasts .other-podcasts-list,
.category-section .b-g44,
.b-newrelatedarticles_list .row {
  width: 800px;
}

.other-highlights .other-highlights-list {
  width: 1400px;
}

.other-podcasts .other-podcasts-list,
.other-highlights .other-highlights-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.other-podcasts .b_qxq, .other-podcasts .b_b0v,
.other-highlights .b_qxq, .other-highlights .b_b0v {
  width: 100%;
}

.other-podcasts .b_qxq {
  height: 150px;
}

.other-highlights .b_qxq {
  height: 180px;
}

.other-podcasts .b_qxq .b-qxq,
.other-highlights .b_qxq .b-qxq {
  min-height: unset;
}

.other-highlights .b_5w4 {
  width: calc(100% / 5);
}

.other-podcasts .b-5w4,
.other-highlights .b-5w4 {
  height: calc(100% - 15px);
}

.other-highlights .b-5w4 {
  position: relative;
}

.highlight-desktop-only {
  display: none;
}

.highlight-mobile-tablet-only {
  display: block;
}

#whats-new .b-hhd {
  margin-bottom: 0;
}

#whats-new .b-w45 {
  position: relative;
}

#whats-new .b-w45 .b_xqq {
  height: 100%;
  max-height: 455px;
  min-height: 300px;
}

#whats-new .b-w45 .b_0bv {
  position: absolute;
  bottom: 0;
  background-color: rgb(255 255 255 / 90%);
  height: fit-content;
  width: 100%;
}

#whats-new .other-highlights .b_qxq,
#whats-new .other-highlights .b_b0v {
  width: 100%;
}

#whats-new .other-highlights .b_b0v {
  position: absolute;
  bottom: 0;
  background: rgb(255 255 255 / 90%);
}

.desktop-only {
  display: none;
}

.highlight-slider,
.gallery-con {
  visibility: hidden;
}
.highlight-slider.slick-initialized,
.gallery-con.slick-initialized {
  visibility: visible;
}

.highcharts-root {
  font-family: 'Questrial', sans-serif !important;
}

@media only screen and (min-width: 1200px) {
  .desktop-only {
    display: block;
  }

  .mobile-tablet-only {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .other-podcasts {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  #whats-new .b-hhd {
    margin-bottom: 15px;
  }

  .other-highlights {
    margin-top: 0;
  }
  .other-podcasts .other-podcasts-list,
  .other-highlights .other-highlights-list {
    display: unset;
    flex-wrap: unset;
    margin-right: unset;
    margin-left: unset;
  }

  .other-podcasts,
  .other-highlights,
  .category-section .b_g44,
  .b-newrelatedarticles_list {
    overflow-x: unset;
  }

  .other-podcasts .other-podcasts-list,
  .other-highlights .other-highlights-list,
  .category-section .b-g44,
  .b-newrelatedarticles_list .row {
    width: unset;
  }

  .b_hhd .other-podcasts .b_5w4:last-child .b-5w4,
  .b_hhd .other-highlights .b_5w4:nth-child(2) .b-5w4 {
    margin: 0;
  }

  .other-podcasts .b_qxq,
  .other-highlights .b_qxq {
    height: auto;
    max-height: 220px;
  }

  .other-podcasts .b_5w4,
  .other-highlights .b_5w4 {
    width: 100%;
    padding: 0;
  }

  .other-podcasts .b_qxq,
  .other-podcasts .b_b0v,
  .other-highlights .b_qxq,
  .other-highlights .b_b0v {
      width: 50%;
  }

  .other-podcasts .b-5w4,
  .other-highlights .b-5w4 {
    height: 220px;
  }

  .highlight-desktop-only {
    display: block;
  }
  
  .highlight-mobile-tablet-only {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #div-gpt-ad-1574810607343-0 {
    height: 100px;
    width: 320px;
    margin: 10px auto !important;
  }

  .b_yl0 {
    margin-top: 20px;
  }
}

.dfp {
  overflow: hidden
}

.fabrikgrid_radio label.radio {
    text-align: left;
}
.fabrikgrid_radio .radio input[type=radio] {
    position: absolute;
    float: left;
    height: 20px;
    margin-left: auto;
    width: 200px;
}
.fabrikgrid_radio.span3 {
    margin-left: 0;
}
@media screen and (max-width:1200px) {
  #photogalleries {
    width: 380px;
    max-width: 100%;
    margin: auto;
  }

  .highlight-slider {
    margin-left: -15px;
    margin-right: -15px;
  }

  #photogalleries,
  .aside__top-suburbs,
  .aside__mortgage-calculator,
  .aside__latest-hotspots,
  .b_1ko__aside-property-market {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  #photogalleries {
    width: 100%;
  }
}

@media screen and (max-width:991px) {
  .b_xqq, .b_m56 {
    height: 440px;
  }

  .b_0bv {
      height: unset;
  }

  .b-wbg {
    font-size: 16px;
  }

  .btn-transparent {
    display: block;
    text-align: -webkit-center;
  }
}

@media screen and (max-width:767px) {
  .b_xqq, .b_m56 {
    height: 220px;
  }

  .highlight-slider .desc-cat {
    margin-bottom: 10px;
  }

  .highlight-slider .desc-title {
    font-size: 20px;
  }

  .about-page-content-spi .about-page-img {
    display: none;
  }

  .about-page-content-spi .about-page-img-phone {
    display: block;
  }

  .highlight-slider .highlight-img img {
    height: 250px;
  }

  .highlight-slider .highlight-desc {
    position: relative;
    width: 100%;
    padding: 20px 20px 70px;
  }

  .highlight-slider .slick-arrow {
    display: none !important;
  }

  .highlight-slider .slick-dots {
    padding-left: 20px;
    padding-bottom: 30px;
  }

  .podcast-hero-article {
    padding-left: 0;
    padding-right: 0;
  }

  .podcast-hero-article .b_qxq {
    width: 100%;
    height: 330px;
  }

  .podcast-hero-article .b_b0v {
    width: 100%;
  }

  .podcast-hero-article .b-17o {
    font-size: 20px;
  }

  .podcast-hero-article .b-nca {
    font-size: 14px;
  }

  .b-nca span.article-cat {
    font-size: 14px;
  }
}

@media screen and (max-width:600px) { 
  #div-gpt-ad-1605589949375-0 div, #div-gpt-ad-1605589949375-0 iframe {
    width: auto !important; 
  }

  #div-gpt-ad-1574810514827-0 div {
    height: auto !important;
    width: 320px !important;
  }

}

@media screen and (max-width:543px) {
  .social-share-container .ss-b1,
  .social-share-container .ss-b2 {
    width: 100%;
  }
  .social-share-container .ss-b2 .social-media-container .sm-action {
    text-align: left;
    margin-left: unset;
    margin-top: 15px;
    width: 100%;
  }
  .social-media-container .sm-modal {
    right: unset;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em .2em;
  }
}
.b-d9i .b_1aw {
    width: 100%;
}