html {
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  width: 100%;
  min-width: fit-content;
}

body {
  font-family: Avenirnextltpro, sans-serif;
  color: #3c475b;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #ff5429;
  text-decoration: none;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.image {
  padding-top: 18px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 111px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #dcdcd9;
  background: #132e5e;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: auto;
  height: 100%;
  margin-right: 12px;
  opacity: 0.6;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link {
  margin-right: 18px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #bdc6d7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: #999;
}

.footer-text {
  color: #6b747a;
  font-size: 14px;
  font-weight: 600;
  color: #bdc6d7;
}

.body {
  background-color: #f2f5f7;
}

.main-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 57px;
}

.button {
  padding: 12px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(218.70967741935485, 20.53%, 29.61%, 1);
  border-radius: 3px;
  background-color: transparent;
  color: hsla(218.70967741935485, 20.53%, 29.61%, 1);
  font-weight: 600;
}

.button:hover {
  background-color: hsla(218.70967741935485, 20.53%, 29.61%, 1);
  color: hsla(218.70967741935485, 0%, 100%, 1);
}

.footer-logo-wrapper {
  overflow: visible;
  height: 24px;
}

.container {
  margin-right: 30px;
  margin-left: 30px;
}

.navbar {
  height: 54px;
  background-color: #fff;
  font-weight: 600;
}

.nav-item {
  margin: 1px 10px 0;
  padding: 17px 0 5px 0;
  border-bottom: 3px solid #fff;
  border-left: none;
  -webkit-transition: border-bottom-color 0.4s;
  -moz-transition:border-bottom-color 0.4s;
  -ms-transition: border-bottom-color 0.4s;
  transition: border-bottom-color 0.4s;
  height: 44px;
  white-space: nowrap;
  color: #3c475b;
  font-size: 15px;
}

.nav-item:first-of-type {
  margin-left: 67px;
}

.nav-item:hover {
  border-bottom-color: #ff5429;
}

.media-banner {
  display: flex;
  padding-left: 16px;
}

.media-logo-container {
    padding: 2px 8px 0 24px;
    height: 24px;
    border-right: 1px solid #d0d3d9;
    margin-right: 8px;
}

.media-logo {
  height: 18px;
  width: 81px;
}

.media-links {
  color: #7e8594;
  font-size: 12px;
  line-height: 18px;
  transition: 0.3s 0.1s linear;
  margin-top: 4px;
  font-weight: 100;
}

.media-links:not(:last-child)::after {
    margin: 0 3px 0 0;
    content: '|'; 
}


.w-nav-brand {
    display: inline-block;
    background: no-repeat center/ 113px auto url(https://cre.domainstatic.com.au/images/logos/cre-header-logo.svg);
    text-indent: -100000px;
    width: 153px;
    height: 54px;
    margin-left: 2px;
}

.nav-container {
  margin: 0;
}

.w-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
  float: none;
}

@media (max-width: 1199px) {
  .footer-content {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 970px;
  }

}

@media (max-width: 1020px){
  .media-banner {
    display:none;
  }
}


@media (max-width: 991px) {
  .footer {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .footer-content {
    max-width: 720px;
  }
  .nav-link-container {
    display: none;
    overflow: visible;
  }
  .image-2 {
    position: static;
  }

  .main-heading {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 40px;
    line-height: 71px;
    text-align: left;
  }
  .navbar {
    height: 48px;
  }

  .nav-item {
    border-bottom: solid 0.0625rem #e6e9ed;
    margin:0;
    padding-left: 21px;
    height:54px;
  }
  .nav-item:first-of-type {
    margin-left: 0  ;
  }

  .menu-button {
    padding-right: 0px;
    height:48px; 
    line-height:48px;
    padding: 0;
    margin: 0 20px 0 auto;
  }
  .icon {
    font-size: 34px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .w-nav-brand {
    height: 48px;
    display: inline-block;
    background: no-repeat center/ 113px auto url(https://static.domain.com.au/content/fe-static/@domain-group/fe-co-cre-header/static/cre-logo_4647fba1.svg);
    text-indent: -1000px;
    width: 153px;
    margin: 0;
  }
  .nav-container {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer {
    position: static;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 130px;
  }
  .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer-link {
    margin-bottom: 18px;
  }

  .main-heading {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 33px;
  }

  .button {
    padding: 9px 12px;
    font-size: 14px;
  }
  .footer-logo-wrapper {
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container {
    margin-right: 21px;
    margin-left: 21px;
  }
}

@media (max-width: 479px) {
  .header {
    height: 54px;
  }
  .logo {
    width: 110px;
  }
  .image {
    padding-top: 14px;
  }
  .footer-content {
    margin-bottom: 8px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-link {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .main-heading {
    line-height: 33px;
  }

  
}



@font-face {
  font-family: "Avenirnextltpro";
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenirnextltpro";
  src: url("../fonts/AvenirNextLTPro-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

