
.footer {
  width: 100%;
  background-color: transparent;
  margin:0px;
  padding: 0px;
  padding-top: 15px;
}
.footer .middle-row {
  width:100%;
  background-color:transparent;
  padding:0px;
  margin:0px;
  border:0px;
  border-collapse:collapse;
  font-size: x-small;
}
.footer .middle-row td {
  font-size: x-small;
  width: 33%;
}
.footer .middle-row .center-col { text-align:center; }
.footer .middle-row a { font-size: x-small; }
.footer .bottom-row {
  font-size: x-small;
  background-color: transparent;
}
.cert img { border: 0px; }

/****** FOOTER ******/

.footnote {
    background: #212529;
}

.cat_footer {
    position: relative;
    width: 80%;
    display: flex;
    flex-flow: row;
    margin: 0 auto;
}

.footer_column_1 {
    width: 30%;
    min-width: 200px;
}

.footer_column_2 {
    width: 70%;
}

.footer_column_1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer_column_2 {
   font-size: 12px;
   text-align: left !important;
   margin-top: 8px;
}

.footermgr{
  font-weight: bold;
  color: #ffffff;
  margin: 50px 0 40px;
  text-align: right;
}

/*Cancel link positioning*/
.footer {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.footer .middle-row a {
    color: #fff;
}

