@charset "utf-8";
/* CSS Document */
    .privacy-prompt {
width: 600px;
  padding: 20px;
  position: fixed;
  background: #fff;
  z-index: 999999;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 5px;
  left: 10px;
  bottom: 10px;
}
.privacy-prompt .text {
	font-size:16px;
	line-height:1.6em;
	margin-bottom:10px;
	color:#333;
	text-align:center;margin-top: 10px;
}
.privacy-prompt .text a {
	text-decoration:underline;
	color:#333;
}
.privacy-prompt .agree-btn {
	background:#f1f1f1;
	color:#333;
	padding:6px 20px;
	border-radius:4px; font-size:14px;
}
.privacy-prompt #agree-btn{
	background:#333;
	color:#FFF;
}
.privacy-prompt .agree-btn:hover {
	opacity:0.7;
}
.agree-btns {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
}

.privacy-close{text-align: right;
  position: absolute;
  top: 5px;
  right: 10px;font-size: 16px;
  cursor: pointer;
  color: #333;}
  
    .recent{float:left;}
.sep-inner-body .relate-news-items .item .box .info .title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sep-inner-body .relate-news-items .item .box .info{border-top: solid 1px #f7f7f7;height:auto !important}
.Related .box{border: solid 1px #f7f7f7;}.Related .box .info{background-color: #f7f7f7;}
.Recommendations .box{border: solid 1px #f7f7f7;}
.sep-inner-body .relate-news-items .item{padding: 0 10px !important;}
.sep-inner-body .relate-news-items .item .box:hover .info {box-shadow:none !important;}
	 .relate-news-items{display: block !important;}
@media (min-width: 768px) {
  .relate-news-items .col-md-3 {flex: none;max-width: none;} 
}
  @media(max-width:640px){.privacy-prompt{width: 80%;}}
  
.sep-primary-b-2{
  width: 100%;
  float: left;}.sep-primary-b-3{
  width: 100%;
  float: left;}