
html {
	background: #f1f1f1 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAC+CAYAAAD0iWUpAAAAH0lEQVQokWOIWCX2n2GUGCVGCToTj2TVSSQ+fvwIIQCW5pEkuL3XlgAAAABJRU5ErkJggg==') repeat-x fixed;
	min-height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
html, button, input, optgroup, select, textarea {
	font: .875em/1.5 Lucida Grande, Lucida Sans Unicode, Lucida Sans, Futura, sans-serif;
	margin: 0;
}

address, b, em, i, .hNav, strong, th { font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, Futura, sans-serif; }

h1, h2, h3, h4, h4, h6 { font-family: Cambria, Georgia, serif; }

body {
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	margin: 1em auto;
	max-width: 960px;
	min-width: 320px;
	padding: 1em;
	width: calc(100% - 2em);
}

main { display: block; }

/* template structure */

header { text-align: center; }

header > a {
	box-sizing: border-box;
	display: block;
	margin: 0 auto .5em;
	text-align: center;
}
header > a:hover,
header > a:focus {
	text-decoration: none;
}

header > a > h1 { margin: 0; }

header > a:hover .siteTitle,
header > a:focus .siteTitle { color: #496B35; }

header > ul { margin-top: .25em; }

.hNav {
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	justify-content: center;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
	vertical-align: middle;
}

.hNav > li:first-child { display: none; }

.hNav > li > a {
	background: #e1e1d4;
	color: #333;
	display: block;
	padding: .5em .75em;
	text-decoration: none;
	transition: background .2s linear;
	white-space: nowrap;
}
.hNav li a[href^="//"] {
	background-image: url("../img/logo-paypal.png");
	background-repeat: no-repeat;
	background-position: right .75em top 50%;
	background-size: 20px;
	padding-right: 36px;
}

.hNav > li > a:hover,
.hNav > li > a:focus {
	background-color: #95e577;
	color: #333;
	transition: background .2s linear;
}

.hNav > li > a.here {
	background: #80C566;
	color: #fff;
}


.hGroup { margin: 1.5em 0 1em; }

.social {
	float: right;
	list-style: none;
	margin: 6px 0 0;
	min-width: 167px;
	padding-left: 0;
}
.social > li {
	float: left;
	margin-left: 10px;
}
.social > .facebook {
	margin-left: 0;
	min-width: 57px;
}

.social > .twitter { min-width: 56px; }
.social > .google { min-width: 32px; }

.pageTitle,
.pageSubtitle {
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.pageSubtitle { font-size: 1.25em; }

.mainColumn {
	float: right;
	width: 640px;
}
.mainColumn:only-child {
	float: none;
	margin: 0 auto;
}

.leftSidebar {
	float: left;
	width: 262px;
}

.vNav {
	background: #333;
	border-radius: 4px;
	margin: 1.5em 0 .214em;
	padding: .214em;
}
.vNav > h2 {
	margin-top: 0;
	padding: 0 1px;
}

.vNav > h2 > a {
	color: #fff;
	padding-left: 35px;
	text-decoration: none;
}
.vNav > ul {
	list-style: none;
	margin-top: .214em;
	padding: 1px;
}

.vNav > ul > li { border-top: 1px solid #111; }

.vNav > ul > li > a {
	/* background: url('../img/logo-bug-veritical-nav.png') 15px 50% no-repeat; */
	border-radius: 2px;
	color: #fff;
	display: block;
	padding: .25em 0 .25em 25px;
	transition: none;
}

.vNav > ul > li > a:hover,
.vNav > ul > li > a:focus {
	background-color: #95E577;
	color: #333;
	text-decoration: none;
}

.vNav > ul > li > a.here {
	background-color: #80C566;
	color: #333;
	text-decoration: none;
}

footer {
	border-top: 1px solid;
	margin-top: 2em;
}


footer > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

footer small { white-space: nowrap; }


/* normalization */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}


audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template { display: none; }


a {
	color: #2353BA;
	background: transparent;
	text-decoration: none;
	transition: color .2s linear;
}

a:hover,
a:focus {
	color: #003E7E;
	text-decoration: underline;
}

a:active,
a:hover { outline: 0; }


abbr[title] { border-bottom: 1px dotted; }

address { font-style: normal; }

address, h2, h3, h4, hr, p, ol, ul { margin: 1.5em 0 .214em; }

b,
strong { font-weight: 700; }


dfn { font-style: italic; }

h2,
h3 {
	color: #6D2526;
	font-weight: 400;
}

h2 { line-height: 1.238; }

h3 { font-size: 1.143em; }

mark {
	background: #ff0;
	color: #000;
}


small { font-size: .857em; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }


img { border: 0; }

img[height][width],
img:not([height]) {
	height: auto;
	max-width: 100%;
}

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }


hr {
	box-sizing: content-box;
	height: 0;
}


pre { overflow: auto; }


code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}


button { overflow: visible; }


button,
select { text-transform: none; }


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }


input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}


legend {
	border: 0;
	padding: 0;
}

textarea {
	line-height: 1.5;
	min-height: 4.5em;
	min-width: 9em;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

/* placeholder text */

::placeholder {
	color: #595959;
	font-style: italic;
	opacity: 1;
}

optgroup { font-weight: 700; }


/* forms (template-specific) */

label { vertical-align: top; }


button,
input,
textarea { padding: 2px 3px; }

select { padding: 1px; }


button,
input,
select,
textarea {
	border: 1px solid #ababab;
	max-width: 100%;
	text-transform: none;
	vertical-align: top;
}


/* hover/focus */
input:hover,
select:hover,
textarea:hover { border-color: #808080; }

input:focus,
select:focus,
textarea:focus {
	background: #fff;
	border-color: #3C7FB1;
}


/* buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: linear-gradient(#f2f2f2, #ebebeb 50%, #ddd 50%, #cfcfcf); /* emulates Firefox on Windows 7 */
	border: 1px solid #888;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-radius: 3px;
	font-weight: 700;
	padding: 2px .5em;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: linear-gradient(#EAF6FD, #D9F0FC 50%, #BEE6FD 50%, #A7D9F5); /* emulates Firefox on Windows 7 */
	border: 1px solid #3C7FB1;
}

button:active,
input[type="button"]:active,
input[type="image"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	bottom: -1px;
	position: relative;
	right: -1px;
}


input[type="image"] {
	border: 0;
	padding: 0;
}


button.secondary,
input.secondary { font-weight: 400; }


/* disabled */
button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
select:disabled,
select:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
	background: #e6e6e6;
	border-color: #ababab;
	color: #666;
	cursor: default;
}


/* read-only */
input[readOnly],
select[readOnly],
textarea[readOnly] {
	background: 0;
	border-color: transparent;
	cursor: text;
	text-overflow: ellipsis;
}


optgroup {
	font-style: normal;
	padding-bottom: 4px;
}
optgroup:before { color: #666; }

optgroup > option { padding-left: 1em; }


option:hover,
option:focus {
	background: #39f;
	color: #fff;
	cursor: pointer;
}


/* forms (with layout class) */

.layout span.required {
	color: #A00;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	margin-right: 2px;
	position: relative;
	top: 3px;
}

.layout > div,
.layout fieldset > div {
	border: 1px solid transparent;
	clear: both;
	overflow: hidden;
	padding: .5em .25em;
}

.layout > .noLabel,
.layout fieldset > .noLabel { padding-left: 211px; }

.layout.striped > div:nth-child(odd),
.layout.striped fieldset > div:nth-child(odd) { background: #fff; }
.layout.striped > div:nth-child(even),
.layout.striped fieldset > div:nth-child(even) { background: #f6f6f6; }

.layout fieldset {
	border: 1px solid transparent;
	border-radius: 3px;
	clear: both;
	margin: .5em 0;
	padding: 0;
}
.layout fieldset.border { border-color: #c0c0c0; }

.layout legend {
	font-size: 1.071em;
	font-weight: 700;
	margin-left: 10px;
	padding: 0 10px;
}

.layout .legend {
	border-bottom: 1px solid #999;
	font-size: 1.071em;
	font-weight: 700;
	margin-top: 2px;
	padding: 5px 20px;
}

.layout legend ~ fieldset legend,
.layout .legend ~ fieldset .legend {
	font-size: 1em;
	font-weight: 400;
}

.layout label {
	display: inline-block;
	margin-right: 3px;
	text-align: right;
	width: 200px;
}

.layout label.secondary {
	font-size: .929em;
	margin-left: 3px;
	text-align: left;
	width: auto;
}

.layout .caption {
	display: block;
	font-size: .929em;
	font-style: italic;
	margin-left: 157px;
}

.layout .noLabel .caption { margin-left: 0; }


/* width constraints */

.layout label + input,
.layout label + select,
.layout label + textarea { max-width: 570px; }

.noRightSidebar .layout label + input,
.noRightSidebar .layout label + select,
.noRightSidebar .layout label + textarea { max-width: 810px; }


/* option groups */

.layout .optionGroup {
	clear: both;
	padding: 4px 4px 4px 213px;
}

.layout fieldset .optionGroup { padding: 4px 3px 4px 160px; } /* nested fieldsets */


.layout .optionGroup legend { margin-left: -151px; }

.layout .optionGroup label {
	margin: 0 2px;
	text-align: left;
	width: 325px;
}


.noRightSidebar .layout .optionGroup label { width: 845px; }


.layout .optionGroup span.label {
	display: inline-block;
	margin-left: -157px;
	margin-right: 3px;
	text-align: right;
	vertical-align: top;
	width: 150px;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th { padding: 0; }


/* helper classes */

.alert { color: #a00; }

.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after { clear: both; }

img.border { border: 1px solid #999; }
img.left {
	float: left;
	margin: 0 1em 1em 0;
}
img.right {
	float: right;
	margin: 0 0 1em 1em;
}

/* in-content message boxes */
.message-box {
	background: #f9f9f9 .615em 1.5em no-repeat;
	border-color: #e8e8e8 #ddd #ddd #e8e8e8;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-radius: 3px;
	box-shadow: 0 0 2em rgba(0, 0, 0, .05) inset;
	font-size: .929em;
	margin: 1.5em 0 .214em;
	min-height: 3em;
	overflow: hidden;
	padding: 1px 1em 1em 1em;
	position: relative;
}

.message-box.failure {
	background-color: #FFECEE;
	background-image: url("../img/chalkwork/stop_24x24.png");
}

.message-box.info {
	background-color: #f1f8ff;
	/* background-image: url("../img/chalkwork/info_24x24.png"); */
}

.message-box.loading {
	background-color: #f6f6f6;
	background-image: url("../img/loadingCircle.gif");
}

.message-box.success {
	background-color: #E9F9E8;
	background-image: url("../img/chalkwork/confirm_24x24.png");
}

.message-box.warning {
	background-color: #FFEFC5;
	background-image: url("../img/chalkwork/warning_24x24.png");
}

p.center { text-align: center; }

@media (min-width: 988px) {
	.leftSidebar.sticky {
		position: sticky;
		top: 53px;
	}
	.leftSidebar:not(.sticky) { margin-top: 25px; }
}

.join { margin-top: .25em; }

.oversized > li { margin: 1.5em 0 .214em; }

.twoColumn { overflow: hidden; }
.twoColumn > div {
	box-sizing: border-box;
	float: left;
	width: 47.5%; /* ( (520 * .5) - 14) / 520 */
	width: calc(50% - 1em);
}
.twoColumn > div + div { float: right; }

.visuallyHidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* toggling */
.message-box button,
.message-box button:hover,
.message-box button:focus {
	background: #80C566;
	border-color: #3CB17F;
	color: #fff;
	float: right;
	vertical-align: text-bottom;
}

.message-box button:hover,
.message-box button:focus {
	background: #659C51;
	border-color: #333;
}

.new::after {
	color: #AA0000;
	content: ' New!';
	display: inline-block;
	margin-left: .5em;
	transform: rotate(-10deg);
}

@media (min-width: 780px) {
	.fixed > a { display: none; }
	.fixed > .hNav {
		background: #e1e1d4;
		border-bottom: 1px solid #999;
		left: 0;
		max-width: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 101;
	}
	.fixed > .hNav > li:first-child { display: inline-block; }
	.fixed > .hNav > li:first-child > a { border-radius: 4px 0 0 4px; }

	.fixed > .hNav > li:first-child + li > a { border-radius: 0; }

	.fixed > .hNav > li:first-child > a {
		background-image: url("../img/logo-bug-sticky.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		color: transparent;
		min-width: 42px;
	}

	.fixed > .hNav > li > a:not(.here):not(:hover):not(:focus) { background-color: none; }

	header.fixed + main .hGroup { margin-top: 53px; }

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.fixed > .hNav > li:first-child > a {
		background-image: url("../img/logo-bug-sticky-retina.png");
		background-size: 39px 38px;
	}
}

@media (min-width: 720px) {
	.hNav > li:nth-child(2) > a { border-radius: 4px 0 0 4px; }
	.hNav > li:last-child > a { border-radius: 0 4px 4px 0; }
}

@media (min-width: 800px) {
	.hNav > li > a { padding: 1em; }
	.hNav li a[href^="//"] {
		background-position: right 1em top 50%;
		padding-right: 40px;
	}
}

@media (min-width: 900px) {
	.hNav > li > a { padding: 1em 1.5em; }
	.hNav li a[href^="//"] {
		background-position: right 1.5em top 50%;
		padding-right: 48px;
	}
}

@media (max-width: 987px) {
	.leftSidebar,
	.mainColumn {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 720px) {
	.mainColumn { max-width: 100%; }
}

@media (max-width: 650px) {
	.layout label {
		display: block;
		text-align: left;
		width: 100%;
	}
	.layout > .noLabel,
	.layout fieldset > .noLabel {
		padding-left: 0;
	}
}

@media (max-width: 550px) {
	html, button, input, optgroup, select, textarea { font-size: .8125rem; }

	.vNav > ul > li > a {
		background-position: 4px 50%;
		background-size: 26px 26px;
		padding-left: 34px;
	}
}

@media (max-height: 460px) {
	html { background: linear-gradient(to bottom, #80c566, #80c566 39.13%, #e21d27 39.13%, #e21d27 41.30%, #f1f1f1 41.308%, #f1f1f1) repeat-x fixed; }
}

@media (max-width: 440px) {
	header > a { font-size: 1.5em; }

	footer small { white-space: normal; }
}
