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: 0px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}

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: 20px;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

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: 16px;
  line-height: 28px;
}

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

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

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}

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

figure {
  margin-top: 20px;
  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;
}

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

.hero-subheading.planned-burning {
  padding-top: 10px;
}

.hero-content {
  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;
}

.white {
  color: #efefef;
}

.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-5 {
  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-10 {
  color: #fff;
}

.dropdown-toggle-2 {
  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-2:hover {
  background-color: #222;
}

.dropdown-link {
  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:hover {
  color: #fff;
  text-decoration: underline;
}

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

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

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

.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-19 {
  position: relative;
  left: 41px;
  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;
}

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

.paragraph.conduct-a-burn {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5%;
  -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;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.paragraph.padding {
  width: 100%;
  margin-right: 0px;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 16px;
}

.paragraph.padding.white {
  color: #fff;
  text-align: center;
}

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

.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 {
  width: 170px;
  padding: 20px 2%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

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

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

.div-block-31._4 {
  width: 250px;
  padding: 20px 2%;
  border-right: 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;
}

.hero-section-planned-burning {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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/tfb-header.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.faqs {
  padding-right: 5%;
  padding-left: 5%;
}

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

.heading-3.planned-burns {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.heading-3.padding {
  padding-left: 5%;
}

.heading-4 {
  color: #555;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.heading-4.white {
  color: #fff;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-list {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.during-tfb---allowed {
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #9c3025;
  background-color: #9c3025;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.during-tfb---allowed:hover {
  background-color: #721d14;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  cursor: pointer;
}

.question-text {
  position: relative;
  z-index: 999;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 28px;
  font-weight: 300;
}

.question-arrow-icon {
  margin-bottom: 0px;
}

.question-arrow-icon.margin-right {
  margin-right: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.question-arrow-icon.hide {
  display: none;
}

.answer-1 {
  width: 100%;
  padding: 5%;
  border-right: 2px solid #9c3025;
  border-bottom: 2px solid #9c3025;
  border-left: 2px solid #9c3025;
  background-color: #f8f8f8;
  color: #777;
  text-align: left;
}

.section-9 {
  margin-top: 40px;
  padding: 40px 5%;
  background-color: #036;
}

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

.columns-38 {
  display: none;
}

.answer-2 {
  position: relative;
  display: block;
  padding: 5%;
  border-right: 2px solid #ba5b17;
  border-bottom: 2px solid #ba5b17;
  border-left: 2px solid #ba5b17;
  color: #777;
  text-align: left;
}

.answer-3 {
  position: relative;
  display: block;
  padding: 5%;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  color: #777;
  text-align: left;
}

.answer-4 {
  position: relative;
  padding: 5%;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  color: #777;
  text-align: left;
}

.answer-5 {
  width: 100%;
  padding-top: 20px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  color: #777;
  text-align: left;
}

.answer-6 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  color: #777;
  text-align: left;
}

.submenu-container {
  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---traditional-fire-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 7px;
  -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/nav-5.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link---traditional-fire-program:hover {
  border-style: solid;
  background-color: #9c3025;
  background-image: url('../images/nav-5-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.link---overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 7px;
  -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/nav-1.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---overview:hover {
  background-color: #9c3025;
  background-image: url('../images/nav-1-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-decoration: none;
}

.link---our-functions {
  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/nav-3.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link---our-functions:hover {
  background-color: #9c3025;
  background-image: url('../images/nav-3-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.link---contact-the-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 7px;
  -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/nav-8.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link---contact-the-centre:hover {
  background-color: #9c3025;
  background-image: url('../images/nav-8-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.icon-text {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

.icon-text.small {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 9px;
  line-height: 12px;
}

.submenu-wrapper {
  width: 100%;
  max-width: 1140px;
  text-align: center;
}

.link---background {
  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/nav-2.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link---background:hover {
  border-style: solid;
  background-color: #9c3025;
  background-image: url('../images/nav-2-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.link---the-facility {
  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/nav-4.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link---the-facility:hover {
  border-style: solid;
  background-color: #9c3025;
  background-image: url('../images/nav-4-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.anchor-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}

.link---resources {
  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/nav-7.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

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

.link---latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  padding-bottom: 7px;
  -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/nav-6.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555;
}

.link---latest-news:hover {
  background-color: #9c3025;
  background-image: url('../images/nav-6-white.png');
  background-position: 50% 25%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.safer-places-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #555;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.heading-5.center {
  margin-bottom: 5%;
  text-align: center;
}

.safer-places-col-1 {
  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;
}

.safer-places-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.safer-places-text {
  max-width: 1140px;
}

.paragraph-2 {
  width: 100%;
  color: #555;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-2.no-padding {
  margin-bottom: 0px;
}

.paragraph-2.small-height {
  line-height: 22px;
}

.paragraph-2.small-height.right-aligned {
  text-align: right;
}

.what-is-a-tfb {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  width: 40px;
  height: 40px;
  background-color: #036;
}

.right-arrow {
  width: 40px;
  height: 40px;
  background-color: #036;
}

.icon-3 {
  font-size: 20px;
}

.background-pic {
  height: 700px;
  background-image: url('../images/background-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.defend-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #f8f8f8;
}

.defend-text.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.defend-image {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/tfb-prescribed-activities.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.prepare-to-defend-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background {
  width: 100%;
}

.heading-7 {
  position: absolute;
  bottom: 75px;
  z-index: 1;
  display: inline-block;
  margin-left: 5%;
  padding: 10px 15px;
  background-color: rgba(0, 51, 102, 0.8);
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.heading-8 {
  position: absolute;
  bottom: 31px;
  z-index: 1;
  display: inline-block;
  margin-left: 5%;
  padding: 10px 15px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Nunito, sans-serif;
  color: #036;
  font-size: 20px;
  font-weight: 400;
}

.link-26 {
  color: #036;
}

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

.background-part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.list-9 {
  padding-left: 0px;
  color: #555;
  font-size: 16px;
  line-height: 45px;
  font-weight: 300;
  list-style-type: none;
}

.list-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-44 {
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 5px;
  background-color: #9c3025;
  color: #fff;
}

.paragraph-3.timeline {
  margin-right: 10px;
  padding: 0%;
  background-color: transparent;
  font-size: 15px;
}

.paragraph-3.timeline.no-background {
  color: #555;
}

.background-pic-2 {
  height: 700px;
  background-image: url('../images/background-image-2.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-10 {
  padding-left: 20px;
  color: #555;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.list-10.padding {
  width: 100%;
  margin-left: 20px;
  padding-left: 5%;
}

.column-93 {
  padding-right: 5%;
}

.facility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  -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;
}

.heading-9 {
  position: absolute;
  left: 36%;
  right: 36%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -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: #fff;
  font-family: Nunito, sans-serif;
  color: #036;
  font-size: 35px;
  font-weight: 300;
}

.div-block-44 {
  z-index: 1;
  width: 100%;
  height: 500px;
}

.image-45 {
  width: 100%;
}

.div-block-45 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.2);
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-right: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-2 {
  width: 100%;
  height: auto;
  min-height: 1px;
  margin-top: 3%;
  background-color: transparent;
}

.lightbox-link-3 {
  display: block;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-39 {
  width: 100%;
  height: auto;
  min-height: 1px;
  padding-top: 10px;
}

.prescribed-activities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.traditional-fire-program-pic {
  height: 820px;
  background-image: url('../images/tfb-prescribed-activities.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.latest-news {
  width: 100%;
  padding: 5%;
  background-color: transparent;
}

.link-27 {
  color: #036;
  font-size: 20px;
  font-weight: 600;
}

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

.button-13 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #036;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button-13:hover {
  color: #fff;
  text-decoration: underline;
}

.latest-news-col-1 {
  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;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-48 {
  width: 100%;
  margin-bottom: 0px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  margin-bottom: 20px;
  padding-right: 8%;
  padding-left: 8%;
  -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;
  background-color: #f8f8f8;
}

.columns-40 {
  width: 100%;
  margin-top: 5%;
}

.column-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-49 {
  height: auto;
  min-height: 1px;
  margin-bottom: 0px;
}

.div-block-48 {
  width: 100%;
  margin-right: 5%;
  margin-left: 5%;
}

.column-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  -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;
}

.columns-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 1px;
  -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;
  border: 1px solid #555;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 350px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-42 {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  padding-top: 5%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-28 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 5px 10px;
  background-color: #036;
  color: #fff;
  font-size: 16px;
}

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

.link-29 {
  color: #fff;
}

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

.contact-the-centre {
  width: 100%;
  padding: 5%;
  background-color: transparent;
}

.contact-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-51 {
  display: block;
  height: 250px;
  padding-top: 40%;
  padding-right: 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: 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;
  border: 1px solid #555;
}

.div-block-51.margin-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  padding-top: 0%;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/icon-enquiry_1icon-enquiry.png');
  background-position: 50% 35%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.div-block-51.margin-right:hover {
  background-image: url('../images/icon-enquiry-white_1icon-enquiry-white.png');
}

.div-block-51.margin-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  padding-top: 0%;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/icon-subscribe_1icon-subscribe.png');
  background-position: 50% 35%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.div-block-51.margin-left:hover {
  background-image: url('../images/icon-subscribe-white_1icon-subscribe-white.png');
}

.div-block-52 {
  padding-right: 5%;
}

.link-block-17 {
  width: 50%;
  margin-right: 10px;
  color: #555;
  text-align: center;
}

.link-block-17:hover {
  background-color: #036;
  color: #fff;
}

.link-block-18 {
  width: 50%;
  margin-left: 10px;
  color: #555;
  text-align: center;
}

.link-block-18:hover {
  background-color: #036;
  color: #fff;
}

.div-block-53 {
  padding-right: 5%;
}

.slide-nav {
  bottom: 10px;
}

.timeline {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: transparent;
}

.columns-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-44.headline {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-54 {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 100%;
  min-height: 200px;
  background-color: #eee;
}

.column-99 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036;
}

.div-block-55.margin-right {
  margin-right: 10px;
  margin-left: 0px;
}

.div-block-55.no-background {
  background-color: transparent;
}

.image-51 {
  margin-right: 10px;
  margin-bottom: 0px;
}

.image-51.margin-left {
  margin-right: 0px;
  margin-left: 10px;
}

.div-block-56 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.div-block-56.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-56.left.first {
  top: -20px;
}

.div-block-56.left.third {
  top: 1px;
}

.div-block-56.complete {
  display: none;
}

.div-block-56.second {
  top: 55px;
}

.column-101 {
  top: 20px;
  -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;
}

.div-block-57 {
  display: inline-block;
  padding: 10px 30px;
  background-color: #036;
  color: #fff;
  font-weight: 400;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.column-102 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-103 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  display: inline-block;
  padding: 10px 30px;
  background-color: #eee;
  color: #555;
  font-weight: 400;
}

.div-block-59 {
  position: relative;
  left: -57px;
  top: 42px;
  width: 120px;
  height: 1px;
  background-color: #036;
}

.div-block-59._3 {
  top: 122px;
  display: none;
}

.div-block-59._5 {
  top: 195px;
  display: none;
}

.div-block-59._7 {
  top: 267px;
  display: none;
}

.div-block-59._9 {
  top: 341px;
  display: none;
}

.div-block-59._11 {
  top: 414px;
  display: none;
}

.div-block-59._13 {
  top: 487px;
  display: none;
}

.div-block-59._15 {
  top: 563px;
  display: none;
  width: 100px;
}

.div-block-59._2 {
  left: 58px;
  top: 61px;
  display: none;
}

.div-block-59._4 {
  left: 58px;
  top: 135px;
  display: none;
}

.div-block-59._6 {
  left: 58px;
  top: 208px;
  display: none;
}

.div-block-59._8 {
  left: 58px;
  top: 281px;
  display: none;
}

.div-block-59._10 {
  left: 58px;
  top: 353px;
  display: none;
}

.div-block-59._12 {
  left: 58px;
  top: 427px;
  display: none;
}

.div-block-59._14 {
  left: 58px;
  top: 500px;
  display: none;
}

.div-block-59._16 {
  left: 58px;
  top: 573px;
  display: none;
  width: 100px;
}

.div-block-59._1 {
  display: none;
}

.column-104 {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-link {
  color: #036;
}

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

.timeline-link.hide {
  display: none;
}

.div-block-60 {
  position: relative;
  left: -57px;
  top: 42px;
  width: 120px;
  height: 1px;
  background-color: #036;
}

.div-block-60.incomplete {
  top: 109px;
  width: 100px;
  background-color: #eee;
}

.div-block-60.incomplete.two {
  left: 52px;
  top: 56px;
}

.div-block-60.incomplete.three {
  left: 52px;
  top: 147px;
}

.mobile-timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.mobile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036;
}

.mobile-wrapper.no-background {
  background-color: transparent;
}

.mobile-timeline-icon {
  margin-bottom: 0px;
}

.columns-45 {
  display: none;
}

.timeline-link-mobile {
  display: none;
  color: #036;
}

.timeline-link-mobile:hover {
  color: #036;
  text-decoration: underline;
}

.timeline-link-mobile.hide {
  display: none;
}

.form-block {
  display: none;
  width: 100%;
  margin-top: 20px;
}

.field-label {
  color: #555;
  font-weight: 400;
}

.paragraph-4 {
  width: 100%;
}

.paragraph-5 {
  width: 100%;
}

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

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

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

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

.dropdown-2 {
  display: none;
}

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

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

.div-block-62 {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 5%;
}

.rich-text-block {
  max-width: 640px;
  font-family: Nunito, sans-serif;
  color: #555;
  font-weight: 300;
}

.rich-text-block.full-width {
  width: 100%;
  max-width: 100%;
}

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

.tip-text-box-black {
  width: 100%;
  margin-bottom: 0px;
  color: #555;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.what-risk-image {
  display: block;
  width: 100%;
  height: 320px;
  background-image: url('../images/tfb-penalties.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.paragraph-6.planned-burning.no-padding {
  margin-right: 0px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-6.planned-burning.no-padding.large {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-6.planned-burning.no-padding {
  margin-right: 0px;
  margin-bottom: 0px;
}

.paragraph-6.planned-burning.no-padding.small {
  font-size: 12px;
  line-height: 18px;
}

.paragraph-6.planned-burning.no-padding.white {
  color: #fff;
}

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

.offers-text {
  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;
}

.heading-11 {
  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-11.main-subheading {
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 32px;
  line-height: 42px;
}

.heading-11.planned-burns {
  margin-top: 20px;
}

.heading-11.planned-burns.white {
  color: #fff;
}

.contact-list-section {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  text-align: left;
}

.list-item-11 {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

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

.at-risk-container {
  max-width: 1140px;
}

.penalties {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

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

.link-31 {
  color: #555;
}

.text-span-7 {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
}

.during-tfb---not-allowed {
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 24px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #555;
  background-color: #ba5b17;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.during-tfb---not-allowed:hover {
  background-color: #8d4816;
}

.dropdown-3 {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #555;
  background-color: #fff;
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-toggle-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  white-space: normal;
}

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

.text-block-17 {
  margin-left: 20px;
  line-height: 28px;
}

.image-52 {
  position: absolute;
  right: 20px;
  margin-bottom: 0px;
}

.dropdown-list-13 {
  position: relative;
}

.dropdown-list-13.w--open {
  padding: 20px 60px 40px;
  background-color: transparent;
}

.image-53 {
  margin-bottom: 0px;
}

.dropdown-evacuate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 60px;
  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/exemption-icon-2.png'), url('../images/icon-dropdown-hidden-right.png');
  background-position: 3% 50%, 95% 50%;
  background-size: 45px, 25px;
  background-repeat: no-repeat, no-repeat;
}

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

.sheltering-image {
  height: 350px;
  padding-left: 0px;
  background-image: url('../images/tfb-exemptions.jpg');
  background-position: 50% 50%;
  background-size: 680px;
}

.exemptions {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.dropdown-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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;
}

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

.dropdown-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
}

.text-block-50 {
  margin-left: 55px;
  -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;
  font-size: 16px;
  font-weight: 300;
  white-space: normal;
}

.dropdown-boxes {
  max-width: 1140px;
}

.evap-air-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.dropdown-list-5.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;
}

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

.dropdown-prepare-shelter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  background-image: url('../images/icon-dropdown-hidden-right.png'), url('../images/exemption-icon-1.png');
  background-position: 95% 50%, 3% 50%;
  background-size: 25px, 45px;
  background-repeat: no-repeat, no-repeat;
}

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

.dropdown-col-right {
  padding-right: 0px;
  padding-left: 5px;
}

.evap-aircon-wrapper {
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
}

.evapaircon-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 0px;
  -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;
}

.list-11 {
  color: #555;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.list-item-12 {
  margin-bottom: 10px;
}

.more-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #e0e0e0;
  background-color: #fff;
}

.column-30 {
  height: 80px;
  background-image: url('../images/more-information-planned-burning.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-31 {
  height: 80px;
  background-image: url('../images/more-information-at-risk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block {
  width: auto;
  padding-bottom: 5%;
  color: #555;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

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

.column-32 {
  height: 80px;
  background-image: url('../images/more-information-rural-farm-fire.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.columns-6 {
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
}

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

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

.link-block-7 {
  width: 100%;
  height: 100%;
}

.column-85 {
  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;
}

.list-padding {
  padding-bottom: 10px;
}

.button-12 {
  padding: 20px 35px;
  border: 1px solid #9c3025;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #9c3025;
  font-size: 16px;
}

.button-12:hover {
  background-color: #9c3025;
  color: #fff;
}

.button-12.video {
  font-size: 16px;
}

.link-24 {
  color: #9c3025;
}

.link-24:hover {
  color: #9c3025;
  text-decoration: underline;
}

.list-6 {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.list-6.white {
  color: #fff;
}

.columns-37 {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.text-block-47 {
  margin-left: 25px;
}

.text-block-47.video {
  margin-left: 0px;
}

.columns-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.column-88 {
  padding: 5% 3%;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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;
}

.bold-text-2 {
  color: #fff;
}

.download-the-resources {
  padding: 5%;
  background-color: #9c3025;
}

.heading-12 {
  color: #1a1a1a;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.heading-12.white {
  color: #fff;
}

.text-span-28 {
  color: #fff;
  font-size: 20px;
}

.image-21 {
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-21:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.column-84 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-84.top-aligned {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-86 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.container-17 {
  max-width: 900px;
}

.checking-for-a-tfb {
  margin-top: 5%;
  margin-bottom: 5%;
}

.heading-13 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  white-space: normal;
}

.heading-13.small {
  font-size: 16px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -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: 1px solid #555;
}

.image-54 {
  margin-bottom: 20px;
}

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

.div-block-64 {
  display: none;
  width: 100%;
  background-color: #1a1a1a;
  text-align: center;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}

.link-33 {
  color: #fff;
  text-decoration: underline;
}

.cross-icon {
  margin-bottom: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cross-icon.margin-right {
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.notification-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

.button-14:hover {
  background-color: #fff;
}

.div-block-67 {
  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;
}

.hero-wrapper {
  margin-top: 200px;
}

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

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

.link-34: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 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .hero-subheading.planned-burning {
    line-height: 24px;
  }

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

  .dropdown-toggle-2 {
    margin-top: -10px;
    margin-bottom: -4px;
  }

  .dropdown-link {
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
  }

  .dropdown-link.last {
    border-bottom-style: none;
  }

  .dropdown-list-2.w--open {
    position: relative;
    top: 4px;
    width: 300px;
  }

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

  .paragraph {
    margin-top: -12px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.conduct-a-burn {
    width: 100%;
    margin-bottom: 5%;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 24px;
  }

  .paragraph.padding {
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .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 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    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._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._4 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #fff;
    border-top-style: none;
  }

  .columns-32 {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faqs {
    margin: 5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-3.padding {
    padding-left: 0%;
  }

  .heading-4 {
    margin-bottom: 20px;
  }

  .container-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-list {
    width: 100%;
  }

  .during-tfb---allowed {
    margin-bottom: 0px;
    padding: 5%;
  }

  .question-text {
    margin-left: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .answer-1 {
    padding-left: 5%;
  }

  .section-9 {
    margin-top: 0px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .columns-38 {
    display: block;
    height: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-92 {
    height: 50px;
    padding-right: 0px;
    padding-left: 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;
  }

  .image-42 {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .image-43 {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .answer-2 {
    margin-bottom: 0px;
    padding-left: 5%;
  }

  .answer-3 {
    margin-bottom: 20px;
    padding-left: 5%;
  }

  .answer-4 {
    padding-left: 5%;
  }

  .answer-5 {
    padding-left: 0px;
  }

  .answer-6 {
    padding-left: 0px;
  }

  .link---traditional-fire-program {
    margin-right: 10px;
  }

  .link---overview {
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .link---our-functions {
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .link---contact-the-centre {
    margin-right: 0px;
    padding-bottom: 18px;
  }

  .icon-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-text.small {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 12px;
  }

  .link---background {
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .link---the-facility {
    margin-right: 10px;
  }

  .anchor-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link---resources {
    margin-right: 10px;
    padding-bottom: 18px;
  }

  .link---latest-news {
    margin-right: 10px;
    padding-bottom: 18px;
  }

  .safer-places-col-2 {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }

  .safer-places-col-1 {
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .safer-places-columns {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
  }

  .safer-places-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .background-pic {
    height: 300px;
  }

  .defend-text {
    height: auto;
    padding: 5%;
  }

  .defend-image {
    height: 250px;
    padding-right: 0px;
    background-position: 50% 50%;
  }

  .prepare-to-defend-text {
    width: 100%;
  }

  .background-part-2 {
    display: block;
  }

  .paragraph-3.timeline {
    font-size: 12px;
  }

  .background-pic-2 {
    height: 300px;
  }

  .list-10.padding {
    padding-left: 0%;
  }

  .column-93 {
    padding-right: 0%;
  }

  .facility {
    height: 300px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-9 {
    left: 30%;
    right: 30%;
  }

  .div-block-44 {
    height: 300px;
  }

  .div-block-45 {
    height: 300px;
  }

  .container-15 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .prescribed-activities {
    display: block;
  }

  .traditional-fire-program-pic {
    height: 300px;
  }

  .latest-news-col-1 {
    padding-top: 0%;
  }

  .div-block-46 {
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-47 {
    min-height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .column-95 {
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-41 {
    border-bottom-style: none;
  }

  .columns-41.no-border {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .div-block-49 {
    min-height: 1px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-50 {
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 5%;
  }

  .contact-columns {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-51.margin-right {
    height: 250px;
    padding-bottom: 25px;
    background-position: 50% 20%;
  }

  .div-block-51.margin-left {
    height: 250px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 20%;
  }

  .div-block-52 {
    padding-right: 0%;
    padding-bottom: 5%;
  }

  .div-block-53 {
    padding-right: 0%;
  }

  .div-block-56.complete {
    display: none;
  }

  .column-101 {
    white-space: nowrap;
  }

  .div-block-59._3 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._5 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._7 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._9 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._11 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._13 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._15 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .div-block-59._2 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._4 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._6 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._8 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._10 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._12 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._14 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._16 {
    left: 30px;
    display: none;
    width: 50px;
  }

  .div-block-59._1 {
    left: -30px;
    display: none;
    width: 50px;
  }

  .column-104 {
    white-space: nowrap;
  }

  .div-block-60.incomplete {
    left: -20px;
    width: 50px;
  }

  .div-block-60.incomplete.two {
    left: 28px;
  }

  .div-block-60.incomplete.three {
    left: 28px;
  }

  .mobile-timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .mobile-wrapper {
    margin-left: 0px;
  }

  .mobile-timeline-icon {
    margin-left: 10px;
  }

  .columns-45 {
    display: none;
  }

  .navmenu-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-61.hide {
    display: inline-block;
  }

  .link-30 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .rich-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-border---red---white-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    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;
  }

  .what-risk-image {
    height: 250px;
    margin-top: 20px;
    background-position: 50% 60%;
  }

  .paragraph-6 {
    margin-top: -12px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-6.planned-burning {
    margin-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .leaving-home-wrapper {
    width: 100%;
    padding-right: 0px;
  }

  .offers-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-11.main-subheading {
    margin-top: 0px;
  }

  .heading-11.planned-burns {
    margin-top: 0px;
    margin-bottom: 10px;
  }

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

  .at-risk-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    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: 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;
  }

  .penalties {
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .offers-image {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .during-tfb---not-allowed {
    margin-bottom: 0px;
    padding: 5%;
  }

  .dropdown-evacuate {
    width: 100%;
  }

  .sheltering-image {
    height: 250px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .dropdown-4 {
    display: block;
    color: #555;
  }

  .dropdown-col-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-50 {
    margin-top: 6px;
    font-size: 14px;
  }

  .evap-air-columns {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-list-5.w--open {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .dropdown-prepare-shelter {
    width: 100%;
  }

  .dropdown-col-right {
    padding-right: 10px;
    padding-left: 10px;
  }

  .evapaircon-col1 {
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .more-information {
    padding-top: 5%;
    border-right-style: none;
  }

  .text-block {
    width: auto;
  }

  .text-block-15 {
    margin-top: 0px;
    font-size: 14px;
  }

  .text-span {
    font-size: 30px;
  }

  .column-27 {
    padding-top: 10px;
  }

  .columns-6 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .text-block-14 {
    padding-bottom: 10px;
  }

  .column-85 {
    padding-top: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-12.video {
    display: inline-block;
  }

  .list-6 {
    font-size: 14px;
    line-height: 24px;
  }

  .columns-36 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-84 {
    margin-bottom: 5%;
    padding-left: 5%;
    text-align: left;
  }

  .column-86 {
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
  }

  .checking-for-a-tfb {
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .heading-13.small {
    font-size: 14px;
  }

  .div-block-63 {
    height: auto;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .notification-form {
    width: 100%;
  }

  .link-34 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
  }

  .hero-subheading {
    margin-right: 80px;
    margin-left: 80px;
    font-size: 14px;
  }

  .hero-subheading.planned-burning {
    margin-bottom: 10px;
    padding-top: 5px;
    line-height: 20px;
  }

  .hero-content {
    margin-top: 0px;
  }

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

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

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

  .paragraph {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph.conduct-a-burn {
    font-size: 14px;
  }

  .paragraph.padding {
    font-size: 14px;
  }

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

  .hero-section-planned-burning {
    height: 440px;
    padding-top: 20px;
  }

  .faqs {
    margin-right: 0%;
    margin-left: 0%;
  }

  .heading-3.planned-burns {
    margin-top: 0px;
    line-height: 28px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .container-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-list {
    width: 100%;
  }

  .during-tfb---allowed {
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    font-size: 30px;
  }

  .columns-38 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .submenu-container {
    display: block;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    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---traditional-fire-program {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0px 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 30px;
  }

  .link---traditional-fire-program:hover {
    background-size: 30px;
  }

  .link---overview {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    background-size: 30px;
  }

  .link---overview:hover {
    background-size: 30px;
  }

  .link---our-functions {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0px 10px 15px;
    padding-right: 2px;
    padding-left: 2px;
    background-size: 30px;
  }

  .link---our-functions:hover {
    background-size: 30px;
  }

  .link---contact-the-centre {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 30px;
  }

  .link---contact-the-centre:hover {
    background-size: 30px;
  }

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

  .icon-text.small {
    top: 55px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link---background {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    background-size: 30px;
  }

  .link---background:hover {
    background-size: 30px;
  }

  .link---the-facility {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0px 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 30px;
  }

  .link---the-facility:hover {
    background-size: 30px;
  }

  .anchor-links {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .link---resources {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 30px;
  }

  .link---resources:hover {
    background-size: 30px;
  }

  .link---latest-news {
    display: inline-block;
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 30px;
  }

  .link---latest-news:hover {
    background-size: 30px;
  }

  .safer-places-col-2 {
    display: block;
    height: auto;
    border-right-style: none;
    background-image: none;
  }

  .heading-5 {
    font-size: 30px;
  }

  .safer-places-col-1 {
    padding-right: 0%;
  }

  .safer-places-columns {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-2.no-padding {
    line-height: 24px;
  }

  .slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-3.timeline {
    line-height: 18px;
  }

  .list-10.padding {
    font-size: 14px;
    line-height: 24px;
  }

  .facility {
    height: 250px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .heading-9 {
    left: 25%;
    right: 25%;
  }

  .div-block-44 {
    height: 250px;
  }

  .div-block-45 {
    height: 250px;
  }

  .slider-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-27 {
    font-size: 16px;
  }

  .button-13 {
    font-size: 16px;
  }

  .latest-news-col-1 {
    padding-right: 10px;
  }

  .columns-40 {
    margin-top: 5%;
  }

  .contact-columns {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-51.margin-right {
    height: 200px;
    padding-bottom: 10px;
  }

  .div-block-51.margin-left {
    height: 200px;
    padding-bottom: 10px;
  }

  .link-block-17 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .link-block-18 {
    width: 100%;
    margin-left: 0px;
  }

  .timeline {
    padding-right: 5%;
    padding-left: 5%;
  }

  .columns-44 {
    display: none;
    width: 480px;
  }

  .div-block-54 {
    min-height: 200px;
  }

  .column-99 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-55.margin-right.no-background {
    top: 38px;
  }

  .div-block-55.no-background {
    position: relative;
    top: 18px;
  }

  .div-block-55.no-background.trial {
    top: -46px;
  }

  .div-block-56.left.first {
    top: 10px;
  }

  .column-101 {
    white-space: normal;
  }

  .div-block-57 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .heading-10 {
    font-size: 12px;
    text-align: left;
  }

  .div-block-58 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-59._3 {
    top: 161px;
  }

  .div-block-59._5 {
    top: 268px;
  }

  .div-block-59._7 {
    top: 366px;
  }

  .div-block-59._9 {
    top: 468px;
  }

  .div-block-59._11 {
    top: 565px;
  }

  .div-block-59._13 {
    top: 670px;
  }

  .div-block-59._15 {
    top: 793px;
  }

  .div-block-59._2 {
    top: 78px;
  }

  .div-block-59._4 {
    top: 186px;
  }

  .div-block-59._6 {
    top: 289px;
  }

  .div-block-59._8 {
    top: 385px;
  }

  .div-block-59._10 {
    top: 492px;
  }

  .div-block-59._12 {
    top: 594px;
  }

  .div-block-59._14 {
    top: 701px;
  }

  .div-block-59._16 {
    top: 832px;
  }

  .div-block-59._1 {
    top: 48px;
  }

  .column-104 {
    white-space: normal;
  }

  .timeline-link {
    display: none;
  }

  .timeline-link.show {
    display: block;
  }

  .div-block-60 {
    display: none;
  }

  .div-block-60.incomplete {
    top: 132px;
    display: none;
  }

  .div-block-60.incomplete.two {
    top: 67px;
    display: none;
  }

  .div-block-60.incomplete.three {
    top: 183px;
  }

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

  .mobile-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .timeline-icon {
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .columns-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline-link-mobile {
    display: block;
  }

  .navmenu-wrapper {
    display: none;
  }

  .dropdown-link-2 {
    padding-left: 10%;
    color: #9c3025;
  }

  .icon {
    right: 5%;
  }

  .submenu {
    display: block;
    height: auto;
  }

  .dropdown-2 {
    display: block;
    width: 100%;
  }

  .dropdown-toggle-12 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    background-color: #9c3025;
    color: #fff;
    font-size: 16px;
  }

  .dropdown-toggle-12.w--open {
    width: 100%;
  }

  .link-30 {
    font-size: 12px;
  }

  .dropdown-list-12 {
    background-color: #f8f8f8;
  }

  .dropdown-list-12.w--open {
    color: #9c3025;
  }

  .rich-text-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tip-text-box-black {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .paragraph-6.planned-burning.no-padding.large {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-11.main-subheading {
    margin-top: 0px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-11.planned-burns {
    margin-top: 0px;
    line-height: 28px;
  }

  .at-risk-container {
    padding-left: 0%;
  }

  .during-tfb---not-allowed {
    padding-right: 24px;
    padding-left: 24px;
  }

  .dropdown-toggle-13 {
    padding-right: 50px;
    padding-left: 15px;
  }

  .text-block-17 {
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-evacuate {
    margin-top: 20px;
  }

  .sheltering-image {
    height: 250px;
    margin-bottom: 5%;
    border-right-style: none;
    background-position: 50% 50%;
  }

  .dropdown-col-left {
    padding-right: 0%;
    padding-left: 0%;
  }

  .evap-air-columns {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .dropdown-prepare-shelter {
    margin-top: 20px;
  }

  .dropdown-col-right {
    padding-right: 0%;
    padding-left: 0%;
  }

  .evap-aircon-wrapper {
    height: auto;
  }

  .evapaircon-col1 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .more-information {
    padding-bottom: 5%;
    border-right-style: none;
  }

  .column-30 {
    height: 100px;
    background-position: 50% 50%;
  }

  .column-31 {
    height: 100px;
    background-position: 50% 50%;
  }

  .text-block {
    width: auto;
    padding-right: 0px;
    padding-bottom: 0%;
    padding-left: 0px;
  }

  .text-block-15 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .text-span {
    font-size: 30px;
    text-align: center;
  }

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

  .column-32 {
    height: 100px;
    background-position: 50% 50%;
  }

  .columns-6 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .column-26 {
    height: auto;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    background-color: transparent;
  }

  .text-block-14 {
    margin-top: 0px;
    color: #9c3025;
  }

  .lightbox-link {
    width: 100%;
  }

  .text-block-47 {
    margin-left: 0px;
  }

  .heading-12.white {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .heading-13.small {
    font-size: 16px;
  }

  .div-block-63 {
    min-height: auto;
    border-bottom-style: none;
  }

  .div-block-63.border {
    border-bottom-style: solid;
  }

  .columns-46 {
    margin-top: 0px;
  }

  .div-block-65 {
    padding-bottom: 5%;
  }

  .div-block-66 {
    margin-right: 5%;
    margin-left: 5%;
  }

  .button-14 {
    height: 50px;
    max-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .image-55 {
    margin-bottom: 0px;
  }

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

  .navmenu-wrapper-2 {
    display: none;
  }

  .link-34 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h4 {
    font-size: 18px;
  }

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

  .body {
    min-width: 320px;
  }

  .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-toggle-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .dropdown-list-2.w--open {
    position: relative;
    width: 100%;
    margin-top: -25px;
  }

  .dropdown {
    position: static;
    width: 100%;
    min-width: 250px;
    margin-top: 55px;
    float: right;
  }

  .paragraph {
    margin-right: 0px;
    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;
  }

  .hero-section-planned-burning {
    height: 430px;
    padding-top: 5px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .question-text {
    margin-left: 0px;
    font-size: 20px;
    line-height: 22px;
  }

  .columns-38 {
    min-width: 320px;
  }

  .link-block-2 {
    min-width: 130px;
  }

  .image-43 {
    margin-left: 10px;
  }

  .answer-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .answer-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .submenu-container {
    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---traditional-fire-program {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 25px;
  }

  .link---traditional-fire-program:hover {
    background-size: 25px;
  }

  .link---overview {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-size: 25px;
  }

  .link---overview:hover {
    background-size: 25px;
  }

  .link---our-functions {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin: 10px 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 25px;
  }

  .link---our-functions:hover {
    background-size: 25px;
  }

  .link---contact-the-centre {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 25px;
  }

  .link---contact-the-centre:hover {
    background-size: 25px;
  }

  .icon-text {
    top: 39px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 8.7px;
    line-height: 9.5px;
  }

  .icon-text.small {
    top: 41px;
    font-size: 8.5px;
    line-height: 9.5px;
  }

  .link---background {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin: 10px 10px 0px;
    background-size: 25px;
  }

  .link---background:hover {
    background-size: 25px;
  }

  .link---the-facility {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin: 10px 10px 0px;
    background-size: 25px;
  }

  .link---the-facility:hover {
    background-size: 25px;
  }

  .link---resources {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 25px;
  }

  .link---resources:hover {
    background-size: 25px;
  }

  .link---latest-news {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 25px;
  }

  .link---latest-news:hover {
    background-size: 25px;
  }

  .safer-places-col-2 {
    height: auto;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .safer-places-col-1 {
    padding: 0%;
  }

  .safer-places-columns {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-2.no-padding {
    line-height: 24px;
  }

  .paragraph-2.small-height.right-aligned {
    text-align: center;
  }

  .left-arrow {
    width: 30px;
    height: 30px;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
  }

  .icon-3 {
    font-size: 15px;
  }

  .list-item-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .image-44 {
    width: 25px;
  }

  .paragraph-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-3.timeline {
    margin-left: 0px;
    line-height: 18px;
  }

  .paragraph-3.timeline.no-background {
    margin-right: 0px;
    margin-left: 0px;
  }

  .list-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .facility {
    height: 180px;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .heading-9 {
    font-size: 20px;
  }

  .div-block-44 {
    height: 180px;
  }

  .div-block-45 {
    height: 180px;
  }

  .link-27 {
    font-size: 14px;
  }

  .latest-news-col-1 {
    padding: 0%;
  }

  .columns-40 {
    margin-top: 10%;
  }

  .div-block-48 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .columns-41 {
    display: block;
  }

  .columns-41.no-border {
    display: block;
  }

  .contact-the-centre {
    padding-left: 5%;
  }

  .contact-columns {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-52 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-44 {
    width: 320px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-55.margin-right.no-background {
    position: static;
  }

  .div-block-55.no-background.trial {
    position: static;
  }

  .image-51 {
    display: block;
  }

  .div-block-56.left.complete._6 {
    top: -29px;
  }

  .div-block-56.left.complete._8 {
    top: -46px;
  }

  .div-block-56.left.complete._10 {
    top: -72px;
  }

  .div-block-56.left.complete._12 {
    top: -102px;
  }

  .div-block-56.left.first._14 {
    top: -132px;
  }

  .div-block-56.left.third {
    top: -126px;
  }

  .div-block-56.complete._3 {
    top: -27px;
  }

  .div-block-56.complete._5 {
    top: -52px;
  }

  .div-block-56.complete._7 {
    top: -75px;
  }

  .div-block-56.complete._9 {
    top: -90px;
  }

  .div-block-56.complete._11 {
    top: -106px;
  }

  .div-block-56.complete._13 {
    top: -137px;
  }

  .div-block-56.second {
    top: -140px;
  }

  .column-101 {
    height: 900px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-10 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-59._3 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._5 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._7 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._9 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._11 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._13 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._15 {
    left: -15px;
    width: 20px;
  }

  .div-block-59._2 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._4 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._6 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._8 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._10 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._12 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._14 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._16 {
    left: 15px;
    width: 20px;
  }

  .div-block-59._1 {
    left: -15px;
    width: 20px;
  }

  .column-104 {
    height: 900px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .timeline-icon {
    margin-right: 10px;
  }

  .tip-text-box-black {
    text-align: left;
  }

  .paragraph-6 {
    margin-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-11.main-subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-11.planned-burns {
    font-size: 18px;
    line-height: 24px;
  }

  .dropdown-toggle-13 {
    padding-right: 40px;
  }

  .text-block-17 {
    margin-left: 10px;
  }

  .sheltering-image {
    height: 200px;
  }

  .dropdown-4 {
    color: #555;
  }

  .dropdown-col-left {
    padding-right: 0%;
    padding-left: 0%;
  }

  .text-block-50 {
    margin-left: 36px;
    padding-left: 5px;
    font-size: 12px;
  }

  .evap-air-columns {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .dropdown-col-right {
    padding-right: 0%;
    padding-left: 0%;
  }

  .evapaircon-col1 {
    position: static;
    padding: 0%;
  }

  .more-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-style: none;
  }

  .text-block {
    width: 100%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
  }

  .text-block-15 {
    line-height: 20px;
  }

  .text-span {
    display: block;
    font-size: 20px;
    text-align: center;
  }

  .column-27 {
    height: auto;
  }

  .columns-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-26 {
    height: auto;
    margin-top: 0px;
  }

  .heading-12.white {
    font-size: 18px;
    line-height: 24px;
  }

  .button-14 {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-67 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

