@font-face {
  font-family: "century gothic";
  src: url("fonts/centurygothic.ttf") format("truetype");
}
@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Regular.woff") format("woff"), url("fonts/Averta-Regular.ttf") format("truetype"), url("fonts/Averta-Regular.svg#Averta-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Semibold.woff") format("woff"), url("fonts/Averta-Semibold.ttf") format("truetype"), url("fonts/Averta-Semibold.svg#Averta-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Averta-Light.woff") format("woff"), url("fonts/Averta-Light.ttf") format("truetype"), url("fonts/Averta-Light.svg#Averta-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* header */
/*body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before{content:"";width:0;height:2px;background-color:#58C3B2;position:absolute;top:50px;}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:before{width:100%;}*/
/*body:not(.theme-preset-active) #masthead .navbar-nav > li > a.dropdown-toggle:hover{
    margin-top:-2px;
}*/
/* end header */
/* slides */
/*why need this? makes text blurry*/
/*.parallax{transform: translateZ(-1px) scale(1.05);}*/
/*.section .row{
    padding:0 150px;position:relative;z-index:1; max-width: 1800px;margin: auto;
}*/
/*.focus,.difference,.governance,.fund-profiles{overflow:hidden;}*/
/* end slides */
/*plain contents*/
/* width */
/* Track */
/* Handle */
/* Handle on hover */
/*end plain contents*/
/* popup */
/*.modal-wrapper.styled .modal .intro{padding-top:20px;}*/
/* new one */
/* end popup */
/* footer */
/* end footer */
/* funds page style */
/* end funds page*/
/* contact page */
/* end contact page */
/* stocks page */
/* end stocks page */
/* menu adjust */
/* end adjust */
/* padding adjust to center */
/* resposivness */
/* padding adjust to center */
/* padding adjust to center */
/*
.our-team {

    background: url(http://dev.defectorsagency.com/northcape/wp-content/uploads/2018/12/bg-team-page@2x-min.jpg) center center / cover no-repeat fixed !important;
    background-size: initial !important;
} */
html {
  font-family: "Averta", Arial, sans-serif;
  overflow-x: hidden !important;
}

body {
  font-family: "Averta", Arial, sans-serif;
  overflow-x: hidden !important;
  font-weight: 300;
  -webkit-overflow-scrolling: touch;
}
body:not(.theme-preset-active) #masthead .nav-holder.light .navbar-nav > li > a {
  color: #2d2e2e;
}
body:not(.theme-preset-active) #masthead .nav-holder.light .navbar-nav > li > a:hover {
  color: #58C3B2;
}
body:not(.theme-preset-active) #masthead .nav-holder.light .navbar-nav > li.featured > a {
  color: #58C3B2;
}
body:not(.theme-preset-active) #masthead .nav-holder.light .navbar-nav > li.active > a {
  color: #58C3B2;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: white;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  transition: color 300ms ease-in-out;
  box-sizing: border-box;
  position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #58C3B2;
  margin-bottom: 0;
  font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:before {
  left: 0;
  width: 100%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 2px;
  width: 0;
  transition: all 300ms ease-in-out;
  background: #58C3B2;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.show > a {
  color: #58C3B2;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
  color: #58C3B2;
  font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.featured > a {
  color: #58C3B2;
}
body:not(.theme-preset-active).page-id-3 #masthead .navbar-nav > li > a {
  color: black;
}
body:not(.theme-preset-active).page-id-216 #masthead .navbar-nav > li > a {
  color: black;
}

body.admin-bar header {
  top: 32px;
}
body.admin-bar > site {
  padding-top: 32px;
}

h1 {
  font-weight: 400;
  color: #58C3B2;
}

h2 {
  font-weight: 400;
  color: #58C3B2;
  font-size: 44px;
}

h5 {
  color: #58C3B2;
}

a {
  color: #58c3b2;
}
a:hover {
  color: #58c3b2;
  text-decoration: none;
}

.wrapper {
  width: 100% !important;
  max-width: unset !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header#masthead {
  padding: 0;
  background: transparent;
  box-shadow: unset;
}

.navbar-expand-xl .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar-light .navbar-toggler {
  border: none;
  position: fixed;
  top: 20px;
  right: 20px;
}
.navbar-light .navbar-toggler:focus {
  outline: unset !important;
}

.navbar-toggler {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 14px;
  right: 31px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  box-sizing: border-box;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: #58C3B2;
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
}
.navbar-toggler span i {
  display: none;
}
.navbar-toggler span:before {
  top: -10px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 0;
  background-color: #58C3B2;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
}
.navbar-toggler span:after {
  bottom: -10px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 0;
  background-color: #58C3B2;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
}
.navbar-toggler:not(.collapsed) span {
  background: none;
}
.navbar-toggler:not(.collapsed) span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
.navbar-toggler:not(.collapsed) span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}

.nav-holder {
  padding: 12px 0 10px;
  background: transparent;
  transition: background-color 300ms ease-in-out;
}

.nav-holder.light {
  background-color: #ededed;
  border-bottom: 1px solid #B9BABC;
}

body.with-light-menu #masthead .nav-holder .navbar-nav > li > a {
  color: #2d2e2e;
}

.logo {
  width: 100%;
  padding: 29px 0;
  background: #242525;
  text-align: center;
}
.logo a {
  height: auto;
  margin: auto;
}

.logo-img {
  max-width: 194px;
  height: auto;
}

.fa-bars:before {
  font-size: 30px;
  color: white;
}

.buttons-hold .btn-ol-green {
  padding: 6px 29px;
}
.buttons-hold > a {
  margin-left: 10px;
  margin-right: 10px;
}
.buttons-hold > a:hover {
  left: -9px;
  margin-right: -11px;
  padding-left: 40px;
  padding-right: 40px;
}
.buttons-hold > a:first-of-type:hover {
  padding-left: 39px;
  padding-right: 39px;
}

.dropdown-toggle::after {
  border-top: 0;
  border-left: 0;
  border-right: solid 2px;
  border-bottom: solid 2px;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 3px;
}

.dropdown-menu {
  background: none;
  border: none;
  min-width: 250px;
}
.dropdown-menu .dropdown-item {
  color: white;
  background: #2d2e2e;
  margin-bottom: 2px;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item:hover {
  color: #58C3B2;
  background: #2d2e2e;
}

.arrow-icon {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}
.arrow-icon img {
  width: 30px;
}

.section {
  overflow: hidden;
}
.section .link-tiles {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section .link-tiles li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 calc(20% - 40px);
  margin: 20px;
  background-color: #2d2e2e;
  transition: background-color 500ms ease-in-out;
}
.section .link-tiles li a {
  color: #58c3b2;
  padding: 41px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  height: 100%;
  word-spacing: 100vh;
}
.section .link-tiles li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 15px;
  width: 11px;
  height: 18px;
  background: url(img/angle-right.svg) no-repeat;
  background-size: contain;
  transition: all 300ms ease-in-out;
}
.section .link-tiles li:hover {
  background-color: #58c3b2;
}
.section .link-tiles li:hover a {
  color: #ffffff;
}
.section .link-tiles li:hover a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  bottom: 9px;
}
.section .container {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.animation-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background: rgba(55, 56, 56, 0.59);
  height: 100%;
  z-index: 1;
  background-color: rgb(55, 56, 56);
  z-index: 2;
}

.dark-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background: rgba(55, 56, 56, 0.59);
  height: 100%;
  z-index: 1;
}

.our-team .dark-overlay {
  background: rgba(45, 46, 46, 0.59);
}
.our-team .dark-overlay .animation-overlay {
  background: rgb(45, 46, 46);
}
.our-team h2 {
  margin-top: 40px;
}
.our-team .panel-content {
  padding-bottom: 40px;
}

.video-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel-btn {
  text-transform: capitalize;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all 300ms ease-in-out;
  position: relative;
  left: 0;
  margin-right: 0;
  display: inline-block;
  line-height: 30px;
}
.panel-btn:hover {
  text-decoration: none;
  color: white;
  left: -20px;
  margin-right: -42px;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-green {
  background: #58C3B2;
  color: white;
}

.btn-ol-green {
  border: solid 2px #58C3B2;
  color: #58C3B2;
  padding: 7px 29px;
}
.btn-ol-green:hover {
  background: #58C3B2;
}

.btn-black {
  background: black;
  color: white;
}

.second-btn {
  margin-left: 2em;
}

#fp-nav ul li {
  margin-bottom: 13px;
}
#fp-nav ul li a span {
  width: 17px;
  height: 17px;
  background: none;
  border: solid 2px #58c3b2;
  margin: 0;
}
#fp-nav ul li a span:hover {
  background: #58c3b2;
}
#fp-nav ul li a.active span {
  background: #58c3b2;
  margin: 0 !important;
  width: 17px;
  height: 17px;
}
#fp-nav ul li:hover a.active span {
  background: #58c3b2;
  width: 17px;
  height: 17px;
}
#fp-nav ul li:hover a span {
  width: 17px;
  height: 17px;
  margin: 0;
}

.fp-slidesNav ul li {
  margin-bottom: 13px;
}
.fp-slidesNav ul li a span {
  width: 17px;
  height: 17px;
  background: none;
  border: solid 2px #58c3b2;
  margin: 0;
}
.fp-slidesNav ul li a span:hover {
  background: #58c3b2;
}
.fp-slidesNav ul li a.active span {
  background: #58c3b2;
  margin: 0 !important;
  width: 17px;
  height: 17px;
}
.fp-slidesNav ul li:hover a.active span {
  background: #58c3b2;
  width: 17px;
  height: 17px;
}
.fp-slidesNav ul li:hover a span {
  width: 17px;
  height: 17px;
  margin: 0;
}

#fp-nav.light ul li a span {
  border-color: #fff;
}
#fp-nav.light ul li a span:hover {
  background: #fff;
}
#fp-nav.light ul li a.active span {
  background: #fff;
}
#fp-nav.light ul li:hover a.active span {
  background: #fff;
}

#fp-nav.fp-right {
  right: 30px;
}

.panel-content p {
  font-size: 26px;
  color: white;
  line-height: 31px;
  margin: auto auto 1.5em auto;
}
.panel-content h2 {
  font-size: 44px;
  color: #58C3B2;
  margin-bottom: 23px;
}

.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-center .panel-content {
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

.about-company .order-1 h2 {
  font-size: 44px;
  color: #58C3B2;
  margin-bottom: 23px;
}
.about-company .order-1 p {
  font-size: 26px;
  color: white;
  line-height: 1.3;
}
.about-company .panel-content p {
  font-size: 18px;
  line-height: 25px;
}
.about-company .panel-content p:first-of-type {
  padding-top: 92px;
}
.about-company .panel-content h2 {
  visibility: hidden;
}
.about-company .fp-tableCell {
  padding-top: 127px;
}
.about-company .fp-tableCell > .container > .row {
  padding: 40px 0;
}

.investment-approach .order-1 h2 {
  font-size: 44px;
  color: #58C3B2;
  margin-bottom: 23px;
}
.investment-approach .order-1 p {
  font-size: 26px;
  color: white;
  line-height: 1.3;
}
.investment-approach .panel-content p {
  font-size: 18px;
  line-height: 25px;
}
.investment-approach .panel-content p:first-of-type {
  padding-top: 92px;
}
.investment-approach .panel-content h2 {
  visibility: hidden;
}
.investment-approach .fp-tableCell {
  padding-top: 127px;
}
.investment-approach .fp-tableCell > .container > .row {
  padding: 40px 0;
}

.awards h4 {
  margin-bottom: 50px;
}
.awards .bg-img {
  bottom: -290px;
  right: -150px;
}
.awards .order-1 p {
  font-size: 18px;
  color: white;
  line-height: 25px;
  margin-bottom: 1.5em;
}
.awards .panel-content p {
  font-size: 18px;
  line-height: 25px;
  color: white;
  margin-bottom: 0.9em;
}
.awards .panel-content p:first-of-type {
  padding-top: 88px;
}
.awards .fp-tableCell {
  padding-top: 127px;
}

.content-left .panel-content p {
  margin-left: 0;
}

.content-right .panel-content p {
  margin-left: 0;
}

.width-short {
  max-width: 500px;
}

.width-medium {
  max-width: 700px;
}

.width-long {
  max-width: 900px;
}

.fp-auto-height {
  padding: 120px 0;
}

.bg-img {
  position: absolute;
  width: 80%;
}

.about .bg-img {
  bottom: -220px;
  right: -110px;
}

.approach .bg-img {
  bottom: -220px;
  left: -120px;
}

.funds .bg-img {
  bottom: -200px;
  right: -250px;
  width: 60%;
}
.funds .panel-content p {
  color: black;
}

.resources .bg-img {
  bottom: -220px;
  left: -120px;
}
.resources .panel-content p {
  color: black;
}
.resources .panel-content h2 {
  color: white;
}
.resources .order-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources .img-col {
  text-align: center;
}
.resources .img-col img {
  width: 70%;
  margin: auto;
}

.focus .bg-img {
  bottom: -250px;
  right: -300px;
  width: 60%;
}
.focus .panel-content {
  max-width: 450px;
  margin: auto;
}
.focus .panel-content h5 {
  font-size: 28px;
  margin-bottom: 1.5em;
}
.focus .panel-content p {
  font-size: 20px;
  margin-left: 0;
}

.difference .bg-img {
  bottom: -200px;
  left: -400px;
  width: 60%;
}
.difference .panel-content p {
  color: black;
  font-size: 20px;
  margin-left: 0;
  font-size: 18px;
  line-height: 25px;
}
.difference .panel-content p:first-of-type {
  padding-top: 50px;
}
.difference .panel-content h2 {
  visibility: hidden;
}
.difference .text-col h2 {
  color: white;
}
.difference .text-col p {
  font-size: 26px;
  line-height: 1.3;
}

.governance .bg-img {
  bottom: -500px;
  left: -320px;
  width: 80%;
}
.governance .panel-content p {
  color: black;
}
.governance .panel-content h2 {
  color: white;
}
.governance .img-col {
  text-align: center;
}
.governance .img-col a.dl-ico {
  color: black;
  margin-top: 1em;
  display: block;
  font-size: 18px;
  text-align: center;
  background: url(img/ico-download.svg) no-repeat;
  background-size: 17px 17px;
  display: inline-block;
  padding-right: 30px;
  background-position: right center;
}

.responsible-investment .bg-img {
  bottom: -500px;
  left: -320px;
  width: 80%;
}
.responsible-investment .panel-content {
  max-width: 490px;
}
.responsible-investment .panel-content h2 {
  color: white;
}
.responsible-investment .panel-content p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.responsible-investment .img-col {
  margin-bottom: 50px;
}
.responsible-investment .img-col a.dl-ico {
  color: black;
  margin-top: 1em;
  display: block;
  font-size: 18px;
  text-align: center;
  background: url(img/ico-download.svg) no-repeat;
  background-size: 17px 17px;
  display: inline-block;
  padding-right: 30px;
  background-position: right center;
}

.fund-profiles .bg-img {
  bottom: -240px;
  right: -260px;
  width: 70%;
}
.fund-profiles .panel-content p {
  font-weight: lighter;
}
.fund-profiles .fp-tableCell {
  padding-top: 127px;
}

.fund-profile .bg-img {
  left: -680px;
  bottom: -200px;
}
.fund-profile .img-col {
  text-align: center;
}
.fund-profile .img-col a.dl-ico {
  color: black;
  margin-top: 1em;
  display: block;
  font-size: 18px;
  text-align: center;
  background: url(img/ico-download.svg) no-repeat;
  background-size: 17px 17px;
  display: inline-block;
  padding-right: 30px;
  background-position: right center;
}

.fund-forms .bg-img {
  left: -120px;
  bottom: -220px;
  width: 60%;
}
.fund-forms .panel-content p {
  color: black;
  line-height: 1.3;
  font-weight: lighter;
}
.fund-forms .panel-content h2 {
  color: white;
}
.fund-forms .img-col {
  text-align: center;
}
.fund-forms .img-col a.dl-ico {
  color: black;
  margin-top: 1em;
  display: block;
  font-size: 18px;
  text-align: center;
  background: url(img/ico-download.svg) no-repeat;
  background-size: 17px 17px;
  display: inline-block;
  padding-right: 30px;
  background-position: right center;
}
.fund-forms .row.img-col {
  padding: 0;
}

.fund-list {
  margin-top: 5em;
}
.fund-list ul {
  list-style: none;
}
.fund-list ul li {
  width: 100%;
  max-width: 531px;
}
.fund-list ul li a {
  color: white;
  margin-bottom: 14px;
  width: 100%;
  padding: 9px 10% 9px 29px;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  transition: background-position-x 300ms ease-in-out;
  background: #58C3B2 url(img/angle-right.svg) no-repeat;
  background-position: 96.8% 50%;
  background-size: 20px 20px;
  color: #fff;
  display: block;
}
.fund-list ul li a:hover {
  background-position-x: 98.5%;
}

.investment-team .row h2 {
  padding: 0 15px 50px;
}

.business-support .row h2 {
  padding: 0 15px 50px;
}

.row.grid-box h4 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 30px;
}
.row.grid-box a {
  display: block;
  margin-bottom: 60px;
}
.row.grid-box a:hover {
  color: #58C3B2;
  opacity: 0.7;
}
.row.grid-box a:hover p {
  background-position-x: 99.7%;
}
.row.grid-box a img {
  margin-bottom: 38px;
}
.row.grid-box p {
  color: #58C3B2;
  font-weight: 400;
}

.investment-team.fp-auto-height {
  padding: 10em 0 5em;
}

.business-support.fp-auto-height {
  padding: 5em 0 10em;
}

.grid-box {
  margin-left: -88px;
  margin-right: -88px;
}
.grid-box p {
  background: url(img/angle-right-green.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 13px;
  padding-right: 22px;
  transition: background-position-x 300ms ease-in-out;
}
.grid-box > * {
  padding: 0 88px;
}

.under-approach p {
  font-size: 18px;
  color: white;
  line-height: 25px;
}

.invest-steps {
  color: #ffffff;
}
.invest-steps .img-col {
  text-align: center;
}
.invest-steps .img-col a.dl-ico {
  color: black;
  margin-top: 1em;
  display: block;
  font-size: 18px;
  text-align: center;
  background: url(img/ico-download.svg) no-repeat;
  background-size: 17px 17px;
  display: inline-block;
  padding-right: 30px;
  background-position: right center;
  color: #fff;
  background-image: url(img/ico-download-green.svg);
}
.invest-steps h3 {
  color: #58c3b2;
  font-size: 35px;
}
.invest-steps p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.invest-steps .col-xl-8 > div {
  height: 100%;
}
.invest-steps .row.img-col {
  padding: 0;
  align-items: start;
  height: 100%;
  padding-top: 44px;
}

h2.team-heading-main {
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 40px;
  font-weight: 600;
}

h3.team-heading {
  font-size: 35px;
  line-height: 47px;
  margin: 0 0 52px;
  font-weight: 600;
  color: #58C3B2;
}

body.page-template-plain-page footer {
  position: absolute;
  bottom: 0;
}

.text-wrapper {
  margin: 220px auto 0;
  max-height: calc(100vh - 505px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #EDF8F6;
}

::-webkit-scrollbar-thumb {
  background: #58C3B2;
}
::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}

.modal-wrapper.styled {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-wrapper.styled .modal {
  margin: 30vh auto;
  max-width: 1250px;
}
.modal-wrapper.styled .modal h4 {
  font-weight: bold;
  font-size: 30px;
}
.modal-wrapper.styled .modal h5 {
  font-weight: bold;
  font-size: 22px;
  margin: 1em auto;
}
.modal-wrapper.styled .modal .close-modal {
  color: #58C3B2;
  top: 5px;
  right: 30px;
}
.modal-wrapper.styled .modal .col-12:first-child {
  text-align: center;
}

#modal-content {
  padding: 20px;
}

.fade-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 46, 46, 0.59);
  z-index: 9999;
}
.fade-bg .close-btn {
  cursor: pointer;
  position: absolute;
  right: 48px;
  top: 48px;
  width: 18px;
  height: 18px;
  z-index: 1;
  transition: opacity 300ms ease-in-out;
}
.fade-bg .close-btn:hover {
  opacity: 0.8;
}
.fade-bg .close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #58c3b2;
  transform: rotate(45deg);
}
.fade-bg .close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #58c3b2;
  transform: rotate(-45deg);
}
.fade-bg .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#team-popup.loading {
  background: url(img/loader.gif) no-repeat center #ffffff;
}
#team-popup.loading .teams-nav {
  display: none;
}

#team-popup {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  min-height: 200px;
  width: 100%;
  position: relative;
  transition: height 600ms ease-in-out;
}
#team-popup p {
  font-size: 16px !important;
}
#team-popup .content-holder {
  padding: 52px 52px 105px;
}
#team-popup .content-holder #modal-ready {
  max-height: calc(100vh - 400px);
  overflow: auto;
  width: calc(100% + 20px);
  padding-right: 20px;
}
#team-popup .content-holder .col-lg-4 {
  flex: 0 0 28%;
  max-width: 28%;
}
#team-popup .content-holder .col-lg-8 {
  flex: 0 0 72%;
  max-width: 72%;
  padding: 0 60px;
}
#team-popup .content-holder .col-lg-8 h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 8px;
}
#team-popup .content-holder .col-lg-8 h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 20px;
}

.teams-nav {
  position: absolute;
  right: 47px;
  bottom: 45px;
}
.teams-nav .prev {
  display: block;
  width: 20px;
  height: 34px;
  display: inline-block;
  background: url("img/arrow-right-green-big.svg") no-repeat;
  background-size: contain;
  transition: opacity 300ms ease-in-out;
  margin-right: 21px;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.teams-nav .prev:hover {
  opacity: 0.8;
}
.teams-nav .next {
  display: block;
  width: 20px;
  height: 34px;
  display: inline-block;
  background: url("img/arrow-right-green-big.svg") no-repeat;
  background-size: contain;
  transition: opacity 300ms ease-in-out;
}
.teams-nav .next:hover {
  opacity: 0.8;
}

footer {
  width: 100%;
  background-color: #242525;
  color: white;
  z-index: 1;
  position: relative;
}

#footer-widget {
  background: none !important;
  color: white;
  padding: 40px 0 30px;
}
#footer-widget .widget_media_image {
  text-align: center;
}
#footer-widget .widget_media_image img {
  max-width: 40px !important;
}
#footer-widget .container {
  max-width: 1400px;
}
#footer-widget a {
  text-decoration: none;
  color: #58C3B2;
}
#footer-widget a h5 {
  font-size: 18px;
  margin: 0 0 4px;
  line-height: 21px;
}
#footer-widget a h5:hover {
  opacity: 0.7;
}
#footer-widget a:hover {
  opacity: 0.7;
}
#footer-widget .widget {
  font-size: 14px;
  line-height: 21px;
}

h3.widget-title {
  font-size: 18px;
  color: #58C3B2;
  line-height: 21px;
}

.fp-viewing-funds-main #fp-nav {
  display: none;
}

.section.funds-main .container {
  padding-top: 0;
  padding-bottom: 40px;
}
.section.funds-main h2 {
  margin-top: 40px;
}

body.page-template-page-contact .content-div {
  padding: 314px 0 122px;
}
body.page-template-page-contact .content-div p {
  font-size: 23px;
  line-height: 29px;
  margin: 0 0 44px;
}
body.page-template-page-contact .content-div h2 {
  margin: 0 0 27px;
}

.offices-list {
  list-style: none;
  margin: 48px -10px 0;
  padding: 0;
}
.offices-list li {
  padding: 0 10px;
}
.offices-list li h3 {
  margin: 0 0 24px;
}
.offices-list li h3 a {
  color: #58c3b2;
  position: relative;
  padding-left: 30px;
  font-size: 23px;
  line-height: 27px;
}
.offices-list li h3 a:after {
  content: "";
  display: block;
  width: 17px;
  height: 40px;
  background: url("img/map-pin.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("img/map-pin-hover.svg");
  width: 0;
  height: 0;
}
.offices-list li h3 a:before {
  content: "";
  display: block;
  width: 17px;
  height: 40px;
  background: url("img/map-pin.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.offices-list li h3 a:hover {
  text-decoration: underline;
}
.offices-list li h3 a:hover:before {
  display: none;
}
.offices-list li h3 a:hover:after {
  width: 17px;
  height: 40px;
}
.offices-list li address {
  font-size: 17px;
  line-height: 24px;
  min-height: 118px;
}
.offices-list li .map-image {
  display: block;
  position: relative;
  max-width: 266px;
  margin-bottom: 59px;
}
.offices-list li .map-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color 300ms ease-in-out;
  background-color: rgba(88, 195, 178, 0);
}
.offices-list li .map-image:hover:after {
  background-color: rgba(88, 195, 178, 0.29);
}
.offices-list li small {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  margin-top: 15px;
}
.offices-list li small strong {
  color: #58c3b2;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  padding-right: 6px;
}

.offices-list.data-af {
  margin: 0;
}

.fp-section.stocks-info {
  background-color: #ededed;
  padding-top: 127px;
}
.fp-section.stocks-info table {
  margin: 32px 0 0;
}
.fp-section.stocks-info table tr td {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #58c3b2;
  color: #000000;
}
.fp-section.stocks-info table tr th {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #58c3b2;
  color: #58c3b2;
  font-weight: 600;
  padding-right: 30px;
  font-size: 23px;
}
.fp-section.stocks-info small {
  margin: 29px 0 0;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.fp-section.stocks-info h1 {
  font-size: 42px;
  line-height: 46px;
  margin: 0 0 36px;
}

.fp-section.chart-block {
  background-color: #ffffff;
}
.fp-section.chart-block h2 {
  font-size: 34px;
  line-height: 38px;
}
.fp-section.chart-block .chart-holder {
  padding: 50px 0;
}

.fp-section.fund-profile h2 {
  color: #ffffff;
}
.fp-section.fund-profile .panel-content p {
  color: #000000;
}

.stocks-text p {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 23px;
}

.section.australian-equities {
  padding-bottom: 0;
  background-color: #ededed;
}
.section.australian-equities .container {
  padding-top: 0;
  padding-bottom: 0;
}

.section.emerging-markets-equities {
  padding: 30px 0 0 !important;
  background-color: #ededed;
}
.section.emerging-markets-equities .container {
  padding-top: 0;
  padding-bottom: 0;
}

.section.global-equities {
  padding: 30px 0 0 !important;
  background-color: #ededed;
}
.section.global-equities .container {
  padding-top: 0;
  padding-bottom: 0;
}

.section.investment-business-support {
  padding: 30px 0 0 !important;
  background-color: #ededed;
  padding-bottom: 70px !important;
}
.section.investment-business-support .container {
  padding-top: 0;
  padding-bottom: 0;
}

.section.invest .panel-content p {
  font-size: 28px;
  line-height: 36px;
  max-width: 600px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown:hover .dropdown-toggle::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 3px;
}
.navbar-nav .dropdown .dropdown-toggle::after {
  transition: all 300ms ease-in-out;
}

.fp-section.fp-table.content-center:first-of-type .panel-content {
  padding-top: 127px;
}

.how-to-invest h2 {
  margin-top: 40px;
}
.how-to-invest .panel-content {
  padding-bottom: 40px;
}

.section.focus h2 {
  margin-bottom: 33px;
  padding-bottom: 0;
}
.section.focus h5 {
  margin-bottom: 33px;
}

.page-id-141 #fullpage .section:not(:first-child) {
  padding-top: 196px !important;
}

.text-green {
  color: #58C3B2;
}

.carousel .slides {
  max-width: 1000px;
  margin: auto;
}
.carousel .slides img {
  width: 100%;
  cursor: grab;
}

.slick-prev {
  left: -45px;
}
.slick-prev:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(225deg);
}

.slick-next {
  right: -45px;
}
.slick-next:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.slick-dots li button:before {
  content: "";
  width: 13px;
  height: 13px;
  background: none;
  border: 1.5px solid white;
  border-radius: 50%;
  top: 20px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: white;
}

.popup-wrap {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding: 50px 0 10px;
}
.popup-wrap p {
  padding-bottom: 30px;
  line-height: 25px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0 !important;
}

.pum-theme-northcape-custom .pum-content + .pum-close:focus {
  outline: none;
}

.awards-row {
  display: flex;
  margin-left: -36px;
  margin-right: -36px;
  padding-top: 0 !important;
}

.award-item {
  margin-bottom: 40px;
  width: 16.66%;
  padding: 0 36px;
}
.award-item figure {
  min-height: 164px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-item figure img {
  width: 100%;
  height: auto;
}
.award-item h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .responsible-investment .img-col .col-12 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1379px) {
  .awards-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .award-item {
    width: 20%;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .awards-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .award-item {
    width: 25%;
    padding: 0 20px;
  }
  .fp-section.funds {
    text-align: center;
  }
  .fund-list {
    margin-top: 50px;
  }
  .fund-list ul {
    padding-left: 0;
  }
  .fund-list ul li {
    margin: 0 auto 0.7em;
  }
  .offices-list li {
    margin: 0 0 50px;
  }
  .offices-list li .map-image {
    margin-bottom: 30px;
  }
  .offices-list li address {
    min-height: 0;
  }
  .section .link-tiles li {
    flex: 1 0 calc(20% - 20px);
    margin: 10px;
  }
  .section .link-tiles li a {
    padding: 32px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .funds-main .panel-content p {
    font-size: 18px;
    line-height: 23px;
  }
  .focus .panel-content {
    max-width: none;
  }
  #team-popup .content-holder {
    padding: 28px 28px 85px;
  }
  #team-popup .content-holder .col-lg-8 {
    padding: 0 35px 0 12px;
  }
  .fade-bg .close-btn {
    right: 31px;
    top: 31px;
  }
  .teams-nav {
    right: 33px;
    bottom: 20px;
  }
  .teams-nav .prev {
    margin-right: 38px;
  }
  .section.fund-profile {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .award-item {
    width: 50%;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 36px;
  }
  .panel-content h2 {
    font-size: 36px;
  }
  .about-company .order-1 h2 {
    font-size: 36px;
  }
  .about-company .order-1 p {
    font-size: 20px;
  }
  .about-company .fp-tableCell > .container > .row {
    padding: 0 60px;
  }
  .investment-approach .order-1 h2 {
    font-size: 36px;
  }
  .investment-approach .order-1 p {
    font-size: 20px;
  }
  .investment-approach .fp-tableCell > .container > .row {
    padding: 0 60px;
  }
  .section .row {
    padding: 0 60px;
  }
  .section .link-tiles li {
    flex: 1 0 calc(33.33% - 20px);
  }
  .section .link-tiles li a {
    padding: 20px 10px;
  }
  .section:not(.carousel):not(:first-child) {
    padding-top: 77px !important;
  }
  .about .bg-img {
    bottom: -75px;
    width: 90%;
  }
  #footer-widget .widget {
    text-align: center;
  }
  .funds .second-btn {
    margin-left: 10px;
  }
  body.page-template-page-contact .content-div h2 {
    margin: 0 0 15px;
    font-size: 32px;
  }
  .fund-forms .row.img-col > div {
    margin-bottom: 30px;
  }
  .invest-steps .row.img-col > div {
    margin-bottom: 30px;
  }
  .fund-list {
    margin-top: 30px;
  }
  .fp-section.stocks-info h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .fp-section.stocks-info table tr td {
    font-size: 15px;
    line-height: 20px;
  }
  .fp-section.stocks-info table tr th {
    font-size: 15px;
    line-height: 20px;
  }
  .stocks-text p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 20px;
  }
  .difference .text-col p {
    font-size: 20px;
  }
  .fp-auto-height {
    padding: 60px 0;
  }
  #team-popup .content-holder .col-lg-8 h4 {
    font-size: 22px;
  }
  #team-popup .content-holder .col-lg-8 h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  #team-popup .content-holder #modal-ready {
    max-height: calc(100vh - 300px);
  }
  .arrow-icon {
    bottom: 30px;
  }
  .section.fund-profile {
    padding-bottom: 30px;
  }
  #masthead .navbar-nav > li > a:before {
    background: transparent !important;
  }
  h2.team-heading-main {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 20px;
  }
  .section.about-company {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .section.our-team {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .section.investment-approach {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .section.funds-main {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .section.how-to-invest {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .section.team {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .section.contact {
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .buttons-hold > a:hover {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  .fp-section:first-child > * {
    padding-bottom: 50px;
  }
  .fp-section:last-child > * {
    padding-bottom: 50px;
  }
  .offices-list.data-af li:first-child {
    margin-bottom: 0;
    margin-top: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  #footer-widget > .container > .row > .col-12:nth-of-type(1) {
    flex: 0 0 12%;
    max-width: 12%;
    margin-right: 7%;
  }
  #footer-widget > .container > .row > .col-12:nth-of-type(2) {
    flex: 0 0 18%;
    max-width: 18%;
  }
  #footer-widget > .container > .row > .col-12:nth-of-type(3) {
    flex: 0 0 18%;
    max-width: 18%;
  }
  #footer-widget > .container > .row > .col-12:nth-of-type(4) {
    flex: 0 0 21%;
    max-width: 21%;
    margin-right: 7%;
    margin-left: 7%;
  }
  #footer-widget > .container > .row > .col-12:nth-of-type(5) {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 1300px) {
  #footer-widget > .container > .row > .col-12:nth-of-type(1) {
    margin-right: 6%;
  }
  #footer-widget > .container > .row > .col-12:nth-of-type(4) {
    flex: 0 0 19%;
    max-width: 19%;
    margin-right: 8%;
    margin-left: 8%;
  }
  #footer-widget > .container > .row > .col-12:nth-of-type(5) {
    flex: 0 0 9%;
    max-width: 9%;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1200px) {
  .investment-approach .fp-tableCell > .container > .row {
    padding: 40px 0;
  }
  .about-company .fp-tableCell > .container > .row {
    padding: 80px 0;
  }
  .awards .fp-tableCell > .container > .row {
    padding: 50px 0 0;
  }
  .section .link-tiles li {
    flex: 1 0 calc(20% - 42px);
  }
  .fp-viewing-responsible-investment [data-anchor=responsible-investment] .container {
    padding-top: 220px;
    padding-bottom: 180px;
  }
  .fp-viewing-fund-forms [data-anchor=fund-forms] .container {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}
@media (max-width: 1199px) {
  .logo {
    padding: 18px 0;
  }
  .logo-img {
    max-width: 168px;
  }
  header#masthead {
    background: #242525;
  }
  .navbar-light .navbar-toggler {
    top: 26px;
  }
  .navbar-expand-xl .navbar-nav {
    padding-bottom: 20px;
  }
  .nav-holder {
    padding: 0;
  }
  .navbar-nav .dropdown-menu {
    display: none !important;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  body.admin-bar header.navbar-light .navbar-toggler {
    top: 58px;
  }
  .nav-holder.light {
    background: none;
    border: none;
  }
  body.with-light-menu #masthead .nav-holder .navbar-nav > li > a {
    color: #fff;
  }
  body:not(.theme-preset-active) #masthead .nav-holder.light .navbar-nav > li > a {
    color: #fff;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:before {
    display: none !important;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a > .caret {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 100%;
    background-position: center;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a > .caret:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -7px;
    background: url("img/arrow-down.svg") no-repeat;
    background-size: contain;
    transition: all 300ms ease-in-out;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li:not(.featured) > a:hover {
    color: #fff;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li.open > a > .caret:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  body.page-template-page-contact .content-div {
    padding: 180px 0 90px;
  }
  .text-wrapper {
    margin: 140px auto 40px;
    max-height: none;
    overflow-y: visible;
  }
  body.page-template-plain-page footer {
    position: initial;
    overflow-y: visible;
  }
  .fp-section.stocks-info {
    padding-top: 96px;
  }
  .fund-profiles .fp-tableCell {
    padding-top: 96px;
  }
  .about-company .fp-tableCell {
    padding-top: 96px;
  }
  .investment-approach .fp-tableCell {
    padding-top: 96px;
  }
  .awards .fp-tableCell {
    padding-top: 96px;
  }
  .fp-section.fp-table.content-center:first-of-type .panel-content {
    padding-top: 96px;
  }
  .grid-box {
    margin-left: -44px;
    margin-right: -44px;
  }
  .grid-box > * {
    padding: 0 44px;
  }
  .row.grid-box p {
    font-size: 14px;
  }
  #team-popup .content-holder .col-lg-8 {
    padding: 0 30px 0 30px;
  }
  #masthead .navbar-nav > li.open > .dropdown-menu {
    display: block !important;
  }
  .section:not(.carousel):not(:first-child) {
    padding-top: 95px !important;
  }
  .page-id-141 #fullpage .section:not(:first-child) {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .panel-btn {
    font-size: 18px !important;
  }
}
@media (max-width: 1023px) {
  .fp-section.fp-table:first-of-type .panel-content p {
    max-width: 820px;
  }
  .fp-section.fp-table.text-btn .panel-content p {
    padding: 0 60px;
  }
  .video-background {
    display: none !important;
  }
  .section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section .link-tiles li a {
    font-size: 16px;
    line-height: 22px;
  }
  .difference .panel-content p:first-of-type {
    padding-top: 30px;
  }
  .awards .panel-content p:first-of-type {
    padding-top: 30px;
  }
  .investment-approach .panel-content p:first-of-type {
    padding-top: 30px;
  }
  .about-company .panel-content p:first-of-type {
    padding-top: 30px;
  }
  .fp-section.stocks-info h1 {
    margin: 0 0 20px;
  }
  .fp-section.stocks-info table tr th {
    font-weight: 400;
    font-size: 20px;
  }
  .fp-section.chart-block .chart-holder {
    padding: 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .offices-list li.col-lg-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
  body.admin-bar header.navbar-light .navbar-toggler {
    top: 73px;
  }
  .section.carousel {
    height: auto !important;
  }
  .section.carousel .fp-tableCell {
    height: auto !important;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .awards .width-medium {
    display: none;
  }
}
@media (max-width: 539px) {
  .funds .second-btn {
    margin-left: 0;
  }
  .funds .panel-btn {
    display: block;
    margin: 0 auto 20px !important;
    width: 200px;
  }
  .funds .panel-btn:hover {
    left: 0;
    width: 220px;
  }
  .funds .panel-btn.second-btn {
    margin-bottom: 0 !important;
  }
  .fund-list ul li a {
    font-weight: 400;
  }
  body.page-template-page-contact .content-div {
    padding: 135px 0 0px;
  }
  .text-wrapper {
    margin-top: 125px;
  }
  .text-wrapper h2 {
    font-size: 36px;
  }
  .grid-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .grid-box > * {
    padding: 0;
  }
  h2.team-heading-main {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 -62px 20px;
  }
  h3.team-heading {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 -62px 30px;
  }
}
@media (max-width: 479px) {
  .logo {
    padding: 14px 0;
  }
  .logo-img {
    max-width: 140px;
  }
  .navbar-light .navbar-toggler {
    top: 18px;
  }
  #fp-nav.fp-right {
    right: 18px;
  }
  .fp-section.fp-table.section.invest .panel-content p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .fp-section.fp-table .panel-content p {
    font-size: 20px;
    line-height: 1.3;
  }
  .buttons-hold > a {
    display: block;
    margin: 0 auto 14px;
    width: 200px;
  }
  .fp-section.fp-table.text-btn .panel-content p {
    padding: 0 44px;
  }
  .investment-approach .fp-tableCell {
    padding-top: 78px;
  }
  .investment-approach .fp-tableCell > .container > .row {
    padding: 0 20px;
  }
  .investment-approach .order-1 h2 {
    font-size: 38px;
  }
  .about-company .fp-tableCell {
    padding-top: 78px;
  }
  .about-company .fp-tableCell > .container > .row {
    padding: 0 20px;
  }
  .about-company .order-1 h2 {
    font-size: 38px;
  }
  .section .row {
    padding: 0 20px;
  }
  .section .link-tiles li {
    display: block;
    width: 100%;
    flex: none;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .section .link-tiles li a {
    font-size: 16px;
    line-height: 23px;
    padding: 15px 40px 15px 20px;
    word-spacing: normal;
  }
  .section .link-tiles li a:after {
    bottom: 50%;
    margin-bottom: -9px;
  }
  .panel-content h2 {
    font-size: 38px;
  }
  body.admin-bar header.navbar-light .navbar-toggler {
    top: 64px;
  }
  body.page-template-page-contact .content-div {
    padding: 100px 0 0px;
  }
  body.page-template-page-contact .content-div p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 26px;
  }
  .text-wrapper {
    margin-top: 100px;
  }
  .fp-section.fp-table.text-btn.funds-main .panel-content p {
    padding: 0 15px;
  }
  h2.team-heading-main {
    font-size: 33px;
    line-height: 1.3;
    margin: 0 -20px 10px;
  }
  h3.team-heading {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 -20px 25px;
  }
  .row.grid-box a img {
    margin-bottom: 25px;
  }
  #team-popup .content-holder {
    padding: 20px 20px 70px;
  }
  #team-popup .content-holder .col-lg-4 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  #team-popup .content-holder .col-lg-8 {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0 32px 0 5px;
  }
  #team-popup .content-holder #modal-ready {
    max-height: calc(100vh - 254px);
  }
  .fade-bg .close-btn {
    right: 20px;
    top: 21px;
  }
  .teams-nav {
    bottom: 10px;
  }
  .fp-section.stocks-info {
    padding-top: 78px;
  }
  .fund-profiles .fp-tableCell {
    padding-top: 78px;
  }
  .awards .fp-tableCell {
    padding-top: 78px;
  }
  .fp-section.fp-table.content-center:first-of-type .panel-content {
    padding-top: 78px;
  }
  .fund-list ul li a {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    padding: 7px 10% 7px 29px;
  }
  .fund-profile .img-col img {
    max-width: 100% !important;
  }
  .governance .img-col img {
    max-width: 100% !important;
  }
  .section.carousel .fp-tableCell {
    padding: 30px;
  }
  .section.carousel .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
  .popup-wrap {
    padding: 20px 0 0;
  }
  .popup-wrap h4.text-green {
    margin: 10px 0 !important;
  }
}
@media (max-width: 374px) {
  .panel-content h2 {
    font-size: 34px;
  }
  .about-company .order-1 h2 {
    font-size: 34px;
  }
  .investment-approach .order-1 h2 {
    font-size: 34px;
  }
}
.posts-grid-row .loading {
  height: 70vh;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .posts-grid-row .loading {
    width: 85%;
  }
}
.posts-grid-row .loading i {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  animation: spin 2s infinite linear;
  color: #58c3b2;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.posts-grid-row .posts-filter {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .posts-grid-row .posts-filter {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .posts-grid-row .posts-filter.visible ul {
    background-color: #2d2e2e;
  }
  .posts-grid-row .posts-filter.visible ul li {
    height: auto;
    opacity: 1;
    margin: 10px 0;
    display: block;
  }
  .posts-grid-row .posts-filter.visible ul li a {
    color: white;
  }
  .posts-grid-row .posts-filter.visible ul li:after {
    transform: rotate(180deg);
  }
}
.posts-grid-row .posts-filter ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.posts-grid-row .posts-filter ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 calc(20% - 40px);
  margin: 20px;
  background-color: #2d2e2e;
  min-width: 220px;
}
@media (min-width: 1199px) {
  .posts-grid-row .posts-filter ul li {
    flex: 1 0 calc(10% - 40px);
    margin: 20px;
    background-color: #2d2e2e;
    min-width: 140px;
  }
}
.posts-grid-row .posts-filter ul li a {
  width: 100%;
  color: #58c3b2;
  padding: 41px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  height: 100%;
  word-spacing: 100vh;
  transition: all 500ms ease-in-out;
  justify-content: center;
}
@media (min-width: 1199px) {
  .posts-grid-row .posts-filter ul li a {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .posts-grid-row .posts-filter ul li a {
    font-size: 18px;
    line-height: 20px;
    word-spacing: normal;
  }
}
.posts-grid-row .posts-filter ul li a:hover, .posts-grid-row .posts-filter ul li a.active {
  background-color: #58c3b2;
  color: #fff;
}
.posts-grid-row .posts-filter ul li a:hover:after, .posts-grid-row .posts-filter ul li a.active:after {
  transform: rotate(90deg);
  bottom: 9px;
}
.posts-grid-row .posts-filter ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 15px;
  width: 7px;
  height: 18px;
  background: url("img/angle-right.svg") no-repeat;
  background-size: contain;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .posts-grid-row .posts-filter ul {
    flex-direction: column;
    position: absolute;
    top: -64px;
    width: 100%;
    background-color: #2d2e2e;
    padding: 0;
  }
  .posts-grid-row .posts-filter ul li {
    height: 0;
    opacity: 0;
    display: none;
    margin-bottom: 0;
    transition: all 400ms ease-in-out;
  }
  .posts-grid-row .posts-filter ul li:first-of-type {
    height: auto;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    z-index: 100;
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .posts-grid-row .posts-filter ul li:first-of-type:after, .posts-grid-row .posts-filter ul li:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 30px;
    width: 10px;
    height: 6px;
    transition: all 400ms ease-in-out;
  }
  .posts-grid-row .posts-filter ul li:first-of-type:after {
    background: url("img/arrow-down.svg") no-repeat;
    background-size: contain;
  }
  .posts-grid-row .posts-filter ul li a {
    padding: 20px 0;
  }
  .posts-grid-row .posts-filter ul li a:hover, .posts-grid-row .posts-filter ul li a.active {
    text-decoration: underline;
  }
}
.posts-grid-row .posts-grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 70vh;
}
.posts-grid-row .posts-grid .post-item {
  margin-inline: 30px;
  width: calc(33.333333% - 60px);
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
}
@media (max-width: 768px) {
  .posts-grid-row .posts-grid .post-item {
    margin-inline: 10px;
  }
}
@media (max-width: 1200px) {
  .posts-grid-row .posts-grid .post-item {
    width: calc(50% - 80px);
    margin-inline: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .posts-grid-row .posts-grid .post-item {
    width: calc(50% - 20px);
    margin-inline: 10px;
  }
}
@media (max-width: 768px) {
  .posts-grid-row .posts-grid .post-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.posts-grid-row .posts-grid .post-item .data {
  padding: 0 20px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
}
.posts-grid-row .posts-grid .post-item .data .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posts-grid-row .posts-grid .post-item .data .meta .panel-btn:hover {
  margin-right: -20px;
}
.posts-grid-row .posts-grid .post-item .data * {
  font-weight: 500;
}
.posts-grid-row .posts-grid .post-item .data .cat {
  color: #58c3b2 !important;
  font-weight: 700;
}
.posts-grid-row .posts-grid .post-item figure {
  width: 100%;
  height: 250px;
}
.posts-grid-row .posts-grid .post-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.posts-grid-row .posts-grid .post-item.bg-light {
  border-bottom: 5px solid #58c3b2;
}
.posts-grid-row .posts-grid .post-item.bg-light * {
  color: #2d2e2e;
}
.posts-grid-row .posts-grid .post-item.bg-light .btn-green span {
  color: #fff;
}
.posts-grid-row .posts-grid .post-item.bg-dark {
  border-bottom: 5px solid #343a40;
}
.posts-grid-row .posts-grid .post-item.bg-dark figure {
  border-bottom: 5px solid #58c3b2;
}
.posts-grid-row .posts-grid .post-item.bg-dark * {
  color: #fff;
}
.posts-grid-row .navigator {
  margin: 10px;
  display: flex;
  justify-content: center;
}
.posts-grid-row .navigator .page-numbers {
  margin: 0 10px;
  color: #2d2e2e;
}
.posts-grid-row .navigator .page-numbers.current {
  color: #58c3b2;
}

#post-404 {
  margin-top: 100px;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#post-404 h2 {
  font-size: 15px;
}