.qp-ul {
    margin-left: 20px;
}

.qp-ul li {
    color: #0a8ad2;
    font-size: 14px;
    margin-bottom: 5px;
}

.qp-ul li span {
    color: #464646;
}

.widget-signup {
    background: none repeat scroll 0 0 #f1f6fa;
    border: 1px solid #489ad7;
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.widget-signup h3 {
    color: #17284e;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

.widget-signup form input.submit {
    background: url("http://questionpro.com/images/searchterm/get-started.png") no-repeat scroll 0 0 transparent;
    border: 0 solid #ccc;
    display: inline-block;
    height: 31px;
    padding: 0;
    text-indent: -9999px;
    vertical-align: middle;
    width: 120px;
}

.widget-signup form input.submit:hover {
    background-position: 0 -31px;
}

.widget-signup form input.email {
    border: 1px solid #ccc;
    box-shadow: 0 0 2px #ccc inset;
    display: inline-block;
    padding: 5px 3px;
    vertical-align: middle;
    width: 55%;
    margin-bottom: 0;
}

.widget-signup a.tour, .widget-signup a.tour:visited {
    background-clip: padding-box;
    background-color: #ececec;
    background-image: linear-gradient(#f4f4f4, #ececec);
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    outline: medium none;
    overflow: visible;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    white-space: nowrap;
    line-height: 19.6px;
}
.widget-signup a.tour:hover {
    background-color: #f4f4f4;
    background-image: linear-gradient(#ececec, #f4f4f4);
    text-decoration: none;
}

.widget-signup p {
    margin-bottom: 5px;
}

.widget-clients {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 4px 0 #ccc inset;
    padding: 15px;
    text-align: left;
}

.widget-clients p {
    line-height: normal;
}

.widget-clients img.left {
    float: left;
    margin-right: 15px;
    padding-top: 10px;
}

.widget-clients .content {
    margin-bottom: 20px;
    min-height: 120px;
    padding-top: 20px;
}

.no-padding-left {
    padding-left: 0;
}

.top-footer h5 {
    border-bottom: 1px solid #484848;
    color: #484848;
    font-size: 22px;
    padding-bottom: 5px;
}

.top-footer h6 {
    color: #484848;
}

.more-links {
    margin-top: 20px;
}

.more-links .ml-a {
    display: inline-block;
    margin-left: 30px;
}

.more-links .ml-a a {
    font-size: 14px;
    color: #489ad7;
    text-decoration: underline;
}

.more-links .ml-a a:hover {
    text-decoration: none;
}

.more-links h4 {
    display: inline-block;
}

.long-srv-fb a {
    color: #489ad7;
}

.long-srv-fb a:hover {
    text-decoration: underline;
}

.long-srv-fb .join-now div.join-form input[type="text"] {
    margin: 0 0 0 -0.4em;
}

@media only screen and (max-width: 1024px) {
    .joinNowError {
        left: 40%;
    }
}

@media only screen and (max-width: 860px) and (min-width: 768px) {
    .widget-signup form input.email {
        width: 51%;
    }

    .more-links .ml-a {
        display: block;
        margin-left: 0;
    }

    .more-links h4 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .row .join-now {
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        margin: 15% 0 0;
    }

    .joinNowError {
        left: auto;
    }

    .join-now div.join-text,
    .join-now div.join-form {
        text-align: left;
    }

    .more-links .ml-a {
        display: block;
        margin-left: 0;
    }

    .more-links h4 {
        display: block;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .more-links {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {

    .more-links .ml-a a {
        display: block;
        margin-bottom: 15px;
    }

    .more-links .separator {
        display: none;
    }
}
