@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* IR MENU TWEAKS */
#subhamberg-menu .dropdown .dropdown-menu ul{
    float: left;
    width: 200px;
    margin-right: 15px;
}
#irMenu ul.singleParent {
    margin-left: 40px;
    margin-top: 28px;
}
#irMenu li.noChild a {
    font-weight: 700;
    text-transform: uppercase !important;
    font-size: 1em !important;
}
ul#irMenu li.hasChildren a.line, #windowContent ul#irMenu li a.line {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid green;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 9px;
    text-transform: uppercase;
}
#irMenu a.menucollapsed.hasChild.line.noline {
    font-size: 1em !important;
}
.dropdown-menu>li>a{
    padding:0;
}
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*.PreviewToolBar {
    display: none;
}*/

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body > #ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
    url('../fonts/flaticon.woff') format("woff"),
    url('../fonts/flaticon.ttf') format("truetype"),
    url('../fonts/flaticon.svg#flaticon') format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url('../fonts/flaticon.svg#flaticon') format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline > li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline > li:before,
#irwWrapper .timeline > li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline > li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline > li > .timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline > li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline > li > .fa,
.timeline > li > .glyphicon,
#irwWrapper .timeline > li > .ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline > li.treeround > span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover,
#irwWrapper .timeline > li.treeround > span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline > li > .fa,
#irwWrapper .timeline .timeline > li > .glyphicon,
#irwWrapper .timeline .timeline > li > .ion {
    left: 24px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline > li.treeline:last-child,
#irwWrapper .timeline .timeline > li > .timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}
/** IRW THEME BELOW **/

/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */
/*!
 * Client Name 	: SNL IR Solutions
 * KeyInst		: 4092187
*/

/*Custom Fonts*/
/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}*/

/***********************TYPOGRAPHY***********************/
#irwWrapper {
    color: #5b5b5b;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
}

#irwWrapper a {
    color: #369953;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus {
    color: #000;
    text-decoration: none;
}

#irwWrapper a:focus {
    outline: none;

}

/*
// Contextual colors
*/
#irwWrapper .text-muted {
    color: #999999;
}

#irwWrapper .text-default {
    color: #5b5b5b;
}

#irwWrapper .text-primary,
.irwCopyright .text-primary {
    color: #006e3d;
}

#irwWrapper a.text-primary:hover {
    color: #000;
}

.irwCopyright a.text-primary:hover {
    color: #000;
}

/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle {
    color: #fff;
    background-color: #006e3d;
}

#irwWrapper a.bg-primary:hover {
    background-color: #1d4f32;
}

#irwWrapper .btn-primary {
    color: #ffffff;
    background: #156737;
    border-color: transparent;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1D4F32;
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#irwWrapper .panel-default>.panel-heading {
    color: #006e3d;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #006e3d;
    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 #006e3d;
    background-color: #006e3d;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #006e3d;
    color: #e5e5e5;
}

#irwWrapper .irwTabs ul li a:hover,
#irwWrapper .irwTabs ul li.active a {
    color: #fff;
    text-decoration: none;
}

#irwWrapper .irwTabs ul li.active a {
    background-color: #fff;
    color: #5B481D;
    border-radius: 4px 4px 0 0;
}

/* --Mobile View-- */
#irwWrapper .irwTabs .form-group.visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group.visible-xs label {
    color: #fff;
}

/**/
#irwWrapper .irwSwitch ul li a span.fa {
    font-size: 16px;
}

#irwWrapper .irwTableRowItem ul li a:hover,
#irwWrapper .irwTableRowItem ul li.active a,
.ui-datepicker .ui-datepicker-title {
    color: #415984;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle {
    display: none;
}

/*Suppress Title on Press Releases*/

/*Suppress FAQ extra paragraphs*/
.irwDivFaqs .scrollbar-content p,
.irwDivFaqs p {
    display: none;
}

.irwDivFaqs .scrollbar-content {
    width: 100%;
}

.irwDivFaqs .scrollbars {
    height: 172px !important;
}

/*Stock Chart Config Menu */
#irwWrapper .irwConfigMenuWrapper {
    z-index: 1029;
}

#irwWrapper .nav-tabs>li.active>a,
#irwWrapper .nav-tabs>li.active>a:hover,
#irwWrapper .nav-tabs>li.active>a:focus,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-bootstrap-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#irwWrapper #irwTabsEvent {
    background-color: #006e3d;
}

/**/
#irwWrapper .irwNote {
    border-bottom-color: #006e3d;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #006e3d;
}

/*============================================== Custom Page Css ========================================*/

/*Reset H3 text font size*/
#irwWrapper h3,
#irwWrapper .h3,
#irwWrapper h4,
#irwWrapper .h4 {
    font-size: 110%;
}


/*To remove Border Radius */

#irwWrapper * {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

/*Stock Info Fix*/

#stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem {
    min-height: 110px;
}

#stockInfo .irwStockSnapshot .irwSnapshotItem .irwRow1 {
    height: 70px;
}


/*Financial Calculators*/

#irwWrapper .irwCRTabsPanel {
    background-color: #006E3D;
    border-color: #006E3D;
}

/* Docs / SEC Filings Page*/

#irwWrapper .table-irwBorder>tbody>tr:hover,
#irwWrapper .table-irwBorder tr:hover+tr.irwAbstract {
    border-color: #006E3D;
}


/* Event page Tree Year Background */

#irwWrapper .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus {
    background-color: #006E3D;
}

#irwWrapper #irwFilePage ul li {
    list-style: outside none disc;
    margin: 0 0 10px 40px;
}

.body-left {
    width: 70%;
    float: left;
    margin: 10px 0;
}

.body-right {
    width: 30%;
    float: left;
}

.cpbanner {
    position: relative;
    width: 100%;
    height: 355px;
}

.cpbanner-content-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.responsive-image {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.home-banner {
    background: url("../images/irw/cpbanner.jpg") no-repeat;
}

#mod-feature .copy {
    font-size: 12px;
    color: #fff;
}

#irwWrapper .corporate #corporateform .popular_nav a.current {
    background: #369953 none repeat scroll 0 0;
    color: #fff;
}

.date-display {
    text-align: center;
    padding: 10px 0 0px 0;
}

.market-summ-data {
    width: 44%;
    margin-right: 2%;
    background: #369953;
    float: left;
    padding: 2%;
}

.market-summ-graph {
    width: 48%;
    margin-left: 2%;
    float: left;
}

.martet-title {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.martet-price {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px 0
}

.martet-changes {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0
}

.martet-small-content {
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #4db56c;
    margin: 20px 0;
    padding: 20px 0 0 0;
}

.contact-info-display {
    width: 100%;
    float: left;
    margin: 0px 0%;
}

#searchControlForm #irwsearch .form-group-inline .irwSearchRadio {
    display: none;
}

.l-row .l-bank-popular .body-right .col-sm-12.pull-right.text-right.irwToolKit.irwToolKitLoader {
    margin: 10px 0;
}

.page-title {
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    color: #00490b;
}

#irwWrapper #irwOD .irwODSection {
    margin-bottom: 50px;
}

#irwWrapper .irwFilingIconset .irwFilingDownload {
    font-size: 14px;
}

#irwWrapper td.header {
    position: inherit !important;
    display: table-cell !important;
    box-shadow: none;
}

.desktop-display-banner {
    display: block;
}

.mobile-display-banner {
    display: none;
}

.padding-description {
    padding: 30px 2% 15px 2%;
    background: #404749;
    color: #fff;
}

#irwWrapper .container .irwODSections .irwODSection .irwODSectionName {
    text-align: left
}

.home-page-banner #mod-feature a b {
    background: #d7c039 none repeat scroll 0 0;
    color: #404749;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 0.87em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
}

.home-page-banner #mod-feature a b {
    background: #d7c039 none repeat scroll 0 0;
    color: #404749;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 0.87em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
}

#irwWrapper .open:hover,
#irwWrapper .howtoopen:hover,
#irwWrapper .apply:hover,
#irwWrapper .howtoapply:hover {
    opacity: 1;
}

#irwWrapper .dropdown-menu {
    border: 1px solid #000;
}

#irwWrapper .notifications p.notificationNote {
    width: 100%;
    clear: both;
    margin: 0px;
    display: block;
}

/*============================Css menu========================*/

@media only screen and (max-width:769px) {
    .body-left {
        width: 96%;
        float: left;
    }

    .body-right {
        width: 96%;
        float: left;
        margin: 0px 2%;
    }

    .market-summ-data {
        width: 100%;
        margin: 20px 0;
        background: #369953;
        float: left;
        padding: 2%;
    }

    .market-summ-graph {
        width: 100%;
        margin: 20px 0;
        float: left;
    }

    /*.contact-info-display {width:96%;margin:20px 2%;float:left;}*/
    .desktop-display-banner {
        display: none;
    }

    .mobile-display-banner {
        display: block;
    }

    .page-title {
        width: 96%;
        margin: 0 auto;
    }

    #irwWrapper .govdocs #govdocsform .irwgovdocs .text-muted {
        font-size: 12px;
    }

    #irwWrapper .govdocs #govdocsform .irwgovdocs .text-primary {
        font-size: 12px;
    }

    #irwWrapper .presentations #PresentationDocsform .irwPresentationDocs .text-muted {
        font-size: 12px;
    }

    #irwWrapper .presentations #PresentationDocsform .irwPresentationDocs .text-primary {
        font-size: 12px;
    }

    .dl-menuwrapper {
        width: 100%;
        max-width: 100%;
        float: left;
        position: relative;
        -webkit-perspective-origin: 50% 200%;
        perspective-origin: 50% 200%;
        background: #00481a;
        color: #fff;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .home-page-banner-mobile #mod-feature-one a b {
        background: #d7c039 none repeat scroll 0 0;
        color: #404749;
        padding: 15px 25px;
        text-transform: uppercase;
        font-size: 0.87em;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.2;
        margin-top: 10px;
        display: inline-block;
    }

    .home-page-banner-mobile #mod-feature-one a b {
        background-color: #409E5A;
        color: #ffffff;
        text-transform: uppercase;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        font-size: 0.8em;
    }

    .home-page-banner-mobile #mod-feature-one a b:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    footer .col h3.phone {
        margin-top: 3px;
        padding-bottom: 7px;
    }

    footer .col .icons {
        padding-top: 3px;
    }
}

@-moz-document url-prefix() {

    footer .col h3.phone {
        padding-top: 3px !important;
    }

    footer .col h3.routing {
        padding-top: 3px !important;
    }
}

@media screen and (max-width:320px) {
    .owl-stage-outer {
        /*width:271px !important;*/
        max-width: none !important;
    }

    .popular_carosel .pc_holder .type h3.title a {
        font-size: 14px;
        padding: 0 10px;
    }

    .home-page-banner-mobile #mod-feature-one a b {
        background-color: #409E5A;
        color: #ffffff;
        text-transform: uppercase;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        font-size: 0.8em;
    }

    .home-page-banner-mobile #mod-feature-one a b:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
}

/*******************************************/
#mod-feature .fliped-header-image {
    background-position: left !important;
}

#mod-feature .copy .pad {
    float: right;
}

.home-page-banner #mod-feature a b {
    background-color: #409E5A;
    color: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 1.2em;
}

.home-page-banner #mod-feature a b:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dl-menuwrapper {
    background-color: #409E5A;
    color: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* IR menu custom css */

#subhamberg-menu ul#irMenu {
    width: 71%;
}

@media (min-width: 768px) and (max-width: 991px) {
    #subhamberg-menu .dropdown {
        margin-left: 25px;
    }

    #mod-feature .copy .pad {
        max-width: 500px;
        width: 75%;
    }

    #mod-feature .copy .pad {
        padding: 1.5em 1.5em 1.5em 1.5em !important;
    }
}

@media (min-width: 980px) and (max-width: 1280px) {
    .fliped-header-image {
        height: 355px;
    }

    #mod-feature .copy .pad {
        padding: 1em 1.5em !important;
    }

    #mod-feature .copy .pad {
        max-width: 470px;
        width: 46%;
    }

    .popular_carosel {
        width: 90%;
        margin: 0 auto;
    }

    #corporateform .market-summ-graph {
        margin-top: 10px;
    }

    #irwWrapper .popular_carosel .owl-stage-outer .owl-item h3 {
        font-size: 15px !important
    }

    #corporateform nav.popular_nav {
        margin: 0 auto 0 !important;
    }

    .#nav-main #mh_login {
        font-size: 12px !important;
    }
}

@media (min-width: 360px) and (max-width: 640px) {
    .fliped-header-image {
        height: 355px;
    }

    #mod-feature .copy .pad {
        max-width: 470px;
        width: 46%;
    }

    .popular_carosel {
        width: 90%;
        margin: 0 auto;
    }

    #corporateform .market-summ-graph {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fliped-header-image {
        height: 355px;
    }

    #mod-feature .copy .pad {
        max-width: 470px;
        width: 75%;
    }

    .popular_carosel {
        width: 90%;
        margin: 0 auto;
    }

    #corporateform .market-summ-graph {
        margin-top: 20px;
    }
}

#subhamberg-menu .dropdown {
    position: relative;
    clear: both
}

#subhamberg-menu .dropdown-menu {
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 99999 !important;
}

#subhamberg-menu .dropdown>.dropdown-menu {
    display: none;
}

#subhamberg-menu .open>.dropdown-menu {
    display: block;
}

#subhamberg-menu .dropdown .dropdown-menu {
    background: #409E5A;
    width: 331px;
    top: 88%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#subhamberg-menu .dropdown .dropdown-menu {
    top: 99%
}

#subhamberg-menu .dropdown .dropdown-menu li {
    float: left;
    width: 200px;
    margin-right: 15px;
}

#subhamberg-menu .dropdown .dropdown-menu li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

#subhamberg-menu .dropdown .dropdown-menu li a:hover {
    color: green;
    background: none;
    text-decoration: none;
}

#subhamberg-menu .dropdown .dropdown-toggle {
    border: none;
    background: #d7c039;
    color: #000;
    font-size: 0.92857em;
    padding: 0 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#subhamberg-menu .dropdown .dropdown-toggle:hover {
    /*color: #fff;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#subhamberg-menu .dropdown .fa {
    font-size: 25px;
    height: 33px;
    line-height: 32px;
    width: 40px;
    margin: 0
}

#subhamberg-menu button {
    margin: 0;
    font-weight: normal
}

#subhamberg-menu .dropdown .help {
    padding-top: 5px;
}

#subhamberg-menu .open {
    background: none;
}

#subhamberg-menu .open:hover {
    opacity: 1
}

ul#irMenu li.hasChildren a.line,
#windowContent ul#irMenu li a.line {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid green;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 9px;
    text-transform: uppercase;
}

#irMenu ul {
    display: block !important;
    margin: 5px 0;
    list-style: none !important;
    padding: 0;
}

#irMenu ul li {
    line-height: 21px;
}

#irMenu li.hasChildren {
    margin-left: 36px;
    margin-top: 26px;
}

#irMenu a.menucollapsed.hasChild.line.noline {
    font-size: 1em !important;
}

#irMenu li.noChild a.line {
    font-weight: 700;
    text-transform: uppercase !important;
    font-size: 1em !important;
}

#irMenu li.singleParent {
    margin-left: 40px;
    margin-top: 28px;
}

/*******************************/
.home-page-banner #mod-feature a b {
    margin-top: 0px;
}

div#cpmenu {
    z-index: 99999 !important;
    position: absolute;
    left: 5px;
    /*top: 66%;*/
    margin: 10px 0;
}

#cpmenu .dropdown .dropdown-toggle,
#cpmenu .dropdown .dropdown-toggle:hover {
    background-color: #d7c039;
    color: #000;
}

#cpmenu ul#irMenu {
    width: 525px;
}

#irwWrapper .market-summ-inner {
    margin: 4% 0;
}

#irwWrapper .market-summ-graph {
    margin-bottom: 1%;
}

#irwWrapper .market-summ-data {
    margin-top: 0%;
}

#irwWrapper .market-summ-data h2 {
    color: #fff !important;
    border-bottom: 1px solid green;
    width: 50%;
    margin: 0 auto;
    font-size: 2em !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#corporateform #Corporate-Bottom-Section {
    float: left;
    width: 100%;
}

#irwWrapper .contact-info-display .title-community {
    color: #ffffff;
    font-size: 3em;
    line-height: 1;
    margin: 0 0 0.5em;
    text-align: center;
}

#irwWrapper .contact-info-display .irwContactBoxWrapper p {
    color: #ffffff;
    text-align: center;
}

#irwWrapper .mod-news-preview .title {
    color: #ffffff;
    font-size: 1.75em;
    line-height: 1;
    margin: 0 0 0.857em;
    text-align: center;
}

@media (max-width: 1300px) {
    #irwWrapper .market-summ-wrapper {
        background-color: #369953 !important;
        width: 100%;
        float: left;
    }
}

@media (min-width: 1301px) {
    #irwWrapper .market-summ-wrapper {
        background-color: #369953 !important;
        width: 100%;
        float: left;
    }
}

#corporateform nav.popular_nav {
    width: 20%;
    margin: 0 auto 0 auto;
}

#corporateform .popular_nav a.pn_personal {
    clear: both;
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-bottom: 20%;

}

#corporateform .popular_nav a.pn_personal div.personal-bkg {
    background: url("../images/irw/press_release_icons.png") no-repeat;
    background-size: 90%;
    margin-right: -14px;
}

.owl-item .type .title {
    padding: 1em 4em;
}

.owl-carousel {
    width: 100%;
    margin: 0 auto;
    padding: 0px !important;
}

.irwIRContact .irwBoxHeader {
    color: #00481A !important;
    background-color: transparent !important;
    font-size: 2em;
    text-align: center;
    margin-bottom: 10px;
}

.irwIRContact .irwBoxBodyItem {
    background-color: transparent !important;
}

#irwWrapper .irwIRContact .irwBoxWrapper {
    border: none;
}

#irwWrapper .irwIRContact .irwBoxBodyItemInner {
    width: 38%;
    margin: 0 auto;
}

#irwWrapper .irwIRContact .irwBoxBodyItemInner p:last-child {
    position: relative;
    top: -125px;
    width: 62%;
    left: 60%;
}

#irwWrapper .corporate .pull-right {
    margin-top: 5%;
}

#irwWrapper .irwIRContact .irwBoxBodyItem .irwBoxBodyItemInner {
    padding: 0;
}

#irwWrapper .irwIRContact .irwBoxBodyItem .irwBoxBodyItemInner:hover {
    margin-left: auto;
    padding-left: 0px;
}

#cptoolkit {
    /* float: left; */
    /* clear: both; */
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#cptoolkit .irwToolKit {
    text-align: center;
}

#cptoolkit a {
    padding: 0px;
}

.owl-carousel .date-display {
    font-weight: bold;
}

.mod-back-to-top {
    float: right;
    text-align: center;
    position: relative;
    right: 18%;
}

.mod-back-to-top a {
    background: #45925a url("../images/irw/ico-triangle-arrow.png") no-repeat 92%;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-shadow: rgb(3, 3, 3) 0px 0px 5px;
}

#fullBodyWrapper .home-page-banner {
    line-height: 1.4 !important;
}

@media only screen and (max-width: 767px) {
    #subhamberg-menu .dropdown {
        margin-left: 10px;
        margin-right: 10px;
    }

    #subhamberg-menu ul#irMenu {
        width: 100%;
    }

    #subhamberg-menu .dropdown .dropdown-toggle {
        width: 100%;
        font-size: 14px;
    }

    #subhamberg-menu .dropdown .fa {
        font-size: 25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .irwToolKit {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .irwCopyright .irwCopyrightText {
        margin-bottom: 20px;
    }

    #corporateform .market-summ-wrapper {
        position: relative;
    }

    #corporateform .market-summ-inner {
        margin: 14% 0;
    }

    #corporateform nav.popular_nav {
        margin: 0 auto;
        width: 83%;
    }

    .owl-item .type .title {
        padding: 0;
    }

    .popular_carosel .pc_holder .type h3.title a {
        font-size: 12px;
    }

    #irwWrapper .irwIRContact .irwBoxBodyItemInner p:last-child {
        top: 0;
        width: 100%;
        left: 0;
    }

    #irwWrapper .irwIRContact .irwBoxBodyItemInner {
        width: 100%;
        text-align: center;
    }

    #mh_head #mh_mobile_login {
        font-size: 13px;
    }

    #irwWrapper #Corporate-Bottom-Section #home_slide .pc_holder {
        margin-top: 0;
    }

    #corporateform .popular_nav a.pn_personal {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #corporateform .market-summ-wrapper {
        position: relative;
    }

    #corporateform nav.popular_nav {
        margin: 0 auto;
        width: 50%;
    }

    .owl-item .type .title {
        padding: 1em;
    }
}

.irwCopyright {
    padding-bottom: 50px;
}

#nav-mobile-main #searchControlForm input {
    background-color: #ffffff;
    border: medium none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: -5px;
    min-width: 225px;
    padding: 13.5px 5px;
}

#nav-mobile-main #searchControlForm .input-group.custom-search-form .has-feedback {
    display: none;
}

#nav-mobile-main #searchControlForm .search_close.ir {
    display: none;
}

#nav-mobile-main #searchControlForm .search_btn.btn-default {
    background: #ffffff url("../images/irw/ico-mobile-search.png") no-repeat scroll center center;
    border: medium none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    font-size: 0;
    height: 47px;
    line-height: normal;
    min-height: 47px;
    outline: medium none;
    padding: 0;
    position: relative;
    right: auto;
    vertical-align: top;
    width: 40px;
}

#nav-mobile-main #searchControlForm .custom-search-form {
    text-align: center;
}


.header {
    z-index: 999999 !important;
}

.modal-backdrop,
.irwCopyright .modal-backdrop,
.irwcommodal .modal-backdrop {
    z-index: 999999;
}

#irwWrapper .modal,
.irwCopyright .modal,
.irwcommodal.modal {
    z-index: 2147483647;
}

#irwWrapper .open {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    #irwWrapper {
        float: left;
        width: 100%;
    }

    #subhamberg-menu .dropdown .help {
        padding-top: 10px;
    }
}
