.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 12px 0 0 10px;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0 14px 0 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px; background-color:#FFFFFF;
	display:none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-tab.r-tabs-state-active a { background:#FFFFFF; }


/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
	
	.lnews.lnews-mobile-tabs { background:#2c328c; }
	
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,cfcfcf+51,c2c2c2+52,c2c2c2+100 */
		background: #cfcfcf; /* Old browsers */
		background: -moz-linear-gradient(top,  #cfcfcf 0%, #cfcfcf 51%, #c2c2c2 52%, #c2c2c2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #cfcfcf 0%,#cfcfcf 51%,#c2c2c2 52%,#c2c2c2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #cfcfcf 0%,#cfcfcf 51%,#c2c2c2 52%,#c2c2c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
		
		font-family: 'Archivo Narrow', sans-serif; font-size:18px;
		color:#2c328c; display:block; font-weight:bold; padding: 12px 20px;
    
	}
	
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active {
		 display: block;
		 font-family: 'Archivo Narrow', sans-serif; font-size:18px;
		 color:#2c328c; display:block; font-weight:bold; padding: 12px 20px;
		 background:#FFFFFF;
	}
	
	
}