#banner {
  margin-top: 20px;
  padding-bottom: 0;
  max-height: 473px;
  overflow: hidden;
}
#banner img {
  max-height: 473px;
}
h1#project-name,
h1#company-name {
  color: #fdb813;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 34px;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}
h4#project-name {
  color: black;
  margin-top: -10px;
  margin-bottom: 20px;
}
#project-info {
  height: 370px;
}
#project-info h2 {
  font-weight: bold;
  font-size: 18pt;
}
#project-status .progress {
  margin: 0;
  margin-bottom: 10px;
}
#project-status {
  font-weight: 900;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  color: #fdb813;
}
.front-link,
.front-disabled {
  font-weight: 900;
  font-family: "museo-sans", sans-serif;
  font-size: 30px;
  text-align: center;
  display: block;
  padding: 20px 0;
  color: white;
  background: #fdb813;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.front-link {
  margin: 20px 0;
}
.front-link:hover {
  background: #f9b102;
  color: white;
}
.front-disabled {
  color: #fdb813;
  background: white;
}
.category-name {
  margin: 0;
}
.category-caption {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
#project-menu ul {
  padding: 0;
}
#project-content {
  font-size: 16px;
  padding-bottom: 25px;
  overflow: hidden;
}
#social-bar {
  padding: 15px 10px;
}
#reward-header {
  font-size: 22px;
  text-transform: uppercase;
  color: #808285;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}
.reward-box {
  margin-bottom: 20px;
  background: #f1f2f2;
  padding: 15px 15px 5px 15px !important;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.reward-box #div-select-reward {
  display: none;
  height: inherit;
  width: inherit;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0;
}
.reward-box #div-select-reward h3 {
  color: white;
  opacity: 1.0;
}
.reward-box h3,
.reward-box h5 {
  color: black;
  margin-top: 0;
}
a.reward-box,
a.reward-box:active,
a.reward-box:hover {
  display: block;
  color: #555555;
}
a.reward-box.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.reward-box .badge {
  background-color: #bbb;
}
.sponsor img {
  width: 90%;
  max-width: 150px;
  max-height: 180px;
}
.sponsor h6 {
  font-size: 14px;
  margin: 0;
  color: #676767;
}
.sponsor {
  overflow: hidden;
  margin-bottom: 10px;
}
.sponsor-info {
  padding-top: 0;
}
#rewards-page {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  padding-bottom: 20px;
}
#rewards-page div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}
input[type=image] {
  float: left;
  margin-right: 50px;
}
.image-label {
  color: #A2A2A2 !important;
  font-weight: normal !important;
  cursor: pointer;
  cursor: hand;
}
#project-content img {
  display: inline-block;
  max-width: 100% !important;
}
.left {
  float: left;
}
.form {
  padding-bottom: 10px;
}
#project-bg {
  margin-top: -10px;
  background-size: cover !important;
}
#project-bg .container {
  background: white;
  padding: 20px 20px;
}
.attachments a {
  font-weight: bold;
  color: #646464;
}
.attachments a:hover {
  color: #fdb813;
}
.bleak {
  color: #646464;
}
.alert-fade {
  opacity: .6;
}
.project-desc {
  font-size: 16px;
}
img.payment-option {
  background: #fff;
  border: 3px solid #fdb813;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline;
  transition: all .1s;
}
img.payment-option:hover {
  border: 3px solid #FFE99B;
}
.project-login-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
form.project-login-form {
  max-width: 400px;
  margin: 0 auto;
}
form.project-login-form > button {
  margin: 40px auto;
  display: block;
}
.project-login-alert {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}