﻿#success-message {
    line-height: 30px;
    font-weight: 500;
}

#adp-placemark td .adp-placemark td {
    font-weight: 900;
}

.adp-text {
    font-weight: 900;
}

.adp-step, .adp-substep {
    padding: 20px 3px 20px 40px;
}

#adp-placemark img, .adp-placemark img {
    margin: 20px;
}

.track-section div, .track-section {
    padding-left: 0 !important;
    padding-right: 0;
}

.inner-main .content-block {
    padding-left: 0 !important;
}

.list-all-track div {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 0;
}

.adp-list img, .adp-substep img {
    width: 20px;
    height: 20px;
    margin-right: -27px;
    left: -40px;
}

.adp-list {
    display: none;
}

#directionpanel {
    margin-top: -10px;
}

.adp-agencies, .adp-legal, .adp-warnbox {
    display: none;
}

.slick-track {
    width: 5000px !important;
}

.track-section p {
    color: #666666;
}

.form-inner-side select {
    max-width: none;
    font-weight: 200;
    color: #666 !important;
}

.email-updates .form-control {
    border: solid 1px #dcdcdc !important;
}

.form-inner-side section div:nth-child(2) div label {
    display: none !important;
}

.form-inner-side {
    margin-bottom: 0px !important;
}

.signup:active {
    background-color: #c4308b !important;
}

.inner-container div .email-updates {
    margin-top: 10%;
    padding-left: 30px !important;
    padding-right: 15px !important;
}

.page-content-inner a {
    color: #c01b80;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width:425px) {
    .pagination-box .pagination {
        padding-left: 5% !important;
    }

    .inner-container div {
        padding-left: 0;
        padding-right: 0;
    }

    #email-updates {
        padding-left: 15px;
        /*text-align: -webkit-auto;*/
    }

    table tr td {
        min-width: 130px !important;
    }
}

.pagination-box .pagination {
    padding-left: 40%;
}
@media (min-width: 430px)  and  (max-width: 768px){
    .col-sm-push-8 {
        left: 58.666667%!important;
    }
    .col-sm-pull-4 {
    right: 38.333333%!important;
}
}
@media (min-width: 768px)  and  (max-width: 1024px){
    .col-sm-push-8 {
        left: 60.666667%!important;
    }
    .col-sm-pull-4 {
    right: 37.333333%!important;
}
}
@media (min-width: 1024px)  and  (max-width: 1440px){
    .col-sm-push-8 {
        left: 66.666667%!important;
    }
    .col-sm-pull-4 {
    right: 31.333333%!important;
}
}