.white-paper a.download-icon, .wpcf7-form-control.wpcf7-submit{
background: rgb(143,170,213);
    background: -moz-linear-gradient(top, rgba(143,170,213,1) 0%, rgba(88,139,196,1) 51%, rgba(1,114,182,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,170,213,1)), color-stop(51%,rgba(88,139,196,1)), color-stop(93%,rgba(1,114,182,1)), color-stop(100%,rgba(1,114,182,1)));
    background: -webkit-linear-gradient(top, rgba(143,170,213,1) 0%,rgba(88,139,196,1), rgba(1,114,182,1) 100%);
    background: -o-linear-gradient(top, rgba(143,170,213,1) 0%,rgba(88,139,196,1) 51%,rgba(1,114,182,1) 100%);
    background: -ms-linear-gradient(top, rgba(143,170,213,1) 0%,rgba(88,139,196,1) 51%, rgba(1,114,182,1) 100%);
    background: linear-gradient(to bottom, rgba(143,170,213,1) 0%,rgba(88,139,196,1) 51%,rgba(1,114,182,1) 100%);
    padding: 5px 30px;
  color:#fff !important;
      border-radius: 6px;
      text-decoration: none;
      line-height: 35px;
}
.wpcf7-form-control.wpcf7-submit{
  border:none;
  padding: 0 20px;
  margin-top:20px;
  font-size:18px;
  cursor:pointer;
}
.submit-button{
    width: 150px;
    float: left;
}
.white-paper a.download-icon:hover{
     background:#3e505c;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #0071b3;
  display:none !important;
}
.form-div{
    float: left;
    position: relative;
    margin-right:40px;
}
.selection-list{
  line-height:35px;
  margin-right: 30px;
  float: left;
  margin-top:-5px;
}
.selection-list p{
  margin-top:-35px;
}
#wpm_download_4{
    float: left;
    position: relative;
}