@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*.PreviewToolBar {
    display: none;
}*/

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body > #ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
    url('../fonts/flaticon.woff') format("woff"),
    url('../fonts/flaticon.ttf') format("truetype"),
    url('../fonts/flaticon.svg#flaticon') format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url('../fonts/flaticon.svg#flaticon') format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline > li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline > li:before,
#irwWrapper .timeline > li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline > li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline > li > .timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline > li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline > li > .fa,
.timeline > li > .glyphicon,
#irwWrapper .timeline > li > .ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline > li.treeround > span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover,
#irwWrapper .timeline > li.treeround > span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline > li > .fa,
#irwWrapper .timeline .timeline > li > .glyphicon,
#irwWrapper .timeline .timeline > li > .ion {
    left: 24px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline > li.treeline:last-child,
#irwWrapper .timeline .timeline > li > .timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}
/** IRW THEME BELOW **/

/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */
/*!
 * Client Name 	: SNL IR Solutions
 * KeyInst		: 4092187
*/

/*Custom Fonts*/
/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}*/

/***********************TYPOGRAPHY***********************/

#irwWrapper, #irwWrapperPR {
	color: #3a3a3a;
	font-family: 'PTSerif';
	font-weight: 400;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
	margin-top: 25px;
	line-height: 1.35;
}
#irwWrapper a, #irwWrapperPR a {
	color: #274867;
	text-decoration: none;
}
#irwWrapper a:hover, #irwWrapper a:focus, #irwWrapperPR a:hover, #irwWrapperPR a:focus {
	color: #274867;
	text-decoration: none;
}
#irwWrapper a:focus, #irwWrapperPR a:focus {
	outline: none;
}
/*
// Contextual colors
*/
#irwWrapper .text-muted {
	color: #999999;
}
#irwWrapper .text-default {
	color: #5b5b5b;
}
#irwWrapper .text-primary {
	color: #274867;
}
#irwWrapper a.text-primary:hover {
	color: #3a3a3a;
}
.irwCopyright a.text-primary:hover {
	color: #ffffff;
}
#irwWrapper p, #irwWrapperPR p {
	padding: 0;
}
#irwWrapper .btn-xs, #irwWrapper .btn-group-xs > .btn {
	padding: 5px 10px;
}
#irwWrapper .bg-default, #irwWrapperPR .bg-default, .irwCopyright .bg-default, .irwcommodal a.text-primary:hover {
	border: 1px solid #CCC;
	background: #efefef;
	color: #3a3a3a;
	margin-bottom: 3px;
}
#irwWrapper .panel-default > .panel-heading {
	border: 1px solid #CCC;
	background: none;
	color: #3a3a3a;
}
#irwWrapper .bg-default .text-primary, #irwWrapperPR .bg-default .text-primary, .irwCopyright .bg-default .text-primary, .irwcommodal a.text-primary:hover {
	color: #3a3a3a;
}
/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary, .irwCopyright .bg-primary, .scrollbar-handle {
	color: #3a3a3c;
	background-color: #ebebeb;
}
#irwWrapper a.bg-primary:hover {
	background-color: #b0cad0;
}
#irwWrapper .btn-default {
	font-family: 'ProximaNova-Regular', sans-serif;
}
#irwWrapper .btn-primary {
	color: #ffffff;
	background: #264868;
	font-family: 'ProximaNova-Regular', sans-serif;
	border-color: #264868;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#irwWrapper .btn-primary:hover, #irwWrapper .btn-primary:focus, #irwWrapper .btn-primary:active, #irwWrapper .btn-primary.active, #irwWrapper .open .dropdown-toggle.btn-primary {
	color: #264868;
	background-color: #fff;
	border-color: #264868;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#irwWrapper .corporate .btn {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 20px 40px;
	background-color: #264868;
	border-radius: 100px !important;
	position: relative;
	font-family: 'ProximaNovaBold';
}
#irwWrapper .panel-default > .panel-heading {
	color: #3a3a3c;
}
#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .panel-default > .panel-heading-Select {
	background-color: #ebebeb;
	color: #3a3a3c;
}
#irwWrapper .gridPR .irwTableRowItem:hover {
	background-color: #b0cad0;
	color: #3a3a3c;
}
#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: #3a3a3c;
}
#irwWrapper .text-info, #irwWrapperPR .text-info {
	color: #5b5b5b;
}
.toolkit_view .modal-body .scrollbars, .toolkit_view .modal-body .mCustomScrollBox {
	height: 100% !important;
	overflow: hidden !important;
}
/*
// IRW Tabs
// --------------------------------------------------
*/
#irwWrapper .irwTabs {
	border: none;
	border-top: 8px solid #ebebeb;
	background-color: #ebebeb;
	border-radius: 4px 4px 0 0;
}
#irwWrapper .irwTabs ul {
	margin-left: -10px;
}
#irwWrapper .irwTabs ul li a {
	background-color: #ebebeb;
	color: #3a3a3c;
}
#irwWrapper .irwTabs ul li a:hover, #irwWrapper .irwTabs ul li.active a {
	color: #3a3a3c;
	text-decoration: none;
	background: #b0cad0;
}
#irwWrapper .irwTabs ul li.active a {
	background-color: #fff;
	color: #3a3a3c;
	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 .irwDivTotal {
	border-color: #ebebeb;
}
#irwWrapper .irwSwitch ul li a span.fa {
	font-size: 16px;
}
#irwWrapper .irwTableRowItem ul li a:hover, #irwWrapper .irwTableRowItem ul li.active a, .ui-datepicker .ui-datepicker-title {
	color: #b0cad0;
}
#irwWrapper .irwTableRowItem h6, #irwWrapper .irwTableRowItem ul li {
	font-size: 12px;
}
#irwWrapper .ui-widget {
	font-family: 'PTSerif';
	font-size: 16px;
}
#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: #274867;
}
/**/
#irwWrapper .irwNote {
	border-bottom-color: #b0cad0;
}
#irwWrapper .irwFilingHighlightItem {
	border-left-color: #b0cad0;
}
/*============================================== Custom Page Css ========================================*/

/*Reset H3 text font size*/
#irwWrapper h3, #irwWrapper .h3, #irwWrapper h4, #irwWrapper .h4 {
	font-size: 110%;
}
/*To remove Border Radius */
#irwWrapper * {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
/*Stock Info Fix*/
#stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem {
	min-height: 110px;
}
#stockInfo .irwStockSnapshot .irwSnapshotItem .irwRow1 {
	height: 70px;
}
/*Financial Calculators*/
#irwWrapper .irwCRTabsPanel {
	background-color: #ebebeb;
	border-color: #ebebeb;
}
/* Docs / SEC Filings Page*/
#irwWrapper .table-irwBorder > tbody > tr:hover, #irwWrapper .table-irwBorder tr:hover + tr.irwAbstract {
	border-color: #b0cad0;
}
/* Event page Tree Year Background */
#irwWrapper .timeline > li.treeround > span.tree-primary.active, #irwWrapper .timeline > li.treeround > span.tree-primary:hover, #irwWrapper .timeline > li.treeround > span.tree-primary:focus {
	background-color: #b0cad0;
}
/*calander*/
#ui-datepicker-div {
	z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
	color: #264868 !important;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
	background: #264868 none repeat scroll 0 0 !important;
	color: #fff !important;
}
/*News Page*/
#irwWrapper .press-releases .gridPR .irwTableRowItem .irwPRSummary {
	background-color: #ebebeb;
}
#irwWrapper .press-releases .gridPR .irwTableRowItem:hover .irwPRSummary {
	background-color: #b0cad0;
}
#irwWrapper .corporate .mkt-box {
	background: rgba(255,255,255,0.75);
	padding: 25px;
	font-family: 'ProximaNova-Regular', sans-serif;
	width: 80%;
	position: absolute;
	top: 80px;
	left: 10%;
}
#irwWrapper .corporate .mkt-box h2 {
	font-size: 42px;
	border-bottom: 1px solid;
	width: auto;
	padding-bottom: 0px;
	margin: 0 0 7px 0;
	float: left;
}
#irwWrapper .corporate .mkt-box h2 i {
	font-size: 18px;
	position: relative;
	top: -5px;
}
#irwWrapper .corporate span.MSExchange, #irwWrapper .corporate span.MSTicker {
	font-family: 'ProximaNovaBold';
}
.timestamp {
	font-size: 12px;
	text-align: right;
	padding-top: 40px;
}
.mkt-figures {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mkt-tkr {
	width: 100%;
	float: left;
}
#irwWrapper h2, #irwWrapper .h2 {
	font-family: 'ProximaNovaBold';
}
#irwWrapper .corporate h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#irwWrapper .corporate .irwPageHeader, #irwWrapper .corporate .irwPageFooter {
	display: none;
}
.mainwelcome.mainwelcome-top-bottom .mainwelcome-titlebox {
	max-width: 750px;
}
#irwWrapper .corporate .press-box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#irwWrapper .corporate .press-item {
	width: 33%;
	float: left;
	padding: 0px 20px 15px 0;
	margin-bottom: 15px;
}
#irwWrapper .corporate .press-item-link {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	line-height: 1.5;
	color: #274867;
	margin-bottom: 15px;
}
#irwWrapper .corporate .press-date {
}
#irwWrapper .corporate .featuredocs-item {
	width: 25%;
	float: left;
	padding: 0px 20px 15px 0;
	margin-bottom: 15px;
}
#irwWrapper .corporate .feature-icon {
	width: 20%;
	float: none;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#irwWrapper .corporate .feature-icon img {
	width: 80%;
}
#irwWrapper .corporate .feature-dtl {
	width: 75%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#irwWrapper .corporate .featuredocs-item-link {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	line-height: 1.5;
	color: #274867;
	margin-bottom: 15px;
}
#irwWrapper .corporate .feature-date {
}
#irwWrapper .corporate .contactsections {
	border-top: 1px solid #efefef;
}
#irwWrapper .corporate .contactsections-left {
	width: 45%;
	float: left;
	padding: 25px 40px 20px;
	background: url('../images/irw/contact-bg.png') no-repeat bottom right;
}
#irwWrapper .corporate .contactsections-left .title {
	color: #242424;
	word-wrap: break-word;
	font-family: 'Didot-Italic', sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	line-height: 72px;
}
#irwWrapper .corporate .contactsections-right {
	width: 55%;
	float: left;
	position: relative;
	background: url('../images/irw/info-request.jpg') no-repeat;
	background-size: cover;
}
#irwWrapper .info-image {
}
#irwWrapper .corporate .info-link {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	width: 100%;
	font-family: 'ProximaNovaBold';
}
#irwWrapper .corporate .info-link:hover {
	color: #fff;
}
.irwCopyright {
	text-align: right;
	padding-bottom: 0;
	color: #fff;
	font-family: 'ProximaNova-Regular', sans-serif;
}
.irwCopyright a.text-primary {
	color: #fff;
}
#irwWrapper .corporate .webcast-box {
	background: rgba(255,255,255,0.75);
	padding: 25px;
	font-family: 'ProximaNova-Regular', sans-serif;
	width: 80%;
	position: absolute;
	top: 80px;
	left: 10%;
	font-size: 14px;
}
#irwWrapper .corporate .webcast-box h3 {
	font-size: 16px;
	width: 100%;
	padding-bottom: 0px;
	margin: 0 0 10px 0;
	font-family: 'ProximaNovaBold';
	float: left;
}
#irwWrapper .corporate .webcast-box ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#irwWrapper .corporate .webcast-box ul li {
	width: 49%;
	float: left;
	margin: 0;
	padding: 0 20px 10px 0;
	margin-bottom: 10px;
}
#irwWrapper .corporate .webcast-box ul li:nth-child(2n+2) {
	border-left: 1px solid #3c3c3c;
}
#irwWrapper .corporate .webcast-box ul li > a {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#irwWrapper .corporate .webcast-box ul li > span {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#searchControlForm {
	width: 320px;
	float: right;
}
#irwsearch .input-group input.form-control {
	width: 155px;
	padding: 8px 7px;
	float: left;
	border: 1px solid #efefef;
	font-family: 'ProximaNova-Regular', sans-serif;
}
#irwsearch select {
	width: 120px;
	padding: 6px;
	float: left;
	border: 1px solid #efefef;
	border-left: 0;
	border-right: 0;
	color: #3a3a3a;
}
#irwsearch span.input-group-btn {
	border: 1px solid #efefef;
	float: left;
	font-weight: 100;
	text-align: center;
	padding: 7px;
	color: #3a3a3a;
}
#irwsearch span.input-group-btn a#searchControlButton {
	font-size: 14px;
	color: #3a3a3a;
}
#irwWrapper #dividendInfo .bg-default {
	border: 0;
}
#irwWrapper a.irwOpenConfigMenu:hover, #irwWrapper a.irwOpenConfigMenu:active, #irwWrapper a.irwOpenConfigMenu:focus {
	color: #274867;
}
#irwWrapper #stockInfo .irwBoxWrapper {
	border: 0;
}
#irwWrapper #stockchart.irwHighStockChart {
	width: 100%!important;
}
#irwWrapper .irwODPerson {
	border-bottom: 0px;
}
.wrapper {
	position: static;
}
/*.topnav { z-index:1100; }*/
#irwWrapper .faqs .panel-default > .panel-heading {
	margin-bottom: 5px;
}
/**Top Responsive Menu**/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: 100%;
	position: relative;
	z-index: 999;
	top: 120px;
	right: 6.5%;
	font-size: 14px;
}
#cssmenu > ul {
	background: #274867;
	width: auto;
	float: right;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li > a {
	padding: 15px;
	text-decoration: none;
	color: #fff;
	font-family: 'ProximaNovaBold';
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
	color: #ffffff;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 1;
	font-family: 'ProximaNovaBold';
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 190px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	background: #274867;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #ffffff;
	background: #274867;
}

@media all and (max-width:1370px) {
.mainwelcome.mainwelcome-top-bottom .mainwelcome-titlebox {
	max-width: 640px;
}
.mainwelcome-titlebox h1, .mainwelcome-titlebox h2 {
	font-size: 68px;
}
}

@media all and (max-width:1280px) {
.mainwelcome.mainwelcome-top-bottom .mainwelcome-titlebox {
	max-width: 500px;
}
.mainwelcome-titlebox h1, .mainwelcome-titlebox h2 {
	font-size: 52px;
}
#cssmenu {
	font-size: 12px;
	right: 4%;
}
.contactsections h1 span:not(.fadenow) {
	display: inline-block;
}
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
	width: 94%;
	right: 0;
	margin: auto;
	background: #274867;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu.align-center > ul {
	text-align: left;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #ffffff;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 20px;
	right: 17px;
	display: block;
	height: 6px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 12px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 20px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 20px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #b0cad0;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 20px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 17px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
.mainwelcome.mainwelcome-top-bottom {
	padding: 50px 0 0;
}
}

@media all and (max-width:1080px) {
#irwWrapper .corporate .mkt-box h2 {
	font-size: 36px;
}
}

@media all and (max-width:960px) {
.boxxies-twocol .boxxies-item {
	width: 100%;
	padding: 0 0 15px 0;
}
.boxxies-twocol .boxxies-item:nth-child(2n) {
	padding: 0 0 0 0;
}
.press-item {
	width: 100%;
	float: left;
	padding: 0px 5px 15px 0;
	margin-bottom: 15px;
}
#irwWrapper .corporate .contactsections-left {
	width: 100%;
}
#irwWrapper .corporate .contactsections-right {
	width: 100%;
}
#irwWrapper .corporate .featuredocs-item {
	width: 50%;
}
}

@media only screen and (max-width: 767px) {
.single .wrapper {
	padding-top: 100px;
}
.topnav-logoimg {
	left: 20px;
	top: 12px;
}
#cssmenu {
	top: 110px;
}
.mainwelcome .mainwelcome-titlebox h1 {
	font-size: 52px;
}
.boxxies-twocol .boxxies-item:nth-child(2n) {
	display: block;
}
#irwWrapper .corporate .webcast-box {
	top: 30px;
}
#irwWrapper .corporate .mkt-box {
	top: 30px;
}
#irwWrapper .corporate .webcast-box ul li {
	width: 100%;
}
#irwWrapper .corporate .press-item {
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 25px;
}
#irwWrapper .corporate .press-item-link {
	margin-bottom: 0px;
	border-bottom: 0px solid #efefef;
}
#searchControlForm {
	width: 100%;
}
}

@media all and (max-width:560px) {
#irwWrapper .corporate .featuredocs-item {
	width: 100%;
}
}

@media all and (max-width:440px) {
.topnav-logoimg {
	max-width: 200px;
	left: 20px;
	top: 25px;
}
.topnav-logo img {
	width: 100%;
	max-width: 200px;
}
#irwsearch .input-group input.form-control {
	width: 115px;
}
}

/*Print Issue*/
@media print {
#fullBodyWrapper .irwrapper {
	width: 100% !important;
	display: block !important;
}
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
	font-size: 16px;
}
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
	font-size: 16px;
}
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
	font-size: 16px;
}
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
	font-size: 16px;
}
}

/*** Styles added to fix the issue with zoom in on iphone ***/

@media all and (max-width:767px) {
.mainwelcome.mainwelcome-top-bottom {
	padding: 0;
}
}
/*  End of IRW Theme*/

/* As-Reported stylsheet */

#irwWrapper #irwAsReport .AsReporttab th span {
    display: list-item;
    list-style: none outside none;
    min-height: 35px
}

#irwWrapper #irwAsReport h3,
#irwWrapper #irwAsReport h5 {
    margin: 0
}

#irwWrapper #irwAsReport h3.irwAsReportSubHead {
    margin: 0 0 10px
}

#irwAsReport td {
    text-align: right
}

#irwWrapper #irwAsReport .irwAsReportColWidth {
    width: 10%
}

#irwWrapper #irwAsReport .AsReportHideMobile {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: visible
}

#irwWrapper #irwAsReport .irwAsreportyearTable {
    display: none;
    margin-bottom: 10px
}

#irwWrapper .table>thead>tr>th.footable-visible:not(.header) {
    background-color: transparent
}

#irwWrapper #irwAsReport .dropdown {
    display: none;
    margin-bottom: 10px
}

#irwWrapper #irwAsReport .dropdown button {
    text-align: left;
    width: 100%
}

#irwWrapper #irwAsReport .dropdown .irwTabsdropdown {
    line-height: 2em
}

#irwWrapper #irwAsReport .open>.dropdown-menu {
    width: 100%
}

#irwWrapper .dropdown-menu.irwAsReportDropDown>li>a {
    font-size: medium
}

tr.irwChart td {
    position: relative
}

.irwChartLoder {
    left: 40%;
    position: absolute;
    top: 40%;
    display: none
}

#irwWrapper #irwAsReport .footable-row-detail-name .helpblock {
    display: none
}

#irwWrapper #irwAsReport .table-hover>tbody>tr.footable-row-detail:hover>td {
    background-color: transparent;
    border-width: 1px 0 0 3px;
    border-left-color: transparent
}

#irwWrapper #irwAsReport .open>.dropdown-menu.irwAsReportDropDown {
    padding-top: 0;
    padding-bottom: 0
}

#irwWrapper .dropdown-menu.irwAsReportDropDown>li>a:hover {
    background-color: #ccc;
    color: #fff
}

#irwWrapper .dropdown-menu.irwAsReportDropDown>li.active>a {
    background-color: #b0b0b0;
    color: #fff
}

.irwChart,
.irwPopUpChartToolkit {
    display: none
}

.irwCGraph {
    position: relative
}

.irwPopUpChartToolkit,
.irwPopUpChartToolkit li {
    margin: 0;
    padding: 0;
    list-style: none
}

.irwPopUpChartToolkit li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 3px;
    position: relative
}

.irwPopUpChartType {
    border: 1px solid #ccc;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 40px;
    width: 90px;
    z-index: 999999999;
    background-color: #fff
}

.irwPopUpChartType ul,
.irwPopUpChartType ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.irwPopUpChartType ul li {
    float: none
}

.irwPopUpChartToolkit li a {
    cursor: pointer;
    display: block;
    padding: 6px;
    text-align: left
}

.irwPopUpChartToolkit img {
    height: 16px;
    width: 16px
}

.irwPopUpChartToolkit a {
    padding: 0 2px;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block
}

.irwPopUpChartType ul.irwPopUpChartTypeUL li a {
    padding: 3px;
    text-align: left
}

.irwPopUpChartType ul.irwPopUpChartTypeUL li {
    padding-bottom: 3px
}

.irwPopUpChartToolkit a.ChartPdf,
.irwPopUpChartToolkit a.ChartPrint {
    background-position: center top
}

.PopUpChart .IRchartbox,
.PopUpChart .IRchartbox #chartSection {
    clear: both;
    overflow: hidden
}

.PopUpChart #ChartHeaderDiv {
    font-weight: 600;
    padding-left: 10px;
    clear: both;
    float: none;
    width: auto
}

.PopUpChart #ChartMain {
    padding: 0 !important
}

.PopUpChart #MainDiv {
    position: relative;
    z-index: 999999900
}

.irwResponsiveTable.breakpoint .irwChart,
.irwResponsiveTable.breakpoint .irwPopUpChartToolkit {
    display: none
}

.irwResponsiveTable.breakpoint tr.irwChart {
    display: none !important
}

#irwAsReport .footable-row-detail-value .PopUpChartToolkit>li {
    float: left
}

#irwAsReport .footable-row-detail-value .irwChartMob {
    clear: both
}

#irwAsReport .irwAsReportGraph {
    width: 0 !important;
    display: none !important
}

.fix-irwAsreportyear,
.fix-irwAsreportTab {
    position: fixed;
    z-index: 1030
}

@media(max-width:640px) {
    #irwWrapper #irwAsReport #irwTabsEvent {
        display: none
    }

    #irwWrapper #irwAsReport .dropdown {
        display: block
    }

    #irwWrapper #irwAsReport .irwAsreportyearTable {
        display: block
    }

    #irwWrapper #irwAsReport .AsReportHide {
        height: 0;
        overflow: hidden;
        position: absolute;
        visibility: hidden
    }

    #irwWrapper #irwAsReport .AsReportHideMobile {
        height: auto;
        overflow: visible;
        position: relative;
        visibility: visible
    }

    #irwWrapper #irwAsReport .table>tbody>tr>td h3.irwAsReportSubHead {
        padding: 5px
    }

    #irwWrapper #irwAsReport .table-hover>tbody>tr.footable-detail-show>td {
        background-color: #f9f9f9
    }

    #irwWrapper #irwAsReport .footable-row-detail-inner,
    #irwWrapper #irwAsReport .footable-row-detail-row {
        width: 100%
    }

    #irwWrapper #irwAsReport .footable-row-detail-name {
        width: 100px
    }

    #irwWrapper #irwAsReport .table-hover>tbody>tr.footable-detail-show>td:first-child {
        border-left: 3px solid
    }

    #irwWrapper #irwAsReport .table-bordered>thead>tr>th,
    #irwWrapper #irwAsReport .table-bordered td {
        border-width: 0;
        background-color: transparent
    }

    .fix-irwAsreportTab {
        top: 66px
    }
}

@media(max-width:480px) {
    #irwAsReport .footable-row-detail-value img.irwGraphAsReport {
        width: 400px
    }
}

@media(max-width:320px) {
    #irwAsReport .footable-row-detail-value img.irwGraphAsReport {
        width: 240px
    }

    #irwWrapper #irwAsReport .AsReportHideMobile,
    #irwWrapper #irwAsReport .table>thead>tr>th.footable-visible {
        display: none !important
    }
}

@media only screen and (min-width:320px)and (max-width:480px) {
    #irwAsReport .footable-row-detail-value img.irwGraphAsReport {
        width: 100%
    }
}

/* End As-Reported Stylesheet */

.irwDivTotal td:nth-child(3) {
    font-weight: bold;
}