.hilite { background-color:#9eedff; } .main-header-bar {
position: fixed;
top: 0;
width: 100%;
} .site-content {
padding-top: 75px;
} @media (max-width: 800px) {
.site-content {
padding-top: 175px;
}
} @media (max-width: 650px) {
.site-content {
padding-top: 200px;
}
} .ast-search-icon{
font-size: 1.5em;
} .main-header-bar {
background: rgba(255,255,255,.97);
} .sub-menu li a:hover { 
background-color:#000a3d;
color:#fff;
} blockquote.wp-block-quote {
color: #000a3d;
}
blockquote.wp-block-quote {
border-left: 5px solid rgba(0, 129, 158, 0.45);
} .cn-button.bootstrap {
color: #fff;
background: #00819e;
}