.lozenge ul {
	list-style: none !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.lozenge ul li {
	width: 100%;
	border-radius: 9px;
	background-color:#005eb8; /*NHS blue */
	margin:12px;	
}
.lozenge .mod-list li a {
	padding:10px 10px 10px 20px;
	color:white;
	font-size:1.2rem;
}
.j51white, .j51white h2, .j51white .j51-text {
	color:white;
}
.j51white.larger a {
	text-decoration: underline !important;
	color: white;
}
.text-blue .j51_icon, .text-blue .j51_icon_title {
	color: #005eb8;
}
/*
.search-query, .header-2, .input-medium, #mod-search-searchword148 {
	color: white;
	background-color: #1d3384;
}
*/
#container_header {
	margin-top: 10px; /* was 60px */
}
.module:first-of-type .module_surround {
	padding-top: 50px; /* was 100px */
	padding-bottom: 30px;
}
.sidecol-a:first-of-type .module:first-of-type .module_surround, .sidecol-b:first-of-type .module:first-of-type .module_surround {
	padding-top: 50px; /* was 100px */
}
.patchs .module_surround {
	padding-top: 25px; /* was 100px */
	padding-bottom: 25px !important;
}
.wrapper_contenttop {
	background-color: #005eb8;
	padding-top: 50px;
}
.larger {
	font-size: 1.3rem;
}
.contentbottom .module_surround {
	padding:0 17px 50px !important; /* 50px was 100px */
}
#wrapper_bottom-1 {
	padding: 40px 0;
}
#wrapper_base-2 {
	padding: 20px;
}
#container_base2_modules a {
	text-decoration: underline !important;
}
.header-contacts, .header-contacts a {
	color: white;  /* was white; tried #005eb8; */
	padding-top: 10px;
}
.relateditems li a {
	background-color: #005eb8;
	color: white !important;
	padding: 4px;
}
.header-2 {
	margin-right: 35px; /* was 15px */
}
.mod-breadcrumbs__wrapper {
	background: #f4f4f4;
}
/*
.blog-masonry-items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
*/
.blog-masonry .item {
	height: 550px;
}
/*
	background-color: white;
	margin:15px;
	padding: 0px;
}
.blog.newsclass {
	background-color:#005eb8;
}
*/
#top2_modules .module_surround, #top4_modules .module_surround {
	padding: 50px 40px 50px 40px;
}
.header_top {
	height: 62px;
}
.logo-text {
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
.maincontent {
	padding: 40px;
}
.uk-panel-box {
padding: 20px;
margin: 30px;
background: #fafafa;
color: #444444;
border: 1px solid #dddddd;
border-radius: 2px;
}
.bluebg {
background: #33CCFF;
}

.module .mod-list li a::after, 
.module_menu .mod-list li a::after {
  display: none;
}
.module .mod-list li a, 
.module_menu .mod-list li a {
  padding-left: 10px;
}
.module .module_surround, .module_menu .module_surround {
	padding: 0 40px 20px 40px;
}
#top1_modules .btn.jmodedit,#bottom2_modules .btn.jmodedit  {
	color: blue;
}
.goog-te-gadget {
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
}

/* ========================================================================
   Component: Table from yootheme nano3 civicsociety
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 20px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
  border-bottom: 1px solid #dddddd;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #999999;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #f0f0f0;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #f0f0f0;
}
