@import url(_normalize.css);
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("../webfont/stylesheet.css");
@media (max-width: 767px) {
  .last-col {
    padding-right: 0 !important; }

  .m-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .last-col {
    padding-right: 0 !important; }

  .t-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 1em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 1em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 1em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 1em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1024px) {
  .last-col {
    float: left;
    padding-right: 0 !important; }

  .d-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 1em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 1em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 1em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 1em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 1em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 1em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 1em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 1em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 1em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 1em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 1em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 1em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 1em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 1em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 1em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 1em;
    width: 8.33%; } }
/* Special Tablet Landscape - Overrights above on 1024 to 1239 */
@media (min-width: 1024px) and (max-width: 1239px) {
  .last-col {
    float: left;
    padding-right: 0 !important; }

  .st-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .st-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .st-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .st-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .st-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .st-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; }

  .st-1of5 {
    float: left;
    padding-right: 1em;
    width: 20%; }

  .st-2of5 {
    float: left;
    padding-right: 1em;
    width: 40%; }

  .st-3of5 {
    float: left;
    padding-right: 1em;
    width: 60%; }

  .st-4of5 {
    float: left;
    padding-right: 1em;
    width: 80%; }

  .st-1of6 {
    float: left;
    padding-right: 1em;
    width: 16.6666666667%; }

  .st-1of7 {
    float: left;
    padding-right: 1em;
    width: 14.2857142857%; }

  .st-2of7 {
    float: left;
    padding-right: 1em;
    width: 28.5714286%; }

  .st-3of7 {
    float: left;
    padding-right: 1em;
    width: 42.8571429%; }

  .st-4of7 {
    float: left;
    padding-right: 1em;
    width: 57.1428572%; }

  .st-5of7 {
    float: left;
    padding-right: 1em;
    width: 71.4285715%; }

  .st-6of7 {
    float: left;
    padding-right: 1em;
    width: 85.7142857%; }

  .st-1of8 {
    float: left;
    padding-right: 1em;
    width: 12.5%; }

  .st-1of9 {
    float: left;
    padding-right: 1em;
    width: 11.1111111111%; }

  .st-1of10 {
    float: left;
    padding-right: 1em;
    width: 10%; }

  .st-1of11 {
    float: left;
    padding-right: 1em;
    width: 9.09090909091%; }

  .st-1of12 {
    float: left;
    padding-right: 1em;
    width: 8.33%; } }
html,
body {
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.2;
  font-family: 'gilroy', sans-serif;
  font-weight: normal;
  color: #ffffff; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18293c;
  z-index: 999;
  background-image: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px; }

.wrap {
  width: 100%;
  margin: 0 auto; }

.fl {
  float: left; }

.stickyheader {
  display: none; }

.nav-menu {
  position: absolute;
  right: 30px;
  top: 36px;
  z-index: 2; }
  .nav-menu span.line {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block; }
  .nav-menu span.line2, .nav-menu span.line3 {
    margin-top: 6px; }

.nav, .nav-footer {
  display: none;
  padding: 90px 0 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #18293c;
  z-index: 1; }
  .nav a, .nav-footer a {
    margin: 10px 0;
    outline: 0;
    display: block; }
    .nav a:active, .nav a:focus, .nav a:hover, .nav-footer a:active, .nav-footer a:focus, .nav-footer a:hover {
      outline: 0;
      text-decoration: underline; }
  .nav #social a, .nav-footer #social a {
    margin-top: 15px; }

.privacy {
  color: #000000;
  max-width: 960px;
  margin: 0 auto; }
  .privacy h1 {
    font-size: 32px; }
  .privacy p, .privacy ul li {
    font-size: 14px; }
  .privacy ul li {
    margin-bottom: 10px; }

#logo {
  width: 173px;
  height: 33px;
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
  #logo.landing-logo {
    margin-left: auto;
    margin-right: auto; }

h1 {
  font-size: 32px;
  margin: 55px 0 20px;
  font-weight: bold; }

h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px; }

h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0ad29d;
  position: relative;
  display: inline-block; }
  h3:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0ad29d;
    position: absolute;
    bottom: -2px;
    left: 0; }

h4 {
  font-size: 26px;
  overflow: hidden;
  position: relative; }
  h4:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #18293c;
    position: absolute;
    margin-right: 0;
    margin-left: 6px;
    bottom: 6px; }

h5 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px; }

.green {
  color: #0ad29d; }

.purple {
  color: #6a1549; }

p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.4;
  -ms-word-break: normal;
  -ms-word-wrap: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

a {
  color: #0ad29d;
  text-decoration: none; }

hr {
  outline: none;
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto; }

.section {
  margin-bottom: 25px !important; }

.agents h1 {
  margin-bottom: 40px; }

.bullet {
  margin-right: 15px; }

.bullets p {
  padding-left: 46px;
  margin-bottom: 35px; }
.bullets h2 {
  margin-bottom: 10px; }

.landing-header {
  margin-top: 40px;
  color: #0ad29d; }

.landing-pre-header {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }

.faq-item {
  margin-bottom: 35px; }
  .faq-item .question {
    font-weight: 600; }

.package-when-to-list {
  background-color: #ffffff;
  margin: 25px 0;
  padding: 25px;
  border-radius: 5px; }

.checkboxinput {
  position: relative;
  width: 260px; }

.range, .from, .fixed {
  display: none; }

form .checkboxinput label.error {
  top: 18px;
  left: 0; }

@media screen and (min-width: 321px) {
  .checkboxinput {
    width: 300px; }

  form .checkboxinput label.error {
    top: 0;
    left: auto;
    right: 0; } }
img {
  max-width: 100%; }

.hide-on-mobile {
  display: none; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.white-popup {
  position: relative;
  background: #18293c;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.mfp-close-btn-in .mfp-close {
  color: #ffffff; }

.manager-content .manager-question-content {
  margin-top: 50px; }
.manager-content .manager-question {
  line-height: 30px; }
.manager-content .manager-answer {
  max-width: 80%; }

.button {
  background-color: transparent;
  color: #0ad29d;
  margin-top: 10px;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 0px;
  display: block;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #0ad29d;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative; }
  .button:first-child {
    margin-top: 20px; }
  .button.add-arrow {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: left;
    float: none; }
    .button.add-arrow:after {
      content: '';
      width: 20px;
      height: 12px;
      background-image: url("../images/enquire-arrow.png");
      background-repeat: no-repeat;
      background-size: 20px 12px;
      position: absolute;
      right: 14px;
      top: 14px; }
    .button.add-arrow:before {
      content: '';
      width: 20px;
      height: 12px;
      background-image: url("../images/enquire-arrow-white.png");
      background-repeat: no-repeat;
      background-size: 20px 12px;
      position: absolute;
      right: 14px;
      top: 14px;
      opacity: 0;
      z-index: 2;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .button:hover {
    background-color: #0ad29d;
    color: #ffffff; }
    .button:hover:before {
      opacity: 1; }

.home-buttons a {
  color: #ffffff; }
  .home-buttons a img {
    margin-bottom: 15px; }

#landing-content {
  background-image: url("../images/bg.jpg");
  background-position: 0 0;
  background-size: cover;
  margin: 0;
  text-align: left;
  padding: 50px 30px; }
  #landing-content.agents {
    padding: 30px; }

#social a {
  margin-top: 60px;
  display: inline-block;
  margin-right: 5px; }
  #social a img {
    width: 28px;
    height: 28px; }

.home #social {
  text-align: center; }

.vendors .bullets p {
  position: relative;
  padding-left: 36px;
  background-image: url("../images/bullet-blank.png");
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: center left;
  margin-bottom: 22px; }

.green-content-block {
  background-color: #0ad29d;
  padding: 30px; }

.phone {
  padding: 50px 30px 30px;
  text-align: center; }
  .phone img {
    max-width: 80%;
    margin: 0 auto; }

.fold-cream {
  background-color: #fff6ed;
  color: #18293c;
  padding: 30px; }
  .fold-cream .phone {
    padding: 30px; }

.rel {
  position: relative; }

#form-content {
  background-color: #18293c;
  padding: 30px; }

.wait-btn, #thank-you {
  display: none; }

#thank-you {
  min-height: 500px; }

form {
  margin: 0px auto;
  position: relative; }
  form fieldset {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    position: relative; }
  form input {
    position: relative;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    padding-left: 8px; }
  form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
    border-radius: 2px;
    resize: none;
    font-size: 14px;
    padding: 8px; }
  form select {
    width: 100%;
    margin-bottom: 10px;
    height: 46px;
    border: none;
    font-size: 14px;
    color: #777777;
    border-radius: 2px !important; }
  form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    padding-right: 10px; }
  form input[type="submit"], form .wait-btn {
    background-color: #0ad29d;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px; }
  form .wait-btn {
    padding: 8px 0;
    text-align: center; }
  form button {
    margin-top: 10px;
    width: 100%; }
  form label.error {
    color: red;
    position: absolute;
    top: 10px;
    right: 10px; }
  form .checkboxinput {
    display: block; }

#orderform input[type="text"], #orderform input[type="email"], #orderform input[type="tel"], #orderform textarea, #orderform select, #orderform-vendor input[type="text"], #orderform-vendor input[type="email"], #orderform-vendor input[type="tel"], #orderform-vendor textarea, #orderform-vendor select, #orderform-agent input[type="text"], #orderform-agent input[type="email"], #orderform-agent input[type="tel"], #orderform-agent textarea, #orderform-agent select {
  border: 0;
  border-radius: 3px; }
#orderform .suburb-input span, #orderform-vendor .suburb-input span, #orderform-agent .suburb-input span {
  width: 10%;
  height: 42px;
  border: 0;
  background-color: #0ad29d;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  border-radius: 3px 0 0 3px;
  float: left; }
#orderform .suburb-input input[type="text"], #orderform .suburb-input input[type="email"], #orderform .suburb-input input[type="tel"], #orderform-vendor .suburb-input input[type="text"], #orderform-vendor .suburb-input input[type="email"], #orderform-vendor .suburb-input input[type="tel"], #orderform-agent .suburb-input input[type="text"], #orderform-agent .suburb-input input[type="email"], #orderform-agent .suburb-input input[type="tel"] {
  width: 90%;
  float: left;
  border-radius: 0 3px 3px 0; }

@media screen and (min-width: 769px) {
  .stickyheader {
    display: block;
    height: 96px;
    background-color: #18293c;
    top: -96px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    padding: 30px 30px 26px; }
    .stickyheader.stuck {
      transition: all 0.5s ease-in-out;
      top: 0; }
    .stickyheader #stickylogo {
      width: 200px;
      height: auto; }

  .nav-menu {
    display: none; }

  .nav, .nav-footer, .sticky-nav {
    position: absolute;
    width: 480px;
    top: 26px;
    right: 20px;
    left: auto;
    display: inline-block;
    background-color: transparent;
    padding: 20px 0;
    text-align: right; }
    .nav a, .nav-footer a, .sticky-nav a {
      display: inline;
      margin-right: 25px; }
      .nav a:hover, .nav-footer a:hover, .sticky-nav a:hover {
        transition: opacity 0.25s ease-in-out; }
      .nav a:active, .nav a:focus, .nav a:hover, .nav-footer a:active, .nav-footer a:focus, .nav-footer a:hover, .sticky-nav a:active, .sticky-nav a:focus, .sticky-nav a:hover {
        outline: 0;
        text-decoration: underline; }
    .nav .nav-items, .nav-footer .nav-items, .sticky-nav .nav-items {
      float: left;
      margin-right: 10px; }

  .manager-content .manager-question-content {
    margin-top: 50px; }
  .manager-content .manager-question {
    line-height: 42px; }

  #footer {
    position: relative; }
    #footer .copyright {
      font-size: 14px;
      margin-top: 12px; }
    #footer .nav-footer a {
      color: #ffffff; }
    #footer .nav-footer #social a {
      margin-top: 0; }
      #footer .nav-footer #social a img {
        width: 20px;
        height: 20px; }

  .sticky-nav {
    padding: 14px 0 0; }
    .sticky-nav #social a {
      margin-top: 0; }
      .sticky-nav #social a img {
        width: 20px;
        height: 20px; }

  .section {
    margin-bottom: 50px !important; }

  .wrap {
    width: 920px;
    margin: 0 auto; }

  h1 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px; }

  h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 30px; }

  h3 {
    font-size: 28px;
    margin-bottom: 60px; }
    h3:after {
      bottom: -6px; }

  h4 {
    font-size: 42px; }
    h4:after {
      height: 2px; }

  h5 {
    font-size: 32px; }

  p {
    font-size: 20px; }

  .campaign-manager-icon {
    margin-bottom: 25px; }

  .faq-item {
    margin-bottom: 50px; }

  .order-form-wrap {
    padding: 0 0 0 50px; }

  .package-when-to-list {
    margin: 25px 0 100px;
    padding: 50px 30px; }

  #footer {
    background-color: #18293c;
    padding: 30px; }

  .agents h1 {
    margin-top: 20px; }

  .bullet {
    width: 54px;
    height: 48px; }

  .bullets p {
    padding-left: 70px;
    margin-bottom: 35px; }
  .bullets h2 {
    margin-bottom: 10px; }

  .vendor-text {
    padding-right: 44px;
    text-align: right; }
    .vendor-text h1 {
      margin-top: 0; }

  .vendors .bullets p {
    position: relative;
    padding-left: 36px;
    background-image: url("../images/bullet-blank.png");
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: center left;
    margin-bottom: 32px; }

  .landing-header, .landing-pre-header {
    margin-top: 0; }

  form .checkboxinput {
    display: inline-block; }

  .hide-on-mobile {
    display: block; }

  #logo {
    width: 204px;
    height: 39px; }
    #logo.landing-logo {
      margin-left: 0;
      margin-right: 0; }

  .button {
    display: inline-block;
    font-size: 21px;
    padding: 18px 20px 16px 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px; }
    .button:first-child {
      margin-top: 10px; }
    .button.add-arrow {
      padding: 18px 75px 16px 20px;
      margin-right: 0; }
      .button.add-arrow:after, .button.add-arrow:before {
        width: 28px;
        height: 17px;
        background-size: 28px 17px;
        top: 21px;
        right: 20px; }

  .d-1of2 {
    float: left;
    width: 50%; }

  #landing-content {
    padding: 60px;
    position: relative;
    min-height: 700px; }
    #landing-content #text-content {
      max-width: 580px; }
    #landing-content #social {
      position: absolute;
      right: 60px;
      bottom: 60px;
      z-index: 2; }
      #landing-content #social a img {
        width: 34px;
        height: 34px; }
    #landing-content.home #social {
      right: 60px;
      top: 0;
      bottom: auto; }
    #landing-content.agents #social {
      position: relative;
      bottom: auto;
      right: auto;
      float: left; }
      #landing-content.agents #social a {
        margin-top: 0; }
        #landing-content.agents #social a img {
          width: 20px;
          height: 20px; }
    #landing-content #register-btn {
      position: absolute;
      bottom: 60px;
      left: 60px; }

  .phone {
    padding: 0 60px;
    min-height: 680px; }
    .phone img {
      width: 330px;
      height: auto; }

  .green-content-block {
    padding: 0 60px;
    min-height: 680px;
    text-align: center; }
    .green-content-block p {
      font-size: 16px; }

  .abs-center {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 680px;
    padding: 30px 0; }

  .abs-center-abs {
    display: table;
    width: 100%;
    min-height: 600px;
    position: absolute;
    z-index: 0;
    padding: 0;
    top: 0;
    left: 0; }

  .icons {
    margin-top: 50px; }

  .vert-row {
    display: table-row; }

  .vert-align {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }

  #form-content {
    padding: 80px 60px; }

  .form-wrapper {
    max-width: 960px;
    margin: 0 auto; }

  .form-text {
    padding-right: 120px; } }
@media screen and (min-width: 1025px) {
  .wrap {
    width: 1080px;
    margin: 0 auto; }

  #landing-content {
    background-image: url("../images/bg-large.jpg"); }

  h1 {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 30px; }

  h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px; }

  h3 {
    font-size: 36px;
    margin-bottom: 60px; }
    h3:after {
      bottom: -6px; } }
