/* See the documentation for how to load in regular weight versions */
@font-face {
	font-family: 'Benton';
	src: url('https://apps.bostonglobe.com/common/font/benton-bold.woff2') format('woff2'), url('https://apps.bostonglobe.com/common/font/benton-bold.woff') format('woff');
    font-weight: 600;
		font-style: bold;
	}
@font-face {
	font-family: 'Benton';
	src: url("https://apps.bostonglobe.com/common/font/benton-regular.woff2") format('woff2'), url("https://apps.bostonglobe.com/common/font/benton-regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Miller';
	src: url('https://apps.bostonglobe.com/common/font/miller-bold.woff2') format('woff2'), url('https://apps.bostonglobe.com/common/font/miller-bold.woff') format('woff');
    font-weight: 600;
}
@font-face {
	font-family: 'BentonCond';
	src: url("https://apps.bostonglobe.com/common/font/bentonsanscond-regular.woff2") format('woff2'), url("https://apps.bostonglobe.com/common/font/bentonsanscond-regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
}
/* =========================== */
/* Globe font stack examples
/* =========================== */

/* Serif (Miller) */
/* font-family: 'Miller', Georgia, Times New Roman, Times, serif; */
/* font-weight: 600; */

/* Sans-serif (Benton) */
/* font-family: 'Benton', Helvetica, Arial, sans-serif; */
/* font-weight: 600; */

/* Serif */
/* font-family: 'Georgia', Times New Roman, Times, serif; */

/* Sans-serif */
/* font-family: 'Helvetica', Arial, sans-serif; */

/* =========================== */
/* Graphic styles
/* =========================== */

.content {
	font-family: 'BentonCond', Arial Narrow, Helvetica, sans-serif;
}
.quiz-heds, .head-spaces, .questions {
	font-family: 'Benton', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
input {
	padding: 5px;
	margin-left: -1em;
}

.hed-spaces{
	text-align: center;
	margin-block-end: 0.63em;

}
.quiz-heds{
	font-size: 4em;
	display: none;
}
.quiz-subhed{
	margin-bottom: 2em;
}
.question-sections{
	margin-bottom:2em;
	padding-bottom: 1em;
	border: solid black 1px;
}
.questions{
	text-align: center;
	margin-bottom:1em;
	font-size: 18px;
    padding: .7em;
    line-height: 2em;
    background-color:#2b292a;
    color:whitesmoke;
}
#age{
	width:25%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.answer-options{
	margin-bottom:1em;
	margin-right: .5em;
	display:block;
	margin-left: 2em;
	line-height: 2em;
}
.none-options{
	font-weight: bolder;
}
#card-content{
	text-align: center;
}
.results-heds{
	background-color: black;
	color: white;
	padding: 1em;
}
.phase-containers{
	font-size: 3em;
    font-weight: bold;
    font-family: 'Benton', Helvetica, Arial, sans-serif;
}
.phase-dates{
	font-weight: bold;
    font-style: italic;
}
#phase-description{
	margin-top:3em;
}
.line-heds{
	margin-top:2em;
	font-family: 'Benton', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 2em;
}

.line-items{
	color:gray;
	list-style-type: none;
	margin-top: 1em;
    width: 50%;
    margin-left: 25%;
}
.highlighted-items{
	font-weight:bold;
	color:black;
	font-size: 1.3em;
}
.line-totals{
	margin-top:2em;
	margin-bottom:1em;
}
#reset{
    margin-top: 4em;
    cursor: pointer;
    display: none;
}
#source-area{
	margin-top: 3em;
    color:gray;
    font-size: 13px;
}
.buttons{
    background-color: black;
    color: white;
    font-size: 1em;
    padding: 1em .5em;
    font-weight: bold;
    border: none;
    text-align: center;
    width: 100%;
    font-family: 'BentonCond', Helvetica, Arial, sans-serif;
    margin-left:unset;
}
.buttons:hover{
	opacity: .8;
	cursor: pointer;
}