/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.proxy_statement_pdf_icon {
    color: red;
    margin-right: 10px;
}

.annual_report_pdf_icon {
    color: red;
    margin-right: 10px;
}
.printing {margin-left: 60px; margin-top: 15px;}

body .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: inherit;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}




.cmplz-document, .cmplz-document > * {
    width: 100% !important;
    max-width: 100% !important;
}

.cmplz-deny, .cmplz-view-preferences {
    display: block !important;
}

/*.cmplz-accept {
    display: none !important;
}*/

#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 20px !important;
    right: 20px !important;
    animation: unset;
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    border-radius: 45px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #146099 !important;
    box-shadow: none !important;
}

#cmplz-manage-consent svg {
    width: 30px;
    height: 30px;
}

#cmplz-manage-consent svg path {
    fill: #fff !important;
}

#cmplz-manage-consent .cmplz-manage-consent .original {
    display: none;
}