.news-page {
  background: #f4f1e2 url(/profiles/aetv/themes/custom/aetv/images/landing-gradient.png) 0 0 repeat-x;
}

.press-release {
  background: #f4f1e2;
  /*width: 60%;
  height: 90%;
  margin: 1% auto 0 auto;*/
  position: relative;
  height: 100%;
  overflow: hidden;
}

.press-release .news-body {
  padding: 0 20px 20px 20px;
  /*overflow: hidden;*/
  position: relative;
  /* height: 79.5%; */
  height: calc(100% - 180px);
}

.press-release .has-scrollbar {
  overflow-y: scroll;
  display: none;
}

.press-release .header {
  background: #1f323d;
  color: #fff;
  padding: 10px 30px 14px 30px;
}

.press-release .date {
  font-size: 14px;
  font-family: 'AmperstandardLight';
  float: left;
  line-height: 18px;
  font-weight: normal;
}

.press-release .social-controls {
  float: right;
}

.press-release .social-controls .fb-icon {
  width: 9px;
  height: 17px;
  background: transparent url(/profiles/aetv/modules/custom/aetv_press_release/images/modal-fb-icon.png) no-repeat;
  float: left;
  margin: 0 20px 0 0;
}

.press-release .social-controls .tw-icon {
  width: 18px;
  height: 15px;
  background: transparent url(/profiles/aetv/modules/custom/aetv_press_release/images/modal-tw-icon.png) no-repeat;
  float: left;
  margin: 1px 0;
}

.press-release .social-controls .fb-like {
  float: left;
  margin: 0 0 0 12px;
}

.press-release .social-controls .fb-icon:hover,
.press-release .social-controls .tw-icon:hover {
  cursor: pointer;
}

.press-release .headline {
  font-size: 20px;
  font-family: 'AmperstandardMedium';  
  display: block;
  clear: both;
  width: 80%;
  line-height: 26px;
}

.press-release .thumb img {
  max-width: 40%;
  height: auto;
  float: left;
  margin: 0 15px 15px 0;
}

.press-release .sub-header {
  font-size: 12px;
  font-family: Arial;
  color: #333;
  margin: 20px 0 20px 0;
  line-height: 18px;
}

.press-release .content { 
  font-size: 12px;
  font-family: Arial;
  color: #333;
  line-height: 18px;

}
.press-release .content p { 
  margin: 0 0 18px 9;
}

.press-release .viewport { /* width: 500px;  height: 400px; overflow: hidden;*/ position: relative; margin-right: 20px; }
.press-release .overview { list-style: none; position: relative; left: 0; top: 0; font-size: 12px; line-height: 18px; font-family: Arial; color: #333; }
.press-release .thumb .end, .press-release .thumb { background-color: #000; }
.press-release .scrollbar { position: relative; float: right; width: 15px; display: none !important; }
.press-release .track { background-color: #ccc; height: 100%; width:13px; position: relative; padding: 0 1px; }
.press-release .scrollbar .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.press-release .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.aetv_modal .close_modal {
  display: none;
}

.news-close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
}
