/* grid */
.row { position:relative; margin-left:-20px; }
.row:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.row { display:inline-block; }
.row { display:block; }
.col { padding-left:20px; float:left; position:relative;}
.col-1{ width: 40px; }
.col-2{ width: 100px; }
.col-3{ width: 160px; }
.col-4{ width: 220px; }
.col-5{ width: 280px; }
.col-6{ width: 340px; }
.col-7{ width: 400px; }
.col-8{ width: 460px; }
.col-9{ width: 520px; }
.col-10{ width: 580px; }
.col-11{ width: 640px; }
.col-12{ width: 700px; }

.step-icon {
  width: 36px;
  float: left;
  clear: left;
  margin: 14px 14px 20px 20px;
}
.step-description {
  float: left;
  width: 620px;
  margin-bottom: 20px;
}
.context-hackathon .highlight {
  margin: 20px 0;
  padding: 20px 30px;
  font-weight: bold;
  background-color: #eee;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.context-hackathon blockquote {
  border-left: 4px solid #ddd;
  padding-left: 20px;
  margin: 36px;
  font-style: italic;
}
.sup {
  position: relative;
  font-size: 70%;
  top: -8px;
}

/* Dell process bar */
.process-bar {
  background: transparent url('/sites/default/files/process-background-3.gif') top left no-repeat;
  border: none;
  padding: 0;
  width: 100%;
}
.process-bar th, .process-bar td {
  vertical-align: top;
  text-align: center;
  border: none;
  width: 20%;
  background: transparent;
  padding-top: 0;
}
.process-bar th {
  padding-top: 82px;
}
.process-bar h3 {
  text-transform: uppercase;
}
.process-bar em {
  font-style: normal;
  font-weight: bold;
  color: #0083CA;
}
.process-bar p {
  margin-top: 0;
}

/* Dell 8x grid */
.grid8x {
  margin-right: -10px;
}
#region-content .block .grid8x a {
  display: block;
  padding: 14px;
  height: 200px;
  width: 141px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #0083ca;
  color: #fff !important;
  float: left;
  text-align: center;
  font-weight: bold;
  line-height: 17px;
  transition: 0.3s;
}
#region-content .block .grid8x a:hover {
  background-color: #45abdc !important;
}
.grid8x a img {
  margin: 0 auto 10px auto;
  opacity: 0.5;
  display: block;
  transition: 0.3s;
}
.grid8x a:hover img {
  opacity: 1;
}