.crane-search-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top:10%;
}

p.crane-search-header {
    font-size: 2em;
    font-weight: 700;
}


.crane-search-section {
    float: left;
    padding: 10px;
    width:50%;
}

.crane-search-section:after{
    content: "";
    display: table;
    clear: both;
}


.crane-search-section p {
    font-size: 1.25em;
    font-weight: 700;
    margin: 15px 0px;
}


p.crane-search-subhead {
    font-size: 1.25em;
    font-weight: 500;
}

a.crane-search-btn {
    background-color: #f7931d;
    padding: 15px;
    margin: 10px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    border-radius: 10px;
}

a.crane-search-btn:hover, a.crane-search-btn:active{
    background-color: #000;
    color:#fff;
    text-decoration: none;
}