@import "fonts.css";
@import "inputs.css";

.content {
    background: #fff;
    padding: 0 50px;
    position: relative;
    min-width: 1000px;
}

.content::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ebebeb;
}

body {
    color: black;
    background-color: #ebebeb;
    font-family: "Roboto-Regular", sans-serif;
}

body.pdf .content::before {
    display: none;
}

body.pdf .gray-line {
    display: none;
}

body.pdf .content {
    padding: 0 15px;
}

body.pdf {
    background-color: transparent;
}

.logo {
    width: 215px;
}

@media (min-width: 768px) {
    div.container {
        width: 1000px;
        min-width: 1000px;
    }
}

.gray-line {
    height: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.gray-line::before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: #ebebeb;
    width: calc(100% + 120px);
    left: -60px;
    top: calc(50% - 10px);
}

.footer {
    height: 30px;
    width: 100%;
    background-color: #ebebeb;
}

.gray-divider {
    height: 0px;
    width: 100%;
    position: relative;
    background-color: #ebebeb;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gray-divider::before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: #ebebeb;
    width: calc(100% + 120px);
    left: -60px;
    top: calc(50% - 10px);
}

.section-title {
    font-size: 16px;
    margin: 20px 0;
    margin-bottom: 10px;
    color: black;
    text-align: left;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    border: 3px solid black;
}

.sub-title {
    font-size: 15px;
    border-bottom: 2px solid black;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.sub-title-two {
    font-size: 15px;
    border-bottom: 2px solid black;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

.section-content {
    margin-bottom: 5px;
}

.section-content > article {
    page-break-inside: avoid;
    margin-bottom: 20px;
}

strong {
    font-family: "Roboto-Medium", sans-serif;
}

.radio-inline input[type="radio"] {
    margin-left: -16px;
}

.radio-label {
    cursor: pointer;
}
