body {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #9c3025;
  text-decoration: none;
}

a:hover {
  color: #9c3025;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 17px;
  -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;
  background-color: transparent;
}

.hero-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-right: 150px;
  margin-left: 150px;
  padding-top: 10px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.hero-content {
  -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;
  text-align: center;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.dark {
  padding-top: 60px;
  padding-bottom: 0px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 0px none #000;
  background-color: #fff;
}

.footer-section {
  padding-top: 27px;
  padding-bottom: 27px;
  border: 1px solid #dfdfdf;
}

.logo {
  width: 70px;
  height: auto;
}

.body {
  font-family: Nunito, sans-serif;
}

.footer-text {
  display: block;
  margin-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #036;
  font-weight: 700;
}

.footer-text:hover {
  text-decoration: underline;
}

.columns-3 {
  padding-bottom: 40px;
}

.copyright-text {
  margin-left: -81px;
  color: #555;
  font-size: 12px;
  text-align: right;
}

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

.link {
  padding-right: 10px;
  color: #555;
  font-size: 20px;
  font-weight: 600;
}

.link:hover {
  color: #555;
  text-decoration: underline;
}

.link-2 {
  padding-right: 20px;
  padding-left: 20px;
  color: #555;
  font-size: 10px;
}

.link-2:hover {
  color: #555;
  text-decoration: underline;
}

.link-3 {
  padding-right: 20px;
  color: #555;
  font-size: 10px;
}

.link-3:hover {
  color: #555;
  text-decoration: underline;
}

.link-5 {
  padding-right: 20px;
  color: #555;
  font-size: 10px;
}

.link-5:hover {
  color: #555;
  text-decoration: underline;
}

.link-6 {
  padding-right: 20px;
  color: #555;
  font-size: 10px;
}

.link-6:hover {
  color: #555;
  text-decoration: underline;
}

.link-7 {
  color: #555;
  font-size: 10px;
}

.link-7:hover {
  color: #555;
  text-decoration: underline;
}

.columns-4 {
  padding-top: 20px;
}

.image-3 {
  padding-right: 20px;
}

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

.image-4 {
  padding-right: 20px;
}

.image-5 {
  padding-right: 20px;
}

.image-6 {
  padding-right: 20px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.button-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
}

.button-3:hover {
  background-color: #fff;
  color: #555;
  text-decoration: underline;
}

.button-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
}

.button-4:hover {
  background-color: #fff;
  color: #555;
  text-decoration: underline;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.text-span-4 {
  position: relative;
  top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.text-span-6 {
  position: relative;
  top: 3px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.image-14 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  float: left;
}

.text-block-8 {
  color: #fff;
}

.dropdown {
  float: right;
}

.image-16 {
  margin-top: -23px;
  margin-bottom: -30px;
  margin-left: -36px;
  float: left;
}

.image-18 {
  position: relative;
  left: 77px;
  top: -3px;
  margin-top: 10px;
  margin-bottom: -28px;
  float: left;
}

.image-20 {
  position: relative;
  left: 41px;
  top: -3px;
  margin-top: 10px;
  margin-bottom: -28px;
  float: left;
}

.link-block {
  width: 40px;
  height: 40px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-image: url('../images/icon-facebook-white_1icon-facebook-white.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.link-block:hover {
  background-color: #fff;
  background-image: url('../images/icon-facebook-black_1icon-facebook-black.png');
}

.link-block.twitter {
  border-left-style: none;
  background-image: url('../images/icon-twitter-white_1icon-twitter-white.png');
}

.link-block.twitter:hover {
  background-image: url('../images/icon-twitter-black_1icon-twitter-black.png');
}

.link-block.youtube {
  border-left-style: none;
  background-image: url('../images/icon-youtube-white_1icon-youtube-white.png');
}

.link-block.youtube:hover {
  background-image: url('../images/icon-youtube-black_1icon-youtube-black.png');
}

.link-block.instagram {
  border-left-style: none;
  background-image: url('../images/icon-instagram-white_1icon-instagram-white.png');
}

.link-block.instagram:hover {
  background-image: url('../images/icon-instagram-black_1icon-instagram-black.png');
}

.link-block.linkedin {
  border-left-style: none;
  background-image: url('../images/icon-linkedin-white_1icon-linkedin-white.png');
}

.link-block.linkedin:hover {
  background-image: url('../images/icon-linkedin-black_1icon-linkedin-black.png');
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-section-abf {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section-abf.bottom-padding-abf {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 10px solid #fff;
  background-color: #f8f8f8;
  text-align: right;
}

.text-area {
  width: 100%;
  max-width: 500px;
}

.section-title-left {
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.text-block-13 {
  display: inline-block;
  margin-top: 7px;
  margin-left: 55px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-3 {
  width: 100%;
  margin-top: 20px;
}

.dropdown-3:hover {
  background-color: #f8f8f8;
}

.section-title-center {
  margin-top: 0px;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 35px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-center {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.returning-home-intro {
  width: 100%;
  max-width: 1140px;
  padding-right: 100px;
  padding-bottom: 20px;
  padding-left: 100px;
}

.hero-section-recovering-from-a-bushfire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-recovery-bushfire.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-28 {
  min-height: 500px;
  border-left: 10px solid #fff;
  background-image: url('../images/after-bushfire-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-dropdown-a {
  margin-bottom: 0px;
  padding: 0px;
  color: #555;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.paragraph-dropdown-a._15px-margin-bottom {
  margin-bottom: 15px;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  position: static;
  left: 20%;
  top: 44%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 20px;
  float: right;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #555;
  background-color: transparent;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-after-bushfire {
  margin-bottom: 15px;
  color: #555;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.nav-fire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.nav-emergency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.bold-text {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}

.nav-alert {
  padding: 11px 10px 12px 70px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #a70a03;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}

.dropdown-determine-cause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/determining-cause.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-determine-cause.w--open {
  background-color: #9c3025;
  background-image: url('../images/determining-cause-white.png'), url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/icon-ban_1icon-ban.png');
  background-position: 3% 50%, 95% 50%, 3% 50%;
  background-size: 45px, 25px, 45px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
}

.dropdown-electricity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/electricity-gas.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-electricity.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/electricity-gas-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.section-6 {
  display: block;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.div-block-27 {
  width: 100%;
}

.div-block-28 {
  width: 100%;
  text-align: right;
}

.div-block-31 {
  padding: 10% 5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.div-block-31._1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.div-block-31._2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #fff;
}

.div-block-31._3 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #fff;
}

.div-block-31._4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #fff;
}

.div-block-31._3 {
  width: 260px;
  padding: 20px 2%;
  border-right: 1px solid #fff;
}

.div-block-31._2 {
  width: 220px;
  padding: 20px 2%;
  border-right: 1px solid #fff;
}

.div-block-31._4 {
  width: 250px;
  padding: 20px 2%;
  border-right: 1px solid #fff;
}

.div-block-31._1 {
  width: 170px;
  padding: 20px 2%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.columns-32 {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-32.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
}

.columns-32.top-navigation {
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-76.left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-78 {
  padding-right: 0px;
}

.column-79 {
  padding-right: 0px;
  padding-left: 0px;
}

.question-arrow-icon {
  margin-right: 8px;
  margin-left: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.answer {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  color: #777;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  background-color: #222;
}

.dropdown-toggle-11 {
  padding: 10px 20px 10px 49px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dropdown-toggle-11:hover {
  background-color: #222;
}

.dropdown-link-6 {
  padding: 5px 5%;
  background-color: #222;
  background-image: url('../images/arrow-nav_1arrow-nav.png');
  background-position: 95% 50%;
  background-size: 5px;
  background-repeat: no-repeat;
  color: #fff;
  white-space: normal;
}

.dropdown-link-6:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link-6.last {
  white-space: normal;
}

.column-80 {
  padding-left: 10px;
}

.column-81 {
  padding-right: 10px;
}

.columns-38 {
  display: none;
}

.dropdown-list-2 {
  background-color: #222;
}

.dropdown-list-2.w--open {
  position: static;
  top: 19px;
  background-color: transparent;
}

.anchor-links-archive {
  width: 100%;
  padding: 5%;
  text-align: center;
}

.anchor-links {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 0px solid #e0e0e0;
  background-color: #fff;
}

.after-bushfire-list {
  padding-left: 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.after-bushfire-list._25px-margin {
  margin-bottom: 25px;
}

.contact-list-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.list-item-11 {
  text-align: left;
}

.list-item-12 {
  text-align: left;
}

.returning-home {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.left-border---grey {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 30px;
  padding: 5% 5% 5% 10%;
  border-left: 30px solid #1a272f;
  border-right-style: none;
  background-color: #f8f8f8;
}

.paragraph {
  display: inline-block;
  margin-top: 45px;
  margin-right: 50px;
  color: #555;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.paragraph.planned-burning {
  margin-top: 0px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.planned-burning.no-padding {
  margin-right: 0px;
  font-size: 15px;
}

.paragraph.planned-burning.no-padding {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-border---red {
  width: 100%;
  padding: 3% 5% 3% 10%;
  border-left: 30px solid #9c3025;
  border-right-style: none;
  background-color: #f8f8f8;
}

.text-link---red:hover {
  text-decoration: underline;
}

.sml-heading {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 20px;
  font-weight: 300;
}

.tip-after-bushfire {
  margin-bottom: 0px;
  color: #555;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.dropdown-home-building-property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/insurance-and-repairs.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-home-building-property.w--open {
  background-color: #9c3025;
  background-image: url('../images/submenu-insurance-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dropdown-dealing-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/dealing-with-media.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-dealing-media.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/dealing-with-media-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.insurance-repairs-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.recovering-household-02 {
  padding: 3% 1% 3% 3%;
  background-color: #f8f8f8;
}

.columns-35 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-39 {
  display: block;
  width: 100%;
}

.heading-3 {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 25px;
  font-weight: 300;
}

.heading-3.main-subheading {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.insurance-repairs-rebuilding {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.wellbeing-2 {
  padding-right: 0%;
  padding-left: 2%;
  text-align: left;
}

.leaving-home-wrapper {
  max-width: 1140px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-44 {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url('../images/insurance-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.recovering-household-items {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.dropdown-home-building-property-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/home-building-property.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-home-building-property-button.w--open {
  background-color: #9c3025;
  background-image: url('../images/home-building-property-white.png'), url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/icon-ban_1icon-ban.png');
  background-position: 3% 50%, 95% 50%, 3% 50%;
  background-size: 45px, 25px, 45px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
}

.dropdown-bedroom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/bedroom.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-bedroom.w--open {
  background-color: #9c3025;
  background-image: url('../images/bedroom-white.png'), url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/icon-ban_1icon-ban.png');
  background-position: 3% 50%, 95% 50%, 3% 50%;
  background-size: 45px, 25px, 45px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
}

.dropdown-kitchen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/kitchen.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-kitchen.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/kitchen-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dropdown-furniture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/furniture.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-furniture.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-ban-white_1icon-ban-white.png'), url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/icon-ban_1icon-ban.png');
  background-position: 3% 50%, 95% 50%, 3% 50%;
  background-size: 45px, 25px, 45px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fff;
}

.dropdown-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/other.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-other.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/other-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.leaving-your-home {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.red-highlight-text {
  color: #9c3025;
}

.leavehome-pic {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url('../images/leavingyourhome-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-securing-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/securing-home.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-securing-home.w--open {
  background-color: #9c3025;
  background-image: url('../images/securing-home-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dropdown-securing-home.w--open:hover {
  background-image: url('../images/securing-home-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
}

.dorpdown-entitlements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/entitlements.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dorpdown-entitlements.w--open {
  background-color: #9c3025;
  background-image: url('../images/entitlements-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dropdown-adress-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/adress-details.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-adress-details.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/adress-details-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.your-wellbeing {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.livestock-pic {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url('../images/livestock-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lifestock {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.wellbeing-pic {
  display: block;
  width: 100%;
  height: 500px;
  background-image: url('../images/wellbeing-lrg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-traumatic-exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/traumatic-exp.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-traumatic-exp.w--open {
  background-color: #9c3025;
  background-image: url('../images/traumatic-exp-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dropdown-traumatic-exp.w--open:hover {
  background-image: url('../images/traumatic-exp-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-lookafteryourself {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/look-after-yourself.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-lookafteryourself.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/look-after-yourself-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.dorpdown-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/help.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dorpdown-help.w--open {
  background-color: #9c3025;
  background-image: url('../images/help-white.png'), url('../images/icon-dropdown_1icon-dropdown.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.recovering-household-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.leaving-home-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lifestock-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.welllbeing-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown-rebuilding-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/rebuilding-home.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

.dropdown-rebuilding-home.w--open {
  background-color: #9c3025;
  background-image: url('../images/icon-dropdown_1icon-dropdown.png'), url('../images/rebuilding-home-white.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.insurance-container {
  max-width: 1140px;
}

.leaving-your-home-container {
  max-width: 1140px;
}

.lifestock-container {
  max-width: 1140px;
}

.wellbeing-container {
  max-width: 1140px;
}

.recovering-items-container {
  max-width: 1140px;
}

.dropdown-list {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #555;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

.dropdown-list.no-margin-bottom {
  margin-bottom: 0px;
  padding-right: 0px;
}

.dropdown-list._15px-margin-bottom {
  margin-bottom: 15px;
  padding-right: 0px;
}

.paragraph-dropdown-b {
  margin-bottom: 0px;
  padding: 0px;
  color: #555;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.paragraph-dropdown-b.dropdown-subheading {
  font-weight: 600;
}

.submenu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-leavingyourhome.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-location:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-leavingyourhome-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.link-wildstock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-livestock.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-wildstock:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-livestock-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.link-bushfire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-afterbushfire.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-bushfire:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-afterbushfire-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.link-bushfire.w--current {
  width: 90px;
  margin-right: 20px;
  color: #555;
}

.link-bushfire.w--current:hover {
  background-image: url('../images/determining-cause-white.png');
  color: #fff;
}

.link-returninghome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-returninghome-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-returninghome:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-returninghome.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.link-recoveringitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-recoveringitems.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-recoveringitems:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-recoveringitems-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.link-insurance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-insurance.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-insurance:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-insurance-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.link-yourwellbeing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #555;
  background-image: url('../images/submenu-yourwellbeing.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link-yourwellbeing:hover {
  background-color: #9c3025;
  background-image: url('../images/submenu-yourwellbeing-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
}

.main-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.div-block-45 {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #b8b8b8;
}

.div-block-45.hide {
  display: none;
}

.div-block-46 {
  max-width: 800px;
  text-align: center;
}

.link-26 {
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  color: #9c3025;
}

.link-26:hover {
  background-color: #9c3025;
  color: #fff;
  text-decoration: none;
}

.dropdown-2 {
  display: none;
}

.livestock-icon-text {
  position: relative;
  top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.leaving-home-icon-text {
  position: relative;
  top: -7px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.after-a-bushfire-icon-text {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.your-wellbeing-icon-text {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.insurance-repairs-icon-text {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.recovering-household-items-icon-text {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.returning-home-icon-text {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.info-section-returning-home {
  max-width: 1140px;
}

.recovering-items-dropdowns {
  max-width: 1140px;
}

.insurance-dropdowns {
  max-width: 1140px;
}

.leaving-home-dropdowns {
  max-width: 1140px;
}

.wellbeing-dropdowns {
  max-width: 1140px;
}

.list-item-13 {
  list-style-type: none;
}

.list-item-14 {
  list-style-type: none;
}

.list-item-15 {
  list-style-type: none;
}

.text-block-15 {
  display: inline-block;
  margin-top: 17px;
  padding-left: 20px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.columns-41 {
  margin-top: 20px;
}

.during-fire-link {
  width: 100%;
  height: 100%;
  background-color: #9c3025;
}

.more-info-text {
  padding-bottom: 5%;
  color: #555;
  font-weight: 300;
  text-align: center;
}

.text-block-14 {
  display: block;
  width: 100%;
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.text-block-14:hover {
  text-decoration: underline;
}

.text-span-8 {
  color: #9c3025;
  font-weight: 700;
}

.text-span-8:hover {
  text-decoration: underline;
}

.column-26 {
  height: 80px;
  background-color: #9c3025;
}

.fireban-col {
  height: 80px;
  background-image: url('../images/total-fireban.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-span {
  font-size: 35px;
  font-weight: 300;
}

.bushfire-publications-col {
  height: 80px;
  background-image: url('../images/bushfire-publications.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bushfire-category-links {
  width: 100%;
  padding: 5%;
}

.publications-link {
  width: 100%;
  height: 100%;
  background-color: #9c3025;
}

.column-27 {
  height: 80px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.fireban-link {
  width: 100%;
  height: 100%;
  background-color: #9c3025;
}

.more-info-container {
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
}

.during-bushfire-col {
  height: 80px;
  background-image: url('../images/more-information-during.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-wrapper {
  width: 100%;
  margin-top: 100px;
}

.submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.navmenu-wrapper {
  width: 1140px;
  text-align: center;
}

.link-30 {
  display: inline-block;
  margin: 10px 3px;
  padding: 5px 10px;
  color: #9c3025;
}

.link-30:hover {
  background-color: #9c3025;
  color: #fff;
  text-decoration: none;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-subheading {
    min-height: 82px;
    margin-right: 100px;
    margin-left: 100px;
  }
  .main-section {
    padding: 40px 10px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo {
    width: 70px;
    height: auto;
  }
  .footer-text {
    margin-right: 0px;
    padding-right: 10px;
  }
  .copyright-text {
    margin-left: -60px;
    font-size: 9px;
  }
  .link {
    padding-right: 0px;
    font-size: 12px;
  }
  .link-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 9px;
  }
  .link-3 {
    padding-right: 15px;
    font-size: 9px;
  }
  .link-5 {
    padding-right: 15px;
    font-size: 9px;
  }
  .link-6 {
    padding-right: 15px;
    font-size: 9px;
  }
  .link-7 {
    font-size: 9px;
  }
  .list-item-8 {
    width: 100%;
  }
  .list-2 {
    width: 80%;
    margin-left: -53px;
  }
  .html-embed {
    margin-left: -108px;
  }
  .dropdown {
    position: relative;
    left: auto;
    top: 30px;
    right: 24px;
    bottom: auto;
  }
  .main-section-abf {
    padding: 40px 10px;
  }
  .main-section-abf.bottom-padding-abf {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-23 {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }
  .text-area {
    width: 100%;
    max-width: 100%;
    float: left;
  }
  .section-title-left {
    font-size: 26px;
  }
  .text-block-13 {
    margin-top: 6px;
    font-size: 14px;
  }
  .dropdown-3 {
    display: block;
    margin-top: 0px;
    color: #555;
  }
  .returning-home-intro {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-28 {
    min-height: 400px;
    background-position: 50% 50%;
  }
  .dropdown-list-3.w--open {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .dropdown-determine-cause {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-electricity {
    width: 100%;
    margin-top: 20px;
  }
  .div-block-23 {
    display: none;
  }
  .div-block-27 {
    display: none;
  }
  .div-block-28 {
    display: none;
  }
  .div-block-29 {
    position: absolute;
    left: 25px;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
  }
  .div-block-31._1 {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .div-block-31._2 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
    border-bottom-style: none;
  }
  .div-block-31._3 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
    border-bottom-style: none;
  }
  .div-block-31._4 {
    padding-top: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
  }
  .div-block-31._3 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
    border-bottom-style: none;
  }
  .div-block-31._2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
    border-bottom-style: none;
  }
  .div-block-31._4 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
  }
  .div-block-31._1 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .columns-32 {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .answer {
    padding-left: 0px;
  }
  .div-block-42 {
    width: 300px;
    -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;
  }
  .dropdown-toggle-11 {
    margin-top: -10px;
    margin-bottom: -4px;
  }
  .dropdown-link-6 {
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
  }
  .dropdown-link-6.last {
    border-bottom-style: none;
  }
  .column-80 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .column-81 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .image-43 {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
  }
  .link-block-2:hover {
    color: #fff;
    text-decoration: underline;
  }
  .link-block-2.warning {
    background-color: #9c3025;
  }
  .columns-38 {
    display: block;
    height: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .image-42 {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .dropdown-list-2.w--open {
    position: relative;
    top: 4px;
    width: 300px;
  }
  .column-92 {
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .anchor-links-archive {
    padding-top: 55px;
  }
  .anchor-links {
    padding-top: 0%;
    padding-bottom: 0%;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    border-left-width: 1px;
    border-left-color: #000;
  }
  .left-border---grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph {
    margin-top: -12px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph.planned-burning {
    margin-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .left-border---red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sml-heading {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-home-building-property {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-dealing-media {
    width: 100%;
    margin-top: 20px;
  }
  .insurance-repairs-1 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .recovering-household-02 {
    padding-top: 40px;
  }
  .columns-35 {
    width: 100%;
  }
  .div-block-39 {
    height: 250px;
    background-position: 50% 60%;
  }
  .heading-3.main-subheading {
    margin-top: 0px;
  }
  .insurance-repairs-rebuilding {
    padding-top: 5%;
  }
  .wellbeing-2 {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .leaving-home-wrapper {
    width: 100%;
  }
  .div-block-44 {
    height: 250px;
    background-position: 50% 50%;
  }
  .recovering-household-items {
    padding-top: 5%;
  }
  .dropdown-home-building-property-button {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-bedroom {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-kitchen {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-furniture {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-other {
    width: 100%;
    margin-top: 20px;
  }
  .leavehome-pic {
    height: 250px;
    background-position: 50% 60%;
  }
  .dropdown-securing-home {
    width: 100%;
    margin-top: 20px;
  }
  .dorpdown-entitlements {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-adress-details {
    width: 100%;
    margin-top: 20px;
  }
  .your-wellbeing {
    padding-top: 5%;
  }
  .livestock-pic {
    height: 250px;
    background-position: 50% 60%;
  }
  .lifestock {
    padding-top: 0px;
  }
  .wellbeing-pic {
    height: 250px;
    background-position: 50% 60%;
  }
  .dropdown-traumatic-exp {
    width: 100%;
    margin-top: 20px;
  }
  .dropdown-lookafteryourself {
    width: 100%;
    margin-top: 20px;
  }
  .dorpdown-help {
    width: 100%;
    margin-top: 20px;
  }
  .recovering-household-01 {
    padding-right: 2%;
    padding-left: 0px;
  }
  .leaving-home-1 {
    margin-bottom: 15px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .lifestock-1 {
    padding-right: 0%;
    padding-left: 0px;
  }
  .welllbeing-1 {
    padding-right: 0%;
    padding-left: 0px;
  }
  .dropdown-rebuilding-home {
    width: 100%;
    margin-top: 20px;
  }
  .insurance-container {
    padding-right: 0%;
    padding-left: 2%;
  }
  .leaving-your-home-container {
    padding-right: 0%;
    padding-left: 2%;
  }
  .lifestock-container {
    padding-right: 0%;
    padding-left: 2%;
  }
  .wellbeing-container {
    padding-left: 2%;
  }
  .recovering-items-container {
    padding-left: 2%;
  }
  .submenu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-location {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .link-wildstock {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .link-bushfire {
    display: inline-block;
    margin-bottom: 20px;
  }
  .link-returninghome {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .link-recoveringitems {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .link-insurance {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .link-yourwellbeing {
    display: inline-block;
    padding-bottom: 0px;
  }
  .div-block-45.hide {
    display: inline-block;
  }
  .div-block-46 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .link-26 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .livestock-icon-text {
    top: 55px;
  }
  .leaving-home-icon-text {
    top: 55px;
  }
  .after-a-bushfire-icon-text {
    position: relative;
    top: 55px;
  }
  .your-wellbeing-icon-text {
    position: relative;
    top: 55px;
  }
  .insurance-repairs-icon-text {
    position: relative;
    top: 50px;
  }
  .recovering-household-items-icon-text {
    position: relative;
    top: 50px;
  }
  .returning-home-icon-text {
    position: relative;
    top: 55px;
    padding-bottom: 0px;
  }
  .text-block-15 {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .columns-41 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .text-block-14 {
    padding-bottom: 10px;
  }
  .columns-42 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .text-span {
    font-size: 30px;
  }
  .bushfire-category-links {
    padding: 5%;
  }
  .column-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .more-info-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-30 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 30px;
  }
  .hero-subheading {
    min-height: auto;
    margin-right: 80px;
    margin-left: 80px;
    font-size: 14px;
  }
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .copyright-text {
    padding-top: 20px;
    text-align: center;
  }
  .columns-4 {
    padding-top: 0px;
  }
  .column-7 {
    text-align: center;
  }
  .column-8 {
    text-align: center;
  }
  .button-3 {
    display: none;
  }
  .html-embed {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .column-17 {
    text-align: center;
  }
  .column-18 {
    display: none;
    padding-left: 125px;
  }
  .column-19 {
    display: none;
  }
  .dropdown {
    top: 50px;
  }
  .link-block {
    display: none;
  }
  .main-section-abf {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section-abf.bottom-padding-abf {
    padding-bottom: 0px;
  }
  .column-23 {
    padding-top: 5%;
    border-right-style: none;
  }
  .section-title-left {
    font-size: 28px;
    text-align: left;
  }
  .section-title-center {
    font-size: 28px;
  }
  .returning-home-intro {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero-section-recovering-from-a-bushfire {
    height: 440px;
    padding-top: 20px;
  }
  .column-28 {
    height: 250px;
    min-height: 250px;
    border-left-style: none;
  }
  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-after-bushfire {
    width: 100%;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .dropdown-determine-cause {
    margin-top: 20px;
  }
  .dropdown-electricity {
    margin-top: 20px;
  }
  .columns-32 {
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-32.navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-38 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .dropdown-list-2 {
    width: 100%;
  }
  .dropdown-list-2.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .anchor-links-archive {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .anchor-links {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .paragraph {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph.planned-burning.no-padding {
    display: inline-block;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .sml-heading {
    padding-left: 5px;
  }
  .tip-after-bushfire {
    width: 100%;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .dropdown-home-building-property {
    margin-top: 20px;
  }
  .dropdown-dealing-media {
    margin-top: 20px;
  }
  .recovering-household-02 {
    position: static;
    margin-top: 20px;
    padding-top: 3%;
  }
  .div-block-39 {
    position: static;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0%;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .heading-3.main-subheading {
    margin-top: 0px;
    line-height: 28px;
  }
  .wellbeing-2 {
    margin-bottom: 15px;
  }
  .dropdown-home-building-property-button {
    margin-top: 20px;
  }
  .dropdown-bedroom {
    margin-top: 0px;
  }
  .dropdown-kitchen {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dropdown-furniture {
    margin-top: 0px;
  }
  .dropdown-other {
    margin-top: 20px;
  }
  .dropdown-securing-home {
    margin-top: 0px;
  }
  .dorpdown-entitlements {
    margin-top: 0px;
  }
  .dropdown-adress-details {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lifestock {
    padding-top: 5%;
  }
  .dropdown-traumatic-exp {
    margin-top: 0px;
  }
  .dropdown-lookafteryourself {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dorpdown-help {
    margin-top: 0px;
  }
  .recovering-household-01 {
    position: static;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .leaving-home-1 {
    margin-bottom: 15px;
  }
  .dropdown-rebuilding-home {
    margin-top: 20px;
  }
  .leaving-your-home-container {
    padding-right: 2%;
  }
  .lifestock-container {
    padding-left: 0%;
  }
  .wellbeing-container {
    padding-left: 0%;
  }
  .recovering-items-container {
    margin-bottom: 15px;
    padding-left: 0%;
  }
  .submenu-wrapper {
    display: block;
    margin-top: -20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .link-location {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0px 10px 15px;
    background-size: 30px;
  }
  .link-location:hover {
    background-size: 30px;
  }
  .link-wildstock {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0px 10px;
    background-size: 30px;
  }
  .link-wildstock:hover {
    background-size: 30px;
  }
  .link-bushfire {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    background-size: 30px;
  }
  .link-bushfire:hover {
    background-size: 30px;
  }
  .link-returninghome {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-bottom: 5px;
    background-size: 30px;
  }
  .link-returninghome:hover {
    background-size: 30px;
  }
  .link-recoveringitems {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-bottom: 0px;
    background-size: 30px;
  }
  .link-recoveringitems:hover {
    background-size: 30px;
  }
  .link-insurance {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0px 10px 15px;
    background-size: 30px;
  }
  .link-insurance:hover {
    background-size: 30px;
  }
  .link-yourwellbeing {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    background-size: 30px;
  }
  .link-yourwellbeing:hover {
    background-size: 30px;
  }
  .main-navigation {
    display: block;
    height: auto;
  }
  .dropdown-list-4 {
    background-color: #f8f8f8;
  }
  .dropdown-list-4.w--open {
    color: #9c3025;
  }
  .div-block-46 {
    display: none;
  }
  .dropdown-link-2 {
    padding-left: 10%;
    color: #9c3025;
  }
  .dropdown-link-2:hover {
    text-decoration: underline;
  }
  .icon-2 {
    right: 5%;
  }
  .link-26 {
    font-size: 12px;
  }
  .dropdown-2 {
    display: block;
    width: 100%;
  }
  .dropdown-toggle-3 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    background-color: #9c3025;
    color: #fff;
    font-size: 16px;
  }
  .dropdown-toggle-3.w--open {
    width: 100%;
  }
  .livestock-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leaving-home-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .after-a-bushfire-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .your-wellbeing-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insurance-repairs-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recovering-household-items-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .returning-home-icon-text {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-15 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .columns-41 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .more-info-text {
    padding-right: 50px;
    padding-left: 50px;
  }
  .text-block-14 {
    margin-top: 0px;
    padding-top: 10px;
    color: #fff;
  }
  .column-26 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    background-color: transparent;
  }
  .fireban-col {
    height: 100px;
    background-position: 50% 50%;
  }
  .columns-42 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .text-span {
    display: block;
    font-size: 24px;
    text-align: center;
  }
  .bushfire-publications-col {
    height: 100px;
    background-position: 50% 50%;
  }
  .bushfire-category-links {
    padding: 5%;
  }
  .column-27 {
    height: auto;
    border-style: none solid;
    border-right-width: 1px;
    border-right-color: #c7c7c7;
    border-left-width: 1px;
    border-left-color: #c7c7c7;
    text-align: center;
  }
  .during-bushfire-col {
    height: 100px;
    background-position: 50% 50%;
  }
  .submenu {
    display: block;
    height: auto;
  }
  .navmenu-wrapper {
    display: none;
  }
  .link-30 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .navbar {
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
  }
  .hero-heading {
    line-height: 30px;
  }
  .hero-subheading {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 20px;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-section {
    position: relative;
  }
  .logo {
    display: inline-block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .copyright-text {
    margin-left: 0px;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-3 {
    display: none;
  }
  .dropdown {
    position: static;
    width: 100%;
    min-width: 250px;
    margin-top: 55px;
    float: right;
  }
  .main-section-abf {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-section-abf.bottom-padding-abf {
    padding-bottom: 0px;
  }
  .column-23 {
    height: auto;
    padding-top: 5%;
    padding-right: 20px;
    padding-left: 20px;
    border-right-style: none;
  }
  .text-area {
    height: auto;
  }
  .section-title-left {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }
  .text-block-13 {
    margin-left: 36px;
    padding-left: 5px;
    font-size: 12px;
  }
  .dropdown-3 {
    color: #555;
  }
  .section-title-center {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
  }
  .paragraph-center {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .returning-home-intro {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .hero-section-recovering-from-a-bushfire {
    height: 430px;
    padding-top: 5px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .info-after-bushfire {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .div-block-29 {
    position: absolute;
    left: auto;
  }
  .columns-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .question-arrow-icon {
    margin-left: 16px;
  }
  .answer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-toggle-11 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-link-6 {
    white-space: normal;
  }
  .column-80 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .column-81 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .image-43 {
    margin-left: 10px;
  }
  .link-block-2 {
    min-width: 130px;
  }
  .columns-38 {
    min-width: 320px;
  }
  .dropdown-list-2.w--open {
    position: relative;
    width: 100%;
    margin-top: -25px;
  }
  .anchor-links-archive {
    padding-right: 0%;
    padding-left: 0%;
  }
  .anchor-links {
    padding-top: 0%;
    padding-bottom: 5%;
  }
  .paragraph {
    margin-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .sml-heading {
    padding-left: 5px;
  }
  .tip-after-bushfire {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .heading-3.main-subheading {
    line-height: 30px;
  }
  .dropdown-traumatic-exp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submenu-wrapper {
    display: block;
    -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;
    text-align: center;
  }
  .link-location {
    width: 70px;
    height: 70px;
    margin: 10px;
    background-size: 25px;
  }
  .link-location:hover {
    background-size: 25px;
  }
  .link-wildstock {
    width: 70px;
    height: 70px;
    margin: 10px;
    background-size: 25px;
  }
  .link-wildstock:hover {
    background-size: 25px;
  }
  .link-bushfire {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-size: 25px;
  }
  .link-bushfire:hover {
    background-size: 25px;
  }
  .link-returninghome {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-size: 25px;
  }
  .link-returninghome:hover {
    background-size: 25px;
  }
  .link-recoveringitems {
    width: 70px;
    height: 70px;
    margin: 10px;
    background-size: 25px;
  }
  .link-recoveringitems:hover {
    background-size: 25px;
  }
  .link-insurance {
    width: 70px;
    height: 70px;
    margin: 10px;
    background-size: 25px;
  }
  .link-insurance:hover {
    background-size: 25px;
  }
  .link-yourwellbeing {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: 25px;
  }
  .link-yourwellbeing:hover {
    background-size: 25px;
  }
  .livestock-icon-text {
    top: 40px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 10px;
    line-height: 10px;
  }
  .leaving-home-icon-text {
    top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 10px;
  }
  .after-a-bushfire-icon-text {
    top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
  }
  .your-wellbeing-icon-text {
    top: 40px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 10px;
    line-height: 12px;
  }
  .insurance-repairs-icon-text {
    top: 37px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 9px;
    line-height: 10px;
  }
  .recovering-household-items-icon-text {
    top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 9px;
    line-height: 11px;
  }
  .returning-home-icon-text {
    top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
  }
  .text-block-15 {
    line-height: 20px;
  }
  .more-info-text {
    width: 100%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
  }
  .column-26 {
    height: auto;
    margin-top: 0px;
  }
  .text-span {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .bushfire-category-links {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .column-27 {
    height: auto;
  }
}

