/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-family: "PP Telegraf";
  color: #242058;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #ED1C26;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

.wrapper {
  background: white;
}

p a {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font: normal normal 80px/96px "PP Telegraf";
  margin: 40px 0;
  color: #ED1C26;
}
h1 strong {
  color: #242058;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 20px 0;
  }
}
h1.lowkey {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

h2 {
  font: normal normal 60px/66px "PP Telegraf";
  margin: 40px 0;
  color: #ED1C26;
}
h2 strong {
  color: #242058;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 20px 0;
  }
}

h3 {
  font: normal normal 40px/56px "PP Telegraf";
  margin: 30px 0;
  color: #ED1C26;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 16px 0;
  }
}

h4 {
  font: normal normal 30px/40px "PP Telegraf";
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.nomargin {
  margin: 0;
}

sup {
  font-size: 60%;
  vertical-align: 0.38em;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
@media screen and (max-width: 768px) {
  header.main {
    display: none;
  }
}
header.main .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  header.main .header_inner {
    padding: 0 20px;
  }
}
header.main .header_inner .header_logo {
  font-size: 0;
  line-height: 0;
}
header.main .header_inner .header_cta a.button {
  white-space: nowrap;
  color: #ED1C26;
  border-color: #242058;
}
@media screen and (max-width: 1100px) {
  header.main .header_inner .header_cta a.button {
    font-size: 13px;
  }
}
header.main .header_inner .header_cta.homeland_cta {
  padding-left: 30px;
  font-size: 0;
  line-height: 0;
}
header.main .header_inner .header_cta.homeland_cta img {
  width: auto;
  height: 50px;
}
header.main .header_inner nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 30px;
}
@media screen and (max-width: 1100px) {
  header.main .header_inner nav {
    padding: 0 14px;
  }
}
header.main .header_inner nav .menu-main-menu-container ul.menu, header.main .header_inner nav .menu-secondary-menu-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li, header.main .header_inner nav .menu-secondary-menu-container ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li a {
  font: normal normal 20px/normal "PP Telegraf";
  text-decoration: none;
  display: block;
  padding: 2px 15px;
  overflow: hidden;
  text-align: center;
  color: #ED1C26;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  header.main .header_inner nav .menu-main-menu-container ul.menu li a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li a {
    padding: 2px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  header.main .header_inner nav .menu-main-menu-container ul.menu li a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li a {
    font-size: 12px;
    padding: 2px 6px;
  }
}
header.main .header_inner nav .menu-main-menu-container ul.menu li.productreview_header a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.productreview_header a {
  font-size: 0;
  background: url(../images/productreview.svg) no-repeat center center;
  background-size: contain;
  width: 246px;
  height: 22px;
  padding: 0;
  margin: 0 16px 0 0;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li.productreview_header a:hover, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.productreview_header a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  header.main .header_inner nav .menu-main-menu-container ul.menu li.productreview_header a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.productreview_header a {
    margin: 0 8px 0 0;
    width: 175px;
  }
}
header.main .header_inner nav .menu-main-menu-container ul.menu li:hover > a, header.main .header_inner nav .menu-main-menu-container ul.menu li > a:hover, header.main .header_inner nav .menu-secondary-menu-container ul.menu li:hover > a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li > a:hover {
  color: #242058;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 98%;
  border-radius: 10px;
  display: none;
  background: white;
  margin: 0;
  padding: 0;
  width: 150px;
  z-index: 2;
  text-align: left;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li {
  display: block;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li a {
  display: block;
  text-align: left;
  padding: 8px 22px;
  color: #242058;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li a:after, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li a:after {
  display: none !important;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li a:hover, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li a:hover {
  color: #FCDDDE !important;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li.current_page_item > a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li.current_page_item > a {
  color: #FCDDDE;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li:first-child a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li:first-child a {
  padding-top: 14px;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li ul.sub-menu li:last-child a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li.menu-item-has-children:hover ul.sub-menu, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li a {
  font: normal normal 16px/normal "PP Telegraf";
  padding: 8px 10px;
  color: #242058;
}
@media screen and (max-width: 900px) {
  header.main .header_inner nav .menu-secondary-menu-container ul.menu li a {
    font-size: 11px;
    padding: 8px 10px;
  }
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li:hover > a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li > a:hover {
  color: #ED1C26;
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li#menu-item-59 a {
  position: relative;
  padding-left: 32px;
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li#menu-item-59 a:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  content: " ";
  width: 18px;
  height: 18px;
  background: url(../images/phone.svg);
  vertical-align: middle;
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li#menu-item-59 a:hover:before {
  opacity: 0.5;
}

.header_spacer {
  height: 108px;
}
@media screen and (max-width: 768px) {
  .header_spacer {
    display: none;
  }
}

.dark header.main {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home_logo_wrapper {
  display: none;
}

header.main ul#menu-main-menu > li {
  position: relative;
}
header.main ul#menu-main-menu > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 98%;
  display: none;
  background: white;
  margin: 0;
  padding: 0;
  width: 250px;
  z-index: 2;
}
header.main ul#menu-main-menu > li > ul.sub-menu li {
  display: block;
}
header.main ul#menu-main-menu > li > ul.sub-menu li a {
  display: block;
  line-height: normal;
  padding: 8px 18px;
  color: #242058;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
header.main ul#menu-main-menu > li > ul.sub-menu li a:after {
  display: none !important;
}
header.main ul#menu-main-menu > li > ul.sub-menu li a:hover {
  color: #ED1C26 !important;
}
header.main ul#menu-main-menu > li > ul.sub-menu li:first-child a {
  padding-top: 14px;
}
header.main ul#menu-main-menu > li > ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
header.main ul#menu-main-menu > li > ul.sub-menu ul.sub-menu {
  display: none !important;
}
header.main ul#menu-main-menu > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  header.main ul#menu-main-menu > li.menu-item-has-children:hover ul.sub-menu {
    display: none !important;
  }
}

.mobile_header {
  background: white;
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_header {
    display: block;
  }
}

.mobile_header_spacer {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_header_spacer {
    display: block;
    height: 80px;
  }
}

a.logo_mobile {
  display: none;
  z-index: 998;
  width: 93px;
  height: 87px;
  position: absolute;
  top: 14px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  a.logo_mobile {
    display: block;
  }
}

.mobile_menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -101vw;
  width: 100vw;
  height: 100vh;
  background: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.mobile_menu .mobile_menu_inner {
  width: 100%;
}
.mobile_menu .mobile_menu_inner .mobile_nav_logo {
  margin-top: 0;
}
.mobile_menu .mobile_menu_inner ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu .mobile_menu_inner ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu .mobile_menu_inner ul.menu li a {
  font: normal normal 16px/normal "PP Telegraf";
  padding: 8px;
  color: #ED1C26;
  display: block;
}
.mobile_menu .mobile_menu_inner ul.menu li.small > a {
  font-size: 14px;
  color: #242058;
}
.mobile_menu .mobile_menu_inner ul.menu li.cta > a {
  display: inline-block;
  border: 2px solid #ED1C26;
  border-radius: 0;
  padding: 10px 26px;
  margin: 10px 0;
}
.mobile_menu .mobile_menu_inner ul.menu li#menu-item-59 a {
  position: relative;
  padding-left: 25px;
}
.mobile_menu .mobile_menu_inner ul.menu li#menu-item-59 a:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  content: " ";
  width: 18px;
  height: 18px;
  background: url(../images/phone.svg);
  vertical-align: middle;
}
.mobile_menu .mobile_menu_inner ul.menu li#menu-item-59 a:hover:before {
  opacity: 0.5;
}

a.nav_toggle {
  display: none;
  position: fixed;
  top: 14px;
  right: 10px;
  width: 51px;
  height: 50px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  a.nav_toggle {
    display: block;
  }
}
a.nav_toggle .hamburger {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 13px;
}
a.nav_toggle .hamburger div {
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  background: #ED1C26;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a.nav_toggle .hamburger div.hamburger1 {
  top: 0;
}
a.nav_toggle .hamburger div.hamburger2 {
  top: 9px;
}
a.nav_toggle .hamburger div.hamburger3 {
  top: 18px;
}

.nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px !important;
}
.nav_on .hamburger div.hamburger2 {
  opacity: 0;
}
.nav_on .hamburger div.hamburger2, .nav_on .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px !important;
}
.nav_on .mobile_menu {
  left: 0;
  pointer-events: auto;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.page_header {
  background: url(../images/header_default1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  height: 30vw;
  max-height: 550px;
  margin-bottom: 60px;
}
.page_header:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.84)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.84) 100%);
}
@media screen and (max-width: 767px) {
  .page_header:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.84)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.84) 100%);
  }
}
@media screen and (max-width: 768px) {
  .page_header {
    padding: 0;
    min-height: 150px;
  }
}
.page_header .page_header_inner {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner {
    bottom: -20px;
  }
}
.page_header h1 {
  color: #242058;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  font-weight: bold;
}
.page_header h1 strong {
  color: #ED1C26;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_header h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page_header.listing_page {
  color: white;
}
.page_header.listing_page:before {
  background: rgba(0, 0, 0, 0.6);
}
.page_header.suburb_header .suburb_header_inner {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  z-index: 2;
  text-align: center;
  color: white;
}
.page_header.suburb_header .suburb_header_inner .suburb_header_name {
  white-space: nowrap;
}
.page_header.suburb_header .suburb_header_inner h4 {
  color: white;
}
@media screen and (max-width: 767px) {
  .page_header.suburb_header .suburb_header_inner h4 {
    font-size: 16px;
    line-height: normal;
  }
}
.page_header.suburb_header .suburb_header_inner p {
  color: white;
}
.page_header.suburb_header:before {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .page_header_spacer {
    height: 100px;
  }
}

.epl-section-wrap--search {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .post-type-archive-display_home section#title {
    padding-top: 0 !important;
  }
  .post-type-archive-display_home section#title .epl-section__title {
    margin-bottom: 0;
  }
}

h1.epl-section__title {
  text-align: center !important;
  color: #242058 !important;
}
h1.epl-section__title span {
  color: #ED1C26 !important;
}

.epl-search-form .epl-search-label {
  font-weight: normal !important;
}

.epl-search-form .in-field {
  border-radius: 0 !important;
  padding: 0.5em 5em 0.5em 1em !important;
  height: 57px !important;
}

.epl-search-form .epl-search-btn {
  border-radius: 0 !important;
  text-align: center !important;
  height: 57px !important;
}

.epl-search-form .epl-search-builder__row__items {
  gap: 0.5em !important;
}

.post-type-archive-property .epl-search-row.epl-property_land_frontage {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .epl-search-form .nice-select .list, .nice-select.open .nice-select-search-box {
    width: 100% !important;
  }
}
.pink_bg {
  background: #FCDDDE;
}

.content {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 20px 0;
  }
}

.content1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .content1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.password_protected {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 600px;
}
.password_protected form {
  max-width: 500px;
  margin: 0 auto;
}
.password_protected form input {
  margin-bottom: 20px;
}

.modules section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modules section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_only {
  text-align: center;
}
.modules section.module_text_only img.promo_header {
  height: auto;
  width: 100%;
}
.modules section.module_html {
  padding: 0;
}
.modules section.module_html iframe.map_iframe {
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .modules section.module_html iframe.map_iframe {
    height: 300px;
  }
}
.modules section.module_two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modules section.module_two_columns .col {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.modules section.module_cta {
  background: #FEEFF0;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.modules section.module_cta .module_cta_inner {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner {
    max-width: none;
  }
}
.modules section.module_cta.left {
  text-align: left;
}
.modules section.module_cta.left .module_cta_inner {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.has_image {
    padding-bottom: 130px;
    background-size: auto 150px;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.has_image.left {
    padding-bottom: 100px;
  }
}
.modules section.module_cta.dark {
  background-color: #ED1C26;
  color: white;
}
.modules section.module_cta.dark h2, .modules section.module_cta.dark h3 {
  color: white;
}
.modules section.module_cta.black {
  background-color: #242058;
  color: white;
}
.modules section.module_cta.black h2, .modules section.module_cta.black h3 {
  color: white;
}
.modules section.module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    display: block;
    padding: 0;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 50%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 430px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin-left: 0;
    min-height: 220px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_and_image .module_text_and_image_text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    text-align: center;
    padding: 20px;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules section.module_cta.module_form .module_cta_inner {
  max-width: none;
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner form .gform_fields {
    display: block;
  }
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield {
  width: 48%;
  margin: 10px 0;
  padding: 0;
  border: none;
  text-align: left;
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield .gfield_description {
  margin: 8px 0;
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield legend {
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield legend {
    padding: 16px 0 5px 0;
  }
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield.fullwidth {
  width: 100%;
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield input[type=text], .modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield input[type=email], .modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield input[type=number], .modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield input[type=tel] {
  width: 100%;
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield > label {
  display: none;
}
.modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield .gchoice input, .modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield .gchoice label {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner form .gform_fields .gfield {
    width: auto;
  }
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form .field {
  padding: 10px 0;
  margin: 0;
  border: none;
  text-align: left;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form .field .input {
  margin: 0;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form .field > label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner .hbspt-form .field {
    padding: 5px 0;
  }
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-2 {
    display: block;
  }
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-2 .field {
  width: 48%;
  padding: 10px 0;
  margin: 0;
  border: none;
  text-align: left;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-2 .field .input {
  margin: 0;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-2 .field > label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-2 .field {
    width: auto;
    padding: 5px 0;
  }
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-1 {
  display: block;
  max-width: none !important;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-1 .field {
  padding: 10px 0;
  margin: 0;
  border: none;
  text-align: left;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-1 .field .input {
  margin: 0;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-1 .field > label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset.form-columns-1 .field {
    padding: 5px 0;
  }
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset input[type=text], .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset input[type=email], .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset input[type=number], .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset input[type=tel], .modules section.module_cta.module_form .module_cta_inner .hbspt-form fieldset textarea {
  width: 100%;
}
.modules section.module_cta.module_form .module_cta_inner .hbspt-form .hs-submit {
  padding: 20px 0 0 0;
}
.modules section.module_cta.module_form .module_cta_inner .gform_submission_error {
  display: none !important;
}
.modules section.module_cta.module_form .module_cta_inner .validation_message {
  color: #ED1C26;
}
.modules section.module_promo_banner img.banner_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .modules section.module_promo_banner img.banner_desktop {
    display: none;
  }
  .modules section.module_promo_banner img.banner_mobile {
    display: block;
  }
}
.modules section.module_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modules section.module_images a {
  font-size: 0;
  line-height: 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .modules section.module_images a {
    width: 48%;
  }
}
.modules section.module_images a img {
  width: 100%;
}
.modules h1 {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .modules h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.modules h2 {
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .modules h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.modules h2.large {
  font-size: 80px;
  line-height: 75px;
}
.modules h2.large strong {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modules h2.large {
    font-size: 30px;
    line-height: 30px;
  }
}

.page-template-page_template_promo .modules section.module_two_columns {
  padding-top: 0;
}
.page-template-page_template_promo .modules section.module_two_columns .col {
  text-align: left !important;
  margin-top: 0;
}
.page-template-page_template_promo .col.promo_intro h1, .page-template-page_template_promo .col.promo_intro h2 {
  margin-top: 0;
  font-weight: bold;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner .slide {
  position: relative;
  display: none;
}
.homebanner .slide#slide1 {
  display: block;
}
.homebanner .slide .slide_inner {
  position: relative;
  min-height: 600px;
  max-width: 1200px;
  padding: 50px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .homebanner .slide .slide_inner {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner {
    min-height: 0;
    padding: 0 20px;
  }
}
.homebanner .slide .slide_inner .slide_text {
  text-align: left;
  width: 55%;
  max-width: 750px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .homebanner .slide .slide_inner .slide_text {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner .slide_text {
    width: auto;
    max-width: none;
    margin: -58px 0 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .homebanner .slide .slide_inner .slide_text img {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner .slide_text img {
    max-width: 250px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .homebanner .slide .slide_inner .slide_text h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.homebanner .slide .slide_image {
  margin: 0 0 0 auto;
  width: calc(50% + 300px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.homebanner .slide .slide_image:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_image:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .homebanner .slide .slide_image {
    width: calc(50% + 150px);
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_image {
    position: relative;
    height: 250px;
    width: 100%;
  }
}
.homebanner ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: -780px;
  top: 740px;
  left: 50%;
}
@media screen and (max-width: 1920px) {
  .homebanner ul.slick-dots {
    top: 29vw;
    left: 8vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .homebanner ul.slick-dots {
    display: none !important;
  }
}
.homebanner ul.slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.homebanner ul.slick-dots li button {
  font-size: 18px;
  background: white;
  color: #ED1C26;
  text-align: center;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0;
  border: none;
}
.homebanner ul.slick-dots li.slick-active button {
  background: #ED1C26;
  color: white;
}
.homebanner button.slick-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 60px;
  font-size: 18px;
  background: #ED1C26;
  color: white;
  text-align: center;
  border-radius: 0;
  width: 60px;
  height: 60px;
  min-width: 0;
  padding: 0;
  border: none;
}
.homebanner button.slick-arrow.slick-next {
  right: 0;
  background: #FEEFF0;
  color: #ED1C26;
}
@media screen and (max-width: 767px) {
  .homebanner button.slick-arrow {
    display: none !important;
  }
}

.home_rent_converter {
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
.home_rent_converter .content1200 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_rent_converter .content1200 {
    z-index: 1;
  }
}
.home_rent_converter .content1200 h2 {
  margin-top: 0;
}

.rent_converter_form form input[type=tel] {
  width: 310px;
  max-width: 100%;
  border: 1px solid red;
  height: 57px;
  vertical-align: 1px;
}
@media screen and (max-width: 767px) {
  .rent_converter_form form input[type=submit] {
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
    display: block;
    margin: 10px auto !important;
  }
}

.modules.home_full_circle {
  position: relative;
}
.modules.home_full_circle:after {
  width: 290px;
  height: 660px;
  display: block;
  content: " ";
  position: absolute;
  top: -300px;
  right: 0;
  pointer-events: none;
  background: url(../images/side_block1.svg) no-repeat top right;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .modules.home_full_circle:after {
    display: none;
  }
}

.home_be_you {
  background: #242058;
  color: white;
  text-align: center;
}
.home_be_you h2 strong {
  font-weight: bold;
  color: #ED1C26;
}
.home_be_you .epl-shortcode {
  margin: 50px 0;
}
.home_be_you .epl-shortcode .loop-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.home_be_you .epl-shortcode .loop-content .epl-rec-icons {
  gap: 0.8em;
}
.home_be_you .epl-shortcode .loop-content .epl-rec-icons .rec-icon-value {
  margin-left: 0.2em;
}
.home_be_you .epl-shortcode .loop-content .epl-blog-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home_be_you .epl-shortcode .loop-content .epl-blog-image img {
    height: 250px;
  }
}
.home_be_you .epl-shortcode .loop-content .display_home_elevation_thumb img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home_be_you .epl-shortcode .loop-content .display_home_elevation_thumb {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .home_be_you .epl-shortcode .epl-property-blog-rec.home_design.has_floorplan .display_home_elevation_thumb img, .home_be_you .epl-shortcode .epl-property-blog-rec.hentry.home_design.has_floorplan .display_home_elevation_thumb img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_be_you .epl-shortcode {
    margin: 20px -16px;
  }
  .home_be_you .epl-shortcode .loop-content {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 375px;
    display: block !important;
    padding-left: 8px;
    padding-right: 8px;
  }
  .home_be_you .epl-shortcode .loop-content .epl-listing-grid-view.hentry, .home_be_you .epl-shortcode .loop-content .epl-listing-grid-view-forced.hentry, .home_be_you .epl-shortcode .loop-content .epl-property-blog.epl-listing-grid-view.hentry, .home_be_you .epl-shortcode .loop-content .epl-property-blog.epl-listing-grid-view-forced.hentry {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    font-size: 12px;
  }
  .home_be_you .epl-shortcode .loop-content .epl-listing-grid-view.hentry .epl-rec-icons .rec-icon, .home_be_you .epl-shortcode .loop-content .epl-listing-grid-view-forced.hentry .epl-rec-icons .rec-icon, .home_be_you .epl-shortcode .loop-content .epl-property-blog.epl-listing-grid-view.hentry .epl-rec-icons .rec-icon, .home_be_you .epl-shortcode .loop-content .epl-property-blog.epl-listing-grid-view-forced.hentry .epl-rec-icons .rec-icon {
    line-height: 0 !important;
  }
  .home_be_you .epl-shortcode .loop-content .epl-listing-grid-view.hentry .epl-rec-icons .rec-icon i, .home_be_you .epl-shortcode .loop-content .epl-listing-grid-view-forced.hentry .epl-rec-icons .rec-icon i, .home_be_you .epl-shortcode .loop-content .epl-property-blog.epl-listing-grid-view.hentry .epl-rec-icons .rec-icon i, .home_be_you .epl-shortcode .loop-content .epl-property-blog.epl-listing-grid-view-forced.hentry .epl-rec-icons .rec-icon i {
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    background-position: center center;
  }
}

.home_promo_box {
  background: #FEEFF0;
}
.home_promo_box h2 strong {
  font-weight: bold;
  color: #ED1C26;
}
@media screen and (max-width: 767px) {
  .home_promo_box section.module_text_and_image .module_text_and_image_text {
    text-align: left;
  }
}
.home_promo_box.hl_builder_promo {
  background: #FFD1D1;
}
@media screen and (max-width: 767px) {
  .home_promo_box.hl_builder_promo {
    padding-top: 20px;
  }
}
.home_promo_box.hl_builder_promo h4 {
  color: #ED1C26;
}
.home_promo_box.hl_builder_promo .module_text_and_image_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_promo_box.hl_builder_promo .module_text_and_image_text {
    text-align: center !important;
  }
}
.home_promo_box.hl_builder_promo .module_text_and_image_image {
  background-size: contain !important;
}

.hlb-form .gform_wrapper.gravity-theme form .gform_page .gfield--type-html.form-start .img:before {
  display: none !important;
}

.hlb-form .gform_wrapper.gravity-theme form .hlbform-intro .gform_page_fields, .hlb-form .gform_wrapper.gravity-theme form .hlbform-welcome .gform_page_fields {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hlb-form .gform_wrapper.gravity-theme form .hlbform-intro .gform_page_fields, .hlb-form .gform_wrapper.gravity-theme form .hlbform-welcome .gform_page_fields {
    margin-top: 40px;
  }
}

.home_modules .modules h2 {
  color: #242058;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .home_modules .modules h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

.peaceofmind h2 {
  font-size: 80px;
  line-height: 80px;
}
.peaceofmind h2 strong {
  color: #ED1C26;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .peaceofmind h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.peaceofmind .peaceofmind_content {
  max-width: 1000px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .peaceofmind .peaceofmind_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.peaceofmind .peaceofmind_content .peaceofmind_logos {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.peaceofmind .peaceofmind_content .peaceofmind_logos img {
  max-height: 91px;
}
@media screen and (max-width: 767px) {
  .peaceofmind .peaceofmind_content .peaceofmind_logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: auto;
  }
}
.peaceofmind .peaceofmind_content .peaceofmind_text {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .peaceofmind .peaceofmind_content .peaceofmind_text {
    width: auto;
  }
}

.modules section.module_cta.rent_home {
  background: transparent url(../images/rentconverter_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 120px;
  color: white;
}
.modules section.module_cta.rent_home img.rent_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.rent_home {
    background: none;
    padding: 0;
  }
  .modules section.module_cta.rent_home img.rent_mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
.modules section.module_cta.rent_home .module_cta_inner {
  margin: 0 0 0 auto;
  text-align: left;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.rent_home .module_cta_inner {
    max-width: none;
    background: #242058;
    padding: 30px 20px;
  }
}
.modules section.module_cta.rent_home .module_cta_inner h2 {
  margin: 0 0 30px 0;
  color: white;
}
.modules section.module_cta.rent_home .module_cta_inner h2 strong {
  color: #ED1C26;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.rent_home .module_cta_inner h2 {
    margin: 0 0 10px 0;
    color: white;
    font-size: 40px;
    line-height: 40px;
  }
}
.modules section.module_cta.rent_home .module_cta_inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modules section.module_cta.rent_home .module_cta_inner form input[type=tel] {
  width: 300px;
  height: 57px;
  vertical-align: 1px;
  margin: 0 -8px 0 0;
  padding: 25px 18px !important;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.rent_home .module_cta_inner form input[type=tel] {
    width: auto;
  }
}
.modules section.module_cta.rent_home .module_cta_inner form input[type=submit] {
  margin: 0 !important;
}
.modules section.module_cta.rent_home .module_cta_inner form input[type=submit]:hover {
  color: #FEEFF0;
  background: #ED1C26;
}

/* ------------------------------------
JOBS LISTING
------------------------------------ */
@media screen and (max-width: 767px) {
  .post-type-archive-jobs .modules section.module_cta, .single-jobs .modules section.module_cta, .tax-job_type .modules section.module_cta {
    margin: 20px 0;
  }
}
.post-type-archive-jobs .modules section.module_cta.grey, .single-jobs .modules section.module_cta.grey, .tax-job_type .modules section.module_cta.grey {
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.post-type-archive-jobs .modules section.module_cta a.epl-more-link, .single-jobs .modules section.module_cta a.epl-more-link, .tax-job_type .modules section.module_cta a.epl-more-link {
  display: none;
}
.post-type-archive-jobs .modules section.module_cta .module_cta_inner, .single-jobs .modules section.module_cta .module_cta_inner, .tax-job_type .modules section.module_cta .module_cta_inner {
  max-width: none;
}
.post-type-archive-jobs .modules section.module_cta h2, .single-jobs .modules section.module_cta h2, .tax-job_type .modules section.module_cta h2 {
  margin: 0 0 10px 0;
}
.post-type-archive-jobs .modules section.module_text_only, .single-jobs .modules section.module_text_only, .tax-job_type .modules section.module_text_only {
  text-align: left;
}
.post-type-archive-jobs .footer_cta, .single-jobs .footer_cta, .tax-job_type .footer_cta {
  display: none;
}

/* ------------------------------------
RENT CONVERTER
------------------------------------ */
.page-template-page_template_rentconverter .rentconverter_content {
  text-align: center;
  padding: 0 0 50px 0;
}
.page-template-page_template_rentconverter .rentconverter_content .rent_converter_form {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .rentconverter_content .rent_converter_form {
    margin: 30px 0;
  }
}
.page-template-page_template_rentconverter .rentconverter_property {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .rentconverter_property {
    margin-top: 0;
  }
}
.page-template-page_template_rentconverter .rentconverter_property h4 {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .rentconverter_property h4 {
    margin: 30px 0;
  }
}
.page-template-page_template_rentconverter .rentconverter_property .epl-shortcode .loop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .rentconverter_property .epl-shortcode .loop-content {
    display: block;
  }
}
.page-template-page_template_rentconverter .rentconverter_property .epl-shortcode .loop-content .epl-listing-grid-view-forced {
  max-width: 500px;
}
.page-template-page_template_rentconverter .footer_cta {
  display: none;
}

/* ------------------------------------
EPL OVERRIDES
------------------------------------ */
@media screen and (max-width: 767px) {
  ul.epl_ui_tab_menu_wrapper {
    display: block !important;
  }
  ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
    background: #FEEFF0 !important;
  }
  ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu.epl_ui_tab_menu_current a {
    background: #ED1C26 !important;
  }
  h3.epl-rec-meta.epl-rec-specifications.heading {
    text-align: center;
  }
}
.epl-shortcode .epl-loop-content .epl-listing-post, .epl-shortcode .loop-content .epl-listing-post, .epl-section-wrap--archive .epl-loop-content .epl-listing-post, .epl-section-wrap--archive .loop-content .epl-listing-post {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.epl-shortcode .epl-loop-content .epl-listing-post:hover, .epl-shortcode .loop-content .epl-listing-post:hover, .epl-section-wrap--archive .epl-loop-content .epl-listing-post:hover, .epl-section-wrap--archive .loop-content .epl-listing-post:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1);
          transform: scale3d(1.03, 1.03, 1);
}

span.rec-icon-unit--meter {
  font-size: 0 !important;
}
span.rec-icon-unit--meter:after {
  content: "m";
  display: inline-block;
  font-size: 28px !important;
  vertical-align: bottom;
  text-transform: none;
}

span.rec-icon-unit--m {
  text-transform: none !important;
}

@media screen and (max-width: 767px) {
  #details .epl-rec-icons .rec-icon-value {
    margin-left: 0.3em;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  #details .epl-rec-icons .rec-icon-unit {
    font-size: 1.3em;
  }
}

.slick-slide.epl-slider-current-slide img {
  height: 450px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slick-slide.epl-slider-current-slide img {
    height: 180px !important;
  }
}

.thumb_weekly_price {
  display: none;
}

.single .epl-status-current .epl-rec-meta .page-price {
  color: white !important;
}

#epl-am-gmap-main div.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
  background: none !important;
  top: 6px !important;
  width: 100% !important;
}

.epl-shortcode .loop-content, .epl-template-builder, .epl-template-blog, .epl-template-default, .epl-template-grid, .epl-template-featured, .epl-template-trending, .epl-template-card, .epl-shortcode-listing-category, .epl-sd-listings-inner, .epl-sd-shortcode-content, .epl-of-listings, .epl-office-team {
  row-gap: 2em !important;
  -webkit-column-gap: 2em !important;
     -moz-column-gap: 2em !important;
          column-gap: 2em !important;
}

.epl-rec-icon.epl-tooltip.land {
  display: none !important;
}

.prices_toggle {
  padding-top: 0 !important;
}
.prices_toggle a.prices_toggle_button {
  padding: 0.5em 1.5em;
  min-height: initial;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  background: white;
  color: #242058;
  border-radius: 0;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
}
.prices_toggle a.prices_toggle_button i {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .prices_toggle {
    text-align: center;
  }
}

.show_total_price .prices_toggle a.prices_toggle_button#show_total_price {
  border: 1px solid #ED1C26;
  background: #ED1C26;
  color: white;
}
.show_total_price .thumb_total_price {
  display: block;
}
.show_total_price .thumb_weekly_price {
  display: none;
}

.show_weekly_price .prices_toggle a.prices_toggle_button#show_weekly_price {
  border: 1px solid #ED1C26;
  background: #ED1C26;
  color: white;
}
.show_weekly_price .thumb_weekly_price {
  display: block;
}
.show_weekly_price .thumb_total_price {
  display: none;
}

.display_home_elevation_thumb {
  display: none;
}

.epl-property-blog-rec, .epl-property-blog-rec.hentry {
  background: white !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05) !important;
}
.epl-property-blog-rec .epl-row-wrap--content, .epl-property-blog-rec.hentry .epl-row-wrap--content {
  padding: 15px 20px !important;
}
@media screen and (max-width: 1280px) {
  .epl-property-blog-rec .epl-row-wrap--content, .epl-property-blog-rec.hentry .epl-row-wrap--content {
    padding: 12px !important;
  }
}
.epl-property-blog-rec:hover, .epl-property-blog-rec.hentry:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.epl-property-blog-rec .epl-rec-price, .epl-property-blog-rec .epl-rec-suburb, .epl-property-blog-rec.hentry .epl-rec-price, .epl-property-blog-rec.hentry .epl-rec-suburb {
  color: #242058 !important;
}
@media screen and (max-width: 1200px) {
  .epl-property-blog-rec h3.epl-rec-suburb, .epl-property-blog-rec.hentry h3.epl-rec-suburb {
    font-size: 16px;
    line-height: 20px;
  }
}
.epl-property-blog-rec .epl-rec-price, .epl-property-blog-rec.hentry .epl-rec-price {
  font-size: 18px !important;
}
@media screen and (max-width: 1200px) {
  .epl-property-blog-rec .epl-rec-price, .epl-property-blog-rec.hentry .epl-rec-price {
    font-size: 14px !important;
  }
}
.epl-property-blog-rec .epl-blog-image, .epl-property-blog-rec.hentry .epl-blog-image {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.epl-property-blog-rec .epl-rec-icons, .epl-property-blog-rec.hentry .epl-rec-icons {
  gap: 12px;
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .epl-property-blog-rec .epl-rec-icons, .epl-property-blog-rec.hentry .epl-rec-icons {
    gap: 9px;
    margin: 4px 0;
  }
}
.epl-property-blog-rec .epl-rec-icons .epl-rec-icon.bedroom, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.bathroom, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.parking, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.frontage, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.bedroom, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.bathroom, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.parking, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.frontage {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.bedroom, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.bathroom, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.parking, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.frontage, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.bedroom, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.bathroom, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.parking, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.frontage {
    font-size: 8px;
  }
}
.epl-property-blog-rec .epl-rec-icons .epl-rec-icon.bedroom i, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.bathroom i, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.parking i, .epl-property-blog-rec .epl-rec-icons .epl-rec-icon.frontage i, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.bedroom i, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.bathroom i, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.parking i, .epl-property-blog-rec.hentry .epl-rec-icons .epl-rec-icon.frontage i {
  width: 20px !important;
  height: 20px !important;
  background-size: contain !important;
  background-position: center center !important;
  vertical-align: middle;
}
.epl-property-blog-rec.home_design.has_floorplan .display_home_elevation_thumb img, .epl-property-blog-rec.hentry.home_design.has_floorplan .display_home_elevation_thumb img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-type-archive-property .epl-rec-icon.frontage {
  display: none;
}
.post-type-archive-property .entry-title-sub .item-suburb {
  display: block;
}

.single-property .epl_ui_tab_menu_wrapper {
  display: none !important;
}

.post-type-archive-home_design .epl-search-row.epl-search-row-select.epl-property_region, .post-type-archive-home_design .epl-search-row.epl-search-row-select.epl-property_location {
  display: none !important;
}

.epl-property-blog-rec, .epl-property-blog-rec.hentry {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.epl-property-blog-rec .epl-row-wrap--content, .epl-property-blog-rec.hentry .epl-row-wrap--content {
  background: #FF003D;
  color: white;
  margin-top: -1px !important;
}
.epl-property-blog-rec .epl-row-wrap--content h3, .epl-property-blog-rec .epl-row-wrap--content .epl-rec-icons .rec-icon-value, .epl-property-blog-rec .epl-row-wrap--content .epl-rec-icons .rec-icon-label, .epl-property-blog-rec .epl-row-wrap--content .epl-rec-icons .rec-icon-unit, .epl-property-blog-rec.hentry .epl-row-wrap--content h3, .epl-property-blog-rec.hentry .epl-row-wrap--content .epl-rec-icons .rec-icon-value, .epl-property-blog-rec.hentry .epl-row-wrap--content .epl-rec-icons .rec-icon-label, .epl-property-blog-rec.hentry .epl-row-wrap--content .epl-rec-icons .rec-icon-unit {
  color: white !important;
}

.epl-property-blog-rec .epl-rec-price, .epl-property-blog-rec .epl-rec-suburb, .epl-property-blog-rec.hentry .epl-rec-price, .epl-property-blog-rec.hentry .epl-rec-suburb {
  color: white !important;
}

/*
.home_design.has_floorplan:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	background: none;
}
*/
.has_floorplan:hover img.home_thumb_floorplan {
  opacity: 1;
}

img.home_thumb_floorplan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

img.floorplan_thumb {
  background: white;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.epl-block-widget {
  border-radius: 0 !important;
  background: #ED1C26 !important;
}
.epl-block-widget a.button.epl-button, .epl-block-widget button.epl-button {
  background: white;
  color: #242058;
  border: none !important;
  padding: 15px 20px;
  border-radius: 0;
}
.epl-block-widget a.button.epl-button:after, .epl-block-widget button.epl-button:after {
  display: none;
}
.epl-block-widget a.button.epl-button:hover, .epl-block-widget button.epl-button:hover {
  background: white;
  color: #242058;
  border-radius: 0;
  border: none !important;
}

.epl-slick-carousel.slick-dotted .slick-dots li button {
  background: #FEEFF0;
  color: #242058;
  text-align: center;
}
.epl-slick-carousel.slick-dotted .slick-dots li button:after {
  display: none !important;
}
.epl-slick-carousel.slick-dotted .slick-dots li.slick-active button {
  background: #ED1C26;
  color: white;
}

@media screen and (max-width: 767px) {
  .epl-property-single {
    padding-top: 0 !important;
  }
}

.epl-slick-item-image {
  border-radius: 0 !important;
}

.slick-slide.epl-slider-current-slide {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .slick-slide.epl-slider-current-slide {
    margin: 0 10px !important;
  }
}

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
  border-radius: 0 !important;
}

.epl-rec-icons .rec-icon-value, .epl-rec-icons .rec-icon-label, .epl-rec-icons .rec-icon-unit {
  color: white !important;
}

.epl-property-blog-rec .epl-row-wrap--header .epl-blog-image, .epl-property-blog-rec .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-blog-image {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.epl-property-blog-rec .epl-row-wrap--header .epl-blog-image img, .epl-property-blog-rec .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-blog-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .epl-property-blog-rec .epl-row-wrap--header .epl-blog-image img, .epl-property-blog-rec .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-blog-image img {
    height: 250px;
  }
}
.epl-property-blog-rec .epl-row-wrap--header .epl-blog-image img.floorplan_thumb, .epl-property-blog-rec .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-blog-image img.floorplan_thumb {
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.epl-property-blog-rec:hover .epl-row-wrap--header .epl-blog-image img.floorplan_thumb, .epl-property-blog-rec:hover .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-blog-image img.floorplan_thumb {
  opacity: 1;
}

.floorplan_toggle {
  padding-top: 0 !important;
}
.floorplan_toggle a.floorplan_toggle_button {
  padding: 0.5em 1.5em;
  min-height: initial;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  background: white;
  color: #242058;
  border-radius: 0;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
}
.floorplan_toggle a.floorplan_toggle_button i {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .floorplan_toggle {
    text-align: center;
  }
}

.show_floorplans .floorplan_toggle a.floorplan_toggle_button#show_floorplans {
  border: 1px solid #ED1C26;
  background: #ED1C26;
  color: white;
}
.show_floorplans .epl-property-blog-rec.home_design .epl-row-wrap--header .epl-blog-image img.floorplan_thumb {
  opacity: 1 !important;
}
.show_floorplans .epl-property-blog-rec.home_design:hover .epl-row-wrap--header .epl-blog-image img.floorplan_thumb {
  opacity: 0 !important;
}

.show_elevations .floorplan_toggle a.floorplan_toggle_button#show_elevations {
  border: 1px solid #ED1C26;
  background: #ED1C26;
  color: white;
}

.post-type-archive-display_home #post-28980 .epl-rec-meta.epl-rec-icons.icons {
  display: none !important;
}

.postid-28980 .epl-rec-meta.epl-rec-features.features,
.postid-28980 h3.epl-rec-meta.epl-rec-specifications.heading,
.postid-28980 .epl-rec-meta.epl-rec-specifications-items.items,
.postid-28980 .epl-rec-meta.epl-rec-icons.icons {
  display: none !important;
}
.postid-28980 .epl-home-wp-content {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .postid-28980 .epl-home-wp-content {
    padding-top: 0;
  }
}
.postid-28980 .epl-rec-meta.epl-rec-address.address {
  padding-top: 30px;
}

.home_design_description {
  padding: 30px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .home_design_description {
    padding: 0 0 10px 0;
  }
}
.home_design_description h1 {
  font-size: 80px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .home_design_description h1 {
    font-size: 40px;
  }
}

.post-type-archive-display_home .epl-listing-post.for_sale:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../images/for_sale1.png) no-repeat top right;
  width: 166px;
  height: 166px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .post-type-archive-display_home section#title {
    padding-top: 80px;
  }
  .post-type-archive-display_home section#map {
    display: none !important;
  }
}

body .epl-pagination a, body .epl-pagination span {
  border-radius: 0 !important;
}

.epl-pagination > span, .epl-pagination > a {
  display: none !important;
}
.epl-pagination a.nextpostslink, .epl-pagination a.previouspostslink {
  display: inline-block !important;
}

.epl-tabs-horizontal {
  padding: 0 0 50px 0;
}

.epl-slick-carousel.slick-dotted .slick-dots li {
  height: 40px !important;
  width: 40px !important;
  margin: 0 0.2em 0 0 !important;
}
.epl-slick-carousel.slick-dotted .slick-dots li button {
  width: 40px !important;
  height: 40px !important;
}

aside#epl-sidebar #details {
  margin-bottom: 30px;
}

.property_inquiry_form {
  background: #242058;
  color: white;
  padding: 30px;
  text-align: center;
  border-radius: 0;
}
.property_inquiry_form .field {
  padding: 5px 0 !important;
}
.property_inquiry_form .field input[type=text], .property_inquiry_form .field input[type=tel], .property_inquiry_form .field input[type=email], .property_inquiry_form .field input[type=number], .property_inquiry_form .field select, .property_inquiry_form .field textarea {
  padding: 15px 20px;
}
.property_inquiry_form h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 10px 0;
}

.design_specs {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
}
.design_specs a {
  padding: 0 20px 0 0;
  white-space: nowrap;
  font-weight: bold;
}

/*
.page-id-28, .page-id-44576 {
	.hbspt-form {
		> form {
			display: flex;
			flex-wrap: wrap;
			> .field {
				width: 25%;
				@media screen and (max-width:767px) {
					width: 100%;
				}
				&.hs-message, &.hs-message___b1 {
					width: 100%;
				}
				> .input {
					padding: 0 5px;
				}
			}
			.hs-submit {
				width: 100%;
			}
		}
	}
}
*/
/* ------------------------------------
WIN PAGE
------------------------------------ */
.page-template-page_template_win .win_banner {
  background: #242058;
  text-align: center;
  margin: 0 0 -250px 0;
  padding-bottom: 250px;
  color: white;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_win .win_banner {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-template-page_template_win .win_banner .win_inner {
  max-width: 1200px;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_win .win_banner .win_inner {
    padding: 0 0 20px 0;
  }
}
.page-template-page_template_win #input_3_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 680px) {
  .page-template-page_template_win #input_3_10 {
    display: block;
  }
}
.page-template-page_template_win header.main {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* ------------------------------------
FOOTER
------------------------------------ */
.footer_cta {
  text-align: center;
}
.footer_cta .content1200 {
  max-width: 600px;
}

.home .footer_cta {
  padding-top: 150px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .home .footer_cta {
    padding-top: 20px;
    margin-top: 0;
  }
}

footer {
  background: #242058;
  color: white;
  overflow: hidden;
  max-width: 100vw;
}
footer .footer_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    padding: 30px;
  }
}
footer .footer_inner p {
  margin: 0;
}
footer .footer_inner .footer_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_inner .footer_cols .footer_col {
  width: 18%;
}
footer .footer_inner .footer_cols .footer_col ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 18px;
}
footer .footer_inner .footer_cols .footer_col ul.menu li {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}
footer .footer_inner .footer_cols .footer_col ul.menu li a {
  font-family: "PP Telegraf";
}
footer .footer_inner .footer_cols .footer_col ul.menu#menu-footer-menu-1 li a {
  color: #ED1C26;
}
footer .footer_inner .footer_cols .footer_col ul.menu#menu-footer-menu-2 li a {
  color: white;
}
footer .footer_inner .footer_cols .footer_col.b1logo {
  text-align: right;
}
footer .footer_inner .footer_cols .footer_col.last {
  text-align: right;
}
footer .footer_inner .footer_cols .footer_col.last p {
  margin: 20px 0;
}
footer .footer_inner .footer_cols .footer_col.last .social {
  white-space: nowrap;
}
footer .footer_inner .footer_cols .footer_col.last .social a {
  margin-left: 12px;
}
footer .footer_inner .footer_cols .footer_col.fineprint {
  width: 48%;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  footer .footer_inner .footer_cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_inner .footer_cols .footer_col {
    width: 49%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_cols .footer_col.b1logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  footer .footer_inner .footer_cols .footer_col.deets {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer_inner .footer_cols .footer_col.last {
    text-align: left;
  }
  footer .footer_inner .footer_cols .footer_col.last .social a {
    margin: 0 12px 0 0;
  }
  footer .footer_inner .footer_cols .footer_col.fineprint {
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_cols {
    display: block;
  }
  footer .footer_inner .footer_cols .footer_col {
    width: auto;
    margin: 20px 0;
    text-align: center !important;
  }
  footer .footer_inner .footer_cols .footer_col.b1logo img {
    width: 80px;
  }
  footer .footer_inner .footer_cols .footer_col.fineprint {
    line-height: 16px;
    font-size: 11px;
  }
  footer .footer_inner .footer_cols .footer_col.footer_menu {
    display: none;
  }
}

.footer_module {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_module {
    padding: 40px 0;
  }
}
.footer_module.footer_finance {
  background: #242058;
  color: white;
  padding-bottom: 0;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer_module.footer_finance {
    padding-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_module.footer_finance h2 img.sw_title {
    width: 100px;
  }
}
@media screen and (max-width: 1700px) {
  .footer_module.footer_finance .footer_module_inner {
    position: relative;
  }
}
.footer_module.footer_finance .footer_module_inner .footer_module_text {
  padding: 0 80px 40px 80px;
}
@media screen and (max-width: 767px) {
  .footer_module.footer_finance .footer_module_inner .footer_module_text {
    padding: 0 20px;
  }
}
.footer_module.footer_finance .footer_module_inner .footer_module_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .footer_module.footer_finance .footer_module_inner .footer_module_image {
    display: none;
  }
}
.footer_module.footer_finance .footer_module_inner img.finance_corner {
  position: absolute;
  top: -250px;
  left: 0;
}
@media screen and (max-width: 1700px) {
  .footer_module.footer_finance .footer_module_inner img.finance_corner {
    left: -200px;
  }
}
@media screen and (max-width: 767px) {
  .footer_module.footer_finance .footer_module_inner img.finance_corner {
    display: none;
  }
}
.footer_module.footer_displayhome {
  background: #ED1C26;
  color: white;
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .footer_module.footer_displayhome {
    padding-top: 20px;
  }
}
.footer_module.footer_displayhome h2 {
  color: white;
}
.footer_module.footer_displayhome .footer_module_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer_module.footer_displayhome .footer_module_inner .footer_module_text {
  padding-bottom: 40px;
}
.footer_module.footer_displayhome .footer_module_inner .footer_module_image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .footer_module.footer_displayhome .footer_module_inner .footer_module_image {
    margin-bottom: 0;
  }
}
.footer_module.footer_displayhome .footer_module_inner .footer_module_image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .footer_module.footer_start {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_module.footer_start .footer_module_inner .footer_module_text {
    padding: 0 20px 40px 20px;
  }
}
.footer_module.footer_start .footer_module_inner .footer_module_image img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .footer_module.footer_start .footer_module_inner .footer_module_image img {
    max-height: 300px;
  }
}
.footer_module .footer_module_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_module .footer_module_inner {
    display: block;
  }
}
.footer_module .footer_module_inner .footer_module_text {
  width: 40%;
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .footer_module .footer_module_inner .footer_module_text {
    width: auto;
    padding: 0 20px;
  }
}
.footer_module .footer_module_inner .footer_module_image {
  width: 40%;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer_module .footer_module_inner .footer_module_image {
    width: auto;
  }
}

.page-template-page_template_finance .footer_module.footer_finance {
  margin-top: 0;
  padding-top: 40px;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
  font: 18px "PP Telegraf";
  padding: 25px 36px !important;
  border: none;
  background: white;
  color: #242058;
  margin: 0;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus, input[type=text]:active, input[type=email]:focus, input[type=email]:active, input[type=tel]:focus, input[type=tel]:active, input[type=number]:focus, input[type=number]:active, select:focus, select:active, textarea:focus, textarea:active {
  border-color: #FCDDDE;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
    font-size: 16px;
    padding: 15px 20px !important;
  }
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 5px 8px 5px 0;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox]:before, input[type=radio]:before {
  content: " ";
  display: block;
  z-index: 1;
  background: #ED1C26;
  width: 60%;
  height: 60%;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 20%;
  border-radius: 999px;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  opacity: 1;
}
input[type=checkbox]:disabled, input[type=radio]:disabled {
  border-color: #ccc;
  cursor: not-allowed;
}

input[type=checkbox] {
  border-radius: 10px;
}
input[type=checkbox]:before {
  border-radius: 0;
  background: transparent url(../images/check.svg) no-repeat center center;
}

input[type=submit], button, a.button {
  font: 20px "PP Telegraf";
  font-weight: bold;
  background: transparent none no-repeat 90% center;
  border: none;
  border-bottom: 2px solid #242058;
  color: #242058;
  padding: 5px 40px 5px 0;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  margin: 0;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover, button:hover, a.button:hover {
  color: #ED1C26;
  border-color: #ED1C26;
  background: transparent url(../images/button_hover_red.svg) no-repeat 100% center;
}
input[type=submit]:hover:after, button:hover:after, a.button:hover:after {
  opacity: 1;
  right: 0;
}
input[type=submit].red, button.red, a.button.red {
  color: #ED1C26;
  border-color: #ED1C26;
}
input[type=submit].red:hover, button.red:hover, a.button.red:hover {
  border-color: #242058;
  color: #242058;
  background: transparent url(../images/button_hover.svg) no-repeat 100% center;
}
input[type=submit].white, button.white, a.button.white {
  color: white;
  border-color: white;
}
input[type=submit].white:hover, button.white:hover, a.button.white:hover {
  border-color: white;
  color: white;
  background: transparent url(../images/button_hover_white.svg) no-repeat 100% center;
}
input[type=submit].small, button.small, a.button.small {
  padding: 8px;
}
input[type=submit].small.current, button.small.current, a.button.small.current {
  background: #ED1C26;
  color: white;
  border-color: #ED1C26;
}
@media screen and (max-width: 767px) {
  input[type=submit].small, button.small, a.button.small {
    padding: 6px;
    display: block;
    border-radius: 0;
    margin-top: -2px;
  }
}

form input[type=submit], form button {
  background: #ED1C26;
  color: white;
  border: none;
  padding: 15px 20px;
}
form input[type=submit]:after, form button:after {
  display: none;
}
form input[type=submit]:hover, form button:hover {
  background: #242058;
  color: white;
}

.hidden_label legend {
  display: none !important;
}

.hbspt-form .field {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .hbspt-form .field {
    padding: 5px 0;
  }
}
.hbspt-form ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ED1C26;
  font-size: 12px;
}

.gform_wrapper input[type=submit] {
  font-weight: bold !important;
  background: #242058 !important;
  border: 2px solid #242058 !important;
  color: white !important;
  padding: 25px 36px !important;
  border-radius: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ------------------------------------
BLOG
------------------------------------ */
.single-post .page_header {
  background-position: center center;
  margin-bottom: 0;
}
.single-post .no_thumbnail .page_header {
  display: none;
}
.single-post .page_header_inner {
  text-align: center;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .single-post .page_header_inner {
    margin-top: -20px;
  }
}
.single-post .page_header_inner.no_thumbnail {
  margin-top: 40px;
}
.single-post .page_header_inner h1 {
  color: #242058;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-post .page_header_inner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.single-post .modules section.module_text_only {
  text-align: left;
}

.blog_listing {
  max-width: 1200px;
  padding: 50px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog_listing {
    padding: 40px 0;
  }
}
.blog_listing .blog_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 3%;
}
@media screen and (max-width: 767px) {
  .blog_listing .blog_grid {
    display: block;
  }
}
.blog_listing .blog_grid article {
  -ms-flex-preferred-size: 31.3%;
      flex-basis: 31.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .blog_listing .blog_grid article {
    width: auto;
    display: block;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.blog_listing .blog_grid article h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .blog_listing .blog_grid article h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
  }
}
.blog_listing .blog_grid article p {
  margin: 20px 0 0 0;
}
.blog_listing .blog_grid article a.image_link {
  font-size: 0;
  line-height: 0;
}
.blog_listing .blog_grid article img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_listing .blog_grid article .blog_text {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .blog_listing .blog_grid article .blog_text {
    padding: 5px 20px 50px 20px;
  }
}
.blog_listing .blog_grid article .blog_text a.epl-more-link {
  padding-left: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog_listing .blog_grid article .blog_text a.epl-more-link {
    padding-left: 0;
  }
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.error404 .module_text_only {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .error404 .module_text_only {
    padding-top: 150px;
  }
}
.error404 .footer_cta {
  display: none;
}

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.oldie h1, .oldie h2, .oldie h3, .oldie h4 {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .hide_on_mobile {
    display: none !important;
  }
}

.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #FEEFF0;
}

::-moz-selection {
  background: #FEEFF0 !important;
}

::selection {
  background: #FEEFF0 !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

@keyframes float1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes float3 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes float3 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* ------------------------------------
FONTS
------------------------------------ */
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Medium.woff2") format("woff2"), url("../fonts/PPTelegraf-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Ultrabold.woff2") format("woff2"), url("../fonts/PPTelegraf-Ultrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}