<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  =================================================Styles==================================================  */
/*body
{
}*/
@font-face {
    font-family: 'Audiowide Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Audiowide Regular'), url('Audiowide-Regular.woff') format('woff');
}
.gridpad select{
    width: 100%;
    height: 50px;
}
.gridpad select &gt; option{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    line-height : 1.4em;
    display: unset;
    white-space: unset;
    min-height: unset;  
    padding: unset;
}
option *{
    height: 100px;
}
.BlueBackground {
    background-color: #343275;
}
p{
padding-bottom: 0px;
}
.StoreIcon{
    margin-top: 20px;
    width: 150px;
    height: 65px;
    margin-right: 10px;
}
a
{
    color:#000; 
    text-decoration:none;
}
    a:hover {
        text-decoration: none;
        color: #e67e98;
    }

ul, li
{
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: unset;
}
ul li, ol li
{
    
}
li {
   display: list-item;
   margin-left: 20px;
   font-family: 'Raleway', sans-serif;
   font-size: 1.3em;
}
#RelatedTreatment ul li{
    list-style: none !important;
}
#downloads ul li{
    list-style: none !important;
}
.menu-links ul li {
    list-style: none !important;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix
{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix 
{
    height: 1%;
}
.clearfix 
{
    display: block;
}
/* close commented backslash hack */




/* ================================================ HEADER ================================================ */     

header .logo
{
    float:left;
    display:inline-block;
    width:250px;
}
header .logo img
{
    width:100%;
}
header nav
{
    /*float:right;*/
    display:inline-block;
}
header nav ul li
{
    margin:0px 0px 0;
}
header nav ul li:last-child
{
    margin-right:0px;
}



/* ================================================ BODY ================================================ */ 
.news-right
{
    width:660px; 
    float:left; 
    display:inline-block;
} 
.news-right .accordion .month-block
{
    width:25%; 
    float:left; 
    margin-bottom:10px;
} 
.news-right .accordion .month-block:last-child
{
    margin-bottom:0px;
}
.month-block h3
{
    margin: 0px; 
    margin-bottom:5px; 
    text-transform:uppercase;
}
.month-block ul li a
{
    text-decoration:underline;
}

/*----- Accordion -----*/
.accordion, .accordion * 
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}

.accordion 
{
    overflow:hidden;
    z-index: 2000;

}

/*----- Section Titles -----*/

.accordion-section-title::before
{display: none;
}
.accordion-section-title:after
{
    position:absolute;
    font-family: 'FontAwesome';
    font-size:30px;
    right:-10px;
    top:25px;

}
.accordion-section{
    z-index: 99;
}


.accordion-section-title.active
{
}
.accordion-section-title.active, .accordion-section-title:hover {
    color: #0084D4;
    text-decoration: none;
}
.accordion-section:last-child .accordion-section-title 
{
    border-bottom:none;
}
 
/*----- Section Content -----*/


/*----- Section clients -----*/
.our-clients
{
    display:inline-block; 
    width:100%; 
    margin-top:20px;
}
 #owl-demo .item
 {
     background: #a1def8;
     padding: 30px 0px;
     display: block;
     margin: 5px;
     color: #FFF;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     text-align: center;
 }

.BusyOverlay {
    background-color: #FFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.50;
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    background-image: url("../../images/sds-busy.GIF");
    background-size: 64px 64px;
}

@media (max-width: 600px) {
    .BusyOverlay {
        background-size: 44px 44px;
    }
}


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