/*
Theme Name: Nomura Asset Management.
Theme URI: https://nomuraassetmanagement.com
Author: Henry Street Creative
Author URI: https://henrystreetcreative.com/
Version: 1.0.0
Text Domain: nam2025
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 6.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#ot-sdk-btn-floating.ot-floating-button {
    display: none!important;
    }

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');

:root {
  --mainColor: rgb(202, 36, 32);
  --wiseGray: rgb(115, 115, 115);
  --lightGrey: rgb(227, 227, 227);
  --lightGreyBG: rgba(171, 171, 171, .15);
  --helvetica: "Helvetica Neue", Arial, sans-serif;
  --helveticaUltraLight: "Helvetica 25 Ultra Light", Arial, sans-serif;
  --helveticaThin: "Helvetica 35 Thin", Arial, sans-serif;
  --helveticaLight: "Helvetica 45 Light", Arial, sans-serif;
  --helveticaMedium: "Helvetica 65 Medium", Arial, sans-serif;
  --helveticaRoman: "Helvetica 55 Roman", Arial, sans-serif;
  --bodyFont: Arial, Helvetica, sans-serif;
  /* --gold: #A29B6E; */
  --gold: rgb(173, 159, 112);
  --rosePetal: rgb(202, 36, 32, .45);
  --textRed: rgb(202, 36, 32);
  --darkGray: #626262;
}

html {

  /* scroll-snap-type: y mandatory; */

  /* scroll-behavior: smooth;
  scroll-padding-top: 0; */
  overflow-x: hidden;
}

/* .page-section {
  scroll-snap-align: start;
  height: fit-content;
  overflow-y: scroll;
} */



/* *[id] {
  scroll-margin-top: 150px
}  */

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: var(--bodyFont);
  font-size: 16px!important;
  font-weight: 200!important;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text], input[type=email], textarea {
  padding: .5rem;
  border: 1px solid var(--wiseGray);
}

label {
  margin-bottom: 0!important;
}

fieldset {
  border: 1px solid var(--lightGrey);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* optgroup {
  font-weight: bold;
} */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: var(--helveticaMedium);
}
h1 {
  font-size: 42px;
  padding-bottom: 10px;
}
h2 {
  font-size: 36px;
  padding-bottom: 0.3em;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;

}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  color: #fff;
  display: block;
  width: 100%;
  justify-content: left;
  text-align: left;
}
h2.entry-title {
  color: #fff;
}
h3.widget-title, .widget_block h3 {
  color: #fff;
  text-transform: uppercase;
  /* font-weight: 200; */
  font-size: 22px;
}

.subtitle {
  color: var(--wiseGray);
  text-transform: uppercase;
  /* font-weight: 400; */
  margin: 1em 0 0 0;
  font-size: 1.2em;

}

#nomuraCredits img {
  max-height: 30px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

form.search-form input[type="search"] {
  width: 100%!important;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

a.wp-element-button {
  color: #fff!important;
}

.btn {
  border-radius: 0;
  -webkit-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
    font-size: 1.02em;
    padding: .5em 1.5em;
    text-decoration: none!important;
}

.btn-light,
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], button.ff-btn-submit {
  color: #fff!important;
  background-color: var(--gold)!important;
  text-transform: uppercase;
  border: 0!important;
  padding: .5rem 0;
}

.btn-light:hover,
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover, button.ff-btn-submit:hover {
  background-color: var(--rosePetal)!important;
}

.btn-dark {
  background-color: var(--gold);
  color: #fff!important;
  text-transform: uppercase;
  border: 0!important;
}

.btn-dark:hover {
  background: #fff;
  color: var(--gold)!important;
}


.wp-block-button__link, .nf-form-content input[type=button]{
  color: #fff!important;
  background-color: var(--gold)!important;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none!important;
  padding: .5em 1.5em;
  font-size: 1.02em;
  -webkit-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
    text-transform: uppercase;
    -webkit-transition: color 800ms linear;
    -ms-transition: color 800ms linear;
    transition: color 800ms linear;
}

.wp-block-button__link:hover, .nf-form-content input[type=button]:hover {
  background-color: var(--lightGrey)!important;
  color: #fff!important;
  text-decoration: none;
}

.wp-block-button__linklight {
  background-color: rgba(255, 255, 255, .7);
  color: var(--gold);
  text-transform: uppercase;
  border: 0!important;
}

.wp-block-button__link.light:hover {
  background-color: var(--gold);
  color: #fff;
}

.btn-search {
  border: 0;
  outline: none;
  background-color: transparent;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.namNCRAMHeading {
  background: rgb(255,255,255);
  background: linear-gradient(121.4deg, #ffffff 40%, var(--mainColor) calc(40% + 1px));
}


@media screen and (max-width: 830px) {


  .page-template-page-funds #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .page-template-page-funds #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .page-template-page-funds #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
  .page-template-page-internal #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .page-template-page-internal #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .page-template-page-internal #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background: #fff;
  
  }
}


@media screen and (max-width: 656px) {
  .page-template-page-funds header#masthead, .page-template-page-internal header#masthead {
    background: #fff!important;
  }

  
  .page-template-page-internal #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .page-template-page-internal #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .page-template-page-internal #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background: #000;
  
  }
}

.page-template-page-ncram header#masthead {
  min-height: 156px;
}

.page-temdplate-page-ncram .site-content {
  padding-top: 156px;
}

.page-template-page-ncram :target {
  display: block;
  position: relative;
  top: -178px; /* this is your offset */
  visibility: hidden;
}

.page-template-default :target {
  display: block;
  position: relative;
  top: -101.64px;
  visibility: hidden;
}

.page-template-page-ncram header#masthead {

  padding: 0;
}

header#masthead.solid {
  background-color: rgba(255, 255, 255, 1);
}

.ncramTitle {
  margin: 1rem 0;
}

.ncramTitle h5 {
  color: #fff;
  margin: 0;
}

.ncramTitle div {
  color: #fff;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  /* font-weight: 300!important; */
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.navbar-brand img {
  max-height: 68px;
  width: auto;
}

.navbar-brand {
  margin-right: 2rem;
}

.ncram-header .ncramMainTitle {
  color: white;
  text-align: left;
}

.ncramMainTitle a:link, .ncramMainTitle a:visited, .ncramMainTitle a:focus, .ncramMainTitle a:active, .ncramMainTitle a:hover {
  color: #fff!important;
}



.ncramLogo {
  font-size: 2.25rem;
  /* font-weight: 300; */
}

nav.ncramNav {
  background: var(--wiseGray);
  
}

#page-sub-header {
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  font-size: 1.25rem;
  background-size: cover !important;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .6);
}

.bannerContent {
  padding-top: 2em;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  /* font-weight: 300; */
  color: #fff;
  text-align: center;
}


body:not(.theme-preset-active) #page-sub-header p {
color: #fff;
}


a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.2rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

footer a {
  padding: 0 0 .5em 0!important;
}

footer a:hover {
  background-color: transparent!important;
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

.ncmSection {
  padding-top: 3rem;
}

.ncmSection .ncramTitle {
  margin-bottom: 5rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.mouseHouse {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  margin: 4rem 0 0;
}

.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 300px;
}

.mouse {
	width: 30px;
	height: 60px;
	border: 3px solid #fff;
	border-radius: 60px;
	position: relative;
	&::before {
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

a:link, a:visited, a:focus {
  color: var(--gold);
  text-decoration: none;
  transition: .4s;
}

a:hover {
  /* color: var(--rosePetal); */
  color: var(--mainColor);
  text-decoration: none;
}

.fa, .fas, .fab {
  font-family: 'Font Awesome 6 Free';
}

.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}

a .fa, a .fas, a .fab {
  color: var(--rosePetal);
  text-decoration: none;
}

.page-template-page-ncram a:link, .page-template-page-ncram a:visited, .page-template-page-ncram a:focus, 
a.ncramLink:link, a.ncramLink:active, a.ncramLink:focus, a.ncramLink:visited,
.ncramLink a:link, .ncramLink a:visited, .ncramLink a:focus {
  color: var(--wiseGray);
}

.page-template-page-ncram a:hover,
a.ncramLink:hover,
.ncramLink a:hover {
  color: var(--textRed);
}

.whiteLink a:link, .whiteLink a:active, .whiteLink a:focus, .whiteLink a:visited {
  color: #fff;
}

.whiteLink a:hover {
  color: var(--wiseGray);
}


.page-template-page-ncram .site-info a:link, .page-template-page-ncram .site-info a:visited, .page-template-page-ncram .site-info a:focus {
  color: white;
}

.page-template-page-ncram .site-info a:hover {
  color: var(--textRed);
}




.hover-1 {
  background-image: linear-gradient(var(--mainColor), var(--mainColor));
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  
  margin:0;
  cursor: pointer;
  padding: 2rem;
  border-left: 5px solid var(--mainColor);
color: #fff;
}
.hover-1:hover {
  background-size: 100% 100%;
  border-color: var(--mainColor);
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, sans-serif;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: var(--wiseGray);
  /* padding: 1em 2em; */
  /* font-weight: 300; */
  text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: var(--mainColor);
  /* font-weight: 300; */
  /*background: #f9f9f9;*/
}

.nav-link {
  text-decoration: none!important;
  padding: 0;
}

#menu-main-menu .nav-item {
  padding: 1em 2em;
}

.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  margin-top: 0;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.dropdown-menu {
  background-color: var(--mainColor)!important;
  border: 0;
  border-radius: 0;
  width: 280px;
  top: 95%!important;
  text-transform: uppercase;
}



.dropdown-menu.show:after {
  display: none;
}

.dropdown-menu .nav-item {
  padding: 0;
}

.dropdown-menu .nav-item {
  padding: 0 .5em!important;
}

.dropdown-menu .nav-item .dropdown-item {
  color: #fff!important;
  text-decoration: none;
}

.dropdown-menu .nav-item .dropdown-item:hover {
  color: var(--lightGrey)!important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.navbar-toggler {
  border: medium none;
  outline: none;
}

/* #mega-menu-wrap-primary .mega-npcLogin a {
  color: rgb(112, 112, 112)!important;
} */


.mega-description-group {
  position: relative;
  display: inline-block;
}

.mega-description-group .mega-menu-description {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 2px 0;
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 1;
  display: none!important;
}

.mega-description-group:hover .mega-menu-description {
  visibility: visible;
}

.mega-description-group .mega-menu-description::after{
  content: '';
  position: absolute;
  left: 44%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  clear: both;
}

/* #mega-menu-ncram a:hover {
  background: var(--textRed)!important;
} */


@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }


  /* header#masthead {
    background: rgba(255, 255, 255, 1)!important;
  } */

  .ncramTitle h5, .ncramTitle div {
    color: var(--mainColor);
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1em;
  }
}
/* .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow-x: hidden;
} */

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  /* overflow-x: hidden; */
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 300; */
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

.searchform {
  padding-top: 1em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.comingSoonContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background: linear-gradient(rgba(0,0,0, .6), rgba(0,0,0, .6)), url('https://nomuraprivatecapital.com/wp-content/uploads/2023/01/170165126_5.jpg');
  background-size: cover;
}

.soonFooter {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: .5em 0;
  font-size: 1em;
}

.soonLogo {
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.soonLogo img {
  max-height: 68px;
  margin: 1em 0;
}

.comingSoonContent h1 {
  font-size: 3.2em!important;
  font-family: var(--helveticaMedium);
}

/* #content.site-content {
  clear: both;
} */

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/* .page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
} */

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: var(--lightGrey);
}

.entry-title > a {
  color: inherit;
}

.npc-cover:hover .wp-block-cover__background.has-background-dim-0.has-background-dim {
  background: rgba(0, 0, 0, .4);
  opacity: 1 !important;
}

.npc-group{
opacity:0;
transition: 0.3s ease-in-out;
color: #fff!important;
}

.npc-group a {
  color: #fff!important;
  text-decoration: none;
}

.npc-cover:hover .npc-group{
opacity:1 !important;
}

.npc-team {
  position: relative;
}

.npc-cover2 {
  position:absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.show .custom-cover .wp-block-cover__inner-container {
  z-index: 0 !important;
}
.custom-group { 
 opacity:0;
 position: absolute;
 top: 46.5%;
 left: 50%;
 transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
.show .custom-group{
  opacity:1 !important;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.overlay{
display: none;
}

.show .overlay {
display: block;
background: rgba(0, 0, 0, 0.6);
height: 100vh !important;
width: 100%;
max-width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
transition: background 0.15s linear;
}

.aboutCTA {
  height: 250px!important;
}

.teamNPC a {
  text-decoration: none!important;
}

.teamNPC span {
  font-size: .8em;
}

.teamNPC img {
  max-height: 500px;
  width: 100%;
  background: #000;
}

.imgZoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  background: #000;
}

.imgZoom img {
  transition: transform .5s ease;
  opacity: 1;
}

.imgZoom:hover img {
  transform: scale(1.05);
  opacity: .6;
}


.page-template-our-people .entry-title {
  margin-bottom: 0!important;
}

.page-template-our-people .npcPosition {
  font-size: 1.5em;
}

#sortby {
  margin-bottom: 1.5em;
}

.newsTable {
  border-collapse: collapse;
  width: 100%;
  color: #000;
}

.newsTable td {
  padding: 1em;
}

.newsDate {
  text-align: center;
}

.newsTable tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.newsTable th {
  background-color: #fff;
  padding: 1em;
}

/* .newsTable .publication {
  font-weight: bold;
} */

.newsDate .nD {
  /* font-weight: bold; */
  text-transform: uppercase;
}

.ourValues p, .aboutPgs {
  
  font-size: 1.3em;
  font-family: var(--helveticaRoman);
  text-align: center!important;
}


@media (max-width: 1160px) {
.wp-block-columns.ourValues {
    display: block;
}

.ourValues .wp-block-column {
  margin-bottom: 1em;
}

.ourValues p, .aboutPgs {
  font-size: 4vw;
}
}

@media (max-width: 550px) {
  .ourValues p, .aboutPgs {
    font-size: 5vw;
  }
}

/*--------------------------------------------------------------
## Landing Page Styles
--------------------------------------------------------------*/

body.page-id-117 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://matthewnelson.wpengine.com/wp-content/uploads/2023/01/170165126_5.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff!important;
  text-align: center;
  font-size: 1.5em;
  padding-top: 2em;
}

body.page-id-117 .landingPageBrand {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0 1em;
}

body.page-id-117 .content-area {
  background: rgba(0, 0, 0, .4);
  padding: 2em 0;
  width: 90%;
  margin: 0 auto 2em auto;
}

body.page-id-117 .site-main {
  display: flex;
  width: 100%;
  
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

body.page-id-117 .entry-content h1 {
  font-size: 2em!important;
}

body.page-id-117 .entry-content h1, body.page-id-117 .entry-content h2, body.page-id-117 .entry-content h3, body.page-id-117 .entry-content h4, body.page-id-117 .entry-content h5 {
  color: #fff!important;
}

body.page-id-117 input[type="email"] {
  background-color: transparent!important;
  border-width: 0 0 1px 0;
  border-color: #fff;
  border-style: solid;
  color: #fff!important;
}

body.page-id-117 input[type="email"]:focus, body.page-id-117 input[type="email"]:focus-visible {
  color: #fff!important;
}

body.page-id-117 .nf-form-content .listselect-wrap .nf-field-element div, body.page-id-117 .nf-form-content .ninja-forms-field {
  font-size: 18px;
}

body.page-id-117 input[type="submit"] {
  background-color: #000;
  text-transform: uppercase;
  padding: 0 3em;
  float: left;
  color: #fff;
}

body.page-id-117 input[type="submit"]:hover {
  background-color: var(--wiseGray);
  color: #fff!important;
}

body.page-id-117 .site-info {
  border-top: 0;
  font-size: .7em;
  margin-top: 4em;
}

body.page-id-117 .site-info a {
    color: #fff!important;
}

body.page-id-117 .nf-response-msg {
  background: black;
  padding: 2em 2em 1em 2em;
  border: 0;
  margin-bottom: 2em;
}

.npcIntro {
  position: absolute;
  bottom: -5px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: 1.15em;
  background: var(--gold);
  padding: 2em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

.insightsLeadin {
  background: var(--lightGreyBG);
  padding: .5em 1em;
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: var(--gold)!important;
  color: white!important;
}

.ncramFooter {
  background-color: var(--darkGray)!important;
  color: white!important;
  min-height: 300px;
}

footer#colophon {
  font-size: 85%;
  background-color: var(--mainColor);
}

footer#colophon.ncram {
  background-color: var(--wiseGray);
}

#menu-ncram-menu li a {
  color: #fff;
  padding: .5rem 1.2rem;
}

#menu-ncram-menu li a:hover {
  color: var(--textRed)!important;
}

body:not(.theme-preset-active) footer#colophon {
  color: #fff;
}
.navbar-dark .site-info {
  color: #fff;
}

.site-info {
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: .8rem;
}

.site-info ul {
  list-style-type: none;
}

/*.site-info ul li {
  display: inline-block;
  padding: 0 1em;
} */

.site-info #menu-social {
  font-size: 1.5em;
}

/* .site-info #menu-legal li {
  border-right: 1px solid white;
}

.site-info #menu-legal li:last-child {
  border-right: 0;
}

.site-info ul li a {
  text-decoration: none;
} */

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}


.menu-legal-container, .menu-our-work-container {
  display: inline-flex;
}

.menu-legal-container ul, .menu-our-work-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-legal-container ul li, .menu-our-work-container ul li {
  display: inline;
}

.menu-our-work-container ul li a{
  padding: 0 .75em;
}


.menu-legal-container ul li:first-child::after, .menu-our-work-container ul li:after {
  content: ' | ';
}


/* .menu-legal-container ul li::after {
  content: ' · ';
} */

.menu-legal-container ul li:last-child::after, .menu-our-work-container ul li:last-child:after {
  content: '';
  padding-right: .3em;
}

#footer-widget input {
  background:transparent!important;
  border-width: 0 0 1px 0;
  border-color: #fff;
  border-style: solid;
  color: #fff;
}

#footer-widget input[type=button], #footer-widget input[type=submit] {
  background: #fff!important;
  color: var(--gold);
}

#footer-widget input[type=button]:hover, #footer-widget input[type=submit]:hover {
  background: var(--gold)!important;
  color: #fff!important
}

#footer-widget input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#footer-widget input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#footer-widget input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#nomuraCredits {
  padding: 1em 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

#menu-main-menu .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}

#menu-main-menu .navbar-toggler:active,
#menu-main-menu .navbar-toggler:focus {
	outline: none;
}

#menu-main-menu .navbar-light .navbar-toggler-icon {
	width: 32px;
	height: 17px;
	background-image: none;
	position: relative;
	/* border-bottom: 1px solid var(--mainColor); */
    transition: all 300ms linear;
}

#menu-main-menu .navbar-light .navbar-toggler-icon:after, 
#menu-main-menu .navbar-light .navbar-toggler-icon:before{
	width: 32px;
	position: absolute;
	height: 1px;
	background-color: var(--mainColor);
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}

#menu-main-menu .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}

#menu-main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}

#menu-main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}

#menu-main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}


#menu-main-menu .nav-item.active .nav-link{
	color: #fff !important;
}

#menu-main-menu .nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}

/* #menu-main-menu .nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: var(--mainColor);
	opacity: 0;
    transition: all 200ms linear;
} */

#menu-main-menu .nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}

#menu-main-menu .nav-item.active:hover:after{
	opacity: 0;
}

#menu-main-menu .nav-item{
	position: relative;
    transition: all 200ms linear;
}


footer .nav.flex-column, .footer .nav.flex-column  {
  flex-direction: row!important;
  justify-content: end;
}

@media (max-width: 1522px) {
  footer .nav.flex-column, .footer .nav.flex-column  {
    flex-direction: row!important;
    justify-content: center;
    padding-top: 2.5rem;
    font-size: 1.2rem!important;
  }
}

footer .nav li {
  padding: 0 1.2rem;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer a:hover {
  color: var(--mainColor);
}

.menu-legal-container a {
  text-decoration: underline;
}

.menu-legal-container a:hover {
  color: var(--main)!important;
}

.footer .menu.nav li a:hover {
  background: none!important;
  border: 0!important;
}

.footer .menu.nav li:hover {
  border-bottom: 0!important;
  border-color: transparent!important;
  border: 0!important;
}
/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-npcSearch {
  margin-left: 3em!important;
} */


@media only screen and (max-width: 1500px) {


#mega-menu-wrap-ncram #mega-menu-ncram li a.mega-menu-link {
    color: #fff!important;
}

#mega-menu-wrap-ncram .mega-menu-toggle + #mega-menu-ncram {
  background: var(--darkGray);
  color: #fff!important;
}

}

.page-template-page-ncram .wp-block-navigation__container:only-child, .page-template-page-ncram .wp-block-page-list:only-child {
  flex-grow: 1;
  justify-content: end;
  padding-bottom: 1rem;
}



.page-template-page-ncram .wp-block-navigation__container:only-child li a {
  color: #fff;
  font-size: .875rem;
  padding: 0 1rem;
  text-decoration: none;
}

.page-template-page-ncram .wp-block-navigation__container:only-child li a:hover {
  color: var(--textRed);
}


.image-effect{
  position: relative;
}


.image-effect .wp-block-cover {
align-items: flex-center;
}

.image-effect .wp-block-cover{
  background-color: #222;
  overflow: hidden;
}

.image-effect .wp-block-column h2, .image-effect .wp-block-column p, .image-effect .wp-block-column .wp-block-image{
  transition: 1s;
  transition-delay: 0.5s;
  opacity: 1;
  text-align: left;

}

.image-effect .wp-block-column .wp-block-group{
  transform: scale(1.2);
  transition: 1s ease-in-out;
  opacity: 0;
  max-height: 3em;
}

.image-effect .wp-block-cover__image-background{
  transition: 0.8s ease-in;
}

.image-effect a {
color: #fff!important;
}

.image-effect a:hover {
color: #a0a0a0;
}

/*hover*/

.image-effect .wp-block-column:hover .wp-block-group {
  transform: scale(0.9);
  opacity: 1;
}

.image-effect .wp-block-column:hover .wp-block-cover__image-background {
  opacity: .6;
  transform: scale(1.5);
}

.image-effect .wp-block-column:hover h2, .image-effect .wp-block-column:hover p, .image-effect .wp-block-column:hover .wp-block-image {
  opacity: 1 !important;
}

.newsTable table tr td {
  padding: 1em!important;
}


@media (max-width: 1080px) {
  .wp-block-columns.four-column {
    display: block;
    margin-bottom: .5em;
  }
}

.npcHide {
  display: none!important;
}

.hq {
  padding: .25em 0 .4em 0;
}

.hq a {
  text-decoration: none!important;
}

.openPositions table {
  border: 0!important;
}

.newsTable td:first-child {
  border-right: 1px solid #999;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

/* Extend responsive column styling to 782px (Default is 600px) */
@media only screen and (max-width: 1200px) {

  .wp-block-columns .wp-block-column {
      flex-basis: 100% !important;
  }

.wp-block-column:nth-child(2n) {
  margin-left: 0;
}
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    
    box-shadow: none;
    border: none;
  }

  .navbar-nav {
    font-size: 1.25em;
  }

  .dropdown-menu.show {
    font-size: 1em;
  }
  
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px!important;
  }
  
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (min-width: 1920px) {
  .ourHeritage {
    width: 60%;
  }
}


@media only screen and (max-width: 1920px) {
  .ourHeritage {
    width: 62%;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  .ourHeritage {
    width: 70%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
    overflow-x: hidden;
  }
  .ourHeritage {
    width: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
    overflow-x: hidden;
  }
  .ourHeritage {
    width: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  html {
    font-size: 75%;
    overflow-x: hidden;
  }
  .ourHeritage {
    width: 100%;
  }
}

.pageFunds {
  scroll-snap-align: start;
}

.privateCreditTable1 table {
  border-spacing: 10px;
  border-collapse: separate;
}

.privateCreditTable1 table td{
  border: 0;
}

.privateCreditTable1 table tr td:first-child, .privateCreditTable2 table tr td:first-child{ 
  color: var(--gold);
  font-size: 1.75rem;
  /* font-weight: 500; */
}

.privateCreditTable1 table tr:first-child td:nth-child(2){ 
  background-color: rgba(162, 155, 110, .4);
  /* font-weight: bold; */
}

.privateCreditTable1 table tr:nth-child(2) td:nth-child(2){ 
  background-color: rgba(162, 155, 110, .6);
  /* font-weight: bold; */
}

.privateCreditTable1 table tr:nth-child(3) td:nth-child(2){ 
  background-color: rgba(162, 155, 110, .8);
  color: #fff;
  /* font-weight: bold; */
}

.privateCreditTable1 table tr:nth-child(4) td:nth-child(2){ 
  background-color: rgba(162, 155, 110, 1);
  color: #fff;
  font-weight: bold;
}

.privateCreditTable2.is-style-stripes table tr td {
  padding: 15px;
}

.privateCreditTable2.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(150, 205, 255, .4);
}


#mega-menu-primary li.linkedin24 {
  display: none!important;
}

li.linkedin24 {
  font-size: 20px;
  padding: .5em 2em!important;
}

.infoHover {
  background-image: linear-gradient(var(--mainColor), var(--mainColor));
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  transform: scaleX();
  border-left: 5px solid var(--mainColor);
  width: 100%;
  padding: 1rem 15px;
}
.infoHover:hover {
  background-size: 100% 100%;
}

.capabilitiesRow > .whiteText {
  margin-bottom: 1.25rem;
}

.ncramInsights a:link, .ncramInsights a:visited, .ncramInsights a:focus, .ncramInsights a:active, .infoHover {
  color: #fff!important;
}

.ncramInsights a:hover {
  color: #fff!important;
}
.infoHover a:hover, .infoHover:hover {
  color: #fff!important;
  }

.ncramInsights .infoHover {
  width: 100%!important;
}



@media screen and (max-width: 780px) {
  .ncramInsights .infoHover {
    width: 80%;
  }
}

@media screen and (min-height: 1500px) and (max-height: 1920px) {
  .homeBox {
    height: 60vh;
  }

  
}


@media screen and (max-height: 1500px) {
  .homeBox {
    height: 25vh;
  }
}

@media screen and (max-height: 1080px) {
  .homeBox {
    height: 22vh;
  }
}

@media screen and (max-height: 900px) {
  .homeBox {
    height: 18vh;
  }
}


/* @media screen and (min-height: 1081px) {
  .investApp {
    height: 100vh;
  }
}

@media screen and (max-height: 1080px) {
  .investApp {
    height: 93vh;
  }

  .leaderBios {
    width: 100%!important;

  }

  .namLink {
    margin-top: -5rem!important;
  }

} */


.newNamLink a:link, .newNamLink a:active,.newNamLink a:focus, .newNamLink a:visited {
  color: var(--mainColor)!important;
  font-weight: 500!important;
  }
  


@media screen and (min-width: 1501px)  {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:visited {
    color: #fff;
  }
}

  /* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--rosePetal)!important;
  } */

  #mega-menu-wrap-ncram #mega-menu-ncram > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-ncram #mega-menu-ncram > li.mega-menu-item > a.mega-menu-link:active,
  #mega-menu-wrap-ncram #mega-menu-ncram > li.mega-menu-item > a.mega-menu-link:focus,
  #mega-menu-wrap-ncram #mega-menu-ncram > li.mega-menu-item > a.mega-menu-link:active:visited{
    color: #fff;
  }

  #mega-menu-wrap-ncram #mega-menu-ncram > li.mega-menu-item > a.mega-menu-link:active {
    color: #fff;
  }


  #onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: var(--gold)!important;
}




.boldText {
  font-weight: 400!important;
}

p.privacySp {
  margin-bottom: .25rem!important;
}

.blueBorderLeft {
  border-left: 5px solid var(--rosePetal);
  padding-left: 15px;
}

.privacyPolicy ol li ul {
  list-style-type: disc!important;
}

.olSubList li{
  list-style-type: lower-alpha;
}


.page-id-1565 header #masthead{
  display: none;
}



/* Masthead styles */
.ncmHeader {
  margin-bottom: 0;
  background: linear-gradient(121.4deg, #ffffff 40%, var(--mainColor) calc(40% + 1px));
  animation: fadeInAnimation 3s ease forwards;
  min-height: 101.64px;
  z-index: 999;
}

/* Responsive gradients */
@media (max-width: 1400px) {
  .ncmHeader {
    background: linear-gradient(121.4deg, #ffffff 60%, var(--mainColor) calc(60% + 1px));
  }

  .page-id-752 .ncmHeader {
    background: linear-gradient(121.4deg, #ffffff 35%, var(--mainColor) calc(35% + 1px));
  }
}

@media (max-width: 1373px) {
  .page-id-752 .ncmHeader {
    background: linear-gradient(121.4deg, #ffffff 45%, var(--mainColor) calc(45% + 1px));
  }
}

@media (max-width: 580px) {
  .ncmHeader {
    background: linear-gradient(121.4deg, #ffffff 70%, var(--mainColor) calc(70% + 1px));
  }
}

@media screen and (max-width: 991px) {
  .ncram-header .ncramMainTitle {
    color: var(--wiseGray)!important;
    text-align: center;
  }
  
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #fff;
  }
  
    .page-id-752 .ncmHeader {
    background: #fff!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  #gspb_container-id-gsbp-49ee10e.gspb_container { 
    justify-content: center!important;
    align-items: center!important;
  }

  
  .ncram-header .ncramMainTitle a:link, .ncram-header .ncramMainTitle a:visited, .ncram-header .ncramMainTitle a:focus, .ncram-header .ncramMainTitle a:active, .ncram-header .ncramMainTitle a:hover {
    color: var(--wiseGray)!important;
  }
  }