#gc-content,
#gc-content h1,
#gc-content h2,
#gc-content h3,
#gc-content h4 {
  font-family: 'Open Sans';
}

#gc-content a {
  text-decoration: none;
}

#gc-content a:hover {
  text-decoration: underline;
}

#gc-content article h2 {
  border-bottom: 0;
}

#gc-content section header h2 {
  border-bottom: none;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 120%;
}

#gc-content hr {
  visibility: show;
}

#gc-content hr.drop-shadow {
  border: 0;
  background: transparent;
  border-radius: 350px / 20px;
  -moz-border-radius: 350px / 20px;
  -webkit-border-radius: 350px / 20px;
  box-shadow: 0px 0px 15px 10px #eee;
  -moz-box-shadow: 0px 0px 15px 10px #eee;
  -webkit-box-shadow: 0px 0px 15px 10px #eee;
  clear: both;
  height: 30px;
  margin-left: 10%;
  position: relative;
  top: -46px;
  width: 80%;
  visibility: visible;
  z-index: 1;
}

header > a.more,
header > a.more:visited {
  font-size: 11px;
  font-weight: normal;
  color: #999;
  text-decoration: none;
}

header > a.more:hover {
  text-decoration: underline;
}

/* homepage treatment */


#gc-content .features > section {
  float: left;
  margin: auto 0 24px;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 49%;
  z-index: 0;
}

#gc-content .features > section.web-games {
  background: #ffd24d url('../images/web-games.png') no-repeat 50% 50%;
}

#gc-content .features > section.mobile-games {
  background: #3078f0 url('../images/mobile-games.png') no-repeat 50% 50%;
  float: right;
}

#gc-content .features header {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  z-index: 0;
}

#gc-content .features summary {
  bottom: 0;
  padding: 6px 12px;
  position: absolute;
  z-index: 3;
}

#gc-content .features > section.mobile-games summary {
  color: #fff;
}

#gc-content .features > section.mobile-games summary a,
#gc-content .features > section.mobile-games summary a:visited {
  color: #fafafa;
}

/* updates */

#gc-content .announcements {
  position: relative;
  margin-top: 13px;
}

#gc-content .announcements header {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 2px;
}

#gc-content .announcements .hentry h4 {
  margin: 0;
}

#gc-content .announcements .hentry .entry-title {
  display: inline;
  font-size: 14px;
}

#gc-content .announcements .hentry h4 time {
  font-size: 11px;
  font-weight: normal;
  color: #bbb;
}

#gc-content .announcements .hentry h4 time::before {
  content: "•";
  margin: 0 4px;
  color: #262626;
}

#gc-content .announcements .feed > article .content,
#gc-content .announcements .hentry .content {
  font-size: 12px;
  line-height: 16px;
}

#gc-content .announcements .feed > article {
  padding-top: 0;
  margin-top: 4px 0 6px;
}

#gc-content .announcements p {
  margin-bottom: 0;
}

#gc-content .announcements,
#gc-content .case-studies {
  width: 49%;
}

#gc-content .announcements {
  float: left;
}

/* case studies */

#gc-content .case-studies {
  background-color: #ff9333;
  float: right;
}

#gc-content .case-studies header {
  padding: 6px 12px;
}

#gc-content .case-studies figure a {
  display: block;
  text-align: center;
  width: 100%;
}

#gc-content .case-studies figure img {
  margin: 1em auto;
}


/* story title (hero) section */

#gc-content .hero {
  background: #fff;
  padding: 16px 0 0 0;
}

/* styles required to support following <hr class="drop-shadow"> */
#gc-content .story .hero {
  min-height: 150px;
  position: relative;
  z-index: 2;
}

#gc-content .hero h1.title {
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  line-height: 120%;
}

#gc-content .hero summary {
  color: #666;
}

/* figures */

#gc-content figure {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#gc-content figure img {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 6px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#gc-content figure img.plain {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#gc-content figure figcaption {
  font-style: italic;
  color: #777;
  text-align: left;
}

#gc-content figure figcaption em {
  font-style: normal;
}

/* left aligned */
#gc-content figure.inline {
  float: left;
  border: 0;
  margin: 0 44px 22px 0;
}

/* right aligned */
#gc-content figure.inline.alt {
  float: right;
  border: 0;
  margin: 0 0 22px 44px;
}

#gc-content .read-more,
#gc-content .read-more:visited,
#gc-content .read-less,
#gc-content .read-less:visited {
  color: #777;
  font-size: 11px;
}

#gc-content .read-more:before {
  content: "▾";
  padding-right: 2px;
}

#gc-content .read-less:before {
  content: "▴";
  padding-right: 2px;
}

#gc-content a[data-clickall=true] {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.home-web {
  float: left;
  width: 45%;
  min-width:45%;
  padding-left: 40px;
}

.home-mobile {
  float: left;
  width: 45%;
  min-width:45%;
}

.home-mobile-top {
  padding-top: 5px;
}

.features-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

#feature-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-left {
  float: left;
  width: 290px;
  padding: 0 30px 0 0;
  margin: 0;
}

.web-middle {
  float: left;
  width: 290px;
  padding: 0 30px 0 0;
  margin: 0;
}
.web-right {
  float: left;
  width: 290px;
  padding: 0;
  margin: 0;
}

.feature-p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.feature-title {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.hr {
  color: #eee;
  border: 0;
  height: 1px;
}
.showcase ul {
  margin: 0;
  padding: 0 0 40px 0;
  list-style: none;
  width: 100%;
}
.showcase li {
  margin: 0 0 1.8em 0;
  font-family: 'Open Sans';
}
.showcase li a {
  font-weight: bold;
}
.showcase img {
  float: left;
  padding: 0 1em 0 0;
  margin: 0;
}
.showcase li p {
  margin: 0 2em 0 3.6em;
}
.left {
  float: left;
  width: 460px;
  padding-right: 40px;
}
.right {
  float: left;
  width: 460px;
}

h5 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.features-container dt {
  margin-top: 0.5em;
}

/* Clearfix solution credit to Nicolas Gallagher */
/* http://nicolasgallagher.com/micro-clearfix-hack/ */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
