html {
  font-size: 16px;
}
body {
  margin-top: 65px;
  font-family: "Univers Next Pro", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Univers Next Pro Bold Cond", "Univers Next Pro Condensed", sans-serif;
}
.relative {
  position: relative;
}
.display-block {
  display: block;
}
.font-bold {
  font-weight: bold;
}
a.margin-top {
  margin-top: 30px;
}
.navbar-header {
  position: relative;
  padding: 14px 22px;
}
.navbar-inverse .navbar-brand {
  color: white;
  padding: 0;
  height: 32px;
  font-size: 1.25rem;
}
.navbar-inverse {
  background-color: #000;
  border: none;
}
.navbar-brand > .icon-banner {
  position: relative;
  display: inline;
  margin-right: 10px;
  top: -2px;
}
.navbar-brand-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .list-item-wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.page-consent .list-item-wrapper .list-item {
  margin: 16px auto;
  width: 80%;
}
.page-consent .subtitle {
  margin: 20px 0;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants > div {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.grants .grant {
  padding-bottom: 20px;
}
.grants .grant > div.row {
  flex: 1;
}
.grants .grant .grant-title {
  font-family: "Univers Next Pro", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .btn-revoke-xs {
  display: inline-block;
  margin-top: 12px;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.body-content {
  margin-top: 100px;
}
.panel-default > .panel-heading {
  text-transform: uppercase;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.input-validation-error {
  border-color: #a94442;
}
.justify-content {
  display: flex;
  justify-content: center;
}
.title-container {
  margin-bottom: 45px;
}
.title-container > h1 {
  font-size: 1.75rem;
  text-transform: uppercase;
}
.title-container p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
.terms-and-conditions-text {
  font-size: .875rem;
  margin: 30px 0;
}
.terms-and-conditions-text a {
  color: inherit;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: underline;
}
.content-center {
  display: block;
  margin: 0 auto;
}
.btn-wrapper {
  margin: 20px 0;
}
.content-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0;
}
.content-container .btn-block {
  max-width: 335px;
}
.logged-out.content-container .btn-block {
  max-width: 215px;
}
.login-page .login-options span,
.page-consent input[type="checkbox"] ~ span {
  cursor: pointer;
  font-size: 1rem;
  padding-left: 20px;
}
input[type="checkbox"]::before {
  background-color: #fff;
  content: "";
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #000;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  font-family: "icomoon";
  line-height: 1.2;
  text-align: center;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 2px;
}
input[type="checkbox"]:checked::before {
  background-color: #000;
  content: "\e900";
  color: #fff;
}
input[type="checkbox"]:focus::before {
  border-color: #ce1126;
}
input[type=checkbox]:disabled::before {
  cursor: not-allowed;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
input[type=checkbox]:disabled ~ span {
  cursor: not-allowed;
}
@media (min-width: 360px) {
  .content-container {
    max-width: 328px;
  }
}
@media (min-width: 480px) {
  .content-container {
    max-width: 339px;
  }
}
@media (min-width: 600px) {
  .content-container {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .login-options > div {
    text-align: center;
  }
  .login-options .margin-bottom-xs {
    margin-bottom: 50px;
  }
  .navbar .nav.navbar-nav {
    margin: 0 -10px;
  }
  .navbar .nav.navbar-nav .dropdown-toggle {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .navbar .nav.navbar-nav {
    margin: 5px;
  }
}
@media (min-width: 990px) {
  .grants.content-container {
    max-width: 691px;
  }
}
@media (min-width: 1440px) {
  .content-container {
    padding-top: 230px;
  }
}
.confirm-password {
  display: none !important;
}
