#marketing-light-dark-footer{
  display:table;
  width:100%;
  color:#f7f6f6;
  margin-top:30px;
}

.x-footer{
	 background-color:#2c2b2b;
}

.x-footer h4{
  margin:0;
  padding:0;
  font-size: 16px;
  color:#f7f6f6;
  padding-bottom:10px;
}
 
 .x-footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
 }
 
 .x-footer ul.ul-vertical li{
  padding: 5px 0;
  font-size: 14px;
 }
 
 .x-footer ul.ul-horizontal{
  display: table;
 }
 
 .x-footer ul.ul-horizontal li{
  display: table-cell;
  padding:5px 10px;
 }
 .x-footer .x-row{
     width: 950px !important;
     margin: 0 auto;
     display: table;
     text-align: left;
     padding: 40px 0;     
 }
 .x-footer .x-row .x-col{
   display: table-cell;
   vertical-align: middle;
 }
 .x-footer .x-row .x-col-1{}
 .x-footer .x-row .x-col-1 .x-editorial-process{
   width: 90%;
 }
 .x-footer .x-row .x-col-2{}
 .x-footer .x-row .x-col-2 .x-support{
     vertical-align: middle;
     border-left: 1px solid #c9c9c9;
     border-right: 1px solid #c9c9c9;
     padding-left: 50px;
     margin-top: 20px;
     margin-bottom:20px;
     width:318px;
 }
 
 .x-footer a.x-link{
    margin-top:5px;
    padding:5px;
    color: #929292;
    text-decoration: underline;
  }

 .x-footer .x-para{
    margin: 0;
    font-size: 12px;
    line-height: inherit;
    padding:3px 0;
  }
 .x-footer .x-copyright{padding:30px 0;margin-top:10px !important; width:100%;text-align:center;background-image:url(../img/market-md-logo.png); background-size: 144px 56px;background-position:right; background-repeat:no-repeat;border-top:1px dashed #7a7979;}
 .x-footer .x-copyright span{color:#b9b7b7;font-size:12px !important;font-weight:bold;}
 .x-footer .x-copyright a{color:#ffffff !important;}

