body {
    display: inline-block;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 760px;
}

.about {
    width: 100%;
    color: #595959;
    background-color: #f7f3f7;
    padding: 10px 0;
}

.about > section {
    width: 1020px;
    margin: 0 auto 32px;
    background-color: white;
    padding: 40px 50px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about > section > h1 {
    color: #94cfd6;
    text-align: center;
    margin: 0;
    font-size: 32px;
}

.about > section > hr {
    text-align: center;
    border: 1px solid #94CFD6;
}

.about > section > h2 {
    font-weight: 300;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    line-height: 1.1em;
}

.about-statement {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    column-gap: 50px;
    column-count: 3;
    font-size: 14px;
}

.about-logos {
    text-align: center;
}

.about-logos a img {
    max-height: 100px;
    padding: 5px 10px;
}

.about-team {
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-team > div {
    width: 280px;
    position: relative;
    display: flex;
    margin: 12px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-team img {
    width: 81px;
    height: 110px;
    background-color: #A6A8AB;
}

#about-team #contact {
    display: flex;
    justify-content: center;
}

#about-team #contact a {
    font-size: 24px;
    font-weight: 300;
    color: #555555;
}

.about-team-details {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-team-details .name {
    font-size: 16px;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
}

.about-team-details .role {
    font-size: 12px;
    font-weight: 300;
    color: rgba(85, 85, 85, 1);
    padding: 4px 0;
}

.about-team-details .dept {
    font-size: 12px;
    color: rgba(85, 85, 85, 1);
}

#about-data-providers {
    text-align: center;
}

#about-data-providers > img {
    margin: 15px 0 10px;
}

.about-provider {
    border: 1px solid #94CFD6;
    border-radius: 2px;
    padding: 0.2em 1em;
    display: flex;
    position: relative;
    margin-bottom: 0.2em;
}

.about-provider > div:first-child {
    text-align: center;
    font-weight: 300;
    width: 100px;
    position: relative;
    bottom: -3px;
}

.about-provider > div:first-child label {
    margin-top: 0.1em;
    font-size: 30px;
    display: block;
}

.about-provider > div:first-child span {
    font-size: 14px;
}

.about-provider > div:nth-child(2) {
    flex-grow: 1;
}

.about-provider > div:nth-child(2) label {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.about-provider > div:nth-child(2) span {
    font-size: 14px;
    font-weight: 300;
}

.about-provider > div:last-child {
    position: absolute;
    bottom: 0;
    font-weight: 700;
}

.about-provider-mail {
    min-height: 24px;
}

.about-provider > div:last-child a:first-child {
    color: rgba(148, 207, 214, 1);
    font-weight: 600;
    text-decoration: none;
}

.about-provider-copy-mail {
    position: absolute;
    bottom: 3px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.about-provider-mail:hover .about-provider-copy-mail,
.about-provider-copy-mail.show-copied {
    opacity: 1;
    visibility: visible;
}

.about-provider-mail.copy-mail-hide .about-provider-copy-mail,
.about-provider-mail.copy-mail-hide:hover .about-provider-copy-mail {
    opacity: 0;
    visibility: hidden;
}

.about-provider-copy-mail:before,
.about-provider-copy-mail:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 11px;
    border: 1px solid #918e8e; /*#918e8e;*/ /*#b1acac;*/
    border-radius: 2.5px;
    background-color: white;
}

.about-provider-copy-mail:before {
    left: 5px;
    top: 3px;
}

.about-provider-copy-mail:after {
    left: 8px;
    top: 5px;
}

.about-provider-copy-mail:focus {
    outline: 1px solid #94CFD6;
}

.about-provider-copy-mail-tooltip {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 100000;
    padding: 7px 9px;
    background-color: white;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: opacity 0.12s ease-in-out;
    -o-transition: opacity 0.12s ease-in-out;
    -webkit-transition: opacity 0.12s ease-in-out;
    transition: opacity 0.12s ease-in-out;
}

.about-provider-copy-mail-tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: white;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-provider-copy-mail:hover .about-provider-copy-mail-tooltip,
.about-provider-copy-mail.show-copied .about-provider-copy-mail-tooltip {
    opacity: 1;
    visibility: visible;
}

#about-metadata > div:first-of-type {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    width: 100%;
}

#fields-metadata > div > div {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #93ced4;
    color: #555555;
}

#fields-metadata > div > div:first-child {
    padding: 14px 32px;
    font-size: 16px;
    margin: 5px 0;
}

#fields-metadata > div:hover > div:first-child {
    background-color: #93CED4;
    color: white;
}

#fields-metadata > div.open > div:first-child {
    background-color: #93CED4;
    color: white;
    margin-bottom: 0;
}

#fields-metadata > div > div:first-child > span:first-child {
    font-weight: bold;
}

#fields-metadata > div.open > div:first-child > span:last-child {
    display: none;
}

#fields-metadata > div > div:last-child {
    display: none;
    align-items: center;
    padding: 14px 50px;
    margin: 0 0 5px 0;
}

#fields-metadata > div.open > div:last-child {
    display: flex;
}

#fields-metadata > div > div:last-child > div:first-child {
    width: 88%;
    font-size: 14px;
}

#fields-metadata > div > div:last-child > div:last-child {
    width: 12%;
    text-align: center;
    font-size: 12px;
}

#fields-metadata > div > div:last-child > div:first-child > div:first-child {
    /*width: 100%;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
    column-gap: 32px;
    align-items: start;*/
    /*width: 100%;
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    column-gap: 32px;
    align-items: start;*/
    width: 90%;
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    column-gap: 32px;
    align-items: start;
}

#fields-metadata > div > div:last-child > div:first-child > div > div {
    flex-grow: 0;
}

#fields-metadata > div > div:last-child > div:first-child span:first-child {
    font-weight: bold;
}

#fields-metadata > div > div:last-child > div:last-child > img {
    width: auto;
    height: 30px;
    margin: auto;
    display: block;
}

#fields-metadata > div > div:last-child > div:first-child span {
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.4;
}

#fields-metadata > div > div:last-child > div:first-child > div:first-child > div:first-child > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: start;
}

.about-disclaimer {
    column-count: 2;
    column-gap: 40px;
    margin-top: 14px;
    font-size: 14px;
}

.about-disclaimer h4,
.about-disclaimer p,
.about-disclaimer .heb-only {
    break-inside: avoid;
}

.about-disclaimer h4 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 300;
}

    .about-disclaimer > h4:first-child {
        margin-top: 0;
    }

.about-disclaimer p {
    margin: 0;
}

.about-disclaimer .heb-only p {
    margin-bottom: 1em;
}

.citation-format {
    text-align: left;
    direction: ltr;
}

.about-up {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0;
}

.about-up button {
    border: none;
    background-color: white;
    height: 100%;
    width: 100%;
    position: relative;
}

.about-up button:hover {
    background-color: #004152;
}

.about-up svg {
    width: 70%;
    height: 70%;
    position: absolute;
    left: 15%;
    top: 15%;
}

.about-up svg line {
    stroke: #656565;
}

.about-up button:hover svg line {
    stroke: white;
}

#about-footer {
    display: flex;
    justify-content: center;
    background-color: #171219;
    padding-top: 10px;
}

#about-footer > div {
    margin: 0 30px;
}

#about-footer > div > a {
    font-size: 14px;
    color: #A6A6A6;
    display: block;
}

#about-footer > div > a:hover {
    color: #D4D4D4;
}
