﻿html {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body {
  background: #f8f9f4;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.siteNav {
  height: auto;
  background: linear-gradient(#9e9e9e, #3b3b3b);
  justify-content: flex-start;
  align-content: center;
  flex-shrink: 0;
  border-bottom-style: solid;
  border-bottom-color: #f6bf28;
  border-bottom-width: 3px;
  align-items: stretch;
  padding: 0;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.siteNav .navbar-brand {
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  min-height: 73px;
  border-right: 2px groove #9e9e9e;
  margin-right: 0.5rem;
}
.home-header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-self: center;
  font-size: 2.8vw;
  color: #fff;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../lib/assets/inspections-header-bg.b195391a40936198.jpg);
  background-size: cover;
  box-shadow: inset 0 0 100px #000;
  background-position: top;
  padding-bottom: 4rem;
}
.home-logos {
  display: flex;
  justify-content: center;
  width: 70%;
  align-self: center;
  height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 786px) {
  .home-logos {
    margin-top: 20px;
  }
}
@media (min-width: 950px) {
  .home-logos {
    height: 100px;
    opacity: 1;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.page-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.8em;
  font-weight: 700;
  color: #f6bf28;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.82), 1px 1px 0 #c59920, 1px -1px 0 #c59920, -1px 1px 0 #c59920, -1px -1px 0 #c59920, 1px 0 0 #c59920, 0 1px 0 #c59920, -1px 0 0 #c59920, 0 -1px 0 #c59920;
}
.page-subtitle {
  color: #fff;
  font-size: 0.5em;
  font-weight: 400;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.82);
}
.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 .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.armyLogo {
  width: 50px;
  height: 100%;
}
.crcLogo {
  width: 150px;
  height: 50px;
}
.crc-logo {
  max-height: 81%;
  align-self: center;
  margin-top: 21px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b68d1e !important;
  border-color: #917118 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn-primary {
  color: #000;
  background-color: #f6bf28 !important;
  border-color: #b58d1d !important;
  font-size: 0.8125rem;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.A05-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  min-height: 20px;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  flex-shrink: 0;
}
.officialUse {
  background-color: #000;
  font-size: 12px;
  text-align: center;
  color: #e1e3e9;
  padding: 5px 0;
  font-style: oblique;
}
.privacySecurity {
  text-align: right;
}
.social * {
  margin-right: 0.2rem;
}
.anchorStyle,
.anchorStyle a {
  color: #f6bf28 !important;
}
.welcome-page .logo {
  width: 64px;
}
.icon-banner {
  width: 32px;
}
.welcome-page li {
  list-style: none;
  padding: 4px;
}
.logged-out-page 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;
}
._ContentBody {
  flex-grow: 1;
}
.siteLogo {
  display: flex;
  align-items: flex-end;
  height: inherit;
}