body {
    color: var(--c-brand-b);
}

#main {
    max-width: 900px;
    margin: auto;
    color: var(--c-brand-b);
    font-variant-numeric: lining-nums;
    overflow: auto;
}

#main h1 {
    padding: 1em 0 0.5em 0;

}

ul {
    list-style: none;
}

#main h2 {
    font-family: 'Raleway-Bold-Regular', 'Raleway-Bold';
}


p {
    margin: 1em 0;
}

li {
    font-size: 13px;
    list-style: none;
    margin: 3.5em 0;
}

li:first-child {
    margin-top: 1em;
}

h3, strong, b {
    font-size: 13px;
    font-family: 'Raleway-Bold';
}

h3 p {
    font-family: 'Raleway-Bold';
    font-size: 15px;
}

i {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

#main a {
    text-decoration: underline;
}

#main a:hover {
    font-weight: bold;
    text-decoration-color: var(--c-brand-a);
}

.sectionTabHolder {
    border-bottom: 1px solid var(--c-brand-b);
    white-space: nowrap;
    max-width: 100%;
    overflow: auto;
    vertical-align: bottom;
    margin: 0 1.2em 0 1.2em;
    padding-top: 0.3em;
    overflow: auto;
}

.sectionTab {
    display: inline-block;
}

.sectionTab  input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.sectionTab input:checked + label {
    background-color: var(--c-brand-a);
    color: var(--c-brand-b);
}

.sectionTab:hover input:not(:checked) + label {
    color: var(--c-brand-b);
}

.sectionTab label {
    display: inline-block;
    font-family: 'Raleway-Bold', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 15px !important;
    color: var(--c-brand-a);
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    padding: 0.4em 0.7em 1em 0.7em !important;
    background-color: transparent;
    width: auto;
    height: inherit;
    border-radius: 0;
    text-transform: none;
    border-bottom: 2px solid transparent;
    color: var(--c-brand-k);
    background-image: none !important;
}

.sectionBlock {
    background-color: var(--c-brand-c);
    min-height: 200px;
    padding: 1.7em;
    display: none;
}

.sectionBlock.active {
    display: block;
}

.pageWrapper {
    background-color: var(--c-brand-c);
    margin-top: 2em;
    padding-top: 0.5em;
}

.pageWrapper h1 {
    padding: 0 !important;
}

.headerHolder {
    margin: 1.2em;
}