/* Base
-------------------------------------------------- */
@import url("/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/FontAwesome5.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");

/* Font */
@font-face {
  font-family: "TTCommonsPro-Rg";
  src: url("/FormBuilder/_Resource/_module/2ALS5wVdVkKEMhM3WIDmaQ/fonts/TTCommonsPro-Rg.woff2")
      format("woff2"),
    url("/FormBuilder/_Resource/_module/2ALS5wVdVkKEMhM3WIDmaQ/fonts/TTCommonsPro-Rg.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommonsPro-Db";
  src: url("/FormBuilder/_Resource/_module/2ALS5wVdVkKEMhM3WIDmaQ/fonts/TTCommonsPro-Db.woff2")
      format("woff2"),
    url("/FormBuilder/_Resource/_module/2ALS5wVdVkKEMhM3WIDmaQ/fonts/TTCommonsPro-Db.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommonsProBold";
  src: url("/FormBuilder/_Resource/_module/2ALS5wVdVkKEMhM3WIDmaQ/fonts/TTCommonsProBold.woff2")
    format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTCommonsProDemiBold";
  src: url("/FormBuilder/_Resource/_module/2ALS5wVdVkKEMhM3WIDmaQ/fonts/TTCommonsProDemiBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden !important;
  font-family: "TTCommonsPro-Rg", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}
img {
  max-width: 100%;
}

.page-content {
  padding-top: 0;
}
.page-content > .container {
  padding-top: 0;
  padding-bottom: 50px;
}
.page-content.no-pageNav > .container {
  padding-top: 60px;
}

/* Typography
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TTCommonsProBold", sans-serif;
  padding-bottom: 10px;
  color: #333;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
h1 {
  font-size: 48px;
  line-height: 1em !important;
  position: relative;
  margin: 0 0 24px 0;
  padding: 0;
}
h2 {
  font-size: 31px;
  font-weight: bold;
  color: #3679ff;
  margin: 2em 0 1em 0;
}
h2.big {
  font-size: 46px;
  color: #292929;
  text-align: center;
  margin-bottom: 20px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

/* Links
-------------------------------------------------- */
a {
  color: #1979c3;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #3679ff;
}
a span {
  display: none;
}

/* Buttons */
.btn,
input[type="button"],
a.loadNext {
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  outline: 0 !important;
  box-shadow: none !important;
  background: #3679ff;
  text-decoration: none;
  border-radius: 0;
  border: none;
  padding: 1rem 1.6em;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: initial;
}
.bg .btn,
.bg input[type="button"],
.bg a.loadNext {
  background: #0b6f7b;
  border: 2px solid #0b6f7b;
  color: #ffffff;
}

input.filterButton[type="button"] {
  text-transform: uppercase;
  border: none;
  padding: 11px 20px;
}

.btn:hover,
.btn:focus,
.btn:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
a.loadNext:hover,
a.loadNext:focus,
a.loadNext:active {
  color: #fff;
  position: relative;
  opacity: 0.7;
}

.bg .btn:hover,
.bg input[type="button"]:hover,
.bg a.loadNext:hover {
  color: #2b2c2a !important;
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after,
input[type="button"]:hover:after,
input[type="button"]:focus:after,
input[type="button"]:active:after,
a.loadNext:hover:after,
a.loadNext:focus:after,
a.loadNext:active:after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 12px;
  right: 15px;
  font-weight: 400;
  font-size: 17px;
  color: #2b2c2a;
  content: none;
}

/* Primary Header - Main Navigation
--------------------------------------------------------*/
.navigation .navbar {
  padding: 80px 0 0 0;
  background: #fff;
}
.navigation .navbar.bgscroll {
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.brand {
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
}
.navigation .navbar-brand {
  margin: 10px 0 0 0;
  padding: 10px 0;
}
.navigation .navbar-brand img {
  height: 37px;
}
.navigation .navbar-nav {
  width: 100%;
  margin-bottom: 10px;
}
.navigation .navbar-nav .nav-item {
  position: relative;
}

.navigation .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.navigation .navbar-nav .nav-link,
.dropdown-item {
  font-family: "TTCommonsPro-Db", sans-serif;
  color: #1446e1;
  text-decoration: none;
  background: none;
  padding: 24px 6px 16px;
  font-size: 18px;
  transition: all 0.5s;
}
.nav-link:hover,
.banner-nav .nav-link:hover {
  text-decoration: underline;
  color: #3679ff;
  font-weight: bold;
}
.navigation .navbar-nav .dropdown-toggle::after {
  vertical-align: middle;
}
.navigation .navbar-nav .dropdown .dropdown-menu {
  /* margin: 0;
  padding: 10px 0 0 0;
  border-radius: 0;
  border: 0;
  min-width: 220px; */
  position: absolute;
  padding: 30px 15px 25px;
  box-shadow: 3px 3px 37px 0 rgba(35, 35, 47, 0.25);
  border-radius: 0;
  max-width: 1200px;
  min-width: 160px;
  width: 100%;
  left: 0;
  margin: 0;
}

.navbar-nav .dropdown-menu .nav-list li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.navbar-nav .dropdown-menu .nav-list li a {
  display: inline-block;
  color: #006796;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
}

/* .navigation .navbar-nav .dropdown .dropdown-menu li {
  background: rgba(0, 0, 0, 0.9);
  padding: 0 20px;
} */
.navigation .navbar-nav .dropdown .dropdown-menu li:first-child {
  padding-top: 20px;
}
.navigation .navbar-nav .dropdown .dropdown-menu li:last-child {
  padding-bottom: 20px;
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:active,
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: #0b6f7b;
  opacity: 1;
}
#navbarInvestorCentre > ul {
  left: -49px;
}
#navbarAboutUs > ul {
  left: -92px;
}
.navigation .navbar-nav .dropdown.open > a::after,
.navigation .navbar-nav .dropdown.open > a.nav-link::after {
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  margin-top: 3px;
}
.navigation .navbar-toggler {
  border: 0;
  border-radius: 0;
  padding: 15px;
  outline: 0;
  color: #066b88;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 0 auto;
}

.navbar-toggler-icon,
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  -webkit-transform: none;
  transform: none;
}
.navbar-toggler-icon {
  background: #066b88;
  top: -2px;
}
.navbar-toggler-icon:before {
  top: -9px;
}
.navbar-toggler-icon:after {
  top: 9px;
}

.navbar-toggler-icon {
  background: #1446e1;
  height: 3px;
  position: relative;
  width: 30px;
}
.mm-ocd-opened .navbar-toggler-icon {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: "";
  background: #1446e1;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
}

.mm-ocd-opened .navbar-toggler-icon:before {
  top: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.mm-ocd-opened .navbar-toggler-icon:after {
  top: 0;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.mm-ocd-opened .navbar-toggler-icon,
.mm-ocd-opened .navbar-toggler-icon:before,
.mm-ocd-opened .navbar-toggler-icon:after {
  -webkit-transition: top 0.3s ease, background 0.125s ease,
    -webkit-transform 0.3s ease;
  transition: top 0.3s ease, background 0.125s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background 0.125s ease;
  transition: transform 0.3s ease, top 0.3s ease, background 0.125s ease,
    -webkit-transform 0.3s ease;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/* Side nav */
.submenu {
  margin-top: 1rem;
}
.submenu h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 1rem;
}
.submenu h3 a {
  color: #111;
  padding: 0;
}
.submenu ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f2f2f2;
}
.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
.submenu li a {
  background: #fff;
  color: #0b6f7b;
  padding: 1rem;
  font-weight: 400;
}
.submenu li a:hover,
.side-sub li a:focus {
  background: #f2f2f2;
  color: #0b6f7b;
}
.submenu li a.active {
  color: #fff;
  background: #0b6f7b;
}

/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
}

/* Banner */
.banner {
  position: relative;
  height: 325px;
  background: #ddeaff;
  background-size: cover;
  /* margin-top: 138px; */
}
.banner h2 {
  color: #212121;
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 31.25px;
  line-height: 1.4;
  font-weight: bold;
}
.banner h4 {
  font-size: 1.5rem;
  line-height: 1.16667;
  color: #fff;
  font-weight: 400;
}
.banner:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* background-color: rgba(46, 46, 46, 0.3); */
}

.banner .ticker {
  color: #4b00b6;
  font-size: 20px;
  font-family: "TTCommonsProDemiBold", sans-serif;
  margin: 0px;
}
/* Banner Nav */
.banner-bottom {
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 5px 10px 0 rgba(33, 33, 33, 0.15);
  background-color: #fff;
}
ul.banner-nav {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

ul.banner-nav li {
  list-style: none;
  padding: 1.5rem 3rem;
  position: relative;
}

.connect-btn {
  width: 150px;
  color: #1446e1 !important;
  text-align: right;
}

.banner-nav .nav-link {
  color: #212121;
  font-size: 18px;
  transition: none;
}

.banner-bottom li.nav-item:after {
  position: absolute;
  right: 0;
  height: 1.8125rem;
  top: calc(50% - (1.8rem / 2));
  content: "";
  display: inline-flex;
  background: #e6e6e6;
  width: 0.0625rem;
}

.banner-bottom li.nav-item:last-child:after {
  display: none;
}

span.pricing-data_price {
  font-size: 31.25px;
  font-family: "TTCommonsProBold", sans-serif;
  font-weight: bold;
  color: #1446e1;
}

.banner-nav .nav-link.active:after {
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  content: "";
  border-top: 1px solid;
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 1;
}
.banner-nav .nav-link.active {
  position: relative;
}

/* Primary Page content
--------------------------------------------------------*/

/* Table */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #f8f8f8;
}
table td,
.table td {
  padding: 0.7rem 1rem;
  vertical-align: top !important;
  /* border-top: 1px solid #dee2e6; */
  width: 200px;
}
table th,
.table th {
  padding: 0.75rem;
  vertical-align: top !important;
  border-top: 0;
  border-bottom: 0 !important;
}

table.announcementsTable th:last-child,
table.announcementsTable td:last-child {
  /* width: 18%; */
  text-align: right;
}
table.announcementsTable a:hover {
  text-decoration: underline;
}

table.table.links th,
table.table.links td {
  text-align: center;
}
table.table.links th:first-child,
table.table.links td:first-child {
  width: 84%;
  text-align: left;
}

table.table.date th:first-child,
table.table.date td:first-child {
  width: 85%;
  text-align: left;
}

table.table.side th {
  width: 25%;
}
table.table.half {
  display: table;
}
table.table.half th {
  width: 50%;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

table.rank th,
table.rank td {
  width: 10%;
  text-align: center;
  padding: 10px;
}
table.rank th:first-child,
table.rank td:first-child {
  width: 5%;
}
table.rank th:nth-child(2),
table.rank td:nth-child(2) {
  width: 75%;
  text-align: left;
}

table.half th,
table.half td {
  width: 50%;
}

table td a {
  position: relative;
  font-weight: 400;
}
table td a i {
  font-size: 23px;
}

table.profiles thead tr th {
  background: transparent;
  padding: 0;
}
table.profiles thead tr:last-child th {
  padding-bottom: 10px;
}
table.profiles tbody tr td {
  padding: 10px 0 0;
}
table.profiles tr h3 {
  color: #0b6f7b;
  margin: 0;
}
table.profiles tr h5 {
  color: #0b6f7b;
  margin: 0;
}

table.pdfs td {
  padding: 7px 0;
  border: none;
}
table.pdfs td a {
  padding-left: 36px;
  position: relative;
  border: 2px solid #000;
  color: #000;
  display: block;
  padding: 12px 10px 12px 40px;
  font-weight: 600;
}
table.pdfs td a:hover {
  background: #000;
  color: #fff;
}
table.pdfs td a:before {
  position: absolute;
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 24px;
  left: 12px;
  top: 5px;
}

#pricing-table tr td:first-child {
  width: 25%;
}

.priceHistoryTable {
  table-layout: fixed;
}

.home-block {
  height: 100%;
  margin-bottom: 10px;
}

div#loadingSpinner {
  display: none !important;
}

/* Home - Sections */

.page-content section.bg {
  background-size: cover;
  position: relative;
  color: #fff;
}
.page-content section.bg h2,
.page-content section.bg h3 {
  color: #fff;
}
.page-content section.bg a:hover {
  color: #0b6f7b;
}

#section-relationships.bg {
  background: url(/FormBuilder/_Resource/_module/kDoOu0DskU6ZpLPAu7hPWQ/images/Portfolio.jpg)
    no-repeat center;
}
#section-home-result.bg {
  background: url(/FormBuilder/_Resource/_module/kDoOu0DskU6ZpLPAu7hPWQ/images/Contact.jpg)
    no-repeat center;
}
#section-professionals.bg {
  background: url(/FormBuilder/_Resource/_module/kDoOu0DskU6ZpLPAu7hPWQ/images/leaves-2.jpg)
    no-repeat center;
}
#section-team.bg {
  background: url(/FormBuilder/_Resource/_module/kDoOu0DskU6ZpLPAu7hPWQ/images/bg-leaves-3.jpg)
    no-repeat center;
}
.page-content section.bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.25)
    url(/FormBuilder/_Resource/_module/kDoOu0DskU6ZpLPAu7hPWQ/images/texture.png)
    repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Home - Fund Managers */
.gray {
  background: #f8f8f8;
  padding: 2rem;
}

.gray h2 {
  margin: 0;
}

.fund-profile {
  width: 100px;
}

.fund-manager img {
  border-radius: 100%;
  background: #ddeaff;
}

.fund-manager {
  display: flex;
  column-gap: 1rem;
  margin-top: 2rem;
}

p.fund-title {
  font-weight: bolder;
  color: #1d59e3;
}

/* Home - Share Price */
.homesharePrice {
  text-align: center;
  padding: 2em 0;
  color: #fff;
  position: relative;
  margin: 0;
}
.homesharePrice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  z-index: -1;
  background: #000;
}
.homesharePrice p {
  font-size: 20px;
  text-align: center;
  display: initial;
}
.homesharePrice span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}
.homesharePrice span.priceLatest {
  font-size: 40px;
  padding-right: 40px;
}
.homesharePrice span.priceChange {
  font-size: 26px;
  padding-right: 25px;
  position: relative;
}
.homesharePrice span.priceMove {
  font-size: 26px;
  padding-right: 25px;
  position: relative;
}
.homesharePrice span.priceUpdate {
  text-align: center;
  display: inline-block;
  font-size: 13px;
}

.priceMove::before {
  content: "";
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  position: absolute;
  right: 0;
  top: 25px;
}
.priceMove.positive::before {
  margin-bottom: 5px;
  border-bottom: 9px solid #fff;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.priceMove.negative::before {
  border-top: 9px solid #fff;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.priceLatest {
  color: #fff;
  font-size: 3em;
  margin-bottom: 15px;
  display: inline-block;
}

.shareprice-container {
  padding: 30px 20px;
  text-align: center;
  background: #efefef;
}
#price {
  color: #0b6f7b;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
}
#priceMove {
  font-size: 20px;
}
#priceDate {
  margin-bottom: 20px;
}

/* Home - Annual Report */
.homeAr {
  position: relative;
  margin-bottom: 0;
  padding: 35px 0 45px;
}
.homeAr h2 {
  margin-bottom: 20px;
}
.homeAr::before {
  content: "";
  background: #f9f9f9;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  margin-left: -50vw;
}
.homeAr img {
  max-height: 250px;
}

/* Documents */

#documents tr td:nth-child(2) {
  text-align: right;
}

/* Tab Group */
#tab-group ul {
  font-size: 0;
  margin-bottom: 8px;
}
#tab-group a.tab-button {
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  outline: 0 !important;
  box-shadow: none !important;
  background: #3679ff;
  text-decoration: none;
  border-radius: 0;
  border: none;
  padding: 1rem 1.6em;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: initial;
}
#tab-group a.tab-button.current {
  color: #fff;
  opacity: 0.7;
}
#tab-group a.tab-button:hover {
  color: #fff;
  position: relative;
  opacity: 0.7;
}
.announcements-filter {
  text-align: right;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}
.announcements-filter label {
  margin-right: 10px;
}
.announcements-filter input[type="text"] {
  outline: 0;
  border: 1px solid #d9d9d9;
  padding: 9px;
  margin-right: 10px;
}

/* Investment Calc */
.calc-table {
  font-size: 0;
  margin-top: 30px;
}
.calc-table-filter {
  font-size: 16px;
}
.calc-table-filter .calc-table-filter-row > label,
.calc-table-filter ul {
  display: block;
}
.calc-table-row {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 33.33333%;
  margin-bottom: 10px;
}
.calc-table-row label,
.calc-table-row span {
  display: block;
  padding: 10px;
}
.calc-table-row label {
  background: #0b6f7b;
  color: #fff;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.calc-table-row span {
  border-right: 1px solid #dee2e6;
}
.calc-table-filter ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-table-filter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  width: 100%;
}
.calc-table-filter li:last-child {
  margin-right: 0;
}
.calc-table-filter li label,
.calc-table-filter li input {
  width: 100%;
}
.calc-table-filter li input[type="radio"],
.calc-table-filter-row label.text {
  display: none;
}
.calc-table-filter li label {
  font-weight: bold;
  margin: 0 10px 0 5px;
  line-height: 38px;
  cursor: pointer;
  -ms-flex-negative: 4;
  flex-shrink: 4;
  min-width: 85px;
}
.calc-table-filter li input:last-child {
  padding: 5px;
}
.calc-table-filter li label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding-right: 10px;
}
.calc-table-filter li.checked label::before {
  content: "\f14a";
}

/* FAQ */
.QAViewer {
  border-bottom: 1px solid #fff;
}
.QAViewer .QALink {
  background: #0b6f7b;
  color: #fff;
  padding: 10px 30px 10px 10px;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.QAViewer.open .QALink,
.QAViewer .QALink:hover {
  background: #0b6f7b;
}
.QAViewer .QALink::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.QAViewer.open .QALink::after {
  content: "\f077";
}
.QAViewer .answer p {
  padding: 10px;
}

/* AGM */
a[data-icon="pdf"],
a[data-icon="webcast"] {
  padding-left: 20px;
}
a[data-icon="pdf"]::before,
a[data-icon="webcast"]::before,
table.pdf a::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
}
a[data-icon="webcast"]::before {
  content: "\f008";
}
a[data-icon="pdf"]::before {
  content: "\f15c";
}

/* Share Price Chart */
.priveVolumeChart {
  margin: 0 auto;
  width: 100% !important;
}
.highcharts-button {
  cursor: pointer !important;
}

/* Tab Group */
.tab-group li {
}
.tab-group a.tab-button {
  background: #afafaf;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.announcements-filter {
  text-align: right;
  padding: 15px;
  background: #f0f0f0;
}
.announcements-filter label {
  margin-right: 10px;
}
.announcements-filter input[type="text"] {
  outline: 0;
  border: 1px solid #fff;
  padding: 5px;
  margin-right: 10px;
}

/* Email Alerts */
.emailSubscriptionView > .row {
  padding-bottom: 20px;
  margin: 0;
}
.emailSubscription .emailLabel {
  margin-right: 10px;
  line-height: 38px;
}
.emailSubscriptionView #EmailAddress {
  padding: 5px;
}
.emailSubscription ul#subscriptions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.emailSubscription ul#subscriptions input {
  margin-right: 10px;
}
.subscriptionConfirmationView .row {
  margin: 0;
  display: inline;
}
a.subscription-email {
  margin-left: 3px;
}
.subscriptionConfirmationView {
  padding-bottom: 65px;
}
.emailSubscription > div .row {
  margin-left: 0;
  margin-right: 0;
}
.updateSubscriptionsView .row .field {
  margin-left: 3px;
}

/* Contact Us */
.contact-details {
  list-style: none;
  padding-left: 22px;
}
.contact-details li {
  margin-bottom: 10px;
  position: relative;
}
.contact-details li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -22px;
  font-weight: bold;
}
.contact-details li.address::before {
  content: "\f3c5";
  font-size: 17px;
  top: -2px;
  left: -20px;
}
.contact-details li.email::before {
  content: "\f0e0";
}
.contact-details li.phone::before {
  content: "\f095";
}

/* site map */
#section-sitemap ul {
  padding-left: 20px;
}

#toTop {
  padding: 10px 15px;
  background: #fff;
  color: #000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 11;
  cursor: pointer;
  font-size: 12px;
  border: 2px solid #000;
}

/* modal customised */
.modal-dialog {
  max-width: 600px;
}
.member-detail .media img {
  width: 150px;
}

/* Error */
.error {
  color: #ff0000 !important;
  vertical-align: top;
  cursor: default;
}
.error label {
  cursor: text;
  vertical-align: top;
}

/* Footer
--------------------------------------------------------*/
.page-footer {
  background: #3679ff;
  color: #fff;
  font-size: 13px;
  padding: 40px 0 20px;
}
.page-footer hr {
  border-top-color: #00000021;
  margin-bottom: 2rem;
}
.page-footer h4 {
  color: #fff;
  font-size: 16px;
  margin: 30px 0 15px 0;
}
.page-footer a {
  color: #fff;
  font-size: 14px;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer ul.list-unstyled li a {
  margin-bottom: 7px;
  display: inline-block;
}
.page-footer ul li a:hover {
}
.page-footer .small,
.page-footer .small a {
  font-size: 12px;
}
section.page-footer_top {
  background: #f8f8f8;
  padding: 40px 0 20px;
}

.social-area a {
  width: 20px;
  display: inline-block;
  text-align: center;
}

/* Media Queries
--------------------------------------------------
 - Min width needs to be ordered smallest to biggest
 - Max width needs to be ordered biggest to smallest
--------------------------------------------------*/
/* Small devices (phones, 576px and up) */
@media (max-width: 767px) {
  /* Banner */
  .banner h2 {
    font-size: 24px;
  }
  p.banner-links {
    font-size: 14px;
  }
  .banner .ticker {
    font-size: 16px;
  }
  ul.banner-nav li {
    padding: 1rem 2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navigation .navbar-nav .dropdown-toggle::after {
    content: none;
  }
  .navigation .navbar-nav > li > a {
    border-radius: 0;
    margin-left: 10px;
    border: 2px solid transparent;
  }
  .navigation .navbar-nav > li:last-child > a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

/* Extra large devices (desktops, 1199px and down) */
@media (max-width: 1199px) {
}

/* Medium devices (tablets, phones, 991px and down) */
@media (min-width: 992px) {
  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .navigation .navbar-nav .nav-link.active {
    position: relative;
  }
  .navigation .navbar-nav .nav-link.active:after {
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    content: "";
    border-top: 1px solid;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 1;
  }
}

/* Small devices (phones, 767px and down) */
@media (max-width: 991px) {
  /* .header {
    padding: 60px 0 0 0;
  } */
  .banner h1 {
    font-size: 52px;
  }
  .bgscroll:before {
    height: 56px;
  }
  .banner {
    margin-top: 20px;
  }

  h1 {
    font-size: 2em;
  }
  .navigation .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .navigation .navbar-nav .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #111;
    color: #fff;
    font-size: 0.85rem;
  }
  .navigation .navbar-nav .dropdown .dropdown-submenu .dropdown-item {
    padding-left: 32px;
  }
  .navigation .navbar-nav .dropdown-toggle::after {
    margin-left: 18px;
  }
  .navigation .navbar-nav .dropdown > .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 45px;
    height: 43px;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
  }

  a.connect-btn {
    padding: 10px 15px;
    display: block;
    text-align: left;
    margin: 1rem 0;
    /* border-top: 1px solid #00000030; */
  }

  .dropdown > .dropdown-item::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    margin: 6px 0;
  }
  .navigation .navbar-nav .dropdown.open > a::after,
  .navigation .navbar-nav .dropdown.open > a.nav-link::after {
    border-top: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid;
    border-left: 0.5em solid transparent;
    margin-top: 0;
  }

  .page-nav .nav .nav-item {
    width: 100%;
    max-width: 340px;
    text-align: center;
    border-bottom: 0;
  }
  .page-nav .nav .nav-item:first-child {
    margin-left: 0;
    border-radius: 25px 25px 0 0;
  }
  .page-nav .nav .nav-item:last-child {
    border-radius: 0 0 25px 25px;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-nav .nav .nav-item::after {
    display: none;
  }

  table:not(.table) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  g.highcharts-input-group {
    display: none;
  }

  table.profiles h3,
  table.profiles h5 {
    text-align: center;
  }

  .footer-top .nav {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .page-footer .copyright {
    text-align: center;
  }
  .footer-top li.nav-item.social a {
    margin: 5px 10px;
  }

  /* Home - Share Price */
  .homesharePrice {
    text-align: center;
    padding: 3em 0;
    color: #fff;
    position: relative;
    margin: 0;
  }
  .homesharePrice:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    z-index: -1;
  }
  .homesharePrice p {
    font-size: 20px;
    text-align: center;
    display: block;
  }
  .homesharePrice span {
    display: block;
    padding: 5px 0 !important;
  }
  .homesharePrice span.priceLatest {
    font-size: 40px;
    padding-right: 40px;
  }
  .homesharePrice span.priceChange {
    font-size: 26px;
    padding-right: 25px;
    position: relative;
  }
  .homesharePrice span.priceMove {
    font-size: 26px;
    padding-right: 25px;
    position: relative;
  }
  .homesharePrice span.priceUpdate {
    text-align: center;
    display: inline-block;
  }

  .priceMove::before {
    content: "";
    position: relative;
    border: none;
  }
  .priceMove::after {
    content: "";
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    position: absolute;
    top: 21px;
    margin-left: 10px;
  }
  .priceMove.positive::after {
    margin-bottom: 5px;
    border-bottom: 9px solid #fff;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .priceMove.negative::after {
    border-top: 9px solid #fff;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }
}

/* Extra Small devices (phones, 575px and down) */
@media (max-width: 575px) {
  h2,
  h2.big {
    font-size: 26px;
  }
  .text-justify {
    text-align: inherit !important;
  }

  .banner {
    height: 440px;
  }

  .banner h1 {
    font-size: 42px;
    font-size: 8vw;
  }

  ul.banner-nav li {
    padding: 0.5rem;
  }

  .announcements-filter {
    text-align: center;
  }
  .announcements-filter label {
    display: block;
  }
  input.filterButton[type="button"] {
    margin: 10px auto 0;
  }
  a.loadNext {
    margin: 0 auto 20px;
    display: block;
    max-width: 310px;
  }

  /* Footer */
  .page-footer .footer-top {
    text-align: center;
  }
  .page-footer .footer-top > div > ul {
    margin: 0;
  }
  .page-footer .footer-top > div > ul ul,
  .copyright span {
    display: none;
  }
  .footer-top .nav .nav-item:not(.social) {
    display: block;
    width: 100%;
  }
  .footer-top li.nav-item.social a {
    margin: 10px 5px;
  }
}

/* Tiny devices (phones, 380px and down) */
@media (max-width: 424px) {
  a.btn {
    display: block;
    margin: 0 0 0.5rem 0;
  }
}

/* Tiny devices (phones, 380px and down) */
@media (max-width: 380px) {
  /* .banner h1 {
    font-size: 38px;
    font-size: 10vw;
  }
  .banner h2 {
    font-size: 2rem;
  } */
}
