#topheadline .content-section {
  padding-top: 30px;
}



#facebox {
  position: absolute;
  top: 0;
  margin-left: 40px !important;
  margin-right: 40px !important;
  height:600px;
  z-index: 100;
  text-align: left;
  overflow-y:hidden;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

.content {
  max-width: 100%;
  max-height: 500px;
  margin-right: 40px;
  background: #000;
  border: 1px solid #E6A732;
  overflow-y: scroll;
}

.content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.content::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}

.content::-webkit-scrollbar-thumb
{
    background-color: #E6A732; 
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  opacity:1;
  position:absolute;
  top:5px;
  right:40px;
  padding:2px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox .close img {
  max-width: 70%;
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}