@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 **/



/*!
 * spglobal IRW CSS Theme (https://www.spglobal.com/en/)
 * Copyright 2019
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */


/*!
 * Client Name  : S&P IR Solutions
 * KeyInst      : 100502
*/


/***********************TYPOGRAPHY***********************/

#irwWrapper,
#irwWrapperPR {
    color: #515151;
    font-family: 'Montserrat', sans-serif, "GothamBook";
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
    line-height: 1.7;
}

#irwWrapper a,
#irwWrapperPR a {
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    text-decoration: underline;
    color: #00aaee;
    font-weight: 500;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus,
.webcast-link a:hover,
.webcast-link a:focus {
    color: #0076a6;
    text-decoration: none;
    cursor: pointer;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
    outline: none;
}


    /*
// Contextual colors
*/

#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
    color: #999999;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
    color: #333;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary,
.irwCopyright .text-primary {
    color: #01aaee;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
    color: #415984;
}

.irwCopyright a.text-primary:hover {
    color: #415984;
}


/*
// Contextual backgrounds
*/

#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary {
    color: #fff;
    background-color: #01aaee !important;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
    background-color: #415984;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
    color: #ffffff;
    background: #01aaee;
    background-image: -webkit-linear-gradient(top, #01aaee 0%, #01aaee 100%);
    background-image: -moz-linear-gradient(top, #01aaee 0%, #01aaee 100%);
    background-image: -o-linear-gradient(top, #01aaee 0%, #01aaee 100%);
    background-image: linear-gradient(top, #01aaee 0%, #01aaee 100%);
    border-color: #e31522;
    color: white;
    border-color: #01aaee;
}

    #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: #ffffff;
        background-color: #01aaee;
        border-color: #01aaee;
    }

#irwWrapper .panel-default > .panel-heading {
    color: #01aaee;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default > .panel-heading-Select {
    background-color: #01aaee;
    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: 8px solid #01aaee;
    background-color: #01aaee;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #01aaee;
    color: #e5e5e5;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a {
    color: #fff;
    text-decoration: none;
}

#irwWrapper .irwTabs ul li.active a {
    background-color: #fff;
    color: #5B481D;
    border-radius: 4px 4px 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 .irwSwitch ul li a span.fa {
    font-size: 14px;
}

#irwWrapper .irwTableRowItem ul li a:hover,
#irwWrapper .irwTableRowItem ul li.active a,
.ui-datepicker .ui-datepicker-title {
    color: #415984;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 14px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}

.modal-open #sb-site, .model-open .sb-site-container {
    z-index: initial;
}

.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: 1029;
}

#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: #01aaee;
}


/**/

#irwWrapper .irwNote {
    border-bottom-color: #01aaee;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #01aaee;
}
/*====Custom CSS=====*/
#irwWrapper .row{
    display: block;
}
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/irw/GothamBook.eot');
    src: local('GothamBook'), url('../fonts/irw/GothamBook.woff') format('woff'), url('../fonts/irw/GothamBook.ttf') format('truetype');
}
.page-banner-div-container {
    background: url(../images/irw/bannerImageNew.png) no-repeat;
    background-size: cover;
    min-height: 469px;
}
.CP-titles, #irwWrapper .CP-titles {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 30px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 15px;
}
#irwWrapper .container {
    padding: 0;
}
#irwWrapper .corporate .img-desc {
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    text-decoration: underline;
    color: #00aaee;
    padding: 15px 0;
    font-weight: 500;
}
.pr-box {
    border: 1px solid #b8b8b8;
    padding: 24px 30px;
    min-height: 155px;
    margin-bottom: 15px;
}
.pr-box a {
    display: block;
    min-height: 125px;
}
p.pr-date {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}
.ir-contact li {
    list-style-type: none;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
}
.ir-contact {
    padding: 0;
}
.custom-link {
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    text-decoration: underline;
    color: #00aaee;
    font-weight: 500;
}
.btn-cp {
    background: #00aaee;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 13px;
    padding: 15px 45px;
    width: 176px;
    display: block;
    margin-top: 25px;
}
section.cp-desc {
    padding: 40px 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/*IR MENU*/
#cssmenu {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
}
#cssmenu {
    background: none;
    display: block;
    clear: both;
    float: left;
    padding-left: 5px;
}

#cssmenu > ul {
    display: block;
    clear: both;
    text-align: center;
}

#cssmenu > ul > li {
    display: inline-block;
    text-align: left;
}

#cssmenu > ul > li:hover > a, #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #cb6741;
}

#cssmenu ul ul li a {
    color: #777;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,.5);
    width: 228px;
    font-size: 16px;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}

#cssmenu > ul > li > a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 0.5px;
    border-left: 1px solid rgba(255,255,255,.2);
    border-bottom: 10px solid transparent;
}
#cssmenu > ul > li > a:hover,
#cssmenu .subnav-item > a:focus,
#cssmenu .active.subnav-item > a:hover {
    border-bottom: 10px solid #fff !important;
}
#cssmenu > ul > li:last-child > a{
    border-right: 1px solid rgba(255,255,255,.2);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #000;
    color: #01aaee;
}
#cssmenu > ul > li:hover > a {
    background: none;
}
#cssmenu > ul > li > a {
    font-weight: 500;
}
#cssmenu ul ul{
    margin-top: -10px !important;
}
.ir-back {
    background: #fff;
    display: inline-block;
    clear: both;
    width: 100%;
}

#cssmenu ul ul li a.activesubmenu {
    color: #01aaee;
}
#cssmenu li.active, #cssmenu li.active a.active {
    color: #000;
}
#cssmenu > ul > li.active:hover > a, #cssmenu ul ul li a.activesubmenu:hover {
    color: #fff;
}

#cssmenu li:hover > ul > li {
    height: auto;
}
#subnav-row {
    min-height: 66px;
    height: auto;
}
.banner-title {
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 900;
    font-size: 44px;
}
.banner-text {
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    width: 90%;
}
.webcast-box {
    background: #fff;
    min-height: 200px;
    width: 100%;
    padding: 20px;
}
.webcast-link {
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: #212529;
    font-weight: 500;
}
.webcast-link a{
    color: #00aaee;
    font-size: 16px;
    text-decoration: underline;
}
    
.btn-cp-webcast {
    background: #00aaee;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 13px;
    padding: 15px 15px;
    width: 176px;
    display: block;
}
.webcast-date {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
    font-size: 14px;
    margin: 16px 0;
}
.nav-header .container {
    padding: 0 10px;
}
.navigation-item.dropdown.open .dropdown-menu {
    display: block;
}
.ir-contact-main {
    z-index: 100;
    position: relative;
    min-height: 365px;
    background: url(/Interactive/newlookandfeel/4103938/trial/images/getstarted-bg.jpg) center center no-repeat;
    background-size: cover;
}
#footer {
    z-index: 100;
    width: 100vw;
    min-height: 400px;
    background-image: linear-gradient(to right, #098ced, #09ceed);
    padding: 50px 0;
}
/*IR Search*/
.ir-search {
    background: #484848;
    padding: 10px 20px 25px;
    position: absolute;
    right: 0px;
    top: 39px;
    width: 225px;
    display: none;
    z-index: 9;
    border: 1px solid #fff;
    color: #fff;
}

.srch-box {
    float: left;
    margin-left: 295px !important;
    color: #fff;
    position: relative;
}

.srch-icon {
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
}

#irwsearch .custom-search-form .checkbox-inline, #irwsearch .custom-search-form .radio-inline {
    margin-left: 0px;
    font-size: 0.8rem;
    margin-top: 5px;
    width: 100%;
    float: left;
    color: #fff;
}

#irwsearch .custom-search-form input.form-control {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0;
    float: left;
    height: 28px;
    width: 80%;
    color: #fff;
    background-color: transparent;
    font-size: .9rem;
    box-shadow: none;
    -webkit-appearance: none;
    padding: .5rem;
    position: relative;
    z-index: 2;
    line-height: 1.42857;
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.srch-icon .fa-search.text-primary {
    color: #484848 !important;
    font-size: 24px;
}
.ir-toolkit i.fa.fa-circle-o-notch.fa-spin.irwGroupDesLoading {
    font-size: 19px;
    margin-top: 0px;
    margin-left: 7px;
    color: #0991ED;
}
@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, not all, only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx) {
    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100% !important;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #013849;
    }

    #cssmenu .submenu-button {
        height: 36px;
    }

    #cssmenu .submenu-button:before {
        top: 14px;
    }

    #cssmenu .submenu-button:after {
        top: 17px;
    }

    #cssmenu #menu-button {
        color: #000;
    }

    #cssmenu #menu-button.menu-opened:before, #cssmenu #menu-button.menu-opened:after {
        background: #000;
    }

    #cssmenu #menu-button:after {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    #cssmenu #menu-button:before {
        background: #000;
    }
    #cssmenu > ul > li > a {
        border-left: 0px;
    }
    .nav-header .container .logo {
        padding: 20px 10px 21px;
    }
    .ir-contact-main {
        padding: 0 20px;
    }
    #footer {
        width: auto;
    }
    .footer-ul {
        padding: 0 15px !important;
    }
    .text-center-mobile {
        text-align: center;
    }
    .irwToolKitLoader {
        text-align: center !important;
    }
    .sb-menu {
        font-size: 13px;
    }
    .dropdown-menu.nav-dropdown {
        background-color: #000;
        margin-left: 25px;
        font-size: 12px;
        width: 80%;
    }
    .dropdown-menu.nav-dropdown ul{
        padding: 0;
    }
    .sb-slidebar {
        z-index: 111;
    }
    #cssmenu {
        margin-top: 10px;
    }
    .inner-page #irwWrapper .container {
        padding: 0 15px;
    }
}
@media(max-width: 768px) {
    #irwWrapper .corporate section {
        padding: 0 10px;
    }
    .sb-width-thin {
        width: 255px;
    }
    .sb-width-thin .dropdown-toggle::after{
        display: none !important;
    }
    .sb-width-thin .dropdown-menu.nav-dropdown{
        width: 100%;
        margin-left: 0;
        position: relative;
        padding-left: 50px;
    padding-right: 20px;
    }
    .sb-menu li a.dropdown-link{
        border-bottom: thin solid #ccc;
    }
    .sb-width-thin .navigation-item.dropdown.open{
        border-bottom: none;
    }
    .sb-width-thin .navigation-item.dropdown.open > a{
        text-decoration: underline;
        padding-bottom: 0;
    }
    .sb-active.sb-active-right #sb-site{
        transform: translate(-255px) !important;
    }
    .sb-active.sb-active-right .sb-slidebar.sb-active{
        transform: initial !important;
    }
}
.new_data{
    display: block !important;
 }
.old_data{
    display: none !important;
}
.ir-search #searchControlForm .input-group.custom-search-form.in-box .form-control{
    border-bottom: none;
}
.ir-search #searchControlForm .input-group.custom-search-form.in-box{
    border-bottom: 1px solid;
}
.ir-search{
        padding: 20px 35px 20px 35px;
    width: 250px;
}
#ir-contact-main{
    display: none;
}
.modal-backdrop.fade.in {
    display: none;
}
@media (max-width: 1199px) {
    .srch-box{
            margin-left: 70px !important;
    }
    .ir-toolkit{
        width: 300px;
        float: right;
        padding-right: 20px;
    }
}
@media (max-width: 1024px) {
    #subnav-row .subnav-col .container ul .active {
        border-bottom: 0 !important;
    }
    #eventform .col-xs-12.irwEventAlert {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 991px){
    #footer{
        width: 100% !important;
       margin-right: inherit !important;
       margin-left: inherit !important;
    }
    .ir-news > .container > .row,
    .ir-contact-main > .col-12 > .container > .row{
        display: block !important;
    }
    .ir-news > .container > .row > .col-md-4.col-xs-12
    {
        width: 100% !important;
        display: table !important;
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .ir-contact-main > .col-12 > .container > .row > col-12.col-sm-4.width33sm,
    .ir-contact-main > .col-12 > .container > .row > col-12.col-sm-4.width66sm,
    .ir-contact-main > .col-12 > .container > .row > col-12.col-sm-4.width100sm{
        float: left;
        display: block;
        display: table !important;
    }
    .ir-contact-main > .col-12 > .container > .row > col-12.width33sm{
        width: 33%;
         -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    }
    .ir-contact-main > .col-12 > .container > .row > col-12.width66sm{
        width: 66%;
         -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    }
    .ir-contact-main > .col-12 > .container > .row > col-12.width100sm{
        width: 100%;
         -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
}
@media (max-width: 768px){
    .srch-box{
            margin-left: 0 !important;
    }
    #eventform a.showHistoric {
        margin-left: -10px;
    }
    #newsPanelResults .irwLoadingdata.irwHasGA.irwTableRowItem > div {
        padding: 0 !important;
    }
    .listPR #newsPanelResults .irwLoadingdata.irwHasGA.irwTableRowItem > div {
        padding: 0 !important;
    }
    #irwWrapper #secform .irwFilingFilters .col-xs-12.col-sm-3 {
        padding: 0 !important;
    }
}
@media (max-width: 767px){
    .srch-box{
            margin-left: 0 !important;
    }
    .ir-search{
        right: 0;
        left: 0;
    }
}



/*  FOOTER 2*/
    .ir-contact-main {
        background: url(../images/irw/getstarted-bg.jpg) center center no-repeat;
        background-size: cover !important;
    }

    .page-banner-div-container {
    background: url(../images/irw/bannerImageNew.png) no-repeat;
    background-size: cover !important;
/*     min-height: 469px; */
}


/*  BANNER TITLE HOME*/

    .banner-title-Home{
        color: #fff;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: 900;
        font-size: 44px;
    }

    .page-banner-div-container-home {
        background: url(../images/irw/bannerImageNew.png) no-repeat;
        background-size: cover !important;
    }

/* Info Rquest Contact Box */
#irwWrapper .well.irwInfoReqConactBox {
    background-color: #eee !important;
}



/*  DIVIDENDS CHART*/


    .irwDivChart{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

/* PAGINATION */

    .footable-page{
        display: none !important;
    }

    .footable-page.visible{
        display: inline !important;
    }


/*  Latest Docs & Press Release - Home Page*/

    .Latest-docs .container, .ir-news .container{
        padding-right: 15px !important;
        padding-left: 15px !important;

    }

/* IR Search Bar */


 .transformSB{
        transform: translate(-255px) !important;
    }


    @media screen and (max-width: 768px) {
        .sb-width-thin.sb-active {
            width: 271px !important;
        }
    }

/*  IR MAIN NAV MOBILE*/

 @media screen and (max-width: 768px){
        .mainNav{
            display: none !important;
        }
    }

.open{
    display: block !important;
}

/* Filings page pagination styling: */
.secModule #irwWrapper .btn {
    text-decoration: none;
}

.secModule  #irwWrapper .pagination > * {
    margin: 0px;
}
/* Filings page pagination styling end */
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/irw/GothamBook.eot');
    src: local('GothamBook'), url('../fonts/irw/Gotham-Book-Regular.otf') format('otf'),local('GothamBook'), url('../fonts/irw/GothamBook.woff') format('woff'), url('../fonts/irw/GothamBook.ttf') format('truetype');
}
#irwWrapperPR h1,
#irwWrapperPR h2,
#irwWrapperPR h3,
#irwWrapperPR h4,
#irwWrapperPR h5,
#irwWrapperPR h6,
#irwWrapperPR a,
#irwWrapper h1,
#irwWrapper h2,
#irwWrapper h3,
#irwWrapper h4,
#irwWrapper h5,
#irwWrapper h6,
#irwWrapper a{
        font-family: 'Montserrat', sans-serif, "GothamBook";
}

.anual_report img {
    border: 1px solid black !important;
}

// 00130353
@media screen and (max-width: 767px) {
    .page-banner-div-container.has-doc .col-md-12 > div .sustainability-report--banner img {
        max-width: 0 !important;
    }
    .page-banner-div-container.has-doc .col-md-12 > div .sustainability-report--banner div {
        width: 70% !important;
    }
    .page-banner-div-container.has-doc .col-md-12 > div .sustainability-report--banner div i.download-icon {
        left: unset !important;
        right: 4% !important;
    }
}

.nav-header {
    z-index: 109;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}
.irwODPerson .irwODPersonDetail span.irwViewBioDetailText p {
    margin-bottom:24px!important;
} 

.irwODPerson .irwODPersonDetail span.irwViewBioDetailText p:last-of-type {
    margin-bottom:0px!important;
} 

/*00381339 start*/
.PageNewsampEventsPressReleasesNewsDetails .module_body img[alt*="Primary Logo"] {
    height: auto;
}
/*00381339 end*/