@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label+input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

/* body.PreviewBody .PreviewToolBar select {
//     padding: 15px 35px 15px 20px;
//     background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
//     background-size: 14px 14px;
}*/ 

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*.PreviewToolBar {
    display: none;
}*/

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body>#ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
        url('../fonts/flaticon.woff') format("woff"),
        url('../fonts/flaticon.ttf') format("truetype"),
        url('../fonts/flaticon.svg#flaticon') format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url('../fonts/flaticon.svg#flaticon') format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline>li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline>li:before,
#irwWrapper .timeline>li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline>li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline>li>.timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline>li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline>li>.fa,
.timeline>li>.glyphicon,
#irwWrapper .timeline>li>.ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline>li.treeround>span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline>li.treeround>span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline>li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline>li>.fa,
#irwWrapper .timeline .timeline>li>.glyphicon,
#irwWrapper .timeline .timeline>li>.ion {
    left: 24px
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline>li.treeline:last-child,
#irwWrapper .timeline .timeline>li>.timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline>li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline .timeline>li.treeround>span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline .timeline>li.treeround>span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}

/** IRW THEME BELOW **/
/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3
 */
/*!
 * Client Name  : Altria
 * KeyInst      : 4087349
*/

/***********************TYPOGRAPHY***********************/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#divMasterTweets ul li {
    display: inline-block !important;
}

#irwWrapper,
#irwWrapperPR {
    font-family: Montserrat-Regular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.14px;
    color: #333333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
    padding-top: 0px;
}

#irwWrapper h1,
#irwWrapper .heading1,
#irwWrapperPR h1,
#irwWrapperPR .heading1 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.69px;
}

#irwWrapper h2,
#irwWrapper .heading2,
#irwWrapperPR h2,
#irwWrapperPR .heading2 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
}

#irwWrapper h3,
#irwWrapper .heading3,
#irwWrapperPR h3,
#irwWrapperPR .heading3 {
    font-family: "Montserrat-Bold", Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: -0.54px;
    margin-bottom: 12px;
}

#irwWrapper .corporate h3,
#irwWrapper .corporate .teaser-frame-container.teaser-altria-strong .teaser-content h3.field-title {
    margin: 0px 0 12px 13px;
}

#irwWrapper .corporate .teaser-content h3.field-title {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -.38px;
    padding-right: 30px;
}

#irwWrapper .corporate .teaser-content h3.field-title small {
    color: #777;
    font-size: 13px;
    display: block;
    line-height: 20px;
}

#irwWrapper .corporate .teaser-frame-container.teaser-altria-medium .teaser-content .field-description {
    margin: 0 0 10px 13px;
    font-size: 13px;
    line-height: 16px;
}

#irwWrapper h4,
#irwWrapper .heading4,
#irwWrapperPR h4,
#irwWrapperPR .heading4,
h5.irwTickerText {
    font-family: "Montserrat-Bold", Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.45px;
    margin-bottom: 10px;
}

#irwWrapper h5,
#irwWrapper .heading5,
#irwWrapperPR h5,
#irwWrapperPR .heading5 {
    font-family: "Montserrat-Bold", Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
}

#irwWrapper .corporate h5 {
    margin-bottom: 10px;
}

#irwWrapper h6,
#irwWrapper .heading6,
#irwWrapperPR h6,
#irwWrapperPR .heading6 {
    font-family: "Montserrat-SemiBold", Arial;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1.16px;
    margin-bottom: 8px;
}

#irwWrapper h5,
#irwWrapper .h5 {
    margin-top: 0;
}

#irwWrapper h1>a,
#irwWrapper h1>a:hover,
#irwWrapper h2>a,
#irwWrapper h2>a:hover,
#irwWrapper h3>a,
#irwWrapper h3>a:hover,
#irwWrapper h4>a,
#irwWrapper h4>a:hover,
#irwWrapper h5>a,
#irwWrapper h5>a:hover,
#irwWrapper h6>a,
#irwWrapper h6>a:hover {
    text-decoration: none;
}

#irwWrapper ul.pagination>li,
#irwWrapperPR ul.pagination>li {
    padding-left: 5px;
    padding-bottom: 20px;
}

#irwWrapper ul.pagination>li::before,
#irwWrapperPR ul.pagination>li::before {
    display: none;
}

main #irwWrapper ul,
main #irwWrapperPR ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 31px 0 30px 15px;
    margin: 0 0 0 10px;
}

main #irwWrapper ul>li,
main #irwWrapperPR ul>li {
    padding-bottom: 20px;
    padding-left: 18px !important;
    list-style-image: url("https://www.altria.com/-/media/Project/Altria/Altria/Altria-Bullet.jpg")
}

.PageFrequentlyAskedQuestions li {
    list-style: none !important;
    list-style-image: none !important;
}

main #irwWrapper ul>li:last-child,
main #irwWrapperPR ul>li:last-child {
    padding-bottom: 0
}

main #irwWrapper ul>li>ul,
main #irwWrapperPR ul>li>ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 15px 0 0 0;
    margin: 0 0 0 24px
}

main #irwWrapper ul>li>ul>li,
main #irwWrapperPR ul>li>ul>li {
    padding-left: 0;
    padding-bottom: 20px;
    list-style-image: none
}

main #irwWrapper ul>li>ul>li::before,
main #irwWrapperPR ul>li>ul>li::before {
    content: "-";
    color: #06c;
    margin-right: 20px;
    color: #06c;
    border: none;
    width: 5px;
    margin-top: 0;
    left: 95px
}

main #irwWrapper ul>li>ul>li:last-child,
main #irwWrapperPR ul>li>ul>li:last-child {
    padding-bottom: 0
}

/*Stock Page Config*/
#irwWrapper ul.graph_nav {
    padding: 0;
}

#irwWrapper ul.graph_nav>li,
#irwWrapper ul.irwAsReportDropDown>li,
#irwWrapper ul.instOwnerCustomDropDown>li {
    padding-left: 0px;
    padding-bottom: 0px;
}

#irwWrapper ul.graph_nav>li::before,
#irwWrapper ul.irwAsReportDropDown>li::before,
#irwWrapper ul.instOwnerCustomDropDown>li::before {
    content: none;
    color: #06c;
    margin-right: 25px;
    width: 8px;
    height: 8px;
    border: 2px solid #06c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    line-height: inherit;
    margin-top: 4px;
    position: absolute;
    left: 39px;
}

#irwWrapper ul.graph_nav>li>ul {
    padding: 0;
}

#irwWrapper .irwTableRowItem ul li {
    padding-left: 0;
    padding-bottom: 0;
}

#irwWrapper .irwTableRowItem ul li::before {
    display: none;
}

#irwWrapper .irwSwitch>ul>li {
    padding-left: 0;
    padding-bottom: 0px;
}

#irwWrapper .irwSwitch>ul>li::before {
    display: none;
}

#irwWrapper .irwTabs ul li::before {
    display: none;
}

#irwWrapper ul.nav {
    padding: 0;
}

#irwWrapper .nav>li {
    padding-left: 0px;
    padding-bottom: 0px;
}

#irwWrapper .nav>li::before {
    display: none;
}

#irwWrapper .timeline>li {
    padding-left: 0px;
    padding-bottom: 0px;
}

#irwWrapper .timeline>li::before {
    position: relative;
    margin-right: 0;
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 0;
    left: 0;
}


#fullBodyWrapper {
    width: 100%;
}

#irwWrapper a,
#irwWrapperPR a {
    color: #06c;
   /* color: #333;*/
    border-bottom: 0 !important;
}

#irwWrapper a.effect,
#irwWrapperPR a.effect,
#irwWrapper #newsPanelResults h4 a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #6cf));
    background-image: -webkit-linear-gradient(top, transparent 65%, #6cf 0);
    background-image: linear-gradient(180deg, transparent 65%, #6cf 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    transition: background-size .4s ease;
    cursor: pointer;
    color: #333;
}

#irwWrapper a.effect:hover,
#irwWrapperPR a.effect:hover,
#irwWrapper #newsPanelResults h4 a:hover {
    color: #333;
}

#irwWrapper .teaser-content h3.field-title a.effect {
    color: #333;
}

#irwWrapper .teaser-content h3.field-title a.effect:hover {
    color: #333;
}

#irwWrapper .irwPageHeader h3,
#irwWrapper .irwPageHeader .heading3,
#irwWrapper .irwPageHeader h4,
#irwWrapper .irwPageHeader .heading4 {
    margin-top: 0px;
}

#irwWrapper #newsPanelResults h4 a:hover {
    background-size: 100% 100% !important
}

#irwWrapper a.cpsubheading,
#irwWrapper a.cpsubheading:hover {
    color: #777;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
    /*color: #6cf;*/
    color: #333;
    background-size: 100% 100%;
    outline: none;
    text-decoration: none;
}

#irwWrapper a:visited,
#irwWrapperPR a:visited {}

#irwWrapper .row {
    display: block;
}

#irwWrapper .button,
#irwWrapper button,
#irwWrapper input[type=button],
#irwWrapper input[type=reset],
#irwWrapper input[type=submit] {
    height: auto;
}

#irwTabsContent table thead tr th:first-child,
#irwTabsContent table tbody tr td:first-child {
    width: 35% !important;
}

@media (max-width: 767.98px) {

    #irwWrapper h1,
    #irwWrapper .heading1,
    #irwWrapperPR h1,
    #irwWrapperPR .heading1 {
        font-family: "Montserrat-ExtraBold", Arial;
        font-size: 36px;
        line-height: 38px;
    }

    #irwWrapper h2,
    #irwWrapper .heading2,
    #irwWrapperPR h2,
    #irwWrapperPR .heading2 {
        font-size: 24px;
        line-height: 26px;
    }

    #irwWrapper h3,
    #irwWrapper .heading3,
    #irwWrapperPR h3,
    #irwWrapperPR .heading3 {
        font-size: 20px;
        line-height: 22px;
    }

    #irwWrapper h4,
    #irwWrapper .heading4,
    #irwWrapperPR h4,
    #irwWrapperPR .heading4 {
        font-size: 16px;
        line-height: 18px;
    }

    #irwWrapper h5,
    #irwWrapper .heading5,
    #irwWrapperPR h5,
    #irwWrapperPR .heading5 {
        font-size: 14px;
        line-height: 16px;
    }

    #irwWrapper h6,
    #irwWrapper .heading6,
    #irwWrapperPR h6,
    #irwWrapperPR .heading6 {
        font-size: 12px;
        line-height: 14px;
    }
}


/*
// Contextual colors
*/
#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
    color: #555555;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
    color: #222222;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary,
.irwCopyright .text-primary {
    color: #046EC7;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
    color: #046EC7;
}

.irwCopyright a.text-primary:hover {
    color: #046EC7;
}

/*
// Contextual backgrounds
*/
#irwWrapper .btn-default,
#irwWrapperPR .btn-default {
    border-radius: 0;
    font-family: 'Montserrat-bold';
    letter-spacing: -0.42px;
}

#irwWrapper .btn-default:hover,
#irwWrapper .btn-default:focus,
#irwWrapper .btn-default:active,
#irwWrapper .btn-default.active,
#irwWrapper .open .dropdown-toggle.btn-default {
    background: #ffffff;
    border-color: #cccccc;
}

#irwWrapper .irwHistoricResult .irwLookupResultRow span {
    white-space: nowrap;
    font-family: Montserrat-bold;
    color: #333;
}

#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary {
    color: #fff;
    background-color: #06c;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
    background-color: #06c;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
    color: #333;
    background: #6cf;
    border-color: transparent;
    border-radius: 0;
    font-family: 'Montserrat-bold';
    letter-spacing: -0.42px;
}
#irwWrapper .btn-primary,
#irwWrapper .open .dropdown-toggle.btn-primary {
    transition: .25s all;
}
#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary,
#irwWrapperPR .btn-primary:hover,
#irwWrapperPR .btn-primary:focus,
#irwWrapperPR .btn-primary:active,
#irwWrapperPR .btn-primary.active,
#irwWrapperPR .open .dropdown-toggle.btn-primary {
    color: #333;
    background-color: #6cf;
    border-color: #6cf;
   /* outline: 5px auto -webkit-focus-ring-color;
    padding-left: 23px;
    outline-offset: -2px;*/
    outline: none;
}
#irwWrapper .btn:focus, #irwWrapper .btn:active:focus, #irwWrapper .btn.active:focus {
    outline: none;
}
#irwWrapper .pagination li button.btn:hover, #irwWrapper .pagination li button.btn:focus {
    color: #333;
    background: #6cf;
    padding: 6px 12px;
}
#irwWrapper .btn-secondary {
    border-radius: 0;
    font-family: 'Montserrat-bold';
    letter-spacing: -0.42px;
}

#irwWrapper .panel-default>.panel-heading {
    color: #046EC7;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #06c;
    color: #fff;
}

#irwWrapper .panel-default>.panel-heading-Select a:hover,
#irwWrapper .panel-default>.panel-heading-Select a:focus,
#irwWrapper .panel-default>.panel-heading-Select a:active {
    color: #fff;
}

/*
// IRW Tabs
// --------------------------------------------------
*/
#irwWrapper .irwTabs {
    border: none;
    border-top: 10px solid #06c;
    background-color: #06c;
    border-radius: 0px 0px 0 0;
    margin: 0 0 10px 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -1px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #06c;
    color: #fff;
    font-weight: bold;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a {
    color: #fff;
    text-decoration: underline;
}
#irwWrapper .irwTabs ul li.active a:not(:hover) {
    text-decoration: none;
}
#irwWrapper .irwTabs ul li a:focus {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

#irwWrapper .irwTabs ul li.active a {
    background-color: #fff;
    color: #5B481D;
    border-radius: 0px 0px 0 0;
}

/* --Mobile View-- */
#irwWrapper .irwTabs .form-group.visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group.visible-xs label {
    color: #fff;
}

#irwWrapper #irwTabsEvent>li.active>a {
    color: #5B481D;
    background: #FFF;
    font-weight: bold;
}

#irwWrapper #irwTabsEvent>li>a {
    font-family: Montserrat-Regular;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.14px;
    color: #e5e5e5;
    padding: 8px 14px;
    margin-right: 5px;
}

#irwWrapper #irwTabsEvent>li>a:hover,
#irwWrapper #irwTabsEvent>li>a:focus,
#irwWrapper #irwPastEventYear>li>a:hover,
#irwWrapper #irwPastEventYear>li>a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

#irwWrapper #irwTabsEvent>li.active>a:hover,
#irwWrapper #irwTabsEvent>li.active>a:focus,
#irwWrapper #irwPastEventYear>li.active>a:hover,
#irwWrapper #irwPastEventYear>li.active>a:focus {
    background-color: #FFF;
    color: #5B481D;
    cursor: pointer;
}

/**/
#irwWrapper .irwSwitch ul li a span.fa {
    font-size: 13px;
}

#irwWrapper .irwTableRowItem ul li a:hover,
#irwWrapper .irwTableRowItem ul li.active a,
.ui-datepicker .ui-datepicker-title {
    color: #046EC7;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}

#irwWrapper table {
    border: 1px solid #eee;
    font-family: Montserrat-Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #333333;
}

#irwWrapper table tr:nth-child(odd) {
    background-color: #fff;
}

#irwWrapper table tr:nth-child(even) {
    background-color: rgba(247, 247, 247, 0.4);
}

#irwWrapper #irwTabsEvent {
    border-radius: 0px 0px 0 0;
}

#irwWrapper #irwTabsEvent>li>a {
    border-radius: 0px 0px 0 0;
}

/*Suppress Title on Press Releases*/
/*Suppress FAQ extra paragraphs*/
.irwDivFaqs .scrollbar-content p,
.irwDivFaqs p {
    display: none;
}

.irwDivFaqs .scrollbar-content {
    width: 100%;
}

.irwDivFaqs .scrollbars {
    height: 172px !important;
}

/*Stock Chart Config Menu */
#irwWrapper .irwConfigMenuWrapper {
    z-index: 999;
}

#irwWrapper .nav-tabs>li.active>a,
#irwWrapper .nav-tabs>li.active>a:hover,
#irwWrapper .nav-tabs>li.active>a:focus,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#irwWrapper #irwTabsEvent {
    background-color: #06c;
}

/**/
#irwWrapper .irwNote {
    border-bottom-color: #06c;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #06c;
}

.margin_social .ccbnAddthisImage {
    padding: 0px 10px;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    color: #284460 !important;
    background-color: #ECEFF1;
    overflow: hidden;
    float: left;
    line-height: 31px;
    text-align: center;
    margin-right: 0px !important;
}

.margin_social .ccbnAddthisImage {
    width: auto !important;
    height: auto !important;
    margin-right: 5px;
}

#Addthis .margin_social {
    margin-right: 0;
}

#irwWrapper .HeadlineBlueWithNoUnderline {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-family: "Montserrat-ExtraBold", Arial;
    font-weight: normal;
    color: #033788;
    margin-top: 0px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    line-height: 16px;
}

#irwWrapper .HeadlineBlueWithUnderline,
#irwWrapper .BlueTheme {
    font-size: 22px;
    letter-spacing: -0.54px;
    font-family: "Montserrat-Bold", Arial;
    font-weight: normal;
    color: #0066cc;
    margin-top: 0px;
    padding-bottom: 11px;
    margin-bottom: 15px;
    line-height: 23px;
}

#irwWrapper ul.dvFinancialLinks li {
    list-style: disc inside;
    margin-bottom: 5px;
}

#irwWrapper ul.dvFinancialLinks {
    margin: 25px 0px;
    display: block;
}

#irwWrapper ul.disc li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 15px;
}

#irwWrapper ul.disc {
    display: block;
}

#irwWrapper p.intro {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

#irwWrapper .press-releases p.intro,
#irwWrapper .sec-filings p.intro {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

#irwWrapper .HeadlineBlueWithUnderline.top-spacer {
    margin-top: 25px;
}

#irwWrapper .HeadlineBlueWithUnderline.top-thumbnail-spacer {
    padding-top: 10px;
}

#irwWrapper table.shareholderContactInfo {
    width: 100%;
    border-spacing: 20px 0px;
    margin: 0 -20px;
    display: table;
    border-collapse: separate;
}

#irwWrapper table.shareholderContactInfo td {
    border: 1px solid #eee;
    padding: 15px;
    width: 50%;
    vertical-align: top;
}

#irwWrapper .grayBackground {
    border: 2px solid #eee;
    padding: 15px;
    margin: 24px;
    min-height: 200px;
}

#irwWrapper #dvContactsWrapper .grayBackground {
    min-height: unset;
    margin: 15px 0;
}

#irwWrapper .irwErrorDescription {
    font-size: 13px;
}

#irwWrapper .irw-padding-top {
    padding-top: 10px;
}

#irwWrapper .dvStockSummaryBottom p {
    color: #666666;
    font-family: "Montserrat-ExtraBold", Arial !important;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    font-weight: normal;
}

#irwWrapper .table-hover>tbody>tr:hover>td:first-child:not(.header) {
    border-left-color: #033788;
}

.sidebar_Investors_Section {
    margin-top: 30px;
}

.sidebar_Investors_HeadingStatement {
    font-family: "Montserrat-ExtraBold", Arial;
    letter-spacing: 0.04em;
    font-size: 15px;
    color: #033788;
    padding-bottom: 10px;
    line-height: 20px;
}

.dvContactInvestorRelations .arialText {
    margin-bottom: 19px;
}

.dvSeparator {
    border-top: 1px solid #DBE3EE !important;
}

.arialText a:link,
.arialText a:visited {
    color: #046ec7;
}

.arialText a:hover {
    text-decoration: underline;
}

.dvStockTools {
    margin-top: 6px;
}

.dvCalloutImg {
    width: 37.5%;
    float: left;
    display: block !important;
}

dvCalloutImg img {
    width: 100%;
}

.dvCalloutInfo {
    width: 56.0%;
    float: left;
    margin-left: 6.5%;
}

.dvCalloutTitle p {
    font-size: 15px;
    font-family: "Montserrat-ExtraBold", Arial;
    color: #033788;
    padding-bottom: 10px;
    margin: 0px;
}

.ccbnTblLnkNews,
.ccbnLnk,
.dvCalloutInfo a:link,
.dvCalloutInfo a:visited,
#dvHeaderTitle a:link,
#dvHeaderTitle a:visited,
.sidebar_Investors_InnerStatement a:link,
.sidebar_Investors_InnerStatement a:visited {
    color: #046ec7 !important;
}

.ccbnTblLnkNews:hover,
.ccbnLnk:hover,
.dvCalloutInfo a:hover,
#dvHeaderTitle a:hover,
.sidebar_Investors_InnerStatement a:hover {
    text-decoration: underline;
}

.arialText {
    font-family: Arial;
    font-size: 13px;
    color: #222;
}

.dvCalloutDesc p {
    font-size: 13px;
    font-family: Arial;
    color: #222;
    padding-bottom: 10px;
    margin: 0px;
}

.FactsAndQuotesContent p {
    line-height: 1.2em !important;
    margin: 0;
    color: #222222;
    font-size: 13px;
    font-family: Arial;
}

ul.dvRelatedTopicLinks {
    list-style-type: disc;
    padding-left: 15px;
    line-height: 16px;
    font-size: 12px;
    font-family: Arial;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
}

ul.dvRelatedTopicLinks li a:hover {
    text-decoration: underline;
}

p.faqElement-Richtext-SubHeading {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #033788;
    padding-bottom: 10px;
}

.dvWebTitle {
    font-size: 18px;
    font-family: "Montserrat-ExtraBold", Arial;
    color: #033788;
    padding-bottom: 20px;
    min-height: 100px;
    height: auto;
    padding-top: 10px;
    z-index: 4;
}

.altriaQuickLaunch .menu-item-header {
    display: none;
}

.altriaQuickLaunch .menu-item-header-investors {
    background: #d9e7f4;
    color: #58595b;
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 16px;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 18px;
    padding: 22px 0px 20px 22px;
}

#s4-workspace.irw-427287 #irwWrapper #irwCustomPage .irwHeaderRow {
    display: none !important;
}

#v5-page-content {
    float: left;
    width: 100%;
}

.altriaLargeVerticalColumn {
    width: 100%;
}

#irwWrapper .irwScrollbar .zoom {
    display: block;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
}

#irwWrapper .irwScrollbar .zoom img {
    display: block;
    width: 100%;
}

div.responsive-popimg,
div.responsive-popimg img {
    width: 100%;
    -webkit-user-drag: none;
}

#irwWrapper .corporate .irwOutstandingSection {
    margin: 15px 0px;
}

#irwWrapper .irwOutstandingSection .modal .modal-title strong {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 22px;
    display: block;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
}

#irwWrapper .irwOutstandingSection .modal .modal-footnote-wrap {
    padding: 30px 0px 15px;
    display: block;
}

#irwWrapper .corporate #background-banner {
    background-image: url(../images/irw/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 50px;
    position: relative;
    min-height: 496px;
    background-position: bottom center;
    margin: 20px 0px 30px;
}

#irwWrapper .corporate #background-banner h1 {
    float: left;
    position: absolute;
    bottom: 55px;
    margin-bottom: 0px;
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.69px;
}

#irwWrapper .corporate #background-banner h2 {
    position: absolute;
    float: right;
    bottom: 43px;
    font-style: italic;
    margin-top: 0px;
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
}

#irwWrapper .corporate #background-banner #Webcast-Carousel {
    float: right;
    min-height: 250px;
    background-color: rgba(40, 68, 102, 0.5);
    background-image: url(../images/irw/Teaser-Events-on-At-A-Glance-Page.png);
    width: 450px;
    position: absolute;
    right: 50px;
    top: 50px;
    bottom: 50px;
    background-size: cover;
}

#irwWrapper .corporate #WebcastCarousel .carousel-inner>.item {
    color: #FFF;
    float: left;
    width: 100%;
}

#irwWrapper .corporate #WebcastCarousel .carousel-inner>.item a {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px;
    display: inline-block;
    margin: 20px 0px;
    text-transform: uppercase;
}

#irwWrapper .corporate #WebcastCarousel h3 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
}

#irwWrapper .corporate .irwCompanyDescription p {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    letter-spacing: 0.03em;
}

#irwWrapper .corporate .irwCompanyDescription a:hover {
    text-decoration: none;
}

#irwWrapper .corporate .irwCompanyDescription a:hover span {
    text-decoration: underline !important;
}


#irwWrapper .corporate #irwStockBox {
    border: 2px solid #eee;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#irwWrapper .corporate #irwStockBox .irwStockBox {
    padding: 26px 28px;
}

#irwWrapper .corporate #irwStockBox .irwStockBox .stock-title {
    font-size: 25px;
    font-family: "Montserrat-ExtraBold", Arial;
    text-align: center;
}

#irwWrapper .corporate #irwStockBox .irwStockBox h2 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 50px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
    color: #0066cc;
}

#irwWrapper .corporate #irwStockBox .irwStockBox b {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #333333;
}

#irwWrapper .corporate #irwStockBox .irwStockBox h3 {
    font-family: Montserrat-Medium;
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #777777;
    margin: 15px 0 12px 0;
}

#irwWrapper .corporate #irwStockBox .irwStockBox h3 .fa {
    font-size: 50px;
}

#irwWrapper .corporate #irwStockBox .irwStockBox span {
    font-size: 9px;
    display: block;
    margin-top: 7px;
}

.mrgntp {
    margin-top: 25px;
}

#irwWrapper #irw-shadow-box {
    float: left;
    width: 99%;
    margin: 0px 5px 10px;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.1);
}

#irwWrapper #irw-shadow-box a.kpi-modal-trigger {
    color: #3b6bb5;
    display: block;
    padding: 15px;
    width: 100%;
    background: none;
}

#irwWrapper #irw-shadow-box a.kpi-modal-trigger:hover,
#irwWrapper #irw-shadow-box a.kpi-modal-trigger:focus {
    text-decoration: none !important;
}

#irwWrapper .irwOutstandingSection .irwcommodal.modal {
    display: block;
    z-index: -1;
}

#irwWrapper .irwOutstandingSection .irwcommodal.modal.in {
    z-index: 1050;
}

#irwWrapper #irw-shadow-box a.kpi-modal-trigger span.red-bold-value {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 40px;
    display: block;
    text-align: center;
    letter-spacing: -.35px;
    line-height: 66px;
}

#irwWrapper #irw-shadow-box a.kpi-modal-trigger span.red-bold-value sup {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 20px;
    top: -27px;
}

#irwWrapper #irw-shadow-box a.kpi-modal-trigger span.deafult-normal-text {
    font-family: "Montserrat-Bold";
    text-align: center;
    display: block;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
}

#irwWrapper p.disclaimer-text {
    color: #666666;
    font-size: 13px;
    font-family: "Montserrat-ExtraBold", Arial;
    font-style: italic;
    display: block;
    letter-spacing: 0.03em;
}

#irwWrapper #irw-shadow-box .equal-height-wrap .backshade-box {
    margin: 15px 0px;
}

#irwWrapper #irw-shadow-box .equal-height-wrap:after {
    content: " ";
    display: block;
    border-left: 1px solid #DDD;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0px;
}

#irwWrapper #irw-shadow-box .equal-height-wrap.no-border:after {
    border: 0px;
}

#irwWrapper #irw-shadow-box .equal-height-wrap:hover {
    background: rgb(254, 254, 254);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(235, 235, 235, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb', GradientType=0);
    /* IE6-9 */
}

#irwWrapper #irw-shadow-box .equal-height-wrap:hover a,
#irwWrapper #irw-shadow-box .equal-height-wrap:hover a span {
    text-decoration: none !important;
    color: #3b6bb5 !important;
}

#irwWrapper #irw-shadow-box .responsive-kpi {
    margin: 0px;
}

#irwWrapper .responsive-kpi .col-md-2 {
    width: 20%;
    margin: 0px;
}

#irwWrapper .corporate h2 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    display: block;
    padding: 25px;
    min-height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu a, #irwWrapper .corporate .irwExploreSection .explore-site-menu span {
    color: #FFF;
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: none;
    right: 25px;
    font-family: "Montserrat-ExtraBold";
    font-size: 26px;
    line-height: 28px;
}
#irwWrapper .corporate .irwExploreSection .explore-site-menu span:hover{
    text-decoration:underline;
}
#irwWrapper .explore-site-menu a, #irwWrapper .explore-site-menu span{
        min-width: 167px;
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu a:hover {
    text-decoration: none;
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu a:hover span {
    text-decoration: underline;
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-1 {
    background-image: url(../images/irw/bg-1.jpg);
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-2 {
    background-image: url(../images/irw/bg-2.jpg);
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-3 {
    background-image: url(../images/irw/bg-3.jpg);
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-4 {
    background-image: url(../images/irw/sec-filings-teaser.png);
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-5 {
    background-image: url(../images/irw/bg-5.jpg);
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-6 {
    background-image: url(../images/ASM/ASM-with-dark-overlay-Investors-AAG-300x230.png);
}

#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-6 span {
    padding-left: 20px;
}

#irwWrapper .corporate .blue-sub-box {
    background-color: #284466;
    padding: 25px;
    text-align: center;
    margin-bottom: 30px;
}

#irwWrapper .corporate .blue-sub-box a {
    color: #45cfcd;
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 78px;
    vertical-align: middle;
    min-height: 60px;
    display: inline-block;
    text-align: left;
    padding-top: 8px;
}

/*#irwWrapper .corporate .blue-sub-box a .fa {
    color: #4087349 !important;
}*/

#irwWrapper .corporate .blue-sub-box a.icon-1 {
    background-image: url(../images/irw/icon-1.png);
}

#irwWrapper .corporate .blue-sub-box a.icon-2 {
    background-image: url(../images/irw/icon-2.png);
}

#irwWrapper .corporate .blue-sub-box a.icon-3 {
    background-image: url(../images/irw/icon-3.png);
    padding-top: 17px;
}

/* Bootstrap MultiCarousel */
#irwWrapper #irw-shadow-box .MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#irwWrapper #irw-shadow-box .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    width: 100%;
}

#irwWrapper #irw-shadow-box .MultiCarousel .MultiCarousel-inner .item {
    float: left;
    clear: none;
    max-width: none;
}

#irwWrapper #irw-shadow-box .MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
}

#irwWrapper #irw-shadow-box .MultiCarousel .leftLst,
#irwWrapper #irw-shadow-box .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0;
    top: calc(50% - 20px);
}

#irwWrapper #irw-shadow-box .MultiCarousel .leftLst {
    left: 0;
}

#irwWrapper #irw-shadow-box .MultiCarousel .rightLst {
    right: 0;
}

#irwWrapper #irw-shadow-box .MultiCarousel .leftLst.over,
#irwWrapper #irw-shadow-box .MultiCarousel .rightLst.over {
    pointer-events: none;
    display: none;
}

/* Bootstrap Carousel */
#irwWrapper .carousel {
    margin: 0px;
    position: relative;
    padding: 50px;
    height: 100%;
}

#irwWrapper .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#irwWrapper .carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

#irwWrapper .carousel-inner>.item>img,
#irwWrapper .carousel-inner>.item>a>img {
    line-height: 1;
}

#irwWrapper #stockInfo .irwRow1 {
    font-weight: normal;
}

#irwWrapper #stockInfo .irwRow1 .irwRangeToday strong {
    font-weight: normal;
}

#irwWrapper #stockInfo #snapshotSymbol {
    font-size: 20px;
    margin-top: 10px;
    display: block;
    font-family: "Montserrat-ExtraBold", Arial;
    color: #06c;
    letter-spacing: 0.04em;
}

#irwWrapper #stockInfo .irwSnapshotLabel {
    font-size: 14px;
    color: #222;
}

#irwWrapper .irwSnapshotRangeBox .irwRangeToday.text-left {
    text-align: center !important;
    margin-top: -2px;
    padding: 0 !important;
    color: #06c;
}

#irwWrapper #stockInfo .irwSnapshotItem {
    font-size: 14px !important;
}

#irwWrapper .dvSP_ToolInnerImg {
    float: left;
    width: 50px;
    padding: 0px 15px 0 0;
}

#irwWrapper .dvSP_ToolInner {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

#irwWrapper .dvSP_ToolInnerImg img {
    width: auto;
    float: left;
}

#irwWrapper .stagSmallHeading {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 15px;
    color: #033788;
    padding-bottom: 5px;
    letter-spacing: 0.03em;
}

#irwWrapper .dvStockTxt {
    padding-left: 51px;
    color: #222;
}

#irwWrapper #docsPanel a.irwFilingDownload.irw_PDF {
    color: #be1e2d;
}

#irwWrapper #docsPanel a.irwFilingDownload.irw_XBR {
    color: #27aae1;
}

#irwWrapper #docsPanel a.irwFilingDownload.irw_XLS {
    color: #00a651;
}

#irwWrapper #docsPanel .irwFilingIconset .irwFilingDownload {
    font-size: 17px;
    width: 20px;
    vertical-align: top;
    height: 30px;
}


#irwWrapper .subheading {
    padding-bottom: 5px;
    font-family: "Montserrat-ExtraBold", Arial;
    letter-spacing: 0.04em;
    font-size: 18px;
    color: #033788;
    line-height: 22px;
}

#irwWrapper .GreenTheme {
    color: #148d42 !important;
}

#irwWrapper .dividendTitle,
#irwWrapper .CurrdividendTitle {
    color: #033788;
    font-family: "Montserrat-ExtraBold", Arial;
    letter-spacing: 0.04em;
    font-size: 15px;
    line-height: 1.1em;
    margin-bottom: 10px;
    margin-top: 0;
}

#irwWrapper .irwHeaderRow .dvidndHistoryContnr {
    display: none;
}

#table-sort .input-group-btn .btn.dropdown-toggle,
#table-sort .input-group-btn .dropdown-menu.dropdown-menu-right {
    display: none !important;
}

#table-sort .input-group-btn button.btn.btn-primary {
    border-radius: 0 5px 5px 0 !important;
}

#table-sort .input-group input:focus {
    outline: none;
}

#Fixed-Income-Information .irwBoxHeader th,
#Fixed-Income-Information .irwBoxHeader:hover th {
    color: #fff;
    background-color: #06c !important;
}

#Fixed-Income-Information tr.footable-empty td {
    font-size: 14px !important;
}

#Fixed-Income-Information tr.income.ccbnBgTblOdd.heading td {
    display: none !important;
}

#Fixed-Income-Information tr.income.ccbnBgTblOdd.heading td.footable-first-visible,
#Fixed-Income-Information tr.income.ccbnBgTblOdd.heading td:first-child {
    display: table-cell !important;
}

#irwWrapper #Fixed-Income-Information .table>thead>tr>th {
    vertical-align: middle;
}

#ea-rss .firstHalf,
#ea-rss .secondHalf {
    width: 48%;
    float: left;
}

#ea-rss .secondHalf {
    margin-left: 4%;
}

#ea-rss .dvInnerContent ul.disc {
    color: #222222;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

#ea-rss .emailAlerts .arialText,
#ea-rss .emailAlerts ul.disc {
    font-size: 13px;
    line-height: 15px;
    color: #222;
    font-family: arial;
}

#ea-rss .height-20 {
    height: 20px;
}

#ea-rss input#RegisterEmail {
    width: 80%;
    max-width: 328px;
    margin-bottom: 10px;
    padding: 2px 0;
}

#ea-rss #RegisterEmail {
    color: #222222;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

#ea-rss .buttonsubmit,
#ea-rss span.ccbnInput input.ccbnButton {
    border: 0 none;
    background-color: #033788;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 8px;
    text-align: center;
}

#ea-rss .dvInnerContent p {}

#ea-rss .ccbnLabel {
    color: #222222;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    display: block;
}

#ea-rss .height-7 {
    height: 7px;
}

#irwWrapper #ea-rss td,
#irwWrapper #ea-rss th {
    padding: 5px;
    vertical-align: middle;
}

#irwWrapper #ea-rss label {
    font-weight: normal;
}

div#ccbnAlertsForm ul {
    padding-left: 10px;
}

#ea-rss p.intro {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
    margin-top: 0px;
}


p.disclaimer {
    font-size: 13px;
    margin-top: 30px !important;
}

#irwWrapper .container.notifications .well {
    min-height: 20px;
    padding: 15px 0 0;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

#ccbnAlertsForm #irwWrapper .col-sm-3,
#ccbnAlertsForm #irwWrapper .col-sm-9,
#ccbnAlertsForm #irwWrapper .col-lg-6,
#ccbnAlertsForm #irwWrapper .col-sm-6 {
    width: 100%;
}

#ccbnAlertsForm #irwWrapper b,
#ccbnAlertsForm #irwWrapper strong {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#ea-rss .secondHalf a.ccbnLnk img {
    display: block;
    padding-top: 1px;
}

.GreenTheme {
    color: #148d42 !important;
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul li:hover {
    background-color: #FFF;
}

.subheading {
    padding-bottom: 5px;
    font-family: "Montserrat-ExtraBold", Arial;
    letter-spacing: 0.04em;
    font-size: 18px;
    color: #033788;
    line-height: 22px;
}

#irwWrapper #toggle-btn {
    margin-bottom: 15px;
}

.irwPageHeader,
.irwPageFooter {
    padding: 0;
}

#irwWrapper .calculators .irwTotalCalData {
    word-break: break-word;
}

#irwWrapper .calculators h2 {
    font-size: 32px;
}

#irwWrapper .calculators h3 {
    font-size: 24px;
}

#irwWrapper #SC .irwHistoricResult {
    border: 0px;
    padding: 15px 30px;
}

#irwWrapper #SC .irwHistoricResult .irwLookupResultItem {
    padding-left: 0px;
    padding-right: 0px;
}

#irwWrapper #SC .irwHistoricResult #stockPriceLookUpErrorPanel {
    padding-left: 0px;
    padding-right: 0px;
}

#irwWrapper #SC .irwHistoricResult {
    border: 0px;
    padding: 15px 30px;
}

#irwWrapper #SC .irwHistoricResult .irwLookupResultItem {
    padding-left: 0px;
    padding-right: 0px;
}

#irwWrapper .calculators #myTab {
    margin-left: 15px;
}

#irwWrapper .irwCRTabsPanel {
    border-top: 10px solid #06c;
    background-color: #06c;
    border-radius: 0px 0px 0px 0px;
}

#irwWrapper .container .nav-tabs.irwCETabs>li a,
#irwWrapper .container .nav-tabs.irwCETabs>li.active a {
    border-radius: 0px 0px 0px 0px;
    padding: 8px 14px;
    margin-right: 5px;
    margin-left: 0px;
    font-weight: bold;
    background: none;
    color: #fff !important;
}

#irwWrapper .container .nav-tabs.irwCETabs>li.active a {
    background-color: #fff !important;
    color: #333 !important;
}

#irwWrapper .container .nav-tabs.irwCETabs>li.active a:hover {
    color: #333 !important;
}

#irwWrapper .nav>li>a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

#irwWrapper .calculators .irwCustomDropDown {
    margin-bottom: 30px;
}

#irwWrapper #DC .margin-bottom {
    margin-bottom: 15px;
}

#irwWrapper #Fixed-Income-Information .table>thead>tr>th {
    border-top: none;
}

#v5-current-nav li.selected ul {
    display: block !important;
}

#v5-current-nav li.selected .arrowLeft {
    border-left: 5px solid transparent !important;
    border-top: 10px solid #033788;
    border-top-color: rgb(3, 55, 136);
    border-right: 5px solid transparent;
    border-bottom: none;
    left: 11px;
    top: 14px;
    position: absolute;
    border-top-color: #FFFFFF !important;
}

.refresh-link,
#irwWrapper .refresh-link {
    display: block;
    font-size: 12px;
    margin-top: -5px;
    background: none;
    color: #06c
}

.refresh-link:hover,
#irwWrapper .refresh-link:hover,
.refresh-link:active,
#irwWrapper .refresh-link:active {
    color: #6cf;
}

.min-eps-height {
    height: 246px !important;
}

#irwWrapper .irwOutstandingSection .modal .modal-footnote-wrap.eps-padding {
    padding: 15px 0px 0;
}

#irwWrapper .no-top-margin {
    margin-top: 0 !important;
}

.form-control.security {
    font-family: "Montserrat-ExtraBold", Arial;
    width: 50px !important;
    text-align: center;
    float: right;
    font-size: 16px !important;
    box-shadow: none !important;
}

#irwWrapper #irwstockInfoPanelTab>li>a {
    color: #5B481D;
    background: #FFF;
    font-weight: normal;
    font-size: 14px;
}

#irwWrapper .irwStockChart .irwBoxHeader.bg-default,
#irwWrapper .irwHistoricLookUp .irwBoxHeader.bg-default {
    background: #06c;
}

#irwWrapper .irwStockChart .irwBoxHeader.bg-default h5,
#irwWrapper .irwStockChart .irwBoxHeader.bg-default .fa.fa-download,
#irwWrapper .irwHistoricLookUp h5,
#irwWrapper .irwHistoricLookUp .fa {
    color: #fff;
}

#irwWrapper #stockInfo #irwTabsContent .irwBoxLabel h5,
#irwWrapper .irwHistoricLookUp h5 {
    font-family: "Montserrat-Bold", Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: -0.54px;
}

#irwWrapper table tr {}

#irwWrapper table tr.main-row {
    background: #C2D3E7 !important;
}

#irwWrapper .return-of-capital .table td {
    color: #046EC7;
}

#irwWrapper .return-of-capital .table .fa,
#irwWrapper .return-of-capital .table tr.main-row td {
    color: #046EC7;
}

#irwWrapper .return-of-capital .table tr.top-row td {
    color: #046EC7 !important;
}

#irwWrapper .irwSnapshotItem {
    font-size: 15px;
}



@media all and (transform-3d),
(-webkit-transform-3d) {
    #irwWrapper .carousel-inner>.item {
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -o-transition: -o-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    #irwWrapper .carousel-inner>.item.next,
    #irwWrapper .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    #irwWrapper .carousel-inner>.item.prev,
    #irwWrapper .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    #irwWrapper .carousel-inner>.item.next.left,
    #irwWrapper .carousel-inner>.item.prev.right,
    #irwWrapper .carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#irwWrapper .carousel-inner>.active,
#irwWrapper .carousel-inner>.next,
#irwWrapper .carousel-inner>.prev {
    display: block;
}

#irwWrapper .carousel-inner>.active {
    left: 0;
}

#irwWrapper .carousel-inner>.next,
#irwWrapper .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

#irwWrapper .carousel-inner>.next {
    left: 100%;
}

#irwWrapper .carousel-inner>.prev {
    left: -100%;
}

#irwWrapper .carousel-inner>.next.left,
#irwWrapper .carousel-inner>.prev.right {
    left: 0;
}

#irwWrapper .carousel-inner>.active.left {
    left: -100%;
}

#irwWrapper .carousel-inner>.active.right {
    left: 100%;
}

#irwWrapper #irwWrapper .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

#irwWrapper .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

#irwWrapper .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

#irwWrapper .carousel-control:hover,
#irwWrapper .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

#irwWrapper .carousel-control .icon-prev,
#irwWrapper .carousel-control .icon-next,
#irwWrapper .carousel-control .glyphicon-chevron-left,
#irwWrapper .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#irwWrapper .carousel-control .icon-prev,
#irwWrapper .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

#irwWrapper .carousel-control .icon-next,
#irwWrapper .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

#irwWrapper .carousel-control .icon-prev,
#irwWrapper .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

#irwWrapper .carousel-control .icon-prev:before {
    content: '\2039';
}

#irwWrapper .carousel-control .icon-next:before {
    content: '\203a';
}

#irwWrapper .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: auto;
    z-index: 15;
    width: 80%;
    padding-left: 0px;
    margin-left: 0px;
    text-align: right;
    list-style: none;
    margin-bottom: 0px;
    right: 50px;
}

#irwWrapper .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
}

#irwWrapper .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #fff;
}

#irwWrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#irwWrapper .carousel-caption .btn {
    text-shadow: none;
}

#irwWrapper .corporate .irwPageHeader {
    padding: 0px;
}

#irwWrapper .quarters .year-heading {
    display: inline-block;
    min-width: 60px;
    text-align: left;
}

#irwWrapper .quarters .quarter-block {
    display: inline-block;
    /*margin-left: 10%;*/
    text-align: right;
}

#irwWrapper .quarters .quarter-block:first-child {
    margin-left: 0;
}

#irwWrapper .quarters {
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 5px 0px;
    margin: 5px 0px;
}

#irwWrapper #irwEvent h2 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
}

#irwWrapper .presentations-item {
    display: table;
    width: 100%;
    padding-bottom: 25px;
}

#irwWrapper .presentations-item .presentations-wrap {
    display: table-cell;
    vertical-align: top;
}

#irwWrapper .presentations-item .presentations-wrap .irwEnventDate {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

#irwWrapper .presentations-item a.irwFilingDownload {
    width: 30px;
    display: table-cell;
    vertical-align: top;
}

#irwWrapper #irwEvent .irwEventBody h4 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
}

#irwWrapper #irwEvent .irwEnventDate {
    font-size: 13px;
    color: #222;
    margin-top: 4px;
    display: block;
}

#irwWrapper .timeline>li.treeround>span.tree-primary {
    border-radius: 4px;
    margin-left: 0;
    margin-top: 0;
    padding: 5px 15px;
    top: -7px;
    font-family: "Montserrat-Bold", Arial;
}

#irwWrapper .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus {
    background-color: #00388C;
}

#irwWrapper .QuarterlyResultsPanel .irwQRTitle strong {
    font-weight: normal;
    font-size: 15px;
    font-family: "Montserrat-ExtraBold", Arial;
    letter-spacing: 0.04em;
}

#irwWrapper .QuarterlyResultsPanel .panel-heading+.panel-collapse .panel-body {
    padding-left: 30px;
}

#irwWrapper .irwTabsBodyWrap {
    margin: 20px;
}

#altriaDropMenu select {
    width: 300px;
    font-size: 13px;
    font-family: Arial;
    padding: 5px;
    margin-bottom: 20px;
}

#irwWrapper #intro {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

#WebPartWPQ3 img.altriacustom-rtePosition-1.altriacustom-rteImage-ImageSpanFull {
    width: 100%;
}

#irwWrapperPR h1.irwFilePageH1 {
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.69px;
}

#irwWrapperPR h2.irwFilePageH1 {
    padding-bottom: 15px;
}

#irwWrapper #myModal1 .modal-header .close {
    font-size: 30px;
}

#irwWrapper .FAQs {
    margin-top: 0px;
}

#irwWrapper .FAQs .FAQ {
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #ded9d9;
}

#irwWrapper .question p,
#irwWrapper .answer p {
    margin: 0;
    padding-left: 20px;
}

#irwWrapper .question {
    cursor: pointer;
    background: url('../images/Plus.png') no-repeat 0 4px transparent;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 3px;
}

#irwWrapper .question.active {
    cursor: default;
    background: url('../images/Minus.png') no-repeat 0 4px transparent;
}

#irwWrapper .answer {
    display: none;
    margin-top: 10px;
}

@media (max-width: 1220px) {
    #irwWrapper .quarters .quarter-block {
        margin-left: 10% !important;
    }
}

@media screen and (min-width: 768px) {

    #irwWrapper .carousel-control .glyphicon-chevron-left,
    #irwWrapper .carousel-control .glyphicon-chevron-right,
    #irwWrapper .carousel-control .icon-prev,
    #irwWrapper .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    #irwWrapper .carousel-control .glyphicon-chevron-left,
    #irwWrapper .carousel-control .icon-prev {
        margin-left: -15px;
    }

    #irwWrapper .carousel-control .glyphicon-chevron-right,
    #irwWrapper .carousel-control .icon-next {
        margin-right: -15px;
    }

    #irwWrapper .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    #irwWrapper .carousel-indicators {
        bottom: 20px;
    }
}

@media only screen and (max-width:1200px) {
    #irwWrapper .corporate #background-banner h1 {
        font-size: 65px;
        bottom: 75px;
    }

    #irwWrapper .corporate #background-banner h2 {
        font-size: 32px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox h3 {
        font-size: 40px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox h2 {
        font-size: 40px;
        line-height: 40px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox h3 .fa {
        font-size: 40px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox b {
        font-size: 16px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox span {
        margin-top: 9px;
    }

    #irwWrapper .corporate .irwCompanyDescription p {
        font-size: 18px;
    }

    #irwWrapper .calculators #intro,
    #irwWrapper p.intro {
        font-size: 18px;
    }


    #irwWrapper .press-releases p.intro,
    #irwWrapper .sec-filings p.intro {
        font-size: 18px;
    }

    #irwWrapper #irw-shadow-box a.kpi-modal-trigger span.red-bold-value {
        font-size: 36px;
    }

    #irwWrapper #irw-shadow-box .equal-height-wrap .backshade-box>b {
        font-size: 12px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox {
        padding: 15px;
    }
}

@media only screen and (max-width:1024px) {
    #v5-page-column-main {
        width: 100%;
    }

    #v5-page-column-sidebar {
        width: 100%;
    }

    #v5-current-nav {
        display: none;
    }

    #altriaDropMenu {
        display: block;
        height: auto !important;
        width: auto !important;
        visibility: visible;
    }

    .v5-page-column-main-wrapper {
        margin-left: 20px;
    }
}

@media (max-width: 992px) {
    #Fixed-Income-Information tr.income.ccbnBgTblOdd.heading {
        display: none !important;
    }

    #irwWrapper #Fixed-Income-Information .table>tbody>tr>td,
    #irwWrapper #Fixed-Income-Information .table>tfoot>tr>td {
        text-align: left;
    }

    #irwWrapper #Fixed-Income-Information .table thead th br {
        display: none;
    }

    #irwWrapper #Fixed-Income-Information .table-hover>tbody>tr:last-child>td {
        border-bottom: none;
    }

    #irwWrapper #Fixed-Income-Information .footable-detail-row .footable-details tr>th {
        min-width: 150px;
    }

    #irwWrapper #Fixed-Income-Information .table>thead>tr>th {
        padding-right: 22px;
    }

    #irwWrapper #Fixed-Income-Information .table>thead>tr>th.footable-sortable>span.fooicon {
        right: 5px;
    }

    #irwWrapper .corporate .irwExploreSection .explore-site-menu a {
        font-size: 22px;
        line-height: 24px;
    }

    .irwExploreSection i.fa.ardd {
        font-size: 28px;
        margin-top: 0;
    }
}

@media only screen and (max-width:920px) {
    #irwWrapper .corporate #background-banner h1 {
        bottom: 35px;
    }

    #irwWrapper .corporate #background-banner h2 {
        bottom: 15px;
    }

    #irwWrapper .corporate #background-banner h3 {
        font-size: 20px;
    }

    #irwWrapper .corporate #background-banner #Webcast-Carousel {
        width: 250px;
        right: 15px;
        bottom: 160px;
        top: 15px;
    }

    #irwWrapper .carousel {
        padding: 15px;
    }

    #irwWrapper .corporate #background-banner {
        padding: 15px;
    }

    #irwWrapper .corporate h2 {
        font-size: 28px;
    }
}

#irwWrapper .emailAlerts .secondHalf table {
    border: none;
}


@media (max-width: 768px) {
    #irwWrapper .col-sm-12 {
        max-width: 100%;
    }

    #irwWrapper .corporate .col-md-6 {
        max-width: 100%;
        width: 100%;
    }

    #irwWrapper .corporate .teaser-frame-container {
        margin-bottom: 30px;
    }

    .component-page-header .page-header-abstract {
        margin-top: 50px;
    }

    #irwWrapper .corporate .irwExploreSection .explore-site-menu a {
        font-size: 22px;
        line-height: 24px;
    }

    #irwWrapper .corporate .irwOutstandingSection {
        margin: 0;
    }

    #irwWrapper #irwAsReport .footable-row-detail-name {
        width: 120px !important;
    }

    .irwExploreSection i.fa.ardd {
        margin-top: 0;
    }

    #Addthis .margin_social .ccbnAddthisImage {
        margin-right: 7px !important;
    }

    .emailAlerts .firstHalf,
    .emailAlerts .secondHalf {
        width: 100% !important;
        margin: 0 !important;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox b {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    #irwWrapper .quarters .quarter-block {
        margin-left: 15%;
    }

    #altriaToolsRight {
        display: none !important;
    }

    #irwWrapper .press-releases p.intro,
    #irwWrapper .sec-filings p.intro {
        line-height: 28px;
    }
}

@media only screen and (max-width:480px) {
    #irwWrapper .corporate #irwStockBox .irwStockBox h2 {
        font-size: 30px;
        line-height: 30px;
    }

    #event-calendar .calendar td {
        font-size: 13px !important;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox h3 {
        font-size: 30px;
        margin-top: 14px;
        line-height: 30px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox h3 .fa {
        font-size: 30px;
    }

    #irwWrapper .quarters .quarter-block {
        margin-left: 6% !important;
    }

    #irwWrapper .corporate .irwExploreSection .explore-site-menu {
        min-height: 150px;
    }
}

#irwWrapper .irwDocDetailSummary table tr {
    background: #fff;
}

#myModal1 .modal-body,
#myModal4 .modal-body,
#myModal5 .modal-body {
    padding-bottom: 12px
}

#irwWrapper .irwOutstandingSection .modal .modal-footnote-wrap {
    padding: 30px 0px 0px;
    display: block;
}

#event-calendar .calendar header {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #event-calendar .list {
        margin-top: 65px !important;
    }
}

#irwWrapper #Fixed-Income-Information table tr,
.return-of-capital table tr {
    background: #ffffff;
}


#irwWrapper .corporate .blue-sub-box a {
    background-image: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

#irwWrapper .corporate .blue-sub-box img {
    background-image: none;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 10px !important;
}

#irwWrapper .corporate .blue-sub-box span {
    background-image: none;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-table;
}

.fix-irwAsreportyear,
.fix-irwAsreportTab {
    position: relative;
    z-index: 1030;
}

#irwWrapper .corporate .blue-sub-box a:hover {
    text-decoration: none
}

#irwWrapper .corporate .blue-sub-box a:hover span {
    text-decoration: none
}

#irwWrapper .corporate .blue-sub-box a:hover span b {
    text-decoration: underline
}

#irwWrapper .corporate .blue-sub-box a span b {
    font-weight: normal;
}

#irwWrapper #secform th a,
#irwWrapper #secform th a:hover,
#irwWrapper #secform th a:active,
#irwWrapper #secform th a:focus {
    text-decoration: none;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {

    #irwWrapper .corporate .blue-sub-box span,
    #irwWrapper .corporate .blue-sub-box img {
        display: inline-block;
        vertical-align: middle
    }
}



@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    #headerContainer,
    #altriaHeaderCenter,
    .v5-wrapper-section,
    #dynamic-nav-section,
    #v5-page-column-sidebar,
    #altriaFooterWrapper {
        display: none;
    }

    #v5-page-column-main {
        width: 100%;
    }

    #v5-wrapper {
        width: 1170px;
    }

    .altriaLargeContainer,
    .altriaSlideshowContainer,
    .altriaFullZoneContainer,
    .altriaDOJContainer,
    .altriaNewDOJSlideshowContainer {
        margin-left: 0px;
        margin-right: 0px;
        overflow: visible;
    }

    #irwWrapper .responsive-kpi .col-md-2 {
        width: 19% !important;
    }

    #irwWrapper #irw-shadow-box a.kpi-modal-trigger span.red-bold-value {
        font-size: 40px;
    }

    #irwWrapper #irw-shadow-box a.kpi-modal-trigger span.deafult-normal-text {
        font-size: 14px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox b {
        font-size: 18px;
    }

    @page {
        margin: 0;
    }

    body {
        margin: 1.25cm;
    }

    /*#irwWrapper .col-xs-12,
    #irwWrapperPR .col-xs-12,
    #irwWrapper .container {
        width: 98%;
    }*/
}

/*=====================================================*/
#irwWrapper #irwAsReport .irwResponsiveTable th {
    font-family: Arial, Helvetica, sans-serif;
}

#dividendsform .highcharts-legend-item {
    display: none;
}

@media print {
    .v5-page-column-main-wrapper {
        margin-left: 7px;
    }
}

@media only screen and (max-width: 767px) {

    #irwWrapper #PresentationDocsform .irwDocCommonDate,
    #irwWrapper #PresentationDocsform .irwDocCommonLink,
    #irwWrapper #PresentationDocsform .irwDocCommonFormat {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    #irwWrapper #FinancialDocsform .irwDocCommonDate,
    #irwWrapper #FinancialDocsform .irwDocCommonLink,
    #irwWrapper #FinancialDocsform .irwDocCommonFormat {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    #irwWrapper #PresentationDocsform .irwDocCommonDate,
    #irwWrapper #PresentationDocsform .irwDocCommonLink,
    #irwWrapper #PresentationDocsform .irwDocCommonFormat {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    #irwWrapper #govdocsform .irwDocCommonDate,
    #irwWrapper #govdocsform .irwDocCommonLink,
    #irwWrapper #govdocsform .irwDocCommonFormat {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    #irwWrapper #stockInfo #stockPriceLookUpErrorPanel p {
        line-height: normal !important;
    }

    #irwWrapper .irwBoxBody table.irwResponsiveTable {
        font-size: 12px;
    }

    #irwWrapper .irwBoxBody table.irwResponsiveTable td {
        font-size: 12px;
    }

    #irwWrapper .irwgovdocs table.irwDocCommonTbl td {
        font-size: 12px;
    }

    #irwWrapper #FinancialDocsform .irwDocCommonDate {
        width: 30%;
    }

    #irwWrapper #FinancialDocsform .irwDocCommonLink {
        width: 55%;
    }

    #irwWrapper #FinancialDocsform .irwDocCommonFormat {
        width: 15%;
    }

    #irwWrapper #PresentationDocsform .irwDocCommonDate {
        width: 30%;
    }

    #irwWrapper #PresentationDocsform .irwDocCommonLink {
        width: 55%;
    }

    #irwWrapper #PresentationDocsform .irwDocCommonFormat {
        width: 15%;
    }

    #irwWrapper #govdocsform .irwDocCommonDate {
        width: 30%;
    }

    #irwWrapper #govdocsform .irwDocCommonLink {
        width: 55%;
    }

    #irwWrapper #govdocsform .irwDocCommonFormat {
        width: 15%;
    }

    #irwWrapper #irwFinlHighlights .irwFinlHighlights .text-primary.text-right.firstSpan {
        float: left;
    }

    #irwWrapper #irwFinlHighlights .irwFinlHighlights .footable-row-detail-name {
        width: 120px;
    }

    #irwWrapper #InsiderFilingsPanel .footable-row-detail .footable-row-detail-row {
        font-size: 12px;
    }

    #irwWrapper .table>thead>tr>th,
    #irwWrapper .table>tbody>tr>th,
    #irwWrapper .table>tfoot>tr>th,
    #irwWrapper .table>thead>tr>td,
    #irwWrapper .table>tbody>tr>td,
    #irwWrapper .table>tfoot>tr>td {
        padding: 8px 4px;
    }
}


#irwWrapper #docsPanel table.table>thead>tr>th {
    white-space: nowrap;
}

#irwWrapper .table>thead>tr>th {
    font-family: Montserrat-Bold;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
}

#altriaDropMenu {
    display: none;
}

#v5-page.v5-errorpage {}

#v5-page.v5-errorpage .error-innercontent {
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    #altriaDropMenu {
        display: block;
    }

    #altriaDropMenu select {
        width: 100%;
    }

    #irwWrapper #irwAsReport .footable-row-detail-name {
        width: 105px;
    }

    #irwWrapper .press-releases .irwFilters .form-group-inline {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    #irwWrapper .press-releases .irwFilters .form-group-inline:last-child {
        margin-bottom: 0px;
    }

    #irwWrapper .press-releases .bannerimage img {
        max-width: 100%;
    }

    #irwWrapper .press-releases .bannerimage {
        text-align: center;
    }
}

#irwWrapper .table,
#irwWrapper .table th,
#irwWrapper .table td,
#irwWrapper .table h1,
#irwWrapper .table h2,
#irwWrapper .table h3,
#irwWrapper .table h4,
#irwWrapper .table h5,
#irwWrapper .table h6 {}


h1#v5-page-title {
    margin-bottom: 33px;
}

#irwWrapper th a {
    color: #222222;
    font-size: 13px;
}


#irwWrapper .sec-filings .irwFilingHighlights table th a:hover {
    text-decoration: none;
}

#irwWrapper #irwCustomPage td.footable-sortable>span.fooicon,
#irwWrapper #irwCustomPage th.footable-sortable>span.fooicon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#irwWrapper .press-releases .irwPRTimezone {
    display: none;
}

#irwWrapper #irwCustomPage .calendar .c-pad-top {
    /*height: 46px;
    width: 10%;*/
}

#irwWrapper #irwCustomPage .dvStockSummaryBottom {
    display: none;
}

#irwWrapper #irwCustomPage .dvComputerShareContentBox ul.dvFinancialLinks {
    margin-top: 0px;
}

#irwWrapper .dvStockSummaryBottom {
    display: none;
}

#irwWrapper .dividends .irwDivTotal {
    border: 0px;
}

#irwWrapper .dividends .irwDivTotal td>strong {
    color: #06c;
}

@media only screen and (max-width: 1199px) {
    #irwWrapper .corporate .irwCompanyDescription p {
        line-height: 28px;
    }

    #irwWrapper .irwCompanyDescription i.fa.ar {
        margin-top: 5px;
    }

    #irwWrapper #irw-shadow-box {
        width: 97%;
    }

    #irwWrapper .press-releases .bannerimage img {
        max-width: 100%;
    }
}


#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-1:hover,
#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-2:hover,
#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-3:hover,
#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-4:hover,
#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-5:hover,
#irwWrapper .corporate .irwExploreSection .explore-site-menu.box-6:hover {
    cursor: pointer;
}

#irwWrapper #irwAsReport h3.irwAsReportSubHead {
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
    #irwWrapper .corporate #background-banner {
        padding: 50px !important;
    }

    #irwWrapper .corporate #background-banner #Webcast-Carousel {
        width: 300px;
        right: 50px;
        top: 50px;
        bottom: 50px;
    }

    #irwWrapper .corporate #background-banner h1 {
        bottom: 75px;
    }

    #irwWrapper .corporate #background-banner h2 {
        bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #irwWrapper .corporate #background-banner {
        padding: 50px !important;
    }

    #irwWrapper .corporate #background-banner #Webcast-Carousel {
        width: 250px;
        right: 15px;
        top: 15px;
        bottom: 150px;
    }

    #irwWrapper .corporate #background-banner h1 {
        bottom: 45px;
        left: 15px;
        font-size: 57px !important;
    }

    #irwWrapper .corporate #background-banner h2 {
        bottom: 20px;
        left: 15px;
    }
}


@media only screen and (max-width: 991px) {

    #irwWrapper .dividends .dvFinance {
        margin-top: 20px;
    }
}

/*=====================================Changes for 1322666======================================*/
#irwWrapper #secform .irwFilingHighlights .irwBoxBody table tr th a,
#irwWrapper #secform .irwFilingOthers .irwBoxBody table tr th.footable-last-column a {
    cursor: text;
}

#irwWrapper #secform .irwFilingHighlights .irwBoxBody table tr th a:hover,
#irwWrapper #secform .irwFilingHighlights .irwBoxBody table tr th a:focus,
#irwWrapper #secform .irwFilingOthers .irwBoxBody table tr th.footable-last-column a:hover,
#irwWrapper #secform .irwFilingOthers .irwBoxBody table tr th.footable-last-column a:focus {
    color: #222222;
}


#irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa {
    font-size: 28px;
    letter-spacing: -0.4px;
    vertical-align: bottom;
    margin: 5px 13px 5px 0px;
    font-family: 'Font Awesome 5 Pro';
}

#irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-danger {
    bottom: -14px;
    content: "\f063";
    color: rgb(255, 0, 0);
}

#irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-success {
    content: "\f062";
    color: rgb(184, 222, 16) !important;
}

#irwWrapper #dividendsform .irwDivDesc {
    float: left;
}

#corporateform .disclaimer-text sup {
    font-size: 20px;
    top: 4px;
}

@media only screen and (max-width: 1200px) {
    #irwWrapper .irwCompanyDescription i.fa.ar {
        margin-top: 6px !important;
        font-size: 22px !important;
    }
}

@media (max-width: 800px) {
    #irwWrapper .corporate #irwStockBox .irwStockBox .text-left h2 {
        font-size: 32px !important;
    }

    #irwWrapper .irwCompanyDescription i.fa.ar {
        margin-top: 4px !important;
    }

    i.fa.ardd,
    .fixedIncomeTable i.fa.ardd {
        font-size: 23px !important;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-success {
        bottom: -7px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-danger {
        bottom: -8px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    #irwWrapper .col-sm-6 {
        max-width: 100%;
        /*Given to overright client patch of max-width 25%, as creating issue*/
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa {
        font-size: 80px;
        right: -8px;
    }

    .mrgntp {
        margin-top: 0px;
    }

    #irwWrapper #stockInfo #irwTabsdropdown .irwTabsdropdown:before {
        content: '';
    }

    #irwWrapper #stockInfo #irwTabsdropdown .irwTabsdropdown {
        line-height: normal;
    }

    #irwWrapper #dividendsform .irwDivDesc {
        float: left;
        margin-bottom: 10px;
    }

    #dividendsform>div>div.irwDividendGrid.col-xs-12>div.irwBoxWrapper>div.irwBoxBody {
        display: block;
    }

    #irwWrapper #dividendsform .irwDivDesc {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa {
        font-size: 80px;
        right: 0;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-success {
        bottom: -7px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-danger {
        bottom: -8px;
    }

    #irwWrapper .corporate #WebcastCarousel h3 {
        line-height: 26px;
    }

    #dividendsform>div>div.irwDividendGrid.col-xs-12>div.irwBoxWrapper>div.irwBoxBody {
        display: inline-block;
    }

    #irwWrapper .corporate .irwCompanyDescription p {
        line-height: 24px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1199px) {
    #irwWrapper #irw-shadow-box .equal-height-wrap:after {
        border-left: 0px;
    }
}

#irwWrapper #Fixed-Income-Information table tbody tr td {
    text-align: left;
}

.c-day-next-month.c-pad-top {
    display: none;
}



.fixedIncomeTable i.arddd.fa {
    margin-top: -4px !important;
}

i.fa.ard,
.fixedIncomeTable i.fa.ard {
    font-size: 22px !important;
}

.fixedIncomeTable i.fa.ard {
    margin-top: -2px !important;
}

i.fa.ard {
    margin-top: -1px !important;
}

i.fa.ardd,
.fixedIncomeTable i.fa.ardd {
    font-size: 26px !important;
}

i.fa.ardd {
    margin-top: 2px !important;
}

i.fa.ardd {
    margin-left: 5px !important;
}

.fixedIncomeTable i.fa.ardd {
    margin-left: 1px !important;
}

i.fa.arddd,
.fixedIncomeTable i.fa.arddd {
    font-size: 25px !important;
    margin-top: 3px !important;
}

.fixedIncomeTable i.fa.arddd {
    margin-left: 2px !important;
}

.fixedIncomeTable i.fa.ar {
    margin-left: 1px !important;
    margin-top: 5px !important;
}

i.fa.ar {
    margin-left: 6px !important;
    font-size: 26px !important;
    margin-top: 4px !important;
}

#altriaStockTickerChange .fa.fa-minus {
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 3px;
}

#irwWrapper #irwAsReport #asReportedForm #AsIncome table tr td.footable-first-column {
    padding-left: 8px !important;
}

.fixedIncomeTable #Fixed-Income-Information .irwBoxHeader th .fooicon.fooicon-sort {
    margin-top: -5px;
}

.fixedIncomeTable #Fixed-Income-Information .irwBoxHeader th {
    border-right: none !important;
}

.fixedIncomeTable #Fixed-Income-Information .irwBoxHeader th:nth-child(2) .fooicon,
.fixedIncomeTable #Fixed-Income-Information .irwBoxHeader th:nth-child(5) .fooicon,
.fixedIncomeTable #Fixed-Income-Information .irwBoxHeader th:nth-child(6) .fooicon,
.fixedIncomeTable #Fixed-Income-Information .irwBoxHeader th:nth-child(7) .fooicon {
    margin-top: 4px;
}

#Fixed-Income-Information .irwBoxHeader th:nth-child(6) .fooicon,
#Fixed-Income-Information .irwBoxHeader th:nth-child(7) .fooicon {
    right: 35px;
}


#asReportedForm tr[rel="{9F7896A6-6770-49A5-92FA-55EBF5D2FB52}_"] td,
#asReportedForm tr[rel="{3B0D66AB-922C-4F7E-91CB-382AA104E1C3}_"] td,
#asReportedForm tr[rel="{9B4E0A03-C805-42C9-9376-3CB72C733E38}_"] td,
#asReportedForm tr[rel="{0C7E1AFF-F666-4B3C-8499-C576B4791EE3}_"] td,
#asReportedForm tr[rel="{7558D293-D730-423B-BA1C-3D978A350AB7}_"] td,
#asReportedForm tr[rel="{D0E1DF1E-99EC-44AD-816E-6D6C05BA0776}_"] td,
#asReportedForm tr[rel="{D869FF3C-32D7-4465-B7D5-E25ED5CA7E9F}_"] td,
#asReportedForm tr[rel="{7D23B811-5527-4E7A-8E6A-9EEEE54642AC}_"] td,
#asReportedForm tr[rel="{2363EFE3-637C-4403-9C0F-93E342736431}_"] td {
    border-top: thin solid #000 !important;
    border-bottom: thin solid #000 !important;
}

#asReportedForm tr[rel="{9F7896A6-6770-49A5-92FA-55EBF5D2FB52}_"] td:first-child,
#asReportedForm tr[rel="{3B0D66AB-922C-4F7E-91CB-382AA104E1C3}_"] td:first-child,
#asReportedForm tr[rel="{9B4E0A03-C805-42C9-9376-3CB72C733E38}_"] td:first-child,
#asReportedForm tr[rel="{0C7E1AFF-F666-4B3C-8499-C576B4791EE3}_"] td:first-child {
    font-weight: bold;
}

#asReportedForm tr[rel="{BA59BDBA-D768-4A3B-BBCB-1A49A2110D46}_"] td:first-child,
#asReportedForm tr[rel="{552C83CE-DDB0-49FF-9726-050F53A05368}_"] td:first-child,
#asReportedForm tr[rel="{8258AA1F-1761-4AD5-B175-997E4BEF61F9}_"] td:first-child,
#asReportedForm tr[rel="{E4900A8B-CDB2-45A6-BFEE-ED274484FCF9}_"] td:first-child,
#asReportedForm tr[rel="{93FC9211-AA03-4B1C-97EE-058C8DF65500}_"] td:first-child,
#asReportedForm tr[rel="{DC4286CE-F9BF-4E46-8E53-89B5640B402A}_"] td:first-child {
    padding-left: 20px !important;
}

#asReportedForm tr[rel="{CB37027B-AC80-41BC-B0BA-D2DDF3D8ADDA}_"] td:first-child,
#asReportedForm tr[rel="{C8293B0F-E34E-4CC6-9271-7917F14276D7}_"] td:first-child,
#asReportedForm tr[rel="{AF6D04B7-B0F8-4463-A996-60E6C7FB70A6}_"] td:first-child,
#asReportedForm tr[rel="{9F7896A6-6770-49A5-92FA-55EBF5D2FB52}_"] td:first-child,
#asReportedForm tr[rel="{3B0D66AB-922C-4F7E-91CB-382AA104E1C3}_"] td:first-child,
#asReportedForm tr[rel="{9B4E0A03-C805-42C9-9376-3CB72C733E38}_"] td:first-child,
#asReportedForm tr[rel="{97A0CD7B-C649-4552-89F9-1FE5C2E82EF8}_"] td:first-child,
#asReportedForm tr[rel="{400DE27E-CA5A-462C-A397-E087606EE6F6}_"] td:first-child,
#asReportedForm tr[rel="{EA1DED29-F810-43EB-BAE3-547A5C3C81B0}_"] td:first-child {
    padding-left: 40px !important;
}

#asReportedForm tr[rel="{0C7E1AFF-F666-4B3C-8499-C576B4791EE3}_"] td:first-child,
#asReportedForm tr[rel="{D0E1DF1E-99EC-44AD-816E-6D6C05BA0776}_"] td:first-child,
#asReportedForm tr[rel="{D869FF3C-32D7-4465-B7D5-E25ED5CA7E9F}_"] td:first-child,
#asReportedForm tr[rel="{7558D293-D730-423B-BA1C-3D978A350AB7}_"] td:first-child {
    padding-left: 60px !important;
}

#irwWrapper .press-releases .irwTabs#subtabshow {
    background: none;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#irwWrapper .press-releases .irwTabs#subtabshow ul li a {
    border: solid 1px #ccc;
    background: #fff;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    font-family: 'Montserrat-bold';
    letter-spacing: -0.42px;
}

#irwWrapper .press-releases .irwTabs#subtabshow ul li a:hover {
    background: transparent;
}

#irwWrapper .press-releases .irwTabs#subtabshow ul li.active a {
    border-color: #6cf;
    background: #6cf;
    color: #333;
    border-radius: 0px;
}


#irwWrapper .gridPR .irwTableRowItem .irwPRSummary {
    top: 36px;
    height: 200px;
}

#irwWrapper .sec-filings .irwTableFooter.docspaging {
    margin-top: 10px;
}

#irwWrapper .sec-filings .pagination.pull-right.IrwPaginationCustom {
    margin-top: 20px;
    margin-bottom: 10px;
}



.news-ticker {
    width: 100%;
    list-style: none;
    height: 7.2em;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news-ticker li a {
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}

.news-ticker li a:hover {
    text-decoration: underline;
}

.fixedIncomeTable .eventRow {
    max-width: 56.2rem;
}

#irwWrapperPR #irwFilePage .irwFilePageDate {
    display: none;
}

/*==================================================================================*/
#stockTickerDelay>span {
    display: block;
}

#v5-page.irw-175 .ir-banner {
    display: none !important;
}

#irwWrapper #irwEvent .timeline>li.treeround>span.tree-primary {
    letter-spacing: 0.025em;
}

#irwWrapper #irwEvent .irwEventDetails .irwDetail {
    line-height: 22px;
}

#irwWrapper .irwCustomPage #eventCal #event-calendar .day-event p {
    line-height: 22px;
}

#irwWrapper .irwCustomPage .faqcontent .QuarterlyResultsPanel .FAQ-Docs a strong {
    color: #046EC7;
}

#irwstockInfoPanelTab {
    display: none;
}

#v5-page.irw-437719 .sidebar_Investors_Section .dvContactInvestorRelations {
    display: none !important;
}

#irwWrapper #stockInfo .irwEnterDate1 .input-group-addon.irwNoBg,
#irwWrapper #stockInfo .irwEnterDate2 .input-group-addon.irwNoBg {
    display: none !important;
}

#irwWrapper #stockInfo .irwEnterDate1 #rangeselectordatebegin,
#irwWrapper #stockInfo .irwEnterDate2 #rangeselectordateend {
    border-right: 1px solid #cccccc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#v5-page.irw-427273 #Fixed-Income-Information #table-sort thead,
#v5-page.irw-427273 #Fixed-Income-Information #table-sort thead tr {
    background: #06c;
}

#v5-page.irw-427273 #Fixed-Income-Information .table>thead>tr>th {
    border-top: none;
}

/*==================================================================================*/


/*===============================Calendar Style Update===================================*/
#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
    color: #06c !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #06c none repeat scroll 0 0 !important;
    color: #fff !important;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    height: auto;
    padding: 0;
}

/*===============================Calendar Style Update===================================*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary #irwWrapper #irwFiling .modal-header.bg-primary {
    background: #06c;
    color: #fff;
}

#irwWrapper #irwFiling .modal-header.bg-primary h4.modal-title {
    color: #fff;
}

#irwWrapper #irwFiling .modal-header.bg-primary h4.modal-title strong {
    color: #fff;
}

#irwWrapper .modal-header.bg-primary {
    background: #06c;
    color: #fff;
}

#irwWrapper .modal-header.bg-primary h4.modal-title {
    color: #fff;
}

#irwWrapper .modal-header.bg-primary h4.modal-title strong {
    color: #fff;
}

#page-427287 .sidebar_Investors_Section .dvStockTools {
    display: none;
}

#irwWrapper #dividendInfo .irwPageHeader h3,
#irwWrapper #dividendInfo .irwPageHeader h4,
#irwWrapper #irwFiling .irwPageHeader h3,
#irwWrapper #irwFiling .irwPageHeader h4 {
    margin-top: 0;
}

#irwWrapper .corporate #irwStockBox .irwStockBox h3 .fa:before {
    font-family: 'Font Awesome 5 Pro';
}

@media (min-width: 800px) {
    #irwWrapper .quarters {
        width: 55% !important;
    }

    #irwWrapper .quarters .quarter-block {
        width: 18% !important;
        text-align: left;
        margin-left: 0% !important;
    }

    #irwWrapper .quarters .year-heading {
        min-width: 100px !important;
    }
}

@media (min-width: 799px) {
    #irwWrapper .quarters {
        width: 40%;
    }

    #irwWrapper .quarters .quarter-block {
        margin-left: 0% !important;
    }

    #irwWrapper .quarters .quarter-block {
        width: 24%;
        text-align: left;
    }
}

@media (max-width: 1200px) {

    #fullBodyWrapper #irwWrapper .corporate #background-banner h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    #fullBodyWrapper #irwWrapper .corporate h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    span.cusip {
        display: inline-block;
        padding-right: 5px;
    }

    #irwWrapper .quarters .quarter-block {
        width: 10%;
    }
}

@media (max-width: 768px) {
    i.fa.ardd {
        margin-top: 2px !important;
    }

    i.fa.arddd {
        margin-top: 3px !important;
        font-size: 24px !important;
    }

    #fullBodyWrapper #irwWrapper .corporate h2 {
        font-size: 24px;
    }

    #fullBodyWrapper #irwWrapper .corporate .blue-sub-box a {
        font-size: 22px;
    }

    #irwWrapper #irw-shadow-box a.kpi-modal-trigger span.red-bold-value {
        font-size: 40px;
    }

    #irwWrapper .sec-filings .secondHalf.col-xs-12.col-sm-12.col-md-6 {
        margin-top: 30px;
    }

    #irwWrapper .sec-filings p.intro {
        font-size: 18px;
        line-height: 24px;
    }

    #irwWrapper #Fixed-Income-Information .table>thead>tr>th,
    #irwWrapper #Fixed-Income-Information .table>tbody>tr>th,
    #irwWrapper #Fixed-Income-Information .table>tfoot>tr>th,
    #irwWrapper #Fixed-Income-Information .table>thead>tr>td,
    #irwWrapper #Fixed-Income-Information .table>tbody>tr>td,
    #irwWrapper #Fixed-Income-Information .table>tfoot>tr>td {
        border-top: 1px solid #E2EEF8;
    }

    #irwWrapper table thead th.phone-last-col {
        border-right-style: solid;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 10px;
        border-top: none !important;
    }

    #irwWrapper .press-releases .bannerimage img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #irwWrapper .irwCompanyDescription i.fa.ar {
        margin-top: 4px !important;
    }

    i.fa.arddd,
    .fixedIncomeTable i.fa.arddd {
        font-size: 23px !important;
        margin-top: 4px !important;
    }

    i.fa.ardd,
    .fixedIncomeTable i.fa.ardd {
        font-size: 24px !important;
    }

    #irwWrapper .press-releases .irwTabs#subtabshow {
        display: none !important;
    }

    #irwWrapper .quarters {
        width: 50%;
    }

    #irwWrapper .quarters .quarter-block {
        margin-left: 0 !important;
        text-align: left;
        width: 19%;
    }
}

@media (max-width:560px) {
    #irwWrapper .quarters {
        width: 100%;
    }

    #irwWrapper .quarters .quarter-block {
        margin-left: 0 !important;
        text-align: left;
        width: 12%;
    }
}

@media (max-width: 480px) {
    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa {
        font-size: 67px;
        right: 5px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 {
        padding-right: 47px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-success {
        bottom: -9px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-right h3 .fa.text-danger {
        bottom: -10px;
    }

    #irwWrapper .corporate #irwStockBox .irwStockBox .text-left h2 {
        font-size: 24px !important;
    }
}

@media (max-width: 450px) {
    #irwWrapper .quarters .quarter-block {
        margin-left: 5% !important;
    }
}

@media (max-width: 980px) and (min-width: 0px) {
    .ui-accordion .ui-accordion-header {
        font-weight: 400 !important;
        text-shadow: none
    }

    .ui-accordion .ui-accordion-header a {
        font-weight: 400 !important;
        text-shadow: none
    }
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement {
    position: relative;
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement .banner-block {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(23, 70, 142, 0.9);
    color: #fff;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    min-height: 235px;
    box-sizing: border-box;
    height: 98%;
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement .banner-block * {
    box-sizing: border-box;
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement .banner-block p {
    margin: 0px;
    margin-bottom: 13px;
    line-height: 1.3;
    font-size: 13px;
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement .banner-block p.banner-block-title {
    margin: 0px;
    font-family: "Montserrat-ExtraBold", Arial;
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement img.altriacustom-rteImage-ImageSpanFull.min-height-img {
    min-height: 235px;
}

#irwWrapper .trial .quarters {
    width: 100% !important;
}

#irwWrapper .trial .quarters .year-heading {
    min-width: 75px !important;
    width: 20%;
}

#irwWrapper .trial .quarters .quarter-block {
    width: 18% !important;
    text-align: center;
}

#irwWrapper .borderedBox {
    border-radius: 0;
    border: 2px solid #eeeeee;
    margin: 0 1.2% 2%;
    padding: 23px;
    max-width: 47.6%;
   /* min-height: 375px; */
        min-height: 278px;

}

@media only screen and (min-width: 1025px) and (max-width: 1122px) {
    #irwWrapper .trial .quarters {
        width: 100% !important;
    }

    #irwWrapper .trial .quarters .year-heading {
        min-width: 60px !important;
    }

    #irwWrapper .trial .quarters .quarter-block {
        width: 17% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 805px) {
    #irwWrapper .trial .quarters {
        width: 100% !important;
    }

    #irwWrapper .trial .quarters .year-heading {
        min-width: 50px !important;
    }

    #irwWrapper .trial .quarters .quarter-block {
        width: 14% !important;
        margin-left: 2% !important;
    }

    #irwWrapper .borderedBox {
        margin: 0 1% 2%;
        max-width: 98%;
    }
}

@media only screen and (max-width: 767px) {
    #irwWrapper .trial .quarters {
        width: 100% !important;
    }

    #irwWrapper .trial .quarters .year-heading {
        min-width: 50px !important;
    }

    #irwWrapper .trial .quarters .quarter-block {
        width: 14% !important;
        margin-left: 2% !important;
    }

    #irwWrapper .borderedBox {
        margin: 0 1% 2%;
        max-width: 98%;
    }
}

.irw-427284 .ir-banner .altriacustom-rteElement-Richtext-IntroStatement .banner-block {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

#irwWrapper .irwTabs ul li a {
    background: none;
}

#irwWrapper .irwTabs ul li.active a {
    background: none;
    background-color: #ffffff;
}

#irwWrapper #irwAsReport .AsReporttab th span {
    font-family: Montserrat-Bold;
}

#irwWrapper #irwAsReport .AsReporttab .table-hover>tbody>tr>td.header:not(.irwsubheader) {
    background: #06c;
    color: #ffffff;
}

#irwWrapper .table-hover>tbody>tr:hover>td:first-child:not(.header) {
    border-left-color: #06c;
}

#irwWrapper .irwAsreports a,
#irwWrapper .irwTableRowItem .irwPRTools li a,
#irwWrapper #eventform a,
#irwWrapper .dvFinance a {
    color: #06c;
    background: none;
}

#irwWrapper .irwAsreports a:hover,
#irwWrapper .irwAsreports a:focus,
#irwWrapper .irwTableRowItem .irwPRTools li a:hover,
#irwWrapper .irwTableRowItem .irwPRTools li a:focus,
#irwWrapper #eventform a:hover,
#irwWrapper #eventform a:focus,
#irwWrapper .dvFinance a:hover,
#irwWrapper .dvFinance a:focus {
    color: #6cf;
}

#irwWrapper #stockInfo a.irwOpenConfigMenu,
#irwWrapper #stockInfo a.irwOpenConfigMenu:hover,
#irwWrapper #stockInfo a.irwOpenConfigMenu:focus {
    background: #6cf;
    color: #ffffff;
}

#irwWrapper #stockInfo .irwTickerSymbol,
.irwTickerSymbol {
    color: #06c;
}

#irwWrapper .pagination .btn-primary,
#irwWrapperPR .pagination .btn-primary {
    background: #6cf;
}

#irwWrapper .form-control,
#irwWrapperPR .form-control,
.irwcommodal .form-control {
    border-radius: 0;
}

#irwWrapper #stockInfo a.FundingDescription {
    background: none;
    color: #06c;
}

#irwWrapper #stockInfo a.FundingDescription:hover,
#irwWrapper #stockInfo a.FundingDescription:focus {
    color: #6cf;
}

#irwWrapper .dividends a {
    background: none;
}

#irwWrapper .dividends #DividendChartContainer .irwBoxHeader,
#irwWrapper .dividends .dvdndSchduleTblContnr .irwBoxHeader,
#irwWrapper .dividends .dvidndHistoryContnr .irwBoxHeader,
#irwWrapper .dividends .irwDividendGrid .irwBoxWrapper .irwBoxHeader {
    background-color: #06c;
    color: #ffffff;
}

.irw-427276 #irwWrapper .irwCustomPage a,
.irw-427286 #irwWrapper .irwCustomPage a,
.irw-427284 #irwWrapper .irwCustomPage a,
.irw-437719 #irwWrapper .irwCustomPage a {
    background: none;
    Color: #06c;
}

.irw-427276 #irwWrapper .irwCustomPage a:hover,
.irw-427276 #irwWrapper .irwCustomPage a:focus,
.irw-427286 #irwWrapper .irwCustomPage a:hover,
.irw-427286 #irwWrapper .irwCustomPage a:focus,
.irw-427284 #irwWrapper .irwCustomPage a:hover,
.irw-427284 #irwWrapper .irwCustomPage a:focus,
.irw-437719 #irwWrapper .irwCustomPage a:hover,
.irw-437719 #irwWrapper .irwCustomPage a:focus {
    color: #6cf;
}

.irw-427276 #irwWrapper #Fixed-Income-Information table {
    border: none;
}

#irwWrapper .img-thumbnail.dvcomputerAccess,
#irwWrapper .shareholderContactInfo {
    border-radius: 0;
    border: 2px solid #eeeeee;
}

#irwWrapper .sec-filings a {
    color: #06c;
    background: none;
}

#irwWrapper .sec-filings a:hover,
#irwWrapper .sec-filings a:focus {
    color: #6cf;
}

#irwWrapper .sec-filings .irwBoxHeader {
    color: #fff;
    background: #06c;
}

#irwWrapper .sec-filings table {
    border: none;
}

#irwWrapper .faqs a {
    color: #06c;
    background: none;
}

#irwWrapper .faqs a:hover,
#irwWrapper .faqs a:focus {
    color: #6cf;
}

@media (max-width: 640px) {
    #irwWrapper #irwAsReport .table-hover>tbody>tr.footable-detail-show>td:first-child {
        border-left-color: #06c;
    }
}



#irwWrapper .teaser-frame-container.teaser-altria-strong .teaser-content .field-cta-link a {
    background-color: #6cf;
    height: 32px;
    width: 32px;
    display: block;
    text-align: right;
    padding-right: 10px;
    transition: .25s all;
}

#irwWrapper .teaser-frame-container.teaser-altria-strong .teaser-content .field-cta-link a:hover {
    padding-left: 23px;
    text-decoration: none;
}

#irwWrapper .teaser-frame-container.teaser-altria-medium .teaser-content .field-cta-link a {
    background-color: #6cf;
    height: 24px;
    width: auto;
    display: block;
    text-align: right;
    padding-right: 7px;
    transition: .25s all;
}

#irwWrapper .teaser-frame-container.teaser-altria-medium .teaser-content .field-cta-link a:hover {
    padding-left: 23px;
    text-decoration: none;
}

main .FundDescription a {
    border-bottom: 0;
}

#content.container #irwWrapper {
    max-width: 100%;
    margin: 0 auto;
}

#irwWrapperPR ul li {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 0;
}

#irwWrapper #dividendInfo .dvStockTxt {
    padding-left: 52px;
}

#irwWrapper .graph_nav li ul a:hover {
    background-size: inherit;
}

#irwWrapper .graph_nav li {
    padding-left: 0px;
    padding-bottom: 0px;
}

#irwWrapper ul.graph_nav>li:before,
#irwWrapper ul.graph_nav>li>ul>li::before {
    content: none;
}

@media (min-width: 576px) {
    #content.container #irwWrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #content.container #irwWrapper {
        max-width: 720px;
    }

    #content.container #irwWrapper {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #content.container #irwWrapper {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    #content.container #irwWrapper {
        max-width: 1200px;
    }

    #content.container #irwWrapper>.container {
        padding-left: 0;
        padding-right: 0;
    }

    #content .col-10.offset-1 .inner-grid {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {

    .smallscreenwidth {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        margin-left: 8.333333%;
    }
}

#irwWrapper .nav-tabs>li>a {
    font-size: 18px;
}

#irwWrapper table tr th,
#irwWrapperPR table tr th {
    font-size: 13px;
    line-height: 18px;
}

#irwWrapper #Fixed-Income-Information table thead tr {
    background-color: #06c;
    color: #fff;
}

#irwWrapper #Fixed-Income-Information table thead tr th {
    font-family: Montserrat-Regular;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

.strategies-wrap {
    float: left;
    width: 100%;
}

.strategies-wrap img {
    margin: 15px 0;
}

#irwEventAlertwrap a {
    color: #06c;
    transition: inherit;
    font-size: inherit;
    font-family: Montserrat-Regular;
    font-size: 18px;
    border: none;
}

#irwEventAlertwrap a:hover {
    color: #6cf;
    background-image: none;
}

#irwWrapper table.shareholderContactInfo {
    font-size: inherit;
    line-height: inherit;
}

/*Print Issue*/
@media print {
    #mo-irw-wrapper{
        padding: 2%;
    }
    #content {
        width: 100%;
        max-width: 100%;
        /*max-width: 1446px;*/
        padding: 0;
    }

    #wrapper,
    #fullBodyWrapper .row {
        width: 100% !important;
        display: block !important;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #fullBodyWrapper .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .header-inpage-share #header-share {
        background: none;
        display: none;
    }

    .content-container.pull-up-page-heading>.component-content>.row>div {
        background: none;
        margin-top: 0px;
    }

    .content-container.main .col-10.offset-1 {
       /* margin-left: -170px !important;*/
    }

    #irwWrapper .container {
        width: 100%;
        /*max-width: 1200px;*/
        max-width: 100%;
        display: block !important;
    }
    #content.container #irwWrapper {
        max-width: 100%;
    }

    main>#content>.row {
        display: block;
    }
}

#content.container .irw-174 #irwWrapper .dvdndSchduleTblContnr>h2 {
    margin-top: 0;
}

#irwWrapper #irwAsReport .irwAsreports .table>tbody>tr>td:first-child,
#irwWrapper #irwAsReport .irwAsreports .table>tbody>tr>td:first-child .irwAsReportSubHead.text-primary {
    color: #333;
}

.field-header-image.check img {
    display: none;
}

.field-header-image.check {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.field-header-image.check.page_302351,
.field-header-image.check.page_1073753556,
.field-header-image.check.page_427273 {
    background-image: url('../images/irw/financial-information-opengraph.png')
}

.field-header-image.check.page_175,
.field-header-image.check.page_193,
.field-header-image.check.page_283 {
    background-image: url('../images/irw/press-releases-opengraph.png');
    background-position: 50% 75% !important;
}

.field-header-image.check.page_192,
.field-header-image.check.page_1073753544 {
    background-image: url('../images/irw/events-and-presentations-opengraph.png');
    background-position: 50% 60% !important;
}

.field-header-image.check.page_174,
.field-header-image.check.page_302514,
.field-header-image.check.page_427276,
.field-header-image.check.page_184 {
    background-image: url('../images/irw/stock-performance-opengraph.png');
    background-position: 50% 0% !important;
}


.field-header-image.check.page_427286 {
    background-image: url('../images/irw/stock-ownership-new-opengraph.png');
    background-position: 50% 20% !important;
}

.field-header-image.check.page_427284 {
    background-image: url('../images/irw/annual-report-opengraph.png');
    background-position: 50% 70% !important;
}

.field-header-image.check.page_176,
.field-header-image.check.page_199,
.field-header-image.check.page_100061 {
    background-image: url('../images/irw/sec-filings-opengraph.png');
    background-position: 50% 100% !important;
}

.field-header-image.check.page_437719,
.field-header-image.check.page_427287 {
    background-image: url('../images/irw/contact-investors-new-opengraph.png');
    background-position: 50% 65% !important;
}


.field-header-image.check.page_187 {
    background-image: url('../images/irw/investors-aag-opengraph.png');
    background-position: 50% 50% !important;
}

.overlaycheck {
    background: #06c;
    opacity: .4;
    position: relative;
    display: list-item;
    width: 100%;
    padding: 100%
}

#irwWrapper #irwCustomPage .FAQ-Docs {
    font-family: Montserrat-Bold, Arial;
    font-size: 13px;
}

#irwWrapper .faqcontent ul li {
    list-style-type: none !important;
}

main #irwWrapper ul.ARBullets {
    padding: 0 0 0 28px;
    margin: 0 0 0 10px;
}

main #irwWrapper ul.ARBullets>li {
    padding-bottom: 4px;
    padding-left: 18px !important;
}


.cp-intro-para a {
    background: none;
    transition: none;
    color: #06c;
    border-bottom: 0px;
}

.cp-intro-para a:active,
.cp-intro-para a:hover,
.cp-intro-para a:focus {
    color: #6cf;
}

/** IRW THEME END **/

/* IRW OVERRIDES */
header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container {
    position: relative;
    width: 0%;
    min-width: 24px;
    height: 72px;
    float: right;
    overflow: hidden;
    transition: .25s all;
    backface-visibility: hidden;
    width: 63px
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* {
    width: 100%
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    width: calc(100% - 65px);
    height: 100%;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    background: 0 0;
    transition: .25s all;
    display: none
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* input[type=search].search-input {
    -webkit-appearance: none;
    border-radius: 0
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon,
header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-submit {
    width: 24px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: .25s all
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-submit {
    background: 0 0;
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1;
    display: none
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon {
    z-index: 20;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 20px;
    line-height: 72px;
    right: 29px;
    transition: .25s all
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon:before {
    content: '\f002';
    width: 24px;
    height: 24px;
    transition: .25s all;
    font-family: 'Font Awesome 5 Pro'
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-close-icon {
    display: none
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open {
    transition: .25s all;
    position: absolute
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* {
    height: 100%;
    transition: .25s all
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-icon {
    background: 0 0;
    position: absolute;
    left: 19px
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-input {
    left: 50px;
    display: block
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-submit {
    z-index: 90
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon {
    display: block;
    position: absolute;
    background: 0 0;
    z-index: 20;
    font-size: 24px;
    transition: .25s all;
    cursor: default;
    line-height: 72px;
    right: 27px
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon:before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    cursor: pointer
}

header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container {
    height: 56px
}
/*
header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container .search-icon,
header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container .search-submit {
    line-height: 56px
}
*/
header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon {
    line-height: 56px
}

@media only screen and (max-width: 810px) {
    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container {
        height: 48px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon {
        right: 5px;
        line-height: 48px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon {
        line-height: 48px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-input {
        width: calc(100% - 40px);
        padding-left: 10px;
        left: 40px
    }

    header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container {
        height: 48px
    }

    header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container .search-icon,
    header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container .search-submit {
        line-height: 48px
    }

    header.shrink #header.container>.row>.component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon {
        line-height: 48px
    }
}

@media only screen and (max-width: 440px) {
    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-input {
        width: calc(100% - 15px);
        left: 20px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-icon {
        left: 5px
    }
}


header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-input {
    font-size: 20px;
    color: #fff
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* input::-webkit-input-placeholder {
    color: #fff
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* input::-webkit-search-cancel-button {
    appearance: none
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* input::-moz-placeholder {
    color: #fff
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* input:-ms-input-placeholder {
    color: #fff
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon {
    color: #6cf
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open {
    width: calc(100% - 370px);
    right: 225px
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* {
    background: #284466
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-input {
    background: #284466;
    color: #fff
}

header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon {
    color: #fff
}

@media only screen and (max-width: 1240px) {

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container {
        width: 30px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon {
        right: 0
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open {
        width: calc(100% - 102px);
        right: 0
    }
}

@media only screen and (min-width: 809px) and (max-width:940px) {

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container {
        height: 48px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container>* .search-icon {
        right: 5px;
        line-height: 48px;
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-close-icon {
        line-height: 48px
    }

    header #header.container>.row>.component.navigation-tabs>.component-content .header-container>.header-logo-navigation-container .logo-container .search-container.search-open>* .search-input {
        width: calc(100% - 40px);
        padding-left: 10px;
        left: 40px
    }
}

@media only screen and (max-width: 940px) {

    header #header.container>.row .component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container>* .search-icon {
        right: 8px
    }

    header #header.container>.row .component.navigation-tabs>.component-content .header-container .header-logo-navigation-container .logo-container .search-container.search-open {
        width: calc(100% - 146px);
        right: 54px
    }
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

@media only screen and (min-width: 568px) {
    .pane--breadcrumb.page-header-title {
        margin-top: 49px;
    }
}


@media only screen and (max-width: 567px) {
    .pull-up-page-heading .component-content .col-10.offset-1 {
        margin-left: 30px !important;
    }
}

.twoHalfColumns.secfilings {
    min-height: 250px;
}

.IrwPaginationCustom .js--disabled {
    background-color: #fff;
    border-color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#irwTabsEvent {
    margin: 0px !important;
}

.PageFinancialInformation #irwWrapper table {
    border: none !important;
}

#RegisterForm .module_message--error {
    color: red;
}

#proxy-container img,
#annual-reports-container img {
    width: 143px !important;
    height: 178px !important;
}

#annual-reports-container img {
    margin-left: 15px;
}

.PageFrequentlyAskedQuestions .panel-body ul li::marker{
     content: ' ' !important;
}

.PageFrequentlyAskedQuestions .panel-body ul li {
    padding-left: 0px !important;
}

#irwTabsEvent > li {
    padding-left: 18px !important;
}

.PageStockPerformance .highcharts-tracker > rect {
    fill: rgb(102,204,255) !important;
}

#irwWrapper .dvShareholderInfoLinks ul {
    margin-top: 0px ;
    list-style-type: none !important;
    list-style-position: outside ;
    padding: 31px 0 30px 15px ;
}

#irwWrapper .mt-20 ul {
    margin-top: 0px ;
    list-style-type: none !important;
    list-style-position: outside ;
    padding: 31px 0 30px 30px !important ;
}

#irwWrapper .dvShareholderInfoLinks ul li {
    margin-bottom: 5px ;
    margin-left: 15px ;
    padding-left: 18px !important;
    padding-bottom: 20px ;
}

#irwWrapper .mt-20 ul li {
    margin-bottom: 5px ;
    margin-left: 15px ;
    padding-left: 18px !important;
    padding-bottom: 20px ;
}

@media only screen and (max-width: 375px) {
    .irwFaqPanelHeading > a {
        height: 34px !important;
    }
}

.PageSECFilings .footable-detail-row .irwHasGA th {
    min-width: min-content;
}

.notifications .notificationNote {
    display: inline-block;
}

#irwWrapper .table-irwBorder>tbody>tr,
#irwWrapper .table-irwBorder tr+tr.irwAbstract {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.PageStockPerformanceDividendInformation #irwWrapper .table-irwBorder>tbody>tr,
.PageStockPerformanceDividendInformation #irwWrapper .table-irwBorder tr+tr.irwAbstract,
.PageSECFilingsInsiderFilings #irwWrapper .table-irwBorder>tbody>tr,
.PageSECFilingsInsiderFilings #irwWrapper .table-irwBorder tr+tr.irwAbstract {
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.PageStockPerformanceDividendInformation #irwWrapper .table-irwBorder>tbody>tr:hover, 
.PageStockPerformanceDividendInformation #irwWrapper .table-irwBorder tr:hover+tr.irwAbstract,
.PageSECFilingsInsiderFilings #irwWrapper .table-irwBorder>tbody>tr:hover, 
.PageSECFilingsInsiderFilings #irwWrapper .table-irwBorder tr:hover+tr.irwAbstract {
    border-left:2px solid #428bca
}

#irwWrapper .table-hover>tbody>tr>td:first-child{
    border-left: 3px solid;
    border-color:rgba(0,0,0,0);
}

#irwWrapper #irwAsReportPanelTab #irwTabsEvent {
    margin: 0px !important;
}

.module_disclaimer_text {
    font-size:13px;
}

/*  As Reported */
#irwAsReport th span {
    display: block;
}
#irwAsReport th:not(:first-child) span {
    text-align: right;
}
#irwAsReport td {
    text-align: left;
}
#irwAsReport tbody td:not(:first-child) {
    text-align: right;
    color: #06c;
} 
#irwAsReport tbody td.text-muted {
	    color: #555;
}
#irwWrapper .table-hover>tbody>tr>td.header:first-child {
    color: #fff;
}
#irwWrapper .as-reported_widget td.as-reported_indent--1.header,
#irwWrapper .as-reported_widget td.as-reported_indent--2.header,
#irwWrapper .as-reported_widget td.as-reported_indent--3.header {
    background-color: white;
    color: #5b5b5b !important;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
} 
#irwWrapper .as-reported_widget .table>tbody>tr>td.as-reported_indent--1 {
    padding-left: 10px;
}
#irwWrapper .as-reported_widget .table>tbody>tr>td.as-reported_indent--2 {
    padding-left: 20px;
}
#irwWrapper .as-reported_widget .table>tbody>tr>td.as-reported_indent--3 {
    padding-left: 30px;
}
#irwWrapper .as-reported_widget .table>tbody>tr>td.as-reported_indent--4 {
    padding-left: 30px;
}
.as-reported_widget .as-reported_table-container {
    margin-bottom: 20px;
}
.as-reported_tabs {
    display: flex;
    padding: 10px 15px 0;
}
.as-reported_tab {
    padding: 10px 15px 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.as-reported_tab:hover {
        text-decoration: underline;
}
.as-reported_tab--selected {
    background-color: #f5f5f5;
    color: #666;
    cursor: pointer;
}
.as-reported_tab:hover {
    color: #fff;
    cursor: pointer;
}
#irwWrapper .as-reported_tabs, 
#irwWrapper .as-reported_tab {
    border-radius: 8px 8px 0 0;
}
.as-reported_row--header td:not(.header) {
    display: none !important;
}
.as-reported_widget .header {
    text-transform: uppercase;
}

.as-reported_widget .footable-header span {
    padding-bottom: 15px;
}
.as-reported_widget tbody tr td:nth-child(1) {
    max-width: 470px;
}
.as-reported_value--negative {
    color: #06c !important;
} 
#irwWrapper .as-reported_table thead .footable-header th {
    border-top: none;
        background-color: #f5f5f5;
}    
#irwWrapper .table-hover>tbody>tr>td.header:first-child.as-reported_indent--2.header,
#irwWrapper .table-hover>tbody>tr>td.header:first-child.as-reported_indent--3.header {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}
#irwWrapper .as-reported_table tr:not(.as-reported_row--header) td:first-child:not(.as-reported_indent--1):not(.as-reported_indent--2)#irwWrapper .as-reported_table tr:not(.as-reported_row--header) td:first-child:not(.as-reported_indent--1):not(.as-reported_indent--2):not(.as-reported_indent--3):not(.as-reported_indent--4) {
    padding-left: 5px !important;
}
.as-reported_chart-link {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

/* 00122783 */
.irwEventDetails p {
    word-break: keep-all;
}
.news-stock_container {
    display: flex;
}
.teaser-content {
    width: 100%;
    height:100%;
}
.teaser-frame-container.teaser-altria-medium .teaser-content .field-cta-link {
    right: 45px !important;
}
.homepage-news-column {
    display:flex; 
    flex-direction:column;
    width: 50%;
}
/* .home-download {
    display:flex; 
} */
@media only screen and (max-width: 767px) {
    .homepage-news-column,
    .home-download {
        width: 100%;
    }
}

/* 00122783 end */

#irwWrapper .blue-sub-box img {
    vertical-align:middle;
    width: auto !important;
}

/* 00157124 */
.footable-first-visible{
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}

/*00208279*/
.news-stock_container{
    display:flex;
    flex-wrap:wrap;
}
.component.teaser-frame-container.teaser-altria-medium.module_newsID-1,
.component.teaser-frame-container.teaser-altria-medium.module_newsID-2 {
    padding: 0 0!important;
}


/* .component.teaser-frame-container.teaser-altria-medium.module_newsID-1 img, */
.component.teaser-frame-container.teaser-altria-medium.module_newsID-2 img {
   /* width:181px!important; */
    height: 181px;
}
/*00208279*/


/*--00227644--*/

@media only screen and (min-width: 768px) {
    .teaser-frame-container.teaser-altria-medium .teaser-content .field-category p {
        line-height: 1.8;
    }
}
.home-download-group {
    display: flex;
    width: 58%;
}
@media only screen and (max-width: 767px) {
    .home-download {
        flex-direction: column;
    }
    .home-download-group {
        width: 100%;
        margin-bottom: 25px;
    }
}
.home-download.teaser-frame-container img {
        width: 200px !important;
    padding-right: 19px !important;
}
.home-download-group:last-child {
       padding-left: 16px;
}

@media screen and (min-width: 575px) {
    .teaser-frame-container.teaser-altria-medium .teaser-content .field-cta-link {
        bottom: initial;
        top: 155px;
    }
}

/*---00379126--*/
/* Standard CSS for multimedia PR details page */

.module-news-details .module_multimedia-caption {
    margin-bottom: 16px;
}

.module-news-details .module_multimedia-caption .module_file-text {
    display: block;
}

.module-news-details .module_multimedia-caption .module_file-resolution {
    display: none;
}

.module-news-details .module_multimedia-caption .module_file-type, .module-news-details .module_multimedia-caption .module_file-size {
    display: none;
}

/*---00379126--*/


.module-news-details .module_multimedia-image {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

.module-news-details .module_multimedia-size {
    margin-top: 10px;
}

.module-news-details .module_multimedia-size .module_link {
    font-size: 12px;
}
.module-breadcrumb {
    padding-bottom: 18px;
}
.module-breadcrumb, .module-breadcrumb * {
    font-size: 14px;
    line-height: 20px;
}
 .module-breadcrumb a, .module-breadcrumb .module-breadcrumb_separator {
   font-weight: 600;    
}
.module-breadcrumb .module_container--inner {
    display: flex;
    gap: 0 5px;  
    align-items: center;
    flex-wrap: wrap;
}

#pageClass.PageInvestorsAt-A-Glance .module-breadcrumb {
    display: none;
}
#irwWrapper .irwStockChart .open>.dropdown-menu li::before {
    margin-right: 16px;
}
#irwWrapper .irwStockChart .open>.dropdown-menu li a {
    padding-left: 0px;
    display: inline-block;
    padding-right: 0px;
}
#irwWrapper .irwBoxHeader.bg-default {
    background-color: #f2f2f2;
}
#irwWrapper .btn.disabled, #irwWrapper .btn[disabled], #irwWrapper .fieldset[disabled] .btn {
    opacity: 0.8;
}
.irwDownValue {
    color: #e60000;
}
#irwWrapper a:focus-visible{
    box-shadow: 2px 2px 0 #000 inset, -2px -2px 0 #000 inset;
    outline: 0;
}
tr.main-row:focus-visible {
    outline: 2px solid #000;
}
.PageSECFilings #irwWrapper  table > tbody>  tr> td {
    border-bottom: 1px solid #ddd;
    border-top: none;
}
.PageSECFilings #irwWrapper  table > tbody > tr:first-child > td {
    border-top: 1px solid #ddd; 
}
.PageSECFilings #irwWrapper table > thead > tr > th:last-child {
    border-right: 1px solid #ddd; 
}
#dividendCalculatorPanel .irwBoxWrapper > .irwBoxHeader {
    max-height: 35px;
}

.content-container.pull-up-page-heading>.component-content>.row>div{
    margin-top:-56px!important;
    padding-top:18px;
}

.header-inpage-share #header-share ul.header-inpage-menu-list {
    width: 40px;
}
    
/* Case Start: 00847402 */

.privacy-warning .info span a:focus, .privacy-warning .info span a:hover {
  color: #fff !important;
}

.privacy-warning .info span a:hover,
.privacy-warning .info span a {
  color: #fff !important;
  text-decoration: underline !important;
}

.privacy-warning .info {
  line-height: 16px !important;
}

#irwWrapper .privacy-warning button.banner-close-button {
  color: black;
}
/* Case End: 00847402 */

/* #search-container {
    display: none;
} */