.newstopbanner {
	position: absolute;
	z-index: 100;
	opacity: 0;
	top: -1500px;
	height: 0;
	width: 0;
	padding: 20px 0;
	background-color: #3c3a3f;
	transition-property: opacity, right, top, height, width;
	transition-duration: 1s, 1s, 1s, 1s, 1s;}
.newstopbanner.open {
	position: absolute;
	z-index: 100;
	opacity: 1;
	right: 0px;
	top: 0px;
	padding: 50px 0;
	height: 100%;
	width: 100%;}
.newstopbanner ul{
	flex-direction:column;}
.menu-btn {
 	position: absolute;
	z-index: 200;
	right: 1rem;
	top: 1rem;
	height: 28px;
	width: 28px;
	cursor: pointer;}
.menu-btn__burger {
 	position: absolute;
	right: 0;
	top: 1rem;
	height: 3px;
	width: 28px;
	background-color: #fff;
	transition: 0.5s ease-in-out;}
.menu-btn__burger::before {
	content: '';
 	position: absolute;
	right: 0;
	top: -8px;
	height: 3px;
	width: 28px;
	background-color: #fff;
	transition: 0.5s ease-in-out;}
.menu-btn__burger::after {
	content: '';
 	position: absolute;
	left: 0;
	top: 8px;
	height: 3px;
	width: 20px;
	background-color: #fff;
	transition: 0.5s ease-in-out;}
.menu-btn__burger.open {
	transform: rotate(720deg);
	background: transparent;}
.menu-btn__burger.open::before {
	transform: rotate(45deg) translate(5px, 8px);}
.menu-btn__burger.open::after {
	transform: rotate(-45deg) translate(3px, -7px);
	width: 28px;}
/* top story */
.top-story {
	background-color: #f6f6f6;
	padding: 28px;
	margin-bottom: 30px;
	font-size: 1.125em; }
.top-story:hover {
	background-color: #d6dba3;}
.top-story ul {
	padding: 0; }
.top-story ul li {
    list-style: none; }
.top-story .leadStoryFlag {
	background-color: #B30000;
	color: #fff;
	padding: 4px 13px;
	display: inline-block;
	font-size: 0.938em !important;
	font-weight: bold;}
.top-story a:link, .top-story a:visited {
    background-color: #f6f6f6;
    color: #333;
    text-decoration: none; }
.top-story a:hover, .top-story a:visited, .top-story :focus {
    text-decoration: none;
    background-color: #d6dba3;
    color: #333; }
.articleList ul {
	list-style: none !important;
	padding: 0px !important; }
.articleList ul h3 {
    font-size: 1.500em;
    line-height: 1.2em;}
.articleList ul a:link, .news-feed ul a:visited{
    background-color: #e2e2e2;
    color: #20305a;
    text-decoration: none; }
.articleList ul article, .news-feed ul article{
    background-color: #f6f6f6;
    color: #20305a;
    padding: 20px;
	margin: 0 0 30px 0;}
.articleList ul article:hover, .articleList article:focus  {
    text-decoration: none;
    background-color: #d6dba3;
    color: #333; }
.articleList ul li p, .articleList ul li p {
    text-decoration: none;
    color: #333; }
.articleList ul .datestamp {
    color: #333;
    font-size: 0.8em !important; }
/* date */
.time {
  text-align: right;
  padding: 5px;
  margin-bottom: 5px;}

.story .image{
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;}
/* news article */
.media-downloads {
	clear: both;
	margin-top: 10px; }
.media-downloads ul {
	list-style: none !important;
	padding: 0px !important; }
.media-downloads ul li {
	height: 110px; }
.media-downloads ul li .media-left {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px; }
.media-downloads ul li .media-left .media-object {
	max-width: 100%; }

/*appeal*/
.witness-appeal {
  background-color: #e2e2e2 !important;
  padding: 28px;
  margin-bottom: 30px; }
  .witness-appeal .orangecircle {
    float: left;
    background-color: #e37222;
    color: #FFF;
    border-radius: 50px;
    width: 44px;
    height: 44px; }
    .witness-appeal .orangecircle .fa {
      padding-left: 11px;
      padding-top: 10px;
      font-size: 1.5em !important; }
  .witness-appeal .content {
    margin-left: 66px; }

.fa-eye::before {
  content: "\f06e"; }

.panel {
	background-color: #f6f6f6 !important;
	padding: 20px;
	margin: 0 0 30px 0;
	border: 1px solid transparent;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}
.panel h3{
	margin: 1.3rem 0 1.4rem 0;
	line-height: 1.2;}
/* news filters*/
.filters li {
	display: inline-block;
	width: 100%;
	clear: both; }
.filters .image {
	float: left;
	margin-top: 18px;
	margin-right: 10px;
	width: 150px; }
.filters .summary {
	margin-left: 120px !important; }
.btn-default, .btn-primary, .content .btn-default, .content .btn-primary{
	background-color: #0083cb;
	color: #fff;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 10px 15px 10px 0;}
.btn-default:hover, .btn-primary:hover, .content .btn-default:hover, .content .btn-primary:hover{
	background-color: #d6dba3;
	color: #20305a;
	text-decoration: underline;}
a.tag {
    background-color: #0083cb;
    color: #fff;
    padding: 10px 8px !important;
    border: none;
    margin: 10px 0!important;
    font-weight: bold;
    text-decoration:none;}
a.tag .glyphicon-tag {
    padding-right: 10px;}
a.tag .glyphicon-remove {
    padding-left: 10px;}
/* pagination */
.pagination {
	padding: 0px !important; }
.pagination li {
	padding: 0px !important; }
.pagination li a {
	color: #20305a !important;
	border: 1px solid #20305a;}
.pagination li.active a {
	background-color: #20305a !important;
	color: #FFF !important; }
.pagination li a, .pagination li span {
	position: relative;
	float: none;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #20305a;
	border-color: #0083cb;}
.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;}
/* filters */
#options ul {
	list-style: none !important;
	padding: 0px !important;}
#options ul li {
    width: 100%;
    padding: 0; }
#options ul li a:link, #options ul li a:visited {
	display: block;
	background-color: #f6f6f6;
	color: #20305a;
	text-decoration: none;
	padding: 10px 15px;
	border-bottom: 1px solid #20305a; }
#options ul li a:hover, #options ul li a:active, #options ul li :focus {
	text-decoration: underline;
	background-color: #d6dba3;
	color: #20305a; }

.mediasection {
  padding: 28px !important;
  background-color: #a71930;
  color: #fff; }
.mediasection h3 {
    margin-top: 0px !important;
    font-weight: bold;
    font-size: 1.7em; }
.mediasection p {
    color: #fff; }
.mediasection a:link, .mediasection a:active {
    background-color: #a71930;
    color: #fff; }
.mediasection a:hover, .mediasection a:visited {
    background-color: #e2e2e2;
    color: #3c3a3f; }

.showmorenews {
  background-color: #0083cb !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0;
  text-decoration: none !important;
padding: 10px 15px 10px 0;}
.showmorenews .showmorenews:hover, .showmorenews .showmorenews:visited, .showmorenews .showmorenews:focus {
    background-color: #e2e2e2 !important;
    color: #3c3a3f !important; }
/* Tables  Appeal cases*/
table.table thead th{
    background-color: #474747;
    color: #fff;
	font-size: 1.2rem;}
/* image gallery */
/* content image-gallery */
.gallery_container {
	clear: both;
	margin-top: 40px; }
.gallery_container .imageGallery {
    margin: 0 0 20px;
    padding: 0;
    width: 100%; }
.gallery_container .imageGallery ul {
	list-style: outside none none;
	padding-left: 0; }
.gallery_container .imageGallery ul li {
	/*float: left;*/
	display: inline-block;
	margin: 5px; }
/* for murder appeals */
.ma h3 {
	font-size: 3rem;
	margin: 2rem 0;
}
/* start max width 900px for Murder Appeals*/
@media (max-width: 900px) {
.col-md-4 .bgThird {
	padding: 1rem !important;}
}
/* start min width 767px */
@media (min-width: 767px) {
.newstopbanner h3 {
	line-height: 0.9;
	font-size: 1.2em}
}
/* start min width 992px */
@media (min-width: 992px) {
.hide-desktop{
	position:absolute;
	top: -500px;
	left: -1500px;}
.newstopbanner, .newstopbanner.open {
	position: relative;
	opacity: 1;
	right: 0px;
	top: 0px;
	padding: 0;
	height: auto;
	width: auto;}
.newstopbanner ul, .newstopbanner.open ul{
	flex-direction:row;}
}