/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

input[type="submit"], input[type="button"] { 
    border: none; 
    color: #fff; 
    font-size: 14px; 
    text-transform: uppercase; 
    background-color: #766C67; 
    padding: 10px 37px; 
    border-radius: 10px; 
    cursor: pointer; 
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #575757;
}

input[type="submit"]:active, input[type="button"]:active {
    background-color: #575757;
}

input[type="submit"]:focus, input[type="button"]:focus {
    background-color: #575757;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    .main_content{text-align: justify; text-justify: inter-character;}
    .c_governance_wrap {
        text-align: justify;
        text-justify: inter-character;
    }
}

/* ==========================================================================
   SI edit
   ========================================================================== */
html{
    background:#575757; 
    color:#616161;
    font-family: 'Roboto', sans-serif; 
    /* font-size: 14px; */
    font-weight: 300;
}
h1,h2,h3,h4,h5, strong{color:#242424;}
a{color:#d61726; text-decoration:none;
-webkit-transition: all 0.2s ease-out;
 -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      white-space: normal;
  word-break: break-word;
}
.wrapper{max-width:1440px; margin: 0 auto; position: relative; width: 100%;}
.wrap_1000{max-width: 1000px; width: 100%; margin: 0 auto; padding: 0 22px;}
.wrap_1000:before,
.wrap_1000:after {content: " ";display: table;}
.wrap_1000:after {clear: both;}
.wrap_1000 {*zoom: 1;}
.sub_banner{
    min-height: 324px;
    height: auto;
    background-size: cover;
    background-position: center;
}
.sub_banner.corporate-information{background:url('sub-banner.jpg') no-repeat top left; background-size: cover;}
.sub_banner h1{
    font-size: 60px; 
    font-weight: 100; 
    text-transform:uppercase; 
    line-height:100%;
    letter-spacing:-3px;
    border-bottom:solid 1px #d61726; 
    /* float: left; Removed for flex */
    display: inline-block;
    margin-top: 114px;
}
.header_content{
    background: #f2a2a2 url('nav-bg.jpg') no-repeat top left; 
    min-height: 100px; 
    width: 100%; 
    /* min-width:1000px; Removed fixed min-width */
    position: relative; /* Changed from absolute */
    top: auto; /* Removed fixed top */
    /* top: 324px; */
    background-size: cover;
}
.header_content .wrap_1000{padding: 0px; max-width: 1000px; width: 100%; display: flex; align-items: center; justify-content: space-between;}
h1.logo{
    margin: 0px; 
    /* float: left; */
    padding: 0 39px 0 22px; 
    background: url('../images/logo.jpg') no-repeat; 
    width: 389px; 
    height: 100px; 
    text-indent: -1000px;
    background-size: contain;
    flex-shrink: 0;
}
footer{padding: 70px 0 10px 0; font-size: 12px;}
footer span{display: block; float: right;}
footer.corporate-information{background: #e7e6e4 url('footer-img.jpg') no-repeat top left; background-size: cover;}
.content_wrapper .wrap_1000{
    /* background:url('content-bg.jpg') no-repeat bottom right;  */
    padding: 190px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_title{color:#d61726; text-transform:uppercase;line-height:1; width: 100%;}
#asidefix{ 
    /* float: left; */
    width: 205px; 
    /* height: 400px; Removed fixed height for flexibility */
    min-height: 400px;
    flex-shrink: 0;
}
.main_content{
    /* float: right; */
    /* width: 700px; */
    flex: 1;
    max-width: 1000px;
    text-align: justify; 
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.main_nav ul{
    margin: 0px; 
    padding:0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main_nav ul li{
    /* float: left; */
    position: relative; /* For sub-menu positioning */
}
.main_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 110px; */
    padding: 0 15px;
    height: 100px; 
    text-align:center; 
    text-transform:uppercase; 
    color:#fff; 
    font-weight: 300; 
    font-size: 15px; 
    vertical-align:middle;
    letter-spacing:-1px; 
    line-height:1.2;
}
.main_nav ul li:hover a,
.main_nav ul li:hover ul li:hover a,
.main_nav ul li.selected a,
.main_nav ul li.selected ul li.selected a{color:#d61726}
.nav_1 a{background:#e23234}
.nav_2 a{background:#e24848}
.nav_3 a{background:#e95959}
.nav_4 a{background:#f07071}
.nav_5 a{background:#f28483}
.nav_1:hover a{background:#ffffff}
.nav_2:hover a,.nav_2 div,.nav_2 ul li a,.nav_2.selected a{background:#f1f1f1}
.nav_3:hover a,.nav_3 div,.nav_3 ul li a,.nav_3.selected a{background:#e1e1e1}
.nav_4:hover a,.nav_4 div,.nav_4 ul li a,.nav_4.selected a{background:#d6d6d6}
.nav_5:hover a{background:#c8c8c8}
/* Second level  */
.main_nav ul li div{opacity: 0;position: absolute;z-index:-99; width: 100%;left: 0px; min-width:1000px;
-webkit-transition: opacity 0.3s linear;
 -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
   -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
}

.main_nav ul li:hover div{opacity: 1;z-index:10}
.main_nav ul li.selected div{opacity: 1;z-index:1}
.main_nav ul li ul{position: relative; width: 1200px; margin: 0 auto;}
.main_nav ul li ul li{ padding-left: 25px;}
.main_nav ul li ul li a{color:#646464;display: block; float: left; height:58px;line-height:58px;width: auto;}
.main_nav ul li:hover ul li a,.main_nav ul li.selected ul li a{color:#646464}
.nav_2 ul li:first-child{padding-left: 350px;}
.nav_3 ul li:first-child{padding-left: 20px;}
.nav_4 ul li:first-child{padding-left: 770px;}

.lt-ie9 .wrapper{width: 1440px;}
.lt-ie8 .nav_3 ul li:first-child{padding-left: 0px;}
.lt-ie8 .main_nav ul li a{display: block; line-height: 100px;}
.lt-ie8 .main_nav ul li.nav_2 a, .lt-ie8 .main_nav ul li.nav_3 a{line-height: 1.4; padding-top: 30px; height: 70px;}
.lt-ie8 .main_nav ul li ul li a{line-height: 58px !important; height:58px !important; padding-top:0px !important;}


body.ir_print, html.ir_print { background: #fff; }

form, input * {margin: 0; padding:0;}

img {border: 0;}

th {font-weight: normal;}

a.footer-link { color: #d61726 !important; }

#ir_container {font-size: 1em; width: 100%; max-width: 1000px; margin: 0 auto; clear: both; display: flex; flex-wrap: wrap;}
#ir_header {background: url(/images/sample_header.jpg) no-repeat left center; width: 100%; height: 106px; background-size: cover;}
#ir_sidebar {width: 170px; padding: 15px; flex-shrink: 0;}
#ir_content {width: 760px; max-width: 100%; margin: 15px; flex: 1; min-width: 300px;}
#ir_footer {font-size: 0.82em; width: 100%; padding: 10px 0; clear: both; border-top: 1px solid #ccc;}

#ir_containerPrint {width: 700px; margin: 0 auto; clear: both;}
#ir_contentPrint {width: 700px; text-align: justify;}
#ir_footerPrint { width: 700px; padding: 0; clear: both; }

#home.ir_print #ir_contentPrint { width: 956px; padding: 0 22px; }
#home.ir_print #ir_containerPrint { width: 956px; padding: 0 22px; }

#corporate_governance.ir_print #ir_contentPrint { width: 956px; padding: 0 22px; }
#corporate_governance #ir_containerPrint { width: 956px; padding: 0 22px; }

h1 { font-size: 25px; font-weight: bold; text-transform: uppercase; margin-top: 0; color: #d61726; }
h2 {font-size: 19px; font-weight: normal; color: #e85959; margin: 1em 0; font-family: 'Playfair Display', serif;}
h2.ir_textMainHighlight {font-size: 1.5em; color: #032258; margin: 0 0; font-family: 'Playfair Display', serif;}
h3 {font-size: 15px; color: #242424; font-weight: normal;}
h4 {font-size: 1em; font-weight: bold;}
h5 {}
h6 {}

.separator-0 { border-bottom: 1px solid #dedede; clear: both; margin-bottom: 24px; padding-top: 24px; }

a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

a.ir_addToCalendar { background: url(/images/btn_calendar.gif) no-repeat left top; display: block; text-indent: -1000em; width: 20px; height: 20px; margin: 0 auto; outline: none; }
a.ir_addToCalendar:hover { background-position: left bottom; }

.ir_linkPDF {background: url(/images/icon_pdf.gif) no-repeat left top; padding-left: 30px; line-height: 32px;}
.ir_linkHTML {background: url(/images/icon_html.gif) no-repeat left top; padding-left: 30px; line-height: 32px;}
.ir_linkAudio {background: url(/images/icon_audio.gif) no-repeat left top; padding-left: 30px; line-height: 32px;}
.ir_linkVideo {background: url(/images/icon_video.gif) no-repeat left top; padding-left: 30px; line-height: 32px;}
.ir_linkZip {background: url(/images/icon_zip.gif) no-repeat left top; padding-left: 30px; line-height: 32px;}
.ir_linkArchive {background: url(/images/icon_archive.gif) no-repeat left top; padding-left: 33px; line-height: 32px;}
.ir_linkView {background: url(/images/icon_view.gif) no-repeat left top; padding-left: 30px; line-height: 32px;}
.ir_linkflip {background: url(/images/icon_flip.gif) no-repeat left top; padding-left: 33px; line-height: 25px;}

img.ir_left {float: left; margin: 0 10px 10px 0;}
img.ir_right {float: right; margin: 0 0 10px 10px;}
img.ir_middle {vertical-align: middle;}

.ir_textRed {color: #ff0000;}
.ir_textGreen {color: #448800;}
.ir_textQuestions {color: #00f;}

.ir_textMainHighlight {color: #032258; font-weight: bold;}
.ir_textSubHighlight {color: #666666;}
.ir_textFootnote {font-size: 0.9em;}
.ir_textFootnote ol {font-size: 1em;}
.ir_textDivider {border-bottom: 1px dotted #666; margin: 2em 0;}
hr { width: 100%; clear: both; border: 0; background: #ccc; height: 1px; margin: 12px 0; }
*+html hr { outline: none; border: 1px solid #ccc; }

.ir_textFooter {text-align: center;}
.ir_textFooter a:link {text-decoration: none;}
.ir_textFooter a:visited {text-decoration: none;}
.ir_textFooter a:hover {text-decoration: underline;}

.ir_textError {color: #ff0000; font-weight: bold; text-transform: uppercase;}

#ir_search {text-align:right; padding: 50px 10px 0 0; clear: both;}
#ir_switcher {color:#fff; text-align:right; padding: 11px 20px 0 0; clear: both;}
#ir_switcher a {color:#fff;}

#ir_side_menu { margin: 0; padding: 0; }
#ir_side_menu li { list-style: none; }
#ir_side_menu li h3 {font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 39px; color: #e4e4e4; margin: 0 0 -1px 0; line-height: 33px; }

#ir_side_menu li ul { border: 1px solid #e6e6e6; margin: 0; padding: 0; }
#ir_side_menu li ul li.item_0 a div { background: #d61726; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_0 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_0 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_1 a div { background: #e23234; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_1 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_1 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_2 a div { background: #e24848; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_2 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_2 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_3 a div { background: #e24848; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_3 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_3 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_4 a div { background: #f07071; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_4 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_4 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_5 a div { background: #f28483; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_5 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_5 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_6 a div { background: #ffa8a7; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_6 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_6 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li.item_7 a div { background: #ffc1c0; width: 9px; height: 9px; margin: 9px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_7 a:hover div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }
#ir_side_menu li ul li.item_7 a.selected div { background: none; border: 1px solid #d61726; width: 7px; height: 7px; margin: 10px 12px 0 0; float: left;  }

#ir_side_menu li ul li { border-bottom: 1px solid #e6e6e6; padding: 9px 0 9px 18px; }
#ir_side_menu li ul li a { color: #646464; font-size: 16px; }
#ir_side_menu li ul li a.selected { color: #d61726;  }
#ir_side_menu li ul li.last { border: none; }

#home #asidefix { display: none; }
#home .main_content { width: 100%; max-width: 956px; padding: 0 22px; float: none; }
#corporate_governance #asidefix { display: none; }
#corporate_governance .main_content { width: 100%; max-width: 956px; padding: 0px; float: none; }

#minutes #asidefix { display: none; }
#minutes .main_content { width: 100%; max-width: 956px; padding: 0px; float: none; }

.calculator_instruction_mobile {
    display: none;
}

#ir_menu {list-style: none; padding: 0; margin: 0; } /* general menu style */
#ir_menu ul {list-style: none; padding-left: 10px; margin: 0;} /* reset bullet for sub menu */
#ir_menu li {padding: 10px 0; color: #000; font-weight: bold;} /* apply to all li elements - mainly for group header */
#ir_menu ul li {padding: 0; color: #69c; font-weight: normal;} /* reset li elements to control sub menu */
#ir_menu a {color: #000;} /* apply to all <a> elements - mainly for group header */
#ir_menu ul a {color: #69c;} /* reset <a> elements to control sub menu */
#ir_menu .selected {color: #000;} /* for selected main menu */
#ir_menu .selected a {color: #000;} /* for selected main menu with hyperlink */
#ir_menu .selected ul a {color: #69c;} /* reset for unselected sub menu in a selected group */
#ir_menu .selected .selected {color: #234e78; text-decoration: none;} /* for selected sub menu */
#ir_menu .selected .selected a {color: #234e78; text-decoration: none;} /* for selected sub menu with hyperlink */

.ir_tableBorder { }
table.ir_table { width: 100%; border-spacing: 1; }
table.ir_table td { padding: 3px;}
table.ir_table caption { padding: 10px; background: #000; color: #fff; font-size: 16px;  }
table.ir_table tr th, table.ir_table tr td { padding: 10px; border-left: 1px solid #dfd5d5; border-bottom: 1px solid #fff;  }
table.ir_table tr td:nth-child(2) { border-right: none; }
table.ir_table th:first-child { border-left: none;  }
table.ir_table td:first-child { border-left: none; }
table.ir_table .col-1 { width: auto; }
table.ir_table .col-2 { width: 20%; }
table.ir_table .col-3 { width: 20%; }
table.ir_table .col-4 { width: 20%; }
table.ir_table .half_width { width: 50%; }
table.ir_table .second_half_width { width: 25%; }
table.ir_table .width_35 { width: 35%; }
table.ir_table .width_30 { width: 30%; }
table.ir_table .width_22 { width: 22%; }
table.ir_table .width_15 { width: 15%; }
table.reset tr td, table.reset tr td:first-child { border: none; }
table.ir_table tr th.ratios_column, table.ir_table tr td.ratios_column { height: 72px; text-align: left; }
table.ir_table #Date { width: 17%; }
table.ir_table #Type { width: 24%; }
table.ir_table #Action { width: 17%; }
#stock_insider .ir_table tr th:nth-child(6) { border-bottom: 1px solid #ccc; }
#stock_insider .ir_table tr.reset th:nth-child(1) { border-left: 1px solid #dfd5d5; }

table tbody {
    width: 100%;
}

table.ir_hover tr:hover td {background: #c3b777; }
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: #c3b777; }
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: #c3b777; }
table.ir_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ir_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ir_table tr.ir_tableTopRow td, table.ir_table tr.ir_tableTopRow th {background: #d61726; color: #fff; font-weight: bold;}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #e7e7e7; }
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f1f1f1;}
table.ir_table tr.rowHeader th {background: #432629; color: #fff;}
table.ir_table tr.rowHighlight td, table.ir_table tr.rowHighlight th {background: #414141; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #414141; color: #fff;}
table.ir_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ir_table tr td.cellHighlight strong { color: #fff; }
table.ir_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ir_table tr td.cellSubTotal {border-top: 1px solid #414141;}
table.ir_table tr td.cellRed {background: #ebddd8;}
table.ir_table tr td.cellGreen {background: #d8ebdc;}

.ratios_width { margin: 0; padding: 0;  }
.ratios-table tr td.reset .ir_table tr td { border-left: none; border-bottom: 1px solid #fff; }

.ir_calculator_table { width: 100%; margin-top: 8px;  }
.ir_calculator_table tr td, .ir_calculator_table tr th  { padding: 4px 12px; text-align: left; }
.ir_calculator_table tr td:first-child { width: 35%; }
.ir_calculator_table_bottom tr td:first-child { width: 60%; }

.ir_tableBorder tr td.si_top { padding-right: 1px;  }


/*******financial_calendar***************/
th.date_17 {
	width: 17%;
	
}

th.type_24 {
	width: 24%;
	
}

/************annual_report***********/

th.ar_width_25 {
	width: 25%;
	
}

/********all_download******/

table.all_dl {
	width: 100%;
	border-spacing: 1px;
	
}

table.all_dl td {
	padding: 0px;
	
}

col.all_dl_35 {
	width: 35%;
	
}

col.all_dl_10 {
	width: 10%;
	
}

table.all_dl_ar {
	width: 100%;
	border-spacing: 0px;
	
}

table.all_dl_ar td{
	padding: 0px;
	
}



.ir_table_main { width: 100%; }
.ir_table_main caption { font-size: larger; margin: 1em auto; } 
.ir_table_main th, .ir_table_main thead { background: #000; color: #fff; border: 1px solid #000; text-align: left; }
.ir_table_main td { border: 1px solid #777; }
.ir_table_main th, .ir_table_main td { border: 1px solid #eee; padding: 4px 12px; vertical-align: top; }

.ir_col_1 , .ir_col_2, .ir_col_3, .ir_col_4 { float: left; width: 48%; margin-right: 2%; box-sizing: border-box; }

.ir_col { clear: both; }
.ir_col_1 { padding-right: 15px; }
.ir_col_2 { padding-left: 15px; margin-right: 0;}
.ir_col_3 { padding-right: 15px; }
.ir_col_4 { padding-left: 15px; margin-right: 0;}
.ir_home_divider_clear { margin: 40px 0; }

.ir_home_research_reports { border-top: 3px solid #999999; float: left; width: 100%; max-width: 365px; }
.ir_home_research_reports ul { margin: 0; padding: 0; }
.ir_home_research_content div { font-size: 11px; font-style: italic; }
.ir_home_research_reports h3.title { width: auto; flex: 1; float: left; line-height: 23px; color: #000; margin: 0; }
.ir_home_divider { border-top: 1px solid #ccc; clear: both; }
.ir_home_research_content li { border-bottom: 1px solid #eee; padding: 8px 0; list-style: none; }
a.more { background: url("/images/more_red.gif") no-repeat right top; color: #FE1705;  cursor: pointer; display: block; float: right; font-size: 11px; height: 25px; line-height: 24px; padding-right: 15px; text-align: right; text-decoration: none; }
a.more:hover { background: url("/images/more_black.gif") no-repeat right top; color: #000; }


.ir_news_home {width: 100%; padding: 0; margin: 0; list-style: none; text-align: left; padding: 0 40px; }
.ir_news_home li { border-bottom: 1px dotted #666; margin-bottom: 15px; padding-bottom: 15px; }
.ir_news_home li.num_1 p  { margin-top: 0; }
.ir_news_home li p.ir_newsTitle_home { padding-top: 0; margin-top: 5px;  }

.ir_news_home {
    width: 100%;
    padding: 0 40px;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  
  .ir_news_home li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dotted #D9D9D9;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .ir_news_home li p {
    padding: 18px 0 10px 0;
  }
  
  .ir_news_home li.num_1 p {
    margin-top: 0;
  }
  
  .ir_news_home li p.ir_newsTitle_home {
    padding-top: 0;
    margin-top: 5px;
  }
  
  /* Date block */
  .ir_newsDate_home {
    flex: 0 0 15%;
    margin: 0;
    text-align: center;
    font-size: 45px;
    font-family: 'Playfair Display', sans-serif;
    line-height: 18px;
    background: #dddddd;
    border-radius: 10px;
  }

  .ir_news_home li a {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  
  .ir_news_home li a:hover .ir_newsDate_home {
    color: #fff;
    background: #d61726;
  }
  
  .ir_newsDate_home span {
    font-size: 11px;
  }
  
  /* Title block */
  .ir_newsTitle_home {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
  }
  
  .ir_news_home li a .ir_newsTitle_home {
    line-height: 20px;
  }
  
  .ir_news_home li a:hover .ir_newsTitle_home {
    text-decoration: underline;
  }

.read-more a { background: #232323; color: #fefefe; font-size: 13px; padding: 1px 5px 2px 5px; float: right; }


.iframe_email { height: 300px; width: 100%; max-width: 500px; border: none; }

/* Home Chart */
.ir_stock_updates { margin: 0; padding: 0; list-style: none; }
.ir_stock_updates li { float: left; }
.ir_stock_updates li.one { color: #183263; font-size: 40px; font-weight: bold; padding-right: 12px; line-height: 39px;}
.ir_stock_updates li.two { font-size: 25px; line-height: 25px; }

.ir_stock_updates li.ir_indicator_gain { background:url(/images/arrow_up.gif) no-repeat 0 bottom; color: #317500; padding: 6px 0 0 30px; }
.ir_stock_updates li.ir_indicator_loss { background:url(/images/arrow_down.gif) no-repeat 0 bottom; color:#9d0000; padding: 6px 0 0 30px; }
.ir_stock_updates li.ir_indicator_nil { background:url(/images/arrow_equal.gif) no-repeat 0 bottom; padding: 6px 0 0 30px; }

.ir_stock_updates li.ir_indicator_gain_plus { color: #317500; }
.ir_stock_updates li.ir_indicator_loss_minus { color: #9d0000; }
.ir_stock_updates li.ir_indicator_nil_same { color: #000; }

.ir_stock_price { margin: 0; padding: 0; list-style: none; padding: 10px 0;  }
.ir_stock_price li { color: #c7c7c7; float: left; border-right: 1px solid #c7c7c7; padding: 0 12px; }
.ir_stock_price li span { color: #333; }
.ir_stock_price li:first-child { padding-left: 0; }
.ir_stock_price li:last-child { border: none; }
img.ir_chart { display: block; }

#home #ir_home_wrapper { display: none; }
#ir_home_wrapper { width: 100%; max-width: 760px; height: auto; overflow: hidden; display: flex; flex-wrap: wrap; } 
#ir_home_wrapper * { color: #ccc; } 
#ir_home_wrapper .carousel { display: block; float: left; width: 32%; margin: 0 1% 1% 0; box-sizing: border-box; } 
#ir_home_wrapper .carousel img { display: block; width: 100%; height: auto; } 
#ir_home_wrapper .carousel div { background-color: black; width: 100%; height: auto; min-height: 403px; padding: 0 30px; } 
#ir_home_wrapper .carousel div h3 { font-size: 16px; line-height: 50px; height: auto; min-height: 50px; margin: 0; padding: 0; } 
#ir_home_wrapper .carousel div p { height: auto; margin: 0; padding-bottom: 20px; }


.back_to_top { position: fixed; bottom: 2em; right: 0px; text-decoration: none; color: #000000; background-color: rgba(235, 235, 235, 0.80); font-size: 12px; padding: 1em; display: none; } 
.back_to_top:hover { background-color: rgba(135, 135, 135, 0.50); } 

.ir_tsLegendCellHighlight {float: left; width: 20px; height: 7px; font-size: 0; background: #ccd0e1; border-bottom: 1px solid #aaa; margin: 3px 3px 0 0;}
.ir_tsLegendCellRed {float: left; width: 20px; height: 8px; font-size: 0; background: #ebddd8; margin: 3px 3px 0 0;}
.ir_tsLegendCellGreen {float: left; width: 20px; height: 8px; font-size: 0; background: #d8ebdc; margin: 3px 3px 0 0;}

/* Classes for different layouts. Please use the correct classes. Those that are not in use, please delete. */
.ir_arContainer {width: 100%; padding: 0; margin: 0; display: flex; gap: 30px; justify-content: center;}
.ir_arLeft {margin: 0;}
.ir_arRight { display: flex; justify-content: center; flex-direction: column;} /* Add padding-top in % if you want to valign the content to middle or bottom */
#ir_arSections ul {list-style: none; margin: 0; padding: 0;}
#ir_arSections ul li {background: url(/images/bullet_arrow.gif) no-repeat left top; padding: 2px 0 3px 15px; margin-left: 10px;}
#ir_arSections ul.border li {border-bottom: 1px dotted #004a88;}
#ir_arArchive ul {margin: 0; list-style: none; padding: 0;}
#ir_arArchive ul li {margin:0 15px 15px 0; float: left; text-align: center;}

.ir_directorContainer a {float: left; margin: 1em 0; width: 87px; height: 22px; background: url(/images/btn_closeview.gif) no-repeat left top; text-indent: -1000em; outline: none;} /* view - close profile */
.ir_directorContainer.hide a {background-position: left bottom;}
.ir_directorContainer .ir_directorDescription {display: block; margin-top: 50px;}
.ir_directorContainer.hide .ir_directorDescription {display: none;}

.ir_webcastContainer {width: 100%; padding: 0; margin: 0; margin-bottom: 1em;}
.ir_webcastLeft {width: 40%; float: left; margin: 0;}
.ir_webcastRight {width: 60%; float: right; margin: 0; padding-top: 8%;}

.ir_slidesContainer {width: 100%; padding: 0; margin-bottom: 1em;}
.ir_slidesLeft {width: 40%; float: left; margin: 0;}
.ir_slidesRight {width: 60%; float: right; margin: 0; padding-top: 8%;}


ol.cg_principle {
	counter-reset: list;
}

ol.cg_principle > li {
	list-style: none;
}

ol.cg_principle > li:before {
	 counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
    position: absolute;
    left: 280px;
}

ol.cg_principle2 {
	counter-reset: list;
}

ol.cg_principle2 > li {
	list-style: none;
}

ol.cg_principle2 > li:before {
	 counter-increment: list;
    content: "(" counter(list, lower-roman) ") ";
    position: absolute;
    left: 320px;
}

ol.cg_board {
	counter-reset: list;
	margin-left: 20px;
	padding-left: 0px;
}

ol.cg_board > li {
	list-style: none;
	padding-bottom: 10px
	
}

ol.cg_board > li:before {
	counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
	/* position: absolute;
    left: 175px;*/
   
	
}

ol.cg_board_sub {
	counter-reset: list;
	padding-left: 0px;
    margin-left: 30px;
	
}

ol.cg_board_sub > li {
	list-style: none;
	padding-bottom: 10px
}

ol.cg_board_sub > li:before {
	counter-increment: list;
    content: "(" counter(list, lower-roman) ") ";
    /*position: absolute;
    left: 220px;*/
	
}

ul.cg_abc-list {
  list-style: none;
  padding-left: 45px;
}
ul.cg_abc-list > li > span.counter {
  position: absolute;
  margin-left: -30px;
}

/* End Of Classes for different layouts. */

.ir_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news li {border-bottom: 1px dotted #666;}
.ir_newsDate {width: 25%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 74%; float: right; margin: 1em 0;}

.ir_news_content {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news_content li { border-bottom: 1px dotted #666; padding: 15px 0; }
.ir_date_box { float: left; background: url("/images/news_box.gif") no-repeat; color: #FAFFFF; font-size: 10px; height: 35px; text-align: center; text-transform: uppercase; width: 32px; }
.ir_date_box span { color: #000; font-size: 12px; font-weight: bold; }
.ir_news_title {width: 90%; float: right; }

.ir_qa {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_qaDate {width: 25%; float: left; margin: 0;}
.ir_qaTitle {width: 74%; float: right; margin: 0;}

.ir_boxHighlight {width: 97%; background: #e4e4e4; border: 1px dotted #333; padding: 1%;}

.ir_boxCaptcha {width: 98%; padding: 1%;}

.ir_search a {font-size: 1.09em; color: #023f8b; font-weight: bold; text-decoration: underline;}
.ir_search a:hover {color: #0072ff;}
.ir_search .url {color: #008000;}
.ir_searchHighlight1 {font-weight: bold; background: #ff6;}
.ir_searchHighlight2 {font-weight: bold; background: #a0ffff;}
.ir_searchHighlight3 {font-weight: bold; background: #9f9;}
.ir_searchHighlight4 {font-weight: bold; background: #f99;}

.ir_insiderPopUp {position: absolute; z-index: 200; visibility: hidden; left: 0;}
.ir_insiderPopUpContent {background: #fff; width: 450px; border: 1px dotted #656565; padding: 5px;}

input.ir_investmentCalculator {border: 0; background: transparent;}
input.ir_checkBox {vertical-align: middle;}
input.ir_textBoxMA {width: 20px; margin-right: 2px;}
input.ir_left {float: left; margin: 0 10px 10px 0;}

/*** Interactive Chart ***/
#ir_chart_setting { position: relative; z-index: 1; }
#ir_chart_setting fieldset { padding: 5px 0; border: none; margin: 0; }
#ir_chart_setting fieldset legend, #ir_chart_setting fieldset div { width: 120px; float: left; line-height: 18px; }
#ir_chart_setting fieldset input { vertical-align: middle; }
#ir_chart_setting fieldset input[type="radio"] { margin: 3px; }
.ir_chart_interactive_loading { text-align: center;  }
.ir_chart_interval { position: absolute; bottom: -28px; right: 270px; }
.ir_news_tooltip, .ir_insider_trades_tooltip { white-space: normal; display: block; width: auto; max-width: 400px; }
.ir_corporate_actions_tooltip { white-space: normal; display: block; width: auto; max-width: 200px; }

/*** Financial Calendar - Calendar View ***/
#ir_calendar_view { display: flex; flex-wrap: wrap; gap: 3%; align-items: flex-start; }
#ir_calendar_view .ir_calendar_calendar { flex: 1; padding-bottom: 12px; }
#ir_calendar_view .ir_calendar_latest { flex: 1; padding-bottom: 12px; }
#ir_calendar_view h2 { margin-top: 0; }
#ir_calendar_view .ir_date { color: #e85959; font-weight: bold; }
#ir_calendar_view .ir_event_details { margin-bottom: 10px; }
#ir_calendar_view .ir_attachments { list-style: none; margin: 5px 0; padding: 0; }
#ir_calendar_view .ir_attachments li { line-height: 32px; }
#ir_calendar_view .ir_calendar_add { border: 1px solid #bad6dd; background: #e8e8e8; padding: 3px 7px; display: inline-block; margin-top: 6px; }
#ir_calendar_view .ir_calendar_add input { vertical-align: middle; margin: 0 0 0 3px; }
#ir_calendar_view .ir_addToCalendar { margin: 0 0 18px; text-indent: 0; height: auto; width: auto; background: #006dc9; border: 1px solid #006dc9; box-shadow: inset 0 0 1px rgba(255,255,255,0.9); padding: 3px 5px; color: #fff; align-self: flex-start; margin-left: auto; }
#ir_calendar_view .ir_addToCalendar + h2 { padding-top: 12px; border-top: 1px dotted #999; }
#ir_table_view { display: none; }
#home .ui-datepicker { width: 25em; }

/* financial highlight */
.fn-highlight-1 { height:auto; width:100%; max-width: 948px;}
.fn-highlight-2 { height:auto; min-height: 300px; width:48%; float:left; background:#f4f3ef;}
.fn-highlight-2:nth-child(2n+1) {margin-right:2%;}
.fn-highlight-1, .fn-highlight-2 {border:#dbdbdb 1px solid; }

/* Define the rest of the classes here */
.home-left { width: 100%; max-width: 453px; float: left; }
.home-right { width: 100%; max-width: 455px; float: right; }
#list { margin: 0; padding: 0; }
.inner { padding: 30px 0 30px 20px; color: #fff; cursor: pointer; }
.align-top-download { padding-top: 40px; }
.align-top-email { padding-top: 33px; }

input[type="text"], input[type="email"], input[type="password"] { 
    flex: 1; 
    padding: 10px; 
    border: 1px solid #766C67; 
    border-radius: 10px; 
    width: 100%; 
}

/* existing styles */
select {
    padding: 10px;
    border: 1px solid #766C67;
    border-radius: 10px;
    max-width: 100%;
    background-color: white;
    /* remove native arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
  }
  
  /* wrapper to hold custom chevron */
  .select-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }
  
  /* custom chevron */
  .select-wrapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #766C67;
    border-bottom: 2px solid #766C67;
  }
  
  /* ensure select leaves room for chevron */
  .select-wrapper select {
    padding-right: 32px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
  }

.ir_news_search { background-color: #D9D9D9; margin: 0; padding: 3px; border-radius: 10px; margin-bottom: 50px; }
.ir_news_search_inner { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px; 
    gap: 30px;
}
.btn-news { border: none; color: #fff; font-size: 14px; text-transform: uppercase; background-color: #766C67; padding: 10px 37px; border-radius: 10px; }
input#news_search { flex: 1; padding: 10px 20px 10px 10px; border: none; border-top-left-radius: 10px; border-end-start-radius: 10px; margin-right: -10px; width: 100%; }
.news_search_form {
    display: flex;
    flex: 1;
}
.fn_year_select {
    padding: 10px;
    margin-left: 5px;
    border-radius: 10px;
    min-width: 150px;
}

.newsroom-next, .newsroom-prev {
    position: relative;
}
.newsroom-next i, .newsroom-prev i {
    font-size: 22px;
    color: #766C67;
    position: relative;
    top: 4px;
}
.newsroom-next i {
    left: 6px;
}
.newsroom-prev i {
    right: 6px;
}

.wrap_1000 { min-height: 0 !important; }
#stickyheader { z-index: 10; }


/* Portolio Hover */
.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background: #d61726;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li article a {
	color:#fff;
	text-decoration: underline; 
	padding-bottom: 2px;
}

.da-thumbs { text-align:left; }

.da-thumbs li  article h3 { color:#fff; margin: 36px 0 10px 0; }

.da-thumbs li  article em{
margin-bottom:10px;
color:#fff;
display:block;
}

.da-thumbs li  article span{
display:inline-block;
}




/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	width:100%;
    max-width: 455px;
	position:relative;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:1px;
	margin-right:1px;
	text-align:left;
}

.ir_linkContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.trades_filter {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    /* General Layout */
    .wrapper, .wrap_1000, #ir_container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Header */
    .sub_banner { height: auto; min-height: 200px; padding-bottom: 20px; }
    .sub_banner h1 { margin-top: 40px; font-size: 32px; float: none; display: block; text-align: center; border-bottom: none; width: 100%; }
    
    .header_content { position: static; height: auto; padding: 10px 0; }
    .header_content .wrap_1000 { flex-direction: column; align-items: center; }
    h1.logo { width: 100%; height: 80px; background-position: center; margin-bottom: 20px; float: none; }
    
    /* Nav */
    .main_nav ul { flex-direction: column; width: 100%; }
    .main_nav ul li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .main_nav ul li a { width: 100%; height: auto; padding: 15px 0; }

    .ir_news_home {
        padding: 0;
    }

    .ir_arContainer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .ir_arRight {
        margin-top: 15px;
        align-items: center;
    }

    .ir_linkContainer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    h2.ir_textMainHighlight {
        font-size: 1.5rem;
    }

    .ir_news_search { margin-bottom: 30px; }
    .ir_news_search_inner { 
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding: 10px 15px; 
    }
    
    /* Submenus handling for mobile */
    .main_nav ul li div {
        position: static;
        width: 100%;
        min-width: 0;
        opacity: 1;
        display: none; /* Hide by default */
        background: rgba(0,0,0,0.05);
    }
    .main_nav ul li:hover div, .main_nav ul li.selected div {
        display: block;
        opacity: 1;
        z-index: 100;
        padding-left: 0;
    }
    .main_nav ul li ul { width: 100%; padding: 0; }
    .main_nav ul li ul li { padding-left: 10px; width: 100%; }
    .main_nav ul li ul li a { float: none; width: 100%; height: auto; line-height: 40px; text-align: left; padding-left: 10px; }
    .nav_2 ul li:first-child, .nav_3 ul li:first-child, .nav_4 ul li:first-child { padding-left: 10px; }

    .ir_newsDate_home {
        font-size: 30px;
    }
    .ir_news_home li p {
        padding: 15px 0 10px 0;
    }
    .ir_news_home li a {
        gap: 15px;
    }
    
    /* Content Area */
    .content_wrapper .wrap_1000 { flex-direction: column; padding-top: 30px; }
    #asidefix { width: 100%; float: none; min-height: auto; margin-bottom: 20px; order: 2; height: auto; }
    .main_content { width: 100%; float: none; padding-left: 0; margin-bottom: 20px; order: 1; text-align: left; }
    
    /* IR Layout */
    #ir_sidebar { width: 100%; float: none; padding: 0; margin-bottom: 20px; }
    #ir_content { width: 100%; float: none; margin: 0; }
    
    /* Columns */
    .ir_col_1, .ir_col_2, .ir_col_3, .ir_col_4 { width: 100%; margin-right: 0; padding: 0; float: none; margin-bottom: 20px; }
    
    /* Highlights */
    .fn-highlight-2 { width: 100%; float: none; margin-right: 0 !important; margin-bottom: 20px; }
    .home-left, .home-right { width: 100%; float: none; }
    
    /* Research & Carousel */
    .ir_home_research_reports { width: 100%; float: none; max-width: 100%; }
    .ir_home_research_reports h3.title { width: auto; float: none; }
    
    #ir_home_wrapper { width: 100%; height: auto; flex-direction: column; }
    #ir_home_wrapper .carousel { width: 100%; height: auto; float: none; margin-bottom: 20px; margin-right: 0; }
    #ir_home_wrapper .carousel div { width: 100%; height: auto; padding: 20px; min-height: auto; }
    
    /* Footer */
    footer { padding: 30px 0; }
    footer span { float: none; text-align: center; margin-top: 10px; }

    img {
        max-width: 100%;
    }

    .select-wrapper {
        width: 100%;
    }

    .calculator_instruction {
        display: none;
    }

    .calculator_instruction_mobile {
        display: block;
        padding: 10px;
    }

    .trades_filter {
        flex-direction: column;
        gap: 15px;
    }

    table.ir_table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table.ir_table.ar_table {
        display: table;
    }

    table.ir_table tbody {
        width: 100%;
    }

    table.ir_table th,
    table.ir_table td {
        white-space: nowrap;
    }

    table.ir_table caption {
        white-space: normal;
    }

    .fn_year_select {
        margin: 0;
    }
}

/* Calculator Instruction - Desktop and Mobile */
input.ir_investmentCalculator {border: 0; background: transparent;}
input.ir_checkBox {vertical-align: middle;}
input.ir_textBoxMA {width: 20px; margin-right: 2px;}
input.ir_left {float: left; margin: 0 10px 10px 0;}

.calculator-form { display: flex; }
.calculator-columns { display: flex; flex-wrap: wrap; gap: 0 4%; }
.table-calculator-form { border-collapse: collapse; margin: 5px;  }
.table-calculator-form tr td input { padding: 3px; line-height: 20px; width: 120px; }
.table-calculator-form tr.first td { padding-bottom: 10px; }
button.ui-datepicker-trigger { background: none; border: none; }
button.ui-datepicker-trigger img { vertical-align: middle;  }
.calculator-left { float: none; flex: 1 1 50%; width: auto; background: #e7e7e7; min-height: 100px; padding: 2% 2% 1% 2%; }
.calculator-right { float: none; flex: 1 1 50%; width: auto; background: #f4f4f4; min-height: 100px; padding: 2% 2% 1% 2%; }
.table-calculator-form2 { border-collapse: collapse; margin: 5px; }
.table-calculator-form2 tr td.first input { margin: 0; }
.table-calculator-form2 tr td.first { width: 50%; }
.table-calculator-form2 tr td input { padding: 3px; line-height: 20px; width: auto; vertical-align: middle; }
.table-calculator-form2 tr td { padding-bottom: 5px; }
.clear-height { clear: both; padding: 25px 0 0 0; }

@media only screen and (max-width: 992px) {
    .calculator-columns { flex-direction: column; gap: 15px; }
    .calculator-form { flex-direction: column; } 
    .calculator-left { float: none; flex: 1 1 50%; width: auto; background: #e7e7e7; min-height: 100px; padding: 2%; }
    .calculator-right { float: none; flex: 1 1 50%; width: auto; background: #f4f4f4; min-height: 100px; padding: 2%; }   
}

.table-calculator { width: 100%; border-collapse: collapse;  }
.table-calculator tr td { padding: 10px; border: 1px solid #ccc; text-align: center; font-size: 12px; }
.table-calculator tr.first td { background: #414141; color: #fff; font-weight: bold; }

.ir_calculator_table { width: 100%; margin-top: 8px;  }
.ir_calculator_table tr td, .ir_calculator_table tr th  { padding: 4px 12px; text-align: left; }
.ir_calculator_table tr td:first-child { width: 35%; }
.ir_calculator_table_bottom tr td:first-child { width: 60%; }

