/**
 * version: 0.0.1
 * file:    iwtool.css
 * author:  Squiz Australia
 * updated: Fri May 08 2020 13:51:02 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
.feature-panel::before,
.feature-panel::after {
  display: none;
}

/* Module: S */
.animal-details .container-fluid {
  max-width: 77rem;
}

.animal-details .awaiting {
  display: none;
}

.animal-details__buttons-list {
  margin-top: 3rem;
}

.animal-details__buttons-list.animal-details__buttons-list--initial {
  margin-top: 0;
}

.animal-details__buttons-list > div {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.animal-details__button,
.animal-view-contacts {
  background-color: #fff;
  color: #000;
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 0.0625rem solid #000;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  appearance: none;
}

.animal-details__button:hover, .animal-details__button:focus, .animal-details__button.animal-details__button--selected,
.animal-view-contacts:hover,
.animal-view-contacts:focus,
.animal-view-contacts.animal-details__button--selected {
  background-color: #00b7bd;
  color: #fff;
  border-color: #00b7bd;
}

.animal-details__buttons-list--initial .animal-details__button, .animal-details__buttons-list--initial
.animal-view-contacts {
  font-size: 1rem;
}

.animal-details__button.animal-details__button--view-contacts,
.animal-view-contacts.animal-details__button--view-contacts {
  background-color: #201547;
  color: #fff;
  width: 18.75rem;
  max-width: 100%;
  margin: 3rem auto 0;
  border-color: #201547;
  margin-top: 2.5rem;
}

.animal-details__button.animal-details__button--view-contacts:hover, .animal-details__button.animal-details__button--view-contacts:focus,
.animal-view-contacts.animal-details__button--view-contacts:hover,
.animal-view-contacts.animal-details__button--view-contacts:focus {
  background-color: #fff;
  color: #201547;
}

.animal-details__caution {
  background-color: #f2f2f2;
  color: #000;
  padding: 1rem;
  margin: 3rem 0 0;
  display: none;
}

.animal-details__caution.show-message {
  display: block;
}

.animal-details__caution h3 {
  margin-top: 0;
}

.caution {
  color: red;
}

.animal-details__caution__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
}

.animal-details__caution__subtitle a {
  color: inherit;
}

.animal-details__negative {
  padding: 0.625rem 0.625rem 0.625rem 4.5rem;
  margin: 3rem 0 0;
  position: relative;
  line-height: 2;
  background: #f2f2f2;
}

.animal-details__negative:before {
  content: "";
  background: url("mysource_files/information-circular.svg") no-repeat center center;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 15px;
}

.animal-details__negative a {
  color: #201547;
  font-weight: 500;
}

#animal-details-view-contacts {
  display: none;
}

#animal-details-view-contacts.present.show-message {
  display: block;
}

/* Module: S */
.feature-panel {
  background: #fff;
  color: #201547;
  overflow: hidden;
  padding: 3.125rem 0;
  position: relative;
}

.feature-panel.padding_top--half {
  padding-top: 1.5625rem;
}

.feature-panel.padding_bottom--half {
  padding-bottom: 1.5625rem;
}

.feature-panel.padding_top--no {
  padding-top: 0;
}

.feature-panel.padding_bottom--no {
  padding-bottom: 0;
}

.feature-panel::after, .feature-panel::before {
  content: '';
  position: absolute;
}

.feature-panel::after {
  border-color: transparent transparent #00b7bd;
  border-style: solid;
  border-width: 0 2.125rem 4.5625rem;
  bottom: 0;
  left: -2.125rem;
}

.feature-panel::before {
  border-color: rgba(32, 21, 71, 0.3) transparent transparent;
  border-style: solid;
  border-width: 4.5625rem 2.125rem 0;
  right: -2.125rem;
  top: 0;
}

.feature-panel .container-fluid {
  max-width: 77rem;
}

.feature-panel .feature-panel__heading {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.feature-panel .feature-panel__descr {
  color: #6f6f6f;
  font-size: 0.875rem;
  margin: 0.625rem 0 0;
  text-align: center;
}

.feature-panel .feature-panel__block {
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  transition: background 0.35s ease;
  background: #fff;
  color: inherit;
  display: block;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.feature-panel .feature-panel__block:hover, .feature-panel .feature-panel__block:focus {
  outline: none;
  background: #f2f2f2;
}

.feature-panel .feature-block__image {
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  width: 2.5rem;
}

.feature-panel .feature-block__heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.375rem 0 0;
}

.feature-panel .feature-block__descr {
  color: #6f6f6f;
  font-size: 0.875rem;
  margin: 0.6875rem 0 0;
}

.feature-panel .feature-block__descr::after {
  background: url("mysource_files/arrow.svg") no-repeat center center transparent;
  background-size: cover;
  content: '';
  display: block;
  height: 1.0625rem;
  margin: 1.25rem auto 0;
  width: 2.1875rem;
}

.feature-panel.reduced::before, .feature-panel.reduced::after,
.feature-panel.minimal::before,
.feature-panel.minimal::after {
  content: none;
}

.iwt-animal-listing {
  padding: 0;
}

.iwt-animal-listing a {
  color: #000;
}

.iwt-animal-listing a:hover {
  color: #00b7bd;
}

.iwt-animal-listing .animal-description {
  display: none;
}

.iwt-animal-listing .feature-block__image {
  width: 3.125rem;
  height: 3.125rem;
}

.iwt-animal-listing .no-results {
  text-align: center;
  padding: 1.25rem;
}

.iwt-animal-listing .no-results h2 {
  font-size: 1.3125rem;
  font-weight: 500;
}

.iwt-animal-listing .no-results p {
  font-size: 0.875rem;
}

.iwt-animal-listing .animal-block {
  overflow: hidden;
}

.iwt-animal-listing .animal-block.hide-animal-cat {
  display: none;
  flex-basis: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform-origin: top left;
  transform: scale(0);
}

.iwt-animal-listing .container-fluid {
  z-index: inherit;
}

.iwt-no-results {
  display: none;
}

.iwt-no-results.show-el {
  display: block;
}

/* Module: S */
.applicant-details .container-fluid {
  max-width: 77rem;
}

.inline-logout {
  padding: 0 0.5rem;
  font-size: 0.875rem;
  vertical-align: middle;
  white-space: nowrap;
}

.applicant-details__name {
  margin-bottom: 0;
}

.applicant-details__type {
  margin-top: 0;
  font-size: 0.875rem;
}

.applicant-details__information {
  color: #201547;
  font-size: 0.875rem;
}

.applicant-details__information dd + dt,
.applicant-details__information dt:not(:first-child) + dd {
  padding-top: 1rem;
}

.applicant-details__information dt {
  width: auto;
  min-width: 8rem;
  float: left;
  clear: left;
  padding-right: 1rem;
  font-weight: 600;
}

.applicant-details__information dt:after {
  content: ":";
}

.applicant-details__information dd {
  display: table-cell;
  font-weight: 500;
}

.buttons-list {
  padding: 0;
  margin: 2rem 0 0;
  font-size: 0.875rem;
  list-style: none;
}

.buttons-list li + li {
  margin-top: 1rem;
}

.buttons-list.buttons-list--horizontal li {
  display: inline-block;
}

.buttons-list.buttons-list--horizontal li + li {
  margin-top: 0;
  margin-left: 1rem;
}

.buttons-list a {
  min-width: 8rem;
  display: block;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.buttons-list .primary {
  background-color: #00b7bd;
  color: #fff;
}

.buttons-list .secondary {
  background-color: #201547;
  color: #fff;
}

.buttons-list .negative {
  background-color: #fff;
  color: #000;
  text-decoration: underline;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.modal__content {
  background-color: #fff;
  width: 75rem;
  max-width: calc(100% - 2rem);
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

/* Module: S */
.applicant-listing .container-fluid {
  max-width: 77rem;
}

.applicant-listing__table thead th {
  background-color: transparent;
  color: #201547;
  padding: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
}

.applicant-listing__table tbody td {
  background-color: transparent;
  border-color: #000;
  border-width: 0.0625rem 0 0 0;
}

.applicant-listing__table a {
  color: inherit;
}

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

.applicant-pagination__list {
  list-style-type: none;
  margin: 0;
  padding: 1.25rem 0;
}

.applicant-pagination__item {
  display: inline-block;
}

.applicant-pagination__item.applicant-pagination__item--current {
  color: #201547;
  font-weight: 500;
  padding: 0 1.125rem;
  text-decoration: underline;
}

.applicant-pagination__item.prev a,
.applicant-pagination__item.next a {
  color: #201547;
  text-decoration: none;
  text-transform: uppercase;
}

.applicant-pagination__item.prev a:hover, .applicant-pagination__item.prev a:active, .applicant-pagination__item.prev a:focus,
.applicant-pagination__item.next a:hover,
.applicant-pagination__item.next a:active,
.applicant-pagination__item.next a:focus {
  outline: none;
}

.applicant-pagination__item.prev a:hover .left-arrow,
.applicant-pagination__item.prev a:hover .right-arrow, .applicant-pagination__item.prev a:active .left-arrow,
.applicant-pagination__item.prev a:active .right-arrow, .applicant-pagination__item.prev a:focus .left-arrow,
.applicant-pagination__item.prev a:focus .right-arrow,
.applicant-pagination__item.next a:hover .left-arrow,
.applicant-pagination__item.next a:hover .right-arrow,
.applicant-pagination__item.next a:active .left-arrow,
.applicant-pagination__item.next a:active .right-arrow,
.applicant-pagination__item.next a:focus .left-arrow,
.applicant-pagination__item.next a:focus .right-arrow {
  background: url("mysource_files/next.svg") no-repeat center center transparent;
  transform: rotate(0deg);
}

.applicant-pagination__item.prev a:hover .right-arrow, .applicant-pagination__item.prev a:active .right-arrow, .applicant-pagination__item.prev a:focus .right-arrow,
.applicant-pagination__item.next a:hover .right-arrow,
.applicant-pagination__item.next a:active .right-arrow,
.applicant-pagination__item.next a:focus .right-arrow {
  transform: rotate(180deg);
}

.applicant-pagination__item.prev a {
  padding: 1rem 1rem 1rem 0;
}

.applicant-pagination__item.next a {
  padding: 1rem 0 1rem 1rem;
}

.applicant-pagination__item .left-arrow,
.applicant-pagination__item .right-arrow {
  background: url("mysource_files/back.svg") no-repeat center center transparent;
  display: inline-block;
  height: 1.25rem;
  width: 0.4375rem;
}

.applicant-pagination__item .left-arrow {
  position: relative;
  top: 1px;
  transform: rotate(180deg);
}

.applicant-pagination__link {
  color: #6f6f6f;
  font-size: 1rem;
  padding: 1rem;
  text-decoration: none;
}

.applicant-pagination__link:hover, .applicant-pagination__link:active, .applicant-pagination__link:focus {
  color: #201547;
  outline: none;
}

.applicant-listing .search__filter-outer--end {
  float: right;
  margin-top: 2rem;
}

.status--for-review {
  color: #000;
}

.status--approved {
  color: #007b4b;
}

.status--rejected {
  color: red;
}

.applicant-search-filtering input[type="text"].sq-form-field {
  margin: 1.1rem 0 0;
}

.applicant-search-filtering__toggle {
  color: #201647;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 2.25rem 0.625rem 0;
  position: relative;
  text-decoration: none;
}

.applicant-search-filtering__display {
  display: none;
}

.applicant-search-filtering__display.active {
  display: block;
}

/* Module: S */
.back-button {
  color: #000;
  display: inline-block;
  padding: 1rem 1rem 1rem 4.25rem;
  border-width: 0;
  margin-left: -1rem;
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.back-button:before {
  content: "";
  background-image: url("mysource_files/arrow--smoke-black.svg");
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

/* Module: S */
.contact-list {
  overflow: inherit;
}

.contact-list::after, .contact-list::before {
  display: none;
}

.contact-list .introduction {
  text-align: center;
}

.contact-list .introduction h2 {
  font-size: 1.125rem;
}

.contact-list .page-title {
  text-align: center;
}

.contact-list .page-title h2 {
  font-size: 2rem;
  font-weight: 500;
}

.contact-list .accordion .accordion__item {
  border: 1px solid #D9D9D9;
  background: #f2f2f2;
}

.contact-list .accordion .accordion__link.uber-accordion__button-active {
  background: #f2f2f2;
  color: inherit;
}

.contact-list .accordion .accordion__link.uber-accordion__button-active::after {
  background: url("mysource_files/chevron--navy.svg") no-repeat center center transparent;
}

.contact-list .contact-item {
  color: #221446;
  margin: 0.625rem 0;
  padding: 0.625rem 0 1.5625rem;
  border-bottom: 1px solid #979797;
}

.contact-list .contact-item .contact-name {
  margin: 0;
}

.contact-list .contact-item .contact-type {
  font-size: 0.8125rem;
  margin-top: 0;
}

.contact-list .contact-item .contact-details {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list .contact-item .contact-details li {
  margin-bottom: 0.4375rem;
}

.contact-list .contact-item .contact-details .contact-heading {
  color: #221446;
  font-weight: bold;
}

.contact-list .contact-item .contact-cta {
  color: #fff;
  display: block;
  padding: 0.625rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.4375rem;
}

.contact-list .contact-item .contact-cta.call-contact {
  background-color: #00b7bd;
}

.contact-list .contact-item .contact-cta.call-contact:hover {
  background-color: #009ea4;
}

.contact-list .contact-item .contact-cta.view-on-gm {
  background-color: #211346;
}

.contact-list .contact-item .contact-cta.view-on-gm:hover {
  background-color: #2a185a;
}

.contact-list .contact-item .distance {
  text-align: right;
  font-size: 0.875rem;
}

.contact-list .sq-form-question-title {
  opacity: 1;
  top: 0;
  position: relative;
  padding: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
}

.contact-list .twitter-typeahead {
  width: 100%;
  margin-top: 1.125rem;
}

.contact-list .search__input {
  font-size: 1.25rem;
  width: 100%;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

.contact-list .search__input::placeholder {
  text-transform: none;
}

.contact-list .search__input--menu {
  width: 100%;
  border: 1px solid #a9a9a9;
  background: #fff;
}

.contact-list .search__input--selectable {
  padding: 0.625rem;
  cursor: pointer;
}

.contact-list .search__input--selectable:hover {
  background: #fafafa;
}

.contact-list input[disabled] + label {
  color: #999999;
}

.contact-list input[disabled] + label::before {
  background: #cccccc;
}

.contact-list .my-current-location-note {
  font-size: 0.625rem;
}

.contact-list.hide {
  display: none;
}

.contact-list .search__submit {
  cursor: default;
}

.contact-list .sq-form-question {
  margin: 0;
}

.contact-list .suburb-search-wrapper {
  margin: 0 0 2.5rem;
}

.contact-list .sq-form-question-option-list ul {
  padding: 0;
}

.contact-list .sq-form-question-option-list ul li {
  padding-left: 1.875rem;
}

.sp {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 70px auto;
}

.sp-circle {
  border: 4px solid #000;
  border-top: 4px solid #dedede;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.search-no-results {
  padding: 1.5em 1.5em 1.5em 4.5em;
  background: #f8e81c;
  font-weight: 500;
  position: relative;
}

.search-no-results::before {
  content: '!';
  position: absolute;
  top: 34px;
  left: 25px;
  border: 2px solid #000;
  padding: .25em .8em;
  border-radius: 5em;
}

.contact-disclaimer {
  font-weight: 500;
  margin: 1.25em;
  text-align: center;
}

.accordion .accordion__item-header {
  background-color: #f2f2f2;
}

.no-result-text {
  padding: 0.625rem;
}

/* Module: S */
.iwt-tool-disclaimer {
  font-size: 0.75em;
}

.iwt-tool-disclaimer h3 {
  font-size: 1.125em;
}

.iwt-tool-disclaimer .primary {
  margin: 0 0.625em;
}

.iwt-tool-disclaimer .modal__content {
  max-height: 80vh;
  overflow-y: auto;
}

.delwp-disclaimer {
  margin-bottom: 1em;
}

/* Module: S */
.iwt-link {
  padding: 1.25rem 3.75rem;
  background: #00b7bd;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  margin: 1.25rem 0;
  width: 100%;
  text-align: center;
}

.iwt-link:hover, .iwt-link:focus {
  background: #009ea4;
}

/* Module: S */
.conditional-field {
  display: none;
}

.conditional-field.show-condition {
  display: block;
}

.conditional-field .field-note {
  margin: -25px 0 20px;
}

.find-suburb-wrapper .twitter-typeahead {
  position: relative;
}

.find-suburb-wrapper .twitter-typeahead input {
  font-size: 1.0625rem;
  border: 1px solid #dedede;
  padding: 5px;
  width: 100%;
  margin-top: -0.375rem;
  text-transform: uppercase;
}

.find-suburb-wrapper .twitter-typeahead input::placeholder {
  text-transform: none;
}

.find-suburb-wrapper .twitter-typeahead .search__input--menu {
  background: #fff;
  border: 1px solid #dedede;
  max-width: 110%;
}

.find-suburb-wrapper .twitter-typeahead .search__input--menu .no-result-text {
  padding: 10px;
}

.find-suburb-wrapper .twitter-typeahead .search__input--suggestion {
  padding: 10px;
}

.find-suburb-wrapper .twitter-typeahead .search__input--suggestion:hover, .find-suburb-wrapper .twitter-typeahead .search__input--suggestion.search__input--cursor {
  background: #f2f2f2;
  cursor: pointer;
}

.find-suburb-wrapper.suburb-hide {
  display: none;
}

.find-suburb-wrapper .suburb-row {
  margin: 0.625rem 0;
}

.find-suburb-wrapper .remove-suburb {
  margin: 0 0 0 0.625rem;
}

.find-suburb-wrapper .stored-suburbs-title {
  font-weight: 500;
}

.find-suburb-wrapper .add-suburb:disabled {
  opacity: .5;
}

.service-suburbs {
  padding: 0.9375rem;
  background: #f3f3f3;
}

.service-suburbs .sq-form-question {
  margin: 0;
}

.service-suburbs .sq-form-question label::before {
  background: #fff;
}

.service-suburbs .suburb-teaser {
  font-weight: 500;
  margin: 0;
}

.service-suburbs .suburb-search-helper {
  margin: 0.3125rem 0 0.625rem 0.4375rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.service-suburbs button {
  background: #211346;
  border: 0;
  font-weight: 500;
  color: white;
  padding: 0.3125rem 0.9375rem;
}

.service-suburbs button:hover {
  background: #341e6e;
}

.service-suburbs .sq-form-question-error {
  padding-top: 0.625rem;
}

.service-suburbs .sq-form-error {
  bottom: 0;
  top: -2px;
  margin: 0;
  max-height: 18px;
}

.sq-form-question.time-select {
  margin: 0 0 0.9375rem;
}

.sq-form-question.time-select .sq-form-question-note {
  font-size: 12px;
}

.time-block {
  margin-bottom: 0.625rem;
}

.time-block label {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.75rem;
  width: 50px;
}

.time-block .selectric-wrapper {
  display: inline-block;
  width: 2.75rem;
  height: 1.3125rem;
  padding: 0;
  margin: 0;
}

.time-block .selectric-items li {
  padding: 0.375rem 0.375rem;
}

.time-block .selectric .label {
  line-height: 20px;
  font-size: 14px;
  height: 20px;
  text-align: left;
  padding: 0 0.375rem;
}

.time-block .selectric .button {
  height: 20px;
  line-height: 29px;
}

.time-block .selectric .button:hover, .time-block .selectric .button:focus {
  background-color: 0;
}

.time-block .selectric .button:after {
  right: 0.1875rem;
}

.time-block .selectric:hover .label,
.time-block .selectric:focus .label {
  background: #f3f3f3;
}

.time-block .sq-metadata-date-wrapper {
  display: inline-block;
  color: #fff;
}

.time-block .sq-metadata-date-wrapper span:last-child {
  display: none;
}

.sq-form-question-password-verify {
  margin-top: 25px;
  position: relative;
}

.registration-form .sq-form-error {
  font-size: 13px;
}

.registration-form label {
  color: #6f6f6f;
  opacity: 1;
  padding: 0;
  font-size: 0.75rem;
  position: relative;
  top: 0;
}

.registration-form .sq-backend-smallprint {
  display: none;
}

.registration-form .sq-form-question-facade-is-empty {
  display: none;
}

.button:focus, .button:hover {
  background: 0;
}

.label-description {
  font-size: 0.6875rem;
}

.sq-form-question-tickbox-list.js_animal-list ul {
  padding: 0;
}

.sq-form-question-tickbox-list.js_animal-list li {
  padding-left: 1.8125rem;
}

.iwt-tool-tac {
  font-size: 0.875em;
}

.hours-note,
.field-note {
  font-size: 0.75em;
}

.sq-form-question-password legend {
  visibility: hidden;
}

.sq-form-question-tickbox-list legend,
.sq-form-question-option-list legend {
  opacity: 1;
  padding: 0;
  font-size: 0.75rem;
}

.file-upload .sq-form-question-facade {
  display: none;
}

/* Module: S */
.title-banner {
  border-bottom: 0.0625rem solid rgba(32, 21, 71, 0.31);
  color: #201547;
  z-index: 10;
}

.title-banner .container-fluid {
  max-width: 77rem;
}

.title-banner .title-banner__backlink-wrapper {
  background-color: #fff;
}

.title-banner .title-banner__topic-wrapper {
  display: none;
}

.title-banner .title-banner__navigation {
  display: none;
}

.title-banner .title-banner__heading-wrapper {
  background-color: #fff;
  padding: 1.875rem 0 3.125rem;
}

.title-banner .title-banner__backlink {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  margin: 1.25rem 0 0;
  text-decoration: none;
}

.title-banner .title-banner__backlink:hover, .title-banner .title-banner__backlink:focus {
  outline: none;
  text-decoration: underline;
}

.title-banner .title-banner__backlink::before {
  -webkit-transform: rotate(90deg) translate(-0.125rem, 0.125rem);
  -ms-transform: rotate(90deg) translate(-0.125rem, 0.125rem);
  transform: rotate(90deg) translate(-0.125rem, 0.125rem);
  background: url("mysource_files/chevron--navy.svg") no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 0.25rem;
  margin: 0 0.625rem 0 0;
  width: 0.5rem;
}

.title-banner .title-banner__topic {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 500;
  margin: 1rem 0;
}

.title-banner .title-banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 4.5rem;
  overflow: hidden;
  position: relative;
}

.title-banner .slick-arrow {
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e6e6e6 75%, #e6e6e6 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e6e6e6 75%, #e6e6e6 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e6e6e6 75%, #e6e6e6 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e6e6e6 75%, #e6e6e6 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e6e6e6 75%, #e6e6e6 100%);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 4.5rem;
  z-index: 5;
}

.title-banner .slick-arrow:focus {
  outline: none;
}

.title-banner .slick-arrow::after {
  background: url("mysource_files/chevron--navy.svg") no-repeat center center;
  background-size: cover;
  content: '';
  height: 0.375rem;
  position: absolute;
  top: 50%;
  width: 0.75rem;
}

.title-banner .slick-next {
  right: 0;
}

.title-banner .slick-next::after {
  -webkit-transform: rotate(270deg) translateX(25%);
  -ms-transform: rotate(270deg) translateX(25%);
  transform: rotate(270deg) translateX(25%);
  right: 0;
}

.title-banner .slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

.title-banner .slick-prev::after {
  -webkit-transform: rotate(270deg) translateX(25%);
  -ms-transform: rotate(270deg) translateX(25%);
  transform: rotate(270deg) translateX(25%);
  right: 0;
}

.title-banner .slick-list {
  padding: 0 1rem;
}

.title-banner .title-banner__item {
  display: inline-block;
  margin: 0 2.25rem 0 0;
}

.title-banner .title-banner__link {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  transition: color 0.35s ease;
  color: inherit;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1.6875rem 0 1.625rem;
  position: relative;
  text-decoration: none;
}

.title-banner .title-banner__link:hover, .title-banner .title-banner__link:focus {
  outline: none;
  color: #615c7d;
}

.title-banner .title-banner__link--active::after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: transparent transparent #00b7bd;
  border-style: solid;
  border-width: 0 0.4375rem 0.9375rem;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
}

.title-banner .title-banner__heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 0 0.8125rem;
}

.title-banner .title-banner__descr {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.title-banner--topic .title-banner__backlink-wrapper {
  background-color: #fff;
  color: #201547;
  display: block;
}

.title-banner--topic .title-banner__topic-wrapper {
  background-color: rgba(32, 21, 71, 0.7);
  color: #fff;
  display: none;
}

.title-banner--topic .title-banner__navigation {
  background-color: #e6e6e6;
  display: none;
}

.title-banner--topic .title-banner__heading-wrapper {
  background-color: #fff;
}

.title-banner--topic .title-banner__backlink::before {
  background: url("mysource_files/chevron--navy.svg") no-repeat center center;
  background-size: cover;
}

.forest-fire-management .title-banner {
  color: #242424;
}

.forest-fire-management .title-banner .title-banner__link--active::after {
  border-bottom-color: #007b4b;
}

.forest-fire-management .title-banner__social-sharing__item--facebook {
  background-image: url("mysource_files/social-facebook--smoke-black.svg");
}

.forest-fire-management .title-banner__social-sharing__item--twitter {
  background-image: url("mysource_files/social-twitter--smoke-black.svg");
}

.forest-fire-management .title-banner__social-sharing__item--linkedin {
  background-image: url("mysource_files/social-linkedin--smoke-black.svg");
}

.forest-fire-management .title-banner__social-sharing__item--email {
  background-image: url("mysource_files/social-email--smoke-black.svg");
}

.fishermans-bend .title-banner {
  color: #242424;
}

.fishermans-bend .title-banner__topic {
  color: #201547;
}

.fishermans-bend .title-banner__link:hover, .fishermans-bend .title-banner__link:focus {
  color: #666666;
}

.fishermans-bend .title-banner__link--active::after {
  border-bottom-color: #47c5de;
}

.iwt-banner a {
  color: #000;
}

.iwt-banner a:hover {
  color: #00b7bd;
}

.iwt-banner.title-banner {
  border: 0;
}

.iwt-banner.title-banner .title-banner__heading-wrapper {
  padding: 1.25rem 0;
}

.iwt-banner.title-banner .title-banner__heading {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin: 0 0 1.6875rem;
}

.iwt-banner.title-banner .title-banner__heading-wrapper {
  background-color: #f6f6f6;
}

.iwt-banner .search__input {
  padding: 0rem 1.5625rem 0.625rem 0.0625rem;
  height: inherit;
  background-color: #f6f6f6;
  font-size: 1.125rem;
  font-weight: normal;
  color: #201547;
  border-bottom: 0.125rem solid #150e2f;
  width: 100%;
}

.iwt-banner .search__input:focus {
  border-bottom: 0.125rem solid #201547;
}

.iwt-banner .search__input--menu {
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(32, 21, 71, 0.5);
  margin-top: 0.3125rem;
}

.iwt-banner .search__input--suggestion {
  padding: 1.1875rem 1.125rem;
  font-size: 1.125rem;
  background: #fff;
  color: #642667;
  font-family: 'VIC';
}

.iwt-banner .search__input--suggestion:hover {
  color: #201547;
  background: #f6f6f6;
}

.iwt-banner .search__input--selectable {
  cursor: pointer;
  color: #000;
}

.iwt-banner .search__input--cursor {
  color: #201547;
  background: #f6f6f6;
}

.iwt-banner .search__input--cursor.search__input--view-all {
  background: #201547;
  color: #fff;
}

.iwt-banner .search__input--view-all {
  background: #642667;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.iwt-banner .search__input--view-all .search__input--highlight {
  font-weight: normal;
}

.iwt-banner .search__input--view-all:hover {
  background: #642667;
  color: #fff;
}

.iwt-banner input::placeholder {
  color: #201547;
  font-weight: normal;
  letter-spacing: -0.2px;
}

.iwt-banner input:focus {
  border-bottom: 0.125rem solid #00b7bd;
}

.iwt-banner input:focus::placeholder {
  color: rgba(32, 21, 71, 0.5);
}

.iwt-banner input::-ms-clear {
  display: none;
}

.iwt-banner .search__submit {
  position: absolute;
  top: 0rem;
  right: -0.0625rem;
  width: 1.4375rem;
  height: 1.4375rem;
}

.iwt-banner .search__submit.search__submit--icon {
  display: block;
  background-size: contain;
}

.iwt-banner .search__submit.search__submit--cancel {
  display: none;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url("mysource_files/cancel.svg") no-repeat top left transparent;
  background-size: contain;
  top: 0.3125rem;
}

.iwt-banner .search-helper {
  margin: 1em 0;
}

.iwt-banner .search-description {
  display: none;
}

.iwt-banner .title-banner__descr {
  font-weight: 500;
}

.iwt-banner .search__error {
  color: #FE2424;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0;
}

.iwt-banner .twitter-typeahead {
  width: 100%;
}

.iwt-banner .related-terms {
  font-size: .8rem;
}

.landing-intro {
  font-size: 1.25rem;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .animal-details__button,
  .animal-view-contacts {
    min-height: 6rem;
  }
  /* Module: S */
  .feature-panel .feature-panel__block {
    padding: 1.5rem 0;
  }
  .iwt-animal-listing {
    padding: 10px 0;
  }
  .iwt-animal-listing .animal-description {
    display: block;
  }
  .iwt-animal-listing .feature-block__image {
    width: 3rem;
    height: 3rem;
  }
  .iwt-animal-listing .no-results {
    padding: 3.125rem 5.625rem;
  }
  .iwt-animal-listing .no-results h2 {
    margin: 1.875rem;
  }
  /* Module: S */
  .contact-list .back {
    padding: 0.625rem;
    margin: 1.625rem 0;
  }
  /* Module: S */
  .mobile-only {
    display: none;
  }
  /* Module: S */
  .time-select .selectric-wrapper {
    display: inline-block;
  }
  .time-select .selectric-wrapper .button:hover,
  .time-select .selectric-wrapper .button:focus {
    background: none;
  }
  .time-block {
    display: inline-block;
  }
  .time-block:last-child {
    margin-left: 48px;
  }
  .time-block:last-child label {
    text-align: center;
  }
  .js_animal-list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 2;
  }
  /* Module: S */
  .title-banner .title-banner__heading-wrapper {
    padding: 2rem 0 4.6875rem;
  }
  .title-banner .title-banner__heading {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 4.375rem;
  }
  .title-banner .title-banner__descr {
    font-size: 1.25rem;
  }
  .title-banner .title-banner__backlink {
    margin: 1.5625rem 0 0;
  }
  .title-banner .title-banner__backlink::before {
    -webkit-transform: rotate(180deg) translate(0, -0.125rem);
    -ms-transform: rotate(180deg) translate(0, -0.125rem);
    transform: rotate(180deg) translate(0, -0.125rem);
    background: url("mysource_files/arrow.svg") no-repeat center center;
    background-size: cover;
    height: 0.875rem;
    width: 1.6875rem;
  }
  .title-banner--topic .title-banner__topic-wrapper {
    display: block;
  }
  .title-banner--topic .title-banner__navigation {
    display: block;
  }
  .title-banner--topic .title-banner__backlink-wrapper {
    background-color: rgba(32, 21, 71, 0.7);
    color: #fff;
    display: block;
  }
  .title-banner--topic .title-banner__heading-wrapper {
    padding: 4.875rem 0 4.6875rem;
  }
  .title-banner--topic .title-banner__backlink {
    margin: 1.5625rem 0;
  }
  .title-banner--topic .title-banner__backlink::before {
    background: url("mysource_files/arrow--white.svg") no-repeat center center;
    background-size: cover;
  }
  .forest-fire-management .title-banner--topic .title-banner__backlink-wrapper, .forest-fire-management .title-banner__topic-wrapper {
    background-color: #007b4b;
    color: #fff;
  }
  .fishermans-bend .title-banner--topic .title-banner__backlink-wrapper, .fishermans-bend .title-banner__topic-wrapper {
    background-color: #9de0ee;
    color: #201547;
  }
  .fishermans-bend .title-banner__backlink::before {
    background: url("mysource_files/arrow.svg") no-repeat center center;
    background-size: cover;
  }
  .iwt-banner .search-description {
    display: block;
  }
  .iwt-banner.title-banner .title-banner__heading-wrapper {
    padding: 3.125rem 0 1.5625rem;
  }
  .iwt-banner.title-banner .title-banner__heading {
    font-size: 2.3125rem;
    line-height: 3.125rem;
    margin: 0 0 3.4375rem;
  }
  .iwt-banner .search__input {
    font-size: 1.25rem;
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .animal-details__button,
  .animal-view-contacts {
    min-height: 6rem;
  }
  /* Module: S */
  .feature-panel {
    padding: 3.75rem 0;
  }
  .feature-panel.padding_top--half {
    padding-top: 1.875rem;
  }
  .feature-panel.padding_bottom--half {
    padding-bottom: 1.875rem;
  }
  .feature-panel::after {
    border-width: 0 5.8125rem 11.875rem;
    left: -5.8125rem;
  }
  .feature-panel::before {
    border-width: 11.875rem 5.8125rem 0;
    right: -5.8125rem;
  }
  .feature-panel .feature-panel__heading {
    font-size: 2.5rem;
  }
  .feature-panel .feature-panel__descr {
    font-size: 1rem;
    margin: 0.625rem auto 2rem;
    max-width: 37.5rem;
  }
  .feature-panel .feature-panel__block {
    padding: 1.5rem 0;
  }
  .feature-panel .feature-block__heading {
    font-size: 1.25rem;
  }
  .feature-panel .feature-block__descr {
    font-size: 1rem;
  }
  /* Module: S */
  .iwt-link {
    width: auto;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=iwtool.css.map */
