#map {
    width: 100%;
    height: 100%;
}
.menu-switch:before {
    background: #1e2341;
    color: #d8e56b;
    border-color: #1e2341;
}

article {
    background: #d8e56b;
    margin: 150px auto 0;
    padding: 50px 0;
    text-align: center;
}
article:after{
    content:"";
    display: block;
    clear: both;
}
article h6{
    color: #d8e56b;
    margin: 0 0 20px 0;
    font-size: 25px;
    display: inline-block;
}

article h6 a{
    background: #1e2341;
    padding: 5px 10px;
    text-decoration: none;
}
.newsletter {
    color: #D8E56B;
}
.newsletter a{
    background-color: #1e2341;
    font-weight: 300;
    text-decoration: none;
    padding: 5px 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
article div h4{
    font-family: andes-light;
    font-size: 45px;
}
article div:first-child h4,
article p{
    text-align: left;
}
.float-l{
    float: left;
    width: 47%;
}
.float-r{
    float: right;
    width: 47%;
}
article div .fa {
    font-size: 90px;
    margin-right: 15px;
    display: inline-block;
    float: left;
}
article div:last-child .fa{
    font-size: 65px;
}
form button{
    background: none;
    float: left;
    border: none;
}
article form{
    text-align: left;
    padding-left: 10px;
    float: left;
}
article input{
    background: none;
    border: none;
    padding: 10px;
    font-size: 35px;
    color: inherit;
    width: 70%;
    outline: none;
    float: left;
}
.contact-wrapper a.cursor-default {
    text-decoration: none;
    color: inherit;
}
.contact-wrapper .float-l p span {
    float: left;
    width: 80%;
}