<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inquirySection {
    width: 100%;
    background: linear-gradient(180deg, #c38416, #f3a41b 25px, #f3a41b 100%);
    padding-top: 75px;
    padding-bottom: 75px;
}

    .inquirySection &gt; div {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        font-size: 1.125rem;
    }

        .inquirySection &gt; div p {
            text-align: center;
            line-height: 1.75rem;
        }

        .inquirySection &gt; div h1 {
            text-align: center;
            font-size: 3rem;
            line-height: 1;
            margin-bottom: 16px;
        }

        .inquirySection &gt; div a, .inquirySection &gt; div a:visited, .inquirySection &gt; div a:active, .inquirySection &gt; div a:hover {
            color: white;
        }

    .inquirySection .inquiryHeader {
        max-width: 60ch;
        margin-left: auto;
        margin-right: auto;
    }

#submitInquiry {
    padding: 10px 30px 10px 30px;
    background-color: rgb(56, 131, 178);
    font-size: 1.25rem;
    font-weight: 700;
    border: 0 solid #87b800;
    color: White;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    width: 304px;
}

    #submitInquiry:disabled {
        background-color: silver;
        border: 1px solid gray;
    }


.g-recaptcha&gt;div {
    margin-left: auto;
    margin-right: auto;
}


#inquiryArea {
    margin: 10px auto;
    padding: 20px;
    width: 800px;
    max-width: calc(100% - 20px);
}


.col-7.reinvent .inquiryHeader {
    padding: 0 15px;
}
@media only screen and (max-width: 966px) {
    .col-7.reinvent {
        width:100%;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 900px) {
    #inquiryArea {
        width: calc(100%);
        margin-left: -8px;
        margin-right: 0;
        max-width: 100%;
        padding: 20px 15px 0;
    }
}

@media only screen and (min-width: 900px) {
    #firstNameParagraph, #companyParagraph {
        width: calc(50% - 25px);
    }

    #lastNameParagraph, #phoneParagraph {
        width: calc(50% - 25px);
        margin-right: 0;
    }

    #emailParagraph {
        margin-top: 25px;
    }
}

#inquiryArea fieldset {
    padding: 0;
}

#inquiryArea h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#inquiryArea h3 {
    font-size: 16pt;
    margin-top: 30px;
}

#submitParagraph a {
    font-weight: bold;
    color: rgb(34, 156, 211);
}

textarea {
    width: 588px;
    height: 200px;
    font-family: Helvetica, Arial, Verdana, Calibri, Sans-Serif;
    padding: 8px;
    font-size: 1.4em;
}
</pre></body></html>