/* 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 #065c8e;
}
.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 #065c8e;
}
.stockquote-module-sandman .stockquote-table td {
  text-align: right;
}
.stockquote-module-sandman .text-after {
  font-size: 0.7em;
}
.stockquote-module-sandman .stock-header-label label {
  font-weight: bold;
}
.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: #6dcb19;
}
a {
  color: #065c8e;
}
a:hover {
  color: #6dcb19;
}
.page-header h2 {
  font-size: 1.5em;
}
.layout-blog .page-header h2 {
  color: #065c8e;
}
.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%;
}
.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: #065c8e;
  font-weight: bold;
  letter-spacing: 2px;
}
.Module.isBreadcrumbs li.active span {
  color: #065c8e;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.custom-filter {
  height: 22px;
}
.custom-filter:focus {
  box-shadow: 1px 1px 6px #065c8e, -1px -1px 6px #065c8e !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: #065c8e;
}
.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 #065c8e;
}
.button:hover {
  background-color: #065c8e;
  color: white;
}
.mailto-header {
  border-bottom: 1px solid #065c8e;
  padding-bottom: 30px;
}
.block-sidebar {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .Module.isStockQuote.isNice {
    width: 100%;
  }
}
.Module.isStockQuote.isNice .g-title {
  background-color: #065c8e;
  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 tr {
  border-bottom: 1px solid #065c8e;
}
#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 #065c8e, -1px -1px 6px #065c8e;
  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: #065c8e;
  font-weight: bold;
}
.search-results > .result-created:not(:last-child) {
  border-bottom: 1px dotted #065c8e;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
.badge-info {
  background-color: #065c8e;
}
.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: #065c8e;
  -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;
}
.Module.isSidebarMenu.isNice .g-title {
  background-color: #065c8e;
  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: #065c8e;
  font-weight: bold;
  text-decoration: none;
}
.Module.isSidebarMenu.isNice ul > li:hover > a {
  color: #065c8e;
}
.Module.isSidebarMenu.isNice ul.nav > li.active > a {
  color: #065c8e;
  font-weight: bold;
}
.Module.isSidebarMenu.isNice ul.nav > li > a {
  border-bottom: 1px dotted #065c8e;
  display: block;
}
.Module.isSidebarMenu.isNice ul.nav-child > li {
  border-bottom: 1px dotted #065c8e;
}
.nav {
  flex-direction: column;
}
label {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 4px;
}
.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 #065c8e, -1px -1px 1px #065c8e;
  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: #065c8e;
  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-navigation .g-main-nav {
  margin: 0;
}
#g-navigation .g-main-nav .g-dropdown .g-sublevel > li:not(:last-child) {
  border-bottom: 1px solid white;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: white;
  padding: 1.5rem 0;
}
.Block.isMenu .g-menu-parent-indicator {
  display: none !important;
}
.Block.isMenu .g-toplevel > li {
  font-weight: bold;
  width: 20%;
}
.Block.isMenu .longMenuItem .g-dropdown {
  width: 240px !important;
}
@media only screen and (min-width: 1661px) {
  .Block.isMenu .longMenuItem .g-dropdown {
    width: 100% !important;
  }
}
#g-navigation .g-main-nav .g-dropdown {
  background: rgba(6, 92, 142, 0.9);
  width: 100%;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: white;
  font-size: 0.8em;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container > .g-menu-item-content::after {
  width: 100%;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e6e6e6;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #065c8e;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container > .g-menu-item-content::after {
  width: 100%;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #065c8e;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #065c8e;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container > .g-menu-item-content::after {
  width: 100%;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #065c8e;
}
.g-offcanvas-toggle {
  color: #065c8e;
}
#g-offcanvas {
  background-color: #065c8e;
}
#g-offcanvas #g-mobilemenu-container ul {
  background-color: #065c8e;
}
#g-offcanvas a:hover .g-menu-item-title {
  color: #065c8e !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: #065c8e;
  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 #065c8e;
  color: #065c8e;
}
#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: #065c8e;
}
.Block.isSearch > .g-content {
  margin: 0;
  padding: 0;
  height: 100%;
  background: grey;
  display: inline-block;
}
.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%;
  display: inline-block;
}
.Block.isSearch > .g-content label {
  display: none;
}
.Block.isSearch > .g-content div, .Block.isSearch > .g-content form, .Block.isSearch > .g-content input {
  height: 100%;
  display: inline-block;
  color: black;
}
.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 {
  height: 50px;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #d6d6d6 url('../../../../images/search-icon.png') 95% 50% no-repeat;
  color: white;
  height: 100%;
  padding: 0 4px;
}
.Block.isSearch > .g-content #roksearch_search_str::-webkit-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str::-moz-placeholder {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  text-weight: bold;
}
.Block.isSearch > .g-content #roksearch_search_str:-moz-placeholder {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str:-ms-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.Block.isSearch > .g-content #roksearch_search_str::-ms-input-placeholder {
  font-size: 1em;
  font-weight: bold;
  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: #065c8e;
  border: 1px solid #065c8e;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
}
.niceButton:hover {
  background-color: white !important;
  color: #065c8e !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%;
    margin-left: 1%;
  }
}
.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: #065c8e;
  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: #6dcb19;
  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: #065c8e;
  padding: 0 20px;
}
.niceDownload .niceButton:hover {
  background-color: white;
  color: #065c8e !important;
}
@media (min-width: 1024px) {
  .smallImage {
    width: 60%;
  }
}
.Block.hasCircleIcons .fa {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  color: #065c8e;
  border: 1px solid #065c8e;
  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) {
  .isLatestNews .category-module {
    width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .isLatestNews .category-module {
    width: 370px;
    margin: 0 auto;
  }
}
.isLatestNews .category-module > li {
  clear: both;
  padding: 20px 0;
}
.isLatestNews .category-module > li:first-child {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .isLatestNews .category-module > li:not(:last-child) {
    padding-bottom: 100px;
  }
}
.isLatestNews .category-module > li .Column {
  height: 80px;
  float: left;
}
.isLatestNews .category-module > li .Column.isDateColumn {
  width: 70px;
  color: #065c8e;
}
.isLatestNews .category-module > li .Column.isDateColumn .isDay {
  height: 40px;
  position: relative;
  background-color: #0368a3;
  color: white;
  font-size: 2em;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.isLatestNews .category-module > 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%);
}
.isLatestNews .category-module > li .Column.isDateColumn .isMonth {
  height: 30px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #6dcb19;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.isLatestNews .category-module > li .Column.isDateColumn .isMonth > .isWrapper {
  padding-top: 4px;
}
.isLatestNews .category-module > li .Column.isTitleColumn {
  width: 230px;
  position: relative;
  padding-left: 5px;
  font-size: 0.8em;
}
@media only screen (min-width: 768px) and (max-width: 1023px) {
  .isLatestNews .category-module > li .Column.isTitleColumn {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .isLatestNews .category-module > li .Column.isTitleColumn {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .isLatestNews .category-module > li .Column.isTitleColumn {
    padding-left: 20px;
    font-size: 1em;
    width: 370px;
  }
}
@media only screen and (min-width: 1600px) {
  .isLatestNews .category-module > li .Column.isTitleColumn {
    width: 420px;
  }
}
.isLatestNews .category-module > li .Column.isTitleColumn > a {
  color: #222 !important;
  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;
}
.isLatestNews .category-module > li .Column.isTitleColumn > a:hover {
  color: #6dcb19 !important;
  font-weight: normal !important;
}
.isLatestNews .category-module > li .Column.isTitleColumn .niceLink {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .isLatestNews .category-module > li .Column.isTitleColumn {
    width: 300px;
    font-size: 1em;
  }
}
.isLatestNews .category-module > li p {
  margin: 0;
}
.isLatestNews .category-module > li p > .mod-articles-category-title {
  font-weight: bold;
}
.isMainColor {
  color: #065c8e;
}
.isSubColor {
  color: #6dcb19;
}
.hasNoMargin {
  margin: 0;
}
.g-flushed:not(#g-showcase) > .g-container > .g-grid {
  width: 97%;
  margin: 0 auto;
}
.resultTable td, .resultTable th, .resultTable tr {
  padding: 0;
}
.resultTable p {
  margin: 0;
}
.shareWrapper {
  padding: 20px;
  border: 1px solid #065c8e;
}
.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: 300px;
    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 {
  color: white;
  font-weight: bold;
}
.Block.isHeaderStockQuote .stockquote-table tr {
  float: left;
  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: #065c8e;
}
@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 #065c8e;
  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: #065c8e;
  color: white;
}
body.fixed {
  margin-top: 62.38px;
}
#g-navigation {
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}
@media (min-width: 1024px) {
  #g-navigation.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid lightgray;
    z-index: 9999;
  }
}
hr {
  border: 4px solid lightgray;
}
.col-pdf {
  width: 170px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.pdfWrapper {
  height: 200px;
  padding-top: 20px;
  background-color: #065c8e;
}
.pdfWrapper p {
  color: white;
  background: #135c46;
  margin-top: 20px;
  padding: 20px 0;
}
.isPageContent {
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 1101px) {
  .isPageContent {
    flex: 0 76%;
  }
}
.isPageContent img:not(.isLogoImage):not(.hasNoBorder) {
  border: 1px solid lightgray;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.2);
}
.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');
}
.Block.isProjectMenu > .g-content {
  margin: 0;
  padding: 0;
}
.Block.isProjectMenu ul {
  margin: 0;
  z-index: 1;
  background-color: #065c8e;
  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;
  }
}
.btn {
  border-radius: 5px;
  padding: 0;
}
.btn:hover {
  font-weight: normal !important;
}
.btn.left span.slan-right {
  left: 0;
  border-left: 10px solid #065c8e;
}
.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 #065c8e, -10px 3px 0 0 #005f5f;
  -webkit-box-shadow: -10px 0 0 0 #065c8e, -10px 3px 0 0 #005f5f;
  -moz-box-shadow: -10px 0 0 0 #065c8e, -10px 3px 0 0 #005f5f;
  -ms-box-shadow: -10px 0 0 0 #065c8e, -10px 3px 0 0 #005f5f;
  -o-box-shadow: -10px 0 0 0 #065c8e, -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: #065c8e;
  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 {
  font-weight: bold;
  color: black;
}
#gcaptcha_1 {
  width: 150px;
}
.mediaTable {
  border: none;
}
.mediaTable tr, .mediaTable th, .mediaTable td {
  border: none;
}
.mediaTable tbody > tr {
  border-top: 1px solid lightgray;
}
.mediaTable tbody > tr > td:first-child {
  min-width: 110px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
#stockquote-121, #stockquote-122 {
  max-width: 500px;
  margin: 0 auto;
}
#stockquote-121 th, #stockquote-122 th {
  text-align: left;
}
#stockquote-121 td, #stockquote-122 td {
  text-align: right;
}
.tab-content {
  text-align: center;
}
.moduletable.isStockQuote.hasNiceLayout .stockquote-info {
  background: #ecf5f7;
  border-top: 2px solid #dbebef;
  border-bottom: 1px solid #dbebef;
  line-height: 64px;
}
@media only screen and (max-width: 767px) {
  .moduletable.isStockQuote.hasNiceLayout .stockquote-info {
    font-size: 0.8em;
  }
}
.moduletable.isStockQuote.hasNiceLayout .stockquote-info span {
  padding-right: 15px;
}
.moduletable.isStockQuote.hasNiceLayout .stockquote-table th, .moduletable.isStockQuote.hasNiceLayout .stockquote-table td {
  width: 25%;
}
.moduletable.isStockQuote.hasNiceLayout .stockquote-table tr {
  border-bottom: 1px solid #dbebef;
}
.moduletable.isStockQuote.hasNiceLayout .symbolHeader, .moduletable.isStockQuote.hasNiceLayout .lastTradeHeader {
  font-size: 1.5em;
  font-weight: bold;
}
.moduletable.isStockQuote.hasNiceLayout sup {
  font-size: 50% !important;
}
.moduletable.isStockQuote.hasNiceLayout .stock-header-label {
  color: #065c8e;
  font-weight: bold;
  text-align: center;
}
.moduletable.isStockQuote.hasNiceLayout .stock-change-sign-negative {
  color: #a33e3e;
}
.moduletable.isStockQuote.hasNiceLayout .stock-change-sign-positive {
  color: green;
}
.moduletable.isStockQuote.hasNiceLayout .percentHeader {
  font-weight: bold;
}
.moduletable.isStockQuote.hasNiceLayout .stock-data-entry {
  font-weight: bold;
  text-align: center;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #222;
  font-weight: bold;
}
.CTable {
  border: thin #000 solid;
  border-collapse: collapse;
  width: 100%;
}
.CTable > tbody > tr:first-child td, .CTable > tbody > tr:first-child th {
  background: #0083C7;
  border: none;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.CTable td {
  border: none;
  text-align: center;
}
.CTable p {
  margin: 0;
}
#g-header {
  background-color: white;
  color: #3f4b57;
}
#g-header a {
  color: #3f4b57;
}
#g-header a:hover {
  color: #065c8e;
}
#g-header > .g-container {
  padding-top: 25px;
}
.Block.isLogo {
  padding: 15px 0;
}
.Block.isLogo img {
  width: 250px;
}
.Block.isSignUp {
  padding: 32px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .Block.isSignUp {
    text-align: right;
  }
}
.Block.isSignUp em {
  color: #065c8e !important;
}
@media (min-width: 768px) {
  .Block.isSignUp .customRow {
    width: 582px;
    float: right;
  }
}
#g-navigation {
  z-index: 10;
  background-color: #065c8e;
}
#g-navigation a {
  color: white;
}
#g-showcase {
  background-color: transparent;
  color: #222;
}
#g-showcase .g-title {
  color: #222;
  text-align: center;
}
.Block.isBanner {
  position: relative;
}
.Block.isBanner.onHomePage {
  height: 400px;
  background-image: url('../../../../images/banners/homeBanner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.Block.isBanner.onHomePage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 75, 113, 0.3);
  z-index: 1;
}
.Block.isBanner.onHomePage .textContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  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.isBanner.onHomePage .textWrapper {
  padding: 5px;
  position: relative;
  border-left: 7px solid white;
  border-right: 7px solid white;
}
@media (min-width: 768px) {
  .Block.isBanner.onHomePage .textWrapper {
    padding: 20px;
  }
}
.Block.isBanner.onHomePage .textWrapper .border {
  position: absolute;
  width: 30px;
  height: 7px;
  background-color: white;
}
.Block.isBanner.onHomePage .textWrapper .border#border1 {
  top: 0;
  left: 0;
}
.Block.isBanner.onHomePage .textWrapper .border#border2 {
  top: 0;
  right: 0;
}
.Block.isBanner.onHomePage .textWrapper .border#border3 {
  bottom: 0;
  left: 0;
}
.Block.isBanner.onHomePage .textWrapper .border#border4 {
  bottom: 0;
  right: 0;
}
.Block.isBanner.onHomePage h1 {
  text-align: center;
  font-size: 1em;
  line-height: 25px;
}
@media (min-width: 768px) {
  .Block.isBanner.onHomePage h1 {
    font-size: 3em;
    line-height: 45px;
  }
}
.Block.isBanner.onHomePage h1 span#span1 {
  font-style: italic;
  font-size: 0.8em;
}
.Block.isBanner.onHomePage h1 span#span2 {
  font-size: 1.1em;
  letter-spacing: 7px;
}
.Block.isBanner.onSubPage p {
  margin: 0;
}
.Block.isBanner.onSubPage img {
  width: 100%;
}
.Block.isOverview {
  display: flex;
  align-items: center;
}
.Module.isOverview {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
}
.Module.isOverview .niceButton {
  padding: 15px 25px;
  width: 170px;
  background-color: #0368a3;
  border-radius: 5px;
}
.Block.isInteractiveMap {
  display: flex;
}
.Block.isInteractiveMap > .g-content {
  margin: 0 auto;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Block.isInteractiveMap > .g-content {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1350px) {
  .Block.isInteractiveMap > .g-content {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Block.isOverview, .Block.isInteractiveMap {
    flex: 0 100%;
  }
}
.interactiveMapContainer {
  position: relative;
  margin: 0 auto;
}
.projectLocation {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1369a5;
  border: 2px solid white;
  width: 4%;
  height: 4%;
  border-radius: 50%;
}
.projectLocation a {
  color: white !important;
}
.projectLocation:hover {
  background-color: #ecad1d;
}
.projectLocation:hover .projectInfo {
  border-color: #ecad1d;
  background-color: #ecad1d;
  background: linear-gradient(to bottom, #ecad1d, #ecad1d);
}
.projectLocation:hover .projectInfo h4 {
  color: white !important;
}
.projectLocation:hover .projectInfo .container:after {
  border-right-color: #ecad1d;
}
.projectLocation:hover > a:after {
  background-color: #ecad1d;
}
.projectLocation.moreCreek {
  top: 26.7%;
  left: 26.5%;
}
.projectLocation.nechakoGold {
  top: 57%;
  left: 48%;
}
.projectLocation.rabbitNorth {
  top: 77.8%;
  left: 64%;
  width: 3.5%;
}
.projectLocation > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media only screen and (max-width: 550px) {
  .projectLocation > a {
    position: relative;
  }
  .projectLocation > a:after {
    position: absolute;
    font-size: 0.5em;
    background-color: #1369a5;
    border: 2px solid white;
    width: 110px;
    padding: 2px;
    right: 160%;
    bottom: 120%;
  }
  .projectLocation.moreCreek > a:after {
    content: "MORE CREEK PROJECT";
    width: 100px;
    right: -105px;
    bottom: 120%;
  }
  .projectLocation.nechakoGold > a:after {
    content: "NECHAKO GOLD PROJECT";
  }
  .projectLocation.rabbitNorth > a:after {
    content: "RABBIT NORTH PROJECT";
  }
}
.projectInfo {
  width: 242px;
  font-size: 0.7em;
  background-color: #1369a5;
  background: linear-gradient(to bottom, #1169a8, #476893);
  border: 2px solid #2f8fcc;
  position: absolute;
  color: white;
  padding: 5px;
  text-align: left;
}
.projectInfo p, .projectInfo h4 {
  margin: 0;
}
.projectInfo h4 {
  color: #00aff0 !important;
  font-size: 1em;
}
.projectInfo.moreCreek {
  right: -350px;
  bottom: -20px;
}
.projectInfo.moreCreek .container:after {
  left: -117px;
  top: 24px;
  border-right: 110px solid #2f8fcc;
}
.projectInfo.nechakoGold {
  right: -308px;
  bottom: -22px;
}
.projectInfo.nechakoGold .container:after {
  left: -75px;
  top: 38px;
  border-right: 68px solid #2f8fcc;
}
.projectInfo.rabbitNorth {
  right: -247px;
  width: 176px;
  bottom: -40px;
}
.projectInfo.rabbitNorth .container:after {
  left: -87px;
  top: 6px;
  border-right: 80px solid #2f8fcc;
}
@media only screen and (max-width: 550px) {
  .projectInfo {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
  .projectInfo h4 {
    font-size: 1.1em;
  }
}
.projectInfo .container {
  position: relative;
}
.projectInfo .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
#g-feature .g-title {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #g-feature .Block {
    width: 100%;
    min-width: 100%;
  }
}
.isHomePage #g-main .g-container > .g-grid {
  width: 100% !important;
}
.Block.isProjects .projectContainer {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.Block.isProjects .projectContainer.project1 {
  background-image: url('../../../../images/projects/project1.jpg');
}
.Block.isProjects .projectContainer.project2 {
  background-image: url('../../../../images/projects/project2.jpg');
}
.Block.isProjects .projectContainer.project3 {
  background-image: url('../../../../images/projects/project3.jpg');
}
.Block.isProjects .projectContainer a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}
.Block.isProjects .projectContainer a:hover p {
  color: white;
}
.Block.isProjects .projectContainer a p {
  color: white;
  text-shadow: 1px 1px 0 black;
}
.Block.isProjects .projectContainer .projectItem {
  padding: 13px;
  position: absolute;
  height: 60px;
  left: 0;
  top: 30px;
  width: 100%;
  background-color: rgba(109, 203, 25, 0.6);
  color: black;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.Block.isProjects .projectContainer .projectItem h3 {
  position: relative;
  display: inline;
}
.Block.isProjects .projectContainer .projectItem h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: black;
  left: 0;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  height: 3px;
  width: 0;
}
.Block.isProjects .projectContainer:hover {
  cursor: pointer;
}
.Block.isProjects .projectContainer:hover .projectItem {
  height: 100%;
  top: 0;
}
.Block.isProjects .projectContainer:hover .projectItem h3:before {
  width: 100%;
}
.Block.isGoogleMap img {
  width: 100%;
}
.Block.isGoogleMap .googleMap {
  position: absolute;
  left: 50%;
  top: 80%;
  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.isGoogleMap .textWrapper {
  padding: 5px;
  position: relative;
  border-left: 3px solid black;
  border-right: 3px solid black;
}
@media (min-width: 768px) {
  .Block.isGoogleMap .textWrapper {
    padding: 5px 20px;
  }
}
.Block.isGoogleMap .textWrapper h1 {
  margin: 0;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Block.isGoogleMap .textWrapper h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .Block.isGoogleMap .textWrapper h1 {
    font-size: 2rem;
  }
}
.Block.isGoogleMap .textWrapper .border {
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: black;
}
.Block.isGoogleMap .textWrapper .border#border1 {
  top: 0;
  left: 0;
}
.Block.isGoogleMap .textWrapper .border#border2 {
  top: 0;
  right: 0;
}
.Block.isGoogleMap .textWrapper .border#border3 {
  bottom: 0;
  left: 0;
}
.Block.isGoogleMap .textWrapper .border#border4 {
  bottom: 0;
  right: 0;
}
.Block.isPresentation {
  height: 300px;
  background-image: url('../../../../images/road.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  position: relative;
  font-size: 0.9em;
}
@media (min-width: 1920px) {
  .Block.isPresentation {
    font-size: 1em;
  }
}
.Block.isPresentation h3, .Block.isPresentation a {
  color: white;
  white-space: nowrap;
}
.Block.isPresentation h3 {
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 1920px) {
  .Block.isPresentation h3 {
    font-size: 1.5rem;
  }
}
.Block.isPresentation p {
  margin-top: 10px;
  margin-bottom: 0;
}
.Block.isPresentation .pdfList {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-align: center;
}
.Block.isPresentation .pdfList .pdfItem {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .Block.isPresentation .pdfList .pdfItem {
    margin-bottom: 0;
  }
}
.Block.isPresentation .pdfList .pdfInfo, .Block.isPresentation .pdfList .pdfIcon {
  text-align: left;
}
.Block.isPresentation .pdfList .pdfInfo {
  width: 220px;
}
@media (min-width: 1920px) {
  .Block.isPresentation .pdfList .pdfInfo {
    padding-left: 10px;
  }
}
.Block.isPresentation .pdfList .pdfInfo a {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.Block.isPresentation .pdfList .pdfInfo a:hover {
  letter-spacing: 2px;
  font-weight: bold;
}
.Block.isPresentation .pdfList .pdfIcon {
  text-shadow: 1px 1px 1px black;
  width: 50px;
}
.Block.isPresentation .pdfList .pdfIcon img {
  width: 80%;
}
@media (min-width: 1920px) {
  .Block.isPresentation .pdfList .pdfIcon img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .Block.isPresentation .pdfList .pdfIcon {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .Block.isPresentation .pdfList .pdfIcon {
    width: auto;
  }
}
#g-footer {
  background-color: #065c8e;
}
#g-footer h1, #g-footer p, #g-footer strong {
  color: white;
}
.Block.isSocialIcons {
  text-align: center;
  font-size: 30px;
}
@media (min-width: 768px) {
  .Block.isSocialIcons {
    text-align: right;
  }
}
.Block.isSocialIcons .fa {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .Block.isContactInfo h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .Block.isContactInfo .moduletable {
    width: 350px;
    float: right;
  }
}
.Block.isContactInfo a {
  color: white !important;
}
.Block.isSandman {
  text-align: center;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .Block.isSandman {
    text-align: right;
  }
}
.Block.isSandman a {
  color: white !important;
}
.Block.isSandman a:hover {
  color: #6dcb19 !important;
}
@media only screen and (max-width: 767px) {
  .presentationTable td {
    float: left;
    width: 100%;
  }
}
.isManagement .item h2 {
  margin-bottom: 0;
}
.isManagement .item > p:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}
.isManagement .item hr {
  margin-top: 0;
}
.isDirectory .item h2 {
  display: inline-block;
  border-bottom: 3px solid lightgray;
}
.isFinancial .item h2 {
  background: #065c8e;
  color: white;
  padding-left: 10px;
  margin-bottom: 0;
}
.isFinancial .item a:hover {
}
.isFinancial .customTable tbody > tr:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
@media only screen and (max-width: 1330px) {
  .delr {
    display: none;
  }
}
#g-footer .g-grid:first-child {
  width: 71% !important;
}
#g-footer .g-grid:first-child h1, #g-footer .g-grid:first-child p {
  margin: 0.75rem 0 0.5rem 0;
}
#g-footer .g-grid:nth-child(2) {
  border-top: 1px solid 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;
}
.dropdown-menu li:before {
  display: none !important;
}
.pull-right ul li {
  width: 50%;
}
.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;
}
.icons .dropdown-menu {
  position: absolute;
  top: 52%;
}
.span12 .page-header h2 {
  display: none;
}
.sandmanFormFromName {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 2%;
}
.sandmanFromsingleInput label {
  font-weight: 500;
}
.sandmanFromsingleInput input {
  width: 80%;
}
.sandmanFromsingleInput select {
  width: 80%;
}
#SubscribetoOurNewsletter_submitBtn {
  background-color: #065c8e;
  color: white;
  padding: 1% 2%;
}
#sandmanFromInputWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mod-newstockfq h3 {
  text-align: center;
}
.mod-newstockfq table, .mod-newstockfq table td {
  border: none;
}
.mod-newstockfq table td:nth-of-type(1) {
  font-weight: bold;
  color: #065c8e;
}
.mod-newstockfq table td:nth-of-type(2) {
  text-align: end;
}
.mod-newstockfq table tbody > tr:not(:last-child) {
  border-bottom: 1px dotted #065c8e;
}
.positivePercentChange {
  color: green;
}
.negativePercentChange {
  color: red;
}
.pg-category-items-box .pg-item-box:has(.ph-si-back-medium) {
  display: none;
}
.isNews tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.isNews .table thead tr th {
  border-bottom: none;
}
.isNews .table th, .table td {
  border: 1px #dddddd solid;
}
.isNews form .com-content__filter button[name="filter_submit"], .isNews form .com-content__filter button[name="filter-clear-button"] {
  display: none;
}
.view-search form .com-finder__search button:has(> span.icon-search) {
  background: #065c8e;
}
.view-search form .com-finder__search button:has(> span.icon-search-plus) {
  background: #6dcb19;
}
/*# sourceMappingURL=custom_11.css.map */