﻿/* Common classes and elements overridden for print */
/*Do not include in Stylecore custom*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, label, span {
    color: #000000 !important;
    font-family: Arial !important;
    text-align: left;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    page-break-after: avoid;
}

body, div, ul, ol, li, p, th, td, label, span {
    font-size: 12px !important;
}

a {
    text-decoration: underline;
    pointer-events:none;            /*Fix for Bug#: 225107*/
    cursor:auto;                   /*Fix for Bug#: 225107*/
}

/*Fix for Bug#: 226621*/
.events .collapse-toggle h2 > span {
    display: none;
}

form input[type=text], input[type=email],
input[type=password], input[type=submit],
.CountrySites {
    display: none;
}

span.country-language-trigger {
    display: none;
}

.timeline-slider {
    display: none;
}

/**/

img.logo {
    display: block;
}

a:link, a:hover, a:active, a:visited {
    color: #000000;
}

#hero-slide1, #hero-slide2, #hero-slide3, #hero-slide4,
#hero-slide5, #hero-slide6, #hero-slide7, #hero-slide8 {
    background-image: none;
}

img, image, btn, button, hr, object, embed,
video, .LimelightEmbeddedPlayer, .videoBorder, iframe {
    display: none;
}

menu {
    margin: 0;
    padding: 0;
}

/*Fix for Bug#: 225107*/

p {
    margin: 0;
    padding: 0;
}

.popup-content p br:empty {
    display: none;
}

    .component.richtext {
    display:inline-block;
    }

h2 {
    font-size: 13px;
}

.component .richtext span:empty {
    margin: 0px;
    display: none;
}


h4.mobile-list-headline, .module-body h4, .module-article.item h3 {
margin:0px;
}

/**/

.carousel-indicators {
    display: none;
}

.print-logo-container {
    margin: 5px 5px 20px;
}

.popup-content {
    margin: 5px 25px;
}

.print-url-container {
    margin: 20px;
    clear: both;
}

.print-url-lbl {
    float: left;
    padding-right: 6px;
}

.print-url-link {
    word-wrap: break-word;
}

.print-footer-section a {
    text-decoration: none;
    cursor: pointer;
    pointer-events:all;
}

    .print-footer-section a:link {
        color: #AA1133;
    }

    .print-footer-section a:visited {
        color: #993399;
    }

    .print-footer-section a:hover, .print-footer-section a:active {
        color: #008899;
    }

/*Fix for Bug#: 225164*/
.print-footer-textlink {
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 12px;
}

    .print-footer-textlink .acn-footer {
        line-height: 23px;
    }

    .print-footer-textlink span{
        color: #666 !important;
        white-space: nowrap;
    }

    .print-footer-textlink .pipebar {
        margin-top: 0px;
        margin-left: 9px;
        margin-bottom: 0px;
        margin-right: 9px;
        border-left-color: #666 !important;
        border-left-width: 1px;
        border-left-style: solid;
        display: inline;
        padding: 0;
    }

.print-footer-textlink a {
    text-decoration: none;
    cursor: pointer;
}

    .print-footer-textlink a:link {
        color: #AA1133;
    }

    .print-footer-textlink a:visited {
        color: #993399;
    }

    .print-footer-textlink a:hover, .print-footer-textlink a:active {
        color: #008899;
    }
/**/

/* Hide items in Blogs */
#author-carousel a, .dropdown-menu, .social, .cta,
.module-blog-tags-multi, .module-blog-tags, .module-blog-archive,
#breadcrumbs, .pager, .pager-home, #tek-rr-items {
    display: none;
}

/* Fix for overlapping/distorted Floating Container (SIR#225377) */
.floatcontainer {
	margin: 0px 0px !important;
}

/* Fix for Bug 333013*/
.error-summary, .validatorMessage {
    display: none;
}