﻿body {
    color:#666666;
}

img.banner.logo {
    display: inline-block;
    max-width: 100px;
    width: 20%;
}

#article2018.container.title {
    margin-top: 2rem;
}

a:link, a:visited {
    color:#666666;
    text-decoration: underline;
}

div.contentWrapper {
    display: flex;
}

.wrapper, .inner-wrapper {
    width: 100%;
}

h1.title {
    font-family: HelveticaNeueLTStd-ThIt, sans-serif;
    font-size: 52px;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-align: left;
    display: inline-block !important;
    vertical-align: bottom;
    padding: 50px 20px 0px 20px;
}

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: 20px;
    }

    .fields.ddl option {
        font-size: 16px;
    }

    .fields.cbx {
        border: none;
        line-height: 20px;
        margin-left: 20px;
    }

        .fields.cbx label {
            padding-left: 10px;
        }

.consent {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: left;
}

.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.title {
        font-size: 30px !important;
    }
}
