.twocolumnshead {
	max-width: 97.4%;
    width: 97.4%;
    background: #444;
    margin: -1.12em 0 0 0;
	color: #fff;
	padding: 1em;
	display: table;
	margin-bottom: 1em;
}

.breadcrumb-white {
	text-transform: uppercase;
    background-color: #fff;
    color: #444;
    font-weight: bold;
	font-size: 0.85em;
    float: left;
    padding: 0.3em;
}

.esports-sortby {
	float: right;
	text-transform: uppercase;
	font-size: 0.85em;
}

.esports-sortby span {
	color: #999;
}

.esports-sortby ul {
	list-style: none;
	display: inline-block;
}

.esports-sortby ul li {
	display: inline-block;
	margin-left: 0.7em;
	font-weight: bold;
}

.esports-sortby ul li:hover {
	color: #00aaee;
	cursor: pointer;
}

.esports-sortby ul li a {
	color: #fff;
}

.esports-sortby ul li a:hover {
	color: #00aaee;
}

.esports-placards {
	width: 100%;
	display: inline-block;
	margin-top: 2em;
}

.esports-placards article {
	/* background: #ccc; */
	width: 31.3%;
	height: 170px;
	float: left;
	margin: 0 0 1.2em 0;
	position: relative;
}

.esports-placards article:first-child {
	width: 66.7%;
	height: 355px;
	margin: 0 1.2em 0 0;
}

.esports-placards a:hover {
	text-decoration: none;
}

.esports-placards a:hover h2 {
	background: #000;
	text-decoration: none;
}

.esports-placards article h2 {
	background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);
    bottom: 14px;
    color: #FFFFFF;
    font-family: "Helvetica Neue",'TeXGyreHeros',arial;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 1em;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    left: 0;
	bottom: 0;
	/* text-transform: uppercase; */
	font-size: 1.2em;
}

.esports-placards article h2 span {
	font-weight: normal;
	font-size: 0.85em;
}

#relatedTextsWrapper.artistyle1 article a h3 {
	/* font-size: 1em;
	text-transform: uppercase; */
	font-weight: bold;
}

#relatedTextsWrapper.artistyle1 article a h3:hover {
	text-decoration: underline;
}

#relatedTextsWrapper.artistyle1 article .publishauthor {
	text-transform: uppercase;
}

.esportsFeaturedTextsWrapper {
	width: 48.5%;
	display: inline-block;
}

.esportsFeaturedTextsWrapper:first-child {
	margin-right: 1em;
}

.esportsFeaturedTextsWrapper a h3 {
	display: inline-block !important;
	margin-bottom: 1em;
}

.esportsFeaturedTextsWrapper p {
	max-width: 100% !important;
}

.esportsFeaturedTextsWrapper .commentsbox,
.esports-placards .commentsbox {
	position: absolute;
	margin: 0.6em;
}

.artistyle1 article img.esports.featured {
	/* background: #ccc; */
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}

.esportsminifrontplayer {
	margin-bottom: 1em;
}

.esportsminifrontplayer h3 {
	padding: 1em;
    background: #444;
    color: #fff;
}

ul.imgrow.esportminifront li {
	width: 48.6%;
	/* background: #ccc; */
	margin-left: 0;
}

ul.imgrow.esportminifront li:first-child {
	width: 48.6%;
}

ul.imgrow.esportminifront a,
ul.imgrow.esportminifront a .button.list3,
ul.imgrow.esportminifront li h3 {
	width: 100%;
}

ul.imgrow.esportminifront li:nth-child(2n) {
	margin-left: 1em;
}

.esportCalendarWrapper {
	margin: 1.5em;
	text-transform: uppercase;
}

.esportCalendarWrapper h3 {
    font-size: 1.5em;
    font-weight: 900;
	margin-bottom: 0.7em;
}

.esportCalendarWrapper .date {
	display: inline-block;
	font-size: 0.9em;
}

.esportCalendarWrapper .date.startdate {
	color: #777;
	font-weight: bold;
}

.esportCalendarWrapper .date.enddate {
	color: #999;
}

.esportEventWrapper {
	margin: 1em 0;
	border-left: 8px solid #000;
	padding: 0.2em 0 0.2em 0.5em;
}

.esportEventWrapper .venue {
	color: #000;
	font-weight: bold;
	width: 100%;
}

.esportEventWrapper .category {
	color: #ccc;
	font-weight: bold;
}

.m01 {
	border-color: blue;
}

.m02 {
	border-color: brown;
}

.m03 {
	border-color: cadetblue;
}

.m04 {
	border-color: chartreuse;
}

.m05 {
	border-color: coral;
}

.m06 {
	border-color: darkcyan;
}

.m07 {
	border-color: magenta;
}

.m08 {
	border-color: pink;
}

.m09 {
	border-color: green;
}

.m10 {
	border-color: gold;
}

.m11 {
	border-color: red;
}

.m12 {
	border-color: orange;
}

.categoryActive {
	border: 1px solid #fff;
    border-radius: 0.4em;
    padding: 0.5em;
}

.categoryActive .fa {
	margin-left: 0.4em;
}