.image-with-text-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.manageable-content {

}
.manageable-content.first .image-wr {
    float: left !important;
}

.manageable-content.first .text {
    float: right !important;
}

.btn-white, .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #ffffff !important;
    color: #3AB9DC !important;
}

.action-link-purple, .action-link-purple:hover {
    color: #706290;
}

.action-link-blue, .action-link-blue:hover {
    color: #3AB9DC;
}

.action-link-white, .action-link-white:hover {
    color: #FFFFFF;
}

.gradient-background-color{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e76a32+0,e43731+100 */
    background: #2EB8E5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2EB8E5 0%, #706290  100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2EB8E5 0%, #706290 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #2EB8E5 0%, #706290 100%);
    background: -ms-linear-gradient(left, #2EB8E5 0%, #706290 100%);
    background: linear-gradient(to right, #2EB8E5 0%, #706290 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8E5', endColorstr='#706290', GradientType=0);
    /* IE6-9 */
}

.gradient-purple{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e76a32+0,e43731+100 */
    background: #6d6491;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6d6491 0%, #30b5e2  100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6d6491 0%, #30b5e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #6d6491 0%, #30b5e2 100%);
    background: -ms-linear-gradient(top, #6d6491 0%, #30b5e2 100%);
    background: linear-gradient(to bottom, #6d6491 0%, #30b5e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6491', endColorstr='#30b5e2', GradientType=0);
    /* IE6-9 */
}

.gradient-blue{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e76a32+0,e43731+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ade6f1  100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ade6f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #ffffff 0%, #ade6f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ade6f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ade6f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ade6f1', GradientType=0);
    /* IE6-9 */
}

.manageable-content.first > div:last-child {
    padding-right: 0 !important;
}

.manageable-content.first > div:first-child{
    padding-left: 68px !important;
}

/*.image-wr{*/
    /*padding-left: 68px !important;*/
/*}*/

@media only screen and (max-width: 1199px ) {
    .image-with-text-container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 768px ) {
    .manageable-content.first > div:last-child {
        padding-right: 15px !important;
    }

    .manageable-content.first > div:first-child{
        padding-left: 15px !important;
    }

    .image-with-text-container .submit-btn-wr {
        margin-bottom: 25px !important;
    }

}