/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=91f2e28b-b489-4074-afb3-bc607a941b54");
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: 18px;
  line-height: 28px;
  font-family: "Nexa";
  color: #1C1C21;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #BD1D26;
}
@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 120px/120px "Brandon Grotesque";
  font-weight: bold;
  margin: 40px 0;
  text-transform: uppercase;
  color: #FF2A2A;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@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 120px/120px "Brandon Grotesque";
  font-weight: bold;
  margin: 40px 0;
  text-transform: uppercase;
  color: #FF2A2A;
}
h2 strong {
  color: #FFA5A9;
  text-shadow: none !important;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 20px 0;
  }
}

h3, .page-template-page_template_rentconverter h1 {
  font: normal normal 70px/70px "Brandon Grotesque";
  font-weight: bold;
  margin: 30px 0;
  text-transform: uppercase;
  color: #FF2A2A;
  text-indent: -4px;
}
h3 strong, .page-template-page_template_rentconverter h1 strong {
  color: #FFA5A9;
  text-shadow: none !important;
}
@media screen and (max-width: 1100px) {
  h3, .page-template-page_template_rentconverter h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0;
    text-indent: -3px;
  }
}
@media screen and (max-width: 767px) {
  h3, .page-template-page_template_rentconverter h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 16px 0;
  }
}

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

.shadow {
  text-shadow: -5px 7px 0px #FFBABD;
}
@media screen and (max-width: 767px) {
  .shadow {
    text-shadow: -3px 4px 0px #FFBABD;
  }
}
.shadow.white {
  text-shadow: -5px 7px 0px white;
}
@media screen and (max-width: 767px) {
  .shadow.white {
    text-shadow: -3px 4px 0px white;
  }
}

.nomargin {
  margin: 0;
}

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

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  position: fixed;
  z-index: 990;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: 100px;
  background: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.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);
  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: 1070px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  header.main .header_inner {
    padding: 0 10px;
  }
}
header.main .header_inner .header_logo {
  font-size: 0;
  line-height: 0;
}
header.main .header_inner .header_cta a.button {
  white-space: nowrap;
  font-size: 16px;
  padding: 14px 25px;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  header.main .header_inner .header_cta a.button {
    font-size: 13px;
    padding: 14px;
  }
}
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 16px/normal "Brandon Grotesque";
  text-decoration: none;
  display: block;
  padding: 2px 15px;
  overflow: hidden;
  text-align: center;
  color: #FF2A2A;
  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: #FFA5A9;
}
header.main .header_inner nav .menu-main-menu-container ul.menu li.current_page_item > a, header.main .header_inner nav .menu-main-menu-container ul.menu li.current_page_parent > a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.current_page_item > a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.current_page_parent > a {
  color: #FFA5A9;
}
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 ul.sub-menu, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu ul.sub-menu {
  display: none !important;
}
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: #1C1C21;
}
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: #FFA5A9 !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: #FFA5A9;
}
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 ul.sub-menu ul.sub-menu, header.main .header_inner nav .menu-secondary-menu-container ul.menu li ul.sub-menu ul.sub-menu {
  display: none !important;
}
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-main-menu-container ul.sub-menu {
  display: none !important;
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li a {
  font: normal normal 12px/normal "Brandon Grotesque";
  padding: 8px 15px;
  color: #1C1C21;
}
@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: #999;
}
header.main .header_inner nav .menu-secondary-menu-container ul.menu li.current_page_item > a, header.main .header_inner nav .menu-secondary-menu-container ul.menu li.current_page_parent > a {
  color: #FF2A2A;
}
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;
}

/*
body.dark {
	header.main {
		background: $black;
		color: white;
		-webkit-box-shadow: none;
		box-shadow: none;
		.header_inner {
			padding: 0 30px 0 200px;
			.header_cta {
				a.button {
					border-color: white;
					color: white;
					&:hover {
						background: $red;
						border-color: $red;
					}
				}
			}
			nav {
				.menu-secondary-menu-container {
					ul.menu {
						li {
							a {
								color: white;
							}
							&#menu-item-59 a:before {
								background-image: url(../images/phone_white.svg);
								opacity: 1 !important;
							}
						}
					}
				}
			}
		}
	}
}
*/
.home_logo_wrapper {
  display: none;
}

/*
.home {
	.border {
		z-index: 1001;
	}
	header.main {
		z-index: 999;
	}
	.header_logo { display: none; }
	.home_logo_wrapper {
		display: block;
		position: fixed;
		width: 100%;
		height: 1px;
		top:0;left:0;
		z-index: 1000;
		.home_logo_wrapper_inner {
			max-width: 1300px;
			margin: 0 auto;
			position: relative;
			.home_logo {
				position: absolute;
				top: -34px;
				left: -60px;
				display: block;
			}
		}
		@media screen and (max-width:768px) {
			display: none;
		}
	}
	&.dark {
		.border {
			z-index: 990;
			&.bottom {
				z-index: 1001;
			}
		}
		.home_logo_wrapper {
			z-index: 1000;
			.home_logo_wrapper_inner {
				.home_logo {
					top: 0;
					left: 0;
					@media screen and (min-width:768px) and (max-width:768px) {
						top: -20px;
						left: -66px;
					}
				}
			}
		}
	}
}
*/
a.logo_mobile {
  display: none;
  z-index: 998;
  width: 93px;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
}
@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 "Brandon Grotesque";
  text-transform: uppercase;
  padding: 8px;
  color: #FF2A2A;
  display: block;
}
.mobile_menu .mobile_menu_inner ul.menu li.small > a {
  font-size: 14px;
  color: #1C1C21;
}
.mobile_menu .mobile_menu_inner ul.menu li.cta > a {
  display: inline-block;
  border: 2px solid #FF2A2A;
  border-radius: 10px;
  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: 24px;
  right: 21px;
  width: 51px;
  height: 50px;
  background: #FFEAEA;
  border: 2px solid #FF2A2A;
  border-radius: 10px;
  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: #FF2A2A;
  -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_default.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  min-height: 280px;
}
.page_header:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1100px) {
  .page_header {
    min-height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .page_header {
    padding: 110px 20px 10px 20px;
  }
}
.page_header h1 {
  color: white;
  position: relative;
  z-index: 1;
  text-shadow: -4px 6px 0 rgba(255, 186, 189, 0.2);
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .page_header h1 {
    font-size: 30px;
    line-height: 30px;
    text-shadow: -3px 3px 0 rgba(255, 186, 189, 0.2);
  }
}
.page_header.listing_page {
  color: white;
}
.page_header.listing_page:before {
  background: rgba(0, 0, 0, 0.6);
}
.page_header .page_header_inner {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.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;
  }
}

.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: #FFA5A9;
}

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

.content1500 {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .content1500 {
    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_explore_more h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_explore_more .cols_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 -20px;
    padding-left: 20px;
  }
}
.modules section.module_explore_more .cols {
  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_explore_more .cols {
    width: 250%;
    white-space: nowrap;
  }
}
.modules section.module_explore_more .cols .col {
  width: 32%;
  text-align: center;
}
.modules section.module_explore_more .cols .col img {
  border-radius: 16px;
}
.modules section.module_testimonials .testimonials {
  background: #FFEAEA;
  clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
}
@media screen and (max-width: 767px) {
  .modules section.module_testimonials .testimonials {
    clip-path: none;
  }
}
.modules section.module_testimonials .testimonials .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .modules section.module_testimonials .testimonials .testimonial {
    display: block;
  }
}
.modules section.module_testimonials .testimonials .testimonial img {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .modules section.module_testimonials .testimonials .testimonial img {
    height: 200px;
    width: 100%;
  }
}
.modules section.module_testimonials .testimonials .testimonial .testimonial_text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_testimonials .testimonials .testimonial .testimonial_text {
    width: auto;
  }
}
.modules section.module_testimonials .testimonials .testimonial .testimonial_text .testimonial_text_inner {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .modules section.module_testimonials .testimonials .testimonial .testimonial_text .testimonial_text_inner {
    padding: 10px 25px;
    font-size: 15px;
    line-height: 1.5em;
  }
}
.modules section.module_testimonials .testimonials .testimonial .testimonial_text .testimonial_text_inner p.byline {
  font-weight: bold;
  color: #FF2A2A;
}
.modules section.module_testimonials ul.slick-dots {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  display: block !important;
}
.modules section.module_testimonials ul.slick-dots li {
  list-style: none;
  display: inline-block;
}
.modules section.module_testimonials ul.slick-dots li button {
  border-radius: 999px;
  background: #FFEAEA;
  border: none;
  color: #FF2A2A;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 0;
  width: 30px;
  min-width: 0;
  height: 30px;
  margin: 0 4px;
}
.modules section.module_testimonials ul.slick-dots li.slick-active button {
  background: #FF2A2A;
  color: white;
}
.modules section.module_testimonials .slick-list, .modules section.module_testimonials .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .modules section.module_testimonials .slick-list, .modules section.module_testimonials .slick-track {
    display: block !important;
  }
}
.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: #FFEAEA;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 10px;
  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: #FF2A2A;
  color: white;
}
.modules section.module_cta.dark h2, .modules section.module_cta.dark h3 {
  color: white;
}
.modules section.module_cta.dark h2.shadow, .modules section.module_cta.dark h3.shadow {
  text-shadow: -5px 7px 0px #FF7F7F;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.dark h2.shadow, .modules section.module_cta.dark h3.shadow {
    text-shadow: -3px 4px 0px #FF7F7F;
  }
}
.modules section.module_cta.black {
  background-color: #1C1C21;
  color: white;
}
.modules section.module_cta.black h2, .modules section.module_cta.black h3 {
  color: white;
}
.modules section.module_cta.black h2.shadow, .modules section.module_cta.black h3.shadow {
  text-shadow: -5px 7px 0px #FF7F7F;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta.black h2.shadow, .modules section.module_cta.black h3.shadow {
    text-shadow: -3px 4px 0px #FF7F7F;
  }
}
.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: 46%;
  margin-left: -60px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url(../images/image_mask.png);
  mask-image: url(../images/image_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  min-height: 500px;
}
@media screen and (max-width: 1200px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin-left: 0;
    min-height: 250px;
    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;
}
@media screen and (max-width: 767px) {
  .modules section.module_3_images {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.modules section.module_3_images .module_3_images_inner {
  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_3_images .module_3_images_inner {
    white-space: nowrap;
    width: 250%;
    padding-right: 50px;
  }
}
.modules section.module_3_images .module_3_images_inner img {
  width: 32%;
}
.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: #FF2A2A;
}
.modules section.module_text_and_image.module_be_sure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_image {
  -webkit-mask-image: none;
  mask-image: none;
  position: relative;
  width: 50%;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.module_be_sure .module_text_and_image_image {
    width: auto;
  }
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_image .be_sure_images {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  right: -10%;
  top: -50px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.module_be_sure .module_text_and_image_image .be_sure_images {
    width: 90%;
    position: relative;
    right: auto;
    left: 5%;
    top: -30px;
  }
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_image .be_sure_images img.be_sure_wheel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-animation: besureWheel1 14s linear 0s infinite normal none;
          animation: besureWheel1 14s linear 0s infinite normal none;
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_image .be_sure_images img.be_sure_shadow {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: auto;
  z-index: 1;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.module_be_sure .module_text_and_image_image .be_sure_images img.be_sure_shadow {
    top: 2%;
    left: -5%;
    width: 110%;
    height: 107%;
  }
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_image .be_sure_images img.be_sure_girl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_image img.be_sure_bg {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.modules section.module_text_and_image.module_be_sure .module_text_and_image_text {
  padding-bottom: 70px;
}
.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 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;
  }
}

@-webkit-keyframes besureWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  32% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  60% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  62% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }
  98% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes besureWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  32% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  60% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  62% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }
  98% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes besureWheel1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  32% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  60% {
    -webkit-transform: rotate(-126deg);
            transform: rotate(-126deg);
  }
  62% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }
  98% {
    -webkit-transform: rotate(-246deg);
            transform: rotate(-246deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes besureWheel1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  32% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  60% {
    -webkit-transform: rotate(-126deg);
            transform: rotate(-126deg);
  }
  62% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }
  98% {
    -webkit-transform: rotate(-246deg);
            transform: rotate(-246deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner .slide {
  position: relative;
  display: none;
}
.homebanner .slide#slide1 {
  display: block;
}
.homebanner .slide .slide_inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .homebanner .slide .slide_inner {
    margin: 98px 0 0 0;
  }
}
.homebanner .slide .slide_inner .slide_text {
  text-align: center;
  max-width: 640px;
  margin: 20px auto 100px auto;
  padding: 0 30px;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .homebanner .slide .slide_inner .slide_text {
    margin: 20px auto 50px auto;
  }
  .homebanner .slide .slide_inner .slide_text img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 480px;
    height: 180px;
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  .homebanner .slide .slide_inner .slide_text img {
    width: 400px;
    height: 120px;
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner .slide_text {
    font-size: 16px;
    line-height: 24px;
  }
}
.homebanner .slide .slide_inner .slide_image {
  margin: 0 auto;
  max-width: 1600px;
  height: 700px;
  position: relative;
  border-radius: 10px;
  background-color: #333;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .homebanner .slide .slide_inner .slide_image {
    margin: 0 50px;
    height: 41.2vw;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner .slide_image {
    height: 89vw;
    margin: 0 14px;
  }
}
.homebanner .slide .slide_inner .slide_image a.slide_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homebanner .slide .slide_inner .slide_floaties {
  height: 43vw;
  position: absolute;
  top: 0;
  left: -2%;
  width: 106%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner .slide_floaties {
    height: 120vw;
  }
}
.homebanner .slide .slide_inner .slide_floaties .layer {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 128%;
}
@media screen and (max-width: 767px) {
  .homebanner .slide .slide_inner .slide_floaties .layer {
    height: 100%;
  }
}
.homebanner .slide .slide_inner .slide_floaties .layer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.homebanner .slide .slide_inner .slide_floaties .layer.layer2 {
  overflow: hidden;
}
.homebanner .slide .slide_inner .slide_floaties .float2 {
  max-width: none !important;
  width: 105% !important;
}
.homebanner .slide.slick-active .float1 {
  width: 90% !important;
  -webkit-animation: float3 1.5s ease-in-out 0s infinite alternate;
  animation: float3 1.5s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .homebanner .slide.slick-active .float1 {
    -o-object-position: 18% center !important;
       object-position: 18% center !important;
  }
}
.homebanner .slide.slick-active .float2 {
  -webkit-animation: float2 3s ease-in-out 0s infinite alternate;
  animation: float2 3s ease-in-out 0s infinite alternate;
  max-width: none !important;
  width: 105% !important;
}
@media screen and (max-width: 767px) {
  .homebanner .slide.slick-active .float2 {
    display: none;
  }
}
.homebanner .slide.slick-active .float3 {
  -webkit-animation: float1 2s ease-in-out 0s infinite alternate;
  animation: float1 2s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .homebanner .slide.slick-active .float3 {
    -o-object-position: 70% center !important;
       object-position: 70% center !important;
  }
}
.homebanner .slide.slick-active .float4 {
  -webkit-animation: float1 3s ease-in-out 0s infinite alternate;
  animation: float1 3s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .homebanner .slide.slick-active .float4 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide#slide1 .float3 {
    -o-object-position: 82% center !important;
       object-position: 82% center !important;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide.slide_befree .slide_inner .slide_image {
    background-image: url(../images/befree_mobile.jpg);
    background-size: cover;
  }
  .homebanner .slide.slide_befree .slide_inner .slide_image img {
    display: none !important;
  }
}
.homebanner .slide.slide_befree .slide_inner .slide_floaties {
  height: 32vw;
  max-width: 1600px;
  left: 50%;
  margin-left: -800px;
}
.homebanner .slide.slide_befree .slide_inner .slide_floaties .layer {
  height: 105%;
}
@media screen and (max-width: 1920px) {
  .homebanner .slide.slide_befree .slide_inner .slide_floaties {
    height: 38vw;
    max-width: 1400px;
    left: 50%;
    margin-left: -700px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .slide.slide_befree .slide_inner .slide_floaties {
    display: none !important;
  }
}
.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: #FF2A2A;
  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: #FF2A2A;
  color: white;
}
.homebanner button.slick-arrow {
  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: 652px;
  left: 50%;
  font-size: 18px;
  background: white;
  color: #FF2A2A;
  text-align: center;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  min-width: 0;
  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 button.slick-arrow:hover {
  background: #FF2A2A;
  color: white;
}
@media screen and (max-width: 1700px) {
  .homebanner button.slick-arrow {
    top: 38vw;
    left: 64px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .homebanner button.slick-arrow {
    top: 37vw;
  }
}
@media screen and (max-width: 767px) {
  .homebanner button.slick-arrow {
    display: none !important;
  }
}
.homebanner button.slick-arrow.slick-next {
  margin-left: -740px;
}
@media screen and (max-width: 1700px) {
  .homebanner button.slick-arrow.slick-next {
    top: 38vw;
    left: 103px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .homebanner button.slick-arrow.slick-next {
    top: 37vw;
  }
}

.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;
}
.home_rent_converter object.lightning1, .home_rent_converter object.lightning2, .home_rent_converter object.lightning3 {
  position: absolute;
  left: -30px;
  top: 40%;
  width: 120px;
  height: 220px;
  pointer-events: none;
}
.home_rent_converter object.lightning2 {
  left: 62%;
  top: auto;
  bottom: -50px;
  width: 100px;
  height: 190px;
}
.home_rent_converter object.lightning3 {
  left: 52%;
  top: -20px;
}
.home_rent_converter:after {
  display: block;
  content: " ";
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .home_rent_converter object.lightning1 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .home_rent_converter {
    background-image: none;
  }
  .home_rent_converter object.lightning2 {
    bottom: -20px;
    width: 100px;
    height: 120px;
    left: 73%;
  }
  .home_rent_converter object.lightning3 {
    left: 65%;
    top: -44px;
    width: 100px;
  }
  .home_rent_converter:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_rent_converter {
    text-align: center;
    padding: 40px 0;
  }
  .home_rent_converter object.lightning3, .home_rent_converter object.lightning2 {
    display: none;
  }
}

.rent_converter_form form input[type=number] {
  width: 310px;
  max-width: 100%;
}
.rent_converter_form form input[type=submit] {
  margin-left: -20px;
}
@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 {
  position: relative;
  z-index: 1;
}
.home_be_you .be_you_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_be_you .be_you_cols .be_you_col1 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .home_be_you .be_you_cols .be_you_col1 {
    margin: 0;
  }
}
.home_be_you .be_you_cols .be_you_col2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .home_be_you .be_you_cols {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home_be_you {
    text-align: center;
  }
}
.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;
  }
}

.modules.home_be_chill {
  margin-top: -200px;
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modules.home_be_chill {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.modules.home_be_chill:after {
  display: block;
  content: " ";
  width: 330px;
  height: 540px;
  background: url(../images/ok.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 250px;
  right: 15%;
  pointer-events: none;
  -webkit-animation: float3 1.5s ease-in-out 0s infinite alternate;
  animation: float3 1.5s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 1600px) {
  .modules.home_be_chill:after {
    width: 250px;
    height: 400px;
    top: 300px;
    right: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .modules.home_be_chill:after {
    top: auto;
    bottom: -100px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .modules.home_be_chill:after {
    bottom: -70px;
    right: 14px;
    width: 150px;
    height: 250px;
  }
}
.modules.home_be_chill section.module_text_and_image {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.modules.home_be_chill section.module_text_and_image .module_text_and_image_text {
  width: 50%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .modules.home_be_chill section.module_text_and_image .module_text_and_image_text {
    width: auto;
    margin-left: 0;
  }
}
.modules.home_be_chill section.module_text_and_image .module_text_and_image_image {
  width: 40%;
  min-height: 700px;
  margin: -250px 0 -250px -200px;
  -webkit-mask-image: url(../images/image_mask3.png);
  mask-image: url(../images/image_mask3.png);
}
@media screen and (max-width: 767px) {
  .modules.home_be_chill section.module_text_and_image .module_text_and_image_image {
    display: none;
  }
}

.modules.home_be_calm {
  position: relative;
}
.modules.home_be_calm section.module_cta {
  background-position: 98% 20px;
  background-size: 42% auto;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .modules.home_be_calm section.module_cta {
    background-position: right calc(100% + 170px);
    background-size: 70% auto;
    text-align: center;
  }
}
.modules.home_be_calm section.module_cta.behere {
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
  background-position: 98% bottom;
  background-size: 50% auto;
}
@media screen and (max-width: 767px) {
  .modules.home_be_calm section.module_cta.behere {
    background-position: 0 calc(100% + 30px);
    background-size: 90% auto;
    padding-bottom: 170px;
  }
}
.modules.home_be_calm section.module_cta p.cta img {
  vertical-align: middle;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .modules.home_be_calm section.module_cta p.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modules.home_be_calm section.module_cta p.cta a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 200px;
    margin: 0 auto;
  }
  .modules.home_be_calm section.module_cta p.cta img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0;
  }
}

.home_modules .modules h2 {
  font-size: 40px;
  line-height: 50px;
}
.home_modules .modules h2 .fa {
  font-family: "FontAwesome" !important;
}
@media screen and (max-width: 767px) {
  .home_modules .modules h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

/* ------------------------------------
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 {
  background: #FFEAEA;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .rentconverter_content {
    padding: 120px 0 30px 0;
  }
}
.page-template-page_template_rentconverter .rentconverter_content h2 {
  color: #FFA5A9;
}
.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_content .content1200 {
  position: relative;
}
.page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning1, .page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning2 {
  position: absolute;
  top: 18%;
  left: 10px;
  width: 120px;
  height: 220px;
}
@media screen and (max-width: 1100px) {
  .page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning1, .page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning2 {
    left: 20px;
    width: 80px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning1, .page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning2 {
    display: none;
  }
}
.page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning2 {
  left: auto;
  right: 10px;
  top: 1%;
  width: 140px;
  height: 270px;
}
@media screen and (max-width: 1100px) {
  .page-template-page_template_rentconverter .rentconverter_content .content1200 img.lightning2 {
    right: 20px;
    width: 100px;
    height: 230px;
  }
}
.page-template-page_template_rentconverter .rentconverter_property {
  text-align: center;
  position: relative;
  margin-top: -60px;
}
@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;
}
.page-template-page_template_rentconverter .rentconverter_property .epl-shortcode .loop-content .epl-listing-grid-view-forced {
  max-width: 500px;
}
.page-template-page_template_rentconverter .rentconverter_property:before {
  display: block;
  content: " ";
  background: #FFEAEA;
  position: absolute;
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
}
.page-template-page_template_rentconverter .footer_cta {
  display: none;
}
.page-template-page_template_rentconverter .loop-content.epl-shortcode-listing {
  gap: 20px !important;
  max-width: 90%;
  margin: 0 auto;
}
.page-template-page_template_rentconverter .loop-content.epl-shortcode-listing::after {
  display: none !important;
  content: none !important;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_rentconverter .loop-content.epl-shortcode-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ------------------------------------
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: #FFEAEA !important;
  }
  ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu.epl_ui_tab_menu_current a {
    background: #FF2A2A !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;
}

.epl-status-current .epl-rec-meta .page-price {
  color: #1C1C21 !important;
}

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

.prices_toggle {
  padding-top: 0 !important;
}
.prices_toggle a.prices_toggle_button {
  padding: 0 1em;
  min-height: initial;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  background: white;
  color: #1C1C21;
  border-radius: 0.6em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  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 #FF2A2A;
  background: #FF2A2A;
  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 #FF2A2A;
  background: #FF2A2A;
  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 h3, .epl-property-blog-rec.hentry h3 {
  text-indent: 0;
}
.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: #1C1C21 !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;
}

/*
.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;
}

.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 1em;
  min-height: initial;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  background: white;
  color: #1C1C21;
  border-radius: 0.6em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  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 #FF2A2A;
  background: #FF2A2A;
  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 #FF2A2A;
  background: #FF2A2A;
  color: white;
}

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

.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: 32px !important;
}

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

.property_inquiry_form {
  background: #FFEAEA;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.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;
}

.page-id-28 .hbspt-form > form, .page-id-30 .hbspt-form > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-id-28 .hbspt-form > form > .field, .page-id-30 .hbspt-form > form > .field {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .page-id-28 .hbspt-form > form > .field, .page-id-30 .hbspt-form > form > .field {
    width: 100%;
  }
}
.page-id-28 .hbspt-form > form > .field.hs-message, .page-id-28 .hbspt-form > form > .field.hs-message___b1, .page-id-30 .hbspt-form > form > .field.hs-message, .page-id-30 .hbspt-form > form > .field.hs-message___b1 {
  width: 100%;
}
.page-id-28 .hbspt-form > form > .field > .input, .page-id-30 .hbspt-form > form > .field > .input {
  padding: 0 5px;
}
.page-id-28 .hbspt-form > form .hs-submit, .page-id-30 .hbspt-form > form .hs-submit {
  width: 100%;
}

/* ------------------------------------
WIN PAGE
------------------------------------ */
.page-template-page_template_win .win_banner {
  background: #1C1C21;
  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 .win_banner .win_inner h4 {
  text-transform: uppercase;
}
.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;
}

/* ------------------------------------
PROMOTION SINGLE PAGE
------------------------------------ */
.single-promotion .footer_cta {
  display: none;
}
.single-promotion .promo_header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header {
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0;
  }
}
.single-promotion .promo_header img.promo_header_image {
  border-radius: 16px;
  aspect-ratio: 150/52;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header img.promo_header_image {
    aspect-ratio: 38/26;
    border-radius: 0;
    -o-object-position: left top;
       object-position: left top;
  }
}
.single-promotion .promo_header .promo_header_content {
  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) {
  .single-promotion .promo_header .promo_header_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.single-promotion .promo_header .promo_header_content .promo_header_text {
  width: 48%;
  font-size: 25px;
  line-height: 1.64em;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header .promo_header_content .promo_header_text {
    width: auto;
    text-align: center;
    font-size: 18px;
    padding: 20px;
  }
}
.single-promotion .promo_header .promo_header_content .promo_header_text h1 {
  text-transform: none;
  color: black;
  font-size: 42px;
  line-height: 1.4em;
  margin: 20px 0;
  font-family: "Nexa", sans-serif;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header .promo_header_content .promo_header_text h1 {
    font-size: 28px;
  }
}
.single-promotion .promo_header .promo_header_content .promo_header_form {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header .promo_header_content .promo_header_form {
    width: auto;
  }
}
.single-promotion .promo_header .promo_header_content .promo_header_form .promo_header_form_inner {
  position: absolute;
  min-height: 400px;
  bottom: 0;
  right: 50px;
  width: calc(100% - 150px);
  background: #FFEAEA;
  padding: 50px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header .promo_header_content .promo_header_form .promo_header_form_inner {
    width: auto;
    position: static;
    padding: 20px;
    border-radius: 0;
  }
}
.single-promotion .promo_header .promo_header_content .promo_header_form .promo_header_form_inner h2 {
  font-size: 28px;
  line-height: normal;
  text-transform: none;
  font-family: "Nexa", sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .single-promotion .promo_header .promo_header_content .promo_header_form .promo_header_form_inner h2 {
    font-size: 22px;
    text-align: center;
  }
}
.single-promotion .hbspt-form label {
  display: none;
}
.single-promotion .hbspt-form .field {
  padding: 0;
  margin: 10px 0;
}
.single-promotion .hbspt-form input[type=submit] {
  width: 100%;
}
.single-promotion .content1200 {
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .single-promotion .modules h2 {
    font-size: 23px;
  }
}
.single-promotion .modules section.module_text_and_image {
  padding: 0 20px;
}
.single-promotion .modules section.module_text_and_image .module_text_and_image_text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .single-promotion .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    padding: 10px 0;
  }
}
.single-promotion .modules section.module_text_and_image .module_text_and_image_text h3 {
  font-size: 32px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .single-promotion .modules section.module_text_and_image .module_text_and_image_text h3 {
    font-size: 19px;
  }
}
.single-promotion .modules section.module_text_and_image .module_text_and_image_image {
  -webkit-mask-image: none;
          mask-image: none;
  border-radius: 16px;
  margin: 0;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .single-promotion .modules section.module_text_and_image .module_text_and_image_image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4/2;
  }
}
.single-promotion .modules .module_form h2 {
  font-family: "Nexa", sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .single-promotion .modules .module_form h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .single-promotion p.footer_text, .single-promotion .footer_col.last {
    display: none;
  }
}

/* ------------------------------------
PROMOTIONS LISTING PAGE
------------------------------------ */
@media screen and (max-width: 767px) {
  .page-template-page_template_promos .modules section.module_text_and_image {
    padding: 20px;
  }
}
.page-template-page_template_promos .modules section.module_text_and_image h1 {
  text-transform: none;
  color: black;
  font-size: 42px;
  line-height: 1.4em;
  margin: 20px 0;
  font-family: "Nexa", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_promos .modules section.module_text_and_image h1 {
    font-size: 28px;
  }
}
.page-template-page_template_promos .modules section.module_text_and_image .module_text_and_image_text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_promos .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    padding: 0;
  }
}
.page-template-page_template_promos .modules section.module_text_and_image .module_text_and_image_image {
  -webkit-mask-image: none;
          mask-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin: 0;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_promos .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    aspect-ratio: auto;
    padding: 0;
    min-height: 0;
  }
}
.page-template-page_template_promos .modules section.module_text_and_image .module_text_and_image_image img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  aspect-ratio: 38/26;
}

/* ------------------------------------
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: 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 {
  text-transform: uppercase;
  font-family: "Brandon Grotesque";
}
footer .footer_inner .footer_cols .footer_col ul.menu#menu-footer-menu-2 li a {
  color: #FF2A2A;
  font-weight: bold;
}
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;
  }
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
  font: 18px "Nexa";
  padding: 25px 36px !important;
  border: 2px solid #FF2A2A;
  background: white;
  color: #1C1C21;
  border-radius: 10px;
  margin: 0;
  width: 100%;
  -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: #FFA5A9;
}
@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: 2px solid #FF2A2A;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox]:before, input[type=radio]:before {
  content: " ";
  display: block;
  z-index: 1;
  background: #FF2A2A;
  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: 18px "Nexa";
  font-weight: bold;
  background: #1C1C21;
  border: 2px solid #1C1C21;
  color: white;
  padding: 25px 36px;
  -webkit-appearance: none;
  border-radius: 10px;
  outline: 0;
  margin: 0;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  -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);
  min-width: 200px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover, button:hover, a.button:hover {
  background: #FF2A2A;
  color: white;
  border-color: #FF2A2A;
}
@media screen and (max-width: 767px) {
  input[type=submit], button, a.button {
    padding: 15px 36px;
    min-width: 0;
    font-size: 16px;
  }
}
input[type=submit].red, button.red, a.button.red {
  background: red;
  color: white;
}
input[type=submit].red:hover, button.red:hover, a.button.red:hover {
  background: white;
  border-color: white;
  color: #FF2A2A;
}
input[type=submit].small, button.small, a.button.small {
  padding: 8px;
}
input[type=submit].small.current, button.small.current, a.button.small.current {
  background: #FF2A2A;
  color: white;
  border-color: #FF2A2A;
}
@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;
  }
}

.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: #FF2A2A;
  font-size: 12px;
}

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

a.button {
  background: transparent;
  color: #FF2A2A;
  border-color: #FF2A2A;
}
a.button:hover {
  background: #FF2A2A;
  color: white;
}
a.button.white {
  border-color: white;
  color: white;
}
a.button.white:hover {
  background: white;
  color: #FF2A2A;
}

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

/* ------------------------------------
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;
}

.border {
  position: absolute;
  top: 0;
  left: 0;
  background: #F11B24;
  height: 8px;
  width: 100%;
  pointer-events: none;
  z-index: 997;
}
@media screen and (max-width: 767px) {
  .border {
    height: 4px;
  }
}
.border.top {
  position: fixed;
  background: #bd1d26;
  background: -webkit-gradient(linear, left top, right top, from(#bd1d26), to(#f81b24));
  background: linear-gradient(to right, #bd1d26 0%, #f81b24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd1d26", endColorstr="#f81b24",GradientType=1 );
}
.border.bottom {
  top: auto;
  bottom: 0;
  background: #bd1d26;
  background: -webkit-gradient(linear, left top, right top, from(#bd1d26), to(#f81b24));
  background: linear-gradient(to right, #bd1d26 0%, #f81b24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd1d26", endColorstr="#f81b24",GradientType=1 );
}
.border.left {
  height: 100%;
  width: 8px;
  background: #BD1D26;
}
@media screen and (max-width: 767px) {
  .border.left {
    width: 4px;
  }
}
.border.right {
  left: auto;
  right: 0;
  height: 100%;
  width: 8px;
  background: #F81B24;
}
@media screen and (max-width: 767px) {
  .border.right {
    width: 4px;
  }
}

@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: #FFEAEA;
}

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

::selection {
  background: #FFEAEA !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: "Brandon Grotesque";
  src: url("../fonts/d849a1c9-784e-4774-af52-86b6dc52cae6.woff2") format("woff2"), url("../fonts/6a0d5f5e-3ccd-4763-9f8b-e93735b722bc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/ca0293d5-fe3a-478d-b3d8-7f5748b3a8df.woff2") format("woff2"), url("../fonts/851575f1-9507-4abe-902c-9a96cf9aaa84.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/3652d7df-f4e3-4d89-bb8d-4e8f646b5e6f.woff2") format("woff2"), url("../fonts/f0235dee-7558-4154-8e3a-89552b6905d3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/fb572dbc-f1ee-44ca-883e-088c704f543e.woff2") format("woff2"), url("../fonts/2107845a-f272-4e51-85c4-18c12249da63.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* HIDE HOUSE & LAND PACKAGES TEMPORARILY
#menu-item-44585, #menu-item-44587, .modules.home_be_chill, #menu-item-44586, #menu-item-38, #menu-item-56, .home_rent_converter {
	display: none !important;
}
*/