html {
    font-family: sans-serif;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    background: #F1F8F5;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
}

.site-header-wrapper {
    margin-bottom: 0rem;
    background: #173630;
}

.site-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 15vh;
    height: 15svh;
    padding-top: 1rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.site-header .header__logo {
    height: 3vh;
    height: 3svh;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.content-wrapper {
    flex: 1;
    display: flex;
}

.front-page-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.site-footer {
    width: 100%;
    height: 15vh;
    height: 15svh;
    background: #173630;
    margin-top: auto;
}

.footer-main-wrapper {
    background: #173630;
}

.footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    padding: 2.5rem 0 3.5rem 0;
    font-size: 16px;
    color: #fff;
}

.footer-main p {
    font-weight: bold;
}

.footer-main a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.footer-main::after {
    clear: both;
    content: "";
    display: block;
}

.grid-barrier {
    padding: 0 calc(4rem - 20px);
}

@media only screen and (max-width:610px) {
    .site-header {
        height: 20svh;
    }

    .site-footer {
        height: 20svh;
    }

}

.hero-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
}

.hero-wrapper .hero-content-wrapper {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-wrapper .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1160px;
    margin: 2rem auto;
}

.hero-wrapper .hero-content::after {
    clear: both;
    content: "";
    display: block;
}


.hero-wrapper .hero-content>* {
    color: #000;
}

.hero-content .hero-box {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3rem;
    background-color: white;
    border-radius: 50px;
}

.hero-content .hero-box .spinner {
    text-align: center;
    margin: 10rem;
    margin-bottom: 7rem;
}


.hero-wrapper .hero__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hero-image-wrapper {
    float: left;
    min-height: 1px;
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url('/wwwroot/images/background-image.jpg');
    background-position: center center;
    background-size: cover;
}

.hero-image-wrapper img {
    display: none;
}

.hero__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    line-height: 1.5;
    width: 100%;
}

.hero__title h1,
.hero__title p {
    font-size: 16px;
}

.hero__title p {
    margin: 1.5rem 1rem 2rem 1rem;
    text-align: center;
}

.hero__title h1 {
    margin: 0;
    max-width: 81.25rem;
    text-align: center;
}

.hero__links span {
    font-size: 16px;
}

.hero__links button {
    font-size: 1.25rem;
    height: 4rem;
    border-radius: 6.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #7FE5B2;
    line-height: 2.875rem;
    cursor: pointer;
    margin: 1.25rem 0 0;
    padding: 0 6rem;
    text-decoration: none;
    border: none;
}

.hero__links button img {
    height: 3rem;
}

.hero__links span#span_login {
    cursor: pointer;
    color: #173630;
    padding-top: 1rem;
}

@media only screen and (max-width:610px) {
    .hero__title {
        margin-bottom: 0.5rem;
    }

    .hero__links button {
        font-size: 1rem;
        height: 3rem;
        line-height: 1rem;
        margin: 0.5rem 0 0;
        padding: 0 3rem;
    }

    .hero__links button img {
        height: 2rem;
    }
}


.site-header .company-selector {
    width: 100%;
}

.site-header .company-selector ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    color: #00CC66;
    margin-bottom: 3px;
}

.site-header .company-selector ul li {
    margin: 0 0.3rem 0 0.3rem;
    cursor: pointer;
}

.site-header .company-selector ul li.active {
    border-bottom: 3px solid #FFF;
}

.site-header .company-selector .separator {
    color: #F2F2F2;
    cursor: default;
}

.logout-button a {
    background-color: #E553DB;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

@media only screen and (max-width:890px) {
    .logout-button a {
        font-size: 10px;
        padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    }
}

.documents-wrapper {
    width: 100%;
    min-height: 250px;
    background-color: #F1F8F5;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.documents-wrapper .greeting {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.documents-wrapper .greeting h2 {
    font-size: 16px;
    font-weight: normal;
}

.documents-wrapper .greeting p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.documents-wrapper .greeting p img {
    margin-bottom: -0.2rem;
    height: 1.5rem;
}

.documents-wrapper .document-listing {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.documents-wrapper .document-listing .toggler {
    padding-left: 3rem;
    cursor: pointer;
    caret-color: transparent;
}

.documents-wrapper .document-listing .toggler i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
}

.documents-wrapper .document-listing .toggler.expanded i {
    transform: rotate(45deg);
}

.documents-wrapper .document-listing .document-listing-wrapper .company {
    display: none;
}

.documents-wrapper .document-listing .document-listing-wrapper .company.active {
    display: block;
}

.documents-wrapper .document-listing .document-listing-wrapper.hidden {
    display: none;
}

.documents-wrapper .document-listing .document-listing-wrapper .list-item {
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    padding-left: 1.5rem;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.documents-wrapper .document-listing .list-item .icon img {
    padding-top: 0.5rem;
    height: 1.5rem;
}

.documents-wrapper .document-listing .list-item .icon.pdf {
    padding-left: 3rem;
}

.documents-wrapper .document-listing .list-item .icon.download {
    padding-right: 3rem;
}

.documents-wrapper .document-listing .list-item .document-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 1 1 0;
}

§ .documents-wrapper .document-listing .list-item .document-column.document-name {
    align-items: flex-start;
}

.documents-wrapper .document-listing#inactive .list-item {
    background-color: #E6E6E6;
}

.documents-wrapper .document-listing .list-item .document-column .label a {
    text-decoration: none;
    color: #000;
}

.documents-wrapper .document-listing .list-item .document-column .value {
    font-size: 12px;
}

.load-more-container {
    display: flex;
}

.load-more {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 50px;
    padding: 0.5rem 0.5rem;

}

.mobile-only {
    display: none;
}

@media only screen and (max-width:890px) {
    .documents-wrapper .document-listing .list-item .document-column .label {
        font-size: 14px;
    }

    .documents-wrapper .document-listing .list-item .document-column .value {
        font-size: 10px;
    }
}

@media only screen and (max-width:610px) {

    .documents-wrapper .document-listing .list-item .icon.pdf {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .documents-wrapper .document-listing .document-listing-wrapper .list-item {
        display: flex;
        flex-direction: row;
    }

    .documents-wrapper .document-listing .document-listing-wrapper .list-item .document-column {
        flex-direction: column;
        align-items: flex-start;
    }

    .documents-wrapper .document-listing .list-item .document-column .title {
        font-weight: bold;
    }

    .documents-wrapper .document-listing .list-item .document-column .label {
        font-size: 13px;
    }

    .documents-wrapper .document-listing .list-item .document-column .value {
        font-size: 12px;
    }

    .mobile-only {
        display: inline-block;
        width: 90%;
        padding: 1rem;
    }

    .not-mobile {
        display: none !important;
    }
}