div#page .sections {
	display: block !important;
}
input#subscriber-term {
    display: inline-block;
}

form#subscribe-form label {
    margin-bottom: 5px;
    font-family: Proxima Nova;
    font-style: italic;
    font-size: 14px;
    color:white;
   display: inline;
}
input#subscriber-email {
    height: 50px;
    width: 210px;
    border-radius: 5px;
    font-family: Proxima Nova;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
aside#sendy_widget-2 {
    padding: 18px;
    border-radius: 5px;
    float: right;
   width:50%;
}
form#subscribe-form label {
    margin-bottom: 5px;
    font-family: Proxima Nova;
    font-style: italic;
    font-size: 14px;
    color: white;
}
a.small-inline-link {
    color: wheat;
}

input#sub-submit {
    width: 40%;
    height: 50px;
    margin-top: 1%;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    border: 0 solid #7EB93D;
    background-color: #7EB93D;
    font-family: Brandon Grotesque Regular;
}