/* 
 HTML5 ✰ Boilerplate 
 style.css contains a reset, font normalization and some base styles.
 
 credit is left where credit is due.
 much inspiration was taken from these projects:
 yui.yahooapis.com/2.8.1/build/base/base.css
 camendesign.com/design/
 praegnanz.de/weblog/htmlcssjs-kickstart
 */

/* 
 html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
 html5doctor.com/html-5-reset-stylesheet/
 */

* {box-sizing: border-box;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}

a {margin:0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

ins {background-color: #ff9; color: #000; text-decoration: none;}

mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

i, b {font-style: normal; font-weight: normal;}
/* END RESET CSS */

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* 
 * minimal base styles 
 */

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 {font-weight: bold;}

/* always force a scrollbar in non-IE */ 
html {overflow-y: scroll;}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

a, a:active, a:visited {color: #607890;}
a:hover {color: #036;}

ul, ol {margin-left: 1.8em;}
ol {list-style-type: decimal;}

/* Remove margins for navigation lists */
nav ul, nav li {margin: 0;} 

small {font-size: 85%;}
strong, th {font-weight: bold;}

td, td img {vertical-align: top;}

sub {vertical-align: sub; font-size: smaller;}
sup {vertical-align: super; font-size: smaller;}

pre {
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea {overflow: auto;} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend {margin-left: -7px;} /* thnx ivannikolic! */

/* 
 align checkboxes, radios, text inputs with their label
 by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css
 */
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {cursor: pointer;}
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea {margin: 0;}

/* colors for form validity */
input:valid, textarea:valid   {}
input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red; 
	-webkit-box-shadow: 0px 0px 5px red; 
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {background-color: #f0dddd;}

/*
 These selection declarations have to be separate.
 No text-shadow: twitter.com/miketaylr/status/12228805301 
 Also: hot pink.
 */
::-moz-selection{background: rgb(172,172,172); color: #000; text-shadow: none;}
::selection {background: rgb(172,172,172); color: #000; text-shadow: none;} 

/* j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: rgb(248,220,96);} 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
 
/*
 bicubic resizing for non-native sized IMG: 
 code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir {display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr;}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {display: none; visibility: hidden;} 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {visibility: hidden;}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
}

.clearfix:after {clear: both;}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {zoom: 1;}


/*
 Primary Styles
 Author: Scott Boms/Estate of Marshall McLuhan
 */
html.wf-loading body {
	font-family: "Proxima Nova", "Myriad", "Myriad Pro", Helvetica, Arial, sans-serif;
}

body, select, input, textarea {
	color: rgb(0,0,0);
	font-family: "proxima-nova-1","proxima-nova-2", "Proxima Nova", "Myriad", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

body {
	/*background: rgb(0,0,0) url(../img/hatch.png);*/
	background: rgb(255,255,255);
	text-align: center;
}

.wrap {
	margin: 0 auto;
	text-align: left;
	min-width: 19.0625em;
	max-width: 62.1875em;
}

h1 {
	font-size: 2.25em; /* 36px */
	line-height: 1.3333em; /* 46/36 */
}

h2 {
	font-size: 1.5em;
	font-weight: 700;
}
h2 span {
	font-size: 0.5833em;
}
h2 span i {font-weight: normal;}

h3 {
	font-size: 1.375em; /* 22/16 = 1.375 */
	font-weight: 100;
	line-height: 1.364; /* 22 x 1.364 = 30 */
}

h4 {
	color: rgb(180,47,11);
	font-size: 0.875em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
	text-transform: uppercase;
}

h5 {
	color: rgb(0,0,0);
	font-size: 1.3125em;
	font-weight: 100;
	line-height: 1.1429;
}

h6 {
	color: rgb(12,12,12);
	font-size: 1em;
	line-height: 1.5;
}

p, ul, ol {
	font-weight: 100; 
	margin-bottom: 1.5em;
}

p.intro {
	font-size: 1.3125em;
	font-weight: 100;
	line-height: 1.35;
}

cite {
	border-bottom: 1px dotted rgb(125,125,125);
	border-bottom: 1px dotted rgba(255,255,255,0.35);
}

figure {margin-bottom: 1.5em;}
figure img {width: 100%;}

figcaption {
	color: rgb(200,200,200);
	font-size: 0.75em;
	line-height: 2;
}

blockquote {
	border-left: 2px solid rgb(42,42,42);
	color: rgb(125,125,125);
	font-size: 0.875em;
	font-style: italic;
	font-weight: 100;
	line-height: 1.7143;
	padding-left: 3%;
}

a {
	text-decoration: none;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}

a:link, a:visited {color: rgb(180,47,11);}
a:hover {color: rgb(248,220,96);}
a:active {color: rgb(102,102,102);}

small i {font-style: italic;}

#hero {
	background: rgb(255,255,255) url(../img/photo-collage.jpg) 50% 0 repeat;
	color: rgb(38,38,38);
	padding: 6em 0 6em 0; /* 4.5 x 16 = 72, 6 x 16 = 96 */
}

#logo-navigation {
	background: rgb(255,255,255);
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	-webkit-box-shadow: 1px 0 10px rgba(0,0,0,.75);
	-moz-box-shadow: 1px 0 10px rgba(0,0,0,.75);
	-o-box-shadow: 1px 0 10px rgba(0,0,0,.75);
	box-shadow: 1px 0 10px rgba(0,0,0,.75);
}

#logo-navigation h1 {
	padding-right: 0.3333em;
}

#logo-navigation img {display: block;}

#logo-navigation h1, #logo-navigation nav {
	background: rgb(255,255,255);
	float: left;
}

#logo-navigation nav {
	border-left: 1px solid rgb(217,217,217);
	padding-left: 1em;
}

nav {
	font-weight: 100;
	padding-top: 1.125em;
	padding-bottom: 1em;
	padding-right: 1em;
}

nav a:link, nav a:visited {color: rgb(38,38,38);}
nav a:hover {color: rgb(180,47,11);}
nav a:active {color: rgb(102,102,102);}

nav a.selected:link, nav a.selected:visited, nav a.selected:hover, nav a.selected:active {font-weight: 600;}

#banner {
	background: rgb(180,47,11) url(../img/banner.gif) 0 0 repeat;
	color: rgb(255,255,255);
	line-height: 1.5;
	padding: .1875em 0; /* 4.5/24 = 0.1875 */
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#banner h2 {
	border-top: 1px solid rgba(255,255,255,.25);
	border-bottom: 1px solid rgba(255,255,255,.25);
	line-height: 1;
	padding: 0.3333em 0; /* 8/24 = 0.3333 */
}

#banner h2, #introduction h3 {text-align: center;}

#introduction .wrap {
	background: transparent url(../img/divider.png) 50% 100% repeat-x;
	padding: 0 2.5% 3.375em 2.5%;
}

#doodle {
	margin: 0 auto 1em auto;
	width: 80%;
}
#doodle img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

#promo-blocks {
	background: #464646 url(../img/timeline.gif) 50% 0 no-repeat;
	margin-bottom: 3em;
	overflow: hidden;
	padding: 3em 2.5% 1.5em 2.5%;
}

#promo-blocks .wrap {overflow: hidden}

#promo-blocks .feature {
	float: left;
	margin: 0;
	overflow: hidden;
	width: 33.333%;
}

#promo-blocks figure {
	float: left;
	margin: 0 25px 0 0;
}

#promo-blocks figure img {
	display: block;
	height: auto;
	width: auto;
}

#promo-blocks h4 {
	color: rgb(255,255,255);
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3334;
	margin: 0;
  text-transform: none;
}

#promo-blocks h5 {
	color: rgb(149,150,154);
	font-size: .875em;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

#featured-books.home {padding: 1.5em 0;}

#featured-books {
	background: transparent url(/assets/img/divider-alt.gif) 0 100% repeat-x;
	overflow: hidden;
	padding: 36px 0 12px 0;
	text-align: center;
}

#featured-books .wrap {
	margin: 0 auto;
	text-align: center;
	min-width: 19.0625em;
	max-width: 100%;
}

#featured-books h3 {
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

#featured-books ul {
	list-style-type: none;
	margin: 0 auto;
}

#featured-books li {
	display: inline-block;
	height: 144px;
	margin: 0;
	min-width: 10%;
}

#featured-books a {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	position: relative;
}

.available img.badge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#events-listing {clear: both;}

#events-listing, #main-content {
	overflow: hidden;
	padding: 1.5em 0 0 0;
}

#events-listing h4 {
	background: transparent url(../img/marker.gif) 0 65% no-repeat;
	margin-left: 2%;
	padding: 1.7143em 0 0 24px;
}

#events-listing h5 {
	font-size: 1em;
	line-height: 1.5em;
}

#events-listing .wrap, #main-content .wrap {overflow: hidden;}

#events-listing section, #main-content section {
	float: left;
	margin: 0 2%;
	overflow: hidden;
	width: 46%;
}

#events-listing article.previous-fellows h3, #main-content article.previous-fellows h3 {
	clear: both;
	margin: 1.5em 2% .75em 2%;
	width: 100%;
}


#main-content h4, #main-content p {margin-left: 2%;}
#main-content .wrap section p {margin-left: 0;}

#events-listing .group {
	float: left;
	margin-right: 4%;
	width: 48%;
}

#events-listing section.last, #events-listing div.last, #main-content section.last {margin-right: 0;}

.vevent time, .vevent .location {
	font-size: 0.875em;
	font-weight: 100;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
}

.vevent .location {
	color: rgb(102,102,102);
	display: block;
	font-style: italic;
}

.vevent a:link, .vevent a:visited {color: rgb(248,220,96);}
.vevent a:hover {color: rgb(180,47,11);}
.vevent a:active {color: rgb(150,150,150);}

.pubs dt {
	font-weight: 700;
	margin-bottom: 1em;
}

.pubs dt a:link, .pubs dt a:visited {color: rgb(0,0,0);}
.pubs dt a:hover {color: rgb(180,47,11);}
.pubs dt a:active {color: rgb(248,220,96);}

.pubs dd {
	color: rgb(150,150,150);
	font-weight: 100;
	margin-bottom: 3em;
}

.pubs .smallcover {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.pubs .largecover {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 1em;
}

.pubs .publisher {
	display: block;
	font-size: 90%;
}

.pubs ul {
	clear: both;
}

.quotes ul {
	list-style-type: none;
	margin-left: 0;
}

.quotes li {margin-bottom: 1.5em;}

.social-links, footer {
	background: transparent url(../img/divider.png) 50% 0 repeat-x;
	clear: both;
}

.social-links {
	overflow: hidden;
	padding-top: 24px;
}

.social-links section {
	float: left;
	margin: 0 2%;
	overflow: hidden;
	text-align: left;
	width: 46%;
}

.social-links img {
	float: left;
	margin-right: 12px;
}

.social-links h4 {
	color: rgb(0,0,0);
	font-size: 1.25em; /* 18/16 = 1.125 */
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.333; /* 24/18 = 1.333 */
	margin-bottom: 0;
	text-transform: none;
}

.social-links a:link, .social-links a:visited {color: rgb(180,47,11);}
.social-links a:hover {color: rgb(0,0,0);}
.social-links a:active {color: rgb(102,102,102);}

.previous-fellows h3 {
	clear: both;
	width: 100%;
}

footer {
	margin-top: 24px;
	padding: 24px 0 48px 0;
}

footer .wrap {text-align: center;}

footer small {
	color: rgb(150,150,150);
	display: block;
	font-family: Georgia, "Times Roman", "Times New Roman", Times, serif;
	margin: 0 2.5%;
}

footer small i {display: block;}

p.info {
	font-size: 0.875em;
	font-style: italic;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
}

#main-content header h3, #main-content header p {
  margin-right: 2%;
  margin-left: 2%;
}

.galaxy h3 {
	color: rgb(0,0,0);
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7143;
	text-transform: uppercase;
}

.galaxy p {
	font-size: 0.875em;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
}

.galaxy figcaption {color: rgba(0,0,0,.35);}

.galaxy ul {
	list-style-type: none;
	margin: 0;
}

/*.galaxy li a {
	font-weight: bold;
}*/

.galaxy time {
	color: rgba(0,0,0,.5);
	display: block;
	font-size: 0.875em;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
}

.video-container {
  padding-bottom: .875em;
}

.video-container h5 {
  font-size: 1em;
  line-height: 1;
  margin: 1em 0 2em 0;
}

/*
 * IE6 and 7-specific compatibility styles (and bug fixes)
 */
.ie6 #logo-navigation, .ie7 #logo-navigation {display: inline;}

.ie6 #events-listing section {display: inline;}
.ie6 #events-listing .group {width: 45.5%;}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

/* iPad Browser */
@media screen and (max-width: 1024px) and (orientation: landscape) {
	#banner span {
		display: block;
		line-height: 1.7143;
	}

	#promo-blocks .feature {text-align: center;}

	#promo-blocks figure {
		display: block;
		float: none;
		margin: 0;
	}

	#promo-blocks figure img {
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	h3 {
		font-size: 1.125em;
		line-height: 1.3334;
	}

	.wrap {
		margin: 0 auto;
		text-align: left;
		max-width: 47.1875em; /* 755px */
	}

	#banner span {
		display: block;
		line-height: 1.7143;
	}

	#introduction .wrap {
		padding: 0 2.5%;
		padding-bottom: 3em;
		width: auto;
	}

	#events-listing h5 {
		font-size: 0.875em; /* 14px */
		line-height: 1.286; /* 18/14 */
	}

	.vevent time, .vevent .location {
		font-size: 0.75em; /* 12px */
		font-weight: 100;
		line-height: 1.5; /* 18px */
		margin-bottom: 1.5em; /* 18/14 */
	}

	footer .wrap {text-align: left;}
	footer small i {display: inline;}
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	h3 {
		font-size: 1em;
		line-height: 1.5;
	}

	.wrap {
		margin: 0 auto;
		text-align: left;
		max-width: 47.1875em; /* 755px */
	}

	#banner span {
		display: block;
		line-height: 1.7143;
	}

	#promo-blocks .feature {text-align: center;}

	#promo-blocks figure {
		display: block;
		float: none;
		margin: 0;
	}

	#promo-blocks figure img {
		margin: 0 auto;
		text-align: center;
	}

	#introduction .wrap {
		padding: 0 2.5%;
		padding-bottom: 3em;
		width: auto;
	}

	#events-listing .group {
		float: none;
		margin: 0;
		width: auto;
	}

	#events-listing h5 {
		font-size: 0.875em; /* 14px */
		line-height: 1.286; /* 18/14 */
	}

	.vevent time, .vevent .location {
		font-size: 0.75em; /* 12px */
		font-weight: 100;
		line-height: 1.5; /* 18px */
		margin-bottom: 1.5em; /* 18/14 */
	}
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-width: 480px) {
	.wrap {
		margin: 0 auto;
		text-align: left;
		max-width: 19.0625em; /* 305px */
	}

	#hero .wrap {text-align: center;}

	#logo-navigation h1 {
		border: none;
		border-bottom: 1px solid rgb(217,217,217);
		float: none;
		margin: 0;
		padding: 0;
	}

	#logo-navigation nav {
		float: none;
		margin: 0;
		padding: 0;
	}
	
	#logo-navigation nav li {border-bottom: 1px solid rgb(217,217,217);}
	
	#logo-navigation nav li:last-child {border: none;}
	#logo-navigation nav li a {display: block;}

	#promo-blocks .feature {
		float: none;
		margin: 0 0 1.5em 0;
	}

	#promo-blocks figure {
		display: block;
		float: none;
		margin-top: 1.5em;
		margin-bottom: .75em;
	}

	/*#banner {margin-bottom: 1.5em;}*/

	#banner h2 span, #banner h2 i {
		display: block;
		line-height: 1.7145;
	}

	#introduction .wrap {
		padding-top: 0;
		padding-bottom: 1.5em;
	}

	#introduction h3 {text-align: left;}

  #featured-books .wrap {
  	margin: 0 auto;
  	text-align: left;
  	max-width: 19.0625em; /* 305px */
  }

  #featured-books h3 {text-align: left}

  #featured-books li {
  	display: inline-block;
  	height: 108px;
  	margin: 0;
  	min-width: 16%;
  }

  #featured-books img {height: 108px;}

	#events-listing h4, #main-content h4, #main-contnet p {margin-left: 0;}
	#events-listing section, #events-listing .group, #main-content section {
		float: none;
		margin: 0;
		width: auto;
	}

	#events-listing h5 {
		font-size: 0.75em; /* 12px */
		line-height: 1.5; /* 18/12 */
	}

	.vevent time, .vevent .location {
		font-size: 0.75em; /* 12px */
		font-weight: 100;
		line-height: 1.5; /* 18px */
		margin-bottom: 1.5em; /* 18/14 */
	}

	.social-links section {
		float: none;
		width: 98%;
	}

	footer {margin-top: 0;}
	footer small {
		font-size: 0.625em;
		line-height: 1.2; /* 12/10 */
		margin: 0;
	}
}

@media screen and (max-device-width: 960px) and (orientation: landscape) {
	.wrap {max-width: 59.0625em;}
	#events-listing, #main-content, footer small {margin: 0 2.5%;}
}

/* iPhone Retina Display */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	#events-listing h4 {
		background: transparent url(../img/marker-2x.png) 0 65% no-repeat;
		background-size: 6.25%;
	}
}

#tetrads-game {
  background: url(../img/the-medium-bkgd.jpg) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  margin-top: -3em;
  margin-bottom: 3rem;
  padding: 4rem 2rem;
  text-align: center;
}

#tetrads-game figure {
  margin: 0;
  vertical-align: bottom;
  width: 420px;
}

#tetrads-game .info {
  width: 100%;
}

#tetrads-game h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: .4rem;
}

#tetrads-game h4,
#tetrads-game p {
  color: #fff;
}

a.button {
  background-color: #fee263;
  border-radius: 9px;
  box-shadow: 0 2px 0 rgba(0,0,0,.35);
  display: inline-block;
  font-weight: bold;
  margin-top: 1.8rem;
  padding: .8rem 1.2rem;
}

a.buy-button {
  color: #fff;
}

a.buy-button:link,
a.buy-button:visited {
  background-color: #ec6b4b;
}

a.buy-button:hover,
a.buy-button:active {
  background-color: #509f9a;
}

@media only screen and (min-width: 40em) {
  #tetrads-game {
    text-align: left;
  }

  #tetrads-game .info {
    margin-left: 2rem;
    text-align: left;
    max-width: 520px;
  }
}