.header {
    min-height:134px;
    left:0px;
    right:0px;
    top:0px;
    z-index:1000;
    width:100%;
}
.Quayports {
    clear: both;
    min-height: 20px;
    background-color:#003E71;
}
.Trust {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#FFF;
    border-bottom:0px solid rgba(130, 126, 130, 0.37);
}
.align-inline-wrap1 {
    text-align: center;
}
.Nav {
    clear: both;
    width: auto;
    min-height: 34px;
    background-color:#003E71;
}
img.image1 {
    height: 60px;
    display:inline-block;
    margin-top:25px;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:20px;
}
img.image5 {
    margin-left:auto;
    display:block;
}
@media only screen and (min-width : 768px) {
    .Quayports {
        clear: both;
        min-height: 20px;
    }
    .Trust {
        min-height: 200px;
        border-bottom-width:1px;
    }
    .Nav {
        min-height: 34px;
    }
    img.image1 {
        margin-right: 0;
        padding-left:0;
        padding-right:0;
        margin-top:45px;
        margin-bottom:0;
        display:inline-block;
        height:auto;
    }
    .header {
        min-height: 234px;
        width:100%;
        position:fixed;
    }
    img.image5 {
        margin-right: 0px;
    }
}
@media only screen and (min-width : 1024px) {
    .Quayports {
        clear: both;
        min-height: 20px;
    }
    .Trust {
        clear: both;
        width: auto;
        border-bottom-width:1px;
        min-height:200px;
    }
    .Nav {
        clear: both;
        width: auto;
        min-height:34px;
    }
    img.image1 {
        margin-right: 0;
        padding-left:0;
        padding-right:0;
        margin-top:45px;
        margin-bottom:0;
        display:inline-block;
        height:auto;
    }
    .header {
        min-height: 234px;
        width:100%;
        position:fixed;
    }
    img.image5 {
        float: none;
        margin-left:auto;
        display:block;
        margin-right:0px;
    }
}