

/*  Font Awesome CDN Import */
@import url(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('https://s2.q4cdn.com/files/design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('https://s2.q4cdn.com/files/fonts/slick/slick.eot');
    src: url('https://s2.q4cdn.com/files/fonts/slick/slick.eot?') format('embedded-opentype'), url('https://s2.q4cdn.com/files/fonts/slick/slick.woff') format('woff'), url('https://s2.q4cdn.com/files/fonts/slick/slick.ttf') format('truetype'), url('https://s2.q4cdn.com/files/fonts/slick/slick.svg') 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("https://s2.q4cdn.com/files/fonts/flaticon.eot");
    src: url("https://s2.q4cdn.com/files/fonts/flaticon.eot?") format("embedded-opentype"),
        url("https://s2.q4cdn.com/files/fonts/flaticon.woff") format("woff"),
        url("https://s2.q4cdn.com/files/fonts/flaticon.ttf") format("truetype"),
        url("https://s2.q4cdn.com/files/fonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("https://s2.q4cdn.com/files/fonts/flaticon.svg") 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 **/
/*!
* 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***********************/

body {
    position: relative;
    overflow-x: hidden;
}

#irwWrapper,
#irwWrapperPR {
    color: #4e5156;
    font-family: "MarkPro";
    font-weight: 400;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
}

#irwWrapper a,
#irwWrapperPR a {
    color: inherit;
    text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
    color: #ff8326;
    text-decoration: none;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
    outline: none;
}

/*// Contextual colors*/
#irwWrapper .text-muted {
    color: #999999;
}

#irwWrapper .text-default {
    color: #646466;
}

#irwWrapper .text-primary,
.irwCopyright .text-primary {
    color: #646466;
}

#irwWrapper a.text-primary:hover {
    color: #0033a0;
}

.irwCopyright a.text-primary:hover {
    color: #0033a0;
}

.header_new.row,
.row.body-back,
.hero.row,
.row.body-back {
    margin-right: 0px;
    margin-left: 0px;
}

/*// Contextual backgrounds*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle {
    color: #fff;
    background-color: #0033a0;
}

#irwWrapper a.bg-primary:hover {
    background-color: #fb8e3d;
}

#irwWrapper .pagination .btn.btn-primary {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

#irwWrapper .table>thead>tr>th {
    background-color: #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
}

#irwWrapper .table>thead>tr>th a,
#irwWrapper .table>thead>tr>th a:hover {
    color: #4e5156;
    font-weight: bold;
}

#irwWrapper .btn-primary {
    color: #ffffff;
    background: #ff8326;
    border-color: transparent;
    color: white;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

#irwWrapper .btn {
    -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: #fd9140;
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#irwWrapper .panel-default>.panel-heading {
    color: #0033a0;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default>.panel-heading-Select {
    background-color: #0033a0;
    color: #fff;
}

#irwWrapper .panel-default>.panel-heading {
    background-color: #0033a0;
    color: #fff;
}

#irwWrapper .panel-default>.panel-heading a:hover {
    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// --------------------------------------------------*/
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ff8326;
    text-decoration: none;
}

#irwWrapper .irwTabs {
    border: none;
    border-top: 8px solid #0033a0;
    background-color: #0033a0;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
    background-color: #0033a0;
    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: #0033a0;
    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: #0033a0;
}

#irwWrapper .irwTableRowItem h6,
#irwWrapper .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .ui-widget {
    font-family: 'MarkPro', 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;
}

#irwWrapper .bg-default,
#irwWrapperPR .bg-default,
.irwCopyright .bg-default,
.irwcommodal a.text-primary:hover {
    color: #fff;
    background-color: #0033a0;
}

#irwWrapper #stockInfo .irwBoxWrapper .bg-default .text-primary,
#irwWrapper #stockInfo .irwBoxWrapper .bg-default a {
    color: #fff;
}

/*Stock Chart Config Menu */
#irwWrapper #stockInfo .FundDescription a.pull-right {
    float: left !important;
}

#irwWrapper #stockInfo #irwsecurity {
    float: left;
}

#irwWrapper #stockInfo .irwStockSnapshot {
    font-size: 15px !important;
}

#irwWrapper #stockInfo .irwStockSnapshot .irwRow2 {
    background: #0033a0 !important;
    color: #fff !important;
}

#irwWrapper #stockInfo .irwHistoricLookUp .irwBoxBody .form-control {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

#irwWrapper #stockInfo .irwStockChartRange .btn-group .rangeBtn.btn-primary {
    background: #0033a0 !important;
    color: #fff !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#irwWrapper #stockInfo .panel-group .panel+.panel {
    margin-top: 10px;
}

#irwWrapper #stockInfo .panel-title {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

#irwWrapper #stockInfo .panel-title a:after {
    font-family: "FontAwesome";
    content: "\f106";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
    color: #fff;
}

#irwWrapper #stockInfo .panel-title a.collapsed:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
    color: #fff;
}

#irwWrapper #stockInfo .panel-heading.panel-heading-Select .panel-title a.collapsed:after {
    font-family: "FontAwesome";
    content: "\f106" !important;
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
    color: #fff;
}

#irwWrapper #stockInfo .irwBoxTools {
    padding-right: 0px;
}

#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 {
    color: #fff;
    background-color: #0033a0;
}

#irwWrapper .btn.btn-default {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

#irwWrapper .irwStockChartRange .btn.btn-default {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#irwWrapper .pagination .btn.btn-default {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.page-border {
    border-left: 1px solid #000;
    margin-bottom: 30px;
    min-height: 900px;
}

/*============================================== Investor Alerts ========================================*/
#irwWrapper .notifications .HasCustomFields .Customform-group .input-group-addon-no-icon {
    display: none;
}

#irwWrapper .notifications .btn.btn-primary {
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-radius: 20px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #ff8200;

}

#irwWrapper .notifications .btn.btn-primary:hover,
#irwWrapper .notifications .btn.btn-primary:focus {
    background: #fa9225;
}

#irwWrapper .notifications .form-control {
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 20px !important;
    -webkit-border-bottom-left-radius: 20px !important;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 20px !important;
    -moz-border-radius-bottomleft: 20px !important;
    border-radius: 0px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

#irwWrapper .notifications .btn-secondary {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #743f7e;
    border-color: #743f7e;
}

#irwWrapper .notifications .btn-secondary:hover,
#irwWrapper .notifications .btn-secondary:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #854c90;
}

/**/
#irwWrapper .irwNote {
    border-bottom-color: #0033a0;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #0033a0;
}

/*============================================== Custom Page Css ========================================*/
/*Reset H3 text font size*/

#irwWrapper h3,
#irwWrapper .h3,
#irwWrapper h4,
#irwWrapper .h4 {
    font-size: 110%;
}

/*Stock Info Fix*/
#stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem {
    min-height: 110px;
}

#stockInfo .irwStockSnapshot .irwSnapshotItem .irwRow1 {
    height: 70px;
}

/*Financial Calculators*/
#irwWrapper .irwCRTabsPanel {
    background-color: #0033a0;
    border-color: #0033a0;
}

/* Docs / SEC Filings Page*/
#irwWrapper .table-irwBorder>tbody>tr:hover,
#irwWrapper .table-irwBorder tr:hover+tr.irwAbstract {
    border-color: #0033a0;
}

/* 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: #0033a0;
}

/*calander*/
#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
    color: #d31f36 !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #ff8326 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.body-back {
    background: url("../image/body-background.png") no-repeat left 185px;
    float: left;
    width: 100%;
}

#irwWrapper>.container {
    padding-left: 0;
    padding-right: 0;
}

#irwWrapper .corporate h1 {
    color: #ffb81c;
    font-size: 30px;
    margin: 20px 0;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}

#irwWrapper .corporate h1:after {
    background: #000;
    bottom: 0;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    width: 105px;
}

#irwWrapper p,
#irwWrapperPR p {
    font-size: 20px;
}

.treeview.filetree li ul li:last-child {
    border-bottom: none;
}

#irwWrapper .padding-lf-o {
    padding-left: 0;
    padding-right: 0;
}

#irwWrapper .cp-recent-news .article-item a {
    color: #333f48;
}

#irwWrapper .cp-recent-news .article-item a:hover {
    text-decoration: underline;
}

#irwWrapper .corporate>p {
    font-size: 20px;
}

#irwWrapper .cp-recent-news {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

#irwWrapper .cp-recent-news .article-item {
    margin-bottom: 20px;
}

#irwWrapper .nav-tabs>li>a .tab-pointer {
    color: #0033a0;
}

.click-search a:hover {
    text-decoration: none
}

#irwWrapper .irwODSection .bg-default {
    background-color: transparent;
}


#navbar .navbar-nav>li>a {
    font-size: 12px;
    padding: 12px 5px;
}

.he-search {
    font-size: 12px;
    padding: 15px 5px;
    border-left: 2px solid #353d42;
    padding-left: 30px;
    text-transform: uppercase;
    font-family: MarkPro-Bold;
}

.he-search a {
    color: #384248;
}

.header-irsearch {
    display: none;
    background: #6c2f78;
    width: 100%;
    float: left;
    padding: 15px;
}

.header-irsearch #irwsearch .irwSearchRadio {
    display: none
}

#navbar .left-menu {
    display: none;
}

.navbar .navbar-nav li[title="Home"] {
    display: none;
}

.leftContentPane .treeview .header-menu {
    display: none;
}

#irwWrapper .InfoRequest .irwInfoReqCaptchaRow .Customform-group small.help-block {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

#irwWrapperPR h1,
#irwWrapperPR .h1 {
    font-size: 25px;
    font-weight: bold
}

#irwWrapperPR h2.irwFilePageH2 {
    font-size: 20px;
}

/*#irwWrapper .press-releases #newsPanelResults .irwHasGA h4 {font-size: 14px;}*/
#irwWrapper .press-releases #newsPanelResults .irwLoadingdata .irwPRSummary p {
    font-size: 12px;
}

#irwWrapper .press-releases .gridPR .irwPRSummary p {
    font-size: 12px;
    color: #FFF;
}

#irwWrapper .gridPR .irwTableRowItem {
    height: 320px;
}

#irwWrapper .gridPR .col-sm-10 {
    height: 300px;
}

#irwWrapper .gridPR .irwTableRowItem .irwPRSummary {
    height: 270px;
}

.navbar ul.nav.navbar-nav li .dropdown-toggle {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    white-space: normal;
}

#irwWrapper .cp-recent-news .more-btn {
    display: inline-block;
    width: 100%;
}

#irwWrapper .cp-recent-news .more-btn a {
    background: #ff8200;
    display: inline-block;
    padding: 10px 22px;
    color: #fff;
    font-size: 16px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#irwWrapper .cp-recent-news .more-btn a:hover {
    color: #ff9527;
    text-decoration: none;
    background: #ff9527;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a {
    color: #ff8200;
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus,
a:active {
    color: #ff8326;
    outline: 0;
}

.DNNContainer_Title_h1 {
    padding-bottom: 0;
}

#irwWrapper .table>thead>tr>th,
#irwWrapper .table>tbody>tr>th,
#irwWrapper .table>tfoot>tr>th,
#irwWrapper .table>thead>tr>td,
#irwWrapper .table>tbody>tr>td,
#irwWrapper .table>tfoot>tr>td {
    font-size: 16px;
    font-weight: normal;
}

#irwWrapper .panel-title>a {
    font-size: 16px;
}

#irwWrapper .govdocs table.table td .text-muted a {
    padding-left: 0;
    padding-right: 0;
}

#irwWrapper .mt-20 {
    margin-top: 20px;
}

#irwWrapper .irwFinancialDocs .irwEventAlert .col-lg-6 {
    width: 100%;
}

#irwWrapper #irwEvent .irwEventAlert .col-lg-6 {
    margin-bottom: 10px;
    width: 100%;
}

#irwWrapper .InfoRequest .irwInfoReqCaptchaRow .col-sm-6 {
    width: 100%;
}

#irwWrapper #irwOD .irwODSections .irwODSection.ir-28325 {
    display: none;
}

.contactPane a {
    word-wrap: break-word;
}

#irwWrapper .MNA .mna-tab-content {
    display: none;
}

#irwWrapper #stockInfo #snapshotPanel .irwSnapshotGroupItem,
#irwWrapper #stockInfo #snapshotPanel .last {
    margin-top: 10px;
}

.leftContentPane .treeview.filetree .left-menu li.active {
    padding: 0 !important;
}

#irwWrapper .irwODSection>.pull-right {
    clear: both;
    display: inline-block;
    margin: 0 0 30px;
    text-align: right;
    width: 100%;
}

#irwWrapper .irwFilingDownloadDiv {
    min-width: 230px;
}

#irwWrapper .notifications .irw_Email .emailEditLabel {
    width: 100%;
    margin-bottom: 11px;
}

#irwWrapper .creditratings form#creditratingsform {
    display: none;
}




/*************************** PRICE DATA START ********************************/
div.wd_quote-wrapper {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: ;
    border: none;
}

div.wd_quote {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}

div.wd_quote div.wd_main-wrapper,
div.wd_quote div.wd_values-wrapper,
div.wd_quote div.wd_data-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    font-family: "MarkPro";
}

div.wd_quote div.wd_main-wrapper {
    text-align: center;
}

div.wd_quote div.wd_main {
    display: inline-block;
    text-align: left;
    margin: 0;
    width: 100%;
}

div.wd_quote div.wd_data {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

div.wd_quote div.wd_data {
    text-align: left;
    margin: 0;
    padding: 10px 0;
}

div.wd_quote div.wd_data div.wd_label {
    font-size: 15px;
    text-align: center
}

div.wd_quote div.wd_data div.wd_value {
    font-size: 15px;
    margin-top: 3px;
    text-align: center
}

div.wd_quote div.wd_quote-value-down {
    color: #ff8200;
}

div.wd_quote div.wd_quote-value-up {
    color: #fff;
}

div.wd_quote div.wd_quote-value-up span:before {
    content: "+";
    vertical-align: baseline;
}

div.wd_quote div.wd_quote-value-down span:before {
    content: "-";
    vertical-align: baseline;
}

div.wd_quote div.wd_price {
    display: inline-block;
    font-size: 48px;
    vertical-align: middle;
    font-family: 'MarkPro';
}

div.wd_quote div.wd_price span {
    vertical-align: middle;
}

div.wd_quote div.wd_price div.wd_value {
    display: inline;
    vertical-align: middle;
}

div.wd_quote div.wd_symbol {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;

}

div.wd_quote div.wd_symbol span {
    vertical-align: middle;
}

div.wd_quote span.wd_exchange:after {
    content: ": ";
    vertical-align: baseline;
}

div.wd_quote span.wd_exchange,
div.wd_quote span.wd_symbol {
    font-family: 'MarkPro';
    font-size: 24px;
    color: #fff;
}

div.wd_quote_footer {
    float: left;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin: 3px 5px;
}

div.wd_quote_footer span {
    display: inline-block;
}

div.wd_quote div.wd_quote_toggle {
    float: right;
    margin-left: 10px;
    text-align: right;
    font-size: .9em;
    font-weight: bold;
    line-height: 1em;
    color: #d4d4d4;
    cursor: pointer;
}

div.wd_quote-show_detail div.wd_quote_expand {
    display: none;
}

div.wd_quote div.wd_quote_expand {
    padding-right: 20px;
    background: url(https://s2.q4cdn.com/309998371/files/images/irw/stock-quote-widget-expand.png) no-repeat center right;
}

div.wd_quote-no_detail div.wd_quote_collapse {
    display: none;
}

div.wd_quote div.wd_quote_collapse {
    padding-right: 20px;
    background: url(https://s2.q4cdn.com/309998371/files/images/irw/stock-quote-widget-collapse.png) no-repeat center right;
}

.breadcrumbs-display {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #4e5156;
    color: #ff8200;
    font-size: 45px;
    margin: 50px 0;
}

/*************************** PRICE DATA END ********************************/

.col-wrapper {
    display: table;
}

.left-col {
    background-image: url(../image/sec.jpg);
    display: table-cell;
    width: 48%;
    border-right: 10px solid #fff;
}

.right-col {
    background-image: url(../image/pr-release.jpg);
    display: table-cell;
    width: 48%;
    border-left: 10px solid #fff;
}

#pr-icon,
#sec-icon {
    text-align: center;
}

a:hover,
a:focus {
    text-decoration: none;
}

#sec-icon img {
    width: 70px;
    height: auto;
}

#irwWrapper .left-col,
#irwWrapper .right-col {
    padding: 30px;
}

#irwWrapper .col-wrapper h2 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 30px;
}

#irwWrapper .col-wrapper .irwItemTitle,
#irwWrapper .col-wrapper .sec-block {
    text-align: center;
}

#irwWrapper .col-wrapper li {
    margin-bottom: 20px !important;
}

#irwWrapper .col-wrapper a {
    font-family: 'MarkPro';
    font-size: 18px;
    color: rgb(35, 82, 124);
    text-decoration: underline;
    outline: 0;
}

#irwWrapper .col-wrapper .irwItemDate,
#irwWrapper .col-wrapper .date {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: 'MarkPro';
}

.header_new {
    padding: 15px 0;
}

/*==============hero banner====================*/
.hero {
    height: 337px;
    overflow: hidden;
    position: relative;
    background: url(../image/heroBanner.jpg) center no-repeat;
    background-size: cover;
}

.hero-right {
    position: absolute;
    width: 44%;
    top: 27%;
    right: 0px;
    color: #fff;
    font-size: 36px;
    background: rgba(119, 65, 129, 0.9);
    -webkit-border-top-left-radius: 120px;
    -webkit-border-bottom-left-radius: 120px;
    -moz-border-radius-topleft: 120px;
    -moz-border-radius-bottomleft: 120px;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    min-height: 240px;
}

.hero-right .inner-box {
    padding: 30px 20px 0 70px;
    float: left
}

.hero-right .inner-box .stock-title {
    width: 100%;
    float: left;
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    color: #fff;
}

.footer {
    width: 100%;
    float: left;
    display: block;
    padding: 40px 0;
    background: #204a59;
    font-family: MarkPro;
}

.footer .footer-title {
    width: 100%;
    float: left;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #f59444;
    margin-bottom: 10px;
}

.footer .vertical-menu {
    width: 100%;
}

.footer .vertical-menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.footer .vertical-menu a:hover {
    color: #ff8200;
}

.footer .vertical-menu a.active {
    color: #fff;
}

.footer .social-icon-display {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
}

.footer .social-icon-display i {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    padding-left: 3px;
    color: #194751;
    font-size: 15px;
    margin-right: 10px;
}

.footer .copyright-footer {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
}

.footer .copyright-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.footer .copyright-footer a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

#navbar .footer-menu,
#dnn_ctr1975_MenuView .footer-menu,
.vertical-menu .left-menu,
.vertical-menu .header-menu {
    display: none;
}

#irwWrapper .radio input[type="radio"],
#irwWrapper .radio-inline input[type="radio"],
#irwWrapper .checkbox input[type="checkbox"],
#irwWrapper .checkbox-inline input[type="checkbox"] {
    position: static;
}

#irwWrapper #irwIRSearch #searchPageForm .irwIRSearch .col-xs-12.col-sm-6 {
    width: 100%;
}

#irwWrapper #stockInfo .irwBoxWrapper .dropdown-menu a {
    color: #784283;
}

/*==============hero banner====================*/
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width:991px) {
    #dnn_ContentPane.contentPane {
        margin-top: 60px;
    }

    .rightContentPane {
        margin-top: 70px;
    }

    .he-search {
        border-left: none;
        text-align: center
    }
}

@media only screen and (min-width:770px) and (max-width:840px) {
    #irwWrapper .gridPR .irwTableRowItem:nth-of-type(3n+1) {
        margin-left: 0;
    }

    #irwWrapper .gridPR .irwTableRowItem:nth-child(3n+1) {
        margin-left: 0;
    }

    #irwWrapper .gridPR .irwTableRowItem {
        margin-left: 0;
        margin-right: 2%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #irwWrapper .press-releases #newsPanelResults .irwHasGA h4 {
        font-size: 16px;
    }

    #irwWrapper .press-releases #newsPanelResults .irwLoadingdata .irwPRSummary p {
        font-size: 13px;
    }
}


@media only screen and (max-width:767px) {

    #irwWrapper .table>thead>tr>th,
    #irwWrapper .table>tbody>tr>th,
    #irwWrapper .table>tfoot>tr>th,
    #irwWrapper .table>thead>tr>td,
    #irwWrapper .table>tbody>tr>td,
    #irwWrapper .table>tfoot>tr>td {
        font-size: 13px;
    }

    #irwWrapper .press-releases .irwPanel #newsPanelResults h4 {
        font-size: 16px;
        line-height: normal;
    }
}

@media only screen and (min-width:768) {
    .hero {
        min-height: 335px !important;
    }

    .hero img {
        min-height: 335px !important;
    }
}

#irwstockInfoPanelTab #irwsecurity select option[value="2971626"] {
    display: none;

}

@media only screen and (max-width:767px) {
    #irwWrapper #stockInfo .table>thead>tr>th {
        white-space: normal;
    }

    .he-header-logo {
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width:768px) {
    .fo-mobile-menu-space {
        margin-top: 30px;
    }

    .breadcrumbs-display {
        font-size: 25px;
        margin: 25px 0;
    }
}

@media only screen and (max-width:480px) {
    .hero {
        min-height: 300px !important;
    }

    .hero-right {
        position: relative;
        width: 100%;
        top: 30%;
        right: 0px;
        color: #fff;
        font-size: 36px;
        background: #774181;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        min-height: 400px !important;
    }

    .hero-right .inner-box {
        padding: 15px;
    }

    .hero-right .inner-box .stock-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .hero-right .inner-box .wd_main-wrapper .wd_main,
    .hero-right .inner-box .wd_main-wrapper .wd_values {
        text-align: center;
        font-size: 17px;
    }

    div.wd_quote div.wd_data div.wd_label {
        font-size: 15px
    }

    div.wd_quote_footer {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .hero {
        min-height: 550px !important;
    }

    .hero-right {
        position: relative;
        width: 100%;
        top: 30%;
        right: 0px;
        color: #fff;
        font-size: 36px;
        background: #774181;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        min-height: 350px !important;
    }

    .hero-right .inner-box {
        padding: 15px;
        width: 100%;
    }

    .hero-right .inner-box .stock-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .hero-right .inner-box .wd_main-wrapper .wd_main,
    .hero-right .inner-box .wd_main-wrapper .wd_values {
        text-align: center;
        font-size: 17px;
    }

    div.wd_quote div.wd_data div.wd_label {
        font-size: 15px
    }

    div.wd_quote_footer {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:840px) {
    .hero {
        min-height: 450px !important;
    }

    .hero-right {
        position: relative;
        width: 100%;
        top: 30%;
        right: 0px;
        color: #fff;
        font-size: 36px;
        background: #774181;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        min-height: 220px !important;
    }

    .hero-right .inner-box {
        padding: 15px;
        width: 100%;
    }

    .hero-right .inner-box .stock-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .hero-right .inner-box .wd_main-wrapper .wd_main,
    .hero-right .inner-box .wd_main-wrapper .wd_values {
        text-align: center;
        font-size: 17px;
    }

    div.wd_quote div.wd_data div.wd_label {
        font-size: 15px
    }

    div.wd_quote_footer {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width:841px) and (max-width:1300px) {
    .hero {
        min-height: 340px !important;
    }

    .hero img {
        min-height: 335px !important;
    }

    .hero-right {
        position: absolute;
        width: 65%;
        top: 27%;
        right: 0px;
        color: #fff;
        font-size: 36px;
        background: rgba(119, 65, 129, 0.9);
        -webkit-border-top-left-radius: 120px;
        -webkit-border-bottom-left-radius: 120px;
        -moz-border-radius-topleft: 120px;
        -moz-border-radius-bottomleft: 120px;
        border-top-left-radius: 120px;
        border-bottom-left-radius: 120px;
        min-height: 240px;
    }

    #irwwebcast .webcasttitle {
        font-size: 26px !important
    }
}

@media only screen and (max-width:991px) {
    .page-border {
        border-left: none;
        margin-bottom: 30px;
    }
}

#dnn_dnnLOGO_imgLogo {
    width: auto !important;
}

/*.header-menu .nav li { margin-right:24px; }*/

.maincontent {
    padding-top: 64px;
    padding-bottom: 54px;
}

.header_new {
    padding: 17px 0px !important;
}

#navbar .header-menu .navbar-nav>li>a {
    padding: 17.5px 17px !important;
}

.he-search {
    padding: 20px 5px 15px 25px;
    font-family: 'MarkPro-Medium' !important;
}

.he-search .fa-search:before {
    content: none !important;
}

.he-search .fa-search {
    background: url(../image/search-icon.png) no-repeat;
    height: 16px;
    width: 16px;
    margin-left: 7px;
    position: absolute;
    margin-top: 0px;
}

.he-search .top-login {
    margin-left: 45px;
}

.he-search .fa-lock:before {
    content: none !important;
}

.he-search .fa-lock {
    background: url(../image/login-icon.png) no-repeat;
    height: 16px;
    width: 16px;
    margin-left: 7px;
    position: absolute;
    margin-top: -1pxpx;
}




.treeview li a {
    font-family: MarkPro, sans-serif !important;
    padding: 28px 20px 28px 44px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    -webkit-border-top-right-radius: 81px;
    -webkit-border-bottom-right-radius: 81px;
    -moz-border-radius-topright: 81px;
    -moz-border-radius-bottomright: 81px;
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
    background-color: #e6e6e6 !important;
}

.treeview li a:hover {
    background-color: #5b6770 !important;
    color: #FFFFFF;
}

.treeview .left-menu li.selected a {
    font-family: MarkPro-Bold, sans-serif !important;
    -webkit-border-top-right-radius: 81px;
    -webkit-border-bottom-right-radius: 81px;
    -moz-border-radius-topright: 81px;
    -moz-border-radius-bottomright: 81px;
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
}

.treeview .left-menu li ul li,
.treeview .left-menu li.selected {
    background: none !important;
    padding: 0 !important;
}

.treeview .left-menu li.selected a {
    background: #ffb81c !important;
}




.footer {
    background: #254a5a !important;
    padding: 45px 0 !important;
}

.footer .footer-title {
    font-family: 'MarkPro-Medium' !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
}

.footer .vertical-menu a {
    font-family: 'MarkPro' !important;
}

.footer .social-icon-display {
    margin-bottom: 7px !important;
}

.footer .social-icon-display a {
    float: left;
}

.footer .social-icon-display i.fa-facebook {
    background: url(../image/facebook-icon.png) no-repeat;
}

.footer .social-icon-display i.fa-linkedin {
    background: url(../image/linkedin-icon.png) no-repeat;
}

.footer .social-icon-display i.fa-youtube-play {
    background: url(../image/youtube-icon.png) no-repeat;
}

.footer .social-icon-display i.fa-facebook:before {
    content: none !important;
}

.footer .social-icon-display i.fa-linkedin:before {
    content: none !important;
}

.footer .social-icon-display i.fa-youtube-play:before {
    content: none !important;
}

#irwWrapper .corporate .cp-recent-news .more-btn a:hover {
    color: #fff !important;
}

footer .left-menu,
footer .top-menu {
    display: none;
}

.header .left-menu,
.header .footer-menu {
    display: none !important;
}

.footer-content a {
    color: #FFFFFF;
}

.leftcontent {
    width: 28%;
    float: left;
    padding-right: 20px;
}

.rightcontent {
    width: 72%;
    float: left;
    padding: 0 0 30px 48px;
}

@media only screen and (max-width: 1080px) {

    .leftcontent,
    .rightcontent {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .page-border {
        border: none;
        min-height: inherit;
    }

    .treeview .left-menu li ul li {
        text-align: center;
    }

    .treeview li a {
        padding: 15px 20px;
        border-radius: 60px !important;
        text-align: center;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .header-menu {
        margin-right: 0px;
    }

    .footer .social-icon-display a {
        display: inline-block;
        text-align: center;
    }

    .footer .social-icon-display {
        width: auto;
    }

    .contact .col-md-8,
    .contact .col-md-4 {
        width: 100%;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 840px) {

    .hero-right {
        padding-top: 74px !important;
        min-height: 350px !important;
    }

}

.header .info-block .login {
    visibility: hidden !important;
}

#irwWrapper .press-releases .irwPRTimezone {
    display: none;
    visibility: hidden;
}
/* * IRW THEME ENDS HERE**/

@media screen and (max-width: 560px) {

    #RegisterForm .HasCustomFields .row:nth-of-type(8) .col-sm-3 {
        padding-bottom: 5px;
    }

}