body.plc-law #header-bottom{
  margin-bottom: 0;
}

.notices-container{ 
  display: flex;
  justify-content: center;
  width: 100%;
}

.column-left, .column-right{
  width: 40%;
}

.col-lg-12{
    width: 100%;
    padding: 0;
 }

.notice-box {
  height: 164px;
  border-radius: 8px;
  border: 4px solid #DFE7F9;
  margin: 0 0 30px 30px;
  text-align: center;   
  font-size: 18px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notice-icons{
  padding-bottom: 20px;
}

.hide-empty{
  display: none;
}

.package-header-type {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}

.package-header-type .inner {
  margin: 0 auto;
  padding: 30px 15px 15px 15px;
  width:1280px;
}

.package-header-type.public-notice {
  background: linear-gradient(180deg, #DFE7F9 0%, #F4F7FD 100%);
}

.package-header-type.instant-special{
  background: #F4F7FD;
}

.package-header-type.article.special-report{
  background: #F4F7FD;
}

.package-header-type.surveys-rankings{
  background: #F4F7FD;
}

.package-header-type.best-of{
  background: #F4F7FD;
  margin: 0px 0 30px 0;
  display: flex;
  flex-direction: row;
  text-align: left;
}

#law-best-of .package-header-type.best-of .inner{
  display: block;
}

.package-header-type .package-badge{
  margin-top: 10px;
}

.package-header-type.best-of h1.package-title,.package-header-type.best-of .inner p.package-description {
  justify-content: left;
  text-align: left;
}

.package-header-type.best-of .inner {
  display:flex;
}

.best-of-page .package-header-type.best-of h1.package-title, .best-of-page .package-header-type.best-of p.package-description{
  text-align: center;
}

.best-of-header .collection-nav ul li a{
  color: #000000 ;
  padding: 5px 8px;
  border: 1px solid #000000 ;    
}

.best-of-header .collection-nav ul li {
  margin: 0 5px 0 0;
}


.best-of .best-of-header{
  background: #F4F7FD;
}

.best-of-header .collection-nav ul li a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}


.package-header-type.public-notice .inner p{
  display: none;
}
.package-header-type.instant-special #package-share{
  margin: 0 0 15px 0;
}

.package-header-type h1.package-title {
  text-align: center;
  font-family: "Merriweather";
  color: #000000;
  margin: 0 0 15px 0;
  padding: 0;
}
.package-header-type.article h2.package-title {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 24px;
  line-height: 26px;
}

.package-header-type .inner p.package-description{
  display: block;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  letter-spacing: -0.32px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 0 0 15px 0;
  padding: 0;
}

.package-header-type span.package-mini-title{
  color: #0133B3;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.29px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 10px 0;
  display: inline-block;
  text-transform: uppercase;
}

.clearfix{
  position: absolute;
}

.container-sites{
  width: 80%;
  margin-left: 109px;
}

.package-header-type .inner .pkg-inner .nav li a{
  border-radius: 3px;
}


@media (max-width: 760px) {
  .notice-box{
    margin-bottom: 15px;
  }
  .container-sites {
    margin-left: 40px;
  }
  .notices-container{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .column-left,  .column-right{
    width: 100%;
  }
  
  .package-header-type h1.package-title {
    font-size: 24px;
    line-height: 26px;
  }
  
  .package-header-type span.package-mini-title {
    font-size: 14px;
  }
  
  .container-sites {
    margin-left: 40px;
  }
 
  .package-header-type .inner {
    width: 100%;
  }
  .package-header-type p.package-description {
    font-size: 18px;
  }
  .package-header-type.instant-special {
    margin-top: 0;
  }
  .package-header-type.instant-special.landing-page .inner p.package-description {
    display: none;
  }
  .package-header-type .inner .pkg-inner .nav li{
    margin-top: 10px;
  }
  .package-header-type.best-of{
    flex-direction: column;
    margin: 0 auto;
  }
  .package-header-type .package-badge{
    width: 50%;
    margin: 0 auto;
  }
  .package-header-type.best-of .inner {
    display:inline-block;
  }
  
  .packageSpon{
    font-size:14px;
    margin-right: 0;
    line-height: 30px;
    vertical-align: middle;
    display: block;
    }
}
