/* ------------------------------------
RUN OF SITE BANNERS
------------------------------------- */


/* run of site banners - begin */
.sponsored {
    text-align: left;
    color: #1d6ae5;
    font-size: 12px;
    font-weight: bold;
}

.runOfSite {
    margin: 30px 10px 20px 0;
    text-align: center;
}

.runOfSite .sponsored {
    margin: 40px 0 20px 40px;
}

.botBannerAdContainer {
    display: flex;
    align-items: center;
    width: 305px;
    height: 144px;
    margin-left: 17px;
    border-radius: 5px;
    border: 1px solid #E3E6E8;
}


.botBannerAdContainer a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover, a[href^="tel"]:active {
    pointer-events: auto !important;
    cursor: pointer !important;
}


.botBannerAdText {
    flex: 1;
    text-align: left;
    padding: 0 5px 0 12px;
}

.botBannerAdImage {
    flex: 1;
}

.botBannerAdImage img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    width: 135px;
}

.runOfSiteWrapper {
    margin: auto;
    max-width: 1380px;
}

.runOfSiteContainer {
    padding: 0;
    margin: 0 10px;
    width: calc(100% - 25px);
    display: inline-block;
}

.runOfSiteBannerText {
    float: left;
    clear: left;
    padding: 0 0 0 11px;
}

.phoneNumber{
    margin:15px 0;
}

.phoneNumber a, .phoneNumber a:visited {
    color: #6E7B86;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.visitWebsite {
    font-size: 14px;
    font-weight: 600;
}

.bannerCompanyName a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.fa-visit-website-arrow:before {
    content: "\00bb";
    font-weight: 900;
    color: #1d6ae5;
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone{
        color: #6E7B86;
    font-size: 14px;
    text-decoration: none;
}

/*
.runOfSiteBannerCompanyName {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 10px;
}

.runOfSiteBannerCompanyName a {
    color: #000;
}
*/


/* run of site banners - begin */
