p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12pt;
    color: #000;
    line-height: 14pt;
    margin: 0 0 1rem 0;
}
@media screen and (min-width: 451px) {
    p {
        text-align: justify;
    }
}

#home_message {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home_message h2 {
    font-size:calc(15px + 0.75vw);
    font-weight: bold;
}
#menu a, #menu label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: calc(10.75px + 0.25vw)
}
@media screen and (max-width: 624px) {
    #home_message h2 {
        margin-top: 0;
    }
}
@media screen and (min-width: 625px) and (max-width: 1099px) {
    #home_message h2 {
        margin-top: 1.5rem;
    }
}
@media screen and (min-width: 1100px) {
    #home_message h2 {
        margin-top: calc(1.25rem - 0.25vw);
    }
}
@media screen and (max-width: 1099px) {
    #home_message p {
        line-height: 13pt;
        font-size: calc(13.35px + 0.25vw);
    }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    #home_message p {
        line-height: 14.75pt;
        font-size: calc(14px + 0.25vw);
    }
}
@media screen and (min-width: 1200px) {
    #home_message p {
        line-height: 16pt;
        font-size: calc(15px + 0.25vw);
    }
}

ul {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11.5pt;
    color: #353535;
    text-align: left;
    line-height: 14pt;
    list-style: square outside;
    margin-left: -1.5em;
}
* + ul {
    margin-left: 0;
}
#products_listing ul {
    margin: 0 0 0 -1rem;
}

.ps-caption {
    font-family: 'Nunito Sans', sans-serif;
    color: white !important;
}

.listtext {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 9.5pt;
    color: #000;
    text-align: left;
    line-height: 14pt;
}

.pdfspecstext {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 9pt;
}

.pdfspecstextsmall {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 8pt;
    color: #000;
    text-align: center;
    line-height: 6pt;
}

h1 {
    font-family: 'Arimo', sans-serif;
    font-size: 1.75rem;
    color: #791C24;
    border-bottom: 1px solid black;
    line-height: 2.5rem;
}

h2 {
    font-family: 'Arimo', sans-serif;
    font-size: 1.25rem;
    color: #0e0360;
    text-align: left;
    margin: 1rem 0 0.5rem 0;
    text-shadow: 1px 1px #eee;
}

h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 11pt;
    color: #0e0360;
    text-shadow: 1px 1px #eee;
    margin: 1.5rem 0 0.75rem 0;
}

h4 {
    font-family: 'Arimo', sans-serif;
    font-size: 10pt;
    color: #0e0360;
    margin: 1.5rem 0 0.75rem 0;
}

#products_listing {
    margin-bottom: 1.5rem;
}

.category, .system {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#products_listing h1 {
    font-family: 'Arimo', sans-serif;
    font-size: 1.75rem;
    color: #791C24;
    column-span: all;
    margin-top: 0.5rem;
    border-bottom: none;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px #eee;
}
#products_listing h1 a {
    margin-right: 1rem;
    font-size: 1.5rem;
    color:#791C24;
    transition: all 0.2s ease-in-out;
}
#products_listing h1 a:hover {
    margin-right: 1rem;
    font-size: 1.75rem;
    color: white;
}
@media screen and (min-width: 625px) {
    #products_listing h1 {
        margin-top: calc(0.5rem + 15px);
    }
}
#products_listing .category h2, #products_listing .system h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11pt;
    color: #000;
    text-align: left;
    line-height: 14pt;
    margin: 1rem 0 0.1rem 0;
}
#products_listing .category:first-of-type h2 {
    margin-top: 0;
}

footer {
    font-family: 'Arimo', sans-serif;
    font-size: 12pt;
    color: #fff;
    text-align: center;
    line-height: 14pt;
}
footer span {
    white-space: nowrap;
}
footer .fine-print {
    margin-top: 3px;
}
footer .footer-social {
    margin-top: 7px;
}
footer .footer-social a {
    display: inline-block;
    margin: 0 7px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
footer .footer-social a:visited {
    color: #fff;
}
footer .footer-social a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
footer .footer-social a:active {
    color: #fff;
}
@media screen and (max-width: 400px) {
    footer span:nth-of-type(2), footer span:nth-of-type(4) {
        display: none;
    }
}
@media screen and (max-width: 555px) {
    footer span:nth-of-type(2) {
        display: none;
    }
}
@media screen and (min-width: 545px) and (max-width: 667px) {
    footer span:nth-of-type(4) {
        display: none;
    }
}

.porttext {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10pt;
    color: #dbba20;
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
}

.fine-print {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 9pt;
    color: #fff;
    text-align: left;
    line-height: 11pt;
}

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #791C24; text-decoration: underline; }
a:active { color: #000; text-decoration: none; }

a.direct2:link { color: #FFF; text-decoration: underline; }
a.direct2:visited { color: #FFF; text-decoration: underline; }
a.direct2:hover { color: #FFF; text-decoration: none; }
a.direct2:active { color: #FFF; text-decoration: underline; }

a.bluelink:link { color: #2200D6; text-decoration: underline; }
a.bluelink:visited { color: #545454; text-decoration: underline; }
a.bluelink:hover { color: #2200D6; text-decoration: none; }
a.bluelink:active { color: #2200D6; text-decoration: underline; }

.content a:link { color: #791C24; text-decoration: underline; }
.content a:visited { color: #791C24; text-decoration: underline; }
.content a:hover { color: #000; text-decoration: none; }
.content a:active { color: #000; text-decoration: none; }

.testimonials > div:not(:last-of-type) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

/* Overrides for Simple Lightbox */
.slbCaption {
    font-family: 'Nunito Sans', sans-serif !important;
    color: white;
}
.slbOverlay {
    opacity: 0.85;
}