.w153_pdp_clear {
    content: '';
    display: table;
    clear: both;
}

.w153_pdp_content {
    padding: 30px 0 30px 0;
}

.w153_pdp_content,
.w153_pdp_content a,
.w153_pdp_content h1,
.w153_pdp_content h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: normal !important;
}

.w153_pdp_col {
    float: left;
    padding: 0 20px 0 20px;
}

.w153_pdp_col_13 {
    width: 33.33%;
}

.w153_pdp_list input,
.w153_pdp_list select {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 1em !important;
    height: 2.8em !important;
    line-height: 2.8em !important;
    font-size: 20px !important;
}

.w153_pdp_loading {
    /*display: block;
    margin: 0 auto 0 auto;*/
    color: #3366FF;
}

.w153_pdp_results {
    margin: 0 20px 0 20px;
}

.w153_pdp_results_inner{
    border: 1px solid #333333;
    padding: 50px;
    font-size: 23px;
    line-height: 32px;
    color: #444444;
}

.w153_pdp_results p {
    margin: 5px 0 0 0;
    padding: 0;
}

.w153_pdp_results h3 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    text-transform:none;
    color: #333333;
}

.w153_pdp_l_image,
.w153_pdp_l_specialties,
.w153_pdp_l_locations,
.w153_pdp_s_image,
.w153_pdp_s_info {
    float: left;
}

.w153_pdp_l_image {
    width: 25%;
    box-sizing: border-box;
}

.w153_pdp_s_image {
    width: 25%;
    box-sizing: border-box;
}

.w153_pdp_l_specialties {
    width: 35%;
    box-sizing: border-box;
}

.w153_pdp_l_locations {
    width: 35%;
    box-sizing: border-box;
}

.w153_pdp_s_info {
    width: 75%;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 40px;
}

.w153_pdp_s_info h1 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 40px;
    font-weight: normal !important;
    text-decoration: underline;
    color: #333333;
    float: left;
}

.w153_pdp_s_info p {
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 40px;
    font-size: 25px;
}

.w153_pdp_l_image a {
    width: 150px;
    max-height: 170px;
    overflow: hidden;
    display: block;
}

.w153_pdp_s_image a {
    width: 200px;
    display: block;
}

.w153_pdp_l_image a img,
.w153_pdp_s_image a img {
    width: 100%;
    display: block;
}

.w153_pdp_l_item {
    margin: 25px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #CCCCCC;
}

.w153_pdp_l_item_first {
    margin: 0;
    padding: 0;
    border: none;
}

.w153_pdp_l_image .w153_pdp_l_profile {
    width: auto;
    font-size: 23px;
    display: block;
    padding: 5px 0 0 0;
    text-decoration: none;
    font-weight: bold !important;
}

.w153_pdp_reset {
    display: inline-block;
    padding: 0 0 5px 20px;
    text-decoration: none;
    font-size: 15px;
}

.w153_pdp_pagination {
    text-align: center;
}

.w153_pdp_pagination a {
    display: inline-block;
    background-color: #08bfdd;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
    border: 1px solid #333333;
    margin: 20px 4px 0 4px;
    text-decoration: none;
}

.w153_pdp_pagination a:hover {
    background-color: #0b94aa;
    color: #ffffff;
}

.w153_pdp_pagination span {
    display: inline-block;
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
    margin: 20px 4px 0 4px;
}

.w153_pdp_pagination .current {
    border: 1px solid #333333;
    color: #333333;
}

.w153_pdp_s_back {
    float: right;
    font-size: 25px;
    color: #333333;
}

@media screen and (max-width: 950px) {
    .w153_pdp_l_image a {
        width: 120px;
    }

    .w153_pdp_s_image a {
        width: 150px;
    }

    .w153_pdp_l_image .w153_pdp_l_profile {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .w153_pdp_col_13 {
        float: none;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .w153_pdp_results {
        padding: 35px;
    }

    .w153_pdp_l_image {
        width: 30%;
    }

    .w153_pdp_l_specialties,
    .w153_pdp_l_locations {
        width: 70%;
    }

    .w153_pdp_l_specialties {
        padding-bottom: 25px;
    }

    .w153_pdp_s_info h1 {
        font-size: 30px;
    }

    .w153_pdp_s_info p {
        line-height: 35px;
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .w153_pdp_results {
        padding: 0;
        border: none;
    }

    .w153_pdp_l_image a {
        width: 80%;
    }

    .w153_pdp_l_image {
        width: 40%;
    }

    .w153_pdp_l_specialties,
    .w153_pdp_l_locations {
        width: 60%;
    }

    .w153_pdp_results h3 {
        font-size: 17px;
    }

    .w153_pdp_results p {
        margin: 0 0 0 0;
        font-size: 15px;
    }

    .w153_pdp_l_image .w153_pdp_l_profile {
        font-size: 15px;
    }

    .w153_pdp_s_image {
        float: none;
        width: 50%;
        margin: 0 auto 30px auto;
    }

    .w153_pdp_s_image a {
        width: 100%;
    }

    .w153_pdp_s_info {
        float: none;
        width: 100%;
        font-size: 17px;
        line-height: normal;
        text-align: center;
    }

    .w153_pdp_s_info p {
        text-align: justify;
        line-height: 25px;
        font-size: 17px;
    }

    .w153_pdp_s_info h1 {
        font-size: 30px;
        text-align: center;
    }

    .w153_pdp_list input,
    .w153_pdp_list select {
        padding: 0 1em !important;
        height: 3em !important;
        line-height: 3em !important;
        font-size: 17px !important;
    }

    .w153_pdp_content {
        padding: 0 0 20px 0;
    }
}