#navigation-secondary {
	position:relative;
	z-index:10;
}
.story-hero-wrap {
	height: 255px;
	position: relative;
}
.story-hero-wrap div {
	height:395px;
	position:absolute;
	top:-25px;
	left:0;
	width:100%;
	z-index:1;
}
div.sub-hero {
	position:relative;
	z-index:5;
}
.sub-hero .sidebar-left {
	margin-top:100px;
}
h2.story-title {
	text-align:left;
	/*padding:60px 0 20px 90px;*/
    padding: 0;
    margin: 0;
}
.sub-hero h2.story-title {
	font-size:22px;
	text-align:left;
	/*margin:0px -25px;*/
	padding:0;
	border-bottom:1px solid #dedede;
}
aside.author {
	/*position:relative;*/
	/*margin-top:-30px;*/
	margin-left:4px;
	margin-bottom:25px;
	font-size:12px;
	font-weight:bold;
}
aside.author em {
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	margin-left:12px;
}
.sub-hero aside.author {
	margin-top:2em;
	margin-bottom:2em;
}
article.story {
	font-size:14px;
	background:#fff;
	border:1px solid #d8dedc;
	padding:25px 25px;
	position:relative;
    line-height: 1.67em;
}
.next-button,
.back-button {
	position:absolute;
	top:60px;
    text-align: center;
    width: 52px;
}
.next-button {
	right:11px;
}
.back-button {
	left:11px;
}
.back-button:hover,
.next-button:hover {
    text-decoration: none;
}
.back-button span,
.next-button span {
    display:block;
    margin: 0 auto;
}
.back-button small,
.next-button small {
    color: #777;
    display: block;
    padding-top: 5px;
}
.back-button i,
.next-button i {
	line-height: 50px;
}
.back-button i {
    padding-right: 5px;
}
.next-button i {
    padding-left: 5px;
}
article.story p, article.story div {
	line-height:2em;
	margin-bottom:1.5em;
}
/*article.story .float-right {
	float:right;
	width:75%;
	margin-right:-30%;
	margin-left:24px;
	margin-bottom:5px;
}
article.story .float-right img {
	max-width:100%;
	height:auto;
}

article.story .float-left {
	float:right;
	width:75%;
	margin-left:-17%;
	margin-right:24px;
	margin-bottom:5px;
}
article.story .float-left img {
	max-width:100%;
	height:auto;
}*/
article.story figcaption {
	padding-top:12px;
	font-weight:bold;
}
article.story .float-left figcaption {
	text-align:right;
}
article.story figcaption span {
	font-weight:normal;
	padding-right:2%;
	margin-right:2%;
	border-right:2px solid #686868;
}
article.story figcaption p {
	margin:8px -5px 0;
	padding-top:5px;
	border-top:1px solid #ddd;
	font-weight:normal;
	font-size:0.9166666667em;
	line-height:1.5em;
	padding-left:5px;
	margin-bottom:2em;
}
article.story figcaption strong {
	float:right;
}
article.story .full-width.video figcaption {
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;	
}
article.story .full-width.video {
	padding-left:15px;
	padding-right:15px;
}
article.story figure .video-wrapper {
	max-width:100%;
	height:auto;
	position:relative;
}
article.story figure .video-wrapper:after {
	content:"\f01d";
	font-size:18em;
	color:rgba(255,255,255,.9);
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:18%;
	font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
}
article.story figure.image-gallery {
	position:relative;
	overflow:hidden;
}
article.story figure .gallery {
	position:relative;
	width:100%;
	height:368px;
}
article.story figure .gallery div {
	width:100%;
	height:auto;
	display:none;
	position:absolute;
	top:0;
	left:0;
}
article.story figure .gallery div:first-child {
	display:block;
}
article.story figure .gallery img {
	width:49.5%;
	margin-bottom:1.5%;
	float:left;
}
article.story figure .gallery img:nth-child(odd) {
	float:right;
}
article.story figure .gallery ul {
	list-style:none;
	position:absolute;
	right:0;
	bottom:-25px;	
}
article.story figure .gallery li {
	display:inline-block;
}
article.story figure .gallery ul a {
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#abb3b3;
	margin-right:10px;
	text-decoration:none;
	text-indent:-9999em;
}
article.story figure .gallery ul a.active {
	background:#040a0a;
}
article.story figure.center {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5em;
}
article.story figure.float-left {
	max-width: 50%;
	padding-right: 1em;
	margin-bottom: 1em;
	clear: left;
}
article.story figure.float-right {
    max-width: 50%;
    padding-left: 1em;
    margin-bottom: 1em;
    clear: right;
}
article.story figure img {
	width:100%;
	height:auto;
}
article.story figure figcaption {
	width:30%;
    display: none;
	float:right;
	margin-right:20px;
}
article.story figure figcaption p {
	margin:15px -5px 30px;
	padding-top:15px;
}
article.story figure audio {
    width: 300px;
}
a.link-next-story {
	display:block;
	background:#fff;
	border:1px solid #d8dedc;
	padding:25px;
	margin-top:5px;
}
a.link-next-story strong {
	float:right;
	width:70%;
	text-align:right;
	padding-right:2%;
	padding-top:1px;
}
a.link-next-story strong span {
	font-weight:normal;
	white-space:nowrap;
	padding-left:2%;
	margin-left:2%;
	border-left:2px solid #686868;
}
a.link-next-story i {
	float:right;
	color:#26406b;
	font-size:18px;
	padding-top:2px;
}
.sub-hero a.link-next-story {
	margin-top:0;
	border-top:0;
}
.sidebar-left .widget-tags:first-of-type {
	border-top:0;
	box-shadow:none;
}
.story-main, .row-next-story {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;*/
	margin-bottom:0;
	padding-bottom:0;
	/*padding-right:28px;*/
}
.story-main {
    position: relative;
}
.story-main .content {
	border:1px solid #d8dedc;
	background:#fff;
	padding-left:0;
	padding-right:0;
}
.story-main .content article {
	border:0;
	background:none;
    padding-bottom: 5px;
}
.story-main .sidebar-right {
	background:#F4F8FB;
	border:1px solid #F4F8FB;
	border-left:0;
	position:relative;
    padding: 15px;
}
.story-main .sidebar-right h5 {
	font-weight:bold;
	padding:5px 0 10px;
}
.story-main .sidebar-right span.comment-count {
	color:#26406b;
	padding-right:5px;
	font-size:.9em;
	font-weight:normal;
}
.story-main .sidebar-right span.comment-count i {
	margin-right:5px;
	font-size:1.4em;
}
.story-main .sidebar-right textarea {
	width:100%;
	padding:18px 14px 0;
	border:1px solid #d6e0df;
	background:white;
	font-size:11px;
	height:50px;
	margin-bottom:12px;
}
.story-main .sidebar-right #comment-submit {
	/*border-bottom:1px solid #d7dfdf;*/
	/*padding-bottom:18px;*/

}
.story-main .sidebar-right #comment-submit button.btn {
	width:100%;
}
.story-main .sidebar-right .comment-list {
	min-height: 200px;
    margin:20px 0 10px 0;
    border-bottom:1px solid #d7dfdf;
}
.story-main .sidebar-right .comment-list li {
	border-top:1px solid #d7dfdf;
    padding: 15px 0;
}
.story-main .sidebar-right .comment-list li#btn-more-comments {
    padding-top: 0;
    padding-bottom: 0;
}
.story-main .sidebar-right .comment-list h6 {
	margin-top:0px;
	font-weight:bold;
}
.story-main .sidebar-right .comment-list span {
	font-weight:normal;
	padding-left:5px;
	color:#9eb6b7;
}
.story-main .sidebar-right .comment-list span:before {
	content:"\2022";
	padding-right:5px;
}
.story-main .sidebar-right .comment-list p {
	font-size:12px;
	line-height:28px;
	padding-bottom:5px;
}
.story-main .sidebar-right .comment-list a.more-comments {
	display:block;
	position:relative;
	padding:13px;
	text-align:center;
	font-size:12px;
}
.story-main .sidebar-right .comment-list a.more-comments i {
	position:absolute;
	right:0;
	top:12px;
	font-size:18px;
}
.story-main .sidebar-right .tags {
	padding-left:10px;
	padding-right:20px;
	margin-bottom:22px;
	margin-top:15px;
}
.story-main .sidebar-right .tags h5 {
	margin-bottom:0;
	font-size:13px;
}
.row-next-story {
	margin-bottom:30px;		
}
.row-next-story .content.col-md-8 {
	padding-left:0;
	padding-right:0;
}
