.page-footer{
  background: rgb(174,210,239);
  background: linear-gradient(90deg, #8daad5 0%, #3d45b0 50%); 
  margin-top: 40px;
}

.page-footer > td, p, strong{
  /**font-size: 13px;**/
}

.footerRow {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 10px;
  box-shadow:0px -13px 22px -10px rgb(207, 207, 207);
}

.page-footer a:hover {
  color: #fff;
}

.page-footer a {
  color: #fff;
  text-decoration: none;
}

.page-footer .image img {
  width:100%;
  /* min-width: 120px; */
  /* max-width:160px; */
  max-height: 65px;
  padding-right: 20px;
}

.footerRow p:last-of-type{
    margin-bottom: 0px;
}

@media (min-width: 768px) {
  .page-footer .textmedia .ce-gallery {
    display:block;
  }
}
@media (max-width: 768px) {
  .footerRow .container .row>*>*, .footerRow .metanav li{
    margin-top: 15px;
    text-align: center;
    display: block;
  }
}

.footerRow:last-of-type {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: none;
}

.divider-grey{
  border-bottom:1px solid rgb(207, 207, 207);
}
