.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-color: #1A2C5C;
    background-image: linear-gradient(135deg, #1A2C5C 0%, #1A2C5C 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

.container-header {
  border-bottom: 2px solid #CCCCCC;
}

.footer1 {
  border-top: 1px solid #CCCCCC;
  color: #555;
}

.footer2 {
 display:none;
}

.page-header h1 {
  display:none;
}

figure.float-left.item-image  {
  padding-right: 20px;  
  padding-bottom: 20px;
}

figure.float-right.item-image  {
  padding-left: 20px;  
  padding-bottom: 20px;
}

figure.float-right.item-image  img {
  border: 2px solid #CCCCCC;
}

.com-content-article.item-page img {
  border: 2px solid #CCC;
}

.container-sidebar-right {
  border-left: 1px solid #CCC;
}

.sidebar-right.card {
  border: none;
}

img {
  border: 2px solid #CCC;
}

.header img {
  border: none;
}

.card-grey {
  background: none;
  border: none;
}

.card-body {
  padding-bottom: 0px;
  margin-bottom: -10px; 
}