@charset "UTF-8";

/*Copyright True Mortgage Advice Limited 2009-2024. All rights reserved*/

html, body{
    overflow: visible;
}
    
#main-column{
    position: static;
    left: auto;
}

.float-BWC-right{
    width: 50%;
}

#navlist{
    top: auto;
    position: static;
    width: 100%;
    display: table;
}

#navlist a:not(.active):hover{
    color: white;
}

#navlist li:not(.active):hover{
    background: none;
}

#menulist{
    display: none;
}

.show{
    color: #fff;
    background-color: darkred;  
    text-align: center;
    padding: 0.35em 5px;
    display: block;
}

/*Show menu when invisible checkbox is checked*/
:checked + #menulist{
display: table-row;
}

#buytoletandresidentialmortgages {
    height: auto;
}

.logo {
    top: auto;
}

