/* Enter Your Custom CSS Here */
input[type="text"], input.wpcf7-email{
    border: 1px solid #DDDDDD;
    width: 80%;
    border-radius:5px;
    border: 1px solid #ccc;
    padding:10px
}
textarea {
    height: 150px;
    width: 90%;
    border-radius:5px;
    border:1px solid #ccc; 
}
input.wpcf7-submit {
    background: none repeat scroll 0 0 #38508D;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 22px;
    height: 45px;
    padding: 7px;
    text-transform: uppercase;
    width: 200px;
}
input.wpcf7-submit:hover {
    background: none repeat scroll 0 0 #637CA7;
}
#navigation ul li a {
    font-family: 'News Cycle',sans-serif !important;
}
