/**
 * Html.
 */
html, body {
    width: 100vw;
    font-size: 12px !important;
    line-height: 18px !important;
}

p, ul, li {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom:10px;
}

a {
   text-decoration: underline;
}

h1 {
    color: #161E61;
    font-size:28px;
    line-height: 36px;
    margin-bottom:20px;
}

h2 {
    color: #161E61;
    line-height:30px;
    font-size: 20px;
    margin-bottom:20px;
}

h3 {
    color: #161E61;
    font-size: 18px;
}

strong, .label, .value, .container a, .info a {
    font-size: 12px !important;
    line-height: 18px !important;
    color:#161E61;
    text-decoration: none;
    margin-bottom: 0px;
}

main li:before {
    top: 5px;
}

 .logo a img {
    width:80px;
 }

#wrapper {
    border: 0;
    margin: 0;
    max-width: 100vw;
}

section {
    margin-bottom: 20px;
}

section.title-wrap {
    background-color: white;
    padding:0px;
    margin-top:0px;
    animation: none;
    transform: none;
}

.expired section:nth-child(2) h2 {
    line-height: 28px;
}

.grid-2-small-gap {
    display: block;
}

.grid-2-small-gap > div {
    margin-bottom: 20px;
}

.container {
    background-color: white;
    padding:0px;
}

.info {
    background-color: white;
    padding: 0px;
    text-align: left;
    min-height: auto;
}

.info h5, .info p {
    color: #161E61;
}

.info h5, h5.text-dark {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.info a {
    justify-content: flex-start;
    gap: 8px;
}

.info a svg {
    width: 16px;
    height: 16px;
}

.expired .grid-2-large-gap {
    display: block;
}

/**
 * Print.
 */
.non-printable {
    display: none !important;
}

.printable-only {
    display: block !important;
}
