
﻿@media screen and (max-width: 991px) {
    .sf_colsOut .sf_colsIn .socialShare .RadSocialShare, .sf_colsOut .sf_colsIn .socialShareServices .RadSocialShare, .sf_colsOut .sf_colsIn .sfContentBlock .quick-links a;

{
    width: 100%;
    font-size: 0.750em;
}

.sf_colsOut .sf_colsIn .socialShare {
    padding-right: 34px;
}

.sf_colsOut .sf_colsIn .socialShareServices {
    padding-right: 18px;
}

}

@media screen and (min-width:768px) and (max-width:991px) {
    .events .container .row .col-md-3 {
        width: 242px;
        float: left;
        position: relative;
    }

    .events .container .row .col-md-9 {
        float: left;
        width: 68%;
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .events .container .row .col-md-3 {
        display: none;
    }

    .events .container .row .col-md-9 {
        float: left;
        width: 97%;
        padding: 0 0 0 15px;
    }
}

@media print {
    .results-box p, body, p, td, th, ul, a {
        font-family: Arial, Helvetica, Verdana, sans-serif !important;
        font-size: 12px !important;
    }

    h3.addr, h3.addr a {
        margin: 0 0 5px 0 !important;
    }
}

/*#region PatientQuote*/

.boxleftbar {
    width: 100%;
    min-height: 300px;
    padding-left: 15px;
    padding-bottom: 25px;
    text-align: left;
}

.patientWidgetAlign .boxleftbar {
    padding-left: 30px !important;
}

.boxleftbar--img {
    width: 190px;
    height: 180px;
    border-bottom: 3px solid rgb(0,71,133);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.boxlefbar--content {
    padding: 10px;
    background: rgb(245,206,62);
    border-radius: 0 0 5px 5px;
    max-width: 190px;
}

    .boxlefbar--content h5 {
        color: rgb(0,71,133);
        margin: 5px 0;
        text-transform: uppercase;
    }

    .boxlefbar--content p {
        color: #565656;
        font-weight: 600;
        font-size: 13px;
    }

    .boxlefbar--content a {
        color: rgb(0,71,133);
        text-decoration: none;
        font-weight: 900;
    }

/*#endregion*/

/*#region Events*/


.image-clases {
    margin-top: 15px;
    width: 100% !important;
    max-height: 140px;
    margin-bottom: 12px;
    overflow: hidden;
}

    .image-clases img {
        width: 100% !important;
    }

/*#endregion*/


img[src*="//bat.bing.com/"], iframe[name="google_conversion_frame"] {
    display: none;
}


.dr-profile-details h4, .pnlComments h4, .our-survey strong {
    font-size: 17px;
}

@media screen and (max-width:991px) {
    .sf_colsOut .sf_colsIn .socialShare .RadSocialShare,
    .sf_colsOut .sf_colsIn .socialShareServices .RadSocialShare,
    .sf_colsOut .sf_colsIn .sfContentBlock .quick-links a {
        width: 100%;
        font-size: 0.750em;
    }

    .sf_colsOut .sf_colsIn .socialShare {
        padding-right: 34px;
    }

    .sf_colsOut .sf_colsIn .socialShareServices {
        padding-right: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .events .container .row .col-md-3 {
        width: 242px;
        float: left;
        position: relative;
    }

    .events .container .row .col-md-9 {
        float: left;
        width: 68%;
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .events .container .row .col-md-3 {
        display: none;
    }

    .events .container .row .col-md-9 {
        float: left;
        width: 97%;
        padding: 0 0 0 15px;
    }
}

@media print {
    .results-box p, body, p, td, th, ul, a {
        font-family: Arial, Helvetica, Verdana, sans-serif !important;
        font-size: 12px !important;
    }

    h3.addr, h3.addr a {
        margin: 0 0 5px 0 !important;
    }
}

/*#region PatientQuote*/

.boxleftbar {
    width: 100%;
    min-height: 300px;
    padding-left: 15px;
    padding-bottom: 25px;
    text-align: left;
}

.patientWidgetAlign .boxleftbar {
    padding-left: 30px !important;
}

.boxleftbar--img {
    width: 190px;
    height: 180px;
    border-bottom: 3px solid rgb(0,71,133);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.boxlefbar--content {
    padding: 10px;
    background: #ffcf59;
    border-radius: 0 0 5px 5px;
    max-width: 190px;
}

    .boxlefbar--content h5 {
        color: rgb(0,71,133);
        margin: 5px 0;
        text-transform: uppercase;
    }

    .boxlefbar--content p {
        color: #565656;
        font-weight: 600;
        font-size: 13px;
    }

    .boxlefbar--content a {
        color: rgb(0,71,133);
        text-decoration: none;
        font-weight: 900;
    }

/*#endregion*/


.sfFormsEditor .radio label, .sfFormsEditor .checkbox label {
    padding-left: 18px;
}

.sfError {
    color: rgba(255, 0, 0, 0.85);
}

/*#region LandingPages*/
.header-landing-pages {
    margin-right: unset;
    margin-left: unset;
    padding-right: 1px;
}

.landing-content-base {
    min-height: 350px;
    max-height: 350px;
    position: relative;
    padding: 0px;
    overflow: hidden;
}


    .landing-content-base .middle-element {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .landing-content-base img {
        display: block;
        min-height: 100%;
        min-width: 100% !important;
    }

.image-mobile {
    display: none;
}

.image-screen {
    display: unset;
}

.landing-content {
    padding-left: 250px;
    padding-right: 50px;
}

    .landing-content .title-landing {
        font-size: 32px;
        font-weight: bolder;
        clear: both;
        padding-bottom: 20px;
        line-height: 36px;
        padding-right: 50px;
    }

        .landing-content .title-landing > h1 {
            font-size: 32px;
            font-weight: bolder;
            line-height: 36px;
        }

.content-landing {
    padding-right: 50px;
    font-size: 16px;
}

.landing-blue {
    background: #388AD4;
    color: #FFD048;
}

    .landing-blue .content-landing {
        color: #ffffff;
    }

.landing-yellow {
    background: #FFD048;
    color: #00458B;
}

    .landing-yellow .content-landing {
        color: #348BD0;
    }

@media screen and (max-width: 991px) {
    .landing-content-base {
        min-height: 200px;
        max-height: 200px;
        width: 100%;
    }

    .image-mobile {
        display: block;
    }

    .image-screen {
        display: none;
    }

    .landing-content-base .middle-element {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding-left: unset !important;
        width: 90%;
    }

    .landing-content-base img {
        min-height: 100%;
        min-width: 100% !important;
        width: 100%;
    }

    .landing-content .title-landing {
        padding-right: unset;
        padding-bottom: 5px;
    }

        .landing-content .title-landing > h1 {
            font-size: 22px;
            font-weight: bolder;
            line-height: 23px;
        }

    .content-landing {
        font-size: 13px;
        padding-right: unset;
    }
}

/*#endregion*/

/* #region BannerLanding*/
.banner-landing {
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    background: #FFD048;
    color: #01468B;
    padding: 10px;
    height: 60px;
    margin: 15px -15px 15px 0px;
    position: relative;
    left: -5px;
}

.banner-left-landing {
    width: 60%;
    text-transform: uppercase;
    font-size: 30px;
    float: left;
    font-weight: bolder;
    letter-spacing: -.5px;
}

.banner-right-landing {
    width: 35%;
    display: table-cell;
    height: 30px;
    background: #FFE292;
    font-size: 18px;
    float: left;
    text-align: center;
    font-weight: bolder;
    letter-spacing: -.5px;
    padding-top: 2px;
    vertical-align: middle;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.banner-mobile-landing {
    font-weight: bold;
    letter-spacing: -.5px;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    background: #FFD048;
    color: #01468B;
    padding: 10px;
}

.margin-top-18 {
    margin-top: 18px;
}

.video-landing-right {
    float: right;
    margin: 15px 0px 15px 15px;
}


.landing-blue-message {
    color: rgb(0,71,133);
}

.landing-content-min-height {
    min-height: 320px;
}

    .landing-content-min-height > p > strong > h2 {
        font-size: 14px;
    }
/* #endregion */





ul.menu-grid li.full-message {
    clear: both;
}

.iframe-mailchimp {
    width: 100%;
    border: 0px;
    overflow: hidden;
    height: 550px;
    margin: 0px;
    padding: 0px;
}

.video-landing {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

    .video-landing iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.sfDisabledText {
    background-color: #ededed !important;
}

@media screen and (max-width: 991px) {
    .boxleftbar {
        width: 220px;
        min-height: 300px;
        padding-left: 15px;
        padding-bottom: 25px;
        text-align: left;
        margin: 0 auto;
    }
}
