.container-advanced-news .advanced-new {
  background: inherit;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 50px 0 0;
  padding:0;
  text-align: inherit;
}

.column-content .container-advanced-news {
  margin: 0;
  width: 100%;
  float: left;
}

.container-advanced-news .advanced-new:last-child {
  border-bottom: 2px solid #efefef;
  padding-bottom: 35px;
}

.column-content-sumary .container-advanced-news .advanced-new:last-child {
  margin-bottom: 15px;
}

.container-advanced-news .advanced-new .image-advanced-new ~ .content-adcanced-new {
  float: left;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.container-advanced-news .advanced-new:first-child {
  margin-top: 42px;
}

.advanced-new p {
  clear: both;
  float: left;
  font-size: 16px;
  margin-bottom: 12px;
}

.advanced-new p.pbr, 
.advanced-new p.pbr + p.br {
  margin-bottom: 0;
}

.advanced-new p.br + p.br {
  margin-bottom:0;
  margin-top: 0;
}

.advanced-new p.br + p.pbr, 
.advanced-new p.br + p {
  margin-top: 12px;
}

.advanced-new p:last-child {
  margin-bottom: 0;
}

.advanced-new .date {
  clear: both;
  margin: 7px 0 11px;
}

.advanced-new .title-advanced-news {
  font-family: 'Baskerville-Bold', "Times New Roman";
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}

.row-wrapper-content .container-advanced-news .advanced-new .image-advanced-new {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 3%;
}

.container-advanced-news .advanced-new .image-advanced-new {
  float: left;
}

.two-colum-home .content-adcanced-new {
  padding-right: 4%;
}

.content-adcanced-new {
  box-sizing: border-box;
  display: block;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.advanced-new {
  clear: both;
  margin-top: 30px;
  width: 100%;
}

.advanced-new .title-advanced-news a:hover {
  color:#8d2e42;
}

.advanced-new .title-advanced-news > a {
  color: #4a4a4a;
  display: block;
  font-family: 'Baskerville-Bold', "Times New Roman";
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  text-decoration: none;
  width: 100%;
}

.content-adcanced-new a {
  color: #4a4a4a;
  text-decoration: none;
}

.content-adcanced-new a:hover .title-advanced-news {
  color:#8d2e42;
}


/*******************************************************************/
/************************** breadcrumb list ************************/
/*******************************************************************/

ul.sumary-breadcrumbList {
  float: left;
  margin: 0 0 9px;
  width: 100%;
}

ul.sumary-breadcrumbList li {
  background-image: none;
  clear: none;
  display: inline;
  float: none;
  margin: 0;
  padding: 0 2px;
  width: auto;
}

ul.sumary-breadcrumbList li a {
  font-size: 14px;
  padding-right: 4px;
}

ul.sumary-breadcrumbList li a:hover {
  color: #8d2e42;
}

ul.sumary-breadcrumbList li:last-child {
  font-family: 'Lato-Regular', Arial;
  font-weight: normal;
}
