<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a, .btn-link {color: #0065A4; }
a:link, .btn-link:link { color: #0065A4; }
a:visited, .btn-link:visited { color: #0065A4; }
a:hover, .btn-link:hover {color: red; text-decoration: none;}
a:active, .btn-link:active { color: #0065A4 }

.orange, .orange:link { color: #0065A4 }
a.orange:hover { color: red }

.headline a {color: #333;}
.headline a:hover {color: #0065A4; text-decoration: none;}

a.btn-orange {color: #fff; background-color: #0065A4; margin-bottom: 2px;}
a.btn-orange:link {color: #fff;}
a.btn-orange:visited {color: #fff}
a.btn-orange:hover {color: #fff; background-color: red}
a.btn-orange:active {color: #fff}

.bs-callout {
padding: 20px;
margin: 20px 0 20px 40px;
border: 1px solid #0065A4;
border-left-width: 5px;
border-radius: 3px;
}

.bs-callout h4 {
color: #0065A4;
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout p {
margin-left: 10px;}

ul.pagination li a {color: #0065A4}
ul.pagination li a:hover {color: #0065A4}

.carousel-control.left, .carousel-control.right {background: none; border: none; text-shadow: none; top: -150px; width: 25px; margin: 0; color: #0065A4;}
.carousel-control.left {margin-left: -3px; color: #0065A4;}
.carousel-control.right {margin-right: -3px; color: #0065A4;}
.carousel-indicators {bottom: auto; top: 260px;}
.carousel-indicators li {background-color: #333}
.carousel-indicators .active {background-color: #0065A4}
body {font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial;}

h1,h2, .headline, .sub, .super, h1.boxed, h2.boxed, div.rhs-item h3, div.well h3 {font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif; font-weight: 400;}
h1 {font-size: 2.2em;}
h1.glasstec span {font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica; font-weight: 700; color: black; font-size: 14px; text-decoration: none; padding-bottom: 4px; margin: 8px; cursor: pointer;}
h1.glasstec span:hover, h1.glasstec span.active {border-bottom: 1px solid #0065a4;}
h1.automotive a {font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica; font-weight: 700; color: black; font-size: 14px; text-decoration: none; padding-bottom: 4px; margin: 8px; cursor: pointer;}
h1.automotive a:hover, h1.automotive a.active-page {border-bottom: 1px solid #0065a4;}</pre></body></html>