.newstopbanner {
	position: absolute;
	z-index: 100;
	opacity: 0;
	top: -1500px;
	height: 0;
	width: 0;
	overflow: hidden;
	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: 20px;
	width: 28px;
	cursor: pointer;
	transition: 0.5s ease-in-out;}
.menu-btn__burger {
 	position: absolute;
	right: 0;
	top: 1rem;
	height: 3px;
	width: 28px;
	background-color: #333;
	transition: 0.5s ease-in-out;}
.menu-btn__burger::before {
	content: '';
 	position: absolute;
	right: 0;
	top: -8px;
	height: 3px;
	width: 28px;
	background-color: #333;
	transition: 0.5s ease-in-out;}
.menu-btn__burger::after {
	content: '';
 	position: absolute;
	left: 0;
	top: 8px;
	height: 3px;
	width: 20px;
	background-color: #333;
	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);
	background-color: #fff;}
.menu-btn__burger.open::after {
	transform: rotate(-45deg) translate(3px, -7px);
	background-color: #fff;
	width: 28px;}
/* end nav */
.top-story {
	background-color: #e5e5e5;
	padding: 28px;
	margin-bottom: 30px;
	font-size: 1.125em;}
.top-story ul {
  	padding: 0;}
.top-story ul li {
  	list-style: none;}
.top-story .leadStoryFlag {
    background-color: #a71930;
    color: #fff;
    padding: 4px 13px;
    display: inline-block;
    font-size: 0.938em !important;
    font-weight: bold; }
.top-story h2 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 1.3rem 0 1.4rem 0;
    line-height: 1.2em; }
.top-story a:link, .top-story a:visited {
    background-color: #e2e2e2;
    color: #00689e;
    text-decoration: none; }
.top-story a:hover, .top-story a:visited, .top-story :focus {
    text-decoration: underline;
    background-color: #e2e2e2;
    color: #3c3a3f; }

.articleList ul {
	list-style: none !important;
	padding: 0px !important; }
/*.articleList ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid #d0d0d0; }*/
.articleList ul h3 {
    font-weight: bold;
    font-size: 1.500em;
    line-height: 1.2em;
    /*margin: 1.1rem 0 1.4rem 0;*/ }
.articleList ul a:link, .news-feed ul a:visited{
    background-color: #e2e2e2;
    color: #00689e;
    text-decoration: none; }
/*.articleList ul a:hover, .articleList ul a:visited, .articleList ul li:focus {
    text-decoration: underline;
    background-color: #f5f5f5;
    color: #3c3a3f; }*/
.articleList ul article, .news-feed ul article{
    background-color: #e2e2e2;
    color: #00689e;
    padding: 20px;
	margin: 0 0 30px 0;}
.articleList ul article:hover, .articleList article:focus  {
    text-decoration: underline;
    background-color: #f5f5f5;
    color: #3c3a3f; }
.articleList ul li p, .articleList ul li p {
    text-decoration: none;
    color: #000; }
.articleList ul .datestamp {
    color: #007c92;
    font-size: 0.8em !important; }
.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: #e2e2e2 !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; }
/* filter buttons */
.btn-default:link, .btn-default:visited, .btn-primary:link, .btn-primary:visited {
	background-color: #00689e;
	color: #fff;
	text-decoration: none;}
.btn-default:hover, .btn-default:active, .btn-primary:hover, .btn-primary:active {
	background-color: #f5f5f5;
	color: #00689e;
	text-decoration: underline;}
a.tag {
    background-color: #00689e;
    color: #fff;
    padding: 8px !important;
    border: none;
    margin: 10px 0!important;
    font-weight: bold;
    text-decoration:none;}
/*.glyphicon-tag::before {
    content: "\e041";}
.glyphicon-remove::before {
    content: "\e014";}*/
a.tag .glyphicon-tag {
    padding-right: 10px;}
a.tag .glyphicon-remove {
    padding-left: 10px;}
/*.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
*/
/* pagination */
.pagination {
	padding: 0px !important; }
.pagination li {
	padding: 0px !important; }
.pagination li a {
	color: #4f0b7b !important;
	border: 1px solid #4f0b7b;}
.pagination li.active a {
	background-color: #4f0b7b !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: #474747;
	text-decoration: none;
	background-color: #fff;}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #4f0b7b;
	border-color: #474747;}
.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;}

#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: #e2e2e2;
	color: #00689e;
	text-decoration: none;
	padding: 10px 15px;
	border-bottom: 1px solid #00689e; }
#options ul li a:hover, #options ul li a:active, #options ul li :focus {
	text-decoration: underline;
	background-color: #00689e;
	color: #fff; }

.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: #00689e !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; }
/* 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;
	margin: 5px; }
/* 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;}
}
