div.box.edmr {
  background-color: #00397D;
  color: white;
}

/*div.box.edmr a {*/
/*  color: #FBAA19;*/
/*}*/

div.box.edmr2 {
  background-color: #00397D;
  color: white;
  width: 25%;
  float: right;
  margin-left: 10px;
  margin-top: 0px;
}

div.box.edmr2 a {
    color: #FBAA19; 
}

.page-title, .page-header {
  border-bottom: 3px solid #00397D !important;
}


.image.float.right {
  float: right; 
  width: 50%;
  padding: 12px 0 12px 0;
}


@media (max-width: 992px) { 
    
  .image.float.right, div.box.edmr2 {
    float: none !important; 
    width: auto;
  }
    
 div.box.edmr2 {
  width: 100%;
  float: none !important;
  margin: 12px 0;
  }

}
