﻿ul.list-unstyled {
  font-size: 80%;
  padding: 0 20px 0 0; }

ul.list-unstyled li:nth-child(odd) {
  float: left;
  clear: left; }

ul.list-unstyled li:nth-child(even) {
  float: right;
  clear: right; }

h1 {
  text-align: center;
  text-transform: uppercase; }

.navbar {
  display: none; }

.page-header {
  border: none; }

.page-header p {
  text-align: center; }

.panel-heading .panel-title {
  display: none; }

.panel-default > .panel-heading {
  background-color: #fff; }

.panel-heading {
  border: 0;
  background: #fff url("/img/KeystoneIdentityManagerLogo.png") no-repeat center;
  background-size: 350px 150px;
  height: 200px; }

.panel-body {
  padding: 15px; }

.btn {
  width: 100%; }

.btn-primary {
  background-color: #63B245;
  border-color: #63B245; }

.help-block {
  font-size: 85%; }

.btn-primary:hover {
  background-color: #354F25;
  border-color: #354F25; }

body {
  color: #354F25; }

a {
  color: #63B245; }

h1 small {
  display: block; }

div.page-loggedOut div.page-header div {
  text-align: center; }

a:hover, a:focus {
  color: #354F25; }

label[for=username], label[for=UserName], label[for=Email], label[for=password] {
  display: none; }

.form-control:focus {
  border-color: #63B245;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(53, 79, 37, 0.6); }

#RecaptchaDirections {
  text-align: center; }

#RecaptchaDiv div {
  margin: auto; }

.editor-validation, .field-validation-error, .validation-summary-errors {
  color: #FF0000; }

@media (min-width: 768px) {
  .panel-heading {
    background-size: 300px 125px;
    height: 150px; } }

@media (min-width: 992px) {
  .panel-heading {
    background-size: 350px 150px;
    height: 200px; } }

@media (max-width: 400px) {
  .panel-heading {
    background-size: 300px 125px;
    height: 150px; } }

@media (max-width: 350px) {
  .panel-heading {
    background-size: 250px 100px;
    height: 125px; } }

.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.page-loggedOut iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

/*//Assorted styles found throughout Old Keystone
.page-login .list-unstyled {
    margin-left: 25px;
}

.page-login .list-unstyled li {
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 36px;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}*/
form {
  width: 100%; }
