﻿body {
    color: #666666;
}

img.banner.logo {
    display: inline-block;
    width: 100%;
}

#article2018.container:not(.title) {
    margin-top: -3rem;
}

.row.thankyou { margin-top: 3rem; }

a:link, a:visited {
    color: #666666;
    text-decoration: underline;
}

div.contentWrapper {
    display: flex;
}

.wrapper, .inner-wrapper {
    width: 100%;
}

h1.pagetitle {
    font-family: HelveticaNeueLTStd-ThIt, sans-serif;
    font-size: 52px;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-align: left;
    vertical-align: bottom;
    padding: 20px 0px 0px 0px;
}

div.inner-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
}

div.form-wrapper {
    width: 100%;
    max-width: 700px;
    float: left;
}

div.row {
    margin-bottom: 1rem !important;
}

.button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.fields {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666666;
    height: 42px;
    width: 100%;
    line-height: 42px;
    vertical-align: middle;
    border: solid #AAAAAA 1px;
    padding-left: 5px;
}

    .fields.half {
        max-width: 350px;
    }

    .fields.other {
        height: 28px;
    }

span.other {
    padding-left: 30px;
    font-size: 16px;
}

.fields.ddl option {
    font-size: 16px;
}

.fields.cbx {
    border: none;
    line-height: 20px;
    margin-left: 5px;
}

    .fields.cbx td {
        display: inline-flex;
        margin-bottom: .5rem;
    }

    .fields.cbx td label { display: flow-root; margin-left: 10px; }

        .fields.cbx td label span { font-size: 0.8em; }

    .fields.cbx input[type="checkbox"] {
        -ms-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        padding: 10px;
        max-height: 20px;
        margin-top: 2px;
    }

.signup-consent .consent {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin: 10px 0px 30px 0px;
}

.antispam {
    position: absolute;
    left: -99999px;
}

.addr, .prod-desc {
    padding-top: 15px;
}

.licensee-desc textarea {
    height: 150px;
    scroll-behavior: auto;
    resize: none;
    line-height: 24px;
}

.prod-desc textarea {
    height: 100px;
    scroll-behavior: auto;
    resize: none;
    line-height: 24px;
}

#div-sign-me-up {
    padding-top: 10px;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: transparent;
}

#refresh-link {
    display: none;
}

@media only screen and (max-width: 675px) {
    h1.pagetitle {
        font-size: 30px !important;
    }
}
