/* NON-MOBILE CHEAT SHEET */

#section-related-swiper {
	z-index:8000;
}

#section-related-swiper img {
	display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    text-align: center;
}

#section-related-swiper .swiper-container {
    width: 100%;
}

.desktop-container {
    border: 1px solid #979797;
}

#section-related-swiper .swiper-slide {
    font-size: 14px;
    height: auto;
    /* Center slide text vertically */
/*     display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center; */
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.desktop-bar .swiper-slide {
	border-bottom: 1px solid #979797;
}


#section-related-swiper .swiper-slide:last-child {
	border-bottom: none;
}

#section-related-swiper .swiper-container .image-holder {
	position: relative;
	display: inline-block;
  	width: 30%;
	float: left;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-related-swiper .swiper-container .image-holder {
	  	width: 20%;
	}
}

.swiper-slide.section-related {
	margin: 0;
}

#section-related-swiper .swiper-container .content-holder {
	width: 70%;
	float: left;
	padding-left: 10px;
	font-size: 12px;
}

#section-related-swiper .swiper-container .content-holder p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #222222;
}

#section-related-swiper .swiper-container .content-holder p.pubdate {
	margin-bottom: 0;
	font-size: 11px;
}

.swiper-slide.section-related a {
	width: 100%;
}


/* MOBILE CHEAT SHEET */
#mobile-cheat {
	position: fixed;
	top: 49px;
	z-index: 12;
	left: 0px;
	width: 100%;
}

#cheat-up-next {
	position: fixed;
	z-index: 2;
	background: white;
	width: 100%;
	height: auto;
}

div {
	word-wrap: break-word;
}

#cheat-dropdown-arrow {
	background-color: #09287c;
	color: white;
	height: 40px;
	width: 40px;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#cheat-up-next {
	border-bottom: 2px solid;
	border-color: rgba(43, 93, 137, 1);
}

#cheat-dropdown-arrow .fa-angle-down {
	margin-top: -3px;
}

#cheat-dropdown-arrow .fa-times {
	margin-top: 4px;
}

.mobile-bar .swiper-slide {
	border-bottom: 2px solid #09287c;
	border-left: 2px solid #09287c;
	border-right: 2px solid #09287c;
}

.mobile-bar {
	overflow: hidden;
}

hr {
	border: 1px solid;
	border-color: rgba(43, 93, 137, 1);
	margin: 0;
	padding: 0;
	margin-top: 6px;
	width: 100%;
	position: absolute;
}

#mobile-cheat .swiper-container .content-holder p {
	font-size: 14px;
	color: #09287c;
	font-weight: bold;
}

#cheat-up-next {
	font-size: 14px;
	color: rgba(28, 45, 87, 1);
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
}

#next-heading {
	color: #fff;
}

@media screen and (min-width: 768px) {
    #mobile-cheat {
        margin-top: 46px;
    }
}


.lead-image-container {
	margin-bottom: 20px;
}

.lead-image {
	position: relative;
}

.lead-image img {
	display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    text-align: center;
}

.caption {
	padding: 4px;
	font-size: 12.6px;
	color: #555;
}

.caption br {
	display: none; 
}

.caption .inline-credit {
	margin-left: 5px;
}

.related-container {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
	width: 33%;
	font-size: 15px;
	font-weight: bold;
}

.related-container p {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}

.related-container h4 {
	border: none;
	font-size: 15px;
	font-weight: bold;
}

.related-container .image-holder {
	margin-bottom: 5px;
}

@media ( max-width : 640px) {
	.related-container p {
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
	}
	
	.related-container h4 {
		line-height: 18px;
	}
}

.object-well {
	margin-bottom: 20px;
}

h2.headline {
	margin-top: 0;
	font-size: 32px;
	line-height: 38px;
}

.article-dateline {
	font-weight: bold;
}

.date-line-city {
	text-transform: uppercase;
}

/* inline images */
.image-inline .image-holder {
	position: relative;
}

.image-inline img {
	display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    text-align: center;
}

.image-inline.xsm-blockstyle-align-left {
	width: 50%;
	float: left;
	margin: 5px 15px 5px 0;
}

.image-inline.xsm-blockstyle-align-center,
.image-inline.xsm-blockstyle-align-fullwidth {
	margin: 15px 0;
}

.image-inline.xsm-blockstyle-align-right {
	width: 50%;
	float: right;
	margin: 5px 0 5px 15px;
}

.image-inline.xsm-blockstyle-align-center,
.image-inline.xsm-blockstyle-align-fullwidth,
.image-inline.xsm-blockstyle-align-background {
/* 	display: table-cell;
	margin: 15px 0; */
	/* float: left; */
    width: initial;
    margin-right: 20px;
}

.article-container twitterwidget,
.article-container iframe,
.fb_iframe_widget {
	display: block;
	margin: 20px auto !important;
	text-align: center;
}

.article-container .aspect-ratio-container iframe {
	margin-bottom: 0 !important;
}

.article-container a {
	color: #336d9c;
	cursor: pointer;
	font-weight: 600;
}

.article-container a:hover,
.article-container a:active {
	color: #214f77;
}

.article-container a:vistited {
	color: #336d9c;
}

.lead-image-container .caption a,
.bylines a {
	color: #336d9c;
	cursor: pointer;
	font-weight: 600;
}