<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HEADER */

header {
    width: 100%;
    background-color: #fff;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul li {
    padding: 0;
    margin: 0;
    list-style: none; 
    float:left;
}

header ul li ul {
    display: none;
}

header .content-wrapper#logo-telephone {
    padding: 10px 0;
}

header #logo {
    float: left;
    max-width: 236px;
    margin: 0;
}

header #logo img {
    width:100%;
    height: auto;
    vertical-align: bottom;
}

/*
header #telephone {
    float: right;
    margin-top: 22px;
    width: 470px;
}
*/

header #telephone {
    width: 216px;
    float: right;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0 0 3px 0;
}

header #telephone a#telephone-icon {
    background-color: #357dd1;
    text-align: center;
    width: 41px;
    height: 41px;
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 100%;
    display: block;
    color: #fff;
    float: left;
    margin: 5px 10px 0 0;
}

header #telephone em {
    font-style: normal;
    font-size: 0.8em;
    display: block;
    color: #334457;
    margin-top: 8px;
    line-height: 0.8em;
}

header #telephone a#telephone-number {
    font-style: normal;
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
}

header #telephone a span {
    display: block;
}

header #telephone a:hover {
    color: #334457;
}

@media screen and (max-width: 548px) {

    header #telephone {
        width: 165px;
    }

    header #telephone a#telephone-icon {
        display: none;
    }
}

@media screen and (max-width: 460px) {

    header #logo {
        float: left;
        width: calc(100% - 51px);
    }

    header #telephone {
        width: 41px;
    }

    header #telephone em,
    header #telephone a#telephone-number {
        display: none;
    }

    header #telephone a#telephone-icon {
        display: block;
        margin-right: 0;
    }
}


header nav#primary-links {
    background-color: #F2F5F6;
    height: 48px;
    float: left;
    width: 100%;
    clear: both;
}

header nav#primary-links li {
    margin-right: 25px;
}

header nav#primary-links li:last-of-type {
    margin-right: 0;
}

header nav#primary-links li a {
    padding: 12px 0;
    display: block;
    color: #334457;
    height: 33px;
    box-sizing: border-box;
}

header nav#primary-links li span.arrow {
    display: none;
    width: 8px;
    height: 8px;
    border: solid 1px #c2c8ca;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    background-color: #e6ebed;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {

    header nav#primary-links li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 420px) {

    header nav#primary-links li:last-of-type {
        display: none;
    }
}

/* Sub navigation */

ul#sub-navigation {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

ul#sub-navigation li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

ul#sub-navigation li a.button {
    padding: 12px 18px;
    display: block;
}
</pre></body></html>