/*** All Component ***/
/*.section .module .module {
  margin-bottom: 40px;
}
f
.section .iw_component {
  padding-bottom: 0;
}

.section .iw_component + .iw_component {
  margin-top: 60px;
}

.section.section-masthead .iw_component + .iw_component {
  margin-top: 0;
}

.com__tab-set + .module {
  margin-top: 40px;
}

.section .module .module:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section .iw_component + .iw_component {
    margin-top: 30px;
  }
  
  .section.section-masthead .iw_component + .iw_component {
    margin-top: 0;
  }

  .section .module, .section .module .module {
      margin-bottom: 20px;
  }
  
  .com__tab-set + .module {
    margin-top: 20px;
  }
}*/

.page-group.page-media .pl-co-table.table2 tbody tr th.graph-item.tgh1 {
  background-color: #fff;
}

.page-group.page-media .pl-co-table.table2 tbody tr td,
.page-group.page-media .pl-co-table.table2 tbody tr th {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.page-group.page-media .pl-co-table.table2 tbody tr:nth-child(3) td {
  border-bottom: none;
}

.page-group.page-media .pl-co-table.table1 tbody tr td {
  border-top: 1px solid #e8e8e8;
  background-color: #566b76;
  color: #fff;
}

.pl-co-table.table2 tbody tr th {
  height: 83.3px !important;
}

.page-group.page-media .pl-co-table tbody tr td {
  padding: 30px 15px !important;
}

.page-group.page-media .pl-co-table.table1 tbody tr:nth-child(1) td {
  border-top: none;
}

.section-remove-component-padding.section .iw_component {
  padding: 0;
}

.com_has-header .com__breadcrumbs a {
  background: none;
}

a.link-arrow-left i {
  margin-left: 10px !important;
}

a.link-blue {
  color: #2979ff !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .com__onlinebanking_whatsnewfeature
    .com__onlinebanking_whatsnewfeature-slider.owl-loaded
    .owl-nav
    .owl-prev
    span,
  .com__onlinebanking_whatsnewfeature
    .com__onlinebanking_whatsnewfeature-slider.owl-loaded
    .owl-nav
    .owl-next
    span {
    font-size: 50px;
  }
}

.bp-mod-list-blue li {
  color: #2979ff;
  margin-bottom: 0;
  /* line-height: 26px; */
  line-height: 1.5;
}

/* Color */
.bg-lightgrey {
  background-color: #f0f5f7 !important;
}

/*** Contact Trade Representatives ***/
.com__gettingstarted__title h5 a {
  font-size: 20px;
}

@media (max-width: 767px) {
  .com__gettingstarted__body {
    margin-right: 10px;
  }
}

/*** End Contact Trade Representatives ***/

/*** 4-col-signpost ***/
@media (max-width: 576px) {
  .com__article-list.com__list-4 > li {
    width: 100%;
  }
}
/*** End 4-col-signpost ***/

/*** 2-col-thumb-img-with-title-desc ***/

.com_awards-wrapper-content .com_awards-wrapper-title {
  margin-top: 30px;
}

.com_awards-wrapper-content .com_awards-wrapper-desc {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .com_awards-wrapper-content .com_awards-wrapper-title {
    margin-top: 50px;
  }
}

/*** End 2-col-thumb-img-with-title-desc ***/

/*** Full Width CTA with Pointers ***/
.theme.theme--teal .theme__background {
  background: #10afab;
  background: linear-gradient(270deg, #10afab 0%, #334e5c 100%);
}

.theme--teal .button span {
  color: #495a63;
}

.cta__basic .cta__basic-info {
  /* padding: 0; */
  max-width: 1024px;
}
.cta__basic .cta__basic-info h3 {
  margin-bottom: 30px;
}
.cta__basic ul {
  padding-left: 25px;
}

.cta__basic li {
  margin-left: 5px;
  color: #fff;
  margin-bottom: 10px;
}

.cta__basic li:before {
  content: "\f00c";
  margin-left: -25px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.cta__basic li:last-child {
  margin-bottom: 0;
}

.cta__basic li .fa {
  margin-right: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .subcategory.subcategory--no-margin {
    margin-bottom: 20px !important;
  }
}

/*** End Full Width CTA with Pointers ***/

/*** Award Listing ***/
.award-img {
  border-radius: 50% !important;
}

.award-box {
  min-height: 330px !important;
}

.award-list {
  font-size: 14px;
  padding: 10px;
}

.award-title {
  padding: 0px 36px;
}
/*** End Award Listing ***/

/*** Text with video at right ***/
.promo-type-4 h3 {
  margin: 0;
  margin-right: 50px;
}

.promo-type-4--financial h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.promo-type-4__video:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 56%;
}

.promo-type-4__video iframe {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: calc(100% - 20px);
  transform: translateX(-50%);
}

.promo-type-4__text {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .promo-type-4--financial h3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .promo-type-4 h3 {
    margin-top: 20px;
    margin-right: 0;
  }

  .promo-type-4 h3,
  .promo-type-4 h3 strong {
    font-size: 16px;
    /* line-height: 26px; */
    line-height: 1.5;
  }

  .promo-type-4__text {
    padding: 0;
  }
}
/*** End Text with video at right ***/

/*** 2-col-text-links-list-module ***/
.com_text-links-list-wrapper .com_text-link-list {
  margin-bottom: 48px;
}

.com_text-links-list-wrapper .com_text-link-list h4 {
  margin-bottom: 20px;
}

.com_text-links-list-wrapper .com_text-link-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .com_text-links-list-wrapper .tll-two-item div[class^="col-"] {
    margin-bottom: 48px;
  }

  .com_text-links-list-wrapper .tll-two-item div[class^="col-"]:last-child {
    margin-bottom: 0;
  }
}

/*** End 2-col-text-links-list-module ***/

/*** 2-col-text-links-list-module-mob-accordion ***/
.com_two-col-links-list .accordion__item .accordion__item__title__mobile {
  display: none;
}

@media (max-width: 767px) {
  .com_two-col-links-list .accordion__item .accordion__item__title__desk {
    display: none;
  }

  .com_two-col-links-list .accordion__item .accordion__item__title__mobile {
    display: block;
  }

  .com_two-col-links-list .accordion__item .accordion__item__title__mobile,
  .com_two-col-links-list .accordion__item .accordion__item__title__mobile h3 {
    color: #2979ff;
    position: relative;
  }

  .com_two-col-links-list
    .accordion__item
    .accordion__item__title__mobile:after {
    content: "";
    border-bottom: 2px solid #2979ff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    position: absolute;
  }

  .com_two-col-links-list .accordion__item .accordion__item__title__mobile i {
    margin-right: 3px;
    position: absolute;
    right: 0;
    top: 12px;
  }

  .com_two-col-links-list
    .accordion__item
    .accordion__item__title:hover
    .accordion__item__collapse-icon {
    color: #2979ff;
  }
}

/*** End 2-col-text-links-list-module-mob-accordion ***/

/*** Help Detail Type 4 ***/
.market-info__dropdown {
  display: none;
  padding-bottom: 25px;
}

.market-info__dropdown .com__ins-dd-list > * {
  display: block;
}

@media (max-width: 767px) {
  .market-info__dropdown {
    display: block;
  }

  .market-info__sidebar {
    display: none;
  }
}

.table__two-col > .row {
  margin-bottom: 0;
}

.table__two-col--hr {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .table__two-col--hr {
    margin: 30px 0;
  }
}
/*** End Help Detail Type 4 ***/

/*** 2-col-text-with-tag  ***/
.table__two-col-with-tag .row .table__two-col--content {
  margin-bottom: 50px;
}

.table__two-col-with-tag .row:last-child .table__two-col--content {
  margin-bottom: 0;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
}

.article-tags li {
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #ebeff1;
}
/*** End 2-col-text-with-tag  ***/

/*** About speaker ***/
/*.com_about-speaker {
    background-color: #fafcfc;
  }
  
  .com_about-speaker-outer {
    padding: 60px 120px;
  }
  
  @media (max-width: 1440px) {
    .com_about-speaker-outer {
      padding: 60px 90px;
    }
  }
  
  @media (max-width: 1237px) {
    .com_about-speaker-outer {
      padding: 60px 60px;
    }
  }
  
  @media (max-width: 1176px) {
    .com_about-speaker-outer {
      padding: 50px 40px;
    }
  }
  
  @media (max-width: 1136px) {
    .com_about-speaker-outer {
      padding: 40px 20px;
    }
  }*/

.about-the-speaker__image {
  border-radius: 50%;
  max-width: 220px;
  max-height: 220px;
}

@media (max-width: 767px) {
  /*.com_about-speaker-outer {
      padding: 40px 20px;
    }*/

  .com_about-speaker-desp {
    margin-top: 20px;
  }
}

.com_about-speaker-img {
  /* border-radius: 50%; */
  width: 150px;
  height: auto;
}

@media (max-width: 991px) {
  .com_about-speaker__image {
    margin-bottom: 20px;
  }
}
/*** End About speaker ***/

/*** 4-col-table-with-icon-img-mob-accordion ***/
.com_how-it-works .table__comparison-content {
  padding: 40px;
}

.com_how-it-works .table__comparison-content .icon-img {
  margin-bottom: 10px;
}

.com_how-it-works .table__comparison table tr th,
.com_how-it-works .table__comparison table tr td {
  padding: 20px 10px;
}

.com_how-it-works
  .table__comparison.table__comparison-with-first-col-subject
  table.graph-bordered
  tr
  td {
  border-right: none;
}

.com_how-it-works .table__comparison table tr td {
  vertical-align: top;
}

.com_how-it-works .table__comparison table tr th.col-custom3,
.com_how-it-works .table__comparison table tr td.col-custom3 {
  width: 27%;
}

.com_how-it-works .icon-list .icon-list-i {
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-size: 18px;
}

.com_how-it-works .table__comparison table p,
.com_how-it-works .table__comparison table tr td {
  /* line-height: 26px; */
  line-height: 1.5;
}

.com_how-it-works .accordion__item {
  position: relative;
}
.com_how-it-works .accordion__item .accordion__item__collapse-icon {
  position: absolute;
  right: 10px;
}

.com_how-it-works .accordion__item p {
  margin-bottom: 0;
  margin-top: 0;
  /* line-height: 22px; */
  line-height: 1.5;
}

.com_how-it-works .accordion__item p + p {
  margin-top: 10px;
}

.com_how-it-works .accordion__list > li {
  border: none !important;
}

.com_how-it-works .com_interest-accordion-single {
  background-color: #fff;
}

.com_how-it-works .accordion__item {
  transition: all 0.3s;
  position: relative;
  -webkit-box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 15px 8px rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
}

.com_how-it-works .accordion__item:hover {
  -webkit-box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.04);
}

.com_how-it-works .accordion__item.expanded {
  background-color: #f0f5f7;
}

@media (max-width: 768px) {
  .com_how-it-works .icon-list .icon-list-i {
    top: 2px;
  }
}
/*** End 4-col-table-with-icon-img-mob-accordion ***/

/*** header-small-notification-bar ***/
.com__notification {
  display: block;
}

.com__notification.theme--blue .theme__background {
  background: #334e5c;
  background: linear-gradient(90deg, #10afab 0%, #334e5c 100%);
  /* IE6-9 */
}

.com__notification.theme--orange .theme__background {
  background: #ffbd76;
  background: linear-gradient(310deg, #d7790f, #ffbd76);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7790f', endColorstr='#ffbd76', GradientType=0 );
  /* IE6-9 */
}

@media (max-width: 767px) {
  .com__notification.theme--orange .theme__background {
    background: #ffbd76;
    background: linear-gradient(310deg, #d7790f, #ffbd76);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7790f', endColorstr='#ffbd76', GradientType=0 );
    /* IE6-9 */
  }
}

.com__notification.theme--grey .theme__background {
  background: #7c909b;
  background: linear-gradient(282deg, #495a63, #7c909b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495a63', endColorstr='#7c909b', GradientType=0 );
  /* IE6-9 */
}

@media (max-width: 767px) {
  .com__notification.theme--grey .theme__background {
    background: #7c909b;
    background: linear-gradient(310deg, #7c909b, #495a63);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c909b', endColorstr='#495a63', GradientType=0 );
    /* IE6-9 */
  }
}

@media (min-width: 768px) {
  .com__notification .com__notification-wrapper {
    padding: 20px 0;
  }
}

.com__notification .com__notification-wrapper .col-custom-11 {
  margin: 0 auto;
}

.com__notification-link {
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}

.com__notification-arrow-right {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400;
}

.com__notification
  .com__notification-wrapper
  .com__notification-content
  .com__notification-title {
  font-size: 18px;
  margin-bottom: 0;
}

.com__notification
  .com__notification-wrapper
  .com__notification-content
  .com__notification-title
  i.com__notification-icon {
  font-size: 24px;
  margin-right: 10px;
  position: unset;
}
/*** End header-small-notification-bar ***/

/*** 2-col-accordion-notice-articles ***/
.com_accordion-notices .accordion__list > li {
  border: none !important;
}

.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__title {
  padding: 0 40px 0 10px;
}

.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__content {
  padding-bottom: 0;
}

.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__content
  .accordion__item__content__details {
  padding-right: 40px;
}

.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__content
  p {
  margin-bottom: 0;
}

.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__content
  p
  + p {
  margin-bottom: 20px;
}
.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__title
  h4 {
  transition: 0.3s all;
}
.com_accordion-notices
  .accordion__loan
  .accordion__item.expanded
  .accordion__item__title
  h4 {
  font-weight: bold;
}

.com_accordion-notices .accordion__list > li .accordion__item__title:after {
  right: 10px;
  top: 0;
  font-size: 20px;
}

.com_accordion-notices
  .accordion__loan
  .accordion__item
  .accordion__item__title
  .accordion__item__date
  p {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .com_accordion-notices
    .accordion__loan
    .accordion__item
    .accordion__item__content
    .accordion__item__content__details {
    padding-right: 79px;
  }

  .com_accordion-notices
    .accordion__loan
    .accordion__item
    .accordion__item__title {
    padding: 0 40px;
  }

  .com_accordion-notices
    .accordion__loan
    .accordion__item
    .accordion__item__title
    .accordion__item__date {
    margin-top: 5px;
  }

  .com_accordion-notices
    .accordion__loan
    .accordion__item
    .accordion__item__title
    .accordion__item__notice__title {
    padding-right: 79px;
  }

  .com_accordion-notices .accordion__list > li .accordion__item__title:after {
    top: 17px;
    right: 40px;
  }
}
/*** End 2-col-accordion-notice-articles ***/

/*** 2-col-platforms / 3-col-platforms ***/
.parent__account .list__products .list__products-note {
  margin-left: 5px;
}
.parent__account .list__products a.has-promotion i.fa-info-circle {
  margin-right: 0;
  font-size: 17px;
  /* line-height: 17px; */
  line-height: 1.5;
  margin-left: 5px;
}

.parent__account .list__products a.has-promotion i + i {
  margin-left: 5px;
}
.parent__account .list__products a.has-promotion:hover i.fa-info-circle {
  -webkit-transform: none;
  transform: none;
}
/*** End 2-col-platforms / 3-col-platforms ***/

/*** timeline-listing ***/
.timeline-listing {
  padding: 0 10px;
  position: relative;
}

.timeline-year {
  border-left: 5px solid rgb(235, 239, 241);
}

.timeline-year-border {
  padding: 0px !important;
}

.timeline-point {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: #b2bec4;
  margin-top: 10px;
  left: 10px;
}

.timeline-year p {
  padding: 0px !important;
}

.timeline-title h5 {
  padding-top: 5px;
}

.timeline-description {
  padding-bottom: 30px;
}

.timeline-description .timeline-description-textHide,
.timeline-description .timeline-description-textShow {
  font-size: 16px;
}

.timeline-description-readless,
.timeline-description-readmore {
  color: blue;
  display: none;
}

.timeline-listing-readmore {
  padding: 10px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 80px 80px white;
  background-color: white;
}

.timeline-listing-readmore.active {
  box-shadow: 0 0 0 0;
}

.timeline-listing-readmore p {
  margin: 0px auto !important;
}

.timeline-listing-section {
  overflow: hidden;
  height: 800px;
  transition: 0.3s all ease-in-out;
  position: relative;
}

.timeline-description-text {
  overflow: hidden;
  height: auto;
  transition: 0.3s all ease-in-out;
}

.timeline-description-button {
  display: none;
}

.timeline-listing-readmore-circle {
  margin: 0px auto;
}

.timeline-listing-readmore-circle .button-bottom.active,
.timeline-listing-readmore-circle .button-top {
  display: none;
}

.timeline-listing-readmore-circle .button-top.active {
  display: block;
}

.timeline__readmore,
.timeline__readless {
  font-size: 16px;
  color: blue;
}

.timeline-description-button .timeline__readless,
.timeline-description-button.active .timeline__readmore {
  display: none;
}

.timeline-description-button .timeline__readmore,
.timeline-description-button.active .timeline__readless {
  display: block;
}

.do-not-show {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .timeline-description-text {
    /* max-height: 200px; */
  }

  .timeline-description-button {
    display: block;
  }
}

@media (max-width: 991px) {
  .timeline-title {
    border-left: 5px solid rgb(235, 239, 241);
  }

  .timeline-description {
    border-left: 5px solid rgb(235, 239, 241);
  }
}
/*** End timeline-listing ***/

/*** Gateway-masthead ***/
.photo-masthead {
  position: relative;
}

.photo-masthead__image {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
}

.photo-masthead__header {
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top: -80px; */
  width: 100%;
  transform: translate(-50%, -50%);
}

.photo-masthead__header h1,
.photo-masthead__header p {
  color: var(--grey-800);
}

/* .photo-masthead__header h1 { font-weight: 400; } */

.photo-masthead__header p {
  margin-bottom: 0;
}

.photo-masthead__icon {
  padding-right: 50px;
}

.photo-masthead__icon img {
  border-radius: 50%;
}

.photo-masthead-navigation {
  position: relative;
  margin-top: -15px;
  /* padding: 50px 30px; */
  padding: 50px;
}

.photo-masthead-navigation h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .photo-masthead-navigation__col {
    margin-bottom: 30px;
  }

  .photo-masthead-navigation__col:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .photo-masthead-navigation.box-shadow3 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .photo-masthead__image {
    height: auto;
    max-height: 320px;
  }

  .photo-masthead__image:before {
    display: block;
    content: "";
    padding-top: 100%;
  }

  .photo-masthead__header {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 30px 10px;
    background-color: #4b79c8;
    transform: none;
  }

  .photo-masthead__icon {
    padding: 0;
    padding-bottom: 30px;
  }

  .photo-masthead-navigation__col {
    margin-bottom: 40px;
  }

  .photo-masthead-navigation {
    margin-top: 0;
    padding: 40px 0;
    padding-top: 0;
  }

  .photo-masthead-navigation h4 {
    margin-bottom: 15px;
  }
}

.photo-masthead-navigation p {
  margin-bottom: 0.5rem !important;
}

.photo-masthead-navigation p:last-child {
  margin-bottom: 0;
}
/*** End Gateway-masthead ***/

/*** table-dark-grey-mob-slider ***/
.table-popular-bond .com__loan-graph .table__comparison-table > tbody > tr td {
  padding-bottom: 0;
}

.table-popular-bond .table-popular-bond_td_title {
  width: 200px;
}

.table-popular-bond .pl-co-table table tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.table-popular-bond .pl-co-table table tbody tr:last-child td {
  border-bottom: 0;
}

.table-popular-bond .rates-charges-table.table2 tbody tr th,
.table-popular-bond .rates-charges-table.table2 tbody tr td {
  padding: 25px 18px !important;
}

.graph_border-bottom {
  border-bottom: 1px solid #d1d8db;
  border-top: 1px solid #d1d8db;
}

.table__rates-charges.table2 tbody tr th {
  background-color: #495a63 !important;
}

.table__rates-charges.table2 tbody tr td {
  width: 100px;
  height: auto;
}

.table__rates-charges.table2 tbody tr th,
.table__rates-charges.table2 tbody tr td {
  padding: 25px 18px 18px 18px !important;
}

@media (max-width: 767px) {
  .table__rates-charges.table1 tbody tr th,
  .table__rates-charges.table1 tbody tr td {
    padding-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .table__rates-charges.table2 tbody tr th,
  .table__rates-charges.table2 tbody tr td {
    padding: 15px 5px 1px 5px !important;
    font-size: 10px !important;
  }
}
/*** End table-dark-grey-mob-slider ***/

/*** why-use-our-platform ***/
.platform-details ul {
  margin-left: 16px;
}

.platform-details .fa {
  font-weight: 400;
}

.platform-details li:before {
  content: "â€¢";
  margin-left: -16px;
  margin-right: 10px;
}

.platform-details__card {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.platform-details__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.platform-details__show-hide,
.platform-details__toggle .less,
.platform-details__toggle.active .more {
  display: none;
}

.platform-details__toggle.active .less {
  display: block;
}
/*** End why-use-our-platform ***/

/*** Was-this-article-helpful ***/
.article-helpful-item {
  height: auto;
  background-color: #f7f7f7;
  padding: 50px 20px 50px 20px;
}

.article-helpful-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button--secondary.button--link.article-helpful-btn {
  width: 100%;
  height: 50px;
  border: 0.5px solid #5b8edb;
  color: #5b8edb;
  border-radius: 10px;
  margin: 10px 0 10px;
}

.button--secondary.button--link.article-helpful-btn:focus,
.button--secondary.button--link.article-helpful-btn:hover {
  border: 0.5px solid #5b8edb;
  color: white;
  background-color: #5b8edb;
}
/*** End Was-this-article-helpful ***/

/*** Anchor-links-menu ***/
.market-info__sidebar_mobile .com__tab-content .com__tab-nav.nav--2 .indicator {
  display: none;
}

.market-info__sidebar_mobile .com__tab-content .com__tab-nav.nav--2 {
  text-align: left;
}

.com__tab-content .com__tab-nav.nav--2 ul li.help-support a {
  position: relative;
  padding: 0;
  padding-left: 20px;
  margin: 20px 0;
  color: #667c88;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

@media (max-width: 767px) {
  .com__tab_market-info {
    margin-top: 30px;
  }

  .market-info__sidebar_mobile .com__tab-content .com__tab-nav {
    text-align: left;
  }

  .market-info__sidebar_mobile
    .com__tab-content
    .com__tab-nav.com__tab-extendednav
    ul.styled-nav
    li
    a {
    padding: 0 5px 0 5px !important;
  }

  .market-info__sidebar_mobile
    .com__tab-content
    .com__tab-nav.com__tab-extendednav
    ul.styled-nav
    li.selected
    a {
    padding-left: 15px !important;
  }
  .market-info__sidebar_mobile .com__tab-content .com__tab-nav ul.styled-nav {
    border-bottom: none;
  }

  .market-info__sidebar_mobile
    .com__tab-content
    .com__tab-nav
    ul.styled-nav
    li
    a:before {
    opacity: 0;
    content: "\f061";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: normal;
  }

  .market-info__sidebar_mobile
    .com__tab-content
    .com__tab-nav
    ul.styled-nav
    li.selected
    a:before {
    opacity: 1;
  }

  .market-info__sidebar_mobile
    .com__side-nav.nav--2
    .com__nav-dd
    > li
    .com__nav-dd-main {
    margin-left: 0;
  }
}

.com__tab-content .com__tab-nav.nav--2 ul li a:before {
  opacity: 0;
  content: "\f061";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: normal;
}

.com__tab-content .com__tab-nav.nav--2 ul li.help-support a:before {
  opacity: 0;
  content: "\f061";
  display: block;
  background: #39474e;
  position: absolute;
  color: #39474e;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 7px;
  font-weight: normal;
}

.com__tab-content .com__tab-nav.nav--2 ul li a:hover {
  color: #495a63;
}

.com__tab-content .com__tab-nav.nav--2 ul li.selected a {
  color: #39474e;
  font-weight: bold;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.com__tab-content .com__tab-nav.nav--2 ul li.selected a:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .com__tab-content .com__tab-nav.nav--2 ul li.selected a {
    font-weight: normal;
  }
}

#top-menu-trading-platform li a {
  color: #333;
  padding: 10px 20px;
  border-radius: 20px;
  display: block;
  margin-bottom: 10px;
}

#top-menu li.active a {
  background: #f2f2f2;
}

#top-menu li a {
  color: #333;
  padding: 10px 20px;
  border-radius: 20px;
  display: block;
  margin-bottom: 10px;
}
/*** End Anchor-links-menu ***/

/*** rates-and-commission ***/
.rates-commission-desp p {
  padding-right: 100px;
}

.rates-commission-table {
  padding: 30px;
  background-color: #f0f5f7;
}

.rates-commission-table-title,
.rates-commission-table-result {
  padding: 15px 0px;
}

.rates-commission-table-list {
  padding: 15px 0px 5px 0px;
  border-bottom: 2px solid #e7eaec;
}

.rates-commission-table-list p span {
  float: right;
}

.rates-commission-table-result p span {
  float: right;
  font-size: 35px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .rates-commission-desp p {
    padding-right: 0px;
  }

  .rates-commission-table-result p span {
    font-size: 20px;
  }
}
/*** End rates-and-commission ***/

/*** Seminar ***/
.seminar-feature .row:last-child .seminar-feature__tile {
  margin-bottom: 25px;
}

.seminar-feature__tile {
  position: relative;
  margin-bottom: 110px;
}

.seminar-feature__tile--alt .seminar-feature__image {
  margin-left: 20%;
}

.seminar-feature__tile--alt .seminar-feature__text {
  left: 0;
}

.seminar-feature__image {
  width: 80%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.seminar-feature__text {
  position: absolute;
  padding: 40px;
  right: 0;
  top: 40px;
  width: 360px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .seminar-feature__tile {
    margin-bottom: 40px;
  }

  .seminar-feature__tile--alt .seminar-feature__image {
    margin: 0;
  }

  .seminar-feature__image {
    width: 100%;
    height: 300px;
  }

  .seminar-feature__text {
    position: relative;
    top: 0;
    padding: 20px;
    width: auto;
  }
}
/*** End Seminar ***/

/*** product-grid ***/
.card--no-background {
  background: none;
}

.card--no-border {
  border: 0px;
}

.card--no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card--active {
  background-color: #f0f5f7;
  border: 0;
}

.parent__masthead .card--visual-aid {
  position: relative;
}

.new-note-notice-black {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  padding: 5px 10px;
  font-size: 10px;
  font-family: "OpenSans";
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  background: var(--grey-800);
  margin-left: 10px;
  border-radius: 30px 30px 0px 30px;
}

@media (min-width: 767px) {
  .new-note-notice-black {
    position: absolute;
    top: -15px;
    right: 0;
  }
}
/*** End product-grid ***/

/*** 2-col-research-team-listing ***/
.com_research_team .feature__column [class*="col-"] {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .com_research_team .feature__column [class*="col-"] {
    margin-bottom: 0px;
  }
}

.com_research_team .feature__column .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .com_research_team .feature__column .owl-carousel {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}

@media (max-width: 767px) {
  .com_research_team .feature__column .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .com_research_team .feature__column .owl-carousel .owl-dots {
    position: relative;
    padding-left: 30px;
  }
}

.com_research_team .feature__column .merchant-row {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .com_research_team .feature__column .merchant-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.com_research_team .feature__column .merchant-row .merchant-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 980px) {
  .com_research_team .feature__column .merchant-row .merchant-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .com_research_team .feature__column .merchant-row .merchant-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.com_research_team
  .feature__column
  .merchant-row
  .merchant-item.merchant-item-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 980px) {
  .com_research_team
    .feature__column
    .merchant-row
    .merchant-item.merchant-item-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .com_research_team
    .feature__column
    .merchant-row
    .merchant-item.merchant-item-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.com_research_team .feature__column .merchant-row.col2 .merchant-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .com_research_team .feature__column .merchant-row.col2 .merchant-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .com_research_team .feature__column .merchant-row {
    padding-right: 30px;
  }
}

.com_research_team .feature__column .merchant-promotions__buttons {
  margin-top: 30px;
}

.com_research_team .feature__column .merchant-promotions__buttons button {
  margin-bottom: 20px;
}

.com_research_team .feature__column .feature__column__content {
  padding-bottom: 120px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--image {
    margin-bottom: 0px;
  }
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text {
  width: 100%;
  max-width: calc(100% - 20px);
  padding: 30px 30px 30px 35px;
  display: block;
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  p,
.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  .com_card-comparison
  sup,
.com_card-comparison
  .com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  sup {
  color: #2979ff;
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media screen and (max-width: 1440px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    left: 15px;
    max-width: calc(100% - 15px);
  }
}

@media (max-width: 1100px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    padding: 25px 30px 25px 35px;
  }
}

@media (max-width: 767px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    top: -50px;
    border-radius: 8px;
    padding: 25px 30px 25px 35px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1148px) {
  .com_research_team .feature__column .feature__column__content {
    padding-bottom: 0px;
    margin-bottom: -20px;
  }
}

@media (max-width: 767px) {
  .com_research_team .feature__column .feature__column__content {
    margin-bottom: -40px;
  }
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--title {
  margin-bottom: 20px;
  font-weight: bold;
}
.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--description {
  margin-bottom: 0;
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--description
  + .feature__column--description {
  margin-top: 30px;
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  p,
.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  .com_card-comparison
  sup,
.com_card-comparison
  .com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text:hover
  sup {
  color: var(--grey-800);
}

.com_research_team
  .feature__column
  .feature__column__content
  .feature__column--text {
  left: auto !important;
  right: -60px;
}

@media (min-width: 768px) {
  .com_research_team.com_research_team_two-col
    .feature__column
    .merchant-row
    .merchant-item {
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
  }

  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--image {
    max-width: none;
  }

  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    max-width: calc(100% - 60px);
    right: 0;
  }

  .com_research_team .feature__column .feature__column__content {
    padding-bottom: 180px;
  }

  .com_research_team_three-col.com_research_team
    .feature__column
    .feature__column__content {
    padding-bottom: 240px;
  }
}

@media (max-width: 1150px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    right: -40px;
  }
}

@media (max-width: 1100px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    max-width: calc(100% - 60px);
    left: auto !important;
  }
}

@media (max-width: 768px) {
  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--title {
    font-size: 14px;
    /* line-height: 28px; */
    line-height: 1.5;
  }

  .com_research_team
    .feature__column
    .feature__column__content
    .feature__column--text {
    right: -60px;
  }
}
/*** End 2-col-research-team-listing ***/

/*** Step by step ***/
@media (min-width: 991px) {
  .steps__process_3_items .slider__dots {
    display: none;
  }

  .steps__process_3_items.steps__process .com_slider {
    padding-top: 0;
  }
}
/*** End Step by step ***/

/*** research-search-filter ***/
.report__filter p > strong {
  color: #667c88;
}

.report__filter select {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.report__filter .form-group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.report__filter .form-group:last-child {
  border-bottom: 0;
}

.report__filter .form-group p:last-child,
.report__filter .form-group p:last-child label {
  margin-bottom: 0;
}

.report__filter .form-group .select-container {
  margin: 0 15% 16px 0;
  width: 60%;
}

.report__filter .group-title {
  margin-bottom: 20px;
}

.report__filter .label-checkbox {
  padding-left: 0;
}

.report__filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.report__filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-style: none;
  display: inline-block;
  transform: rotate(225deg);
  transform-origin: center center;
  border-top: 3px solid var(--grey-800);
  border-left: 3px solid var(--grey-800);
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
  height: 10px;
  width: 10px;
  position: unset;
}

.report__filter .label-checkbox input[type="checkbox"] + span {
  margin-right: 10px;
}

.report__search {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.report__search i {
  font-size: 24px;
  font-weight: 400;
}

.report__search input {
  padding: 0.375rem 1.2rem;
  font-size: 26px;
  font-weight: 700;
  border: 0;
}

.report__search input:focus {
  outline: 0;
}

.report__search input::placeholder {
  color: #39474e;
}

.report__article {
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 80px;
  width: calc(50% - 10px);
  height: calc(100% - 20px);
  min-height: 400px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #fdfefe 0%, #ebeff1 100%);
}

.report__article--hero {
  width: 100%;
  height: 430px;
}

.report__article h3 {
  color: #353535;
}

.report__article i {
  margin-left: 5px;
  vertical-align: middle;
}

.report__article a > i {
  font-weight: 400;
}

.report__article small {
  color: #888;
}

.report__article small + .article-summary {
  margin-top: 20px;
}

.report__inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 75%;
  position: relative;
}

.report__article--hero .report__inner-wrapper {
  width: 60%;
}

.filter-title {
  display: none;
  text-align: center;
  color: var(--grey-800);
  font-size: 20px;
}

.filter-open {
  display: none;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.filter-open__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-close {
  display: none;
}

.filter-open p {
  margin: 0;
  margin-left: 5px;
  color: #2979ff;
}

.filter-close i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d9d9d9;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 767px) {
  .report__filter {
    position: fixed;
    padding: 20px 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease-in-out;
  }

  .report__filter.active {
    opacity: 1;
    pointer-events: auto;
  }

  .report__filter .hide-on-mobile {
    display: none;
  }

  .report__filter .form-group .select-container {
    margin-right: 0;
    width: 100%;
  }

  .report__article .article-summary {
    display: none;
  }

  .filter-open {
    display: flex;
  }

  .filter-title,
  .filter-close {
    display: block;
  }

  .report__article,
  .report__article--hero {
    height: auto;
  }
}

@media (max-width: 991px) {
  .report__filter .form-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .report__search {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .report__search i,
  .report__search input {
    font-size: 16px;
  }

  .report__search input {
    padding-left: 0;
  }

  .report__search i {
    order: 2;
    cursor: pointer;
  }

  .report__article {
    padding: 20px;
    padding-bottom: 60px;
    min-height: 250px;
  }

  .report__article a {
    margin-top: 20px;
  }

  .report__article--hero {
    height: auto;
  }

  .report__article,
  .report__inner-wrapper,
  .report__article--hero .report__inner-wrapper {
    width: 100%;
  }
}

.seminars .report__article {
  width: 100%;
  position: relative;
}

.seminars .article-summary {
  display: block;
}

.seminars .report__article--hero {
  display: flex;
  padding: 0;
  overflow: hidden;
}

.seminars .report__inner-wrapper {
  padding: 40px;
  width: 50%;
}

.seminars .report__inner-wrapper--image {
  padding: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

.seminars .report__article .article-read-more {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media (max-width: 991px) {
  .seminars .report__article .article-read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  /*.seminars h3 {
      font-size: 20px;
      line-height: 22px;
    }*/

  .seminars .report__inner-wrapper {
    padding: 20px;
    width: 100%;
  }

  .seminars .report__inner-wrapper--image {
    display: none;
  }
}

.research-filter .report__article {
  height: 520px;
  overflow: hidden;
}

.research-filter__video {
  margin: -40px -40px 30px -40px;
}

.research-filter__video:before {
  position: relative;
  display: block;
  content: "";
  padding-bottom: 48%;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .research-filter .report__article {
    height: auto;
  }

  .research-filter__video {
    display: none;
  }
}

/*** End research-search-filter ***/

/*** specific-enquiries-tab ***/
.speical-enquiries__details p {
  font-size: 14px;
  margin: 0px !important;
}

.speical-enquiries__remark p {
  font-size: 14px;
}

.speical-enquiries__content_hr .table__two-col--hr,
.speical-enquiries__remark_hr {
  margin: 20px 0;
}
/*** End specific-enquiries-tab ***/

.header__main--primary {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1546px) and (min-width: 768px) {
  .header__main--primary {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

/*** header ***/
/*@media screen and (min-width: 992px){
    .header__main .container {
      padding-top: 20px;
      padding-bottom: 30px;
    }
  }*/
/*.header__main .header__main--secondary hr {
    margin-top: 20px;
    margin-bottom: 30px;
  }*/

.header__login {
  position: relative;
  width: 11%;
  top: -40px;
  /*display: none !important;*/
}

.login_block {
  /*min-width: 140px;*/
  min-width: 110px;
  border-radius: 5px;
  /*background: #ffffff;*/
  position: absolute;
  z-index: 10;
}
.login_block-shadow {
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}
.login_block .login_block-section {
  padding: 25px 20px;
  color: var(--ocbc-red);
  font-weight: bold;
  cursor: pointer;
}
.login_block-section-shown {
  /*border-bottom: 1px solid #ebeff1;*/
  margin-bottom: 10px;
}
.login_block .login_block-section p {
  margin-bottom: 0;
  color: var(--ocbc-red);
  font-weight: 600;
  cursor: pointer;
}
.login_block-ul-show {
  display: block !important;
}
.login_block ul {
  padding: 0 20px 0;
  display: none;
  min-width: 192px;
  position: absolute;
  /* right: 44px; */
  right: 0;
  text-align: center;
  background: white;
  top: 81px;
  border-top: 1px solid #ebeff1;
}
.login_block ul li a,
.header__main .header__main--action .login_block ul li a.link {
  font-size: 14px;
  color: var(--grey-800) !important;
}
.login_block ul li {
  padding: 14px 0;
  border-bottom: 1px solid #ebeff1;
}

.login_block ul li:last-child {
  border-bottom: none;
}

.login_block .login_block-section::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 0;
  font-size: 12px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: inline-block;
  color: inherit;
  top: unset;
  margin-top: 0.3rem;
  font-weight: bold;
  transition: 0.5s all;
  display: inline-block;
  content: "\f078";
}

.login_block .login_block-section-shown::before {
  transform: rotate(-180deg);
}
@media screen and (max-width: 991px) {
  .login_block .login_block-section::before {
    left: 72px;
    margin-top: 5px;
    right: auto;
  }
  .login_block {
    position: absolute;
    top: -19px;
    /* right: -20px; */
    right: 7px;
  }
  .login_block .login_block-section {
    padding: 21px 20px 20px;
  }
  .header__main .header__mobile--bar .menu-bar {
    position: relative;
    z-index: 11;
    width: 35px;
    height: 28px;
    padding: 10px;
    margin: 0;
  }

  .login_block ul {
    top: 81px;
  }
}
@media (max-width: 767px) {
  .login_block .login_block-section::before {
    left: 72px;
    margin-top: 5px;
    right: auto;
  }
  .login_block {
    position: absolute;
    top: -19px;
    /* right: -20px; */
    right: 7px;
  }
  .login_block .login_block-section {
    padding: 21px 20px 20px;
  }
  .header__main .header__mobile--bar .menu-bar {
    position: relative;
  }

  .login_block ul {
    top: 65px;
  }
}

.contact-details {
  position: relative;
}

.contact-details .padding-left-custom {
  padding-left: 20px;
}

.contact-details__map {
  position: absolute;
  top: 0;
  right: -30px;
  background: #ccc;
  width: 60%;
  height: 550px;
}

.contact-details__map #map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contact-details__map {
    position: relative;
    margin-top: 20px;
    right: auto;
    width: 100%;
    height: 380px;
  }

  .contact-details .padding-left-custom {
    padding-left: 0px;
  }
}
/*** End header ***/

/*** investment-research-masthead-with-list ***/
.parent__masthead--with-list.parent__masthead {
  padding-bottom: 70px;
}

.parent__masthead--with-list.parent__masthead .card i {
  color: var(--grey-800);
  font-size: 6px;
  position: relative;
  top: 6px;
}

@media (max-width: 767px) {
  .parent__masthead--with-list.parent__masthead {
    padding-bottom: 20px;
  }
}
/*** End investment-research-masthead-with-list  ***/

/*** com_rich-text-table   ***/
.com_rich-text-table-subtitle {
  margin-bottom: 0;
}

.com_rich-text-table-subtitle + .com_rich-text-table-description {
  margin-top: 10px;
}

.com_rich-text-table-subtitle + .com_rich-text-table-block,
.com_rich-text-table-description + .com_rich-text-table-block {
  margin-top: 30px;
}

.com_rich-text-table-block {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.com_rich-text-table-block ul li {
  list-style-type: disc;
  margin-left: 26px;
}

.com_rich-text-table-block a {
  font-size: inherit;
  line-height: inherit;
}

.com_rich-text-table {
  border-top: none;
  min-width: 100%;
  border-radius: 5px;
  /* investors/investor-information.html */
  /* table-layout: fixed; */
  border-collapse: separate;
  font-size: 14px;
  /* line-height: 1.43; */
  line-height: 1.5;
}

.com_rich-text-table td,
.com_rich-text-table th {
  padding: 26px 20px;
  min-width: 150px;
}

.com_rich-text-table th {
  color: #319988;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.com_rich-text-table thead tr:first-child {
  -webkit-box-shadow: 5px 5px 15px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 5px 15px 8px rgba(0, 0, 0, 0.04);
}

.com_rich-text-table th p,
.com_rich-text-table.theme--green th,
.com_rich-text-table.theme--green th p,
.com_rich-text-table.theme--green-td td:first-child,
.com_rich-text-table.theme--green-td td:first-child p {
  color: #319988;
}

.com_rich-text-table.theme--orange th,
.com_rich-text-table.theme--orange th p,
.com_rich-text-table.theme--orange-td td:first-child,
.com_rich-text-table.theme--orange-td td:first-child p {
  color: #f4af62;
}

.com_rich-text-table.theme--grey th,
.com_rich-text-table.theme--grey th p,
.com_rich-text-table.theme--grey-td td:first-child,
.com_rich-text-table.theme--grey-td td:first-child p {
  color: #d9d9d9;
}

.com_rich-text-table.theme--black th,
.com_rich-text-table.theme--black th p,
.com_rich-text-table.theme--black-td td:first-child,
.com_rich-text-table.theme--black-td td:first-child p {
  color: var(--grey-800);
}

.com_rich-text-table.theme--blue th,
.com_rich-text-table.theme--blue th p,
.com_rich-text-table.theme--blue-td td:first-child,
.com_rich-text-table.theme--blue-td td:first-child p {
  color: #5b85ae;
}

.com_rich-text-table tr.theme--blue-bg {
  background: #495a63;
}

.com_rich-text-table tr.theme--blue-bg.theme--blue-gradient-bg {
  background: #5885ae;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5885ae),
    to(#cae1ff)
  );
  background: -o-linear-gradient(left, #5885ae 40%, #cae1ff 90%);
  background: linear-gradient(to right, #5885ae 40%, #cae1ff 90%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5885AE', endColorstr='#CAE1FF', GradientType=0 );
  /* IE6-9 */
}

.com_rich-text-table tr.theme--blue-bg.theme--lightblue {
  background: #5885ae;
}

.com_rich-text-table tr.theme--blue-bg th,
.com_rich-text-table tr.theme--blue-bg td {
  border-top: none;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.com_rich-text-table tr.theme--blue-bg th,
.com_rich-text-table tr.theme--blue-bg th p,
.com_rich-text-table tr.theme--blue-bg td,
.com_rich-text-table tr.theme--blue-bg td p {
  color: #fff;
}

.com_rich-text-table th:first-child {
  position: relative;
  border-left: 1px solid #e8e8e8;
}

.com_rich-text-table.com_rich-text-table-blue-bg th:first-child {
  border-left: none;
}

.com_rich-text-table tr:first-child th:first-child,
.com_rich-text-table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.com_rich-text-table tr:first-child th:last-child,
.com_rich-text-table tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.com_rich-text-table tr:first-child td {
  border-top: 1px solid #e8e8e8;
}

.com_rich-text-table thead + tbody tr:first-child td {
  border-top: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.com_rich-text-table td {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.com_rich-text-table td:first-child {
  border-left: 1px solid #e8e8e8;
}

.com_rich-text-table img {
  max-width: 100%;
}

.table__comparison.table__comparison-with-first-col-subject:not(.cloned)
  .cd-ta-headfix
  tr
  td,
.table__comparison.graph__type-3:not(.cloned) .cd-ta-headfix tr td {
  vertical-align: top;
}

.table__comparison.table__comparison-with-first-col-subject:not(.cloned)
  .cd-ta-headfix
  tr:first-child
  td,
.table__comparison.graph__type-3:not(.cloned) .cd-ta-headfix tr:first-child td {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .com_rich-text-table-mobile-row > thead > tr > td,
  .com_rich-text-table-mobile-row > tbody > tr > td {
    display: block;
    width: 100% !important;
  }

  .table__comparison.table__comparison-with-first-col-subject:not(.cloned)
    .table__comparison-table {
    table-layout: fixed;
  }

  .table__comparison.table__comparison-with-first-col-subject:not(.cloned)
    .table__comparison-table
    td {
    min-width: 20%;
  }

  .com_rich-text-table-block-carousel {
    overflow: auto;
    width: 100%;
    margin: -20px;
  }

  .com_rich-text-table-block-carousel > div {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .com_rich-text-table-block-carousel-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-two-columns {
    column-count: 2;
    columns: 2;
  }

  .list-three-columns {
    column-count: 3;
    columns: 3;
  }
}

.com_rich-text-table-no-border,
.com_rich-text-table-no-border td,
.com_rich-text-table-no-border th {
  border: none !important;
}
/*** End com_rich-text-table   ***/

/*** Historical-financial-hightlight ***/
.accordion-list-2 {
  border: 0 !important;
  margin-bottom: 30px;
}

.accordion-list-2 .com__paragraph {
  position: relative;
  margin-bottom: -80px;
}

@media (min-width: 768px) {
  .accordion-list-2 .com__paragraph {
    margin-bottom: 0;
  }
}

.accordion-list-2 .table-left-button i,
.accordion-list-2 .table-right-button i {
  position: relative;
  top: 45%;
  font-size: 20px;
  font-weight: 400;
  color: #2979ff;
}

.accordion-list-2 .table-left-button {
  position: absolute;
  left: 180px;
  height: 100%;
  background: rgba(124, 144, 155, 0.3);
  padding: 0 10px;
  cursor: pointer;
  z-index: 2;
}

.accordion-list-2 .table-right-button {
  position: absolute;
  right: 0;
  height: 100%;
  background: rgba(124, 144, 155, 0.3);
  padding: 0 10px;
  cursor: pointer;
}

.accordion-list-2 .table-slide {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}

.table-horizontal-text-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .table-right-button,
  .table-left-button {
    display: none !important;
  }

  .accordion-list-2 .table-slide {
    overflow-x: hidden;
  }

  .table-horizontal-text-mobile {
    display: block !important;
    position: absolute;
    transform: rotate(-90deg);
    right: -50%;
    text-align: center;
    width: 100%;
    z-index: 10;
    top: 45%;
    color: #2979ff;
    font-weight: 600;
  }
}

.accordion-list-2 .table-slide tr:first-child td,
.accordion-list-2 .table-slide tr:first-child th {
  border-top: 0;
}

.accordion-list-2 .table-slide th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #fff;
}

.accordion-list-2 .table-slide td,
.accordion-list-2 .table-slide th {
  padding: 1rem 2rem;
}

.accordion-list-2 .table-slide td:nth-child(2),
.accordion-list-2 .table-slide th:nth-child(2) {
  padding: 1rem 2rem;
  /* padding-left: 1rem; */
  padding-left: 13rem;
}

.accordion-list-2 .table-slide th.table-title {
  width: 180px;
  position: absolute;
  padding: 1rem 0;
  padding-right: 8px;
}

.table-slide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table-slide::-webkit-scrollbar {
  display: none;
}

.accordion-mobile-nav-items {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 54px;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.accordion-mobile-nav-items select {
  padding: 10px 20px;
  height: 54px;
  border: 0px;
}

.accordion-list-2 .table-block-with-carousel-wrapper {
  transform: scale(0.87);
  margin-left: -27px;
  margin-top: -83px;
}

/*** End Historical-financial-hightlight ***/

/*** media-filter-media-listing ***/
.media-filter-media-listing__filter {
  margin: 50px 0;
}

.media-filter-media-listing__filter
  .dropdown__theme
  .select2-container
  .select2-selection--single {
  font-size: 25px;
  letter-spacing: initial;
  text-transform: capitalize;
}

.media-filter-media-listing__filter .dropdown__theme.input-select:after {
  font-size: 25px;
  font-weight: normal;
}

.media-filter-media-listing__article {
  width: 100%;
  padding: 0px;
  padding-bottom: 60px;
  border-radius: 8px;
  min-height: 380px;
}

.media-filter-media-listing__description {
  height: auto;
  max-height: auto;
}

.media-filter-media-listing__read-more {
  bottom: 40px;
  position: absolute;
  left: 30px;
}

@media (max-width: 991px) {
  .media-filter-media-listing__read-more {
    bottom: 20px;
    left: 20px;
  }
}

.media-filter-media-listing__article-title strong {
  font-size: 25px;
}

.media-filter-media-listing__article-inner {
  padding: 30px;
}

@media (max-width: 991px) {
  .media-filter-media-listing__article-inner {
    padding: 20px;
  }
}

.media-filter-media-listing__banner img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.media-filter-media-listing__article--read-more {
  display: none;
}

.media-filter-media-listing__article--read-more .show-more {
  display: block;
}

.media-filter-media-listing__article--read-more-link .button-bottom.active,
.media-filter-media-listing__article--read-more-link .button-top {
  display: none;
}

.media-filter-media-listing__article--read-more-link .button-top.active {
  display: block;
}

@media (max-width: 767px) {
  .media-filter-media-listing__article {
    min-height: auto !important;
    height: auto;
  }
  .media-filter-media-listing__filter {
    margin: 30px 0;
    font-size: 24px;
  }
  .media-filter-media-listing__filter h3 {
    text-align: left !important;
  }
}

.media-filter-video-button {
  display: block;
  position: relative;
}

.media-filter-video-button div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.media-filter-video-button div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}

.media-filter-video-button:hover div {
  background: rgba(0, 0, 0, 0.5);
}

/* @media (max-width: 1366px) {
    .media-filter-media-listing__article{
      min-height:800px;
    }
  } */
/*** End media-filter-media-listing ***/

/* Article override */
.com__ar-tags a {
  border: 1px solid;
}

/* Paragraph Double Quotes */
.left-double-quotes {
  background: url(../img/icon-left-quote-gray.png) no-repeat left top;
  margin: 0;
  padding: 8px 5px 10px 35px;
}

/*.left-double-quotes {
    position: relative;
    margin-left: 20px;
  }
  
  .left-double-quotes::before {
    content: "\201c";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
  } */

/* international-network.page */

/*** international-network  ***/

.ca-li-set.merchant-item.merchant-item--custom {
  padding: 0px;
}

.international-network-listing__result-content p i {
  margin-left: 0;
  margin-right: 8px;
  font-size: 17px;
  font-weight: 500;
}

.international-network-listing__filter {
  margin-bottom: 20px;
}
/*** End international-network  ***/

.international-network-listing__result-contact-text {
  color: #2979ff;
}

/* about-us - leadership.page */
.feature__column.com__merchant_promotions.com__leadership_team
  .row
  > .merchant-item-5 {
  margin-bottom: 20px;
}

.feature__column.com__merchant_promotions.com__leadership_team
  .feature__column__content
  .feature__column--text {
  margin-top: 0;
}

.feature__column.com__merchant_promotions.com__leadership_team
  .feature__column__content
  .feature__column--image
  + .feature__column--text {
  margin-top: -70px;
}

.feature__column.com__merchant_promotions.com__leadership_team
  .feature__column__content
  .feature__column--title {
  margin-bottom: 47px;
}

.feature__column.com__merchant_promotions.com__leadership_team
  .feature__column__content
  .feature__column--link {
  position: absolute;
  bottom: 25px;
}

.feature__column.com__merchant_promotions.com__leadership_team
  .feature__column__content
  .feature__column--text {
  margin-left: 0;
  max-width: 100% !important;
}

.feature__column.com__merchant_promotions.com__leadership_team
  .feature__column__content
  .feature__column--image
  + .feature__column--text {
  max-width: calc(100% - 20px) !important;
  margin-left: 20px;
}

@media screen and (max-width: 1440px) {
  .feature__column.com__merchant_promotions.com__leadership_team
    .feature__column__content
    .feature__column--text {
    margin-left: 0;
    max-width: 100% !important;
  }

  .feature__column.com__merchant_promotions.com__leadership_team
    .feature__column__content
    .feature__column--image
    + .feature__column--text {
    margin-left: 15px;
    max-width: calc(100% - 15px) !important;
  }
}

@media (min-width: 1200px) {
  .com__leadership_team .merchant-item-5.col-lg-3 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  .feature__column.com__merchant_promotions.com__leadership_team
    .feature__column__content
    .feature__column--title {
    margin-bottom: 37px;
  }
}

@media (max-width: 460px) {
  .com__leadership_team .merchant-item-5.col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* sustainability video masthead */
/*.common__category-list.no-padding {
    margin-top: -117px;
  }*/

/*  */
.feature__list .feature__list--image {
  left: 0;
}

/* ocbccares-environment.page */
.com_digital-payments-generic-text .o-c-in-icon .fas,
.com_digital-payments-generic-text .o-c-in-icon .fa {
  padding-top: 5px;
}

/* /financials.html */
.com__result-filter .ca-li-set.merchant-item {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/*@media (min-width: 576px){  
    .com__result-filter .ca-li-set.merchant-item {
      -ms-flex: 0 0 80%;
      -webkit-box-flex: 0;
      flex: 0 0 80%;
      max-width: 80%;
    }
  }
  
  @media (min-width: 768px){  
    .com__result-filter .ca-li-set.merchant-item {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (min-width: 1200px){  
    .com__result-filter .ca-li-set.merchant-item {
      -ms-flex: 0 0 70%;
      -webkit-box-flex: 0;
      flex: 0 0 70%;
      max-width: 70%;
    }
  }*/

/* Index Notification */
.com__notification .com__notification-wrapper .com__notification-description a {
  text-decoration: none !important;
}

/* Index Gateway Masthead */
@media screen and (min-width: 768px) {
  #gateway-masthead .photo-masthead__header {
    width: 50%;
  }

  #gateway-masthead .photo-masthead__header h1,
  #gateway-masthead .photo-masthead__header p {
    color: var(--grey-800);
  }
}

#gateway-update .report__article .article-summary {
  display: none !important;
}

#gateway-update .report__article h3 {
  font-size: 16px;
}

#gateway-update .report__article {
  min-height: 250px;
}

@media screen and (max-width: 1280px) {
  #gateway-update .report__article h3 {
    /* line-height: 28px; */
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1546px) and (min-width: 768px) {
  #gateway-update .report__article h3 {
    /* line-height: 28px; */
    line-height: 1.5;
  }
}

/*@media (min-width: 992px) {
    #gateway-update .seminars > .row > .col-lg-4 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
    }
  }*/

/* Index Gateway Header */
@media screen and (min-width: 992px) {
  .header__sub-menu-item-text .name + .name {
    margin-top: 2em;
  }
}

/* Media Press Release Articles */
.com__reading-parent hr.mt-5.mb-4,
.com__reading-parent .com__ar-tags {
  display: block !important;
}

#main-wrapper .com__reading-parent .com__ar-tags ul li a {
  padding-bottom: 10px !important;
  border: 2px solid #667c88 !important;
}

#main-wrapper .com__reading-parent .com__ar-tags ul li a:hover {
  background: transparent !important;
}

.com__reading-parent .com__paragraph p span {
  font-size: inherit !important;
}

@media (max-width: 767px) {
  #main-wrapper .com__reading-parent .com__ar-tags ul li a {
    padding-bottom: 7px !important;
  }
}

/* Header Dropdown Navigation */

@media (max-width: 767px) {
  .header__sub .header__sub-left .row > [class*="col-"] {
    margin-bottom: 0;
  }

  .header__sub .header__sub-left .row > [class*="col-"] .tag {
    margin-top: 30px;
  }

  .header__sub .header__sub-left .row > [class*="col-"]:first-child .tag {
    margin-top: 0;
  }
}

/* capital-and-regulatory-disclosures.page */
.end-block {
  display: none !important;
}

/* about-us  */
.section .parent__account .feature__list {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .section .parent__account .feature__list {
    margin-bottom: 60px;
  }
}

/*** research-landing  ***/
.media-filter-research-landing-listing .media-filter-media-listing__filter {
  margin-top: 0;
}

.media-filter-media-listing__result_wrapper
  + .media-filter-media-listing__result_wrapper {
  margin-top: 80px;
}

.no-results-heading {
  display: none;
}

.no-results .no-results-heading {
  display: block;
}

.no-results {
  min-height: 200px;
}

.no-results .media-filter-media-listing__article--read-more-link {
  display: none;
}

@media (min-width: 768px) {
  .no-results {
    min-height: 350px;
  }
}
/*** End research-landing ***/

/*** group/investors ***/
.about-the-speaker__buttons > span {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .about-the-speaker__buttons > span + span {
    margin-left: 10px;
  }
}

/*** Group Index Page ***/
.research__update_carousel-box .steps__process-step > div {
  height: 100%;
}

.research__update_carousel-box .steps__process-step::before {
  display: none;
}

.research__update_carousel-box.steps__process .com_slider {
  padding-top: 70px;
}

.research__update_carousel-box.steps__process .slider__dots {
  position: absolute;
  top: 25px;
}

.research__update_carousel-box-read-more {
  margin: auto;
}

/*** Footer ***/
@media (min-width: 992px) {
  .common__footer-widgets .row > div:last-child {
    margin-left: auto;
  }
}

/*** about-us/our-leadership ***/
.ca-li-set.merchant-item
  .feature__column__content.feature__column__content--without-image {
  height: 100%;
}

.feature__column.com__merchant_promotions
  .feature__column__content.feature__column__content--without-image
  .feature__column--text {
  margin-left: 0;
  max-width: none;
  margin-top: 0;
  height: 100%;
}

.ca-li-popup .col-custom-10 ul li {
  list-style-type: disc;
  margin-left: 26px;
}

@media (min-width: 768px) {
  .ca-li-popup.main {
    padding-top: 24px;
  }
}

/*** investors ***/
.com_text-link-list li {
  margin-bottom: 19px !important;
}

.cta-write-to-us .cta__basic .cta__basic-links .item-apply {
  display: block;
}

/*** investors//annual-report-and-agm.html ***/
.accordion__list.list--2 > li:first-child,
.accordion__list.list--2 > li:last-child {
  border-bottom: none;
}

.accordion__list.list--2 > li:first-child + li {
  border-top: 1px solid #d9d9d9;
}

/* media/release Banner */
.com__ar-banner.com__ar-without-banner {
  min-height: 210px;
}

/*** research-with-filter.page ***/
.media-filter_release-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  white-space: normal;
  position: relative;
  height: auto;
  padding: 0 0 5px 0;
  padding-right: 30px;
  font-size: inherit;
  font-weight: bold;
  color: #2979ff;
  border: none;
  border-bottom: 2px solid #2979ff;
  line-height: inherit;
}

@media (min-width: 768px) {
  .media-filter_release-select select {
    border-bottom: 5px solid #2979ff;
  }

  .media-filter-media-listing__filter .dropdown__theme.input-select:after {
    display: block;
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0;
    color: #2979ff;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    cursor: pointer;
  }
}

.inline-button-link {
  text-align: center;
}

.inline-button-link a + a {
  margin-left: 10px;
}

/*** investors/annual-report-and-agm ***/
.filter-link-subtitle {
  font-weight: bold;
}

/*** Link PDF ***/
a.link-normal {
  word-break: normal;
}

a.link-pdf,
a.link-arrow {
  position: relative;
}

a.link-pdf::before,
a.link-pdf::after,
a.link-arrow::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.link-pdf::before {
  content: "\f1c1";
  font-weight: 900;
  margin-right: 8px;
}

a.link-pdf::after,
a.link-arrow::after {
  content: "\f054";
  font-weight: 400;
  position: absolute;
  margin-left: 8px;
}

a.link-pdf:hover::after,
a.link-arrow:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -ms-transform: translateX(5px);
}

#Historical-financial-highlights .accordion-list-2 .table-slide th,
#Historical-financial-highlights .accordion-list-2 .table__comparison-table th {
  text-align: left;
}

#Historical-financial-highlights .accordion-list-2 .table-slide,
#Historical-financial-highlights
  .accordion-list-2
  .table-slide
  tr:first-child
  th,
#Historical-financial-highlights .accordion-list-2 .table__comparison-table,
#Historical-financial-highlights
  .accordion-list-2
  .table__comparison-table
  tr:first-child
  th {
  text-align: right;
}

.select2 {
  appearance: none;
  -webkit-appearance: none;
}

.select2::-ms-expand {
  display: none;
}

/*** About-us/corporate-strategy ***/

.list__three-col-with-icons
  .list__three-col-with-icons-container
  .list__three-col-with-icons-item-content--text
  p,
.list__three-col-with-icons
  .list__three-col-with-icons-container
  .list__three-col-with-icons-item-content--text
  p.bold {
  min-height: auto;
}

.list__three-col-with-icons
  .list__three-col-with-icons-container
  .list__three-col-with-icons-item-content--text {
  padding-bottom: 0;
}

.list__three-col-with-icons
  .list__three-col-with-icons-container
  .list__three-col-with-icons-item-content--text
  + list__three-col-with-icons-item-content--link {
  padding-top: 20px;
}

.list__three-col-with-icons
  .list__three-col-with-icons-container.list__three-col-with-icons-container-normal {
  margin: 0;
  padding: 0;
}

.list__three-col-with-icons
  .list__three-col-with-icons-container.list__three-col-with-icons-container-normal
  .list__three-col-with-icons-item {
  padding: 0;
  position: relative;
  height: 100%;
}

.list__three-col-with-icons
  .list__three-col-with-icons-container.list__three-col-with-icons-container-normal
  .list__three-col-with-icons-item-content {
  height: 100%;
}

.list__three-col-with-icons
  .list__three-col-with-icons-container.list__three-col-with-icons-container-normal
  .list__three-col-with-icons-item-content--image
  img {
  width: 100px;
}

@media (min-width: 768px) {
  .list__three-col-with-icons
    .list__three-col-with-icons-container.list__three-col-with-icons-container-normal
    .list__three-col-with-icons-item {
    padding: 0;
    padding-bottom: 15px;
  }
}

/*** sustainability/stakeholder-engagement ***/
.com_rich-text-table-block-comparison .table__comparison-table ul.list-bullet {
  padding: 0;
}

.com_rich-text-table-block-comparison
  .table__comparison-table
  ul.list-bullet
  li {
  margin-left: 18px;
}

@media (max-width: 767px) {
  .our-stakeholders-table table th,
  .our-stakeholders-table table td {
    font-size: 15px;
  }
}

/*** insights/trading-matters ***/
a.link i.fa-file-pdf {
  margin-left: 0;
  position: relative;
  top: -2px;
}

a.link i.fa-file-word {
  margin-left: 0;
  position: relative;
  top: -2px;
}

a.link i.fa-file-excel {
  margin-left: 0;
  position: relative;
  top: -2px;
}

/*** sustainability/sustainability-governance ***/
@media (min-width: 768px) {
  .section-our-leadership-tab .tab-active {
    padding-left: 10px;
  }
}

/*** media/release ***/
.media-filter-media-listing__video-container .com_yt-video {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.media-filter-media-listing__video-container .com_yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-filter-media-listing__video-container {
  padding: 50px 40px;
}

/* DINKs trail parents */
.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(5)
  tbody
  tr:nth-child(1),
.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(45)
  tbody
  tr:nth-child(1)
  td {
  background-color: #2d3d45;
  color: #ffffff;
}

.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(5)
  tbody
  tr:nth-child(2),
.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(5)
  tbody
  tr:nth-child(6)
  td,
.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(45)
  tbody
  tr:nth-child(2)
  td,
.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(45)
  tbody
  tr:nth-child(17)
  td,
.page-dinks-trail
  .iw_viewport-wrapper
  div:nth-child(2).iw_section
  .module.com__reading-parent
  div:nth-child(2).container.bp-width-med3
  .com__paragraph
  table:nth-child(45)
  tbody
  tr:nth-child(23)
  td {
  background-color: #3d525d;
  color: #ffffff;
}

/* Page group gateway footer */
.page-group-gateway
  footer#footer
  .row.common__footer-widgets
  .footer-icon-logo
  img {
  width: 120px;
  max-height: unset;
  height: auto;
}

@media (min-width: 768px) and (max-width: 990px) {
  .page-group-gateway
    .row.common__footer-widgets
    div.col-md-8.col-lg-6.col-xl-6 {
    padding-bottom: 130px;
  }
}

@media (min-width: 992px) {
  .page-group-gateway
    .row.common__footer-widgets
    div.col-md-8.col-lg-6.col-xl-6 {
    padding-bottom: 110px;
  }
}
