#nav-container {
  margin-bottom: 0;
}

.inner-m2 {
  padding: 0;
}

.foot {
  margin-top: 0;
}

.fs1 {
  text-indent: -2000px;
}

.fs2 {
  text-indent: -2000px;
}

.fs3 {
  font-weight: bold;
}

.fs4 {
  font-size: 14px;
  color: #000;
  line-height: 23px;
}

.fs5 {
  font-size: 16px;
  font-weight: bold;
}

.fs6 {
  font-size: 16px;
  color: #4B4B4B;
}

.dTip {
  background-color: #999;
  color: #FFF;
  padding: 20px;
}

.legal {
  margin-top: 1.5em;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #666;
}

.submissions-col {
  margin-top: 75px;
  float: left;
}

.submissions {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
}

.submission {
  background: #fff;
  width: 282px;
  float: left;
  margin: 0 20px 20px 0;
}
.submission .thumbnail {
  display: block;
  position: relative;
}
.submission .thumbnail:before {
  content: "\f04b";
  color: #fff;
  font-size: 20px;
  width: 40px;
  background-color: #00AEEF;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  line-height: 40px;
  text-align: center;
  text-indent: 5px;
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  border-radius: 20px;
}
.submission .meta {
  padding: 15px 18px;
}
.submission .meta span {
  display: block;
}
.submission .name a {
  font-size: 16px;
  color: #00AEEF;
}
.submission .trail {
  font-size: 15px;
}
.submission .date {
  margin-top: 30px;
}

.submission:nth-child(3n+1) {
  clear: left;
}

.submission:nth-child(3n) {
  margin-right: 0;
}

.review-head {
  margin: 20px;
}

.about {
  font-size: 16px;
  line-height: 1.5em;
  float: left;
  width: 600px;
}
.about ul {
  padding: 0 0 0 25px;
}
.about li {
  list-style-type: disc;
}

.judge {
  width: 250px;
  float: left;
  margin: 50px 50px 0 0;
}
.judge .name {
  margin: 15px 0 10px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.judge .bio {
  font-size: 14px;
  line-height: 1.5em;
}



/*# sourceMappingURL=goprocontest.css.map */
