/* Adjust attribution text and image - mkmotley 4/14/15 */

#breadcrumb_ctr .titleBarRight_fmt img {
margin-left: 5px;
margin-right: 0px;
position: relative;
top: -2px;
}
/* ie11 rules */
_:-ms-fullscreen, :root #breadcrumb_ctr .titleBarRight_fmt {
top: 30px;
right: 0px;
}

_:-ms-fullscreen, :root #breadcrumb_ctr .titleBarRight_fmt img {
margin-right: 3px;
margin-top: 0px;
}

.IEDocMode_9 #breadcrumb_ctr .titleBarRight_fmt img {
position: relative;
top: 0px;
}

/* FF rules */
@-moz-document url-prefix() {
#breadcrumb_ctr .titleBarRight_fmt img {
top:0px;
}
}

#breadcrumb_ctr .edtrDisclaimer_fmt {
top: 69px;
}


/* Center ICM on last slide - mkmotley 6/6/16 */

#breadcrumb_ctr #slideshow_container #slideshow .icm {
    top: 73px !important;
}