@charset 'UTF-8';

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

*:focus {
outline: 0;
outline: none;
}

/* 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('/files/design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/files/fonts/slick/slick.eot');
    src: url('/files/fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('/files/fonts/slick/slick.woff') format('woff'), url('/files/fonts/slick/slick.ttf') format('truetype'), url('/files/fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
   content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.PreviewToolBar {
    display: none;
}

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body>#ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url("/files/fonts/flaticon.eot");
    src: url("/files/fonts/flaticon.eot?#iefix") format("embedded-opentype"),
        url("/files/fonts/flaticon.woff") format("woff"),
        url("/files/fonts/flaticon.ttf") format("truetype"),
        url("/files/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("/files/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 **/

body,
#irwWrapper {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a:hover {
    text-decoration: none
}

#irwWrapper,
irwWrapperPR {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    min-height: 205px;
}

#irwWrapper a {
    color: #d22630;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus {
    color: #d22630;
    text-decoration: none;
}

#irwWrapper a:focus {
    outline: none;
}

#irwWrapper .text-primary,
.irwCopyright .text-primary {
    color: #d22630;
}

#irwWrapper a.text-primary:hover {
    color: #d22630;
}

.irwCopyright a.text-primary:hover {
    color: #d22630;
}

/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle {
    color: #fff;
    background-color: #d22630;
}

#irwWrapper a.bg-primary:hover {
    background-color: #d22630;
}

#irwWrapper .bg-light-blue {
    background-color: #30baf8;
    color: #fff;
}

#irwWrapper .bg-dark-blue {
    background-color: #0098F9;
    color: #fff;
}

#irwWrapper .bg-dark-grey {
    background-color: #6D6E72;
    color: #fff;
}

#irwWrapper .bg-light-blue a,
#irwWrapper .bg-dark-grey a,
#irwWrapper .bg-light-blue a:hover,
#irwWrapper .bg-dark-grey a:hover,
#irwWrapper .bg-dark-blue a,
#irwWrapper .bg-dark-blue a:hover {
    color: #fff;
}

#irwWrapper .btn-primary {
    color: #ffffff;
    background: #d22630;
    border-color: #d22630;
    color: white;
}

#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #d22630;
    border-color: #d22630;
}

#irwWrapper .panel-default>.panel-heading,
#irwWrapper .nav-tabs>li>a .tab-pointer {
    color: #d22630;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #d22630;
    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 Structure Overwrites
// --------------------------------------------------
*/
#irwWrapper .row-margin {
    margin-bottom: 15px;
}

#irwWrapper .irwTile,
#irwWrapper .irwTile2 {
    min-height: 267px;
    padding: 15px;
}

#irwWrapper .irwTile2 {
    min-height: 549px;
    padding: 6px 0 0
}

#irwWrapper .irwTileNegMargin {
    margin-left: -15px;
}

#irwWrapper .irwTile h6,
#irwWrapper .irwTile h5,
#irwWrapper .irwTile2 h4 {
    margin: 0;
    padding: 0;
}

#irwWrapper .irwTile h6 {
    margin-bottom: 40px;
}

#irwWrapper .irwItemDate {
    color: #CBEEFD;
    margin-bottom: 15px;
}

#irwWrapper .irwItemTitle,
#irwWrapper .irwItemTitle a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#irwWrapper #map_canvas.map {
    width: 100%;
    height: 176px;
}

#irwWrapper .irwSNLOne {
    background: url('/files/images/irw/img-1.jpg') no-repeat top right;
    background-size: cover !important;
}


@media (max-width: 768px) {
    #irwWrapper .irwTileNegMargin {
        margin-left: 0;
    }

    #irwWrapper #map_canvas.map {
        width: 100%;
        height: 176px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    #irwWrapper .irwTile h6 {
        margin-bottom: 20px;
    }

    #irwWrapper .irwTileNegMargin {
        margin-left: 0;
    }
}

/*
// IRW Tabs
// --------------------------------------------------
*/
span.mn {
    color: #d22630;
}

#irwWrapper .irwTabs {
    border: none;
    border-top: 8px solid #d22630;
    background-color: #d22630;
    border-radius: 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #d22630;
    color: #e5e5e5;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a {
    color: #fff;
    text-decoration: none;
}

#irwWrapper .btn-default:hover,
#irwWrapper .btn-default:focus,
#irwWrapper .btn-default:active,
#irwWrapper .btn-default.active,
#irwWrapper .open .dropdown-toggle.btn-default {
    background-color: #d22630;
}

#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: #d22630;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#irwWrapper .irwDivTotal {
    border-color: #d22630
}

#irwWrapper #irwTabsEvent {
    background-color: #d22630;
    border-radius: 0;
    border: 0;
    padding: 10px 10px 0 6px;
}

#irwWrapper .form-control,
.irwcommodal .form-control,
#irwWrapper .well,
#irwWrapper .irwEventBody {
    border-radius: 0;
}

#irwWrapper .irwCRTabsPanel {
    background-color: #d22630;
    border-color: #d22630;
    border-image: none;
    border-radius: 0;
}

#irwWrapper .table-irwBorder>tbody>tr:hover,
#irwWrapper .table-irwBorder tr:hover+tr.irwAbstract {
    border-left: 3px solid #d22630;
}

#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.irwcommodal .bg-primary,
#irwFinlHighlights #SourcePopupDive .cellbggray {
    color: #fff;
    background-color: #d22630;
}

#irwWrapper .meter {
    background-color: #ccc;
}

#irwWrapper .nav-tabs>li.active>a,
#irwWrapper .nav-tabs>li.active>a:hover,
#irwWrapper .nav-tabs>li.active>a:focus {
    background-color: #d22630;
}

.irwNote {
    border-bottom: 3px solid #d22630;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.black-bg {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.bg-grey {
    background-color: #ebebeb;
    padding: 65px 0;
}

#irwWrapper .black-bg a {
    width: 265px;
    margin-bottom: 10px;
    text-align: left;
    height: 70px;
}

#irwWrapper .red {
    border-top: 3px solid #d22630;
    width: 10%;
    text-align: left;
    float: left;
    margin-top: 5px;
}

#irwWrapper p {
    line-height: 25px;
}

h1.irwTitle {
    display: none
}

h1.page-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    float: left;
    padding-top: 20px;
}

h1.page-title .red {
    border-top: 3px solid #d22630;
    width: 10%;
    text-align: left;
    float: left;
    margin-top: 5px;
}

#irwWrapper h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    float: left;
}

#irwWrapper h1 span {
    width: 100%;
    float: left
}

#irwWrapper h1 small {
    font-size: 14px;
    font-weight: 500;
    color: #8b8989;
    width: 100%;
    float: left;
}

#irwWrapper small {
    font-size: 11px;
}

#irwWrapper h3 {
    font-size: 23px;
    font-weight: normal
}

.padding {
    padding: 30px 0;
}

.padding-1 {
    padding: 30px 25px;
}

.padding-2 {
    padding: 30px 25px;
}

.padding-65 {
    padding: 65px 0;
}

#irwWrapper .irwConfigMenuWrapper {
    z-index: 1029;
}

.margin {
    margin-bottom: 15px;
}

#pr-section h3 {
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    color: #3d3c3c;
    min-height: 170px;
}

#pr-section small {
    color: #333333
}

#pr-section a.btn,
#pr-section a.btn:hover {
    position: absolute;
    padding: 5px 25px;
    border: 2px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #irwWrapper .black-bg a {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    #irwWrapper .red {
        width: 20%;
    }

    #banner .bg-danger span {
        display: none
    }

    #banner a.btn-danger {
        width: 100%;
    }
}

#header-menus {
    background-color: #d22630;
    width: 80%;
    display: table;
    padding: 10px 15px;
    float: right;
}

#header-menus a.btn {
    padding: 0px 10px;
    font-size: 11px;
    display: table-cell;
    border-right: 1px solid #fff
}

#header-menus ul.dropdown-menu {
    top: 24px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
    right: -16px;
    left: inherit;
}

#header-menus ul.dropdown-menu a {
    color: white
}

#header-menus .dropdown-menu>li>a:hover,
#header-menus .dropdown-menu>li>a:focus {
    background-color: #d22630;
    color: #fff;
    text-decoration: none;
}

#left-menu {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    float: left;
    width: 100%;
    /*height:655px;*/
    height: 160px;
}

#navbar {
    margin: 0;
    padding: 0;
}

#navbar li {
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
}

#navbar li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    text-align: left;
    padding: 20px 25px 20px 50px;
    float: left;
    width: 100%;
    margin: 0;
}

#navbar li ul.submenus {
    margin: 0;
    padding: 0;
}

#navbar li ul.submenus li a {
    padding: 10px 25px 10px 50px;
    margin: 0;
}

#navbar li a:hover,
#navbar li a.active {
    text-decoration: none;
    background-color: #d22630
}

a#logo {
    padding: 20px 25px 20px 50px;
    float: left
}

a#logo img {
    width: 100%;
    max-width: 207px;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active>a>.fa.plus-times:before {
    content: "\f068";
}

#navbar li ul.submenus li .second-level a {
    padding-left: 30px;
    margin: 0;
}

#navbar li ul.submenus li a,
#navbar li ul.submenus li .second-level a:hover {
    text-decoration: none
}

.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(210, 38, 48, 1) none repeat scroll 0 0;
    width: 5px;
}

.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
    background: rgba(210, 38, 48, 1) none repeat scroll 0 0;
}

@media (min-width: 1200px) {
    #irwWrapper .container {
        width: 1150px;
    }

    #irwWrapperPR .container {
        width: 1150px;
    }
}

#irwWrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: normal;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#irwWrapper .btn:focus,
#irwWrapper .btn:active:focus,
#irwWrapper .btn.active:focus,
#irwWrapper .btn.focus,
#irwWrapper .btn:active.focus,
#irwWrapper .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#irwWrapper .btn:hover,
#irwWrapper .btn:focus,
#irwWrapper .btn.focus {
    color: #fff;
    text-decoration: none;
}

#irwWrapper .btn:active,
#irwWrapper .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#irwWrapper .btn.disabled,
#irwWrapper .btn[disabled],
#irwWrapper fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#irwWrapper a.btn.disabled,
#irwWrapper fieldset[disabled] a.btn {
    pointer-events: none;
}

#irwWrapper .btn-danger {
    color: #ffffff;
    background-color: #d22630;
    border-color: #d22630;
    padding: 15px 25px;
}

#irwWrapper .btn-danger:focus,
#irwWrapper .btn-danger.focus {
    color: #ffffff;
    background-color: #d22630;
    border-color: #d22630;
}

#irwWrapper .btn-danger:hover {
    color: #ffffff;
    background-color: #d22630;
    border-color: #d22630;
}

#irwWrapper .btn-danger:active,
#irwWrapper .btn-danger.active,
#irwWrapper .open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

#irwWrapper .btn-danger:active:hover,
#irwWrapper .btn-danger.active:hover,
#irwWrapper .open>.dropdown-toggle.btn-danger:hover,
#irwWrapper .btn-danger:active:focus,
#irwWrapper .btn-danger.active:focus,
#irwWrapper .open>.dropdown-toggle.btn-danger:focus,
#irwWrapper .btn-danger:active.focus,
#irwWrapper .btn-danger.active.focus,
#irwWrapper .open>.dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #d22630;
    border-color: #d22630;
}

#irwWrapper .btn-danger:active,
#irwWrapper .btn-danger.active,
#irwWrapper .open>.dropdown-toggle.btn-danger {
    background-image: none;
}

#irwWrapper .btn-danger.disabled,
#irwWrapper .btn-danger[disabled],
#irwWrapper fieldset[disabled] .btn-danger,
#irwWrapper .btn-danger.disabled:hover,
#irwWrapper .btn-danger[disabled]:hover,
#irwWrapper fieldset[disabled] .btn-danger:hover,
#irwWrapper .btn-danger.disabled:focus,
#irwWrapper .btn-danger[disabled]:focus,
#irwWrapper fieldset[disabled] .btn-danger:focus,
#irwWrapper .btn-danger.disabled.focus,
#irwWrapper .btn-danger[disabled].focus,
#irwWrapper fieldset[disabled] .btn-danger.focus,
#irwWrapper .btn-danger.disabled:active,
#irwWrapper .btn-danger[disabled]:active,
#irwWrapper fieldset[disabled] .btn-danger:active,
#irwWrapper .btn-danger.disabled.active,
#irwWrapper .btn-danger[disabled].active,
#irwWrapper fieldset[disabled] .btn-danger.active {
    background-color: #d22630;
    border-color: #d22630;
}

#marketSummaryPanel h1 {
    font-size: 50px;
    font-weight: 100;
    color: #3d3c3c;
    line-height: 50px;
}

#marketSummaryPanel h1 img {
    width: 25px;
    height: 13px;
}

#marketSummaryPanel h5 {
    font-size: 14px;
    text-transform: uppercase
}

#marketSummaryPanel h6 {
    font-size: 11px;
    font-style: italic;
    color: #8b8989;
    text-transform: initial
}

#irwStockChart-outer {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #d1d1d1;
    margin-top: 0px;
    clear: both;
}

#irwWrapper #corporateform #stockchart {
    height: 400px !important;
}

#toolkit {
    float: right;
    width: auto;
}


.irwToolKit a {
    padding: 5px 5px;
    border-right: 1px solid #dddddd;
    width: 90px;
}

.irwToolKit a,
.irwToolKit span {
    display: table-cell;
    text-align: center
}

.irwToolKit a span {
    display: block;
}

.irwToolKit .irwToolKitDesc {
    margin-right: 5px;
    width: 100%;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #ababab !important
}

.irwToolKit .irwLoading .fa-spin {
    background: transparent;
    position: absolute;
    left: 100px;
    top: 4px;
    left: 37px;
}

.irwToolKit img {
    margin-bottom: 15px;
}

.middle-menu {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.middle-menu li {
    list-style-type: none
}

.middle-menu>#navbar-search {
    position: relative
}

.middle-menu>li #navbar-search-box {
    position: absolute;
    right: -48px;
    bottom: 0;
    top: 65px;
    width: 250px;
    height: 125px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #d22630;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    z-index: 10;
}

.navbar-nav>#navbar-search>a>i.fa-times {
    margin: 0 1px
}

.navbar-nav>li #navbar-search-box .radio-inline {
    margin: 0 6px !important
}

#navbar-search a {
    padding: 5px 10px;
    float: left
}

#navbar-search a#searchControlButton {
    padding: 6px 10px;
}

#navbar-search .radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-left: 0
}

#navbar-search label.radio-inline.irwCustomLabel {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

#navbar-search a i.fa.fa-search.text-primary,
i.fa.text-primary.fa-times {
    color: #d22630;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    min-width: 15px;
}

#navbar-search a .description {
    width: 100%;
    color: #ababab;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    margin-top: 12px;
}

.form-control {
    border-radius: 0
}

a#searchControlButton {
    padding: 6px 10px;
}

#toolkit #irwsearch .input-group {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .irwToolKit a {
        /*float: left;*/
        padding: 20px;
        border-right: 0;
    }

    .middle-menu,
    #toolkit #irwsearch .input-group {
        width: 100%;
    }



    a#searchControlButton {
        padding: 6px 10px;
    }
}

#quaterly-results {
    margin-top: 340px;
}

@media screen and (max-width: 767px) {
    #quaterly-results {
        margin-top: 60px;
    }
}

.quaterly-results h1 {
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}

.quaterly-results h1 a,
.quaterly-results h1 a:hover {
    color: white;
}

.quaterly-results p.black-bg {
    color: #d22630;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.quaterly-results p.black-bg span {
    color: #fff;
    text-transform: lowercase;
    padding: 0 5px;
}

#quaterly-results .black-bg a.btn.btn-danger {
    padding: 15px 30px;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

/* FOOTER */


#footer {
    width: 100%;
    padding: 10px 0 0 0;
    background: #2d2d2d;
    border-top: 8px solid #222;
    height: 135px !important;
}

#footer.litex {
    background: #fafafa;
    border-top: 6px solid #e9e9e9;
}

.footer-in {
    margin: 0 auto;
    padding-bottom: 50px;
    color: #ccc;
    position: relative;
    font-size: 13px;
    height: 72px !important;
}

.footer-in .columns {
    margin-top: 20px;
}

.footer-in h5.subtitle {
    color: #ddd;
    display: block;
    border-bottom: 1px solid #212121;
    padding-bottom: 6px;
    margin: 0;
    margin: 35px 0;
    -webkit-box-shadow: 0 1px #373737;
    -moz-box-shadow: 0 1px #373737;
    box-shadow: 0 1px #373737;
    position: relative;
}

#footer.litex .footer-in h5.subtitle {
    color: #414141;
}

#footer h5.subtitle span {
    position: absolute;
    right: 0;
    text-align: right;
}

#footer h5.subtitle span a {
    color: #787878;
    font-size: 10px;
    font-weight: 400;
}

.footer-in a {
    color: #0093d0
}

.footer-in a:hover {
    color: #85b940;
    text-decoration: none
}

.footer-in a:focus {
    color: #ff9900;
}

.footbot {
    margin: 0 auto;
    position: relative;
    background: #222;
    padding: 26px 0 18px;
    text-align: right;
    border-top-right-radius: 2px;
    border-top-left-radius: 1px;
}

#scroll-top a {
    width: 30px;
    height: 30px;
    padding: 6px 8px;
    border-radius: 4px;
    background: #818c90;
    position: fixed;
    bottom: 48px;
    right: 32px;
    display: none;
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 1029;
}

#scroll-top a i {
    font-size: 16px;
    color: #fff;
}

#scroll-top a:hover {
    background-color: #ffcc00;
    cursor: pointer;
}

#irwWrapper .irwDescription a {
    color: #ffffff;
    background-color: #d22630;
    border-color: #d22630;
    padding: 15px 25px;
    float: left;
    width: 20%;
    text-transform: uppercase;
    text-align: center;
}

#topcontrol {
    display: none !important;
}

@media screen and (max-width: 767px) {

    #irwWrapper .govdocs table tbody div.irwDocCommonDate.irwGovDocDate,
    #irwWrapper .govdocs table tbody div.irwDocCommonLink.irwGovDocLink {
        padding: 5px 2px;
    }

    #irwWrapper .govdocs .irwEventAlert .col-lg-6 {
        padding: 0;
    }

    #irwWrapper .govdocs table tbody div.irwDocCommonLink.irwGovDocLink a {
        word-break: break-word;
    }

    #irwWrapper #docsPanelResults .table>thead>tr>th,
    #irwWrapper #docsPanelResults .table>tbody>tr>th,
    #irwWrapper #docsPanelResults .table>tfoot>tr>th,
    #irwWrapper #docsPanelResults .table>thead>tr>td,
    #irwWrapper #docsPanelResults .table>tbody>tr>td,
    #irwWrapper #docsPanelResults .table>tfoot>tr>td {
        padding: 8px 3px;
    }

    #irwWrapper #irwCommitteeCharting .footable-row-detail-name {
        width: 200px;
    }

    #irwWrapper .irwDescription a {
        width: 50%
    }

    #marketSummaryPanel h1 {
        font-size: 50px;
    }

    #header-menus {
        background-color: #d22630;
        width: 100%;
        display: table;
        padding: 10px 0px;
        float: left;
    }

    #header-menus a.btn {
        padding: 0px 5px;
        font-size: 11px;
        display: table-cell;
        border-right: 1px solid #fff;
        width: initial;
    }

    #toolkit #irwsearch .radio-inline {
        width: 100%
    }

    #toolkit #irwsearch .radio-inline+.radio-inline {
        margin-left: 0
    }

    .quaterly-results h1 {
        font-size: 40px;
    }

    .quaterly-results h1 a,
    .quaterly-results h1 a:hover {
        color: white;
        text-decoration: none
    }

    .irwToolKit a,
    .irwToolKit span {
        display: inline-block;
        text-align: center
    }
}

#irwWrapper #asReportedForm #irwTabsContent #AsBalance,
#irwWrapper #asReportedForm #irwTabsContent #AsIncome,
#irwWrapper #asReportedForm #irwTabsContent #AsCashFlow {
    margin-bottom: 20px !important;
}

.irwMarketSnapshot h1 {
    margin-top: -10px;
}

.textwidget {
    padding-top: 2px;
    margin-left: -5px;
}


#irwWrapper .recent-all {
    float: left;
    margin-bottom: 10px;
    padding: 35px 0 0;
    text-align: center;
    width: 100%;
}

#irwWrapper .recent-all a {
    background: #d22630 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 25px;
    width: auto;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .irwToolKit a {
        padding: 0;
    }

    .toolkit-main {
        float: right;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #d22630;
    color: #fff !important;
    text-shadow: 0 1px 1px #d22630;
}

#irwWrapper #totalreturnform .calculators h3,
#irwWrapper #totalreturnform .calculators h2 {
    font-size: 20px;
}

@media screen and (min-width: 767px) {
    #irwWrapper #contact {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    #irwWrapper #contact {
        margin-top: 20px;
    }
}

#irwWrapper .irwDescription #contact a {
    color: #d22630;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    float: none;
    width: auto;
    text-transform: inherit;
    text-align: inherit;
}

#irwWrapper .seclinks {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #d22630;
    margin: 5px 0;
    padding: 5px 5px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
}

#irwWrapper #QuarterlyResultsform #accordion .alert.irwNotification {
    display: none;
}

#banner.nxp-1073750895 {
    background-image: url("/files/images/irw/stock_ban.jpg") !important;
}

#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa {
    color: #d22630;
}

#irwWrapper #irwTabsEvent>li>a {
    border-radius: 4px 4px 0 0;
    padding: 8px 14px;
    color: #fff;
    font-size: 14px;
}

#irwWrapper #irwTabsEvent>li.active>a {
    background-color: #fff;
    color: #5B481D;
    font-weight: normal;
    font-size: 14px;
}


@media (max-width: 768px) {
    .irwToolKit a {
        width: initial;
        margin: 0
    }


    .search-outer.pull-left {
        display: none !important;
    }
}

@media (max-width: 767px) {

    #toolkit .EmailPopup,
    #toolkit #excel_toolkit,
    #toolkit .text-center.irwLoading,
    #toolkit #tkID5,
    #toolkit #tkID4 {
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) {
    .search-outer.pull-left {
        display: none !important
    }
}

@media (max-width: 768px) {
    .hidden#navbar-search-box {
        display: block !important
    }

    #irwWrapper table {
        word-break: break-all;
    }

    #stockInfo #accordion table th {
        white-space: normal;
    }

    #irwWrapper #stockInfo table {
        word-break: normal;
    }

    #dividendsPanel #igGridDividends col:last-child {
        width: 120px !important;
    }

    #irwWrapper #irwFiling table,
    #irwWrapper #irwCustomPage table {
        word-break: normal;
    }

    #PresentationDocsform .irwDocCommonDate,
    #PresentationDocsform .irwDocCommonLink {
        padding: 3px;
        font-size: 12px;
        word-break: normal;
    }

    h1.page-title {
        font-size: 28px;
    }

    #irwWrapper #secform .table>thead>tr>th,
    #irwWrapper #secform .table>tbody>tr>th,
    #irwWrapper #secform .table>tfoot>tr>th,
    #irwWrapper #secform .table>thead>tr>td,
    #irwWrapper #secform .table>tbody>tr>td,
    #irwWrapper #secform .table>tfoot>tr>td {
        font-size: 12px;
        padding: 8px 3px;
        word-break: normal;
    }
}

#irwWrapper .irwMarketSnapshot .chart-title {
    font-size: 20px !important;
    margin-top: 5px;
}

#irwWrapper #govdocsform .irwgovdocs .irwGovDocsTbl.irwDocCommonTbl tr.irwHasGA td div.irwDocCommonDate.irwGovDocDate {
    display: none;
}

/* Stock Graph call in CP page */
#irwWrapper .corporate #stockInfo .dropdown {
    display: inline-block
}

#irwWrapper .corporate #stockInfo .btn-sm,
#irwWrapper .corporate #stockInfo .btn-group-sm>.btn {
    padding: 5px;
}

/* End Stock Graph call in CP page */
.search-outer.pull-left {
    display: none !important;
}

html,
body {
    height: 100%;
    margin: 0px;
}

.outerdiv {
    min-height: 100vh;
    margin-bottom: -135px !important;
    padding-bottom: 135px;
}

@media (max-width: 1320px) {
    #nxp-214 .toolkit-main {
        float: left;
        position: relative;
        top: 0px;
        width: 100%;
    }

    #nxp-214 .toolkit-main #toolkit {
        float: left;
    }
}

.page_1073754326 #irwWrapper #irwCustomPage ul {
    margin-bottom: 20px;
}

.page_1073754326 #irwWrapper #irwCustomPage ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #333;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    font-size: 18px;
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: 1em;
    /* Also needed for space (tweak if needed) */
}

#irwWrapper #irwEvent #PastEvent .irwBoxHeader.irwEventBoxTrigger .addToCalendar {
    display: none;
}

.page_187 #irwWrapper {
    margin-bottom: 0;
}

#irwWrapper,
irwWrapperPR {
    display: block;
    clear: both;
    margin-bottom: 50px;
}

#irwWrapper .desc {
    text-align: center;
}

.footer-in a:focus {
    color: #85b940;
}

#irwWrapper .presentations .irwEventAlert .col-lg-6 .fa {
    color: #d22630;
}

#irwWrapper .notifications .text-primary {
    color: #666666;
}


body,#irwWrapper  {
	font-family: 'Roboto', sans-serif;
        font-size: 14px;
}
a:hover
{
    text-decoration:none
}
#irwWrapper,irwWrapperPR {
	color: #333;
	font-family: 'Roboto', sans-serif;
        font-size: 14px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
#irwWrapper a {
	color: #d22630;
	text-decoration: none;
}
#irwWrapper a:hover, #irwWrapper a:focus {
	color: #d22630;
	text-decoration: none;
}
#irwWrapper a:focus {
	outline:none;
}
/*
// Contextual colors
*/

#irwWrapper .text-primary, .irwCopyright .text-primary {
	color: #d22630;
}
#irwWrapper a.text-primary:hover {
	color: #d22630;
}
.irwCopyright a.text-primary:hover {
	color: #d22630;
}

/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary, .irwCopyright .bg-primary, .scrollbar-handle {
	color: #fff;
	background-color: #d22630;
}
#irwWrapper a.bg-primary:hover {
	background-color: #d22630;
}
#irwWrapper .bg-light-blue {
	background-color:#30baf8;
	color:#fff;
}
#irwWrapper .bg-dark-blue {
	background-color:#0098F9;
	color:#fff;
}
#irwWrapper .bg-dark-grey {
	background-color:#6D6E72;
	color:#fff;
}
#irwWrapper .bg-light-blue a, #irwWrapper .bg-dark-grey a, #irwWrapper .bg-light-blue a:hover, #irwWrapper .bg-dark-grey a:hover, #irwWrapper .bg-dark-blue a, #irwWrapper .bg-dark-blue a:hover {
	color:#fff;
}
#irwWrapper .btn-primary {
	color: #ffffff;
	background: #d22630;
	border-color: #d22630;
	color: white;
}
#irwWrapper .btn-primary:hover, #irwWrapper .btn-primary:focus, #irwWrapper .btn-primary:active, #irwWrapper .btn-primary.active, #irwWrapper .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #d22630;
	border-color: #d22630;
}
#irwWrapper .panel-default > .panel-heading, #irwWrapper .nav-tabs > li > a .tab-pointer {
	color:#d22630;
}
#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select {
	background-color:#d22630;
	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 Structure Overwrites
// --------------------------------------------------
*/
#irwWrapper .row-margin {
	margin-bottom:15px;
}
#irwWrapper .irwTile, #irwWrapper .irwTile2 {
	min-height:267px;
	padding:15px;
}
#irwWrapper .irwTile2 {
	min-height:549px;
	padding:6px 0 0
}
#irwWrapper .irwTileNegMargin {
	margin-left:-15px;
}
#irwWrapper .irwTile h6, #irwWrapper .irwTile h5, #irwWrapper .irwTile2 h4 {
	margin:0;
	padding:0;
}
#irwWrapper .irwTile h6 {
	margin-bottom:40px;
}
#irwWrapper .irwItemDate {
	color:#CBEEFD;
	margin-bottom:15px;
}
#irwWrapper .irwItemTitle, #irwWrapper .irwItemTitle a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
#irwWrapper #map_canvas.map {
	width:100%;
	height:176px;
}
#irwWrapper .irwSNLOne {
	background:url('/files/images/irw/img-1.jpg') no-repeat top right;
	background-size: cover !important;
}
 @media (max-width: 768px) {
 #irwWrapper .irwTileNegMargin {
margin-left:0;
}
 #irwWrapper #map_canvas.map {
width:100%;
height:176px;
margin-bottom:15px;
}
}
@media (max-width: 1024px) {
 #irwWrapper .irwTile h6 {
margin-bottom:20px;
}
 #irwWrapper .irwTileNegMargin {
margin-left:0;
}
}
/*
// IRW Tabs
// --------------------------------------------------
*/
span.mn {
    color: #d22630;
}
#irwWrapper .irwTabs {
	border:none;
	border-top:8px solid #d22630;
	background-color:#d22630;
	border-radius:  0;
}
#irwWrapper .irwTabs ul {
	margin-left:-10px;
}
#irwWrapper .irwTabs ul li a {
	background-color: #d22630;
	color:#e5e5e5;
}
#irwWrapper .irwTabs ul li a:hover, #irwWrapper .irwTabs ul li.active a {
	color:#fff;
	text-decoration:none;
}
#irwWrapper .btn-default:hover, #irwWrapper .btn-default:focus, #irwWrapper .btn-default:active, #irwWrapper .btn-default.active, #irwWrapper .open .dropdown-toggle.btn-default
{
    	background-color: #d22630;

}
#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:#d22630;
}
#irwWrapper .irwTableRowItem h6, #irwWrapper .irwTableRowItem ul li {
	font-size:12px;
}
#irwWrapper .ui-widget {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
#irwWrapper .irwDivTotal
{
    border-color:#d22630
}
#irwWrapper #irwTabsEvent {
    background-color: #d22630;
    border-radius:0;
    border: 0;
    padding: 10px 10px 0 6px;

}
#irwWrapper .form-control, .irwcommodal .form-control,#irwWrapper .well,#irwWrapper .irwEventBody
{
    border-radius:0;
}
#irwWrapper .irwCRTabsPanel
{
     background-color: #d22630;
    border-color: #d22630;
    border-image: none;
    border-radius: 0;
}
#irwWrapper .table-irwBorder > tbody > tr:hover, #irwWrapper .table-irwBorder tr:hover + tr.irwAbstract {
    border-left: 3px solid #d22630;
}
#irwWrapper .bg-primary, .irwCopyright .bg-primary, .irwcommodal .bg-primary, #irwFinlHighlights #SourcePopupDive .cellbggray {
    color: #fff;
    background-color: #d22630;
}
#irwWrapper .meter {
	background-color:#ccc;
}
#irwWrapper .nav-tabs > li.active > a, #irwWrapper .nav-tabs > li.active > a:hover, #irwWrapper .nav-tabs > li.active > a:focus
{
    background-color: #d22630;
}
.irwNote {

    border-bottom: 3px solid #d22630;

}
.bg-cover {
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.black-bg {
	background-color:rgba(0, 0, 0, 0.8);
	text-align:center;
}
.bg-grey {
	background-color:#ebebeb;
	padding:65px 0;
}
#irwWrapper .black-bg a {
	width:265px;
	margin-bottom:10px;
	text-align:left;
    height:70px;
}
#irwWrapper .red {
	border-top: 3px solid #d22630;
	width: 10%;
	text-align: left;
	float:left;
	margin-top: 5px;
}
#irwWrapper p {
	line-height:25px;
}
h1.irwTitle
{
    display:none
}
h1.page-title {
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: -1px;
    width:100%;
    float:left;
    padding-top:20px;
}
h1.page-title .red
{
        border-top: 3px solid #d22630;
    width: 10%;
    text-align: left;
    float: left;
    margin-top: 5px;
}
#irwWrapper h1 {
	font-size:40px;
	font-weight:bold;
	margin-top:0;
	text-transform:uppercase;
	letter-spacing: -1px;
    width:100%;
    float:left;
}
#irwWrapper h1 span
    {
        width:100%;
        float:left
    }
#irwWrapper h1 small {
	font-size:14px;
	font-weight:500;   
    color:#8b8989;
    width:100%;
    float:left;
}
#irwWrapper small {
	font-size:11px;
}
#irwWrapper h3 {
	font-size:23px;
	font-weight:normal
}
.padding {
	padding:65px 0;
}
.padding-1 {
	padding:30px 25px;
}
.padding-2 {
	padding:30px 25px;
}
.margin {
	margin-bottom:15px;
}
#pr-section h3 {
	font-size:23px;
	font-weight:300;
	text-transform:uppercase;
	line-height:30px;
	color:#3d3c3c;
    min-height:170px;
}
#pr-section small {
	color:#333333
}
#pr-section a.btn,#pr-section a.btn:hover {
	position:absolute;
	padding: 5px 25px;
	border:2px solid #ebebeb;
        margin-top: 10px;
    margin-bottom: 10px;
}
 @media screen and (max-width: 767px) {
 #irwWrapper .black-bg a {
 width:100%;
 margin-bottom:10px;
 text-align:left;
}
#irwWrapper .red {
 width: 20%;
}
.banner .bg-danger span {
display:none
}
.banner a.btn-danger {
width:100%;
}
}
.banner span
{
    color:white
}
#header-menus
{
    background-color: #d22630;
    width: 30%;
    display: table;
    padding: 10px 15px;
    float:right;

}
    #header-menus a.btn
    {
        padding:0px 10px;
        font-size:11px;
        display:table-cell;
        border-right:1px solid #fff

    }
    #header-menus ul.dropdown-menu
    {
        top: 24px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
    right: -16px;
    left: inherit;
    }
    #header-menus ul.dropdown-menu a
    {
        color:white
    }
   #header-menus .dropdown-menu > li > a:hover,#header-menus .dropdown-menu > li > a:focus {
    background-color: #d22630;
    color: #fff;
    text-decoration: none;
}
.left-menu{
	text-align:center;
	padding:0;
    float:left; 
    width:100%;
	/*height:655px;*/
    height:160px;
}
#navbar {
	margin:0;
	padding:0;
	
	}
#navbar li {
	margin:0;
	list-style-type:none;
	padding:0;
	float:left; width:100%;
}

#navbar li a {
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:white;
	text-align:left;
	padding:20px 25px 20px 50px;
	float:left;
	width:100%;
	margin:0;
}
#navbar li ul.submenus{margin:0;
	padding:0;
	}
#navbar li ul.submenus li a{padding:10px 25px 10px 50px;margin:0;}

#navbar li a:hover,#navbar li a.active {
	text-decoration:none;
	background-color:#d22630
}
a.logo {
    
    padding: 30px 0;    
    margin: 0 auto;
    display: inline-block;
}
.fa.arrow:before {
	content: "\f104";
}
.active > a > .fa.arrow:before {
	content: "\f107";
}
.plus-times {
	float: right;
}
.fa.plus-times:before {
	content: "\f067";
}

.active > a > .fa.plus-times:before
{
    content: "\f068";
}
#navbar li ul.submenus li .second-level a
{
    padding-left:30px;margin:0;
}
    #navbar li ul.submenus li a,#navbar li ul.submenus li .second-level a:hover
    {
        text-decoration:none
    }
    .mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(210, 38, 48, 1) none repeat scroll 0 0;
    width: 5px;
}
    .mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
    .mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
    background: rgba(210, 38, 48, 1) none repeat scroll 0 0;
}
@media (min-width: 1200px)
{
    #irwWrapper .container
    {
        width: 1150px;
    }
    #irwWrapperPR .container
    {
        width: 1150px;
    }
}

#irwWrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  text-transform:uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space:normal;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#irwWrapper .btn:focus,
#irwWrapper .btn:active:focus,
#irwWrapper .btn.active:focus,
#irwWrapper .btn.focus,
#irwWrapper .btn:active.focus,
#irwWrapper .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#irwWrapper .btn:hover,
#irwWrapper .btn:focus,
#irwWrapper .btn.focus {
  color: #fff;
  text-decoration: none;
}
#irwWrapper .btn:active,
#irwWrapper .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#irwWrapper .btn.disabled,
#irwWrapper .btn[disabled],
#irwWrapper fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#irwWrapper a.btn.disabled,
#irwWrapper fieldset[disabled] a.btn {
  pointer-events: none;
}
#irwWrapper .btn-danger {
  color: #ffffff;
  background-color: #d22630;
  border-color: #d22630;
      padding: 15px 25px;
}
#irwWrapper .btn-danger:focus,
#irwWrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #d22630;
  border-color: #d22630;
}
#irwWrapper .btn-danger:hover {
  color: #ffffff;
  background-color: #d22630;
  border-color: #d22630;
}
#irwWrapper .btn-danger:active,
#irwWrapper .btn-danger.active,
#irwWrapper .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#irwWrapper .btn-danger:active:hover,
#irwWrapper .btn-danger.active:hover,
#irwWrapper .open > .dropdown-toggle.btn-danger:hover,
#irwWrapper .btn-danger:active:focus,
#irwWrapper .btn-danger.active:focus,
#irwWrapper .open > .dropdown-toggle.btn-danger:focus,
#irwWrapper .btn-danger:active.focus,
#irwWrapper .btn-danger.active.focus,
#irwWrapper .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d22630;
  border-color: #d22630;
}
#irwWrapper .btn-danger:active,
#irwWrapper .btn-danger.active,
#irwWrapper .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
#irwWrapper .btn-danger.disabled,
#irwWrapper .btn-danger[disabled],
#irwWrapper fieldset[disabled] .btn-danger,
#irwWrapper .btn-danger.disabled:hover,
#irwWrapper .btn-danger[disabled]:hover,
#irwWrapper fieldset[disabled] .btn-danger:hover,
#irwWrapper .btn-danger.disabled:focus,
#irwWrapper .btn-danger[disabled]:focus,
#irwWrapper fieldset[disabled] .btn-danger:focus,
#irwWrapper .btn-danger.disabled.focus,
#irwWrapper .btn-danger[disabled].focus,
#irwWrapper fieldset[disabled] .btn-danger.focus,
#irwWrapper .btn-danger.disabled:active,
#irwWrapper .btn-danger[disabled]:active,
#irwWrapper fieldset[disabled] .btn-danger:active,
#irwWrapper .btn-danger.disabled.active,
#irwWrapper .btn-danger[disabled].active,
#irwWrapper fieldset[disabled] .btn-danger.active {
  background-color: #d22630;
  border-color: #d22630;
}
#marketSummaryPanel h1
{
    font-size:50px;
    font-weight:100;
    color:#3d3c3c;    
    line-height:50px;
}
    #marketSummaryPanel h1 img
    {
        width:25px;
        height:13px;
    }
#marketSummaryPanel h5
{
    font-size:14px;
    text-transform:uppercase
}
#marketSummaryPanel h6
{
    font-size:11px;
    font-style:italic;
    color:#8b8989;
    text-transform:initial
}
#irwStockChart-outer
{
    background-color:#fbfbfb;
    padding:10px;
    border:1px solid #d1d1d1;
    margin-top: 0px;
    clear:both;
}
#irwWrapper #corporateform #stockchart{height:400px !important;}
#toolkit
{
     float: right;
    width: auto;
}
.irwToolKit {
    margin-bottom:0;
    display:table;
    float: right;
}

.irwToolKit a
{
    padding:5px 5px;
    border-right:1px solid #dddddd;
    width:90px;
}
.irwToolKit a,.irwToolKit span
{
    display:table-cell;
    text-align:center;
    vertical-align: top;
}
.irwToolKit a span {
    display: block; 
}
.irwToolKit .irwToolKitDesc {
    margin-right: 5px;
    width: 100%;
    float: left;
    font-size:11px;
    text-transform:uppercase;
    color:#ababab !important
}
    .irwToolKit .irwLoading .fa-spin
    {
        background: transparent;
        position: absolute;
        left: 100px;
        top: 4px; left:37px;
    }
    .irwToolKit img {
    margin-bottom: 15px;
}
.middle-menu
{
    float: left;
        margin: 0;
    padding: 0;
    text-align: center;
}
.middle-menu li
{
    list-style-type:none
}
.middle-menu>#navbar-search {
	position:relative
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.middle-menu>li #navbar-search-box {
	position:absolute;
	right: 0;
	bottom:0;
	top:65px;
	width:250px;
	height:125px;
	padding:15px;
	background:#fff;
	border:1px solid #ddd;
	border-top:3px solid #d22630;
	border-radius:0;
	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, .175);
	box-shadow:0 3px 6px rgba(0, 0, 0, .175);
    z-index:10;
}
.navbar-nav>#navbar-search>a>i.fa-times {
	margin:0 1px
}
.navbar-nav>li #navbar-search-box .radio-inline {
	margin:0 6px!important
}
#navbar-search a{
    padding:5px 10px;
    float:left
}
#navbar-search a#searchControlButton
{
    padding: 6px 10px;
}
#navbar-search .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline
{
    margin-left:0
}
#navbar-search  label.radio-inline.irwCustomLabel {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

#navbar-search a i.fa.fa-search.text-primary,i.fa.text-primary.fa-times
{
    color:#d22630;
    font-size:15px; 
    text-transform:uppercase;
    width:100%;
    min-width: 16px;
}
#navbar-search a .description
{
    width:100%;
    color:#ababab;
    font-size:11px; 
    text-transform:uppercase;
    float:left;
    margin-top:12px;
}
.form-control
{
    border-radius:0
}
    a#searchControlButton
{
    padding: 6px 10px;
}
#toolkit #irwsearch .input-group
{
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .irwToolKit a {
    /*float: left;*/
    /*padding: 20px;
    border-right: 0;*/
}
    .middle-menu,#toolkit #irwsearch .input-group
    {
        width:100%;
    }
    #toolkit #irwsearch
    {
        /*padding:20px;*/
    }
    a#searchControlButton
{
    padding: 6px 10px;
}
    
}
#quaterly-results
{
    /*margin-top:410px;*/
    margin-top:340px;
}
@media screen and (max-width: 767px)
{
    #quaterly-results
{
    margin-top:60px;
}
}
.quaterly-results h1
{
    font-size:50px; 
    text-align:left;
    font-weight:bold;
    color:white;
    text-transform:uppercase;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}
.quaterly-results h1 a,.quaterly-results h1 a:hover
{
    
    color: white;
}
.quaterly-results p.black-bg  
{ 
color:#d22630;
text-align: left;
    padding:0;
    text-transform:uppercase;
    font-weight:bold;
    float:left;
        width: 100%;
    line-height: 50px;
    text-align:center;
    font-size:16px;
}
.quaterly-results p.black-bg span  
{ 
color:#fff;
text-transform:lowercase;
padding:0 5px;

}
#quaterly-results .black-bg a.btn.btn-danger  {
    padding:15px 30px;
        float:right;
        font-size:16px;
        font-weight:bold;

}

/* FOOTER */
	
	
	#footer { width: 100%; padding: 10px 0 0 0; background: #2d2d2d; border-top: 8px solid #222; height:135px!important; }
	#footer.litex { background: #fafafa;  border-top: 6px solid #e9e9e9; }
	.footer-in { margin: 0 auto; padding-bottom: 50px; color: #ccc; position: relative; font-size:13px; height:72px!important; }
	.footer-in .columns { margin-top: 20px; }
	.footer-in h5.subtitle { color: #ddd; display: block; border-bottom: 1px solid #212121; padding-bottom: 6px; margin: 0; margin: 35px 0; -webkit-box-shadow: 0 1px #373737; -moz-box-shadow: 0 1px #373737; box-shadow: 0 1px #373737; position: relative; }
	#footer.litex .footer-in h5.subtitle { color:#414141;}
	#footer h5.subtitle span { position: absolute; right: 0; text-align: right; }
	#footer h5.subtitle span a { color: #787878; font-size: 10px; font-weight: 400; }
.footer-in a {
    color:#0093d0
}
    .footer-in a:hover {
    color: #85b940;
    text-decoration:none
}
    .footer-in a:focus {
    color: #ff9900;
}
.footbot {
    margin: 0 auto;
    position: relative;
    background: #222;
    padding: 26px 0 18px;
    text-align: right;
    border-top-right-radius: 2px;
    border-top-left-radius: 1px;
}

    #scroll-top a {
        width: 30px;
    height: 30px;
    padding: 6px 8px;
    border-radius: 4px;
    background: #818c90;
    position: fixed;
    bottom: 48px;
    right: 32px;
    display: none;
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 499841;
}
    #scroll-top a i {
    font-size: 16px;
    color: #fff;
}
    #scroll-top a:hover {
    background-color: #ffcc00;
    cursor: pointer;
}
   
#topcontrol {
    display: none !important;
}

@media screen and (max-width: 767px){
#irwWrapper .govdocs table tbody div.irwDocCommonDate.irwGovDocDate,
#irwWrapper .govdocs table tbody div.irwDocCommonLink.irwGovDocLink {
    padding: 5px 2px;
}
#irwWrapper .govdocs .irwEventAlert .col-lg-6 {
    padding: 0;
}
#irwWrapper .govdocs table tbody div.irwDocCommonLink.irwGovDocLink a {
    word-break: break-word;
}
#irwWrapper #docsPanelResults .table > thead > tr > th, 
#irwWrapper #docsPanelResults .table > tbody > tr > th, 
#irwWrapper #docsPanelResults .table > tfoot > tr > th, 
#irwWrapper #docsPanelResults .table > thead > tr > td, 
#irwWrapper #docsPanelResults .table > tbody > tr > td, 
#irwWrapper #docsPanelResults .table > tfoot > tr > td {
    padding: 8px 3px;
}
#irwWrapper #irwCommitteeCharting .footable-row-detail-name {
    width: 200px;
}
#irwWrapper .irwDescription a
{width:50%}
    #marketSummaryPanel h1
    {
        font-size: 50px;
    }
    #header-menus {
    background-color: #d22630;
    width: 100%;
    display: table;
    padding: 10px 0px;
    float: left;
}
    #header-menus a.btn {
    padding: 0px 5px;
    font-size: 11px;
    display: table-cell;
    border-right: 1px solid #fff;
    width: initial;
}
    #toolkit #irwsearch .radio-inline
    {
        width:100%
    }
        #toolkit #irwsearch .radio-inline + .radio-inline
        {
            margin-left:0
        }
.quaterly-results h1
{
    font-size:40px; 
    
}
.quaterly-results h1 a,.quaterly-results h1 a:hover
{
    
    color: white;
    text-decoration:none
}
.irwToolKit a,.irwToolKit span
{
    display:inline-block;
    text-align:center
}
}
#irwWrapper #asReportedForm #irwTabsContent #AsBalance,
#irwWrapper #asReportedForm #irwTabsContent #AsIncome,
#irwWrapper #asReportedForm #irwTabsContent #AsCashFlow

{
    margin-bottom:20px !important;
}

.irwMarketSnapshot h1 { margin-top: -10px; }
.textwidget { padding-top:2px; margin-left: -5px; }


.child-menu-active {
    background-color: #d22630;
}
.banner #cssmenu > ul > li > a span {
    color: #d22630;
}
.banner #cssmenu > ul > li.active > a span {
    color: #fff;
}
.banner #cssmenu > ul > li:hover > a span, .banner #cssmenu > ul > li > a:hover span, .banner #cssmenu > ul > li.active > a span{
     background-color: #d22630;
     color:#ffffff;
}
#cssmenu > ul > li:hover.has-sub > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    right: 17px;
    top: 22px;
    width: 0;
}

.banner #cssmenu ul ul li a span {
    background-color:#ffffff ;
     color:#d22630;
}

#irwWrapper .recent-all {
    float: left;
    margin-bottom: 10px;
    padding: 35px 0 0;
    text-align: center;
    width: 100%;
}
#irwWrapper .recent-all a {
    background: #d22630 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 25px;
    width: auto;
    text-transform:uppercase;
}
@media screen and (max-width: 767px) {
    .irwToolKit a {
    padding:0;
    }
.toolkit-main {
   
}
}
#cssmenu ul ul li a
{
        box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #d22630;
    color: #fff!important;
    text-shadow: 0 1px 1px #d22630;
}
#irwWrapper #totalreturnform .calculators h3, #irwWrapper #totalreturnform .calculators h2 {
    font-size:20px;
}
@media screen and (min-width: 767px)
{
    #irwWrapper #contact
    {
        padding:0;
    }
}
@media screen and (max-width: 767px)
{
    #irwWrapper #contact
    {
        margin-top:20px;
    }
}
#irwWrapper .irwDescription #contact a {
    color: #d22630;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    float: none;
    width: auto;
    text-transform: inherit;
    text-align: inherit;
}

#irwWrapper .seclinks {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #d22630;
    margin: 5px 0;
    padding: 5px 5px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
}
#irwWrapper #QuarterlyResultsform #accordion .alert.irwNotification {
    display:none;
}




/* High request changes done */
#cssmenu > ul > li > a.active {
color: #ffffff;
background: #d22630;
}
.banner #cssmenu > ul > li > a.active span {
    color: #ffffff;
}
#cssmenu > ul > li.has-sub > a.active::after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 6px solid transparent;
border-top-color: #fff;
right: 17px;
top: 22px;
}
#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa {
    color: #d22630;
}

#irwWrapper #irwTabsEvent>li>a {
    border-radius:4px 4px 0 0;
    padding:8px 14px;
    color: #fff;
    font-size: 14px;
}
#irwWrapper #irwTabsEvent>li.active>a {
    background-color: #fff;
    color: #5B481D;
    font-weight: normal;
    font-size: 14px;
}
@media (max-width: 768px)
{
    /*.irwToolKit a
    {
        width:initial;
        margin:0
    }
    #toolkit .EmailPopup,
    #toolkit #excel_toolkit,
    #toolkit .text-center.irwLoading,
    #toolkit #tkID5

    {
        width:50%;
        text-align:center;
        margin-bottom:10px;
    }*/
}
@media (min-width: 767px)
{
    .search-outer.pull-left
    {
        display:none !important
    }
}
@media (max-width: 768px)
{
   
    #irwWrapper table
    {
       word-break: break-all;
    }
    #stockInfo #accordion table th {
        white-space: normal;
    }
    #irwWrapper #stockInfo table {
        word-break: normal;
    }
    #dividendsPanel #igGridDividends col:last-child {
        width: 120px !important;
    }
    #irwWrapper #irwFiling table,
    #irwWrapper #irwCustomPage table {
        word-break: normal;
    }
    #PresentationDocsform .irwDocCommonDate,
    #PresentationDocsform .irwDocCommonLink {
        padding: 3px;
        font-size: 12px;
        word-break: normal;
    }
    h1.page-title {
        font-size: 28px;
    }
    #irwWrapper #secform .table > thead > tr > th, 
    #irwWrapper #secform .table > tbody > tr > th, 
    #irwWrapper #secform .table > tfoot > tr > th, 
    #irwWrapper #secform .table > thead > tr > td, 
    #irwWrapper #secform .table > tbody > tr > td, 
    #irwWrapper #secform .table > tfoot > tr > td {
        font-size: 12px;
        padding: 8px 3px;
        word-break: normal;
    }
}
@media (max-width: 990px) {
    .equal-height-pr, .equal-height-pr .news-title {
        height: auto !important
    }

}
#irwWrapper .irwMarketSnapshot .chart-title {
    font-size:20px !important;
     margin-top: 5px;
}

/* Stock Graph call in CP page */
#irwWrapper .corporate #stockInfo .dropdown { display: inline-block}
#irwWrapper .corporate #stockInfo .btn-sm, #irwWrapper .corporate #stockInfo .btn-group-sm > .btn { padding: 5px;}
/* End Stock Graph call in CP page */

.ui-widget-header {
    background: none;
    text-shadow: none;
    border: none;
}

.tableGrid {
    table-layout: auto !important;
    width: 100% !important;
}

.errMsgBox {
    border: red 1px solid !important;
}
.banner {
    background-color:#ccc;

}
.banner.nxp-184,
.banner.nxp-301,
.banner.nxp-174,
.banner.nxp-1073750895 {
    background-color: #ccc;
    }
/*================================================================================*/
/*changes for coming soon page*/
.banner-text {
    padding-bottom:10px;
}
.banner-text h1 {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
}
/*.toolkit-main {
    display:none !important;
}*/
#irwWrapper {
    /*min-height:500px;*/
}
    #irwWrapper .kpi-wrapper {
        margin:50px 0;
    }
    
    #irwWrapper .kpi-wrapper .item {
        display: block;
        text-align: center;
        color: #000 !important;
        text-decoration: none !important;
        position: relative;
        padding: 80px 40px;
        background-color: #f0f0f0;
    }
    #irwWrapper .kpi-wrapper .item .icon {
        font-size: 40px;
        display: block;
        color: #d22630;
    }
    #irwWrapper .kpi-wrapper .item .text {
        font-size: 16px;
        display:inline-block;
        margin-top:10px;
    }
    #irwWrapper .irwDescription a {
        /*color: #ffffff;
        background-color: #d22630;
        border-color: #d22630;
        padding: 15px 25px;
        float: left;
        width: 20%;
        text-transform: uppercase;
        text-align: center;*/
    }
/*================================================================================*/

#irwWrapper #irwOD .irwODPerson ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}
#irwWrapper #irwOD .irwODPerson ul li {
	list-style: disc;
}
@media print {

	#fullBodyWrapper .print-wrapper {
		width: 100% !important;
		display: block;
	}
		#fullBodyWrapper .print-wrapper .bg-cover {
			
			display: none;
		}
	#fullBodyWrapper {
		width: 100% !important;
		display: block;
	}
}

#cssmenu .has-sub li a.active {
    background: #d22630;
}
#cssmenu .has-sub li a.active span {
    background: #d22630;
    color: #fff;
}
@media(max-width: 1200px) {
    .container {
        width: 100%;
    }
    .toolkit-main {
        position: static;
        float: none;
        width: 100%;
    }
    #toolkit {
        float: none;
    }
}
@media(max-width: 1024px) {
    #cssmenu > ul > li > ul::after, #cssmenu ul ul ul::after {
        display: none;
    }
}
@media(max-width: 990px) {
    .hidden#navbar-search-box, .search-outer.pull-left, .search-outer .hidden {
        display: block !important;
    }
    .search-outer.pull-left {
        width: 100%;
    }
    .irwToolKit {
        display: table;
        float: left;
        text-align: right;
        width: 100%;
    }
    .irwToolKit a, .irwToolKit span {
        display: inline-block;
        text-align: center;
    }
    #tkID5 {
        border-right: 0;
    }
}
@media(max-width: 767px) {
    .irwToolKit a {
        width: auto;
        padding: 0;
        border: 0;
        margin: 0 15px;
    }
}



/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

@font-face {
font-family: 'FontAwesome';
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.eot');
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/FontAwesome.otf') format('embedded-opentype'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.woff') format('woff'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf') format('truetype'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.svg') format('svg');
font-weight: normal;
font-style: normal
}
      

@media (max-width: 990px){
    .PageSearchResults  .search-outer.pull-left{
        display: none !important;
    }
     .search-outer.pull-left{
         padding-bottom: 25px;    
    }
    
    a#searchControlButtonMobile {
        padding: 6px 10px;
    }
}
