body {
  margin-top: 65px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.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 .cbpii-consent-description {
  margin: 25px;
}
.page-consent .consent-form .cbpii-consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .pisp-consent-description {
  margin: 25px;
}
.page-consent .consent-form .pisp-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: '';
}
/* PISP layout */
:root {
  --greyscale-grey-20: #F2F2F2;
  --greyscale-grey-30: #E3E3E3;
  --greyscale-grey-40: #C6C6C6;
  --greyscale-grey-60: #8E8E8E;
  --greyscale-grey-70: #717171;
  --greyscale-grey-90: #333333;
  --greyscale-white: #FFFFFF;
  --greyscale-black: #000000;
  --brand-primary-color: #000000;
  --capacity-black-25: rgba(0, 0, 0, 0.25);
  --error-color: #C53030;
  --alerts-error-tint: #FFF5F5;
}
.consent-layout {
  background: var(--greyscale-grey-20);
  margin: auto;
  font-size: 16px;
  font-weight: 400;
}
.consent-layout .consent-max-width {
  max-width: 100%;
}
.consent-layout b,
.consent-layout strong,
.consent-layout .font-weight-bold {
  font-weight: 600;
}
.consent-layout .consent-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  margin: auto;
}
.consent-layout .consent-header .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.consent-layout .main-content-wrapper {
  margin: 0 auto 24px auto;
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--greyscale-white);
  border: 1px solid var(--greyscale-grey-40);
}
.consent-layout .btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
.consent-layout .btn-wrapper button {
  border-radius: 6px;
  padding: 12px 8px;
  border-color: var(--brand-primary-color);
}
.consent-layout .btn-wrapper button:hover {
  background: var(--capacity-black-25);
}
.consent-layout .btn-wrapper button.btn-primary:hover {
  background: var(--brand-primary-color);
  color: var(--greyscale-white);
}
.consent-layout .btn-wrapper button:focus {
  background: inherit;
}
.consent-layout h1 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-primary-color);
}
.consent-layout h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--brand-primary-color);
}
.consent-layout li {
  margin-top: 8px;
}
.consent-layout .transfer-intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 4px;
}
.consent-layout .transfer-intro-text p {
  margin-bottom: 0;
}
.consent-layout .consent-bordered-box {
  padding: 16px;
  border: 1px solid var(--greyscale-grey-70);
  margin-bottom: 24px;
}
.consent-layout .bordered-box-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 24px;
}
.consent-layout .bordered-box-content-wrapper .bordered-box-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.consent-layout .bordered-box-content-wrapper .bordered-box-row .bordered-box-item {
  flex: 100%;
}
.consent-layout .input-label {
  margin-bottom: 8px;
}
.consent-layout .important-items-list {
  padding-inline-start: 24px;
}
.consent-layout .read-more-link {
  text-decoration: none;
  color: var(--brand-primary-color);
  margin: 8px 0 0;
  display: inline-block;
}
.consent-layout .read-more-link .read-more-link-content {
  text-decoration: underline;
  font-weight: 600;
}
.consent-layout .read-more-link .glyphicon {
  margin-right: 12px;
}
.consent-layout .read-more-link .glyphicon-menu-right {
  display: none;
}
.consent-layout .read-more-link .glyphicon-menu-down {
  display: inline-block;
}
.consent-layout .read-more-link.collapsed .glyphicon-menu-right {
  display: inline-block;
}
.consent-layout .read-more-link.collapsed .glyphicon-menu-down {
  display: none;
}
.consent-layout .read-more-content {
  padding: 0 0 16px 32px;
  font-size: 14px;
  color: var(--greyscale-black);
}
.consent-layout .read-more-content .read-more-title {
  color: var(--greyscale-black);
  font-weight: 600;
  margin: 16px 0 0;
}
.consent-layout .read-more-content ul {
  padding-left: 16px;
}
.consent-layout .read-more-content p {
  padding-top: 8px;
  margin-bottom: 0;
}
.consent-layout .confirm-field {
  display: flex;
  gap: 16px;
}
.consent-layout .confirm-field-wrapper {
  margin-top: 40px;
  margin-bottom: 24px;
}
.consent-layout .confirm-field-wrapper .input-error {
  margin-top: 8px;
}
.consent-layout .mandatory-indicator {
  color: var(--error-color);
}
.consent-layout .required-legend {
  margin-bottom: 32px;
  font-weight: bold;
}
.consent-layout label {
  margin-bottom: 0;
}
.consent-layout .input-field-wrapper .form-control {
  border-radius: 3px;
  border: 1px solid var(--greyscale-grey-60);
  color: var(--greyscale-grey-90);
  height: 53px;
  min-width: auto;
  flex: 1;
}
.consent-layout .input-field-wrapper .form-control.form-error,
.consent-layout .input-field-wrapper .form-control:focus.form-error {
  border-color: var(--error-color);
  color: var(--error-color);
}
.consent-layout .input-field-wrapper .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--brand-primary-color);
  background: var(--greyscale-white);
}
.consent-layout .date-input-field-wrapper {
  display: grid;
  column-gap: 8px;
  row-gap: 4px;
  grid-template-columns: 1fr 1fr;
}
.consent-layout .footnote {
  margin-top: 16px;
  font-size: 14px;
}
.consent-layout .error-message {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: var(--alerts-error-tint);
  margin: 24px 0;
  font-weight: 600;
  align-items: center;
  line-height: 21px;
}
.consent-layout .error-message .glyphicon {
  color: var(--error-color);
}
.consent-layout .input-error {
  font-size: 14px;
  color: var(--error-color);
  line-height: 21px;
}
/* mobile */
@media (max-width: 768px) {
  .consent-form .accordion {
    margin: 0 0 20px;
  }
}
/* PISP tablet and desktop */
@media (min-width: 768px) {
  .consent-layout .consent-header {
    padding-top: 48px;
    justify-content: flex-end;
  }
  .consent-layout .consent-header .logo {
    align-items: flex-end;
  }
  .consent-layout .consent-header .logo img {
    margin-bottom: 6.5px;
  }
  .consent-layout .consent-max-width {
    max-width: 640px;
  }
  .consent-layout .bordered-box-content-wrapper .bordered-box-row {
    flex-direction: row;
  }
  .consent-layout .input-wrapper {
    max-width: 302px;
  }
  .consent-layout button {
    min-width: 343px;
  }
}
