@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;
}

.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
}

/*  Pager */
#irwWrapper .pagination .pager-hide {
    display: none;
}

#irwWrapper .pagination > * {
    margin: 0 2px;
}

#irwWrapper .pagination .pager-disabled {
    pointer-events: none;
    opacity: 0.65
}

#irwWrapper .pagination .pager-active:hover {
    opacity: 0.65;
}

/** IRW THEME BELOW **/

#irwWrapper {
    color: #333;
    font-weight: 400;
    font-size: 17px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 24px;
    font-family: ArmitageLight, sans-serif;
    line-height: 19px;
}

.subPages #irwWrapperPR {
    font-family: ArmitageLight, sans-serif;
    padding-bottom: 50px;
}

#irwWrapper a, #irwWrapperPR a {
    color: #428BCA;
    text-decoration: none;
}

    #irwWrapper a:hover, #irwWrapper a:focus, #irwWrapperPR a:hover, #irwWrapperPR a:focus {
        color: #079DE0;
        text-decoration: none;
    }

    #irwWrapper a:focus {
        outline: none;
    }

/*
// Contextual colors
*/
#irwWrapper .text-muted {
    color: #999999;
}

#irwWrapper .text-default {
    color: #333;
}

#irwWrapper .text-primary, .irwCopyright .text-primary {
    /*color: #666;
        text-decoration: underline !important;*/
}

    #irwWrapper .text-primary:hover, #irwWrapper .panel-title:hover {
        color: #0099ff;
    }

#irwWrapper .panel-title {
    color: #428BCA;
}

#irwWrapper h4.text-primary, #irwWrapper .irwPRDate a.text-primary {
    text-decoration: none !important;
    color: #0099ff;
}

#marketSummaryPanel .irwBoxBodyItem.irwLast {
    padding: 10px 0px 5px 15px !important;
}

#irwWrapper .text-secondary {
    color: #DADBDA;
}

#irwWrapper a.text-primary:hover {
    color: #079DE0;
}

.irwCopyright a.text-primary:hover {
    color: #079DE0;
}

#irwWrapper .text-danger {
    color: #C40000;
}
/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary, .irwCopyright .bg-primary, .scrollbar-handle {
    color: #fff;
    background-color: #0099ff;
}

#irwWrapper a.bg-primary:hover {
    background-color: #079DE0;
}

#irwWrapper .bg-light-blue {
    background-color: #30baf8;
    color: #fff;
}

#irwWrapper .bg-dark-blue {
    background-color: #0098F9;
    color: #fff;
}

#irwWrapper .bg-dark-grey {
    background-color: #6D6E72;
    color: #fff;
}

    #irwWrapper .bg-light-blue a, #irwWrapper .bg-dark-grey a, #irwWrapper .bg-light-blue a:hover, #irwWrapper .bg-dark-grey a:hover, #irwWrapper .bg-dark-blue a, #irwWrapper .bg-dark-blue a:hover {
        color: #fff;
    }

#irwWrapper .btn-primary {
    color: #ffffff;
    background: #0099ff;
    border-color: #0099ff;
    color: white;
}

    #irwWrapper .btn-primary:hover, #irwWrapper .btn-primary:focus, #irwWrapper .btn-primary:active, #irwWrapper .btn-primary.active, #irwWrapper .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #0099ff;
        border-color: #0099ff;
    }

#irwWrapper .panel-default > .panel-heading, #irwWrapper .nav-tabs > li > a .tab-pointer {
    color: #0099ff;
}

#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select {
    background-color: #0099ff;
    color: #fff;
}

    #irwWrapper .panel-default > .panel-heading-Select a:hover, #irwWrapper .panel-default > .panel-heading-Select a:focus, #irwWrapper .panel-default > .panel-heading-Select a:active {
        color: #fff;
    }
/*
// IRW Structure Overwrites
// --------------------------------------------------
*/
#irwWrapper .row-margin {
    margin-bottom: 15px;
}

#irwWrapper .irwTile, #irwWrapper .irwTile2 {
    min-height: 267px;
    padding: 15px;
}

#irwWrapper .irwTile2 {
    min-height: 549px;
    padding: 6px 0 0
}

#irwWrapper .irwTileNegMargin {
    margin-left: -15px;
}

#irwWrapper .irwTile h6, #irwWrapper .irwTile h5, #irwWrapper .irwTile2 h4 {
    margin: 0;
    padding: 0;
}

#irwWrapper .irwTile h6 {
    margin-bottom: 40px;
}

#irwWrapper .irwItemDate {
    color: #CBEEFD;
    margin-bottom: 15px;
}

#irwWrapper .irwItemTitle, #irwWrapper .irwItemTitle a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#irwWrapper #map_canvas.map {
    width: 100%;
    height: 176px;
}

#irwWrapper .irwSNLOne {
    background: url('../images/irw/img-1.jpg') no-repeat top right;
    background-size: cover !important;
}

@media (max-width: 768px) {
    #irwWrapper .calculators .well {
        overflow: visible;
    }

    #irwWrapper .irwTileNegMargin {
        margin-left: 0;
    }

    #irwWrapper #map_canvas.map {
        width: 100%;
        height: 176px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    #irwWrapper .irwTile h6 {
        margin-bottom: 20px;
    }

    #irwWrapper .irwTileNegMargin {
        margin-left: 0;
    }
}
/*
// IRW Tabs
// --------------------------------------------------
*/
#irwWrapper .irwTabs {
    border: none;
    border-top: 8px solid #0099ff;
    background-color: #0099ff;
    border-radius: 0;
}

    #irwWrapper .irwTabs ul {
        margin-left: -10px;
    }

        #irwWrapper .irwTabs ul li a {
            background-color: #0099ff;
            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: 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: #079DE0;
}

#irwWrapper .irwTableRowItem h6, #irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-size: 14px;
}

#irwWrapper .meter {
    background-color: #ccc;
}

h1.irwTitle, #irwWrapper h1:not(.irwFilePageH1) {
    display: none;
}
/*Suppress Title on IR Pages*/

/*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: #0099ff;
}
/**/
#irwWrapper .irwNote {
    border-bottom-color: #0099ff;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #0099ff;
}

.page .content .frame.frame1 {
    padding-top: 35px;
    /*background-image: url(../images/Layerbackground.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.parallax-window {
    padding-top: 14px;
    min-height: 270px;
    transform: matrix(1, 0, 0, 1, 0, -40);
}

h1, h2, h3, h4, h5, h6,
#irwWrapper .QuarterlyResultsPanel .irwQRTitle {
    font-family: 'WalsheimRegular' !important;
}

#frame1 h1 {
    font-size: 52px;
    font-weight: normal;
    text-shadow: 1px 1px 0px black;
    font-family: 'WalsheimRegular' !important;
}

.page .content .frame.frame4 {
    padding-top: 70px;
    background-color: #4979bd
}

#frame1 .btn {
    font-size: 24px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: #003366;
    padding: 15px;
    margin-right: 20px;
    width: 300px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    color: white;
    font-family: 'WalsheimRegular' !important;
}

#searchControlForm {
    float: left;
    padding-left: 12px;
}

    #searchControlForm input {
        height: 34px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
        width: 180px;
        margin-top: 10px;
        padding-left: 19px;
        background-color: transparent;
        line-height: 34px;
        font-family: 'WalsheimLight';
        border-radius: 0px;
        color: #fff
    }

        #searchControlForm input:focus {
            border: 1px solid #fff;
        }

/*#irwWrapper .corporate {
padding-left:15px;
padding-right:15px;
}*/
#marketSummaryPanel .irwBoxBodyItem .irwBoxBodyItemLabel {
    FLOAT: LEFT;
}

#marketSummaryPanel .irwBoxBodyItem .irwBoxBodyItemValue {
    text-align: right
}

#irwWrapper .irwMarketSnapshot .irwBoxBodyItem {
    padding: 20px 0px;
}

.frame4 h1 {
    font-size: 34px;
    padding-bottom: 35px;
    font-family: WalsheimRegular, sans-serif !important;
}

.frame4 .defaultbold {
    font-size: 21px;
    font-family: WalsheimRegular, sans-serif !important;
    line-height: 1.2;
}

.frame4 .signup-text span {
    font-size: 21px;
    padding: 00px 0px 15px;
    display: block;
    font-family: WalsheimRegular, sans-serif !important;
    line-height: 1.2;
}

.frame4 .signup-text input {
    padding-left: 10px;
    padding: 7px 10px;
    width: 100%;
    max-width: 375px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.page .content .frame.frame4.footerFrame .cp-copyright.text-center {
    padding-bottom: 50px;
    padding-top: 60px;
}

.page .content .frame.frame4.footerFrame .signup-text .mktoButton {
    font-size: 16px;
    background-color: #0099ff;
    text-align: center;
    cursor: pointer;
    border: none;
    color: white;
    /* height: 45px; */
    /* padding-bottom: 5.5px; */
    /* width: 120px; */
    color: #fff;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 25px;
    margin-top: 10px;
}

.frame4 .irwCopyright {
    font-size: 16px;
    font-family: 'WalsheimLight';
    color: white !important;
}

.page .content .frame.frame4.footerFrame .irwCopyright a {
    color: #fff;
}

.frame4 .irwCopyright p {
    color: #666 !important;
}

.main-body-start .cp-title {
    font-size: 36px;
    color: #0099ff;
    font-weight: 400;
    padding: 30px;
    padding-left: 48px;
    font-family: WalsheimRegular, sans-serif !important;
}

#irwWrapper .irwMarketSnapshot .irwBoxBody.tab-content {
    padding: 30px 35px;
    padding-right: 0px;
}

#irwWrapper .irwMarketSnapshot .irwBoxBodyItem.irwFirst {
    padding-bottom: 0px;
    padding-top: 0px;
}

.irLandingPageDiv .main-body-start .cp-title {
    padding-left: 0px;
    padding-top: 40px;
    line-height: 1;
}

.main-body-start .irwDescription {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
    color: #666;
    font-family: ArmitageLight, sans-serif;
}

#irwMarketSummaryPanelTab .irwFirst span.MSExchange, #irwMarketSummaryPanelTab .irwFirst span.MSTicker {
    font-size: 36px !important;
    font-weight: 400 !important;
    font-family: WalsheimRegular, sans-serif !important;
}

#irwMarketSummaryPanelTab .irwFirst .irwBoxBodyItemValue {
    color: #000;
    font-family: WalsheimRegular, sans-serif !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    padding-right: 30px;
}

#irwMarketSummaryPanelTab .toptogether {
    float: right !important;
    font-size: -10px;
}

#marketSummaryPanel .irwBoxBodyItemLabel, #marketSummaryPanel .irwBoxBodyItemValue {
    color: #666666;
    font-size: 18px !important;
    font-family: WalsheimRegular, sans-serif !important;
}

#marketSummaryPanel .irwBoxBodyItemNote {
    color: #666666;
    font-size: 14px !important;
    text-align: right;
    font-family: WalsheimRegular, sans-serif !important;
}

#corporateform .irwPressReleases {
    background-color: #ececec;
}

    #corporateform .irwPressReleases h2 {
        font-size: 36px;
        color: #0099ff;
        font-weight: 400;
        padding: 15px;
        padding-left: 0px;
        padding-bottom: 0px;
        font-family: WalsheimRegular, sans-serif !important;
    }

#irwWrapper .cp-innercontainer {
    padding-left: 15px;
    padding-right: 15px;
}

.cp-container {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

#corporateform .irwPressReleases .irwTableRowItemInner {
    background-color: #ececec !important;
    padding-left: 0px !important;
}

#corporateform .irwPressReleases .irwPRDate {
    font-size: 18px;
    border-left: 2px solid #0099ff;
    padding-left: 10px;
    font-family: ArmitageLight, sans-serif;
}

    #corporateform .irwPressReleases .irwPRDate a {
        color: #0099ff;
    }

#corporateform .irwPressReleases h4 .irwGaLabel {
    font-size: 18px;
    color: #333 !important;
    padding-top: 20px;
    display: block;
    font-family: ArmitageLight, sans-serif;
    text-decoration: none !important;
}

#irwWrapper .irwPressReleases .irwTableRowItem .irwTableRowItemInner {
    padding: 10px 31px 10px 15px;
}

#irwWrapper .irwPressReleases .irwTableRowItem {
    padding-left: 16px;
    padding-right: 15px;
}

    #irwWrapper .irwPressReleases .irwTableRowItem .irwTableRowItemInner:hover {
        margin: 0px;
    }

#irwWrapper .irwPressReleases .allpress a, #irwWrapper .irwPressReleases .allpress {
    text-align: left;
    color: #0099ff;
    font-size: 18px;
    font-family: ArmitageLight, sans-serif;
}

#irwWrapper .irwPressReleases .allpress {
    width: 100%;
    overflow: hidden;
    padding: 30px 0px 40px;
}

    #irwWrapper .irwPressReleases .allpress .fa-plus {
        font-size: 15px;
        font-weight: 300 !important
    }

#irwWrapper .corporate .irwTableWrapper {
    height: auto !important;
}

#irwWrapper .featured .allpress a, #irwWrapper .featured .allpress {
    text-align: left;
    color: #0099ff;
    font-size: 18px;
}

#irwWrapper .featured .allpress {
    width: 100%;
    overflow: hidden;
    padding: 40px 15px 20px;
    font-family: WalsheimRegular, sans-serif !important;
}

#irwWrapper .featured .fa-plus {
    font-size: 18px !important;
}

#corporateform .featured h2 {
    font-size: 36px;
    color: #0099ff;
    font-weight: 400;
    padding: 15px 00px;
    padding-bottom: 30px;
    font-family: ArmitageLight, sans-serif;
}

#corporateform .featured .fa {
    font-size: 50px;
    color: #7ccaff;
    float: left;
    margin-right: 20px;
}

#corporateform .featured a {
    font-size: 24px;
    color: #666;
    font-size: 400 !important;
    font-family: ArmitageLight, sans-serif;
}

#corporateform .featured .docsDate {
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    font-family: WalsheimRegular, sans-serif !important;
}

.page .content .frame.frame1 > div.text p {
    padding: 20px 0px 15px;
    font-family: WalsheimRegular, sans-serif !important;
}

.IR-menu {
    background-color: #0099ff;
    display: table;
    width: 100%;
    z-index: 1;
    position: relative;
}

.page .footer ul.nav-main li {
    text-decoration: underline
}

#irwWrapper .notifications span.button-radio .btn {
    margin-left: 0px !important;
}

#irwWrapper .irwPressReleases .irwTableRowItem {
    border: none !important
}

@media only screen and (max-width: 1170px) {


    .page .footerContainer, #header.header, #page.page, .page .footer {
    }

        #header.header.header-desktop, #footer.desktop-footer {
            display: none
        }
         #searchControlForm input {
        color: #000;
    }
    /*.row {
    margin: 0px !important;
}*/
    #cssmenu ul ul {
        background-color: #fff;
        width: 90%;
    }

    #irwWrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cssmenu ul ul a {
        color: #666 !important;
    }

    .page .content .frame.frame1 {
        padding-top: 40px;
    }

    .footerContainer {
        display: none
    }

    .page .content .frame.frame1 > div.text p {
        padding: 0px 0px 0px;
        line-height: 1.25em;
        text-shadow: 1px 1px 0px black;
        margin-top: 12px;
    }

    .IR-menu {
        background-color: transparent;
    }

        .IR-menu #searchControlForm {
            float: right;
            margin: 0 15px 15px 0;
        }

            .IR-menu #searchControlForm .searchInpt {
                border: 1px solid #ccc;
                width: 215px;
                box-shadow: 1px 1px 1px #ccc; /* margin-top: 10px; */
            }
}

@media only screen and (min-width: 1170px) {
    /*.activeParent a {
        background-color: #fff;
        color: #0099ff !important;
        font-weight: bold !important;
    }*/

    .page .footerContainer, #header.header, #page.page, .page .footer {
    }

        #header.header.header-mobile, #footer.mobile-footer {
            display: none
        }

    #desktop-menu li:hover > .submenu {
        display: block
    }
}

#desktop-menu .submenu a:hover {
    cursor: default;
}

.search-relative {
    position: relative
}

    .search-relative input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    .search-relative input::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    .search-relative input:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    .search-relative input:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }
    /*.search-relative input::placeholder {
 color: #fff;
}*/
    .search-relative #searchControlButton {
        position: absolute;
        top: 21px;
        left: 5px;
        width: 10px;
        height: 14px;
    }

        .search-relative #searchControlButton .fa {
            font-size: 12px
        }

#searchControlButton {
    background-image: url('../images/irw/search-white.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 991px) {
    #corporateform .featured .col-sm-6 {
        padding-bottom: 30px;
    }

    #irwMarketSummaryPanelTab .irwFirst span.MSExchange, #irwMarketSummaryPanelTab .irwFirst span.MSTicker {
        font-size: 25px !important;
    }

    #irwMarketSummaryPanelTab .irwFirst .irwBoxBodyItemValue {
        padding-right: 0px;
        font-size: 25px !important;
    }

    #irwWrapper .irwBoxBody {
        background-color: #fff;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #frame1 h1 {
        font-size: 42px;
        font-weight: normal
    }

    #frame1 .btn {
        width: 155px;
        padding: 15px;
        font-size: 18px;
    }
}

#more {
    display: none;
}

.readmorecp {
    border: none;
    text-align: left;
    background-color: #fff;
    font-size: 18px;
    color: #0099ff !important;
    font-size: 18px;
    font-family: ArmitageLight, sans-serif;
}

.readmorecpbutton {
    color: #0099ff !important;
}

#irwWrapper button.readmorecp:focus {
    outline: none;
}

#irwWrapper .corporate {
    background: #fff;
}

@media(max-width:767px) {
    .main-body-start .cp-title {
        padding: 0 0 15px;
        font-size: 24px;
    }

    #cssmenu {
        padding-left: 0;
    }

        #cssmenu .dropdown-menu.open {
            padding-left: 15px;
        }

    .subPages .main-body-start .cp-title {
        padding: 13px;
    }

    #irwWrapper .irwDescription, #irwWrapper .irwirwUpcomingEvents, #irwWrapper .irwMarketSnapshot {
        margin: 0;
        padding: 0 !important;
    }
}

#faqform .panel-body {
    font-family: ArmitageLight, sans-serif;
    font-size: 17px;
    line-height: 19px;
    color: #666666;
}

.subPages #irwWrapperPR {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 768px) {
    .subPages #irwWrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.btn, input, select, a, .input-group-addon, .ui-datepicker-header, .ui-datepicker,
.modal-content, #irwWrapper #irwTabsEvent, #irwWrapper .timeline > li.treeround > span.tree-primary,
#irwWrapper .irwCRTabsPanel {
    border-radius: 0 !important;
}

#irwWrapper .radio label, #irwWrapper .checkbox label, #irwWrapperPR .radio label, #irwWrapperPR .checkbox label {
    display: block;
}

#irwWrapper .cp-contact-info h2 {
    font-size: 36px;
    color: #0099ff;
    font-weight: 400;
    padding: 15px 00px;
    padding-bottom: 30px;
}

#irwWrapper .cp-contact-info p {
    font-size: 22px;
    font-family: WalsheimRegular, sans-serif !important;
    color: #666;
    line-height: 1.2;
}

.page .content .frame.frame4.footerFrame {
    height: auto;
    padding-bottom: 0px;
    padding-top: 50px;
}

    .page .content .frame.frame4.footerFrame .cp-footer-col *, span.irwCopyrightText {
        color: #fff;
    }

    .page .content .frame.frame4.footerFrame .cp-footer-col {
        float: left;
        width: 50%;
    }

        .page .content .frame.frame4.footerFrame .cp-footer-col h1 {
            font-size: 36px;
            color: #fff;
            font-weight: 400;
            padding: 15px 00px;
            padding-bottom: 30px;
        }

#irwWrapper .irwEventBody {
    border: 0;
    border-radius: 0;
}

#irwWrapper .sec-filings .irwBoxHeader {
    padding-left: 8px;
}

.ir-page-469878 #irwWrapper .table > thead > tr > td, .ir-page-469878 #irwWrapper .table > tbody > tr > td {
    padding: 8px 0px;
}

#irwWrapper #stockInfo .irwSnapshotItem {
    font-size: 15px;
    min-height: 110px
}

#irwWrapper #stockInfo .irwQuoteTimeStamp {
    font-size: 13px;
}

#irwWrapper #stockInfo #snapshotSymbolPanel {
    padding-top: 15px;
}

#irwWrapper #stockInfo .panel-heading-Select .panel-title {
    color: #fff;
}

#irwWrapper #stockInfo .irwRow1 {
    height: 70px
}

#irwWrapper #irwOD .irwODBoxTrigger {
    padding: 15px 5px 15px 0px;
}

#irwWrapper #irwOD .irwODBody {
    padding-bottom: 25px;
    padding-left: 0px;
    display: none;
}

#irwWrapper #irwOD .irwViewBioDetailText_block {
    padding-left: 0px;
    line-height: 25px;
    text-align: justify;
}

#irwWrapper #irwOD h2.irwODSectionName {
    padding-bottom: 15px;
    margin-top: 35px;
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul li {
    line-height: 25px;
}

#irwWrapper .QuarterlyResultsPanel .panel-heading a {
    padding: 20px 8px 20px 5px;
}

#irwWrapper .well {
    border-radius: 0px;
}

@media only screen and (max-width:767px) {
    #irwWrapperPR .irwFilePageH1 {
        font-size: 170%;
        line-height: 1.3;
    }

    .subPages #irwWrapperPR {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .content .frame.frame4.footerFrame .cp-footer-col.cp-footer-col1 {
        padding-bottom: 50px;
    }

    .page .content .frame.frame4.footerFrame .cp-footer-col {
        float: left;
        width: 100%;
    }

        .page .content .frame.frame4.footerFrame .cp-footer-col h1 {
            font-size: 24px;
        }

    #irwWrapper .irwMarketSnapshot .irwBoxBody.tab-content {
        padding-left: 0px;
    }

    #corporateform .irwPressReleases h2, #corporateform .featured h2 {
        font-size: 24px;
    }

    #corporateform .featured a {
        font-size: 20px;
    }
}

@media only screen and (max-width:1170px) {
    #irwWrapper .corporate.container {
        padding-left: 12px;
        padding-right: 12px;
    }

    #stockPriceLookUpPanel p {
        padding-top: 10px;
    }

    .subPages #irwWrapperPR > .container > .row > .col-xs-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    #irwWrapper > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    #irwWrapper .corporate.container .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    #irwWrapper .corporate.container .col-xs-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    #irwWrapper .cp-innercontainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cp-container {
        max-width: 100%;
    }

    #cssmenu {
        padding-left: 0;
    }

    .search-relative input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #666;
    }

    .search-relative input::-moz-placeholder { /* Firefox 19+ */
        color: #666;
    }

    .search-relative input:-ms-input-placeholder { /* IE 10+ */
        color: #666;
    }

    .search-relative input:-moz-placeholder { /* Firefox 18- */
        color: #666;
    }

    #searchControlButton {
        background-image: url('../images/irw/search-dark.png');
    }
}

#irwWrapper .irwCRTabsPanel {
    border: none;
    border-top: 8px solid #0099ff;
    background-color: #0099ff;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .text-primary, .irwCopyright .text-primary {
    color: rgb(51, 51, 51)
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .main-body-start .cp-title {
        padding-left: 65px !important;
    }
}
.page .content .frame.frame4.footerFrame #registerEmailId {
    color: #666
}


#irwWrapper .ftbl .footable-pagination-wrapper .pagination {
    display: flex;
    justify-content: flex-end;
}
#irwWrapper .ftbl .footable-pagination-wrapper .pagination li {
    margin: 0 3px;
}
#irwWrapper .ftbl .footable-pagination-wrapper .pagination li a  {
    text-decoration: none;
}

#irwWrapper .has-feedback .form-control-feedback {
    right: 15px;
}

.PageNewsEventsPressReleasesNewsDetails #footer.desktop-footer {
    display: inline-block;
}

 .help-block.help-block--null-email {
        margin-top: -3px !important;
    }

@media only screen and (max-width: 1170px) {
 #footer.desktop-footer {
    display: none !important;
}
}

@media only screen and (max-width: 1169px) {
body .page .footer { 
    display: inline-block;
}
}

@media screen and (max-width: 560px) {
    #RegisterForm .HasCustomFields .row:nth-of-type(7) .col-sm-9.emailDocuments {
        margin-left: -25px;
    }

    #RegisterForm .HasCustomFields .row:nth-of-type(8) .col-sm-3 {
        padding-bottom: 5px;
    }
    
    p.notificationNote {
        margin-left: 15px !important;
    }

}

@media only screen and (min-width: 1170px) {
    .page #fixed.home-1c {
        background: url('../images/irw/banner-cp-blue.jpg') no-repeat;
        background-color: #fff;
    }
}

.irwBannerWidget .module_headline {
    padding: 5px 0px 15px;
    font-family: WalsheimRegular, sans-serif !important;
    font-size: 20px;
}

.irwBannerWidget .module_attachment-link i {
    margin-left: 10px;
}

.irwBannerWidget .module_item {
    padding-top: 30px;
}

.irwBannerWidget .module_item .module_attachment  {
    padding: 5px 0;
}