#content {
    width: 100%;
    max-width: 100%;
}

h1 {
  font-size: 3em;
  text-align: center;
  font-weight: 300 !important;
  text-transform: uppercase;
}

h1 b {
	font-size: 1em;
	font-weight: 100 !important;
	color: #666;
  margin-left: .5em;
  text-transform: none;
}

@media (max-width: 640px) {
    h1 b {
	    white-space: nowrap;
    }
}

h1 .appicon {
  height: 2em;
  max-height: 128px;
  vertical-align: middle;
  margin-right: .6em;
}

#slideshow {
    position: relative;
    max-width: 100%
}

#slideshow img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    opacity: 0.0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow img:first-child {
    position: static;
    display: block;
}

p.projectDesc {
  text-align: center;
  margin: 0;
}

ul.cols {
  clear: both;
  float: left;
  padding-top: 2em;
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.cols > li {
  text-align: left;
  font-size: .8em;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0 0 0 1%;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 250ms;
  line-height: 150%;
  padding-bottom: 2em;
}


@media (max-width: 640px) {
    ul.cols > li {
        width: 48%;
    }
}

ul.features {
  clear: both;
  float: left;
  padding-top: 2em;
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

ul.features li {
  text-align: left;
  font-size: .8em;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  min-width: 23%;
  margin: 0 0 0 1%;
  line-height: 150%;
  padding-bottom: 2em;
  position: relative;
  overflow: hidden;
}

ul.features li b {
  font-weight: normal;
  margin-bottom: .25em;
  display: block;
  color: #333;
}

ul.features li img {
  display: block;
  margin: 1em 0;
}

@media (max-width: 640px) {
    ul.features > li {
        width: 48%;
    }
}

.downloads {
  background: #DDEFF5;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.15);
}

.box {
  display: block;
  overflow: auto;
  font-size: 1.45em;
  width: 30em;
  padding: 1em;
}

#readMore ul {
	padding: 0;
}

#readMore li {
	font-size: .9em;
	padding: .1em 0;
}

.twoColLeft {
  clear: both;
  float: left;
  width: 45%;
  padding: 1em 0 0 0;
  font-size: .8em;
}

.twoColRight {
  float: right;
  width: 45%;
  padding: 1em 0 0 0;
  font-size: .8em;
}

p.mini {
  padding: 0;
  margin: 0;
  line-height: 140%;
}

.social * {
  vertical-align: top !important;
}

#news .date {
  color: #666;
  font-size: .7em;
  display: inline-block;
  min-width: 3.5em;
}

#news li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.twoColRight h2, .twoColLeft h2, #news h2 {
  font-size: 1.1em;
}

#news ul, #news li {
  width: auto;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 160%;
  vertical-align: middle;
  list-style: none;
}

#news li a {
  text-decoration: none;
}

#critique {
	clear: both;
	position: relative;
	width: 50%;
	min-width: 20em;
	margin: 0 auto;
	padding: 3em 0 0 0;
	font-family: Georgia, "Bitstream Charter", serif;
	color: #666;
}

#critique ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 9em;
}

#critique li p:before {
	float: left;
	display: block;
	content: "“";
	font-size: 100px;
	margin: .3em .1em .5em 0;
}

#critique li p {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
}

#critique li span {
	font-style: italic;
	text-align: right;
	display: block;
	color: #999;
}

#critique li {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
  max-width: 100%;
  height: auto;
  background: #fff;
}

#critique li.active {
  z-index:10;
  opacity:1.0;
}

#critique li.last-active {
  z-index:9;
}

.modal ul {
    padding-left: 2em !important;
    list-style-type: none;
}

.modal ul li {
    text-indent: -1.2em;
}

.modal ul li:before {
    font-family: "icons";
    speak: none;
    display: inline-block;
    content: '\E80C';
    width: 1.2em;
    text-align: center;
}
