.standfirst{ display:none; }
.gutterTop.primaryContent { margin-top: 0; }
.gutterTop.secondaryContent { margin-top: 0; }
.faqs h4{
margin-top: 1em;
color: #0e2b63;
clear:both;
}

h5.faq-summary {
    display:block; 
    font-size:1.05em; 
    background: #00b1eb; 
    color: #fefefe;
    padding: 0.75em;
    border-radius: 0.15em;
    margin: 0 0 0.75em 0;
    transition: background .3s ease;
}
h5.faq-summary:hover,h5.faq-summary.faq-expanded:hover{
    cursor:pointer;
    background: #004f9f;
}
h5.faq-summary.faq-expanded{
    background: #0e2b63;
}


.faq-main{
    overflow:hidden;
    display:none;
    padding:0 0.75em;
    margin-bottom:1em;

}
.faq-main:after{
    content:"";
    display: block;
    border-bottom: 2px solid #666666;
}

#pageContent ul.ow_scrollnav_ul{
    padding:10px 0 10px 0;
    border-bottom: 3px solid #efefef;
    overflow:hidden;
    column-count:2;
    column-gap: 75px;
}

#pageContent ul.ow_scrollnav_ul li{
padding:5px 10px;
display:inline-block;
width:100%;
border-bottom:2px solid #fff;
}


#pageContent ul.ow_scrollnav_ul li.ow_scrollnav_li_current{
border-bottom:2px solid #00b1eb;
}


#pageContent ul li.ow_scrollnav_li:before{
content: none;
margin:0;
}

#pageContent .ow_scrollnav_fixed{
    top: 0;
    background: #fff;
    position:fixed;
}





