/* reset */
html, body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* site */
html {
	font-size: 14px;
	font-size: 62.5%;
}

body, button, .button, #submit, input[type='submit'], .section-meta .tabs span.meta-title, blockquote cite, blockquote::before {
	font-family: 'Atkinson Hyperlegible', 'Helvetica Neue', HelveticaNeue, Helvetica, 'Lucida Grande', Arial, sans-serif;
	font-style: normal;
}

body {
	color: #414141;
	padding-top: 50px;
	padding-top: 5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
}
body.custom-background {
	background-color: #EDEDED;
	background-image: url(IMG_2247_bw.png);
	background-position: center top;
	background-size: cover;
  background-repeat: no-repeat;
	background-attachment: fixed;
}

#site-info {
	margin: 50px 0;
	margin: 5rem 0;
	padding: 0;
	text-align: center;
}
h1 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

#site-title a, #site-title a:hover, #site-title a:visited, #site-description {
	color: #FAFAFA;
}
#site-description {
	font-size: 18px;
	font-size: 2.1rem;
	line-height: 21px;
	margin: 0;
}

#uncontained {
	background: #FFF;
	padding: 35px 0 40px;
	padding: 3.5rem 0;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.row {
	width: 940px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
}
.row::before, .row::after {
	content: "";
	display: table;
}
.row::after {
	clear: both;
}
.entry-content::after {
	clear: both;
}
.entry-content::before, .entry-content::after {
	content: " ";
	display: table;
}

.nine, .row .nine {
	width: 75%;
}
.columns {
	min-height: 1px;
	padding: 0 15px;
	padding: 0 1rem;
	position: relative;
}
.columns.centered {
	margin: 0 auto;
}

p {
	margin-bottom: 1.625em;
}
ul {
	list-style: none;
	margin-left: 1em;
}
li {
	list-style-position: inside;
	margin-bottom: 1.625em;
	padding-left: 1em;
	text-indent: -1em;
}
li::before {
	content: '+';
	margin-right: 0.7em;
	display: inline-block;
	font-size: 2rem;
}
a, a:hover, a:focus {
	color: #245F7A;
}

#footer {
	color: #414141;
	font-size: 1.5rem;
	font-size: 16px;
	margin-bottom: 40px;
	text-align: center;
}
#footer div {
	background: #FFF;
	border-radius: 500px;
	display: inline;
	padding: 6px 20px 8px;
	padding: 0.7rem 1.9rem;
}
#footer a {
	color: #050505;
}
#footer a, #site-description, blockquote {
	font-family: Vollkorn, Georgia, 'Bitstream Charter', serif;
	font-style: italic;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.column::after, .columns::after {
		clear: both;
	}
	.column::before, .columns::before, .column::after, .columns::after {
		content: "";
		display: table;
	}
	.nine, .row .nine, .row {
		min-width: auto;
		width: auto;
	}
}
@media (touch-enabled), (-webkit-touch-enabled), (-moz-touch-enabled), (-o-touch-enabled), (-ms-touch-enabled) ,(modernizr) {
	#touch {
		top: 9px;
		position: absolute;
	}
}

/* immature-mode */
ul.gross li::before {
	content: '🍆';
	margin-right: 0.7em;
	display: inline-block;
	font-size: inherit;
}
@keyframes throb {
	50% { transform: scale(1.2); }
}
ul.gross li::before {
	transform: scale(1);
	animation: throb 4000ms infinite;
	animation-timing-function: ease-in-out;
	transform-origin: center center;
}
