/* VARIABLES */
/*Theme Colors*/
/* Link color */
/* Line color */
/* Mobile Screen */
/* Size Text */
/* END VARIABLES */
/* GLOBAL */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5; }
  body.overflowhidden {
    overflow: hidden; }

a {
  color: #004d82;
  outline-style: none; }
  a:hover {
    text-decoration: none; }

.btn {
  box-shadow: none !important; }

img {
  max-width: 100%;
  height: auto; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.section-title {
  font-size: 32px;
  font-weight: 900; }
  .section-title + .short-desc {
    font-size: 18px;
    font-weight: 300; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.btn-hover:hover {
  overflow: hidden; }

/* preloader */
.preloader {
  width: 100%;
  height: 31px;
  text-align: center; }

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.2);
  display: none; }

.preloader .box {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px; }

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px; }

.cssload-speeding-wheel {
  width: 31px;
  height: 31px;
  margin: 0 auto;
  border: 2px solid rgba(97, 100, 193, 0.98);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 425ms infinite linear;
  -o-animation: cssload-spin 425ms infinite linear;
  -ms-animation: cssload-spin 425ms infinite linear;
  -webkit-animation: cssload-spin 425ms infinite linear;
  -moz-animation: cssload-spin 425ms infinite linear; }

.thumbnail-bg-cover {
  width: 100%;
  height: 100%;
  background-size: cover !important; }

.list-post-search-all .item:last-child hr {
  display: none; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* .breadcrumb */
.breadcrumb {
  background: transparent;
  color: #666666;
  font-size: 0.8em; }
  .breadcrumb span {
    margin-right: 5px;
    margin-left: 5px; }
    .breadcrumb span:first-child {
      margin-left: 0; }
  .breadcrumb i.fa {
    display: block;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px; }
  .breadcrumb a {
    color: #7992b8; }

/* end .breadcrumb */
/* END GLOBAL */
/* Header content */
.section-page-header {
  min-height: 700px;
  position: relative;
  background-size: cover !important; }
  .section-page-header .caption {
    position: absolute;
    z-index: 1;
    color: #d8d8d8;
    right: 20px;
    bottom: 20px;
    font-size: 12px; }

.title-full {
  width: 100% !important; }

.section-description {
  font-size: 1.7rem;
  font-weight: 300; }

.no-padding-lr {
  padding-left: 0;
  padding-right: 0; }

.container-fluid-body.no-padding-lr .row {
  margin-left: 0;
  margin-right: 0; }

.line-bottom-center {
  display: inline-block; }
  .line-bottom-center::after {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }

.heading-line {
  margin-bottom: 20px;
  position: relative;
  display: block; }
  .heading-line .title-text {
    display: inline-block; }
    .heading-line .title-text::after {
      height: 10px;
      display: block;
      width: 80%;
      content: '';
      border-bottom: 7px solid #00bb84; }
  .heading-line.heading-line-50 .title-text::after {
    width: 40%; }

.hvr-shutter-out-horizontal::before,
.hvr-sweep-to-top::before,
.hvr-sweep-to-bottom::before {
  background: rgba(0, 54, 106, 0.76) !important; }

.text-note {
  padding: 5rem 1rem;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3em; }

.btn-small {
  padding: 2px 20px; }

.hidden {
  display: none; }

button.navbar-toggler {
  outline: none; }

.row-equal-height-columns {
  overflow: hidden; }
  .row-equal-height-columns [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }

.row-eq-height > [class^=col] {
  display: flex; }

.filter-options {
  margin-bottom: 25px; }
  .filter-options > div {
    display: flex;
    align-items: center; }
    .filter-options > div label {
      margin-bottom: 0;
      margin-right: 10px;
      font-size: 24px; }
    .filter-options > div button {
      border: 0;
      background-color: transparent;
      color: #004d82;
      margin-left: 5px;
      font-size: 27px;
      outline: none;
      padding: 1px 3px;
      line-height: 26px; }
    .filter-options > div select {
      width: 100%;
      border-radius: 4px; }
    .filter-options > div > .opt {
      padding: 0 10px;
      width: 20%; }
      .filter-options > div > .opt:first-child {
        padding-left: 0;
        width: 40%;
        display: flex;
        align-items: center; }
        .filter-options > div > .opt:first-child input {
          width: 100%;
          border-radius: 4px; }
      .filter-options > div > .opt:last-child {
        padding-right: 0; }
      .filter-options > div > .opt select {
        width: 100%; }
    .filter-options > div select, .filter-options > div input {
      outline: none;
      border: 1px solid #ddd;
      padding: 4px 6px;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      color: #666;
      background-color: #fff; }

/* page navigation */
.box-pagination {
  background: transparent;
  width: 100%; }
  .box-pagination .simple-pagination {
    border-top: 1px solid #999;
    padding-top: 20px;
    margin-top: 70px;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 30px;
    color: #000; }
    .box-pagination .simple-pagination ul {
      list-style: none;
      width: auto;
      margin: 0 auto;
      text-align: center;
      padding-left: 0;
      display: inline-block; }
      .box-pagination .simple-pagination ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left; }
        .box-pagination .simple-pagination ul li a {
          border: none;
          color: #000;
          outline: none !important;
          box-shadow: none !important;
          border-radius: 4px; }
        .box-pagination .simple-pagination ul li .prev {
          margin-right: 30px; }
        .box-pagination .simple-pagination ul li .next {
          margin-left: 30px; }
        .box-pagination .simple-pagination ul li .ellipse,
        .box-pagination .simple-pagination ul li .current {
          position: relative;
          display: block;
          padding: .5rem .75rem;
          line-height: 1.25;
          border-radius: 4px; }
        .box-pagination .simple-pagination ul li .current {
          background-color: #fff; }
        .box-pagination .simple-pagination ul li.active .current {
          background: #e8edf1; }
        .box-pagination .simple-pagination ul li i {
          color: #000; }
        .box-pagination .simple-pagination ul li .disabled .current {
          opacity: 0.5;
          color: #000;
          margin-left: 30px; }
          .box-pagination .simple-pagination ul li .disabled .current .prev {
            margin-right: 30px; }
          .box-pagination .simple-pagination ul li .disabled .current.next {
            margin-left: 30px; }

/* end page navigation */
.bootstrap-dialog .bootstrap-dialog-header {
  width: 100%; }
.bootstrap-dialog.dialog-no-header .modal-header {
  display: none; }
.bootstrap-dialog .modal-footer button {
  width: auto;
  margin-top: 0; }

body.modal-open .modal {
  display: flex !important;
  height: 100%; }

body.modal-open .modal .modal-dialog {
  margin: auto; }

button.btn-primary {
  background: #004d82;
  border-color: #004d82; }

.text-center {
  text-align: center; }

/* tablet portrait */
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 0.97em; }

  .filter-options > div {
    flex-wrap: wrap; }
    .filter-options > div > label {
      font-size: 22px; }
    .filter-options > div > .opt {
      width: 50% !important;
      margin-bottom: 7px; }
      .filter-options > div > .opt:nth-child(2) {
        padding-right: 0; }
      .filter-options > div > .opt:nth-child(3) {
        padding-left: 0; }

  .box-pagination {
    background: transparent; }
    .box-pagination .simple-pagination {
      font-size: 20px; }
      .box-pagination .simple-pagination ul li .prev {
        margin-right: 10px;
        padding: 5px 10px; }
      .box-pagination .simple-pagination ul li .next {
        margin-left: 10px;
        padding: 5px 10px; }
      .box-pagination .simple-pagination ul li a {
        padding: 5px 10px; }
      .box-pagination .simple-pagination ul li .ellipse,
      .box-pagination .simple-pagination ul li .current {
        position: relative;
        display: block;
        padding: 5px 8px;
        line-height: 1.25; } }
@media screen and (max-width: 576px) {
  .filter-options > div > label {
    font-size: 20px; }
  .filter-options > div > .opt {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 768px) {
  .box-pagination .navigation li a {
    font-size: 20px; } }
@media (min-width: 768px) {
  .text-two-columns {
    column-count: 2;
    column-gap: 40px; } }
/* HEADER */
/* END HEADER */
/* CAROUSEL */
.owl-carousel-nav-left-right.container {
  position: relative; }
  .owl-carousel-nav-left-right.container .owl-nav {
    left: -25px;
    right: -25px; }
.owl-carousel-nav-left-right .owl-dots {
  margin-top: 20px; }
.owl-carousel-nav-left-right .owl-nav {
  position: absolute;
  height: 0;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 100;
  margin-top: -20px; }
  .owl-carousel-nav-left-right .owl-nav.disabled {
    display: none; }
  .owl-carousel-nav-left-right .owl-nav .owl-next {
    float: right;
    background: url(../images/icons/arrow-right.png) no-repeat center center; }
  .owl-carousel-nav-left-right .owl-nav .owl-prev {
    float: left;
    background: url(../images/icons/arrow-left.png) no-repeat center center; }
  .owl-carousel-nav-left-right .owl-nav div {
    display: block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden; }
  .owl-carousel-nav-left-right .owl-nav .disabled {
    opacity: 0.5; }
  .owl-carousel-nav-left-right .owl-nav button {
    outline: none;
    border: 0;
    height: 44px;
    width: 20px; }
    .owl-carousel-nav-left-right .owl-nav button span {
      display: none; }

@media screen and (max-width: 576px) {
  .owl-carousel-nav-left-right .owl-next {
    background: url(../images/icons/arrow-right.png) no-repeat center center;
    background-size: auto 30px !important; }
  .owl-carousel-nav-left-right .owl-prev {
    background: url(../images/icons/arrow-left.png) no-repeat center center;
    background-size: auto 30px !important; } }
/* MARGIN-PADDING */
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

/* PADDING */
.pt-0 {
  padding-bottom: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

/* END MARGIN-PADDING */
.nav-main img {
  width: 196px; }

.header-bar .nav-top {
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.66); }
  .header-bar .nav-top .navbar-nav .menu-item {
    position: relative;
    padding-right: 14px; }
    .header-bar .nav-top .navbar-nav .menu-item:after {
      position: absolute;
      content: "";
      width: 1px;
      top: 5px;
      bottom: 5px;
      right: 7px;
      background-color: #999; }
    .header-bar .nav-top .navbar-nav .menu-item:last-child {
      padding-right: 0; }
      .header-bar .nav-top .navbar-nav .menu-item:last-child:after {
        display: none; }
  .header-bar .nav-top .navbar-nav .nav-link {
    color: #00ccff;
    padding: 0.2rem;
    font-size: 0.8rem; }
.header-bar #menu-main-menu > li:last-child > ul {
  left: auto;
  right: 0; }
.header-bar .nav-main {
  background: rgba(255, 255, 255, 0.85);
  top: 30px; }
  .header-bar .nav-main a {
    text-transform: uppercase;
    color: #004d82; }
  .header-bar .nav-main.navbar-dark .navbar-nav .nav-link {
    color: #004d82;
    font-size: 15px;
    font-weight: 600;
    margin: 0 5px; }
    .header-bar .nav-main.navbar-dark .navbar-nav .nav-link:last-child {
      margin-right: 0; }
  .header-bar .nav-main .dropdown-toggle::after {
    display: none; }
  .header-bar .nav-main .navbar-toggler .fa {
    color: #00366a;
    font-size: 2rem; }
  .header-bar .nav-main .navbar-toggler .icon-bar {
    background-color: #00366a;
    display: block;
    width: 26px;
    height: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .header-bar .nav-main .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px; }
  .header-bar .nav-main .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .header-bar .nav-main .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .header-bar .nav-main .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
  .header-bar .nav-main .navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .header-bar .nav-main .navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100); }
  .header-bar .nav-main .navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .header-bar .nav-main .dropdown-submenu {
    position: relative; }
    .header-bar .nav-main .dropdown-submenu a::after {
      transform: rotate(-90deg);
      position: absolute;
      right: 6px;
      top: .8em; }
    .header-bar .nav-main .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: .1rem;
      margin-right: .1rem; }
  .header-bar .nav-main .nav-item.dropdown .dropdown-menu {
    top: 53px;
    background: transparent;
    min-width: 250px;
    border: none; }
    .header-bar .nav-main .nav-item.dropdown .dropdown-menu li {
      border-bottom: 1px solid #567da7; }
      .header-bar .nav-main .nav-item.dropdown .dropdown-menu li a {
        background: #004d82;
        margin-bottom: 0px;
        padding: 0.6rem 1rem;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header-bar .nav-main .nav-item.dropdown .dropdown-menu li a:hover {
          background: rgba(0, 77, 130, 0.8); }
        .header-bar .nav-main .nav-item.dropdown .dropdown-menu li a::after {
          top: 1.2em; }
      .header-bar .nav-main .nav-item.dropdown .dropdown-menu li:last-child {
        border-bottom: 0; }
    .header-bar .nav-main .nav-item.dropdown .dropdown-menu .dropdown-menu {
      top: -10px; }
      @media (min-width: 991px) {
        .header-bar .nav-main .nav-item.dropdown .dropdown-menu .dropdown-menu {
          left: 250px;
          position: absolute; } }

body.windown-scroll .header-bar .nav-top {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.25s; }
body.windown-scroll .header-bar .nav-main {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.25s; }

/* end ssmartphone portrait */
/* Search form on top nav */
.nav-search-form-top .search__wrapper {
  position: relative;
  margin-right: 10px;
  margin-top: -1px; }
.nav-search-form-top .search-query {
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 13px;
  padding: 4px 15px 4px 8px;
  border: 1px solid transparent;
  opacity: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
  height: 24px;
  box-shadow: none !important;
  border-radius: 10px; }
.nav-search-form-top .search-query:focus {
  width: 200px;
  color: #2b2b2b;
  cursor: default;
  opacity: 1; }
.nav-search-form-top .search-query:focus ~ .search-btn {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto; }
.nav-search-form-top .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  outline: none;
  text-align: center;
  line-height: 15px;
  padding: 2px;
  border-color: transparent;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out; }
  .nav-search-form-top .search-btn .fa {
    position: relative;
    top: -1px; }

/* End Search form on top nav */
@media (min-width: 768px) {
  body.admin-bar .header-bar .nav-top {
    top: 31px; }
  body.admin-bar .header-bar .nav-main {
    top: 60px; } }
@media screen and (max-width: 991px) {
  .nav-top.navbar .navbar-nav {
    margin-left: auto !important;
    padding-left: 15px;
    padding-right: 15px; }

  .nav-main .navbar-collapse {
    position: fixed;
    top: 99px;
    right: -100%;
    left: auto;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    transition: all 0.25s;
    display: block;
    z-index: 9999999999;
    /*height: calc(100vh);*/
    background: rgba(255, 255, 255, 0); }
    .nav-main .navbar-collapse.collapsing {
      height: calc(100vh);
      transition: all 0.25s;
      right: -100%; }
    .nav-main .navbar-collapse.show {
      right: 0;
      transition: all 0.25s; }
    .nav-main .navbar-collapse .navbar-nav {
      overflow-y: auto;
      border-left: 1px solid #ddd;
      height: 100%;
      width: 270px;
      background: rgba(255, 255, 255, 0.95);
      padding-left: 0;
      padding-right: 0; }
      .nav-main .navbar-collapse .navbar-nav li {
        border-bottom-width: 0 !important; }
        .nav-main .navbar-collapse .navbar-nav li a {
          padding-left: 15px;
          padding-right: 15px;
          margin: 0 !important;
          color: #004d82 !important;
          border-top: 1px solid #ddd; }
          .nav-main .navbar-collapse .navbar-nav li a.active {
            color: #004d82 !important; }
          .nav-main .navbar-collapse .navbar-nav li a:hover {
            background: transparent; }
        .nav-main .navbar-collapse .navbar-nav li .dropdown-menu {
          padding-top: 0 !important; }
          .nav-main .navbar-collapse .navbar-nav li .dropdown-menu li {
            padding-left: 15px !important; }
            .nav-main .navbar-collapse .navbar-nav li .dropdown-menu li a {
              color: #000 !important;
              background: transparent !important;
              border-top-width: 0;
              font-size: 14px !important; }
              .nav-main .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
                background: transparent; }
            .nav-main .navbar-collapse .navbar-nav li .dropdown-menu li .dropdown-menu {
              margin-left: 20px; }
  .nav-main img {
    width: 138px;
    transition: all 0.25s; }

  /* Show menu has admin-bar */
  body.admin-bar.windown-scroll-top .header-bar .nav-top {
    top: 45px;
    transition: all 0.25s; }
  body.admin-bar.windown-scroll-top .header-bar .nav-main {
    top: 75px;
    transition: all 0.25s; }
  body.windown-scroll .header-bar .nav-top {
    top: 0px;
    transition: all 0.25s; }
  body.windown-scroll .header-bar .nav-main {
    top: 29px;
    transition: all 0.25s; }

  /* end Show menu has admin-bar */ }
@media screen and (max-width: 767px) {
  .nav-top.navbar .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    .nav-top.navbar .navbar-nav li a {
      display: inline-block; } }
/* END MENU */
.play-icon {
  background: url(../images/icons/play-icon.png) no-repeat scroll center center transparent;
  width: 9px;
  height: 11px;
  margin-right: 5px;
  display: inline-block; }

.video-icon {
  background: url(../images/icons/video-icon.png) no-repeat scroll center center transparent;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-top: -3px;
  margin-right: 10px; }

.image-icon {
  background: url(../images/icons/image-icon.png) no-repeat scroll center center transparent;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-top: -3px;
  margin-right: 10px; }

.phone-icon {
  background: url(../images/icons/phone-icon.png) no-repeat scroll center center transparent;
  width: 30px;
  height: 30px;
  display: block;
  margin: auto; }

.location-icon {
  background: url(../images/icons/location-icon.png) no-repeat scroll center center transparent;
  width: 30px;
  height: 30px;
  display: block;
  margin: auto; }

.media-icon,
.thumbnail-video-link {
  position: relative; }

.video-play-icon {
  top: 50%;
  left: 50%;
  position: absolute;
  background: url(../images/icons/video-play-icon.png) no-repeat scroll center center transparent;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-size: 100% 100%;
  display: block; }

.video-play-icon-solid {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  background: url(../images/icons/video-play-icon-solid.png) no-repeat scroll center center transparent;
  background-size: 100% 100%;
  display: block; }

.view-image-icon {
  top: 50%;
  left: 50%;
  position: absolute;
  background: url(../images/icons/view-image-icon.png) no-repeat scroll center center transparent;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-size: 100% 100%;
  display: block; }

.download-icon {
  background: url(../images/icons/download-file.png) no-repeat scroll left top transparent;
  background-size: auto 100%;
  width: 30px;
  height: 40px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px; }

.insight-arrow-right-icon {
  background: url(../images/icons/insights-arrow-right.png) no-repeat scroll center center transparent;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px; }

/* HOME */
.page-template-index #home-video-banner {
  min-height: 750px;
  background-color: #fff;
  z-index: 0; }
  .page-template-index #home-video-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0); }
.page-template-index #home-carousel {
  box-sizing: border-box;
  height: 100%;
  min-height: 800px; }
  .page-template-index #home-carousel .item {
    height: 100%;
    position: relative;
    min-height: 800px; }
    .page-template-index #home-carousel .item .container {
      position: absolute;
      bottom: 26%;
      left: 0;
      right: 0;
      z-index: 10; }
  .page-template-index #home-carousel h1 {
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 1; }
    .page-template-index #home-carousel h1 strong {
      font-weight: bold;
      display: block; }
  .page-template-index #home-carousel h4 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 20px; }
  .page-template-index #home-carousel .btn-bg-green-radius {
    display: inline-block;
    margin-top: 50px;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 20px; }
.page-template-index .banner {
  position: relative; }
  .page-template-index .banner .banner-extends-items {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0; }
    .page-template-index .banner .banner-extends-items #banner-extends-items {
      margin-left: -5px;
      margin-right: -5px; }
      .page-template-index .banner .banner-extends-items #banner-extends-items > .item {
        padding-left: 5px;
        padding-right: 5px; }
    .page-template-index .banner .banner-extends-items .col-item {
      height: 100%; }
    .page-template-index .banner .banner-extends-items .banner-extends-item {
      margin-bottom: 0;
      border-top: 8px solid #00bb84;
      color: #fff; }
      .page-template-index .banner .banner-extends-items .banner-extends-item a {
        color: #fff; }
    .page-template-index .banner .banner-extends-items .col-item {
      height: 100%;
      padding: 0 0px; }
    .page-template-index .banner .banner-extends-items .banner-extends-item {
      height: 100%;
      padding: 15px;
      width: 100%; }
      .page-template-index .banner .banner-extends-items .banner-extends-item.hvr-sweep-to-bottom::before {
        border-radius: 0 0 6px 6px; }
      .page-template-index .banner .banner-extends-items .banner-extends-item a {
        width: 100%; }
        .page-template-index .banner .banner-extends-items .banner-extends-item a.hvr-sweep-to-bottom::before {
          background: rgba(0, 77, 130, 0.61) !important; }
      .page-template-index .banner .banner-extends-items .banner-extends-item h2 {
        font-size: 1.5rem;
        font-weight: 600; }
      .page-template-index .banner .banner-extends-items .banner-extends-item p {
        padding-top: 0px;
        margin-bottom: 0;
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .page-template-index .banner .banner-extends-items .banner-extends-item:hover p {
        opacity: 1; }
.page-template-index .feature-portfolio {
  position: relative; }
  .page-template-index .feature-portfolio .section-desc {
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-index .feature-portfolio .feature-porfolio-items {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .page-template-index .feature-portfolio .feature-porfolio-items img {
      width: auto; }
.page-template-index .feature-services {
  background: #e5edf2; }
  .page-template-index .feature-services .feature-services-items .owl-nav {
    left: 0;
    right: 0; }
  .page-template-index .feature-services .feature-services-items .service-item .service-item-info {
    overflow: hidden;
    position: relative;
    border-radius: 6px; }
    .page-template-index .feature-services .feature-services-items .service-item .service-item-info .img-fluid {
      position: relative;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .page-template-index .feature-services .feature-services-items .service-item .service-item-info .img-fluid .img-opacity {
        background: rgba(0, 77, 130, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .page-template-index .feature-services .feature-services-items .service-item .service-item-info .img-fluid img {
        opacity: 0;
        width: 100%; }
    .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta {
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 1.5em; }
      .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta .des {
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta h3 {
        margin-bottom: 0.5em;
        font-weight: 900; }
      .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta p {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 300; }
  .page-template-index .feature-services .feature-services-items .service-item:hover .img-fluid {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
    .page-template-index .feature-services .feature-services-items .service-item:hover .img-fluid .img-opacity {
      background: rgba(0, 77, 130, 0.54); }
  .page-template-index .feature-services .feature-services-items .service-item:hover .service-item-meta .des {
    opacity: 1; }
.page-template-index .esg-call-outs {
  overflow-x: hidden;
  background: url(../images/bg/home-bg-1.jpg) no-repeat scroll center center transparent;
  background-size: cover; }
  .page-template-index .esg-call-outs .esg-call-outs-effect {
    background: rgba(0, 187, 132, 0.55); }
  .page-template-index .esg-call-outs .esg-call-outs-info {
    color: #fff; }
    .page-template-index .esg-call-outs .esg-call-outs-info h1 {
      font-size: 3rem;
      font-weight: 700; }
    .page-template-index .esg-call-outs .esg-call-outs-info .btn {
      font-weight: 900;
      background-color: #fff;
      color: #000;
      padding-left: 30px;
      padding-right: 30px; }

.home-video {
  position: relative; }
  .home-video .home-video-banner {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh; }
    .home-video .home-video-banner iframe {
      min-height: 100vh; }
  .home-video .video-header-section {
    display: none;
    position: absolute;
    bottom: 26%;
    left: 0;
    right: 0;
    z-index: 1; }
    .home-video .video-header-section h1 {
      font-size: 70px;
      font-weight: 300;
      margin-bottom: 0;
      margin-top: 0;
      color: #fff;
      text-transform: uppercase;
      line-height: 1; }
      .home-video .video-header-section h1 strong {
        font-weight: bold;
        display: block; }

@media screen and (max-width: 991px) {
  .page-template-index .video-header-section h1 {
    font-size: 60px; }
  .page-template-index #home-carousel h1 {
    font-size: 60px; }
  .page-template-index #banner-extends-item-carousel h2 {
    font-size: 1.4rem; }
  .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta h3 {
    font-size: 24px; }
  .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta p {
    font-size: 17px; } }
@media screen and (max-width: 767px) {
  .page-template-index .video-header-section h1 {
    font-size: 50px; }
  .page-template-index #home-carousel h1 {
    font-size: 50px; }
  .page-template-index .section-title {
    font-size: 30px !important; }
    .page-template-index .section-title + .short-desc {
      font-size: 17px; }
  .page-template-index .banner .banner-extends-items {
    bottom: 10%; }
  .page-template-index #banner-extends-items h2 {
    font-size: 1.3rem; }
  .page-template-index #banner-extends-items .item {
    height: 60px; }
    .page-template-index #banner-extends-items .item .hvr-sweep-to-bottom:before {
      display: none; }
  .page-template-index #banner-extends-items .banner-extends-item {
    padding: 5px; }
    .page-template-index #banner-extends-items .banner-extends-item p {
      display: none; }
  .page-template-index .feature-services {
    padding-top: 20px;
    padding-bottom: 20px; }
    .page-template-index .feature-services .service-item-col {
      margin-bottom: 15px; }
    .page-template-index .feature-services .service-item-info h2 {
      font-size: 1.5rem; }
    .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta h3 {
      font-size: 26px; }
    .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta .des {
      opacity: 1;
      font-size: 18px;
      line-height: 24px; }
  .page-template-index .feature-portfolio {
    padding-top: 40px;
    padding-bottom: 40px; }
  .page-template-index .esg-call-outs .esg-call-outs-info {
    padding-top: 40px;
    padding-bottom: 40px; }
  .page-template-index .esg-call-outs .esg-call-out-img {
    display: none; } }
@media (max-width: 575px) {
  .page-template-index .video-header-section {
    bottom: 35%; }
    .page-template-index .video-header-section h1 {
      font-size: 45px; }
  .page-template-index #home-carousel h1 {
    font-size: 45px; }
  .page-template-index #home-carousel .item .container {
    bottom: 35%; }
  .page-template-index .banner .banner-extends-items {
    bottom: 5%; }
  .page-template-index #banner-extends-items .banner-extends-item {
    padding-left: 0;
    padding-right: 0; }
    .page-template-index #banner-extends-items .banner-extends-item h2 {
      font-size: 1.1rem; }
    .page-template-index #banner-extends-items .banner-extends-item p {
      display: none; }
  .page-template-index #banner-extends-items .item {
    width: 280px; }
    .page-template-index #banner-extends-items .item .banner-extends-item {
      border-top-width: 6px; }
  .page-template-index .section-title {
    font-size: 28px !important; }
    .page-template-index .section-title + .short-desc {
      font-size: 16px; }
  .page-template-index .feature-services .feature-services-items .service-item-col {
    margin-bottom: 15px; }
    .page-template-index .feature-services .feature-services-items .service-item-col:last-child {
      margin-bottom: 0px; }
  .page-template-index .feature-services .feature-services-items .service-item .service-item-info .service-item-meta h3 {
    font-size: 24px; }
  .page-template-index .feature-services .feature-services-items .service-item .service-item-info .img-fluid img {
    height: 250px; } }
@media (max-width: 480px) {
  .page-template-index .video-header-section h1 {
    font-size: 40px; }
  .page-template-index #home-carousel h1 {
    font-size: 40px; }
  .page-template-index #banner-extends-items .item {
    width: 240px; } }
@media (orientation: landscape) {
  .page-template-index .home-video .video-header-section {
    bottom: 28%; } }
/* END HOME */
/* HEADER BACKGROUND */
/* BUSINESS BG */
.section-page-header .header-content {
  bottom: 70px;
  left: 0;
  width: 100%;
  position: absolute; }
  .section-page-header .header-content h1 {
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    line-height: 72px;
    text-transform: uppercase; }
.section-page-header.section-header-background {
  background: url(../images/bg/header-bg-about-us.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-businesses-header {
  background: url(../images/bg/header-bg-businesses.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-responsibility-header {
  background: url(../images/bg/header-bg-responsibility.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-responsibility-corporate-citizenship-header {
  background: url(../images/responsibility/header-bg-responsibility-corporate-citizenship.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-contact-header {
  background: url(../images/bg/header-bg-contact.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-template-page-responsibility-approach-to-esg {
  background: url(../images/responsibility/responsibility-approach-to-ESG_01.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-people-header {
  background: url(../images/bg/header-bg-people.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-people-detail-header {
  background: url(../images/bg/header-bg-people-detail.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-investments-header {
  background: url(../images/bg/header-bg-investments.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-investment-detail-header {
  background: url(../images/bg/header-bg-investment-detail.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-about-header {
  background: url(../images/bg/header-bg-about-us.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-case-study-header {
  background: url(../images/bg/case-study-header.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-businesses-header {
  background: url(../images/bg/header-bg-people-detail.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-awards-header {
  background: url(../images/bg/case-study-header.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-history-header {
  background: url(../images/bg/history-bg.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-leadership-header {
  background: url(../images/bg/header-bg-leadership.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-our-investor-header {
  background: url(../images/bg/header-bg-leadership.jpg) no-repeat scroll center center transparent; }
.section-page-header.page-our-senior-advisors-header {
  background: url(../images/bg/header-bg-leadership.jpg) no-repeat scroll center center transparent; }

/* END BUSINESS BG */
/* REPONSIVE */
/* desktop */
/* tablet landscape */
/* end tablet landscape */
/* tablet portrait */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-page-header {
    min-height: 600px; }
    .section-page-header .header-content h1 {
      font-size: 60px;
      line-height: 60px; } }
/* end tablet portrait */
/* smartphone landscape */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .section-page-header {
    min-height: 500px; }
    .section-page-header .header-content h1 {
      font-size: 50px;
      line-height: 50px; } }
/* end smartphone landscape */
/* smartphone portrait */
@media screen and (max-width: 480px) {
  .section-page-header {
    min-height: 450px; }
    .section-page-header .header-content h1 {
      font-size: 40px;
      line-height: 40px; } }
/* screen more than 768px */
/* end screen more than 768px */
/* screen less than 768px */
/* end screen less than 768px */
/* END REPONSIVE */
/* END HEADER BACKGROUND */
/* about */
.page-template-page-about .font-size-medium {
  font-size: 1.2em;
  line-height: 1.6em; }
.page-template-page-about .eig-the-numbers .item {
  text-align: center;
  padding-left: 0;
  padding-right: 2px;
  padding-bottom: 2px; }
  .page-template-page-about .eig-the-numbers .item:nth-child(4n+0) {
    padding-right: 0px; }
  .page-template-page-about .eig-the-numbers .item:nth-child(odd) .info {
    background: rgba(0, 54, 106, 0.2); }
  .page-template-page-about .eig-the-numbers .item .info {
    background: rgba(0, 54, 106, 0.1);
    padding: 3rem 1rem;
    color: #1d4874;
    height: 100%; }
    .page-template-page-about .eig-the-numbers .item .info h3 {
      font-size: 4.3rem;
      font-weight: 900; }
    .page-template-page-about .eig-the-numbers .item .info p {
      padding-bottom: 0;
      text-transform: uppercase; }
.page-template-page-about .eig-the-numbers .row-2 .item:nth-child(odd) .info {
  background: rgba(0, 54, 106, 0.1); }
.page-template-page-about .eig-the-numbers .row-2 .item:nth-child(even) .info {
  background: rgba(0, 54, 106, 0.2); }
.page-template-page-about .eig-the-numbers-content {
  background: url(../images/bg/world-map.png) no-repeat scroll center center transparent; }
.page-template-page-about .heading-line h2.title-text {
  font-size: 2rem !important;
  line-height: 1.2 !important; }
  .page-template-page-about .heading-line h2.title-text::after {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto; }
.page-template-page-about .note {
  font-size: 10px;
  color: #777; }
.page-template-page-about .section-quote {
  margin-bottom: 100px; }
@media (max-width: 991px) {
  .page-template-page-about .eig-the-numbers .item .info h3 {
    font-size: 4rem; }
  .page-template-page-about .eig-the-numbers .item:nth-child(3n+0) .info {
    background: rgba(0, 54, 106, 0.1); }
  .page-template-page-about .eig-the-numbers .item:nth-child(3n+1) .info {
    background: rgba(0, 54, 106, 0.2); }
  .page-template-page-about .eig-the-numbers .row-2 .item:nth-child(odd) .info {
    background: rgba(0, 54, 106, 0.2); }
  .page-template-page-about .eig-the-numbers .row-2 .item:nth-child(even) .info {
    background: rgba(0, 54, 106, 0.1); }
  .page-template-page-about .eig-the-numbers .row-2 .item:nth-child(3n+0) .info {
    background: rgba(0, 54, 106, 0.1); }
  .page-template-page-about .eig-the-numbers .row-2 .item:nth-child(3n+1) .info {
    background: rgba(0, 54, 106, 0.2); } }
@media (max-width: 767px) {
  .page-template-page-about .heading-line h2.title-text {
    font-size: 1.8rem !important;
    line-height: 1.2 !important; }
  .page-template-page-about .eig-the-numbers .item .info h3 {
    font-size: 3.7rem; } }
@media (max-width: 575px) {
  .page-template-page-about .heading-line h2.title-text {
    font-size: 1.7rem !important;
    line-height: 1.2 !important; }
  .page-template-page-about .eig-the-numbers h2.section-title {
    font-size: 30px; }
  .page-template-page-about .eig-the-numbers .item .info h3 {
    font-size: 3.5rem; } }
@media (max-width: 480px) {
  .page-template-page-about .eig-the-numbers h2.section-title {
    font-size: 28px; }
  .page-template-page-about .eig-the-numbers .item .info h3 {
    font-size: 3rem; } }

/* about */
/* contact */
.page-template-page-contact .eig-the-location-content {
  margin-left: -2px;
  margin-right: -2px; }
  .page-template-page-contact .eig-the-location-content .item {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
    overflow: hidden; }
  .page-template-page-contact .eig-the-location-content .info {
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%; }
    .page-template-page-contact .eig-the-location-content .info .bg-image {
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      border: 2px solid red;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: -1px; }
    .page-template-page-contact .eig-the-location-content .info a {
      color: #fff; }
    .page-template-page-contact .eig-the-location-content .info .info-effect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .page-template-page-contact .eig-the-location-content .info .info-hover {
      opacity: 0;
      padding: 80px 20px;
      z-index: 0; }
    .page-template-page-contact .eig-the-location-content .info .address {
      font-weight: 600;
      font-size: 24px;
      line-height: 16px; }
      .page-template-page-contact .eig-the-location-content .info .address span {
        font-weight: 300; }
    .page-template-page-contact .eig-the-location-content .info .country {
      text-transform: uppercase;
      font-weight: normal;
      display: block;
      width: 100%;
      margin-top: 10px;
      font-weight: 400; }
    .page-template-page-contact .eig-the-location-content .info .info-display {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 80px 20px;
      width: 100%;
      display: block;
      z-index: 1; }
    .page-template-page-contact .eig-the-location-content .info .phone {
      margin-bottom: 50px; }
      .page-template-page-contact .eig-the-location-content .info .phone .phone-icon-block {
        margin-bottom: 10px;
        font-size: 2rem; }
    .page-template-page-contact .eig-the-location-content .info .address .address-icon {
      margin-bottom: 10px;
      font-size: 2rem; }
    .page-template-page-contact .eig-the-location-content .info .address .address-text {
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; }
    .page-template-page-contact .eig-the-location-content .info .team {
      margin: 50px 0; }
      .page-template-page-contact .eig-the-location-content .info .team a {
        font-size: 16px;
        line-height: 20px;
        border: 1px solid #476890;
        border-radius: 2px;
        padding: 5px 30px;
        display: inline-block;
        min-width: 132px; }
    .page-template-page-contact .eig-the-location-content .info:hover .info-hover {
      opacity: 1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 1; }
    .page-template-page-contact .eig-the-location-content .info:hover .info-effect,
    .page-template-page-contact .eig-the-location-content .info:hover .info-display {
      opacity: 0;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
      z-index: -1; }
    .page-template-page-contact .eig-the-location-content .info:hover .bg-image {
      -ms-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .page-template-page-contact .eig-the-location-content .item-partner .email {
    margin-top: 30px; }
    .page-template-page-contact .eig-the-location-content .item-partner .email a {
      color: #fff; }
  .page-template-page-contact .eig-the-location-content .item-partner:hover .info-effect,
  .page-template-page-contact .eig-the-location-content .item-partner:hover .info-display {
    opacity: 1; }
  @media (max-width: 767px) {
    .page-template-page-contact .eig-the-location-content .item-partner .info {
      min-height: 400px; } }

/* contact */
/* people */
.post-type-archive-team .box-pagination .navigation .wp-paginate {
  margin-top: 0;
  margin-bottom: 100px; }

.listing-people .item {
  margin-bottom: 50px; }
  .listing-people .item .img {
    margin-bottom: 10px; }
    .listing-people .item .img img {
      width: 100%;
      height: auto;
      border-radius: 6px; }
  .listing-people .item a {
    display: block;
    color: #000; }
  .listing-people .item span {
    display: block; }
  .listing-people .item .name {
    font-weight: 600;
    line-height: 17px;
    font-size: 15px; }
  .listing-people .item .pos {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 3px; }
  .listing-people .item small {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px; }

/* people */
@media screen and (max-width: 575px) {
  .listing-people {
    margin-left: -5px;
    margin-right: -5px; }
    .listing-people > div {
      padding-left: 5px;
      padding-right: 5px; } }
@media screen and (max-width: 320px) {
  .people-item {
    max-width: 100%;
    flex: auto; } }
/* people detail */
.single-team div.img img,
.page-template-page-people-detail div.img img {
  width: 100%;
  border-radius: 6px; }
.single-team div.info,
.page-template-page-people-detail div.info {
  padding-left: 40px; }
.single-team .sub-info > div,
.page-template-page-people-detail .sub-info > div {
  padding: 5px 0; }
.single-team .sub-info i.fa,
.page-template-page-people-detail .sub-info i.fa {
  color: #ddd;
  font-size: 20px;
  margin-right: 10px; }
.single-team .social-links,
.page-template-page-people-detail .social-links {
  border-top: 1px solid #ddd;
  padding-top: 10px; }
  .single-team .social-links a,
  .page-template-page-people-detail .social-links a {
    font-size: 30px;
    margin-right: 10px; }
.single-team h1.name,
.page-template-page-people-detail h1.name {
  font-size: 33px;
  font-weight: 800;
  margin-top: -8px; }
.single-team h3.pos,
.page-template-page-people-detail h3.pos {
  font-size: 20px;
  font-weight: 500; }
  .single-team h3.pos a,
  .page-template-page-people-detail h3.pos a {
    color: #000; }
.single-team .thumbnail,
.page-template-page-people-detail .thumbnail {
  width: 100%;
  height: auto; }

/* people detail*/
@media screen and (max-width: 767px) {
  .page-template-page-people-detail div.img {
    text-align: center; }
    .page-template-page-people-detail div.img img {
      width: auto;
      max-width: 270px; }
  .page-template-page-people-detail div.sub-info {
    text-align: center; }
  .page-template-page-people-detail div.info {
    margin-top: 50px;
    padding-left: 15px; }
  .page-template-page-people-detail h1.name {
    font-size: 30px; }
  .page-template-page-people-detail h3.pos {
    font-size: 18px; } }
@media screen and (max-width: 575px) {
  .page-template-page-people-detail div.img img {
    max-width: 200px; }
  .page-template-page-people-detail h1.name {
    font-size: 26px; }
  .page-template-page-people-detail h3.pos {
    font-size: 16px; } }
/* businesses */
.page-template-page-businesses .title-text {
  line-height: 28px;
  color: #000;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase; }
  .page-template-page-businesses .title-text:after {
    margin-top: 10px; }
@media (max-width: 991px) {
  .page-template-page-businesses .heading-line .title-text {
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  .page-template-page-businesses .heading-line .title-text {
    font-size: 1.6rem; }
  .page-template-page-businesses .section-text-thumbnail {
    padding: 30px 0 0px; }
    .page-template-page-businesses .section-text-thumbnail .logo-icon {
      padding-bottom: 10px; }
    .page-template-page-businesses .section-text-thumbnail h2.title-text {
      padding-bottom: 0; } }
@media (max-width: 575px) {
  .page-template-page-businesses .heading-line .title-text {
    font-size: 1.4rem; } }

/* end businesses */
/* responsibility */
.page-template-page-responsibility {
  /* tablet landscape */ }
  .page-template-page-responsibility .grid-items {
    /* FIX FOR TEMPLATE DATA */
    /* ------- */ }
    .page-template-page-responsibility .grid-items .item {
      display: none; }
      .page-template-page-responsibility .grid-items .item > div {
        width: 100%; }
      .page-template-page-responsibility .grid-items .item:first-child {
        width: 100%;
        min-width: 100%;
        display: block;
        text-align: center; }
        .page-template-page-responsibility .grid-items .item:first-child .title-text::after {
          margin-left: auto;
          margin-right: auto; }
    .page-template-page-responsibility .grid-items .info {
      padding: 5rem 2rem 10rem;
      color: #fff;
      position: relative; }
      .page-template-page-responsibility .grid-items .info .more-link,
      .page-template-page-responsibility .grid-items .info .description {
        transition: all 0.3s;
        opacity: 0;
        font-size: 24px;
        font-weight: 300; }
      .page-template-page-responsibility .grid-items .info:hover .more-link,
      .page-template-page-responsibility .grid-items .info:hover .description {
        opacity: 1; }
      .page-template-page-responsibility .grid-items .info .btn {
        font-weight: 900;
        background-color: #fff;
        color: #000;
        padding-left: 30px;
        padding-right: 30px; }
    .page-template-page-responsibility .grid-items .info-bg-1 {
      background-image: url(../images/responsibility/responsibility-01.jpg); }
    .page-template-page-responsibility .grid-items .info-bg-2 {
      background-image: url(../images/responsibility/responsibility-02.jpg); }
    .page-template-page-responsibility .grid-items .info-bg-3 {
      background-image: url(../images/responsibility/responsibility-03.jpg); }
    .page-template-page-responsibility .grid-items .more-link {
      margin-top: 3rem; }
    .page-template-page-responsibility .grid-items .title-text {
      font-size: 33px;
      font-weight: 900; }
      .page-template-page-responsibility .grid-items .title-text::after {
        margin-top: 10px;
        width: 125px; }
  .page-template-page-responsibility .content-info .title-text {
    line-height: 35px;
    color: #000;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase; }
    .page-template-page-responsibility .content-info .title-text a {
      color: #000; }
    .page-template-page-responsibility .content-info .title-text:after {
      margin-top: 10px;
      min-width: 240px; }
  .page-template-page-responsibility .content-info .more-link a.more-link-icon {
    font-weight: 900; }
  .page-template-page-responsibility .split-line {
    border-top: 1px solid #ddd;
    margin-top: 60px; }
  .page-template-page-responsibility .policy_and_operating_information {
    padding-top: 40px;
    padding-bottom: 40px; }
    .page-template-page-responsibility .policy_and_operating_information h3 {
      margin-bottom: 30px; }
    .page-template-page-responsibility .policy_and_operating_information h2.title {
      font-weight: 900;
      margin-bottom: 30px;
      text-align: center; }
    .page-template-page-responsibility .policy_and_operating_information .sidebar-right h5 {
      text-align: left;
      margin-bottom: 30px; }
      .page-template-page-responsibility .policy_and_operating_information .sidebar-right h5 span {
        padding-right: 25px;
        border-bottom: 5px solid #00bb84;
        padding-bottom: 5px; }
    .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul {
      padding-left: 0;
      list-style: none; }
      .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul li {
        line-height: 23px;
        padding-bottom: 7px;
        position: relative;
        padding-left: 25px; }
        .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul li a {
          font-weight: bold; }
        .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul li .icon-download {
          background: url("../images/icons/download.svg") no-repeat scroll center 0 transparent;
          width: 15px;
          height: 23px;
          display: inline-block;
          margin-right: 5px;
          position: absolute;
          left: 0;
          top: 2px; }
  @media screen and (min-width: 1024px) and (max-width: 1600px) {
    .page-template-page-responsibility .responsibility.grid-items .title.heading-line h3.title-text {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .page-template-page-responsibility .responsibility.grid-items .description {
      font-size: 18px; }
    .page-template-page-responsibility .responsibility.grid-items .info {
      padding: 5rem 1rem 10rem; }
    .page-template-page-responsibility .heading-line {
      margin-bottom: 35px; }
      .page-template-page-responsibility .heading-line h2.title-text {
        font-size: 2rem !important;
        line-height: 1.2 !important; }
    .page-template-page-responsibility .section-text-thumbnail {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .page-template-page-responsibility .section-text-thumbnail.top {
      padding: 0; }
      .page-template-page-responsibility .section-text-thumbnail.top .title-text {
        margin-top: 0;
        /*padding-bottom: 0;*/ }
      .page-template-page-responsibility .section-text-thumbnail.top .more-link {
        margin-top: 10px;
        margin-bottom: 10px; }
    .page-template-page-responsibility .heading-line h2.title-text {
      font-size: 1.8rem !important;
      line-height: 1.2 !important; }
    .page-template-page-responsibility .heading-line + h3.mt-30 {
      margin-top: -10px; }
    .page-template-page-responsibility h3 {
      font-size: 26px; }
    .page-template-page-responsibility .section-text-thumbnail {
      padding: 30px 0;
      border-bottom: 1px solid #d5d5d5;
      margin-bottom: 30px; }
      .page-template-page-responsibility .section-text-thumbnail:last-child {
        border-bottom: none;
        margin-bottom: 0; } }
  @media (max-width: 575px) {
    .page-template-page-responsibility .responsibility.grid-items .description {
      font-size: 16px; }
    .page-template-page-responsibility .heading-line h2.title-text {
      font-size: 1.7rem !important;
      line-height: 1.2 !important; }
    .page-template-page-responsibility h3 {
      font-size: 23px; }
    .page-template-page-responsibility .section-text-thumbnail {
      padding: 20px 0;
      margin-bottom: 20px; }
    .page-template-page-responsibility .sidebar-right {
      margin-top: 20px; } }

/* end responsibility */
.page-template-page-responsibility-approach-to-esg {
  /* ESG Banner */
  /* End ESG Banner */
  /*  ESG Report */
  /*  End ESG Report */
  /* ESG Frameworks & Collaborations */
  /* End ESG Frameworks & Collaborations */ }
  .page-template-page-responsibility-approach-to-esg.modal-open {
    padding-right: 0 !important; }
  .page-template-page-responsibility-approach-to-esg .section-page-header {
    min-height: 750px; }
  @media (max-width: 991px) {
    .page-template-page-responsibility-approach-to-esg .section-page-header {
      min-height: 700px; } }
  .page-template-page-responsibility-approach-to-esg .section-description h2.title {
    font-size: 28px;
    font-weight: 300; }
  .page-template-page-responsibility-approach-to-esg h2, .page-template-page-responsibility-approach-to-esg h3 {
    font-weight: 800; }
  .page-template-page-responsibility-approach-to-esg h2.title-text::after {
    width: 150px !important;
    margin-left: auto;
    margin-right: auto; }
  .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year {
    background: #00366a;
    display: block;
    float: left;
    height: 100px;
    text-align: left;
    padding: 30px 25px 0px 15px;
    position: relative;
    margin: 0 25px 0 0;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    width: 100%;
    color: #fff;
    cursor: pointer; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year:after {
      content: "";
      /*                    border-top: 40px solid red;
                          border-bottom: 40px solid red;
                          border-left: 40px solid blue;*/
      position: absolute;
      right: 0px;
      top: 0;
      border-top: 50px solid white;
      border-bottom: 50px solid white;
      border-left: 25px solid #00366a; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year a {
      color: #fff;
      font-weight: 400; }
  .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .owl-item:nth-child(even) .item-year {
    background: #00bb84; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .owl-item:nth-child(even) .item-year:after {
      border-left: 40px solid #00bb84; }
  .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .owl-item .item-thumbnail {
    background: transparent !important; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .owl-item .item-thumbnail img {
      max-height: 100px;
      width: auto;
      margin: 0 auto; }
  .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .owl-item:last-child .item-year {
    margin-right: 0; }
  .page-template-page-responsibility-approach-to-esg .item-info h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0; }
  .page-template-page-responsibility-approach-to-esg .description {
    font-weight: 300;
    font-size: 28px;
    line-height: 37px; }
  .page-template-page-responsibility-approach-to-esg .eig_esg_governance_feedback_loop {
    background: #e5f3f8;
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px; }
    .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members {
      position: relative;
      padding: 0 40px; }
      @media (max-width: 767px) {
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members {
          padding: 0 20px; } }
      .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item {
        margin-bottom: 50px; }
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item .img {
          margin-bottom: 10px; }
          .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item .img img {
            width: 100%;
            height: auto; }
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item span {
          display: block; }
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item a {
          color: #000; }
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item .name {
          font-weight: 700;
          line-height: 20px;
          font-size: 16px; }
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members .item .pos {
          font-size: 12px;
          font-weight: 300;
          line-height: 18px; }
  .page-template-page-responsibility-approach-to-esg .quiet-investments h3 {
    font-weight: 300; }
  .page-template-page-responsibility-approach-to-esg .esg-banner * {
    color: #fff; }
  .page-template-page-responsibility-approach-to-esg .esg-banner h1.title {
    font-size: 55px;
    text-transform: inherit;
    line-height: 1em;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .page-template-page-responsibility-approach-to-esg .esg-banner h1.title {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .page-template-page-responsibility-approach-to-esg .esg-banner h1.title {
        font-size: 40px;
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .page-template-page-responsibility-approach-to-esg .esg-banner h1.title {
        font-size: 35px; } }
  .page-template-page-responsibility-approach-to-esg .esg-banner .description {
    font-size: 19px;
    line-height: 30px; }
  .page-template-page-responsibility-approach-to-esg .esg-banner .esg-read-more {
    background: #01bb84;
    padding: 20px; }
    .page-template-page-responsibility-approach-to-esg .esg-banner .esg-read-more .esg-item-detail {
      padding-right: 20px; }
      @media (max-width: 575px) {
        .page-template-page-responsibility-approach-to-esg .esg-banner .esg-read-more .esg-item-detail h3 {
          font-size: 1.5rem; } }
    .page-template-page-responsibility-approach-to-esg .esg-banner .esg-read-more img.thumbnail {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .page-template-page-responsibility-approach-to-esg .page-content.bg-blue {
    background: #e5f8f2;
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-template-page-responsibility-approach-to-esg .esg-report {
    padding-top: 50px;
    padding-bottom: 50px; }
    .page-template-page-responsibility-approach-to-esg .esg-report h2.title-text::after {
      width: 150px !important; }
    .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-description {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-description {
          padding-left: 0;
          padding-right: 0; } }
    .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items {
      margin: 50px 20% 20px; }
      @media (max-width: 767px) {
        .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items {
          margin: 50px 30px 20px; } }
      @media (max-width: 575px) {
        .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items {
          margin: 50px 5px 20px; }
          .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items > .row > div {
            padding-left: 5px;
            padding-right: 5px; } }
      .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items .esg-report-item {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px; }
        .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items .esg-report-item h3 {
          margin-top: 10px;
          font-size: 20px; }
          .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items .esg-report-item h3 a {
            color: #000000; }
        @media (max-width: 767px) {
          .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items .esg-report-item {
            padding-left: 0;
            padding-right: 0; }
            .page-template-page-responsibility-approach-to-esg .esg-report .esg-report-items .esg-report-item h3 {
              font-size: 17px; } }
  @media (max-width: 575px) {
    .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaboration-items > .row {
      margin-left: -10px;
      margin-right: -10px; }
      .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaboration-items > .row > div {
        padding-left: 5px;
        padding-right: 5px; } }
  .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations {
    padding-top: 50px;
    padding-bottom: 50px; }
    .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations .esg-frameworks-item {
      margin-bottom: 20px;
      position: relative;
      display: inline-block; }
      .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations .esg-frameworks-item.selected, .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations .esg-frameworks-item:hover {
        cursor: pointer; }
        .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations .esg-frameworks-item.selected::before, .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations .esg-frameworks-item:hover::before {
          content: '';
          width: 100%;
          height: 10px;
          position: absolute;
          left: 0;
          bottom: -10px;
          box-shadow: inset 0 -20px 0 #00bb84; }
    .page-template-page-responsibility-approach-to-esg .esg-frameworks-collaborations .note {
      padding-top: 20px; }
  @media (min-width: 1024px) {
    .page-template-page-responsibility-approach-to-esg .content-info .esg_description {
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .page-template-page-responsibility-approach-to-esg .section-description h2.title {
      font-size: 25px; }
    .page-template-page-responsibility-approach-to-esg .description {
      font-size: 26px;
      line-height: 34px; }
    .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee .esg_governance_esg_committee_members #committee_members-nav {
      left: -25px;
      right: -25px; } }
  @media (max-width: 767px) {
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year {
      font-size: 18px; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-info h2 {
      font-size: 2rem; }
    .page-template-page-responsibility-approach-to-esg .section-description h2.title {
      font-size: 23px; }
    .page-template-page-responsibility-approach-to-esg .description {
      font-size: 23px !important;
      line-height: 30px !important; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year {
      height: 100px;
      margin: 0 30px 0 0; }
      .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year:after {
        border-left: 30px solid #00366a; }
    .page-template-page-responsibility-approach-to-esg .section-text-thumbnail-none .media-mt {
      margin-top: 30px; }
    .page-template-page-responsibility-approach-to-esg .section-page-header .header-content {
      position: relative;
      padding-top: 300px; }
      .page-template-page-responsibility-approach-to-esg .section-page-header .header-content .esg-read-more {
        margin-top: 20px; }
        .page-template-page-responsibility-approach-to-esg .section-page-header .header-content .esg-read-more .esg-item-detail {
          margin-top: 20px; }
        .page-template-page-responsibility-approach-to-esg .section-page-header .header-content .esg-read-more img {
          width: 100%; } }
  @media (max-width: 768px) {
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year {
      font-size: 17px;
      line-height: 22px; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-info h2 {
      font-size: 1.8rem; }
    .page-template-page-responsibility-approach-to-esg .section-description h2.title {
      font-size: 21px; }
    .page-template-page-responsibility-approach-to-esg .description {
      font-size: 21px !important;
      line-height: 30px !important; }
    .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee {
      margin-bottom: 100px; } }
  @media (max-width: 575px) {
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-year {
      font-size: 16px;
      line-height: 21px;
      padding-left: 15px;
      padding-right: 40px; }
    .page-template-page-responsibility-approach-to-esg .years_of_investing_in_sustainable .item-info h2 {
      font-size: 2rem; }
    .page-template-page-responsibility-approach-to-esg .description {
      font-size: 19px !important;
      line-height: 28px !important; }
    .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee_members {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 !important; }
      .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee_members .listing-items {
        margin-left: -5px;
        margin-right: -5px; }
        .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee_members .listing-items .item {
          padding-left: 5px;
          padding-right: 5px; }
          .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee_members .listing-items .item div.name {
            font-size: 16px; }
          .page-template-page-responsibility-approach-to-esg .esg_governance_esg_committee_members .listing-items .item div.pos {
            font-size: 14px; } }

/* ESG Dialog */
.esg-dialog-details.bootstrap-dialog {
  padding-right: 0 !important; }
  .esg-dialog-details.bootstrap-dialog .modal-header {
    background-color: transparent;
    border-color: transparent; }
    .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-close-button {
      margin-right: -15px;
      margin-top: 0; }
      .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-close-button .close {
        color: #fff;
        font-weight: 300;
        outline: none; }
    .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-header {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px; }
      .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
        color: #01bb84;
        font-weight: bold;
        font-size: 2rem; }
  .esg-dialog-details.bootstrap-dialog .modal-content {
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0; }
    .esg-dialog-details.bootstrap-dialog .modal-content a {
      color: #00ccff; }
    .esg-dialog-details.bootstrap-dialog .modal-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .esg-dialog-details.bootstrap-dialog .modal-content ul li {
        position: relative;
        padding: 3px 0 3px 20px;
        line-height: 1.4;
        margin-bottom: 5px; }
        .esg-dialog-details.bootstrap-dialog .modal-content ul li:before {
          content: "";
          width: 7px;
          height: 7px;
          display: block;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 8px; }
.esg-dialog-details .modal-dialog {
  min-width: 500px;
  max-width: 500px; }
  @media (max-width: 575px) {
    .esg-dialog-details .modal-dialog {
      min-width: auto;
      max-width: initial;
      margin-left: 7px !important;
      margin-right: 7px !important; } }

/* responsibility */
.page-template-page-responsibility {
  /* tablet landscape */ }
  .page-template-page-responsibility .grid-items {
    /* FIX FOR TEMPLATE DATA */
    /* ------- */ }
    .page-template-page-responsibility .grid-items .item {
      display: none; }
      .page-template-page-responsibility .grid-items .item > div {
        width: 100%; }
      .page-template-page-responsibility .grid-items .item:first-child {
        width: 100%;
        min-width: 100%;
        display: block;
        text-align: center; }
        .page-template-page-responsibility .grid-items .item:first-child .title-text::after {
          margin-left: auto;
          margin-right: auto; }
    .page-template-page-responsibility .grid-items .info {
      padding: 5rem 2rem 10rem;
      color: #fff;
      position: relative; }
      .page-template-page-responsibility .grid-items .info .more-link,
      .page-template-page-responsibility .grid-items .info .description {
        transition: all 0.3s;
        opacity: 0;
        font-size: 24px;
        font-weight: 300; }
      .page-template-page-responsibility .grid-items .info:hover .more-link,
      .page-template-page-responsibility .grid-items .info:hover .description {
        opacity: 1; }
      .page-template-page-responsibility .grid-items .info .btn {
        font-weight: 900;
        background-color: #fff;
        color: #000;
        padding-left: 30px;
        padding-right: 30px; }
    .page-template-page-responsibility .grid-items .info-bg-1 {
      background-image: url(../images/responsibility/responsibility-01.jpg); }
    .page-template-page-responsibility .grid-items .info-bg-2 {
      background-image: url(../images/responsibility/responsibility-02.jpg); }
    .page-template-page-responsibility .grid-items .info-bg-3 {
      background-image: url(../images/responsibility/responsibility-03.jpg); }
    .page-template-page-responsibility .grid-items .more-link {
      margin-top: 3rem; }
    .page-template-page-responsibility .grid-items .title-text {
      font-size: 33px;
      font-weight: 900; }
      .page-template-page-responsibility .grid-items .title-text::after {
        margin-top: 10px;
        width: 125px; }
  .page-template-page-responsibility .content-info .title-text {
    line-height: 35px;
    color: #000;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase; }
    .page-template-page-responsibility .content-info .title-text a {
      color: #000; }
    .page-template-page-responsibility .content-info .title-text:after {
      margin-top: 10px;
      min-width: 240px; }
  .page-template-page-responsibility .content-info .more-link a.more-link-icon {
    font-weight: 900; }
  .page-template-page-responsibility .split-line {
    border-top: 1px solid #ddd;
    margin-top: 60px; }
  .page-template-page-responsibility .policy_and_operating_information {
    padding-top: 40px;
    padding-bottom: 40px; }
    .page-template-page-responsibility .policy_and_operating_information h3 {
      margin-bottom: 30px; }
    .page-template-page-responsibility .policy_and_operating_information h2.title {
      font-weight: 900;
      margin-bottom: 30px;
      text-align: center; }
    .page-template-page-responsibility .policy_and_operating_information .sidebar-right h5 {
      text-align: left;
      margin-bottom: 30px; }
      .page-template-page-responsibility .policy_and_operating_information .sidebar-right h5 span {
        padding-right: 25px;
        border-bottom: 5px solid #00bb84;
        padding-bottom: 5px; }
    .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul {
      padding-left: 0;
      list-style: none; }
      .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul li {
        line-height: 23px;
        padding-bottom: 7px;
        position: relative;
        padding-left: 25px; }
        .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul li a {
          font-weight: bold; }
        .page-template-page-responsibility .policy_and_operating_information .sidebar-right ul li .icon-download {
          background: url("../images/icons/download.svg") no-repeat scroll center 0 transparent;
          width: 15px;
          height: 23px;
          display: inline-block;
          margin-right: 5px;
          position: absolute;
          left: 0;
          top: 2px; }
  @media screen and (min-width: 1024px) and (max-width: 1600px) {
    .page-template-page-responsibility .responsibility.grid-items .title.heading-line h3.title-text {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .page-template-page-responsibility .responsibility.grid-items .description {
      font-size: 18px; }
    .page-template-page-responsibility .responsibility.grid-items .info {
      padding: 5rem 1rem 10rem; }
    .page-template-page-responsibility .heading-line {
      margin-bottom: 35px; }
      .page-template-page-responsibility .heading-line h2.title-text {
        font-size: 2rem !important;
        line-height: 1.2 !important; }
    .page-template-page-responsibility .section-text-thumbnail {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .page-template-page-responsibility .section-text-thumbnail.top {
      padding: 0; }
      .page-template-page-responsibility .section-text-thumbnail.top .title-text {
        margin-top: 0;
        /*padding-bottom: 0;*/ }
      .page-template-page-responsibility .section-text-thumbnail.top .more-link {
        margin-top: 10px;
        margin-bottom: 10px; }
    .page-template-page-responsibility .heading-line h2.title-text {
      font-size: 1.8rem !important;
      line-height: 1.2 !important; }
    .page-template-page-responsibility .heading-line + h3.mt-30 {
      margin-top: -10px; }
    .page-template-page-responsibility h3 {
      font-size: 26px; }
    .page-template-page-responsibility .section-text-thumbnail {
      padding: 30px 0;
      border-bottom: 1px solid #d5d5d5;
      margin-bottom: 30px; }
      .page-template-page-responsibility .section-text-thumbnail:last-child {
        border-bottom: none;
        margin-bottom: 0; } }
  @media (max-width: 575px) {
    .page-template-page-responsibility .responsibility.grid-items .description {
      font-size: 16px; }
    .page-template-page-responsibility .heading-line h2.title-text {
      font-size: 1.7rem !important;
      line-height: 1.2 !important; }
    .page-template-page-responsibility h3 {
      font-size: 23px; }
    .page-template-page-responsibility .section-text-thumbnail {
      padding: 20px 0;
      margin-bottom: 20px; }
    .page-template-page-responsibility .sidebar-right {
      margin-top: 20px; } }

/* end responsibility */
.page-template-page-responsibility-approach-to-esg2 {
  /* ESG Banner */
  /* End ESG Banner */
  /*  ESG Report */
  /*  End ESG Report */
  /* ESG Frameworks & Collaborations */
  /* End ESG Frameworks & Collaborations */ }
  .page-template-page-responsibility-approach-to-esg2.modal-open {
    padding-right: 0 !important; }
  .page-template-page-responsibility-approach-to-esg2 .section-page-header {
    min-height: 750px; }
  @media (max-width: 991px) {
    .page-template-page-responsibility-approach-to-esg2 .section-page-header {
      min-height: 700px; } }
  .page-template-page-responsibility-approach-to-esg2 .section-description h2.title {
    font-size: 28px;
    font-weight: 300; }
  .page-template-page-responsibility-approach-to-esg2 h2, .page-template-page-responsibility-approach-to-esg2 h3 {
    font-weight: 800; }
  .page-template-page-responsibility-approach-to-esg2 h2.title-text::after {
    width: 150px !important;
    margin-left: auto;
    margin-right: auto; }
  .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year {
    background: #00366a;
    display: block;
    float: left;
    height: 100px;
    text-align: left;
    padding: 30px 25px 0px 15px;
    position: relative;
    margin: 0 25px 0 0;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    width: 100%;
    color: #fff;
    cursor: pointer; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year:after {
      content: "";
      /*                    border-top: 40px solid red;
                          border-bottom: 40px solid red;
                          border-left: 40px solid blue;*/
      position: absolute;
      right: 0px;
      top: 0;
      border-top: 50px solid white;
      border-bottom: 50px solid white;
      border-left: 25px solid #00366a; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year a {
      color: #fff;
      font-weight: 400; }
  .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .owl-item:nth-child(even) .item-year {
    background: #00bb84; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .owl-item:nth-child(even) .item-year:after {
      border-left: 40px solid #00bb84; }
  .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .owl-item .item-thumbnail {
    background: transparent !important; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .owl-item .item-thumbnail img {
      max-height: 100px;
      width: auto;
      margin: 0 auto; }
  .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .owl-item:last-child .item-year {
    margin-right: 0; }
  .page-template-page-responsibility-approach-to-esg2 .item-info h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0; }
  .page-template-page-responsibility-approach-to-esg2 .description {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px; }
  .page-template-page-responsibility-approach-to-esg2 .eig_esg_governance_feedback_loop {
    background: #e5f3f8;
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px; }
    .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members {
      position: relative;
      padding: 0 40px; }
      @media (max-width: 767px) {
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members {
          padding: 0 20px; } }
      .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item {
        margin-bottom: 50px; }
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item .img {
          margin-bottom: 10px; }
          .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item .img img {
            width: 100%;
            height: auto; }
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item span {
          display: block; }
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item a {
          color: #000; }
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item .name {
          font-weight: 700;
          line-height: 20px;
          font-size: 16px; }
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members .item .pos {
          font-size: 12px;
          font-weight: 300;
          line-height: 18px; }
  .page-template-page-responsibility-approach-to-esg2 .quiet-investments h3 {
    font-weight: 300; }
  .page-template-page-responsibility-approach-to-esg2 .esg-banner * {
    color: #fff; }
  .page-template-page-responsibility-approach-to-esg2 .esg-banner h1.title {
    font-size: 55px;
    text-transform: inherit;
    line-height: 1em;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .page-template-page-responsibility-approach-to-esg2 .esg-banner h1.title {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .page-template-page-responsibility-approach-to-esg2 .esg-banner h1.title {
        font-size: 40px;
        margin-bottom: 40px; } }
    @media (max-width: 575px) {
      .page-template-page-responsibility-approach-to-esg2 .esg-banner h1.title {
        font-size: 35px; } }
  .page-template-page-responsibility-approach-to-esg2 .esg-banner .description {
    font-size: 19px;
    line-height: 30px; }
  .page-template-page-responsibility-approach-to-esg2 .esg-banner .esg-read-more {
    background: #01bb84;
    padding: 20px;
    border-radius: 6px; }
    .page-template-page-responsibility-approach-to-esg2 .esg-banner .esg-read-more .esg-item-detail {
      padding-right: 20px; }
      @media (max-width: 575px) {
        .page-template-page-responsibility-approach-to-esg2 .esg-banner .esg-read-more .esg-item-detail h3 {
          font-size: 1.5rem; } }
    .page-template-page-responsibility-approach-to-esg2 .esg-banner .esg-read-more img.thumbnail {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .page-template-page-responsibility-approach-to-esg2 .page-content.bg-blue {
    background: #e5f8f2;
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-template-page-responsibility-approach-to-esg2 .esg-report {
    padding-top: 50px;
    padding-bottom: 50px; }
    .page-template-page-responsibility-approach-to-esg2 .esg-report h2.title-text::after {
      width: 150px !important; }
    .page-template-page-responsibility-approach-to-esg2 .esg-report h2.title-text-left::after {
      width: 120% !important;
      margin-left: 0 !important; }
    .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-description {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-description {
          padding-left: 0;
          padding-right: 0; } }
    .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items {
      margin: 50px 0 20px; }
      @media (max-width: 767px) {
        .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items {
          margin: 50px 0 20px; } }
      @media (max-width: 575px) {
        .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items {
          margin: 50px 0 20px; }
          .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items > .row > div {
            padding-left: 5px;
            padding-right: 5px; } }
      .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items .esg-report-item {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px; }
        .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items .esg-report-item img {
          border-radius: 6px; }
        .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items .esg-report-item h3 {
          margin-top: 10px;
          font-size: 20px; }
          .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items .esg-report-item h3 a {
            color: #000000; }
        @media (max-width: 767px) {
          .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items .esg-report-item {
            padding-left: 0;
            padding-right: 0; }
            .page-template-page-responsibility-approach-to-esg2 .esg-report .esg-report-items .esg-report-item h3 {
              font-size: 17px; } }
  .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .description {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .description {
        padding-left: 0;
        padding-right: 0; } }
  .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-report-description {
    font-size: 22px; }
  @media (max-width: 575px) {
    .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaboration-items > .row {
      margin-left: -10px;
      margin-right: -10px; }
      .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaboration-items > .row > div {
        padding-left: 5px;
        padding-right: 5px; } }
  .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations {
    padding-top: 50px;
    padding-bottom: 50px; }
    .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-frameworks-item {
      margin-bottom: 20px;
      position: relative;
      display: inline-block; }
      .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-frameworks-item img {
        border-radius: 4px; }
      .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-frameworks-item.selected, .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-frameworks-item:hover {
        cursor: pointer; }
        .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-frameworks-item.selected::before, .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .esg-frameworks-item:hover::before {
          content: '';
          width: 100%;
          height: 10px;
          position: absolute;
          left: 0;
          bottom: -6px;
          box-shadow: inset 0 -20px 0 #00bb84; }
    .page-template-page-responsibility-approach-to-esg2 .esg-frameworks-collaborations .note {
      padding-top: 20px; }
  @media (min-width: 1024px) {
    .page-template-page-responsibility-approach-to-esg2 .content-info .esg_description {
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .page-template-page-responsibility-approach-to-esg2 .section-description h2.title {
      font-size: 25px; }
    .page-template-page-responsibility-approach-to-esg2 .description {
      font-size: 26px;
      line-height: 34px; }
    .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee .esg_governance_esg_committee_members #committee_members-nav {
      left: -25px;
      right: -25px; } }
  @media (max-width: 767px) {
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year {
      font-size: 18px; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-info h2 {
      font-size: 2rem; }
    .page-template-page-responsibility-approach-to-esg2 .section-description h2.title {
      font-size: 23px; }
    .page-template-page-responsibility-approach-to-esg2 .description {
      font-size: 23px !important;
      line-height: 30px !important; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year {
      height: 100px;
      margin: 0 30px 0 0; }
      .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year:after {
        border-left: 30px solid #00366a; }
    .page-template-page-responsibility-approach-to-esg2 .section-text-thumbnail-none .media-mt {
      margin-top: 30px; }
    .page-template-page-responsibility-approach-to-esg2 .section-page-header .header-content {
      position: relative;
      padding-top: 300px; }
      .page-template-page-responsibility-approach-to-esg2 .section-page-header .header-content .esg-read-more {
        margin-top: 20px; }
        .page-template-page-responsibility-approach-to-esg2 .section-page-header .header-content .esg-read-more .esg-item-detail {
          margin-top: 20px; }
        .page-template-page-responsibility-approach-to-esg2 .section-page-header .header-content .esg-read-more img {
          width: 100%; } }
  @media (max-width: 768px) {
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year {
      font-size: 17px;
      line-height: 22px; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-info h2 {
      font-size: 1.8rem; }
    .page-template-page-responsibility-approach-to-esg2 .section-description h2.title {
      font-size: 21px; }
    .page-template-page-responsibility-approach-to-esg2 .description {
      font-size: 21px !important;
      line-height: 30px !important; }
    .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee {
      margin-bottom: 100px; } }
  @media (max-width: 575px) {
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-year {
      font-size: 16px;
      line-height: 21px;
      padding-left: 15px;
      padding-right: 40px; }
    .page-template-page-responsibility-approach-to-esg2 .years_of_investing_in_sustainable .item-info h2 {
      font-size: 2rem; }
    .page-template-page-responsibility-approach-to-esg2 .description {
      font-size: 19px !important;
      line-height: 28px !important; }
    .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee_members {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 !important; }
      .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee_members .listing-items {
        margin-left: -5px;
        margin-right: -5px; }
        .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee_members .listing-items .item {
          padding-left: 5px;
          padding-right: 5px; }
          .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee_members .listing-items .item div.name {
            font-size: 16px; }
          .page-template-page-responsibility-approach-to-esg2 .esg_governance_esg_committee_members .listing-items .item div.pos {
            font-size: 14px; } }

/* ESG Dialog */
.esg-dialog-details.bootstrap-dialog {
  padding-right: 0 !important; }
  .esg-dialog-details.bootstrap-dialog .modal-header {
    background-color: transparent;
    border-color: transparent; }
    .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-close-button {
      margin-right: -15px;
      margin-top: 0; }
      .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-close-button .close {
        color: #fff;
        font-weight: 300;
        outline: none; }
    .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-header {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px; }
      .esg-dialog-details.bootstrap-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
        color: #01bb84;
        font-weight: bold;
        font-size: 2rem; }
  .esg-dialog-details.bootstrap-dialog .modal-content {
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0; }
    .esg-dialog-details.bootstrap-dialog .modal-content a {
      color: #00ccff; }
    .esg-dialog-details.bootstrap-dialog .modal-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .esg-dialog-details.bootstrap-dialog .modal-content ul li {
        position: relative;
        padding: 3px 0 3px 20px;
        line-height: 1.4;
        margin-bottom: 5px; }
        .esg-dialog-details.bootstrap-dialog .modal-content ul li:before {
          content: "";
          width: 7px;
          height: 7px;
          display: block;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 8px; }
.esg-dialog-details .modal-dialog {
  min-width: 500px;
  max-width: 500px; }
  @media (max-width: 575px) {
    .esg-dialog-details .modal-dialog {
      min-width: auto;
      max-width: initial;
      margin-left: 7px !important;
      margin-right: 7px !important; } }

.esg_notes {
  border-top: 1px solid #000;
  padding: 40px 0;
  font-size: 0.65rem; }

.esg-previous-report {
  padding-top: 50px; }
  .esg-previous-report .esg-previous-report-items .esg-report-item {
    margin-bottom: 20px; }
    .esg-previous-report .esg-previous-report-items .esg-report-item h5 a {
      color: #000; }

.esg_quote {
  min-height: 650px;
  background-size: cover;
  background-position: left top !important;
  text-align: center;
  width: 100%;
  position: relative; }
  .esg_quote > .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px; }
  .esg_quote .description {
    color: #99ffcb; }
  .esg_quote .auth-name {
    color: #fff;
    font-weight: 600;
    font-size: 22px; }

.esg_section_intro {
  padding: 30px 0; }

.activity-items .activity-item {
  padding: 20px;
  text-align: center; }
  .activity-items .activity-item img {
    max-width: 200px;
    margin: auto;
    width: 75%;
    height: auto; }
  .activity-items .activity-item h5 {
    font-size: 16px; }

.sustainable_investing_container {
  text-align: left;
  padding-top: 35px;
  padding-bottom: 35px; }

.sustainable_investing {
  padding-top: 30px;
  text-align: center; }

.sustainable_investing_container .esg_lead_paragraph {
  padding: 30px 0 5px;
  font-weight: 600;
  font-size: 16px;
  text-align: left; }

/* about */
.page-template-page-awards .section-description p {
  margin-bottom: 0px; }
.page-template-page-awards .awards_list:last-child {
  margin-bottom: 100px; }
.page-template-page-awards .awards_list .heading-line {
  margin-bottom: 10px; }
  .page-template-page-awards .awards_list .heading-line h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px !important;
    display: block; }
    .page-template-page-awards .awards_list .heading-line h2:after {
      width: 100%;
      margin-top: 5px; }
.page-template-page-awards .awards_list .award_description {
  margin-bottom: 60px; }
  .page-template-page-awards .awards_list .award_description h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 200; }
.page-template-page-awards .awards_list .row-item {
  margin-bottom: 60px; }
  .page-template-page-awards .awards_list .row-item:after {
    margin-bottom: 0px; }
.page-template-page-awards .list_items .info .title {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 10px; }
.page-template-page-awards .award_footer .section-title h3 {
  border-top: 1px solid #000;
  padding-top: 15px;
  font-size: 0.9rem; }
.page-template-page-awards .award_footer .description {
  margin-top: 10px;
  font-size: 0.65rem; }
.page-template-page-awards .award_footer dl, .page-template-page-awards .award_footer ol, .page-template-page-awards .award_footer ul {
  padding-left: 15px; }
  .page-template-page-awards .award_footer dl li, .page-template-page-awards .award_footer ol li, .page-template-page-awards .award_footer ul li {
    padding-left: 10px;
    color: #999999; }
@media (min-width: 768px) {
  .page-template-page-awards .award_footer {
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  .page-template-page-awards .awards_list {
    padding-top: 50px;
    margin-bottom: 50px; }
    .page-template-page-awards .awards_list .list_items .row-item .info {
      margin-bottom: 35px; } }
@media (max-width: 767px) {
  .page-template-page-awards .awards_list {
    padding-top: 40px;
    margin-bottom: 40px; }
    .page-template-page-awards .awards_list .list_items .row-item {
      margin-bottom: 40px; }
      .page-template-page-awards .awards_list .list_items .row-item .info {
        margin-bottom: 30px; }
    .page-template-page-awards .awards_list .heading-line h2 {
      font-size: 2.7rem; }
    .page-template-page-awards .awards_list .award_description {
      margin-bottom: 30px; }
      .page-template-page-awards .awards_list .award_description h3 {
        font-size: 1.7rem; } }
@media (max-width: 575px) {
  .page-template-page-awards .awards_list {
    padding-top: 30px;
    margin-bottom: 30px; }
    .page-template-page-awards .awards_list .list_items .row-item {
      margin-bottom: 30px; }
    .page-template-page-awards .awards_list .heading-line h2 {
      font-size: 21px !important;
      line-height: 27px !important; }
    .page-template-page-awards .awards_list .award_description {
      margin-bottom: 30px; }
      .page-template-page-awards .awards_list .award_description h3 {
        font-size: 1.5rem; } }
@media (max-width: 480px) {
  .page-template-page-awards .awards_list {
    padding-top: 20px;
    margin-bottom: 20px; }
    .page-template-page-awards .awards_list .list_items .row-item {
      margin-bottom: 20px; } }

/* about */
/* investments */
.investment-container hr,
.page-template-page-investments hr {
  border-top-color: #ccc;
  margin: 50px 0; }
  .investment-container hr:last-child,
  .page-template-page-investments hr:last-child {
    display: none; }
.investment-container h3,
.page-template-page-investments h3 {
  font-size: 23px;
  font-weight: 700; }
  .investment-container h3 a,
  .page-template-page-investments h3 a {
    color: #000; }
.investment-container a.more-link-icon,
.page-template-page-investments a.more-link-icon {
  font-size: 16px;
  font-weight: 700; }
.investment-container .video-icon,
.page-template-page-investments .video-icon {
  height: 26px;
  width: 26px; }
.investment-container .note,
.page-template-page-investments .note {
  margin-top: 100px;
  font-size: 0.8em; }
.investment-container div.info,
.page-template-page-investments div.info {
  padding-left: 40px; }

.listing-investment hr:last-child {
  display: none; }

/* investments */
@media screen and (max-width: 767px) {
  .page-template-page-investments h3 {
    font-size: 21px; }
  .page-template-page-investments div.info {
    padding-left: 15px; }
  .page-template-page-investments div.img {
    text-align: center;
    margin-bottom: 20px; }
    .page-template-page-investments div.img img {
      max-width: 270px; } }
@media screen and (max-width: 575px) {
  .page-template-page-investments h3 {
    font-size: 19px; }
  .page-template-page-investments div.img img {
    max-width: 200px; } }
/* investment detail*/
.single-investment .thumbnail.media-icon img,
.page-template-page-investment-detail .thumbnail.media-icon img {
  max-width: 100%;
  width: 100%; }
.single-investment div.info,
.page-template-page-investment-detail div.info {
  padding-left: 40px; }
.single-investment .sub-info > div,
.page-template-page-investment-detail .sub-info > div {
  padding: 5px 0;
  font-size: 14px; }
.single-investment .sub-info i.fa,
.page-template-page-investment-detail .sub-info i.fa {
  color: #ddd;
  font-size: 15px;
  margin-right: 10px; }
.single-investment .social-links,
.page-template-page-investment-detail .social-links {
  border-top: 1px solid #ddd;
  padding-top: 10px; }
  .single-investment .social-links a,
  .page-template-page-investment-detail .social-links a {
    font-size: 30px; }
.single-investment h1,
.page-template-page-investment-detail h1 {
  font-size: 33px;
  font-weight: 800; }
.single-investment hr,
.page-template-page-investment-detail hr {
  border-top-color: #ccc; }
.single-investment .summary,
.page-template-page-investment-detail .summary {
  font-size: 0.8em; }

/* investment detail*/
@media screen and (max-width: 767px) {
  .page-template-page-investment-detail div.info {
    margin-top: 50px;
    padding-left: 15px; }
  .page-template-page-investment-detail div.img img {
    width: auto;
    max-width: 270px; }
  .page-template-page-investment-detail h1.name {
    font-size: 30px; } }
@media screen and (max-width: 575px) {
  .page-template-page-investment-detail h1.name {
    font-size: 26px; }
  .page-template-page-investment-detail div.img img {
    max-width: 200px; } }
/* news */
.page-template-page-news .filter-options {
  margin-top: 7px !important;
  margin-bottom: 0; }
  .page-template-page-news .filter-options label {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 300; }
  .page-template-page-news .filter-options > div {
    flex-direction: row-reverse; }
    .page-template-page-news .filter-options > div > .opt {
      width: auto !important; }
  .page-template-page-news .filter-options select {
    width: auto; }
.page-template-page-news .listing-items hr {
  border-top-color: #ccc;
  margin: 30px 0; }
.page-template-page-news .listing-items .item:last-child hr {
  display: none; }
.page-template-page-news .listing-items .item a {
  color: #000; }
.page-template-page-news .listing-items .item .date {
  color: #666;
  font-size: 16px; }
.page-template-page-news .listing-items .item h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px; }
.page-template-page-news .listing-items .item.feature h3 {
  font-size: 32px; }
.page-template-page-news .listing-items .item.feature .desc {
  font-size: 18px;
  margin-top: 20px; }
.page-template-page-news .listing-items .item.feature hr {
  margin-top: 70px; }

.single-post-line {
  background: #000;
  height: 1px; }

.single-post-title .title-text::after {
  width: 140% !important; }

.download-items {
  margin-top: 20px;
  margin-bottom: 50px; }
  .download-items .download-item {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px; }
    .download-items .download-item .download-icon {
      position: absolute;
      left: 0;
      top: -2px;
      width: 25px;
      height: 25px;
      margin-top: 0;
      margin-right: 0; }
    .download-items .download-item a {
      font-weight: 800; }

.heading-line-filter .filter-options {
  float: right;
  margin-top: -50px; }

.heading-line-full .title-text {
  display: block; }
  .heading-line-full .title-text::after {
    width: 100% !important; }

.sidebar-right .heading-line-full {
  margin-bottom: 40px; }

.more-insights {
  border-top: 4px solid #000;
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-align: left; }
  .more-insights a {
    margin-top: 15px;
    font-size: 26px;
    font-weight: 400; }
  .more-insights .text {
    float: left;
    color: #112c50; }
  .more-insights .insight-arrow-right-icon {
    margin-top: 10px;
    margin-left: 10px; }

.insights-list .insights-item {
  position: relative;
  margin-bottom: 70px; }
  .insights-list .insights-item img {
    width: 100%;
    height: auto;
    border-radius: 6px 0 0 0; }
  .insights-list .insights-item .des {
    position: relative;
    margin-top: -60px;
    width: 95%;
    padding: 20px;
    background: rgba(21, 55, 100, 0.85);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 0 0 6px 0; }
  .insights-list .insights-item a:hover .des {
    background: rgba(0, 0, 0, 0.85); }

.page-template-page-news-detail .single-post-line {
  height: 2px;
  margin-top: 120px; }
.page-template-page-news-detail .single-post-title {
  margin: 25px 0;
  font-weight: 800; }
  .page-template-page-news-detail .single-post-title.download-title {
    margin-top: 50px; }
  .page-template-page-news-detail .single-post-title.more-ins a {
    color: #000; }

/* news */
@media screen and (max-width: 991px) {
  .page-template-page-news .filter-options {
    margin-top: -2px !important; }
    .page-template-page-news .filter-options label {
      font-size: 22px; }
  .page-template-page-news .listing-items .item.feature h3 {
    font-size: 30px; }
  .page-template-page-news .listing-items .item.feature .desc {
    font-size: 18px; }

  .more-insights a {
    font-size: 26px; }

  .insights-list .insights-item .des {
    margin-top: -30px;
    padding: 15px;
    font-size: 17px; } }
@media screen and (max-width: 767px) {
  .page-template-page-news .row {
    margin-left: -5px;
    margin-right: -5px; }
    .page-template-page-news .row > div {
      padding-left: 5px;
      padding-right: 5px; }
  .page-template-page-news .filter-options {
    display: none; }
    .page-template-page-news .filter-options label {
      font-size: 20px; }
  .page-template-page-news .listing-items .item.feature h3 {
    font-size: 28px; }
  .page-template-page-news .listing-items .item.feature .desc {
    font-size: 17px; }
  .page-template-page-news .more-insights a {
    font-size: 22px; }
  .page-template-page-news .more-insights .insight-arrow-right-icon {
    margin-top: 5px; }

  .page-template-page-news-detail .single-post-title.more-ins {
    font-size: 28px; }

  .insights-list .insights-item {
    margin-bottom: 30px; }
    .insights-list .insights-item .des {
      width: 100%;
      padding: 10px; } }
@media screen and (max-width: 575px) {
  .page-template-page-news .filter-options {
    margin-top: -3px !important; }
    .page-template-page-news .filter-options label {
      font-size: 18px; }
    .page-template-page-news .filter-options select {
      padding: 2px 6px;
      height: 26px; }
  .page-template-page-news .listing-items .item h3 {
    font-size: 19px; }
  .page-template-page-news .listing-items .item.feature h3 {
    font-size: 24px; }
  .page-template-page-news .more-insights a {
    font-size: 20px; }

  .page-template-page-news-detail .single-post-title.more-ins {
    font-size: 26px; } }
/* news detail */
.page-template-page-news-detail .filter-options > div {
  flex-direction: row-reverse; }
  .page-template-page-news-detail .filter-options > div > .opt {
    width: auto; }
.page-template-page-news-detail .filter-options select {
  width: auto; }
.page-template-page-news-detail .date {
  font-size: 16px;
  font-weight: 800; }
.page-template-page-news-detail h1.title {
  font-size: 35px;
  font-weight: 800; }
.page-template-page-news-detail .content-detail img {
  max-width: 100%; }

/* news detail*/
@media screen and (max-width: 991px) {
  .page-template-page-news-detail h1.title {
    font-size: 33px; }
  .page-template-page-news-detail h3 {
    font-size: 24px; }
  .page-template-page-news-detail h4 {
    font-size: 22px; }
  .page-template-page-news-detail h5 {
    font-size: 19px; } }
@media screen and (max-width: 767px) {
  .page-template-page-news-detail h1.title {
    font-size: 26px; }
  .page-template-page-news-detail h3 {
    font-size: 23px; }
  .page-template-page-news-detail h4 {
    font-size: 21px; }
  .page-template-page-news-detail h5 {
    font-size: 18px; } }
@media screen and (max-width: 575px) {
  .page-template-page-news-detail h1.title {
    font-size: 23px; }
  .page-template-page-news-detail h3 {
    font-size: 21px; }
  .page-template-page-news-detail h4 {
    font-size: 19px; }
  .page-template-page-news-detail h5 {
    font-size: 16px; }
  .page-template-page-news-detail h6 {
    font-size: 15px; } }
/* leadership */
.page-template-page-leadership .section-description h2.title {
  font-size: 25px;
  font-weight: 800; }
.page-template-page-leadership .listing-items .item {
  margin-bottom: 50px; }
  .page-template-page-leadership .listing-items .item .img {
    margin-bottom: 10px; }
    .page-template-page-leadership .listing-items .item .img img {
      border-radius: 6px; }
  .page-template-page-leadership .listing-items .item div.name {
    font-weight: 800;
    line-height: 20px;
    font-size: 18px; }
  .page-template-page-leadership .listing-items .item div.pos {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px; }
  .page-template-page-leadership .listing-items .item a {
    color: #000; }

/* leadership */
@media screen and (max-width: 991px) {
  .page-template-page-leadership .section-description h2.title {
    font-size: 23px; } }
@media screen and (max-width: 767px) {
  .page-template-page-leadership .section-description h2.title {
    font-size: 21px; } }
@media screen and (max-width: 575px) {
  .page-template-page-leadership .section-description h2.title {
    font-size: 20px; }
  .page-template-page-leadership .listing-items {
    margin-left: -5px;
    margin-right: -5px; }
    .page-template-page-leadership .listing-items .item {
      padding-left: 5px;
      padding-right: 5px; }
      .page-template-page-leadership .listing-items .item div.name {
        font-size: 16px; }
      .page-template-page-leadership .listing-items .item div.pos {
        font-size: 14px; } }
/* about */
.page-template-page-case-study .section-quote {
  padding-bottom: 60px; }
.page-template-page-case-study .section-title h2 {
  font-size: 1.4rem;
  font-weight: bold; }
.page-template-page-case-study .list-items .item {
  margin-bottom: 50px; }
  .page-template-page-case-study .list-items .item .thumb {
    display: block;
    position: relative; }
    .page-template-page-case-study .list-items .item .thumb img {
      border-radius: 6px; }
.page-template-page-case-study .list-items .info h3 {
  margin-top: 1px;
  margin-bottom: 0px; }
  .page-template-page-case-study .list-items .info h3 a {
    font-size: 1.3rem;
    font-weight: 900;
    color: #000; }
.page-template-page-case-study .list-items .info .time {
  color: #999999; }

/* about */
@media screen and (max-width: 991px) {
  .page-template-page-case-study .list-items .info h3 a {
    font-size: 1.2rem; } }
@media screen and (max-width: 767px) {
  .page-template-page-case-study .list-items .info h3 a {
    font-size: 1.1rem; }
  .page-template-page-case-study .list-items div.time {
    font-size: 0.9rem; } }
@media screen and (max-width: 575px) {
  .page-template-page-case-study .section-title h2 {
    font-size: 1.2rem; }
  .page-template-page-case-study .list-items {
    margin-left: -5px;
    margin-right: -5px; }
    .page-template-page-case-study .list-items h3 a {
      font-size: 1.1rem; }
    .page-template-page-case-study .list-items div.time {
      font-size: 0.8rem; }
    .page-template-page-case-study .list-items .item {
      padding-left: 5px;
      padding-right: 5px; } }
/* History */
.page-template-page-history .section-history .history-content {
  padding: 0 30px 0px; }
.page-template-page-history .section-history .history-nav button {
  background: transparent;
  border-width: 0 0 4px 0;
  padding: 5px 30px 2px;
  border-radius: 0;
  margin-right: 10px;
  color: #000;
  font-weight: 900;
  font-size: 20px; }
  .page-template-page-history .section-history .history-nav button:last-child {
    margin-right: 0; }
  .page-template-page-history .section-history .history-nav button.active {
    border-bottom: 4px solid #00bb84;
    background-color: #000;
    color: #fff; }
.page-template-page-history .section-history .history-row > .row > div {
  min-height: 400px; }
.page-template-page-history .section-history .history-row .title-text {
  font-size: 70px;
  font-weight: 700;
  margin-top: -12px; }
  .page-template-page-history .section-history .history-row .title-text:after {
    width: 100%; }
.page-template-page-history .section-history .history-row ul {
  padding-left: 20px; }
  .page-template-page-history .section-history .history-row ul li {
    margin-bottom: 10px;
    list-style-type: square; }
    .page-template-page-history .section-history .history-row ul li a {
      color: #004d82;
      font-weight: 400; }
    .page-template-page-history .section-history .history-row ul li:last-child {
      margin-bottom: 0; }
@media (max-width: 991px) {
  .page-template-page-history .row-Text-Image .col-view-left-Text {
    max-width: 40%;
    flex: 0 40%; }
    .page-template-page-history .row-Text-Image .col-view-left-Text .history-content {
      padding-left: 15px;
      padding-right: 15px; }
  .page-template-page-history .row-Text-Image .col-view-center-Image {
    max-width: 60%;
    flex: 0 60%; }
  .page-template-page-history .row-Image-Text-Image .col-view-left-Image {
    display: none; }
  .page-template-page-history .row-Image-Text-Image .col-view-center-Text {
    max-width: 40%;
    flex: 0 0 40%; }
    .page-template-page-history .row-Image-Text-Image .col-view-center-Text .history-content {
      padding-left: 15px;
      padding-right: 15px; }
  .page-template-page-history .row-Image-Text-Image .col-view-right-Image {
    max-width: 60%;
    flex: 0 0 60%; }
  .page-template-page-history .row-Image-Text-Image .thumbnail img {
    width: 100%; }
  .page-template-page-history .thumbnail-bg-cover {
    min-height: 350px; }
  .page-template-page-history .section-history .history-row .title-text {
    font-size: 55px !important;
    margin-top: 0; }
    .page-template-page-history .section-history .history-row .title-text:after {
      width: 100%;
      margin-top: 20px; }
  .page-template-page-history .section-history .history-nav button {
    padding: 5px 10px 2px;
    font-size: 18px; } }
@media (max-width: 767px) {
  .page-template-page-history .row-Text-Image .col-view-left-Text,
  .page-template-page-history .row-Text-Image .col-view-center-Image {
    max-width: 100%;
    flex: auto; }
  .page-template-page-history .row-Image-Text-Image .col-view-center-Text,
  .page-template-page-history .row-Image-Text-Image .col-view-right-Image {
    max-width: 100%;
    flex: auto; }
  .page-template-page-history .row-Text-Image .col-view-left-Text .history-content {
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-page-history .section-history .history-row .title-text {
    font-size: 45px !important;
    margin-top: 30px; }
    .page-template-page-history .section-history .history-row .title-text:after {
      width: 100%;
      margin-top: 20px; }
  .page-template-page-history .section-history .history-nav button {
    padding: 5px 10px 2px;
    font-size: 18px; }
  .page-template-page-history .thumbnail-bg-cover {
    min-height: 300px; } }
@media (max-width: 575px) {
  .page-template-page-history .section-history .history-row .title-text {
    font-size: 45px !important; }
  .page-template-page-history .section-history .history-nav button {
    font-size: 16px; }
  .page-template-page-history .thumbnail-bg-cover {
    min-height: 250px; } }
@media (max-width: 480px) {
  .page-template-page-history .section-history .history-row .title-text {
    font-size: 35px !important; }
  .page-template-page-history .section-history .history-nav button {
    padding: 5px 5px 2px; }
  .page-template-page-history .thumbnail-bg-cover {
    min-height: 200px; } }

/* History */
/* our-investor */
.page-template-page-our-investor .section-description h2.title {
  font-size: 25px;
  font-weight: 800; }
@media screen and (max-width: 991px) {
  .page-template-page-our-investor .section-description h2.title {
    font-size: 23px; } }
@media screen and (max-width: 767px) {
  .page-template-page-our-investor .section-description h2.title {
    font-size: 21px; } }
@media screen and (max-width: 575px) {
  .page-template-page-our-investor .section-description h2.title {
    font-size: 20px; } }

/* our senior advisors */
.page-template-page-our-senior-advisors .section-description h2.title {
  font-size: 25px;
  font-weight: 800; }
.page-template-page-our-senior-advisors .listing-items hr {
  margin-bottom: 50px;
  margin-top: 50px; }
  .page-template-page-our-senior-advisors .listing-items hr:last-child {
    display: none; }
.page-template-page-our-senior-advisors .listing-items .item .img {
  margin-bottom: 10px; }
  .page-template-page-our-senior-advisors .listing-items .item .img img {
    border-radius: 6px; }
.page-template-page-our-senior-advisors .listing-items .item p:last-child {
  margin-bottom: 0; }
.page-template-page-our-senior-advisors .listing-items .item div.name {
  font-weight: 800;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 20px; }
.page-template-page-our-senior-advisors .listing-items .item div.pos {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px; }
.page-template-page-our-senior-advisors .listing-items .item a {
  color: #000; }

/* leadership */
@media screen and (max-width: 991px) {
  .page-template-page-our-senior-advisors .section-description h2.title {
    font-size: 23px; } }
@media screen and (max-width: 767px) {
  .page-template-page-our-senior-advisors .section-description h2.title {
    font-size: 21px; }
  .page-template-page-our-senior-advisors .item .img {
    margin-bottom: 10px;
    text-align: center; }
    .page-template-page-our-senior-advisors .item .img img {
      max-width: 400px; }
  .page-template-page-our-senior-advisors .item p:last-child {
    margin-bottom: 0; }
  .page-template-page-our-senior-advisors .item div.name {
    text-align: center;
    margin-top: 15px; } }
@media screen and (max-width: 575px) {
  .page-template-page-our-senior-advisors .section-description h2.title {
    font-size: 20px; }
  .page-template-page-our-senior-advisors .listing-items .item .img img {
    max-width: 220px; }
  .page-template-page-our-senior-advisors .listing-items .item div.name {
    font-size: 20px; }
  .page-template-page-our-senior-advisors .listing-items .item div.pos {
    font-size: 14px; } }
/* Cookie bar */
.cookie-bar {
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  position: fixed;
  padding: 15px 20px 10px 20px;
  width: 100%;
  display: none;
  flex-direction: column;
  text-align: center;
  margin: 0;
  align-items: center;
  max-height: 85%;
  overflow-y: auto;
  z-index: 99;
  color: #ffffff; }
  .cookie-bar .cookie-bar-content {
    text-align: center;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-weight: 400; }
    .cookie-bar .cookie-bar-content .header-title {
      font-size: 1.7em; }
    .cookie-bar .cookie-bar-content .cookie-bar-post {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
      .cookie-bar .cookie-bar-content .cookie-bar-post p {
        margin-bottom: 2px; }
  .cookie-bar .close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0.85;
    color: #bbb;
    font-size: 1.5em;
    cursor: pointer;
    font-weight: normal;
    text-shadow: none; }
    .cookie-bar .close:hover {
      opacity: 1; }
  .cookie-bar .actions {
    text-align: center;
    margin-top: 20px; }

/* CONTENT */
/* TEXT THUMBNAIL ROW */
.section-text-thumbnail {
  padding: 50px 0; }
  .section-text-thumbnail .thumbnail img {
    width: 100%; }
  .section-text-thumbnail .thumbnail-block a {
    display: block !important; }
  .section-text-thumbnail .content h2 {
    padding-bottom: 20px; }
    .section-text-thumbnail .content h2 span {
      position: relative;
      padding-bottom: 5px;
      border-bottom: 3px solid #00bb84; }
      .section-text-thumbnail .content h2 span:after {
        border-bottom: 3px solid #00bb84;
        width: 80%;
        position: absolute;
        bottom: -5px; }
  .section-text-thumbnail .content .more-link {
    margin-top: 30px; }
  .section-text-thumbnail .content .more-link-icon {
    color: #004d82;
    font-weight: bold; }
  .section-text-thumbnail.even .hiden-on-desktop {
    display: block; }
  .section-text-thumbnail.even .hiden-on-mobile {
    display: none; }

/* / TEXT THUMBNAIL ROW */
/* QUOTE */
.section-quote {
  padding-bottom: 120px;
  margin-bottom: 120px;
  position: relative; }
  .section-quote .section-quote-bg {
    background: url(../images/bg/quote-bg.jpg) no-repeat scroll center center transparent;
    padding: 100px 0 0;
    min-height: 600px;
    border-radius: 8px; }
    .section-quote .section-quote-bg #section-quote-content {
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 100%; }
      .section-quote .section-quote-bg #section-quote-content .qoute-container {
        border-radius: 10px 10px 0 0;
        background: #fff;
        padding: 50px 50px 50px;
        border-bottom: 5px solid #053a6d; }
        .section-quote .section-quote-bg #section-quote-content .qoute-container .client-say {
          max-width: 750px;
          margin: auto;
          font-size: 1.7rem;
          font-weight: 700;
          line-height: 1.2; }
        .section-quote .section-quote-bg #section-quote-content .qoute-container .client-info {
          margin-top: 20px; }
          .section-quote .section-quote-bg #section-quote-content .qoute-container .client-info .name {
            font-weight: 900; }
  @media (max-width: 991px) {
    .section-quote .section-quote-content {
      padding-left: 15px;
      padding-right: 15px; }
    .section-quote .section-quote-bg {
      min-height: 500px; } }
  @media (max-width: 767px) {
    .section-quote .section-quote-bg {
      min-height: 400px; } }
  @media (max-width: 575px) {
    .section-quote .section-quote-bg {
      min-height: 300px; } }

/* END QUOTE */
/* GRID THUMBNAIL ITEMS */
.grid-items .item {
  padding-left: 0;
  padding-right: 2px;
  padding-bottom: 2px; }
  .grid-items .item:nth-child(3n+0) {
    padding-right: 0px; }

/* END GRID THUMBNAIL ITEMS */
@media (max-width: 767px) {
  .section-text-thumbnail .content {
    padding: 15px;
    margin: 0; }
    .section-text-thumbnail .content h2 {
      margin-top: 20px;
      font-size: 2rem;
      line-height: 2.3rem; }
  .section-text-thumbnail.odd .content {
    padding: 15px;
    margin: 0; } }
/* END CONTENT */
/* CONFIRM POST */
.main-content .confirm-dialog-message,
.main-content .content-detail-post[data-clock="Active"] {
  display: none; }

.confirm-post-dialog .bootstrap-dialog-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto; }
  .confirm-post-dialog .bootstrap-dialog-body br {
    display: none; }

@media screen and (max-width: 991px) {
  .section-quote .section-quote-bg #section-quote-content .qoute-container .client-say {
    font-size: 1.5rem; } }
@media screen and (max-width: 767px) {
  .section-quote .section-quote-bg #section-quote-content .qoute-container {
    padding: 50px 20px 50px 2px; }
    .section-quote .section-quote-bg #section-quote-content .qoute-container .client-say {
      font-size: 1.3rem; }
    .section-quote .section-quote-bg #section-quote-content .qoute-container .client-info {
      font-size: 0.9rem; } }
@media screen and (max-width: 575px) {
  .section-quote .section-quote-bg #section-quote-content .qoute-container {
    padding: 40px 15px 40px 15px; }
    .section-quote .section-quote-bg #section-quote-content .qoute-container .client-say {
      font-size: 1.1rem; }
    .section-quote .section-quote-bg #section-quote-content .qoute-container .client-info {
      font-size: 0.8rem; } }
@media (max-width: 767px) {
  .section-text-thumbnail .more-link {
    display: none; } }
/* FOOTER */
/* copyright */
footer {
  border-top: 1px solid #cccccc;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px; }
  footer .footer-menu ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
    footer .footer-menu ul li {
      float: left;
      margin-right: 10px; }
      footer .footer-menu ul li:after {
        content: "|";
        color: #004d82;
        margin-left: 10px; }
      footer .footer-menu ul li:last-child {
        margin-right: 0px; }
        footer .footer-menu ul li:last-child:after {
          content: "";
          margin-left: 0; }
      footer .footer-menu ul li a {
        color: #476890;
        display: inline-block;
        padding: inherit;
        font-weight: 400; }
  footer .copyright {
    color: #999999; }
    footer .copyright a {
      font-weight: 400; }

@media (max-width: 767px) {
  footer {
    text-align: center; }
    footer ul {
      margin-bottom: 15px; }
      footer ul li {
        float: none;
        margin-right: 10px;
        display: inline-block; }
    footer .copyright {
      text-align: center !important;
      margin-top: 10px; } }
/* END FOOTER */
/* REPONSIVE */
/* desktop */
/* tablet landscape */
/* end tablet landscape */
/* tablet portrait */
/* end tablet portrait */
/* smartphone landscape */
/* end smartphone landscape */
/* smartphone portrait */
/* screen more than 768px */
@media (min-width: 768px) {
  .hiden-on-desktop {
    display: none; }

  .hiden-on-mobile {
    display: block; } }
/* end screen more than 768px */
/* screen less than 768px */
@media (max-width: 767px) {
  .hiden-on-desktop {
    display: block; }

  .hiden-on-mobile {
    display: none; } }
/* end screen less than 768px */
/* END REPONSIVE */
@media (max-width: 991px) {
  .page-template .section-description {
    margin-top: 35px;
    font-size: 1.5rem; }

  .heading-line .title-text {
    font-size: 26px !important;
    line-height: 35px !important; }
    .heading-line .title-text::after {
      height: 6px;
      border-bottom: 6px solid #00bb84; }

  .fancybox-type-video .thumbnail img {
    width: 100%; }
  .fancybox-type-video .thumbnail .video-play-icon {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px; }

  .thumbnail.media-icon .view-image-icon {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px; }

  .text-note {
    font-size: 30px;
    padding: 30px 15px; } }
@media (max-width: 767px) {
  .page-template .section-description {
    margin-top: 30px;
    font-size: 1.4rem; }
    .page-template .section-description p {
      display: contents; }
    .page-template .section-description br {
      display: none; }

  .heading-line .title-text {
    font-size: 24px !important;
    line-height: 30px !important; }
    .heading-line .title-text::after {
      height: 5px;
      border-bottom: 5px solid #00bb84; }

  .text-note {
    font-size: 25px;
    padding: 25px 10px; }

  .fancybox-type-video .thumbnail .video-play-icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; }

  .thumbnail.media-icon .view-image-icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; } }
@media (max-width: 575px) {
  .page-template .section-description {
    margin-top: 25px;
    font-size: 1.3rem; }

  .filter-options label.search {
    display: none; }

  .heading-line .title-text {
    font-size: 22px !important;
    line-height: 27px !important; }
    .heading-line .title-text::after {
      height: 4px;
      border-bottom: 4px solid #00bb84; }

  .fancybox-type-video .thumbnail .video-play-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; }

  .thumbnail.media-icon .view-image-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; }

  .text-note {
    font-size: 20px;
    padding: 20px 0px; } }

/*# sourceMappingURL=main.css.map */
