.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.well .page-header {
	margin: 0px 0px 5px 0px;
}
.well select,
.well .chzn-container {
	max-width: 100%;
}
.pull-left {
	float: left;
}
.jcm-count-cm {
    display: none;
}

h1,
h2[itemprop="name"],
h2[itemprop="headline"] {
  background-color: rgba(0, 136, 204, 1);
  color: #ffffff;
  /* border-radius: 0.5em !Important; */
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

h1 a,
h2[itemprop="name"] a,
h2[itemprop="headline"] a {
  color: #ffffff;
}

.blog-items {
    grid-gap: 0.5em !Important;
    margin: 0 0 0.5em !Important;
}

.blog-item {
  border-style: solid !Important;
  border-width: 1px !Important;
  border-color: rgba(0, 136, 204, 1) !Important;
  padding: 0em !Important;
  
}

.item-content p,
.item-content dl {
  padding-left: 0.5em !Important;
  padding-right: 0.5em !Important;
  padding-top: 0em !Important;
  padding-bottom: 0em !Important;
}

.container-fluid,
.container,
.item-content {
  padding: 0 !Important;
}

.container-footer {
  display: none !Important;
}