/* additional css */

body.home .quiz-teaser {
	background-color: #333;
}

/* TFE agegate */
.tfe-agegate.dark {
  background: rgba(0,0,0,0.9);
}
@media screen and (max-width:40em) {
	#tfe_agegate_description {
		font-size: 1.25em;
	}
}
.tfe-enter {
	background-color: var(--red);
	padding: 16px 32px;
	color: var(--white);
	font-family: inherit;
	text-transform: initial;
	font-size: 1.25em;
	border: 1px solid;
}


.section-page {
  background-color: var(--white);
}
.section-page .section-content {
  margin: 0 auto;
  max-width: 1320px;
  padding: 4rem 2rem;
  line-height: 1.5;
}
.section-page h1 {
  font-size: .9em;
  line-height: 1.1;
  margin: 0 1em;
}
@media screen and (min-width: 30em) {
  .section-page h1 {
	font-size: 1.5em;
	line-height: 1.25;
  }
}
@media screen and (min-width: 56em) {
  .section-page h1 {
	font-size: 2.5em;
	line-height: 1.25;
  }
}
.section-page h3 {
  font-family: inherit;
  font-size: 1.375em;
  margin-bottom: 0.5rem;
}
.section-page p {
  margin-bottom: 1em;
}
.section-page a {
  color: var(--red);
}
.section-page strong {
  font-weight: bold;
}
.section-page dfn,
.section-page cite,
.section-page em,
.section-page i {
  font-style: italic;
}
.section-page blockquote {
  margin: 0 1.5em;
}
.section-page address {
  margin: 0 0 1.5em;
}
.section-page pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.section-page abbr,
.section-page acronym {
  cursor: help;
}
.section-page mark,
.section-page ins {
  text-decoration: none;
}
.section-page big {
  font-size: 125%;
}
.section-page ul,
.section-page ol {
  margin: 0 0 1.5em 3em;
}
.section-page ul {
  list-style: disc;
}
.section-page ol {
  list-style: decimal;
}
.section-page li {
  margin-bottom: 1em;
}
.section-page li > ul,
.section-page li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.section-page dt {
  font-weight: 700;
}
.section-page dd {
  margin: 0 1.5em 1.5em;
}

.section-page a.cta {
	display: inline-block;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: none;
	cursor: pointer;
	font-family: inherit;
	background-color: #ac253e;
	padding: 1em 2em;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	margin: 0 auto 1em;
}
.section-page a.cta:active,
.section-page a.cta:focus,
.section-page a.cta:hover {
	background-color: #fff;
	color: #ac253e;
}

/* responsive video wrapper */
.video-wrapper {
	padding: 56.25% 0 0 0;
	position:relative;
}
.video-wrapper div,
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* cheese board page */
.cheese-board-text {
	max-width: 40em;
	margin-bottom: 2em;
	text-align: center;
}
.cheese-board-text h1 {
	margin-bottom: .67em;
}
.cheese-board-video {
	margin-bottom: 2em;
}
.cheese-board-links {
	text-align: center;
}
.cheese-board-links a.cta {
	display: block;
	text-align: center;
}
@media screen and (min-width: 30em) {
	.cheese-board-links a.cta {
		display: inline-block;
	}
	a.cta + a.cta {
		margin-left: 1em;
	}
}
@media screen and (min-width: 60em) {
	.cheese-board-text,
	.cheese-board-links,
	.cheese-board-video {
		margin-left: auto;
		margin-right: auto;
		max-width: 50em;
	}
	.cheese-board-text {
		max-width: 42em;
	}
}

@media screen and (min-width: 80em) {
	.cheese-board .section-content {
		font-size: 1.25;
	}
}
