/* reset for standard page items */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ol,
dl,dt,dd,form,a,fieldset,input,th,td {
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
	display: table;
	overflow-x: scroll;
	overflow-y: scroll;
}

ul {
    list-style: none;
}

ul li {
	overflow:hidden;
}

img {
    border: 0px solid transparent;
	padding: 0px;
	margin: 0px auto;
	display: inherit;
}

* {
    margin: 0;
    padding: 0;
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-rendering: optimizeLegibility; */
	text-rendering: auto;
}

body {
    font-size: 18px;
    color: #2d2d2d;
    /* font-family:'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif; */
	font-family: 'Archivo Narrow', sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
	background: none repeat scroll 0 0 #ffffff;
	-webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
	min-height: 100%;
}

a {
    color: #ad3d2b;
    text-decoration: none;
	font-style: normal;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;	
	transition: all 300ms ease-in-out;
}

a:visited {
	color: #ad3d2b;
}

a:hover,
a:focus {
	color: #ad3d2b;
}

p {
    font-size: 17px;
    color: #2d2d2d;
    /* font-family:'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif; */
	font-family: 'Archivo Narrow', sans-serif;
}

span {
	font-weight: normal;
}

h2, h3, h4, h5, h6 {
	color: #2d2d2d;
}

/* start page styles */

#site-container {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}

#page-header-wrapper {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #b8b8ba;
	padding: 5px 0px 5px 0px;
	margin: 0px auto;
}

.content-center-wrapper {
	width: 97%;
	max-width: 1020px;
	overflow: visible;
	padding: 10px;
	margin: 0px auto;
	position: relative;
	background: none repeat scroll 0 0 transparent;
	font-style: normal;
}

.light-gray-wide-box .content-center-wrapper {
	padding: 0px;
	position: relative;
	z-index: 5;
}

#top-bar-menu-wrapper {
	background: none repeat scroll 0 0 #EEEEEE;
	display: block;
	height: 35px;
	/* progess bar height */
	height: 39px;
	margin: 0px;
	padding: 0px;
	position: relative;
	/* z-index: 600; */
	overflow: hidden;
}

#top-bar-menu-wrapper.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4000;
	opacity: 1.0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.23);
}

.customize-support #top-bar-menu-wrapper.fixed {
	top: 32px;
}

#top-bar-menu-wrapper.fixed:hover {
	opacity: 1.0;
}

#top-menu {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: left;
	line-height: 35px;
	display: flex;
}

.gray-background {
	background: none repeat scroll 0 0 #b8b8ba;
}

.light-gray-background {
	background: none repeat scroll 0 0 #EEEEEE;
}

.dark-gray-background {
	background: none repeat scroll 0 0 #8a8a8a;
}

.white-background {
	background: none repeat scroll 0 0 #ffffff;
}

.white-text {
	color: #ffffff!important;
}

.white-text:hover,
.white-text:focus {
	color: #ad1414!important;
}

#nav-menu-left {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 35px;
	text-align: left;
	width: 53%;
	float: left;
}

#nav-menu-left li {
	display: inline-block;
	vertical-align: top;
}

#nav-menu-left li:first-child {
	padding-left: 15px;
	width: auto;
}

#nav-menu-left li a {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	padding: 0px 8px 0px 8px;
}

#nav-menu-right {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 35px;
	text-align: right;
	width: auto;
	float: left;
	display: block!important;
}

#login-link {
	display: inline-block;
}

#nav-menu-right li {
	display: inline-block;
	vertical-align: top!important;
	overflow: visible;
}

#nav-menu-right li:last-child {
	padding-right: 15px;
}

#nav-menu-right .slim-right-top {
	max-height: 35px;
	min-height: 35px;
	text-align: right;
}

#nav-menu-right .slim-right-top #site-logo-wrapper {
	max-height: 35px;
}

#nav-menu-right .slim-right-top #site-logo-wrapper a {
	width: 98%;
	height: 98%;
	display: inline-block;
	vertical-align: middle;
	margin: -5px auto 0px auto;
}

#nav-menu-right li a {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	padding: 0px 8px 0px 8px;
}

#nav-menu-left, #nav-menu-right {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
}

#nav-menu-right li a:hover,
#nav-menu-right li a:focus,
#nav-menu-left li a:hover,
#nav-menu-left li a:focus {
	color: #ad1414;
}

/* #nav-menu-right li:after {
	content: "|";
	display: inline-block;
	color: #ffffff;
	line-height: 100%;
}

#nav-menu-right li:last-child:after {
	content: "";
} */

#rail-menu #nav-toggle-top {
	padding: 5px 6px;
	border: 1px solid #ad1414;
	border-radius: 3px;
}

#rail-menu #nav-toggle-top:hover {
	cursor: pointer;
	color: #2d2d2d;
	background: none repeat scroll 0 0 #8ad3f4;
}

.menu-top-logo-shares {
	display: block;
	padding: 0px;
	margin: 0px auto;
}

.menu-top-logo-shares .menu-share-icon-wrapper {
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.menu-top-logo-shares .share-icon-menu {
	font-size: 13px;
	padding: 7px 7px;
	border-radius: 40px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0px 2px 0px 2px;
}

.menu-top-logo-shares .share-icon-menu:hover,
.menu-top-logo-shares .share-icon-menu:focus {
	background: none repeat scroll 0 0 #e8ac58;
	color: #ffffff;
}

.menu-top-logo-shares .share-icon-menu:active {
	background: none repeat scroll 0 0 #516ca3;
	color: #ffffff;
}

.menu-top-logo-shares .share-icon-menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff!important;
	line-height: 15px;
	margin-left: -8px;
}

.menu-top-logo-shares .share-icon-menu a:hover,
.menu-top-logo-shares .share-icon-menu a:focus,
.menu-top-logo-shares .share-icon-menu a:active {
	color: #ffffff;
}

#slide-menu-overlay {
	background-image: url('../images/background-screen-black.png');
	background-repeat: repeat;
	background-position: fixed;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	display: none;
	
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#slide-menu-overlay.menu-active {
	opacity: 1;
	z-index: 999998;
	display: block;
}

#side-menu-wrapper {
	width: 280px;
	background: none repeat scroll 0 0 #EEEEEE;
	position: fixed;
	top: 0;
	height: 100%;
	margin-left: -280px;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#side-menu-wrapper.menu-active {
	margin-left: 0px;
	z-index: 999999;
	opacity: 1;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.45);
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#side-menu-content {
	width: 99.5%;
	margin: 0px auto;
	padding: 0px;
}

.menu-logo-shares {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 0px auto;
	border-bottom: 1px solid #b8b8ba;
}

#slide-menu-logo {
	text-align: center;
}

#slide-menu-logo img {
	width: 100%;
	max-width: 95%;
	height: auto;
	display: block;
	border: 0px solid transparent;
	vertical-align: middle;
}

#slide-menu-search .menu-share-icon-wrapper {
	float: right;
	text-align: center;
}

#slide-menu-search .share-icon-menu {
	font-size: 13px;
	padding: 7px 7px;
	border-radius: 40px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}

#slide-menu-search .share-icon-menu a {
	color: #ffffff;
}

#slide-menu-search .share-icon-menu:hover,
#slide-menu-search .share-icon-menu:focus {
	background: none repeat scroll 0 0 #e8ac58;
}

#slide-menu-search .share-icon-menu:active {
	background: none repeat scroll 0 0 #516ca3;
}

#slide-menu-search .share-icon-menu a {
	display: block;
	width: 100%;
	height: 100%;
}

#slide-menu-search {
	padding: 10px 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #b8b8ba;
	overflow: hidden;
}

#close-slide-menu {
	color: #516ca3;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	padding: 15px 6px 12px 6px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #b8b8ba;
	width: 100%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	
	display: inline-block;
	float: right;
}

#close-slide-menu:hover {
	color: #ad1414;
	cursor: pointer;
}

.main-nav-item {
	position: relative;
	list-style: none outside none;
}

.main-nav-item ul {
	width: 100%;
}

.main-nav-item li {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	border-bottom: 1px solid #b8b8ba;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.main-nav-item li a {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding: 8px 0px 8px 10px;
	display: block;
	max-width: 95%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.main-nav-item li a span {
	display: inline-block;
	text-transform: none;
	font-weight: 700;
}

.main-nav-item li a:hover {
	color: #ad1414;
}

.main-nav-item li .drop-arrow-section, .drop-arrow {
	color: inherit;
	vertical-align: middle;
	float: right;
	width: 29px;
	height: 29px;
	text-align: center;
	font-size: 25px;
}

.main-nav-item li .drop-arrow-section:hover {
	color: #ad1414;
	cursor: pointer;
}

.main-nav-item .social-icon-line {
	display: inline-block;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	font-size: 0px;
}

.main-nav-item .social-icon-line .social-icon {
	line-height: 0;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-size: 39px;
	box-sizing: content-box;
	overflow: hidden;
}

.main-nav-item .social-icon-line .social-icon i {
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	line-height: 33px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.section-navigation li .drop-arrow {
	color: inherit;
	vertical-align: middle;
	float: right;
}

.section-navigation li .drop-arrow:hover {
	color: #ad1414;
	cursor: pointer;
}

.section-navigation li  {
	border-bottom: 1px solid #ffffff;
}

.section-navigation li:last-child {
	border-bottom: 0px solid transparent;
}

.section-navigation li a,
.section-navigation li span {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: normal!important;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding: 5px 0px 5px 10px;
	display: block;
	max-width: 88%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.section-navigation li .sub-navigation {
	margin: 0px auto;
	padding: 0px;
}

.section-navigation li .sub-navigation li {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: normal;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	border-bottom: 1px solid #b8b8ba;
	width: 100%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.section-navigation li .sub-navigation li:last-child {
	border: 0px solid transparent;
}

.section-navigation li .sub-navigation li a,
.section-navigation li .sub-navigation li span {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding: 8px 0px 8px 40px!important;
	display: block;
	max-width: 86%;
	letter-spacing: 0.5px;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.section-navigation li .nav-category-sub,
.section-navigation li a {
	color: #2d2d2d!important;
	padding-left: 15px!important;
}

.section-navigation li a:hover,
.section-navigation li .sub-navigation li a:hover,
.section-navigation li .nav-category-sub:hover {
	color: #ad1414!important;
}

.section-navigation li .sub-navigation.menu-active {
}

.menu-icon {
	display: inline-block;
	opacity: 1;
}

.menu-icon.active {
	display: inline-block;
	opacity: 1;
}

/* subscriber rewards top menu bar logo */

#menu-logo-subscriber-rewards,
#menu-logo-subscriber-rewards-top-bar {
	position: relative;
}

#menu-logo-subscriber-rewards-top-bar #sub-rewards-menu-logo {
	opacity: 1;
	position: absolute;
	left: 10px;
	top: 0;
	
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#menu-logo-subscriber-rewards-top-bar:hover #sub-rewards-menu-logo {
	opacity: 0;
}

#menu-logo-subscriber-rewards-top-bar #sub-rewards-menu-logo-hover {
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 0;
	
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#menu-logo-subscriber-rewards-top-bar:hover #sub-rewards-menu-logo-hover {
	opacity: 1;
}

/* subscriber rewards slide menu logo */

#menu-slide-logo-subscriber-rewards #sub-rewards-slide-logo {
	opacity: 1;
	position: absolute;
	
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#menu-slide-logo-subscriber-rewards:hover #sub-rewards-slide-logo {
	opacity: 0;
	position: absolute;
}

#menu-slide-logo-subscriber-rewards #sub-rewards-slide-logo-hover {
	opacity: 0;
	
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#menu-slide-logo-subscriber-rewards:hover #sub-rewards-slide-logo-hover {
	opacity: 1;
}

.bottom-button-wrapper {
	padding: 15px 0px 15px 0px;
	margin: 0px auto;
	display: block;
	max-width: 95%;
	text-align: center;
}

.button-wrapper-slide-menu {
	width: 40%;
	overflow: hidden;
	border-radius: 4px;
	display: inline-block;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.button-wrapper-slide-menu a {
	color: #ffffff;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

.gold-button {
	background: none repeat scroll 0 0 #e8ac58;
	/* slight box shadow */
	box-shadow: 0 1px 0 rgba(0, 0, 0, .01), 0 2px 2px -1px rgba(0, 0, 0, .01), 0 1px 0 rgba(255, 255, 255, .3) inset;
}

.gold-button:hover,
.gold-button:focus {
	opacity: 0.75;
}

.gold-button:active {
	background: none repeat scroll 0 0 #b8b8ba;
	opacity: 1;
}

.blue-button {
	background: none repeat scroll 0 0 #516ca3;
	/* slight box shadow */
	box-shadow: 0 1px 0 rgba(0, 0, 0, .01), 0 2px 2px -1px rgba(0, 0, 0, .01), 0 1px 0 rgba(255, 255, 255, .3) inset;
}

.blue-button:hover,
.blue-button:focus {
	opacity: 0.75;
}

.blue-button:active {
	background: none repeat scroll 0 0 #b8b8ba;
	opacity: 1;
}

#weather-insert-wrapper {
	display: inline-block;
	float: left;
	position: relative;
	width: 136px;
	height: 35px;
	overflow: hidden;
	vertical-align: middle;
}

#weather-insert-wrapper:hover,
#weather-insert-wrapper iframe:hover {
	cursor: pointer;
}

#weather-insert-wrapper #weather-w-insert {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#weather-insert-wrapper #weather-w-insert:hover iframe:hover {
	cursor: pointer!important;
}

#site-logo-wrapper {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}

#site-logo-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	border: 0px solid transparent;
	/* max-width: 550px; */
	max-width: 635px;
}

#page-header-wrapper .content-center-wrapper {
	padding: 5px;
	width: 97%;
}

#search-header-wrapper {
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.blue-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #516ca3;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

.most-read-single {
	width: 100%;
	background: none repeat scroll 0 0 #516ca3;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.light-gray-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #EEEEEE;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

.gray-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #b8b8ba;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

.black-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #2d2d2d;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

#local-tag-line {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#local-tag-line h2 {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 42px;
}

.yellow-button-wrapper {
	overflow: hidden;
	border-radius: 4px;
	background: none repeat scroll 0 0 #e8ac58;
	display: inline-block;
	padding: 8px 10px 8px 10px;
	margin: 20px auto;
	text-align: center;
	/* slight box shadow */
	box-shadow: 0 1px 0 rgba(0, 0, 0, .01), 0 2px 2px -1px rgba(0, 0, 0, .01), 0 1px 0 rgba(255, 255, 255, .3) inset;
}

.yellow-button-wrapper .yellow-button,
.yellow-button-wrapper .yellow-button a {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	display: block;
}

.yellow-button-wrapper:hover,
.yellow-button-wrapper:focus {
	background: none repeat scroll 0 0 #f1a944;
}

.yellow-button-wrapper:active {
	background: none repeat scroll 0 0 #b8b8ba;
}

#page-footer-wrapper {
	width: 100%;
	background: none repeat scroll 0 0 #2d2d2d;
	padding: 30px 0px 30px 0px;
	margin: 0px auto;
	position: relative;
	clear: both;
}

#left-footer-wrapper-links {
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
	text-align: left;
	margin: 0px 30px 0px auto;
	width: 35%;
}

#left-footer-wrapper-links .links-left-wrapper {
	display: block;
	margin: 0px;
	padding: 0px;
}

#left-footer-wrapper-links .links-left-left {
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin: 0px 20px 0px auto;
}

#left-footer-wrapper-links .links-left-right {
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin: 0px auto;
}


#left-footer-wrapper-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
}

#left-footer-wrapper-links ul li {
}

#left-footer-wrapper-links ul li a {
	font-size: 18px;
	color: #ffffff;
}

#left-footer-wrapper-links ul li a:hover,
#left-footer-wrapper-links ul li a:focus {
	color: #ad1414;
}

#left-foooter-wrapper-links ul li a:active {
}

#left-footer-wrapper-links h3,
#right-footer-wrapper-links h3 {
	border-bottom: 1px solid #ffffff;
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
	margin: 0px auto 20px auto;
	color: #ffffff;
}

#right-footer-wrapper-links {
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
	text-align: left;
	width: 56%;
}

#right-footer-wrapper-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	float: left;
	width: 25%;
}

#right-footer-wrapper-links ul li a {
	font-size: 18px;
	padding-left: 20px;
	color: #ffffff;
}

#right-footer-wrapper-links ul li a:hover,
#right-footer-wrapper-links ul li a:focus {
	color: #ad1414;
}

#right-footer-wrapper-links ul li a:active {
	color: #ad1414;
}

#left-footer-wrapper-links ul .footer-section-head a,
#right-footer-wrapper-links ul .footer-section-head a {
	font-size: 23px;
	font-weight: 700;
	padding-left: 0px;
}

#footer-logo-left {
	width: 100%;
	max-width: 100px;
	overflow: hidden;
	display: block;
	margin: 20px auto;
}

#print-footer-logo {
	display: none;
}

#footer-logo-left img {
	width: 100%;
	height: auto;
	border: 0px solid transparent;
	margin: 0px auto;
	padding: 0px;
}

#footer-search-map-wrapper {
	display: table;
	margin: 20px auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#footer-search-wrapper {
	width: 45%;
	display: table-cell;
	margin: 0px auto;
	vertical-align: middle;
}

#footer-site-map-wrapper {
	width: 45%;
	display: table-cell;
	margin: 0px auto;
	padding: 25px;
	vertical-align: middle;
	text-align: center;
}

#footer-bottom-links {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
}

#footer-bottom-links ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none outside none;
}

#footer-bottom-links ul li {
	display: inline-block;
	margin: 6px 9px;
}

#footer-bottom-links ul li a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
}

#footer-bottom-links ul li a:hover,
#footer-bottom-links ul li a:focus,
#footer-bottom-links ul li a:active {
	color: #ad1414;
}

.drk-gray-button-wrapper {
	overflow: hidden;
	border-radius: 4px;
	background: none repeat scroll 0 0 #8a8a8a;
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 20px auto;
	text-align: center;
	display: inline-block;
	/* slight box shadow */
	box-shadow: 0 1px 0 rgba(0, 0, 0, .01), 0 2px 2px -1px rgba(0, 0, 0, .01), 0 1px 0 rgba(255, 255, 255, .3) inset;
}

.drk-gray-button-wrapper .drk-gray-button,
.drk-gray-button-wrapper .drk-gray-button a {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
}

.drk-gray-button-wrapper:hover,
.drk-gray-button-wrapper:focus {
	background: none repeat scroll 0 0 #e8ac58;
}

.drk-gray-button-wrapper:active {
	background: none repeat scroll 0 0 #516ca3;
}

.drk-gray-button-wrapper:active .drk-gray-button {
	color: #ffffff;
}

.white-line {
	width: 100%;
	height: 1px;
	background: none repeat scroll 0 0 #ffffff;
	margin: 10px auto;
}

#footer-copy-wrapper {
	width: 100%;
	display: block;
	margin: 10px auto;
	text-align: center;
}

#footer-copy-wrapper span, #footer-copy-wrapper span a {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
}

#footer-copy-wrapper span a:hover,
#footer-copy-wrapper span a:focus {
	color: #ad1414;
}

.footer-logo-shares {
	display: block;
	padding: 0px;
	margin: 20px auto;
	text-align: center;
}

.footer-logo-shares .menu-share-icon-wrapper {
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.footer-logo-shares .share-icon-menu {
	font-size: 13px;
	padding: 7px 7px;
	border-radius: 40px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0px 2px 0px 2px;
}

.footer-logo-shares .share-icon-menu:hover,
.footer-logo-shares .share-icon-menu:focus {
	background: none repeat scroll 0 0 #e8ac58;
	color: #ffffff;
}

.footer-logo-shares .share-icon-menu:active {
	background: none repeat scroll 0 0 #516ca3;
	color: #ffffff;
}

.footer-logo-shares .share-icon-menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff!important;
	line-height: 15px;
}

.footer-logo-shares .share-icon-menu a:hover,
.footer-logo-shares .share-icon-menu a:focus,
.footer-logo-shares .share-icon-menu a:active {
	color: #ffffff;
}

.searchform .screen-reader-text {
	display: none;
}

.searchform  input {
	color: #9a9a9a;
	background: none repeat scroll 0 0 transparent;
	padding: 5px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	text-transform: none;
}

.searchform  input:focus  {
	color: #000000;
}

.searchform .search-wrapper {
	background: none repeat scroll 0 0 #ffffff ;
	border: 1px solid #b8b8ba;
	color: #9a9a9a;
	padding: 0px 10px 0px 10px;
	border-radius: 5px;
}

.searchform .search-submit {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	display: table-cell;
	vertical-align: top;
}

/* .searchform .search-submit:before {
	color: #8a8a8a;
	display: table-cell;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
} */

.searchform .search-submit:hover,
.searchform .search-submit:focus {
	cursor: pointer;
}

#page-header-wrapper .searchform .screen-reader-text {
	display: none;
}

#page-header-wrapper .searchform  input {
	color: #9a9a9a;
	background: none repeat scroll 0 0 transparent;
	padding: 5px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	text-transform: none;
	max-width: 75px;
}

#page-header-wrapper .searchform  input:focus  {
	color: #000000;
}

#page-header-wrapper .searchform .search-wrapper {
	background: none repeat scroll 0 0 #EEEEEE ;
	border: 1px solid #b8b8ba;
	color: #9a9a9a;
	padding: 0px 10px 0px 10px;
	border-radius: 5px;
}

#page-header-wrapper .searchform .search-submit {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	display: table-cell;
	vertical-align: top;
}

/* #page-header-wrapper .searchform .search-submit:before {
	color: #8a8a8a;
	display: table-cell;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
} */

#page-header-wrapper .searchform .search-submit:hover,
#page-header-wrapper .searchform .search-submit:focus {
	cursor: pointer;
}

/* search page styles */

.nothing-found-head,
.nothing-found-head span {
	font-family: 'Archivo Narrow', sans-serif;
	display: block;
	font-size: 30px;
	color: #ad1414;
	padding: 20px 0px 20px 0px;
}

.nothing-found-head span {
	display: inline-block;
	color: #516ca3;
}

.results-text-none {
	font-family: 'Archivo Narrow', sans-serif;
	display: block;
	font-size: 22px;
	color: #000000;
	padding: 20px 0px 20px 0px;
}

.post-item {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #b8b8ba;
	overflow: hidden;
}

.post-item:last-child {
	border-bottom: 0px solid transparent;
}

.entry-title,
.entry-title a {
	color: #000000;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	margin: 10px auto;
	line-height: 27px;
	display: block;
	text-align: left;
}

.entry-title:hover,
.entry-title a:hover {
	color: #516ca3;
}

.author-of-post a, .cat-of-post a {
	color: #516ca3;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	margin: 10px auto;
	line-height: 22px;
	display: inline-block;
}

.date-of-post {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 10px auto;
	display: inline-blockl;
}

.post-thumb,
.post-excerpt img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 10px;
}

.post-thumb a {
	display: block;
	width: 100%;
	height: auto;
}

.post-thumb a img {
	width: 100%;
	height: auto;
	display: block;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}

.post-thumb:hover,
.post-excerpt img:hover {
	opacity: 0.75;
}

.post-excerpt,
.post-excerpt p {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
	line-height: 27px;
}

.entry-meta-post-by {
	text-align: left;
	font-size: 18px;
}

.read-more-button-wrapper {
	display: inline-block;
	font-family: 'Archivo Narrow', sans-serif;
}

.read-more-button {
	font-family: 'Archivo Narrow', sans-serif;
}

/* 404 page styles */

.oops-found-text {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 65px;
	color: #ad1414;
	text-align: center;
	display: block;
	font-weight: 700;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.8);
	margin: 30px auto;
	padding: 5px 0px 5px 0px;
}

.nothing-found-text {
	font-weight: normal;
	text-align: center;
	font-size: 35px;
	color: #2d2d2d;
	display: block;
	font-family: 'Nobile', sans-serif;
	margin: 20px auto;
	padding: 5px 0px 5px 0px;
}

.error-text-small {
	font-weight: normal;
	font-size: 20px;
	margin: 10px auto;
	display: block;
	text-align: center;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 5px 0px 5px 0px;
}

/* start styles for page content */

.page-section-head {
	width: 100%;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #516ca3;
	color: #516ca3;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-section-head a {
	color: #516ca3;
}

.page-section-head .links-wrapper {
	text-align: right;
	display: table-cell;
}

.page-section-head span {
	display: inline-block;
	font-weight: normal;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
}

.page-section-head .page-link,
.page-section-head .page-link a {
	color: #ad1414;
	font-weight: normal;
	opacity: 0.7;
	font-size: 20px;
}

.page-section-head a:hover {
	color: #ad1414;
}

.page-section-head .page-link:hover,
.page-section-head .page-link a:hover {
	color: #9a9a9a;
	opacity: 1.0;
}

.section-front-page-section-head {
	width: 100%;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #516ca3;
	color: #516ca3;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-front-page-section-head a {
	color: #516ca3;
}

.section-front-page-section-head-title {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 50px;
	line-height: 53px;
	color: #516ca3;
	font-weight: 700;
}

.section-front-page-section-head .links-wrapper {
	text-align: right;
	display: table-cell;
}

.section-front-page-section-head span {
	display: inline-block;
	font-weight: bold;
}

.section-front-page-section-head .page-link,
.section-front-page-section-head .page-link a {
	color: #ad1414;
	font-weight: normal;
	opacity: 0.7;
	font-size: 20px;
}

.section-front-page-section-head a:hover {
	color: #ad1414;
}

.section-front-page-section-head .page-link:hover,
.section-front-page-section-head .page-link a:hover {
	color: #9a9a9a;
	opacity: 1.0;
}

.blue-wide-box .page-section-head {
	width: 100%;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 700;
}

.blue-wide-box .page-section-head .links-wrapper {
	text-align: right;
	display: table-cell;
}

.blue-wide-box .page-section-head span {
	display: inline-block;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: 700;
}

.blue-wide-box .page-section-head .page-link,
.blue-wide-box .page-section-head .page-link a {
	color: #ffffff;
	font-weight: normal;
}

.blue-wide-box .page-section-head .page-link:hover,
.blue-wide-box .page-section-head .page-link a:hover {
	color: #e8ac58;
	opacity: 1.0;
}

/* start news alert area styles */

.news-alert-wrapper {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 10px;
}

.alert-section-head {
	width: 100%;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ad3d2b;
	color: #ad3d2b;
	font-weight: 700;
	margin-bottom: 15px;
}

.alert-section-head a {
	color: #ad3d2b;
}

.alert-section-head .links-wrapper {
	text-align: right;
	display: table-cell;
}

.alert-section-head span {
	display: inline-block;
	font-weight: normal;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	line-height: 29px;
}

.alert-section-head .page-link,
.alert-section-head .page-link a {
	color: #8a8a8a;
	font-weight: normal;
	opacity: 0.7;
	font-size: 20px;
}

.alert-section-head a:hover,
.alert-section-head .page-link:hover,
.alert-section-head .page-link a:hover {
	color: #516ca3;
	opacity: 1.0;
}

.news-alert-bottom-links-wrapper {
	display: block;
	overflow: hidden;
	border-top: 1px solid #565656;
	/* box-shadow: 0 1px 0 rgba(0, 0, 0, .03), 0 2px 2px -1px rgba(0, 0, 0, .03), 0 1px 0 rgba(255, 255, 255, .3) inset; */
}

.news-alert-bottom-links-wrapper .link-item, 
.news-alert-bottom-links-wrapper .link-item a {
	display: inline-block;
	color: #565656;
	padding: 6px 10px 6px 10px;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
}

.news-alert-bottom-links-wrapper .link-item a:hover,
.news-alert-bottom-links-wrapper .link-item a:focus {
	color: #ad3d2b;
}

.news-alert-bottom-links-wrapper .link-item a:active {
	color: #f1a944;
}

.news-alert-bottom-links-wrapper .link-separator {
	display: inline-block;
	color: #565656;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
}

.alert-story-feature {
	display: block;
	overflow: hidden;
	border-bottom: 0px solid transparent;
}

.alert-story-feature ul li a .empty-para,
.alert-story-feature ul li a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px 0px 0px 10px;
	max-width: 350px;
}

.alert-story-feature ul li a img:hover {
	opacity: 0.75;
}

.alert-story-feature .rpwwt-post-title,
.alert-story-feature .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 38px;
	margin: 10px auto;
	font-style: normal;
}

.alert-story-feature .rpwwt-post-title:hover,
.alert-story-feature .rptop-post-title:hover {
	color: #516ca3;
}

.alert-story-feature .rpwwt-post-categories,
.alert-story-feature .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto;
}

.alert-story-feature .rpwwt-post-date,
.alert-story-feature .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px auto;
}

.alert-story-feature .rpwwt-post-excerpt,
.alert-story-feature .rptop-post-excerpt,
.alert-story-feature .rpwwt-post-excerpt p,
.alert-story-feature .rptop-post-excerpt p,
.alert-story-feature .rpwwt-post-excerpt p em,
.alert-story-feature .rptop-post-excerpt p em {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
	border: 0px solid transparent!important;
	background: none repeat scroll 0 0 transparent!important;
	font-style: normal;
}

.alert-story-feature-full {
	display: block;
	overflow: hidden;
	border-bottom: 0px solid transparent;
}

.alert-story-feature-full ul li a .empty-para,
.alert-story-feature-full ul li a img {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px 0px 0px 10px;
	max-width: 600px;
}

.alert-story-feature-full ul li a img:hover {
	opacity: 0.75;
}

.alert-story-feature-full .rpwwt-post-title,
.alert-story-feature-full .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 28px;
	margin: 10px auto;
	font-style: normal;
}

.alert-story-feature-full .rpwwt-post-title:hover,
.alert-story-feature-full .rptop-post-title:hover {
	color: #516ca3;
}

.alert-story-feature-full .rpwwt-post-categories,
.alert-story-feature-full .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto;
}

.alert-story-feature-full .rpwwt-post-date,
.alert-story-feature-full .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px auto;
}

.alert-story-feature-full .rpwwt-post-excerpt,
.alert-story-feature-full .rptop-post-excerpt,
.alert-story-feature-full .rpwwt-post-excerpt p,
.alert-story-feature-full .rptop-post-excerpt p,
.alert-story-feature-full .rpwwt-post-excerpt p em,
.alert-story-feature-full .rptop-post-excerpt p em {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
	border: 0px solid transparent!important;
	background: none repeat scroll 0 0 transparent!important;
	font-style: normal;
}

.alert-story-list-wthumbs {
	display: block;
	width: 100%;
}

.alert-story-list-wthumbs ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 8px;
	padding-bottom: 12px;
}

/* .alert-story-list-wthumbs ul li:first-child {
	display: none;
} */

.alert-story-list-wthumbs ul li:last-child {
	border-bottom: 0px solid transparent;
}

.alert-story-list-wthumbs ul li a img,
.alert-story-list-wthumbs ul li .image-right-of-excerpt a img,
.alert-story-list-wthumbs ul li .image-left-of-excerpt a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 80px;
	position: relative;
}

.alert-story-list-wthumbs ul li a img:hover,
.alert-story-list-wthumbs ul li .image-right-of-excerpt a img:hover,
.alert-story-list-wthumbs ul li .image-left-of-excerpt a img:hover {
	opacity: 0.75;
}

.alert-story-list-wthumbs ul li a img,
.alert-story-list-wthumbs ul li .image-right-of-excerpt a img {
	margin: 0px 0px 10px 10px;
}

.alert-story-list-wthumbs ul li .image-left-of-excerpt a img {
	margin: 0px 10px 10px 0px;
}

.alert-story-list-wthumbs .rpwwt-post-title,
.alert-story-list-wthumbs .rptop-post-title,
.alert-story-list-wthumbs ul li .text-right-of-excerpt .smart-post-list-title,
.alert-story-list-wthumbs ul li .text-left-of-excerpt .smart-post-list-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	line-height: 24px;
	font-style: normal;
}

.alert-story-list-wthumbs .rpwwt-post-title:hover,
.alert-story-list-wthumbs .rptop-post-title:hover,
.alert-story-list-wthumbs ul li .text-right-of-excerpt .smart-post-list-title:hover,
.alert-story-list-wthumbs ul li .text-left-of-excerpt .smart-post-list-title:hover {
	color: #516ca3;
}

.alert-story-list-wthumbs .rpwwt-post-categories,
.alert-story-list-wthumbs .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.alert-story-list-wthumbs .rpwwt-post-date,
.alert-story-list-wthumbs .rptop-post-date,
.alert-story-list-wthumbs ul li .text-right-of-excerpt .smart-post-list-date,
.alert-story-list-wthumbs ul li .text-left-of-excerpt .smart-post-list-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.alert-story-list-wthumbs .rpwwt-post-excerpt,
.alert-story-list-wthumbs .rptop-post-excerpt {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start feature story area styles */

/* .top-stories-feature-wrap div:nth-child(3),
.top-stories-feature-wrap .the-latest-wrapper {
	background: none repeat scroll 0 0 #f0f4fb;
	border: 1px solid #b8b8ba;
} */

.top-story-feature {
	border-bottom: 0px solid transparent;
}

.top-story-feature ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	max-height: 460px;
	position: relative;
	margin: 0px auto 10px auto;
}

.top-story-feature ul li:first-child {
	margin-bottom: 10px;
}

.top-story-feature ul li:nth-child(2) a img {
	max-height: 295px;
}

.top-story-feature ul li a img:hover {
	opacity: 0.75;
}

.top-story-feature .rpwwt-post-title,
.top-story-feature .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 28px;
	margin: 10px auto;
	font-style: normal;
}

.top-story-feature .rpwwt-post-title:hover,
.top-story-feature .rptop-post-title:hover {
	color: #516ca3;
}

.top-story-feature .rpwwt-post-categories,
.top-story-feature .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto;
}

.top-story-feature .rpwwt-post-date,
.top-story-feature .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px auto;
}

.top-story-feature .rpwwt-post-excerpt,
.top-story-feature .rptop-post-excerpt,
.top-story-feature .rpwwt-post-excerpt p,
.top-story-feature .rptop-post-excerpt p,
.alert-story-feature .rpwwt-post-excerpt p em,
.alert-story-feature .rptop-post-excerpt p em {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
	border: 0px solid transparent!important;
	background: none repeat scroll 0 0 transparent!important;
	font-style: normal;
}

.top-story-feature ul li:nth-child(2) .rpwwt-post-excerpt,
.top-story-feature ul li:nth-child(2) .rptop-post-excerpt,
.top-story-feature ul li:nth-child(2) .rpwwt-post-excerpt p,
.top-story-feature ul li:nth-child(2) .rptop-post-excerpt p {
	display: none;
}

/* start latest post list styles */

.latest-post-list .rpwwt-post-title,
.latest-post-list .rptop-post-title {
	color: #000000;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 0px auto;
	line-height: 23px;
	font-style: normal;
}

.latest-post-list .rpwwt-post-title:hover,
.latest-post-list .rptop-post-title:hover {
	color: #516ca3;
}

.latest-post-list .rpwwt-post-date,
.latest-post-list .rpwwt-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.latest-post-list ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	display: block;
}

.latest-post-list ul li:last-child {
	border-bottom: 0px solid transparent;
}

.four-story-list {
	display: block;
}

.four-story-list ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	max-height: 215px;
	position: relative;
	margin: 0px auto 10px auto;
}

.four-story-list ul li a img:hover {
	opacity: 0.75;
}

.four-story-list .rpwwt-post-title,
.four-story-list .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 0px auto;
	line-height: 29px;
	font-style: normal;
}

.four-story-list .rpwwt-post-title:hover,
.four-story-list .rptop-post-title:hover {
	color: #516ca3;
}

.four-story-list .rpwwt-post-title:nth-child(n+2),
.four-story-list .rptop-post-title:nth-child(n+2) {
	font-size: 21px;
	line-height: 24px;
}

.four-story-list .rpwwt-post-categories,
.four-story-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.four-story-list .rpwwt-post-date,
.four-story-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.four-story-list .rpwwt-post-excerpt,
.four-story-list .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

.four-story-list li {
	padding-bottom: 0px;
}

.four-story-list li:first-child {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 52%;
	border-bottom: 0px solid transparent;
}

.four-story-list li:nth-child(n+2) {
	display: block;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	clear: right;
	float: right;
	max-width: 40%;
	width: 42%;
}

.four-story-list ul li:nth-child(n+2) a img,
.four-story-list ul li:nth-child(n+2) .rpwwt-post-categories,
.four-story-list ul li:nth-child(n+2) .rptop-post-categories {
	display: none!important;
}

.four-story-list li:last-child {
	border-bottom: 0px solid transparent;
}

/* start five story list with featured images */

.five-story-list {
	display: block;
}

.five-story-list ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	max-height: 215px;
	position: relative;
	margin: 0px auto 10px auto;
}

.five-story-list ul li a img:hover {
	opacity: 0.75;
}

.five-story-list .rpwwt-post-title,
.five-story-list .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	line-height: 24px;
	font-style: normal;
}

.five-story-list .rpwwt-post-title:hover,
.five-story-list .rptop-post-title:hover {
	color: #516ca3;
}

.five-story-list .rpwwt-post-categories,
.five-story-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.five-story-list .rpwwt-post-date,
.five-story-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.five-story-list .rpwwt-post-excerpt,
.five-story-list .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

.five-story-list li {
	padding-bottom: 0px;
}

.five-story-list li:first-child {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 31%;
	border-bottom: 0px solid transparent;
}

.five-story-list li:nth-child(2) {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 31%;
	border-bottom: 0px solid transparent;
}

.five-story-list li:nth-child(n+3) {
	display: block;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	clear: right;
	float: right;
	max-width: 30%;
	width: 31%;
}

.five-story-list ul li:nth-child(n+3) a img,
.five-story-list ul li:nth-child(n+3) .rpwwt-post-categories,
.five-story-list ul li:nth-child(n+3) .rptop-post-categories {
	display: none!important;
}

.five-story-list li:last-child {
	border-bottom: 0px solid transparent;
}

/* start ten story list with featured images */

.ten-story-list {
	display: block;
}

.ten-story-list ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	max-height: 215px;
	position: relative;
	margin: 0px auto 10px auto;
}

.ten-story-list ul li a img:hover {
	opacity: 0.75;
}

.ten-story-list .rpwwt-post-title,
.ten-story-list .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	line-height: 24px;
	font-style: normal;
}

.ten-story-list .rpwwt-post-title:hover,
.ten-story-list .rptop-post-title:hover {
	color: #516ca3;
}

.ten-story-list .rpwwt-post-categories,
.ten-story-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.ten-story-list .rpwwt-post-date,
.ten-story-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.ten-story-list .rpwwt-post-excerpt,
.ten-story-list .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

.ten-story-list li {
	padding-bottom: 0px;
}

.ten-story-list li:first-child {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 31%;
	border-bottom: 0px solid transparent;
}

.ten-story-list li:nth-child(2),
.ten-story-list li:nth-child(3),
.ten-story-list li:nth-child(4) {
	display: block;
	float: left;
	margin: 0px 30px 10px 0px;
	width: 31%;
	border-bottom: 0px solid transparent;
	position: relative;
}

.ten-story-list li:nth-child(3) {
	clear: left;
}

.ten-story-list li:nth-child(n+5) {
	display: block;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	max-width: 30%;
	width: 31%;
}

.ten-story-list ul li:nth-child(n+5) a img,
.ten-story-list ul li:nth-child(n+5) .rpwwt-post-categories,
.ten-story-list ul li:nth-child(n+5) .rptop-post-categories {
	display: none!important;
}

.ten-story-list li:last-child {
	border-bottom: 0px solid transparent;
}

/* start top stories main three images styles */

.top-stories-main-three {
	display: block;
	overflow: hidden;
}

.top-stories-main-three ul li {
	display: block;
	margin: 0px 0px 20px 0px!important;
	width: 100%;
	position: relative;
	border-bottom: 0px solid #b8b8ba;
	padding-bottom: 0px;
}

/* .top-stories-main-three ul li:nth-child(1),
.top-stories-main-three ul li:nth-child(2) {
	display: none;
} */

.top-stories-main-three ul li:last-child {
	margin: 0px 0px 0px 0px!important;
}

.top-stories-main-three ul li a {
	position: relative;
	width: 100%;
	display: block;
}

.top-stories-main-three ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	/* max-height: 415px; */
	max-height: 235px;
	position: relative;
	margin: 0px auto 10px auto;
}

.top-stories-main-three ul li a img:hover {
	opacity: 0.75;
}

.top-stories-main-three .rpwwt-post-title,
.top-stories-main-three .rptop-post-title {
	/* color: #ffffff; */
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	line-height: 23px;
	/* position: absolute; */
	position: relative;
	/* bottom: 0; */
	/* background-image: url('../images/background-screen-black.png');
	background-repeat: repeat; */
	padding: 3px;
	width: 99.8%;
	font-style: normal;
}

.top-stories-main-three .rpwwt-post-title i,
.top-stories-main-three .rptop-post-title i {
	color: #ffffff;
}

.top-stories-main-three .rpwwt-post-title:hover,
.top-stories-main-three .rptop-post-title:hover,
.top-stories-main-three .rpwwt-post-title:hover i,
.top-stories-main-three .rptop-post-title:hover i {
	/* color: #e8ac58; */
	color: #516ca3;
}

.top-stories-main-three .rpwwt-post-categories,
.top-stories-main-three .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.top-stories-main-three .rpwwt-post-date,
.top-stories-main-three .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.top-stories-main-three .rpwwt-post-excerpt,
.top-stories-main-three .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start top stories three below */

.top-stories-three-wide {
	display: block;
	overflow: hidden;
}

.top-stories-three-wide ul li {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px!important;
	width: 31.2%;
	border-bottom: 0px solid transparent;
}

/* .top-stories-three-wide ul li:nth-child(1),
.top-stories-three-wide ul li:nth-child(2),
.top-stories-three-wide ul li:nth-child(3),
.top-stories-three-wide ul li:nth-child(4) {
	display: none;
} */

.top-stories-three-wide ul li:last-child {
	margin: 0px 0px 0px 0px!important;
}

.top-stories-three-wide ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	max-height: 215px;
	position: relative;
	margin: 0px auto 10px auto;
}

.top-stories-three-wide ul li a img:hover {
	opacity: 0.75;
}

.top-stories-three-wide .rpwwt-post-title,
.top-stories-three-wide .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	line-height: 24px;
	font-style: normal;
}

.top-stories-three-wide .rpwwt-post-title:hover,
.top-stories-three-wide .rptop-post-title:hover {
	color: #516ca3;
}

.top-stories-three-wide .rpwwt-post-categories,
.top-stories-three-wide .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.top-stories-three-wide .rpwwt-post-date,
.top-stories-three-wide .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.top-stories-three-wide .rpwwt-post-excerpt,
.top-stories-three-wide .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start top stories remaining list styles */

.top-stories-rem-list {
	display: block;
	width: 100%;
}

.top-stories-rem-list ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

/* .top-stories-rem-list ul li:nth-child(1),
.top-stories-rem-list ul li:nth-child(2),
.top-stories-rem-list ul li:nth-child(3),
.top-stories-rem-list ul li:nth-child(4),
.top-stories-rem-list ul li:nth-child(5),
.top-stories-rem-list ul li:nth-child(6),
.top-stories-rem-list ul li:nth-child(7) {
	display: none;
} */

.top-stories-rem-list ul li:last-child {
	border-bottom: 0px solid transparent;
}

.top-stories-rem-list ul li a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
	margin-left: 15px;
}

.top-stories-rem-list ul li a img:hover {
	opacity: 0.75;
}

.top-stories-rem-list .rpwwt-post-title,
.top-stories-rem-list .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	line-height: 24px;
	font-style: normal;
}

.top-stories-rem-list .rpwwt-post-title:hover,
.top-stories-rem-list .rptop-post-title:hover {
	color: #516ca3;
}

.top-stories-rem-list .rpwwt-post-categories,
.top-stories-rem-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.top-stories-rem-list .rpwwt-post-date,
.top-stories-rem-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.top-stories-rem-list .rpwwt-post-excerpt,
.top-stories-rem-list .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start latest section front styles */

.latest-section-three-wide {
	display: block;
	overflow: hidden;
}

.latest-section-three-wide ul li {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px!important;
	width: 31.2%;
}

/* .latest-section-three-wide ul li:nth-child(1) {
	display: none;
} */

.latest-section-three-wide ul li:last-child {
	margin: 0px 0px 0px 0px!important;
}

.latest-section-three-wide ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	position: relative;
	max-height: 215px;
	margin: 0px auto 10px;
}

.latest-section-three-wide ul li a img:hover {
	opacity: 0.75;
}

.latest-section-three-wide .rpwwt-post-title,
.latest-section-three-wide .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 0px auto;
	line-height: 30px;
	font-style: normal;
}

.latest-section-three-wide .rpwwt-post-title:hover,
.latest-section-three-wide .rptop-post-title:hover {
	color: #516ca3;
}

.latest-section-three-wide .rpwwt-post-categories,
.latest-section-three-wide .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.latest-section-three-wide .rpwwt-post-date,
.latest-section-three-wide .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.latest-section-three-wide .rpwwt-post-excerpt,
.latest-section-three-wide .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start the latest section fronts remaining list */

.latest-section-rem-list {
	display: block;
	width: 100%;
}

.latest-section-rem-list ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

/* .latest-section-rem-list ul li:nth-child(1),
.latest-section-rem-list ul li:nth-child(2),
.latest-section-rem-list ul li:nth-child(3),
.latest-section-rem-list ul li:nth-child(4) {
	display: none;
} */

.latest-section-rem-list ul li:last-child {
	border-bottom: 0px solid transparent;
}

.latest-section-rem-list ul li a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
}

.latest-section-rem-list ul li a img:hover {
	opacity: 0.75;
}

.latest-section-rem-list .rpwwt-post-title,
.latest-section-rem-list .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 0px auto;
	line-height: 30px;
	font-style: normal;
}

.latest-section-rem-list .rpwwt-post-title:hover,
.latest-section-rem-list .rptop-post-title:hover {
	color: #516ca3;
}

.latest-section-rem-list .rpwwt-post-categories,
.latest-section-rem-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.latest-section-rem-list .rpwwt-post-date,
.latest-section-rem-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.latest-section-rem-list .rpwwt-post-excerpt,
.latest-section-rem-list .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start slide content styles three images slide */

.ohio-slide-content-three-image {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ohio-slide-content-three-image ul {
	width: 90%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
}

.ohio-slide-content-three-image ul li {
	/* display: inline-block!important; */
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 30%!important;
	max-width: 280px;
	margin: 0px 30px 0px 0px!important;
	white-space: normal;
	padding-bottom: 10px;
	vertical-align: middle;
}

.ohio-slide-content-three-image ul li a {
	display: block;
	position: relative;
}

.ohio-slide-content-three-image ul li a img {
	float: none;
	display: block;
	/* width: 100%; */
	width: auto;
	max-height: 215px;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
	position: relative;
}

.ohio-slide-content-three-image ul li a img:hover {
	opacity: 0.75;
}

.ohio-slide-content-three-image .rpwwt-post-title,
.ohio-slide-content-three-image .rptop-post-title {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	margin: 10px auto;
	line-height: 24px;
	display: inline;
	position: relative;
	clear: both;
	font-style: normal;
}

.ohio-slide-content-three-image .rpwwt-post-title:hover,
.ohio-sldie-content-three-image .rptop-post-title:hover {
	color: #e8ac58;
}

.ohio-slide-content-three-image .rpwwt-post-categories,
.ohio-slide-content-three-image .rptop-post-categories {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 10px auto 5px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-three-image .rpwwt-post-date,
.ohio-slide-content-three-image .rptop-post-date {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-three-image .rpwwt-post-excerpt,
.ohio-slide-content-three-image .rptop-post-excerpt {
	color: #ffffff;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-three-image .prev,
.ohio-slide-content-three-image .next {
	position: absolute;
	top: 35%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-three-image .prev:hover,
.ohio-slide-content-three-image .next:hover {
	color: #ffffff;
}

.ohio-slide-content-three-image .prev {
	left: 0;
}

.ohio-slide-content-three-image .next {
	right: 0;
}

.ohio-slide-content-three-image .pager {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-three-image .pager a, 
.ohio-slide-content-three-image .pager span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-three-image .pager a.activeSlide,
.ohio-slide-content-three-image .pager a:hover,
.ohio-slide-content-three-image .pager span.cycle-pager-active,
.ohio-slide-content-three-image .pager span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

/* start story list with no thumbnails styles */

.story-list-no-thumbs {
	display: block;
}

.story-list-no-thumbs .rpwwt-post-title,
.story-list-no-thumbs .rptop-post-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 0px auto;
	line-height: 21.5px;
	font-style: normal;
}

.story-list-no-thumbs .rpwwt-post-title:hover,
.story-list-no-thumbs .rptop-post-title:hover {
	color: #516ca3;
}

.story-list-no-thumbs .rpwwt-post-date,
.story-list-no-thumbs .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.story-list-no-thumbs ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #b8b8ba;
	margin: 0px 0px 10px 0px!important;
	display: block;
	line-height: 22px;
}

.story-list-no-thumbs ul li:last-child {
	border-bottom: 0px solid transparent;
}

/* styles for featured series carousel */

.ohio-slide-content-featured-series {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ohio-slide-content-featured-series ul {
	width: 90%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
}

.ohio-slide-content-featured-series ul li {
	/* display: inline-block!important; */
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 900px;
	margin: 0px 0px 0px 0px!important;
	white-space: normal;
	padding-bottom: 10px;
	vertical-align: middle;
}

.ohio-slide-content-featured-series ul li a {
	display: block;
	position: relative;
}

.ohio-slide-content-featured-series ul li a .empty-para {
	display: inline;
}

.ohio-slide-content-featured-series ul li a img {
	float: left;
	display: block;
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	position: relative;
}

.ohio-slide-content-featured-series ul li a img:hover {
	opacity: 0.75;
}

.ohio-slide-content-featured-series .rpfeat-post-title {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 35px;
	margin: 10px auto;
	line-height: 39px;
	display: inline;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-featured-series .rpfeat-post-title:hover {
	color: #e8ac58;
}

.ohio-slide-content-featured-series .rpfeat-post-categories {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 10px auto 5px auto;
	display: inline-block;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-featured-series .rpwwt-post-date,
.ohio-slide-content-featured-series .rpfeat-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
	display: inline-block;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-featured-series .rpfeat-post-excerpt p,
.ohio-slide-content-featured-series .rpfeat-post-excerpt a,
.ohio-slide-content-featured-series .rpfeat-post-excerpt {
	color: #ffffff;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
	line-height: 22px;
	display: block;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-featured-series .rpfeat-post-read-more-wrapper {
	display: inline-block;
	padding: 8px 15px 8px 15px;
	background: none repeat scroll 0 0 #e8ac58;
	border-radius: 4px;
}

.ohio-slide-content-featured-series .rpfeat-post-read-more-wrapper:hover,
.ohio-slide-content-featured-series .rpfeat-post-read-more-wrapper:focus {
	background: none repeat scroll 0 0 #f1a944;
}

.ohio-slide-content-featured-series .rpfeat-post-read-more-wrapper:active {
	background: none repeat scroll 0 0 #b8b8ba;
}

.ohio-slide-content-featured-series .rpfeat-post-read-more {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.ohio-slide-content-featured-series .prev-feature-series,
.ohio-slide-content-featured-series .next-feature-series {
	position: absolute;
	top: 35%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-featured-series .prev-feature-series:hover,
.ohio-slide-content-featured-series .next-feature-series:hover {
	color: #ffffff;
}

.ohio-slide-content-featured-series .prev-feature-series {
	left: 0;
}

.ohio-slide-content-featured-series .next-feature-series {
	right: 0;
}

.ohio-slide-content-featured-series .pager-feature-series {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-featured-series .pager-feature-series a, 
.ohio-slide-content-featured-series .pager-feature-series span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-featured-series .pager-feature-series a.activeSlide,
.ohio-slide-content-featured-series .pager-feature-series a:hover,
.ohio-slide-content-featured-series .pager-feature-series span.cycle-pager-active,
.ohio-slide-content-featured-series .pager-feature-series span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

/* start multimedia phots of the week styles */

.photo-week-media-list {
	display: block;
}

.photo-week-media-list .widget-title:first-child,
.photo-week-media-list .widgettitle:first-child {
	display: none;
}

.photo-week-media-list .widget-title,
.photo-week-media-list .widgettitle {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 40px;
	margin: 10px auto;
	line-height: 43px;
	display: block;
	position: relative;
	white-space: normal;
	clear: both;
}

.photo-week-media-list .has-attachment-icon,
.photo-week-media-list .rpwwt-post-title {
	display: none;
}

.photo-week-media-list .rpwwt-post-date,
.photo-week-media-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.photo-week-media-list ul li {
	text-align: center;
}

.photo-week-media-list ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.photo-week-media-list ul li a img {
	float: none;
	display: block;
	width: auto;
	height: auto;
	max-height: 367px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

.photo-week-media-list ul li a img:hover,
.photo-week-media-list ul li a:hover img,
.photo-week-media-list ul li a:hover {
	opacity: 0.75;
}

.photo-week-media-list ul li a:after {
	display: block;
	/* position: relative; */
	position: absolute;
	left: 0;
	right: 0;
	margin: 20% auto;
	top: 10%;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;
	background-image: url("../images/multimedia-image-gallery.png");
	background-size: 100px 100px;
	content: "";
}

/* start multimedia video story list */

.video-media-list {
	display: block;
	width: 100%;
}

.video-media-list ul li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.video-media-list ul li a img {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
	content: "Image Thumb";\
	color: transparent;
	font-size: 0;
	position: relative;
	margin: 0px 15px 0px 0px;
}

.video-media-list ul li a img:hover,
.video-media-list ul li a:hover img,
.video-media-list ul li a:hover {
	opacity: 0.75;
}

.video-media-list ul li .empty-para {
	display: table-cell;
	position: relative;
	float: left;
}

.video-media-list ul li a .empty-para:before {
	display: block;
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	width: 75px;
	height: 75px;
	background-image: url("../images/multimedia-image-video.png");
	background-size: 75px 75px;
	content: "";
	z-index: 2;
	top: 13%;
	left: 20%;
}

.video-media-list .rpwwt-post-title,
.video-media-list .rptop-post-title {
	color: #000000;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 0px auto;
	line-height: 29px;
	font-style: normal;
}

.video-media-list .rpwwt-post-title:hover,
.video-media-list .rptop-post-title:hover {
	color: #516ca3;
}

.video-media-list .rpwwt-post-categories,
.video-media-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 10px auto 5px auto;
}

.video-media-list .rpwwt-post-date,
.video-media-list .rptop-post-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.video-media-list .rpwwt-post-excerpt,
.video-media-list .rptop-post-excerpt {
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start styles for most viewed/most commented */

.ohio-slide-content-most-popular {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ohio-slide-content-most-popular.active-tab {
	height: auto;
	opacity: 1.0;
}

.ohio-slide-content-most-popular ul {
	width: 90%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.ohio-slide-content-most-popular ul li {
	/* display: inline-block!important; */
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 30%;
	max-width: 272px;
	margin: 0px 31px 0px 0px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 10px 0px 10px 0px!important
}

.ohio-slide-content-most-popular ul li h3 {
	display: flex;
	align-self: center;
	align-items: center;
	min-height: 100%;
}

.ohio-slide-content-most-popular ul li h3 .number-count-wrapper {
	/* display: flex; */
	align-self: center;
	align-items: center;
}

.ohio-slide-content-most-popular ul li h3 .number-count-popular {
	font-size: 50px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	display: inline-block;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 60px;
}

.ohio-slide-content-most-popular ul li h3 a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 10px auto;
	line-height: 29px;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-most-popular ul li h3 a:hover {
	color: #e8ac58;
}

.ohio-slide-content-most-popular .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-most-popular .bottom_bar span img {
	display: none;
}

.ohio-slide-content-most-popular .prev-popular,
.ohio-slide-content-most-popular .next-popular {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-most-popular .prev-popular:hover,
.ohio-slide-content-most-popular .next-popular:hover {
	color: #ffffff;
}

.ohio-slide-content-most-popular .prev-popular {
	left: 0;
}

.ohio-slide-content-most-popular .next-popular {
	right: 0;
}

.ohio-slide-content-most-popular .pager-popular {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-most-popular .pager-popular a, 
.ohio-slide-content-most-popular .pager-popular span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-most-popular .pager-popular a.activeSlide,
.ohio-slide-content-most-popular .pager-popular a:hover,
.ohio-slide-content-most-popular .pager-popular span.cycle-pager-active,
.ohio-slide-content-most-popular .pager-popular span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.ohio-slide-content-most-popular .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

/* start styles for most popular 24 hours */

.ohio-slide-content-most-popular-day {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ohio-slide-content-most-popular-day.active-tab {
	height: auto;
	opacity: 1.0;
}

.ohio-slide-content-most-popular-day ul {
	width: 90%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.ohio-slide-content-most-popular-day ul li {
	/* display: inline-block!important; */
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 30%;
	max-width: 272px;
	margin: 0px 32px 0px 0px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 10px 0px 10px 0px!important
}

.ohio-slide-content-most-popular-day ul li h3 {
	display: flex;
	align-self: center;
	align-items: center;
	min-height: 100%;
}

.ohio-slide-content-most-popular-day ul li h3 .number-count-wrapper {
	/* display: flex; */
	align-self: center;
	align-items: center;
}

.ohio-slide-content-most-popular-day ul li h3 .number-count-popular-day {
	font-size: 50px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	display: inline-block;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 60px;
}

.ohio-slide-content-most-popular-day ul li h3 a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 10px auto;
	line-height: 29px;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-most-popular-day ul li h3 a:hover {
	color: #e8ac58;
}

.ohio-slide-content-most-popular-day .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-most-popular-day .bottom_bar span img {
	display: none;
}

.ohio-slide-content-most-popular-day .prev-popular-day,
.ohio-slide-content-most-popular-day .next-popular-day {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-most-popular-day .prev-popular-day:hover,
.ohio-slide-content-most-popular-day .next-popular-day:hover {
	color: #ffffff;
}

.ohio-slide-content-most-popular-day .prev-popular-day {
	left: 0;
}

.ohio-slide-content-most-popular-day .next-popular-day {
	right: 0;
}

.ohio-slide-content-most-popular-day .pager-popular-day {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-most-popular-day .pager-popular-day a, 
.ohio-slide-content-most-popular-day .pager-popular-day span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-most-popular-day .pager-popular-day a.activeSlide,
.ohio-slide-content-most-popular-day .pager-popular-day a:hover,
.ohio-slide-content-most-popular-day .pager-popular-day span.cycle-pager-active,
.ohio-slide-content-most-popular-day .pager-popular-day span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.ohio-slide-content-most-popular-day .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

/* start styles for most commented carousel */

.ohio-slide-content-most-commented {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ohio-slide-content-most-commented.active-tab {
	height: auto;
	opacity: 1.0;
}

.ohio-slide-content-most-commented ul {
	width: 90%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.ohio-slide-content-most-commented ul li {
	/* display: inline-block!important; */
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 30%;
	max-width: 272px;
	margin: 0px 30px 0px 0px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 10px 0px 10px 0px!important
}

.ohio-slide-content-most-commented ul li h3 {
	display: flex;
	align-self: center;
	align-items: center;
	min-height: 100%;
}

.ohio-slide-content-most-commented ul li h3 .number-count-wrapper {
	/* display: flex; */
	align-self: center;
	align-items: center;
}

.ohio-slide-content-most-commented ul li h3 .number-count-commented {
	font-size: 50px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	display: inline-block;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 60px;
}

.ohio-slide-content-most-commented ul li h3 a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 26px;
	margin: 10px auto;
	line-height: 29px;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-most-commented ul li h3 a:hover {
	color: #e8ac58;
}

.ohio-slide-content-most-commented .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-most-commented .bottom_bar span img {
	display: none;
}

.ohio-slide-content-most-commented .prev-commented,
.ohio-slide-content-most-commented .next-commented {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-most-commented .prev-commented:hover,
.ohio-slide-content-most-commented .next-commented:hover {
	color: #ffffff;
}

.ohio-slide-content-most-commented .prev-commented {
	left: 0;
}

.ohio-slide-content-most-commented .next-commented {
	right: 0;
}

.ohio-slide-content-most-commented .pager-commented {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-most-commented .pager-commented a, 
.ohio-slide-content-most-commented .pager-commented span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-most-commented .pager-commented a.activeSlide,
.ohio-slide-content-most-commented .pager-commented a:hover,
.ohio-slide-content-most-commented .pager-commented span.cycle-pager-active,
.ohio-slide-content-most-commented .pager-commented span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.ohio-slide-content-most-commented .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

/* start styles for most popular article page */

.ohio-slide-content-most-popular-article {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#more-section-single-insert {
	display: block;
	width: 85%;
	overflow: hidden;
	position: relative;
	opacity: 1.0;
	margin: 0px auto;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ohio-slide-content-most-popular-article.active-tab {
	height: auto;
	opacity: 1.0;
}

.ohio-slide-content-most-popular-article ul {
	width: 100%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.ohio-slide-content-most-popular-article ul li {
	display: inline-block!important;
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 100%;
	max-width: 272px;
	margin: 0px 15px 0px 0px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 10px 0px 10px 0px!important
}

.ohio-slide-content-most-popular-article ul li h3 {
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
}

#most-popular-single-insert ul li a {
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
}

#more-section-single-insert ul li a {
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
}

.ohio-slide-content-most-popular-article ul li h3 .number-count-wrapper {
	/* display: flex; */
	align-self: center;
	align-items: center;
}

#most-popular-single-insert ul li a .number-count-wrapper {
	display: flex;
	align-self: center;
	align-items: center;
}

#more-section-single-insert ul li a .number-count-wrapper {
	display: flex;
	align-self: center;
	align-items: center;
}

.ohio-slide-content-most-popular-article ul li h3 .number-count-popular {
	font-size: 35px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	/* display: inline-block; */
	display: table;
	vertical-align: middle;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 45px;
}

.ohio-slide-content-most-popular-article ul li h3 .most-read-title-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
}

#most-popular-single-insert ul li a .number-count-popular {
	font-size: 35px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	display: inline-block;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 45px;
}

.ohio-slide-content-most-popular-article ul li h3 a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 10px auto;
	line-height: 22px;
	position: relative;
	white-space: normal;
	width: 100%;
}

#most-popular-single-insert ul li a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 10px auto;
	line-height: 22px;
	position: relative;
	white-space: normal;
}

#more-section-single-insert ul li a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 10px auto;
	line-height: 22px;
	position: relative;
	white-space: normal;
}

.ohio-slide-content-most-popular-article ul li h3 a:hover {
	color: #e8ac58;
}

#most-popular-single-insert ul li a:hover {
	color: #e8ac58;
}

#more-section-single-insert ul li a:hover {
	color: #e8ac58;
}

.ohio-slide-content-most-popular-article .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-most-popular-article .bottom_bar span img {
	display: none;
}

.ohio-slide-content-most-popular-article .prev-popular,
.ohio-slide-content-most-popular-article .next-popular {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-most-popular-article .prev-popular:hover,
.ohio-slide-content-most-popular-article .next-popular:hover {
	color: #ffffff;
}

.ohio-slide-content-most-popular-article .prev-popular {
	left: 0;
}

.ohio-slide-content-most-popular-article .next-popular {
	right: 0;
}

.ohio-slide-content-most-popular-article .pager-popular {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-most-popular-article .pager-popular a, 
.ohio-slide-content-most-popular-article .pager-popular span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-most-popular-article .pager-popular a.activeSlide,
.ohio-slide-content-most-popular-article .pager-popular a:hover,
.ohio-slide-content-most-popular-article .pager-popular span.cycle-pager-active,
.ohio-slide-content-most-popular-article .pager-popular span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.ohio-slide-content-most-popular-article .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

.ohio-slide-content-most-popular-article-week {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.ohio-slide-content-most-popular-article-week.active-tab {
	height: auto;
	opacity: 1.0;
}

.ohio-slide-content-most-popular-article-week ul {
	width: 100%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.ohio-slide-content-most-popular-article-week ul li {
	display: inline-block!important;
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 100%;
	max-width: 272px;
	margin: 0px 15px 0px 0px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 10px 0px 10px 0px!important
}

.ohio-slide-content-most-popular-article-week ul li h3 {
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
}

.ohio-slide-content-most-popular-article-week ul li h3 .number-count-wrapper-week {
	/* display: flex; */
	align-self: center;
	align-items: center;
}


.ohio-slide-content-most-popular-article-week ul li h3 .number-count-popular-week {
	font-size: 35px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	/* display: inline-block; */
	display: table;
	vertical-align: middle;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 45px;
}

.ohio-slide-content-most-popular-article-week ul li h3 .most-read-title-text {
	display: table-cell;
	vertical-align: middle;
}

.ohio-slide-content-most-popular-article-week ul li h3 a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 10px auto;
	line-height: 22px;
	position: relative;
	white-space: normal;
	width: 100%;
}


.ohio-slide-content-most-popular-article-week ul li h3 a:hover {
	color: #e8ac58;
}

.ohio-slide-content-most-popular-article-week .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-most-popular-article-week .bottom_bar span img {
	display: none;
}

.ohio-slide-content-most-popular-article-week .prev-popular-week,
.ohio-slide-content-most-popular-article-week .next-popular-week {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-most-popular-article-week .prev-popular-week:hover,
.ohio-slide-content-most-popular-article-week .next-popular-week:hover {
	color: #ffffff;
}

.ohio-slide-content-most-popular-article-week .prev-popular-week {
	left: 0;
}

.ohio-slide-content-most-popular-article-week .next-popular-week {
	right: 0;
}

.ohio-slide-content-most-popular-article-week .pager-popular-week {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-most-popular-article-week .pager-popular-week a, 
.ohio-slide-content-most-popular-article-week .pager-popular-week span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-most-popular-article-week .pager-popular-week a.activeSlide,
.ohio-slide-content-most-popular-article-week .pager-popular-week a:hover,
.ohio-slide-content-most-popular-article-week .pager-popular-week span.cycle-pager-active,
.ohio-slide-content-most-popular-article-week .pager-popular-week span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.ohio-slide-content-most-popular-article-week .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

.ohio-slide-content-most-popular-article-comments {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.ohio-slide-content-most-popular-article-comments.active-tab {
	height: auto;
	opacity: 1.0;
}

.ohio-slide-content-most-popular-article-comments ul {
	width: 100%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.ohio-slide-content-most-popular-article-comments ul li {
	display: inline-block!important;
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 100%;
	max-width: 272px;
	margin: 0px 15px 0px 0px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 10px 0px 10px 0px!important
}

.ohio-slide-content-most-popular-article-comments ul li h3 {
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
}

.ohio-slide-content-most-popular-article-comments ul li h3 .number-count-wrapper-comments {
	/* display: flex; */
	align-self: center;
	align-items: center;
}


.ohio-slide-content-most-popular-article-comments ul li h3 .number-count-popular-comments {
	font-size: 35px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	/* display: inline-block; */
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 45px;
}

.ohio-slide-content-most-popular-article-comments ul li h3 .most-read-title-text {
	display: table-cell;
	vertical-align: middle;
}

.ohio-slide-content-most-popular-article-comments ul li h3 a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 10px auto;
	line-height: 22px;
	position: relative;
	white-space: normal;
	width: 100%;
}


.ohio-slide-content-most-popular-article-comments ul li h3 a:hover {
	color: #e8ac58;
}

.ohio-slide-content-most-popular-article-comments .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.ohio-slide-content-most-popular-article-comments .bottom_bar span img {
	display: none;
}

.ohio-slide-content-most-popular-article-comments .prev-popular-comments,
.ohio-slide-content-most-popular-article-comments .next-popular-comments {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
}

.ohio-slide-content-most-popular-article-comments .prev-popular-comments:hover,
.ohio-slide-content-most-popular-article-comments .next-popular-comments:hover {
	color: #ffffff;
}

.ohio-slide-content-most-popular-article-comments .prev-popular-comments {
	left: 0;
}

.ohio-slide-content-most-popular-article-comments .next-popular-comments {
	right: 0;
}

.ohio-slide-content-most-popular-article-comments .pager-popular-comments {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

.ohio-slide-content-most-popular-article-comments .pager-popular-comments a, 
.ohio-slide-content-most-popular-article-comments .pager-popular-comments span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
}

.ohio-slide-content-most-popular-article-comments .pager-popular-comments a.activeSlide,
.ohio-slide-content-most-popular-article-comments .pager-popular-comments a:hover,
.ohio-slide-content-most-popular-article-comments .pager-popular-comments span.cycle-pager-active,
.ohio-slide-content-most-popular-article-comments .pager-popular-comments span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.ohio-slide-content-most-popular-article-comments .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

/* start most popular skinny version styles */
.skinny-ohio-most-popular-day,
.skinny-ohio-most-popular {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.skinny-ohio-most-popular-day.active-tab,
.skinny-ohio-most-popular.active-tab {
	height: auto;
	opacity: 1.0;
}

.skinny-ohio-most-popular-day ul,
.skinny-ohio-most-popular ul {
	width: 90%;
	position: relative;
	list-style: none outside none;
	margin: 0px auto!important;
	padding: 0px;
	overflow: hidden;
	float: none!important;
	padding-bottom: 10px!important;
}

.skinny-ohio-most-popular-day ul li,
.skinny-ohio-most-popular ul li {
	/* display: inline-block!important; */
	overflow: hidden;
	position: relative;
	/* float: left; */
	width: 30%;
	max-width: 272px;
	margin: 0px 15px 0px 15px!important;
	white-space: normal;
	vertical-align: middle;
	border: 0px solid transparent!important;
	padding: 3px 0px 3px 0px!important;
	box-sizing: content-box;
}

.skinny-ohio-most-popular-day ul li,
.skinny-ohio-most-popular ul li {
	display: flex;
	align-self: center;
	align-items: center;
	min-height: 100%;
}

.skinny-ohio-most-popular-day ul li .number-count-wrapper-skinny-day,
.skinny-ohio-most-popular ul li .number-count-wrapper-skinny {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.skinny-ohio-most-popular-day ul li .number-count-skinny-day,
.skinny-ohio-most-popular ul li .number-count-skinny {
	font-size: 35px;
	font-family: 'Lora', serif;
	color: #e8ac58;
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	padding: 0px;
	display: inline-block;
	border: 2px solid #e8ac58;
	margin: 0px 10px 0px 0px;
	width: 45px;
	height: 45px;
	float: left;
	text-align: center;
	white-space: normal;
	line-height: 45px;
}

.skinny-ohio-most-popular-day ul li a,
.skinny-ohio-most-popular-day ul li h3,
.skinny-ohio-most-popular ul li a,
.skinny-ohio-most-popular ul li h3 {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	white-space: normal;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.skinny-ohio-most-popular-day ul li a:hover,
.skinny-ohio-most-popular ul li a:hover {
	color: #e8ac58;
}

.skinny-ohio-most-popular-day .bottom_bar span,
.skinny-ohio-most-popular .bottom_bar span {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.skinny-ohio-most-popular-day .bottom_bar span img,
.skinny-ohio-most-popular .bottom_bar span img {
	display: none;
}

.skinny-ohio-most-popular-day .prev-skinny-pop-day,
.skinny-ohio-most-popular-day .next-skinny-pop-day,
.skinny-ohio-most-popular .prev-skinny-pop,
.skinny-ohio-most-popular .next-skinny-pop {
	position: absolute;
	top: 50%;
	font-size: 80px;
	color: #a9badc;
	z-index: 2000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
}

.skinny-ohio-most-popular-day .prev-skinny-pop-day:hover,
.skinny-ohio-most-popular-day .next-skinny-pop-day:hover,
.skinny-ohio-most-popular .prev-skinny-pop:hover,
.skinny-ohio-most-popular .next-skinny-pop:hover {
	color: #ffffff;
}

.skinny-ohio-most-popular-day .prev-skinny-pop-day,
.skinny-ohio-most-popular .prev-skinny-pop {
	left: 0;
}

.skinny-ohio-most-popular-day .next-skinny-pop-day,
.skinny-ohio-most-popular .next-skinny-pop {
	right: 0;
}

.skinny-ohio-most-popular-day .pager-skinny-pop-day,
.skinny-ohio-most-popular .pager-skinny-pop {
	color: transpare.skinny-ohio-most-popular-day ul lint;
	font-size: 0;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: center;
}

.skinny-ohio-most-popular-day .pager-skinny-pop-day a, 
.skinny-ohio-most-popular-day .pager-skinny-pop-day span,
.skinny-ohio-most-popular .pager-skinny-pop a, 
.skinny-ohio-most-popular .pager-skinny-pop span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #a9badc;
	display: inline-block;
	margin: 0px 3px;
	color: transparent;
}

.skinny-ohio-most-popular-day .pager-skinny-pop-day a.activeSlide,
.skinny-ohio-most-popular-day .pager-skinny-pop-day a:hover,
.skinny-ohio-most-popular-day .pager-skinny-pop-day span.cycle-pager-active,
.skinny-ohio-most-popular-day .pager-skinny-pop-day span:hover,
.skinny-ohio-most-popular .pager-skinny-pop a.activeSlide,
.skinny-ohio-most-popular .pager-skinny-pop a:hover,
.skinny-ohio-most-popular .pager-skinny-pop span.cycle-pager-active,
.skinny-ohio-most-popular .pager-skinny-pop span:hover {
	background: none repeat scroll 0 0 #ffffff;
}

.skinny-ohio-most-popular-day .bottom_bar,
.skinny-ohio-most-popular .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

.blue-wide-box .page-section-head a .read-skinny-head-day,
.blue-wide-box .page-section-head a .read-skinny-head,
.blue-wide-box .section-front-page-section-head a .read-skinny-head-day,
.blue-wide-box .section-front-page-section-head a .read-skinny-head {
	color: #a9badc;
	font-size: 20px;
}

.blue-wide-box .page-section-head a:hover .read-skinny-head-day,
.blue-wide-box .page-section-head a:hover .read-skinny-head,
.blue-wide-box .page-section-head a:focus .read-skinny-head-day,
.blue-wide-box .page-section-head a:focus .read-skinny-head,
.blue-wide-box .page-section-head a .read-skinny-head-day:hover,
.blue-wide-box .page-section-head a .read-skinny-head:hover,
.blue-wide-box .page-section-head a .read-skinny-head-day:focus,
.blue-wide-box .page-section-head a .read-skinny-head:focus,
.blue-wide-box .section-front-page-section-head a:hover .read-skinny-head-day,
.blue-wide-box .section-front-page-section-head a:hover .read-skinny-head,
.blue-wide-box .section-front-page-section-head a:focus .read-skinny-head-day,
.blue-wide-box .section-front-page-section-head a:focus .read-skinny-head,
.blue-wide-box .section-front-page-section-head a .read-skinny-head-day:hover,
.blue-wide-box .section-front-page-section-head a .read-skinny-head:hover,
.blue-wide-box .section-front-page-section-head a .read-skinny-head-day:focus,
.blue-wide-box .section-front-page-section-head a .read-skinny-head:focus {
	color: #ffffff;
	cursor: pointer;
}

.blue-wide-box .page-section-head a .read-skinny-head-day.active-tab,
.blue-wide-box .page-section-head a .read-skinny-head.active-tab,
.blue-wide-box .section-front-page-section-head a .read-skinny-head-day.active-tab,
.blue-wide-box .section-front-page-section-head a .read-skinny-head.active-tab {
	color: #ffffff;
}

/* start story list with no thumbs styles */

.story-list-wthumbs {
	display: block;
	width: 100%;
}

.story-list-wthumbs ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.story-list-wthumbs ul li:last-child {
	border-bottom: 0px solid transparent;
}

.story-list-wthumbs ul li a img,
.story-list-wthumbs ul li .image-right-of-excerpt a img,
.story-list-wthumbs ul li .image-left-of-excerpt a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
}

.story-list-wthumbs ul li a img,
.story-list-wthumbs ul li .image-right-of-excerpt a img {
	margin: 0px 0px 10px 10px;
}

.story-list-wthumbs ul li a img,
.story-list-wthumbs ul li .image-left-of-excerpt a img {
	margin: 0px 0px 10px 10px;
}

.story-list-wthumbs ul li a img:hover,
.story-list-wthumbs ul li .image-right-of-excerpt a img:hover,
.story-list-wthumbs ul li .image-left-of-excerpt a img:hover {
	opacity: 0.75;
}

.story-list-wthumbs .rpwwt-post-title,
.story-list-wthumbs .rptop-post-title,
.story-list-wthumbs ul li .text-right-of-excerpt .smart-post-list-title,
.story-list-wthumbs ul li .text-left-of-excerpt .smart-post-list-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 0px auto;
	line-height: 23px;
	font-style: normal;
}

.story-list-wthumbs .rpwwt-post-title:hover,
.story-list-wthumbs .rptop-post-title:hover,
.story-list-wthumbs ul li .text-right-of-excerpt .smart-post-list-title:hover,
.story-list-wthumbs ul li .text-left-of-excerpt .smart-post-list-title:hover  {
	color: #516ca3;
}

.story-list-wthumbs .rpwwt-post-categories,
.story-list-wthumbs .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.story-list-wthumbs .rpwwt-post-date,
.story-list-wthumbs .rptop-post-date,
.story-list-wthumbs ul li .text-right-of-excerpt .smart-post-list-date,
.story-list-wthumbs ul li .text-left-of-excerpt .smart-post-list-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.story-list-wthumbs .rpwwt-post-excerpt,
.story-list-wthumbs .rptop-post-excerpt {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start most popular page story list with thumbs */

.popular-story-list-wthumbs {
	display: none;
	width: 100%;
}

.day-pop-page-list.active-tab,
.week-pop-page-list.active-tab {
	display: block;
}

.popular-story-list-wthumbs ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.popular-story-list-wthumbs ul li:last-child {
	border-bottom: 0px solid transparent;
}

.popular-story-list-wthumbs ul li .post_thumb_right a img,
.popular-story-list-wthumbs ul li .post_thumb_left a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
	padding: 0px!important;
	border: 0px solid transparent!important;
	margin: 0px 10px 0px 10px;
}

.popular-story-list-wthumbs ul li .post_thumb_right a img:hover,
.popular-story-list-wthumbs ul li .post_thumb_left a img:hover {
	opacity: 0.75;
}

.popular-story-list-wthumbs h3 a {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	margin: 0px auto;
	line-height: 27px;
}

.popular-story-list-wthumbs h3 a:hover  {
	color: #516ca3;
}

.popular-story-list-wthumbs .rpwwt-post-categories,
.popular-story-list-wthumbs .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.popular-story-list-wthumbs .bottom_bar p span {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
}

.popular-story-list-wthumbs .bottom_bar p img {
	display: none!important;
}

.popular-story-list-wthumbs ul li p {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: 300;
	margin: 10px auto;
}

/* start photo gallery list styles */

.gallery-list {
	display: block;
	width: 100%;
}

.gallery-list ul {
	margin-left: 0px;
	/* -moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4; */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.gallery-list ul li {
	/* display: inline-block; */
	/* width: 47%; */
	width: 21%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 30px!important;
	
	display: flex;
    flex-flow: row wrap;
	flex-grow: 1;
}

.gallery-list ul li:nth-child(even) {
	margin-right: 0px;
}

.gallery-list ul li:last-child {
	border-bottom: 0px solid transparent;
}


.gallery-list ul li .image-right-of-excerpt a img,
.gallery-list ul li .image-left-of-excerpt a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
	margin: 0px 0px 10px 10px;
}

.gallery-list ul li .image-left-of-excerpt a img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.gallery-list ul li .image-right-of-excerpt a,
.gallery-list ul li .image-left-of-excerpt a,
.gallery-list ul li .image-top-of-excerpt a {
	display: block;
}

.gallery-list ul li .image-top-of-excerpt {
	float: none;
	width: 100%;
}

.gallery-list ul li a img,
.gallery-list ul li .image-top-of-excerpt a img {
	float: none;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto 10px auto;
	max-height: 250px;
}

.gallery-list ul li a img:hover,
.gallery-list ul li .image-right-of-excerpt a img:hover,
.gallery-list ul li .image-left-of-excerpt a img:hover {
	opacity: 0.75;
}

.gallery-list .rpwwt-post-title,
.gallery-list .rptop-post-title,
.gallery-list ul li .text-right-of-excerpt .smart-post-list-title,
.gallery-list ul li .text-left-of-excerpt .smart-post-list-title,
.gallery-list ul li .text-top-of-excerpt .smart-post-list-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	margin: 0px auto;
	line-height: 27px;
	font-style: normal;
}

.gallery-list .rpwwt-post-title:hover,
.gallery-list .rptop-post-title:hover,
.gallery-list ul li .text-right-of-excerpt .smart-post-list-title:hover,
.gallery-list ul li .text-left-of-excerpt .smart-post-list-title:hover,
.gallery-list ul li .text-top-of-excerpt .smart-post-list-title:hover  {
	color: #516ca3;
}

.gallery-list .rpwwt-post-categories,
.gallery-list .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.gallery-list .rpwwt-post-date,
.gallery-list .rptop-post-date,
.gallery-list ul li .text-top-of-excerpt .smart-post-list-date,
.gallery-list ul li .text-right-of-excerpt .smart-post-list-date,
.gallery-list ul li .text-left-of-excerpt .smart-post-list-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
	width: 100%;
	text-align: left;
}

.gallery-list .rpwwt-post-excerpt,
.gallery-list .rptop-post-excerpt {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start gallery list single item styles */

.gallery-list-single-item {
	display: inline-block;
	width: 47%;
	margin-right: 10px;
}

.gallery-list-single-item ul {
	margin-left: 12px;
}

.gallery-list-single-item ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.gallery-list-single-item ul li:nth-child(even) {
	margin-right: 0px;
}

.gallery-list-single-item ul li:last-child {
	border-bottom: 0px solid transparent;
}


.gallery-list-single-item ul li .image-right-of-excerpt a img,
.gallery-list-single-item ul li .image-left-of-excerpt a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
	margin: 0px 0px 10px 10px;
}

.gallery-list-single-item ul li .image-left-of-excerpt a img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.gallery-list-single-item ul li .image-right-of-excerpt a,
.gallery-list-single-item ul li .image-left-of-excerpt a,
.gallery-list-single-item ul li .image-top-of-excerpt a {
	display: block;
}

.gallery-list-single-item ul li .image-top-of-excerpt {
	float: none;
	width: 100%;
}

.gallery-list-single-item ul li a img,
.gallery-list-single-item ul li .image-top-of-excerpt a img {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px 0px 10px 0px;
}

.gallery-list-single-item ul li a img:hover,
.gallery-list-single-item ul li .image-right-of-excerpt a img:hover,
.gallery-list-single-item ul li .image-left-of-excerpt a img:hover {
	opacity: 0.75;
}

.gallery-list-single-item .rpwwt-post-title,
.gallery-list-single-item .rptop-post-title,
.gallery-list-single-item ul li .text-right-of-excerpt .smart-post-list-title,
.gallery-list-single-item ul li .text-left-of-excerpt .smart-post-list-title,
.gallery-list-single-item ul li .text-top-of-excerpt .smart-post-list-title {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	margin: 0px auto;
	line-height: 27px;
	font-style: normal;
}

.gallery-list-single-item .rpwwt-post-title:hover,
.gallery0list-single-item .rptop-post-title:hover,
.gallery-list-single-item ul li .text-right-of-excerpt .smart-post-list-title:hover,
.gallery-list-single-item ul li .text-left-of-excerpt .smart-post-list-title:hover,
.gallery-list-single-item ul li .text-top-of-excerpt .smart-post-list-title:hover  {
	color: #516ca3;
}

.gallery-list-single-item .rpwwt-post-categories,
.gallery-list-single-item .rptop-post-categories {
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.gallery-list-single-item .rpwwt-post-date,
.gallery-list-single-item .rptop-post-date,
.gallery-list-single-item ul li .text-top-of-excerpt .smart-post-list-date,
.gallery-list-single-item ul li .text-right-of-excerpt .smart-post-list-date,
.gallery-list-single-item ul li .text-left-of-excerpt .smart-post-list-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
}

.gallery-list-single-item .rpwwt-post-excerpt,
.gallery-list-single-item .rptop-post-excerpt {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 300;
	margin: 10px auto;
}

/* start poll widget styles */

.widget_poll_wid {
    display: block;
    width: 100%;
    overflow: hidden;
    padding:0px 0px 10px 0px;
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
}

.widget_poll_wid h3 {
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 23px;
    margin: 10px auto;
    padding: 10px;
    line-height: 27px;
}

.widget_poll_wid .poll_wrap,
.widget_poll_wid #poll_ans_1,
.widget_poll_wid #poll_ans_2 {
    padding: 0px 10px;
    margin: 10px auto;
}

.widget_poll_wid .poll_wrap ul li {
    margin: 10px auto;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
}

.widget_poll_wid .poll_wrap ul li input {
    margin: 0px 5px 0px 0px;
}

.widget_poll_wid a,
.widget_poll_wid input {
    background: none repeat scroll 0 0 #8a8a8a;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Archivo Narrow', sans-serif;
}

.widget_poll_wid a:hover,
.widget_poll_wid a:focus,
.widget_poll_wid input:hover,
.widget_poll_wid input:focus {
    background: none repeat scroll 0 0 #e8ac58;
}

.widget_poll_wid a:active
.widget_poll_wid input:active {
    background: none repeat scroll 0 0 #516ca3;
}

/* start widget styles for rss feeds lists */

.rss-story-list {
	display: block;
	width: 100%;
}

.rss-story-list .widgettitle {
	display: none;
}

.rss-story-list ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.rss-story-list ul li:last-child {
	border-bottom: 0px solid transparent;
}

.rss-story-list ul li a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	position: relative;
}

.rss-story-list ul li a img:hover {
	opacity: 0.75;
}

.rss-story-list ul li a {
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	margin: 0px auto;
	line-height: 27px;
}

.rss-story-list ul li a:hover {
	color: #516ca3;
}

.rss-story-list .rss-date {
	color: #ad1414;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto;
	display: block;
}

.rss-story-list .rssSummary {
	color: #565656;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: 300;
	margin: 10px auto;
}

/* start blue box wide styles */

.blue-wide-box a .read-head,
.blue-wide-box a .read-head,
.blue-wide-box a .commented-head,
.blue-wide-box a .commented-head,
.blue-wide-box a .read-head-day,
.blue-wide-box a .read-head-day {
	color: #a9badc;
}

.blue-wide-box .read-head:hover,
.blue-wide-box .read-head:focus,
.blue-wide-box a:hover .read-head,
.blue-wide-box a:focus .read-head,
.blue-wide-box .commented-head:hover,
.blue-wide-box .commented-head:focus,
.blue-wide-box .read-head-day:hover,
.blue-wide-box .read-head-day:focus,
.blue-wide-box a:hover .commented-head,
.blue-wide-box a:focus .commented-head,
.blue-wide-box a:hover .read-head-day,
.blue-wide-box a:focus .read-head-day {
	color: #ffffff;
	cursor: pointer;
}

.blue-wide-box .read-head.active-tab,
.blue-wide-box .read-head-day.active-tab,
.blue-wide-box .commented-head.active-tab,
.blue-wide-box a .read-head.active-tab,
.blue-wide-box a .read-head-day.active-tab,
.blue-wide-box a .commented-head.active-tab {
	color: #ffffff;
}

/* start styles for sponsored content list */

.sponsored-content-head {
	width: 98%;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
	padding: 0px;
	margin: 0px auto 15px auto;
	border-bottom: 2px solid #565656;
	color: #516ca3;
	font-weight: 700;
}

.sponsored-content-head .sponsored-marker {
	padding: 0px 8px 0px 8px;
	background: none repeat scroll 0 0 #565656;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	margin: 0px;
	display: inline-block;
	line-height: 35px;
}

.sponsored-content-head .links-wrapper {
	text-align: left;
	display: inline-block;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	color: #565656;
	font-weight: bold;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 23px;
}

.sponsored-content-head span {
	display: inline-block;
}

.sponsored-content-head .page-link,
.sponsored-content-head .page-link a {
	color: #ad1414;
	font-weight: bold;
	font-size: 23px;
	text-decoration: none;
	line-height: 35px;
}

.sponsored-content-head .page-link:hover,
.sponsored-content-head .page-link a:hover {
	color: #9a9a9a;
}

.sponsored-content-list .rpwwt-widget .widgettitle {
	width: 98%;
	display: table;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 22px;
	line-height: 35px;
	padding: 0px;
	margin: 0px auto 15px auto;
	border-bottom: 2px solid #565656;
	color: #ad1414;
	font-weight: 700;
}

.sponsored-content-list .rpwwt-widget .widgettitle:before {
	padding: 0px 8px 0px 8px;
	background: none repeat scroll 0 0 #565656;
	color: #ffffff;
	font-size: 19px;
	line-height: 35px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	line-height: 35px;
	content: "SPONSORED CONTENT";
}

.sponsored-content-list {
	display: block;
	width: 98%;
	margin: 0px auto 20px auto;
}

.sponsored-content-list a {
	text-decoration: none;
}

#sponsored-content-list-wrapper .fl-col-content,
.sponsored-content-list ul {
	margin: 0px auto!important;
	padding: 0px;
	list-style: none outside none;
	width: 85%;
	position: relative;
	overflow: hidden;
}

.sponsored-content-list ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #b8b8ba;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.sponsored-content-list ul li:last-child {
	border-bottom: 0px solid transparent;
}

.sponsored-content-list ul li a img,
.sponsored-content-list ul li .image-right-of-excerpt a img,
.sponsored-content-list ul li .image-left-of-excerpt a img {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
	position: relative;
	margin: 0px 0px 10px 10px;
}

.sponsored-content-list ul li .image-left-of-excerpt a img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.sponsored-content-list ul li .image-right-of-excerpt a,
.sponsored-content-list ul li .image-left-of-excerpt a,
.sponsored-content-list ul li .image-top-of-excerpt a {
	display: block;
}

.sponsored-content-list ul li .image-top-of-excerpt {
	float: none;
	width: 100%;
}

.sponsored-content-list ul li .image-top-of-excerpt a img {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sponsored-content-list ul li a img:hover,
.sponsored-content-list ul li .image-right-of-excerpt a img:hover,
.sponsored-content-list ul li .image-left-of-excerpt a img:hover {
	opacity: 0.75;
}

.sponsored-content-list .rpwwt-post-title,
.sponsored-content-list .rptop-post-title,
.sponsored-content-list ul li .text-right-of-excerpt .smart-post-list-title,
.sponsored-content-list ul li .text-left-of-excerpt .smart-post-list-title,
.sponsored-content-list ul li .text-top-of-excerpt .smart-post-list-title {
	color: #565656;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 28px;
	margin: 0px auto;
	line-height: 32px;
	font-style: normal;
	white-space: normal;
}

.sponsored-content-list .rpwwt-post-title:hover,
.sponsored-content-list .rptop-post-title:hover,
.sponsored-content-list ul li .text-right-of-excerpt .smart-post-list-title:hover,
.sponsored-content-list ul li .text-left-of-excerpt .smart-post-list-title:hover,
.sponsored-content-list ul li .text-top-of-excerpt .smart-post-list-title:hover  {
	color: #516ca3;
}

.sponsored-content-list .rpwwt-post-categories,
.sponsored-content-list .rptop-post-categories {
	color: #565656;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	font-size: 23px;
	margin: 10px auto 5px auto;
}

.sponsored-content-list .rpwwt-post-date,
.sponsored-content-list .rptop-post-date,
.sponsored-content-list ul li .text-top-of-excerpt .smart-post-list-date,
.sponsored-content-list ul li .text-right-of-excerpt .smart-post-list-date,
.sponsored-content-list ul li .text-left-of-excerpt .smart-post-list-date {
	color: #565656;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto;
	white-space: normal;
}

.sponsored-content-list .rpwwt-post-excerpt,
.sponsored-content-list ul li .rpwwt-post-excerpt,
.sponsored-content-list .rptop-post-excerpt,
.sponsored-content-list ul li .rptop-post-excerpt,
.sponsored-content-list .rpwwt-post-excerpt p,
.sponsored-content-list .rptop-post-excerpt p,
.sponsored-content-list ul li .smart-post-list-excerpt {
	color: #565656;
	font-family: 'Lora', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
	font-size: 17px;
	font-weight: 300;
	margin: 10px auto;
	white-space: normal;
}

.sponsored-content-list .rpwwt-widget,
.sponsored-content-list .rptop-widget {
	width: 100%;
	position: relative;
}

#sponsored-content-list-wrapper .prev-sponsored,
#sponsored-content-list-wrapper .next-sponsored,
.sponsored-content-list .prev-sponsored,
.sponsored-content-list .next-sponsored {
	position: absolute;
	top: 25%;
	font-size: 80px;
	color: #565656;
	z-index: 2000;
}


#sponsored-content-list-wrapper .prev-sponsored:hover,
#sponsored-content-list-wrapper .next-sponsored:hover,
.sponsored-content-list .prev-sponsored:hover,
.sponsored-content-list .next-sponsored:hover {
	color: #ad3d2b;
}

#sponsored-content-list-wrapper .prev-sponsored,
.sponsored-content-list .prev-sponsored {
	left: 6%;
}

#sponsored-content-list-wrapper .next-sponsored,
.sponsored-content-list .next-sponsored {
	right: 7%;
}

#sponsored-content-list-wrapper .page-sponsored-content,
.sponsored-content-list .pager-sponsored-sponsored-content {
	color: transparent;
	font-size: 0;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}

#sponsored-content-list-wrapper .pager-sponsored-content a,
#sponsored-content-list-wrapper .pager-sponsored-conetnt span,
.sponsored-content-list .pager-sponsored-content a, 
.sponsored-content-list .pager-sponsored-content span {
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: none repeat scroll 0 0 #565656;
	display: inline-block;
	margin: 0px 3px;
}

#sponsored-content-list-wrapper .pager-sponsored-content a.activeSlide,
#sponsored-content-list-wrapper .pager-sponsored-content a:hover,
#sponsored-content-list-wrapper .pager-sponsored-content span.cycle-pager-active,
#sponsored-content-list-wrapper .pager-sponsored-content span:hover,
.sponsored-content-list .pager-sponsored-content a.activeSlide,
.sponsored-content-list .pager-sponsored-content a:hover,
.sponsored-content-list .pager-sponsored-content span.cycle-pager-active,
.sponsored-content-list .pager-sponsored-content span:hover {
	background: none repeat scroll 0 0 #ad3d2b;
}

#sponsored-content-list-wrapper .bottom_bar,
.sponsored-content-list .bottom_bar {
	width: 0;
	height: 0;
	display: none;
}

/* start styles for front page continued lists */

#frontpage-cont-one ul li:nth-child(1), #frontpage-cont-one ul li:nth-child(2),
#frontpage-cont-one ul li:nth-child(3), #frontpage-cont-one ul li:nth-child(4),
#frontpage-cont-one ul li:nth-child(5), #frontpage-cont-one ul li:nth-child(6),
#frontpage-cont-one ul li:nth-child(7), #frontpage-cont-one ul li:nth-child(8),
#frontpage-cont-one ul li:nth-child(9), #frontpage-cont-one ul li:nth-child(10),
#frontpage-cont-one ul li:nth-child(11), #frontpage-cont-one ul li:nth-child(12) {
	display: none!important;
}

#frontpage-cont-two ul li:nth-child(1), #frontpage-cont-two ul li:nth-child(2), 
#frontpage-cont-two ul li:nth-child(3), #frontpage-cont-two ul li:nth-child(4), 
#frontpage-cont-two ul li:nth-child(5), #frontpage-cont-two ul li:nth-child(6), 
#frontpage-cont-two ul li:nth-child(7), #frontpage-cont-two ul li:nth-child(8), 
#frontpage-cont-two ul li:nth-child(9), #frontpage-cont-two ul li:nth-child(10), 
#frontpage-cont-two ul li:nth-child(11), #frontpage-cont-two ul li:nth-child(12), 
#frontpage-cont-two ul li:nth-child(13), #frontpage-cont-two ul li:nth-child(14) {
	display: none!important;
}

#frontpage-cont-three ul li:nth-child(1), #frontpage-cont-three ul li:nth-child(2),
#frontpage-cont-three ul li:nth-child(3), #frontpage-cont-three ul li:nth-child(4),
#frontpage-cont-three ul li:nth-child(5), #frontpage-cont-three ul li:nth-child(6),
#frontpage-cont-three ul li:nth-child(7), #frontpage-cont-three ul li:nth-child(8),
#frontpage-cont-three ul li:nth-child(9), #frontpage-cont-three ul li:nth-child(10),
#frontpage-cont-three ul li:nth-child(11), #frontpage-cont-three ul li:nth-child(12),
#frontpage-cont-three ul li:nth-child(13), #frontpage-cont-three ul li:nth-child(14),
#frontpage-cont-three ul li:nth-child(15), #frontpage-cont-three ul li:nth-child(16){
	display: none!important;
}

#frontpage-cont-four ul li:nth-child(1), #frontpage-cont-four ul li:nth-child(2), 
#frontpage-cont-four ul li:nth-child(3), #frontpage-cont-four ul li:nth-child(4), 
#frontpage-cont-four ul li:nth-child(5), #frontpage-cont-four ul li:nth-child(6), 
#frontpage-cont-four ul li:nth-child(7), #frontpage-cont-four ul li:nth-child(8), 
#frontpage-cont-four ul li:nth-child(9), #frontpage-cont-four ul li:nth-child(10), 
#frontpage-cont-four ul li:nth-child(11), #frontpage-cont-four ul li:nth-child(12), 
#frontpage-cont-four ul li:nth-child(13), #frontpage-cont-four ul li:nth-child(14), 
#frontpage-cont-four ul li:nth-child(15), #frontpage-cont-four ul li:nth-child(16), 
#frontpage-cont-four ul li:nth-child(17), #frontpage-cont-four ul li:nth-child(18) {
	display: none!important;
}

#frontpage-cont-five ul li:nth-child(1), #frontpage-cont-five ul li:nth-child(2),
#frontpage-cont-five ul li:nth-child(3), #frontpage-cont-five ul li:nth-child(4),
#frontpage-cont-five ul li:nth-child(5), #frontpage-cont-five ul li:nth-child(6),
#frontpage-cont-five ul li:nth-child(7), #frontpage-cont-five ul li:nth-child(8),
#frontpage-cont-five ul li:nth-child(9), #frontpage-cont-five ul li:nth-child(10),
#frontpage-cont-five ul li:nth-child(11), #frontpage-cont-five ul li:nth-child(12),
#frontpage-cont-five ul li:nth-child(13), #frontpage-cont-five ul li:nth-child(14),
#frontpage-cont-five ul li:nth-child(15), #frontpage-cont-five ul li:nth-child(16),
#frontpage-cont-five ul li:nth-child(17), #frontpage-cont-five ul li:nth-child(18),
#frontpage-cont-five ul li:nth-child(19), #frontpage-cont-five ul li:nth-child(20) {
	display: none!important;
}

#frontpage-cont-six ul li:nth-child(1), #frontpage-cont-six ul li:nth-child(2), 
#frontpage-cont-six ul li:nth-child(3), #frontpage-cont-six ul li:nth-child(4), 
#frontpage-cont-six ul li:nth-child(5), #frontpage-cont-six ul li:nth-child(6), 
#frontpage-cont-six ul li:nth-child(7), #frontpage-cont-six ul li:nth-child(8), 
#frontpage-cont-six ul li:nth-child(9), #frontpage-cont-six ul li:nth-child(10), 
#frontpage-cont-six ul li:nth-child(11), #frontpage-cont-six ul li:nth-child(12), 
#frontpage-cont-six ul li:nth-child(13), #frontpage-cont-six ul li:nth-child(14), 
#frontpage-cont-six ul li:nth-child(15), #frontpage-cont-six ul li:nth-child(16), 
#frontpage-cont-six ul li:nth-child(17), #frontpage-cont-six ul li:nth-child(18), 
#frontpage-cont-six ul li:nth-child(19), #frontpage-cont-six ul li:nth-child(20), 
#frontpage-cont-six ul li:nth-child(21), #frontpage-cont-six ul li:nth-child(22) {
	display: none!important;
}

#frontpage-cont-seven ul li:nth-child(1), #frontpage-cont-seven ul li:nth-child(2),
#frontpage-cont-seven ul li:nth-child(3), #frontpage-cont-seven ul li:nth-child(4),
#frontpage-cont-seven ul li:nth-child(5), #frontpage-cont-seven ul li:nth-child(6),
#frontpage-cont-seven ul li:nth-child(7), #frontpage-cont-seven ul li:nth-child(8),
#frontpage-cont-seven ul li:nth-child(9), #frontpage-cont-seven ul li:nth-child(10),
#frontpage-cont-seven ul li:nth-child(11), #frontpage-cont-seven ul li:nth-child(12),
#frontpage-cont-seven ul li:nth-child(13), #frontpage-cont-seven ul li:nth-child(14),
#frontpage-cont-seven ul li:nth-child(15), #frontpage-cont-seven ul li:nth-child(16),
#frontpage-cont-seven ul li:nth-child(17), #frontpage-cont-seven ul li:nth-child(18),
#frontpage-cont-seven ul li:nth-child(19), #frontpage-cont-seven ul li:nth-child(20),
#frontpage-cont-seven ul li:nth-child(21), #frontpage-cont-seven ul li:nth-child(22),
#frontpage-cont-seven ul li:nth-child(23), #frontpage-cont-seven ul li:nth-child(24) {
	display: none!important;
}

#frontpage-cont-eight ul li:nth-child(1),
#frontpage-cont-eight ul li:nth-child(2), #frontpage-cont-eight ul li:nth-child(3),
#frontpage-cont-eight ul li:nth-child(4), #frontpage-cont-eight ul li:nth-child(5),
#frontpage-cont-eight ul li:nth-child(6), #frontpage-cont-eight ul li:nth-child(7),
#frontpage-cont-eight ul li:nth-child(8), #frontpage-cont-eight ul li:nth-child(9),
#frontpage-cont-eight ul li:nth-child(10), #frontpage-cont-eight ul li:nth-child(11),
#frontpage-cont-eight ul li:nth-child(12), #frontpage-cont-eight ul li:nth-child(13),
#frontpage-cont-eight ul li:nth-child(14), #frontpage-cont-eight ul li:nth-child(15),
#frontpage-cont-eight ul li:nth-child(16), #frontpage-cont-eight ul li:nth-child(17),
#frontpage-cont-eight ul li:nth-child(18), #frontpage-cont-eight ul li:nth-child(19),
#frontpage-cont-eight ul li:nth-child(20), #frontpage-cont-eight ul li:nth-child(21),
#frontpage-cont-eight ul li:nth-child(22), #frontpage-cont-eight ul li:nth-child(23),
#frontpage-cont-eight ul li:nth-child(24), #frontpage-cont-eight ul li:nth-child(25),
#frontpage-cont-eight ul li:nth-child(26), #frontpage-cont-eight ul li:nth-child(27),
#frontpage-cont-eight ul li:nth-child(28), #frontpage-cont-eight ul li:nth-child(29) {
	display: none!important;
}

#frontpage-cont-nine ul li:nth-child(1), #frontpage-cont-nine ul li:nth-child(2),
#frontpage-cont-nine ul li:nth-child(3), #frontpage-cont-nine ul li:nth-child(4),
#frontpage-cont-nine ul li:nth-child(5), #frontpage-cont-nine ul li:nth-child(6),
#frontpage-cont-nine ul li:nth-child(7), #frontpage-cont-nine ul li:nth-child(8),
#frontpage-cont-nine ul li:nth-child(9), #frontpage-cont-nine ul li:nth-child(10),
#frontpage-cont-nine ul li:nth-child(11), #frontpage-cont-nine ul li:nth-child(12),
#frontpage-cont-nine ul li:nth-child(13), #frontpage-cont-nine ul li:nth-child(14),
#frontpage-cont-nine ul li:nth-child(15), #frontpage-cont-nine ul li:nth-child(16),
#frontpage-cont-nine ul li:nth-child(17), #frontpage-cont-nine ul li:nth-child(18),
#frontpage-cont-nine ul li:nth-child(19), #frontpage-cont-nine ul li:nth-child(20),
#frontpage-cont-nine ul li:nth-child(21), #frontpage-cont-nine ul li:nth-child(22),
#frontpage-cont-nine ul li:nth-child(23), #frontpage-cont-nine ul li:nth-child(24),
#frontpage-cont-nine ul li:nth-child(25), #frontpage-cont-nine ul li:nth-child(26),
#frontpage-cont-nine ul li:nth-child(27), #frontpage-cont-nine ul li:nth-child(28),
#frontpage-cont-nine ul li:nth-child(29), #frontpage-cont-nine ul li:nth-child(30),
#frontpage-cont-nine ul li:nth-child(31), #frontpage-cont-nine ul li:nth-child(32),
#frontpage-cont-nine ul li:nth-child(33), #frontpage-cont-nine ul li:nth-child(34) {
	display: none!important;
}

#frontpage-cont-ten ul li:nth-child(1), #frontpage-cont-ten ul li:nth-child(2),
#frontpage-cont-ten ul li:nth-child(3), #frontpage-cont-ten ul li:nth-child(4),
#frontpage-cont-ten ul li:nth-child(5), #frontpage-cont-ten ul li:nth-child(6),
#frontpage-cont-ten ul li:nth-child(7), #frontpage-cont-ten ul li:nth-child(8),
#frontpage-cont-ten ul li:nth-child(9), #frontpage-cont-ten ul li:nth-child(10),
#frontpage-cont-ten ul li:nth-child(11), #frontpage-cont-ten ul li:nth-child(12),
#frontpage-cont-ten ul li:nth-child(13), #frontpage-cont-ten ul li:nth-child(14),
#frontpage-cont-ten ul li:nth-child(15), #frontpage-cont-ten ul li:nth-child(16),
#frontpage-cont-ten ul li:nth-child(17), #frontpage-cont-ten ul li:nth-child(18),
#frontpage-cont-ten ul li:nth-child(19), #frontpage-cont-ten ul li:nth-child(20),
#frontpage-cont-ten ul li:nth-child(21), #frontpage-cont-ten ul li:nth-child(22),
#frontpage-cont-ten ul li:nth-child(23), #frontpage-cont-ten ul li:nth-child(24),
#frontpage-cont-ten ul li:nth-child(25), #frontpage-cont-ten ul li:nth-child(26),
#frontpage-cont-ten ul li:nth-child(27), #frontpage-cont-ten ul li:nth-child(28),
#frontpage-cont-ten ul li:nth-child(29), #frontpage-cont-ten ul li:nth-child(30),
#frontpage-cont-ten ul li:nth-child(31), #frontpage-cont-ten ul li:nth-child(32),
#frontpage-cont-ten ul li:nth-child(33), #frontpage-cont-ten ul li:nth-child(34),
#frontpage-cont-ten ul li:nth-child(35), #frontpage-cont-ten ul li:nth-child(36) {
	display: none!important;
}

#frontpage-cont-eleven ul li:nth-child(1), #frontpage-cont-eleven ul li:nth-child(2),
#frontpage-cont-eleven ul li:nth-child(3), #frontpage-cont-eleven ul li:nth-child(4),
#frontpage-cont-eleven ul li:nth-child(5), #frontpage-cont-eleven ul li:nth-child(6),
#frontpage-cont-eleven ul li:nth-child(7), #frontpage-cont-eleven ul li:nth-child(8),
#frontpage-cont-eleven ul li:nth-child(9), #frontpage-cont-eleven ul li:nth-child(10),
#frontpage-cont-eleven ul li:nth-child(11), #frontpage-cont-eleven ul li:nth-child(12),
#frontpage-cont-eleven ul li:nth-child(13), #frontpage-cont-eleven ul li:nth-child(14),
#frontpage-cont-eleven ul li:nth-child(15), #frontpage-cont-eleven ul li:nth-child(16),
#frontpage-cont-eleven ul li:nth-child(17), #frontpage-cont-eleven ul li:nth-child(18),
#frontpage-cont-eleven ul li:nth-child(19), #frontpage-cont-eleven ul li:nth-child(20),
#frontpage-cont-eleven ul li:nth-child(21), #frontpage-cont-eleven ul li:nth-child(22),
#frontpage-cont-eleven ul li:nth-child(23), #frontpage-cont-eleven ul li:nth-child(24),
#frontpage-cont-eleven ul li:nth-child(25), #frontpage-cont-eleven ul li:nth-child(26),
#frontpage-cont-eleven ul li:nth-child(27), #frontpage-cont-eleven ul li:nth-child(28),
#frontpage-cont-eleven ul li:nth-child(29), #frontpage-cont-eleven ul li:nth-child(30),
#frontpage-cont-eleven ul li:nth-child(31), #frontpage-cont-eleven ul li:nth-child(32),
#frontpage-cont-eleven ul li:nth-child(33), #frontpage-cont-eleven ul li:nth-child(34),
#frontpage-cont-eleven ul li:nth-child(35), #frontpage-cont-eleven ul li:nth-child(36),
#frontpage-cont-eleven ul li:nth-child(37), #frontpage-cont-eleven ul li:nth-child(38) {
	display: none!important;
}

#frontpage-cont-twelve ul li:nth-child(1), #frontpage-cont-twelve ul li:nth-child(2),
#frontpage-cont-twelve ul li:nth-child(3), #frontpage-cont-twelve ul li:nth-child(4),
#frontpage-cont-twelve ul li:nth-child(5), #frontpage-cont-twelve ul li:nth-child(6),
#frontpage-cont-twelve ul li:nth-child(7), #frontpage-cont-twelve ul li:nth-child(8),
#frontpage-cont-twelve ul li:nth-child(9), #frontpage-cont-twelve ul li:nth-child(10),
#frontpage-cont-twelve ul li:nth-child(11), #frontpage-cont-twelve ul li:nth-child(12),
#frontpage-cont-twelve ul li:nth-child(13), #frontpage-cont-twelve ul li:nth-child(14),
#frontpage-cont-twelve ul li:nth-child(15), #frontpage-cont-twelve ul li:nth-child(16),
#frontpage-cont-twelve ul li:nth-child(17), #frontpage-cont-twelve ul li:nth-child(18),
#frontpage-cont-twelve ul li:nth-child(19), #frontpage-cont-twelve ul li:nth-child(20),
#frontpage-cont-twelve ul li:nth-child(21), #frontpage-cont-twelve ul li:nth-child(22),
#frontpage-cont-twelve ul li:nth-child(23), #frontpage-cont-twelve ul li:nth-child(24),
#frontpage-cont-twelve ul li:nth-child(25), #frontpage-cont-twelve ul li:nth-child(26),
#frontpage-cont-twelve ul li:nth-child(27), #frontpage-cont-twelve ul li:nth-child(28),
#frontpage-cont-twelve ul li:nth-child(29), #frontpage-cont-twelve ul li:nth-child(30),
#frontpage-cont-twelve ul li:nth-child(31), #frontpage-cont-twelve ul li:nth-child(32),
#frontpage-cont-twelve ul li:nth-child(33), #frontpage-cont-twelve ul li:nth-child(34),
#frontpage-cont-twelve ul li:nth-child(35), #frontpage-cont-twelve ul li:nth-child(36),
#frontpage-cont-twelve ul li:nth-child(37), #frontpage-cont-twelve ul li:nth-child(38),
#frontpage-cont-twelve ul li:nth-child(39), #frontpage-cont-twelve ul li:nth-child(40) {
	display: none!important;
}

#frontpage-cont-thirteen ul li:nth-child(1), #frontpage-cont-thirteen ul li:nth-child(2),
#frontpage-cont-thirteen ul li:nth-child(3), #frontpage-cont-thirteen ul li:nth-child(4),
#frontpage-cont-thirteen ul li:nth-child(5), #frontpage-cont-thirteen ul li:nth-child(6),
#frontpage-cont-thirteen ul li:nth-child(7), #frontpage-cont-thirteen ul li:nth-child(8),
#frontpage-cont-thirteen ul li:nth-child(9), #frontpage-cont-thirteen ul li:nth-child(10),
#frontpage-cont-thirteen ul li:nth-child(11), #frontpage-cont-thirteen ul li:nth-child(12),
#frontpage-cont-thirteen ul li:nth-child(13), #frontpage-cont-thirteen ul li:nth-child(14),
#frontpage-cont-thirteen ul li:nth-child(15), #frontpage-cont-thirteen ul li:nth-child(16),
#frontpage-cont-thirteen ul li:nth-child(17), #frontpage-cont-thirteen ul li:nth-child(18),
#frontpage-cont-thirteen ul li:nth-child(19), #frontpage-cont-thirteen ul li:nth-child(20),
#frontpage-cont-thirteen ul li:nth-child(21), #frontpage-cont-thirteen ul li:nth-child(22),
#frontpage-cont-thirteen ul li:nth-child(23), #frontpage-cont-thirteen ul li:nth-child(24),
#frontpage-cont-thirteen ul li:nth-child(25), #frontpage-cont-thirteen ul li:nth-child(26),
#frontpage-cont-thirteen ul li:nth-child(27), #frontpage-cont-thirteen ul li:nth-child(28),
#frontpage-cont-thirteen ul li:nth-child(29), #frontpage-cont-thirteen ul li:nth-child(30),
#frontpage-cont-thirteen ul li:nth-child(31), #frontpage-cont-thirteen ul li:nth-child(32),
#frontpage-cont-thirteen ul li:nth-child(33), #frontpage-cont-thirteen ul li:nth-child(34),
#frontpage-cont-thirteen ul li:nth-child(35), #frontpage-cont-thirteen ul li:nth-child(36),
#frontpage-cont-thirteen ul li:nth-child(37), #frontpage-cont-thirteen ul li:nth-child(38),
#frontpage-cont-thirteen ul li:nth-child(39), #frontpage-cont-thirteen ul li:nth-child(40),
#frontpage-cont-thirteen ul li:nth-child(41), #frontpage-cont-thirteen ul li:nth-child(42) {
	display: none!important;
}

#frontpage-cont-fourteen ul li:nth-child(1), #frontpage-cont-fourteen ul li:nth-child(2),
#frontpage-cont-fourteen ul li:nth-child(3), #frontpage-cont-fourteen ul li:nth-child(4),
#frontpage-cont-fourteen ul li:nth-child(5), #frontpage-cont-fourteen ul li:nth-child(6),
#frontpage-cont-fourteen ul li:nth-child(7), #frontpage-cont-fourteen ul li:nth-child(8),
#frontpage-cont-fourteen ul li:nth-child(9), #frontpage-cont-fourteen ul li:nth-child(10),
#frontpage-cont-fourteen ul li:nth-child(11), #frontpage-cont-fourteen ul li:nth-child(12),
#frontpage-cont-fourteen ul li:nth-child(13), #frontpage-cont-fourteen ul li:nth-child(14),
#frontpage-cont-fourteen ul li:nth-child(15), #frontpage-cont-fourteen ul li:nth-child(16),
#frontpage-cont-fourteen ul li:nth-child(17), #frontpage-cont-fourteen ul li:nth-child(18),
#frontpage-cont-fourteen ul li:nth-child(19), #frontpage-cont-fourteen ul li:nth-child(20),
#frontpage-cont-fourteen ul li:nth-child(21), #frontpage-cont-fourteen ul li:nth-child(22),
#frontpage-cont-fourteen ul li:nth-child(23), #frontpage-cont-fourteen ul li:nth-child(24),
#frontpage-cont-fourteen ul li:nth-child(25), #frontpage-cont-fourteen ul li:nth-child(26),
#frontpage-cont-fourteen ul li:nth-child(27), #frontpage-cont-fourteen ul li:nth-child(28),
#frontpage-cont-fourteen ul li:nth-child(29), #frontpage-cont-fourteen ul li:nth-child(30),
#frontpage-cont-fourteen ul li:nth-child(31), #frontpage-cont-fourteen ul li:nth-child(32),
#frontpage-cont-fourteen ul li:nth-child(33), #frontpage-cont-fourteen ul li:nth-child(34),
#frontpage-cont-fourteen ul li:nth-child(35), #frontpage-cont-fourteen ul li:nth-child(36),
#frontpage-cont-fourteen ul li:nth-child(37), #frontpage-cont-fourteen ul li:nth-child(38),
#frontpage-cont-fourteen ul li:nth-child(39), #frontpage-cont-fourteen ul li:nth-child(40),
#frontpage-cont-fourteen ul li:nth-child(41), #frontpage-cont-fourteen ul li:nth-child(42),
#frontpage-cont-fourteen ul li:nth-child(43), #frontpage-cont-fourteen ul li:nth-child(44) {
	display: none!important;
}

/* start styles for smaller section fronts eg: business/lifestyles */

#sectionsmall-cont-one ul li:nth-child(1) {
	display: block!important;
}

#sectionsmall-cont-two ul li:nth-child(1), #sectionsmall-cont-two ul li:nth-child(2),
#sectionsmall-cont-two ul li:nth-child(3), #sectionsmall-cont-two ul li:nth-child(4),
#sectionsmall-cont-two ul li:nth-child(5), #sectionsmall-cont-two ul li:nth-child(6) {
	display: none!important;
}

#sectionsmall-cont-three ul li:nth-child(1),
#sectionsmall-cont-three ul li:nth-child(2), #sectionsmall-cont-three ul li:nth-child(3),
#sectionsmall-cont-three ul li:nth-child(4), #sectionsmall-cont-three ul li:nth-child(5),
#sectionsmall-cont-three ul li:nth-child(6), #sectionsmall-cont-three ul li:nth-child(7),
#sectionsmall-cont-three ul li:nth-child(8), #sectionsmall-cont-three ul li:nth-child(9),
#sectionsmall-cont-three ul li:nth-child(10), #sectionsmall-cont-three ul li:nth-child(11) {
	display: none!important;
}

#sectionsmall-cont-four ul li:nth-child(1), #sectionsmall-cont-four ul li:nth-child(2),
#sectionsmall-cont-four ul li:nth-child(3), #sectionsmall-cont-four ul li:nth-child(4),
#sectionsmall-cont-four ul li:nth-child(5), #sectionsmall-cont-four ul li:nth-child(6),
#sectionsmall-cont-four ul li:nth-child(7), #sectionsmall-cont-four ul li:nth-child(8),
#sectionsmall-cont-four ul li:nth-child(9), #sectionsmall-cont-four ul li:nth-child(10),
#sectionsmall-cont-four ul li:nth-child(11), #sectionsmall-cont-four ul li:nth-child(12),
#sectionsmall-cont-four ul li:nth-child(13), #sectionsmall-cont-four ul li:nth-child(14),
#sectionsmall-cont-four ul li:nth-child(15), #sectionsmall-cont-four ul li:nth-child(16) {
	display: none!important;
}

/* start styles for larger section fronts eg: news/sports */

#sectionslarge-cont-one ul li:nth-child(1),
#sectionslarge-cont-one ul li:nth-child(2), #sectionslarge-cont-one ul li:nth-child(3),
#sectionslarge-cont-one ul li:nth-child(4), #sectionslarge-cont-one ul li:nth-child(5),
#sectionslarge-cont-one ul li:nth-child(6), #sectionslarge-cont-one ul li:nth-child(7),
#sectionslarge-cont-one ul li:nth-child(8), #sectionslarge-cont-one ul li:nth-child(9) {
	display: none!important;
}

#sectionslarge-cont-two ul li:nth-child(1), #sectionslarge-cont-two ul li:nth-child(2),
#sectionslarge-cont-two ul li:nth-child(3), #sectionslarge-cont-two ul li:nth-child(4),
#sectionslarge-cont-two ul li:nth-child(5), #sectionslarge-cont-two ul li:nth-child(6),
#sectionslarge-cont-two ul li:nth-child(7), #sectionslarge-cont-two ul li:nth-child(8),
#sectionslarge-cont-two ul li:nth-child(9), #sectionslarge-cont-two ul li:nth-child(10),
#sectionslarge-cont-two ul li:nth-child(11), #sectionslarge-cont-two ul li:nth-child(12),
#sectionslarge-cont-two ul li:nth-child(13), #sectionslarge-cont-two ul li:nth-child(14) {
	display: none!important;
}

#sectionslarge-cont-three ul li:nth-child(1),
#sectionslarge-cont-three ul li:nth-child(2), #sectionslarge-cont-three ul li:nth-child(3),
#sectionslarge-cont-three ul li:nth-child(4), #sectionslarge-cont-three ul li:nth-child(5),
#sectionslarge-cont-three ul li:nth-child(6), #sectionslarge-cont-three ul li:nth-child(7),
#sectionslarge-cont-three ul li:nth-child(8), #sectionslarge-cont-three ul li:nth-child(9),
#sectionslarge-cont-three ul li:nth-child(10), #sectionslarge-cont-three ul li:nth-child(11),
#sectionslarge-cont-three ul li:nth-child(12), #sectionslarge-cont-three ul li:nth-child(13),
#sectionslarge-cont-three ul li:nth-child(14), #sectionslarge-cont-three ul li:nth-child(15),
#sectionslarge-cont-three ul li:nth-child(16), #sectionslarge-cont-three ul li:nth-child(17),
#sectionslarge-cont-three ul li:nth-child(18), #sectionslarge-cont-three ul li:nth-child(19) {
	display: none!important;
}

#sectionslarge-cont-four ul li:nth-child(1), #sectionslarge-cont-four ul li:nth-child(2),
#sectionslarge-cont-four ul li:nth-child(3), #sectionslarge-cont-four ul li:nth-child(4),
#sectionslarge-cont-four ul li:nth-child(5), #sectionslarge-cont-four ul li:nth-child(6),
#sectionslarge-cont-four ul li:nth-child(7), #sectionslarge-cont-four ul li:nth-child(8),
#sectionslarge-cont-four ul li:nth-child(9), #sectionslarge-cont-four ul li:nth-child(10),
#sectionslarge-cont-four ul li:nth-child(11), #sectionslarge-cont-four ul li:nth-child(12),
#sectionslarge-cont-four ul li:nth-child(13), #sectionslarge-cont-four ul li:nth-child(14),
#sectionslarge-cont-four ul li:nth-child(15), #sectionslarge-cont-four ul li:nth-child(16),
#sectionslarge-cont-four ul li:nth-child(17), #sectionslarge-cont-four ul li:nth-child(18),
#sectionslarge-cont-four ul li:nth-child(19), #sectionslarge-cont-four ul li:nth-child(20),
#sectionslarge-cont-four ul li:nth-child(21), #sectionslarge-cont-four ul li:nth-child(22),
#sectionslarge-cont-four ul li:nth-child(23), #sectionslarge-cont-four ul li:nth-child(24) {
	display: none!important;
}

/* start styles for story list continued's */

#inside-story-list-cont-one ul li:nth-child(1),
#inside-story-list-cont-one ul li:nth-child(2),
#inside-story-list-cont-one ul li:nth-child(3),
#inside-story-list-cont-one ul li:nth-child(4),
#inside-story-list-cont-one ul li:nth-child(5) {
	display: none!important;
}

#inside-story-list-cont-two ul li:nth-child(1),
#inside-story-list-cont-two ul li:nth-child(2),
#inside-story-list-cont-two ul li:nth-child(3),
#inside-story-list-cont-two ul li:nth-child(4),
#inside-story-list-cont-two ul li:nth-child(5),
#inside-story-list-cont-two ul li:nth-child(6),
#inside-story-list-cont-two ul li:nth-child(7),
#inside-story-list-cont-two ul li:nth-child(8),
#inside-story-list-cont-two ul li:nth-child(9),
#inside-story-list-cont-two ul li:nth-child(10) {
	display: none!important;
}

#inside-story-list-cont-three ul li:nth-child(1),
#inside-story-list-cont-three ul li:nth-child(2),
#inside-story-list-cont-three ul li:nth-child(3),
#inside-story-list-cont-three ul li:nth-child(4),
#inside-story-list-cont-three ul li:nth-child(5),
#inside-story-list-cont-three ul li:nth-child(6),
#inside-story-list-cont-three ul li:nth-child(7),
#inside-story-list-cont-three ul li:nth-child(8),
#inside-story-list-cont-three ul li:nth-child(9),
#inside-story-list-cont-three ul li:nth-child(10),
#inside-story-list-cont-three ul li:nth-child(11),
#inside-story-list-cont-three ul li:nth-child(12),
#inside-story-list-cont-three ul li:nth-child(13),
#inside-story-list-cont-three ul li:nth-child(14),
#inside-story-list-cont-three ul li:nth-child(15) {
	display: none!important;
}

#inside-story-list-cont-four ul li:nth-child(1),
#inside-story-list-cont-four ul li:nth-child(2),
#inside-story-list-cont-four ul li:nth-child(3),
#inside-story-list-cont-four ul li:nth-child(4),
#inside-story-list-cont-four ul li:nth-child(5),
#inside-story-list-cont-four ul li:nth-child(6),
#inside-story-list-cont-four ul li:nth-child(7),
#inside-story-list-cont-four ul li:nth-child(8),
#inside-story-list-cont-four ul li:nth-child(9),
#inside-story-list-cont-four ul li:nth-child(10),
#inside-story-list-cont-four ul li:nth-child(11),
#inside-story-list-cont-four ul li:nth-child(12),
#inside-story-list-cont-four ul li:nth-child(13),
#inside-story-list-cont-four ul li:nth-child(14),
#inside-story-list-cont-four ul li:nth-child(15),
#inside-story-list-cont-four ul li:nth-child(16),
#inside-story-list-cont-four ul li:nth-child(17),
#inside-story-list-cont-four ul li:nth-child(18),
#inside-story-list-cont-four ul li:nth-child(19),
#inside-story-list-cont-four ul li:nth-child(20) {
	display: none!important;
}

/* start article styles */

#story-content-wrapper {
	display: block;
	margin: 20px auto;
	padding: 0px;
	width: 1020px;
	background: none repeat scroll 0 0 #ffffff;
}

.article-bread-crumbs {
	width: 94%;
	display: block;
	margin: 15px auto;
	color: #9a9a9a;
	float: right;
}

.article-bread-crumbs span a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	color: #8a8a8a;
	font-size: 18px;
	line-height: 21px;right
	text-transform: uppercase;
}

.article-bread-crumbs span a:hover,
.article-bread-crumbs span a:focus {
	color: #e8ac58;
}

.article-bread-crumbs span a:active {
	color: #516ca3;
}

.article-title {
	font-weight: bold;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 45px;
	line-height: 49px;
	margin: 15px auto;
	padding: 0px;
	display: block;
	color: #000000;
	width: 94%;
	float: right;
	clear: both;
}

.article-title a {
	font-weight: bold;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 45px;
	line-height: 49px;
	color: #2d2d2d;
}

.article-time {
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	line-height: 19px;
	margin: 10px auto;
	padding: 0px;
	color: #9a9a9a;
	width: 94%;
	float: right;
	clear: both;
}

.article-time .update-post-date {
	color: #ad1414;
}

.article-gallery-insert {
	clear: both;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.article-gallery-wrapper {
	width: 100%;
	display: block;
	margin: 15px auto 0px 0px;
	position: relative;
	/* old carousel
	padding-top: 60%;
	*/
}

.article-gallery-wrapper ul {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	/* old carousel
	position: absolute;
	top: 0;
	left: 0;
	*/
	position: relative;
	overflow: hidden;
}

.article-gallery-wrapper .gallery-item {
	max-width: 99%!important;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	white-space: normal;
	vertical-align: middle;
	/* old carousel
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	*/
	position: relative;
	z-index: 1;
	/*old carousel
	opacity: 0;
	*/
	width: 100%;
}

.article-gallery-wrapper .gallery-item.full-screen-gallery {
	max-width: 95%!important;
}

.article-gallery-wrapper .gallery-item:first-child {
	display: block;
}

.article-gallery-wrapper .gallery-item.active {
	z-index: 2;
	opacity: 1!important;
	display: block!important;
}

.article-gallery-wrapper .js-rest-left {
	left: auto;
}

.article-gallery-wrapper .gallery-item.left {
	left: -100%;
	right: 0;
}

.article-gallery-wrapper .gallery-item.right {
	right: -100%;
	left: auto;
}

.transition .gallery-item.left {
	left: 0%;
}

.transition .gallery-item.right {
	left: 0%;
}

.slide-transition .gallery-item.shift-right {
	right: 100%;
	left: auto;
}

.slide-transition .gallery-item.shift-left {
	left: 100%;
	right: auto;
}

.slide-transition .gallery-item {
	/* -webkit-transition-property: right, left, margin;
	-moz-transition-property: right, left, margin;
	-o-transition-property: right, left, margin;
	transition-property: right, left, margin; */
	
	-webkit-transition-property: margin;
	-moz-transition-property: margin;
	-o-transition-property: margin;
	transition-property: margin;
}

.article-gallery-wrapper .indicators {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 4;
	padding: 0;
	text-align: center;
	display: none;
}

.article-gallery-wrapper .indicators li {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 5px;
	background #ffffff;
	list-style-type: none;
	list-style-type: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.article-gallery-wrapper .indicators li.active {
	background: none repeat scroll 0 0 #93278f;
}

.article-gallery-wrapper .gallery-item .gallery-image {
	width: 89%;
	display: block;
	/* max-height: 100%; */
	/* previous good max-height: 400px; */
	max-height: 340px;
	height: 340px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.article-gallery-wrapper .gallery-item .gallery-image.active {
	opacity: 1.0;
}

.article-gallery-wrapper .gallery-item.full-screen-gallery .gallery-image {
	width: 90%;
	max-height: 100%;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .gallery-image {
	max-height: 100%;
}

.article-gallery-wrapper .gallery-item .gallery-image img {
	max-width: 100%;
	display: block;
	border: 0px solid transparent;
	padding: 0px;
	margin: 0px auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	right: inherit;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* Only for graceful degradation in IE9, cannot be transitioned */
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article-gallery-wrapper .gallery-item .gallery-image.active img {
	opacity: 1.0;
}

.article-gallery-wrapper .gallery-link .gallery-image.active img:hover {
	opacity: 0.75;
	cursor: pointer;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .gallery-image img {
	max-height: 100%;
	max-width: 100%;
}

.article-gallery-wrapper .gallery-item .gallery-image img.portrait {
	max-height: 100%;
	max-width: 100%;
}

.article-gallery-wrapper .gallery-item .gallery-image img.landscape { 
	max-width: 100%;
	max-height: 100%;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .gallery-image img.portrait {
	width: auto;
	height: 100%;
	max-height: 100%;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .gallery-image img.landscape { 
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.article-gallery-wrapper .gallery-item .gallery-info-tools-wrapper {
	position: absolute;
	bottom: 0;
	width: 97%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	padding: 1.5%;
}

.article-gallery-wrapper .gallery-item .credit-full-wrapper {
	display: block;
	border-top: 1px solid #b8b8ba;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	clear: both;
}

.article-gallery-wrapper .gallery-item .credit-full-wrapper.full-screen-gallery {
	/* position: fixed; */
	position: relative;
	max-width: 90%;
	margin: 0px auto;
	/* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
	border-left: 1px solid #b8b8ba;
	border-right: 1px solid #b8b8ba; */
	/* bottom: 0;
	left: 0;
	right: 0; */
	overflow: hidden;
	/* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); */
	padding: 0px 0px 0px 0px;
}

.article-gallery-wrapper .gallery-item .credit-full-wrapper.active-item {
	padding: 0px 0px 5px 0px;
}

#single-image-gallery-link ul li .thumbnail-image-holder .multiple-images:hover {
	opacity: 0.75;
	cursor: pointer;
}

#single-image-gallery-link ul li .single-credit {
	display: table;
	border-bottom: 1px solid #b8b8ba;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .credit-full-wrapper {
	border-bottom: 0px solid transparent;
	display: table;
}

.article-gallery-wrapper .gallery-item .photo-credit {
	display: table-cell;
	font-size: 16px;
	/* color: #2a5697; */
	color: #1d476e;
	font-family: 'Archivo Narrow', sans-serif;
	width: 75%;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .photo-credit {
	color: #ffffff;
	font-weight: bold;
}

.article-gallery-wrapper .gallery-item .photo-cred-purchase-wrapper {
	width:100%;
	display:table;
	padding:0px 5px;
}

.article-gallery-wrapper .gallery-item .purchase-photo,
#single-image-gallery-link ul li .purchase-photo {
	/* old placement display: table-cell; */
	display: inline-block;
	font-size: 16px;
	color: #2a5697;
	font-family: 'Archivo Narrow', sans-serif;
	width: 21%;
	text-align: right;
	padding-right: 2%;
	float: right;
	line-height: 33px;
}

#single-image-gallery-link ul li .purchase-photo {
	width: 75%;
}

.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button
#single-image-gallery-link ul li .purchase-photo .purchase-button {
	-webkit-appearance:none;
}

.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button, .article-gallery-wrapper .gallery-item .purchase-photo .purchase-button a,
#single-image-gallery-link ul li .purchase-photo .purchase-button, #single-image-gallery-link ul li .gallery-item .purchase-photo .purchase-button a {
	border: 0px solid transparent;
	background: none repeat scroll 0 0 transparent;
	font-size: 16px;
	/* color: #2a5697; */
	color: #1d476e;
	font-family: 'Archivo Narrow', sans-serif;
	display: inline-block;
	-webkit-appearance:none;
}

.gallery-content-wrapper .gallery-item .purchase-photo .purchase-button, .article-gallery-wrapper .gallery-item .purchase-photo .purchase-button a {
	color: #f1a944;
}

.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:hover,
.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:focus,
.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:hover a,
.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:focus a,
#single-image-gallery-link ul li .purchase-photo .purchase-button:hover,
#single-image-gallery-link ul li .purchase-photo .purchase-button:focus,
#single-image-gallery-link ul li .purchase-photo .purchase-button:hover a,
#single-image-gallery-link ul li .purchase-photo .purchase-button:focus a {
	cursor: pointer;
	color: #ad1414;
}

.article-gallery-wrapper .gallery-item .purchase-photo:active,
.article-gallery-wrapper .gallery-item .purchase-photo:active a,
#single-image-gallery-link ul li .purchase-photo:active,
#single-image-gallery-link ul li .purchase-photo:active a {
	cursor: pointer;
	color: #ad1414;
}

.article-gallery-wrapper .gallery-item .photo-full-screen,
.single-image-gallery-link .photo-full-screen {
	display: table;
	color: #8a8a8a;
	/* width: 99.3%; */
	position: relative;
	clear: both;
	float: none;
	font-size: 13.5px;
	padding: 0px 5px;
}

.single-image-gallery-link .photo-full-screen {
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .photo-full-screen {
	color: #f1a944;
	padding-left: 5px;
}

.article-gallery-wrapper .gallery-item .photo-full-screen:hover,
.single-image-gallery-link .photo-full-screen:hover {
	cursor: pointer;
	color: #ad1414;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .photo-full-screen:hover {
	color: #ffffff;
}

.article-gallery-wrapper .gallery-item .photo-count,
.single-image-gallery-link .photo-count {
	font-size: 13.5px;
	color: #3c352d;
	font-family: 'Archivo Narrow', sans-serif;
	display: inline-block;
	margin: 0px auto 10px auto;
	padding: 8px;
	background: none repeat scroll 0 0 #b8b8ba;
}

.article-gallery-wrapper .gallery-item.full-screen-gallery .photo-count {
	margin: 0px auto;
}

.article-gallery-wrapper .gallery-item .photo-show-caption,
.single-image-gallery-link .photo-show-caption {
	font-size: 13.5px;
	color: #3c352d;
	font-family: 'Archivo Narrow', sans-serif;
	display: inline-block;
	background: none repeat scroll 0 0 #b8b8ba;
	float: right;
}

.article-gallery-wrapper .gallery-item .photo-show-caption.full-screen-gallery,
.single-image-gallery-link .photo-show-caption.full-screen-gallery {
	display: inline-block;
}

.article-gallery-wrapper .gallery-item .photo-show-caption.full-screen-gallery .show-cap.active-item,
.article-gallery-wrapper .gallery-item .photo-show-caption .show-cap.active-item,
.single-image-gallery-link .photo-show-caption.full-screen-gallery .show-cap.active-item {
	display: inline-block;
}

.article-gallery-wrapper .gallery-item .photo-show-caption.full-screen-gallery .hide-cap.active-item,
.article-gallery-wrapper .gallery-item .photo-show-caption .hide-cap.active-item,
.single-image-gallery-link .photo-show-caption .hide-cap.active-item {
	display: inline-block;
}

.article-gallery-wrapper .gallery-item .photo-show-caption:hover,
.article-gallery-wrapper .gallery-item .photo-show-caption:focus,
.single-image-gallery-link .photo-show-caption:hover,
.single-image-gallery-link .photo-show-caption:focus {
	color: #ad1414;
	cursor: pointer;
}

.show-cap {
	display: none;
	font-size: 13.5px;
	color: #3c352d;
	padding: 10.5px;
}

.show-cap.active-item {
	display: inline-block;
}

.hide-cap{
	display: none;
	font-size: 13.5px;
	color: #3c352d;
	padding: 10.5px;
}

.hide-cap.active-item {
	display: inline-block;
}

.go-full-link {
	background: none repeat scroll 0 0 #295697;
	padding: 8px;
	float: right;
	display: inline-block;
}

.go-full-link img {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px solid transparent;
	max-width: 22px;
	max-height: 18px;
}

.go-full-link:hover,
.go-full-link:focus {
	background: none repeat scroll 0 0 #3c352d;
	cursor: pointer;
}

.go-full-link.full-screen-gallery {
	display: none;
}

.gallery-content-wrapper .gallery-item .photo-count {
	color: #f1a944;
	margin: 5px auto;
}

.article-gallery-wrapper .gallery-item .photo-caption,
.single-image-gallery-link .photo-caption-single {
	font-size: 16px;
	color: #000000;
	font-family: 'Lora', sans-serif;
	border-bottom: 1px solid #b8b8ba;
	padding: 0px 5px 10px 5px;
	overflow: hidden;
	position: relative;
	clear: both;
	width: 99.3%;
	display: none;
	height: 0px!important;
}

.article-gallery-wrapper .gallery-item .photo-caption.active-item,
.single-image-gallery-link .photo-caption-single.active-item {
	display: block;
	height: auto!important;
	margin: 10px auto 0px auto;
}

.article-gallery-wrapper .gallery-item.full-screen-gallery .photo-caption {
	border-bottom: 0px solid transparent;
}

.gallery-content-wrapper .article-gallery-wrapper .gallery-item .photo-caption {
	color: #ffffff;
	border-bottom: 0px solid transparent;
	padding-bottom: 25px;
}

.article-gallery-wrapper .gallery-prev,
.article-gallery-wrapper .gallery-next,
.single-image-gallery-link .gallery-prev,
.single-image-gallery-link .gallery-next {
	color: #ffffff;
	font-size: 60px;
	position: absolute;
	top: 45%;
	z-index: 2000;
}

.single-image-gallery-link #gallery-window-click .gallery-next {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.article-gallery-wrapper .gallery-prev,
.single-image-gallery-link .gallery-prev, {
	left: 0;
}

.article-gallery-wrapper .gallery-next,
.single-image-gallery-link .gallery-next {
	right: 0;
}

.article-gallery-wrapper .gallery-prev:hover,
.article-gallery-wrapper .gallery-next:hover,
.single-image-gallery-link .gallery-prev:hover,
.single-image-gallery-link .gallery-next:hover {
	cursor: pointer;
	/* color: #e8ac58; */
	color: #ffffff;
}

.article-gallery-wrapper .gallery-prev:active,
.single-image-gallery-link .gallery-prev:active {
	/* color: #a9badc; */
	color: #ffffff;
}

.article-gallery-wrapper .gallery-refresh.active {
	position: relative;
	height: 100%;
}

.article-gallery-wrapper .gallery-refresh div {
	display: table!important;
	
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9, 10 */
	-moz-transform: translate(-50%, -50%); /* Mozilla 3.5 - 16.0 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%); /* All Others */
}

#thumbnails-gallery-link {
	display: block!important;
}

#thumbnails-gallery-link.full-screen-gallery {
	display: none!important;
}

#thumbnails-gallery-link ul {
	overflow: hidden;
	padding: 5px 0px 10px 0px;
	text-align: justify;
	height: 95px;
	overflow-x: scroll;
	overflow-y: hidden;
	display: block;
	white-space: nowrap;
	position: relative;

}

#thumbnails-gallery-link ul li {
		display: inline-block;
	position: relative;
	margin: 3px;
	overflow: hidden;
	vertical-align: top;
	/* max-width: 20%; */
	margin: 0px 5px 0px 0px;
	padding: 0px;

top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#thumbnails-gallery-link ul .equal-items .thumbnail-image-holder {
	position: relative;
	overflow: hidden;
}

#thumbnails-gallery-link ul .equal-items .thumbnail-image-holder img {
	max-width: 100%!important;
	/* bigger thumb max-height: 85px;
	min-height: 85px; */
	max-height: 75px;
	min-height: 75px;

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#thumbnails-gallery-link ul .equal-items .thumbnail-image-holder:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
	opacity: 0.75;
}

#FullScreenImage,
#FullScreenImageSingle {
	width: 100%;
	display: none;
	position:fixed;
	width: 100%;
	/* height: 100%!important; */
	top:0;
	right:0;
	bottom:0;
	left:0;
	/* I made a 50% opacity black tile background for this 
	div so it would seem more... modal-y*/
	background: transparent url('../images/gallery-overlay-50.png') repeat;
	z-index: 99999;
	min-width: 100%;
	min-height: 100%;
}

#FullScreenImage .image-wrapper-center,
#FullScreenImageSingle .image-wrapper-center {
	position: absolute!important;
	top: inherit!important;
	left: inherit!important;
	height: 100%!important;
	width: 100%!important;
}

#FullScreenImage .image-wrapper,
#FullScreenImageSingle .image-wrapper {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	width: 100%;
	height: 100%;
	display: table;
}

#FullScreenImage img,
#FullScreenImageSingle img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	/* max-width: 90%;
	max-height:100%; */
}

#FullScreenImage .full-screen-close,
#FullScreenImageSingle .full-screen-close {
	display: block;
	position: relative;
	/* change here for fill div remove script
	left: 50%;
	top: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	*/
	width: 100%;
	height: 100%;
}

#FullScreenImage .full-screen-close span,
#FullScreenImageSingle .full-screen-close span {
	position: relative;
	display: block;
	
	/* works with fill div script */
	width: 100%;
	height: 100%;
}

#FullScreenImage .full-screen-close i,
#FullScreenImageSingle .full-screen-close i {
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	display: block;
	font-weight: bold;
	/* opacity: 0.75; */
	background: none repeat scroll 0 0 #7d7d7d;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}

#FullScreenImage .full-screen-close i:hover,
#FullScreenImageSingle .full-screen-close i:hover {
	cursor: pointer;
	opacity: 1.0;
}

#FullScreenImage img.portrait,
#FullScreenImageSingle img.portrait {
	height: 70%;
	max-height: 70%;
	width: auto;
}

#FullScreenImage img.landscape,
#FullScreenImageSingle img.landscape {
	width: 70%;
	max-width: 70%;
	height: auto;
}

.article-body-content-wrapper {
	position: relative;
	margin: 10px auto 35px auto;
	/* padding: 0px 0px 20px 0px; */
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

.share-tools-wrapper {
	/* position: absolute;
	top: 0;
	left: 0; */
	margin: 0px 20px 0px 0px;
	display: inline-block;
	width: 41px;
}

.share-tools-inside {
	padding: 10px;
	display: block;
	border: 1px solid #b8b8ba;
	background: none repeat scroll 0 0 #ffffff;
}

.share-tools-wrapper-gallery {
	margin: 0px 20px 0px 0px;
	width: auto;
	float: none;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.share-tools-inside-gallery {
	padding: 5px;
	display: block;
	border: 0px solid #b8b8ba;
	background: none repeat scroll 0 0 transparent;
}

.share-tools-inside-gallery .share-link-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 12px;
	box-sizing: content-box;
}

.share-link-wrapper {
	overflow: hidden;
}

.share-link-wrapper a {
	font-size: 20px;
	color: #b8b8ba;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	display: block;
}

.share-tools-inside-gallery .share-link-wrapper a {
	color: #516ca3;
	border-radius: 50%;
	padding: 1px 5px 1px 5px;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #ffffff;
	
	/* medal gradient w color hue */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,c9d6d5+49,d8d5cd+78,cbd8d8+100 */
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #c9d6d5 49%, #d8d5cd 78%, #cbd8d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#c9d6d5 49%,#d8d5cd 78%,#cbd8d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#c9d6d5 49%,#d8d5cd 78%,#cbd8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cbd8d8',GradientType=0 ); /* IE6-9 */
	
	/* medal gradient flat */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,e8e7e7+100 */
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 0%, #e8e7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d3d3d3 0%,#e8e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d3d3d3 0%,#e8e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-9 */
}

.share-tools-inside-gallery .share-link-wrapper:first-child a {
	padding: 1px 9px 1px 9px;
}

.share-link-wrapper a:nth-child(1) {
	margin: 0px auto 20px auto;
}

.share-link-wrapper a:last-child {
	margin: 20px auto 0px auto;
}

.share-tools-wrapper-gallery .share-link-wrapper a:last-child {
	margin: 0px auto 0px auto;
}

.share-link-wrapper a:hover,
.share-link-wrapper a:focus {
	color: #e8ac58;
}

.share-link-wrapper a:active {
	color: #516ca3;
}

.content-of-article-wrapper {
	position: relative;
	display: block;
	width: 93.6%;
	float: right;
	padding-bottom: 85px;
}

.article-body-wrapper {
	display: inline-block;
	width: 65%;
	float: left;
}

.right-wrapper {
	float: right;
	display: inline-block;
	width: 33%;
	position: relative;
}

.right-rail-content {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.right-content-sticky {
	position: relative;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
}

.right-content-sticky.sticky-fixed {
	position: absolute;
	top: 45px;
	z-index: 3;
	/* right: 0; */
}

.share-tools-wrapper.is-sticky,
.right-content-sticky.is-sticky {
	/* margin-top: 48px; */
	padding-top: 48px;
}

.right-content-sticky.is-sticky {
	width: 310px;
}

.pin-wrapper {
	display: inline-block;
}

.article-author {
	color: #516ca3;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 25px;
	font-weight: bold;
	display: block;
	position: relative;
	clear: both;
}

.article-author:hover,
.article-author:focus {
	color: #ad1414;
}

.article-author-title {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	color: #8a8a8a;
	margin: 5px 0px 30px 0px;
}

.article-quote-wrapper {
	padding: 20px 10px 20px 10px;
	text-align: center;
	border-top: 2px solid #516ca3;
	border-bottom: 2px solid #516ca3;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	float: left;
	margin: 20px 20px 20px 0px;
	color: #000000;
	max-width: 150px;
}

.article-quote-wrapper .the-quotes-article {
	color: #a9badc;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 50px;
	vertical-align: middle;
}

.article-quote-wrapper .article-post-the-quote {
	color: #000000;
	vertical-align: baseline;
	line-height: 29px;
	font-size: 25px;
}

#decryptedBody,
.article-body {
	display: block;
	font-family: 'Lora', serif;
	font-size: 23px;
	/* line-height: 28px; */
	font-weight: normal;
	color: #565656;
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
	padding-bottom: 50px;
}

#decryptedBody {
	display: block!important;
}

#decryptedDetailsBox {
	display: block!important;
}

#decryptedBody p a,
#decryptedBody a,
.article-body p a,
.article-body a {
	color: #ad1414;
	font-family: 'Lora', serif;
	
	text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
	text-decoration: none;
	background-image: linear-gradient(to bottom,#ad1414 50%,rgba(0,0,0,0) 50%);
	background-repeat: repeat-x;
	background-size: 1.1px .125em;
	background-position: 0 bottom;
}

#decryptedBody .wp-caption,
.article-body .wp-caption {
	display: none;
}

#decryptedBody p,
.article-body p {
	margin-bottom: 20px;
	font-family: 'Lora', serif;
}

#decryptedBody p:last-child,
.article-body p:last-child {
	content: "";
	/* display: table; */
	display: block;
	clear: both;
}

.related-stories-links-wrapper {
	display: block;
	width: 95%;
	padding: 20px 0px 20px 0px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #b8b8ba;
	border-bottom: 1px solid #b8b8ba;
	position: relative;
	clear: both;
}

.related-stories-links-wrapper h2 {
	position: relative;
	clear: both;
	color: #516ca3;
	font-size: 22px;
	padding-top: 6px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Helvetica, Roboto, 'Segoe UI', Calibri,sans-serif;
}

.related-stories-links-wrapper .related-story-links {
	width: 90%;
	display: block;
	margin: 0px auto;
}

.related-stories-links-wrapper .related-story-links p a {
	display: block;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 5px auto;
	line-height: 23px;
}

.related-stories-links-wrapper .related-story-links p a:hover,
.related-stories-links-wrapper .related-story-links p a:focus {
	color: #8a8a8a;
}

.details-box-wrapper {
	display: block;
	width: 95%;
	max-width: 280px;
	padding: 10px 0px 10px 0px;
	margin: 0px 20px 20px auto;
	border-top: 1px solid #b8b8ba;
	border-bottom: 1px solid #b8b8ba;
	background: none repeat scroll 0 0 #f8f8f8;
	position: relative;
	float: left;
}

.details-box-wrapper h2 {
	position: relative;
	clear: both;
	color: #516ca3;
	font-size: 22px;
	padding-top: 6px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Helvetica, Roboto, 'Segoe UI', Calibri,sans-serif;
}

.details-box-wrapper .details-items {
	width: 90%;
	display: block;
	margin: 0px auto;
	font-size: 18px;
}

.details-box-wrapper .details-items p a {
	display: block;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 5px auto;
	line-height: 23px;
}

.details-box-wrapper .details-items p a:hover,
.details-box-wrapper .details-items p a:focus {
	color: #8a8a8a;
}

.inarticle-top-box {
	position: relative;
	clear: both;
	margin: 20px auto;
	display: block;
}

.article-med-rec-insert-wrapper {
	float: right;
	width: 100%;
	max-width: 320px;
	margin: 0px 0px 20px 20px;
	display: block;
}

.bottom-article-content-box-split {
	overflow: hidden;
	display: block;
	width: 94%;
	float: right;
	clear: both;
}

.article-related-posts {
	width: 47.5%;
	margin: 0px 30px 0px 0px;
	display: inline-block;
	vertical-align: top;
}

.related-post-content-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #b8b8ba;
    margin-bottom: 10px;
    display: block;
}

.related-post-content-wrapper:last-child {
	border-bottom: 0px solid transparent;
}

.article-related-posts .related-header {
    width: 100%;
    display: table;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 26px;
    line-height: 29px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #516ca3;
    color: #516ca3;
    font-weight: 700;
	margin: 0px 0px 20px 0px;
}

.article-related-posts .related-post-title {
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 23px;
    margin: 0px auto;
    line-height: 26px;
	width: 100%;
	display: block;
}

.article-related-posts .related-post-title:hover,
.article-related-posts .related-post-title:focus {
	color: #516ca3;
}

.article-related-posts .related-post-date {
    color: #565656;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 5px auto;
	width: 100%;
	display: block;
}

.article-latest-stories {
	width: 47.5%;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
}

.article-latest-post-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #b8b8ba;
    margin-bottom: 10px;
    display: block;
}

.article-latest-post-wrapper:last-child {
	border-bottom: 0px solid transparent;
}

.article-latest-stories .latest-header {
    width: 100%;
    display: table;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 23px;
    line-height: 26px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #516ca3;
    color: #516ca3;
    font-weight: 700;
	margin: 0px 0px 20px 0px;
}

.article-latest-post-wrapper .article-latest-title {
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 23px;
    margin: 0px auto;
    line-height: 22px;
	width: 100%;
	display: block;
}

.article-latest-post-wrapper .article-latest-title:hover,
.article-latest-post-wrapper .article-latest-title:focus {
	color: #516ca3;
}

.article-latest-post-wrapper .article-latest-post-date {
    color: #565656;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 5px auto;
	width: 100%;
	display: block;
}

.article-comment-link {
	display: inline-block;
	margin: 0px auto 30px auto;
	text-align: center;
	width: 100%;
	float: none;
	clear: both;
}

.article-comment-link a {
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: bold;
	font-size: 26px!important;
	color: #ffffff;
	padding: 5px 60px 5px 60px;
}

.article-comment-link a:hover,
.article-comment-link a:focus {
	color: #ffffff;
}

.article-comment-link a:active {
	color: #ffffff;
}

.article-comment-wrapper {
	background: none repeat scroll 0 0 #dddddd;
	color: #2d2d2d;
	margin: 30px auto;
	padding: 10px 10px;
	position: relative;
	clear: both;
}

.article-comment-wrapper .video-container {
	overflow: visible!important;
	padding-bottom: 100%!important;
	padding-top: 100%!important;
}

.commentPolicy {
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #2d2d2d;
	margin: 20px auto;
	padding: 5px 0px 5px 0px;
	color: #2d2d2d;
}

.in-article-image {
    max-width: 95%;
    padding: 0px;
    margin: 10px auto;
    text-align: center;
    display: block;
    height: auto;
	/* requested styles per darrin w */
	background: none repeat scroll 0 0 #f4f4f4;
	border: 1px solid #d6d6d6;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

.in-article-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.in-article-image img, .in-article-image a img {
    border: 0px solid transparent;
    display: block;
    width: 100%;
    height: auto;
}

.in-article-image img {
	border: 1px solid #ffffff;
}

.in-article-image.left-side-image {
	float: left;
	max-width: 300px;
	margin-right: 10px;
}

.in-article-image.right-side-image {
	float: right;
	max-width: 300px;
	margin-left: 10px;
}

.in-article-image .pic-credit {
	float: right;
	font-size: 11px;
	color: #2d2d2d;
	line-height: 17px;
	max-width: 95%;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 500;
	display: block;
    text-align: right;
}

.in-article-image .pic-caption {
	font-size: 11px;
	color: #2d2d2d;
	line-height: 17px;
	max-width: 95%;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 500;
	display: block;
    text-align: left;
	clear: both;
	position: relative;
}

.empty-para {
	position: relative;
	display: inline;
	overflow: hidden;
}

.has-attachment-icon {
	color: #516ca3;
	display: inline-block;
}

.blue-wide-box .has-attachment-icon {
	color: #ffffff;
}

.top-story-feature ul li:first-child a .empty-para,
.top-story-feature ul li:nth-child(2) a .empty-para,
.top-stories-three-wide ul li a .empty-para,
.top-stories-main-three ul li a .empty-para,
.latest-section-three-wide ul li a .empty-para,
.five-story-list ul li:first-child a .empty-para,
.five-story-list ul li:nth-child(2) a .empty-para,
.ten-story-list ul li:first-child a .empty-para,
.ten-story-list ul li:nth-child(2) a .empty-para,
.ten-story-list ul li:nth-child(3) a .empty-para,
.ten-story-list ul li:nth-child(4) a .empty-para {
	display: block;
}

.top-story-feature ul li:first-child a .empty-para img,
.top-stories-three-wide ul li a .empty-para img,
.latest-section-three-wide ul li a .empty-para img,
.five-story-list ul li:first-child a .empty-para img,
.five-story-list ul li:nth-child(2) a .empty-para img,
.ten-story-list ul li:first-child a .empty-para img,
.ten-story-list ul li:nth-child(2) a .empty-para img,
.ten-story-list ul li:nth-child(3) a .empty-para img,
.ten-story-list ul li:nth-child(4) a .empty-para img {
	margin: 0px auto;
	padding: 0px;
}

.top-story-feature ul li:first-child a .empty-para .has-attachment-icon,
.top-story-feature ul li:nth-child(2) a .empty-para .has-attachment-icon,
.top-stories-main-three ul li a .empty-para .has-attachment-icon,
.top-stories-three-wide ul li a .empty-para .has-attachment-icon,
.latest-section-three-wide ul li a .empty-para .has-attachment-icon,
.five-story-list ul li:first-child a .empty-para .has-attachment-icon,
.five-story-list ul li:nth-child(2) a .empty-para .has-attachment-icon,
.ten-story-list ul li:first-child a .empty-para .has-attachment-icon,
.ten-story-list ul li:nth-child(2) a .empty-para .has-attachment-icon,
.ten-story-list ul li:nth-child(3) a .empty-para .has-attachment-icon,
.ten-story-list ul li:nth-child(4) a .empty-para .has-attachment-icon {
	position: absolute;
	opacity: 0.90;
	color: #ffffff;
	bottom: 0px;
	left: -2px;
}

.top-stories-main-three ul li a .empty-para .has-attachment-icon {
	bottom: 10px;
}

.top-story-feature ul li:nth-child(2) a .empty-para .has-attachment-icon {
	bottom: 10px;
}

.top-story-feature ul li:first-child a .empty-para .has-attachment-icon i,
.top-story-feature ul li:nth-child(2) a .empty-para .has-attachment-icon i,
.top-stories-main-three ul li a .empty-para .has-attachment-icon i,
.top-stories-three-wide ul li a .empty-para .has-attachment-icon i,
.latest-section-three-wide ul li a .empty-para .has-attachment-icon i,
.five-story-list ul li:first-child a .empty-para .has-attachment-icon i,
.five-story-list ul li:nth-child(2) a .empty-para .has-attachment-icon i,
.ten-story-list ul li:first-child a .empty-para .has-attachment-icon i,
.ten-story-list ul li:nth-child(2) a .empty-para .has-attachment-icon i,
.ten-story-list ul li:nth-child(3) a .empty-para .has-attachment-icon i,
.ten-story-list ul li:nth-child(4) a .empty-para .has-attachment-icon i {
	background: none repeat scroll 0 0 #516ca3;
	padding: 5px 8px;
	margin: 0px 2px!important;
	font-size: 25px;
}

.top-story-feature ul li:first-child a .empty-para:hover .has-attachment-icon i,
.top-story-feature ul li:nth-child(2) a .empty-para:hover .has-attachment-icon i,
.top-stories-main-three ul li a .empty-para:hover .has-attachment-icon,
.top-stories-three-wide ul li a .empty-para:hover .has-attachment-icon i,
.latest-section-three-wide ul li a .empty-para:hover .has-attachment-icon i,
.five-story-list ul li:first-child a .empty-para:hover .has-attachment-icon i,
.five-story-list ul li:nth-child(2) a .empty-para:hover .has-attachment-icon i,
.ten-story-list ul li:first-child a .empty-para:hover .has-attachment-icon i,
.ten-story-list ul li:nth-child(2) a .empty-para:hover .has-attachment-icon i,
.ten-story-list ul li:nth-child(3) a .empty-para:hover .has-attachment-icon i,
.ten-story-list ul li:nth-child(4) a .empty-para:hover .has-attachment-icon i {
	opacity: 0.25;
}

.has-attachment-icon i {
	font-size: 120%;
}

/* .hide-at-six {
	display: inherit!important;
} */

.bar-outer-wrapper {
	width: 100%;
	bottom: 0;
	clear: both;
	height: 40px;
	position: fixed;
	z-index: 9999;
	display: block;
	left: 0;
}

#homepage-bar {
	display: none!important;
}

.bar-center {
	display: block;
	height: 100%;
	margin: 0px auto;
	min-width: 280px;
	width: 100%;
	max-width: 1020px;
}

.beacon-bar-placement {
	width: 100%;
	max-width: 270px;
	height: auto;
	max-height: 40px;
	display: block;
	margin-left:8px;
	box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.3);
}

.gallery-promo-box {
	float: left!important;
	margin: 0px auto!important;
	display: inline-block!important;
}

#most-popular-single-insert {
	max-width:85%;
	margin: 0px auto;
}

.hide-first-one ul li:nth-child(1) {
	display: none;
}

.hide-first-two ul li:nth-child(1),
.hide-first-two ul li:nth-child(2) {
	display: none;
}

.hide-first-three ul li:nth-child(1),
.hide-first-three ul li:nth-child(2),
.hide-first-three ul li:nth-child(3) {
	display: none;
}

.hide-first-four ul li:nth-child(1),
.hide-first-four ul li:nth-child(2),
.hide-first-four ul li:nth-child(3),
.hide-first-four ul li:nth-child(4) {
	display: none;
}

.hide-first-five ul li:nth-child(1),
.hide-first-five ul li:nth-child(2),
.hide-first-five ul li:nth-child(3),
.hide-first-five ul li:nth-child(4),
.hide-first-five ul li:nth-child(5) {
	display: none;
}

.hide-first-six ul li:nth-child(1),
.hide-first-six ul li:nth-child(2),
.hide-first-six ul li:nth-child(3),
.hide-first-six ul li:nth-child(4),
.hide-first-six ul li:nth-child(5),
.hide-first-six ul li:nth-child(6) {
	display: none;
}

.hide-first-seven ul li:nth-child(1),
.hide-first-seven ul li:nth-child(2),
.hide-first-seven ul li:nth-child(3),
.hide-first-seven ul li:nth-child(4),
.hide-first-seven ul li:nth-child(5),
.hide-first-seven ul li:nth-child(6),
.hide-first-seven ul li:nth-child(7) {
	display: none;
}

.hide-first-eight ul li:nth-child(1),
.hide-first-eight ul li:nth-child(2),
.hide-first-eight ul li:nth-child(3),
.hide-first-eight ul li:nth-child(4),
.hide-first-eight ul li:nth-child(5),
.hide-first-eight ul li:nth-child(6),
.hide-first-eight ul li:nth-child(7),
.hide-first-eight ul li:nth-child(8) {
	display: none;
}

.hide-first-nine ul li:nth-child(1),
.hide-first-nine ul li:nth-child(2),
.hide-first-nine ul li:nth-child(3),
.hide-first-nine ul li:nth-child(4),
.hide-first-nine ul li:nth-child(5),
.hide-first-nine ul li:nth-child(6),
.hide-first-nine ul li:nth-child(7),
.hide-first-nine ul li:nth-child(8),
.hide-first-nine ul li:nth-child(9) {
	display: none;
}

.hide-first-ten ul li:nth-child(1),
.hide-first-ten ul li:nth-child(2),
.hide-first-ten ul li:nth-child(3),
.hide-first-ten ul li:nth-child(4),
.hide-first-ten ul li:nth-child(5),
.hide-first-ten ul li:nth-child(6),
.hide-first-ten ul li:nth-child(7),
.hide-first-ten ul li:nth-child(8),
.hide-first-ten ul li:nth-child(9),
.hide-first-ten ul li:nth-child(10) {
	display: none;
}

.hide-first-eleven ul li:nth-child(1),
.hide-first-eleven ul li:nth-child(2),
.hide-first-eleven ul li:nth-child(3),
.hide-first-eleven ul li:nth-child(4),
.hide-first-eleven ul li:nth-child(5),
.hide-first-eleven ul li:nth-child(6),
.hide-first-eleven ul li:nth-child(7),
.hide-first-eleven ul li:nth-child(8),
.hide-first-eleven ul li:nth-child(9),
.hide-first-eleven ul li:nth-child(10),
.hide-first-eleven ul li:nth-child(11) {
	display: none;
}

.hide-first-twelve ul li:nth-child(1),
.hide-first-twelve ul li:nth-child(2),
.hide-first-twelve ul li:nth-child(3),
.hide-first-twelve ul li:nth-child(4),
.hide-first-twelve ul li:nth-child(5),
.hide-first-twelve ul li:nth-child(6),
.hide-first-twelve ul li:nth-child(7),
.hide-first-twelve ul li:nth-child(8),
.hide-first-twelve ul li:nth-child(9),
.hide-first-twelve ul li:nth-child(10),
.hide-first-twelve ul li:nth-child(11),
.hide-first-twelve ul li:nth-child(12) {
	display: none;
}

/* start styles for pagination search and archives */

.pagination-links {
	display:inline-block;
	margin: 30px auto;
	position: relative;
}

.pagination-links .page-numbers {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #8a8a8a;
}

.pagination-links .page-numbers.current {
	font-weight: bold;
	color: #e8ac58;
}

.pagination-links .page-numbers:hover,
.pagination-links .page-numbers:focus {
	color: #ad3d2b;
}

.pagination-links .page-numbers.prev {
	color: transparent;
}

.pagination-links .page-numbers.prev:before {
	content: '\f104 \00a0Previous';
	font-family: FontAwesome;
	position: absolute;
	color: #516ca3;
	left: 0;
}

.pagination-links .page-numbers.next {
	color: transparent;
}

.pagination-links .page-numbers.next:after {
	content: 'Next\00a0 \f105';
	font-family: FontAwesome;
	position: absolute;
	color: #516ca3;
	right: 0;
}

.pagination-links .page-numbers.previous-link a {
	color: #516ca3;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.pagination-links .page-numbers.next-link a {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #516ca3;
}

.pagination-links .page-numbers.next-link a:focus,
.pagination-links .page-numbers.previous-link a:focus,
.pagination-links .page-numbers.prev:focus:before,
.pagination-links .page-numbers.next:focus:after,
.pagination-links .page-numbers.next-link a:hover,
.pagination-links .page-numbers.previous-link a:hover,
.pagination-links .page-numbers.prev:hover:before,
.pagination-links .page-numbers.next:hover:after {
	color: #ad3d2b;
}

.pagination-links li a,
.pagination-links li a:hover,
.pagination-links li.active a,
.pagination-links li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.pagination-links li {
    display: inline;
	line-height: 60px;
}
 
.pagination-links li a,
.pagination-links li a:hover,
.pagination-links li.active a,
.pagination-links li i,
.pagination-links li.disabled {
    background-color: #a9badc;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.pagination-links li a:hover,
.pagination-links li.active a {
    background-color: #516ca3;
}

/* start form styles */

.wpforms-container, .wpforms-confirmation-container-full {
	position: relative!important;
	clear: both!important;
}

.wpforms-confirmation-container-full {
	background: none repeat scroll 0 0 #eeeeee!important;
	border: 0px solid #b8b8ba!important
}

.wpforms-container .wpforms-title {
	color: #000000!important;
	font-weight: 700!important;
	font-family: 'Archivo Narrow', sans-serif!important;
	font-size: 23px!important;
	margin: 0px auto!important;
	line-height: 26px!important;
}

.wpforms-container .wpforms-description {
	font-family: 'Lora', serif!important;
	font-size: 18px!important;
	font-weight: normal!important;
	color: #565656!important;
	word-wrap: break-word!important;
	overflow: hidden!important;
}

.wpforms-submit-container {
	overflow: hidden!important;
	border-radius: 4px!important;
	display: block!important;
	padding: 8px 10px 8px 10px!important;
	margin: 20px auto!important;
	text-align: center!important;
	display: inline-block!important;
	border: 0px solid transparent!important;
}

.wpforms-submit-container .wpforms-submit {
	background: none repeat scroll 0 0 #8a8a8a!important;
	font-weight: 700!important;
	font-size: 18px!important;
	color: #ffffff!important;
	border: 0px solid transparent!important;
	border-radius: 4px!important;
}

.wpforms-submit-container .wpforms-submit:hover,
.wpforms-submit-container .wpforms-submit:focus {
	background: none repeat scroll 0 0 #e8ac58!important;
}

.wpforms-submit-container .wpforms-submit:active {
	background: none repeat scroll 0 0 #516ca3!important;
}

.wpforms-submit-container .wpforms-submit:active {
	color: #ffffff!important;
}

/* start styles for sponsored content pages */

#sponsored-content-story-box {
    clear: both;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: auto;
}
.sponsored-marker-left, .sponsored-marker-right {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding: 5px 0;
}
.sponsored-marker-left-wrapper::before {
    background: #f0faa4 none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    float: left;
    padding: 5px 0;
    transform: skewX(-20deg);
    width: 10px;
}
.sponsored-marker-left-wrapper {
    background: #f0faa4 none repeat scroll 0 0;
    display: inline-block;
    transform: skewX(20deg);
    transition: width 1.2s ease-in-out 0s;
}
.sponsored-marker-left {
    color: #000000;
    padding-right: 10px;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    transform: skewX(-20deg);
}
.sponsored-marker-right-wrapper::after {
    /* background: #d0d0cf none repeat scroll 0 0; */
    content: " ";
    display: inline-block;
    float: right;
    padding: 5px 0;
    position: relative;
    right: -7px;
    transform: skewX(-20deg);
    width: 15px;
}
.sponsored-marker-right-wrapper {
    background: #d0d0cf none repeat scroll 0 0;
    display: inline-block;
    transform: skewX(20deg);
    transition: width 1.2s ease-in-out 0s;
}
.sponsored-marker-right {
    color: #000000;
    margin-left: 10px;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    transform: skewX(-20deg);
}

.wli_popular_posts-class h2 {
	display: none;
	margin: 0px;
	padding: 0px;
}

.skin-center-white {
	background: none repeat scroll 0 0 #ffffff;
	position: relative;
	z-index: 5;
}

.video-container {
	position: relative;
	/* needs to be a container with 50% to 60% padding bottom to work */
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* gallery 2017 updates changes */

.article-gallery-display-cover {
	background-image: url('../images/background-screen-black.png');
	background-repeat: repeat;
	background-position: fixed;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	display: none;
	left: 0;
	top: 0;

	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;

	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.article-gallery-display-cover.full-screen-gallery {
	opacity: 1;
	z-index: 10000;
	display: block;
}

#article-gallery-display-wrapper {
	position: relative;
	background: none repeat scroll 0 0 #ffffff;
}

#article-gallery-display-wrapper.active-item {
	position: relative;
	top: 0;
	/* width: 98.7%;
	height: 97.6%; */
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding: 10px;
	left: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	opacity: 1.0;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 0%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 0%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: none repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=0 ); /* IE6-9 */
}

#article-gallery-display-wrapper.full-screen-gallery {
	position: fixed;
	top: 0;
	/* width: 98.7%;
	height: 97.6%; */
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding: 10px;
	left: 0;
	right: 0;
	z-index: 10001;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	opacity: 1.0;
	/* background-color: rgba(255, 255, 255, 0.85); */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.93) 0%, rgba(235,235,235,0.98) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.93) 0%,rgba(235,235,235,0.98) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.93) 0%,rgba(235,235,235,0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d9f4f4f4',GradientType=0 ); /* IE6-9 */
}

.article-display-close-wrapper {
	width: 98%;
	display: none;
}

.article-display-close-wrapper.full-screen-gallery {
	display: block;
}

.article-display-close {
	/* background: none repeat scroll 0 0 #2d2d2d; */
	background: none repeat scroll 0 0 #7d7d7d;
	/* color: #e8ac58; */
	color: #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 50% 50%;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	display: none;
	/* position: relative;
	z-index: 10002; */

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;	
	transition: all .25s ease-in-out;
}

.article-display-close:hover,
.article-display-close i:hover,
.article-display-close:focus,
.article-display-close i:focus	{
	cursor: pointer;
}

.article-display-close.full-screen-gallery {
	display: block;
}

.in-article-gallery .gallery-prev,
.in-article-gallery .gallery-next,
.single-image-gallery-link .gallery-prev,
.single-image-gallery-link .gallery-next {
	position: absolute!important;
	display: inline-block;
	/* background: none repeat scroll 0 0 #324875; */
	background: none repeat scroll 0 0 #2d2d2d;
	opacity: 1.0;
	margin: 0px auto;
	height: 40px;
	width: 32px;
	text-align:center;
	/* border-radius: 50% 50%; */
	border-radius: 3%;
	overflow: hidden;
	font-size: 33px;
	border: 0px solid #7d7d7d;
	color: #ffffff;
}

.in-article-gallery .gallery-prev,
.single-image-gallery-link .gallery-prev {
	margin-right: 0px;
	left: 0;
}

.in-article-gallery .gallery-next,
.single-image-gallery-link .gallery-next {
	margin-left: 0px;
	right: 0;
}

.in-article-gallery .gallery-prev i,
.in-article-gallery .gallery-next i,
.single-image-gallery-link .gallery-prev i,
.single-image-gallery-link .gallery-next i {
	padding: 0px;
	line-height: 40px;
	vertical-align: top;
}

.in-article-gallery .gallery-prev i,
.single-image-gallery-link .gallery-prev i {
	/* margin-left: -6px; */
}

.in-article-gallery .gallery-next i,
.single-image-gallery-link .gallery-next i {
	/* margin-right: -6px; */
}

.in-article-gallery .gallery-prev:hover,
.in-article-gallery .gallery-next:hover,
.in-article-gallery .gallery-prev:focus,
.in-article-gallery .gallery-next:focus,
.single-image-gallery-link .gallery-prev:hover,
.single-image-gallery-link .gallery-next:hover,
.single-image-gallery-link .gallery-prev:focus,
.single-image-gallery-link .gallery-next:focus {
	opacity: 1.0;
}

#gallery-window-click .gallery-next:hover,
#gallery-window-click .gallery-prev:hover,
#gallery-window-click .gallery-next:focus,
#gallery-window-click .gallery-prev:focus {
	/* opacity: 1.0!important;
	color: #000000!important; */
}

.article-gallery-insert.full-screen-gallery {
	max-width: 100%;
	float: none;
	display: block!important;
}

.article-gallery-promo-wrapper {
	width: 25%;
	/* max-width can set is 250px wide */
	float: right;
	margin: 15px 20px 0px auto;
	display: none;
}

.article-gallery-promo-wrapper.full-screen-gallery {
	display: block;
}

.z-index-change {
	z-index: 7000!important;
}

.angled-section-head {
	width: 100%;
	display: table;
	font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif;
	border-bottom: 1px solid #2a5480;
	margin-bottom: 15px;
	position: relative;
	color: #2d2d2d;
}

.angled-section-head span:nth-child(1) {
	display: inline-block;
	position: relative;
	line-height: inherit;
}

.angled-section-head.white-back {
	border-bottom: 1px solid #f4f4f4;
	color: #f4f4f4;
}

.angled-section-head.dark-back {
	border-bottom: 1px solid #565656;
	color: #565656;
}

.angled-section-head.red-back {
	border-bottom: 1px solid #b6163c;
	color: #565656;
}

.angled-section-head.gold-back {
	border-bottom: 1px solid #f1a944;
	color: #bccad5;
}
	
.angled-section-head .angle-head-link {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	margin: 0px;
	display: inline-block;
	font-weight: normal;
	background: none repeat scroll 0 0 #2a5480;
		
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;	
	transition: all 300ms ease-in-out;
}

.angled-section-head.white-back .angle-head-link {
	color: #2f4c78;
	background: none repeat scroll 0 0 #f4f4f4;
}

.angled-section-head.dark-back .angle-head-link {
	color: #f4f4f4;
	background: none repeat scroll 0 0 #565656;
}

.angled-section-head.red-back .angle-head-link {
	color: #f4f4f4;
	background: none repeat scroll 0 0 #b6163c;
}

.angled-section-head.gold-back .angle-head-link {
	color: #031124;
	background: none repeat scroll 0 0 #f1a944;
}

.angled-section-head .angle-head-link:hover {
	color: #bed2e6;
}

.angled-section-head.white-back .angle-head-link:hover {
	color: #031124;
}

.angled-section-head.dark-back .angle-head-link:hover {
	color: #b6163c;
}

.angled-section-head.red-back .angle-head-link:hover {
	color: #f15479;
}

.angled-section-head.gold-back .angle-head-link:hover {
	color: #f4f4f4;
}
	
.angled-section-head .angle-head-link:after {
	transform: skew(25deg,0deg);
	-webkit-transform: skew(25deg,0deg);
	-moz-transform: skew(25deg,0deg);
	-o-transform: skew(25deg,0deg);
	-ms-transform: skew(25deg,0deg);
	content: "";
	/* right: -7px; */
	top: 0;
	width: 15px;
	z-index: 0;
	height: 100%;
	position: absolute;
	line-height: inherit;
	background: #2a5480;
}

.angled-section-head.white-back .angle-head-link:after {
	background: #f4f4f4;
}

.angled-section-head.dark-back .angle-head-link:after {
	background: #565656;
}

.angled-section-head.red-back .angle-head-link:after {
	background: #b6163c;
}

.angled-section-head.gold-back .angle-head-link:after {
	background: #f1a944;
}
	
.angled-section-head .angle-head-link-wrapper {
	text-align: right;
	display: table-cell;
	padding: 5px 0px 0px 0px;
}

.angled-section-head .angle-page-link,
.angled-section-head .angle-page-link a {
	font-size: 15px;
	text-decoration: none;
	/* samon
	color: #fa6261; */
	/* new red */
	color: #b6163c;
		
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;	
	transition: all 300ms ease-in-out;
}

.angled-section-head.white-back .angle-page-link,
.angled-section-head.white-back .angle-page-link a {
	color: #bed2e6;
}

.angled-section-head.dark-back .angle-page-link,
.angled-section-head.dark-back .angle-page-link a {
	color: #b6163c;
}

.angled-section-head.red-back .angle-page-link,
.angled-section-head.red-back .angle-page-link a {
	color: #565656;
}

.angled-section-head.gold-back .angle-page-link,
.angled-section-head.gold-back .angle-page-link a {
	color: #bccad5;
}
	
.angled-section-head .angle-page-link a:hover {
	color: #b8b8ba;
	color: #bccad5;
}

.angled-section-head.white-back .angle-page-link a:hover {
	color: #f4f4f4;
}

.angled-section-head.dark-back .angle-page-link a:hover {
	color: #bccad5;
}

.angled-section-head.red-back .angle-page-link a:hover {
	color: #bccad5;
}

.angled-section-head.gold-back .angle-page-link a:hover {
	color: #f4f4f4;
}

/* fixes for embed video through WP */

.wp-video {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 10px auto;
	max-width: 100%;
}

.wp-video-shortcode video, video.wp-video-shortcode {
	width: 100%;
	height: auto;
	position: relative;
}

/* alignment fixes for WP problem */

.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
}

.aligncenter {
	float: none;
	display: block;
	width: 100%;
	margin: 10px auto 10px auto;
}

/* start standard styles all pages */

.blur-all {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

#remove-ads {
	cursor: pointer;
}

#return-to-top {
	width: 38px;
	height: 38px;
	display: block;
	background: none repeat scroll 0 0 #324875;
	color: #eeeeee;
	position: fixed;
	right: 5%;
	bottom: 10%;
	border-radius: 65px;
	z-index: 6000;
	overflow: hidden;
	text-align: center;
	font-size: 40px;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;	
	transition: all 300ms ease-in-out;
}

#return-to-top i {
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 33px;
}

#return-to-top.to-top-is-visible {
	opacity: 1;
}

#return-to-top.to-top-fade-out {
	opacity: 0.5;
}

#return-to-top.to-top-is-visible:active,
#return-to-top.to-top-is-visible.active,
#return-to-top.to-top-is-visible:focus,
#return-to-top.to-top-is-visible:hover,
#return-to-top.to-top-is-visible:hover {
	opacity: 1;
}

progress[value]::-webkit-progress-bar {
	background-color: #fff;
}

progress::-moz-progress-bar {
  background-color: #fff;
}

progress, progress[role] {
	/* position */
	position: absolute;
	bottom: 0;
	left: 0;
	/* dimensions */
	width: 100%;
	height: 3px;
	/* reset appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* get rid of the default border in Firefox/Opera. */
	border: none;
	/* progress bar container for Firefox/IE10+ */
	background-color: #fff;
	/* Progess bar color value for IE10+ */
	color: #324875;
}

progress::-webkit-progess-bar {
	background-color: #324875;
}

progress::-webkit-progress-value {
  background-color: #324875;
}

progress::-moz-progress-bar {
  background-color: #324875;
}

progress::-moz-progress-value {
  background-color: #324875;
}

.top-story-fifty {
	width: 47%;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.top-story-thirty {
	width: 27%;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.top-story-twenty {
	display: inline-block;
	width: 19%;
	vertical-align: top;
}

.col-two-wide {
	display: inline-block;
	width: 65%;
	margin-right: 30px;
	vertical-align: top;
}

.col-single {
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.col-fifty {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

/* WP Native Audio Player styling*/
/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('')!important;
	background-color: #295697!important;
}

/* text size of play time and timer */
.mejs-container span,
.mejs-mediaelement span {
	font-size: 13px;
	line-height: inherit;
}

/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
	color: #ffffff!important;
}

/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
	outline: none !important;
}

.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
}

.clearFix:after {
    clear: both;
}

.clearFix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}