@charset 'UTF-8';

/* 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;
}

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 **/

@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.eot');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/FontAwesome.otf') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3
 */
/*!
 * Client Name  : SNL IR Solutions
 * KeyInst      : 4092187
*/
/***********************TYPOGRAPHY***********************/
#irwWrapper,
#irwWrapperPR {
    color: #010500;
    font-family: "Acumin Pro", sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
}

#irwWrapper a,
#irwWrapperPR a {
    color: #010500;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
    color: #92B7BC;
    text-decoration: none;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
    outline: none;
}

#irwWrapper .QuarterlyResultsPanel .irwQRTitle,
#irwWrapper #Committeeform table.irwCommitteeTable tr .irwMemberName {
    color: #010500;
}

#irwWrapper #eventform #Presentations .irwPresentationDocsProxy table tr.text-primary,
#irwWrapper #govdocsform .irwgovdocs table tr.text-primary,
#irwWrapper #Committeeform table.irwCommitteeTable tr.text-primary,
#irwWrapper .QuarterlyResultsPanel .irwQRTitle:hover,
#irwWrapper .QuarterlyResultsPanel .panel-body>ul>li>a:hover,
#irwWrapper #irwCustomPage table.irwDocCommonTbl tr.text-primary,
#irwWrapper #Committeeform table.irwCommitteeTable tr .irwMemberName:hover {
    color: #92B7BC;
}

.top-header-back {
    background: #292a2c;
}

/*
// Contextual colors
*/
#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
    color: #010500;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
    color: #010500;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary,
.irwCopyright .text-primary {
    color: #010500;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
    color: #92B7BC;
}

.irwCopyright a.text-primary:hover {
    color: #92B7BC;
}

/*
// Contextual backgrounds
*/
.ui-widget-content {
    font-family: "Acumin Pro", sans-serif;
}

.irwStockChart a[title="Download as Image"]:hover .fa-download {
    color: #fff;
}

.irwSnapshotTicker,
.irwRow2 {
    background-color: #010500;
    color: #ffffff;
}

.irwSnapshotItem {
    border: 1px solid #010500;
}

#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary {
    color: #ffffff;
    background-color: #010500;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
    background-color: #92B7BC;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
    color: #ffffff;
    background: #010500;
    background-image: -webkit-linear-gradient(top, #010500 0%, #010500 100%);
    background-image: -moz-linear-gradient(top, #010500 0%, #010500 100%);
    background-image: -o-linear-gradient(top, #010500 0%, #010500 100%);
    background-image: linear-gradient(top, #010500 0%, #010500 100%);
    border-color: #010500;
}

#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: #92B7BC;
    border-color: #92B7BC;
}

#irwWrapper .panel-default>.panel-heading {
    color: #818285;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #010500;
    color: #ffffff;
}

#irwWrapper .gridPR .irwTableRowItem:hover p {
    color: #ffffff;
}

#irwWrapper .timeline>li.treeround>span.tree-primary,
#irwWrapper .timeline>li.treeround>span.tree-primary.active {
    background-color: #010500;
    color: #ffffff;
}

#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus {
    background-color: #92B7BC;
}

#irwWrapper .table-irwBorder>tbody>tr:hover,
#irwWrapper .table-irwBorder tr:hover+tr.irwAbstract {
    border-color: #92B7BC;
}

#irwWrapper #irwTabsEvent>li.active>a {
    color: #010500;
}

#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: #010500;
}

#irwWrapper .btn-secondary {
    background-color: #010500;
    color: #ffffff;
    border-color: #010500;
}

/*
// IRW Tabs
// --------------------------------------------------
*/
#irwWrapper .stock-prices .bg-default {
    background-color: #010500;
    color: #ffffff;
}

#irwWrapper .stock-prices .bg-default .text-primary {
    color: #ffffff;
}

/*#irwWrapper .stock-prices .bg-default, #irwWrapperPR .stock-prices .bg-default, .irwCopyright .bg-default, .irwcommodal a.text-primary:hover {
    background-color: #010500;
    color: #010500;
}*/
#irwWrapper .stock-prices .panel-default>.panel-heading {
    background-color: #010500;
    border-color: transparent;
    color: #ffffff;
}

#irwWrapper .stock-prices .panel-default .panel-heading-Select a {
    color: #ffffff;
}

#irwWrapper .irwTabs {
    border: none;
    border-top: 8px solid #010500;
    background-color: #010500;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #010500;
    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: #010500;
    border-radius: 4px 4px 0 0;
}

/* --Mobile View-- */
#irwWrapper .irwTabs .form-group.visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group.visible-xs label {
    color: #fff;
}

/**/
#irwWrapper .irwSwitch ul li a span.fa {
    font-size: 14px;
}

#irwWrapper .irwTableRowItem ul li a:hover,
#irwWrapper .irwTableRowItem ul li.active a,
.ui-datepicker .ui-datepicker-title {
    color: #92B7BC;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: 'Source Sans Pro', â€‹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: #010500;
}

/**/
#irwWrapper .irwNote {
    border-bottom-color: #010500;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #010500;
}

/*==================================Custom CSS=================================================*/
.market-back {
    background-color: black;
    background-image: url('../images/irw/market_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 277px;
    margin-top: 20px;
}

.menu-back {
    background-color: #010500;
    min-height: 63px;
}

.d-c .contentBody.main {
    padding-top: 332px;
}

#cssmenu {
    padding-top: 21px;
}

#cssmenu ul ul li a {
    color: #010500;
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #92B7BC;
}

#cssmenu ul ul li:hover {
    background: none;
}

#irwWrapper .pr-container {
    float: left;
    width: 100%;
}

.press-releases-cp .left-half {
    float: left;
}

.press-releases-cp .right-half {
    float: right;
}

.press-releases-cp .pr-title {
    margin: 0;
    font-size: 30px !important;
    font-weight: normal !important;
    font-family: "PracticeDisplayBold", sans-serif !important;
}

.contact-title,
.corporate-title {
    font-size: 30px !important;
    font-weight: normal !important;
    font-family: "PracticeDisplayBold", sans-serif !important;
}

#irwWrapper .view-all {
    padding: 10px 40px;
    background-color: #0087db;
    color: #fff;
    display: block;
}

#irwWrapper .view-all:hover {
    color: #c9e9ff !important;
}

#irwWrapper .view-all a {
    color: #fff;
}

.press-releases-cp .view-all {
    padding: 10px 40px;
    background-color: #000;
    color: #fff;
    display: block;
    margin-right: 30px;
}

.press-releases-cp .new-title-display {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 30px;
}

.press-releases-cp .view-all:hover {
    color: #c9e9ff !important;
}

.press-releases-cp .view-all a {
    color: #fff;
}

#irwWrapper .market-block {
    color: #fff;
    padding: 0 30px;
}

#irwWrapper .market-block h4 {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
}

#irwWrapper .market-block table tr td {
    padding: 6px 0 !important;
}

#irwWrapper table#market-summary-table {
    font-size: 18px;
    font-weight: normal;
}

#irwWrapper #market-summary-table .table1_item .default.smallfont {
    font-size: 14px;
    font-family: "Acumin Pro", sans-serif;
}

span.default.smallfont {
    display: block;
    margin-top: 15px;
}

.contact-back {
    background: url(../images/digital-currency-default.jpg) no-repeat;
    background-size: cover;
    padding-top: 64px;
    color: #fff;
    padding-bottom: 40px;
}

.con-head {
    font-size: 24px;
    font-weight: bold;
    font-family: "Acumin Pro", sans-serif;
    padding: 18px 0px;
}

.second-ul {
    margin-top: 55px !important;
}

#irwWrapper>section>div.contact-back>div>div>div:nth-child(1) {
    padding-left: 0;
}

#irwWrapper button,
#irwTerms>div>div>div.modal-header.bg-primary>button {
    width: inherit;
}

/*Press*/
.press-releases-cp {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 75px 0 50px 0;
    background: #dde4e7;
}

#irwWrapper .sec-pr .ir-page-heading {
    text-align: center;
}

.press-releases-cp .inner-boxes {
    width: 31%;
    float: left;
    margin-right: 2%;
}

.press-releases-cp .ir-pr-wrapper {
    margin-bottom: 50px;
}

.press-releases-cp .ir-pr-wrapper .slick-nav {
    float: right;
    padding-right: 15px;
    padding-bottom: 10px;
}

.press-releases-cp .ir-pr-wrapper .press-rel-box {
    clear: both;
}

.press-releases-cp .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item {
    background: #d5dde0;
}

.press-releases-cp .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .last {
    margin-right: 0%;
}

.press-releases-cp .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .body a {
    color: #010500 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.press-releases-cp .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .body {
    min-height: 170px;
    padding: 12px 20px 0 20px;
}

.press-releases-cp #irwWrapper .ir-pr-wrapper .press-rel-box .view-all .btn-primary {
    background: #fff;
    color: #E0A935;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.press-releases-cp #irwWrapper .ir-pr-wrapper .press-rel-box .view-all .btn-primary i {
    right: 4px;
    top: 9px;
    position: absolute;
}

.press-releases-cp .ir-pr-wrapper .press-rel-box .press-cont-sec .press-date {
    bottom: 0;
    padding: 10px 0;
    color: #010500;
    font-size: 18px;
    font-family: "PracticeDisplayBlack";
    font-style: italic;
}

#irwWrapper .InfoRequest input[type=text],
#irwWrapper .InfoRequest textarea {
    max-width: inherit;
}

#irwTerms>div>div>div.modal-header.bg-primary>h4 {
    color: #fff;
}

.irwCopyright {
    padding-top: 20px;
}

.contact-back .col-xs-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

#irwWrapper #RegisterForm .form-control,
#irwWrapper #EditForm .form-control {
    max-width: 100%;
}

#irwWrapper #RegisterForm input[type=submit],
#irwWrapper #RegisterForm button[type=submit],
#irwWrapper #EditForm input[type=submit],
#irwWrapper #EditForm button[type=submit] {
    min-height: inherit;
    max-width: inherit;
}

#irwWrapper #RegisterForm input[type=submit],
#irwWrapper #RegisterForm button[type=submit],
#irwWrapper #EditForm input[type=submit],
#irwWrapper #EditForm button[type=submit] {
    width: auto;
}

#cssmenu .active {
    color: #fff;
    font-weight: bold;
}

#cssmenu .activesubmenu {
    color: #004d84 !important;
    font-weight: bold !important;
}

.contact-container .contact-back .custom-container .content-display {
    text-align: center;
}

.contact-container .contact-back .custom-container .content-display a {
    color: #fff;
    text-decoration: underline;
}

.contact-container .contact-back .custom-container .content-display .text-center {
    text-align: center;
}

#irwWrapper .InfoRequest .infoWell .fa.fa-Address:before {
    content: "\f124";
}

#irwWrapper .InfoRequest .infoWell .fa.fa-City:before {
    content: "\f0f7" !important;
}

#irwWrapper .InfoRequest .infoWell .fa.fa-City:before {
    content: "\f0f7" !important;
}

#irwWrapper .InfoRequest .infoWell .fa.fa-Zip_Code:before {
    content: "\f1c6" !important;
}

#irwWrapper .InfoRequest .infoWell .fa.fa-flag:before {
    content: url(../images/icon_state.png) !important;
}

#irwWrapper .InfoRequest .infoWell .fa.fa-Company:before {
    content: url(../images/icons_company.png) !important;
}

br {
    font-family: Arial !important;
}

@media (min-width: 992px) {
    .contact-back .col-md-5 {
        width: 41.66666667%;
    }

    .contact-back .col-md-4 {
        width: 33.33333333333333%;
    }

    .contact-back .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .contact-back .col-sm-5 {
        width: 41.66666667%;
    }

    .contact-back .col-sm-4 {
        width: 33.33333333333333%;
    }

    .contact-back .col-sm-3 {
        width: 25%;
    }
}

@media (max-width: 768px) {
    #cssmenu {
        padding-top: 9px;
    }

    #cssmenu>ul>li:nth-child(1)>a {
        padding-left: 30px;
    }

    #cssmenu>ul>li>a {
        padding: 15px 30px;
    }

    #cssmenu>ul>li>a:after {
        content: '';
        margin: 0px;
    }

    #cssmenu #menu-button {
        color: #fff;
    }

    #cssmenu #menu-button:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    #cssmenu #menu-button:before {
        background: #fff;
    }

    #cssmenu .submenu-button.submenu-opened:after,
    #cssmenu .submenu-button:after,
    #cssmenu .submenu-button:before,
    #cssmenu #menu-button.menu-opened:before,
    #cssmenu #menu-button.menu-opened:after {
        background: #ffffff;
    }

    #cssmenu ul ul {
        background: #ffffff;
    }

    .menu-back .container {
        width: 100%;
    }

    .menu-back .container .sixteen.columns {
        width: 100%;
        padding: 0 10px;
    }

    /*.contact-back > div > div > div:nth-child(1) {
        padding-left: 15px;
    }*/
}

@media (min-width: 990px) {

    #irwWrapper .corporate.container,
    #irwWrapper .custom-container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #irwWrapper .corporate.container {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .container .sixteen.columns {
        padding: 0 15px;
    }

    .d-c .page-header {
        height: 520px;
        top: -188px;
    }
}

@media only screen and (max-width: 767px) {
    .d-c .contentBody.main {
        padding-top: 31px;
    }
}

/*================Bug fixes=================*/
.contact-back {
    text-align: center;
}

#bv-logo {
    margin-left: 0px;
    margin-right: 10px;
}

#footer .compliance {
    float: left;
}

@media only screen and (min-width: 960px) {
    #header .primaryNavWrapper {
        padding-left: 3.49em;
    }
}

@media (min-width: 1024px) {
    #cssmenu>ul>li>a {
        font-size: 14px;
        padding-left: 0;
    }

    #menu-button {
        padding-left: 0;
    }
}

#footer .socialNav>li.youtube>a.youtub:before {
    content: "\f16a" !important;
}

.contact-address {
    width: 50%;
    float: left;
}

.contact-address p {
    font-size: 18px;
}

.contact-address p b {
    font-weight: normal !important;
    font-family: "PracticeDisplayBold", sans-serif !important;
    font-size: 22px !important;
}

.contact-address a {
    color: #fff;
    text-decoration: underline;
}

#irwWrapper .InfoRequest .irwInfoReqConactBox {
    display: none;
}

#irwWrapper #irwCommitteeCharting .faBox sup.irwMemberLegend {
    position: absolute;
    top: 3px;
}

#irwWrapper .tab-content>.tab-pane {
    padding-left: 15px;
}

.irwPresentationDocsProxy span {
    padding-left: 10px;
}

#irwWrapper #irwCommitteeCharting .faBox {
    position: relative;
}

.irwTableRowItem .irwPRTime,
.irwTableRowItem .irwtimezone,
#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li,
#irwWrapper .irwTableRowItem ul li a,
#irwWrapper .irwTableRowItem .irwPRSummary a,
.ui-widget-content {
    color: #010500;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contact-address {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    .d-c #header .logo {
        margin-left: 20px;
    }
}

@media (max-width:767px) {
    .contact-address {
        width: 100%;
    }
}

#irwWrapper .InfoRequest .input-group textarea.form-control {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

#irwWrapper #Committeeform #irwChartModal .modalbody table td a {
    margin-left: 16px;
}

#irwWrapper .irwCommitImgTextDetail,
#irwWrapper .irwCommitImgTextDetail .mCustomScrollBox {
    min-height: 150px;
}

@media (max-width:991px) {
    .press-releases-cp .inner-boxes {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .press-releases-cp .view-all {
        margin-right: 0px;
    }
}

.top-section {
    padding: 35px 0 13px;
}

@media only screen and (max-width: 1174px) {
    #header .container .fifteen.columns {
        width: 700px;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    #header .container .fifteen.columns {
        width: 556px;
    }

    .top-section {
        padding: 0 0 20px;
    }

    #footer .container .six.columns {
        width: 195px;
    }

    #footer .container .eight.columns {
        width: 300px;
    }
}

#snapshotPriceInnerPanel span,
span.irwChangeValue span {
    margin-left: -1px;
    margin-right: 0px;
}

.irwToolKit a {
    color: #fff;
}

.irwToolKit a:hover {
    color: #92B7BC;
}

.irwToolKit a span.icon {
    font-size: 22px;
}

.irwToolKit a.EmailPopup span.icon {
    font-size: 24px;
}

.irwToolKit {
    margin: 0;
    padding-top: 15px;
}

#cssmenu>ul>li>a {
    min-height: inherit;
    padding: 10px 0;

}

#cssmenu ul {
    display: block;
    margin: 0px auto;
}

#cssmenu {
    padding: 0;
}

@media (min-width:768px) {
    #cssmenu>ul>li>a {
        padding: 25px 0;
    }
}

@media (max-width:767px) {
    #cssmenu>ul>li:nth-child(1)>a {
        padding-left: 0px;
    }
}

@media (min-width:1200px) {
    .menu-back .sixteen.columns #cssmenu {
        width: 85%;
        float: left;
    }
}

/*Trial Edits*/
.d-c #header .logo {
    margin: 0;
}

#header .ultratopNav>li a {
    font-size: 1.4rem;
}

.d-c #header .ultratopNav>li {
    border-right: 0px;
}

.primaryNav .close {
    left: initial;
}

#irwWrapper .InfoRequest .form-control-feedback {
    position: relative;
    top: 0;
    right: 0;
    width: inherit;
    height: auto;
}

@media (max-width:767px) {
    .d-c #header .primaryNavLink {
        padding-top: 0;
        width: inherit;
    }

    .d-c #header .logo {
        top: 0;
        width: inherit;
        margin: 0;
        padding: 0;
    }

    #header .logo+div {
        width: inherit;
        padding-top: 0px !important;
    }

    #mobileMenu .attach-to-bottom {
        background: #010500;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #mobileMenu .oblPopupTrigger,
    #mobileMenu .ultratopNav>li a {
        display: block;
        padding: 13px 10px;
    }

    #mobileMenu .ultratopNav,
    #mobileMenu .oblPopupTrigger {
        display: inline-block !important;
        vertical-align: top;
        width: 100%;
        margin: 0;
        text-align: center;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ffff;
    }

    #header .site-search {
        display: inline-block;
        vertical-align: top;
    }

    #mobileMenu .searchForm {
        width: 100%;
    }

    .d-c .page-header {
        top: 125px;
    }

    .press-releases-cp .new-title-display {
        text-align: center;
    }

    .press-releases-cp .right-half,
    .press-releases-cp .left-half {
        float: none;
        display: inline-block;
    }

}

#irwWrapper #stockInfo a.showHistoric,
#irwWrapper #snapshotSymbol {
    color: #fff;
}

#irwWrapper .module-search-results .form-control-feedback {
    right: 14px !important;
}

#irwWrapper .irwEventBody .irwEventBody {
    border: none;
}

.press-rel-box .pr-item .press-title a {
    font-family: AcuminPro-Light, "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.35;
}

.fancybox-close-small {
    width: 30px !important;
}

#irwWrapper table,
.table-wrapper {
    overflow-x: auto;
}

.primaryNav .close {
    background: url('../images/irw/sprites-2x.png');
    background-position: 0 0;
    background-size: 250px 250px;
}

@media only screen and (max-width: 419px) {
    .pr-container-cp .pr-container .press-rel-box.container {
        width: 270px;
    }
}

#irwWrapper .irwEventDetails .irwBoxBody.irwEventBody.show {
    padding: 0px;
}

#irwWrapper .text-primary.irwlblDetails {
    margin-bottom: 6px;
}

#irwWrapper .text-primary h4 {
    font-size: 19.5px;
}

.irwEventDetails a {
    font-size: 15px;
}

#irwWrapper .irwHasGA th {
    background-color: white;
}

#irwWrapper .irwEventAlert {
    margin-bottom: 40px;
}

/*SEC Filings*/

#irwWrapper .irwFilingIconset {
    justify-content: space-around;
}

#irwWrapper .irwFilingDownloadDiv .irwFilingIconset .irwFilingDownload {
    margin: 4px;
}

#irwWrapper .irwFilingDownload .irw_XBRL .irwFilingDownloadIcon,
td .irw_XBRL,
#irwWrapper .irw_XBRL a,
#irwWrapper .irw_XBRL a:hover {
    background-color: #27aae1 !important;
}


/*----00070220----*/

.fancy-disclaimer_link {
    display: inline-block;
    margin: 0 10px;
    padding: 15px 20px;
    border: 2px solid black;
    color: black;
    transition: 0.3s ease;
}

.fancy-disclaimer_title, .fancy-disclaimer_link-container {
    text-align: center;
}

.fancybox-slide>*{
    padding: 25px;
    margin: 0px 0 0px;
    max-width: 516px;
}
/*----00070220----*/

/* 00084872 */
.PageNewsNewsDetails .bwlistdisc li {
    list-style: disc!important;
}

.PageNewsNewsDetails #irwWrapper ul.bwlistdisc {
    margin-left: 50px;
    margin-bottom: 20px;
}
/* 00084872 */

@media print {
    
body, h1, h2, h3, ol, ul, div {     
        width: auto;     
        border: 0;     
        margin: 0 0%;     
        padding: 0;     
        float: none;    
        position: static;     
        overflow: visible; 
    }
    
.visible-print-block {
    display: none !important;
}

html body #pageClass,html body #mainContainer {
display: block !important;
}
html body #main-header .corporate--header > div:not(.row), html body .pane--banner, html body .mobile_ir_nav, html body .pane--navigation, html body .ir_search {
display: none !important;
}
html body #main-header .corporate--header .logo {
margin-top: 20px;
}
   body>*:not(#fullBodyWrapper) {
       display: block !important;
   }
#fullBodyWrapper>*:not(.wrapper) {
       display: block !important;
   }
   .irwWrapper {
       display: block!important;
   }
.irwToolKit {
       display: block!important;
   }
#fullBodyWrapper>*:not(.wrapper) {
       display: block !important;
   }
   .mm-menu .mm-panels, .mm-menu {
   display: none!important;
   background: none;
}
}

@media (min-width: 1200px) {
    .container {
        width: 1260px !important;
    }
}

#irwWrapper .sr-only {
    color: black !important;
    background: white !important;  
}
#irwWrapper .table>thead>tr>th {
    color: black;
}
#irwWrapper table.irwCharterdocs td {
    padding: 5px;
    border: 0 none;
}
#irwWrapper #irwCommitteeCharting .irwCharterdocs{
    visibility: visible;
}
#irwWrapper .irwTable h5{
    font-size: 100% !important;
    font-weight: normal !important;
}
.irwDownValue {
    color: rgb(235, 0, 0);
}
.irwStockChart tspan:not(.highcharts-legend-item tspan){
    fill: black;
    color: black;
}
h2#search-news-releases-label {
    font-size: 16.5px;
    font-weight: bold ;
}
#irwWrapper .irwOfficerName{
    font-size: 18px;
    font-weight: bold;
}
#irwWrapper .irwOfficerTitle{
    font-size: 12px;
    font-weight: normal;
}

/* Accessibility Fixes */
.stock-prices .row #irwsecurity {
    display: none;
}

/* Alerts - styling from Organics*/
/*---------- Email Alerts Page ---------- */
.well .module_error-container .module_error-container {
  margin-bottom: 30px;
  color: #b72121;
}

.well .module_error-container .module_error-container {
  display: block;
}

.well .module_error-container .module_error-container ul {
  padding-left: 18px;
  list-style-type: disc;
}

.well .module_error-container .module_error-container ul > li {
  line-height: 1.5;
}

.well .module_error-container .module_error-container > br {
  display: none;
}

.well .module_error-container.module_error-container > span {
  display: block;
  line-height: 1.5;
}

.well .module_error-container .module_error-container > span:before {
  font-family: "q4-icons";
  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: "\ec6b";
  margin-right: 5px;
}

.well .module_error-container .module_message {
  display: block;
  margin: 16px 0;
}

.well .module_error-container .module_message[style$="hidden;"], .module_message:empty {
  display: none;
}

.module-subscribe module_confirmation-container .module_container module_container--inner .module_message.module_message--success {
  color: #006613 !important;
}

.well .module_error-container.module_message--success:before {
  font-family: "q4-icons";
  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: "\ed71";
  margin-right: 5px;
}

.well .module_error-container .module_message--error, .module_message.module_message--validation_error {
  color: #b72121 !important;
}

.well .module_error-container .module_message--validation_error {
  margin: 0;
}

.well .module_error-container .module-subscribe_unsubscribe {
    font-size: 1rem;
    display: none;
}

#irwWrapper .module-subscribe_list  input[type="checkbox"] {
    margin-right: 10px;
}

#irwWrapper .module-subscribe_form .form-control {
    display: inline-block;
    margin-bottom: 10px;
}

#irwWrapper .well input[type="submit"] {
    text-transform: uppercase;
}

#irwWrapper .well .module_actions {
    margin-top: 20px;
}
/*---------- Email Alerts Page ENDS ---------- */

.highcharts-legend-item text, .highcharts-button text {
    color: #000 !important;
    fill: #000 !important;
}

.module-financial-table_item--empty {
    color: #696969 !important;
    opacity: 1 !important;
}

/* Information Request Form */
.module-form_item {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
}
.module-form_item input {
   padding: 6px  8px;
}
    
.module-form_item:not(.module-form_item--questions-and-comments) {
    width: 49%;
}

#irwWrapper .module-form_item input, #irwWrapper .module-form_item--questions-and-comments {
    width: 99%;
}

#irwWrapper .module-form_item--questions-and-comments textarea {
    width: 99%;
}

.module-form_item > label {
    font-size: 1rem;
}

/*#irwWrapper label, #irwWrapperPR label {
    font-weight: normal !important;
}*/

.module-form--custom {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    #irwWrapper .module-form_item--questions-and-comments textarea, .module-form--custom .module-form_item {
        width: 100%;
    }
    .module-form--custom .module-form_item {
        padding-left: 0px;
        padding-right: 20px;
    }
}


@media screen and (min-width: 769px) {
    .module-form--custom .module_actions {
        padding-left: 20px;
    }
}

/* Press Releases */
.irwFilterPanel1 .news_search {
    margin-bottom: 10px;
}

.year_select {
    margin-right: 10px;
}

#irwWrapper .irwFilterPanel1 .module_options-year {
    width: 60%;
    display: inline-block;
}

.irwDividendGrid th {
    color: #006185;
}

.module-subscribe_unsubscribe {
    font-size: 1rem;
    display: none;
}

#irwWrapper .module-subscribe_list  input[type="checkbox"] {
    margin-right: 10px;
}

#irwWrapper .module-subscribe_form  .form-control {
    display: inline-block;
    margin-bottom: 10px;
}

.module-form_item > label {
    font-size: 1.5rem;
}

.fancy-disclaimer_title.h2 {
    color: #ffffff;
}

#irwWrapper .MailingList-container legend {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 15px;
}

#irwWrapper .MailingList-container input[type="checkbox"] {
  margin-right: 10px; 
}

table.table th.irwMemberName {
    background: #fff;
    color: #010500;
}

#irwWrapper .btn.disabled, #irwWrapper .btn[disabled], #irwWrapper .fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #3333FF !important;
}