<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover, a:focus, a:active{
    text-decoration: none;
    outline:none;
    color:inherit;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
@media (max-width: 767px) {

    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
        pointer-events: auto;
        cursor: pointer;
    }
}
em {
    font-size: inherit;
    font-style: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5 {
    margin:0px;
    padding:0px;
    font-weight: bold;
}
button, input, optgroup, select, textarea{
    color:#000;
    font-weight: normal;
}
body{

}
.clear{
    clear:both;
}
ul, ol {
    margin:0px;
    padding:0px;
}

.txt-content h4{
    margin-bottom: 10px;
    margin-top:5px;
    font-size:14px;
}


.txt-content ul, .txt-content ol, ul.txt, ol.txt{
    margin: 10px 20px;
    list-style:disc;
}
.txt-content ul li, .txt-content ol li, ul.txt li, ol.txt li{
    padding-left:10px;
}

.txt-content{
    line-height: 170%;
}

.txt-justed{
    text-align: justify;
}

.txt-p-justed p{
   text-align: justify;
}

.txt-content p.intro{
    font-weight: bold;
}

.txt-content p{
    display:block;
    margin:5px 0px;
}




.index_contentPaneH2{
    font-size: 18px;
}
.column{
    float:left;
    display:block;
}
.column-reset{
    float:none;
}

.pullLeft{

    float:left;

}
.pullRight{

    float:right;

}
.pageBar{
    width:100%;
    float:left;
}
.fluid-img{
    max-width: 100%;
}
.resp-img{
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.break-sm{
    height:10px;
}
.break-md{
    height:15px;
}
.break-lg{
    height:20px;
}

.small-text {
    font-size: 11px;
    display: block;
}
.col-20{
    width:20%;
}
.col-30{
    width:30%;
}
.col-65{
    width:65%;
}
.col-80{
    width:80%;
}

</pre></body></html>