.pagination_Clyde {
    display: inline-block;
}

.pagination_Clyde a {
	font-size: 22px;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination_Clyde a.current {
    background-color: #4CAF50;
	background-color: #990000;
    color: white;
    border-radius: 5px;
}

.pagination_Clyde a:hover:not(.current) {
    background-color: #ddd;
    border-radius: 5px;
}

.ActivityInsight i {
  color: #00004d;
  padding-left: 0em
}

.gallery_image_01 img {
  display:block;
  float:left;
  /*width:200px;*/
  margin: 4px;
}

table.polProcTable {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}

.hide_div { 
	display:none; 
}


.banner_container {
	background-color:#841719;
	width:100%;
	display: flex;
	flex-direction:column;
	align-items: center;	
}


.containerMagazine {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.containerMagazine div {
  background-color: #f1f1f1;
  border: 1px solid black;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.c_4_a {
	/*different width version of c_4  a - in footer*/
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

/*logo on right side of footer :-)*/
.footer_logo_2 {
  background: url(../images/ou_footer_2.png) no-repeat center;
  height: 70px;
  width:290px;
  text-indent: -999em;
  background-size:contain;
  /*display: block;*/
  position: absolute;
  margin:0;
  z-index: 9;
	margin-left: -100px;
}
