/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 October 2025 14:20:56
*/


@charset "UTF-8";
/*==--------------------------------------------------------------------------====
    Note: Import _mixin.scss in all individual scss files to run media queries 
-----------------====---------------------------------------------------------==*/
body {
  margin: 0;
}
:root {
  --blue: #31b7c3;
  --mid-blue: #0085b8;
  --deep-blue: #005572;
  --green: #00925b;
  --deep-green: #006a4b;
  --sand: #fcc17e;
  --orange: #f3753a;
  --red-earth: #ad3d25;
  --mid-blue-110: #0077a5;
  --mid-blue-90: #1991bf;
  --mid-blue-80: #339dc6;
  --mid-blue-30: #b2daea;
  --mid-blue-20: #cce7f1;
  --deep-blue-110: #004c66;
  --green-90: #199d6b;
  --green-80: #33a87c;
  --green-10: #e5f4ee;
  --deep-green-110: #005f43;
  --deep-green-90: #19795d;
  --deep-green-80: #33886f;
  --deep-green-70: #4c9681;
  --deep-green-10: #005f43;
  --red-earth-90: #b5503a;
  --red-earth-80: #bd6451;
  --red-earth-10: #f7ebe9;
  --orange-10: #f3753a20;
  --sand-10: #fff9f2;
  --sand-5: #fffcf8;
}
/*==---------------------------------------------------------====
MEDIA QUERY MANAGER
====---------------------------------------------------------==*/
/*
0 - 767px:      Default Styles apply
768 - 1023px:   Tablet 
1024px +:       standard desktop


$breakpoint choices:
- tablet
- stand-desk

1em = 16px 
*/
/*==---------------------------------------------------------====
    General Styles
====---------------------------------------------------------==*/
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  background-color: #ffffff;
  font-family: "Noto Sans", Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 160%;
  color: #111;
  margin: 0;
  height: 100%;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: 600;
}
h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
}
h2 {
  /*font-size: 2rem;*/
  line-height: 2.5rem;
}
h3 {
  /*font-size: 1.8rem;*/
  line-height: 1.8rem;
}
h4 {
  /*font-size: 1.6rem;*/
  line-height: 1.6rem;
}
h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
p {
  margin: 1em 0;
}
/* QGDS */
h1, .h1 {
  font-size: var(--font-size-xl);
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1000px) {
  h1, .h1 {
    font-size: var(--font-size-xxl);
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}
h2, .h2 {
  font-size: var(--font-size-lg);
  line-height: 1.42;
}
@media only screen and (min-width: 1000px) {
  h2, .h2 {
    font-size: var(--font-size-xl);
    line-height: 1.25;
  }
}
h3, .h3, aside h2 {
  font-size: var(--font-size-md);
  line-height: 1.33;
}
@media only screen and (min-width: 1000px) {
  h3, .h3, aside h2 {
    font-size: var(--font-size-lg);
    line-height: 1.25;
  }
}
h4, .h4, aside h3 {
  font-size: var(--font-size-sm);
  line-height: 1.2;
}
@media only screen and (min-width: 1000px) {
  h4, .h4, aside h3 {
    font-size: var(--font-size-md);
    line-height: 1.1;
  }
}
h5, .h5, aside h4 {
  font-size: var(--font-size-sm);
  line-height: 1.25;
}
h6, .h6, aside h5 {
  font-size: var(--font-size-xs);
  line-height: 1.14;
}
p + h2, p + h3, p + h4 {
  margin-top: 2.5rem;
}
ul, ol {
  overflow: hidden;
}
ul {
  list-style-type: disc;
}
ul > ul {
  list-style-type: circle;
}
ul + h2 {
  margin-top: 3rem;
}
ul.square {
  list-style-type: square;
}
ol.upper-roman {
  list-style-type: upper-roman;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-alpha {
  list-style-type: upper-alpha;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
hr {
  border: 1px solid #F7F6F4;
}
margin: 1rem 0;
a {
  text-decoration: none;
}
a:link, a:visited, .daf-aside a:link, .daf-aside a:visited {
  color: var(--deep-blue);
}
a:active, a:hover, a:focus {
  color: var(--deep-green);
  text-decoration: underline;
}
#main-content a {
  text-underline-offset: 0.25em;
}
#main-content p > a {
  text-decoration: underline;
}
#main-content a:active, #main-content a:hover, #main-content a:focus {
  text-decoration-thickness: 0.125em;
  text-underline-offset: 0.25em;
}
button, a.btn:link, a.btn:visited {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  background-color: var(--red-earth-90);
  border: 0;
  display: inline-block;
  clear: both;
  color: #ffffff;
  cursor: pointer;
  margin: 1rem 0;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button:hover, button:focus, a.btn:hover, a.btn:focus {
  background-color: var(--red-earth);
  color: #ffffff;
  text-decoration: underline;
}
/*==---------------------------------------------------------====
   Asides
====---------------------------------------------------------==*/
div.ui-helper-hidden-accessible {
  display: none;
}
ul#ui-id-1 {
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  border-top: 3px solid #f2f2f2;
  border-left: 10px solid #f2f2f2;
  width: 90%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
ul#ui-id-1 li {
  border-bottom: 1px dashed #ebebeb;
  padding: 10px;
}
@media (min-width: 64em) {
  ul#ui-id-1 {
    width: 255px;
  }
}
/*==---------------------------------------------------------====
    Container | Page Layouts |
====---------------------------------------------------------==*/
.container {
  min-width: 19em;
  max-width: 88em;
  margin: 0 auto;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media (max-width: 767px) {
  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
#content {
  padding: 3rem 2rem;
  /*    margin-top:4.5rem; */
  /*word-break: break-word;*/
  display: flex;
  flex-direction: column;
}
#content #main-content {
  order: 1;
  min-height: 40vh;
}
#content #main-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#content aside {
  order: 2;
}
#content #section-nav {
  order: 3;
}
.content-footer {
  padding: 3rem 0 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}
.content-footer p {
  color: #444;
  font-size: 1.4rem;
  margin: 0;
}
div#content-anchor {
  height: 0;
}
/*==---------------------------------------------------------====
    Media Queries
====---------------------------------------------------------==*/
@media (min-width: 64em) {
  #content {
    margin-top: 0rem !important;
    flex-direction: row;
    justify-items: flex-start;
    padding: 3rem 0;
  }
  #content #main-content {
    order: 2;
  }
  #content aside {
    order: 3;
  }
  #content #section-nav {
    order: 1;
  }
  #section-nav {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 30%;
    max-width: 280px;
    /*width: 30%;*/
    padding-right: 3rem;
  }
  #secondary-content {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 30%;
    max-width: 280px;
    /*width: 30%;*/
    padding-left: 3rem;
  }
  #main-content {
    padding: 0.5rem 0;
    /* display: flex; */
    flex-direction: column;
    flex-grow: 0;
    flex: 100%;
    /*max-width: 740px;*/
    /*width: 100%;*/
  }
}
/*==---------------------------------------------------------====
   Breadcrumb - Site Utilities
====---------------------------------------------------------==*/
#breadcrumb {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-direction: column;
}
.breadcrumb__list ul {
  list-style: none;
  align-items: center;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.breadcrumb__list ul li {
  display: inline-block;
  padding-right: 1.25em;
  position: relative;
}
.breadcrumb__list ul li:after {
  color: var(--mid-blue-110);
  display: block;
  font-size: 1.4rem;
  height: 2.5rem;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 1px;
  width: 2.5rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "";
}
.breadcrumb__list ul li:last-child:after {
  content: "";
}
.breadcrumb__list ul li:last-child {
  font-weight: 700;
}
.breadcrumb__list ul li a:link, .breadcrumb__list ul li a:visited {
  text-decoration: none;
  color: #444;
}
.breadcrumb__list ul li a:hover, .breadcrumb__list ul li a:focus {
  text-decoration: underline;
}
.site__utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 0.3rem;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20%;
}
.site__utilities a {
  text-decoration: none;
}
.site__utilities a.email i.fas:hover {
  background-color: #CB3128;
  color: #fff;
}
.site__utilities a.print i.fas:hover {
  background-color: #C8A561;
  color: #fff;
}
.site__utilities a.facebook i.fab:hover {
  background-color: #3b5998;
  color: #fff;
}
.site__utilities a.twitter i.fab:hover {
  background-color: #1DA1F2;
  color: #fff;
}
.site__utilities a.linkedin i.fab:hover {
  background-color: #0077B5;
  color: #fff;
}
.site__utilities a i.fas, .site__utilities a i.fab {
  padding: 0.5rem;
  color: #444;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.site__utilities a.email span.fas:hover, .site__utilities a.print span.fas:hover {
  background-color: #CB3128;
  color: #fff;
}
.site__utilities a.facebook span.fab:hover {
  background-color: #3b5998;
  color: #fff;
}
.site__utilities a.twitter span.fab:hover {
  background-color: #1DA1F2;
  color: #fff;
}
.site__utilities a.linkedin span.fab:hover {
  background-color: #0077B5;
  color: #fff;
}
.site__utilities a span.fas, .site__utilities a span.fab {
  padding: 0.5rem;
  color: #444;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 48em) {
  #breadcrumb {
    flex-direction: row;
    align-items: center;
  }
}
/*==---------------------------------------------------------====
   General - Site Utilities | Tooltip | Skip Links 
====---------------------------------------------------------==*/
footer ul.footer-links:before {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #111;
}
.tooltip span.tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #303433;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  bottom: -155%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.3rem;
  line-height: 1.425;
  border-radius: 5px;
}
.tooltip span.tooltiptext::after {
  content: "";
  position: absolute;
  top: -32%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #303433;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*==---------------------------------------------------------====
  Skip Links 
====---------------------------------------------------------==*/
.accessibility {
  position: absolute;
  left: -99999px;
  height: 10px;
  width: 10px;
}
#skip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none;
}
#skip li {
  list-style-type: none;
}
#skip a {
  position: absolute;
  left: -99999px;
  top: 30px;
}
#skip a:focus, #skip a:active {
  position: relative;
  left: 0;
  z-index: 9999;
  height: auto;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  text-decoration: underline;
  background-color: #2865bb;
  float: left;
  width: auto;
  top: 0;
}
/*==---------------------------------------------------------====
    Slick Slider Image Carousal
====---------------------------------------------------------==*/
.image-carousel {
  display: none;
  position: relative;
  margin-bottom: 2em;
  max-width: 400px;
  width: 100%;
}
.image-carousel img {
  width: 100%;
  display: block;
}
.image-carousel.slick-loading .slick-list {
  background: #fff url("https://www.dpi.qld.gov.au/__data/assets/image/0007/1419613/ajax-loader.gif") center center no-repeat;
}
.image-carousel .slick-list {
  width: 100%;
  overflow: hidden;
}
.image-carousel .slick-list .slick-track {
  height: 100%;
  display: flex;
}
.image-carousel .slick-list .slick-track .slick-slide {
  float: none;
  position: relative;
  height: 100%;
  width: 100%;
}
.image-carousel .slick-list .slick-track .slick-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em 1.5em;
}
@media (max-width: 26em) {
  .image-carousel .slick-list .slick-track .slick-slide .caption {
    position: relative;
  }
}
.image-carousel .slick-list .slick-track .slick-slide .caption h3 {
  margin: 0 0 5px 0;
}
.image-carousel .slick-list .slick-track .slick-slide .caption a {
  color: #fff;
}
.image-carousel .slick-list .slick-track .slick-slide .caption p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.3;
}
@media only screen and (min-width: 48em) {
  .image-carousel {
    max-width: 750px;
  }
}
@media (min-width: 64em) {
  .image-carousel {
    max-width: 990px;
  }
  .image-carousel .slick-list {
    height: 398px;
  }
}
@media (max-width: 64em) {
  .image-carousel {
    max-width: 750px;
  }
  .image-carousel .slick-list {
    height: auto;
  }
}
/*==---------------------------------------------------------====
    Slick Arrows
====---------------------------------------------------------==*/
.slick-prev, .slick-next {
  position: absolute;
  top: 45%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 8;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev::before, .slick-next::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 35px;
  width: 45px;
  height: 45px;
  font-weight: 900;
  line-height: 45px;
  opacity: 0.75;
  color: white;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
}
.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 1;
}
.slick-prev:active, .slick-next:active {
  top: calc(45% + 1px);
  text-decoration: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
[dir="rtl"] .slick-prev {
  right: 0;
  left: auto;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 0;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
  text-decoration: none;
}
/*==---------------------------------------------------------====
    Slick Dots
====---------------------------------------------------------==*/
.slick-dots {
  display: flex;
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
  justify-content: center;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: #303433;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 0.85;
  background-color: #B58E40;
}
/*==---------------------------------------------------------====
Table Styles - Default | Custom Tables | dl dt Contact Table | Bordered Table
 ====---------------------------------------------------------==*/
.scroll-table {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
  word-break: normal;
  /*
        th:last-child,
        td:last-child {
            border-bottom: none;
        }*/
}
table caption {
  border-bottom: 1px solid #F7F6F4;
  padding: 0.5rem 0;
  text-align: left;
  font-style: italic;
}
table th, table td {
  padding: 1em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
table td p:first-child, table td ul {
  margin-top: 0;
}
table td p:last-child {
  margin-bottom: 0;
}
table thead th {
  border-bottom: 3px solid var(--deep-blue);
  color: var(--deep-blue);
}
table tbody th {
  border-bottom: 1px solid #ddd;
}
table span.hidden {
  display: none;
}
table.blue-header {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #004366;
}
table.blue-header td {
  text-align: left;
  padding: 1rem;
}
table.blue-header tr:nth-child(even) {
  background-color: rgba(170, 203, 236, 0.2);
}
table.blue-header tr:last-child > td {
  border-bottom: none;
}
table.blue-header th {
  background-color: #004366;
  color: #fff;
  text-align: left;
  padding: 1rem;
  border-bottom: 0 none;
}
table.green-header {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #F7F6F4;
}
table.green-header th, table.green-header td {
  text-align: left;
  padding: 1rem;
}
table.green-header tr:nth-child(even) {
  background-color: rgba(204, 204, 204, 0.2);
}
table.green-header th {
  background-color: #fff;
  color: #2B7A2B;
  border-bottom: 3px solid #2B7A2B;
}
table.green-header tr:hover {
  background-color: rgba(204, 204, 204, 0.2);
}
.row-col-header {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
}
.row-col-header caption {
  border-bottom: 1px solid #F7F6F4;
  padding: 0.5rem 0;
  text-align: left;
  font-style: italic;
}
.row-col-header th, .row-col-header td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #F7F6F4;
}
.row-col-header tr:first-child th:first-child {
  background-color: #F7F6F4;
  color: var(--deep-blue);
}
.row-col-header thead th, .row-col-header tbody th {
  background-color: #F7F6F4;
  color: var(--deep-blue);
  border: 0 none;
}
.contact dl {
  display: block;
  position: relative;
  margin: 0.5rem 0 1rem 11rem;
}
.contact dl dt {
  position: absolute;
  left: -13rem;
  width: 12rem;
  font-weight: normal;
}
.contact dl dt, .contact dl dd {
  margin: 0;
  padding: 0.25rem 0;
  margin-left: 2rem;
}
.contact dl .type {
  display: none;
}
.contact dl .street-address {
  display: block;
}
table.table-borders {
  border-collapse: collapse;
  margin: 1rem 0;
}
table.table-borders caption {
  /*word-break: break-all;*/
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
  text-align: left;
  font-style: italic;
}
table.table-borders th, table.table-borders td {
  padding: 1rem;
  text-align: left;
  border: 1px solid #ccc;
  min-width: 2rem;
}
table.table-borders thead th {
  background-color: var(--deep-blue);
  color: #fff;
}
table.table-borders tbody th {
  border-bottom: 1px solid #ccc;
}
table.table-borders span.hidden {
  display: none;
}
/*==---------------------------------------------------------====
   Left Menu 
====---------------------------------------------------------==*/
#section-nav h3 {
  font-size: 1.7rem;
  margin: 0;
}
#section-nav h3 a:link, #section-nav h3 a:visited, #section-nav h3 a:focus, #section-nav h3 a:hover {
  background-color: #C8A561;
  padding: 1rem 2rem;
  display: flex;
  color: #111;
  text-decoration: none;
}
#section-nav ul.left-nav {
  list-style: none;
  border-right: 1px solid #C8A561;
  border-left: 1px solid #C8A561;
  border-top: 1px solid #C8A561;
  margin: 0;
  padding: 0;
}
#section-nav ul.left-nav li {
  background-color: rgba(252, 193, 126, 0.2);
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section-nav ul.left-nav li .active:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: -1rem;
  left: -2px;
  font-size: 4rem;
  color: #C8A561;
  text-decoration: none;
}
#section-nav ul.left-nav li a:link, #section-nav ul.left-nav li a:visited {
  color: #111;
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  border-bottom: 1px solid #C8A561;
}
#section-nav ul.left-nav li a:hover, #section-nav ul.left-nav li a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.25em;
  background-color: rgba(252, 193, 126, 0.2);
}
#section-nav ul.left-nav li a.active {
  background-color: rgba(252, 193, 126, 0.2);
  font-weight: bold;
  text-decoration: none;
}
#section-nav ul.left-nav li ol.left-nav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-nav ul.left-nav li ol.left-nav__sub a {
  padding-left: 3.5rem;
}
/*==---------------------------------------------------------====
    Asides | All 
====---------------------------------------------------------==*/
.daf-aside {
  margin: 2rem 0;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  padding: 3rem 2rem 2rem 2rem;
  position: relative;
}
.daf-aside h3 {
  font-size: 1.7rem;
  text-align: center;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  padding: 0.8rem 1.1rem;
  top: 0;
  left: 50%;
  min-width: 80%;
  margin: 0;
  /* border-radius: 5px 0; */
}
.daf-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daf-aside ul li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.daf-aside ul li::before {
  margin: 0 1.5rem 0 0px;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.daf-aside p + ul {
  margin-top: 1rem;
}
.daf-aside p {
  margin: 0;
}
.daf-aside a:link, .daf-aside a:visited {
  color: #2865bb;
  text-decoration: none;
}
.daf-aside a:hover, .daf-aside a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.25em;
}
.daf-i-want-to {
  border: 1px solid #713128;
}
.daf-i-want-to h3 {
  color: #fff;
  background-color: #713128;
}
.daf-i-want-to ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 900;
  color: #713128;
}
.daf-resources {
  border: 1px solid #5C5246;
}
.daf-resources h3 {
  color: #fff;
  background-color: #5C5246;
}
.daf-resources ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 900;
  color: #5C5246;
}
.daf-contact {
  border: 1px solid #2B7A2B;
  padding: 3rem 2rem 2rem 2rem;
}
.daf-contact h3 {
  color: #fff;
  background-color: #2B7A2B;
}
.daf-contact span.fas, .daf-contact span.fab {
  margin: 0px;
  color: #2B7A2B;
  padding-right: 1rem;
  margin: 0 1.5rem 0 0px;
  font-size: 1.4rem;
  position: absolute;
  top: 3px;
  left: 0;
}
.daf-alert {
  border: 1px solid #CB3128;
}
.daf-alert h3 {
  color: #fff;
  background-color: #CB3128;
}
.daf-alert ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 900;
  color: #CB3128;
}
.daf-initiatives {
  border: 1px solid #BBA899;
}
.daf-initiatives h3 {
  color: #303433;
  background-color: #BBA899;
}
.daf-initiatives ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 900;
  color: #BBA899;
}
.daf-hotlines ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 900;
  color: #000;
}
.daf-get-involved ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 900;
  color: #000;
}
.daf-other ul li {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}
.daf-other ul li i.fas {
  margin: 0.5rem 1.5rem 0 0px;
  font-size: 1.4rem;
}
/*==---------------------------------------------------------====
 Custom Asides
====---------------------------------------------------------==*/
.grey-dark-1 {
  border: 1px solid #303433;
}
.grey-dark-1 h3 {
  color: #fff;
  background-color: #303433;
}
.grey-dark-1 ul li .fas {
  color: #303433;
}
.primary {
  border: 1px solid #2B7A2B;
}
.primary h3 {
  color: #fff;
  background-color: #2B7A2B;
}
.primary ul li .fas {
  color: #2B7A2B;
}
.primary-dark {
  border: 1px solid var(--deep-blue);
}
.primary-dark h3 {
  color: #fff;
  background-color: var(--deep-blue);
}
.primary-dark ul li .fas {
  color: var(--deep-blue);
}
.primary-light {
  border: 1px solid var(--mid-blue-110);
}
.primary-light h3 {
  color: #fff;
  background-color: var(--mid-blue-110);
}
.primary-light ul li .fas {
  color: var(--mid-blue-110);
}
.brown-light {
  border: 1px solid #BBA899;
}
.brown-light h3 {
  color: #303433;
  background-color: #BBA899;
}
.brown-light ul li .fas {
  color: #BBA899;
}
.brown-dark {
  border: 1px solid #5C5246;
}
.brown-dark h3 {
  color: #fff;
  background-color: #5C5246;
}
.brown-dark ul li .fas {
  color: #5C5246;
}
.maroon {
  border: 1px solid #713128;
}
.maroon h3 {
  color: #fff;
  background-color: #713128;
}
.maroon ul li .fas {
  color: #713128;
}
.red {
  border: 1px solid #CB3128;
}
.red h3 {
  color: #fff;
  background-color: #CB3128;
}
.red ul li .fas {
  color: #CB3128;
}
.gold {
  border: 1px solid #C8A561;
}
.gold h3 {
  color: #111;
  background-color: #C8A561;
}
.gold ul li .fas {
  color: #C8A561;
}
.primary-blue {
  border: 1px solid #2865bb;
}
.primary-blue h3 {
  color: #fff;
  background-color: #2865bb;
}
.primary-blue ul li .fas {
  color: #2865bb;
}
.light-blue {
  border: 1px solid #AACBEC;
}
.light-blue h3 {
  color: #111;
  background-color: #AACBEC;
}
.light-blue ul li .fas {
  color: #AACBEC;
}
.dark-blue {
  border: 1px solid #004366;
}
.dark-blue h3 {
  color: #fff;
  background-color: #004366;
}
.dark-blue ul li .fas {
  color: #004366;
}
.black {
  border: 1px solid #111;
}
.black h3 {
  color: #fff;
  background-color: #111;
}
.black ul li .fas {
  color: #111;
}
/*==---------------------------------------------------------====
    Image Gallery - Thumbnails 
====---------------------------------------------------------==*/
button.fancybox-button.fancybox-button--thumbs, button.fancybox-button.fancybox-button--zoom {
  display: none !important;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #111 !important;
}
.image-gallery ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
.image-gallery ul li {
  margin: 1rem;
  float: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.image-gallery ul img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*==---------------------------------------------------------====
Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .image-gallery ul li {
    margin: 1rem;
    float: left;
    width: 16rem;
    height: 16rem;
  }
}
/*==---------------------------------------------------------====
    Accordions - Content Template 
====---------------------------------------------------------==*/
/* Front End accordions Styles */
.accordion {
  margin-bottom: 7px;
  position: relative;
}
.accordions-title, .plus .content_type_wysiwyg .accordions-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #444444;
  display: block;
  background: #E2E2E2;
  padding: 12px;
  margin: 0;
}
.accordions-title:hover, .accordion.active .accordions-title, .plus .content_type_wysiwyg .accordion.active .accordions-title, .plus .content_type_wysiwyg .accordions-title:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  opacity: 1;
}
.accordions-content {
  display: none;
  padding: 12px 12px 2px;
  border-style: solid;
  border-color: #ddd;
  border-width: 0px 1px 1px;
}
/*==---------------------------------------------------------====
    Accordions - Plus Minus Indicator
====---------------------------------------------------------==*/
.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.circle-plus {
  font-size: 1em;
  opacity: 0.7;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 12px;
}
.circle-plus .circle {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: solid 8px #2B7A2B;
}
.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #F7F6F4;
  width: 12px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
}
.circle-plus .circle .vertical {
  position: absolute;
  background-color: #F7F6F4;
  width: 2px;
  height: 12px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -6px;
}
/*==---------------------------------------------------------====
    Landing Pages
====---------------------------------------------------------==*/
.landing_info_image {
  float: left;
  margin-right: 0;
  margin-bottom: 2rem;
  display: none;
}
.landing_info_image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.landing_info_text {
  margin-bottom: 2rem;
}
ul.landing-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 1em 0;
  padding: 0;
}
ul.landing-list li.landing-list-item {
  margin: 1rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
  border-left: 6px solid #ccc;
}
ul.landing-list li.landing-list-item a:first-child {
  font-size: 1.8rem;
  font-weight: 600;
  text-underline-offset: 0.25em;
}
ul.landing-list li.landing-list-item:hover, ul.landing-list li.landing-list-item:focus {
  border-left: 6px solid var(--mid-blue);
  background-color: #f2f2f2;
  text-decoration-thickness: 0.15em;
  transition: background-color 0.1s;
}
ul.landing-list li.landing-list-item i.expand {
  position: relative;
  width: 3rem;
  height: 3rem;
  float: right;
  cursor: pointer;
  display: inline-block;
  background-color: #2865bb;
}
ul.landing-list li.landing-list-item i.expand span::before, ul.landing-list li.landing-list-item i.expand span::after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: transform 0.2s;
}
ul.landing-list li.landing-list-item i.expand span::after {
  width: 2px;
  height: 10px;
  left: 14px;
  top: 11px;
}
ul.landing-list li.landing-list-item i.expand span::before {
  width: 10px;
  height: 2px;
  top: 15px;
  left: 10px;
}
ul.landing-list li.landing-list-item i.expand.open span::before {
  transform: rotate(180deg);
}
ul.landing-list li.landing-list-item i.expand.open span::after {
  transform: rotate(450deg);
}
ul.landing-list li.landing-list-item ul.sub-landing-list {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}
ul.landing-list li.landing-list-item ul.sub-landing-list li {
  line-height: 1.3;
  display: flex;
  padding: 0 1rem 0rem 1rem;
  margin: 0 0 1.5rem 0;
  border-left: 2px solid #ccc;
}
ul.landing-list li.landing-list-item ul.sub-landing-list li a {
  font-size: initial;
  font-weight: 500;
  width: 100%;
}
ul.landing-list li.landing-list-item ul.sub-landing-list li:hover, ul.landing-list li.landing-list-item ul.sub-landing-list li:focus {
  text-decoration-thickness: 0.15em;
  border-left: 2px solid #2865bb;
}
@media only screen and (min-width: 48em) {
  ul.landing-list ul.sub-landing-list li {
    width: 33.3333333333%;
  }
}
ul.landing-list li.landing-list-item.expandable a {
  font-size: 1.8rem;
  font-weight: 600;
}
ul.landing-list p.more-link {
  position: relative;
  display: none;
}
ul.landing-list p.more-link a:link, ul.landing-list p.more-link a:visited {
  color: #CB3128;
  display: inline-flex;
}
ul.landing-list p.more-link:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "";
  font-size: 2rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  text-decoration: none;
  color: #CB3128;
}
/*==---------------------------------------------------------====
    Child Landing Pages
====---------------------------------------------------------==*/
.child-landing-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2rem;
  padding: 0;
}
.child-landing-list ul li {
  margin: 0 1.5em 1.5em 0;
  padding: 0.25em 0;
}
.child-landing-list ul li h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
.child-landing-list ul li h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
.child-landing-list ul li a {
  display: block;
  text-decoration: underline;
}
.child-landing-list ul li p {
  margin: 0.75em 0 0 0;
  font-size: 0.9em;
}
@media only screen and (min-width: 48em) {
  .child-landing-list ul li {
    padding: 0.25em 1em;
    width: 46%;
  }
}
/*==---------------------------------------------------------====
    Business Landing Pages
====---------------------------------------------------------==*/
.business_landing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*  p {
            flex-grow: 1; 
            flex-shrink: 0; 
            flex-basis: 45%; 
            align-content: flex-start;
            margin: 0 0 2rem 0;
        } */
}
/*==---------------------------------------------------------====
   Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .landing_info_image {
    margin-bottom: 0;
    margin-right: 2rem;
    width: 33rem;
    display: block;
  }
  .landing_info_text {
    margin-bottom: 0;
  }
  ul.landing-list li.landing-list-item i.expand {
    display: none;
  }
  ul.landing-list li.landing-list-item ul.sub-landing-list {
    display: flex !important;
  }
  ul.landing-list li.landing-list-item ul.sub-landing-list li {
    display: inline-flex;
  }
  ul.landing-list p.more-link {
    display: inline-block !important;
  }
  .child-landing-list ul {
    flex-direction: row;
  }
  .business_landing {
    flex-direction: row;
  }
}
/*==---------------------------------------------------------====
   Communique landing page
====---------------------------------------------------------==*/
.communique-listing {
  list-style-type: none;
  padding-left: 0px;
}
.communique-listing li:not(:last-child) {
  border-bottom: 1px dotted #aaa;
}
.communique-listing li {
  font-size: 14px;
  padding: 1em 0;
}
/*==---------------------------------------------------------====
    Homepage | Our Vision | Whats Happening | I'm Looking for 
====---------------------------------------------------------==*/
.daf-vison {
  display: none;
}
.whats-happening-panel {
  padding: 2rem 0;
}
.whats-happening-panel.col-4 ul li {
  width: 100% !important;
}
.whats-happening-panel ul.whats-happening {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  overflow: visible;
}
.whats-happening-panel ul.whats-happening li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.whats-happening-panel ul.whats-happening li a {
  height: 100%;
  text-decoration: none;
  display: block;
  padding: 8px 15px 8px 0;
}
.whats-happening-panel ul.whats-happening li:hover a {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  font-weight: normal;
  -webkit-text-stroke: 0.05em;
  text-underline-offset: 0.2em;
}
.whats-happening-panel ul.whats-happening li .whats-happening-image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.whats-happening-panel ul.whats-happening li .whats-happening-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.whats-happening-panel ul.whats-happening li.selected {
  font-weight: normal;
  -webkit-text-stroke: 0.05em;
}
.whats-happening-panel ul.whats-happening li.selected .whats-happening-image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.looking-for-module {
  background-color: var(--deep-blue);
  border-radius: 10px;
  color: #fff;
  height: fit-content;
  margin-left: 0.75em;
  margin-right: 0.75em;
  margin-top: 1.5rem;
  padding: 2.1rem 2rem 2rem;
}
.looking-for-module h2 {
  color: #ffffff;
  font-size: 20px;
}
.looking-for-module.col-4 ul li {
  width: 100% !important;
}
.looking-for-module ul {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
}
.looking-for-module ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.looking-for-module ul li a {
  color: #fff;
  padding: 0.5rem 0;
  display: block;
  text-underline-offset: 0.25em;
}
.looking-for-module ul li:hover a {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  /*
                     &::before {
                        font-family: "Font Awesome 6 Pro";
                        font-weight: 900;
                        font-size: 1.4rem;
                        content: '\f061';
                        padding-right: 1rem;
                        color:$color-gold;
                        text-decoration: none;
                     }
*/
}
.daf-whats-happening-quicklinks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.daf-whats-happening-quicklinks .daf-whats-happening {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 75%;
  width: 100%;
}
.daf-whats-happening-quicklinks .daf-quicklinks {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  width: 100%;
  margin-top: 8px;
}
/*==---------------------------------------------------------====
Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .daf-vison {
    background-color: #F7F6F4;
    padding: 3rem 2rem 2rem 2rem;
    display: block;
  }
  .daf-intro-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
  .daf-intro-text h3 {
    color: var(--deep-blue);
    font-style: italic;
    font-weight: 400;
    margin-right: 3rem;
    line-height: 1.4;
  }
  .daf-intro-text ul {
    display: flex;
    align-self: flex-start;
    list-style-position: outside;
    margin: 0;
    padding: 0;
  }
  .daf-intro-text ul li {
    padding-right: 1rem;
    font-style: italic;
    list-style: none;
  }
  .daf-intro-text ul li:not(:last-of-type) {
    margin-right: 2rem;
  }
  .daf-intro-text ul li:before {
    content: "•";
    color: var(--mid-blue-110);
    font-weight: bold;
    display: inline-block;
    width: 2rem;
  }
  .whats-happening-panel ul.whats-happening {
    position: relative;
    padding: 0 1.5rem 0 33.33333333%;
  }
  .whats-happening-panel ul.whats-happening li.selected .whats-happening-image {
    display: block;
    overflow: hidden;
    width: calc(33.33333333% - 20px);
  }
  .looking-for-module {
    margin-left: 4rem;
  }
  .image-content-only-url.float-left, .looking-for-module.float-left {
    margin-right: 0;
  }
  .daf-whats-happening-quicklinks {
    flex-direction: row;
  }
}
/*==---------------------------------------------------------====
    Homepage Banner
====---------------------------------------------------------==*/
.banner {
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  position: relative;
  height: 230px;
  position: relative;
  color: black;
  /*    
        &:before {
        	position: absolute;
            bottom: 0px;
            right: 0;
            height: 30px;
            width: 20%;
            background-color:$color-white;
            content: '';
        }
        
        &:after {
        	position: absolute;
            bottom: 0px;
            right: 20%;
            width: 0;
            height: 0;
            border: 15px solid transparent;
            border-right-color:$color-white;
            border-bottom-color:$color-white;
            content: '';
        }
*/
}
.ba-landing .banner::before {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 30px;
  width: 20%;
  background-color: #fff;
  content: "";
}
.ba-landing .banner::after {
  position: absolute;
  bottom: 0px;
  right: 20%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  content: "";
}
/*==---------------------------------------------------------====
   Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .banner {
    height: 300px;
    background-position: 0 0;
  }
  .banner:before {
    background-color: #F7F6F4;
  }
  .banner:after {
    border-right-color: #F7F6F4;
    border-bottom-color: #F7F6F4;
  }
}
@media (min-width: 64em) {
  .banner {
    height: 256px;
  }
}
/*==---------------------------------------------------------====
    Area Tiles | Columns Width |
====---------------------------------------------------------==*/
.area-tile-panel {
  background-color: #f6f6f6;
  padding: 50px 0 30px;
  margin: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.area-tiles {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.area-tiles.col-4, .area-tiles.col-3, .area-tiles.col-2, .area-tiles.col-1 {
  width: 100%;
}
.area-tiles .area-tile {
  display: flex;
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: inset 0 0 0 1px #ddd;
  overflow: hidden;
  margin: 0 0 15px !important;
}
.area-tiles .area-tile p {
  margin: 0;
}
.area-tiles .area-tile > a {
  padding: 15px 15px 15px 30px;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #111;
  background-color: transparent;
  transition: all 0.1s ease;
}
.area-tiles .area-tile > a:hover {
  background-color: var(--sand);
  color: var(--deep-blue);
}
.area-tiles .area-tile > a:hover h2 {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}
.area-tiles .area-tile > a:hover .foreground span {
  color: var(--deep-blue);
}
.area-tiles .area-tile > a:hover .background {
  opacity: 0.18;
}
.area-tiles .area-tile h2 {
  font-weight: 600;
  font-size: 1.7rem;
}
.area-tiles .area-tile .foreground {
  position: relative;
  z-index: 5;
}
.area-tiles .area-tile .foreground span {
  font-size: 4rem;
  display: block;
  margin-bottom: 15px;
  color: #ccc;
}
.area-tiles .area-tile .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.1s ease;
}
.area-tiles .area-tile .background span {
  position: absolute;
  font-size: 22.5rem;
  top: -15%;
  right: 2rem;
  color: #fff;
}
.area-tiles.col-2 li, .area-tiles.col-3 li, .area-tiles.col-4 li, .area-tiles.col-5 li {
  width: 100%;
}
/*==---------------------------------------------------------====
   Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .area-tiles {
    margin: 0 !important;
    padding: 0;
  }
  .area-tiles.col-4 {
    width: 100%;
  }
  .area-tiles.col-3 {
    width: 75%;
  }
  .area-tiles.col-2 {
    width: 50%;
  }
  .area-tiles.col-1 {
    width: 25%;
  }
  .area-tiles .area-tile {
    margin: 0.45em !important;
  }
  .area-tiles .area-tile > a {
    padding: 30px;
  }
  .area-tiles .area-tile > .bg > i {
    position: static;
    display: block;
  }
  .area-tiles.col-2 li {
    width: calc(50% -1em);
  }
  .area-tiles.col-3 li {
    width: calc(33.33333333333333% - 1em);
  }
  .area-tiles.col-4 li {
    width: calc(25% - 1em);
  }
  .area-tiles.col-5 li {
    width: calc(20% - 1em);
  }
}
/*==---------------------------------------------------------====
   Forms | 
====---------------------------------------------------------==*/
.sq-form-section, .sq-form, .sq-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
form {
  display: block;
  clear: both;
  padding-bottom: 2rem;
}
form .sq-form-required-field, form .sq-form-required {
  color: #CB3128;
  font-size: 1.5rem;
  text-decoration: none;
}
.sq-form-section {
  margin: 2rem 0 1rem;
}
.sq-form-section .sq-form-question {
  padding: 0 2rem;
  margin: 0.5rem 0em 1rem 0em;
  clear: both;
}
.sq-form-section .sq-form-question:before, .sq-form-section .sq-form-question:after {
  display: table;
  line-height: 0;
  content: "";
}
.sq-form-section .sq-form-question-note {
  clear: left;
  width: 39%;
  font-size: 80%;
  font-style: normal;
  display: block;
  margin-bottom: 0.5em;
  float: left;
  font-style: italic;
}
.sq-form-section .sq-form-question-title {
  font-weight: bold;
  width: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0.5em 0.5em 0.5em 0;
  display: inline-block;
  float: left;
}
.sq-form-section .sq-form-question-answer {
  width: 100%;
  margin-left: 0%;
}
.sq-form-section .sq-form-question-answer ul, .sq-form-section .sq-form-question-answer ol {
  list-style: none;
  margin: 0 !important;
  padding: 0.3em 0 0;
  display: inline-block;
}
.sq-form-section .sq-form-question-answer ul li, .sq-form-section .sq-form-question-answer ol li {
  margin: 4px;
  display: inline-block;
  padding: 0 0 0.5em 0;
}
.sq-form-section .sq-form-question-answer label.error {
  padding: 0.3em 0 0;
  display: block;
  color: #CB3128;
}
.sq-form-section .sq-form-question.sq-form-question-datetime select {
  width: 70px;
  min-width: 70px;
  margin: 0 1em 0 0.25em;
}
.sq-form-section .sq-form-question input[type="text"], .sq-form-section .sq-form-question input[type="password"], .sq-form-section .sq-form-question input[type="tel"], .sq-form-section .sq-form-question input[type="email"], .sq-form-section .sq-form-question input[type="time"], .sq-form-section .sq-form-question input[type="date"], .sq-form-section .sq-form-question input[type="month"], .sq-form-section .sq-form-question textarea, .sq-form-section .sq-form-question select {
  outline: none;
  height: initial !important;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px #f2f2f2;
  transition: all 0.3s ease-in-out;
  width: 95%;
  padding: 6px 8px !important;
}
.sq-form-section .sq-form-question input[type="file"] {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 4px;
  width: 95%;
  box-shadow: inset 2px 2px 2px #f2f2f2;
  width: 95%;
}
.sq-form-section .sq-form-question input[type="text"]:focus, .sq-form-section .sq-form-question input[type="password"]:focus, .sq-form-section .sq-form-question input[type="tel"]:focus, .sq-form-section .sq-form-question input[type="email"]:focus, .sq-form-section .sq-form-question textarea:focus, .sq-form-section .sq-form-question select:focus, .sq-form-section .sq-form-question input[type="time"]:focus, .sq-form-section .sq-form-question input[type="date"]:focus, .sq-form-section .sq-form-question input[type="month"]:focus, .sq-form-section .sq-form-question input[type="file"] :focus {
  box-shadow: 0 0 5px rgba(43, 122, 43, 0.75);
  border: 1px solid var(--mid-blue-110);
}
.sq-form-section .sq-form-question input[type="text"].error, .sq-form-section .sq-form-question input[type="password"].error, .sq-form-section .sq-form-question input[type="tel"].error, .sq-form-section .sq-form-question input[type="email"].error, .sq-form-section .sq-form-question input[type="time"].error, .sq-form-section .sq-form-question input[type="date"].error, .sq-form-section .sq-form-question input[type="month"].error, .sq-form-section .sq-form-question input[type="file"].error, .sq-form-section .sq-form-question textarea.error, .sq-form-section .sq-form-question select.error {
  border-color: #CB3128;
}
.sq-form-section select {
  min-width: 30%;
  width: auto;
  box-sizing: border-box;
}
.sq-form-section textarea {
  padding: 8px;
  line-height: 20px;
}
.sq-form-section label {
  cursor: pointer;
}
.sq-form-section .sq-form-error {
  color: #CB3128;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0.3rem 0;
  padding: 0;
}
.sq-form-section fieldset {
  border: 0 !important;
  padding: 0;
  margin: 0;
}
.sq-form-section-title {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  color: #2B7A2B;
}
#form-container input[type="text"].hidden {
  display: none;
}
#form-container input[type="button"], #form-container input[type="submit"], #form-container input[type="reset"] {
  border: none;
  padding: 1rem 2rem;
  color: #fff;
  background-color: var(--deep-blue);
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 3px;
  float: right;
  display: inline-block;
  margin: 0 4rem 1rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  clear: both;
}
#form-container input[type="button"]:hover, #form-container input[type="submit"]:hover, #form-container input[type="reset"]:hover {
  background-color: #2B7A2B;
  text-decoration: underline;
}
/*==---------------------------------------------------------====
    Testing new style
====---------------------------------------------------------==*/
.form-contents {
  padding: 20px;
  display: block;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}
.form-contents .required {
  color: #CB3128;
  font-size: 1.2rem;
  position: relative;
  top: -0.6rem;
}
.form-contents .form-field-container {
  margin: 1%;
  width: 48%;
  float: left;
}
@media screen and (max-width: 412px) {
  .form-contents .form-field-container {
    width: 100%;
    margin: 0px;
  }
}
.form-contents .form-field-container label {
  display: block;
}
.form-contents .form-field-container .sq-form-field {
  padding: 10px;
  display: block;
  width: 100%;
  font: 400 1.5rem "Lato";
}
@media screen and (max-width: 412px) {
  .form-contents .form-field-container .sq-form-field {
    width: 100%;
    margin: 0px;
  }
}
.form-contents .submit {
  clear: both;
  margin: 1%;
}
.form-contents .submit .sq-form-submit {
  padding: 1rem 1.5rem;
  background-color: #0d5901;
  border: 0;
  display: inline-block;
  clear: both;
  color: #fff;
  cursor: pointer;
  margin: 1rem 0;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.agriculture-quantifier {
  display: none;
}
.inline-form-wrapper {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 15px 30px 0;
}
.inline-form-wrapper p + ul {
  margin-top: -10px;
}
.inline-form-wrapper input[type="text"] {
  padding: 10px;
  max-width: 400px;
  width: 100%;
}
.inline-form-wrapper select {
  padding: 10px;
  max-width: 400px;
  width: 100%;
}
.inline-form-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.inline-form-wrapper .reset-link {
  display: inline-block;
  margin-left: 15px;
}
/*==---------------------------------------------------------====
Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .sq-form-section .sq-form-question-title {
    width: 39%;
  }
  .sq-form-section .sq-form-question-answer {
    width: 59%;
    margin-left: 39%;
  }
}
/*==---------------------------------------------------------====
    Alerts | Informative
====---------------------------------------------------------==*/
.daf-alerts {
  min-width: 19em;
  max-width: 88em;
  margin: 0 auto;
  margin-top: 10px;
}
.binoculars {
  border: 2px solid var(--mid-blue-110);
  background-color: #F7F6F4;
  padding: 1rem 2rem;
  margin: 0 0 2rem 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: fit-content;
  display: flex;
}
.binoculars p {
  margin: 0.5rem 0;
  width: inherit;
}
.binoculars:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 3rem;
  color: var(--mid-blue-110);
  content: "";
  margin-right: 1rem;
}
.informative {
  border: 2px solid var(--green);
  background-color: var(--green-10);
  padding: 1rem 2rem;
  margin: 20px 0 2rem 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: fit-content;
  display: flex;
}
.informative p {
  margin: 0.5rem 0;
  width: inherit;
}
.informative a {
  color: var(--deep-blue);
  text-decoration: underline;
  text-underline-offset: 0.05em;
}
.informative a:hover {
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.025em;
}
.informative:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 3rem;
  color: var(--green);
  content: "";
  margin-right: 1rem;
}
.urgent {
  border: 2px solid var(--orange);
  background-color: var(--orange-10);
  padding: 1rem 2rem;
  margin: 20px 0 2rem 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: fit-content;
  /*
    &:before {
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        font-size: 3rem;
        color: var(--orange);
        content: '\f06a';
        margin-right: 1rem;
    }
*/
}
.urgent p {
  margin: 0.5rem 0;
  width: inherit;
}
.urgent a {
  color: var(--deep-blue);
  text-decoration: underline;
  text-underline-offset: 0.05em;
}
.urgent a:hover {
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.025em;
}
.daf-alerts.alert {
  border: 2px solid #cb3128;
  background-color: #fff4f4;
  padding: 1rem 2rem;
  margin: 0 0 2rem 0;
  border-radius: 5px;
  display: flex;
  margin: 2em 1rem 0 1rem;
}
.daf-alerts.alert::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 3rem;
  color: #cb3128;
  content: "";
  margin-right: 1.5rem;
}
@media (min-width: 400px) {
  .daf-alerts.alert {
    margin: 2em 0 0 0;
  }
}
/*==---------------------------------------------------------====
    Administrative Alerts
====---------------------------------------------------------==*/
.administrative-alert {
  background-color: #222;
  color: #eee;
  position: relative;
  border-left: 6px solid #d00;
  box-shadow: inset 0 -3px 5px 0 rgba(0, 0, 0, 0.15);
  display: none;
}
.administrative-alert::after {
  position: absolute;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left-width: 15px;
  border-right-width: 15px;
  border-bottom-color: #3a3c3b;
  transform: translateX(-50%);
  content: "";
  bottom: 0;
  left: 50%;
}
.administrative-alert > div {
  padding: 1.5em 3.5em 1.5em 1em;
  position: relative;
}
.administrative-alert > div > p {
  margin: 0 0 1em 0;
}
.administrative-alert > div > p:last-child {
  margin: 0;
}
.administrative-alert a {
  color: #e95757;
  text-decoration: underline;
}
.administrative-alert .close-alert {
  position: absolute;
  top: 16px;
  right: 0.75em;
  width: 32px;
  height: 32px;
  background-color: transparent;
  display: block;
  cursor: pointer;
  transition: all 0.15s ease;
}
.administrative-alert .close-alert:hover {
  background-color: #333;
}
.administrative-alert .close-alert::before, .administrative-alert .close-alert::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 50%;
  left: 50%;
}
.administrative-alert .close-alert::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}
.administrative-alert .close-alert::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}
/*==---------------------------------------------------------====
    Search Layout
====---------------------------------------------------------==*/
.search-container input[type="text"], .search-container select {
  outline: none;
  height: initial !important;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px #f2f2f2;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 6px 8px !important;
}
@media (min-width: 750px) {
  .search-container {
    display: flex;
  }
  .search-content {
    padding: 0.5rem 0;
    flex-grow: 1;
    flex-shrink: 0;
    width: 70%;
  }
  .search-aside {
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
    flex-grow: 1;
    flex-shrink: 0;
    width: 20%;
  }
}
/*==---------------------------------------------------------====
    Search Panel
====---------------------------------------------------------==*/
#search-panel {
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  padding: 1.5em 1.5em 1em 1.5em;
  margin-bottom: 2em;
}
#search-panel .searchform {
  padding: 0;
}
#search-panel .search-bar {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
#search-panel .search-bar input {
  width: 100%;
  margin-right: 0.5em;
  font-size: inherit;
  line-height: 1;
  padding: 0.5em 1em !important;
}
#search-panel .search-bar button {
  margin: 0;
  padding: 0.6em 1em !important;
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}
#search-panel select {
  width: auto;
  margin-right: 0.5em;
  font-size: inherit;
  line-height: 1;
  padding: 0.44em 1em !important;
}
#search-panel fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}
#search-panel .site-select input[type="radio"] {
  margin-left: 0.75em;
}
#search-panel label {
  cursor: pointer;
}
/*==---------------------------------------------------------====
    Search Pagination
====---------------------------------------------------------==*/
.search-container .pagination {
  justify-content: center;
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 1em 0 2em 0;
}
.search-container .pagination li {
  margin: 0 0.25em;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.search-container .pagination a {
  display: block;
  padding: 0.25em 0.75em;
  color: #0d5901;
  text-decoration: none;
}
.search-container .pagination a:hover {
  background-color: #f6f6f6;
}
.search-container .pagination .active {
  border-color: #093e00;
}
.search-container .pagination .active a {
  background-color: #0d5901;
  color: #fff;
}
#search-panel .site-select {
  padding-left: 1.15em;
}
/*==---------------------------------------------------------====
    Search Results
====---------------------------------------------------------==*/
.search-container .search-results {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.search-container .search-results li {
  border-bottom: 1px dashed #ddd;
  padding: 1em;
}
.search-container .search-results .meta {
  margin: 0;
}
.search-container .search-results .resURL {
  font-size: 0.85em;
  line-height: 1.3em;
  display: block;
  color: #555;
}
.search-container .resultset-title {
  color: #555;
}
.result-title a {
  line-height: 1.3em;
}
@media (min-width: 750px) {
  .search-container .search-results li {
    padding: 1.5em;
  }
}
/*==---------------------------------------------------------====
    Search Aside
====---------------------------------------------------------==*/
#fb-contextual-navigation h2 {
  margin-bottom: 1em;
}
/*==---------------------------------------------------------====
    Inline Search
====---------------------------------------------------------==*/
#search-results.search-container {
  flex-direction: column;
}
.search-card > a, .search-card > span {
  color: #111;
  border: 1px solid #bebebe;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.search-header {
  color: #111;
  border: 1px solid #bebebe;
  background-color: #f7f7f7;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-header .id {
  border-right: 1px solid #bebebe;
  display: inline-block;
  background-color: #f7f7f7;
  padding: 15px 0;
  width: 60px;
  text-align: center;
}
.search-header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  width: calc(100% - 60px);
}
.search-header .type {
  padding: 0 20px 0 0;
  width: 130px;
}
.search-header .fee {
  padding: 0 20px 0 0;
  width: 100px;
  text-align: right;
}
.search-header > div, .search-card > a > div, .search-card > span > div {
  display: flex;
}
.search-card > span > div {
  width: 100%;
}
.search-card > span > div > div {
  display: flex;
  width: 100%;
}
.search-card .id {
  border-right: 1px solid #bebebe;
  display: inline-block;
  background-color: #f7f7f7;
  padding: 16px 0;
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.search-card a:hover {
  text-decoration: none;
}
.search-card .meta {
  color: #666666;
}
.search-result-title {
  color: #666666;
  font-size: 20px;
}
.search-card .title {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 20px;
}
.search-card a:hover .title {
  text-decoration: underline;
}
.search-card .column {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.search-card .type, .search-card .fee {
  font-size: 16px;
  padding: 0 20px 0 0;
  width: 130px;
}
.search-card .fee {
  text-align: right;
  width: 100px;
}
.search-card .title small {
  font-size: 13px;
  display: block;
  font-weight: 400;
}
.search-card a.btn {
  background-color: #ebebeb !important;
  color: #444;
}
.search-card a.btn:hover {
  background-color: var(--deep-green) !important;
  color: #ffffff;
}
@media (max-width: 599px) {
  .search-card > span > div > div, .search-card > a, .search-card > span {
    flex-direction: column;
  }
  .search-card .column {
    justify-content: flex-start;
    margin-left: 20px;
  }
  .search-card > a > div:last-child::before {
    content: "";
    border-right: 1px solid #bebebe;
    background-color: #f7f7f7;
    padding: 16px 0;
    width: 60px;
    margin-right: 20px;
  }
  .search-card .type, .search-card .fee {
    margin-top: 0;
  }
  .search-header .type {
    width: unset;
  }
}
@media (min-width: 600px) {
  .search-card .title {
    width: calc(100% - 60px);
  }
}
/*==---------------------------------------------------------====
    Content Templates | Image Gallery | Image only Content |  What's Happening | 
====---------------------------------------------------------==*/
.whats-happening-panel.ba-col-1, .whats-happening-panel.ba-col-2, .whats-happening-panel.ba-col-3, .whats-happening-panel.ba-col-4, .image-gallery.ba-col-1, .informative.ba-col-1, .urgent.ba-col-1, .image-gallery.ba-col-2, .informative.ba-col-2, .urgent.ba-col-2, .image-gallery.ba-col-3, .informative.ba-col-3, .urgent.ba-col-3, .image-gallery.ba-col-4, .informative.ba-col-4, .urgent.ba-col-4, .image-content-only-url.ba-col-1, .image-content-only-url.ba-col-2, .image-content-only-url.ba-col-3, .image-content-only-url.ba-col-4, .looking-for-module.ba-col-1, .looking-for-module.ba-col-2, .looking-for-module.ba-col-3, .looking-for-module.ba-col-4 {
  width: 100%;
}
.image-content {
  margin-bottom: 1rem;
}
.image-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.image-content.w100, .image-content.w75, .image-content.w50, .image-content.w25 {
  width: 100%;
}
.image-content.own-line {
  display: block;
}
.image-content.float-left {
  float: left;
  margin-right: 0;
}
.image-content.float-right {
  float: right;
  margin-left: 0;
}
p + .image-content, ul + .image-content {
  margin-top: 20px;
}
p + .image-content + h2, ul + .image-content + h2 {
  margin-top: 30px;
}
.image-content-caption {
  font-size: 1rem;
  text-align: right;
  padding: 0.25rem 0.5rem;
  background-color: #F7F6F4;
  border-top: 5px solid var(--mid-blue-110);
  color: #5b7713;
  /* was color-primary-light, david changed it for accessibility contrast */
}
.image-content-only-url.own-line {
  display: block;
}
.image-content-only-url.float-left {
  float: left;
  margin-right: 0;
  padding-right: 0;
}
.image-content-only-url.float-right {
  float: right;
  margin-left: 0;
  padding-left: 0;
}
.image-content-only-url .image-content-section {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
}
.image-content-only-url .image-content-section .image-content-url {
  display: inline-block;
}
.image-content-only-url .image-content-section .image-content-url img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}
.image-content-only-url .image-content-section .image-content-url .w100, .image-content-only-url .image-content-section .image-content-url .w75, .image-content-only-url .image-content-section .image-content-url .w50, .image-content-only-url .image-content-section .image-content-url .w25 {
  width: 100%;
}
.image-content-only-url .image-content-section .image-url-data {
  background-color: #f2f2f2;
  padding: 1rem;
  overflow: hidden;
  display: inline-block;
  width: 50%;
}
.image-content-only-url .image-content-section .image-url-data p {
  margin: 0;
  font-size: 1.4rem;
}
/*==---------------------------------------------------------====
Media Queries
====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .whats-happening-panel.ba-col-4 {
    width: 100%;
  }
  .whats-happening-panel.ba-col-3 {
    width: 75%;
    padding-right: 2rem;
  }
  .whats-happening-panel.ba-col-2 {
    width: 50%;
    padding-right: 2rem;
  }
  .whats-happening-panel.ba-col-2 ul.whats-happening li .whats-happening-image {
    display: none !important;
  }
  .whats-happening-panel.ba-col-1 {
    width: 25%;
    padding-right: 2rem;
  }
  .whats-happening-panel.ba-col-1 ul.whats-happening li .whats-happening-image {
    display: none !important;
  }
  .whats-happening-panel.ba-col-1 ul, .whats-happening-panel.ba-col-2 ul {
    padding: 0;
  }
  .image-gallery.ba-col-4, .informative.ba-col-4, .urgent.ba-col-4 {
    width: 100%;
  }
  .image-gallery.ba-col-3, .informative.ba-col-3, .urgent.ba-col-3 {
    width: 73%;
  }
  .image-gallery.ba-col-2, .informative.ba-col-2, .urgent.ba-col-2 {
    width: 48%;
  }
  .image-gallery.ba-col-1, .informative.ba-col-1, .urgent.ba-col-1 {
    width: 23%;
  }
  .image-content.w100, .image-content-url.w100 {
    width: 100%;
  }
  .image-content.w75, .image-content-url.w75 {
    width: 73%;
  }
  .image-content.w50, .image-content-url.w50 {
    width: 48%;
  }
  .image-content.w25, .image-content-url.w25 {
    width: 23%;
  }
  .image-content.float-left, .image-content-url.float-left {
    margin-right: 2rem;
  }
  .image-content.float-right, .image-content-url.float-right {
    margin-left: 2rem;
  }
  .image-content-only-url.float-left, .looking-for-module.float-left {
    margin-right: 1rem;
  }
  .image-content-only-url.float-right, .looking-for-module.float-right {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .image-content-only-url.ba-col-1, .looking-for-module.ba-col-1 {
    width: 23%;
  }
  .image-content-only-url.ba-col-2, .looking-for-module.ba-col-2 {
    width: 48%;
  }
  .image-content-only-url.ba-col-3, .looking-for-module.ba-col-3 {
    width: 73%;
  }
  .image-content-only-url.ba-col-4, .looking-for-module.ba-col-4 {
    width: 100%;
  }
}
/*==---------------------------------------------------------====
    News & Announcements 
====---------------------------------------------------------==*/
.news-article .news-image img {
  width: 100%;
}
.news-article .news-date {
  color: #666;
}
.news-article .news-summary {
  font-weight: bold;
}
.news-article .news-contact {
  margin-top: 1.5em;
}
/*==---------------------------------------------------------====
    News & Announcements 
====---------------------------------------------------------==*/
.news-filter {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 2em 0 0 1em !important;
  overflow: visible;
  padding: 0 !important;
}
@media screen and (max-width: 412px) {
  .news-filter {
    margin: 2em 0 0px 0em !important;
  }
}
.news-filter li:not(:last-child) {
  margin-right: 3px;
}
@media screen and (max-width: 412px) {
  .news-filter li {
    width: 100%;
  }
}
.news-filter a {
  display: block;
  padding: 0.35em 0.85em;
  color: #222;
  background-color: #e6e6e6;
  border-radius: 4px 4px 0 0;
  border: 1px solid #bbb;
  border-bottom-style: none;
  text-decoration: none;
  transition: all 0.1s ease;
}
.news-filter li:not(.selected) a:hover {
  background-color: #0d5901;
  border: 1px solid #0d5901;
  border-bottom-style: none;
  color: #fff;
}
.news-filter .selected a {
  font-weight: bold;
  border: 1px solid #bbb;
  border-bottom-style: none;
  background-color: #fff;
  color: #0d5901;
  position: relative;
}
.news-filter .selected a::after {
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  content: "";
}
.news-landing {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 1.5em;
}
.news-search {
  display: flex;
  margin-bottom: 2em;
}
.news-search input[type="text"] {
  font-size: inherit;
  width: 100%;
  outline: none;
  height: initial !important;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px #f2f2f2;
  transition: all 0.3s ease-in-out;
  padding: 6px 8px;
}
.news-search .button {
  margin: 0 0 0 1em;
  font-size: 1.5rem;
  background-color: #0d5901;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0.6em 1em;
  border-radius: 3px;
}
.news-search .button:focus, .news-search .button:hover {
  background-color: #2b7a2b;
}
.news-search .button:hover {
  text-decoration: none;
}
.news-container {
  margin-bottom: 1.5em;
}
.news-listing {
  border-left: 6px solid var(--mid-blue-110);
  list-style-type: none;
  padding-left: 1.5em;
  margin: 0 0 1em 1em !important;
}
.news-listing.ministerial {
  border-left: 6px solid #2865bb;
}
.news-listing.generic {
  border-left: 6px solid #ccc;
}
.news-listing li {
  padding: 1em 0;
}
.news-listing li:not(:last-child) {
  border-bottom: 1px dotted #aaa;
}
.news-listing .news-date {
  font-size: 0.8em;
  margin-bottom: 0;
  color: #666;
}
.news-listing .news-summary, .news-listing .news-summary p {
  margin: 1em 0;
  font-size: 14px;
}
#page_asset_builder_1433373_type_news_item label {
  padding: 10px 0px 2px 0px;
  display: block;
}
/*==---------------------------------------------------------====
    Accordions - Content Template 
====---------------------------------------------------------==*/
.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.accordion .accordion-item {
  border-bottom: 1px solid #d6d6d6;
}
.accordion .accordion-title {
  margin: 0;
  padding: 1em 0.25em 1em 0.75em;
  line-height: 1.3;
  transition: all 0.15s ease;
  cursor: pointer;
  position: relative;
}
.accordion .accordion-title:hover {
  color: #005690;
}
.accordion .accordion-content {
  display: none;
  padding: 1.5em 2em 2.5em;
  background-color: #ffffff;
}
.accordion .accordion-content p:first-child {
  margin-top: 0;
}
.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion .expand {
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
}
.accordion + .accordion {
  margin-top: -1em;
}
/*==---------------------------------------------------------====
    Social Media - Table 
====---------------------------------------------------------==*/
.social-table {
  margin-bottom: 2em;
}
.social-table th, .social-table td {
  text-align: center;
}
.social-table th:nth-child(1), .social-table td:nth-child(1) {
  text-align: left;
}
.social-table .fab {
  font-size: 1.5em;
}
.social-table .fa-facebook-f {
  color: #3b5998;
}
.social-table .fa-twitter {
  color: #00aced;
}
.social-table .fa-youtube {
  color: #d00;
}
.social-table .fa-linkedin-in {
  color: #0077b5;
}
.social-table .fa-instagram {
  color: #c32aa3;
}
.social-table a {
  opacity: 1;
  transition: all 0.15s ease;
}
.social-table a:hover {
  opacity: 0.75;
}
/*==---------------------------------------------------------====
    Social Media - Tiles
====---------------------------------------------------------==*/
.social-container {
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #main-content > .social-container {
    padding: 0 5%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #main-content > .social-container {
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #main-content > .social-container {
    padding: 0 1%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #main-content > .social-container {
    padding: 0;
  }
}
#main-content > .social-container .social-item {
  margin: 5px;
  width: 23.5%;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #main-content > .social-container .social-item {
    width: 23.5%;
    width: 325px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #main-content > .social-container .social-item {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #main-content > .social-container .social-item {
    width: 23.5%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #main-content > .social-container .social-item {
    width: calc(100% - 25px);
  }
}
#main-content .business_landing .social-container .social-item {
  width: 234px;
  margin: 5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #main-content .business_landing .social-container .social-item {
    width: 225px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #main-content .business_landing .social-container .social-item {
    width: 240px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #main-content .business_landing .social-container .social-item {
    width: 93%;
  }
}
.container.social-container {
  padding: 4rem 0;
}
.container.social-container h2 {
  padding-left: 10px;
}
.container.social-container .social-item {
  width: 314px;
  margin: 5px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .container.social-container .social-item {
    width: 94%;
    margin: 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .container.social-container .social-item {
    width: 325px;
    margin: 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .container.social-container .social-item {
    width: 365px;
    margin: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .container.social-container .social-item {
    width: 320px;
    margin: 5px;
  }
}
.social-content {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em 0.5em;
}
.social-content .social-item {
  border: 1px solid #ccc;
  font-size: 0.9em;
  position: relative;
  margin: 5px;
  /* &.facebook { border-top: 6px solid #3B5998; }
            &.twitter { border-top: 6px solid #38A1F3; }
            &.youtube { border-top: 6px solid #e00; }
            &.instagram { border-top: 6px solid #A633B5; } */
  /* &.facebook { border-top: 6px solid #2b7a2b; }
            &.twitter { border-top: 6px solid #2b7a2b; }
            &.youtube { border-top: 6px solid #2b7a2b; }
            &.instagram { border-top: 6px solid #2b7a2b; } */
}
.social-content .social-item .social-header {
  padding: 0.75em 1em;
  display: flex;
  align-items: center;
}
.social-content .social-item .social-header .icon {
  font-weight: normal;
  font-size: 2.2em;
  margin-right: 8px;
}
.social-content .social-item .social-header .icon + .profile-name {
  margin-left: 5px;
}
.social-content .social-item .social-header .profile-name {
  font-size: 1.1em;
  font-weight: bold;
  color: #111;
  line-height: 1.2;
}
.social-content .social-item.facebook .social-header .icon {
  color: #3B5998;
}
.social-content .social-item.twitter .social-header .icon {
  color: #38A1F3;
}
.social-content .social-item.youtube .social-header .icon {
  color: #e00;
}
.social-content .social-item.instagram .social-header .icon {
  color: #A633B5;
}
.social-content .social-item .social-image {
  overflow: hidden;
}
.social-content .social-item .social-image img {
  max-width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
  display: block;
}
.social-content .social-item .social-image img:hover {
  transform: scale(1.1);
}
.social-content .social-item .profile-image {
  display: none;
}
.social-content .social-item .social-details {
  padding: 1em 1.3em;
}
.social-content .social-item .post-time {
  margin: 0;
  color: #757575;
  /* for accessibility contrast, was 888 */
}
.social-content .social-item .message {
  line-height: 1.4;
  color: #333;
  margin-top: 0.25em;
}
.social-content .social-item a {
  text-decoration: none;
}
.social-content .data-holder {
  padding: 10px;
}
/*==---------------------------------------------------------====
    Sidebar Site Utilities
====---------------------------------------------------------==*/
.sidebar-site-utilities {
  display: flex;
  flex-direction: row;
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
  overflow: visible;
}
.sidebar-site-utilities li {
  width: 44px;
  height: 44px;
}
.sidebar-site-utilities a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #eee;
  font-size: 1.5em;
  transition: all 0.085s ease;
  color: #444;
}
.sidebar-site-utilities a:hover {
  color: #fff;
}
.sidebar-site-utilities a.email:hover {
  background-color: #cb3128;
}
.sidebar-site-utilities a.print:hover {
  background-color: #666;
}
.sidebar-site-utilities a.facebook:hover {
  background-color: #3b5998;
}
.sidebar-site-utilities a.twitter:hover {
  background-color: #1da1f2;
}
.sidebar-site-utilities a.linkedin:hover {
  background-color: #0077b5;
}
/*
    @media (min-width: 1000px) {
        .sidebar-site-utilities {
            float: right;
            margin-left: 2em;
        }
    }*/
@media (min-width: 1420px) {
  .sidebar-site-utilities {
    float: none;
    flex-direction: column;
    position: fixed;
    top: 250px;
    right: 0;
    margin: 0;
  }
}
/*==---------------------------------------------------------====
    Legacy Styles
====---------------------------------------------------------==*/
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
}
.photo-gallery li {
  width: 100px;
  margin: 0.35em;
}
.photo-gallery img {
  max-width: 100%;
}
@media print {
  @page {
    size: A4;
    margin: 15mm 15mm 16mm 15mm;
  }
  #content a[href]:after {
    content: " (" attr(href) ")";
  }
  .container {
    display: inline;
  }
  header {
    height: 7.5rem;
  }
  .header, .header a {
    color: #000;
  }
  .header__department {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .header__department__pc-logo, .header__department__mobile-logo {
    display: none;
  }
  .header__department__print-logo {
    display: block;
    width: 27rem;
  }
  .header__search {
    margin-top: -2rem;
  }
  #content {
    margin-top: 0;
    padding-top: 1rem;
  }
  #breadcrumb a[href]:after {
    content: none;
  }
  .main__navigation, .site__utilities, #content #section-nav, .black__footer__bar, .green__footer__bar, footer ul.footer-links, #content aside, .header__search__site-search--global, ul.landing-list li.landing-list-item i.expand, .circle-plus .circle, .sidebar-site-utilities {
    display: none;
  }
  ul.landing-list li.landing-list-item ul.sub-landing-list, .accordions-content {
    display: block !important;
  }
  footer {
    border-top: 1px solid #ccc;
  }
}
/*==---------------------------------------------------------====
    Business Priorities landing page Search Funnelback profiles 
====---------------------------------------------------------==*/
/*==----layout 2----==*/
.bp_search form#global_search {
  background-color: #efefef;
  padding: 1rem;
  margin: 0;
}
.bp-search-button {
  padding: 1rem;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  height: 34px;
}
.bp-search-box {
  border: 1px solid #ccc;
  width: 175px;
  height: 34px;
  font-size: 1.3rem;
  margin-right: -4px;
  padding: 0 0rem 0 1rem;
  vertical-align: top;
}
#bp_search_wide {
  width: 96%;
  display: block;
  background-color: #efefef;
  padding: 1rem;
  margin: 1rem 0 3rem 0;
}
#bp_search_wide form {
  padding-bottom: 0;
}
#bp_search_wide .bp-search-box {
  width: 85%;
  height: 45px;
  font-size: 1.6rem;
}
#bp_search_wide .bp-search-button {
  height: 45px;
  width: 15%;
  font-size: 2.5rem;
}
@media only screen and (min-width: 48em) {
  #bp_search_wide {
    padding: 1rem;
  }
  #bp_search_wide .bp-search-box {
    width: 92%;
  }
  #bp_search_wide .bp-search-button {
    width: 8%;
  }
}
@media (min-width: 64em) {
  #bp_search_wide {
    padding: 2rem 2rem;
  }
  #bp_search_wide .bp-search-box {
    width: 92%;
  }
  #bp_search_wide .bp-search-button {
    width: 8%;
  }
}
/* Style the header popup banner */
.popup-sticky-banner {
  padding: 10px 16px;
  background: #005690;
  color: #f1f1f1;
  text-align: center;
  z-index: 20;
  font-size: 1.25em;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.popup-sticky-banner a {
  color: #f1f1f1;
  text-decoration: underline;
}
.popup-sticky-banner a:visited, .popup-sticky-banner a:hover {
  color: #f1f1f1;
}
.close-popup-sticky-banner {
  position: absolute;
  right: 0;
  padding: 0px 1em 1em 1em;
  font-size: 1.25em;
  cursor: pointer;
}
.gallery-container img {
  height: 100px !important;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
}
.imagecaption {
  margin: 10px;
  float: left;
}
.gallery-container figure {
  display: table;
  margin: 0px;
}
.gallery-container figure img {
  display: block;
}
.gallery-container figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  padding: 5px;
}
.global-alert {
  font-size: 1.4rem;
  display: none;
}
.global-alert.low {
  color: #111;
  background-color: #e5eef5;
}
.global-alert.medium {
  color: #111;
  background-color: var(--alert-warning);
}
.global-alert.high {
  color: #fff;
  background-color: var(--alert-error);
}
.global-alert .container {
  justify-content: center;
  padding: 1.2rem 1.8rem 1.2rem 2.4rem;
}
@media only screen and (min-width: 750px) {
  .global-alert .container {
    max-width: 140.8rem;
    padding: 1.1rem 4.8rem;
  }
}
.global-alert .alert-panel {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 0;
  padding-left: 0;
  overflow: visible;
}
.global-alert .alert-panel .alert-icon {
  width: 2rem;
  font-size: 2rem;
  color: currentColor;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.global-alert .alert-panel .alert-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .global-alert .alert-panel .alert-content {
    flex-direction: row;
    align-items: center;
  }
}
.global-alert .alert-panel .alert-content .alert-message {
  padding: 0 2rem 0 0;
}
.global-alert .alert-panel .alert-content .alert-message p {
  margin: 0;
}
.global-alert .alert-panel .alert-content .alert-action {
  /*                margin-top: 1rem; */
  padding-right: 0.8rem;
  text-decoration: none;
  position: relative;
  display: flex;
  padding-right: 3rem;
  width: fit-content;
}
@media only screen and (min-width: 750px) {
  .global-alert .alert-panel .alert-content .alert-action {
    margin: 0;
  }
}
.global-alert .alert-panel .alert-content .alert-action::after {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  width: 2.2rem;
  height: 1.8rem;
  content: "";
  color: currentColor;
}
.global-alert .alert-panel .alert-content .alert-action span {
  text-decoration: underline;
}
.global-alert .alert-panel .alert-content .alert-action:hover span {
  text-decoration: none;
}
.global-alert .alert-panel .alert-content .alert-action span {
  white-space: nowrap;
}
.global-alert .alert-panel .alert-close {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.2rem;
}
.global-alert .alert-panel .alert-close button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100vmax;
  padding: 0;
  margin: 0;
  border-style: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: currentColor;
}
.global-alert .alert-panel .alert-close button:hover {
  transform: scale(1.3);
  background-color: rgba(0, 0, 0, 0.15);
}
.global-alert .alert-panel .alert-close button span {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.3rem;
  display: block;
}
.global-alert a {
  font-weight: 700;
  color: currentColor;
}
.image-banner .container .image-caption h1 {
  color: #ffffff;
}
/*
.fat-footer,
.black__footer__bar {
    background-color: var(--deep-blue);
}
.fat-footer .container h3 {
    color: #ffffff;
}
.fat__footer img,
.black__footer__bar img {
    max-width: 100%;
}
@media (min-width: 64em) {
    .fat__footer__news-annoucements {
        border-right: 1px solid rgba(255,255,255,0.25);
    }
}
@media only screen and (min-width: 1000px) {
    .fat-footer .container .footer-cell:not(:first-child) {
        border-left: 1px solid rgba(255,255,255,0.25);
    }
}
.contact-footer-container,
.green__footer__bar {
    background-color: var(--mid-blue-110) !important;
    border-bottom: 0;
}
@media (min-width: 64em) {
    .contact__panel__feedback-content-left {
        background-color: var(--mid-blue-110);
    }
}
@media (min-width: 64em) {
    .fat__footer__about-us {
        border-right: 1px solid rgba(255,255,255,0.25);
        flex-basis: 35%;
    }
}
@media (min-width: 64em) {
    .fat__footer__news-annoucements, .fat__footer__looking-for {
        flex-basis: 25%;
    }
}
@media (min-width: 64em) {
    .contact__panel__social ul.share-links li .fab {
        font-size: 2rem;
    }
}

.primary-nav-container,
.main__navigation {
    background-color: var(--deep-green) !important;
}

ul.list {
    background-color: var(--deep-green-110);
}
@media (min-width: 64em) {
    ul.list {
        background-color: var(--deep-green);
    }
}
@media (min-width: 64em) {
    .primary-nav-container .primary-nav > li:hover,
    ul.list li.item a:hover, ul.list li.item a:focus {
        background-color: var(--green);
        color: #fff;
    }
}
@media only screen and (min-width: 750px) {
    .primary-nav-container .primary-nav > li:hover {
        background-color: var(--deep-green-110);
    }
}
@media (min-width: 64em) {
    ul.list li.item:hover {
        background-color: var(--green);
    }
    .primary-nav-container .primary-nav.mega .primary-sub-nav,
    ul.list li.item ul.sublist {
        border: 3px solid var(--deep-green);
        border-top-width: 0;
    }
    .primary-nav-container .primary-nav.mega .primary-sub-nav > li > a {
        font-size: 1.05rem;
        font-weight: 600;
    }
    .primary-nav-container .primary-nav.mega .primary-sub-nav a {
        color: var(--deep-blue);
    }
    ul.list li.item ul.sublist li .sublist__wrapper__title a:link, ul.list li.item ul.sublist li .sublist__wrapper__title a:visited {
        color: var(--deep-blue);
        font-size: 1.7rem;
        font-weight: 600;
    }
}

header {
    background-image: none;
    background-color: #fff;
    position: relative;
}
@media only screen and (max-width: 999px) {
    .header-department {
        padding: 0.25em 0.5em;
    }
}
@media only screen and (min-width: 1000px) {
    .header__department {
        margin-left: 0;
        padding: 0;
    }
}
@media only screen and (min-width: 1000px) {
    header .header {
        padding: 0.75em;
    }
}
@media only screen and (min-width: 48em) {
    header {
        min-height: 105px;
    }
}

@media (min-width: 64em) {
    .header__department {
        font-size: 1.76rem;
    }
}
header .header .header-department .department-name,
header .header a,
.header a {
    color: var(--deep-blue);
}
header {
    background-image: url(/__data/assets/file/0009/1590786/DAF-Connect-Circle-mono_blue.svg);
    background-repeat: no-repeat;
    background-size:  704px 600px;
    background-position: right -30px top -406px;
}
@media (min-width: 1000px) {
    header .header-utilities,
    header .header__search {
        padding: 0.5em 0 0 0 !important;
        z-index: 2;
    }
}
@media (max-width: 999px) {
    header .header .header-utilities {
        background-color: var(--deep-green);
    }
    header .header .header-utilities .icon-menu-toggle {
        background-color: var(--deep-green-110);
    }
}
header .header .header-utilities .utilities > li {
    padding: 0;
}
header .header .header-utilities .icon-menu-toggle.active {
    background-color: var(--mid-green);
}
.header__search__site-search--global {
    border-color: var(--deep-green-110);
}

@media only screen and (min-width: 48em) {
    .header__search__site-search--global {
        top: 14.5rem;
    }
}

@media (min-width: 1000px) {
    header .header .header-utilities .header-search-input,
    .header__search__global-search-box {
        width: 225px;
    }

    header .header .header-utilities .header-search-input,
    .header__search__global-search-box, 
    .header__search__global-search-box:active, 
    .header__search__global-search-box:focus, 
    .header__search__global-search-box:hover {
        background-color: #ffffff;
        box-shadow: 0 0 1px rgba(0,0,0,0.5);
    }

    header .header .global-search button,
    .header__search__global-search-button {
        background-color: var(--deep-blue);
        border-color: var(--deep-blue);
        color: #ffffff;
        font-size: 16px;
        height: 36px;
        margin-top: -1px;
        width: 36px;
    }
    header .header .global-search button:hover,
    .header__search__global-search-button:hover {
        background-color: var(--green);
    }
}


@media only screen and (min-width: 48em) {
    .area-tiles.col-4 li {
        border-radius: 5px;
        width: calc(25% - 1em);
        margin: 0 1.333em 1.333em 0 !important;
    }
    .area-tiles.col-4 li:nth-child(4n) {
        width: calc(25% - 1em);
        margin-right: 0 !important;
    }
}
.contact-footer-container .contact-footer .feedback .feedback-button:hover,
.contact__panel__feedback a:hover, .contact__panel__feedback a:focus {
    background-color: var(--deep-blue);
}
*/
/* obcelecent */
.daf-aside {
  border-top: 5px solid var(--green);
  background-color: #f6f6f6;
  border-radius: 10px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
/* obcelecent */
.daf-aside ul li {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0 0.5em 1.5em;
}
.daf-other ul li {
  padding-left: 0 !important;
}
.daf-aside ul li:hover, .daf-aside ul li:focus {
  background-color: #ffffff;
}
.daf-aside.primary-blue {
  border-top: 5px solid var(--mid-blue);
}
.daf-aside.daf-alert {
  border-top: 5px solid var(--orange);
}
.daf-aside.daf-i-want-to {
  border-top: 5px solid var(--red-earth);
}
.daf-aside ul li::before {
  color: var(--green);
  top: 10px;
}
.daf-contact span.fas, .daf-contact span.fab {
  color: var(--green);
  top: 10px;
}
.daf-get-involved ul li:before {
  color: var(--mid-blue);
}
.daf-alert ul li:before {
  color: var(--orange);
}
.daf-i-want-to ul li::before {
  color: var(--red-earth);
}
.primary-blue ul li .fas {
  color: var(--mid-blue);
}
.daf-aside h3 {
  background-color: rgba(255, 255, 255, 0);
  padding: 0 0 1em;
  color: initial;
  text-align: left;
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
@media (min-width: 64em) {
  #secondary-content {
    flex: 33%;
    max-width: 360px;
    padding-left: 3rem;
  }
}
#bp_search_wide {
  width: 100%;
}
.breadcrumb__list ul li:after {
  color: var(--green);
}
.sidebar-site-utilities a {
  color: #444;
}
.slick-dots li.slick-active button {
  background-color: var(--sand);
}
button, a.btn, a.btn:link, a.btn:visited {
  background-color: var(--deep-green);
}
button:hover, button:focus, a.btn:hover, a.btn:focus {
  background-color: var(--deep-green-90);
}
a.btn.bio-forms__back__btn, a.btn.bio-forms__continue__btn {
  color: #ffffff;
  background-color: var(--deep-green);
}
a.btn.bio-forms__back__btn:hover, a.btn.bio-forms__continue__btn:hover {
  color: #ffffff;
  background-color: var(--deep-green-90);
}
.social-more {
  padding: 0 0.75em;
}
@media (min-width: 78em) {
  .social-container {
    width: calc(100% + 20px);
  }
  .business_landing .social-container {
    margin-right: -20px;
  }
  .social-content {
    padding: 0 0 1.5em;
    width: 100%;
  }
  #main-content .business_landing .social-container .social-item {
    margin: 0 20px 1.333rem 0;
    width: 232px;
  }
  #main-content .business_landing .social-container .social-item:nth-child(4n + 1) {
    margin-right: 0;
  }
}
/*
.fat-footer,
.black__footer__bar {
    overflow: hidden;
    position: relative;
}
.fat-footer,
.black__footer__bar {
    content: "";
    background-image: url(/__data/assets/file/0010/1590769/DAF-Background-Circle-mono_white.svg);
    background-position: right -1200px top -240px;
    background-repeat: no-repeat;
    background-size: 2076px 2184px;
}
*/
.section-nav {
  border: 1px solid var(--sand) !important;
  border-radius: 10px;
  background-color: #ffffff !important;
}
#section-nav {
  border-radius: 10px;
}
.section-nav h3 {
  background-color: rgba(255, 255, 255, 0) !important;
}
#section-nav h3 {
  background-color: rgba(255, 255, 255, 0);
  border-left: 1px solid var(--sand);
  border-right: 1px solid var(--sand);
  border-radius: 10px 10px 0 0;
}
.section-nav h3 a {
  color: #111;
  font-size: 17px;
}
#section-nav h3 a:link, #section-nav h3 a:visited, #section-nav h3 a:focus, #section-nav h3 a:hover {
  border-bottom: 1px solid var(--sand);
}
.section-nav h3 a:link, .section-nav h3 a:visited, .section-nav h3 a:focus, .section-nav h3 a:hover, #section-nav h3 a:link, #section-nav h3 a:visited, #section-nav h3 a:focus, #section-nav h3 a:hover {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 0;
  border-top: 5px solid var(--sand);
  border-radius: 10px 10px 0 0;
}
.section-nav h3 a, .section-nav h3 a:link, .section-nav h3 a:visited, .section-nav h3 a:focus, .section-nav h3 a:hover {
  border-bottom: 1px solid var(--sand);
}
.section-nav ul.secondary-nav li > a, .section-nav ul.secondary-nav li > a:visited, #section-nav ul.left-nav li a:link, #section-nav ul.left-nav li a:visited {
  border-bottom: 1px solid var(--sand) !important;
}
.section-nav ul.secondary-nav li:last-child > a, .section-nav ul.secondary-nav li:last-child > a:visited {
  border-bottom: 0 solid var(--sand) !important;
}
#section-nav ul.left-nav {
  list-style: none;
  border-right: 1px solid var(--sand);
  border-left: 1px solid var(--sand);
  border-top: 1px solid var(--sand);
  border-radius: 0 0 10px 10px;
}
.section-nav ul.secondary-nav li, .section-nav ul.secondary-nav li.active a, #section-nav ul.left-nav li, #section-nav ul.left-nav li a.active {
  background-color: rgba(252, 255, 255, 0);
}
.section-nav ul.secondary-nav li.active, #section-nav ul.left-nav li.active {
  background-color: rgba(252, 193, 126, 0.2);
  position: relative;
}
.section-nav ul.secondary-nav li.active a.active, #section-nav ul.left-nav li.active a.active {
  background-color: rgba(252, 193, 126, 0.2);
}
/*
.section-nav ul.secondary-nav li a:hover, .section-nav ul.secondary-nav li a:focus,
#section-nav ul.left-nav li a:hover, #section-nav ul.left-nav li a:focus {
    text-decoration: underline;
    text-decoration-thickness: 0.15em;
    text-underline-offset: 0.025em;
    background-color: rgba(252,193,126,0.2);
}
*/
.section-nav ul.secondary-nav li .active:before, #section-nav ul.left-nav li .active:before {
  color: var(--sand);
}
.section-nav .secondary-nav a::before {
  content: none;
}
.section-nav ul.secondary-nav li.active:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: -9px;
  left: 0px;
  font-size: 40px;
  color: var(--sand);
  text-decoration: none;
}
.section-nav .secondary-nav a::after {
  content: none;
}
.section-nav ul.secondary-nav li a:link, .section-nav ul.secondary-nav li a:visited {
  color: #111 !important;
}
ul.landing-list p.more-link a:link, ul.landing-list p.more-link a:visited {
  color: var(--red-earth);
}
.contact__panel__feedback-content-left {
  background-color: var(--mid-blue-110);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle.active {
  background-color: var(--deep-green-110);
}
.mobile__main__navigation__icon-search a.icon-search-toggle.active {
  background-color: var(--deep-green-110);
}
ul.list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.list li ul.sublist {
  background-color: var(--deep-green-90);
}
ul.landing-list li.landing-list-item i.expand {
  background-color: var(--mid-blue);
}
#acknowledgement {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
}
#acknowledgement .caption {
  color: #90ced6;
  font-size: 80%;
}
#acknowledgement img {
  display: block;
  margin: 30px auto;
}
.card-content h2 {
  background: var(--deep-green) !important;
}
.search-container .pagination .active a {
  background-color: var(--deep-green);
  color: #fff;
}
.feedback-panel {
  background-color: var(--deep-blue-110);
}
.feedback-panel a {
  color: #fff;
}
.contact__panel__social {
  z-index: 2;
}
#bio-map button.gm-svpc {
  display: none !important;
}
