/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
.risk-overview-content .risk-overview-items {
  display: table;
  border-collapse: separate;
  border-spacing: 12px 24px;
  margin: -12px 0;
}
.risk-overview-content .row {
  letter-spacing: 0.5px;
  font-size: 1.6em;
  line-height: 1.5em;
  display: table-row;
  color: #4d4d4d;
}
.risk-overview-content .row .max-width {
  width: 100%;
}
.risk-overview-content .row .cell {
  display: table-cell;
  vertical-align: middle;
}
.risk-overview-content .row .title-description {
  max-width: 580px;
}
@media print {
  .risk-overview-content .row .title-description {
  max-width: 450px;
}

}
.risk-overview-content .row .status {
  display: flex;
  align-items: center;
  padding: 8px;
  height: 24px;
  border-radius: 4px;
}
.risk-overview-content .risk-status-text {
  letter-spacing: 0.15px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  gap: 4px;
}
.risk-overview-content .risk-status-icon {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 5px;
  flex-shrink: 0;
}
@media screen and (max-width: 740px) {
  .risk-overview-content .risk-status-text span {
  align-content: center;
}
.risk-overview-content .risk-glossary {
  display: flex;
  flex-direction: column;
  border-top: thin solid #dddddd;
  color: #4d4d4d;
  padding: 1.2em;
  gap: 1.6em;
}
.risk-overview-content .risk-glossary .risk-glossary-item {
  display: flex;
  flex-direction: row;
}

}
@media not (max-width: 740px) {
  .risk-overview-content .risk-status-text {
  white-space: nowrap;
}
.risk-overview-content .risk-glossary-item {
  align-items: center;
}

}
@media print {
  .risk-overview-content .risk-status-text {
  white-space: nowrap;
}
.risk-overview-content .risk-glossary-item {
  align-items: center;
}

}
