.topslide .fl-node-content
{
    margin-bottom: 0;
    letter-spacing: 1px;
}
.topslide .fl-heading
{
    line-height: 1!important;
}
.mobileboxes
{
    margin-bottom: 20px!important;
}
.wpforms-form input[type=submit], .wpforms-form button[type=submit]
{
    font-family: Source Sans Pro!important;
    font-weight: 700!important;
    font-size: 16px!important;
    text-align: left;
    padding-top: 15px!important;
    padding-left: 30px!important;
    padding-bottom: 15px!important;
    padding-right: 30px!important;
    border-radius: 4px;
    --moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #b52a40;
    border: 1px solid #b52a40;
    background: -moz-linear-gradient(top,#d3485e 0%,#b52a40 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d3485e),color-stop(100%,#b52a40));
    background: -webkit-linear-gradient(top,#d3485e 0%,#b52a40 100%);
    background: -o-linear-gradient(top,#d3485e 0%,#b52a40 100%);
    background: -ms-linear-gradient(top,#d3485e 0%,#b52a40 100%);
    background: linear-gradient(to bottom,#d3485e 0%,#b52a40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3485e',endColorstr='#b52a40',GradientType=0);
}
.wpforms-form input[type=submit]:hover, .wpforms-form button[type=submit]:hover
{
    background: #f89b35!important;
    border: 1px solid #f89b35!important;
    background: -moz-linear-gradient(top,#ffb953 0%,#f89b35 100%)!important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffb953),color-stop(100%,#f89b35))!important;
    background: -webkit-linear-gradient(top,#ffb953 0%,#f89b35 100%)!important;
    background: -o-linear-gradient(top,#ffb953 0%,#f89b35 100%)!important;
    background: -ms-linear-gradient(top,#ffb953 0%,#f89b35 100%)!important;
    background: linear-gradient(to bottom,#ffb953 0%,#f89b35 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb953',endColorstr='#f89b35',GradientType=0)!important;
    color: #fff!important;
    border: 0!important;
}
.wpforms-container-full .wpforms-form button[type=submit]:hover
{
    color: #fff!important;
    border: 0!important;
}