.PageType_Home #TwoColumnLower {
    display: none;
}

/* form overrides */

.sub-widget {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; 
}

.sub-widget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #202020;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 15px;
    color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .15);
}

.sub-widget .book-button {
    font-family: "Rubik";
    text-transform: uppercase;
}


