.logo img {
    display: none !important;
}
.logo {
    width: 100%;
}
.logo a {
    width: 100%;
    display: block;
}
.logo a::before {
    content: '';
    display: block;
    width: 100%;
    height: 72px;
    background-image: url('https://www.wci.ca/images/topper640.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.header {
    background-image: url('https://www.wci.ca/images/topper_fill.gif');
    background-repeat: repeat-x;
    padding: 0;
    height: 72px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
}
.wrap {
    padding-top: 72px !important;
    margin-top: 0 !important;
}
body, html {
    margin: 0;
    padding: 0;
    border: 0;
}
* {
    box-sizing: border-box;
}
section.center {
    margin-top: 60px !important;
    padding-top: 60px !important;
}