/*
  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: 07 August 2023 11:48:58
*/


margin: 1rem 0;
/*==--------------------------------------------------------------------------====
 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: rgba(243, 117, 58, 0.125);
  --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: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 150%;
  color: #111;
  margin: 0;
  height: 100%;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: bold;
}
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;
}
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;
}
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.05em;
}
#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: #fff;
  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: #fff;
  text-decoration: underline;
}
/*==---------------------------------------------------------====
 Header - Logo | Search | Dept Name | Contact Number
 ====---------------------------------------------------------==*/
header {
  background-color: #fff;
  background-image: url(https://www.daf.qld.gov.au/__data/assets/file/0009/1590786/DAF-Connect-Circle-mono_blue.svg);
  background-position: right -30px top -406px;
  background-repeat: no-repeat;
  background-size: 704px 600px;
  height: 11.5rem;
  position: relative;
}
.header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.header__department {
  padding: 0.5rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.5rem;
  margin-top: 0;
}
.header__department__pc-logo {
  display: none;
}
.header__department__mobile-logo {
  display: block;
  width: 16rem;
}
.header__department__print-logo {
  display: none;
}
.header__department a {
  /* :link,
   a:visited
   --- :link and :visited may only differ by colour */
  text-decoration: none;
  color: #fff;
}
.header__department a:hover, .header__department a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.025em;
}
.header__search {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
  flex-direction: column;
  align-items: flex-end;
}
.header__search__site-search {
  display: block !important;
  background-color: transparent;
  padding: 0;
}
.header__search__site-search--global {
  display: none;
  position: absolute;
  top: 15.5rem;
  width: 100%;
  right: 0;
  border: 15px solid var(--deep-blue);
  z-index: 10;
}
.header__search__global_search {
  position: relative;
  padding-bottom: 0;
}
.header__search__visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.header__search__global-search-box {
  border-style: none;
  background-color: #fff;
  font-size: inherit;
  font-family: inherit;
  padding: 0 8rem 0 1rem;
  outline: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #303433;
  font-size: 1.4rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.header__search__global-search-box:focus, .header__search__global-search-box:hover {
  box-shadow: none;
  background-color: none;
}
.header__search__global-search-button {
  position: absolute;
  right: 0;
  top: 0rem;
  height: 34px;
  width: 70px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  background-color: #fff;
  color: #303433;
  border: 1px solid #fff;
  z-index: 10;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.header__search__global-search-button span {
  font-size: 1.5rem;
}
.header__search__global-search-button span ::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #808080;
  content: '\f002';
  transition: color 0.2s ease;
}
.header__search__global-search-button:hover, .header__search__global-search-button:focus {
  background-color: #2b7a2b;
  border: 1px solid #2b7a2b;
  color: #fff;
}
.header p.contact {
  margin-top: -0.5rem;
  justify-content: flex-end;
  font-size: 1.5rem;
  color: #fff;
}
.header a {
  /*:link,
   a:visited --- :link and :visited may only differ by colour*/
  text-decoration: none;
  color: #fff;
}
.header a:hover, .header a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.25em;
}
.header span {
  font-weight: 700;
}
/*==---------------------------------------------------------====
 Media Queries
 ====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  header {
    height: 9.5rem;
    min-height: 105px;
  }
  .header {
    flex-direction: row;
  }
  .header__department__mobile-logo {
    display: block;
    width: 17rem;
  }
  .header__department__pc-logo {
    display: none;
  }
  .header__department__print-logo {
    display: none;
  }
  .header__search__site-search--global {
    top: 13.5rem;
  }
  .header p.contact {
    display: inline-block;
    margin-top: 1.2rem;
  }
}
@media (min-width: 64em) {
  .header__department {
    font-size: 1.7rem;
  }
  .header__department__pc-logo {
    display: block;
    width: 27rem;
  }
  .header__department__mobile-logo {
    display: none;
  }
  .header__department__print-logo {
    display: none;
  }
  .header__department img {
    width: 27rem;
  }
  .header__search {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    padding: 1rem 0.4rem 0px 0px;
  }
  .header__search__site-search {
    background-color: transparent;
    padding: 0;
  }
  .header__search__site-search--global {
    position: relative;
    display: block !important;
    top: 0;
    width: auto;
    border: 0 none;
  }
  .header__search__global_search {
    position: relative;
  }
  .header__search__global-search-box {
    width: 225px;
    height: 34px;
    font-size: 1.6rem;
    margin-right: -4px;
    padding: 0 0rem 0 1rem;
  }
  .header__search__global-search-box:focus, .header__search__global-search-box:hover {
    box-shadow: inset 0 0 15px #ccc;
    background-color: #f2f2f2;
  }
  .header__search__global-search-button {
    position: relative;
    height: 34px;
    width: 32px;
  }
  .header__search__global-search-button span {
    font-size: 1.6rem;
  }
  .header p.contact {
    font-size: 1.7rem;
  }
}
/*==---------------------------------------------------------====
 Green Footer
 ====---------------------------------------------------------==*/
.green__footer__bar {
  background-color: #2b7a2b;
  color: #fff;
}
.contact__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.contact__panel a {
  text-decoration: none;
}
.contact__panel__feedback a.buttoncontact__panel__feedback__button {
  background-color: white;
  cursor: pointer;
  border-radius: 3px;
}
.contact__panel__feedback a.buttoncontact__panel__feedback__button:hover {
  background-position: left bottom;
  color: white;
  text-decoration: none;
}
.contact__panel__feedback a:link, .contact__panel__feedback a:visited {
  color: #111;
  padding: 1.5rem 0.5rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.5rem;
  font-weight: 700;
}
.contact__panel__feedback a:link .fas, .contact__panel__feedback a:visited .fas {
  margin-right: 6px;
}
.contact__panel__feedback a:hover, .contact__panel__feedback a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.25em;
  color: #fff;
  background-color: var(--deep-blue);
}
.contact__panel__number {
  font-size: 1.5rem;
  justify-content: center;
  align-self: center;
  display: flex;
  flex-direction: column;
}
.contact__panel__number a:link, .contact__panel__number a:visited {
  color: #fff;
}
.contact__panel__number a:hover, .contact__panel__number a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.25em;
}
.contact__panel__number span {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.contact__panel__social {
  display: flex;
  justify-content: flex-end;
  padding: 0rem;
  margin: 0.5rem 0;
  font-size: 1.6rem;
}
.contact__panel__social ul.share-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 3rem;
  position: relative;
  overflow: visible;
}
.contact__panel__social ul.share-links > li a {
  color: #fff;
}
.contact__panel__social ul.share-links li {
  display: flex;
  align-items: center;
}
.contact__panel__social ul.share-links li .fab {
  font-size: 2rem;
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
}
.contact__panel__social ul.share-links li.active {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.contact__panel__social ul.share-links li:not(:first-child):hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.contact__panel__social ul.share-links__popup {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  width: 22rem;
  display: none;
}
.contact__panel__social ul.share-links__popup li {
  display: flex;
  align-items: center;
}
.contact__panel__social ul.share-links__popup li span.fab {
  color: #444;
  margin-right: 5px;
  font-size: 1.5rem;
  width: 2rem;
  height: 1.5rem;
}
.contact__panel__social ul.share-links__popup li a:link, .contact__panel__social ul.share-links__popup li a:visited {
  color: #444;
  font-size: 1.3rem;
}
.contact__panel__social ul.share-links__popup li a:focus, .contact__panel__social ul.share-links__popup li a:hover {
  background-color: none;
  cursor: pointer;
}
.contact__panel__feedback-content-left {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-self: stretch;
  padding: 0.5rem 0;
  background-color: var(--mid-blue-110);
}
/*==---------------------------------------------------------====
 Feedback Form
 ====---------------------------------------------------------==*/
/* h o n e y p o t */
.so_spicey {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
/*    .container.form__selection {
 display: none;
 color: #000;
 background-color: #fff;
 box-sizing: border-box;
 .submit__a__form {
 }
 .feedback__form {
 display: none;
 padding-bottom: 5px;
 #message {
 height: 100px;
 }
 form {
 background-color: #f6f6f6;
 border: 1px solid rgba(0, 0, 0, .1);
 }
 .loading-spinner {
 text-align: center;
 display: block;
 font-size: 5rem;
 height: 100px;
 vertical-align: middle;
 }
 .loading-spinner > .fa-spinner {
 vertical-align: middle;
 }
 }
 }*/
.feedback-panel {
  display: none;
  background-color: #0e580e;
  font-size: 16px;
}
.feedback-panel textarea {
  padding: 1em;
}
@media only screen and (max-width: 769px) {
  .feedback-panel textarea {
    width: 100%;
  }
}
.feedback-panel input[type="text"] {
  padding: 0.5em;
}
.feedback-panel textarea, .feedback-panel input[type="text"] {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #063e06;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.25);
}
.feedback-panel input[type="submit"] {
  background-color: #fff;
  color: #000;
  border-style: none;
  border-radius: 3px;
  padding: 0.5em 1em;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 1.5em 0;
  transition: all 0.15s ease;
}
.feedback-panel input[type="submit"]:hover {
  background-color: #2b7a2b;
  color: #fff;
}
.feedback-panel .container {
  padding: 1em 4em;
  overflow: auto;
  color: #fff;
}
.feedback-panel ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em 0;
}
.feedback-panel form {
  margin: 0;
  padding: 0;
}
.feedback-panel a {
  color: #fff;
  text-decoration: underline;
}
.feedback-panel label {
  cursor: pointer;
}
.feedback-panel input[type="radio"]:checked + label {
  font-weight: bold;
}
.feedback-panel .form-contents {
  margin: 0;
  padding: 0;
}
.feedback-panel .feedback-form > div {
  padding: 0 0 2em 0;
}
.feedback-panel .feedback-about, .feedback-panel .feedback-compliment, .feedback-panel .feedback-enquiry {
  display: none;
}
.feedback-panel .feedback-about span.required {
  color: #fff;
}
.feedback-panel #message {
  padding: 1.5em 0 1em 0;
}
.feedback-panel .hidden {
  display: none;
}
.feedback-panel .error-panel {
  background-color: #fff;
  border-top: 5px solid #c00;
  padding: 1em 1.5em;
  color: #000;
  width: 75%;
}
.feedback-panel .error-panel .sq-form-errors-message {
  font-weight: bold;
  margin: 0 0 1em 0;
}
.feedback-panel .error-panel .sq-form-errors {
  list-style-type: square !important;
  padding: 0 0 0 40px !important;
  margin: 0 0 1em 0 !important;
}
/*==---------------------------------------------------------====
 White Footer
 ====---------------------------------------------------------==*/
footer {
  font-size: 1.5rem;
  padding: 2rem;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer a:link, footer a:visited {
  text-decoration: none;
  color: #111;
}
footer a:hover, footer a:focus {
  text-decoration: underline;
}
footer ul.footer-links {
  line-height: 1.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
  padding: 0;
  justify-content: center;
}
footer ul.footer-links li {
  padding: 0 1rem;
}
footer ul.footer-links li:not(:last-child) {
  border-right: 1px solid #111;
  margin-bottom: 0.5rem;
}
footer .footer-copyright {
  display: flex;
  flex-direction: column;
}
footer .footer-copyright p {
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
}
footer .footer-copyright p a {
  text-decoration: underline;
}
/*==---------------------------------------------------------====
 Fat Footer | Black Footer
 ====---------------------------------------------------------==*/
.black__footer__bar {
  background-color: var(--deep-blue);
  padding: 2rem;
}
.black__footer__bar img {
  max-width: 100%;
}
.columns-2 {
  -webkit-columns: 2;
  columns: 2;
}
.fat__footer {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.fat__footer a:link, .fat__footer a:visited {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  font-weight: normal;
}
.fat__footer a:hover, .fat__footer a:focus {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.025em;
}
.fat__footer img {
  max-width: 100%;
}
.fat__footer h3 {
  color: #fff;
  margin-bottom: 1rem;
}
.fat__footer h3 span span {
  display: block;
  float: left;
}
.fat__footer h3 span span::before {
  color: #fff;
  content: "+";
  font-family: "Font Awesome 5 Brands";
  font-size: 2.1rem;
  position: relative;
  font-weight: 900;
  top: 2px;
  width: 15px;
  margin: 0 1rem 0 0;
  display: inline-block;
  cursor: pointer;
}
.fat__footer h3 span.open span::before {
  content: "-";
}
.fat__footer__navigation-links {
  display: none;
  margin: 1rem 0 1rem 2.5rem;
}
.fat__footer__navigation-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fat__footer__about-us, .fat__footer__news-annoucements {
  border: 0 none;
}
/*==---------------------------------------------------------====
 Media Queries
 ====---------------------------------------------------------==*/
@media only screen and (min-width: 48em) {
  .contact__panel__number {
    display: block;
  }
}
@media (min-width: 64em) {
  /***-------------------Green Footer----------------------***/
  /***------------------- Fat Footer | Black Footer----------------------***/
  /***------------------- white Footer----------------------***/
  .contact__panel {
    flex-direction: row;
    padding: 0 0.5rem;
  }
  .contact__panel__feedback a:link, .contact__panel__feedback a:visited {
    padding: 1.8rem 2.8rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .contact__panel__number {
    font-size: 1.7rem;
    display: block;
  }
  .contact__panel__number span {
    font-weight: 700;
    font-size: 1.7rem;
  }
  .contact__panel__social ul.share-links {
    height: 4.5rem;
    padding: 0rem;
    margin: 0;
  }
  .contact__panel__social ul.share-links li .fab {
    font-size: 3rem;
  }
  .contact__panel__feedback-content-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 53%;
    padding-left: 0.6rem;
    border: 0 none;
    background-color: #2b7a2b;
  }
  .fat__footer__navigation-links {
    display: block !important;
    padding: 0;
    margin: 0;
  }
  .fat__footer {
    flex-direction: row;
  }
  .fat__footer h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
  }
  .fat__footer h3 a:link, .fat__footer h3 a:visited {
    font-size: 2rem;
  }
  .fat__footer h3 span span {
    display: none;
  }
  .fat__footer__navigation-links {
    display: block !important;
    margin: 0;
  }
  .fat__footer__about-us {
    margin: 1rem 1.1rem;
    border-right: 1px solid #779408;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
  }
  .fat__footer__news-annoucements {
    border-right: 1px solid #779408;
  }
  .fat__footer__news-annoucements, .fat__footer__looking-for {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
  }
  footer .footer-copyright p {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}
/*==---------------------------------------------------------====
 Asides
 ====---------------------------------------------------------==*/
div.ui-helper-hidden-accessible {
  display: none;
}
ul#ui-id-1 {
  background-color: #fff;
  padding: 1rem;
  list-style-type: none;
  border-top: 3px solid #f2f2f2;
  border-left: 10px solid #f2f2f2;
  width: 90%;
}
@media (min-width: 64em) {
  ul#ui-id-1 {
    width: 255px;
  }
}
/*==---------------------------------------------------------====
 Container | Page Layouts |
 ====---------------------------------------------------------==*/
.container {
  min-width: 19em;
  max-width: 88em;
  margin: 0 auto;
}
#content {
  padding: 3rem 2rem;
  margin-top: 4.5rem;
  display: flex;
  /*word-break: break-word;*/
  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 only screen and (min-width: 48em) {
}
@media (min-width: 64em) {
  #content {
    margin-top: 0rem !important;
    flex-direction: row;
    justify-items: flex-start;
    padding: 3rem 1rem;
  }
  #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%;*/
  }
}
/*==---------------------------------------------------------====
 Main Site Navigation
 ====---------------------------------------------------------==*/
.main__navigation {
  background-color: var(--deep-green);
  height: 4rem;
  position: relative;
}
ul.list {
  display: none;
  flex-direction: column;
  overflow: visible;
  list-style-type: none;
  line-height: 4rem;
  position: relative;
  background-color: var(--deep-green);
  width: 100%;
  top: 4rem;
  margin: 0;
  padding: 0;
  z-index: 10;
}
ul.list a {
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  display: flex;
  padding-left: 5rem;
}
ul.list li {
  width: 100%;
  border-bottom: 1px solid rgba(114, 149, 23, 0.2);
}
ul.list li i.expand {
  position: relative;
  width: 5rem;
  height: 4.5rem;
  padding: 17px;
  cursor: pointer;
  position: absolute;
  display: inline-flex;
}
ul.list li i.expand span::before, ul.list li i.expand span::after {
  position: absolute;
  content: '';
  background-color: #fff;
  transition: transform 0.2s;
}
ul.list li i.expand span::after {
  width: 2px;
  height: 10px;
  left: 21px;
}
ul.list li i.expand span::before {
  width: 10px;
  height: 2px;
  top: 21px;
}
ul.list li i.expand.open span::before {
  transform: rotate(180deg);
}
ul.list li i.expand.open span::after {
  transform: rotate(450deg);
}
ul.list li:not(.expandable) a {
  padding-left: 5rem;
}
ul.list li ul.sublist {
  list-style-type: none;
  background-color: rgba(114, 149, 23, 0.3);
  width: 100vw;
  overflow: visible;
  margin: 0;
  padding: 0;
  display: none;
}
ul.list li ul.sublist li {
  padding-left: 3rem;
  list-style-type: inherit;
  list-style-position: inside;
}
ul.list li ul.sublist li .sublist__wrapper .sublist__wrapper__content {
  display: none;
}
/*==---------------------------------------------------------====
 Media Queries -  Main Site Navigation
 ====---------------------------------------------------------==*/
@media (min-width: 64em) {
  .mobile__main__navigation {
    display: none;
  }
  ul.list {
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    top: 0;
    display: flex !important;
    height: auto;
    width: auto;
    background-color: var(--deep-green);
    margin-left: -0.5rem;
  }
  ul.list li.item {
    justify-content: flex-start;
    width: auto;
    border-bottom: 0 none;
  }
  ul.list li.item:hover {
    background-color: var(--green);
    color: #fff;
  }
  ul.list li.item:hover > a {
    color: #fff;
  }
  ul.list li.item a {
    color: #fff;
  }
  ul.list li.item a:link, ul.list li.item a:visited {
    padding: 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
  }
  ul.list li.item a:hover, ul.list li.item a:focus {
    background-color: var(--deep-blue);
    color: #fff;
  }
  ul.list li.item i.expand {
    display: none;
  }
  ul.list li.item:not(.expandable) a {
    padding-left: 1rem;
  }
  ul.list li.item ul.sublist {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 100;
    position: absolute;
    list-style-type: none;
    background-color: #fff;
    border: 3px solid #2b7a2b;
    box-shadow: 0 1rem 4rem -1.5rem rgba(0, 0, 0, 0.25);
    border-top-style: none;
    left: 0;
    padding: 2rem;
    top: 4rem;
    width: 100%;
    color: #444;
    line-height: 2.4rem;
    transition: opacity 0.1s, visibility 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
  }
  ul.list li.item ul.sublist.open {
    display: flex;
    transition: opacity 0.1s, visibility 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  }
  ul.list li.item ul.sublist li {
    width: calc(100% * (1/3) - 23px);
    float: left;
    color: #444;
    margin: 1rem;
    border-bottom: 0 none;
    padding-left: 0;
  }
  ul.list li.item ul.sublist li .sublist__wrapper .sublist__wrapper__content {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
  }
  ul.list li.item ul.sublist li .sublist__wrapper__title a:link, ul.list li.item ul.sublist li .sublist__wrapper__title a:visited {
    padding: 0;
    color: var(--mid-blue-110);
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
  }
  ul.list li.item ul.sublist li .sublist__wrapper__title a:hover, ul.list li.item ul.sublist li .sublist__wrapper__title a:focus {
    background-color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.25em;
  }
  ul.list li.item ul.sublist li .sublist__wrapper__content a:link, ul.list li.item ul.sublist li .sublist__wrapper__content a:visited {
    padding: 0;
    color: #444;
    display: inline;
    font-size: 1.4rem;
    font-weight: 600;
  }
  ul.list li.item ul.sublist li .sublist__wrapper__content a:hover, ul.list li.item ul.sublist li .sublist__wrapper__content a:focus {
    background-color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.15em;
    text-underline-offset: 0.25em;
  }
  ul.list li.item ul.sublist li .sublist__wrapper__content .subsub__nav:not(:last-child)::after {
    content: "|";
    margin: 1px 4px;
  }
  ul.list li.item ul.sublist li .sublist__wrapper__content .subsub__nav:last-child::after {
    content: " ";
  }
  ul.list li.item ul.sublist li .sublist__wrapper__content .elipsis {
    margin-left: -1.1rem;
    background-color: #fff;
  }
}
/*==---------------------------------------------------------====
 Mobile -  Main Site Navigation
 ====---------------------------------------------------------==*/
.mobile__main__navigation {
  position: relative;
  display: flex;
}
.mobile__main__navigation__icon-search {
  text-align: center;
}
.mobile__main__navigation__icon-search a.icon-search-toggle {
  color: #fff;
  font-size: 2.5rem;
  right: 4.4rem;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  height: 4rem;
  position: absolute;
  top: 0;
  width: 4.4rem;
}
.mobile__main__navigation__icon-search a.icon-search-toggle.active {
  background-color: var(--deep-blue);
}
.mobile__main__navigation__icon-search a.icon-search-toggle span.fa {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  height: 4rem;
  position: absolute;
  top: 0;
}
.mobile__main__navigation__icon-search a.icon-search-toggle span.hide {
  display: none !important;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle {
  margin: 0;
  right: 0;
  display: block;
  height: 4rem;
  position: absolute;
  top: 0;
  width: 4.4rem;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle.active {
  background-color: var(--deep-blue);
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle.active .menu-bar--1 {
  opacity: 0;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle.active .menu-bar--2-1 {
  transform: rotate(46deg);
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle.active .menu-bar--2-2 {
  transform: rotate(-46deg);
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle.active .menu-bar--3 {
  opacity: 0;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle .icon-menu-bar {
  background: #fff;
  border-radius: 1px;
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  top: 9px;
  width: 30px;
  -webkit-transition: opacity 0.2s, top 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, top 0.2s, transform 0.2s;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle .icon-menu-bar.menu-bar--2 {
  top: 2rem;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle .icon-menu-bar.menu-bar--2 {
  top: 1.8rem;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle .icon-menu-bar.menu-bar--3 {
  top: 2.7rem;
}
.mobile__main__navigation__icon-menu a.icon-menu-toggle span.hide {
  display: none !important;
}
@media (min-width: 64em) {
  .mobile__main__navigation {
    display: none;
  }
}
/*==---------------------------------------------------------====
 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 5 Free";
  font-weight: 900;
  content: "\f105";
}
.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.daf.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 5 Free";
  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: '\f053';
}
[dir='rtl'] .slick-prev:before {
  content: '\f054';
}
.slick-next:before {
  content: '\f054';
}
[dir='rtl'] .slick-next:before {
  content: '\f053';
}
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: 1rem 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: "\f0da";
  font-family: 'Font Awesome 5 Free';
  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 5 Free';
  content: "\f0a9";
  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 5 Free';
  content: "\f15c";
  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 5 Free';
  content: "\f06a";
  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 5 Free';
  content: "\f0eb";
  font-weight: 900;
  color: #bba899;
}
.daf-hotlines ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f095";
  font-weight: 900;
  color: #000;
}
.daf-get-involved ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0f3";
  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: #444;
  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-decoration-thickness: 0.15em;
  text-underline-offset: 0.05em;
}
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;
  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;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.05em;
  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 {
  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;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.05em;
}
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 5 free";
  font-weight: 900;
  content: "\f0da";
  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 h3 {
  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 2rem 1rem;
}
.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 .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: bold;
}
.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: #fff;
}
.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;
}
.looking-for-module ul li:hover a {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.05em;
  /*
   &::before {
   font-family: "Font Awesome 5 Free";
   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: 2rem 0 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: "\2022";
    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 1rem;
  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;
}
.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.5em;
  }
  .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
 ====---------------------------------------------------------==*/
/*
 .informative > :first-child {
 padding-top: 5px;
 padding-left: 45px;
 }
 */
.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 5 Free';
  font-weight: 900;
  font-size: 3rem;
  color: var(--mid-blue-110);
  content: '\f1e5';
  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 5 Free';
  font-weight: 900;
  font-size: 3rem;
  color: var(--green);
  content: '\f06a';
  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 5 Free';
   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 5 Free';
  font-weight: 900;
  font-size: 3rem;
  color: #cb3128;
  content: '\f06a';
  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 .id {
  border-right: 1px solid #bebebe;
  display: inline-block;
  background-color: #f7f7f7;
  padding: 16px 0;
  width: 60px;
  text-align: center;
}
.search-card a:hover {
  text-decoration: none;
}
.search-card .meta {
  color: #666;
}
.search-result-title {
  color: #666;
  font-size: 20px;
}
.search-card .title {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0 20px;
  width: calc(100% - 60px);
}
.search-card a:hover .title {
  text-decoration: underline;
}
.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: #fff;
}
@media (max-width: 599px) {
  .search-card > a, .search-card > span {
    flex-direction: column;
  }
  .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;
  }
}
/*==---------------------------------------------------------====
 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;
}
.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: #fff;
}
.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;
}
.image-banner .container .image-caption h1 {
  color: #fff;
}
.fat-footer, .black__footer__bar {
  background-color: var(--deep-blue);
}
.fat-footer .container h3 {
  color: #fff;
}
.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: #fff;
    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: #fff;
    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: #fff;
}
.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: #fff;
  background-color: var(--deep-green);
}
a.btn.bio-forms__back__btn:hover, a.btn.bio-forms__continue__btn:hover {
  color: #fff;
  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: #fff !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: "\f0da";
  font-family: 'Font Awesome 5 Free';
  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;
}
