/* 	Gtn Limited - Base Styles
 */

html {
  height: 100%;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
}
body {
  height: 100%;
  font-size: 16px;
  font-family: "Voltaire", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.5;
}

/* Typography
 */
@import url("https://fonts.googleapis.com/css2?family=Voltaire&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  margin: 15px 0 10px 0;
  padding: 0;
  color: #0326ab;
  line-height: 1.25;
}
h1 {
  font-family: "Voltaire", sans-serif;
  font-size: 40px;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  font-weight: 400;
}

p {
  margin: 0 0 10px;
}
p.small {
  font-size: 11px;
}

:before,
:after {
  *display: none !important;
}

.grey {
  color: #686868;
}

/* Global
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  margin: 0 0 11px 20px;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

b,
strong {
  font-family: "Voltaire", sans-serif;
  font-weight: normal !important;
}

/* Self Clearing Goodness */
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

div.clear {
  clear: both;
}

ul.error li {
  color: red;
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
}
.noresults {
  margin: 40px 0 0 0;
}

/* Links
 */
a,
a:visited,
a:active {
  color: #0326ab;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0326ab;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.pdf:before {
  content: "\f1c1";
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  top: 0;
  left: 0px;
  font-size: 21px;
} /* for PDF icons */
a.audio:before {
  content: "\f028";
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  font-size: 21px;
} /* for video icons */

/* Primary Header - branding
--------------------------------------------------------*/
#mobileMenuBtn {
  display: none;
  position: absolute;
  cursor: pointer;
  left: 2%;
  top: 25px;
}
#mobileMenuBtn a {
  font-size: 28px;
  color: #000;
}
#mobileMenuBtn a:hover {
  color: #0326ab;
}

.branding {
  position: relative;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  /* box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5); */
}
.branding .logo {
  margin-top: 25px;
}
.three.columns.logo {
  width: auto;
  margin: 0;
  padding: 20px 0;
}
#logo {
  display: block;
}
#logo img {
  width: 140px;
}
.country-wrapper a:nth-child(3) {
  margin-left: 5px;
}
.country-wrapper a:nth-child(4) {
  margin-left: 5px;
}

.nine.columns.SP-iFrame {
  float: right;
  width: auto;
  margin: 0;
}

#loadingSpinner {
  background: url(/FormBuilder/_Resource/_module/5H6fE0r_N0iAfhxjV6Qu2Q/img/loadingSpinner.gif)
    0 0 no-repeat;
  margin: 50px auto;
  overflow: hidden;
  width: 24px;
  height: 24px;
}

/* Primary Header - Main Navigation
--------------------------------------------------------*/
.nine.columns.main-nav {
  float: right;
  width: auto;
  margin: 45px 0 0 0;
}
.main-nav ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}
.main-nav ul li {
  position: relative;
  display: block;
  float: left;
}
.main-nav ul li a {
  display: block;
  font-size: 16px;
  margin: 0 20px;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
  border: none;
}
.main-nav ul li a:hover {
  color: #0326ab;
}
.main-nav ul li a.active {
  color: #0326ab !important;
}
.main-nav ul li.last a {
  margin-right: 0;
}
.main-nav ul li:hover a {
  color: #0326ab;
}

/* second level */
.main-nav ul ul.sub-nav {
  display: none;
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 10px 0;
  top: 100%;
  left: 0;
  z-index: 1000;
  list-style: none;
  text-align: left;
  background: #fff;
  box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
}
.main-nav ul li:hover ul.sub-nav {
  display: block;
}
.main-nav ul ul.sub-nav li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.main-nav ul ul.sub-nav li a {
  display: block;
  margin: 0;
  padding: 5px 20px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  border: none;
}
.main-nav ul ul.sub-nav li a:hover {
  color: #0326ab;
}

/* third level */
.main-nav ul ul ul.sub-sub-nav {
  display: none;
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 10px 0;
  top: -10px;
  left: 250px;
  z-index: 1000;
  list-style: none;
  text-align: left;
  background: #fff;
  box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.5);
}
.main-nav ul ul.sub-nav li:hover ul.sub-sub-nav {
  display: block;
}
.main-nav ul ul ul.sub-sub-nav li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.main-nav ul ul ul.sub-sub-nav li a {
  display: block;
  margin: 0;
  padding: 5px 20px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  border: none;
}
.main-nav ul ul ul.sub-sub-nav li a:hover {
  color: #0326ab;
}

.main-nav ul li a.btn.blue {
  padding: 15px;
  border: 1px solid #0326ab;
}

/* Primary Page content - side nav
--------------------------------------------------------*/
#SP-iFrame {
  width: 100%;
  height: 140px;
}
.iFrame-inner {
  width: auto;
  height: auto;
  margin: 0;
}

.left-col {
  margin: 0;
  border-right: 1px solid #ddd;
}
.side-nav {
  margin: 0;
  padding: 20px 20px 20px 0;
}
.side-nav li {
  list-style: none;
  padding: 3px 0;
  margin: 0;
}
.side-nav li a {
  display: block;
  padding: 5px;
  font-size: 16px;
  color: #777;
}
.side-nav li a:hover {
  color: #0326ab;
}
.side-nav.inner > li a.active {
  color: #0326ab;
}
.top-menu > a {
  position: relative;
}
.top-menu > a:after {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  top: 6px;
  right: 5px;
  font-size: 16px;
  color: #0326ab;
}
.top-menu.active > a {
  color: #0326ab;
}
.top-menu.active > a:after {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  top: 6px;
  right: 5px;
  font-size: 16px;
  color: #0326ab;
}

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
.sub-menu li {
}
.sub-menu li a {
  font-size: 16px;
  color: #777;
}

ul.icon_menu {
  display: block;
  margin: 15px 0;
  padding: 0;
}
ul.icon_menu li {
  display: inline-block;
  *display: inline;
  margin: 0;
  padding: 10px 5px;
  *border-right: 1px solid #686868;
  vertical-align: middle;
  font-size: 16px;
  color: #777;
}
ul.icon_menu li.last {
  *border: none;
}
ul.icon_menu li a span {
  display: none;
  *display: inline;
}
ul.icon_menu .fa {
  font-size: 20px;
  color: #0326ab;
}

p.quote {
  font-style: italic;
}

#sub-wrapper {
  margin: 0;
  padding: 0;
  background: none;
  border-bottom: 1px solid #0326ab;
}
#sub-wrapper h2 {
  font-size: 18px;
}
.sub-inner {
  margin: 0 auto;
  padding: 0;
}
ul.side-sub {
  margin: 0;
  padding: 0;
}
ul.side-sub li {
  display: block;
  padding: 5px 0;
  list-style: none;
}
ul.side-sub li:first-child {
  padding-top: 20px;
  border-top: 1px solid #0326ab;
}
ul.side-sub li:last-child {
  padding-bottom: 20px;
}
ul.side-sub li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
ul.side-sub li a:hover,
ul.side-sub li a.active,
ul.side-sub li a:focus {
  color: #0326ab;
}

ul.side-sub ul li:first-child,
ul.side-sub ul li:last-child {
  padding: 10px 0;
  border-top: none;
}

ul.side-sub li ul li {
  padding: 5px 0 !important;
}
ul.side-sub li ul li a {
  font-size: 14px;
}
ul.side-sub li ul li a:before {
  content: "\f105";
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #0326ab;
}

ul.side-sub li.parent-nav a.nav-item.parent {
  position: relative;
  display: block;
}
ul.side-sub li.parent-nav a.nav-item.parent:after,
ul.side-sub li.parent-nav a.nav-item.parent.open.active:after {
  content: "\f107";
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #0326ab;
}
ul.side-sub li.parent-nav a.nav-item.parent.open:after,
ul.side-sub li.parent-nav a.nav-item.parent.active:after {
  content: "\f106";
}

/* Primary Page content
--------------------------------------------------------*/
.page-wrapper {
  background: #fff;
}

.content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.page-content {
  position: relative;
  min-height: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.page-content .container {
  margin: 60px auto;
}
.container {
  background: #fff;
}
.branding.container {
  margin: 0;
}

.twelve.columns {
  padding: 0 40px;
}
.nine.columns.main-col {
  width: 65%;
  margin-right: 5%;
}
.three.columns.right-col {
  width: 30%;
  margin-left: 0;
}

.fullWidth {
  width: 100% !important;
}

.header-wrapper {
  width: 1000px;
  margin: 0 auto;
}

.overview-container {
  display: none;
  background: #fff;
}
.row.intro-row {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.banner-wrapper {
  display: none;
  position: relative;
  background: url(/FormBuilder/_Resource/_module/sGsmQsi2oE6q0dzYNAADzA/image/gtn-WebsiteBannerHero.png)
    right no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/FormBuilder/_Resource/_module/sGsmQsi2oE6q0dzYNAADzA/img/home-banner.jpg',
    sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/FormBuilder/_Resource/_module/sGsmQsi2oE6q0dzYNAADzA/img/home-banner.jpg',
    sizingMethod='scale')";
}
.banner-inner {
  display: table;
  width: 1000px;
  min-height: 550px;
  margin: 0 auto;
}
.banner-inner-text {
  display: table-cell;
  width: auto;
  margin: 0;
  padding: 15px 0;
  *padding-top: 100px;
  vertical-align: middle;
  width: 300px;
}
.banner-inner h1 {
  margin: 0 0 10px 0;
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #fff;
}
.banner-inner p {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #fff;
}
p.readMore {
  margin: 0;
}
.banner-inner a.btn {
  margin: 0;
  background: #00ffff;
  border: 1px solid #00ffff;
  border-radius: 10px;
  color: #0326ab;
}
.banner-inner a.btn:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.block-wrap {
  margin: 0 0 20px 0;
}
.left-block {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.right-block {
  float: right;
  width: 50%;
  text-align: right;
}
.right-block img {
  padding: 20px 0 0 0;
}

/***************** Slider *****************/
.country-slider {
  margin: 0;
  padding: 40px 40px 0 40px;
}

.slick-slider {
  position: relative;
  display: block;

  -moz-box-sizing: border-box;
  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;
}
.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;
  cursor: default;
}
.slick-slide:focus {
  border: none;
}
[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;
}

/* Content */
.row.intro-row.global h2 {
  font-size: 20px;
  color: #0326ab;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #0326ab;
}

.country-slider .left {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
  vertical-align: middle;
  text-align: center;
}
.country-slider .right {
  display: block;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.country-slider .right p {
  margin: 0;
}

/* Loader */
.slick-loading .slick-list {
  background: #fff
    url("/FormBuilder/_Resource/_module/5H6fE0r_N0iAfhxjV6Qu2Q/img/loadingSpinner.gif")
    center center no-repeat;
}

/* Dots */
.slick-dots {
  display: none !important;
  width: 100%;
  margin: 20px 0;
  padding: 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: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/* Footer
--------------------------------------------------------*/
.page-footer {
  background: #000;
  box-sizing: border-box;
  padding-top: 1rem;
}
.section.page-footer .container {
  width: 1000px;
  min-height: 100px;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.footer-inner {
  padding: 25px 15px 40px 15px;
}
.footer-inner ul {
  margin: 0;
}
.footer-inner ul li {
  float: left;
  padding: 0 10px;
  color: #fff;
  list-style: none;
  border-left: 1px solid #fff;
}
.footer-inner ul li a {
  color: #fff;
}
.footer-inner ul li a:hover {
  color: #fff;
}
.footer-inner ul li.first {
  border: none;
}
.footer-inner .footer-left ul li.first {
  padding-left: 0;
}
.footer-inner .footer-right ul li.first {
  padding: 0;
}

.footer-left {
  float: left;
}
.footer-right {
  float: right;
}

/* Buttons */
a.btn,
a.loadNext,
input#submitSubscription,
input.next,
input.back,
a.btn.home {
  display: inline-block;
  margin: 10px 0;
  border-radius: 10px;
  background: #0326ab;
  border: 1px solid #0326ab;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;

  outline: 0;

  line-height: 1.5em;
}
a.btn:hover,
a.loadNext:hover,
input#submitSubscription:hover,
input.next:hover,
input.back:hover,
a.btn.home:hover {
  background: none;
  border: 1px solid #0326ab;
  color: #0326ab;
}
a.btn.ghost {
  margin: 0;
  background: none;
  border: 1px solid #0326ab;
  color: #0326ab;
}
a.btn.ghost:hover {
  margin: 0;
  background: #666;
  border: 1px solid #666;
  color: #fff;
}
a.btn.blue {
  background: #0326ab;
  border-color: #0326ab;
  border-radius: 10px;
  color: #fff;
}
a.btn.blue:hover {
  background: none;
  border-color: #0326ab;
  color: #0326ab;
}

input.next {
  float: left;
}
input.back {
  float: left;
}

a.btn.home {
  margin-top: 40px;
}

/* Home pages
--------------------------------------------------------*/

/* Company Profile */
.country-wrapper {
  margin: 0 auto;
}
.country-wrapper a {
  display: inline-block;
  margin: 20px;
}

/* FORM styles
--------------------------------------------------------*/
.countrySelectionFull {
  min-height: 200px;
}
.row {
  clear: both;
  margin: 10px 0;
  padding: 0;
}
.row label {
  display: inline-block;
  zoom: 1;
  width: 200px;
  padding: 5px 10px 0 0;
  vertical-align: top;
  font-family: "helvetica-neue-bd";
}
.countrySelectionFull .row label {
  width: 440px;
}
.row .inputFields {
  display: inline-block;
  zoom: 1;
}
input {
  line-height: normal;
}
.inputFields label {
  display: inline;
  float: none;
  padding: 0 20px 0 0;
  text-align: left;
  width: auto;
}
.rowselect: hover {
  cursor: pointer;
}
.row select,
.row input.text,
.row textarea.text {
  margin: 0;
  width: 350px;
  padding: 6px;
  color: #333;
  border: 1px solid #ddd;
}
.row select {
  -webkit-appearance: menulist;
  padding: 7px;
}
.row input.text.tiny {
  width: 176px;
}
.row .hint {
  display: block;
  margin-left: 0;
  clear: both;
  font-size: 12px;
  padding-top: 2px;
  color: #000;
  font-style: italic;
}
.row .inputFields input.checkbox {
  margin: 0 10px 0 0;
  padding: 0;
  *margin: 5px 5px 0 0;
}
.row.checkboxFullWidth {
  margin: 20px 0;
  padding: 0;
  display: block;
  text-decoration: none !important;
}
.row.checkboxFullWidth .inputFields {
  width: 100%;
}
.row.checkboxFullWidth label {
  width: 96%;
  padding: 6px 0;
}

.formNav {
  padding-top: 30px;
  clear: both;
}

.error {
  clear: both;
  color: #ee2d24;
  padding-top: 10px;
}
.error ul {
  margin: 0 0 0 30px;
  padding: 0;
}
.error li {
  list-style-type: disc;
  list-style: disc outside;
  background: none;
  padding: 0px;
  margin: 0;
}
span.error {
  padding-left: 5px;
  clear: none;
}
#errorDiv {
  border: 1px solid #ee2d24;
  background: #fff;
  padding: 20px;
  margin: 0 0 15px; /*position: absolute; bottom: 0; width: 95%; */
}
#errorDiv h6 {
  color: #ee2d24;
}

/* Investor Centre
--------------------------------------------------------*/
.widgets {
  position: relative;
  margin: 0;
}
.widgets h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  color: #0326ab;
  text-align: center;
}
.widgets p.more {
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}
.widgets p.more a {
  display: inline-block;
}

.share-container,
.announcements-container,
.report-container {
  position: relative;
  float: left;
  clear: none;
  width: 49%;
  *width: 27%;
  margin: 0 2% 2% 0;
}
.share-box,
.announcements-box,
.report-box {
  min-height: 225px;
  padding: 30px 0;
  border-top: 1px solid #0326ab;
  border-bottom: 1px solid #0326ab;
}
/*  Hide Home Page ASX Announcements */
.announcements-container {
  display: none;
}

/***** WIDGETS *****/

/* Announcements */
.widgets .announcementsTable tr {
  background: none !important;
}
.widgets .announcementsTable {
  margin: 0;
  border: 0;
}
.widgets .announcementsTable th {
  display: none;
}
.widgets .announcementsTable td {
  padding: 0;
  border: none;
}
.widgets .announcementsTable td a {
  display: block;
  font-size: 14px;
}
.widgets .announcementsTable td.announcementTitle {
  padding: 5px 10px 5px 0;
  text-align: left;
}
.widgets .announcementsTable td.announcementDate {
  padding: 5px 0 5px 10px;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.widgets .noresults {
  padding: 0 10px;
}

/* Share Price */
.widgets #priceModule_SharePriceModule1 {
  display: block;
  background: url(/FormBuilder/_Resource/_module/sGsmQsi2oE6q0dzYNAADzA/image/gtn-highlight.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
.widgets .priceTable {
  width: 100%;
  margin: 0;
  border: 0;
}
.widgets .priceTable td {
  display: block;
  height: auto !important;
  text-align: center;
}
.widgets .priceTable td td {
  display: inline-block;
}
.widgets .priceTable td .price {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 50px;
  padding: 0;
}
.widgets .price-icon {
  padding: 0px 5px 0 0px;
}
.widgets .priceMove {
  padding: 8px 0px 0 0px;
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.widgets .price-date {
  text-align: center;
  padding: 10px 0 20px 0;
  margin: 0;
  color: #000;
}
.widgets .price-date span {
  font-size: 14px;
}
.widgets .priceDetails {
  display: none;
}

/* Report */
.report-container {
  margin-right: 0;
}
.report-box {
  font-size: 14px;
}
.report-box .left {
  float: left;
  width: 25%;
  margin-right: 10%;
}
.report-box .left img {
  max-height: 140px;
  border: 1px solid #ddd;
}
.report-box .left p {
  text-align: center;
  margin: 0;
}
.report-box .right {
  float: left;
  width: 55%;
}

/***** Tabs *****/
#tab-group {
  width: 100%;
  clear: both;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #0326ab;
}
#tab-group ul {
  margin: 0;
  padding: 0;
}
#tab-group ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}
#tab-group ul li a.tab-button {
  background: none;
  /* border: 1px solid #0326ab; */
  border-bottom: none;
  color: #0326ab;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 10px;
}
#tab-group ul li a.tab-button:hover {
  background: #0326ab;
  color: #fff;
}
#tab-group ul li a.tab-button.current {
  background: #0326ab;
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
}

/***** Blocks *****/
.block {
  margin: 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #0326ab;
}

/***** ASX Announcements *****/
.announcements-filter {
  margin: 20px 0;
}
.announcements-filter label {
  display: none;
  width: 20%;
  zoom: 1;
  margin: 8px 0;
  padding-right: 10px;
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
}
.announcements-filter input#KeywordSearch {
  width: 50%;
  padding: 7.5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.announcements-filter .filterButton {
  border-radius: 10px;
  background: #0326ab;
  border: 1px solid #0326ab;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.5em;
  vertical-align: top;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 5px 20px;
  outline: none;
  font-weight: 600;
}
.announcements-filter .filterButton:hover {
  background: none;
  border: 1px solid #0326ab;
  color: #0326ab;
}

.announcementsTable {
  margin: 10px 0;
  width: 100%;
}
.announcementsTable th {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  padding: 10px;
  background: #0326ab;
  color: #fff;
  text-align: left;
}
.announcementsTable td {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.announcementsTable td a {
  text-decoration: none !important;
}

.announcementsTable th.announcementDateHeader,
.announcementsTable td.announcementDate {
  text-align: right;
}

.announcementsTable .downloadLinkHeader,
.announcementsTable .downloadLink,
.announcementsTable .priceSensitiveHeader,
.announcementsTable .priceSensitive,
.announcementsTable .securityCodeHeader,
.announcementsTable .securityCode {
  display: none;
}

/***** Table *****/
table.tableStyle {
  width: 100%;
  *width: 96%;
}
.tableStyle th,
.tableStyle td {
  padding: 10px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.tableStyle th {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  background: #0326ab;
  color: #fff;
}
.tableStyle td {
  border-bottom: 1px solid #ddd;
}

.tableStyle a:before {
  content: "\f1c1";
  color: #0326ab;
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
}

th.title {
  width: 70%;
}
th.date {
  width: 30%;
}
th.left,
td.left {
  text-align: left;
}
th.center,
td.center {
  text-align: center;
}
th.right,
td.right {
  text-align: right;
}

.tableStyle a {
  position: relative;
}
.tableStyle td a:hover {
  text-decoration: none;
}
.tableStyle td.pdf a:before {
  content: "\f1c1";
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  top: 0;
  left: 0px;
  font-size: 21px;
} /* for PDF icons */
.tableStyle td.audio a:before {
  content: "\f028";
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  font-size: 21px;
} /* for video icons */

.tableStyle.keyDates {
  margin-bottom: 10px;
}

.tableStyle a img {
  padding-right: 10px;
  vertical-align: top;
  display: none;
}

/***** Share Price *****/
table.priceTable,
table.priceDetails {
  width: 100%;
  margin: 10px auto;
}
table.priceTable td {
  height: auto !important;
}

/* SAFARI ONLY HACK */
_::-webkit-full-page-media,
_:future,
:root table.priceTable td span.price {
  padding-top: 30px;
  display: block;
}
_::-webkit-full-page-media,
_:future,
:root .widgets table.priceTable td span.price {
  padding-top: 5px;
  display: block;
}

table.priceTable td td {
  padding: 5px 10px;
}
table.priceTable td .price {
  color: #0326ab;
  font-size: 30px;
}
table.priceTable .priceDetailsLabel {
  text-align: right;
}

table.priceTable {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.priceDetails {
  background: #f1f1f1;
}

.price-date {
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 30px;
}
.price-date span {
  font-size: 11px;
}

.price-icon {
  position: relative;
  display: inline-block;
}
.price-icon-down:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 20px;
  top: 0px;
  left: 0px;
  color: #f30;
}
.price-icon-up:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 20px;
  top: 0px;
  left: 0px;
  color: #0c0;
}

#errorContainer_PriceVolumeChart1 {
  display: none;
}

#custom-price-table {
  width: 100%;
  margin: 15px 0;
}
#custom-price-table th,
#custom-price-table td {
  text-align: center;
}
#custom-price-table th {
  padding: 10px 5px;
}
#custom-price-table td {
  padding: 15px 5px;
  font-size: 16px;
  vertical-align: middle;
}
#custom-price-table #fill_last {
  color: #0326ab;
  font-size: 30px;
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
}
#priceModule_SharePriceModule1,
#priceModule_SharePriceModule2,
#priceModule_SharePriceModule3 {
  display: none;
}

g.highcharts-button {
  cursor: pointer !important;
}
g.highcharts-legend-item text {
  cursor: default !important;
}

/*** Share Price History ***/
.priceHistoryContainer {
  width: 100%;
}
.priceHistoryTable {
  margin: 0;
  width: 100%;
}
.priceHistoryTable th {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  padding: 10px;
  background: #0326ab;
  color: #fff;
  text-align: left;
}
.priceHistoryTable td {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

/***** Email Alerts *****/
.emailSubscription {
  margin: 20px 0;
}
.emailSubscriptionView .row {
  margin: 20px 0;
}
.emailSubscriptionView .row label {
  display: inline-block;
  width: auto;
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
  vertical-align: middle;
}
.emailSubscriptionView .row .emailLabel,
.emailSubscriptionView fieldset legend {
  width: 20%;
}

.emailSubscriptionView fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.emailSubscriptionView fieldset legend {
  display: inline-block;
  vertical-align: top;
}
.emailSubscriptionView fieldset legend span {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
}
.emailSubscriptionView fieldset .field {
  display: inline-block;
}

.oc-form-error-container {
  color: red;
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
}
.oc-form-error-container a {
  color: red;
}
.oc-form-error-container label {
  padding: 0;
  width: auto;
}

ul#subscriptions {
  margin: 0;
  padding: 0;
}
ul#subscriptions li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
ul#subscriptions li input {
  margin-right: 10px;
}
ul#subscriptions li label {
  padding: 0;
}

.subscriptionsList {
  margin: 20px 0;
}
.subscriptionsList li {
  list-style-type: disc;
  margin-left: 2em;
}

/***** Corporate Governance ******/
.iconLink {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.iconLink a {
  display: block;
  padding: 0 !important;
  text-decoration: none;
}
.iconLink a:before {
  content: "\f1c1";
  color: #0326ab;
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
}

/***** Boards ******/
#accordion {
  margin: 20px 0 0 0;
}

.profile {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.profile img {
  float: left;
  margin: 0 15px 0 0;
}
.profile h2 {
  margin-top: 0;
  color: #0326ab;
  font-size: 20px;
  cursor: pointer;
}
.profile h2:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 10px;
}
.profile h2.expanded:after {
  content: "\f106";
  font-family: "FontAwesome";
  padding-left: 10px;
}
.profile p.title {
  font-style: italic;
}

.accordion-content {
  float: left;
  width: 100%;
  margin-top: 10px;
}

/*** FAQ ***/
.QAViewer {
  margin-bottom: 5px;
  background: #f1f1f1;
}
.QAViewer .QALink {
  position: relative;
  padding: 10px 20px !important;
  display: block;
  text-decoration: none;
}
.QALink:before {
  content: "\f105";
  position: relative;
  padding-right: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
}

.QAViewer .QALink:hover {
  text-decoration: none;
}
.QAViewer.open .QALink {
  font-family: "Voltaire", sans-serif;
  font-weight: normal;
}
.QAViewer.open .QALink:before {
  content: "\f106";
}
.QAViewer .answer {
  padding: 0 45px 10px 45px;
}
.QAViewer .answer p {
  margin: 0 0 10px 0;
}
.QAViewer .answer ul {
  padding-left: 20px;
}
.QAViewer .answer ul li {
  margin-left: 0em;
  list-style: outside disc;
}

/* Media Queries
 */

@media (max-width: 1650px) {
  /* third level */
  .banner-inner-text {
    width: 300px;
  }
}

@media (max-width: 1550px) {
  /* third level */
  .main-nav ul ul ul.sub-sub-nav {
    left: auto;
    right: 250px;
  }
}

@media (max-width: 1400px) {
  .reports-blurb {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1060px) {
  .header-wrapper {
    width: 100%;
    padding: 0 2%;
  }
  .row.intro-row {
    width: 100%;
  }
  .section.page-footer .container {
    width: 100%;
  }

  .banner-inner h1 {
    font-size: 28px;
  }
  .banner-inner-text {
    width: 350px;
    padding-left: 20px;
  }

  .banner-inner p {
    font-size: 14px;
  }

  .main-nav ul {
    width: 100%;
  }
  .sub-inner {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .banner-inner {
    width: 100%;
    min-height: 400px;
  }

  .three.columns.logo {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .nine.columns.main-nav {
    width: 100%;
    margin: 0;
  }
  .three.columns.right-col {
    width: 100%;
    margin-top: 60px;
  }
  #logo {
    display: inline-block;
  }
  #logo img {
    height: 43px;
  }

  .banner-inner-text {
    width: 100%;
  }

  .header-wrapper {
    padding: 0;
  }

  .page-content {
    min-height: 100%;
  }
  .page-content .container {
    margin-bottom: 0;
  }

  .nine.columns.SP-iFrame {
    float: left;
    width: 100%;
  }
  .iFrame-inner {
    float: none;
    margin: 0;
  }
  #SP-iFrame {
    width: 100%;
    background: none;
  }
  .SP {
    display: none;
  }

  .footer-inner {
    padding: 40px 10px;
    text-align: center;
  }
  .row.footer-inner > div {
    float: none;
}

.row.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .col-sm-6 {
    width: 50%;
  }

  .banner-wrapper {
    background-image: none;
    background-color: #0326ab;
  }
  div.banner-container {
    height: 405px;
  }
  .banner-inner-text {
    padding: 15px;
  }
  .home-heading {
    width: 50%;
  }
  .home-heading h1 {
    font-size: 30px;
  }

  .row.main {
    margin-bottom: 0;
  }
  .row .inputFields {
    display: block;
  }
  .row label,
  .countrySelectionFull .row label {
    width: 90%;
    padding: 10px 0;
  }
  .row select,
  .row input.text,
  .row textarea.text {
    width: 90%;
  }

  /* main-nav */
  #mobileMenuBtn {
    display: block;
  }
  .columns.main-nav {
    width: 100%;
    margin: 0;
  }
  .main-nav > ul {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    background: #666;
    margin: 0;
    padding: 0;
    z-index: 999;
  }
  .main-nav > ul li {
    float: none;
    display: block;
  }
  .main-nav > ul li a {
    display: block;
    color: #fff !important;
    padding: 10px 2%;
    margin: 0;
    font-size: 20px;
    font-family: "Voltaire", sans-serif;
    font-weight: normal;
    border-bottom: none;
    background: none !important;
  }
  .main-nav > ul li a:hover {
    color: #fff !important;
    background: #0326ab !important;
    border: none;
  }
  .main-nav > ul li a.active {
    color: #fff !important;
    background: #0326ab !important;
    border: none;
  }

  .main-nav > ul ul {
    position: relative;
    width: 100% !important;
  }
  .main-nav > ul ul li {
    border: none;
  }
  .main-nav > ul ul li a {
    margin: 0 35px;
    padding: 7px 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: normal;
    background: none !important;
    border: none;
  }
  .main-nav > ul ul li a:hover {
    background: none !important;
  }
  .main-nav ul ul.sub-nav {
    display: none !important;
    float: none;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    border: none;
    background: #666 !important;
    box-shadow: none;
    padding-top: 0;
  }
  .main-nav ul ul.sub-nav li a {
    padding-left: 30px
  }

  .main-nav li.parent-nav.open {
    background: #777;
  }
.main-nav li.parent-nav > a {position: relative;}
   .main-nav li.parent-nav > a:after {
      content: "▾";
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: transform .2s ease;
  }


.main-nav li.parent-nav.open > a:after {
  transform: translateY(-50%) rotate(180deg);
  }
.main-nav ul ul.sub-sub-nav {
    display: none !important;
    float: none;
    position: relative;
    top: 0px !important;
    left: 0 !important;
    border: none;
    background: #555!important;
    position: relative !important;
    right: auto !important;
    box-shadow: none !important;
  }
  .main-nav ul ul ul.sub-sub-nav li a {
    padding-left: 40px
  }

  .main-nav ul ul ul.sub-sub-nav {
    display: none !important;
  }

  .main-nav ul li a.btn.blue {
    padding: 10px 2%;
    border: none;
    text-align: left;
  }

/* Hide all nested menus by default */
.nav li > ul {
  display: none;
}

/* Show submenu when parent is open */
.nav li.parent-nav.open > ul {
  display: block !important;
}
  p.quote {
    display: none;
  }

  #sub-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  ul.side-sub {
    float: none;
    background: #f1f1f1;
  }
  ul.side-sub li {
    float: none;
    text-align: center;
  }
  ul.side-sub li a,
  ul.side-sub li a:hover,
  ul.side-sub li a.active,
  ul.side-sub li a:focus {
    color: #000;
  }
  ul.side-sub li a.active,
  ul.side-sub li a:focus {
    font-family: "Voltaire", sans-serif;
    font-weight: normal;
  }
  .sub-inner {
    width: 100%;
  }
  ul.icon_menu {
    display: none;
  }

  ul.side-sub li.parent-nav a.nav-item.parent:after {
    position: relative;
    padding-left: 10px;
  }

  .left-block,
  .right-block {
    width: 100%;
    margin: 0;
  }
  .right-block {
    text-align: left;
  }

  /* side-nav */
  .left-col {
    width: 100% !important;
    margin-left: 0 !important;
    border: none;
  }

  /* page-content */
  .columns.main-col {
    clear: both;
    display: block;
    margin: 0 !important;
    width: 100% !important;
    padding: 0 2%;
  }
  .reports img,
  .board img {
    width: auto;
    margin-bottom: 1em;
  }
  .share-container,
  .announcements-container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
  }
  .report-container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: left;
  }

  #accordion .left,
  #accordion .right {
    width: 100%;
    float: none;
  }
  .profile h2 {
    float: none;
  }

  .row.intro-row.global {
    padding: 40px 2%;
  }
  .country-slider .left {
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .country-slider .left img {
    margin: 0 auto;
  }
  .country-slider .right {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .country-slider .right p {
    text-align: center;
  }

  /* investors */
  .prices-box.column,
  .announcements-container.column {
    margin: 0;
    width: 96%;
  }
  .priveVolumeChart {
    width: 100% !important;
  }

  .announcements-filter input#KeywordSearch {
    width: 30%;
  }
  .leaderDetail .leaderRole {
    top: 80px;
  }
  .highcharts-input-group {
    display: none;
  }

  #custom-price-table {
    display: none;
  }
  #priceModule_SharePriceModule2,
  #priceModule_SharePriceModule3 {
    display: block;
  }

  .tearsheet-print {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 16px;
  }

  .column,
  .columns {
    float: none;
    width: 100% !important;
    display: block;
    margin-left: 0 !important;
  }

  .home-heading {
    width: 100%;
    height: auto;
  }
  .heading-inner {
    padding: 15px;
  }

  .media-container {
    width: 100%;
  }

  #calendar_Calendar-MYS {
    width: 100%;
  }
  .ui-datepicker td .ui-state-default,
  .ui-datepicker td a:visited {
    padding: 10px;
  }

  .country-wrapper {
    text-align: center;
  }
  .country-wrapper a img {
    width: auto;
  }
}

@media (max-width: 648px) {
  .announcements-filter label {
    width: 25%;
    margin: 0;
  }

  .footer-left,
  .footer-right {
    float: none;
    margin-bottom: 10px;
  }
  .footer-inner ul li {
    float: none;
    display: inline;
  }
}

@media (max-width: 499px) {
  /* page-content */
  .columns.main-col {
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 4%;
  }
  .reports img,
  .board img {
    width: auto;
    margin-bottom: 1em;
  }
  p.hidden-text {
    display: none;
  }

  .profile p.title {
    float: none;
  }

  /* investors */
  .prices-box.column,
  .announcements-container.column {
    margin: 0;
    width: 96%;
  }
  .priveVolumeChart {
    width: 100% !important;
  }

  .priceHistoryTableDiv,
  .dividend-wrapper,
  .tableStretch {
    overflow-x: scroll;
    padding: 0 0 10px;
    position: relative;
    -webkit-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.25);
    box-shadow: inset -3px 0px 5px -1px rgba(0, 0, 0, 0.25);
  }

  .announcements-filter input#KeywordSearch {
    width: 30%;
  }
  .leaderDetail .leaderRole {
    top: 80px;
  }
  .highcharts-input-group {
    display: none;
  }

  .row.intro-row {
    padding: 10px 0 5px 0;
  }

  #custom-price-table {
    display: none;
  }
  #priceModule_SharePriceModule1,
  #priceModule_SharePriceModule2,
  #priceModule_SharePriceModule3 {
    display: block;
  }

  .calc-table-row label,
  .calc-table-row span {
    width: 100%;
    text-align: left;
  }

  a.reports-image {
    float: none;
    text-align: center;
  }
  a.reports-image img {
    width: 50%;
  }

  .right-block img {
    width: 100%;
  }

  .emailSubscriptionView .row .emailLabel,
  .emailSubscriptionView fieldset legend {
    width: 100%;
  }
  .emailSubscriptionView fieldset legend {
    padding: 10px 0;
  }
}

@media (max-width: 450px) {
  .country-slider .left img {
    width: 100%;
  }
  .country-wrapper a img {
    width: 100%;
  }
}

@media (max-width: 400px) {
  input.text.email.required {
    width: 100%;
  }

  /* reports */
  .report-left {
    width: 70%;
  }
  .report-right {
    width: 30%;
  }

  .profile h2 {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .profile p.title {
    float: left;
    width: 100%;
  }
}

@media print {
  /* Print Styles */
  .nine.columns.main-nav {
    display: none;
  }
  #mobileMenuBtn {
    display: none;
  }
  .banner-container {
    display: none;
  }
  .nine.columns {
    width: 100%;
  }
  .three.columns.right-col {
    display: none;
  }
  .footer-inner {
    display: none;
  }
}
