@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;
    }
}

.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
}

#irwWrapper .irwODBoxTrigger {
    cursor: auto;
}

#irwWrapper .irwODBoxTrigger.irwEventHandler {
    cursor: pointer;
}

/** hide last column on Insider Ownership table **/
.footable td.footable-hidden {
    display: none !important;
}

/** END hide last column on Insider Ownership table **/

/** Popup modal fixes **/
.fancybox-button::before,
.fancybox-button::after {
    color: #ddd !important;
    opacity: 1;
}

#irwWrapper .fancybox-close-small {
    background-color: transparent;
    color: #fff;
}

#irwWrapper .modal-header button.close {
    color: #fff !important;
    border: 0px solid !important;
    opacity: 1 !important;
    text-shadow: 0 0px 0 #fff;
    outline: none !important;
}

/** END Popup modal fixes **/

/**Fixes mobile pagination bug in insider and sec pages**/
.footable-pagination-wrapper .footable-page {
    display: none !important;
}

.footable-pagination-wrapper .footable-page.visible,
.footable-pagination-wrapper .footable-page-nav {
    display: inline-block !important;
}

/** END Fixes mobile pagination bug in insider and sec pages**/

.irwFilingTopLinks a.Descriptions {
    cursor: pointer;
}

p.irwFilingAbstract {
    margin-bottom: 0px !important;
}

.module-news-details h2.module-details_title {
    font-size: 220% !important;
}

.irwIRSearch .fa-search {
    right: 14px !important;
}

#irwFinlHighlights td {
    text-align: right;
}

#peer-analysis table thead tr th:nth-child(2) {
    text-transform: uppercase;
}

.InstitutionalOwnershipForm li.irwInstOwnNoLink {
    pointer-events: none;
}

#irwWrapper ul.bwlistdisc li,
#irwWrapperPR ul.bwlistdisc li {
    color: initial;
    list-style: disc;
    font-size: 1rem;
}

#irwWrapper ul.bwlistdisc,
#irwWrapperPR ul.bwlistdisc {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

/** IRW THEME BELOW **/

#irwWrapper .stock-prices .irwStockChart #StockChartContainer .irwStockChartRange .irwChartRangeZoom,
#irwWrapper .stock-prices .irwStockChart #StockChartContainer .irwStockChartRange .irwChartRangeInput {
    width: 100%;
}

#irwWrapper #stockPriceLookUpResultsInnerPanel .irwLookupResultRow .irwLookupResultItem {
    width: 100%;
}

#irwWrapper #irwsecurity select.security {
    width: 100%;
}

#irwWrapper .irwIRSearch>.row>.form-group-inline.has-feedback {
    width: 100%;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

#ui-datepicker-div .ui-datepicker-calendar a.ui-state-active {
    background: #0060a9;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none !important;
}

#ui-datepicker-div .ui-datepicker-calendar a.ui-state-active:hover {
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar a.ui-state-hover {
    background: #0060a9;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none !important;
}

#ui-datepicker-div .ui-datepicker-calendar a.ui-state-hover:hover {
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: none;
    color: #0060a9 !important;
    text-shadow: none !important;
    font-weight: bold;
}

.irwCopyright .text-primary {
    color: #0060a9;
}

.irwCopyright a.text-primary:hover {
    color: #005391;
}

.irwCopyright .bg-primary,
.scrollbar-handle {
    background: #0060a9;
}

.ui-datepicker .ui-datepicker-title {
    color: #000;
}

h1.irwTitle {
    display: none;
}

#irwWrapperPR {
    color: #0a0a0a;
    font-family: "foundation_sansregular", Arial, sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
}

#irwWrapperPR a {
    color: #0060a9;
    text-decoration: none;
}

#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
    color: #005391;
    text-decoration: underline;
}

#irwWrapperPR a:focus {
    outline: none;
}

#irwWrapper,
#irwWrapperPR {
    color: #0a0a0a;
    font-family: "foundation_sansregular", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 50px;
    /** {
        .border-radius(0px);
    }*/
    /*.btn {
        .border-radius(0px);
    }*/
}

#irwWrapper .container,
#irwWrapperPR .container {
    width: 100% !important;
}

#irwWrapper a,
#irwWrapperPR a {
    color: #0060a9;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapperPR a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:focus {
    color: #005391;
    text-decoration: underline;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
    outline: none;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
    color: #005391;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
    background: #0060a9;
}

#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa,
#irwWrapperPR .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa {
    color: #0060a9;
}

#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa:hover,
#irwWrapperPR .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa:hover {
    color: #005391;
}

#irwWrapper h3,
#irwWrapperPR h3,
#irwWrapper .h3,
#irwWrapperPR .h3,
#irwWrapper h4,
#irwWrapperPR h4,
#irwWrapper .h4,
#irwWrapperPR .h4 {
    font-size: 110%;
}

#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
    color: #999;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
    color: #0a0a0a;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary {
    color: #0060a9;
}

#irwWrapper .bg-primary,
#irwWrapperPR .bg-primary {
    background: #0060a9;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
    color: #fff;
    background: #3083bd;
    border-color: transparent;
}

#irwWrapper .btn-primary:hover,
#irwWrapperPR .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapperPR .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapperPR .btn-primary:active {
    border-color: #3083bd;
    color: rgba(255, 255, 255, 0.95);
    background: #266794;
}

#irwWrapper .btn-primary:hover:hover,
#irwWrapperPR .btn-primary:hover:hover,
#irwWrapper .btn-primary:focus:hover,
#irwWrapperPR .btn-primary:focus:hover,
#irwWrapper .btn-primary:active:hover,
#irwWrapperPR .btn-primary:active:hover {
    color: #fff;
}

#irwWrapper .panel-default>.panel-heading,
#irwWrapperPR .panel-default>.panel-heading {
    color: #0060a9;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapperPR .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapperPR .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapperPR .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select,
#irwWrapperPR .panel-default>.panel-heading-Select {
    background: #0060a9;
    color: #fff;
}

#irwWrapper .panel-default>.panel-heading-Select a:hover,
#irwWrapperPR .panel-default>.panel-heading-Select a:hover,
#irwWrapper .panel-default>.panel-heading-Select a:focus,
#irwWrapperPR .panel-default>.panel-heading-Select a:focus,
#irwWrapper .panel-default>.panel-heading-Select a:active,
#irwWrapperPR .panel-default>.panel-heading-Select a:active {
    color: rgba(255, 255, 255, 0.95) !important;
}

#irwWrapper .panel-default>.panel-heading-Select a:hover:hover,
#irwWrapperPR .panel-default>.panel-heading-Select a:hover:hover,
#irwWrapper .panel-default>.panel-heading-Select a:focus:hover,
#irwWrapperPR .panel-default>.panel-heading-Select a:focus:hover,
#irwWrapper .panel-default>.panel-heading-Select a:active:hover,
#irwWrapperPR .panel-default>.panel-heading-Select a:active:hover {
    color: #fff !important;
}

#irwWrapper .irwTabs,
#irwWrapperPR .irwTabs {
    border: none;
    border-top: 8px solid #0060a9;
    background: #0060a9;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul,
#irwWrapperPR .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a,
#irwWrapperPR .irwTabs ul li a {
    background: #0060a9;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapperPR .irwTabs ul li a:hover {
    color: #fff;
}

#irwWrapper .irwTabs ul li.active a,
#irwWrapperPR .irwTabs ul li.active a {
    text-decoration: none;
    background: #fff;
    color: #000;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs .form-group .visible-xs,
#irwWrapperPR .irwTabs .form-group .visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group .visible-xs label,
#irwWrapperPR .irwTabs .form-group .visible-xs label {
    color: #fff;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapperPR .irwTableRowItem h6 {
    font-size: 12px;
}

#irwWrapper .ui-widget,
#irwWrapperPR .ui-widget {
    font-family: "foundation_sansregular", Arial, sans-serif;
    font-size: 14px;
}

#irwWrapper .meter,
#irwWrapperPR .meter {
    background: #ccc;
}

#irwWrapper .irwConfigMenuWrapper,
#irwWrapperPR .irwConfigMenuWrapper {
    z-index: 1029;
}

#irwWrapper .irwNote,
#irwWrapperPR .irwNote {
    border-bottom-color: #0060a9;
}

#irwWrapper .irwFilingHighlightItem,
#irwWrapperPR .irwFilingHighlightItem {
    border-left-color: #0060a9;
}

#irwWrapper .irwCRTabsPanel,
#irwWrapperPR .irwCRTabsPanel {
    background: #0060a9;
    border-color: #0060a9;
}

#irwWrapper .table-irwBorder>tbody>tr:hover,
#irwWrapperPR .table-irwBorder>tbody>tr:hover,
#irwWrapper .table-irwBorder tr:hover+tr.irwAbstract,
#irwWrapperPR .table-irwBorder tr:hover+tr.irwAbstract {
    border-color: #0060a9;
}

#irwWrapper .timeline>li.treeround>span.tree-primary.active,
#irwWrapperPR .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapperPR .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus,
#irwWrapperPR .timeline>li.treeround>span.tree-primary:focus {
    background: #0060a9;
}

#irwWrapper #stockInfo #irwTabsdropdown .irwTabsdropdown,
#irwWrapperPR #stockInfo #irwTabsdropdown .irwTabsdropdown {
    margin: 0px;
}

#irwWrapper #stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem,
#irwWrapperPR #stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem {
    min-height: 110px;
}

#irwWrapper #stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem .irwRow1,
#irwWrapperPR #stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem .irwRow1 {
    height: 70px;
}

#irwWrapper #stockInfo a.irwOpenConfigMenu:hover,
#irwWrapperPR #stockInfo a.irwOpenConfigMenu:hover {
    background: #0060a9;
    color: #fff !important;
}

#irwWrapper .irwConfigMenuWrapper,
#irwWrapperPR .irwConfigMenuWrapper {
    z-index: 9;
}

#irwWrapper .irwStockAggregate #accordion table th,
#irwWrapperPR .irwStockAggregate #accordion table th {
    white-space: initial;
}

#irwWrapper #newsForm .irwTabs .form-group.visible-xs,
#irwWrapperPR #newsForm .irwTabs .form-group.visible-xs {
    padding: 0px 0px 7px 0px !important;
    margin: 0px !important;
}

#irwWrapper #newsForm .irwTabs .form-group.visible-xs label,
#irwWrapperPR #newsForm .irwTabs .form-group.visible-xs label {
    color: rgba(255, 255, 255, 0.95);
    margin: 0px;
}

#irwWrapper #newsForm .irwTabs .form-group.visible-xs label:hover,
#irwWrapperPR #newsForm .irwTabs .form-group.visible-xs label:hover {
    color: #fff;
}

#irwWrapper .calculators .irwTotalCalData,
#irwWrapperPR .calculators .irwTotalCalData {
    word-break: break-word;
}

#irwWrapper .text-info,
#irwWrapperPR .text-info,
#irwWrapper #irwWrapperPR .text-info,
#irwWrapperPR #irwWrapperPR .text-info {
    color: #222;
}

#irwWrapper .irwDivTotal,
#irwWrapperPR .irwDivTotal {
    border-color: #0060a9;
}

#irwWrapper .irwConfigMenuBody .irwConfigMenuTabs.nav-tabs>li.active a,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#irwWrapper #irwTabsEvent {
    background: #0060a9;
}

.irwConfigMenuBody li a i.text-primary {
    color: #0060a9 !important;
}

img {
    border: 0px;
}

/*--------------------KI Specific Changes--------------------------------------------------------*/
.innerContainer {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.headerStock {
    padding: 20px;
    display: block;
    text-align: right;
    margin-top: -96px;
    width: 50%;
}

.headerStock .stk-top-link {
    color: #0a0a0a;
}

.headerStock .stk-top span {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding-right: 5px;
}

.headerStock .stk-top span.stkPrice {
    font-size: 36px;
}

.headerStock .stk-top span.stkDirection img {
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.headerStock .stk-top span.stkDirection i.text-success {
    font-size: 36px;
    color: green;
}

.headerStock .stk-top span.stkChange {
    /*position: relative;
            top: 5px;*/
    font-size: 18px;
    font-family: "foundation_sansbold";
    line-height: 18px;
    position: relative;
    bottom: -5px;
}

.headerStock .stk-btm {
    font-size: 11px;
    font-family: "foundation_sansbold";
}

.headerStock .stk-btm .stkRead {
    padding-left: 5px;
}

.title-bar-stock {
    text-align: right;
}

.title-bar-stock .stk-top {
    font-size: 20px;
}

.title-bar-stock .stk-top .stkPrice {
    font-size: 28px;
}

.title-bar-stock .stk-top img {
    width: 20px;
}

.title-bar-stock .stk-btm {
    font-size: 13px;
}

.title-bar-stock .stk-btm .stkRead {
    color: #fff;
    padding-left: 5px;
}

.title-bar-stock .stk-btm .stkRead a {
    color: #fff;
}

.breadcrumbs {
    border-bottom: 1px solid #e3e3e3;
    padding: 18px 28px;
    margin: 0;
}

.breadcrumbs li {
    font-size: 0.75em;
    font-family: "foundation_sansbold";
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    float: left;
    list-style: none;
}

.breadcrumbs li:not(:last-child):after {
    top: 0;
    content: "|";
    color: #464646;
    margin: 0 6px 0 3px;
}

.search-wrapper {
    height: 150px;
    max-width: 60rem;
    margin: 0 auto;
    max-width: 100% !important;
    background: #464646;
    padding: 46px 100px 10px 180px;
}

.irPageT {
    padding-top: 20px;
    font-size: 1.875rem;
    line-height: 1.2em;
    font-family: "foundation_sanslight";
}

.irNavRow {
    max-width: 110em;
}

.main-navigation.corporate ul {
    width: 100%;
    text-align: center;
}

.main-navigation.corporate ul ul {
    text-align: left;
}

.main-navigation ul li {
    display: inline-block;
    float: none;
}

.main-navigation ul li li {
    float: left;
    width: 100%;
}

.main-navigation.corporate ul li.is-parent-active {
    background: #1E427C;
}

.main-navigation.corporate ul li.is-parent-active li.is-sub-active a {
    font-family: "foundation_sansbold";
}

.mobile-navigation .dropdown.menu .is-drilldown-submenu-parent.is-mobparent-active>a {
    font-family: "foundation_sansbold";
}

.mobile-navigation .dropdown.menu li.is-mobsub-active a {
    font-family: "foundation_sansbold";
}

#irwWrapper b,
#irwWrapper strong {
    font-family: "foundation_sansbold";
}

.irPage_187 #irwWrapper {
    padding-bottom: 0px;
}

#irwWrapper b,
#irwWrapper strong {
    font-family: "foundation_sansbold";
}

#irwWrapper h5 {
    font-family: "foundation_sansbold";
}

#irwWrapper .h5 {
    font-family: "foundation_sansbold";
}

#irwWrapper .table>thead>tr>th {
    font-family: "foundation_sansbold";
}

#irwWrapper .corporate .clientRow {
    margin-left: auto;
    margin-right: auto;
}

#irwWrapper .corporate .cpEventSlider *:hover {
    outline: none;
}

#irwWrapper .corporate .cpEventSlider *:focus {
    outline: none;
}

#irwWrapper .corporate .cpEventSlider .slick-prev {
    font-size: 0;
    line-height: 0;
    color: transparent;
}

#irwWrapper .corporate .cpEventSlider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

#irwWrapper .corporate .cpEventSlider .slick-dots li button {
    font-size: 0;
    line-height: 0;
}

#irwWrapper .corporate .cpEventSlider .slick-next {
    font-size: 0;
    line-height: 0;
    color: transparent;
}

#irwWrapper .corporate .cpEventSlider .slider-row {
    max-width: 80rem;
}

#irwWrapper .corporate .cpEventSlider .slider-row .irwEVDateTime {
    font-size: 1.3125rem;
    text-align: center;
    font-family: "foundation_sanslight";
    color: #fff;
}

#irwWrapper .corporate .cpEventSlider .slider-row .btn-blue.btn-slider {
    background: #3083bd;
    border: 1px solid #3083bd;
    display: block;
    text-transform: none;
    font-size: .875rem;
    margin: 0 auto;
    color: #fff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

#irwWrapper .corporate .cpEventSlider .slider-row .btn-blue.btn-slider:hover {
    background-color: #266794;
    color: #fff;
    text-decoration: none;
}

#irwWrapper .corporate .cpCompDesc .cpDescriptionRow {
    max-width: 100rem;
}

#irwWrapper .corporate .cpCompDesc .cpDescriptionRow h1 {
    text-align: center;
    font-size: 1.875rem;
    font-family: "foundation_sanslight";
    padding: 0 8%;
    line-height: 1.4em;
    margin: 0;
    font-size: 3.125rem;
    margin-bottom: 15px;
}

#irwWrapper .corporate .cpCompDesc .cpDescriptionRow h4 {
    text-align: center;
    font-size: 1.5rem;
    font-family: "foundation_sanslight";
}

#irwWrapper .corporate .cpContact .clientRow {
    max-width: 80rem;
}

#irwWrapper .corporate .cpContact h1 {
    text-align: center;
    font-size: 1.875rem;
    font-family: "foundation_sanslight";
    padding: 0 8%;
    line-height: 1.4em;
    margin: 0;
    font-size: 3.125rem;
    margin-bottom: 15px;
}

#irwWrapper .corporate .cpContact h4 {
    text-align: left;
    font-size: 1.5rem;
    font-family: "foundation_sanslight";
}

#irwWrapper .corporate .cpContact h4 b {
    font-weight: normal;
    font-family: "foundation_sansregular", Arial, sans-serif;
}

#irwWrapper .corporate .cpContact .cpContCol3 h4 {
    padding-left: 40px;
}

#irwWrapper .corporate .cpSquareSection {
    color: #fff;
}

#irwWrapper .corporate .cpSquareSection a {
    color: #fff;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure a {
    border-top: 0px;
    position: static;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure a:hover {
    border-top: 0px;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure a:focus {
    border-top: 0px;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpAnnualReport a {
    position: absolute;
    color: transparent;
    border-top: 8px solid transparent;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpAnnualReport a:hover {
    border-top: 8px solid #d95e18;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpAnnualReport a:focus {
    border-top: 8px solid #d95e18;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure figcaption {
    border-top: 8px solid transparent;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure figcaption:hover {
    border-top: 8px solid #d95e18;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure figcaption:focus {
    border-top: 8px solid #d95e18;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpNews .irwTableRowItem {
    border: 0px;
    font-size: 18px;
    max-width: 450px;
    line-height: 19px;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpNews .irwTableRowItem .news_date {
    line-height: 14px;
    font-style: italic;
}

#irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpQR .irwTableRowItem {
    border: 0px;
    font-size: 18px;
    max-width: 450px;
    line-height: 19px;
}

@media screen and (max-width: 63.9375em) and (min-width: 40em) {
    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure {
        width: 100%;
    }

    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure .irwTableWrapper {
        height: 400px;
    }
}

@media screen and (max-width: 39.9375em) {
    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure {
        width: 93%;
        margin: 5px 15px;
    }

    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure .irwTableWrapper {
        height: 300px;
    }

    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpQR {
        height: 350px;
        background-size: cover;
        background-position: center center;
    }

    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpQR img {
        display: none;
    }

    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpNews {
        height: 400px;
        background-size: cover;
        background-position: center center;
    }

    #irwWrapper .corporate .cpSquareSection .article-box-wrapper figure.cpNews img {
        display: none;
    }

    #irwWrapper .corporate .cpContact .cpContCol3 h4 {
        padding-left: 0px;
    }
}

/*@media (max-width : 480px) {
    #irwWrapper {
        .table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td {
            font-size: @Mfont-size;
        }
    }
}*/
/*# sourceMappingURL=irw-theme.css.map */

.cpQR figcaption,
.cpNews figcaption {
    background: #0060a9 !important;
    border-color: #0060a9 !important;
}

.cpNews figcaption .mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #1E427C;
}

.search-wrapper {
    max-width: 100%;
}

#searchControlForm input[type="text"].form-control {
    box-shadow: none !important;
    color: #000 !important;
    background: #fff !important;
    font-size: 14px;
    font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
}

#searchControlForm input[type="text"].form-control::-webkit-input-placeholder {
    color: #000 !important;
    font-family: "foundation_sanslight";
    font-size: 16px;
}

#searchControlForm input[type="text"].form-control::-moz-placeholder {
    color: #000 !important;
    font-family: "foundation_sanslight";
    font-size: 16px;
}

#searchControlForm input[type="text"].form-control:-ms-input-placeholder {
    color: #000 !important;
    font-family: "foundation_sanslight";
    font-size: 16px;
}

#searchControlForm input[type="text"].form-control:-moz-placeholder {
    color: #000 !important;
    font-family: "foundation_sanslight";
    font-size: 16px;
}

.financialsdocs .irwPageFooter {
    padding: 0px;
}


.irNavRow .investor.contacts,
.irNavRow .stock.quote {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .search-wrapper .st-default-search-input {
        width: 80%;
    }

    .search-wrapper .st-clear-button {
        margin: 18px 0 0 20px;
    }

    .off-canvas.is-transition-overlap {
        z-index: 60;
    }
}

@media only screen and (max-width: 1023px) {

    #searchControlForm input[type="text"].form-control {
        color: #fff !important;
        background: #000 !important;
    }



    #searchControlForm input[type="text"].form-control::-webkit-input-placeholder {
        color: #ccc !important;
    }

    #searchControlForm input[type="text"].form-control::-moz-placeholder {
        color: #ccc !important;
    }

    #searchControlForm input[type="text"].form-control:-ms-input-placeholder {
        color: #ccc !important;
    }

    #searchControlForm input[type="text"].form-control:-moz-placeholder {
        color: #ccc !important;
    }

    .search-wrapper {
        padding: 0 !important;
    }

    .search-wrapper .st-clear-button {
        display: none !important;
    }

    .mobile-navigation .search-wrapper label {
        left: 20px;
        top: 20px;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {

    .irNavRow .investor.contacts,
    .irNavRow .stock.quote {
        display: block;
    }

    #irwWrapper .cpSquareSection .cpAnnualReport a figure img {
        width: 100%;
        height: auto;
    }

    #irwWrapper .cpSquareSection {
        padding: 15px;
    }
}

/*==============new section=========*/
#irwWrapper .cpSquareSection {
    max-width: 100%;
    margin: auto !important;
}

#irwWrapper .cpSquareSection .news-sec .padding-45 {
    padding: 35px 15px 35px 15px;
}

#irwWrapper .cpSquareSection .news-sec.cpNews,
#irwWrapper .cpSquareSection .news-sec.cpQR {
    background: #0060a9;
}

#irwWrapper .cpSquareSection .news-sec {
    height: auto;
    margin-bottom: 15px;
}

#irwWrapper .cpSquareSection .news-sec p.caption-title {
    line-height: 1em;
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 10px;
}

#irwWrapper .cpSquareSection .news-sec ul,
.cpSquareSection .news-sec ol {
    line-height: 20px !important;
}

#irwWrapper .cpSquareSection .news-sec li.irwTableRowItem {
    font-size: 18px;
    border: none !important;
}

#irwWrapper .cpSquareSection .news-sec li.irwTableRowItem a {
    line-height: 0 !important;
}

#irwWrapper .cpSquareSection .news-sec .news_date {
    line-height: 14px;
    color: #acacac;
}

#irwWrapper .cpSquareSection .cpAnnualReport {
    padding: 0 !important;
}

#irwWrapper .cpSquareSection .cpAnnualReport a {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-decoration: none !important;
}

#irwWrapper .cpSquareSection .cpAnnualReport a .image-div {
    background-size: cover;
    background-position: bottom center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 100% 100%;
}

#irwWrapper .cpSquareSection .cpAnnualReport a:hover .image-div {
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

#irwWrapper .cpSquareSection .cpAnnualReport a figure,
#irwWrapper .cpSquareSection .cpAnnualReport a figure .image-div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#irwWrapper .cpSquareSection .cpAnnualReport a figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 26% 15px 0px 15px;
    border-top: 8px solid transparent;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#irwWrapper .cpSquareSection .cpAnnualReport a:hover figure figcaption {
    border-top: 8px solid #d95e18;
}

#irwWrapper .cpSquareSection .cpAnnualReport a p.description {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

#disclaimerModal {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    z-index: 10000;
    width: 96%;
    max-width: 960px;
    padding: 25px;
}

#disclaimerModal .modal-body {
    height: 320px;
    overflow: auto;
}

#disclaimerModal button {
    cursor: pointer;
    margin: 25px 0 0 0;
}


#irwWrapper .btn-bluedark,
#irwWrapperPR .btn-bluedark {
    color: #fff;
    background: #1E427C;
    border-color: transparent;
    margin: 0;
    text-transform: inherit;
    font-weight: normal !important;
}

#irwWrapper .btn-bluedark:hover,
#irwWrapperPR .btn-bluedark:hover,
#irwWrapper .btn-bluedark:focus,
#irwWrapperPR .btn-bluedark:focus,
#irwWrapper .btn-bluedark:active,
#irwWrapperPR .btn-bluedark:active {
    border-color: #3083bd;
    color: rgba(255, 255, 255, 0.95);
    background: #266794;
    text-decoration: none;
}

#irwWrapper .btn-bluedark:hover:hover,
#irwWrapperPR .btn-bluedark:hover:hover,
#irwWrapper .btn-bluedark:focus:hover,
#irwWrapperPR .btn-bluedark:focus:hover,
#irwWrapper .btn-bluedark:active:hover,
#irwWrapperPR .btn-bluedark:active:hover {
    color: #fff;
    text-decoration: none;
}

.mobile-navigation {
    width: 280px;
    transform: translateX(-280px);
}

@media screen and (max-width:1399px) {
    .top-nav .logo {
        width: auto;
    }

    .main-navigation {
        height: auto;
    }

    .main-navigation ul {
        height: auto;
    }

    .main-navigation ul li a {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .main-navigation ul ul li a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:1150px) {
    .top-nav .logo {
        width: 28%;
    }
}

@media screen and (max-width:1023px) {
    .top-nav .logo {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .top-nav .logo {
        width: 320px;
    }

    #irwWrapper .cpSquareSection .cpAnnualReport a figure .image-div {
        width: 100%;
    }

    #irwWrapper .cpSquareSection .cpAnnualReport a .image-div {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width:440px) {
    .top-nav .logo {
        width: 280px;
    }
}

.tools-nav.corporate li.active {
    border-radius: 0px;
}

.mobile-navigation .search-wrapper {
    display: block !important;
}









/*Quarterly Presentations page*/


#irwWrapper #QuarterlyPresentations .irwFaqSections .table-hover>tbody>tr:first-child td {
    border-top: 0;
}

#irwWrapper #PresentationDocsform .irwFaqPanelHeading {
    display: none;
}

#irwWrapper #PresentationDocsform .irwFaqPanelBody {
    display: block !important;
}

#irwWrapper #QuarterlyPresentations .irwFaqSections #accordion .panel .quater-list h2 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    padding: 8px 8px 8px 5px;
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
    width: 100%;
    cursor: pointer;
}

#irwWrapper #QuarterlyPresentations .irwFaqSections #accordion .panel .quater-list h2:hover {
    background: #fbfbfb;
}

#irwWrapper #QuarterlyPresentations .quater-list .fa {
    color: #666;
    float: left;
    margin-top: 3px;
    text-align: center;
    width: 35px;
}

#irwWrapper #QuarterlyPresentations .quater-list .fa.fa-caret-right {
    display: inline-block;
}

#irwWrapper #QuarterlyPresentations .quater-list .fa.fa-caret-down {}

#irwWrapper #QuarterlyPresentations .quater-list ul {
    display: none;
    padding-left: 15px;
}

#irwWrapper #QuarterlyPresentations .irwDocCommonDate {
    min-width: 70px;
    display: inline-block;
}

#irwWrapper #QuarterlyPresentations i {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

#irwWrapper #QuarterlyPresentations .irwFaqSections #accordion .panel .quater-list h2 {
    display: none !important;
}

#irwWrapper #QuarterlyPresentations .quater-list ul {
    display: block !important;
}

.cpSquareSection .cpAnnualReport .bottomBorder {
    border-bottom: 4px solid #ccc;
}

#irwWrapper .table>tbody>tr>td.irwFilingAbstract {
    text-transform: uppercase
}

#irwWrapper .table>tbody>tr>td.irwFilingAbstract strong {
    text-transform: capitalize
}

#irwWrapper .legal-and-tax {
    width: 100%;
    float: left;
    display: block;
    margin-top: 30px;
}

#irwWrapper .legal-and-tax .legal-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
}

#irwWrapper .legal-and-tax .legal-title span {
    font-style: italic;
}

#irwWrapper .legal-and-tax .legal-title-inner {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: left;
    display: block;
    margin: 20px 0 0 0;
    color: #0070c0
}

#irwWrapper .legal-and-tax .section-content {
    font-size: 16px;
    width: 100%;
    float: left;
    display: block;
    margin: 30px 0 30px 0;
}

#irwWrapper .legal-and-tax .section-content .section-content-inner {
    font-size: 16px;
    width: 100%;
    float: left;
    display: block;
    margin: 20px 0 20px 20px;
}

#irwWrapper .legal-and-tax .section-foot {
    font-size: 16px;
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0 40px 0;
    font-style: italic;
}

#irwWrapper .legal-and-tax .section-foot-one {
    font-size: 16px;
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 40px 0;
}

header#main-header {
    border-top: 8px solid #000;
}

.strategicPlanImage {
    /*background-image: url("../images/irw/Strategic-Plan-Promo-IR-864x478_4-No-Title-New.png");*/
    background-image: url("../images/irw/2021/Strategic-Plan-IR-864-x-478-1.png");
}

.corporateResponsibilityImage {
    background-image: url("../images/irw/Corporate-Responsibility-Report-Promo-IR-864x478-No-Text.png");
}

.padL0 {
    padding-left: 0 !important;
}

.padR0 {
    padding-right: 0 !important;
}

.newsSection {
    padding: 35px 15px 35px 15px;
    height: 400px;
    overflow-y: auto;
}
div.newsSection::-webkit-scrollbar {
    width: 5px;
}

div.newsSection::-webkit-scrollbar-thumb {
    background: #1E427C;
}

div.newsSection::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 30px;
}

.press-releases ul.pagination.IrwPaginationCustom.pull-right {
    margin-right: -6px !important;
}

.irwDividendGrid .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#dividendCalculator .col-xs-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#irwWrapper .irwInstitutionalOwnTabsContent .pagination button.btn-primary {
    color: black !important;
}

#HistoricPricePanel ul.pagination.IrwPaginationCustom {
    margin-right: -6px;
}

.irwInstitutionalOwnTabsContent ul.pagination li.pagination_page:nth-of-type(1n + 12) {
    display: none !important;
}

.irwFilingOthers ul.pagination.IrwPaginationCustom {
    margin-right: -6px !important;
}




@media only screen and (max-width: 426px) {
    p .caption-title.climateReport {
            height: 80%!important
    }
       p .caption-title.climateReport.CSR {
            height: 100%!important
    }
}

#irwWrapper .cpSquareSection .cpAnnualReport a figure figcaption.thirdreport p:first-of-type {
    height: 85%!important;
}

@media only screen and (max-width: 425px) {
#irwWrapper .cpSquareSection .cpAnnualReport a figure figcaption.thirdreport p:first-of-type {
    height: 64% !important;
}
}