body.page-newsletter form#measuremail-subscribe-form h2 {
    font-family: "Lato", Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 10px 0;
    padding: 0;
}

body.page-newsletter form#measuremail-subscribe-form .form-item-EmailAddress {
    clear: none;
    float: left;
    width: 60%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body.page-newsletter form#measuremail-subscribe-form .subscription-content-profiles {
    clear: none;
    float: right;
    width: 40%;
    margin: 0 0 30px 0;
    padding: 15px 20px 10px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    background: white;
}
body.page-newsletter form#measuremail-subscribe-form .subscription-content-profiles h3 {

    display: block;
    font-family: "Lato", Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: none;
    margin: 0;
    padding-bottom: 15px;
}

body.page-newsletter form#measuremail-subscribe-form .subscription-content-profiles .form-item {
    color: #413d3d;
    margin: 0;
    padding: 0 0 2px 10px;
    background-image: url(../../images/bullets/bullet-red.png);
    background-position: 0 4px;
    background-repeat: no-repeat;    
}

body.page-newsletter form#measuremail-subscribe-form .form-item-measuremail-subscription-agree {
    float: left;
    clear: none;
    width: 60%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body.page-newsletter form#measuremail-subscribe-form .form-item-measuremail-subscription-agree input{
    float:left;
}
body.page-newsletter form#measuremail-subscribe-form .form-item-measuremail-subscription-agree .description {
    float: left;
    width: 90%;
    padding: 0;
}

body.page-newsletter form#measuremail-subscribe-form .form-submit {
    display: block;
    clear: left;
    float: right;
}
