<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************
        CUSTOMISED
******************************/

body {
  padding-bottom: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
.h1, h1, .h2, h2, .h3, h3 {
    margin: 1.5rem 0 1.2rem;
}
.h2, h2 {
   color: #13a89e;
   font-size: 1.5rem;
}
.h3, h3 {
   font-size: 1.3rem;
   color: #13a89e;
   font-size: 1.2rem;
}
a {
  color: #333;
}
h3&gt;a {
    color: #13a89e;
    text-decoration: none;
}
h3&gt;a:hover {
    color: #666;
    text-decoration: none;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
div#maincontent {
    min-height: 500px;
}
.imgwithborder {
  border: solid 10px #13a89e !important;
}
.imgwithborder2 {
  border: solid 5px #666 !important;
}
.featuredtext {
   font-size: 1.2em;
   color: #0E6767;
}
hr.dash {
     width: 98%;
     height: 1px;
     margin: 10px auto 0 0;
     text-align: center;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: dashed;
     border-left-style: none;
     border-bottom-width: 1px;
     border-bottom-color: #9D9D9D;
}

/*****************************
        BREADCRUMBS
******************************/
.breadcrumbs {
    color: #666;
    font-size: 0.8em;
}
ul.breadcrumbs {
    list-style: none;
}
.breadcrumbs li {
    display: inline;
}

/*****************************
        NAVIGATION
******************************/
.navbar {
  margin-bottom: 20px;
}
div#navbarsmenu, .navbar-expand-lg {
    background-color: #0E6767;
}
div#navbarsmenu a {
    color: white;
}
div#navbarsmenu a:hover {
    background-color: #888;
}
.dropdown-menu {
    background-color: #888;
}
.navbar-toggler-icon {
    background-image: url("https://www.fedcourt.gov.au/pjip/images/toggle-icon.png");
}

/*****************************
          BUTTON
******************************/
.btn-secondary {
    color: #fff;
    background-color: #13a89e;
    border-color: #6c757d
}




/*****************************
          FOOTER
******************************/
div#footer {
    margin-top: 3em;
    border-top: solid grey thin;
    padding-top: 3em;
}

img#png {
    margin-top: 60px;
}
img#fca{
    margin-top: 44px;
}
/*****************************
          FORM
******************************/
.sq-form-error {
   color: red
}
.sq-form-captcha {
    margin: 20px 0;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
input {
    max-width: 85%;
  }
}</pre></body></html>