/* stylelint-disable selector-list-comma-newline-after */

h1, h2, h3, h4, h5, h6:not(.newsHeading),
.h1, .h2, .h3, .h4, .h5, .h6:not(.newsHeading) {
	font-family: Georgia, "Times New Roman", serif; 
	font-weight: 700;
/*
	font-family: "Playfair Display", Georgia, "Times New Roman", serif; 
	font-family: 'Roboto Slab', serif;
*/
}

.table-responsive td {
	white-space: nowrap;
}
.table-responsive td.wrapText {
	white-space: normal;
	min-width: 256px;
}

.newsHeading {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 5px;
	background-color: rgba(0,0,0,.01);	
}

.display-4 {
	font-size: 2.5rem;
}
@media (min-width: 768px) {
	.display-4 {
    	font-size: 3rem;
	}
}

.disabled {
	opacity: 0.5;
}
/* Rotated table header */

.table-header-rotated {
  border-collapse: collapse;
}
.table-header-rotated td {
  width: 51px;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
.table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
}
.table-header-rotated th.rotate > div {
  -webkit-transform: translate(28px, 5px) rotate(315deg);
          transform: translate(28px, 5px) rotate(315deg);
  width: 30px;
}
.table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

/* End */

a {
	color: #444;
	transition: all 0.25s ease-in-out;
}

a:hover,
a.urnPrimary {
	color: #dc3545;
	text-decoration: none;
}

a.urnSecondary {
	color: #FFD552; /* 215,213,82 */
}

a.text-muted:hover {
	color: #dc3545 !important;
}

.navCategories .active {
	color: #dc3545;
}

.container-fluid {
	max-width: 1600px;
}

.scrollOverflow {
	overflow-y: scroll;
	height: 100px;
	transition: all 0.25s ease-in-out;
}

.list-group-styled-primary a:hover,
.list-group-styled-primary a.active {
	background-color: #dc3545 !important;
	color: white;
}
.list-group-styled-primary a.active {
	border: 1px solid rgba(0,0,0,.125) !important;
}

.list-group-styled-secondary a:hover,
.list-group-styled-secondary a.active {
	background-color: #FFD552 !important;
	color: black;
}

.list-group-styled-secondary a.active {
	border: 1px solid rgba(0,0,0,.125) !important;
}

.transparent {
	opacity: 0.5;
}

.emptyCard {
	border-color: white;
}

@media (min-width: 768px) {
	.mainContent {
		border-right: 1px solid #eee;	
	}
}

.badge-outline-warning {
	border: 1px solid #ffc107;
}

.badge-outline-warning:hover {
	background-color: #ffc107;
	color: black;
}

/* sidebar */
.sidebar {
	overflow: hidden;
}

/* hover */

.onHover {
	opacity: 0;
	transition: all .25s ease-in-out;
}
.card:hover .onHover,
.storyArchived:hover .onHover,
.storyCompact:hover .onHover {
	opacity: 1;
}

/* Header */
.blog-header {
/*  line-height: 1; */
	border-bottom: 1px solid #dc3545;
}

.blog-header-logo {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
}

.blog-header-logo img {
	height: 48px;
	width: auto;
}

.blog-header-logo:hover {
	text-decoration: none;
}

.blog-header .dropdown-item i {
	width: 20px;
	display: inline-block;
	text-align: center;
}

/* Carousel */
#topStoriesCarousel h1 {
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	#topStoriesCarousel h1 {
		font-size: 2.25rem;
	}
}

.topStoriesSlideWrap {
	position: relative;
}

.topStoriesSlide {
	height: 196px;
	background-position: center center;
	background-size: cover;
}

#topStoriesCarousel a.fullHeight {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

#topStoriesCarousel .carousel-captionAlt {
	height: 128px;
	overflow: hidden;
}

#topStoriesCarousel .carousel-caption {
	height: calc(196px + 96px - 20px);
}

#topStoriesCarousel .carousel-caption div {
	position: absolute;
	bottom: 0;
}

@media (min-width: 768px) {
	.topStoriesSlide {
		height: 480px;
	}

	#topStoriesCarousel .carousel-caption {
		height: calc(480px - 20px);
	}
}

.topStoriesSlideCover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0,0,0,.33);
}

/* Avatars */
.avatar-64 {
	width: 64px !important;
	height: 64px !important;
}
.avatar-36 {
	width: 36px;
	height: 36px;
}

.avatar-24 {
	width: 24px;
	height: 24px;
}

.avatar-16 {
	width: 16px;
	height: 16px;
}

/* Nav */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

#navbarSupportedContent .dropdown-menu {
	max-height: calc(100vh - 75px);
	overflow-y: scroll;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #dc3545;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/* stories */

.storyCompact,
.storyArchived {
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.storyCompact:hover,
.storyArchived:hover {
/*	border-bottom: 1px solid rgba(0,0,0,.25); */
	border-top: 1px solid #dc3545;
	border-bottom: 1px solid #dc3545;
}

.storyAuthors {
	list-style: none;
	padding: 0;
}

.storyAuthors a,
.storyAuthorsBox a {
	display: inline-block;
	position: relative;
}

.storyAuthors a i,
.storyAuthorsBox a i {
	position: absolute;
	right: -2px;
	bottom: -2px;
}

.storyAuthors li {
	display: inline;
}

.storySummary {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: rgba(0,0,0,.05);
	text-align: center;
}

@media (min-width: 1600px) {
	.storySummary {
		margin: 0;
		padding-top: 0;
		border-bottom: 1px solid rgba(0,0,0,.05);
		background: none;
	}
}


/* File and images */
.fileImageWrap {
	position: relative;
}

.fileImageWrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.downloadableImage {
	position: relative;
}
.downloadableImage .btn-primary {
	position: absolute;
	z-index: 10;
	top: 1rem;
	left: 1rem;
}
.downloadableImage .btn-warning {
	position: absolute;
	z-index: 10;
	top: 1rem;
	right: 1rem;
}

audio {
	width: 100%;
}

.img-fluid {
	width: 100%;
	height: auto;
}

.list-group-attachments .sortable-placeholder{
	list-style: none;
	height: 20px;
	background-color: #eee;
}

.list-group-attachments li:first-child {
	border-top: 0;
}

.list-group-attachments .sortableDummy {
	height: 1rem;
	padding: 0;
	margin-top: -1rem;
}

.list-group-attachments li {
	padding-left: 5px;
	padding-right: 5px;
/*
	list-style: none;
	min-height: 20px;
	display: block;
*/
}

.grip:hover {
	color: #dc3545 !important;
	cursor: pointer;
}

/* Story listings */
.hideLeadImage .leadImage {
	display: none;
}

.contents-status-7 {
	border-left: 5px solid #dc3545;
	padding-left: 1rem;
}

/* jumbotron */
.jumbotron {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.jumbotronOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.33);
	z-index: 10;
}

.jumbotronContents {
	z-index: 20;
}

/* Archive form */
.dateButton {
	border-radius: 0.25rem !important;
}

/* updater */
.jsonUpdater {
	position: fixed;
	top: 1rem;
	right: 1rem;
	display: none;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	box-shadow: 0 0 4px #eee;
	opacity: 0.75;
}

/* lightbox */
.lb-next i, .lb-prev i {
	top: 50%;
	position: absolute;
	font-size: xx-large;
	color: white;
	transform: translate(0,-50%);
	text-shadow: 0 0 4px #000;	
}

.lb-next i {
	right: 1rem;
}

.lb-prev i {
	left: 1rem;
}

/* ticker */
.webTickerPrefix {
	display: inline-block;
	width: 100px;
	color: white;
	background-color: #dc3545;
	font-weight: bold;
	padding-right: 0.5rem;
	text-align: right;
	overflow: hidden;
	float: left;
	font-size: smaller;
	height: 20px;
}

.webTickerActual {
	display: inline-block;
	width: calc(100% - 101px);
	float: right;
	margin-top: 2px;
}

#webTicker {
	margin-top: -0.5rem !important;
	margin-bottom: 0.5rem !important;
	height: 20px;
	overflow: hidden;
}
.webTickerWrap {
	border-top: 1px solid rgba(255,0,0,0.25);
	border-bottom: 1px solid rgba(255,0,0,0.25);
	background-color: rgba(255,0,0,0.025);
	padding-top: 0;
	margin-bottom: 0.5rem;
	height:22px;
/*
	margin-left: -15px;
	margin-right: -15px;
*/
}

.tickercontainer {
	height: 20px !important;
}

.invisible {
	visibility: hidden;
}

#webTickerFixer {
	width: 1px;
	height: 20px;
	display: inline-block;
}



/* Image boxes */
.box21 {
    position: relative;
    width: 100%;     /* desired width */
    background-color: rgba(0,0,0,.05);
}

.box21:before {
    content: "";
    display: block;
    padding-top: 50%;  /* initial ratio of 1:1*/
}

.box32 {
    position: relative;
    width: 100%;     /* desired width */
    background-color: rgba(0,0,0,.05);
}

.box32:before {
    content: "";
    display: block;
    padding-top: 66.667%;  /* initial ratio of 1:1*/
}

.box21 img,
.box32 img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.lazyload {
    transition: all 0.25s ease-in-out;	
    opacity: 0;
}
.lazy-loaded {
	opacity: 1;
}

/* Edit */
#extractingKeywords {
	display: none;
}
#extractedkeywords {
	display: none;
}

/* Soccer table */
.sp-league-table {
	font-size: x-small;
}

.sp-league-table .data-f,
.sp-league-table .data-a {
	display: none;
}

/* Weather carousel */
#weatherCarousel .carousel-item {
	background-color: rgba(0, 0, 0, .0125);
	box-shadow: 0 0 4px #eee;
	border-radius: 1rem;
	padding: 1rem 1.5rem 0 1.5rem;	
	height: 350px;
}

#weatherCarousel .carousel-control-prev {
	right: 15%;
	left: auto;
}

#weatherCarousel .carousel-control-next,
#weatherCarousel .carousel-control-prev {
	top: auto;
	bottom: 1.5rem;
}

#weatherCarousel .icons {
	margin-right: -0.75rem;
}

#weatherCarousel .headings {
	position: absolute;
	top: 96px;
	left: 1.5rem;
}

#weatherCarousel .temperaturesWrap {
	position: absolute;
	left: 1.5rem;
	bottom: 0rem;
}

#weatherCarousel .temperatures {
	overflow: hidden;
}

#weatherCarousel .temperature {
	background-color: red;
	display: inline-block;
	border-right: 1px solid white;
	width: 4px;
}

/* Covid carousel */
#covidCarousel .carousel-item {
	background-color: rgba(0, 0, 0, .0125);
	box-shadow: 0 0 4px #eee;
	border-radius: 1rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
	
#covidCarousel .carousel-control-prev {
	right: 15%;
	left: auto;
}

#covidCarousel .carousel-control-next,
#covidCarousel .carousel-control-prev {
	top: auto;
	bottom: 1.5rem;
}

#covidCarousel .graphsWrap {
	position: relative;
}

#covidCarousel .deaths {
	position: absolute;
	left: 0;
	z-index: 1000;
}

#covidCarousel h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#covidCarousel .case {
	background-color: orange;
	display: inline-block;
	border-right: 1px solid white;
	width: 2px;
	position: absolute;
	bottom: 0;
}

#covidCarousel .death {
	background-color: red;
	display: inline-block;
	border-right: 1px solid white;
	width: 2px;
	position: absolute;
	bottom: 0;
}

/* client map */
#client_map {
	width: 100%;
	height: 320px;
}

/* shortcodes */
.shortcode-image,
.shortcode-iframe {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.shortcode-image .caption {
	font-style: italic;
	font-size: small;
}
@media (min-width: 768px) {
	.shortcode-image.align-right,
	.shortcode-iframe.align-right {
		float: right;
		max-width: 320px;
		margin-left: 1rem;
	}

	.shortcode-image.align-left,
	.shortcode-iframe.align-left {
		float: left;
		max-width: 320px;
		margin-right: 1rem;
	}

	.shortcode-iframe.align-left iframe,
	.shortcode-iframe.align-right iframe {
		width: 320px;
	}

}

@media (min-width: 992px) {
	.shortcode-image.align-right,
	.shortcode-iframe.align-right {
		max-width: 480px;
	}

	.shortcode-image.align-left,
	.shortcode-iframe.align-left {
		max-width: 480px;
	}

	.shortcode-iframe.align-left iframe,
	.shortcode-iframe.align-right iframe {
		width: 480px;
	}

}

.donation-widget-wrap div {
	margin: auto;
}