<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 14px;
    font-family: 'din-2014', Verdana, Arial,serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6, p {

}

img.highlite {
    margin: 1rem;
}

.sibling-sites {
    background-color: transparent;
    background-image: linear-gradient(90deg, #09306e 0%, #007efa 100%);
    height: 47px;
}

.sibling-sites .row{
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    height: 47px;
}

.sibling-sites .row a {
    vertical-align: middle;
    text-decoration: none;
    max-height: 47px;
}

.sibling-sites .row a img {
    width: 70%;
    margin: 0 auto;
    max-height: 47px;
}

.sibling-sites .row a.active {
    background: #0d1740;
}

.tag .row, #bottom, #footer {
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: #0c1740;
    color: #ffffff;
}
.tag .row p{
    /*margin-bottom: 0.5rem;*/
    /*line-height: 2.5em;*/
}
.tag .row h6, .tag .row p{
    padding-top: 0.5rem;
}

.tag input, .tag button{
    margin-top: 0.25rem;
    border-radius: 0;
}
.ms-n5 {
    margin-left: -40px;
}

.topBar #logo {
    width: 400px;
    margin-top: 2.5rem;
}

.topBar .spacer {
    border-right: solid 3px #d3dee5;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.topBar .alertArea {
    position: relative;
    padding: 2rem;
    min-height: 200px;
}

.topBar .alertArea .carousel-item h4 {
    color: #007efa;
    font-weight: 600;
    font-size: 1rem;
}
.topBar .alertArea .carousel-item p {
    color: #0c1740;
}

.topBar .alertArea .carousel-item a {
    color: #007efa;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

header#header&gt;#mainNav {
    background-color: #0c1740;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}


header#header&gt;#mainNav a {
    display: inline-block;
    height: 55px;
    font-size: 0.90rem;
    padding-top: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}


@media (min-width: 768px) and (max-width: 980px) {
    header#header&gt;#mainNav a {
    }
}

@media (min-width: 981px) {
    header#header&gt;#mainNav a {
        font-size: 0.9rem;
        font-size: 1vw;
    }
}

@media (min-width: 1525px) {
    header#header&gt;#mainNav a {
        font-size: 1rem;
    }
}

header#header&gt;#mainNav a.active, header#header&gt;#mainNav a:hover {
    background-color: #08387d;
    text-decoration: none;
}

header#header&gt;#mainNav .dropdown-menu {
    background-color: #0c1740;
}

header#header&gt;#mainNav .dropdown-menu .dropdown-menu {
    background-color: #8d8d8d;
    padding-top: 0;
    position: absolute;
    top: 80px;
    left: 0;
}

header#header&gt;#mainNav .columns {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
    width: 500px;
    /*height:330px;*/
}

li.dropdown:hover&gt;ul.dropdown-menu
{
    display: block;
}

li.dropdown:nth-last-child(2)&gt;ul.dropdown-menu {
    right: 0;
}

header#header&gt;#mainNav ul.dropdown-menu a{
    min-height: 40px;
    font-size: 0.85rem;
}


#mainNav .navbar-nav {
    margin: auto;
}

.main {
    background-color: #EDF2F6;
}

.white-panel {
    margin: 2rem;
    background-color: #FFFFFF;
    padding: 2rem;
}

h1.styled-heading {
    font-size: 36px;
    font-weight: 400;
    color: #007EFA;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 5px solid #D5E1EA;
    position: relative;
    padding-left: 0;
    margin-left: 1rem;
    margin-bottom: 2rem;
    width: 97%;
}

h1.styled-heading:before {
    position: absolute;
    display: block;
    content: '';
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 5px solid #91ADC4;
    width: 15%;
    bottom: -5px;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/**
Tables
 */

table.styled-table thead {
    background-color: #91ADC4;
    border-color: #91ADC4;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

table.styled-table {
    border: none;
}

table.styled-table tr {
    border-bottom: 1px solid #D5E1EA;
}





/**
        Breadcrumbs
         */

section.breadcrumbs {
    padding: 2rem 2rem 0 3rem;
}


ol.breadcrumb li {
    color: #738DA4;
}

ol.breadcrumb li a {
    color: #91ADC4;
    text-decoration: none;
}



/**
        Sidebar
         */

#sidebar-search {
    margin-bottom: 1rem;
}

h3.sidebar-header {
    font-size: 24px;
    font-weight: 600;
    color: #007EFA;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 5px solid #D5E1EA;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 2rem;
    width: 97%;
}

h3.sidebar-header:before {
    position: absolute;
    display: block;
    content: '';
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 5px solid #91ADC4;
    width: 15%;
    bottom: -5px;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.sidebar-box {
    background-color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    margin-bottom: 2rem;
}

a.sidebar-box h5 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: 600;
    color: #7E92A3;
    text-transform: uppercase;
}

a.sidebar-box p {
    font-size: 14px;
    font-weight: 300;
    color: #0C1740;
}

.sidebar-box img {
    margin: 0 auto;
    max-width: 85px;
    max-height: 85px;
}





/*
    Bottom section
    */


section#bottom a, footer a{
    color: #ffffff;
    text-decoration: none;
}

section#bottom {
    margin-top: auto;
    padding-top: 4rem;
}

section#bottom h6{
    text-transform: uppercase;
}

section#bottom .dropdown-menu {
    background-color: #0c1740;
}

section#bottom ul li{
    list-style: none;
}

section#bottom ul li{
    font-size: 1rem;
}

section#bottom .social-connect a {
    display: inline-block;
    margin: 10px;
}

section#bottom .social-connect a img {
    max-width: 25px;
    max-height: 25px;
}

#footer {
    font-size: 12px;
    font-weight: 300;
}

.cert-logo {
    margin-top: 3rem;
}



.btn {
    padding: 0.25rem 1.5rem;
    border-width: 3px;
    border-radius: 0;
    text-transform: uppercase;
}

.input-group-append .btn {
    padding: 0;
    border-right: none !important;
}

.btn-outline-bright {
    border-color: #007EFA;
    background-color: #FFFFFF;
    color: #007EFA;
}

.btn-outline-dull {
    border-color: #90ACC3;
    background-color: #FFFFFF;
    color: #90ACC3;
}

.btn-outline-bright:hover,
.btn-outline-dull:hover,
.btn-outline-bright:active,
.btn-outline-dull:active {
    border-color: #007EFA;
    background-color: #007EFA;
    color: #FFFFFF;
}

.btn-filled-blue {
    background-color: #007EFA;
    color: #FFFFFF;
}

.btn-filled-blue:hover, .btn-filled-blue:active {
    border-color: #007EFA;
    background-color: #FFFFFF;
    color: #007EFA;
}



.card {
    padding: 1rem;
    border-radius: 0;
}

.doc-register {
    padding: 3rem
}

.doc-search,
.part-search,
.discontinued-search {
    padding: 3rem;
}

.doc-search .result,
.part-search .result,
.discontinued-search .result {
    min-height: 325px;
    padding: 1rem;
}

.doc-search .result-detail,
.doc-search .controls,
.part-search .result-detail,
.part-search .controls,
.discontinued-search .result-detail,
.discontinued-search .controls
{
    background: #FFFFFF;
    padding: 2rem 2rem 0;
    color: #7E92A3;
    font-size: 12px;
    font-weight: 600;
}

.result-product {
    height: 235px;
}

.result-news,
.result-doc
{
    height: 273px;
}


.result-detail .news-link,
.result-detail .product-name,
.result-detail .doc-num
{
    color: #007EFA;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.result-detail .news-preview,
.result-detail .product-num,
.result-detail .product-price,
.result-detail .product-note,
.result-detail .doc-descrip
{
    color: #7E92A3;
    font-weight: 600;
    font-size: 12px;
}

.result-detail .news-link a,
.result-detail .doc-num a{
    text-decoration: none;
}

.result-detail .product-num {
    margin-bottom: 0;
}

.result-detail .product-note {

}

.result-detail img.thumbnail {
    max-width: 200px;
    max-height: 200px;
    margin-right: 2rem;
}

.part-search .controls
{
    padding-top: 0;
    text-align: right;
}


.table th {
    background-color: #91ADC4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.table tr {
    border-bottom: #D5E1EA 1px;
}

.table a {
    color: #007EFA;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.accordion-button {
    text-decoration: none;
    color: #7E92A3;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 1rem 2rem;
    border-top: #D5E1EA 1px solid;
}

.accordion-button:not(.collapsed) {
    background-color: #0C1740;
    color: #FFFFFF;
}

#accordion .panel-body {
    padding: 2rem;
}

#directions h5 {
    color: #007EFA;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#directions h4 {
    color: #007EFA;
    font-size: 24px;
    font-weight: 600;
}

section.content .accommodation {
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.content .accommodation div {
    display: none;
    font-size: 12pt;
}

#search {
    margin-bottom: 2rem;
}

#search .form-group {
    margin-bottom: 1rem;
    line-height: 2rem;
}

.header-img {
    width: 100%;
}

.bullet-box {
    background-color: #071D49;
    color: #FFFFFF;
    padding: 1rem;
    margin-right: 1rem;

}

ul.bullet-list {
    margin-left: 1.25rem;
}

.rounded-box {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #d7e2eb;
}</pre></body></html>