/* Defaults */

.clearfix:before, 
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
body {
    background: #ffffff;
    color: #666666;
    font-family: 'ProximaNova', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'ProximaNova', "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
.input-group input,
.input-group button {
    border-radius: 0 !important;
}
input {
    border: none !important;
    background: #f0f0f0 !important;
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
button {
    border-left: none !important;
    border-right: none !important;
    text-transform: uppercase;
    margin-left: 0px !important;
}
button:hover {
    color: #ffffff !important;
}