.footer-widgets select{
	border: 1px solid #ECE6B1;
	background-color: #ECE6B1;
}

#reservationForm select,
#directSaleForm select{
    background-color: #ECF3F9;
    border: none;
    margin-bottom: 0;
    height: 3.125rem;
    color: #38516e;
    font-size: 1rem;
    font-weight: lighter;
    padding: .625rem .9375rem;
}

.direct-sale-hint {
    margin: 0.25em 0 0 0;
    font-size: 12px;
    text-align: center;
}
.reservation-form-secondary {
    margin: 0.5em 0 0 0;
    text-align: center;
}
.reservation-form-secondary a, .secondary-sale-button {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    color: #fff;
    display: inline-block;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    border-color: #0876C7;
    background-color: #0876C7;
    width: 100%;
    margin-bottom: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-weight: 700;
}

#gform_8 .instruction {
    display: none;
}

@media only screen and (min-width: 40.063em) {
    .gform_body li.lhalf {
        clear: left;
        float: left;
        width: 49.5%;
    }
    .gform_body li.rhalf {
        clear: right;
        float: right;
        width: 49.5%;
    }
}
