@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label+input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*.PreviewToolBar {
    display: none;
}*/

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body>#ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/irw/flaticon.eot");
    src: url("../fonts/irw/flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/irw/flaticon.woff") format("woff"),
        url("../fonts/irw/flaticon.ttf") format("truetype"),
        url("../fonts/irw/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/irw/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
}

#irwWrapper .irwODBoxTrigger {
    cursor: auto;
}

#irwWrapper .irwODBoxTrigger.irwEventHandler {
    cursor: pointer;
}

/** IRW THEME BELOW **/

/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */
/*!
 * Client Name 	: AMC
 * KeyInst		: 4171292
*/

/***********************TYPOGRAPHY***********************/
#irwWrapper .irwSubmitlogin .irwLoginPasswordForgot a {
    color: #000;
}

#irwWrapper,
#irwWrapperPR {
    color: #fff;
    font-family: gordita, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
}

#irwWrapper a {
    color: #fff;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus {
    color: #00a8e1;
    text-decoration: none;
}

#irwWrapper a:focus {
    outline: none;
}

/*
// Contextual colors
*/
#irwWrapper .text-muted {
    color: #eee;
}

#irwWrapper .text-default {
    color: #fff;
}

#irwWrapper .text-primary,
.irwCopyright .text-primary {
    color: #fff;
}

#dividendsform .irwDividendGrid .irwDivTotal td.footable-visible strong.text-primary {
    color: #333;
}

#irwWrapper a.text-primary:hover {
    color: #00a8e1;
}

.irwCopyright a.text-primary:hover {
    color: #00a8e1;
}

/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle {
    color: #fff;
}

#irwWrapper a.bg-primary:hover,
#irwWrapper a.bg-primary:focus {
    background-color: #00a8e1;
}

#irwWrapper .big-button.btn {
    padding: 20px 35px;
    font-size: 16px;
}

#irwWrapper .btn-primary {
    color: #ffffff;
    background-color: #000;
    border: 1px solid #fff;
}

#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary {
    color: #00a8e1;
    background-color: #000;
    border: 1px solid #00a8e1;
    outline: 0;
}

#irwWrapper .btn-default {
    color: #ffffff;
    background-color: #e51937;
    border: 1px solid #e51937;
}

#irwWrapper .btn-default:hover,
#irwWrapper .btn-default:focus,
#irwWrapper .btn-default:active,
#irwWrapper .btn-default.active,
#irwWrapper .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #b7142c;
    border: 1px solid #b7142c;
    outline: 0;
}

#irwWrapper .panel-default>.panel-heading {
    color: #fff;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #e51937;
    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 #44afc6;
    background-color: #44afc6;
    border-radius: 0px;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #fff;
    color: #000;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a,
#irwWrapper .irwTabs ul li a:focus {
    color: #ffffff;
    background: #e51937;
    text-decoration: none;
}

#irwWrapper .irwTabs ul li.active a {
    background-color: #e51937;
    color: #ffffff;
    border-radius: 0px;
}

/* --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: #00a8e1;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: gordita, Helvetica, sans-serif;
    font-size: 14px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}

/*Suppress Title on Press Releases*/

/*Suppress FAQ extra paragraphs*/
.irwDivFaqs .scrollbar-content p,
.irwDivFaqs p {
    display: none;
}

.irwDivFaqs .scrollbar-content {
    width: 100%;
}

.irwDivFaqs .scrollbars {
    height: 172px !important;
}

/*Stock Chart Config Menu */
#irwWrapper .irwConfigMenuWrapper {
    z-index: 1029;
}

#irwWrapper .nav-tabs>li.active>a,
#irwWrapper .nav-tabs>li.active>a:hover,
#irwWrapper .nav-tabs>li.active>a:focus,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#irwWrapper #irwTabsEvent {
    background-color: #fff;
}

/**/
#irwWrapper .irwNote {
    border-bottom-color: #fff;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #fff;
}

.HeaderSubpanelLinks-sublinks {
    display: none;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks li {
    min-width: 215px;
    padding: 5px 10px 5px;
    background-color: #000;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks li:first-child {
    padding-top: 10px;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks {
    display: block;
    position: absolute;
    top: 56px;
    width: auto;
    text-align: left;
    left: 5px;
}

.NavGroupItem.NavGroupItem--withPanel {
    position: relative;
}

.HeaderSearch-dropdown .irwSearchRadio .irwCustomLabel {
    display: block;
    margin-bottom: 10px;
}

.Header-wrap span.NavGroupItem--account-link.Headline--eyebrow {
    padding-top: 22px;
}

.HeaderMobileNav.u-show-mobile {
    padding-bottom: 100px;
}

.stock-rate i.fa.red-color-font {
    color: red;
}

.stock-rate i.fa.green-color-font {
    color: green;
}

.stock-rate {
    padding-top: 20px;
}

#irwWrapper .container {
    padding: 0px;
    width: 100%;
}

section.amc-investor-inner-pages {
    padding: 100px 0px 0px;
}

#irwWrapper .table>thead>tr>th {
    background-color: #333;
    color: #fff;
}

#irwWrapper #docsPanel .bg-default {
    background-color: #333;
}

#irwWrapper .table-irwBorder {
    border-color: #000;
}

#irwWrapper .irwBoxBody {
    background-color: #000;
}

#irwWrapper .table-irwBorder>tbody>tr,
#irwWrapper .table-irwBorder tr+tr.irwAbstract {
    border-color: #000;
}

#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle {
    background-color: #e51937 !important;
}

#irwWrapper .table-irwBorder {
    border-color: #000;
}

#irwWrapper .irwBoxBody {
    background-color: #000;
}

#irwWrapper .table-irwBorder>tbody>tr,
#irwWrapper .table-irwBorder tr+tr.irwAbstract {
    border-color: #000;
}


#irwWrapper .modal-content,
.irwCopyright .modal-content,
.irwcommodal .modal-content {
    background-color: #333;
}

#irwWrapper .table-striped>tbody>tr:nth-child(odd)>td,
#irwWrapper .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #111;
}

div#irwLogin_wraper .text-muted {
    color: #000;
}

/* Button Daly */
#irwWrapper .btn {
    transition: all 0ms ease-in-out;
}

/* DARK Theme Hacks */
#irwWrapper .table-hover>tbody>tr:hover>td:not(.header),
#irwWrapper .table-hover>tbody>tr:hover>th {
    background-color: #333;
}

#irwWrapper #irwIRSearch .irwSearchDetail .irwSearchtext,
#irwWrapper #irwIRSearch .irwSearchshortNote .irwSearchtext {
    background-color: #333
}

#irwWrapper .btn-default.disabled,
#irwWrapper .btn-default[disabled],
#irwWrapper fieldset[disabled] .btn-default,
#irwWrapper .btn-default.disabled:hover,
#irwWrapper .btn-default[disabled]:hover,
#irwWrapper fieldset[disabled] .btn-default:hover,
#irwWrapper .btn-default.disabled:focus,
#irwWrapper .btn-default[disabled]:focus,
#irwWrapper fieldset[disabled] .btn-default:focus,
#irwWrapper .btn-default.disabled:active,
#irwWrapper .btn-default[disabled]:active,
#irwWrapper fieldset[disabled] .btn-default:active,
#irwWrapper .btn-default.disabled.active,
#irwWrapper .btn-default[disabled].active,
#irwWrapper fieldset[disabled] .btn-default.active {
    background-color: #333;
    border-color: #333;
}

#irwWrapper .btn-default.disabled,
#irwWrapper .btn-default[disabled],
#irwWrapper fieldset[disabled] .btn-default,
#irwWrapper .btn-default.disabled:hover,
#irwWrapper .btn-default[disabled]:hover,
#irwWrapper fieldset[disabled] .btn-default:hover,
#irwWrapper .btn-default.disabled:focus,
#irwWrapper .btn-default[disabled]:focus,
#irwWrapper fieldset[disabled] .btn-default:focus,
#irwWrapper .btn-default.disabled:active,
#irwWrapper .btn-default[disabled]:active,
#irwWrapper fieldset[disabled] .btn-default:active,
#irwWrapper .btn-default.disabled.active,
#irwWrapper .btn-default[disabled].active,
#irwWrapper fieldset[disabled] .btn-default.active {
    background-color: #111;
    border-color: #111;
}

#irwWrapper .irwFilters {
    background-color: #000;
}

#irwWrapper .irwFilters .irwFilterPanel1 {
    border-color: #000;
}

#irwWrapper .irwSwitch>ul>li a:hover,
#irwWrapper .irwSwitch>ul>li.active a {
    color: #FFF;
}

#irwWrapper .irwSwitch>ul>li a:focus,
#irwWrapper .irwSwitch>ul>li.active a:focus {
    color: #00a8e1;
}

#irwWrapper #stockInfo .irwSwitch>ul>li a:hover,
#irwWrapper #stockInfo .irwSwitch>ul>li.active a,
#irwWrapper #stockInfo .irwSwitch>ul>li a:focus {
    color: #000;
}

#irwWrapper .irwSwitch>ul>li a {
    color: #aaa;
}

.irwPRSummary.irwHidden {
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

#irwWrapper p {
    font-size: 14px;
}

#irwWrapper .irwTableRowItem .irwPRSummary a {
    color: #000;
}

#irwWrapper .irwTableRowItem .irwPRSummary a:hover {
    color: #00a8e1;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    color: #ccc;
}

#irwWrapper .gridPR .irwTableRowItem {
    background-color: #333;
    border-color: #333;
}

#irwWrapper .gridPR .irwTableRowItem .irwPRDate {
    color: #fff;
}

#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa {
    color: #00a8e1;
}

#irwWrapper .press-releases .filterBy {
    color: #000;
}

#irwWrapper .press-releases .filterBy:hover {
    color: #00a8e1;
}

#irwWrapper .QuarterlyResultsPanel .panel-heading:hover {
    background-color: #000;
}

#irwWrapper .QuarterlyResultsPanel .panel-heading a {
    background-color: #333;
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul li:hover {
    background-color: #000;
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul li {
    padding-left: 30px;
}

#irwWrapper #irwCommitteeCharting .table-hover>tbody>tr:hover>td,
#irwWrapper #irwCommitteeCharting .table-hover>tbody>tr:hover>th {
    background-color: #333;
}

#irwWrapper #irwCommitteeCharting .table-hover .hover_class {
    background-color: #333;
    color: #fff;
}

#irwWrapper #irwCommitteeCharting .table-hover>tbody>tr:hover>td.irwMember:hover,
#irwWrapper #irwCommitteeCharting .irwMember.hover_class {
    background-color: #333;
    color: #fff;
}

#irwWrapper .irwNote {
    background-color: #000;
}

#irwWrapper .irwNote .text-info {
    color: #ccc;
}

#irwWrapper #stockInfo .irwSnapshotTicker {
    background-color: #000;
    min-height: 130px;
    padding-top: 20px;
}

#irwWrapper #stockInfo .irwRow1 {
    height: 90px;
}

#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: #fff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

#irwWrapper #stockInfo div#accordion .ui-widget-content {
    background-color: #000;
}

#irwWrapper .nav>li>a,
#irwWrapper .nav>li>a:hover,
#irwWrapper .nav>li>a:focus {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#irwWrapper #stockInfo .irwConfigMenuTabContent a {
    color: #000;
    font-size: 11px;
    transition: all 0ms ease-in-out;
}

#irwWrapper .bg-default {
    background-color: #e51937;
    color: #FFF;
}

#irwWrapper .irwODBoxTrigger.bg-default {
    background-color: transparent;
}

#irwWrapper .panel-default>.panel-heading {
    background-color: #333;
}

.modal-open .Header-wrap {
    z-index: 0;
}

#irwWrapper .panel-default>.panel-heading.panel-heading-Select {
    background-color: #e51937;
}

#irwWrapper #stockInfo .panel-title a {
    font-size: 14px;
}

#irwWrapper #stockInfo .irwBoxLabel h5,
#irwWrapper #stockInfo .irwHistoricLabel h5 {
    font-size: 14px;
    color: #FFF;
}

#irwWrapper #stockInfo #accordion .ui-widget-content {
    color: #FFF;
}

#ui-datepicker-div [class^="icon-"],
#ui-datepicker-div [class*="icon-"],
#ui-datepicker-div [class^="icon_"],
#ui-datepicker-div [class*="icon_"] {
    width: 16px;
    height: 16px;
    display: block;
}

#irwWrapper #stockInfo .irwRow2 {
    background-color: #333;
    color: #fff;
}

#irwWrapper .u-listStyled {
    margin: 0;
    padding-left: 20px;
    list-style: disc inside;
}

#irwWrapper .irwCustomPage .panel-group .panel {
    background-color: #000;
}

#irwWrapper .irwCustomPage .panel-group .panel .panel-body {
    padding: 15px;
    border-color: #333;
}

#irwWrapper .irwCustomPage .panel-group .panel .panel-body h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 15px;
}

#irwWrapper .irwCustomPage .panel-group .panel .panel-body li .fa {
    display: inline-block;
    padding-right: 7px;
}

#irwWrapper .irwCustomPage .panel-group .panel .panel-body li {
    display: block;
    margin-bottom: 8px;
}


#irwWrapper .irwCustomPage .panel-group .panel .panel-title a {
    background-color: #333;
    color: #FFF;
    font-size: 20px;
}

#irwWrapper .irwCustomPage .panel-group .panel .panel-title a.collapsed {
    background-color: #e51937;
}

#irwWrapper .irwCustomPage .panel-group .panel .panel-body ul {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.carousel .Carousel-Slide.item.active {
    -webkit-transition: all 2s;
    /* Safari */
    -webkit-transition-timing-function: linear;
    /* Safari */
    transition: all 2s;
    transition-timing-function: linear;
}

.grid-wrapper.u-container {
    -webkit-transition: all 2s;
    /* Safari */
    -webkit-transition-timing-function: linear;
    /* Safari */
    transition: all 2s;
    transition-timing-function: linear;
}

.irw-302351 #irwWrapper #irwTabsEvent>li>a {
    border-radius: 0;
    background: #FFFFFF;
    color: #000;
    padding: 8px 14px;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 5px;
}

.irw-302351 #irwWrapper #irwTabsEvent>li>a:hover {
    color: #44afc6;
}

.irw-302351 #irwWrapper #irwTabsEvent>li.active>a,
.irw-302351 #irwWrapper #irwTabsEvent>li:hover>a,
.irw-302351 #irwWrapper #irwTabsEvent>li>a:focus {
    color: #ffffff;
    background: #b7142c;
}

.irw-302351 #irwWrapper #irwTabsEvent>li.active>a:after {
    background: none;
    bottom: 0px;

}

#irwWrapper #irwAsReport #irwTabsEvent {
    padding: 0;
}

.irw-302351 #irwWrapper #irwTabsEvent {
    border-radius: 0;
    background: none;
}

#irwWrapperPR #irwFilePage a {
    color: #00a8e1;
    text-decoration: underline;
}

#irwWrapperPR #irwFilePage a:hover {
    color: #fff;
}

.irw-100107 #irwCommitteeCharting .irwLegends.irwNote .text-info,
.irw-205574 #irwFinlHighlights .irwFinlHighlights .showCustomPeriods {
    display: none;
}

.irw-205574 #irwFinlHighlights #irwFinlCustomPeriods .irwSubHeads,
.irw-205574 #irwFinlHighlights #irwFinlCustomPeriods a,
.irw-205574 #irwFinlHighlights #irwFinlCustomPeriods .remove.fa.fa-caret-left,
.irw-205574 #irwFinlHighlights #irwFinlCustomPeriods .move.fa.fa-caret-right {
    color: #000;
}

.irw-205574 #irwFinlHighlights #irwFinlCustomPeriods a:hover {
    color: #00a8e1;
}

.irw-191 #irwWrapper .panel-default>.panel-heading,
.irw-191 #irwWrapper .panel-default>.panel-heading .panel-title {
    background-color: transparent;
}

.irw-205574 #irwFinlHighlights .PopUpChartToolkit .irwPopUpChartTypeUL .graph_radio {
    color: #000;
}

.irw-205574 #irwFinlHighlights .PopUpChartToolkit .irwPopUpChartTypeUL .graph_radio:hover {
    color: #00a8e1;
}

.irw-205574 #irwFinlHighlights .highcharts-title,
.irw-205574 #irwFinlHighlights .highcharts-yaxis-title,
.irw-205574 #irwFinlHighlights tspan {
    color: #999 !important;
    fill: #999 !important;
}

.irw-302351 #irwAsReport .PopUpChartToolkit .irwPopUpChartTypeUL .graph_radio {
    color: #000;
}

.irw-302351 #irwAsReport .PopUpChartToolkit .irwPopUpChartTypeUL .graph_radio:hover {
    color: #00a8e1;
}

.irw-302351 #irwAsReport .highcharts-title,
.irw-302351 #irwAsReport .highcharts-yaxis-title,
.irw-302351 #irwAsReport tspan {
    color: #999 !important;
    fill: #999 !important;
}

#webcast_slider,
#news_slider {
    z-index: 9999;
}

.slick_dots_list li {
    background-color: #c6c6c6;
    border-radius: 50%;
    height: 0.5625em;
    margin: 0.25em;
    text-indent: -9999px;
    vertical-align: middle;
    width: 0.5625em;
    display: inline-block;
}

.slick_dots_list li.slick-active,
.slick_dots_list li:hover {
    background-color: transparent;
    box-shadow: 0 0 0 0.125em #fff;
    cursor: default;
}

.slick_dots_list li button {
    display: none;
}

.slick_dots_list ul {
    padding-left: 0;
}

.slick_dots {
    z-index: 9999;
}

.slick_dots button {
    border: none;
    padding: 0;
}

#news_slider h1 a {
    font-size: 26px;
    letter-spacing: normal;
}

#news_slider h1 {
    line-height: 30px;
}

#irwWrapper #newsForm .irwTabs {
    background: none;
    border-top: medium none;
}

.slider-track .slider-selection {
    background-color: #000000 !important;
}

@media (max-width: 1200px) {
    a .Link.NavGroupItem-link {
        padding: 22px 6px 0px;
        font-size: 11px;
    }

    .HeaderSubpanelLinks-sublinks a {
        font-size: 12px;
    }
}

@media (max-width: 1259px) {
    .slick_dots_list .slick-dots {
        padding-right: 30px;
    }
}

@media (max-width: 400px) {
    .stock-rate {
        font-size: 12px;
    }
}

#irwWrapper .QuarterlyResults #QuarterlyResultsform .irwqrtoggle {
    display: none;
}

/*.Header-wrap #searchControlForm #irwsearch .HeaderSearch-dropdown .u-container .irwSearchRadio{display:none;}*/
/*li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled {background:transparent url(../images/irw/menu_bg.png) !important;
}*/
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks li,
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks a.Link {
    background: none;
}

#irwWrapper .InfoRequest .form-control {
    border-left: 0px  !important;
    border-right: 0px  !important;
    border-top: 0px  !important;
    border-bottom: 1px solid #a3a3a3  !important;
    background: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#irwWrapper .InfoRequest .input-group-addon {
    background: none;
    border: none;
    border-bottom: 1px solid #a3a3a3;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#irwWrapper .InfoRequest .irwNoBg {
    background: none !important;
    border: none;
    border-bottom: 1px solid #a3a3a3;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.Hero.Hero--hasImage .page-title-new-display {
    display: block;
    position: absolute;
    z-index: 1005;
    top: 130px;

}

.Hero.Hero--hasImage .page-title-new-display h2 {
    color: #fff;
}

/* Quarterly Results Styling start*/
#irwWrapper .QuarterlyResults #myTabContent .tab-pane .technology {
    background-color: #333 !important;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

#irwWrapper .QuarterlyResults #myTabContent .thelanguage .panel-body .irwHasGA {
    padding: 5px 0;
}

#irwWrapper .QuarterlyResults #appendNewPanel.col-xs-12.col-sm-12.col-md-12.col-lg-9 {
    width: 100% !important;
}

#irwWrapper .QuarterlyResults .archieve span.active {
    background: #EFEFEF;
    color: #333;
}

#irwWrapper .QuarterlyResults .yearTab {
    margin: 0 5px 0 0;
}

#irwWrapper .QuarterlyResults .yearTab a {
    padding: 8px;
    background: #fff;
    color: #000;
    cursor: pointer;
}

#irwWrapper .QuarterlyResults .archieve span.active {
    background: #EFEFEF;
    color: #333;
}

#irwWrapper .QuarterlyResults .archieve {
    text-align: left;
    margin-bottom: 30px;
}

#irwWrapper .QuarterlyResults .technology {
    display: block;
    margin-bottom: 10px;
}

#irwWrapper .QuarterlyResults .technology.opened .irwQRTitle i {
    background-position: -130px -1933px;
}

#irwWrapper .QuarterlyResults .irwQRTitle {
    font-weight: bold;
}

#irwWrapper .QuarterlyResults .thelanguage {
    margin-bottom: 15px;
    background: transparent;
    padding: 10px;
    display: none;
}

#irwWrapper .QuarterlyResults.container.irwCustomToggleFunction #QuarterlyResultsform .panel-group.QuarterlyResultsPanel .panel.panel-default {
    display: none;
}

#irwWrapper .QuarterlyResults.container.irwCustomToggleFunction #QuarterlyResultsform .thelanguage .panel-body {
    border: medium none;
    padding-left: 10px;
}

#irwWrapper .QuarterlyResults li.yearTab.active a,
#irwWrapper .QuarterlyResults li.yearTab a:hover,
#irwWrapper .QuarterlyResults li.yearTab a:focus {
    background-color: #b7142c;
    color: #ffffff;
    cursor: default;
}

#irwWrapper .QuarterlyResults li.yearTab.active a,
#irwWrapper .QuarterlyResults li.yearTab.active a:focus,
#irwWrapper .QuarterlyResults li.yearTab a:hover {
    color: #ffffff;
    cursor: default;
}

#irwWrapper .QuarterlyResults li.yearTab.active a {
    color: #ffffff;
}

#irwWrapper .QuarterlyResults li.yearTab a::after {
    display: none;
}

#irwWrapper .QuarterlyResults .archieve {
    background-color: transparent;
    border: none;
    cursor: default;
}

#irwWrapper .panel-title>a.js-tabcollapse-panel-heading.collapsed {
    font-size: 16px;
    color: #FFF;
    background-color: #e20074;
}

#irwWrapper .panel-title>a.js-tabcollapse-panel-heading {
    font-size: 16px;
    color: #333;
    background-color: #EFEFEF;
}

#irwWrapper #appendNewPanel .panel-collapse .panel-body {
    padding: 15px;
    border: 0px;
}

#irwWrapper #appendNewPanel .panel-collapse .panel-body .panel-body {
    padding: 0px;
}

#irwWrapper .QuarterlyResults .irwQRTitle i {
    margin-right: 3px;
}

#myTabContent .technology .icon-plus-circle {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 15px !important;
    height: inherit !important;
}

#myTabContent .technology .icon-plus-circle::before {
    content: "\f0da";
}

#myTabContent .technology.opened .icon-plus-circle::before {
    content: "\f0d7";

}

#irwWrapper .panel-title>a.js-tabcollapse-panel-heading.collapsed {
    background: #204c8a;
}

/* Quarterly Results Styling start*/
@media only screen and (max-width: 767px) {

    .Hero.Hero--hasImage .page-title-new-display {
        top: 60px;
    }
}


/*==========================================================================================*/
#irwWrapper #stockInfo #snapshotPanel .irwSnapshotTicker #snapshotSymbol {
    font-size: 35px;
}

/*li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled {
    background: transparent url(../images/irw/menu_bg.png) !important;
}*/
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled {
    background-image: url(../images/irw/menu_bg.png) !important;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-1,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-1,
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-5,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-5 {
    background-image: url(../images/irw/subnav-bg-movies.jpg) !important;
    background: #000 left top no-repeat;
    /*background-size: auto 100%;*/
    background-size: auto;
    background-position-x: 16%;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-2,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-2,
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-6,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-6 {
    background-image: url(../images/irw/subnav-bg-theatres.jpg) !important;
    background: #000 left top no-repeat;
    /*background-size: auto 100%;*/
    background-size: auto;
    background-position-x: 14%;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-3,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-3,
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-7,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-7 {
    background-image: url(../images/irw/subnav-bg-Dining.jpg) !important;
    background: #000 left top no-repeat;
    /*background-size: auto 100%;*/
    background-size: auto;
    background-position-x: 12%;
}

li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-4,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-4,
li.NavGroupItem.NavGroupItem--withPanel:hover .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-8,
li.NavGroupItem.NavGroupItem--withPanel:focus .HeaderSubpanelLinks-sublinks.u-listUnstyled.bg-8 {
    background-image: url(../images/irw/subnav-bg-Extras.jpg) !important;
    background: #000 left top no-repeat;
    /*background-size: auto 100%;*/
    background-size: auto;
    background-position-x: 15%;
}

#irwWrapper #irwCommitteeCharting .irwLegends.irwNote {
    border-top: none;
}


#dividendsform table.tableGrid tbody {
    background: #FFF;
}

/*==========================================================================================*/


/*=====================changes for request 634238===================================*/
#irwWrapper .gridPR #newsPanelResults .irwTableRowItem {
    position: relative;
}

#irwWrapper .gridPR #newsPanelResults .irwTableRowItem:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/irw/logo.png") no-repeat center;
    opacity: 0.35;
}

#irwWrapper .gridPR #newsPanelResults .col-sm-10 h6,
#irwWrapper .gridPR #newsPanelResults .col-sm-10 h4,
#irwWrapper .gridPR #newsPanelResults .col-sm-10 .irwPRDate {
    position: relative;
}

/*added for ADA*/
#irwWrapper .form-control option {
    color: #555;
}

.stock-rate a:not(.Btn),
.amc-contact-information .amc-TextBlock-copy a {
    color: #00a8e1;
    text-decoration: underline;
}

.stock-rate a:not(.Btn):hover,
.stock-rate a:not(.Btn):focus,
.amc-contact-information .amc-TextBlock-copy a:hover,
.amc-contact-information .amc-TextBlock-copy a:focus {
    color: #b7142c;
}

.SiteFooter-social a.Link:focus [class*="icon_"] {
    color: #00a8e1;
}

.irw-1073748887 #irwWrapper  a {
    color: #00a8e1 !important;
}

.irw-1073748887 #irwWrapper  a:hover,
.irw-1073748887 #irwWrapper  a:focus {
    text-decoration: underline
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#skiptocontent a {
    padding: 8px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
    text-decoration: none;
}

#skiptocontent a:focus {
    position: absolute;
    left: 10px;
    top: 0px;
    background: #d6002a;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
    z-index: 100000;
}

a.SiteLogo span.logo {
    display: block;
    height: 74px;
    width: 74px;
}

.SiteFooter-copyright span.logo {
    margin-right: 25px;
    display: block;
    font-size: 0px;
}

.SiteFooter-copyright span.logo svg {
    height: 74px;
    width: 74px;
}

a:not(.Btn):focus {
    color: #00a8e1;

}

#irwWrapper .HasCustomFields .Customform-group .input-group input[type="text"].form-control:focus,
.irwcommodal .Customform-group .input-group input[type="text"].form-control:focus,
#irwWrapper .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
}

@media (max-width: 1300px) {
    a .NavGroupItem-link {
        font-size: 13px !important;
    }
}

@media (max-width: 1200px) {
    a.NavGroupItem-link {
        font-size: 11px !important;
    }
}

/*.is-opaque a.SiteLogo {
    height:74px;
}*/

@media (min-width: 64em) {

    /*.Header-wrap {
        height: 64px;
    }*/
    .Header {
        height: 65px;
    }
}

@media (max-width: 550px) {
    .SiteFooter-links .section {
        width: 50% !important;
    }
}

.HeaderSearch-wrap.is-active {
    /*height: 65px;*/
}

.HeaderSearch-dropdown label {
    display: inline-block !important;
    padding-right: 30px;
}

.irwDescription h2.irw-desc-heading {
    font-size: 25px !important;
}

.SiteFooter-social ul li [class^="icon-"],
.SiteFooter-social ul li [class*="icon-"],
.SiteFooter-social ul li [class^="icon_"],
.SiteFooter-social ul li [class*="icon_"] {
    width: 36px;
    height: 36px;
    display: block;
}

.SiteFooter-copyright span.logo,
.SiteFooter-copyright span.logo_all_brands {
    display: block;
    margin-right: 5px;
    line-height: 10px;
}


.SiteFooter-copyright .copyright-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.SiteFooter-copyright span.logo svg,
.SiteFooter-copyright span.logo_all_brands svg {
    width: 100%;
    height: 74px;

}

.SiteFooter-copyright .copyright-container .brand-logo {
    -ms-flex-order: -1;
    order: -1;
}

.SiteFooter-copyright .copyright-container .wanda-link {
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.SiteFooter-copyright .copyright-container .copyright {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 23px;
    margin-bottom: -1px;
    line-height: 15px;
}

.SiteFooter-copyright span {
    font-size: .6em;
}

@media (min-width: 64em) {
    .SiteFooter-copyright .copyright-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    .SiteFooter-copyright .copyright-container .copyright {
        -ms-flex-order: -1;
        order: -1;
        text-align: left;
        margin-top: -3px;
    }

    .SiteFooter-copyright .copyright-container .wanda-link {
        -ms-flex-order: 1;
        order: 1;
        text-align: right;
        margin-top: -3px;
    }

    .SiteFooter-copyright .copyright-container .brand-logo {
        -ms-flex-order: 0;
        order: 0;
    }

    .SiteFooter-copyright span.logo svg,
    .SiteFooter-copyright span.logo_all_brands svg {
        width: 425px;
        height: 74px;
    }

    .SiteFooter-copyright span.logo,
    .SiteFooter-copyright span.logo_all_brands {
        margin-right: 25px;
    }

    .SiteFooter-copyright span {
        font-size: 14px;
    }
}
h1.module_title{
    font-size: 40px;
    margin-bottom: 26px !important;
}

    #irwWrapper #stockInfo .highcharts-axis-labels.highcharts-yaxis-labels text {
        fill: #FFF !important;
    }

    #irwWrapper #stockInfo .highcharts-axis text.highcharts-yaxis-title {
        fill: #FFF !important;
    }

    #irwWrapper #stockInfo .highcharts-axis-labels.highcharts-xaxis-labels text {
        fill: #FFF !important;
}
.PageGovernanceCommitteeComposition  .mCustomScrollBox {
 max-height: 200px  !important;
}
#irwWrapper #irwCommitteeCharting .irwModalCommitteeMember ul li {
    margin: 0 !important;
}
#irwWrapper #irwCommitteeCharting .modal-content {
    border-radius: 0 !important;
}

.PageFinancialPerformanceQuarterlyResults  .QuarterlyResultsPanel .irwQRTitle {
    padding-left: 0 !important;
}
.PageResourcesInformationRequest  #irwWrapper  .form-control {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #a3a3a3;
    background: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.PageResourcesInformationRequest  #irwWrapper .input-group-addon {
    background: none;
    border: none;
    border-bottom: 1px solid #a3a3a3;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.IrwPaginationCustom .active a{
    background: transparent !important;
    border: 1px solid #fff !important;
}

.PageFinancialPerformanceSECFilings  .modal-body{
    background-color: #333 !important;
    max-height: 260px !important;
}
.fancybox-close-small{
    background: transparent !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.PageStockInfoDividendTaxInfo  strong.dividends_paid.text-primary{
    color: #000  !important;
}

    .SectionResourcesInvestorFAQs .irwQRTitle b{
        font-weight: 400 !important;
    }


   .PageGovernanceCommitteeComposition .row div.mCustomScrollBox{
        max-height: 100px !important;
    }

    .SectionGovernanceCommitteeComposition .irwCommitImgTextDetail {
        overflow: hidden !important;
    }
#DividendChartContainer .highcharts-axis-labels text,
#DividendChartContainer text.highcharts-axis-title,
#DividendChartContainer .highcharts-legend-item text{
    color: #fff !important;
    fill: #fff !important;
}

/* 00212113 */
.corporate--header a.SiteLogo {
    top: 10px;
}
/* 00212113 */