body, html, p, h1, h2, h3, h4, h5, ul, ol, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  padding: 0.5em 0 0.5em 2em;
}
a img {
  border: none;
  outline: none;
}
p, td, th, div, ul, ol, li {
  font-size: 1em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1.0625em;
}
body header {
  background-color: #ffffff;
  color: #0a2769;
  font-family: helvetica, sans-serif;
  font-size: 20px;
}
body header a:link, body header a:visited, body header a:hover, body header a:active {
  color: #0a2769;
}
body header nav div.menu > div > div {
  background-color: #ffffff;
}
body, .content {
  background-color: #ffffff;
  color: #555555;
  font-family: helvetica, sans-serif;
  font-size: 18px;
}
body a:link, .content a:link, body a:visited, .content a:visited, body a:hover, .content a:hover, body a:active, .content a:active {
  color: #555555;
}
p, td, th, div, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}
.breadcrumbs {
  background-color: #0a2769;
  color: #ffffff;
  font-family: helvetica, sans-serif;
  font-size: 14px;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
  color: #ffffff;
}
footer {
  background-color: #f0f0f0;
  color: #2f2e2e;
  font-family: helvetica, sans-serif;
  font-size: 18px;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #2f2e2e;
}
footer a path {
  fill: #2f2e2e;
}
div.content div.list-children > div > a.post-list:hover {
  opacity: 0.9;
}
div.content div.list-children > div > p > a:hover {
  opacity: 0.9;
}
header nav > div.logo img {
  display: block;
  max-height: 90px;
  width: auto;
}
header nav > div.menu a {
  text-decoration: none;
}
header nav > div.menu > div {
  display: none;
  position: relative;
}
header nav > div.menu > div > strong {
  font-size: 1.5em;
  margin-left: 1.5em;
  cursor: pointer;
}
header nav > div.menu > div > div {
  display: none;
  position: absolute;
  right: 0;
  top: 2.25em;
  padding: 0.5em;
  border-style: solid;
  border-width: 1px;
}
header nav > div.menu > div > div > a {
  display: none;
  text-align: right;
  white-space: pre;
  padding: 0.5em;
}
@media screen and (min-width: 600px) {
  header nav {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header nav > div.logo {
    justify-content: flex-start;
  }
  header nav > div.menu {
    width: 100%;
    text-align: right;
  }
  header nav > div.menu > a {
    display: inline-block;
    margin-left: 2em;
  }
}
@media screen and (min-width: 1200px) {
  header nav {
    width: 1080px;
    max-width: 1400px;
  }
  header nav > div:not([class]) {
    padding: 0 0 0 1.125em;
  }
  header nav > div > a {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  header nav {
    width: 90%;
    margin: 0 auto;
  }
  header nav > div:not([class]) {
    padding: 0 0 0 0.75em;
  }
  header nav > div > a {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  header nav {
    width: 95%;
  }
  header nav > div:not([class]) {
    padding: 0 0 0 1em;
  }
  header nav > div.logo img {
    zoom: 75%;
  }
}
@media screen and (max-width: 599px) {
  header nav {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  header nav > div {
    width: 100%;
    padding: 0 0 0.75em 0;
  }
  header nav > div > a {
    font-size: 1.5em;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.5em 0 0 0;
  }
  header nav > div > a:first-child {
    margin: 0;
  }
  header nav > div.logo > a > img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: none;
  }
}
footer {
  visibility: hidden;
}
footer.ready {
  visibility: visible;
}
footer > div {
  padding: 2em 0;
}
footer > div .copy > span {
  display: block;
}
footer > div .copy > span.built {
  font-size: 0.75em;
}
footer > div .copy > span.built a {
  white-space: pre;
}
@media screen and (min-width: 600px) {
  footer > div {
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  > footer > div.spacer {
    flex: 1;
  }
  footer > div div.copy {
    justify-content: flex-start;
  }
  footer > div div.menu {
    margin: 0 auto 0 1em;
  }
  footer > div div.menu a {
    white-space: pre;
    display: inline-block;
    margin: 0 0.5em;
  }
  footer > div div.social {
    justify-content: flex-end;
  }
  footer > div div.social a {
    display: inline-block;
    margin: 0 0 0 0.5em;
  }
  footer > div div.social a:first-child {
    margin: 0;
  }
  footer > div div.social a svg {
    height: 1.5em;
    width: 1.75em;
  }
}
@media screen and (min-width: 1200px) {
  footer > div {
    width: 1080px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  footer > div {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  footer > div {
    width: 95%;
  }
  footer > div > div.social {
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  footer > div {
    width: 95%;
    margin: 0 auto;
  }
  footer > div div {
    text-align: center;
  }
  footer > div div.copy, footer > div div.menu {
    padding: 0 0 1em 0;
  }
  footer > div div.social {
    white-space: nowrap;
  }
  footer > div div.social a {
    display: inline-block;
  }
  footer > div div.social a svg {
    height: 1.714em;
    width: 2em;
  }
  footer > div div.menu a {
    display: block;
  }
}
#gdpr {
  padding: 2em 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
#gdpr > div {
  margin: 0 auto;
}
#gdpr > div #gdpr-button {
  border: none;
  padding: 1em;
  margin: 0 0 0 1em;
  float: right;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  #gdpr > div {
    width: 1080px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  #gdpr > div {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  #gdpr > div {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  #gdpr {
    padding: 1em 0;
  }
  #gdpr > div {
    font-size: 0.75em;
    width: 95%;
  }
}
#gdpr, #gdpr-button {
  font-family: helvetica, sans-serif;
  font-size: 1em;
}
#gdpr {
  color: #555555;
  background-color: #add3ee;
}
#gdpr a {
  color: #555555;
}
#gdpr-button {
  color: #FFFFFF;
  background-color: #008800;
}
#gdpr-button.recording {
  color: #000000;
  background-color: #FFFF00;
}
#gdpr-button.thank-you {
  color: #FFFFFF;
  background-color: #008800;
}
div.content div.breadcrumbs > div {
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (min-width: 600px) {
  div.content div.breadcrumbs > div a:not(:first-child) {
    display: inline-block;
    margin: 0 1em;
  }
  div.content div.breadcrumbs > div a:first-child {
    display: inline-block;
    margin-right: 1em;
  }
}
@media screen and (min-width: 1200px) {
  div.content div.breadcrumbs > div {
    width: 1080px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  div.content div.breadcrumbs > div {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  div.content div.breadcrumbs > div {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  div.content div.breadcrumbs > div {
    width: 95%;
  }
  div.content div.breadcrumbs > div a:not(:first-child) {
    display: inline-block;
    margin: 0 0.5em;
  }
  div.content div.breadcrumbs > div a:first-child {
    display: inline-block;
    margin-right: 0.5em;
  }
}
div.content div.wide-text {
  padding: 2em 0;
}
div.content div.wide-text.same {
  padding: 0 0 2em 0;
}
div.content div.wide-text h1, div.content div.wide-text h2, div.content div.wide-text h3, div.content div.wide-text h4, div.content div.wide-text h5, div.content div.wide-text h6, div.content div.wide-text h7, div.content div.wide-text h8, div.content div.wide-text h9 {
  padding: 1em 0 0.5em 0;
}
div.content div.wide-text p {
  padding: 0.5em 0 0.25em 0;
}
div.content div.wide-text h1:first-child, div.content div.wide-text h2:first-child, div.content div.wide-text h3:first-child, div.content div.wide-text h4:first-child, div.content div.wide-text h5:first-child, div.content div.wide-text h6:first-child, div.content div.wide-text h7:first-child, div.content div.wide-text h8:first-child, div.content div.wide-text h9:first-child, div.content div.wide-text p:first-child {
  padding-top: 0;
}
div.content div.wide-text h1:last-child, div.content div.wide-text h2:last-child, div.content div.wide-text h3:last-child, div.content div.wide-text h4:last-child, div.content div.wide-text h5:last-child, div.content div.wide-text h6:last-child, div.content div.wide-text h7:last-child, div.content div.wide-text h8:last-child, div.content div.wide-text h9:last-child, div.content div.wide-text p:last-child {
  padding-bottom: 0;
}
div.content div.wide-text > div {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  div.content div.wide-text > div {
    width: 1080px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  div.content div.wide-text > div {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  div.content div.wide-text > div {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  div.content div.wide-text > div {
    width: 95%;
  }
}
div.AustViewWait {
  width: 1.5em;
  height: 1.5em;
  border: 0.5em solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  animation: AustViewWait-spin 1s linear infinite;
  opacity: 0.2;
}
@keyframes AustViewWait-spin {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.9;
  }
  to {
    transform: rotate(359deg);
    opacity: 0.2;
  }
}
div.content div.contact-form {
  padding: 2em 0;
}
div.content div.contact-form.same {
  padding: 0 0 2em 0;
}
div.content div.contact-form > div {
  margin: 0 auto;
}
div.content div.contact-form > div > form > label {
  display: block;
  padding-bottom: 1em;
}
div.content div.contact-form > div > form > label > span {
  display: block;
}
div.content div.contact-form > div > form > label input[type="text"], div.content div.contact-form > div > form > label textarea {
  padding: 0.5em;
  width: 100%;
  max-width: 400px;
  display: block;
  box-sizing: border-box;
}
div.content div.contact-form > div > form > label textarea {
  height: 4em;
}
div.content div.contact-form > div > form > label > div {
  display: table-row;
  width: 100%;
}
div.content div.contact-form > div > form > label > div > div {
  display: table-cell;
}
div.content div.contact-form > div > form > label > div > div:nth-child(1) {
  width: 0;
}
div.content div.contact-form > div > form > label > div > div:nth-child(2) {
  width: 100%;
  padding-left: 1em;
}
div.content div.contact-form > div > form > div.submit > input[type="submit"] {
  padding: 0.5em;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  background-color: inherit;
  color: inherit;
}
div.content div.contact-form > div > form > div.submit > div.AustViewWait {
  display: none;
}
div.content div.contact-form > div > form > div.submit.wait > input {
  display: none;
}
div.content div.contact-form > div > form > div.submit.wait > div.AustViewWait {
  display: inline-block;
}
div.content div.contact-form > div > form > div.error {
  padding-bottom: 1em;
  color: #800;
}
@media screen and (min-width: 1200px) {
  div.content div.contact-form > div {
    width: 1080px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  div.content div.contact-form > div {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  div.content div.contact-form > div {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  div.content div.contact-form > div {
    width: 95%;
  }
}
