/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@-webkit-keyframes movingDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  70% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes movingDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  70% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes movingDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  70% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes movingDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  70% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes movingDown {
  0% {
    opacity: 0;
    top: -50px;
  }
  70% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
[class*="col-"] {
  width: 100%;
  float: left;
}
.customRow::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-t-1 {
    width: 8.33%;
  }
  .col-t-2 {
    width: 16.66%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-4 {
    width: 33.33%;
  }
  .col-t-5 {
    width: 41.66%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-7 {
    width: 58.33%;
  }
  .col-t-8 {
    width: 66.66%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-10 {
    width: 83.33%;
  }
  .col-t-11 {
    width: 91.66%;
  }
  .col-t-12 {
    width: 100%;
  }
}
/* For desktop: */
@media (min-width: 1024px) {
  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}
.customTable {
  border: none;
}
.customTable th, .customTable tr, .customTable td {
  border: none;
  background: transparent;
}
.customTable.isShareStructure tbody > tr:not(:last-child) {
  border-bottom: 1px dotted #BC9B69;
}
.customList {
  margin: 0;
  list-style-type: none;
}
.stockquote-module-sandman .stockquote-table {
  border: none;
  text-align: center;
}
.stockquote-module-sandman .stockquote-table th, .stockquote-module-sandman .stockquote-table tr, .stockquote-module-sandman .stockquote-table td {
  border: none;
}
.stockquote-module-sandman .stockquote-table th {
  background-color: transparent;
  font-weight: normal;
}
.stockquote-module-sandman .stockquote-table tbody > tr:not(:last-child) {
  border-bottom: 1px dotted #BC9B69;
}
.stockquote-module-sandman .stockquote-table td {
  text-align: right;
}
.stockquote-module-sandman .text-after {
  font-size: 0.7em;
}
.stockquote-module-sandman.horizontal .stockquote-table th {
  text-align: center;
}
.stockquote-module-sandman.horizontal .text-before-container {
  text-align: center;
}
@media (min-width: 768px) {
  .stockquote-module-sandman.horizontal .stockquote-table {
    float: left;
    width: 270px;
  }
  .stockquote-module-sandman.horizontal .stockquote-table td, .stockquote-module-sandman.horizontal .stockquote-table th {
    padding: 0;
    width: 50%;
    text-align: left;
  }
  .stockquote-module-sandman.horizontal .stockquote-table tr {
    padding-top: 2px;
    float: left;
    width: 135px;
  }
  .stockquote-module-sandman.horizontal .stockquote-table td {
    padding-left: 5px;
  }
  .stockquote-module-sandman.horizontal .text-before-container {
    float: left;
    width: 120px;
    text-align: left;
  }
}
#roksearch_results {
  width: 300px !important;
}
@media (min-width: 768px) {
  #roksearch_results {
    width: 400px !important;
  }
}
.niceLink {
  font-weight: bold;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.niceLink:hover {
  letter-spacing: 2px;
  color: #efcc13;
}
a {
  color: #BC9B69;
}
a:hover {
  color: black;
}
.layout-blog .page-header h2 {
  color: #BC9B69;
}
.homepage #g-subfeature {
  display: none;
}
body.homePage .Module.isBreadcrumbs {
  display: none;
}
.Block.isBreadcrumbs > .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.Module.isBreadcrumbs {
  padding-left: 0;
}
.Module.isBreadcrumbs .icon-location {
  display: none;
}
.Module.isBreadcrumbs ul {
  padding-left: 5%;
  padding: 8px 15px;
}
.Module.isBreadcrumbs li {
  text-shadow: none;
}
.Module.isBreadcrumbs li a {
  text-transform: uppercase;
  color: black;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.Module.isBreadcrumbs li a:hover {
  color: #BC9B69;
  font-weight: bold;
}
.Module.isBreadcrumbs li.active span {
  color: #BC9B69;
  text-transform: uppercase;
  font-weight: bold;
}
.custom-filter {
  height: 22px;
}
.custom-filter:focus {
  box-shadow: 1px 1px 6px #BC9B69, -1px -1px 6px #BC9B69 !important;
}
.custom-filter-button {
  height: 22px;
}
.form-part {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .form-part {
    width: 45%;
  }
}
.chrono_credits {
  display: none !important;
}
.custom-subtitle {
  color: #BC9B69;
}
.pull-right {
  font-size: 1.3em;
  padding: 10px;
}
.pull-right ul {
  list-style-type: none;
}
.pull-right ul li {
  float: left;
  width: 33.3333333333%;
}
.button {
  background-color: white;
  color: black;
  border: 1px solid #BC9B69;
}
.button:hover {
  background-color: #BC9B69;
  color: white;
}
.mailto-header {
  border-bottom: 1px solid #BC9B69;
  padding-bottom: 30px;
}
.block-sidebar {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .Module.isStockQuote.isNice {
    width: 100%;
  }
}
.Module.isStockQuote.isNice .g-title {
  background-color: #BC9B69;
  padding-left: 5px;
  margin-bottom: 0;
  color: white;
}
.Module.isStockQuote.isNice .stockquote-table {
  border: none;
}
.Module.isStockQuote.isNice .stockquote-table th, .Module.isStockQuote.isNice .stockquote-table tr, .Module.isStockQuote.isNice .stockquote-table td {
  border: none;
}
.Module.isStockQuote.isNice .stockquote-table td {
  text-align: right;
}
.Module.isStockQuote.isNice .stockquote-table tbody > tr:first-child {
  display: none;
}
.Module.isStockQuote.isNice .stockquote-table tr {
  border-bottom: 1px dotted #efcc13;
}
#searchForm {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .searchintro {
    float: left;
    width: 200px;
  }
  .searchintro p {
    margin-top: 0;
  }
  .form-limit {
    float: left;
    width: 170px;
  }
  .form-limit label {
    float: left;
    width: 70px;
  }
}
#search-searchword:focus, .inputbox.input-mini:focus {
  box-shadow: 1px 1px 6px #BC9B69, -1px -1px 6px #BC9B69;
  border: 1px solid lightgray;
}
.search-results {
  clear: both;
}
.search-results .result-title {
  padding-left: 10px;
  color: black;
  font-weight: bold;
}
.search-results .result-text {
  margin: 10px 0;
  padding-left: 20px;
}
.search-results a {
  color: black;
  font-weight: bold;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.search-results a:hover {
  color: #BC9B69;
  font-weight: bold;
}
.search-results > .result-created:not(:last-child) {
  border-bottom: 1px dotted #BC9B69;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
.badge-info {
  background-color: #BC9B69;
}
.Module.hasNiceIcon .g-title {
  position: relative;
  margin-top: 100px;
  text-align: center;
}
.Module.hasNiceIcon .g-title::before {
  position: absolute;
  font: normal normal normal 80px/1 FontAwesome;
  color: #BC9B69;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.Module.hasNiceIcon.isLatestNews .g-title:before {
  content: "";
  top: -70px;
}
.Module.hasNiceIcon.isCompanyHighlights .g-title:before {
  content: "";
}
.Module.hasNiceIcon.isCompanyHighlights ul > li:not(:last-child) {
  padding-bottom: 10px;
}
.Module.hasNiceIcon.isInvestorResources .g-title:before {
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .Block.isSidebarA, .Block.isPageContent {
    flex: 0 100%;
  }
}
.Block.isSideBarA {
  padding-right: 25px;
}
body:has(.news-from-recent-year-section) .isSidebarA:has(.news-from-recent-year-section) .news-from-recent-year-section a {
  display: block;
}
@media only all and (max-width: 1100px) {
  body:has(.news-from-recent-year-section) .isPageContent {
    order: 2;
  }
  body:has(.news-from-recent-year-section) .isSidebarA:has(.news-from-recent-year-section) .news-from-recent-year-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
  }
}
.Module.isSidebarMenu.isNice .g-title {
  background-color: #BC9B69;
  padding-left: 5px;
  margin-bottom: 0;
  color: white;
}
.Module.isSidebarMenu.isNice ul {
  margin-top: 0;
}
.Module.isSidebarMenu.isNice ul > li {
  line-height: 35px;
}
.Module.isSidebarMenu.isNice ul > li.current > a {
  color: #BC9B69;
  font-weight: bold;
}
.Module.isSidebarMenu.isNice ul > li:hover > a {
  color: #BC9B69;
}
.Module.isSidebarMenu.isNice ul.nav > li.active > a {
  color: #BC9B69;
  font-weight: bold;
}
.Module.isSidebarMenu.isNice ul.nav > li > a {
  border-bottom: 1px dotted #BC9B69;
}
.Module.isSidebarMenu.isNice ul.nav-child > li {
  border-bottom: 1px dotted #BC9B69;
}
.nice-contact .nice-contact-list > li {
  width: 100%;
  float: left;
}
.nice-contact .nice-contact-list > li > a {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 3px solid lightgray;
  background-color: lightgray;
  border-radius: 50%;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.nice-contact .nice-contact-list > li > a > i {
  position: absolute;
  font-size: 3em;
  top: 50%;
  left: 50%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.nice-contact .nice-contact-list > li > a:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 1px 1px 1px #BC9B69, -1px -1px 1px #BC9B69;
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.nice-contact .nice-contact-list > li > a:hover {
  z-index: 1;
  background-color: #BC9B69;
  color: white;
}
.nice-contact .nice-contact-list > li > a:hover i {
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
}
.nice-contact .nice-contact-list > li > a:hover:after {
  opacity: 1;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.nice-contact iframe {
  width: 100%;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nice-contact .nice-contact-list > li {
    width: 50%;
  }
  .nice-contact .nice-contact-list > li:last-child {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .nice-contact .nice-contact-list > li {
    width: 20%;
  }
}
.img-shadow {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  border: 1px solid lightgray;
}
.g-sublevel {
  /*
	border-left: 1px dotted $maincolor;
	border-right: 1px dotted $maincolor;
	*/
}
.g-sublevel > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#g-navigation .g-main-nav .g-dropdown .g-sublevel > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1.5rem 0;
}
.Block.isMenu .g-menu-parent-indicator {
  display: none !important;
}
.Block.isMenu .g-toplevel > li {
  text-align: center;
}
.Block.isMenu .longMenuItem .g-dropdown {
  width: 240px !important;
}
#g-header .g-main-nav .g-toplevel li.g-menu-item {
  background: #6CA639;
}
#g-header .g-main-nav .g-toplevel li.g-menu-item a.g-menu-item-container {
  color: #fff;
}
#g-header .g-main-nav .g-toplevel li.g-menu-item:hover {
  background: #fff;
}
#g-header .g-main-nav .g-toplevel li.g-menu-item:hover a.g-menu-item-container {
  color: #2D2D2D !important;
}
#g-header .g-main-nav ul.g-dropdown ul.g-sublevel li.g-menu-item a.g-menu-item-container {
  color: #fff !important;
  background: #6CA639;
}
#g-header .g-main-nav ul.g-dropdown ul.g-sublevel li.g-menu-item:hover a.g-menu-item-container {
  color: #2D2D2D !important;
}
#g-header .g-main-nav ul.g-dropdown ul.g-sublevel li.g-menu-item.active a.g-menu-item-container {
  background: #fff !important;
  color: #2D2D2D !important;
}
.g-offcanvas-toggle {
  color: #BC9B69;
}
#g-offcanvas {
  background-color: #BC9B69;
}
#g-offcanvas #g-mobilemenu-container ul {
  background-color: #BC9B69;
}
#g-offcanvas a:hover .g-menu-item-title {
  color: #BC9B69 !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: white;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover .g-menu-parent-indicator, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-menu-parent-indicator {
  background-color: #BC9B69;
  color: white;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background-color: white;
  border: 1px solid #BC9B69;
  color: #BC9B69;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #BC9B69;
}
#g-header .g-menu-item-127, #g-header .g-menu-item-128 {
  display: none;
}
.Block.isSearch > .g-content {
  margin: 0;
  padding: 0;
  height: 100%;
}
.Block.isSearch > .g-content .platform-content, .Block.isSearch > .g-content .moduletable.isSearch, .Block.isSearch > .g-content form#rokajaxsearch, .Block.isSearch > .g-content div.rokajaxsearch.Module.isSearch, .Block.isSearch > .g-content .roksearch-wrapper, .Block.isSearch > .g-content #roksearch_search_str {
  height: 100%;
}
.Block.isSearch > .g-content form#rokajaxsearch {
  margin: 0;
}
.Block.isSearch > .g-content .roksearch-wrapper {
  position: relative;
}
.Block.isSearch > .g-content .roksearch-wrapper .chineseLink {
  padding: 20px;
  margin-top: 10px;
}
.Block.isSearch > .g-content .roksearch-wrapper .customTable {
  text-align: center;
  height: 45px;
}
@media (min-width: 1024px) {
  .Block.isSearch > .g-content .roksearch-wrapper .customTable {
    text-align: right;
  }
}
.Block.isSearch > .g-content .roksearch-wrapper .customTable tr > td:first-child {
  padding-right: 10px;
}
.Block.isSearch > .g-content .roksearch-wrapper .customTable td {
  padding: 0;
  text-align: right;
  display: inline-block;
}
@media (min-width: 768px) {
  .Block.isSearch > .g-content .roksearch-wrapper .customTable td {
    height: 100%;
  }
}
.Block.isSearch > .g-content .roksearch-wrapper .customTable td.chinese-td {
  padding-top: 8px;
}
.Block.isSearch > .g-content #roksearch_search_str {
  border: none;
  border-radius: 0;
  background: rgba(65, 65, 66, 0.5) url('../../../../images/search-icon.png') 95% 50% no-repeat;
  color: white;
  height: 30px;
  width: 100%;
  margin-top: 10px;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .Block.isSearch > .g-content #roksearch_search_str {
    width: 150px;
    margin: 0;
  }
}
.Block.isSearch > .g-content #roksearch_search_str::-webkit-input-placeholder {
  font-size: 0.7em;
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str::-moz-placeholder {
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str:-moz-placeholder {
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str:-ms-input-placeholder {
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str::-ms-input-placeholder {
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .Block.isSearch > .g-content #roksearch_search_str {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
.block-search .g-content {
  margin: 0;
  padding: 0 !important;
}
.moduletable.module-search.bar-style form {
  margin: 0;
}
.moduletable.module-search.bar-style .roksearch-wrapper {
  position: relative;
  height: 45px;
}
.moduletable.module-search.bar-style .roksearch-wrapper .search-bar-wrapper {
  float: left;
  height: 100%;
  width: 80%;
  background-color: #f3f2ec;
  padding-left: 10px;
}
.moduletable.module-search.bar-style .roksearch-wrapper .search-bar-wrapper .roksearch_search_str {
  height: 100%;
  color: black !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.moduletable.module-search.bar-style .roksearch-wrapper .search-bar-wrapper .roksearch_search_str:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.moduletable.module-search.bar-style .roksearch-wrapper .search-bar-wrapper .roksearch_search_str::-webkit-input-placeholder {
  color: #8d8d8d !important;
}
.moduletable.module-search.bar-style .roksearch-wrapper .search-icon-wrapper {
  height: 100%;
  width: 20%;
  float: left;
  background-color: #debe59;
  position: relative;
}
.moduletable.module-search.bar-style .roksearch-wrapper .search-icon-wrapper > i {
  border: none !important;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.niceButton {
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #BC9B69;
  border: 1px solid #BC9B69;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
}
.niceButton:hover {
  background-color: white !important;
  color: #BC9B69 !important;
}
.pull-right {
  width: 100%;
}
.pull-right ul.actions {
  width: 100px;
  margin: 0;
}
.isFloatRight {
  width: 100%;
  float: right;
}
@media (min-width: 768px) {
  .isFloatRight {
    width: 40%;
  }
}
.isFloatLeft {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .isFloatLeft {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .responsiveTable {
    overflow: auto;
    width: 100%;
    height: 400px;
  }
}
.responsiveImage {
  width: 100%;
}
@media (min-width: 768px) {
  .responsiveImage {
    width: 60%;
  }
}
.niceDownload {
  width: 320px;
  box-shadow: 1px 1px 6px black;
  -moz-box-shadow: 1px 1px 6px black;
  -ms-box-shadow: 1px 1px 6px black;
  -o-box-shadow: 1px 1px 6px black;
  -webkit-box-shadow: 1px 1px 6px black;
}
.niceDownload > div {
  float: left;
  height: 80px;
}
.niceDownload > div:first-child {
  width: 70px;
  background-color: #BC9B69;
  position: relative;
}
.niceDownload > div:first-child em {
  font-size: 3em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.niceDownload > div:last-child {
  background-color: #efcc13;
  padding: 10px 10px;
  width: 250px;
}
.niceDownload > div:last-child p {
  color: white;
  margin: 0 0 10px;
}
.niceDownload .niceButton {
  width: 130px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  background-color: #BC9B69;
  padding: 0 20px;
}
.niceDownload .niceButton:hover {
  background-color: white;
  color: #BC9B69 !important;
}
@media (min-width: 1024px) {
  .smallImage {
    width: 60%;
  }
}
.Block.hasCircleIcons .fa {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  color: #BC9B69;
  border: 1px solid #BC9B69;
  border-radius: 50%;
  margin-right: 5px;
}
.Block.hasCircleIcons .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.Block.hasCircleIcons p {
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .category-module.isLatestNews {
    width: 300px;
    margin: 0 auto;
  }
}
.category-module.isLatestNews > li {
  clear: both;
  padding: 20px 0;
}
.category-module.isLatestNews > li:first-child {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .category-module.isLatestNews > li:not(:last-child) {
    padding-bottom: 100px;
  }
}
.category-module.isLatestNews > li .Column {
  height: 70px;
  float: left;
}
.category-module.isLatestNews > li .Column.isDateColumn {
  width: 70px;
  color: #BC9B69;
}
.category-module.isLatestNews > li .Column.isDateColumn .isDay {
  height: 40px;
  position: relative;
  background-color: white;
  font-size: 2em;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.category-module.isLatestNews > li .Column.isDateColumn .isDay > .isWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.category-module.isLatestNews > li .Column.isDateColumn .isMonth {
  height: 30px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #BC9B69;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.category-module.isLatestNews > li .Column.isDateColumn .isMonth > .isWrapper {
  padding-top: 4px;
}
.category-module.isLatestNews > li .Column.isTitleColumn {
  width: 230px;
  position: relative;
  padding-left: 5px;
  font-size: 0.8em;
}
@media only screen and (max-width: 1023px) {
  .category-module.isLatestNews > li .Column.isTitleColumn {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .category-module.isLatestNews > li .Column.isTitleColumn {
    width: 200px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .category-module.isLatestNews > li .Column.isTitleColumn {
    padding-left: 20px;
    font-size: 1em;
    width: 300px;
  }
}
.category-module.isLatestNews > li .Column.isTitleColumn > a {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.category-module.isLatestNews > li .Column.isTitleColumn > a:hover {
  color: black !important;
  font-weight: normal !important;
}
.category-module.isLatestNews > li .Column.isTitleColumn .niceLink {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .category-module.isLatestNews > li .Column.isTitleColumn {
    width: 300px;
    font-size: 1em;
  }
}
.category-module.isLatestNews > li p {
  margin: 0;
}
.category-module.isLatestNews > li p > .mod-articles-category-title {
  font-weight: bold;
}
.isMainColor {
  color: #BC9B69;
}
.isSubColor {
  color: #efcc13;
}
.hasNoMargin {
  margin: 0;
}
.g-flushed:not(#g-header) > .g-container > .g-grid {
  width: 96%;
  margin: 0 auto;
}
.resultTable td, .resultTable th, .resultTable tr {
  padding: 0;
}
.resultTable p {
  margin: 0;
}
.shareWrapper {
  padding: 20px;
  border: 1px solid #BC9B69;
}
.shareTable tr {
  border-bottom: 1px solid gray;
}
.pg-category-view > div:last-child, .pg-categories-view > div:last-child {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .Block.isHeaderStockQuote {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 370px) {
  .Block.isHeaderStockQuote .stockquote-table {
    width: 280px;
    margin: 0 auto;
  }
  .Block.isHeaderStockQuote.isOnTop {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 371px) and (max-width: 1023px) {
  .Block.isHeaderStockQuote .stockquote-table {
    width: 370px;
    margin: 0 auto;
  }
}
.Block.isHeaderStockQuote .text-before-container {
  text-align: left;
}
@media (min-width: 768px) {
  .Block.isHeaderStockQuote .text-before-container {
    text-align: right;
  }
}
.Block.isHeaderStockQuote .text-before {
  color: white;
  font-weight: bold;
}
@media (min-width: 768px) {
  .Block.isHeaderStockQuote .stockquote-table tr {
    float: left;
  }
}
.Block.isHeaderStockQuote .stockquote-table tr {
  border: none !important;
}
.Block.isHeaderStockQuote .stockquote-table label {
  cursor: default !important;
}
@media (min-width: 1024px) {
  .isLeftBlock .moduletable {
    display: inline-block;
    float: left;
    width: 90%;
  }
}
.isLeftBlock .fa {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.isLeftBlock .fa:hover {
  background: #BC9B69;
}
@media (min-width: 1024px) {
  .isRightBlock .moduletable {
    display: inline-block !important;
    float: right !important;
    width: 90% !important;
  }
}
.circleWrapper {
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid #BC9B69;
  border-radius: 50%;
}
.circleWrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .isLeftBlock .moduletable {
    display: inline-block;
    float: left;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .isRightBlock .moduletable {
    display: inline-block;
    float: right;
    width: 90%;
  }
}
.borderTable td, .borderTable th {
  border: 1px solid black;
  padding-top: 0;
  padding-bottom: 0;
}
.borderTable th {
  background-color: #BC9B69;
  color: white;
}
hr {
  border: 4px solid lightgray;
}
.col-pdf {
  width: 170px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.pdfWrapper {
  height: 200px;
  padding-top: 20px;
  background-color: #BC9B69;
}
.pdfWrapper p {
  color: white;
  background: #135c46;
  margin-top: 20px;
  padding: 20px 0;
}
.isPageContent img:not(.isLogoImage):not(.hasNoBorder) {
  border: 1px solid lightgray;
}
.isSubPage.isPhotoGallery .isPageContent img, .isSubPage.isCoverage .isPageContent img, .isSubPage.isNews .isPageContent img, #fin-captcha2 .isPageContent img {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none;
}
.gbs3 img {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none !important;
}
.Block.isSubPageBanner {
  height: 300px;
  background-image: url('../../../../images/banners/bannerImage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.Block.isSubPageBanner p {
  margin: 0;
}
@media (min-width: 768px) {
  .Block.isSubPageBanner {
    position: center;
  }
}
.isSubPage.isCorporate .Block.isSubPageBanner {
  background-image: url('../../../../images/banners/corporateBanner.jpg');
}
.isSubPage.isInvestor .Block.isSubPageBanner {
  background-image: url('../../../../images/banners/investorBanner.jpg');
}
.isSubPage.isNews .Block.isSubPageBanner {
  background-image: url('../../../../images/banners/newsBanner.jpg');
}
.isSubPage.isContact .Block.isSubPageBanner {
  background-image: url('../../../../images/banners/contactBanner.jpg');
}
.Block.isProjectMenu > .g-content {
  margin: 0;
  padding: 0;
}
.Block.isProjectMenu ul {
  margin: 0;
  z-index: 1;
  background-color: #BC9B69;
  text-align: center;
  text-transform: uppercase;
}
.Block.isProjectMenu ul li {
  line-height: 30px;
}
.Block.isProjectMenu ul li.active a {
  color: white;
}
@media (min-width: 1024px) {
  .Block.isProjectMenu ul li.active a {
    letter-spacing: 2px;
  }
}
.Block.isProjectMenu ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.Block.isProjectMenu ul a:hover {
  color: white;
}
@media (min-width: 1024px) {
  .Block.isProjectMenu ul a:hover {
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .Block.isProjectMenu ul.isProjectMenu.fixed-position {
    position: fixed;
    top: 60px;
    width: 100%;
  }
}
.Block.isProjectMenu ul.third-level-menu {
  background-color: white;
}
.Block.isProjectMenu ul.third-level-menu.fixed-position {
  position: fixed;
  top: 90px;
  width: 75rem;
}
.Block.isProjectMenu ul.third-level-menu li {
  width: 100%;
}
.Block.isProjectMenu ul.third-level-menu li a {
  color: rgba(215, 39, 45, 0.7);
  text-align: center;
}
.Block.isProjectMenu ul.third-level-menu li a:hover {
  color: #d7272d !important;
}
.Block.isProjectMenu ul.third-level-menu li.active a {
  color: #d7272d;
}
@media (min-width: 768px) {
  .Block.isProjectMenu ul {
    height: 30px;
  }
  .Block.isProjectMenu ul li {
    float: left;
    width: 25%;
  }
  .Block.isProjectMenu ul a {
    font-size: 0.8em;
  }
}
.isSubPage:not(.isNews) .bt-social-share {
  display: none !important;
}
.bt-social-share-above {
  display: block;
  width: 70px;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.bt-social-share-above.active {
  height: 50px;
  padding: 3px 0px 2px 4px;
}
.share-icon {
  color: black;
}
.pull-right ul li {
  width: 25%;
}
.list-date {
  width: 120px;
}
@media (min-width: 1024px) {
  .Block.isSidebarA > .g-content.fixed-position {
    position: fixed;
    width: 16%;
    top: 72px;
  }
}
.mod-menu.isProjects {
  display: flex;
  flex-direction: column;
}
.btn {
  border-radius: 5px;
  padding: 0;
}
.btn:hover {
  font-weight: normal !important;
}
.btn.left span.slan-right {
  left: 0;
  border-left: 10px solid #BC9B69;
}
.btn:hover span.slan-right {
  left: 10px;
}
.btn span.slan-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  box-shadow: -10px 0 0 0 #BC9B69, -10px 3px 0 0 #005f5f;
  -webkit-box-shadow: -10px 0 0 0 #BC9B69, -10px 3px 0 0 #005f5f;
  -moz-box-shadow: -10px 0 0 0 #BC9B69, -10px 3px 0 0 #005f5f;
  -ms-box-shadow: -10px 0 0 0 #BC9B69, -10px 3px 0 0 #005f5f;
  -o-box-shadow: -10px 0 0 0 #BC9B69, -10px 3px 0 0 #005f5f;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.btn span.left {
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn span.right {
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn span.fa, .btn span.title {
  display: block;
  line-height: 50px;
  padding: 0 25px;
  position: relative;
  font-size: 1.5em;
}
.btn span.fa {
  background-color: #BC9B69;
  box-shadow: 0 3px 0 0 #005f5f;
}
.btn span.title {
  background-color: #00cdae;
  box-shadow: 0 3px 0 0 #00ae94;
}
h2[itemprop*="name"] {
  font-size: 1.5em;
}
.article-info-term {
  display: none !important;
}
.article-info {
  position: absolute;
  right: 0;
}
#gcaptcha_1 {
  width: 150px;
}
.stock-header-label label {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .chronoform-container {
    float: left;
    width: 50%;
  }
}
#fin-address2 {
  padding-left: 160px;
}
.g-title {
  color: #BC9B69;
}
h2[itemprop="headline"], h2 > .subheading-category, .category-list .content-category > h2:first-child, h2.chronoformTitle {
  color: #BC9B69 !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#fin-custom {
  width: 100% !important;
}
#sec-filings table th {
  background-color: #efcc13;
  color: white;
}
.blog > .items-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.isTeam .blog .item > .page-header h2 {
  margin-bottom: 0;
}
.isTeam .blog .item > p:nth-child(2) {
  margin-top: 0;
}
.niceTitle {
  text-transform: uppercase;
  font-weight: bold;
}
.niceTitle i {
  color: #BC9B69;
  font-size: 1.2em;
}
.stock-change-sign-positive {
  color: green;
}
.stock-change-sign-negative {
  color: red;
}
.commodity-table td, .commodity-table th, .commodity-table tr {
  padding: 0;
  border-bottom: 1px solid rgba(188, 155, 106, 0.3);
}
.commodity-table label {
  margin: 0;
}
.commodity-table .commodity-header-label {
  font-weight: normal;
}
.commodity-table .commodity-data-entry {
  text-align: right;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
table p {
  margin: 0;
}
.accordion-tab:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion-tab:hover {
  cursor: pointer;
}
.accordion-tab.inactive:before {
  content: "";
}
.accordion-tab.active:before {
  content: "";
}
.accordionContainer {
  overflow: hidden;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.accordionContainer.inactive {
  max-height: 0;
  opacity: 0;
}
.accordionContainer.active {
  opacity: 1;
  max-height: 7500px;
}
td {
  border: 1px solid black;
}
td.list-date {
  border: none;
  border-right: 1px solid black;
}
.text-before-container {
  text-align: left;
  font-weight: bold;
}
table.hasNoBorder {
  border: none;
}
table.hasNoBorder td, table.hasNoBorder th, table.hasNoBorder tr {
  border: none;
}
.chronoforms .ui[class*="two column"].grid > .column:not(.row), .chronoforms .ui[class*="two column"].grid > .row > .column {
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 768px) {
  .chronoforms .ui[class*="two column"].grid > .column:not(.row), .chronoforms .ui[class*="two column"].grid > .row > .column {
    width: 50%;
  }
}
.chronoforms button {
  margin-top: 25px !important;
  background-color: #BC9B69 !important;
}
.semanticui-body h2 {
  margin: 0.75rem 0 1.5rem 0 !important;
  font-weight: bold !important;
  font-size: 1.9rem !important;
  font-family: "Montserrat" !important;
}
.ui.message {
  margin-top: 25px !important;
}
.chronoforms6_credits {
  display: none !important;
}
.moduletable.isSiteMap img {
  display: none;
}
.moduletable.isSiteMap .nav.menu > li > a {
  font-weight: bold;
  font-size: 1.2em;
}
#b5 {
  color: white !important;
}
.stockquote-table td, .stockquote-table th, .stockquote-table tr {
  padding: 0;
}
.stockquote-table label {
  margin: 0;
}
body {
  font-size: 0.9em;
}
p {
  font-family: "Roboto";
}
#g-mobilemenu-container .homeMenuItem img {
  display: none;
}
@media (min-width: 768px) {
  #g-header {
    height: 100vh;
    width: 200px;
    position: fixed;
    left: 0;
    background: transparent;
  }
  .Block.isMenu .g-toplevel {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100vh;
    width: 200px;
  }
  .Block.isMenu .g-toplevel > li {
    width: 100%;
    height: 12.5%;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: bold;
  }
  .Block.isMenu .g-toplevel > li:not(.homeMenuItem) > a {
    width: 100%;
    position: absolute;
    letter-spacing: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .Block.isMenu .g-toplevel > li.homeMenuItem > a {
    position: relative;
    height: 100%;
    background: #fff;
  }
  .Block.isMenu .g-toplevel > li.homeMenuItem img {
    width: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .Block.isMenu .g-toplevel > li.homeMenuItem.scrolled img {
    width: 170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #g-page-surround {
    height: 100vh;
    padding-left: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: auto;
  }
  #g-showcase, #g-main, #g-subfeature, #g-footer {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .homeMenuItem .g-menu-item-title {
    display: none;
  }
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
  left: 100%;
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active {
  top: 0;
}
.Block.isMenu .g-menu-item-118 .g-dropdown {
  top: 0px;
}
.Block.isMenu .g-dropdown {
  /*border-top: 1px dotted $maincolor;*/
}
#g-navigation {
  background-image: url('../../../../images/backgroundEdit.jpg');
  background-image: url('../../../../images/banners/Goldquest-banner-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.headerBar .headerColumn {
  height: 38px;
}
.headerBar .headerColumn:nth-of-type(2) {
  height: 0;
}
.headerBar .headerColumn p {
  margin: 0;
}
@media (min-width: 768px) {
  .headerBar .headerColumn {
    float: right;
    padding: 0 10px;
  }
}
.subscribeContainer {
  margin: 0 0 0 auto;
  height: 38px;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  width: 150px;
  background: #bc9b6a;
  padding: 7px;
}
@media (min-width: 768px) {
  .subscribeContainer {
    margin: 0;
  }
}
.subscribeContainer a {
  color: white !important;
  color: black !important;
  font-size: 0.8em;
}
.socialIcons {
  padding-top: 10px !important;
  margin-top: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .socialIcons {
    margin-top: 0;
    text-align: unset;
  }
}
.socialIcons a {
  color: black !important;
  padding: 5px;
}
@media (min-width: 768px) {
  .socialIcons a {
    color: black !important;
  }
}
.stockSymbol {
  padding-top: 12px !important;
  color: black;
  text-align: right;
  font-weight: bold;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .stockSymbol {
    text-align: unset;
    color: black;
  }
}
.Block.isHeaderText {
  text-transform: uppercase;
  text-align: right;
  margin: 4rem 0;
  max-width: 55%;
  margin-left: auto;
}
.Block.isHeaderText h1 {
  color: white;
  color: #6CA639;
  letter-spacing: 2px;
  font-size: 1.5em;
}
.Block.isHeaderText h1 span {
  letter-spacing: 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .Block.isHeaderText {
    margin-top: 100px;
  }
  .Block.isHeaderText h1 {
    font-size: 2.25rem;
    letter-spacing: 0.6rem;
  }
  .Block.isHeaderText h1 span {
    font-size: 1.5em;
  }
}
.moduletable.isTranslate .switcher {
  margin: 8px auto;
}
.moduletable.isTranslate .switcher a {
  color: black !important;
  text-transform: uppercase;
  /*weight: bold;*/
}
.moduletable.isTranslate .switcher a:hover {
  color: black !important;
}
@media (min-width: 768px) {
  .moduletable.isTranslate .switcher {
    margin: 8px 0;
  }
}
#g-showcase {
  background: black;
}
@media (min-width: 768px) {
  #g-showcase {
    background: transparent;
  }
}
#g-showcase a {
  color: white;
}
.Block.isHomeButtons {
  margin-top: 30px;
  margin-bottom: 30px;
}
.buttonContainer {
  clear: both;
}
.buttonContainer > .buttonItem {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 950px) and (max-width: 1430px) {
  .buttonContainer > .buttonItem {
    width: 33.3333333333%;
    margin-top: 10px;
  }
  .buttonContainer > .buttonItem:nth-child(4), .buttonContainer > .buttonItem:nth-child(5) {
    position: relative;
    left: 50%;
    transform: translate(-100%, 0);
  }
}
@media only screen and (min-width: 1431px) {
  .buttonContainer > .buttonItem {
    width: 20%;
    margin-top: 0;
  }
}
.buttonContainer > .buttonItem img, .buttonContainer > .buttonItem span {
  display: inline-block;
  vertical-align: top;
}
.buttonContainer > .buttonItem a {
  display: inline-block;
  color: white !important;
}
.buttonContainer > .buttonItem img {
  padding-top: 5px;
}
.buttonContainer > .buttonItem span {
  padding-left: 8px;
  text-align: left;
}
.buttonContainer > .buttonItem .buttonFrame {
  width: 230px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(188, 155, 106, 0.7);
  border-radius: 12px;
  border-bottom-width: 10px;
  padding: 10px 10px;
  font-size: 0.9em;
}
#g-feature {
  background: #fff;
  color: black;
}
.category-module.isNews {
  list-style-type: none;
  margin: 0;
}
.category-module.isNews .mod-articles-category-date {
  display: block;
  color: black;
  font-weight: bold;
}
.category-module.isNews a {
  color: black !important;
}
.category-module.isNews .mod-articles-category-readmore {
  margin-top: 0;
}
.category-module.isNews .readmore-link {
  color: #bc9b6a !important;
  text-transform: uppercase;
}
.category-module.isNews .readmore-link:hover {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .Block.isWelcome {
    padding: 0 30px;
    position: relative;
  }
  .Block.isWelcome:after, .Block.isWelcome:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 2px;
    height: 70%;
    background: linear-gradient(to bottom, transparent, #ccbfb0, transparent);
  }
  .Block.isWelcome:after {
    right: 10px;
  }
  .Block.isWelcome:before {
    left: 10px;
  }
}
.Block.isStockQuote .Module.isResourceIndex > .stockContainer:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
}
.Block.isStockQuote .Module.isResourceIndexc > .stockContainer:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
}
.Block.isStockQuote .Module.isStockQuote td, .Block.isStockQuote .Module.isStockQuote th, .Block.isStockQuote .Module.isStockQuote tr {
  padding: 0;
  border-bottom: 1px solid rgba(188, 155, 106, 0.3);
}
.Block.isStockQuote .Module.isStockQuote label {
  margin: 0;
  font-weight: normal;
}
.Block.isStockQuote .Module.isStockQuote .text-before-container {
  text-align: left;
  font-weight: bold;
}
.Block.isStockQuote .stockquote-table tbody > tr:first-child, .Block.isStockQuote .stockquote-table tbody > tr > td, .Block.isStockQuote .stockquote-table tbody > tr > th, .Block.isStockQuote .commodity-table tbody > tr:first-child, .Block.isStockQuote .commodity-table tbody > tr > td, .Block.isStockQuote .commodity-table tbody > tr > th {
  border-bottom: none !important;
}
#stockquote-135 tbody > tr:first-child, #stockquote-135 tbody > tr > td, #stockquote-135 tbody > tr > th {
  border-bottom: none !important;
}
#g-footer {
  color: white;
}
#g-footer a {
  color: white;
  font-weight: bold;
}
@media (min-width: 768px) {
  .Block.isHeading {
    margin-top: 40px;
  }
}
.headingContainer {
  text-align: right;
  margin: 4rem 0;
}
.headingContainer h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: white;
  color: #6CA639;
  text-transform: uppercase;
  letter-spacing: 5px;
  letter-spacing: 0.6rem;
  max-width: 50%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .headingContainer h1 {
    font-size: 3.5em;
  }
}
.Module.isBreadcrumbs ul {
  padding-left: 5px;
  background: black;
  color: white;
  font-weight: bold;
}
.Module.isBreadcrumbs ul a {
  color: white;
}
.nav.isSecondLevelMenu {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.nav.isSecondLevelMenu > li {
  width: 100%;
  border: 1px solid #BC9B69;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav.isSecondLevelMenu > li {
    width: 360px;
  }
}
.nav.isSecondLevelMenu > li > a {
  padding: 20px 40px;
}
.nav.isSecondLevelMenu > li.active {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.5);
}
.nav.isSecondLevelMenu > li.active > a {
  color: #BC9B69 !important;
}
.nav.isSecondLevelMenu > li:hover {
  border: 1px solid rgba(188, 155, 106, 0.8);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.5);
}
.nav.isSecondLevelMenu > li:hover > a {
  color: #BC9B69 !important;
}
.Block.isThirdLevelMenu {
  margin-right: 25px;
  border-bottom: 1px solid rgba(150, 145, 142, 0.5);
  margin-bottom: 25px;
}
.nav.isThirdLevelMenu {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.nav.isThirdLevelMenu li.active a {
  color: black;
}
.nav.isThirdLevelMenu li.active a:before, .nav.isThirdLevelMenu li.active a:after {
  opacity: 1;
}
.nav.isThirdLevelMenu a {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.nav.isThirdLevelMenu a:before, .nav.isThirdLevelMenu a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.nav.isThirdLevelMenu a:before {
  content: "";
  margin-right: 10px;
}
.nav.isThirdLevelMenu a:after {
  content: "";
  margin-left: 10px;
}
.nav.isThirdLevelMenu a:hover:before, .nav.isThirdLevelMenu a:hover:after {
  opacity: 1;
}
#g-main {
  color: black;
  background-color: #fff;
  padding-bottom: 30px !important;
  margin-top: 30px !important;
}
.jg_subcatelem_cat, .jg_subcatelem_cat_r {
  width: 100%;
}
@media (min-width: 768px) {
  .jg_subcatelem_cat, .jg_subcatelem_cat_r {
    width: 33.3333333333%;
  }
}
.jg_element_cat {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .jg_element_cat {
    width: 33.3333333333%;
  }
}
.jg_catelem_photo {
  float: none;
}
.jg_catelem_txt ul li {
  text-align: center;
}
.pagination {
  text-align: center;
}
.Block.isPageContent {
  padding-right: 25px;
}
.Block.isSidebar .g-title {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 1.9rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1470px) {
  .Block.isSidebar .g-title {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.menu.isProjects li.parent > a {
  color: black;
  font-weight: bold;
}
.category-module.isLatestNews {
  margin: 0;
  list-style-type: none;
}
.category-module.isLatestNews .mod-articles-category-date {
  display: block;
}
.moduletable.isPhotoGallery .joomimg131_main {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
}
.moduletable.isPhotoGallery .joomimg_row {
  width: 100%;
}
@media (min-width: 768px) {
  .moduletable.isPhotoGallery .joomimg_row {
    width: 33.3333333333%;
  }
}
.isSubPage.isFinancials .isPageContent table {
  border: none;
}
.isSubPage.isFinancials .isPageContent table td, .isSubPage.isFinancials .isPageContent table th, .isSubPage.isFinancials .isPageContent table tr {
  border: none;
}
.list-title a {
  font-weight: bold;
}
.c-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  z-index: 999;
  border-top: 3px solid rgba(0, 163, 224, 0.8);
}
.c-cookie-banner p {
  color: white !important;
}
.c-cookie-banner a {
  color: rgba(0, 163, 224, 0.8);
}
.c-cookie-banner a.c-cookie-btn--accept {
  background-color: rgba(0, 163, 224, 0.8);
  color: white;
  width: 155px;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 20px;
  border-radius: 15px;
}
.c-cookie-banner a.c-cookie-btn--accept:hover {
  background: white;
  color: white;
}
.dropdown-menu {
  position: relative;
  top: 100%;
  display: flex !important;
  left: 0;
  z-index: 1000;
  min-width: 210px;
  padding: 5px 0;
  margin: 2px 0px 0 16px;
}
.pull-right ul li {
  width: 50%;
}
.dropdown-menu li:before {
  display: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-color: white;
  color: black;
}
.stock-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.stock-buttons > div {
  color: var(--black, #000);
  border: solid var(--black, #000) 1px;
  border-radius: 0.2em;
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  cursor: pointer;
  line-height: 1em;
}
.stockquote-chart table, .stockquote-chart th, .stockquote-chart tr, .stockquote-chart td {
  border: none;
  background: transparent;
}
.btn-group .button {
  border: none;
  color: white;
  padding: 10px 19px;
}
.item-page .icons .btn-group.pull-right {
  position: relative;
}
.item-page .icons .btn-group.pull-right .dropdown-menu {
  background: #bc9c6b;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -26px;
  width: 76px;
  min-width: 76px;
}
.item-page .icons .btn-group.pull-right .dropdown-menu li {
  width: 23px;
}
.item-page .icons .btn-group.pull-right .dropdown-menu li a {
  color: #bc9c6b;
}
.item-page .icons .btn-group.pull-right .dropdown-menu li a span {
  color: black;
}
.item-page .icons .btn-group.pull-right .dropdown-menu > li > a:hover, .item-page .icons .btn-group.pull-right .dropdown-menu > li > a:focus, .item-page .icons .btn-group.pull-right .dropdown-submenu:hover > a, .item-page .icons .btn-group.pull-right .dropdown-submenu:focus > a {
  background-image: none;
  background-color: transparent;
}
.isHomePage .isNews .custom ul.category-module li {
  list-style: none;
  display: flex;
  flex-flow: column wrap;
}
.isHomePage .isNews .custom ul.category-module li span.mod-articles-category-date {
  font-weight: bold;
}
.isHomePage .isNews .custom ul.category-module li a.mod-articles-category-title {
  color: black;
}
.isHomePage .isNews .custom ul.category-module li p.mod-articles-category-readmore {
  margin-top: 0;
}
.isHomePage .isNews .custom ul.category-module li a.readmore-link {
  color: #BC9B69;
  text-transform: uppercase;
}
.fa.fa-bar-chart {
  font: unset !important;
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}
.mod-newstockfq h3 {
  font-size: 0.9em;
  padding-left: 0.5rem;
}
.mod-newstockfq td {
  border: none;
}
.mod-newstockfq .negativePercentChange {
  color: red;
}
.mod-newstockfq .positivePercentChange {
  color: green;
}
.item-page .page-header h1 {
  color: #bc9b6a !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-item.deeper.parent > a {
  color: black;
  font-weight: bold;
}
.sandmanFormContainer .sandmanFormFormName {
  display: none;
}
.sandmanFormContainer .sandmanFormInputWrap {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.sandmanFormContainer .sandmanFormInputWrap .sandmanFormSingleInput {
  flex: 1 0 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .sandmanFormContainer .sandmanFormInputWrap .sandmanFormSingleInput {
    flex: 1 0 48%;
  }
}
.sandmanFormContainer .sandmanFormInputWrap .sandmanFormSingleInput select {
  font-size: 16px;
  border: none;
  padding: 0.25rem;
  border-radius: 0.1875rem;
}
.sandmanFormContainer .sandmanFormInputWrap .sandmanFormSingleInput:has(input[name*="_optIn"]) {
  flex-flow: row wrap;
  align-items: baseline;
}
.sandmanFormContainer .sandmanFormInputWrap div[id^="captcha_"] {
  width: 100%;
}
.sandmanFormContainer .sandmanFormInputWrap .formSumbitBtnWrap button {
  background-color: #bc9b6a !important;
  color: white;
  padding: 1rem;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  border-radius: 4.00000006px;
}
.drillCorePage #phocagallery .pg-category-box:not(:has(.pg-category-box-image a img[src^="/images/phocagallery/Romero"])) {
  display: none;
}
.drillCorePage #phocagallery .pg-top-icons {
  display: none;
}
.category-list .com-content__filter button.btn {
  display: none;
}
.category-list table.com-content-category__table {
  margin-top: 1rem;
  border: none;
}
.category-list table.com-content-category__table tbody tr:nth-of-type(odd) {
  background: white;
}
.category-list table.com-content-category__table tbody th, .category-list table.com-content-category__table tbody td {
  border: 1px solid lightgray;
  border-bottom: none;
}
.category-list table.com-content-category__table tbody th:last-of-type, .category-list table.com-content-category__table tbody td:last-of-type {
  border-bottom: 1px solid lightgray;
}
.isCorporate .com-content-category-blog.blog > h1 {
  color: #bc9b6a;
}
#g-footer .links-wrapper {
  margin-bottom: 0;
}
#g-footer .socialIcons a i {
  color: #fff;
}
/*  //2025sep*/
body #g-navigation > .g-container > .g-grid:has(.isSubscribe), body #g-navigation > .g-container > .g-grid:first-child {
  min-height: 100px;
  padding: 0 2%;
  width: unset;
  margin: unset;
}
body #g-header .g-main-nav > ul.g-toplevel > li.g-menu-item.homeMenuItem {
  height: 100px;
}
/*remove this when it's live*/
.home2025 #g-navigation {
  background-color: #fff;
  background-image: unset;
}
/*remove above when it's live -----*/
body.home2025 #g-navigation .g-container {
  padding-left: 5rem;
}
body.home2025 #g-navigation .g-container > .g-grid {
  background-color: #f5f5f4;
  padding: 0.5rem 2%;
}
body.home2025 #g-navigation .g-block {
  margin: auto;
}
.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-container .stock-container .fa-line-chart {
  color: #BC9B69;
}
@media (min-width: 768px) {
  .header-container .stock-container .fa-line-chart {
    font-size: 1.2rem;
  }
}
.header-container .stock-container table tr:not(:last-child) td:first-child {
  display: none;
}
.header-container .stock-container table {
  border: none;
}
.header-container .stock-container table td, .header-container .stock-container h3 {
  color: #BC9B69;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header-container .stock-container table td, .header-container .stock-container h3 {
    font-size: 1.2rem;
  }
}
.header-container .stock-container table tr:not(:last-child) td {
  font-weight: bold;
}
.header-container .stock-container h3 {
  width: 100%;
  text-align: left;
}
.header-container .stock-container table tr:last-child td {
  min-width: 110px;
  text-align: left;
}
.header-container .stock-container, .header-container .mod-newstockfq, .header-container table tbody {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-container .social-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-container .social-container img[alt*="social"] {
  max-width: 342px;
}
@media only screen and (max-width: 1200px) {
  .header-container .mod-newstockfq {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .header-container {
    flex-direction: column;
    gap: 0.6rem;
  }
  .header-container .social-container {
    align-self: flex-end;
  }
  .header-container .social-container img[alt*="social"] {
    max-width: 36px;
  }
}
@media only screen and (max-width: 500px) {
  .header-container table tbody {
    flex-direction: column;
    align-items: start;
  }
}
#g-showcase {
  padding: 0;
}
#g-showcase .g-content {
  padding: 0;
  margin: 0;
}
.c-banner-container {
  padding: 0 3%;
  height: 417px;
}
.c-banner-container .c-banner-text h1 {
  text-align: right;
  font-size: 2.5em;
  font-weight: bold;
  color: #6CA639 !important;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-banner-container .c-banner-text h1 {
    font-size: 3.5em;
  }
}
.c-banner-container .c-banner-text .cta {
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.6);
  background: #BC9B69;
  display: block;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  margin-left: auto;
  font-size: 1em;
}
@media (min-width: 768px) {
  .c-banner-container .c-banner-text .cta {
    font-size: 1.5em;
  }
}
/*# sourceMappingURL=custom_14.css.map */