<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.link-black:link, a.link-black:visited, a.link-black:hover, a.link-black:active {
    color:black;
}
a.link-orange:link, a.link-orange:visited, a.link-orange:hover, a.link-orange:active {
    color:#f28950;
}
a.link-white:link, a.link-white:visited, a.link-white:hover, a.link-white:active {
    color:white;
}
a.no-decoration:link, a.no-decoration:visited, a.no-decoration:hover, a.no-decoration:active {
    text-decoration: none;
}
.impact-button {
    background-color: #f28950;
    box-shadow: #c9c9c9 0px 1px 1px 0px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 0;
    display: block;
    margin: 8px auto 5px;
}
.handcursor {
    cursor: pointer;
    cursor: hand;
}
.map-info-outer {
    background-color:transparent;
}
.map-info-inner {
    background-color:rgba(255,255,255,0.6);
}
.about-header {
    background:url(/images/about-header.jpg) no-repeat center center;
    display:block;
    width:100%;
    height:369px;
    min-width:965px;
}
.about-button {
    color:#ffffff;
    text-decoration:none;
    display:block;
    border-radius: 4px;
    background-color: #f98a4b;
    padding: 8px 18px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.aboutp {
    width:600px;
    font-size:14px;
}
#teamcontainer {
    width:100%;
    max-width:920px;
    position:relative;
}
#team1 {
    position:absolute;
    left:0px;
    top:0px;
}
#team2 {
    position:absolute;
    right:0px;
    top:0px;

}
.team {
    background:#eeeeee;
    width:450px;
    padding:4px;
}
.team &gt; img {
    float:left;
    margin-right:8px;
    margin-bottom:8px;
}
.team &gt; p {
    text-align:left;
    font-size:12px;
}
.team &gt; p &gt; span {
    color:#f98a4b;
}
#aboutspacer {
    display:block;
    width:100%;
    height:270px;
}
.find-an-ecode-links {
   text-align:center; 
}
.find-an-ecode-links &gt; img {
    height:80px;
    margin-right:15px;
}
.slidebackground {
    width:100%;
    height:100%;
}
.for-business .slide {
       
}
@media (max-width: 705px) {
    .about-header {
        min-width:0px;
        background-position-x:-926px;
    }
    .aboutp {
        width:450px;
        font-size:16px;
    }
    #team2 {
        top:260px;
    }
    #aboutspacer {
        height:520px;
    }
    .for-business .bus-header-hero-box {
        display:none;
    }
    .slidebackground {
        background-position:-980px 0px;
    }
    .slidebackground.bg1 {
        background-position:-920px 0px;
    }
}
</pre></body></html>