.full-width {
  width: 100%;
}

.center-text {
  text-align: center;
}

.heading {
  font-weight: bold;
}

.plain-list {
  list-style: none;
}

#mobileid-home h1 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 15px;
}

#mobileid-home h2 {
  font-size: 22px;
  line-height: 30px;
  color: #777;
}

#mobileid-hero {
  padding-top: 15px;
  padding-bottom: 70px;
}

#simplelp #mobileid-hero {
  padding-bottom: 0px;
}

.mobileid-logo {
  margin-bottom: 20px;
}

.mobileid-email-input {
  height: 35px !important;
  vertical-align: -webkit-baseline-middle !important;
  font-size: 18px !important;
  margin-right: 10px;
}

.mobileid-sign-in {
  font-size: 13px;
}

.hero-text {
  margin-bottom: 20px;
}

#mobileid-value {
 /* background-color: #5f90f7;*/
  background-color: #1637A7;
  color: #fff;
  padding: 60px 0 30px 0;
  -webkit-font-smoothing: antialiased;
}

.value-item {
  float: left;
  width: 290px;
  margin: 0 17px 40px 17px;
}

.value-item-img {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
  width: 54px;
}

.value-item-body {
  display: table-cell;
  font-size: 16px;
  padding-right: 20px;
  vertical-align: top;
}

.value-item-body .heading {
  font-size: 24px;
}

.value-item-body p {
  margin-bottom: .2em;
}

#mobileid-employers {
  background-color: #efefef;
  padding: 50px 0 20px 0;
  text-align: center;
}

#mobileid-employers h2 {
  margin-bottom: 40px;
}

.employer-logos {
  margin: 0;
  padding: 0;
}

.employer-logos li {
  display: block;
  float: left;
  width: 155px;
  margin: 0 20px 60px 20px;
}

.employer-logos li img {
  width: 100%;
}

#mobileid-steps {
  color: #666;
  font-size: 16px;
  padding: 60px 0;
  text-align: center;
}

#simplelp #mobileid-steps {
  padding-top: 0px;
}

#mobileid-steps .heading {
  color: #f60;
}

#mobileid-steps h2 {
  margin-bottom: 42px;
}

.step-items {
  margin-bottom: 60px;
  overflow: hidden;
}

.step-item {
  float: left;
  text-align: center;
  width: 252px;
  padding: 0 36px;
}

.step-item img {
  margin-bottom: 20px;
}

.step-item p {
  margin-bottom: .2em;
}

/* Footer */

.footer {
  height: 34px;
  width: 100%;
  font-size: 9pt;
}

.footer a {
  color: #77c;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

#footerMainLinks {
  float: left;
  margin: 9px;
  margin-left: 12px;
  text-align: left;
  white-space: nowrap;
}

#footerLegal {
  float: right;
  margin: 9px;
  margin-right: 12px;
  text-align: right;
  white-space: nowrap;
}

/* CTA Buttons */

.btn {
  display: inline-block;
  padding: 8px 0;
  padding-left: 36px;
  padding-right: 36px;
  border: 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: repeat-x;
  vertical-align: middle;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
  *display: inline;
  *zoom: 1;
  *border: 0;
}

.btn:hover {
  transition: initial;
}

.btn:hover:before {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.btn:focus {
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.btn:active {
  background-color: #D9D9E2;
  background-image: none;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary {
  color: #fff;
  text-shadow: 0 0 rgba(0, 0, 0, 0.33);
  border-color: #2c6efb;
  background-color: #2164f3;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.21), 0 1px 2px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.21), 0 1px 2px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.21), 0 1px 2px rgba(0, 0, 0, 0.34);
  z-index: 1;
  position: relative;
}

.btn-primary:before {
  content: "";
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, #3093f9, #1237ee);
  opacity: 1;
}

.btn-primary:hover:before {
  opacity: 0;
}

.btn-primary:focus {
  -moz-box-shadow: 0 0 1px 0 #000;
  -webkit-box-shadow: 0 0 1px 0 #000;
  box-shadow: 0 0 1px 0 #000;
}

.btn-primary:active {
  background-color: #2164f3;
  background-image: none;
  color: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 6px 10px 0 rgba(4, 43, 124, 0.64);
  -webkit-box-shadow: inset 0 6px 10px 0 rgba(4, 43, 124, 0.64);
  box-shadow: inset 0 6px 10px 0 rgba(4, 43, 124, 0.64);
}

.btn-secondary {
  color: #333;
  text-shadow: 0 1px #fff;
  border-color: #9a99ac;
  border-bottom-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #f8f8f9, #d9d9e2);
  background-color: #D9D9E2;
}

.btn-disabled {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  cursor: default;
  background-image: none;
}

.btn-lg {
  padding: 12x 0;
  padding-left: 20px;
  padding-right: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
}

.mobileid-employer-link {
  font-size: 16px;
  margin-left: 0;
  margin-top: 30px;
}

.btn-sm,
.btn-xs {
  padding: 3px 6px;
  font-size: 12px;
}

.btn-xs {
  padding: 0 6px;
}

.btn-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

button::-moz-focus-inner {
  border: 0;
}

.btn:focus {
  outline: 0;
}

#faq {
  color: #666;
  font-size: 16px;
  padding: 60px 0 100px 0;
  text-align: left;
  border-top: 1px solid #ddd;
}
#faq .heading {
  color: #f60;
}
#faq h2 {
  margin-bottom: 42px;
}
.faq-items {
  overflow: hidden;
  margin-bottom: 40px;
}
.faq-item {
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.faq-item p {
  margin-bottom: 0;
  padding: 20px;
}
.faq-item-question {
  color: #f60;
  font-weight: bold;
  background-color: #F5F5F5;
  padding: 24px;
}
.faq-items {
    display: table;
}
.faq-items .row {
    display: table-row;
}
.row.hidden {
  display: none;
}
.faq-item {
    display: table-cell;
    float: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2)
}
.faq-spacer {
    display: inline-block;
    width: 19px;
}
.row.spacer {
    height: 20px;
}

/* Responsive */

@media (max-width: 991px) {

  #mobileid-hero {
    padding-bottom: 75px;
  }

  #simplelp #mobileid-hero {
    padding-bottom: 0px;
  }

  .value-items,
  .employers-content {
    width: 85%;
    margin: 0 auto;
  }

  .value-item {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .container {
    width: 100%;
  }

  .row {
    margin-left: 0;
  }

  .employer-logos li {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .mobileid-logo img {
    width: 200px;
  }

  .step-item {
    float: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 85%;
  }

  .value-item-img {
    width: 44px;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }

  #mobileid-home h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  #mobileid-home h2 {
    font-size: 22px;
    line-height: 28px;
    /*color: #777;*/
	color: #000000;
  }

  #footerMainLinks {
    display: none;
  }

  #footerLegal {
    float: none;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }

  #g_nav {
    display: none;
  }

  #faq {
    padding-right: 20px;
    padding-left: 20px;
  }
  #faq .row,
  #faq .span4 {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #faq .span4 {
    width: 100%;
    display: block;
    margin: 0 0 20px;
  }
  #faq .span12 {
    width: 100%;
    margin: 20px 0 0;
  }
  #faq .faq-spacer,
  #faq .row.spacer,
  .view-more-faqs {
    display: none !important;
  }

  #faq div, #faq p, #faq {
    box-sizing: border-box;
  }

}