 /* global css */
 a[href^="tel"] {
    pointer-events: all;
    cursor: pointer;
}
table,
tr,
td{
    border: none !important;
}
img.right
{
    float:right;
    margin: 14px;
}
img.left
{
    float:left !important;
    margin: 14px;
}
 /* header  */
.title__holder {
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: relative !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100% !important;
}
.wrap__header--bottom {
    display: block;
    padding: 2.1875rem 0 0;
    padding-bottom: 60px;
}
.wrap__header {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.home-layout.layout, .fullwidth-layout.layout, .article-layout.layout, .blog-layout.layout {
    padding-top: 0px !important;
}
.wrap__cta.header .cta {
    top: -36px;
}
.logo__image {
    display: block;
} 
.wrap__featuredblocks:before {
    content: '';
    margin: 0px !important;
    padding: 0px !important;
}
img {
    vertical-align: middle;
}

/* sidebar */
#slot-doctor_bio a{
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
}
/* responsiveness */
@media (min-width: 1024px){

}
@media (max-width: 1024px){

}
@media (max-width: 1024px) and (min-width: 769px) {

}
@media (max-width: 768px) and (min-width: 426px) {
    .wrap__cta.header .cta {
        top: -18px;
    }
}
@media (max-width: 425px) and (min-width: 376px) {
    img.right {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
 img.left {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
    .article__content iframe{
	    width:100% !important;
    }
    
    .dd-video-wrapper iframe{
    	width:100% !important;
    }
        .wrap__cta.header .cta {
        top: -18px;
    }
}
@media (max-width: 375px) {
     img.right {
        float: none !important;
        margin: auto !important;
        display: block !important;
    	width: 90% !important;
    	height: auto !important;
    }
    img.left {
        float: none !important;
        margin: auto !important;
        display: block !important;
    	width: 90% !important;
    	height: auto !important;
    }
    .article__content iframe{
	    width:100% !important;
    }
    
    .dd-video-wrapper iframe{
    	width:100% !important;
    }
        .wrap__cta.header .cta {
        top: -18px;
    }
}