@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/*Pagination*/
.footable-page:not(.visible) {
    display: none !important;
}
.pagination {
    border-radius: 0;
}

#irwWrapper .pagination{
    display: flex;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    // background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*.PreviewToolBar {
    display: none;
}*/

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body > #ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
    url('../fonts/flaticon.woff') format("woff"),
    url('../fonts/flaticon.ttf') format("truetype"),
    url('../fonts/flaticon.svg#flaticon') format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url('../fonts/flaticon.svg#flaticon') format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline > li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline > li:before,
#irwWrapper .timeline > li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline > li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline > li > .timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline > li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline > li > .fa,
.timeline > li > .glyphicon,
#irwWrapper .timeline > li > .ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline > li.treeround > span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover,
#irwWrapper .timeline > li.treeround > span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline > li > .fa,
#irwWrapper .timeline .timeline > li > .glyphicon,
#irwWrapper .timeline .timeline > li > .ion {
    left: 24px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline > li.treeline:last-child,
#irwWrapper .timeline .timeline > li > .timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}
/** IRW THEME BELOW **/

/*!
 * spglobal IRW CSS Theme (https://www.spglobal.com/en/)
 * Copyright 2019
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */


/*!
 * Client Name 	: Motorola Solutions
 * KeyInst		: 4280272
*/


/***********************TYPOGRAPHY***********************/

#irwWrapper,
#irwWrapperPR {
    color: #333;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
}

#irwWrapper a,
#irwWrapperPR a {
    color: #000;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
    color: #415984;
    text-decoration: none;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
    outline: none;
}


/*
// Contextual colors
*/

#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
    color: #999999;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
    color: #333;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary,
.irwCopyright .text-primary {
    color: #005cb9 !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #000;
    color: #FFF !important;
    text-shadow: 0 1px 1px #2788B1;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
    color: #415984;
}

.irwCopyright a.text-primary:hover {
    color: #415984;
}


/*
// Contextual backgrounds
*/

#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary {
    color: #fff;
    background-color: #000;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
    background-color: #415984;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
    color: #ffffff;
    background: #000;
    background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
    background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
    background-image: -o-linear-gradient(top, #000 0%, #000 100%);
    background-image: linear-gradient(top, #000 0%, #000 100%);
    border-color: #e31522;
    color: white;
    border-color: #000;
}

#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary,
#irwWrapperPR .btn-primary:hover,
#irwWrapperPR .btn-primary:focus,
#irwWrapperPR .btn-primary:active,
#irwWrapperPR .btn-primary.active,
#irwWrapperPR .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

#irwWrapper .panel-default>.panel-heading {
    color: #000;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #000;
    color: #fff;
}

#irwWrapper .panel-default>.panel-heading-Select a:hover,
#irwWrapper .panel-default>.panel-heading-Select a:focus,
#irwWrapper .panel-default>.panel-heading-Select a:active {
    color: #fff;
}


/*
// IRW Tabs
// --------------------------------------------------
*/

#irwWrapper .irwTabs {
    border: none;
    border-top: 8px solid #000;
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #000;
    color: #e5e5e5;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a {
    color: #fff;
    text-decoration: none;
}

#irwWrapper .irwTabs ul li.active a {
    background-color: #fff;
    color: #5B481D;
    border-radius: 4px 4px 0 0;
}


/* --Mobile View-- */

#irwWrapper .irwTabs .form-group.visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group.visible-xs label {
    color: #fff;
}

.explore-bar__wrapper .explore-bar__icon-card.active-parent-card .explore-bar__title {
    font-weight: bold;
}

/**/

#irwWrapper .irwSwitch ul li a span.fa {
    font-size: 14px;
}

#irwWrapper .irwTableRowItem ul li a:hover,
#irwWrapper .irwTableRowItem ul li.active a,
.ui-datepicker .ui-datepicker-title {
    color: #415984;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: Arial;
    font-size: 14px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}


/*Suppress Title on Press Releases*/


/*Suppress FAQ extra paragraphs*/

.irwDivFaqs .scrollbar-content p,
.irwDivFaqs p {
    display: none;
}

.irwDivFaqs .scrollbar-content {
    width: 100%;
}

.irwDivFaqs .scrollbars {
    height: 172px !important;
}


/*Stock Chart Config Menu */

#irwWrapper .irwConfigMenuWrapper {
    z-index: 1029;
}

#irwWrapper .nav-tabs>li.active>a,
#irwWrapper .nav-tabs>li.active>a:hover,
#irwWrapper .nav-tabs>li.active>a:focus,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#irwWrapper #irwTabsEvent {
    background-color: #000;
}


/**/

#irwWrapper .irwNote {
    border-bottom-color: #000;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #000;
}

#hero-block-3a>.hero-block-3a__image.hero-block-3a__image--scrim {
    background: linear-gradient(to right, #000, rgba(10, 92, 185, 0.5));
    min-height: 558px;
}

/*==========Custom CSS===========*/
#hero-block-3a>.hero-block-3a__image.hero-block-3a__image--scrim {
    background: none !important;
}

#hero-block-3a>.hero-block-3a__image>img {
    top: 50px !important;
}

.overview-back {
    min-height: 565px;
    background: #fff;
    position: absolute;
    right: 0;
    /*---00158934---*/
       /* width: 36%; 
        padding: 60px 60px 87px 60px; 
 top: 127px;*/
     width: 33%;
     padding: 0px 60px 35px 60px;
    top: 95px;
        /*---00158934---*/

    top: 127px;
}

.tertiary-cta__btn {
    font-family: Arial;
    border-radius: 36px;
    padding: 8px 26px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.tertiary-cta__btn--secondary-inverse {
    border-radius: 36px;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
}

.tertiary-cta__btn--secondary-inverse:hover {
    background-color: #dbdbdb;
    color: #232323;
    opacity: 1;
    border-color: #dbdbdb;
}

.tertiary-cta__btn--secondary-inverse a {
    color: #fff;
}

.tertiary-cta__btn--secondary-inverse a:hover {
    color: #000;
}

.overview-back-button {
    text-align: center;
    padding-top: 30px;
}

/*.mobile-view {
    display:none;
}*/
.heroblock.section {
    min-height: 608px;
}

#secondary-nav {
    position: relative;
}

/*IR Menu*/
#cssmenu {
    background: none;
    display: block;
    clear: both;
}

#cssmenu>ul {
    display: block;
    clear: both;
    text-align: center;
}

#cssmenu>ul>li {
    float: none;
    display: inline-block;
    text-align: left;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    background: #cb6741;
}

#cssmenu ul ul li a {
    color: #333;
    background: #f0f0f0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 228px;
    font-size: 16px;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 15px;
}

#cssmenu>ul>li>a {
    font-size: 14px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    color: #232323;
    padding: 10px 15px;
    letter-spacing: 0.5px;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    background: #000;
}

/*==============KPI blocks=============*/
#explore .explore-bar__icon-card-icon {
    width: auto;
    height: 43px;
}

.secondary-cta {
    height: auto;
    min-height: 417px;
}

#three-column-layout>.three-column-layout__wrapper>.container.stock-wrap-sect {
    padding: 0 21px;
}

.price .irwBoxBodyItemLabel p {
    font-size: 48px !important;
    margin: 0px;
    font-weight: 400;
}

#three-column-layout>.three-column-layout__wrapper .three-column__h2--title {
    margin-bottom: 40px;
    text-align: center;
}

#three-column-layout .three-column-layout__wrapper .container.mx-auto.text-left {
    padding: 0 21px;
}

.irwBoxBodyItemLabel {
    float: left;
    width: 60%;
}

.price i.fa {
    font-size: 37px;
    vertical-align: super;
    font-weight: bold;
}

.price .irwBoxBodyItemValue {
    font-weight: 400;
    padding-top: 20px;
}

.financial-metrics p {
    font-size: 12px;
}

#irwWrapper .stock-prices#stockInfo #irwTabsContent #snapshotPanel #snapshotPricePanel #snapshotPriceInnerPanel #snapshotPrice.irwQuoteValue,
#irwWrapper .stock-prices#stockInfo #irwTabsContent #snapshotPanel .irwSnapshotChange #snapshotChangePanel .irwChangeValue #snapshotChangeDollar {
    margin-left: -5px
}

.irwBoxBodyItem.with-back {
    padding: 15px 0 !important;
}

.border-all {
    border-top: 1px solid #ebebeb;
}

.MSExchange,
.MSTicker {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.irwBoxBodyItem .price-font {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

#marketSummaryPanel>div.irwBoxBodyItem.with-back.price.text-center {
    padding-top: 0 !important;
}

.irwBoxBodyItemLabel {
    float: left;
    width: 60%;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
}

.irwBoxBodyItemValue.date-display {
    color: #666666;
    text-align: center;
    font-size: 14px;
}

#three-column-layout>section>section>div>article:nth-child(3) {
    margin-top: -66px;
}

.price-font .text-success {
    color: #20c997 !important;
}

.custom-buttom-contact {
    border-radius: 36px;
    border: solid 1px #eee;
    background-color: transparent;
    color: #000;
    font-family: Arial;
    border-radius: 36px;
    padding: 8px 26px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

.custom-buttom-contact:hover {
    background-color: #dbdbdb;
    color: #232323;
    opacity: 1;
    border-color: #dbdbdb;
}

.custom-buttom-contact a,
.custom-buttom-contact:hover a {
    color: #000;
}

.overview-back-button-custom {
    padding-top: 35px;
}

#product-lines-1a {
    /* background: url(../images/irw/images/contact-man_03.jpg) no-repeat;
    background-position: right;*/
}

/*====News======*/
#corporateform .ms-news-ticker .dir-buttons {
    border: 0px;
    width: 100%;
}

#corporateform .ms-news-ticker .dir-buttons button.previous-news span,
.ms-news-ticker .dir-buttons button.next-news span {
    height: 36px;
    width: 27px;
    display: inline-block;
}

#corporateform .ms-news-ticker .dir-buttons button.next-news span {
    background: url(../images/irw/Arrow-Right.png) no-repeat;
}

#corporateform .ms-news-ticker .dir-buttons button.previous-news span {
    background: url(../images/irw/images/Arrow-LEft.png) no-repeat;
}

#corporateform .ms-news-ticker .dir-buttons button {
    background: transparent;
}

#corporateform .ms-news-ticker .dir-buttons button.previous-news {
    border-right: none;
}

#corporateform .ms-news-ticker .dir-buttons button.next-news {
    border-left: 1px solid transparent;
    position: absolute;
    right: 100px;
}

.ms-news-ticker .news-list li {
    background: transparent;
}

.ms-news-ticker .news-list li a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

#corporateform .ms-news-ticker .dir-buttons button.next-news {
    right: 15px;
}

#corporateform .ms-news-ticker .more-news {
    position: absolute;
    right: auto;
    top: 98px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    border-radius: 36px;
    border: solid 1px #eee;
    background-color: #fff;
    font-family: Arial;
    border-radius: 36px;
    padding: 8px 26px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}

#corporateform .ms-news-ticker .more-news:hover {
    background-color: #dbdbdb;
    color: #232323;
    opacity: 1;
    border-color: #dbdbdb;
}

#corporateform .ms-news-ticker .more-news:after {
    display: none;
}

#corporateform .ms-news-ticker .news-list li {
    right: 108px;
}

#irwWrapper .row {
    display: block;
}

#secondary-nav.inner-page-nav {
    top: 64px;
    margin-bottom: 64px;
}

#ms-content.ir-192 .explore-bar__wrapper .font__h2 {
    margin: 0px;
}

.nav-search .nav-icon .icon:after {
    content: none;
}

.menu-tabs li {
    display: inline-block;
    padding: 20px 28px;
}

.menu-tabs li:hover {
    background: #000;
}

.menu-tabs li:hover a {
    color: #fff;
}

.menu-tabs li a {
    color: #000;
}

#ms-content {
    margin-top: 0 !important;
}

#irwWrapper .bg-primary {
    background-color: #000 !important;
}

#hero-block-3a>div>div.hero-block-3a__content.col-sm-12.col-md-7.col-lg-5 {
    margin-top: 104px;
}

#irwWrapper .irwEnventDate,
#irwWrapper .irwBoxHeader.irwEventTrigger h4,
#irwWrapper .irwEventBody h4 {
    font-size: 16px;
}

#irwWrapper #stockInfo .panel-title>a {
    text-transform: uppercase;
    padding: 20px 15px;
}

/*=========Audit Fixes=========*/
.menu-tabs li a {
    font-size: 14px;
}

.secondary-cta img {
    width: 100%;
    height: auto;
    min-height: 418px;
}

#corporateform .ms-news-ticker .more-news {
    position: relative;
}

.ms-news-ticker .news-list {
    padding: 0px 200px 0px 100px;
    min-height: inherit;
}

.ms-news-ticker {
    margin-bottom: 56px;
}

.date-format {
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

#three-column-layout>.three-column-layout__wrapper .three-column__cards>.three-column__cards--inner>.three-column__wrapper--card>.three-column__card>.three-column__card--content>.three-column__button--link>a>.btn {
    min-width: auto !important;
}

.custom-buttom-contact a,
.custom-buttom-contact:hover a {
    font-size: 13px;
}

#product-lines-1a>.product_lines_1a--head {
    margin-bottom: 20px !important;
}

#irwWrapper #stockInfo .irwConfigMenuWrapper {
    z-index: 1;
}

#irwWrapper .modal-header {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#irwWrapper #ByMember>table>thead>tr.active {
    display: table-row !important;
}

.fix-irwAsreportyear,
.fix-irwAsreportTab {
    position: relative;
}

#secondary-nav>.secondary-nav__ul>.secondary-nav__li a.activeparent {
    font-weight: 600 !important;
}

@media (max-width: 991.98px) and (min-width: 768px) {
    #corporateform #three-column-layout>.three-column-layout__wrapper>.three-column__cards>.three-column__cards--inner>.three-column__wrapper--card {
        width: 100%;
    }

    #corporateform #three-column-layout>section>h2 {
        text-align: center !important;
    }

    #three-column-layout>.three-column-layout__wrapper {
        padding-top: 80px;
        padding-bottom: 1px;
    }
}

@media (min-width: 992px) {
    #buddy-toggle {
        display: none;
    }
}

@media (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
not all,
not all,
not all,
only screen and (max-width: 1024px) and (min-resolution: 192dpi),
only screen and (max-width: 1024px) and (min-resolution: 2dppx) {

    #secondary-nav {
        top: 4px;
    }

    #imagelayout #three-column-layout>.three-column-layout__wrapper>.three-column__h2--title {
        padding: 0;
        text-align: center;
    }

    #three-column-layout>section>section>div>article:nth-child(3) {
        margin-top: 0px;
    }

    #product-lines-1a {
        background: none;
    }

    #three-column-layout>.three-column-layout__wrapper>.three-column__h2--title {
        padding: 0px 44px;
    }

    #corporateform .secondary-cta img {
        height: 416px;
    }

    #corporateform .ms-news-ticker .dir-buttons {
        display: none;
    }

    #corporateform .ms-news-ticker .more-news {
        position: relative;
        float: none;
        right: 0;
    }

    .secondary-cta img {
        height: 418px;
    }

    .menu-tabs li {
        display: block;
        padding: 20px 28px;
    }

    #corporateform .three-column__cards .btn-text {
        font-size: 10px;
    }

    #buddy-toggle {
        visibility: hidden;
    }

    #three-column-layout>section>section>div>article:nth-child(1) {
        margin-bottom: 0 !important;
        height: 155px;
    }

    #product-lines-1a>.product_lines_1a--body>.icon-block {
        flex-grow: 1;
        margin-bottom: -10px !important;
    }
}

@media (min-width: 1316px) {
    #secondary-nav {
        top: 0;
    }
}

@media (max-width: 480px) {
    #hero-block-3a>.hero-block-3a__image.hero-block-3a__image--scrim {
        min-height: 750px;
    }

    .explore-bar__wrapper .explore-bar__title {
        max-width: 175px;
    }

    #three-column-layout>.three-column-layout__wrapper .three-column__cards>.three-column__cards--inner>.three-column__wrapper--card>.three-column__card>.three-column__card--content>.three-column__button--link>a>.btn>.btn-text {
        font-size: 10px !important;
    }

    .cnt-ph-block {
        word-break: break-all;
    }
}

@media (max-width: 768px) {
    .mobile-view {
        display: block;
    }

    .destop-view {
        display: none;
    }

    .overview-back.mobile-view {
        position: initial;
        top: initial;
        min-height: initial;
        padding: 130px 40px;
    }

    #three-column-layout>.three-column-layout__wrapper>.three-column__h2--title {
        text-align: center !important;
    }

    .ms-news-ticker .news-list {
        padding: 0px;
    }
}


@media (min-width: 1121px) {
    #hero-block-3a>.hero-block-3a__image {
       /* padding: 80px 0 0 285px; */
        /*----00145162--*/
         padding: 80px 0 0 105px
    }
}

@media (min-width: 1170px) {
    .imagelayout #three-column-layout>.three-column-layout__wrapper>.three-column__cards>.three-column__cards--inner>.three-column__wrapper--card>.three-column__card>.three-column__card--content>.three-column__button--link {
        padding: 0 20px 32px 0px;
        display: block;
    }

    .imagelayout #three-column-layout>.three-column-layout__wrapper>.three-column__cards>.three-column__cards--inner>.three-column__wrapper--card>.three-column__card>.three-column__card--content {
        text-align: left;
        padding: 26px 0 0 0;
    }
}

@media screen and (min-width: 992px) {
    #corporateform #product-lines-1a>.product_lines_1a--body>.icon-block {
        flex-grow: 1;
        margin-bottom: 5px;
    }

    #corporateform #product-lines-1a {
        background-color: transparent;
        padding: 86px 24px;
    }

    #product-lines-1a>.product_lines_1a--head {
        margin-bottom: 22px;
    }
}

.new-data {
    display: block !important;
}

.old-data {
    display: none !important;
}

/*Bug fixing*/
#irwWrapper input[type="checkbox"]+label:before,
#irwWrapper input[type="radio"]+label:before,
#irwWrapper input[type="checkbox"]+label:after,
#irwWrapper input[type="radio"]+label:after {
    border: 0px;
    background: transparent;
}

#irwWrapper input,
#irwWrapper input[type="text"] {
    max-width: 100%;
}





.page-214 #irwWrapper .MNA #accordion .panel-heading .panel-title a {
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 15px;
}

.page-214 #irwWrapper .MNA #accordion .panel-heading .panel-title a.collapsed {
    background-color: #000;
    color: #ffffff;
}

.page-214 #irwWrapper .MNA #accordion .thumbnail {
    border-color: #dddddd;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
}

.page-214 #irwWrapper .MNA #accordion .thumbnail span {
    display: block;
    font-size: 12px;
    padding: 8px;
    text-align: center;
}

.page-214 #irwWrapper .MNA #accordion .thumbnail img {
    display: block;
    padding: 8px;
    float: left;
}

.page-214 #irwWrapper .MNA #accordion .panel-body {
    padding: 20px 20px 0;
}

.page-214 #irwWrapper .MNA #accordion .panel.panel-default {
    padding-bottom: 8px;
}

.page-214 #irwWrapper .MNA #accordion .panel-body a.thumbnail {
    float: left;
}

.page-214 #irwWrapper .MNA #accordion .panel-body a.thumbnail img {
    float: left;
    display: block;
}

.page-214 #irwWrapper .MNA #accordion .panel-body table .col-xs-6.col-md-2 {
    max-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .page-214 #irwWrapper .MNA #accordion .panel-body table .col-xs-6.col-md-2 {
        max-width: none;
        width: inherit !important;
    }

}

@media only screen and (max-width: 767px) {

    #irwWrapper .sec-filings .irwBoxBody table.irwResponsiveTable {
        font-size: 13px;
    }

    #irwWrapper .sec-filings .irwBoxBody table.irwResponsiveTable td,
    #irwWrapper .sec-filings .irwBoxBody table.irwResponsiveTable th {
        font-size: 13px;
        padding: 8px 4px;
    }

    .page-214 #irwWrapper .MNA #accordion .panel-body table .col-xs-6.col-md-2 {
        max-width: none;
        width: inherit !important;
    }

}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    margin-right: 2%;
    width: 48%;
}

.ui-datepicker .ui-datepicker-title select {
    padding: 5px;
    height: auto;
}

#irwWrapper #stockInfo .irwConfigMenuWrapper .irwConfigMenuTabs li.active a i.text-primary {
    color: #000 !important;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {


    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        margin-right: 0%;
        width: 49%;
    }


}

@media only screen and (max-width: 767px) {

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        margin-right: 0%;
        width: 49%;
    }

    #irwWrapper #dividendInfo .irwBoxHeader {
        padding: 8px 8px;
    }


}

/*=========fixes post release=============*/
#irwWrapper #docsPanel .irwBoxHeader h5,
#irwWrapper #dividendInfo .irwBoxHeader h5,
#irwWrapper #stockInfo .irwBoxHeader h5 {
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 0px;
}

#irwWrapper #stockInfo .panel-title>a {
    text-transform: uppercase;
    padding: 20px 15px;
}

#irwWrapper #stockInfo .irwSwitch>ul>li {
    padding-top: 10px;
}

#irwWrapper .irwBoxTools {
    padding-top: 10px;
}

.ms-news-ticker .news-list li.news-item a {
    white-space: initial;
}

#irwWrapper .MNA #accordion .panel-body {
    padding: 20px 20px 0;
}

#irwWrapper .MNA #accordion .panel-heading .panel-title a {
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 15px;
}

.ir-302 #irwWrapper .QuarterlyResultsPanel.panel-group .panel-heading>a {
    text-transform: uppercase;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 13px;
    padding: 20px 5px;
}

.ir-302 #irwWrapper .QuarterlyResultsPanel .panel-heading .fa {
    color: #fff;
}

#irwWrapper .NonGAAPFinancials ul {
    padding: 0 0 15px;
}

#irwWrapper .NonGAAPFinancials ul li {
    padding: 5px 0;
}

.ir-innerpage a.activesubmenu {
    font-weight: 700;
}

#irwWrapper #irwTabsEvent {
    background-color: transparent;
}

#irwWrapper #irwTabsEvent>li {
    margin-bottom: 0;
    width: 100%;
}

#irwWrapper #irwTabsEvent>li>a {
    background-color: #000;
    color: #fff;
    display: table;
    width: 100%;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 20px
}

#irwWrapper #irwTabsEvent>li.active>a {
    background-color: #000;
    color: #fff;
    display: table;
    width: 100%;
    text-transform: uppercase;
}

#irwWrapper #irwTabsEvent>li>a:hover,
#irwWrapper #irwTabsEvent>li>a:focus,
#irwWrapper #irwPastEventYear>li>a:hover,
#irwWrapper #irwPastEventYear>li>a:focus {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.ir-innerpage #topmenu {
    display: none;
}

nav#secondary-nav #lowermenu {
    display: none;
}

h1.secondary-nav__h1 a {
    color: #111;
}

@media (min-width: 1316px) {
    #secondary-nav {
        top: 0px;
    }
}

@media (max-width: 1315.98px) and (min-width: 992px) {
    #secondary-nav {
        top: 0;
    }
}


@media (max-width: 991.98px) and (min-width: 768px) {
    #corporateform #three-column-layout>.three-column-layout__wrapper {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

@media (max-width: 380px) {
    .irwBoxBodyItemLabel {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .cnt-ph-block {
        display: block;
        padding-top: 15px;
    }
}

.page-187 #hero-block-3a>.hero-block-3a__image>.hero-block-3a__content {
    /* margin-top: 60px; */
    position: relative;
    /* 00158934 */
    height: 100%;
    padding-top: 60px;
}

.page-187 .awSlider .carousel-caption .cp-slider-details {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 85px;
    font-family: "UniversLTStd";
}

.page-187 .awSlider .carousel-caption .cp-slider-details a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
}

.page-187 .awSlider .carousel-caption .cp-slider-details a:hover {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
}

.page-187 .awSlider .carousel-caption .cp-slider-info {
    color: #fff;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "UniversLTStd";
}

.page-187 .awSlider .carousel-caption .cp-more-links-area {
    margin-top: 50px;
}

.page-187 .awSlider .carousel-caption .cp-more-links-area a {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    border: solid 1px #eee;
    background-color: #fff;
    font-family: "UniversLTStd";
    padding: 8px 26px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.page-187 .awSlider .carousel-caption .cp-more-links-area a:hover {
    background-color: #dbdbdb;
    color: #232323;
    opacity: 1;
    border-color: #dbdbdb;
}


.page-192 #irwWrapper .QuarterlyResultsPanel.panel-group .panel-heading>span.panel-title>span.irwQRTitle {
    color: #fff;
    background-color: #000;
    padding: 20px;
    display: block;
    width: 100%;
    float: left;
}

.page-192 #irwWrapper .QuarterlyResultsPanel.panel-group .panel-heading>a {
    color: #fff;
    background-color: #000;
    padding: 20px;
}

.page-192 #irwWrapper .QuarterlyResultsPanel .panel-heading {
    border-bottom: 0px;
    background: none;
    margin-top: 15px;
}

.page-192 #irwWrapper .QuarterlyResultsPanel .panel-heading .fa {
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.page-192 #irwWrapper .QuarterlyResultsPanel .irwQRTitle {
    color: #fff;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.page-192 #irwWrapper .QuarterlyResultsPanel .panel-default ul li:hover {
    background: none;
}



@media only screen and (min-width: 960px) and (max-width: 1500px) {
    .page-187 #hero-block-3a>.hero-block-3a__image>.hero-block-3a__content {
        margin-top: 100px;
        position: relative;
    }

    .page-187 #hero-block-3a>.hero-block-3a__image>.hero-block-3a__content>.hero-block-3a__p-lead {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .page-187 #hero-block-3a>.hero-block-3a__image>.hero-block-3a__content {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 60px;
        position: relative;
    }

    .page-187 .overview-back {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .corporate .carousel-caption {
        padding: 25px 120px !important;
    }

}

@media only screen and (max-width: 767px) {
    .page-187 #hero-block-3a>.hero-block-3a__image>.hero-block-3a__content {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 60px;
        position: relative;
    }

    .page-187 .overview-back {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .page-187 #hero-block-3a>.hero-block-3a__image>.hero-block-3a__content>.hero-block-3a__p-lead {
        font-size: 14px;
    }

    .page-187 .explore-bar__wrapper .explore-bar__title,
    .page-187 .explore-bar__wrapper .explore-bar__icon-card {
        width: 100%;
        min-width: 100%;
    }

    .corporate .carousel-caption {
        padding: 25px 75px !important;
    }

}






/*#console-slider { display:none;}
#console-pr-append-outer #console-slider { display:block;}*/





section.awSlider .carousel {
    display: table;
    z-index: 2;

}

section.awSlider {
    position: relative;
    display: table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.awSlider:hover>img {

    opacity: 1;
}

section.awSlider img {
    pointer-events: none;
}

section.awSlider>img {
    position: absolute;
    top: 30px;
    z-index: 1;
    transition: all .3s;

}

.corporate .carousel {
    position: relative
}

.corporate .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.corporate .carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.corporate .carousel-inner>.item>a>img,
.corporate .carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
    min-height: 400px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .corporate .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .corporate .carousel-inner>.item.active.right,
    .corporate .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .corporate .carousel-inner>.item.active.left,
    .corporate .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .corporate .carousel-inner>.item.active,
    .corporate .carousel-inner>.item.next.left,
    .corporate .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.corporate .carousel-inner>.active,
.corporate .carousel-inner>.next,
.corporate .carousel-inner>.prev {
    display: block
}

.corporate .carousel-inner>.active {
    left: 0
}

.corporate .carousel-inner>.next,
.corporate .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.corporate .carousel-inner>.next {
    left: 100%
}

.corporate .carousel-inner>.prev {
    left: -100%
}

.corporate .carousel-inner>.next.left,
.corporate .carousel-inner>.prev.right {
    left: 0
}

.corporate .carousel-inner>.active.left {
    left: -100%
}

.corporate .carousel-inner>.active.right {
    left: 100%
}

.corporate .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;

}

.corporate .carousel-control.left {}

.corporate .carousel-control.right {
    right: 0;
    left: auto;

}

.corporate .carousel-control:focus,
.corporate .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.corporate .carousel-control .glyphicon-chevron-left,
.corporate .carousel-control .glyphicon-chevron-right,
.corporate .carousel-control .icon-next,
.corporate .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.corporate .carousel-control .glyphicon-chevron-left,
.corporate .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.corporate .carousel-control .glyphicon-chevron-right,
.corporate .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.corporate .carousel-control .icon-next,
.corporate .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.corporate .carousel-control .icon-prev:before {
    content: '\2039'
}

.corporate .carousel-control .icon-next:before {
    content: '\203a'
}

.corporate .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.corporate .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 10px
}

.corporate .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.corporate .carousel-caption {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 25px 160px;

    /* background-image: linear-gradient(to bottom,rgba(0,0,0,0.1),#111);*/
}

.corporate .carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .corporate .carousel-control .glyphicon-chevron-left,
    .corporate .carousel-control .glyphicon-chevron-right,
    .corporate .carousel-control .icon-next,
    .corporate .carousel-control .icon-prev {
        height: 36px;
        width: 27px;
        margin-top: -15px;
        font-size: 30px
    }

    .corporate .carousel-control .glyphicon-chevron-left,
    .corporate .carousel-control .icon-prev {
        margin-left: -15px;
        background: url(../images/irw/images/Arrow-LEft.png) no-repeat;
    }

    .corporate .carousel-control .glyphicon-chevron-right,
    .corporate .carousel-control .icon-next {
        margin-right: -15px;
        background: url(../images/irw/images/Arrow-Right.png) no-repeat;
    }

    .page-187 .awSlider .carousel-caption .cp-slider-details {
        margin-top: 85px;
    }

    .page-187 .awSlider .carousel-caption {
        /* padding: 5px 50px;*/
    }

    .corporate .carousel-indicators {
        bottom: 20px
    }
}

.corporate p.phone-number-section {
    margin-top: 5px !important;
}

.corporate p.phone-number-section span {
    border-left: #444 solid 1px;
    padding-left: 7px !important;
}

.corporate #three-column-layout>.three-column-layout__wrapper .three-column__h2--title.stock-own {
    margin-bottom: 20px;
}

.corporate .three-column__button--link.padding-set-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#secondary-nav>.secondary-nav__mobile-dropdown>.secondary-nav__h1.home-link-new a:hover {
    color: #005cb9;
}

.corporate .carousel-inner>.item {
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate .carousel-caption {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #111);
    position: static;
    padding-top: 5%;
    padding-bottom: 5%;
    min-height: 450px;
}



@media only screen and (max-width: 1239px) {
    .secondary-nav__mobile-dropdown.home-link-new-main:hover {
        background-color: #fff !important;
    }

    .secondary-nav__mobile-dropdown.home-link-new-main a {
        color: #232323;
    }

    .secondary-nav__mobile-dropdown.home-link-new-main:hover a {
        color: #005cb9;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .page-187 .awSlider .carousel-caption .cp-slider-details {
        margin-top: 85px;
    }

    #three-column-layout>.three-column-layout__wrapper>.three-column__cards>.three-column__cards--inner>.three-column__wrapper--card.ipad-margin-set {
        margin-left: 0px !important;
    }

    .corporate .carousel-caption {
        padding-top: 11% !important;
        padding-bottom: 11% !important;
    }
}

@media only screen and (max-width: 767px) {

    .page-187 .awSlider .carousel-caption .cp-slider-details {
        margin-top: 85px;
    }

    .page-187 .awSlider .carousel-caption .cp-slider-details,
    .page-187 .awSlider .carousel-caption .cp-slider-details a,
    .page-187 .awSlider .carousel-caption .cp-slider-details a:hover {
        font-size: 18px;
    }

    .page-187 .awSlider .carousel-caption .cp-slider-info {
        color: #fff;
        text-align: center;
        padding-top: 15px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .page-187 .awSlider .carousel-caption .cp-more-links-area {
        margin-top: 20px;
    }

    .page-187 .awSlider .carousel-caption .cp-more-links-area a {
        text-transform: uppercase;
        font-size: 12px;
        padding: 5px 18px;
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }

    .corporate .carousel-control .glyphicon-chevron-left,
    .corporate .carousel-control .glyphicon-chevron-right,
    .corporate .carousel-control .icon-next,
    .corporate .carousel-control .icon-prev {
        height: 36px;
        width: 27px;
        margin-top: -15px;
        font-size: 30px;
    }

    .corporate .carousel-control .glyphicon-chevron-left,
    .corporate .carousel-control .icon-prev {
        margin-left: -11px;
        background: url(../images/irw/images/Arrow-LEft.png) no-repeat;
    }

    .corporate .carousel-control .glyphicon-chevron-right,
    .corporate .carousel-control .icon-next {
        margin-right: -16px;
        background: url(../images/irw/images/Arrow-Right.png) no-repeat;
    }

    .corporate .carousel-control {
        width: 10%;
    }

    .corporate p.phone-number-section span {
        border-left: #444 solid 0px;
        padding-left: 0px !important;
        display: block;
    }

    .corporate .carousel-caption {
        padding-top: 15% !important;
        padding-bottom: 15% !important;
    }
}



#irwWrapper #irwAsReport #irwTabsEvent {
    background-color: #000;
    padding: 5px 10px;
}

#irwWrapper #irwAsReport #irwTabsEvent>li {
    width: auto;
}

#irwWrapper #irwAsReport #irwTabsEvent>li a {
    text-transform: none;
    margin-bottom: 0px;
}

#irwWrapper #irwAsReport #irwTabsEvent>li.active>a {
    text-transform: none;
    margin-bottom: 0px;
    background-color: #979797;
}

#irwWrapper #irwAsReport #irwTabsEvent>li a:hover {
    background-color: #979797;
}

#irwWrapper #irwAsReport #irwTabsEvent>li.active>a:hover {
    background-color: #979797;
}


.fix-irwAsreportyear,
.fix-irwAsreportTab {
    z-index: 98;
}



.page-187 #secondary-nav.inner-page-nav {
    margin-bottom: 0px;
}

h1.secondary-nav__h1 a.active-menu {
    font-weight: 600 !important;
}

#secondary-nav.inner-page-nav.fixed-header-inner {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 111;
}

#nav-search {
    visibility: hidden;
}

#nav-buddy {
    display: none;
}


.page-193 .explore-bar__subheader h3.font__h3 {
    visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
    #secondary-nav.inner-page-nav {
        top: 120px;
    }

    #secondary-nav.inner-page-nav.fixed-header-inner {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
    }

}


@media only screen and (max-width: 767px) {
    #coveostandalonesearchboxmobile {
        display: none !important;
    }

    #ms-nav-main {
        height: auto !important;
    }

    .ms-logo {
        width: 210px;
        background-size: 100% !important;
    }

    #explore .explore-bar__wrapper .explore-bar__cards-container {
        flex-wrap: wrap;
    }

    #explore .explore-bar__cards-container::after {
        display: none;
    }

    #irwWrapper #irwAsReport #irwAsReportPanelTab .dropdown-toggle::after {
        display: none;
    }

}

// IRW THEME ENDS HERE
// annual proxies
#irwWrapper .MNA #accordion .panel-body a.thumbnail {
    float: left;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #DDD !important;
}

.ar-proxies .col-xs-6.col-md-2 {
    font-size: 12px;
}

.ar-proxies .thumbnail img {
    padding:8px;
}

.ar-proxies .thumbnail span {
    padding: 8px;
    display:block;
    text-align: center;
}

h4.panel-title {
    cursor: pointer;
}

p.mx-auto.text-left {padding-bottom: 0 !important; margin-bottom: 0 !important;}

//  .panel-collapse .docLinks {clear: both; float: left;}


div.irwBoxBody.irwEventBody.show {height: auto !important;}

.page-187 .awSlider .carousel-caption .cp-more-links-area a{
    font-family: Arial !important;
}


/*----00145162----*/ 
.overview-back.mobile-view img {
    width: 100% !important;
}



/*----00145162----*/
