@font-face {
    font-family: "BentonSansRegular";
    src: url("BentonSansRegular.eot") format("eot"), url("BentonSansRegular.eot?#iefix") format("eot"), url("BentonSansRegular.otf") format("opentype"), url("BentonSansRegular.woff") format("woff"),
        url("BentonSansRegular.ttf") format("truetype"), url("BentonSansRegular.svg#BentonSans-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BentonSansBlack";
    src: url("BentonSansBlack.eot") format("eot"), url("BentonSansBlack.eot?#iefix") format("eot"), url("BentonSansBlack.otf") format("opentype"), url("BentonSansBlack.woff") format("woff"),
        url("BentonSansBlack.ttf") format("truetype"), url("BentonSansBlack.svg#BentonSans-Black") format("svg");
    font-weight: 700;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "BentonSansBlack";
        src: url("BentonSansBlack.svg") format("svg");
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "BentonSansRegular";
        src: url("BentonSansRegular.svg") format("svg");
    }
}

* {
    font-family: "BentonSansRegular";
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #eaf3f3;
    color: #0b2633;
}

#site-content,
#site-footer {
    display: grid;
    grid-template-columns: calc(81% - 145px) 1fr;
    padding-left: 3rem;
    padding-right: 3rem;
}

#site-content.volt-inner-page {
    display: block;
    max-width: 50rem;
}

#site-footer {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 6rem);
}

#site-footer.with-border {
    border-top: 1px solid #cfdfdf;
}

body.pos-r {
    position: relative;
}

#footer-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-right: 2rem;
}

#footer-menu a {
    font-size: 14px;
    color: #0b2633;
    display: block;
    transition: color 0.2s;
}

#footer-menu a:hover {
    color: #2ea0be;
}

.voltcontent {
    grid-column: 2;
    max-width: 325px;
    background-color: #eaf3f3;
    display: block;
    margin-top: 0px;
    padding-bottom: 6rem;
}

.voltcontent strong {
    font-family: "BentonSansBlack", sans-serif;
}

.logo {
    display: block;
    width: 325px;
    height: auto;
}

.logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

p.intro {
    font-size: 23px;
    line-height: 30px;
    margin: 1em 0;
    font-family: "BentonSansBlack";
    color: #0b2633;
    font-weight: 700;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
    -webkit-text-size-adjust: 90%;
}
ul .inner {
    padding-left: 30px;
    overflow: hidden;
    display: none;
    list-style: none;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    -webkit-text-size-adjust: 80%;
}
ul .inner.show {
    /*display: block;*/
}

ul li {
    margin: 0.8em 0;
}
ul li a.toggle,
ul li a.investor-portal {
    width: 200px;
    display: block;
    background: #eaf3f3;
    color: #0b2633;
    padding-bottom: 0.7em;
    border-radius: 0;
    transition: background 0.3s ease;
    font-size: 18px;
    font-weight: 200;
}
ul li a.toggle:hover,
ul li a.investor-portal:hover {
    background: #eaf3f3;
}

ul li .copy {
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    -webkit-text-size-adjust: 80%;
}
li .copy::before {
    color: #2ea0be;
    font-size: 18px;
    content: "\2022"; /* Unicode of character to precede the list item */
    padding-right: 8px;
    position: relative;
    top: 1px;
}

a:link {
    color: #2ea0be;
    text-decoration: none;
}
a:visited {
    color: #2ea0be;
}
a:hover,
#footer-menu a.current {
    color: #2ea0be;
    text-decoration: none;
}
a:active {
    color: #2ea0be;
}

@media only screen and (max-width: 900px) {
    #site-content,
    #site-footer {
        grid-template-columns: calc(81% - 145px) 1fr;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #site-footer {
        width: calc(100% - 4rem);
    }
    .logo {
        width: 300px;
    }

    p.intro {
        font-size: 18px;
        line-height: 22px;
        font-family: "BentonSansBlack", sans-serif;
        color: #0b2633;
        font-weight: 700;
    }

    ul {
        list-style: none;
        padding: 0;
        -webkit-text-size-adjust: 90%;
    }
    ul .inner {
        padding-left: 30px;
        overflow: hidden;
        display: none;
        list-style: none;
        line-height: 20px;
        font-size: 13px;
        font-weight: 300;
        -webkit-text-size-adjust: 80%;
    }
    ul .inner.show {
        /*display: block;*/
    }

    ul li {
        margin: 0.8em 0;
    }
    ul li a.toggle,
    ul li a.investor-portal {
        width: 200px;
        display: block;
        background: #eaf3f3;
        color: #0b2633;
        padding-bottom: 0.7em;
        border-radius: 0;
        transition: background 0.3s ease;
        font-size: 15px;
        font-weight: 200;
    }

    ul li .copy {
        line-height: 20px;
        font-size: 13px;
        font-weight: 300;
        -webkit-text-size-adjust: 80%;
    }
    li .copy::before {
        color: #2ea0be;
        font-size: 13px;
        content: "\002B"; /* Unicode of character to precede the list item */
        padding-right: 8px;
        position: relative;
        top: 0em;
    }
}

@media only screen and (max-width: 767.98px) {
    #site-content {
        padding-top: 1.25rem;
    }
    #site-content,
    #site-footer {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    #site-footer {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .logo {
        order: 0;
        max-width: 225px;
        width: 100%;
    }
    #footer-menu {
        padding-right: 0;
        order: 1;
        flex-flow: row wrap;
        gap: 0.75rem;
    }
    #footer-menu a {
        font-size: 11px;
    }
    .voltcontent {
        grid-column: 1;
    }
}

.volt-page-content {
    padding: 4rem 0 10rem;
}

.volt-page-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
}

.volt-page-content li {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0.5rem;
}

.volt-page-content h1,
.volt-page-content h2,
.volt-page-content h3,
.volt-page-content h4,
.volt-page-content h5,
.volt-page-content h6 {
    margin: 2rem 0 1rem;
    font-family: "BentonSansBlack", sans-serif;
    color: #0b2633;
    font-weight: 700;
}

.volt-page-content strong {
    font-family: "BentonSansBlack", sans-serif;
    font-style: italic;
}

.volt-page-content h1 {
    font-size: 2.75rem;
    margin: 2rem 0 1.5rem;
}

.volt-page-content h2 {
    font-size: 2rem;
}

.volt-page-content h3 {
    font-size: 1.75rem;
}

.volt-page-content h4 {
    font-size: 1.5rem;
}

.volt-page-content h5 {
    font-size: 1.25rem;
}

.volt-page-content h6 {
    font-size: 1.125rem;
}

.volt-page-content ul,
.volt-page-content ol {
    margin: 1.25rem 0;
    padding: 0 0 0 2rem;
    text-align: left;
}

.volt-page-content ul {
    list-style-type: disc;
    background: transparent;
}

.volt-page-content ol {
    list-style-type: decimal;
    background: transparent;
}

.volt-page-content h1:first-child,
.volt-page-content h2:first-child,
.volt-page-content h3:first-child,
.volt-page-content h4:first-child,
.volt-page-content h5:first-child,
.volt-page-content h6:first-child,
.volt-page-content p:first-child,
.volt-page-content li:first-child,
.volt-page-content ul:first-child,
.volt-page-content ol:first-child,
.volt-page-content table:first-child {
    margin-top: 0;
}

.volt-page-content h1:last-child,
.volt-page-content h2:last-child,
.volt-page-content h3:last-child,
.volt-page-content h4:last-child,
.volt-page-content h5:last-child,
.volt-page-content h6:last-child,
.volt-page-content p:last-child,
.volt-page-content li:last-child,
.volt-page-content ul:last-child,
.volt-page-content ol:last-child,
.volt-page-content table:last-child {
    margin-bottom: 0;
}

.volt-page-content table {
    margin: 1.5rem 0;
    border-collapse: collapse;
    border: none;
}

.volt-page-content th {
    font-family: "BentonSansBlack", sans-serif;
}

.volt-page-content th,
.volt-page-content td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #cfdfdf;
    background: #f6fbfb;
    font-size: 0.9rem;
    vertical-align: top;
    line-height: 1.25;
}

.volt-page-content td ul,
.volt-page-content td ol {
    margin: 0.75rem 0 0 !important;
    padding: 0 0 0 1.25rem !important;
}

.volt-page-content td li {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    line-height: 1.25;
    background: transparent;
}

@media screen and (max-width: 900px) {
    .volt-page-content {
        padding: 3rem 0 10rem;
    }
}

@media screen and (max-width: 767.98px) {
    .volt-page-content {
        padding: 1rem 0 10rem;
    }
    .volt-page-content h1 {
        font-size: 2.25rem;
    }

    .volt-page-content h2 {
        font-size: 1.75rem;
    }

    .volt-page-content h3 {
        font-size: 1.5rem;
    }

    .volt-page-content h4 {
        font-size: 1.375rem;
    }

    .volt-page-content h5 {
        font-size: 1.125rem;
    }

    .volt-page-content h6 {
        font-size: 1rem;
    }
    .volt-page-content p {
        font-size: 0.9375rem;
    }

    .volt-page-content li {
        font-size: 0.9375rem;
    }
}
