/**
* @file
*
* Contains the structural requirements for the general page layout.
*/
/**
 * Contains functions and mixins for breakpoints.
 */
/**
 * Map manipulation functions.
 */
/**
* Domain region.
*/
.region-domain {
  display: none; }
  @media (min-width: 62rem) {
    .region-domain {
      display: block; } }

/**
* Content header.
*/
.content-header .layout-container {
  display: flex;
  padding: 0.5rem 0;
  justify-content: space-between; }

@media (max-width: 47.999rem) {
  .content-header .logo {
    flex: 1; } }

@media (min-width: 62rem) {
  .content-header .block-search {
    order: 1; } }

/**
* Main Content.
*/
.content-main {
  position: relative; }

/**
* Content footer.
*/
.content-footer .layout-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }

.ncc-modal .ncc-filter {
  background: #f5f5f5; }
  .ncc-modal .ncc-filter .width-container .form-actions {
    margin-top: 20px; }

.filter-results {
  position: relative;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  height: 120px;
  max-height: 0; }
  .filter-results.show {
    max-height: 120px;
    visibility: visible;
    z-index: 1; }
  .filter-results.selected {
    background: #dadae8; }
    .filter-results.selected .classification-list {
      background: #dadae8; }
  @media screen and (max-width: 1223px) {
    .filter-results {
      display: none; } }
  .filter-results.state-nsw, .filter-results.state-nsw .classification-list {
    background: rgba(173, 220, 239, 0.15); }
  .filter-results.state-wa, .filter-results.state-wa .classification-list {
    background-color: rgba(72, 72, 72, 0.15); }
  .filter-results.state-qld, .filter-results.state-qld .classification-list {
    background-color: rgba(155, 78, 78, 0.15); }
  .filter-results.state-nt, .filter-results.state-nt .classification-list {
    background-color: rgba(202, 112, 54, 0.15); }
  .filter-results.state-tas, .filter-results.state-tas .classification-list {
    background-color: rgba(54, 137, 115, 0.15); }
  .filter-results.state-sa, .filter-results.state-sa .classification-list {
    background-color: rgba(238, 94, 94, 0.15); }
  .filter-results.state-act, .filter-results.state-act .classification-list {
    background-color: rgba(245, 224, 108, 0.15); }
  .filter-results.state-vic, .filter-results.state-vic .classification-list {
    background-color: rgba(70, 70, 141, 0.15); }
  .filter-results.hide {
    display: none; }
  .filter-results .width-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .filter-results .width-container {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 20px; } }
    .filter-results .width-container .form-item {
      margin: 0 10px;
      max-width: 360px; }
      @media screen and (max-width: 1024px) {
        .filter-results .width-container .form-item {
          width: 100%;
          max-width: 100%;
          margin-top: 10px; } }
      .filter-results .width-container .form-item label {
        line-height: 30px;
        margin-bottom: 0; }
      .filter-results .width-container .form-item select {
        min-width: 210px;
        border: 1px solid #ccc; }
    .filter-results .width-container .form-actions {
      margin: 0 20px;
      margin-top: 30px;
      min-width: 310px; }
      @media screen and (max-width: 1024px) {
        .filter-results .width-container .form-actions {
          margin: 0; } }
      .filter-results .width-container .form-actions input {
        margin: 0 10px 0 0;
        cursor: pointer;
        min-height: 50px; }
        .filter-results .width-container .form-actions input.bt-primary {
          background: #002957;
          border-radius: 50px;
          color: #fff;
          font-weight: 700;
          font-size: 16px;
          border: none;
          padding: 14px;
          min-width: 180px; }
          .filter-results .width-container .form-actions input.bt-primary:hover {
            background: var(--color-blue);
            color: var(--color-white);
            border: 0.2rem solid var(--color-blue); }
          @media screen and (max-width: 1240px) {
            .filter-results .width-container .form-actions input.bt-primary {
              min-width: 140px;
              margin-top: 10px; } }
          .filter-results .width-container .form-actions input.bt-primary.disabled {
            pointer-events: none;
            opacity: 0.3; }
        .filter-results .width-container .form-actions input.bt-clear {
          background: #c8c8d9;
          border-radius: 50px;
          color: #002957;
          font-weight: 700;
          font-size: 16px;
          border: none;
          padding: 14px;
          min-width: 180px; }
          .filter-results .width-container .form-actions input.bt-clear:hover {
            background: var(--color-blue);
            border: 0.2rem solid var(--color-blue);
            color: var(--color-white); }
          @media screen and (max-width: 1240px) {
            .filter-results .width-container .form-actions input.bt-clear {
              min-width: 140px;
              margin-top: 10px; } }
          .filter-results .width-container .form-actions input.bt-clear.disabled {
            pointer-events: none;
            opacity: 0.3; }

.classification-list {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  padding: 10px 0 20px !important;
  z-index: 1;
  margin-top: 5px; }
  @media (max-width: 1223px) {
    .classification-list {
      overflow: auto; } }
  .classification-list.hide {
    display: none; }
  .classification-list .width-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1120px; }
    @media (max-width: 1223px) {
      .classification-list .width-container {
        width: 90%; } }
    .classification-list .width-container .button {
      width: 140px;
      padding: 10px 20px;
      margin: 10px 0 0;
      background-color: #ffffff;
      background-image: url(../../images/icons/house.svg);
      background-position: 20px center;
      padding-left: 40px;
      background-repeat: no-repeat;
      border: 1px solid #cccccc;
      color: #000; }
      @media (max-width: 1223px) {
        .classification-list .width-container .button {
          width: 100px;
          font-size: 11px; } }
      .classification-list .width-container .button + .button {
        margin-left: 0; }
      .classification-list .width-container .button.active {
        background-color: #002957;
        background-image: url(../../images/icons/house-white.svg);
        color: #fff; }

.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.custom-select2 .select,
.custom-select3 .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: 1px solid #ccc; }
  @media screen and (max-width: 1024px) {
    .custom-select2 .select,
    .custom-select3 .select {
      width: 100%; } }

.custom-select2 .styledSelect,
.custom-select3 .styledSelect {
  width: 180px;
  height: 50px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  font-weight: bold;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .custom-select2 .styledSelect,
    .custom-select3 .styledSelect {
      width: calc(100% - 10px);
      padding: 0 0 0 10px; } }
  .custom-select2 .styledSelect::after,
  .custom-select3 .styledSelect::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 22px;
    right: 12px; }
  .custom-select2 .styledSelect:active, .custom-select2 .styledSelect.active,
  .custom-select3 .styledSelect:active,
  .custom-select3 .styledSelect.active {
    background-color: #eee; }

.custom-select2 .options,
.custom-select3 .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .custom-select2 .options li,
  .custom-select3 .options li {
    position: relative;
    margin: 0 0;
    padding: 10px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 24px; }
    .custom-select2 .options li:hover,
    .custom-select3 .options li:hover {
      background-color: #39f;
      color: white; }

.custom-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: 1px solid #ccc; }
  @media screen and (max-width: 1024px) {
    .custom-select .select {
      width: 100%; } }

.custom-select input[type="checkbox"] {
  -webkit-appearance: auto;
  display: inline-block; }

.custom-select label {
  display: inline-block; }

.custom-select .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  font-weight: bold;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center; }
  .custom-select .styledSelect::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 22px;
    right: 12px; }
  .custom-select .styledSelect:active, .custom-select .styledSelect.active {
    background-color: #eee; }

.custom-select .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .custom-select .options li {
    margin: 0 0;
    padding: 10px;
    font-size: 16px;
    line-height: 24px; }
    .custom-select .options li:hover {
      background-color: #39f;
      color: white; }

.custom-select.climate .options li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #000;
  margin: 5px 8px -4px 0; }

.custom-select.climate .options li[rel="c1"]::before {
  background: #ea905e; }

.custom-select.climate .options li[rel="c2"]::before {
  background: #f7dd4b; }

.custom-select.climate .options li[rel="c3"]::before {
  background: #f5c67c; }

.custom-select.climate .options li[rel="c4"]::before {
  background: #fefadb; }

.custom-select.climate .options li[rel="c5"]::before {
  background: #d5e194; }

.custom-select.climate .options li[rel="c6"]::before {
  background: #8fcce5; }

.custom-select.climate .options li[rel="c7"]::before {
  background: #3775b6; }

.custom-select.climate .options li[rel="c8"]::before {
  background: #fff; }

.form-item-classification.open::before {
  content: '';
  position: absolute;
  top: 106px;
  left: 0;
  width: 100%;
  height: 254px;
  background: #fff;
  z-index: 1; }
  @media (max-width: 1223px) {
    .form-item-classification.open::before {
      content: none; } }

.ncc-modal-filter .form-submit.disabled, .ncc-modal-filter .bt-clear.disabled {
  pointer-events: none;
  opacity: 0.3; }

.ncc-modal-filter .form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px; }

.ncc-modal-filter .bt-clear {
  background: #c8c8d9;
  border-radius: 50px;
  color: #002957;
  font-weight: 700;
  font-size: 16px;
  border: none;
  padding: 14px;
  max-width: 150px;
  margin: 0;
  min-width: 150px;
  height: 54px; }
  .ncc-modal-filter .bt-clear:hover {
    background: var(--color-blue);
    color: var(--color-white);
    border: 0.2rem solid var(--color-blue); }

.node--type-topic .views-element-container {
  margin-bottom: 50px; }

.toolbar .messages,
.toolbar li.messages__item {
  font-size: 1.2rem; }

.email-tfa-verify-form p:first-child {
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: 600; }

.pcd-view .views-view-responsive-grid.views-view-responsive-grid--horizontal {
  padding: var(--space-xl) 1.8rem; }

.node-faq .card-list-title .width-default {
  margin-top: 2em; }

.node-faq .card-list-title p {
  font-weight: normal;
  font-size: small; }
