<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main-nav {
    text-transform:uppercase;
}
.acc__body {
    display: inline-block!important;
}
.goog-te-combo {
    width: unset;
    margin: auto;
}
body {
    position:unset !important;
}
.skiptranslate {
    color: #ffffff;
    display: inline;
    width: 100%;
}
.goog-te-combo {
    display: inline-block;
    background-color: #fff;
    padding: .5em;
    background-position: calc(100% - 10px) center;
}
.goog-te-gadget {
    color:#fff !important;
}
a.goog-logo-link{
    color:#fff !important;
}
.hero-- {
    min-height: 35vh;
}
.redText {
    color:#ff0000;
}
.person__image {
    max-width:200px;
    float: right;
}
.post__image {
    max-width: 600px;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    display: block;
    font-size: .8em;
    width:100%!important;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}</pre></body></html>