.cover {
     max-height:120px!important;
 }
 .news {
     padding-top:unset!important;
 }
 .op_row{
     width:100%; padding:.5rem; background:#21285a;position: relative;
 }
 .op_container {
     width:100%;
     max-width:1100px;
     margin:0 auto;
     display:flex;
     flex-direction:row;
     align-items:baseline;
 }
 a img.op_inline {
     width:auto;
     height:35px
 }
 .op_intro {
     font-size:20px;
     line-height:35px;
     color:#ffffff;
     padding:0 0 0 1rem;
     margin:0 0 0 1rem;
     border-left:1px solid #FFFFFF;
 }
 .op_list {
     display:flex;
     gap:24px;
     list-style-type:none;
     margin:0 0 0 auto;
 }
 .op_list li a {
     font-size:20px;
     line-height:35px;
     text-decoration:none;
     color:#ffffff;
     transition:all 250ms ease-in;
 }
 .op_list li a:hover {
     color:#52b848;
 }
 .op_list li a.op_btn{
     border-radius: .5rem;
     background: #52B848;
     border: 1px solid #52B848;
     font-size: 16px;
     color: #FFFFFF;
     text-align: center;
     padding: .5rem 1rem;
     transition: all 250ms ease-in;
 }
 .op_list li a.op_btn:hover {
     background: #FFFFFF;
     border: 1px solid #52B848;
     color:#52b848;
 }
 
/*  Menu tabs */
body.standalone .modeTab {
body.standalone .modeTab {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto -10px;
    display: flex;
    gap: 20px;
    left: 0;
    padding: 0 20px 0 173px;
    top: 0px;}
	
	body.standalone .modeTab .modeButton {
		width: 100%;
    	text-align: center;
		margin-right: 0;
		max-width: 120px;}