/* Add here all your css styles (customizations) */

#logo-header {
  height: 48px;
  vertical-align: top;
}

.animated .input-group .gu-register-button {
  line-height: 22px;
}


.certification {
  background-color: #f9faf7;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,10);
  -moz-box-shadow: 0 2px 4px 2px rgba(0,0,0,10);
  box-shadow: 0 2px 4px 2px rgba(0,0,0,10);
}

.eoc {
  background-color: #EFF4E0;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
}


.certificate {

  font-size: 16px;
}

.certificate h3, .certificate h2, .certificate h1 {
  text-align: center;
}

.certificate .student-name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.certificate .mentor {
  font-size: 14px;
  border-top: 1px dotted #e4e9f0;
  width: 200px;
}
.certificate .signature img {
  margin-top: 10px;
  width: 180px;
}

.frontpage {
  padding-top: 5px;
}

.frontpage .purchase {
  padding-top: 10px;
  line-height: 40px;
  padding-bottom: 10px;
}

.purchase #twitter-message {
  text-align: right;
}


.frontpage .register-text {
  font-size: 16px;
}

.frontpage .gu-outcomes-img {
  height: 150px;
}

.slides .gu-slides img {
  background: 'grey';
  opacity:0.4;
  filter:alpha(opacity=40); /* For IE8 and earlier */
}

.privacy li {
   list-style-type: none;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.mouseover {
  cursor: pointer;
}

.referral_url {
  max-width: 400px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/* pricing page */
.pricing > .online h3 {
  background:#437a34;
}
.pricing > .business h3 {
  background:#B40431;
}
.pricing > .cert h3 {
  background:#41436c;
}


.main-services .online {
  border-top: 20px solid #74C52C;
}
.main-services .cert {
  border-top: 20px solid #437a34;
}

.main-services .business {
  border-top: 20px solid #41436c;
}
