/* 
	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;
}
caption {
  padding: 0.75em;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #4d4d4d;
  background-color: #deebf2;
}
.vhr-scope .owners-section-key {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  width: 50%;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #4d4d4d;
  padding: 0.75em;
}
.vhr-scope .owners-section-value {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  width: 50%;
  font-style: normal;
  font-weight: 700;
  padding: 0.75em;
  color: #4d4d4d;
}
.vhr-scope .owners-section-row {
  border: 1px solid #E6E6E6;
}
@media only screen and (max-width: 740px) {
  .vhr-scope .owners-section-row {
  display: block;
}
.vhr-scope .owners-section-key {
  width: 100%;
  display: block;
  padding-bottom: 0;
}
.vhr-scope .owners-section-value {
  width: 100%;
  display: block;
  padding-top: 0;
}

}
.header-empty-owners {
  display: flex;
  align-items: center;
}
.header-empty-owners h3 {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  color: #4D4D4D;
}
.description-empty-owners {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  color: black;
}
.owners-empty-message-box-parent {
  border-left: 4px solid #4d4d4d;
}
.owners-empty-message-box-child {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  border-right: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
.owners-empty-message-box-child .owners-empty-message {
  padding: 16px 16px 16px 12px;
  display: flex;
}
.owners-empty-message-box-child div {
  padding: 0;
}
.owners-empty-message-box-child div span {
  color: #4d4d4d;
}
.owners-empty-message-box-child div span.status {
  font-weight: bold;
}
.owners-empty-message-box-child div.icon {
  padding-right: 8px;
  white-space: nowrap;
  width: 20px;
}
.owners-empty {
  border: 0 !important;
}
.ownership-table-container-with-map {
  border: 1px solid #deebf2;
  border-bottom: none;
  width: 100%;
}
.ownership-table-container-with-map tr {
  border-bottom: 1px solid #deebf2;
}
.owner-details-container,
.owner-details-container-with-map {
  display: flex;
}
.owner-details-container .ownership-table-container,
.owner-details-container-with-map .ownership-table-container,
.owner-details-container .ownership-table-container-with-map,
.owner-details-container-with-map .ownership-table-container-with-map {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.owner-details-container .ownership-table,
.owner-details-container-with-map .ownership-table {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.owner-details-container {
  margin-bottom: 20px;
}
.owner-details-container-with-map {
  border-bottom: 12px solid #fbfbfb;
}
.owner-details-container-with-map .ownership-map {
  max-height: 250px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.owner-details-container-with-map .ownership-map .ownership-country-image {
  height: 252px;
  width: 100%;
  margin-top: -1px;
}
@media only screen and (max-width: 740px) {
  .owner-details-container {
  display: block;
}
.owner-details-container .ownership-map .ownership-country-image {
  min-height: 252px;
}

}
