@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;
}

.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
}

/*  Pager */
#irwWrapper .pagination .pager-hide {
    display: none;
}
#irwWrapper .pagination > * {
    margin: 0 2px;
}

#irwWrapper .pagination .pager-disabled {
    pointer-events: none;
    opacity: 0.65
}
#irwWrapper .pagination .pager-active:hover {
    opacity: 0.65;
}

/** IRW THEME BELOW **/

/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2016
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */
/*!
 * Client Name 	: SNL IR Solutions
 * KeyInst		: 102939
*/

/* @font-face {
    font-family: "Avenir LT W01_35 Light";
    src: url("//fast.fonts.net/dv2/14/4fb9056b-4ac3-488b-9bac-75741b0ff0bd.woff2?d44f19a684109620e484157aae90e8188a15480d255609476ecf269dee85203a6d3b8b475a83b3b71dc97a35eba3eeff532a102db908028064a297b71d0649a099f42e038c4512f0f182fdae2cd5c2a1d05032c80f3de9a4e825e89c9e7b2dae6a803d0fc95424fffdfb030b7a7ea106a5deb51e00eb3afbb1866568a081a882873a91c6012c772fba8cb1&projectId=59f56ae9-de30-42e9-aadd-a42a71255780") format("woff2");
}

@font-face {
    font-family: "Avenir LT W01_45 Book";
    src: url("//fast.fonts.net/dv2/14/9bcb625d-81de-48c2-ba0c-664558d197e3.woff2?d44f19a684109620e484157aae90e8188a15480d255609476ecf269dee85203a6d3b8b475a83b3b71dc97a35eba3eeff532a102db908028064a297b71d0649a099f42e038c4512f0f182fdae2cd5c2a1d05032c80f3de9a4e825e89c9e7b2dae6a803d0fc95424fffdfb030b7a7ea106a5deb51e00eb3afbb1866568a081a882873a91c6012c772fba8cb1&projectId=59f56ae9-de30-42e9-aadd-a42a71255780") format("woff2");
}

@font-face {
    font-family: "Avenir LT W01_85 Heavy";
    src: url("//fast.fonts.net/dv2/14/65cde95a-ac33-4c65-8198-e37857968d1a.woff2?d44f19a684109620e484157aae90e8188a15480d255609476ecf269dee85203a6d3b8b475a83b3b71dc97a35eba3eeff532a102db908028064a297b71d0649a099f42e038c4512f0f182fdae2cd5c2a1d05032c80f3de9a4e825e89c9e7b2dae6a803d0fc95424fffdfb030b7a7ea106a5deb51e00eb3afbb1866568a081a882873a91c6012c772fba8cb1&projectId=59f56ae9-de30-42e9-aadd-a42a71255780") format("woff2");
} */

body {
    line-height: 1.4;
    font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
}

#irwWrapper {
    font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
    text-align: left;
    color: #222;
    font-size: 16px;
    font-weight: 100;
    background-color: #ebebeb;
    letter-spacing: normal;
    word-wrap: break-word;
}

    #irwWrapper a {
        color: #25428d;
        text-decoration: none;
        line-height: inherit;
    }

        #irwWrapper a:hover,
        #irwWrapper a:focus {
            color: #000000;
            text-decoration: none;
        }

        #irwWrapper a:focus {
            outline: none;
        }
    /*
// Contextual colors
*/
    #irwWrapper .text-muted {
        color: #999999;
    }

    #irwWrapper .text-default {
        color: #333;
    }

    #irwWrapper .text-primary, .irwCopyright .text-primary {
        color: #214194;
    }

    #irwWrapper a.text-primary:hover {
        color: #415984;
    }

.irwCopyright a.text-primary:hover {
    color: #415984;
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover, #irwWrapper .timeline > li.treeround > span.tree-primary:focus {
    background-color: #214194;
}
/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary, .irwCopyright .bg-primary, .scrollbar-handle {
    color: #fff;
    background-color: #214194;
}

#irwWrapper a.bg-primary:hover {
    background-color: #415984;
}

#irwWrapper .btn-primary {
    color: #ffffff;
    border-color: #23408f;
    background-color: #23408f; 
}

    #irwWrapper .btn-primary:hover,
    #irwWrapper .btn-primary:focus,
    #irwWrapper .btn-primary:active,
    #irwWrapper .btn-primary.active,
    #irwWrapper .open .dropdown-toggle.btn-primary {
        background-color: #0c1f55;
        color: #fff;
        border-color: #0c1f55;
    }

#irwWrapper .panel-default > .panel-heading {
    color: #214194;
}

#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select {
    background-color: #214194;
    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 #214194;
    background-color: #214194;
    border-radius: 4px 4px 0 0;
}

    #irwWrapper .irwTabs ul {
        margin-left: -10px;
    }

        #irwWrapper .irwTabs ul li a {
            background-color: #214194;
            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: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
    font-size: 14px;
}

#irwWrapper .btn, #irwWrapper .form-control,
.irwcommodal .form-control, #irwWrapper .well,
#irwWrapper .input-group-addon,
#irwWrapper .irwTabs ul li.active a,
#irwWrapper .container .nav-tabs.irwCETabs > li.active a,
#irwWrapper .irwTabs, #irwWrapper #irwTabsEvent > li > a,
#irwWrapper #irwTabsEvent,
#irwWrapper .timeline > li.treeround > span.tree-primary,
#irwWrapper .irwEventBody {
    border-radius: 0;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}
/*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: 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: #214194;
}
/**/
#irwWrapper .irwNote {
    border-bottom-color: #214194;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #214194;
}



#content {
    background-color: #ffffff;
}

#irwWrapper .container {
    max-width: 77rem;
    padding: 0 1rem;
    margin: 0 auto;
}

#irwWrapper #corporateform .gray-bg {
    padding: 6rem 0;
    background-color: #ebebeb;
}

.gray-bg {
    background-color: #ebebeb;
    padding: 45px 0;
}

.featured-docs {
    background-color: #383838;
}

#irwWrapper #corporateform .dark-gray-bg {
    background-color: #383838;
    padding: 45px 15px;
}

    #irwWrapper #corporateform .dark-gray-bg h1 {
        text-align: center;
        color: #ffffff;
        margin-bottom: 1em;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: normal;
    }

    #irwWrapper #corporateform .dark-gray-bg .document-item a {
        color: #fff;
        font-size: 16px;
    }

    #irwWrapper #corporateform .dark-gray-bg .document-item {
        margin-bottom: 7px;
    }

    #irwWrapper #corporateform .dark-gray-bg .documents-cover {
        padding: 30px 0;
        float: left;
        width: 100%;
    }

#irwWrapper #corporateform .document-item .fa-download {
    padding-right: 20px;
}

#irwWrapper #corporateform .gray-bg h5 {
    padding-bottom: 10px;
    font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #222222;
    text-align: left;
    letter-spacing: 5px;
    font-weight: 700;
    max-width: 585px;
    margin-top: 0;
}
#irwWrapper h1, #irwWrapper h2, #irwWrapper h3, #irwWrapper h4, #irwWrapper h5, #irwWrapper h6, #irwWrapper .h1, #irwWrapper .h2, #irwWrapper .h3, #irwWrapper .h4, #irwWrapper .h5, #irwWrapper .h6{
    line-height:1.4;
}

#irwWrapper #corporateform .gray-bg .irwDescription p {
    font-size: 16px;
    color: #222222;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 100;
    max-width: 585px;
}

#irwWrapper #corporateform .gray-bg .irwDescription {
    display: block;
    float: left;
    width: 100%;
}

    #irwWrapper #corporateform .gray-bg .irwDescription .irIntro {
        margin-bottom: 30px;
    }

    #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox {
        float: left;
        width: 100%;
        display: block;
    }

        #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox .webCastInner {
            display: block;
            float: left;
            /*max-width: 565px;*/
            width: 100%;
        }

        #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox .webcastIcon {
            float: left;
            width: 70px;
            text-align: left;
            padding-right: 25px;
            padding-top: 5px;
        }

        #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox .webcastDetails {
            float: left;
            width: 70%;
            font-size: 16px;
            line-height: 22px;
        }

            #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox .webcastDetails p {
                margin: 0px;
            }

            #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox .webcastDetails a.webcastLink {
                font-size: 18px;
                font-family: "Avenir LT W01_85 Heavy","Source Sans Pro",sans-serif;
                font-weight:100;
            }

                #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox .webcastDetails a.webcastMore {
                  
                }

#irwWrapper #corporateform .financialDocsData .table > tbody > tr > td {
    border: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

    #irwWrapper #corporateform .financialDocsData .table > tbody > tr > td a {
        font-size: 18px;
    }
      
        #irwWrapper #corporateform .financialDocsData .irwDocCommonFormat {
            padding-right: 0;
        }

#irwWrapper #corporateform .fe-report {
    width: 40px;
}

#irwWrapper #corporateform .irwDocCommonFormat > a {
}

#irwWrapper #corporateform .irwMarketSnapshot {
    margin-bottom: 0;
}

#irwWrapper #corporateform #mk-summary #marketSummaryPanel {
    padding: 75px 0;
    font-size: 30px;
    letter-spacing: normal;
    text-align: center;
    background: linear-gradient( rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80) ), url('../images/irw/bg-2.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center bottom;
}

    #irwWrapper #corporateform #mk-summary #marketSummaryPanel h4 {
        padding: 0;
        padding-top: 10px;
        margin: 0;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0
    }

    #irwWrapper #corporateform #mk-summary #marketSummaryPanel h5 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0;
    }

#irwWrapper #corporateform #mk-summary #ticker-value {
    background-color: #214194;
    padding: 20px 0;
    color: #fff;
}

    #irwWrapper #corporateform #mk-summary #ticker-value h5 {
        color: white;
        padding: 0;
        margin: 0;
        letter-spacing: 0;
        font-size: 30px;
    }

    #irwWrapper #corporateform #mk-summary #ticker-value p {
        font-size: 20px;
        font-weight: 100;
        margin: 5px 0 0 0;
        font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
    }

#irwWrapper #corporateform .white-bg {
    padding: 45px;
    background-color: #fff;
    font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
}

    #irwWrapper #corporateform .white-bg .irwPressReleases {
        margin-bottom: 40px;
        width: 90%;
    }

    #irwWrapper #corporateform .white-bg h1 {
        padding-bottom: 50px;
        font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        color: #222222;
        text-align: left;
        letter-spacing: 1px;
        font-weight: normal;
        margin: 0;
    }

    #irwWrapper #corporateform .white-bg .irwPRDate {
        font-size: 15px;
        color: #222222;
    }

    #irwWrapper #corporateform .white-bg h4 {
        margin: 0;
        padding: 0
    }

        #irwWrapper #corporateform .white-bg h4 a {
            font-size: 24px;
            color: #25428d;
            line-height: 25px;
        }

    #irwWrapper #corporateform .white-bg p {
        font-size: 16px;
        color: #222;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 0;
        font-weight: 400;
    }

        #irwWrapper #corporateform .white-bg p a {
            font-size: 16px;
            color: #222;
            line-height: 25px;
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 400;
        }

    #irwWrapper #corporateform .white-bg a.btn.btn-success {
        font-size: 14px;
        text-transform: uppercase;
        color: #23408f;
        border: 2px solid #23408f;
        background-color: transparent;
        border-radius: 0;
        font-weight: 500;
        padding: 1em;
        letter-spacing: 2px;
        min-width: 185px;
        transition: 0.5s;
    }

        #irwWrapper #corporateform .white-bg a.btn.btn-success:hover {
            background-color: #23408f;
            color: #fff;
        }

#irwWrapper #corporateform .contact-info {
    background: url(../images/irw/contact-inofrmation.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 6rem 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-position: center bottom;
    word-wrap: normal;
}

    #irwWrapper #corporateform .contact-info h1 {
        padding-bottom: 50px;
        font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 5px;
        font-weight: 700;
        margin: 0;
    }

.right-off-canvas-menu ul.menu li {
    font-size: .8rem;
}

@media (min-width: 991px) {
    .show-hide-menu {
        display: none;
    }

    #ir-menu #cssmenu {
        margin: 30px 0
    }

        #ir-menu #cssmenu ul {
            list-style-type: none;
            -webkit-transition: all .3s ease;
            margin: 0;
            padding: 0;
        }

            #ir-menu #cssmenu ul li {
                display: inline;
                padding: 10px 15px;
                list-style-type: none;
                position: relative;
            }

                #ir-menu #cssmenu ul li a {
                    font-size: 16px;
                    color: #222222;
                    z-index: 9999;
                    display: inline-block;
                    font-weight: 100;
                }

                    #ir-menu #cssmenu ul li a.irMenuActive {
                        font-weight: bold;
                        color: #214194;
                    }

                #ir-menu #cssmenu ul li:hover a {
                    color: #214194;
                    font-weight: bold;
                }

                #ir-menu #cssmenu ul li:hover ul li a {
                    font-weight: normal;
                    width: 100% !important;
                    color: #222;
                }

                    #ir-menu #cssmenu ul li:hover ul li a:hover {
                        font-weight: bold;
                        color: #214194;
                    }

                #ir-menu #cssmenu ul li.active a {
                    font-weight: bold;
                    color: #214194;
                }

                #ir-menu #cssmenu ul li.active ul li a {
                    font-weight: normal;
                }

                #ir-menu #cssmenu ul li:hover ul li a.irMenuActive {
                    font-weight: bold;
                    color: #214194;
                }

            #ir-menu #cssmenu ul ul.dropdown-menu {
                position: absolute;
                display: none;
                background-color: #fafafa;
                width: 100%;
                position: absolute;
                text-align: left;
                left: 0;
            }

            #ir-menu #cssmenu ul li:hover ul.dropdown-menu {
                display: block;
                min-width: 250px;
                margin: 0;
                padding: 0;
                z-index: 999999;
            }

                #ir-menu #cssmenu ul li:hover ul.dropdown-menu li {
                    display: block;
                    padding-left: 25px;
                }
}

@media (max-width: 990px) {
    .show-hide-menu {
        margin: 15px 0;
        padding: 15px 25px;
        color: #222;
        background-color: #ebebeb;
        border: 1px solid #222;
        font-family: "Avenir LT W01_45 Book", "Source Sans Pro", "SourceSansPro-Regular", sans-serif;
        font-weight: 400;
        cursor: pointer;
        display: block;
        width: 100%;
        float: left;
    }

    #ir-menu {
        padding: 0;
        width: 100%;
        float: left;
    }

        #ir-menu #cssmenu {
            padding: 0;
            display: none;
            font-family: "Avenir LT W01_45 Book", "Source Sans Pro", "SourceSansPro-Regular", sans-serif;
            width: 100%;
            float: left;
        }

            #ir-menu #cssmenu ul {
                list-style-type: none;
                width: 100%;
                float: left;
            }

                #ir-menu #cssmenu ul ul {
                    display: none;
                }

                    #ir-menu #cssmenu ul ul.menuShow {
                        display: block;
                        position: relative;
                        margin: 0;
                        padding: 0;
                    }

                        #ir-menu #cssmenu ul ul.menuShow li a.irMenuActive,
                        #ir-menu #cssmenu ul li.leaf.active > a {
                            background: none;
                            text-decoration: none;
                            font-weight: bold;
                            color: #214194;
                        }

                #ir-menu #cssmenu ul li.leaf ul li a {
                    color: #222 !important;
                }

                    #ir-menu #cssmenu ul li.leaf ul li a.irMenuActive {
                        color: #214194 !important;
                    }

                #ir-menu #cssmenu ul li.leaf.mmenudiv a.irMenuActive {
                    color: #214194;
                    text-decoration: none;
                    font-weight: bold;
                    color: #214194;
                }

            #ir-menu #cssmenu > ul > li {
                text-transform: none;
                list-style-type: none;
                display: block;
            }

                #ir-menu #cssmenu > ul > li > a {
                    color: #202020;
                    font-size: 14px;
                    margin: 0px;
                    padding: 10px 0;
                    text-align: left;
                    font-weight: 500;
                }

                #ir-menu #cssmenu > ul > li.has-sub.leaf > a:hover,
                #cssmenu > ul > li > a:hover {
                    color: #202020;
                    font-size: 14px;
                }

            #ir-menu #cssmenu .dropdown-menu {
                display: none;
            }

            /* Sub menu */
            #ir-menu #cssmenu ul ul {
                display: none;
                padding: 10px 0;
            }

                #ir-menu #cssmenu ul ul li {
                    padding: 0;
                    border-top: none;
                    padding-left: 0px;
                    list-style-type: none;
                    width: 100%;
                    float: left;
                    list-style-image: none;
                    margin: 0
                }

                #ir-menu #cssmenu ul ul a {
                    display: block;
                    color: #222;
                    font-size: 14px;
                    text-align: left;
                    margin:;
                    padding: 0 10px;
                    font-family: "Avenir LT W01_45 Book", "Source Sans Pro", "SourceSansPro-Regular", sans-serif;
                }

                    #ir-menu #cssmenu ul ul a:before {
                        position: absolute;
                        left: 10px;
                        text-decoration: none;
                    }

                    #ir-menu #cssmenu ul ul a:hover, #cssmenu ul ul a:focus {
                        text-decoration: none;
                    }
}

.top-bar-search .search-display .search-icon-display #searchControlForm #irwsearch .custom-search-form .form-control {
    width: 160px;
}

.top-bar-search .search-display .search-icon-display #searchControlForm #irwsearch .custom-search-form .form-group-inline.has-feedback {
    display: none;
}

.top-bar-search .search-display .search-icon-display #searchControlForm #irwsearch .custom-search-form .input-group-btn a .fa {
    color: #989898;
}

.top-bar-search .irwToolKit {
    margin-bottom: 5px;
}

.top-bar-search .search-display {
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
    padding-right: 6px;
    position: relative;
}

.top-bar-search .search-icon {
    color: #202020;
    display: block;
    float: left;
    margin: 0;
    padding: 0px;
}

    .top-bar-search .search-icon .fa {
        color: #989898;
        padding-right: 8px;
    }

#ir-toolkit .ToolKit-icon .fa {
    color: #013e4d
}

.top-bar-search .search-icon-display, #ir-toolkit .ToolKit-icon-display {
    background-color: #fafafa;
    display: none;
    float: left;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 99999;
    right: 0px;
    color: #202020;
}

#ir-toolkit, .top-bar-search {
    float: right
}

    #ir-toolkit .row,
    .top-bar-search #irwsearch .row {
        margin: 0;
    }

    .top-bar-search a#searchControlButton {
        position: absolute;
        top: 15px;
        right: 20px;
    }

.intro-section {
    background-position: 80%;
    background: linear-gradient( rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/irw/bg-1.jpg') no-repeat fixed;
    background-size: cover;
    background-position: center bottom;
}

    .intro-section.inner-page {
        background: linear-gradient( rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/irw/bg-2.jpg') no-repeat fixed;
        background-size: cover;
        background-position: center bottom;
    }

        .intro-section.inner-page.landing_Page {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner2.jpg') no-repeat fixed;
            background-size: 100% 342px !important;
            background-position: center top !important;
        }

        .intro-section.inner-page.docsNew {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner5.jpg') no-repeat fixed;
            background-size: 100% 342px !important;
            background-position: center top !important;
        }

        .intro-section.inner-page.Fin-Info {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/bg-3.jpg') no-repeat fixed;
            background-size: cover !important;
            background-position: center bottom !important;
        }

        .intro-section.inner-page.NewsNew {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner3.jpg') no-repeat fixed;
            background-size: 100% 342px !important;
            background-position: center top !important;
        }

        .intro-section.inner-page.News-Event {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/news-event.jpg') no-repeat fixed;
            background-size: cover !important;
            background-position: center bottom !important;
        }

        .intro-section.inner-page.stockNew {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner.jpg') no-repeat fixed;
            background-size: 100% 342px !important;
            background-position: center top !important;
        }

        .intro-section.inner-page.stk-info {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/stk-info.jpg') no-repeat fixed;
            background-size: cover !important;
            background-position: center bottom !important;
        }

        .intro-section.inner-page.odNew {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner6.jpg') no-repeat fixed;
            background-size: 100% 342px !important;
            background-position: center top !important;
        }

        .intro-section.inner-page.corp-gov {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/corp-gov.jpg') no-repeat fixed;
            background-size: cover !important;
            background-position: center bottom !important;
        }

        .intro-section.inner-page.emailNotfnNew {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner4.jpg') no-repeat fixed;
            background-size: 100% 342px !important;
            background-position: center top !important;
        }

        .intro-section.inner-page.Resources {
            background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/resource.jpg') no-repeat fixed;
            background-size: cover !important;
            background-position: center bottom !important;
        }

#irwWrapper #docs .fa-file-pdf-o {
    margin-right: 3px;
}

#irwWrapper .pagination{
    padding-right:10px;
}
#irwWrapper .irwTableFooter {
    padding-left: 10px;
}
@media screen and (min-width: 1600px) {
    .intro-section {
        padding: 22em 0;
        background-image: url('../images/irw/bg-1.jpg');
        background: linear-gradient( rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/irw/bg-1.jpg') no-repeat fixed;
        background-position: 80%;
        background-size: cover;
        background-position: center bottom;
    }

        .intro-section.inner-page {
            padding: 10.9em 0;
            height: 342px;
            background-image: url('../images/irw/bg-2.jpg');
            background: linear-gradient( rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/irw/bg-2.jpg') no-repeat fixed;
            background-size: cover;
            background-position: center bottom;
        }

            .intro-section.inner-page.landing_Page {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/IR-Site-Banner2.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner2.jpg') no-repeat fixed;
                background-size: 100% 342px !important;
                background-position: center top !important;
            }

            .intro-section.inner-page.docsNew {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/IR-Site-Banner5.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner5.jpg') no-repeat fixed;
                background-size: 100% 342px !important;
                background-position: center top !important;
            }

            .intro-section.inner-page.Fin-Info {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/bg-3.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/bg-3.jpg') no-repeat fixed;
                background-size: cover !important;
                background-position: center bottom !important;
            }

            .intro-section.inner-page.NewsNew {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/IR-Site-Banner3.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner3.jpg') no-repeat fixed;
                background-size: 100% 342px !important;
                background-position: center top !important;
            }

            .intro-section.inner-page.News-Event {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/news-event.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/news-event.jpg') no-repeat fixed;
                background-size: cover !important;
                background-position: center bottom !important;
            }

            .intro-section.inner-page.stockNew {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/IR-Site-Banner.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner.jpg') no-repeat fixed;
                background-size: 100% 342px !important;
                background-position: center top !important;
            }

            .intro-section.inner-page.stk-info {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/stk-info.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/stk-info.jpg') no-repeat fixed;
                background-size: cover !important;
                background-position: center bottom !important;
            }

            .intro-section.inner-page.odNew {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/IR-Site-Banner6.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner6.jpg') no-repeat fixed;
                background-size: 100% 342px !important;
                background-position: center top !important;
            }

            .intro-section.inner-page.corp-gov {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/corp-gov.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/corp-gov.jpg') no-repeat fixed;
                background-size: cover !important;
                background-position: center bottom !important;
            }

            .intro-section.inner-page.emailNotfnNew {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/IR-Site-Banner4.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner4.jpg') no-repeat fixed;
                background-size: 100% 342px !important;
                background-position: center top !important;
            }

            .intro-section.inner-page.Resources {
                padding: 10em 0;
                height: 342px;
                background-image: url('../images/irw/resource.jpg');
                background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/resource.jpg') no-repeat fixed;
                background-size: cover !important;
                background-position: center bottom !important;
            }
}

#page-title {
    text-align: center;
    font-size: 5rem;
    font-family: "Avenir LT W01_85 Heavy","Source Sans Pro",sans-serif;
    color: #ffffff;
    /*line-height: 0;*/
    text-transform: none;
    margin-bottom: 0.5em;
    letter-spacing: 3px;
    text-align: center;
    /*font-size: 5rem;*/
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    font-weight: 800;
}

.intro-section.inner-page.landing_Page {
    padding: 10em 0;
    height: 342px;
    background-image: url('../images/irw/IR-Site-Banner2.jpg');
    background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner2.jpg') no-repeat fixed;
    background-size: 100% 342px !important;
}

@media only screen and (min-device-width: 926px) and (max-device-width: 1600px) {

    .intro-section.inner-page.docsNew {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner5.jpg') no-repeat fixed;
        background-size: 100% 342px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.Fin-Info {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/bg-3.jpg') no-repeat fixed;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    .intro-section.inner-page.NewsNew {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner3.jpg') no-repeat fixed;
        background-size: 100% 342px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.News-Event {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/news-event.jpg') no-repeat fixed;
        background-size: cover !important !important;
        background-position: center bottom !important !important;
    }

    .intro-section.inner-page.stockNew {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner.jpg') no-repeat fixed;
        background-size: 100% 342px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.stk-info {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/stk-info.jpg') no-repeat fixed;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    .intro-section.inner-page.odNew {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner6.jpg') no-repeat fixed;
        background-size: 100% 342px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.corp-gov {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/corp-gov.jpg') no-repeat fixed;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    .intro-section.inner-page.emailNotfnNew {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner4.jpg') no-repeat fixed;
        background-size: 100% 342px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.Resources {
        padding: 10em 0;
        height: 342px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/resource.jpg') no-repeat fixed;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    #page-title {
        text-align: center;
        font-family: "Avenir LT W01_85 Heavy","Source Sans Pro",sans-serif;
        color: #ffffff;
        /*line-height: 0;*/
        text-transform: none;
        margin-bottom: 0.5em;
        letter-spacing: 3px;
        text-align: center;
        font-size: 5rem;
        margin-bottom: 0.5em;
        font-weight: 100;
        padding: 0 0.5em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .intro-section.inner-page.landing_Page {
        padding: 10em 0;
        height: 342px;
        background-image: url('../images/irw/IR-Site-Banner2.jpg');
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner2.jpg') no-repeat fixed;
        background-size: 100% 342px !important;
        background-position: center top !important;
    }
}

@media (max-width: 767px) {
    .intro-section {
        padding-top: 6em;
    }

    #page-title {
        font-size: 40px;
        letter-spacing: 0;
    }

    #feature-images {
        height: auto
    }

    .intro-section h2 {
        font-size: 26px;
    }

    #irwWrapper #corporateform .gray-bg,
    #irwWrapper #corporateform .white-bg {
        padding: 45px 0;
    }

        #irwWrapper #corporateform .white-bg #docs h1 {
            margin-top: 45px;
        }

    .intro-section.inner-page.Fin-Info {
        height: 325px;
    }

    .intro-section.inner-page.docsNew {
        height: 325px;
        background-size: auto 325px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.NewsNew {
        height: 325px;
        background-size: auto 325px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.News-Event {
        height: 325px;
    }

    .intro-section.inner-page.stk-info {
        height: 325px;
    }

    .intro-section.inner-page.stockNew {
        height: 325px;
        background-size: auto 325px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.odNew {
        height: 325px;
        background-size: auto 325px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.corp-gov {
        height: 325px;
    }

    .intro-section.inner-page.Resources {
        height: 325px;
    }

    .intro-section.inner-page.emailNotfnNew {
        height: 325px;
        background-size: auto 325px !important;
        background-position: center top !important;
    }

    .intro-section.inner-page.landing_Page {
        padding: 10em 0;
        height: 325px;
        background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url('../images/irw/IR-Site-Banner2.jpg') no-repeat fixed;
        background-size: auto 325px !important;
        background-position: center top !important;
    }
    #irwWrapper #corporateform #mk-summary #marketSummaryPanel .irwNoPadding{padding:15px 0;}
    #irwWrapper #corporateform #mk-summary #ticker-value h5, #irwWrapper #corporateform #mk-summary #ticker-value p{text-align:center;}
    #irwWrapper #corporateform .gray-bg .irwDescription .webCastBox{margin-bottom:30px;}
}

#irwWrapper .irwFilters .rowtop {
    margin-bottom: 15px;
}

.irwFilterPanel1 {
    border-right: 3px solid;
    border-color: transparent;
}

#content {
    z-index: 1;
}

#irwWrapper #columnOrderButtonsInnerPanel {
    border: 0
}

#irwWrapper #btnMostRecentDateLast {
    border-width: 1px;
}

#irwWrapper .irwCRTabsPanel {
    border: none;
    border-top: 8px solid #214194;
    background-color: #214194;
    border-radius: 0;
}

#irwWrapper .irwDivTotal {
    border: 2px solid #214194;
    border-left: none;
    border-right: none;
    background-color: #e1e1e1;
}

#irwWrapper .bg-primary, .irwCopyright .bg-primary, .irwcommodal .bg-primary, #irwFinlHighlights #SourcePopupDive .cellbggray {
    color: #fff;
    background-color: #214194;
}

#irwWrapperPR .container {
    max-width: 77rem;
    padding: 0 1rem;
    margin: 0 auto;
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
    background-color: #214194;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-default {
    color: #214194 !important;
    text-shadow: none;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #214194;
    color: #FFF !important;
    text-shadow: 0px 1px 1.98px rgba(0, 0, 0, 0.35);
}

#header-bar {
    z-index: 10000;
}

#irwWrapper.investors .stock-prices .irwChartRangeZoom .btn-group .btn-primary {
    border: 1px solid #23408f !important;
    color: #ffffff;
    background: #23408f;
}
#irwWrapper .table-irwBorder > tbody > tr:hover, #irwWrapper .table-irwBorder tr:hover + tr.irwAbstract {
    border-left-color: #23408f;
}
#ui-datepicker-div.ui-datepicker.ui-widget {
    z-index: 9999 !important;
}

#irwCustomPage .irwCustomPage .irwAcrobat {
    display: block;
}

.intro-section p {
    font-size: 1.750em;
    font-family: "Avenir LT W01_45 Book", "Source Sans Pro", "SourceSansPro-Regular", sans-serif;
    padding: 1em;
    margin: 0 auto;
    display: table;
}
#irwWrapper .btn {
    text-transform: uppercase;
}
@media (max-width: 991px){
    #irwWrapper #corporateform .contact-info span.defaultbold {
        margin-top: 25px;
        display: inline-block;
    }

    #irwWrapper #corporateform .contact-info .col-md-4:nth-child(4) br:last-child {
        display: none;
    }

    #irwWrapper #corporateform .contact-info h1 {
        padding-bottom: 0;
    }
}
@media (max-width: 925px) {
    .intro-section p {
        font-size: 1.0em;
    }
    #irwWrapper #corporateform .gray-bg, #irwWrapper #corporateform .contact-info {
        padding: 3rem 0;
    }
}

@media (max-width: 767px) {
    #irwWrapper .notifications #RegisterForm .emailNewNotfication {
        margin-bottom: 35px;
    }
}

@media (max-width: 413px) {
    #PresentationDocsform .irwPresentationDocs .irwDocCommonDate {
        width: 28% !important;
    }

    #PresentationDocsform .irwPresentationDocs .irwDocCommonLink {
        width: 58% !important;
    }

    #PresentationDocsform .irwPresentationDocs .irwDocCommonFormat {
        width: 14% !important;
    }
}

/*  END IRW THEME */

@media (max-width: 767px) {
    #feature-images > .intro-section {
        background-size: auto 325px !important;
    }

    #page-title {
        font-size: 40px !important;
    }
}

#irwWrapper .slick-arrow {
    margin-top: 0;
    top: -10px;
}

#irwWrapper .slick-arrow::before {
    display:  none;
}

#irwWrapper .slick-prev {
    right: 50px;
    left: unset
}

#irwWrapper .slick-next {
    right: 25px;
    left: unset;
}

#irwWrapper ul.pagination>li.footable-page {
    display: none;
}

#irwWrapper ul.pagination>li.footable-page.visible {
    display: inline;
}

.module_prDetails #irwWrapper img[width="12"] {
    display: none;
}

.irw_Email .has-error {
    padding-bottom: 15px;
}

.irw_Email.module-unsubscribe {
    display: flex;
}

#irwWrapper .module-search-results .fa-search {
    right: 14px;
}

#irwWrapper .irwODBoxTrigger {
    cursor: default;
}

#irwWrapper .irwTableFooter .label {
    font-family: "Avenir LT W01_45 Book","Source Sans Pro","SourceSansPro-Regular",sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #222;
    background: transparent;
    padding: 0;
}

#irwWrapper #corporateform .pagination>li>a {
    border-radius: 0;
}

#irwWrapper .pagination > * {
    margin: 0;
}

#irwWrapper .pagination > li > .footable-page-link {
    margin: 0 2px;
}

.irwCopyright {
    color: #fff;
    background: #222;
}

.irwInsiderFilingsBody .footable-details td > p {
    word-break: break-word;
}

#irwWrapper #corporateform .gray-bg .webCastBox .webcastIcon {
    float: left;
    width: 70px;
    text-align: left;
    padding-right: 25px;
    padding-top: 5px;
}

#irwWrapper #corporateform .gray-bg .webCastBox .webcastDetails {
    float: left;
    width: 70%;
    font-size: 16px;
    line-height: 22px;
}

#irwWrapper #corporateform .gray-bg .webCastBox .webcastDetails a.webcastLink {
    font-size: 18px;
    font-family: "Avenir LT W01_85 Heavy","Source Sans Pro",sans-serif;
    font-weight: 100;
}

#irwWrapper .irwEventDetails,
#irwWrapper .irwEventDetails .irwDetail,
#irwWrapper .irwEventDetails .irwDetailTitle  {
    word-break: break-word;
}

.container.sec-filings--insiders .irwFilingAbstract {
    color: #333;
}

#page-title {
    float: left;
    width: 100%;
}

#feature-images > .row::after {
    clear: none;
}

.analystCoverageTable th.footable-sortable>span.fooicon {
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
}

/* https://app.asana.com/0/1198304929135125/1199916697752108/f */
ul.corp-header_links {
    font-size: 1.2rem;
}
/* Mark's previous solution  */
/* h1#page-title.investor-relations {
    text-align: left;
    margin-left: 1em;
}

@media (max-width: 991px) {
  h1#page-title.investor-relations {
    text-align: center;
    margin-left: 0;
  }
} */

#page-title {
    text-align: left;
    float: none;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
}

@media (max-width:1400px) {
    #page-title {
       padding-left: 30px;
	    }
}

@media (max-width:1199px) {
    #page-title {
       padding-left: 15px;
        max-width: 960px;
	    }
}

@media (max-width:991px) {
    #page-title {
        max-width: 720px;
        font-size: 4rem
	    }
}

@media (max-width:725px) {
    #page-title {
        padding-left: 30px;
	    }
}


/* https://app.asana.com/0/1198304929135125/1199916697752108/f */
