﻿/**===============   INPUT STYLES   ==================================*/

input[type=text], input[type=tel], input[type="number"] {
    border-radius: 35px;
    padding-left: 10px;
    background: #e3e3e3;
    border: 1px solid #999ea1;
    height: 35px;
    width: 100%;
    float: left padding-left:20px;
    font-size: 16px;
    line-height: 15px;
}

/*text-transform: uppercase;*/
select {
    border-radius: 35px;
    padding-left: 10px;
    background: transparent;
    background: #e3e3e3;
    border: 1px solid #999ea1;
    height: 35px;
    font-size: 16px;
}

input[type="reset"] {
    background: none;
    border: none;
    text-decoration: underline;
    color: #2abddb;
    font-size: 17px;
    padding: 18px 10px 0px 0px;
}

    input[type="reset"]:hover {
        text-decoration: none;
    }

input[type=submit] {
    border-radius: 35px;
    background: #015b9a;
    padding: 7px 35px;
    float: right;
    border: 0;
    font-size: 25px;
    font-weight: 300;
    color: white;
    font-family: "freight-sans-pro";
    margin-bottom: 15px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}

    input[type=submit]:hover {
        border-radius: 5px;
        color: white;
        background: #003e68;
        -webkit-transition: border-radius .5s ease;
        -moz-transition: border-radius .5s ease;
        -ms-transition: border-radius .5s ease;
        -o-transition: border-radius .5s ease;
        transition: border-radius .5s ease;
    }

/**===============   END INPUT STYLES   ==================================*/

/**  OTHER STYLES   */
.block {
    display: block;
}

hr {
    border: 0;
    background: #008dd7;
    height: 1px;
    margin-bottom: 1em;
    clear: both;
}

h2 {
    font-size: 30px;
    color: #2abddb;
    padding: 0 0 25px 0;
    text-transform: uppercase;
}
