/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
@import url("https://use.typekit.net/xzi7wpa.css");
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: 1.5em;
  font-family: inter-variable, sans-serif;
  color: #3B3A3C;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p.fineprint {
  font-size: 13px;
}
p a {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a img {
  border: 0;
}

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

div.clear {
  clear: both;
}

h1 {
  font: bold normal 36px/1.3em tt-commons-pro, sans-serif;
  margin: 20px 0 10px 0;
}

h2 {
  font: bold normal 35px/1.2em tt-commons-pro, sans-serif;
  margin: 16px 0 6px 0;
  color: #EE2E24;
}
h2::before {
  display: inline-block;
  content: " ";
  background: url(../images/arrow_h2.svg) no-repeat center center;
  width: 1em;
  height: 2em;
  background-size: contain;
  height: 0.6em;
  width: 0.3em;
  margin: 0 0.2em 0.05em 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font: normal normal 26px/1.4em inter-variable, sans-serif;
  margin: 10px 0 5px 0;
}
h3 a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

.red {
  color: #EE2E24;
}

@media screen and (max-width: 767px) {
  .module ul, .module li {
    text-align: left;
  }
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  header.main .header_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
  }
}
header.main .header_inner .logo {
  display: block;
  line-height: 0;
}
header.main .header_inner .logo img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  header.main .header_inner .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  header.main .header_inner a.button {
    padding: 14px 16px;
  }
}

.header_spacer {
  height: 110px;
}
@media screen and (max-width: 767px) {
  .header_spacer {
    height: 80px;
  }
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.maxwidth {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .maxwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modules .grey_background {
  background: #EAF0F4;
  padding: 1px 0;
}
.modules section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .modules section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.modules section.module_text_only {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_only {
    text-align: left;
  }
}
.modules section.module_columns {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .modules section.module_columns {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.modules section.module_columns.grey_bg::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #EAF0F4;
}
@media screen and (max-width: 767px) {
  .modules section.module_columns.grey_bg::after {
    display: none;
  }
}
.modules section.module_columns .module_columns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .modules section.module_columns .module_columns_inner {
    display: block;
  }
}
.modules section.module_columns .module_columns_inner .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .modules section.module_columns .module_columns_inner .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.modules section.module_columns .module_columns_inner .col img.col_img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.modules section.module_columns .module_columns_inner .col .col_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modules section.module_cta {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.modules section.module_cta .module_cta_inner {
  text-align: center;
  border-radius: 4px;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner {
    padding: 30px 20px;
  }
}
.modules section.module_cta .module_cta_inner.background {
  color: white;
}
.modules section.module_cta .module_cta_inner.background h1, .modules section.module_cta .module_cta_inner.background h2 {
  color: white;
}
.modules section.module_cta .module_cta_inner.background::before {
  content: " ";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}
.modules section.module_cta .module_cta_inner .module_cta_text {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner .module_cta_text {
    max-width: none;
  }
}
.modules section.module_logos {
  text-align: center;
}
.modules section.module_logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.modules section.module_logos .logos img {
  max-width: 150px;
  max-height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .modules section.module_logos .logos {
    gap: 40px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .modules section.module_logos .logos {
    gap: 20px 30px;
  }
  .modules section.module_logos .logos img {
    max-width: 150px;
    max-height: 40px;
  }
}
.modules section.module_timeline .module_timeline_inner {
  max-width: 1000px;
}
.modules section.module_timeline .module_timeline_inner .events {
  margin: 100px 0;
  position: relative;
  /*
  &::after {
  	display: block;
  	position: absolute;
  	bottom:0;
  	left:49%;
  	content: " ";
  	width: 2%;
  	height: 120px;
  	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  	@media screen and (max-width:767px) {

  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .modules section.module_timeline .module_timeline_inner .events {
    margin: 60px 0;
  }
}
.modules section.module_timeline .module_timeline_inner .events .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modules section.module_timeline .module_timeline_inner .events .event .event_inner {
  width: 50%;
  width: calc(50% - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid black;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modules section.module_timeline .module_timeline_inner .events .event .event_inner {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    text-align: left !important;
    border-right: none;
    border-left: 2px solid black;
    padding: 0 0 40px 0;
  }
}
.modules section.module_timeline .module_timeline_inner .events .event .event_inner .event_year {
  color: #EE2E24;
  font-weight: bold;
  font-size: 26px;
  padding: 6px 15px;
  margin: -20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_timeline .module_timeline_inner .events .event .event_inner .event_year {
    font-size: 18px;
    width: 85px;
  }
}
.modules section.module_timeline .module_timeline_inner .events .event .event_inner .event_text {
  padding: 0 15px;
  margin: -20px 0 0 0;
}
.modules section.module_timeline .module_timeline_inner .events .event .event_inner .event_text p {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_timeline .module_timeline_inner .events .event .event_inner .event_text p {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_timeline .module_timeline_inner .events .event .event_inner .event_text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}
.modules section.module_timeline .module_timeline_inner .events .event .event_inner::after {
  display: block;
  position: absolute;
  right: -8px;
  top: -7px;
  content: " ";
  width: 10px;
  height: 10px;
  border: 2px solid #EE2E24;
  background: white;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .modules section.module_timeline .module_timeline_inner .events .event .event_inner::after {
    left: -8px;
    right: auto;
  }
}
.modules section.module_timeline .module_timeline_inner .events .event:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules section.module_timeline .module_timeline_inner .events .event:nth-child(even) .event_inner {
  border-right: none;
  border-left: 2px solid black;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.modules section.module_timeline .module_timeline_inner .events .event:nth-child(even) .event_inner::after {
  left: -8px;
  right: auto;
  top: -7px;
}
.modules section.module_timeline .module_timeline_inner .events .event:last-child .event_inner {
  border-color: white;
}
.modules section.module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    display: block;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 48%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin-left: 0;
    min-height: 180px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_and_image .module_text_and_image_text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    padding: 20px 0;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules section.module_text_and_image.module_text_and_video .module_text_and_image_image {
  position: relative;
  overflow: hidden;
}
.modules section.module_text_and_image.module_text_and_video .module_text_and_image_image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url(../images/play.svg) no-repeat center center;
  background-size: 134px 134px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.module_text_and_video .module_text_and_image_image a {
    background-size: 67px 67px;
  }
}
.modules section.module_text_and_image.module_text_and_video .module_text_and_image_image a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.modules section.module_table .property-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modules section.module_table .property-table .property-row {
  display: table-row;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0;
  }
}
.modules section.module_table .property-table .property-row:first-child {
  border-top: 0;
}
.modules section.module_table .property-table .property-row .property-cell {
  display: table-cell;
  text-align: center;
  padding: 10px 8px 10px 0;
  min-width: 0;
  width: 12%;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell {
    display: block;
    text-align: left;
    padding: 2px 8px 2px 0;
  }
}
.modules section.module_table .property-table .property-row .property-cell.property-title, .modules section.module_table .property-table .property-row .property-cell.estate-name {
  text-align: left;
  font-weight: bold;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.property-title, .modules section.module_table .property-table .property-row .property-cell.estate-name {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.modules section.module_table .property-table .property-row .property-cell.estate-name {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.estate-name {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.property-type {
    width: auto;
    padding-right: 20px;
  }
}
.modules section.module_table .property-table .property-row .property-cell.land-size {
  width: 8%;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.land-size {
    width: auto;
    padding-right: 20px;
  }
}
.modules section.module_table .property-table .property-row .property-cell.price {
  width: 8%;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.price {
    width: auto;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.stage {
    width: auto;
  }
}
.modules section.module_table .property-table .property-row .property-cell.stage.available {
  font-weight: bold;
  color: #24C374;
}
.modules section.module_table .property-table .property-row .property-cell.stage.nearing, .modules section.module_table .property-table .property-row .property-cell.stage.underoffer {
  color: #E69E18;
}
.modules section.module_table .property-table .property-row .property-cell.stage.sold {
  color: #EE2E24;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.estate-suburb, .modules section.module_table .property-table .property-row .property-cell.estate-count {
    width: auto;
    padding-right: 20px;
  }
}
.modules section.module_table .property-table .property-row .property-cell.estate-suburb span.new-label, .modules section.module_table .property-table .property-row .property-cell.estate-count span.new-label {
  font-size: 10px;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
  line-height: 10px;
  background: #24C374;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 7px;
  padding: 2px 5px 2px 6px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.modules section.module_table .property-table .property-row .property-cell.brochure, .modules section.module_table .property-table .property-row .property-cell.estate-link {
  padding-right: 0;
  width: 5%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.brochure, .modules section.module_table .property-table .property-row .property-cell.estate-link {
    width: 100%;
    text-align: left;
    padding-top: 8px;
  }
}
.modules section.module_table .property-table .property-row .property-cell.brochure a, .modules section.module_table .property-table .property-row .property-cell.estate-link a {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .modules section.module_table .property-table .property-row .property-cell.brochure a, .modules section.module_table .property-table .property-row .property-cell.estate-link a {
    padding: 8px 14px;
  }
}

.login_prompt {
  background: #FCF2F1;
  padding: 16px 20px;
  text-align: center;
  margin: 20px 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;
  gap: 10px;
}
.login_prompt a.button {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .login_prompt {
    text-align: left;
  }
  .login_prompt img {
    display: none;
  }
  .login_prompt span {
    display: block;
  }
  .login_prompt a.button {
    margin-left: 0;
  }
}

.page-id-400 nav {
  display: none;
}
.page-id-400 header.main .header_inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-id-400 p.login_message br {
    display: none;
  }
}
.page-id-400 #custom_login_form {
  max-width: 400px;
  margin: 0 auto;
}
.page-id-400 #custom_login_form .login-error {
  color: #EE2E24;
  font-weight: bold;
}

.page-template-page_template_properties .module_table h2 {
  margin: 60px 0 16px 0;
}
.page-template-page_template_properties .module_table h2::before {
  display: none;
}
.page-template-page_template_properties .modules section.module_table .property-table .property-row:first-child {
  border-top: 1px solid #ddd;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32vw;
}
@media screen and (max-width: 1800px) {
  .homebanner {
    height: 40vw;
  }
}
@media screen and (max-width: 1600px) {
  .homebanner {
    height: 46vw;
  }
}
@media screen and (max-width: 1200px) {
  .homebanner {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .homebanner {
    height: auto;
    text-align: left;
  }
}
.homebanner .homebanner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homebanner .homebanner_bg .slick-list, .homebanner .homebanner_bg .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homebanner .homebanner_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homebanner .homebanner_inner {
  position: relative;
  z-index: 2;
  width: 1400px;
}
.homebanner .homebanner_inner .homebanner_text {
  max-width: 600px;
  color: white;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner .homebanner_text {
    max-width: 300px;
    padding: 16px 0 20px 0;
  }
}
.homebanner .homebanner_inner .homebanner_text h1 {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner .homebanner_text h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner .homebanner_text h3 {
    font-size: 16px;
  }
}
.homebanner .homebanner_inner .homebanner_text h1, .homebanner .homebanner_inner .homebanner_text h2, .homebanner .homebanner_inner .homebanner_text h3 {
  color: white;
}
.homebanner .homebanner_inner .homebanner_text .homebanner_cta {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner .homebanner_text .homebanner_cta {
    margin: 10px 0;
  }
}
.homebanner .homebanner_inner .homebanner_text .homebanner_cta a.button {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_inner .homebanner_text .homebanner_cta a.button {
    margin: 8px 8px 8px 0;
  }
}
.homebanner::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, color-stop(29.33%, rgba(0, 0, 0, 0.4)), color-stop(80.29%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 29.33%, rgba(0, 0, 0, 0.8) 80.29%);
}
@media screen and (max-width: 767px) {
  .homebanner::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(29.33%, rgba(0, 0, 0, 0.5)), color-stop(80.29%, rgba(0, 0, 0, 0.9)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 29.33%, rgba(0, 0, 0, 0.9) 80.29%);
  }
}
.homebanner.taxonomy {
  height: 390px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homebanner.taxonomy {
    height: 180px;
    background: -webkit-gradient(linear, right top, left top, color-stop(29.33%, rgba(0, 0, 0, 0.6)), color-stop(80.29%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 29.33%, rgba(0, 0, 0, 0.8) 80.29%);
  }
}
.homebanner.taxonomy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homebanner.taxonomy iframe {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  pointer-events: none;
}

.home_intro .home_intro_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .home_intro .home_intro_inner {
    display: block;
    padding: 20px 0;
  }
}
.home_intro .home_intro_inner .intro_left {
  width: 32%;
  position: relative;
}
.home_intro .home_intro_inner .intro_left::before {
  content: " ";
  display: block;
  background: url(../images/arrows_grey1.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 8;
  right: 0;
  top: 50%;
  width: 832px;
  height: 312px;
  margin-top: -180px;
}
@media screen and (max-width: 767px) {
  .home_intro .home_intro_inner .intro_left {
    display: none;
  }
}
.home_intro .home_intro_inner .intro_right {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .home_intro .home_intro_inner .intro_right {
    width: auto;
  }
}

/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  text-align: center;
}
footer .footer_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer_inner .footer_logo {
  display: block;
}
footer .footer_inner .footer_logo img {
  width: 392px;
}

.modules.extra section.module_cta {
  margin: 0;
  border-radius: 0;
}
.modules.extra section.module_cta .module_cta_inner {
  border-radius: 0;
}
.modules.extra section.module_cta .module_cta_inner h2, .modules.extra section.module_cta .module_cta_inner h1 {
  color: white;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .modules.extra section.module_cta .module_cta_inner h2, .modules.extra section.module_cta .module_cta_inner h1 {
    font-size: 26px;
  }
}
.modules.extra section.module_cta.page_header .module_cta_inner {
  background-image: url(../images/header_bg.jpg);
}

.page-id-82 .modules.extra.footer, .page-id-76 .modules.extra.footer, .page-template-page_template_jobs .modules.extra.footer, .single-job_listing .modules.extra.footer, .error404 .modules.extra.footer {
  display: none;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], input[type=password], select, textarea {
  font: 16px inter-variable, sans-serif;
  padding: 12px;
  border-radius: 0;
  border: 1px solid black;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit], button, a.button {
  font-family: inter-variable, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 16px 26px;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 0;
  outline: 0;
  background: #EE2E24;
  color: white;
  display: inline-block;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  input[type=submit], button, a.button {
    padding: 14px 16px;
    font-size: 14px;
  }
}
input[type=submit]:hover, button:hover, a.button:hover {
  background: #ca1910;
}
input[type=submit].grey, button.grey, a.button.grey {
  background: #828282;
}
input[type=submit].grey:hover, button.grey:hover, a.button.grey:hover {
  background: #4e4e4e;
}

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_wrapper {
  max-width: 800px;
  margin: 60px auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gform_wrapper {
    margin: 40px auto;
  }
}
.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield > label {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container {
  padding: 10px;
}
.gform_wrapper ul.gform_fields li.gfield.half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield.half {
    width: 100%;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: red;
  font-size: 13px;
  text-align: center;
}
.gform_wrapper .gfield--type-fileupload .gfield_description {
  margin: 0 !important;
  padding: 0 !important;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

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

img.aligncenter {
  margin: 0 auto;
  display: block;
}

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

.mm-page {
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .mm-page {
    min-height: 100vh;
  }
}

img.multiply {
  mix-blend-mode: multiply;
}

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

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

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

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

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

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

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

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