/* common */

html{
	font-size: inherit;
}

body {
	margin: 0;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-print-color-adjust: exact;
	font-size: 100%;
	/*font-size: 1.125em;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo500';
}

h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
	margin-top: 0;
}

h2 {
	font-size: 2.8125em;
}

h3 {
	font-size: 1.6875em;
}

h4 {
	font-size: 1.375em;
}

p{
	font-size: 0.875em;
}

a {
	color: #ee772c;
}

a:hover {
	text-decoration: underline;
	color: #989999;
}

/* helpers */

.desaturate {
}

.hr {
	border-color: #231f20;
	border-top: 1px solid;
}

.hr.hr-5 {
	border-top: 5px solid;
}

.hr-m-20 {
	margin-bottom: 20px;
}

.page-break {
	page-break-before: always;
}

/* div tables */

.div-table {
	display: table;
	width: 100%;
}

.div-cell {
	display: table-cell;
}

.section .summary .div-table{
	display: flex;
}
.section .summary .div-cell:first-child{
	display: flex;
	align-items: center;
}

.div-cell.div-cell-bottom {
	vertical-align: bottom;
}

.section .summary .div-cell:first-child {
	vertical-align: middle;
	text-align: left;
}

.printable .section.section-summary {
    display:inline-block;
	width: 100%;
}
.printable .section.section-summary:after {
    content: '';
    display:block;
    height:0px;
    visibility: hidden;
}

/* header */

header {
	padding-top: 20px;
}

header h1 {
	font-size: 1.75em;
	margin: 0;
}

header .hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* icons */

#icons {
	margin-bottom: 10px;
}

#icons .row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.icon {
	display: inline-block;
	width: 100%;
	height: 45px;
	background-position: center;
	background-size: auto 45px;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 5px;
}

.icon img {
	height: 45px;
	display: none;
}

.icon.icon-digital.default img.default,
.icon.icon-digital.red img.red,
.icon.icon-digital.orange img.orange,
.icon.icon-digital.yellow img.yellow,
.icon.icon-total.default img.default,
.icon.icon-total.red img.red,
.icon.icon-total.orange img.orange,
.icon.icon-total.yellow img.yellow,
.icon.icon-website.default img.default,
.icon.icon-website.red img.red,
.icon.icon-website.orange img.orange,
.icon.icon-website.yellow img.yellow,
.icon.icon-email.default img.default,
.icon.icon-email.red img.red,
.icon.icon-email.orange img.orange,
.icon.icon-email.yellow img.yellow,
.icon.icon-event.default img.default,
.icon.icon-event.red img.red,
.icon.icon-event.orange img.orange,
.icon.icon-event.yellow img.yellow,
.icon.icon-print.red img.red,
.icon.icon-print.orange img.orange,
.icon.icon-print.yellow img.yellow,
.icon.icon-print.default img.default {
	display: inline-block;
}

.icon-label {
	font-family: 'Museo700';
	text-align: center;
	font-size: 0.6875em;
	color: #58595b;
}

/* brand */

#brand {
	margin-bottom: 20px;
}

#brand h2 {
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 20px;
}

#brand .publisher,
#brand .content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.vertical-line {
	position: relative;
}

.vertical-line::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #231f20;
}

/* sections */

.section {
	margin-bottom: 20px;
}

.section.section-aba .header {
	background-color: #F27920;
}

.section.section-abc .header {
	background-color: #FFD300;
}

.section.section-cab .header {
	background-color: #D92128;
}

.section .header {
	margin-bottom: 5px;
}

.section .header .title {
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	color: white;
}

.section .header .media {
	width: 120px;
	border-right: 5px solid white;
	color: white;
}

.section .header .media span {
	text-transform: uppercase;
	font-family: 'Museo500';
	font-size: 0.75em;
	margin-left: 14px;
	padding-top: 5px;
	display: inline-block;
}

.section .header .media img {
	float: right;
	margin-right: 10px;
	height: 24px;
}

.section .header .media + .div-cell {
	text-align: right;
	padding-right: 10px;
}

.section .header .div-table {
	height: 32px;
}

.section .header .div-cell {
	vertical-align: middle;
}

.section-print .header .title,
.section-print .header .media {
	color: #231f20
}

.section .summary .div-cell {
	width: 16%;
	vertical-align: top;
}

.section .summary img {
	/*margin-top: 10px;*/
	height: 45px;
}

.section .summary .number {
	margin-top: 10px;
	font-size: 1.125em;
	margin-bottom: 0px;
}

.section .summary .description {
	font-weight: bold;
	color: #546371;
	font-size: 0.6875em;
}

.section .data {
	background: #E6E7E8;
}

.section .data .stat {
	float: left;
	width: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8B909B;
}

.section .data .stat .inner {
	padding-left: 10px;
}

.section .data .stat .alpha {}

.section .data .stat .number {
	margin-top: 0px;
	font-size: 1em;
	margin-bottom: 0px;
}

.section .data .stat .description {
	font-weight: bold;
	color: #546371;
	font-size: 0.6875em;
}

.section .divider {
	background: #8B909B;
	color: white;
	font-weight: bold;
	font-size: .8em;
	padding: 5px 10px;
	margin-top: -1px;
}

.section .divider.inverse {
	background: #E6E7E8;
	color: #8B909B;
}

.section .footer {
	border-bottom: 5px solid #231f20;
	background: white;
	margin-top: -1px;
	height: 15px;
	z-index: 10;
	position: relative;
}

/* footer */

#footer {
	padding: 20px 0;
}

#slim-footer {
	font-size: 0.6875em;
	padding-bottom: 20px;
}

.printonly {
	display: none;
}
