
.dropZone {
  border-radius: 6px;
  margin-bottom: 2em;
  min-height: 380px;
  padding: 0 0 .5em;
  text-align: center;
  border: 1px solid #FFF;
}

.column-title {
  background: #FFF;
}

.dropZone img {
  border-radius: 6px 6px 0 0;
  margin: 0 auto 10px;
}

.draggable, .dropZone .draggable {
  background-color: #C12217;
  border-radius: 6px;
  color: rgba(255,255,255,1);
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: .5em;
  text-align: center;
  z-index: 2;
}

.draggable {
  width: 100%;
  cursor: move;
}

.dropZone .draggable {
  height: auto!important;
  margin-bottom: 6px;
  width: 96%!important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}

#statementStack {
  text-align: center;
}

.alert {
  margin: 2em 0 0;
}

.column-title {
  margin-bottom: 10px;
}

.column-title h3 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 0;
  margin: 0;
}


/* Screen 2 */

#card-container {
  margin-top: 30px;
}

.btn-logo {
  border: 1px solid #FFF;
  margin-bottom: 4px;
  border-radius: 4px;
  cursor: pointer;
}

#btn-logo-container:hover .btn-logo { opacity:0.5; }
#btn-logo-container .btn-logo:hover { opacity:1; }

.active-logos > .col-xs-6 > .btn-logo {
	opacity:0.5;
}

.active-logos > .col-xs-6 > .active-logo {
	opacity:1;
}

.it-crowd-card,.card {
  width: 100%;
  border: 1px solid #FFF;
  margin-bottom: 4px;
  border-radius: 4px;
}

.card .inner, .it-crowd-card .inner {
  padding: 10px;
  font-size: 14px;
}

.disabled {
  border-color: #333;
  color: #333
}

.active {
  border-color: #FFF;
  color: #FFF
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){


}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}