@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(/assets/external/cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick/slick.eot');
  src: url('../fonts/slick/slick.eot?#iefix') format("embedded-opentype"),
    url('../fonts/slick/slick.woff') format("woff"),
    url('../fonts/slick/slick.ttf') format("truetype"),
    url('../fonts/slick/slick.svg#slick') format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.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: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
  margin: 0;
  background-position: 0;
}

body.PreviewBody .PreviewToolBar {
  position: fixed;
  top: 100%;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding: 35px 20px;
  border: 0;
  background: #283033;
  font-size: 0;
  text-align: left;
  color: #ffffff;
  z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
  top: auto;
  bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 20px;
  background: #283033;
  transform: translate(0, -100%);
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
  font-family: "FontAwesome" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
  content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  display: inline-block;
  vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 15px;
  line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
  float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
  content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
  float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
  content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
  display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
  display: inline-block;
  margin-right: 5px;
  font-family: "Lato", sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
  margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
  min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
  padding: 15px 35px 15px 20px;
  background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg")
    no-repeat right 10px center;
  background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
  display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
  background: #2296bc;
  color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
  body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
  body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  body.PreviewBody .PreviewToolBar input[type="radio"],
  body.PreviewBody .PreviewToolBar label,
  body.PreviewBody .PreviewToolBar input[type="text"],
  body.PreviewBody .PreviewToolBar select,
  body.PreviewBody .PreviewToolBar input[type="submit"] {
    margin-bottom: 5px;
  }
}

.PreviewBody {
  margin-top: 0 !important;
  background-position: 0 0 !important;
}

body > #ui-datepicker-div {
  display: none;
}

.hidden {
  display: none !important;
}

@keyframes headerSlideDown {
  from {
    top: -100%;
  }

  to {
    top: 0;
  }
}

.js--header-fixed .pane--header {
  animation-name: headerSlideDown;
  animation-duration: 0.5s;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
  z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
  position: fixed;
}

@font-face {
  font-family: "Flaticon";
  src: url('../fonts/flaticon.eot');
  src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
    url('../fonts/flaticon.woff') format("woff"),
    url('../fonts/flaticon.ttf') format("truetype"),
    url('../fonts/flaticon.svg#flaticon') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.svg#flaticon') format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}

.flaticon-calendar:before {
  content: "\f100";
}

#irwWrapper .timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

#irwWrapper .timeline:before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 15px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

#irwWrapper .timeline > li {
  position: relative;
  margin-right: 10px;
}

#irwWrapper .timeline > li:before,
#irwWrapper .timeline > li:after {
  display: table;
  content: " ";
}

#irwWrapper .timeline > li:after {
  clear: both;
}

#irwWrapper .timeline li:before {
  border-top: 1px solid #ddd;
  height: 0;
  top: 0;
  width: 15px;
}

#irwWrapper .timeline > li > .timeline-item {
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: -12px;
  position: relative;
}

#irwWrapper .timeline {
  padding: 30px 0 0;
}

#irwWrapper .timeline > li.treeline {
  margin-bottom: 20px;
  margin-left: 15px;
}

#irwWrapper .timeline li.treeline.last:before {
  border-left: 1px dotted #ddd;
  border-top: 0 none;
}

#irwWrapper .timeline li.treeround:before {
  border: 0 none;
  padding: 10px 0 30px;
}

#irwWrapper .timeline > li > .fa,
.timeline > li > .glyphicon,
#irwWrapper .timeline > li > .ion {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  color: #ddd;
  font-size: 15px;
  height: 13px;
  left: 9px;
  line-height: 14px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}

#irwWrapper .timeline > li.treeround > span.tree-primary {
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  left: 30px;
  margin-left: 0;
  margin-top: 0;
  padding: 2px 15px;
  position: absolute;
  top: -3px;
  cursor: pointer;
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover,
#irwWrapper .timeline > li.treeround > span.tree-primary:focus {
  background-color: #428bca;
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
  background-color: #428bca;
}

#irwWrapper #irwUploadDocs .timeline li:before {
  width: 30px;
}

#irwWrapper #irwUploadDocs .timeline {
  padding: 0;
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
  width: 15px;
}

#irwWrapper .timeline .timeline > li.treeline {
  margin-left: 30px;
}

#irwWrapper .timeline .timeline:before {
  left: 30px;
}

#irwWrapper .timeline .timeline > li > .fa,
#irwWrapper .timeline .timeline > li > .glyphicon,
#irwWrapper .timeline .timeline > li > .ion {
  left: 24px;
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
  top: -5px;
  left: 45px;
}

#irwWrapper .timeline .timeline {
  margin-top: -7px;
  padding-top: 0;
}

#irwWrapper .timeline .irwULNone:before {
  background-color: transparent;
}

#irwWrapper .timeline .timeline > li.treeline:last-child,
#irwWrapper .timeline .timeline > li > .timeline-item {
  margin-bottom: 0;
}

#irwWrapper .timeline .timeline li.treeround:before {
  padding-bottom: 20px;
}

#irwWrapper .timeline .timeline > li.treeline {
  margin-top: 12px;
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
  background-color: transparent;
  color: gray;
  border: 1px solid #eee;
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary:hover {
  background-color: #e1e1e1;
  color: gray;
}

#irwWrapper .irwMonth {
  margin: 0 0 10px;
}

#irwWrapper .irwtreeEnd {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  clear: both;
  color: #ddd;
  height: 24px;
  line-height: 23px;
  margin-bottom: -15px;
  margin-left: 3px;
  margin-top: 0;
  position: relative;
  text-align: center;
  width: 25px;
}

#irwWrapper .irwODBoxTrigger {
  cursor: auto;
}

#irwWrapper .irwODBoxTrigger.irwEventHandler {
  cursor: pointer;
}

/** hide last column on Insider Ownership table **/
.footable td.footable-hidden {
  display: none !important;
}

/** END hide last column on Insider Ownership table **/

/** Popup modal fixes **/
.fancybox-button::before,
.fancybox-button::after {
  color: #ddd !important;
  opacity: 1;
}

#irwWrapper .fancybox-close-small {
  background-color: transparent;
  color: #fff;
}

#irwWrapper .modal-header button.close {
  color: #fff !important;
  border: 0px solid !important;
  opacity: 1 !important;
  text-shadow: 0 0px 0 #fff;
  outline: none !important;
}

/** END Popup modal fixes **/

/**Fixes mobile pagination bug in insider and sec pages**/
.footable-pagination-wrapper .footable-page {
  display: none !important;
}

.footable-pagination-wrapper .footable-page.visible,
.footable-pagination-wrapper .footable-page-nav {
  display: inline-block !important;
}

/** END Fixes mobile pagination bug in insider and sec pages**/

.irwFilingTopLinks a.Descriptions {
  cursor: pointer;
}

p.irwFilingAbstract {
  margin-bottom: 0px !important;
}

.module-news-details h2.module-details_title {
  font-size: 220% !important;
}

.irwIRSearch .fa-search {
  right: 14px !important;
}

#irwFinlHighlights td {
  text-align: right;
}

#peer-analysis table thead tr th:nth-child(2) {
  text-transform: uppercase;
}

.InstitutionalOwnershipForm li.irwInstOwnNoLink {
  pointer-events: none;
}

#irwWrapper ul.bwlistdisc li,
#irwWrapperPR ul.bwlistdisc li {
  color: initial;
  list-style: disc;
  font-size: 1rem;
}

#irwWrapper ul.bwlistdisc,
#irwWrapperPR ul.bwlistdisc {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 15px;
}

/** IRW THEME BELOW **/
/***********************TYPOGRAPHY***********************/

#irwWrapper,
#irwWrapperPR {
  color: #081828;
  font-family: Krub, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 50px;
}

#irwWrapper a,
#irwWrapperPR a {
  color: #4e7b1e;
  text-decoration: none;
}

#irwWrapper a:hover,
#irwWrapper a:focus,
#irwWrapperPR a:hover,
#irwWrapperPR a:focus {
  color: #4e7b1e;
  text-decoration: underline;
}

#irwWrapper a:focus,
#irwWrapperPR a:focus {
  outline: none;
}
/*
// Contextual colors
*/
#irwWrapper .text-muted,
#irwWrapperPR .text-muted {
  color: #999999;
}

#irwWrapper .text-default,
#irwWrapperPR .text-default {
  color: #333;
}

#irwWrapper .text-primary,
#irwWrapperPR .text-primary,
.irwCopyright .text-primary {
  color: #4e7b1e;
}

#irwWrapper a.text-primary:hover,
#irwWrapperPR a.text-primary:hover {
  color: #4e7b1e;
}

.irwCopyright a.text-primary:hover {
  color: #4e7b1e;
}
/*
// Contextual backgrounds
*/
#irwWrapper .bg-primary,
.irwCopyright .bg-primary,
.scrollbar-handle,
#irwWrapperPR .bg-primary {
  color: #fff;
  background-color: #0a2e36;
}

#irwWrapper a.bg-primary:hover,
#irwWrapperPR a.bg-primary:hover {
  background-color: #415984;
}

#irwWrapper .btn-primary,
#irwWrapperPR .btn-primary {
  color: #ffffff;
  background: #4e7b1e;
  color: white;
  border-color: #4e7b1e;
}

#irwWrapper .btn-primary:hover,
#irwWrapper .btn-primary:focus,
#irwWrapper .btn-primary:active,
#irwWrapper .btn-primary.active,
#irwWrapper .open .dropdown-toggle.btn-primary,
#irwWrapperPR .btn-primary:hover,
#irwWrapperPR .btn-primary:focus,
#irwWrapperPR .btn-primary:active,
#irwWrapperPR .btn-primary.active,
#irwWrapperPR .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4e7b1e;
  border-color: #4e7b1e;
}

#irwWrapper .table-irwBorder > tbody > tr:hover,
#irwWrapper .table-irwBorder tr:hover + tr.irwAbstract {
  border-left: 3px solid #4e7b1e;
}

#irwWrapper .panel-default > .panel-heading {
  color: #0a2e36;
}

#irwWrapper .irwTable .irwTableHeader,
#irwWrapper .gridPR .irwTableRowItem .irwPRSummary,
#irwWrapper .gridPR .irwTableRowItem:hover,
#irwWrapper .panel-default > .panel-heading-Select {
  background-color: #0a2e36;
  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 #0a2e36;
  background-color: #0a2e36;
  border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul {
  margin-left: -10px;
}

#irwWrapper .irwTabs ul li a {
  background-color: #0a2e36;
  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: 14px;
}

#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: inherit;
  font-size: inherit;
}

#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: #0a2e36;
}
/**/
#irwWrapper .irwNote {
  border-bottom-color: #0a2e36;
}

#irwWrapper .irwFilingHighlightItem {
  border-left-color: #0a2e36;
}
/*===================================================================*/
@media (min-width: 960px) {
  .ir-aside-wrapper {
    width: 96%;
    float: right;
  }
}

.ir-aside-wrapper .irwPageFooter {
  padding: 0;
}

#irwWrapper .ir-sec {
  margin: 20px 0;
}

#irwWrapper .corporate .ir-sec .sec-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

/*===================================================================*/
/*Overwrites Client CSS for IR*/
#irwWrapper .container {
  max-width: 100%;
}

.ir-news-slides.slideshow-wrapper {
  /*margin-bottom: 1.875rem;*/
  min-height: 350px;
}

.ir-inner-page-heading {
  margin-bottom: 0;
}

#irwWrapper .heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: Prompt,sans-serif !important;*/
  font-family: Krub, sans-serif;
}

.ui-datepicker .ui-datepicker-title select {
  height: auto !important;
}
/*===================================================================*/
.ir-news {
}

.ir-news .ir-box {
  border: solid 1px #ccc;
  padding: 15px 10px;
}

.ir-news .ir-box .ir-box-header {
  font-weight: bold;
  font-size: 16px;
  font-family: Prompt, sans-serif;
}

.ir-news .ir-box .ir-box-body {
  min-height: 150px;
  padding: 10px 0;
}

.ir-news .ir-box .ir-box-footer {
  border-top: solid 1px #ccc;
  padding: 15px 0 0 0;
  font-size: 16px;
  color: #4e7b1e;
  font-weight: bold;
}

.ir-news .ir-box .ir-box-footer a {
  color: #4e7b1e;
  text-transform: capitalize;
}
/*===================================================================*/
/*Right side boxes*/
.aside-box .ir-box {
  background: #ecedef;
  border-top: solid 5px #4e7b1e;
}

.aside-box .ir-row {
  border-bottom: solid 1px #ccc;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}

.aside-box .ir-box .ir-box-header {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

.aside-box .ir-box .ir-box-header .ir-row {
  border: none;
}

.aside-box .ir-box .ir-box-body {
  padding: 10px 0;
}
/*===================================================================*/
.aside-box .ir-box {
  margin-bottom: 50px;
}

#ir-recent-docs a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #000;
}

#ir-recent-docs a:hover span {
  text-decoration: underline;
}

#ir-recent-docs a:hover .fa {
  text-decoration: none;
}

#ir-recent-docs a > span {
  display: inline-block;
  width: 80%;
}

.aside-box #ir-recent-docs a .fa {
  position: absolute;
  right: 0;
  font-size: 20px;
  text-align: right;
  color: #4e7b1e;
}

.aside-box .ir-box .col-label {
  font-weight: bold;
}
/*===================================================================*/
/*Mrket Summary*/
#ir-mrkt-wrapper {
}

#ir-mrkt-wrapper .ir-col {
  float: left;
}

#ir-mrkt-wrapper .ir-col.mrkt-label,
#ir-mrkt-wrapper .ir-col.mrkt-content {
  width: 50%;
}

#ir-mrkt-wrapper .ir-col.mrkt-content {
  text-align: right;
}

#ir-mrkt-wrapper .ir-row:last-child {
  border: none;
}

/*===================================================================*/
/*IR Contact*/
#ir-contact-info-wrapper .ir-box .ir-row {
  border: none;
}
/*===================================================================*/
.ir-copyrights-wrapper {
  margin-top: 50px;
}
/*===================================================================*/
/*IR Toolkit*/
.ir-toolket-wrapper {
}

.irwToolKitLoader > span,
.irwToolKitLoader input,
.irwToolKitLoader a {
  width: 46px;
  height: 46px;
  line-height: 42px;
  border-radius: 50%;
  border: 1px solid #4e7b1e;
  text-align: center;
  display: inline-block !important;
  float: none;
  margin: 0 0 0 5px;
}

.irwToolKitLoader > span:hover,
.irwToolKitLoader a:hover {
  background: #5d9732;
}

.irwToolKitLoader > span a {
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  border: none;
  padding-top: 0px;
  text-align: center;
  display: inline-block !important;
  float: none;
  margin: 0 0 0 0px;
}

.irwToolKitLoader {
  text-align: right;
  margin-bottom: 0;
}
/*===================================================================*/
/*IR Menu*/
.ir-menu-wrapper {
  background: #5d9732;
  margin-bottom: 1.875rem;
}

.ir-menu-container {
  padding: 10px 15px;
  /*max-width: 90em;
    margin: 0 auto;*/
}
/*===================================================================*/

#irwWrapper .ir-sec .ir-box .ir-box-footer a {
  color: #000000;
}

#irwWrapper .ir-sec .ir-box .ir-box-footer a:hover,
#irwWrapper .ir-sec .ir-box .ir-box-footer a:focus {
  color: #4e7b1e;
}
.searchboxdisplay {
  margin-bottom: 15px;
}
#irwsearch .irwSearchRadio {
  display: none;
}
#irwsearch span.input-group-btn {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 35px;
}
#irwsearch .form-control {
  height: 2.125rem;
}

#irwWrapper .irbutton {
  display: inline-block;
  padding: 1rem 2.5em;
  background: #4e7b1e;
  font-family: Krub, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125rem;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
#irwWrapper .irbutton:hover,
#irwWrapper .irbutton:focus {
  color: #fff;
}
#irwWrapper #irwstockInfoPanelTab {
  display: none;
}
#irwWrapper .irwStockAggregate .panel-title a {
  position: relative;
}
#irwWrapper .irwStockAggregate .panel-title a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f068";
  color: #fff;
  position: absolute;
  top: 11px;
  right: 30px;
}
#irwWrapper .irwStockAggregate .panel-title a.collapsed:before {
  content: "\f067";
  color: #4e7b1e;
}
#irwWrapper
  .irwStockAggregate
  .panel-default
  > .panel-heading-Select
  .panel-title
  a:before {
  color: #ffffff;
}
#irwWrapper .corporate .ir-sec.ir-stock-graph {
  border: 1px solid #ccc;
}

/* IRW THEME ENDS  */

@media screen and (max-width: 560px) {
    #RegisterForm .HasCustomFields .row:nth-of-type(6) .col-sm-3 {
        padding-bottom: 5px;
    }
    .irwInfoReqIEfix {
            margin-right: 10px;
    }
}


#_ctrl0_ctl57_divModuleContainer {
    border: none !important;
    box-shadow: none !important;
}

   .card-banner__media {
        background-image: url('../images/irw/map-with-dots.png') !important;
    }

.slideshow__image {
      background-image: url('../images/irw/ir-banner.jpg') !important;
}

#irwWrapper .text-right {
    text-align: right !important;
}

.ownership_widget .disclaimer_link {
        padding-left: 400px;
}

.irwFinlHighlights h5 {
margin: 0 !important;
}

.PageFinancialInformationDepositLoanComposition #irwWrapper .table > thead > tr > th {
    background: transparent;
    border: none;
}

.irwODTrigger {
    cursor: pointer !important;
}

.speedbump img {
    margin: 0 !important;
}

#irwWrapper .pager li {
        margin: 0 2px;
}

#irwWrapper .footable > thead > tr > th {
    color: #4e7b1e;
}

.PageNewsampMarketDataPressReleasesPressRelease p > a {
        float: left;
    width: 100%;
}

/* 00215535 */
.PageNewsMarketDataPressReleases #irwWrapper .irwTabs {
  border: none;
  border-top: 8px solid #0a2e36;
  background-color: #16273B;
  border-radius: 4px 4px 0 0;
}

.PageNewsMarketDataPressReleases#irwWrapper .irwTable .irwTableHeader {
  background-color: #16273B;
  color: #fff;
}

.PageNewsMarketDataPressReleases #irwWrapper a, #irwWrapperPR a {
    color: #34A34C;
    text-decoration: none;
}

a.apply-link {
    background: #16273B;
}

.breadcrumb a {
    color: #1E8A94;
}

.aside-box .ir-box {
    background: #EFF6F3;
    border-top: solid 5px #34A34C;
}

.irwToolKitLoader > span:hover, .irwToolKitLoader a:hover {
    background: #34A34C;
}

#irwWrapper .irbutton {
    display: inline-block;
    padding: 1rem 2.5em;
    background: #34A34C;
    font-family: Krub, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.card-banner__button {
    display: inline-block;
    padding: 1rem 2.5em;
    background: #34A34C;
    font-family: Krub, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125rem;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

/* 00125535 */
/* .main-nav__item-link { */
    /* color: #34A34C; */
    /* font-size: 18px; */
/* } */
.header-bottom {
    background: #EFF6F3 !important;
}
#irwWrapper .table > thead > tr > th {
    background-color: #EFF6F3 !important;
}

/*--00173255--*/
.site-footer a {
    color: #99F0E9 !important;
}
.site-footer__bottom {
    background: #081828 !important;
}
.site-footer .footer-nav__item-link {
    color: #fff !important;
}
/*-----00209895-----*/
.main-nav__item-link {
    color: #081828 !important;
    font-size: 18px;
}
.main-nav__item-link:hover{
    color:#34A34C!important;
    text-decoration:underline;
}
.apply-link{
    background: #1B3657!important;
}
.irwODPerson span.irwViewBioDetailText p:last-of-type {
    margin-bottom:0px!important;
}

/*--- 00359405: Financial Accordion Module ---*/
.module-financial-quarter .module-financial_year {
    margin-top: 30px !important;
    font-size: 160% !important;
    font-weight: bold !important;
    color: #34A34C !important;
}
.module-financial-quarter .module_item {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module-financial-quarter .module_item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* .module-financial-quarter .module_item.js--active h3 {
    color: #005eb8;
} */
.module-financial-quarter .module_item.js--active h3:before {
    content: "\f106";
}
.module-financial-quarter .module_links {
    background-color: #fafafa;
    margin: 0 0 15px 0;
    padding: 15px;
}
.module-financial-quarter .module_links > .grid_col {
    display: inline-block;
    padding-right: 20px;
}
.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
}
.module-financial-quarter .module_link i {
    margin-right: 5px;
}
.module-financial-quarter .module-financial_year-text {
    padding: 10px 0;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}
.module-financial-quarter .module-financial_year-text:before {
    float: right;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
}
::selection {
    background-color: #34A34C;
}
/* 00359405 end */