@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
}

/*  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 **/

/*!
 * Client Name  : SNL IR Solutions
 * KeyInst      : 4092187
*/
/***********************TYPOGRAPHY***********************/
#irwWrapper, #irwWrapperPR {
    font-family: "AvenirLT-Medium";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
}

.cppage {
    margin-bottom: 0;
}

#irwWrapper a, #irwWrapperPR a {
    color: #2b7e93;
    text-decoration: underline;
    font-family: "AvenirLT-Medium";
}

    #irwWrapper a:hover, #irwWrapper a:focus, #irwWrapperPR a:hover, #irwWrapperPR a:focus {
        color: #df4841;
        text-decoration: none;
    }

    #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: #2b7e93;
}

#irwWrapper a.text-primary:hover, #irwWrapperPR a.text-primary:hover {
    color: #df4841;
}

.irwCopyright a.text-primary:hover {
    color: #df4841;
}
/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary, .irwCopyright .bg-primary, .scrollbar-handle, #irwWrapperPR .bg-primary {
    color: #fff;
    background-color: #df4841;
}

#irwWrapper a.bg-primary:hover, #irwWrapperPR a.bg-primary:hover {
    background-color: #df4841;
}

#irwWrapper .btn-primary, #irwWrapperPR .btn-primary, #searchControlButton {
    color: #ffffff;
    background-color: #d9272d;
    border: 1px solid #df4841;
    text-decoration: none;
}

    #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, #searchControlButton:hover {
        border: 1px solid #df4841;
        background-color: transparent;
        color: #df4841;
    }

#irwWrapper .panel-default > .panel-heading {
    color: #df4841;
}

#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select {
    background-color: #df4841;
    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 #df4841;
    background-color: #df4841;
    border-radius: 4px 4px 0 0;
}

    #irwWrapper .irwTabs ul {
        margin-left: -10px;
    }

        #irwWrapper .irwTabs ul li a {
            background-color: #df4841;
            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: #df4841;
}

#irwWrapper .irwTableRowItem h6, #irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: "AvenirLT-Medium", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#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: #df4841;
}
/**/
#irwWrapper .irwNote {
    border-bottom-color: #df4841;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #df4841;
}

.irwCopyright {
    text-align: center;
    padding-bottom: 50px;
}

#irwWrapper .corporate #marketSummaryPanel {
    background: #ffffff;
    margin-top: 55px;
    padding: 35px 30px 0px 30px;
    border-radius: 5px;
}

    #irwWrapper .corporate #marketSummaryPanel > .col-xs-12.col-sm-6 {
        margin-bottom: 20px;
    }

    #irwWrapper .corporate #marketSummaryPanel h4 {
        padding: 0;
        margin: 0;
        margin-bottom: 35px;
        color: #d8272d;
        text-align: center;
        font-size: 24px;
    }

    #irwWrapper .corporate #marketSummaryPanel .irwBoxBodyItem {
        box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
        background-color: #095088;
        /*border: 1px solid #ccc;*/
        padding: 15px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        transition: all 0.3s ease 0s;
    }

        #irwWrapper .corporate #marketSummaryPanel .irwBoxBodyItem:hover {
            transform: scale(1.05);
        }

    #irwWrapper .corporate #marketSummaryPanel .col-xs-12.col-sm-6 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    #irwWrapper .corporate #marketSummaryPanel .irwBoxBodyItemLabel {
        margin-bottom: 10px;
        font-weight: bold
    }

    #irwWrapper .corporate #marketSummaryPanel .irwBoxBodyItemNote p {
        font-size: 11px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        color: #333;
    }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #irwWrapper .corporate #marketSummaryPanel .irwBoxBodyItem {
        padding: 10px;
        font-size: 12px;
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    #irwWrapper .corporate #marketSummaryPanel {
        padding-left: 20px;
        padding-right: 20px;
    }

    #irwWrapper .text-muted.irwDocCommonDate.irwGovDocDate.col-xs-3.col-sm-2.col-md-2.col-lg-2, #irwWrapper .text-muted.irwDocCommonDate.col-xs-3.col-sm-2.col-md-2.col-lg-2 {
        width: 30%;
    }

    #irwWrapper .text-primary.irwDocCommonLink.irwGovDocLink.col-xs-7.col-sm-9.col-md-9.col-lg-9, #irwWrapper .text-primary.irwDocCommonLink.col-xs-7.col-sm-9.col-md-9.col-lg-9 {
        width: 53.333333333333336%;
    }
}

#irwWrapper .corporate #news {
    font-size: 14px;
    margin-bottom: 80px;
    background: #fff;
}
    /*#irwWrapper .corporate #news .jumbotron {
        background: #da272d !important;
    }*/
    #irwWrapper .corporate #news .jumbotron h1 {
        text-align: center;
        font-size: 36px;
        color: white;
        font-family: "nexa";
    }

#irwWrapper #companyHome .jumbotron {
    padding-bottom: 50px;
}

#irwWrapper .corporate #news h1 {
    color: white;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#irwWrapper .corporate #news .als-wrapper {
    background-color: #fff;
    padding: 0px 30px;
    -webkit-box-shadow: 10px 28px 78px -9px rgba(128,128,128,1);
    -moz-box-shadow: 10px 28px 78px -9px rgba(128,128,128,1);
    box-shadow: 10px 28px 78px -9px rgba(128,128,128,1);
}

    #irwWrapper .corporate #news .als-wrapper li {
        padding: 30px 10px;
    }

        #irwWrapper .corporate #news .als-wrapper li h4 {
            margin: 0;
            padding: 0;
            margin-bottom: 30px;
            font-weight: 300;
        }

            #irwWrapper .corporate #news .als-wrapper li h4 a {
                font-size: 24px;
                color: #d8282a;
                font-family: "nexa";
                text-decoration: none;
            }

#irwWrapper .irwPressReleases .defualt-bg a {
    text-decoration: none;
}

#irwWrapper .corporate #news .als-wrapper li .irwPRDate {
    font-size: 18px;
    font-weight: 300;
    font-family: "AvenirLT-Medium";
    margin-bottom: 25px;
}

#irwWrapper .corporate #news .als-wrapper li p {
    font-size: 16px;
    font-family: "nexa";
}

#irwWrapper .corporate #news .defualt-bg {
    background-color: #58595b;
}

    #irwWrapper .corporate #news .defualt-bg p {
        margin: 0;
        padding: 25px 0;
        float: left;
    }

        #irwWrapper .corporate #news .defualt-bg p a {
            color: white;
        }

#irwWrapper .corporate #earnings-pres {
    max-width: 1100px;
    margin: 0 auto 115px auto;
}

    #irwWrapper .corporate #earnings-pres .col-xs-12.col-sm-6 {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    /*#irwWrapper .corporate #earnings-pres .col-xs-12.col-sm-6:first-child { border-right: 1px solid #c2c2c2; }*/
    #irwWrapper .corporate #earnings-pres h2 {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        margin: 0;
        padding: 0;
        font-family: "nexa";
        margin-bottom: 30px;
    }

    #irwWrapper .corporate #earnings-pres ul {
        margin: 0;
        padding: 0;
    }

    #irwWrapper .corporate #earnings-pres > .container > .col-xs-12 {
        border-right: 1px solid #c2c2c2;
        /*padding: 0 50px;*/
    }

    /*#irwWrapper .corporate #earnings-pres > .container > .col-xs-12 + .col-xs-12 {
        padding: 0 50px;
    }*/

    #irwWrapper .corporate #earnings-pres ul li {
        margin: 0;
        padding: 0;
        display: block;
    }

        #irwWrapper .corporate #earnings-pres ul li a {
            font-size: 20px;
            color: #2b7e93;
            font-family: "nexa";
            line-height: 40px;
        }

#irwWrapper .corporate #docs {
    background-color: #fafafa;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

    #irwWrapper .corporate #docs h3 {
        font-size: 36px;
        color: #333;
        font-weight: 500;
        text-align: center;
        margin-bottom: 35px;
    }

    #irwWrapper .corporate #docs ul li {
    }

        #irwWrapper .corporate #docs ul li p {
            margin-bottom: 30px;
            text-align: center;
            box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
            background-color: white;
            border: 1px solid #ccc;
            transition: all 0.3s ease 0s;
            padding-top: 30px;
            padding-bottom: 30px;
            font-size: 22px;
            display: block
        }

            #irwWrapper .corporate #docs ul li p:hover {
                transform: scale(1.05);
            }

            #irwWrapper .corporate #docs ul li p span {
                display: block
            }

    #irwWrapper .corporate #docs .icondiv {
        width: 120px;
        height: 120px;
        display: table;
        box-shadow: 1px 1px 16px rgba(0, 0, 0, .15);
        background-color: white;
        border: 2px solid #ccc;
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        border-radius: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 30px;
    }

#ui-datepicker-div.ui-datepicker {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#ui-datepicker-div .ui-datepicker-header {
    background: #666;
    border: 0;
    padding: 0.2em 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
    border: 0;
    top: 2px;
}

#ui-datepicker-div .ui-datepicker-title {
    border: 0;
    margin-top: 0;
    border-radius: 0px;
}

.ui-datepicker .ui-datepicker-title select {
    background: #666;
    color: #ccc;
    border: 0;
}

#ui-datepicker-div .ui-state-default {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    font-family: "AvenirLT-Medium", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.ui-datepicker table, .ui-datepicker.ui-widget select {
    font-family: "AvenirLT-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

    .ui-datepicker table, .ui-datepicker.ui-widget select:hover {
        color
    }

.ui-datepicker thead {
    background: #666;
    border-top: 0px;
    border-bottom: 0px;
}

.ui-datepicker th {
    padding: 0.3em 0.3em !important;
    color: #ccc;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-hover {
    background: #df4841;
    color: #fff !important;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#ui-datepicker-div .ui-state-active {
    background: #d9272d;
    border-radius: 50%;
    color: #fff !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-shadow: 0 0px 0 rgba(83,83,83,0);
    color: #999;
}

#ui-datepicker-div td.ui-state-disabled span {
    color: #999;
}
/*#ui-datepicker-div .ui-datepicker-next.ui-state-hover { top: 2px; right: 2px;  }*/
#irwWrapper .calculators .well, #irwWrapper .InsiderOwnership .well, #irwWrapper .creditratings .well {
    overflow: visible;
}

#irwWrapper .alert {
    width: 100%;
    float: left;
}
/*Start Quarterly Results*/
#yearselection {
    display: none !important;
}

#irwWrapper .irwDocCommonDate {
    font-family: "AvenirLT-Medium";
}

#irwWrapper #QuarterlyResultsform .row.margin-spacer-top {
    margin-top: 15px;
    min-height: 458px;
}

#QuarterlyResultsform > .row > .col-xs-12 > .pull-right.irwqrtoggle {
    display: none !important;
}

#irwWrapper #QuarterlyResultsform .slide-title > h2 {
    display: block;
    line-height: 23px;
    padding-bottom: 30px;
    vertical-align: top;
}

#irwWrapper #QuarterlyResultsform .newirwexpanderbtn #toggle-btn.irwqrtoggle {
    padding: 2px 0;
}

#irwWrapper .QuarterlyResults .slide-title h2 {
    margin: 0;
}

#QuarterlyResultsform > .row > .col-xs-12 > .pull-right.irwqrtoggle {
    display: none !important;
}

#irwWrapper .QuarterlyResults .yearTab {
    padding: 8px;
    margin: 0 5px 0 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-family: "AvenirLT-Medium";
    font-weight: normal;
}

#irwWrapper .QuarterlyResults .archieve span.active {
    background: #f5f5f5;
    color: #666;
}

#irwWrapper .QuarterlyResults .archieve {
    text-align: left;
    margin-bottom: 30px;
}

#irwWrapper .QuarterlyResults .technology {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #4b80bb;
}

    #irwWrapper .QuarterlyResults .technology a.qheading:hover {
        text-decoration: none;
    }

    #irwWrapper .QuarterlyResults .technology .irwQRTitle span {
        font-size: 12px;
        margin-right: 5px;
    }

    #irwWrapper .QuarterlyResults .technology.opened .irwQRTitle span:before {
        content: "?";
    }

#irwWrapper .QuarterlyResults .irwQRTitle {
    font-weight: normal;
    font-family: "AvenirLT-Medium";
}

#irwWrapper .QuarterlyResults .thelanguage {
    margin-bottom: 15px;
    background: transparent;
    padding: 10px;
    display: none;
}

#irwWrapper .QuarterlyResults.container.irwCustomToggleFunction #QuarterlyResultsform .panel-group.QuarterlyResultsPanel .panel.panel-default {
    display: none;
}

#irwWrapper .QuarterlyResults.container.irwCustomToggleFunction #QuarterlyResultsform .thelanguage .panel-body {
    border: medium none;
    padding-left: 5px;
}

    #irwWrapper .QuarterlyResults.container.irwCustomToggleFunction #QuarterlyResultsform .thelanguage .panel-body ul li.irwHasGA {
        padding: 5px 5px 5px 0px;
    }

#irwWrapper .QuarterlyResults .technology a.qheading:focus {
    text-decoration: none;
}

#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-heading:hover {
    background-color: transparent;
    border-bottom-color: #4b80bb;
}

#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-heading a {
    background-color: rgba(255, 255, 255, 0.0);
    color: #fff;
}

    #irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-heading a:hover {
        text-decoration: none;
    }

#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-heading + .panel-collapse .panel-body {
    border-color: #4b80bb;
}
/*#irwWrapper .QuarterlyResultsPanel .panel-heading a.collapsed {
        background-color: rgba(255, 255, 255, 0.8);
    }*/
#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-heading {
    background-color: transparent;
    border-bottom-color: #4b80bb;
}

#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-default ul li:hover {
    background-color: rgba(0, 0, 0, 0);
}

#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-body { /*background-color: rgba(2, 48, 89, 0.4);*/
    color: #fff;
}

#irwWrapper .QuarterlyResults.container .QuarterlyResultsPanel .panel-heading .fa {
    color: #fff;
}
/*End Quarterly Results*/
/*Faq Page css start*/
#irwWrapper .faqs .irwFaqSections .QuarterlyResultsPanel a {
    color: #2b7e93;
}

#irwWrapper .faqs .irwFaqSections .QuarterlyResultsPanel .panel-heading .fa {
    color: #666;
}

#irwWrapper .faqs .irwFaqSections .QuarterlyResultsPanel .panel-body {
    color: #333;
}
/*Faq Page css end*/

#header-main #search .ng-isolate-scope {
    width: 60%;
}

@media (max-width:767px) {
    #irwWrapper > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .irwCopyright {
        text-align: center;
        padding-bottom: 0;
    }

    #irwWrapper .corporate #earnings-pres .col-xs-12.col-sm-6:first-child {
        border-right: 0;
    }

    #irwWrapper .corporate #earnings-pres, #irwWrapper .corporate #news {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #irwWrapper .irwCustomPage .irwBoxWrapperSecondary table.ui-iggrid-table .visible-xs {
        display: inline-block !important;
    }

    #irwWrapper .corporate #news {
        margin-top: 0px;
    }
}

@media (max-width:480px) {
    #irwWrapper .corporate #marketSummaryPanel .col-xs-12.col-sm-6 {
        width: 100%;
    }
}

@media (max-width:1024px) {
    #irwWrapper .corporate #news .slick-dots {
        width: 80%;
        text-align: right;
        left: auto;
        right: 5%;
    }
}

@media (max-width:992px) {
    #irwWrapper .corporate #earnings-pres ul li a {
        font-size: 18px;
    }

    #irwWrapper .corporate #earnings-pres h2 {
        font-size: 26px;
    }

    #irwWrapper .corporate #news {
        /*margin-top: 30px;*/
        margin-bottom: 30px;
    }

    #irwWrapper .corporate #earnings-pres {
        margin-bottom: 30px;
    }

        #irwWrapper .corporate #earnings-pres .col-xs-12.col-sm-6 {
            padding-top: 10px;
            padding-bottom: 0;
        }

    #irwWrapper .corporate #docs {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .irwCopyright {
        text-align: center;
        padding-bottom: 30px;
    }
}

@media (max-width:768px) {
    #page-content {
        margin: 0;
    }
}

@media (max-width:601px) {
    #irwWrapper .corporate #news .als-wrapper {
        background-color: #fff;
        padding: 0px 10px;
    }

    #irwWrapper .corporate #news .slick-dots {
        bottom: -25px;
    }

    #irwWrapper .corporate #news .als-wrapper li h4 a {
        font-size: 22px;
    }
    /*#irwWrapper .corporate #earnings-pres h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }*/

}

#subnavigation .container {
    padding: 0
}

.fix-irwAsreportyear, .fix-irwAsreportTab {
    position: relative;
    z-index: 1030;
}

#irwWrapper .irwCRTabsPanel {
    border: none;
    border-top: 8px solid #df4841;
    background-color: #df4841;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .table-irwBorder > tbody > tr:hover, #irwWrapper .table-irwBorder tr:hover + tr.irwAbstract {
    border-left: 3px solid #df4841;
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover, #irwWrapper .timeline > li.treeround > span.tree-primary:focus {
    background-color: #df4841;
}

#irwWrapper .irwDivTotal {
    border: 2px solid #df4841;
    border-left: none;
    border-right: none;
    background-color: #E1E1E1;
}

#govdocsform .irwgovdocs .irwDocCommonDate.irwGovDocDate {
    display: none
}

#earnings-pres li span {
    padding-left: 18px;
    font-family: "AvenirLT-Medium";
}

#irwWrapper #historicPriceLookUpPanel h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: "nexa bold", Arial, Helvetica, sans-serif;
}

#irwWrapper #historicPriceLookUpPanel .showHistoric span {
    font-size: 13px;
    font-weight: 700;
}
/*#irwWrapper .corporate #companyHome .jumbotron ul {margin: 0px 0 20px; width: 100%;   line-height: 1.5; color: #fff;}*/
/*#irwWrapper .corporate #companyHome .jumbotron ul li { list-style:disc;   font-family: 'nexa bold',Arial,sans-serif; font-weight:500; font-size: 2rem;
    padding-left:5px; margin-left:20px; width:100%; float:left; margin-bottom:10px;}*/
#irwWrapper #irwCustomPage ul.custom-pg-ul {
    margin-bottom: 25px;
}
/*#irwWrapper #irwCustomPage ul.custom-pg-ul li { list-style: disc; margin-left: 20px; padding-left: 5px;   margin-bottom: 5px;}*/

#irwWrapper #irwCustomPage .green-initiative, #irwWrapper #irwCustomPage .green-initiative h5 {
    width: 100%;
    float: left;
}

    #irwWrapper #irwCustomPage .green-initiative h5 span.green-text {
        width: auto;
        float: left;
        padding-top: 15px;
        margin-right: 10px;
    }

    #irwWrapper #irwCustomPage .green-initiative h5 span.green-img {
        width: 50px;
        float: left;
    }

        #irwWrapper #irwCustomPage .green-initiative h5 span.green-img img {
            width: 100%;
        }

    #irwWrapper #irwCustomPage .green-initiative ul.custom-green-list {
        margin-bottom: 20px;
    }

        #irwWrapper #irwCustomPage .green-initiative ul.custom-green-list li {
            list-style: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 15px;
        }

            #irwWrapper #irwCustomPage .green-initiative ul.custom-green-list li:before {
                content: url('../images/irw/paperless-icon-bullet.png');
                float: left;
                margin-right: 10px;
                margin-top: -2px;
                line-height: 1;
            }

@media all and (min-width:992px) and (max-width:1199px) {
    #subnavigation .nav li {
        font-size: 1.4rem;
    }

    #subnavigation .nav > li > a {
        padding: 10px 10px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #subnavigation .nav li {
        font-size: 1.2rem;
    }

    #subnavigation .nav > li > a {
        padding: 10px 5px;
    }
}

.header-new {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    #irwWrapper .corporate #earnings-pres > .container > .col-xs-12:first-of-type, #irwWrapper .corporate #earnings-pres > .container > .col-xs-12 + .col-xs-12 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    #yearselection {
        display: block !important;
        margin-bottom: 10px;
    }

    #irwWrapper .QuarterlyResults #QuarterlyResultsform .yearTab.active {
        background: #EFEFEF none repeat scroll 0 0;
        color: #666666;
    }

    #irwWrapper .QuarterlyResults #QuarterlyResultsform .yearTab {
        width: 100%;
        display: block;
        background-color: #000;
        color: #fff;
        margin-bottom: 5px;
    }

    #irwWrapper #QuarterlyResultsform .row.margin-spacer-top {
        margin-top: 15px;
        min-height: inherit;
    }

    #main-wrap .nmf-toolkit {
        position: relative;
    }
}

#subnavigation .submenu-desktop .nav li > ul > li a {
    color: #2b7e93;
}

a.default span {
    color: #2b7e93 !important;
}

span.irwAcrobat a a.text-primary.irwAcrobatlnk {
    color: #2b7e93;
}

#irwWrapper .corporate #earnings-pres .latest-presentation ul li a {
    text-decoration: none;
}

    #irwWrapper .corporate #earnings-pres .latest-presentation ul li a span.latest-presentation-title {
        text-decoration: underline;
    }

    #irwWrapper .corporate #earnings-pres .latest-presentation ul li a:hover span.latest-presentation-title {
        text-decoration: none;
    }

#irwWrapper .irwPressReleases h1.press-release-title {
    background: #da272d;
    margin-bottom: 0 !important;
    padding: 29px 0 !important;
}

.FinancialDocsHeaderBg {
    background-color: #e5e5e5 !important;
}

.wrapper.page_1073753755 #irwWrapper #irwCustomPage .irwCustomPage, .wrapper.page_1073753755 #irwWrapper #irwCustomPage .irwCustomPage p {
    font-family: "nexa";
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

    .wrapper.page_1073753755 #irwWrapper #irwCustomPage .irwCustomPage p, .wrapper.page_1073753755 #irwWrapper #irwCustomPage .irwCustomPage ul {
        padding-bottom: 25px;
    }

.wrapper.page_175 #newsForm .irwCommonTabs a[rel="merger release"], .wrapper.page_175 #irwWrapper .press-releases #newsForm .form-group select option[value="merger release"] {
    display: none !important;
}

.wrapper.page_245 #irwWrapper .creditratings table .irwCreditRatingCollapsed {
    cursor: default;
}

@media screen and (min-width: 992px) {
    #earnings-pres .dataBox {
        position: relative;
        min-height: 330px;
    }

        #earnings-pres .dataBox p .docsbtn {
            display: block;
            width: 100%;
            position: absolute;
            bottom: 25px;
        }
}

@media screen and (max-width: 767px) {
    .IRNavParentItem + ul {
        display: none;
    }

    .dropdown-menu.showHide {
        display: block;
    }

    #subnavigation .dropdown-menu {
        width: 100%;
    }

    .IRNavParentItem .fa.small.teal {
        float: right;
    }

        .IRNavParentItem .fa.small.teal.rotateUpward {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
}

#InstitutionalOwnershipForm #irwInstOwnershipModal {
    display: none
}

/*------------------------------------------------------------------------*/
@media (max-width:767px) {
    #nav-level1 {
        margin-top: 52px;
    }
}

@media (max-width:400px) {
    #irwWrapper #irwOD .irwODBody .irwViewBioDetailText {
        float: left;
    }
}

#irwWrapper #stockInfo #irwsecurity {
    display: none;
}
/*------------------------------------------------------------------------*/

#companyHome .jumbotron .irwWebCastBox {
    padding-top: 50px;
}

    #companyHome .jumbotron .irwWebCastBox h1 {
        margin: 0 0 30px;
    }

    #companyHome .jumbotron .irwWebCastBox .webcastIcon {
        text-align: center;
    }

@media (max-width:767px) {
    #companyHome .jumbotron .irwWebCastBox .webcastIcon {
        text-align: left;
        margin: 0 0 20px;
    }
}

#companyHome .irwWebCastBox {
    margin: 0 15px 35px 15px;
}

    #companyHome .irwWebCastBox .webcastIcon .fa {
        display: inline-block;
        border: 2px solid #15345f;
        height: 100px;
        width: 100px;
        font-size: 60px;
        text-align: center;
        line-height: 100px;
        border-radius: 100%;
        color: #15345f
    }

    #companyHome .irwWebCastBox h3 {
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: bold;
    }

        #companyHome .irwWebCastBox h3 a {
            text-decoration: none;
            color: #15345f;
        }

    #companyHome .irwWebCastBox .webcastDetail p a {
        font-size: 18px;
        display: block;
        clear: both;
        line-height: normal;
        margin-bottom: 5px;
        color: #15345f;
    }

    #companyHome .irwWebCastBox h1 {
        font-size: 36px;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin: 30px 0;
        font-family: "nexa";
        padding: 0;
        background: #da272d;
        /* margin-bottom: 0 !important; */
        padding: 29px 0 !important;
        color: white;
    }

.webcastDetail > h3 + p {
    line-height: 2;
}

#irwWrapper .corporate #earnings-pres > .container > .col-xs-12:last-of-type {
    border-right: none;
}

@media (max-width:1200px) {
    #irwWrapper .corporate #docs ul li p .docslink {
        font-size: 18px;
    }
}
#irwWrapper #irwCommitteeCharting .faBox {
    text-align: left;
    display: inline-block;
}
#irwWrapper .corporate #news .slick-dots li button:before {
        font-size: 15px;
}
#irwWrapper .corporate #news .slick-dots li button:before {
    font-size: 15px;
}
@font-face {
    font-family: 'nexa light';
    src: url('../fonts/irw/nexalight-webfont.eot');
    src: url('../fonts/irw/nexalight-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexalight-webfont.woff') format("woff"),url('../fonts/irw/nexalight-webfont.ttf') format("truetype"),url('../fonts/irw/nexalight-webfont.svg#nexalight') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa light italic';
    src: url('../fonts/irw/nexalightitalic-webfont.eot');
    src: url('../fonts/irw/nexalightitalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexalightitalic-webfont.woff') format("woff"),url('../fonts/irw/nexalightitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexalightitalic-webfont.svg#nexalight_italic') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: nexa;
    src: url('../fonts/irw/nexalight-webfont.eot');
    src: url('../fonts/irw/nexalight-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexalight-webfont.woff') format("woff"),url('../fonts/irw/nexalight-webfont.ttf') format("truetype"),url('../fonts/irw/nexalight-webfont.svg#nexalight') format("svg");
    font-weight: light;
    font-style: normal
}

@font-face {
    font-family: nexa;
    src: url('../fonts/irw/nexalightitalic-webfont.eot');
    src: url('../fonts/irw/nexalightitalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexalightitalic-webfont.woff') format("woff"),url('../fonts/irw/nexalightitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexalightitalic-webfont.svg#nexalight_italic') format("svg");
    font-weight: light;
    font-style: italic
}

@font-face {
    font-family: 'nexa book';
    src: url('../fonts/irw/nexabook-webfont.eot');
    src: url('../fonts/irw/nexabook-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexabook-webfont.woff') format("woff"),url('../fonts/irw/nexabook-webfont.ttf') format("truetype"),url('../fonts/irw/nexabook-webfont.svg#nexabook') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa book italic';
    src: url('../fonts/irw/nexabookitalic-webfont.eot');
    src: url('../fonts/irw/nexabookitalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexabookitalic-webfont.woff') format("woff"),url('../fonts/irw/nexabookitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexabookitalic-webfont.svg#nexabook_italic') format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: nexa;
    src: url('../fonts/irw/nexa-webfont.eot');
    src: url('../fonts/irw/nexa-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexa-webfont.ttf') format("truetype"),url('../fonts/irw/nexa-webfont.svg#nexaregular') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: nexa;
    src: url('../fonts/irw/nexa-regularitalic-webfont.eot');
    src: url('../fonts/irw/nexa-regularitalic-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/irw/nexa-regularitalic-webfont.woff') format("woff"),url('../fonts/irw/nexa-regularitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexa-regularitalic-webfont.svg#nexaregular_italic') format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'nexa italic';
    src: url('../fonts/irw/nexa-regularitalic-webfont.eot');
    src: url('../fonts/irw/nexa-regularitalic-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/irw/nexa-regularitalic-webfont.woff') format("woff"),url('../fonts/irw/nexa-regularitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexa-regularitalic-webfont.svg#nexaregular_italic') format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'nexa bold';
    src: url('../fonts/irw/NexaW01-Bold.eot');
    src: url('../fonts/irw/NexaW01-Bold.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/NexaW01-Bold.ttf') format("truetype"),url('../fonts/irw/NexaW01-Bold.svg#nexabold') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa bold italic';
    src: url('../fonts/irw/nexabolditalic-webfont.eot');
    src: url('../fonts/irw/nexabolditalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexabolditalic-webfont.woff') format("woff"),url('../fonts/irw/nexabolditalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexabolditalic-webfont.svg#nexabold_italic') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: nexa;
    src: url('../fonts/irw/nexabold-webfont.eot');
    src: url('../fonts/irw/nexabold-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexabold-webfont.ttf') format("truetype"),url('../fonts/irw/nexabold-webfont.svg#nexabold') format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: nexa;
    src: url('../fonts/irw/nexabolditalic-webfont.eot');
    src: url('../fonts/irw/nexabolditalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexabolditalic-webfont.woff') format("woff"),url('../fonts/irw/nexabolditalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexabolditalic-webfont.svg#nexabold_italic') format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'nexa xbold';
    src: url('../fonts/irw/nexaxbold-webfont.eot');
    src: url('../fonts/irw/nexaxbold-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexaxbold-webfont.woff') format("woff"),url('../fonts/irw/nexaxbold-webfont.ttf') format("truetype"),url('../fonts/irw/nexaxbold-webfont.svg#nexabold') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa xbold italic';
    src: url('../fonts/irw/nexaxbolditalic-webfont.eot');
    src: url('../fonts/irw/nexaxbolditalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexaxbolditalic-webfont.woff') format("woff"),url('../fonts/irw/nexaxbolditalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexaxbolditalic-webfont.svg#nexabold_italic') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa black';
    src: url('../fonts/irw/NexaW01-Black.eot');
    src: url('../fonts/irw/NexaW01-Black.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/NexaW01-Black.ttf') format("truetype"),url('../fonts/irw/NexaW01-Black.svg#nexablack') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa black italic';
    src: url('../fonts/irw/nexablackitalic-webfont.eot');
    src: url('../fonts/irw/nexablackitalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexablackitalic-webfont.woff') format("woff"),url('../fonts/irw/nexablackitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexablackitalic-webfont.svg#nexablack_italic') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa heavy';
    src: url('../fonts/irw/nexaheavy-webfont.eot');
    src: url('../fonts/irw/nexaheavy-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexaheavy-webfont.woff') format("woff"),url('../fonts/irw/nexaheavy-webfont.ttf') format("truetype"),url('../fonts/irw/nexaheavy-webfont.svg#nexaheavy') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nexa heavy italic';
    src: url('../fonts/irw/nexaheavyitalic-webfont.eot');
    src: url('../fonts/irw/nexaheavyitalic-webfont.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/nexaheavyitalic-webfont.woff') format("woff"),url('../fonts/irw/nexaheavyitalic-webfont.ttf') format("truetype"),url('../fonts/irw/nexaheavyitalic-webfont.svg#nexaheavy_italic') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'avenir light';
    src: url('../fonts/irw/AvenirLT-Light.eot');
    src: url('../fonts/irw/AvenirLT-Light.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Light.woff') format("woff"),url('../fonts/irw/AvenirLT-Light.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Light.svg#AvenirLT-Light') format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'avenir light italic';
    src: url('../fonts/irw/AvenirLT-LightOblique.eot');
    src: url('../fonts/irw/AvenirLT-LightOblique.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-LightOblique.woff') format("woff"),url('../fonts/irw/AvenirLT-LightOblique.ttf') format("truetype"),url('../fonts/irw/AvenirLT-LightOblique.svg#AvenirLT-LightOblique') format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'avenir book';
    src: url('../fonts/irw/AvenirLT-Book.eot');
    src: url('../fonts/irw/AvenirLT-Book.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Book.woff') format("woff"),url('../fonts/irw/AvenirLT-Book.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Book.svg#AvenirLT-Book') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'avenir book italic';
    src: url('../fonts/irw/AvenirLT-BookOblique.eot');
    src: url('../fonts/irw/AvenirLT-BookOblique.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-BookOblique.woff') format("woff"),url('../fonts/irw/AvenirLT-BookOblique.ttf') format("truetype"),url('../fonts/irw/AvenirLT-BookOblique.svg#AvenirLT-BookOblique') format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: avenir;
    src: url('../fonts/irw/AvenirLT-Roman.eot');
    src: url('../fonts/irw/AvenirLT-Roman.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Roman.woff') format("woff"),url('../fonts/irw/AvenirLT-Roman.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Roman.svg#AvenirLT-Roman') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'avenir italic';
    src: url('../fonts/irw/AvenirLT-Oblique.eot');
    src: url('../fonts/irw/AvenirLT-Oblique.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Oblique.woff') format("woff"),url('../fonts/irw/AvenirLT-Oblique.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Oblique.svg#AvenirLT-Oblique') format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'avenir medium';
    src: url('../fonts/irw/AvenirLT-Medium.eot');
    src: url('../fonts/irw/AvenirLT-Medium.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Medium.woff') format("woff"),url('../fonts/irw/AvenirLT-Medium.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Medium.svg#AvenirLT-Medium') format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'avenir medium italic';
    src: url('../fonts/irw/AvenirLT-MediumOblique.eot');
    src: url('../fonts/irw/AvenirLT-MediumOblique.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-MediumOblique.woff') format("woff"),url('../fonts/irw/AvenirLT-MediumOblique.ttf') format("truetype"),url('../fonts/irw/AvenirLT-MediumOblique.svg#AvenirLT-MediumOblique') format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'avenir heavy';
    src: url('../fonts/irw/AvenirLT-Heavy.eot');
    src: url('../fonts/irw/AvenirLT-Heavy.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Heavy.woff') format("woff"),url('../fonts/irw/AvenirLT-Heavy.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Heavy.svg#AvenirLT-Heavy') format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'avenir heavy italic';
    src: url('../fonts/irw/AvenirLT-HeavyOblique.eot');
    src: url('../fonts/irw/AvenirLT-HeavyOblique.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-HeavyOblique.woff') format("woff"),url('../fonts/irw/AvenirLT-HeavyOblique.ttf') format("truetype"),url('../fonts/irw/AvenirLT-HeavyOblique.svg#AvenirLT-HeavyOblique') format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'avenir black';
    src: url('../fonts/irw/AvenirLT-Black.eot');
    src: url('../fonts/irw/AvenirLT-Black.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-Black.woff') format("woff"),url('../fonts/irw/AvenirLT-Black.ttf') format("truetype"),url('../fonts/irw/AvenirLT-Black.svg#AvenirLT-Black') format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'avenir black italic';
    src: url('../fonts/irw/AvenirLT-BlackOblique.eot');
    src: url('../fonts/irw/AvenirLT-BlackOblique.eot?#iefix') format("embedded-opentype"),url('../fonts/irw/AvenirLT-BlackOblique.woff') format("woff"),url('../fonts/irw/AvenirLT-BlackOblique.ttf') format("truetype"),url('../fonts/irw/AvenirLT-BlackOblique.svg#AvenirLT-BlackOblique') format("svg");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: FrontierCom;
    src: url('../fonts/irw/FrontierCom.eot?6p7x4l');
    src: url('../fonts/irw/FrontierCom.eot?6p7x4l#iefix') format("embedded-opentype"),url('../fonts/irw/FrontierCom.ttf?6p7x4l') format("truetype"),url('../fonts/irw/FrontierCom.woff?6p7x4l') format("woff"),url('../fonts/irw/FrontierCom.svg?6p7x4l#FrontierCom') format("svg");
    font-weight: 400;
    font-style: normal
}

.module-subscribe--widget .has-error {
    padding-bottom: 15px;
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
    background-color: #df4841;
}

#irwWrapper #irwCommitteeCharting {
    visibility: visible;
}

.fancybox-slide > .modal-dialog {
    background-color: transparent;
}

.modal-body {
    background-color: #fff;
}

#irwWrapper .pagination {
    display: flex;
    flex-wrap: wrap;
}

#irwWrapper .pagination>li>a {
    text-decoration: none;
}

#irwWrapper .pagination_display .label {
    background: transparent;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

#irwWrapper .irwSwitch>ul>li a {
    text-decoration: none;
}

#irwWrapper .irwSwitch>ul>li.active a {
    text-decoration: underline;
}

th.footable-sortable>span.fooicon {
    position: relative;
    right: 0;
    top: 0;
}

#irwWrapper .fooicon-sort-asc::before {
    content: "\f0d8";
}

#irwWrapper .fooicon-sort-desc::before {
    content: "\f0d7";
}

.link_fcri {
    display: block;
    clear: both;
    padding-top: 20px;
}

.link_fcri a {
    color: #000;
/*     font-size: 16px; */
/*     font-style: italic; */
/*     font-weight: normal; */
    display: inline-block;
    margin-left: 10px;
}

.link_fcri .btn-primary {
    color: #ffffff;
    background: #d9272d;
    border: 1px solid #df4841;
    text-decoration: none;
    white-space: normal;
}

.link_fcri .btn-primary:hover {
    border: 1px solid #df4841;
    background-color: transparent;
    color: #df4841;
}

/*#pageClass:not(.PageCorporateProfile) .link_fcri a {
    margin-left: 0;
}*/

#irwWrapper .irwDebtTotal {
    background-color: #cbcbcb;
    text-transform: uppercase;
}

#companyHome .irwWebCastBox {
    box-shadow: 10px 28px 78px -9px rgba(128,128,128,1);
    margin-top: 30px;
}

#companyHome .irwWebCastBox h1 {
    margin-top: 0;
}

#companyHome .irwWebCastBox .row {
    padding: 0 30px 30px
}

#irwWrapper .irwPageFooter a {
    text-decoration: none;
}

#footer {
    height: 490px;
}

#footer a:hover {
    text-decoration: underline;
}

#irwWrapper .irwCustomPage,
#irwWrapper .irwDividendGrid,
#irwWrapper .irwDivChart,
.pane--left .col-xs-12 {
    float: none;
}
.module_prDetails .module-page-title{
    margin-left: -14px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #main-header .navbar-inverse .container {
        height: 35px;
    }
}

#irwWrapper .calculators small {
    font-size: 100%;
}

.ng-isolate-scope {
    max-width: 170px;
}

#search {
    margin: 20px auto;
    display: flex;
}

.investor-lbl {
    font-size: 17px;
    padding-right: 10px;
}

@media (min-width: 767px) {
    #search {
        width: 400px;
    }
}

@media (max-width: 767px) {
    #search {
        margin: 24px 15px 20px;
    }

    .ng-isolate-scope {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #companyHome .latest-presentation h2 {
        text-align: center;
    }
}

/*  NEW CP BANNER */

.bg-punch {
    background-color: #70cde0;
}

#irwWrapper .homepage-hero .inner-wrap {
    padding: 3em 2.5em;
    max-width: 1300px;
    margin: 0 auto;
}

#irwWrapper .homepage-hero .inner-wrap .title-standard {
    font-size: 35px;
    font-weight: 900;
    line-height: 34px;
}

.homepage-hero .inner-wrap .sub-title-standard {
    line-height: 24px;
}

.txt-white {
    color: #fff;
}

#irwWrapper .txt-downriver {
    color: #17355E;
}

.corporate-profile-banner {
    padding: 50px 20px 70px;
}

.corporate-profile-banner .container {
    max-width: 1000px;
}

.corporate-profile-banner + .container {
    padding-bottom: 50px;
}

.marquee .sub-title-standard {
     font-size: 21px;
}

@media (min-width: 480px) {
    .marquee .sub-title-standard {
        line-height: 24px;
    }

}

@media (min-width: 768px) {
    #irwWrapper .homepage-hero .inner-wrap {
        text-align: left;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        background-image: linear-gradient(to left, transparent 15%, #70cde0 47%), url('../images/irw/IR-home-banner.jpg');
    }

    #irwWrapper .homepage-hero .inner-wrap .title-standard {
        font-size: 46px;
        line-height: 1.2;
        margin-bottom: 15px;
        white-space: nowrap;
    }

    .homepage-hero .inner-wrap .sub-title-standard {
        line-height: 24px;
        margin-bottom: 20px;
        max-width: 430px;
    }
}

@media (min-width: 992px) {
    #irwWrapper .homepage-hero .inner-wrap {
        padding: 7.5em 8em;
    }

    .homepage-hero .inner-wrap .sub-title-standard {
        line-height: 26px;
        margin-bottom: 30px;
    }
}

#irwWrapper .debt-maturities th:not(:first-child),
#irwWrapper .debt-maturities td:not(:first-child) {
    text-align: right;
}
header #search-input {
    max-width:100%;
}
@media (min-width: 767px) {
    header #search {
        width:41.66%;
        margin-top: 25px;
    }
    
}
#cssmenu ul.irwTopNav {
        border-top: 1px solid lightgrey;
}
@media (min-width: 1025px) {
    #cssmenu ul.irwTopNav {
        padding-top:5px;
    }
}

#companyHome .jumbotron {
    background-color: #e2f6fb;
}

#companyHome .jumbotron h2 {
    color: inherit;
}

#irwWrapper .irwWebCastBox h1 {
    position: relative;
    margin-bottom: 0;
}

#irwWrapper .irwWebCastBox h1 i {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    right: 30px;
}

#irwWrapper .irwWebCastBox .row {
    /* height : 0; */
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: none;
}

#irwWrapper .irwWebCastBox .row > div {
    padding-top: 30px;
    padding-bottom: 30px;
}

.investor-lbl {
    font-size: 20px;
}

#header-main #search .ng-isolate-scope {
    width: 50%;
}

header #search {
    width: 96%;
}

@media (min-width: 767px) {
    header #search {
        width: 70%;
    }
}
 
@media (min-width: 1000px) {
    header #search {
        width: 50%;
    }
}

.link_fcri a {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .link_fcri a {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .link_fcri a {
        margin-left: 10px;
    }
}

#irwWrapper .corporate #earnings-pres {
    max-width: 100%;
    padding-top: 30px;
}

#irwWrapper .corporate #earnings-pres h2 {
    text-align: center;
}

#earnings-pres .dataBox p {
    text-align: center;
}

#earnings-pres .dataBox p .docsbtn {
    position: relative;
    bottom: 0;
}


@media (min-width: 992px) {
    #irwWrapper .corporate #earnings-pres .row + .row {
        margin-top: 50px;
    }

    #irwWrapper .corporate #earnings-pres .container > .row > .col-xs-12 {
    border-right: 1px solid #c2c2c2;
        min-height: auto;
    }

    #irwWrapper .corporate #earnings-pres .container > .row > .col-xs-12:last-child {
        border-right: none;
    }
}

@media (max-width: 992px) {
    #irwWrapper .corporate #earnings-pres h2 {
        margin-bottom: 10px;
    }

    #earnings-pres .dataBox p {
        margin-bottom: 30px
    }
}

#irwWrapper .module-news-details .module_attachments {
    position: relative;
    top: 0;
    margin-bottom: 30px;
}


#search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#header-main #search {
    width: 57%;
}

/* #searchControlInput {
    width: 70%;
} */

#irwsearch {
    width: 65%;
}

#searchControlForm {
    display: flex;
    justify-content: flex-end;
}

/* 00025307 increasing height of BIO preview when clicking on BIO */

.bio-container .irwBio {
	height: 300px !important;
}

