﻿/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */
/*!
 * Client Name 	: SNL IR Solutions
 * KeyInst		: 100811
*/

/*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');
}*/

@font-face {
    font-family: 'Conv_ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_utsaah';
    src: url('../fonts/utsaah.eot');
    src: url('../fonts/utsaah.woff') format('woff'), url('../fonts/utsaah.ttf') format('truetype'), url('../fonts/utsaah.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Candara';
    src: url('../fonts/Candara.eot');
    src: url('../fonts/Candara.woff') format('woff'), url('../fonts/Candara.ttf') format('truetype'), url('../fonts/Candara.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***********************TYPOGRAPHY***********************/
.font-proxima-regular {
    font-family: 'Conv_ProximaNova-Regular', sans-serif !important;
}

.font-proxima-bold {
    font-family: 'Conv_ProximaNova-Bold', sans-serif !important;
}

.font-utsaah {
    font-family: 'Conv_utsaah', sans-serif !important;
}

.font-myriadpro {
    font-family: 'MyriadPro-Regular', sans-serif !important;
}

.font-candara {
    font-family: 'Conv_Candara', sans-serif !important;
}

.irwFilterPanel1 {
    border-right: none;
}

#irwWrapper {
    color: #000;
    font-family: 'Conv_utsaah', sans-serif;
    /*font-family: 'Fira Sans', sans-serif;*/
    font-weight: 400;
    font-size: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

    #irwWrapper a {
        color: #fd2840;
        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: #fd2840;
    }

    #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: #fd2840;
}

#irwWrapper a.bg-primary:hover {
    background-color: #fd2840;
}

#irwWrapper .btn-primary {
    color: #ffffff;
    background: #fd2840;
    border-color: transparent;
    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: #fd2840;
        border-color: transparent;
    }

#irwWrapper .panel-default > .panel-heading {
    color: #fd2840;
}

#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select {
    background-color: #fd2840;
    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 #fd2840;
    background-color: #fd2840;
    border-radius: 4px 4px 0 0;
}

    #irwWrapper .irwTabs ul {
        margin-left: -10px;
    }

        #irwWrapper .irwTabs ul li a {
            background-color: #fd2840;
            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: #fd2840;
}
/**/
#irwWrapper .irwNote {
    border-bottom-color: #fd2840;
}

#irwWrapper .irwFilingHighlightItem {
    border-left-color: #fd2840;
}

/*============================================== 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: #fd2840;
    border-color: #fd2840;
}

/* Docs / SEC Filings Page*/

#irwWrapper .table-irwBorder > tbody > tr:hover, #irwWrapper .table-irwBorder tr:hover + tr.irwAbstract {
    border-color: #fd2840;
}


/* 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: #fd2840;
}

/*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: #d31f36 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.row.irwHeaderRow {
    margin: 0 !important;
}

.irwPageHeader, .irwPageFooter {
    padding: 0 !important;
}

#irwWrapper .pagination .btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#irwWrapper .form-control, .irwcommodal .form-control {
    font-size: 19px;
}
/*COMMAN CSS*/
.mrg-top0 {
    margin-top: 0 !important;
}

.mrg-top50 {
    margin-top: 50px !important;
}

.mrg-top30 {
    margin-top: 30px;
}

.mrg-btm30 {
    margin-bottom: 30px !important;
}

.mrg-btm20 {
    margin-bottom: 20px !important;
}

.mrg-topbtm50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mrg-rht10 {
    margin-right: 10px !important;
}

.mrg-rht5 {
    margin-right: 5px !important;
}

.color-white {
    color: #fff;
}

.mrg-rht10 {
    margin-right: 10px;
}

.wid-full {
    width: 100%;
    float: left;
}

.irwToolKit {
    margin-bottom: 0 !important;
}

#irwWrapper h1 {
    font-family: 'Conv_ProximaNova-Bold', sans-serif;
    font-size: 36px;
}

#irwWrapper h3 {
    font-family: 'Conv_ProximaNova-Bold', sans-serif;
    font-size: 36px;
}

.slideContent {
    display: none;
}

#irwWrapper .btn-default {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

#irwWrapper .btn-primary, #irwWrapper .btn-secondary {
    font-size: 19px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

#irwWrapper .btn-success {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

#irwWrapper .btn-info {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

#irwWrapper .btn-warning {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

#irwWrapper .btn-danger {
    background: #fd2840 !important;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

    #irwWrapper .btn-danger:hover, #irwWrapper .btn-danger:focus, #irwWrapper .btn-danger:active, #irwWrapper .btn-danger.active, #irwWrapper .open .dropdown-toggle.btn-danger {
        background: #fd2840 !important;
    }


/*CLIENT DESIGN CUSTOM CSS*/
body {
    font-family: 'Conv_ProximaNova-Regular', sans-serif;
    background: #fff;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    min-height: 100px;
    padding: 0;
}

.navbar-inverse {
    background: #000;
    border: none;
    border-radius: 0;
   
}

.icon-menubar {
    background: url(../images/menu-bar.png) no-repeat;
    width: 25px;
    height: 23px;
    float: left;
}

.open-menu .toggle-btn-bar span {
    float: left;
    margin-top: -7px;
}

.icon-login {
    background: url(../images/icon-login.png) no-repeat;
    width: 23px;
    height: 27px;
    float: left;
}

.menu-bx {
    width: 205px;
}
#bodyClass #fullBodyWrapper #header-img img {width:100%;}
#navbar1 {
    font-family: 'MyriadPro-Regular', sans-serif !important;
}

    #navbar1 ul.navbar-right {
        margin-top: 35px;
    }

        #navbar1 ul.navbar-right ul.dropdown-menu {
            padding: 10px;
            min-width: 330px;
        }
    /*#navbar1 ul.nav li.dropdown a{padding:0;}*/
    #navbar1 ul.nav li.dropdown a i {
        margin: 0 10px 0 3px;
    }

    #navbar1 ul.nav li.dropdown a span {
        font-size: 16px;
        color: #fff;
        line-height: 28px;
    }
    #navbar1 .toggle-btn-bar {
        display: block;
        margin-top: 3px;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
}

.navbar-right .dropdown-menu {
    top: 64px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #FD2840;
}

.btn-danger {
    background: #FD2840;
}

#irwMenu a:focus, #irwMenu a:hover {
    background: none;
}

#cssmenu > ul li.selected > a{
    color: #fd2840;
}
#cssmenu > ul li .dropdown-menu .selected > a {
    color: #fd2840;
}
#cssmenu > ul > li.has-sub.selected > a {
    background: rgba(0, 0, 0, 0) url("../images/black-hover.png") no-repeat scroll right center;
}

#navbar2 {
    position: absolute;
}

    #navbar2 .navbar-nav {
        display: none;
    }

    #navbar2 .dropdown-menu > li > a {
        white-space: inherit;
    }

.mob-nav form {
    display: none;
}

#navbar1 ul.navbar-right #irwMenu ul.dropdown-menu {
    position: relative;
    top: auto;
    width: 100%;
    min-width: initial;
    padding: 0;
    box-shadow: none;
    width: 100%;
    min-width: auto;
    float: none;
    margin-bottom: 10px;
}

#IR-menu-back {
    background: #e5e5e5;
    height: 45px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    position: relative;
}

#disc-back {
    background-image: url(../images/detail-back.jpg);
    background-size: cover;
    background-position: center; /* height: 554px;*/
}

#IR-menu-back .container {
    padding-left: 0;
    padding-right: 0;
}

    #IR-menu-back .container #navbar {
        padding-left: 0;
        padding-right: 0;
    }
/*IR SEARCH SECTION*/
.irwSearchRadio {
    display: none;
}

#irwsearch .form-control, #irwsearch #searchControlButton {
    background: #000000;
    color: #fff;
    border-color: #ed1c24 !important;
    border-radius: 0;
}

    #irwsearch .form-control:focus {
        border-color: #ed1c24 !important;
    }

    #irwsearch #searchControlButton i {
        color: #fff;
        margin-right: 0;
    }

#irwsearch .custom-search-form {
    margin-top: 5px;
}

.searchbox #irwsearch .custom-search-form {
    background: #000;
    margin-top: 0;
    width: 170px;
}

/*WEBCAST SECTION*/
#webcast-bx {
    width: 100%;
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    top: 140px;
}

.bann-bk-img {
    background: url(../images/banner-back.jpg) no-repeat center center;
    background-size: cover;
    min-height: 669px;
    width: 100%;
}

#webcast-bx .ico-size {
    font-size: 100px;
    color: #fff;
}

#webcast-bx .ico-bx {
    width: 15%;
    margin-right: 5%;
    float: left;
}

#webcast-bx .webcast-ico-bx {
    width: 75%;
    float: left;
}

    #webcast-bx .webcast-ico-bx h1 {
        color: #fff;
        font-family: 'Conv_utsaah', sans-serif !important;
        font-size: 50px;
        margin: 0;
    }

    #webcast-bx .webcast-ico-bx h5 {
        font-size: 20px;
        color: #fff;
        font-family: 'Conv_utsaah', sans-serif !important;
        margin: 0;
    }
/*MARKETSUMMARY SECTION*/
.mkt-bx-color {
    background-color: rgba(127, 17, 25, 0.8);
}

.mkt-bx {
    min-height: 305px;
    background: url("../images/mkt-sum-img.jpg") no-repeat;
    background-size: cover;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

    .mkt-bx h2 {
        margin-top: 0;
        font-size: 35px !important;
        font-family: 'Conv_ProximaNova-Bold', sans-serif !important;
    }

    .mkt-bx h3 {
        margin-top: 0;
        font-size: 50px !important;
        font-family: 'Conv_utsaah', sans-serif !important;
    }

    .mkt-bx i {
        font-weight: normal;
    }

    .mkt-bx .mkt-font {
        font-size: 28px;
    }

/*STOCK SECTION*/
#stk-back {
    background: #000;
}

    #irwWrapper  #stk-back a {
        color: #fff;
    }
        #irwWrapper  #stk-back a:hover, #irwWrapper  #stk-back a:active, #irwWrapper  #stk-back a:focus {
            color: #fd2840;
        }

#irwWrapper #stk-back h4 {
    font-size: 30px !important;
    font-family: 'Conv_ProximaNova-Bold', sans-serif;
}

#irwWrapper #stk-back h3 {
    margin-bottom: 15px;
    font-family: 'Conv_ProximaNova-Bold', sans-serif;
}

#irwWrapper #stk-back .center-bdr {
    width: 3px;
    min-height: 300px;
    margin: 50px auto;
    background: #fff;
}

#irwWrapper #stk-back .pos-abs {
    position: absolute;
    bottom: 0;
    right: 0;
}

#irwWrapper #stk-back .year-til {
    font-size: 50px !important;
    margin-bottom: 15px;
    font-family: 'Conv_ProximaNova-Bold', sans-serif;
}

.stk-price span {
    font-size: 30px !important;
}

/*NEWS & CONTACT SECTION*/
#news-back {
    background: #e5e5e5;
}

#disc-back .news-dtl {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

    #disc-back .news-dtl a {
        width: 100%;
        float: left;
        color: #000;
    }

    #disc-back .news-dtl i {
        width: 100%;
        float: left;
        color: #000;
        font-size: 20px;
        line-height: 16px;
        font-style: normal;
    }

/*TOOLKIT SECTION*/
#toolkit-back {
    background: #7f1119;
    padding: 15px 0;
}

/*FOOTER SECTION*/
.footer-bdr {
    background: url(../images/footer-bdr.jpg) repeat-x;
    width: 100%;
    height: 7px;
}

#footer-back {
    background: #000;
    font-family: 'MyriadPro-Regular', sans-serif;
}

    #footer-back .foot-adr {
        font-size: 20px;
        line-height: 30px;
    }

    #footer-back .foot-nav {
        margin: 0;
        padding: 0;
    }

        #footer-back .foot-nav li {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 20px;
        }

            #footer-back .foot-nav li a {
                color: #fff;
                text-decoration: none;
            }

    #footer-back .foot-add-lnk {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
    }

    #footer-back .fdic-member span {
        line-height: 34px;
    }

        #footer-back .fdic-member span::before {
            background: url(../images/icon-fdic.png) no-repeat;
            content: " ";
            float: left;
            width: 34px;
            height: 25px;
        }

    #footer-back .back-top span {
        line-height: 30px;
        color: #fff;
        font-size: 18px;
        margin-right: 10px;
        text-decoration: none;
    }

        #footer-back .back-top span:hover {
            text-decoration: none;
        }

    #footer-back .back-top:hover {
        text-decoration: none;
    }
/*TOP MENU*/
.open-menu a, .open-menu a:hover {
    color: #fff;
    text-decoration: none;
}

#cssmenu a.close-menu, .open-menu {
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    line-height: 40px;
}

.open-menu {
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin:5px 0 0 0;
}

    .open-menu:hover {
    }

    .open-menu a {
        font-size: 16px;
    }

        .open-menu a:hover {
            cursor: pointer;
        }

        .open-menu a i {
            margin-right: 10px;
            margin-left: 3px;
        }

#cssmenu a.close-menu {
    color: #2d2d2d;
    font-weight: 400;
    border-bottom: #cdcdcd solid 1px;
    display: block;
}

    #cssmenu a.close-menu i {
        margin-right: 10px;
        font-size: 22px;
    }

#cssmenu {
    z-index: 1;
    display: none;
    position: absolute;
    margin-top: -40px!important;
    width: 300px;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

    #cssmenu ul ul.menuShow {
        display: block;
    }

        #cssmenu ul ul.menuShow li a.irMenuActive {
            background: 0 0;
            color: #fd2840;
            font-weight: 400;
        }

    #cssmenu, #cssmenu a, #cssmenu li, #cssmenu ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        text-decoration: none;
        font-size: 16px;
        text-transform: none;
        z-index: 9999;
    }

        #cssmenu > ul > li {
            text-transform: none;
            padding-right: 15px;
            border-bottom: #cdcdcd solid 1px;
        }

            #cssmenu > ul > li.active a, #cssmenu > ul > li.active ul > li a {
                border-bottom: none;
                text-decoration: none;
            }

            #cssmenu > ul > li a:hover {
                color: #fd2840;
                text-decoration: none;
            }

            #cssmenu > ul > li.active ul > li a {
                background: 0 0;
                color: #000;
            }

                #cssmenu > ul > li.active ul > li a:hover {
                    border-bottom: 0 solid #e86606;
                    background: 0 0;
                    color: #fd2840;
                    text-decoration: none;
                }

            #cssmenu > ul > li > a {
                color: #000;
                display: block;
                padding: 0 0 0 20px;
                text-decoration: none;
                line-height: 40px;
            }

                #cssmenu > ul > li > a:hover {
                    text-decoration: none;
                }

            #cssmenu > ul > li.has-sub > a {
                background: url(../images/black-normal.png) right center no-repeat;
            }

            #cssmenu > ul > li.has-sub:hover > a {
                background: url(../images/black-hover.png) right center no-repeat;
            }

            #cssmenu > ul > li.has-sub.active > a {
                color: #fd2840;
                background: url(../images/black-active.png) right center no-repeat;
            }

        #cssmenu ul ul {
            display: none;
            padding-left: 0;
            padding-bottom: 10px;
        }

            #cssmenu ul ul li {
                padding: 0 0 0 40px;
                border-top: none;
            }

                #cssmenu ul ul li:last-child {
                    border-bottom: none;
                }

            #cssmenu ul ul a {
                padding: 0;
                text-transform: none;
                display: block;
                font-weight: 400;
                font-size: 16px;
                line-height: 31px;
                color: #000;
                text-decoration: none;
            }

                #cssmenu ul ul a:before {
                    position: absolute;
                    left: 10px;
                    text-decoration: none;
                }

        #cssmenu ul > ul > a:hover {
            color: #fd2840;
            text-decoration: none;
        }

        #cssmenu ul li a:hover span::after {
            border-color: transparent transparent transparent #999;
        }

        #cssmenu ul li a span::after {
            border-color: transparent transparent transparent #585857;
            border-style: solid;
            border-width: 6px 0 6px 6px;
            content: "";
            height: 0;
            position: absolute;
            right: -24px;
            top: 4px;
            width: 0;
        }

        #cssmenu ul li a span {
            display: inline-block;
            position: relative;
        }

        #cssmenu ul li:last-child {
            border-bottom: 0;
        }

/*IR-MENU*/
#navbar ul {
    margin: 0;
    padding: 0;
}

    #navbar ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        background: none;
    }

        #navbar ul li a {
            color: #fd2840;
            background: none;
            padding: 13px;
            font-size: 19px;
        }

            #navbar ul li a:hover {
                color: #fff;
                background: none;
            }
        /*#navbar ul li:hover ul {display:block;}*/
        /*#navbar ul li ul {display:none;}*/
        #navbar ul li.dropdown a:after {
            margin: 0;
            padding: 0 0 0 10px;
            background: none;
            content: "\f103";
            font-family: 'FontAwesome';
            float: right;
        }

        #navbar ul li ul li a {
            padding: 10px;
        }

        #navbar ul li.dropdown ul li a:after {
            content: "";
        }

#irwWrapper .panel-title > a {
    font-size: 19px;
}

#irwWrapper a.irwOpenConfigMenu {
    line-height: 40px;
}

.home_copyright {
    background: #E5E5E5;
}

.searchbox {
    width: auto;
}

#irwWrapper #irwTabsEvent > li > a {
    font-size:inherit;
}

.InfoRequest #inforequestCaptcha {
    float: left;
}
.InfoRequest #infoRequestSubmit {
    margin-left: 15px;
}
    .InfoRequest .irwInfoRequestSubmit .irwMendetoryNote .irwInfoReqIEfix .form-control-feedback {
        margin-right: 6px;
        text-align: right;
    }

#irwWrapper .notifications .btn-primary, #irwWrapper .notifications .btn-secondary {
    height:34px;
    line-height: 22px;
}


#fullBodyWrapper h1.mrg-btm30 {
    font-family: 'Conv_ProximaNova-Bold', sans-serif;
    font-size: 36px;
    color: #000;
    margin-bottom: 0 !important;
}

#irwWrapper .QuarterlyResultsPanel.panel-group .panel-heading > a {
    font-size: 24px;
}
#irwWrapper .irwOfficerImgSmall img {
    width: 100px;
}

#header-img .webcast-pos {
    position: absolute;
    z-index: 9;
}
#header-img .carousel .carousel-inner .item #cp-banner {
    background: url(../images/banner-new-irw.jpg) no-repeat center center;
    background-size: cover;
    min-height: 669px;
    width: 100%;
}
#header-img .carousel .carousel-inner .item #first-banner {
    background: url(../images/banner-1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 669px;
    width: 100%;
}
#header-img .carousel .carousel-inner .item #second-banner {
    background: url(../images/banner-2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 669px;
    width: 100%;
}
#header-img .carousel .carousel-inner .item #third-banner {
    background: url(../images/banner-3.jpg) no-repeat center center;
    background-size: cover;
    min-height: 669px;
    width: 100%;
}
#header-img .carousel .carousel-inner .item #fourth-banner {
    background: url(../images/banner-4.jpg) no-repeat center center;
    background-size: cover;
    min-height: 669px;
    width: 100%;
}
#irwWrapper h2.irwODSectionName
{
    font-size:26px;
}
#irwWrapper .irwOfficerName
{
    font-size:24px;
}
#irwWrapper .irwOfficerTitle
{
    font-size:20px;
}

@media (min-width: 768px) {
    #fullBodyWrapper .navbar #navbar {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        width: 240px;
    }

        .navbar-brand img {
            margin-top: 10px;
            margin-left: 10px;
        }

    #navbar1 ul.navbar-right ul.dropdown-menu {
        min-width: 160px;
    }

    #navbar {
        position: inherit;
    }

        #navbar .navbar-nav {
            display: inherit;
        }

    #navbar1 {
        display: none;
    }

    .navbar-toggle {
        margin-top: 33px;
        margin-bottom: 33px;
    }

    .mob-nav form {
        display: block;
    }

        .mob-nav form label {
            color: #fff;
        }

        .mob-nav form input#id {
            margin-bottom: 10px;
        }

    #fullBodyWrapper .navbar #navbar .dropdown-menu {
        position: relative;
        width: 100%;
        padding-left: 20px;
    }

    .mobile_ir_search {
        margin-bottom: 15px;
    }

    #webcast-bx {
        top:10px;
    }
    #header-img .carousel .carousel-inner .item #first-banner {
        min-height:370px;

    }
    #header-img .carousel .carousel-inner .item #second-banner {
        min-height:370px;

    }
    #header-img .carousel .carousel-inner .item #third-banner {
        min-height:370px;

    }
    #header-img .carousel .carousel-inner .item #fourth-banner {
        min-height:370px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #cssmenu {
        right: 0;
    }

    #irwWrapper .container {
        /*width: 970px !important;
        padding-left: 0;
        padding-right: 0;*/
    }
    
}

@media only screen and (min-width: 1279px) and (max-width: 1920px) {
    /**/
    #irwWrapper .container {
        width: 1170px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1279px) {
    #IR-menu-back .padd-right-set {
        padding-right: 0;
    }

    #IR-menu-back #navbar ul li a {
        padding: 13px 4px 13px 10px;
        font-size: 14px;
    }

    #IR-menu-back .padd-right-set ul li.dropdown a:after {
        padding: 0 0 0 5px;
    }
}

@media (min-width:768px) {
    #irwWrapper .container {
        width: 750px;
    }
    #header-img {
        padding-top:100px
    }
    .navbar-inverse {
        background: #000;
        border: none;
        border-radius: 0;
        position:fixed;
        right:0;
        left:0;
        z-index:1000
    }
}

@media (min-width:992px) {
    #irwWrapper .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    #irwWrapper .container {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    .mkt-bx {
        margin-bottom:20px;
    }
}


@media (max-width: 580px) {
    #irwWrapper #stk-back .pos-abs{
       position: relative;
    }
    #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:15px;
    }
    #irwWrapper h3 {
        font-size:22px;
    }
    .InfoRequest #infoRequestSubmit {
        margin-left: 0;
    }
    #webcast-bx {
        padding: 20px;
        top: 0px;
        margin: 20px 0;
    }
    #webcast-bx .ico-bx {
        float: left;
        margin-right: 13px;
        width: 35px;
    }
    #webcast-bx .webcast-ico-bx {
        width:100%;
    }
    #webcast-bx .webcast-ico-bx h1 {
        font-size: 38px;
    }
    .bann-bk-img {
        min-height: initial;
        height:auto;
    }
    #irwWrapper .mkt-bx h2 {
        font-size: 22px !important;
    }
    #irwWrapper  .mkt-bx h3 {
        font-size: 35px !important;
        text-align:left !important;
        margin-bottom: 0;
    }
    #irwWrapper .mkt-bx .mkt-font {
        font-size: 22px;
        text-align:left;
    }
    #irwWrapper .mkt-bx .mkt-font .text-right {
        text-align:left !important;
    }
    #fullBodyWrapper h1.mrg-btm30 {
        font-size: 26px;
    }
    #header-img .carousel .carousel-inner .item #first-banner {
        min-height:380px;

    }
    #header-img .carousel .carousel-inner .item #second-banner {
        min-height:380px;

    }
    #header-img .carousel .carousel-inner .item #third-banner {
        min-height:380px;

    }
    #header-img .carousel .carousel-inner .item #fourth-banner {
        min-height:380px;

    }
}



#irwWrapper .annual-report-box { display:none;}
#irwWrapper #annual-sec .annual-report-box { display:block;}