#form {
    width: 100%;
}
p.title {
    padding-top: 25px;
    padding-bottom: 0px;
}
p.sub-title {
    font-size: 14px;
    line-height: 1.4em;
}
.field-title {
    display: none;
}
.field-title.field-opt-in {
    display: block !important;
    font-size: 14px;
    color: #555;
}
div.top {
    font-size: 20px;
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
}
div.top a {
    color: #d0df00 !important;
}
div.top a:hover {
    color: #d0df00 !important;
}
.field-body {
    background-color: #f3f3f3;
}
input.submit {
    color: #fff;
    margin: 15px;
    margin-top: 0px;
    font-size: 23px;
    background-color: #df7f00;
    background-image: none;
    width: auto;
    padding: 18px;
    border: 2px solid #fff;
    width: 250px;
    font-family: 'Georgia', sans-serif;
    height: inherit;
    box-shadow: 5px 5px 3px #515151;*/
}
input.submit [value="Find Out More"] {
    display: none;
}
input.field-input {
    height: 20px;
    margin: 5px;
    width: 90%;
    padding: 2px 5px;
    background-color: #e5e5e5;
    border: 1px solid #666363;
    float: none;
}
#bottom-form input.field-input {
     padding: 5px;  
}
select {
    height: 27px;
    margin: 5px;
    background-color: #e5e5e5;
    color: #555;
    border: 1px solid #666363;
    float: none;
}
#bottom-form select {
    height: 30px;
    width: 92%; 
}

.form-privacy {
    font-weight: bold;
    color: #555;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
    margin-left: 10px;
    margin-right: 10px;
}

.form-privacy a {
    color: #555;
    text-decoration: underline !important;
    display: inline;
}

@media (max-width: 1199px) and (min-width: 979px) {
    .event-image {
        display: none;
    }
    input.submit {
        width: 200px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    #bottom-form select {
        width: 93%; 
    }
    input.submit {
        margin: auto;
        width: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) and (min-width: 538px) {
    #bottom-form select {
        width: 93%; 
    }
}

@media (max-width: 538px) and (min-width: 500px) {
    #bottom-form select {
        width: 94%; 
    }
}