@charset "utf-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
*,
*:after,
*:before {
	box-sizing: border-box;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* Chicago's Beloved Custom CSS */
body {
	background: #000 url(/portfolio/chicagos-beloved/site/images/cb-bg.jpg) center top no-repeat;
	background-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 24px;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
.wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 960px;
	z-index: 100;
	margin: 0 auto;
}
	header img {
		margin-left: -7px;
		width: 100%;
		max-width: 644px;
		height: auto;
	}
nav {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
	nav ul {
		padding: 0;
		margin: 15px 0 0;
	}
	nav li {
		display: inline-block;
		list-style: none;
		margin: 0 10px;
	}
	nav a {
		color: #fff;
		text-decoration: none;
	}
		nav a:hover {
			text-decoration: underline;
		}
.slideshow {
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	padding-top: 44.48%;
	color: #fff;
	width: 100%;
	max-width: 960px;
	background: url(/portfolio/chicagos-beloved/site/images/oct5.jpg) center top no-repeat;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
}
	.slideshow img {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
.box {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
}
.left-box {
	width: 58%;
	margin-right: 2%;
}
.right-box {
	width: 40%;
}
	.right-box ul {
		margin: 12px 0;
		padding: 0 0 0 2.049%;
	}
main {
	width: 100%;
	top: 182px;
	position: relative;
	padding-bottom: 182px;
}
main.box {
	display: block;
	padding-top: 50px;
	margin-bottom: 197px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
footer {
	width: 100%;
	display: block;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
	footer img {
		vertical-align: middle;
	}
.no-margin {
	margin: 0;
}
.alert {
	color: #f00;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	.slideshow {
		background-size: contain;
	}
}
@media screen and (max-width: 644px) {
	main {
		top: 28.5vw
	}
}
@media screen and (max-width: 480px) {
	.box {
		float: none;
		width: 100%;
	}
}