/* Covid Notice Box */
.mws_message_box {
    background-color: #fdeaea;
    width: 100%;
    border: 1px solid #fedede;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Featured Box overide */
.featured-boxes-full .featured-box-full {
    text-align: left !important;
    padding: 10px !important;
    min-height: 300px;
}
.featured-boxes-full .featured-box-full p {
    color: #ffff !important;
}

/* align buttons to bottom */
.button-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  width: 100%;
}

/* Vertical text alignment */
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* TABLE DIV for PARTNERS */
/* align buttons to bottom */
.button-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  width: 100%;
}
/* Vertical text alignment */
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.blueTable {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 0px solid #FFFFFF;
  padding: 0px 2px;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/* HIDE READ MORE */
.read_more {
    visibility: hidden;
}



