@charset "UTF-8";
/* CSS Document */

.stc-gold-headline {
	 font-family: 'Oswald', sans-serif;
    font-size: 56px;
	color: #fcb655;
    line-height: 48px;
    margin-top: 10px;
}

.stc-black-subheadline {
	 font-family: 'Oswald', sans-serif;
    font-size: 32px;
	color: #000000;
}

.brands-callout {
	 font-family: arial, sans-serif;
	 font-weight: bold;
    font-size: 72px;
	color: #000000;
}

.chart-fixer {
	padding: 0px; 
	margin: 0px;
	line-height: 20px;
}


.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	border: 1px solid #000000;
	display: table-cell;
	padding: 10px 10px;
}
.divTableBody {
	display: table-row-group;
}

.stc-markets {
	background-color: #fcbd66;
	padding: 10px;
	border: 1px solid #000000;
}

.stc-markets:hover {
	background-color:#ededed; /* was 6d6e71 */
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.thirteenfifteen-display {
    display: none;
}

.thirteenfifteen-hide {
    display: block;
}

@media (max-width: 1315px) {
.thirteenfifteen-display {
    display: block;
}

.thirteenfifteen-hide {
    display: none;
}
}