@font-face {
  font-family: "Roboto Condensed";
    src: url('../fonts/RobotoCondensed-Light.ttf');
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}
.form-item .filter-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .dxpr-theme-fluid.navbar-container {
    width: 68%;
    margin: 0 auto;
    text-align: left;
  }
  /*.dxpr-theme-fluid.navbar-container > .navbar-header {*/
  /*  min-width: 20%;*/
  /*}*/
  /*.dxpr-theme-fluid.navbar-container > nav {*/
  /*  width: 78%;*/
  /*}*/
}
@media (min-width: 992px) {
  /*header .navbar-header {*/
  /*  margin-right: 1%;*/
  /*}*/
}
@media (min-width: 1200px) {
  header ul.nav.navbar-nav li a {
    margin: 0 25px 0 0;
  }
}

p {
  font-weight: 300;
}

.body--dxpr-theme-nav-mobile .dxpr-theme-header,
header.navbar {
  position: fixed !important;
  width: 100%;
}
.increase-size {
  font-size: 18px;
  font-family: 'Roboto Condensed, RobotoCondensed-Light' !important;
  font-weight: 500;
}
header ul.nav.navbar-nav li a,
header ul.nav.navbar-nav li a.is-active {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .7px;
  color: #000;
  font-weight: 500;
}
header ul.nav.navbar-nav li a:hover {
  color: #60afe7;
}
.toggle-portfolio {
  display: flex;
  justify-content: center;
  font-size: 18px;
  letter-spacing: .9px;
  padding-bottom: 50px;
}
.toggle-portfolio > div {
  margin: 0 25px;
  cursor: pointer;
  color: #a4a5a7;
  text-decoration: none;
}
@media (max-width: 450px) {
  .toggle-portfolio > div {
    margin: 0 10px;
  }
}
.toggle-portfolio > div {
  font-weight: 300;
}
.toggle-portfolio > div.active,
.toggle-portfolio > div:hover {
  color: #000;
  text-decoration: underline;
  font-weight: 300;
}

.view-portfolio-list {
  padding-bottom: 90px;
}
.view-portfolio-list .views-field-nothing {
  display: none;
}
.unrealised-portfolio .views-view-responsive-grid__item-inner {
  background: #fff;
  text-align: left;
  color: #000;
  font-family: 'Roboto Condensed';
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  margin-left: 15%;
}
.view-portfolio-list .views-view-responsive-grid__item-inner.active,
.view-portfolio-list .views-view-responsive-grid__item-inner:hover {
  border-color: #0eab9e;
}
.view-portfolio-list .views-view-responsive-grid__item {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 50px 50px 50px 2px;
  border-radius: 6px;
/*  margin: 15px 15px 15px 0;*/
  cursor: pointer;
}
@media (max-width: 450px) {
  .view-portfolio-list .views-view-responsive-grid__item {
    min-height: 227px;
  }
}
.unrealised-portfolio .content-card-tick-mark {
    display: block;
    width: 4px;
    height: 45px;
    background-color: #0eab9e;
    position: absolute;
    left: 0;
    border-radius: 0 3px 3px 0;
    margin-top: 15px;
}
.content-card-tick-mark {
    display: block;
    width: 4px;
    height: 45px;
    background-color: #0eab9e;
    position: absolute;
    left: 0;
    border-radius: 0 3px 3px 0;
    margin-top: 5px;
}
.portfolio-visible {
  display: block;
  opacity: 1;
  visibility: visible;
  grid-column:  1 / -1;
  padding: 40px;
  border: 1px solid #0eab9e;
  margin: 0;
  border-radius: 6px;
  position: relative;
}
.portfolio-modal .portfolio-title,
.portfolio-visible .portfolio-title {
  font-stretch: condensed;
  letter-spacing: .4px;
  margin-bottom: 18px;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.portfolio-modal .portfolio-info,
.portfolio-visible .portfolio-info {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .17px;
  margin-bottom: 18px;
}
.portfolio-modal .portfolio-body,
.portfolio-visible .portfolio-body {
  font-size: 16px;
  margin-bottom: 37px;
}
.portfolio-modal .portfolio-website,
.portfolio-visible .portfolio-website {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .9px;
}
.portfolio-modal .portfolio-website a,
.portfolio-visible .portfolio-website a {
  color: #0eab9e;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
.portfolio-modal .portfolio-website a:hover,
.portfolio-visible .portfolio-website a:hover {
  color: #2e86fb;
  text-decoration: none;
}
.portfolio-close {
  -webkit-transform:scale(1.5,1); /* Safari and Chrome */
  -moz-transform:scale(1.5,1); /* Firefox */
  -ms-transform:scale(1.5,1); /* IE 9 */
  -o-transform:scale(1.5,1); /* Opera */
  transform:scale(1.5,1); /* W3C */
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .external-modal .modal-dialog {
    transform: none !important;
  }
  .view-portfolio-list .views-view-responsive-grid {
    --views-responsive-grid--column-count: 1 !important;
  }
  .portfolio-close {
    top: 20px;
    right: 40px;
  }
  .portfolio-modal .portfolio-clone,
  .bio-modal .bio-clone {
    max-height: 75%;
    overflow-y: scroll;
  }
}
.portfolio-modal {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-modal .portfolio-clone {
  position: relative;
  background-color: white;
  width: 93%;
  border: 1px solid lightgray;
  padding: 15px;
  top: 1%;
  left: 2.5%;
  right: 2.5%;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
}
.portfolio-modal > .modal > .modal-dialog {
  transform: translate(0, 60px) !important;
}
#back-to-top {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
#back-to-top a {
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
  background: none;
  border: 0;
}
#back-to-top a::before {
  display: block;
  position: relative;
  top: 5px;
  left: 1px;
  transition: .3s;
  content: "";
  background: url(/modules/custom/theme_customization/img/Icons/arrow-up-icon-gray.svg) center / contain no-repeat;
  height: 19px;
  width: 19px;
}

#back-to-top a:hover,
#back-to-top a:hover::before {
  opacity: .5;
  position: relative;
  bottom: 5px;
}

.color-bar-container {
  position: absolute;
  bottom: 3px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.color-bar-container .color-segment:nth-child(1) {
  background-color: #000;
  margin-left: 0;
}
.color-bar-container .color-segment {
  width: 16.1%;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 .3%;
  transform: skew(-45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(1)::before {
  content: " ";
  position: absolute;
  display: block;
  width: 75%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
  transform-origin: bottom left;
  transform: skew(45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(2) {
  background-color: #5386a5;
}
.color-bar-container .color-segment {
  width: 16.1%;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 .3%;
  transform: skew(-45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(3) {
  background-color: #858a8c;
}
.color-bar-container .color-segment {
  width: 16.1%;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 .3%;
  transform: skew(-45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(4) {
  background-color: #1d847c;
}
.color-bar-container .color-segment {
  width: 16.1%;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 .3%;
  transform: skew(-45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(5) {
  background-color: #5c9b96;
}
.color-bar-container .color-segment {
  width: 16.1%;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 .3%;
  transform: skew(-45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(6) {
  background-color: #ff6200;
  margin-right: 0;
}
.color-bar-container .color-segment {
  width: 16.1%;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 .3%;
  transform: skew(-45deg, 0deg);
}
.color-bar-container .color-segment:nth-child(6)::after {
  content: " ";
  position: absolute;
  display: block;
  width: 75%;
  height: 2px;
  top: 0;
  right: -6px;
  transform-origin: bottom left;
  transform: skew(45deg, 0deg);
  background-color: #ff6200;
}
.realised-portfolio .views-view-responsive-grid__item .views-field-title {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  letter-spacing: .2px;
  margin-bottom: 10px;
  margin-left: 25px;
}
.realised-portfolio .views-view-responsive-grid__item .views-field-field-sector {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

footer {
  background-color: #69717a !important;
  color: #fff !important;
  top: 100px;
  position: relative;
}

footer.dxpr-theme-footer .footer-container {
  padding-top: 40px;
  padding-bottom: 80px;
}
footer.dxpr-theme-footer ul li {
   margin-bottom: 8px;
}

footer.dxpr-theme-footer a,
footer.dxpr-theme-footer h4 {
  color: #fff;
}

footer.dxpr-theme-footer a:hover, footer.dxpr-theme-footer a:focus {
  color: #56c4bb;
}
#overview-tabs {
  border-bottom: #c4c4c4 solid 1px;
  height: 59px;
  position: sticky;
  top: 76px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 450px) {
  #overview-tabs {
    top: 59px
  }
}
body.user-logged-in #overview-tabs {
  top: 155px;
  z-index: 2;
}
.jumplink {
  height: 59px;
  display: flex;
  justify-content: space-around;
}
.jumplink-item {
  display: inline-flex;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.jumplink-item a {
  height: 59px;
  display: block;
  padding: 16px;
  color: #000;
  font-weight: 400;
}
.jumplink-item a::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  transition: width .3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}

.jumplink-item a:focus,
.jumplink-item a:hover {
  color: #10ab9e;
  text-decoration: none;
}
.jumplink-item a:focus::after,
.jumplink-item a:hover::after {
  width: 100%;
  text-decoration: none;
}
.jumplink-item a.active {
  color: #10ab9e;
  font-weight: 500;
}
.jumplink-item a.active::after {
  background: #0eab9e;
  width: 100%;
}
@media (max-width: 499px) {
  #overview-tabs {
    height: auto;
  }
  #overview-tabs .row > * {
    margin-bottom: 0;
  }
  .jumplink {
    height: auto;
  }
  .jumplink-item a {
    height: auto;
    text-align: center;
    align-self: center;
  }
}
/*
.menu.nav.navbar-nav > li:last-child {
  margin-left: 200px;
}
*/

body.path-news .page-title-full-width-container {
  display: none;
}
body.path-news .dxpr-theme-boxed-container .wrap-containers {
  background-image: url('/modules/custom/theme_customization/img/NBRP_Press_image_2000x1125.ashx');
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.page-node-7 .region-content .field--name-body > .az-element,
#contact-page {
  background-image: url('/modules/custom/theme_customization/img/NBRP_CONTACT_image_2000x1125.ashx');
  padding: 130px 0;
  position: relative;

}
.page-node-7 .region-content .field--name-body .az-element a,
#contact-page a {
  color: #0eab9e;
}
.page-node-7 .region-content .field--name-body > .az-element::after,
#contact-page::after {
  content: "";
  display: block;
  clear: both;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.79), #ffffff 750px, #ffffff);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-node-7 .region-content .field--name-body > .az-element .az-section {
  position: relative;
  z-index: 1;
}
.unrealised-portfolio .views-field-field-image {
  text-align: center;
  align-self: center;
}

/* ESG Performance */
.esg-performance-table {
  border-spacing: 12px 0;
  border-collapse: separate;
  letter-spacing: .2px;
  color: #000;
  width: 100%;
  table-layout: fixed;
}

.esg-performance-table a {
  font-weight: 500;
}
.esg-performance-table a,
.esg-performance-table a:hover {
  color: #349cd6;
  text-decoration: none;
}
.esg-performance-table p {
  font-size: 18px;
}
.esg-performance-table th {
  color: #333 !important;
  text-align: center;
}
.esg-performance-table th:nth-child(1) {
  width: 35%;
}
.esg-performance-table th:nth-child(2) {
  width: 45%;
}
.esg-performance-table th:nth-child(3) {
  width: 20%;
}
@media (max-width: 450px) {
  .esg-performance-table th:nth-child(1) {
    width: 300px;
  }
  .esg-performance-table th:nth-child(2),
  .esg-performance-table th:nth-child(3) {
    width: 330px;
  }
}
.esg-performance-table th:not(:first-child),
.esg-performance-table td:not(:first-child) {
  vertical-align: middle;
  text-align: center;
}
.esg-performance-table th,
.esg-performance-table td {
  padding: 20px 15px !important;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
/*.esg-performance-table tbody td img[src*="COMELZ"] {
  height: 30px;
  margin: 28px 20px;
}
.esg-performance-table tbody td img[src*="Uteco"] {
  height: 60px;
  margin: 15px 50px;
}
.esg-performance-table tbody td img[src*="Hydro"] {
  margin: 15px;
}
.esg-performance-table tbody td img[src*="Rino-Mastrotto"] {
  margin: -20px 0 30px;
}
.esg-performance-table tbody td img[src*="ENG24-LOGO"] {
  height: 40px;
  margin: 30px 40px;
}
.esg-performance-table tbody td img[src*="OverIT"] {
  height: 150px;
  margin: -15px;
}
.esg-performance-table tbody td img[src*="Sicit"] {
  margin: -10px -15px -15px 10px;
}
.esg-performance-table tbody td img[src*="Arbo"] {
  margin: 20px -10px;
}
.esg-performance-table tbody td img[src*="Neopharmed-Gentili"] {
  margin: 30px 10px;
}
.esg-performance-table tbody td img[src*="U-Power"] {
  margin: 20px;
}
.esg-performance-table tbody td img[src*="Bending-Spoons"] {
  margin: 34px 15px;
}
*/
.esg-performance-table tbody tr {
  height: 160px;
}
@media (max-width: 1000px) {
  .esg-performance-table tbody tr {
    height: 200px;
  }
  .esg-performance-table tbody tr td:not(:first-child) {
    width: 300px !important;
  }
}
.esg-performance-table tbody td:nth-child(1) {
  display: table-cell;
  vertical-align: middle;
}
.az-element h1 {
  font-size: 40px;
}

/* External modal */
.external-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.fade .modal-dialog {
  transform: none !important;
}
.external-modal .modal-dialog {
  top: 60px;
}
.external-modal .modal-header {
  padding: 20px 20px;
  border-bottom: 0;
}
.external-modal .modal-header h4 {
  font-size: 26px;
  word-break: break-word;
}
@media (min-width: 450px) {
  .external-modal .modal-header {
    padding: 60px 80px 20px;
  }
}

.external-modal .modal-dialog {
  position: relative;
  width: auto;
}
@media screen and (min-width: 768px) {
  .external-modal .modal-dialog {
    margin-top: 100px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .external-modal .modal-dialog .modal-content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.external-modal .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
@media (min-width: 450px) {
  .external-modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

.external-modal .modal-footer {
  border-top: 0;
  padding: 30px 20px 40px;
}
.external-modal .modal-footer button {
  display: inline-block;
  height: 45px;
  letter-spacing: .3px;
  line-height: 23px;
  border-radius: 5px;
  border: 2px solid #0eab9e;
  text-transform: uppercase;
  color: #0eab9e;
  font-family: "Roboto Condensed", "Roboto Condensed";
  text-shadow: none;
  font-size: 15px;
  line-height: 20px;
  background-color: #fff;
  min-width: 140px;
  font-weight: bold;
}
.external-modal .modal-footer > * {
  margin: 0 auto !important;
}
@media (min-width: 450px) {
  .external-modal .modal-footer button+button {
    margin-left: 20px;
  }
}

.external-modal .modal-footer button a {
  padding: 11px 37px;
}
.external-modal .modal-footer .navigateExternal {
  border-color: #4a80af !important;
}
.external-modal .modal-footer .yes-button a {
  color: #000 !important;
}
@media (min-width: 450px) {
  .external-modal .modal-footer {
      padding: 30px 80px 40px;
  }
}

.external-modal .modal-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
}
@media (min-width: 767px) {
  .external-modal .modal-body {
    padding: 0px 80px;
  }
}
.external-modal .modal-body #exitP1 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .22px;
  color: #000;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.external-modal .modal-body #exitP2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .36px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 450px) {
  #resp-img-text {
    top: 30%;
  }
}
.full-design .small-title {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .2px;
  color: #000;
  margin-bottom: 5px;
}
#esg-oversight-image {
  text-align: center;
}
#esg-oversight-image img {
  border-radius: 50%;
  max-width: 193px;
  margin-bottom: 25px;
}
#esg-oversight-image-1 img {
  border-radius: 50%;
  max-width: 193px;
  margin-bottom: 25px;
}
#esg-oversight-column-left {
  width: auto;
  margin-left: auto;
  margin-right: 30px;
}
#esg-oversight-column-right {
  width: auto;
  margin-left: 30px;
  margin-right: auto;
}
@media (max-width: 480px) {
  #esg-oversight-column-left,
  #esg-oversight-column-right {
    margin: 15px auto;
  }
}

.callout-card {
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
  padding: 35px 40px;
  text-align: left;
  position: relative;
}

/* Desktop view */
@media (max-width: 450px) {
  body:not(.user-logged-in) #investment-process-desktop {
    display: none;
  }
  body:not(.user-logged-in) #investment-process-mobile {
    display: block;
  }
}
/* Desktop view */
@media (min-width: 450px) {
  body:not(.user-logged-in) #investment-process-desktop {
    display: block;
  }
  body:not(.user-logged-in) #investment-process-mobile {
    display: none;
  }
}

#annual-report a {
  color: #2e86fb;
}
#annual-report a:hover,
#annual-report a:focus {
  color: #a8b7c4;
  text-decoration: none;
}

#assessment-table table {
  border-collapse: separate !important;
  border-spacing: 12px 0 !important;
}
#assessment-table tr td:not(:first-child) {
  width: 150px;
}
#assessment-table td {
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}
#assessment-table td:nth-child(2) {
  color: #0eab9e;
}
#assessment-table tbody td:nth-child(3) {
  color: #8b8b8b;
}
#assessment-table tbody td:nth-child(2) span,
#assessment-table tbody td:nth-child(3) span {
  font-size: 27px !important;
}

.navbar-container .block-language {
  float: right !important;
}

.block-language .nav.menu li {
  padding: 0 5px;
  max-width: 160px;
}
@media (max-width: 1200px) {
  .block-language .nav.menu li {
    max-width: 100%;
  }
}
.block-language .nav.menu li a {
  text-align: center;
}
.block-language .nav.menu li:not(.is-active) {
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: -64px;
  height: 64px !important;
  background-color: white;
  right: 0;
}
.block-language .nav.menu li:not(.is-active) a {
  letter-spacing: .7px;
  line-height: 24px;
  text-transform: capitalize;
  color: #349cd6;
  text-decoration: underline;
  height: 64px;
  padding: 20px;
}
.block-language .nav.menu li.is-active.expanded {
  background-color: #ddd !important;
}
.block-language .nav.menu li.is-active a,
.block-language .nav.menu li.is-active a:focus,
.block-language .nav.menu li.is-active a:visited,
.block-language .nav.menu li.is-active a:hover {
  opacity: 1 !important;
  color: #000 !important;
}
.block-language .is-active  {
  padding: 0 20px;
}
.block-language .is-active .arrow {
  margin: 10px 3px;
  top: 22px;
  right: 10px;
  display: block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all .3s ease;
  transform: rotate(45deg);
  position: absolute;
}
.block-language .is-active.expanded .arrow {
  border-right: 0;
  border-bottom: 0;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  top: 24px;
  right: 10px;
}
.block-language a.language-link {
  padding-right: 25px !important;
}

.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle {
  color: #fff;
  border: none;
  display: block;
  padding: 10px 20px !important;
}

.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span,
.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span::before,
.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span::after {
  background-color: #123a5f !important;
  height: 2px !important;
  width: 20px !important;
}
.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span::before {
  top: -7px !important;
}
.body--dxpr-theme-nav-mobile .dxpr-theme-header #dxpr-theme-menu-toggle span::after {
  bottom: -7px !important;
}

.body--dxpr-theme-nav-mobile .dxpr-theme-header--side #dxpr-theme-main-menu,
.body--dxpr-theme-nav-mobile .dxpr-theme-header--side #block-dxpr-theme-mainnavigationit {
  top: 60px;
  position: absolute !important;
}
.body--dxpr-theme-nav-mobile #block-dxpr-theme-main-menu ul.nav,
.body--dxpr-theme-nav-mobile #block-dxpr-theme-mainnavigationit ul.nav {
  height: auto !important;
  top: 60px !important;
  margin-top: 0 !important;
  background-color: #fff;
}
.body--dxpr-theme-nav-mobile #block-dxpr-theme-main-menu ul.nav li,
.body--dxpr-theme-nav-mobile #block-dxpr-theme-mainnavigationit ul.nav li {
  text-align: center;
}
.body--dxpr-theme-nav-mobile #block-dxpr-theme-main-menu ul.nav li a,
.body--dxpr-theme-nav-mobile #block-dxpr-theme-mainnavigationit ul.nav li a {
  margin: 0 !important;
  border-bottom: solid 1px #ccc;
  font-size: 13px !important;
  letter-spacing: .1em !important;
  padding: 5px 0 !important;
  font-weight: 600 !important;
}

.body--dxpr-theme-nav-mobile #block-dxpr-theme-languageswitcher ul.nav {
  height: auto !important;
  top: 240px !important;
  margin-top: 0 !important;
  background-color: #fff;
}
.body--dxpr-theme-nav-mobile .navbar-toggle--active span {
  transform: rotate(-45deg) !important;
}
.body--dxpr-theme-nav-mobile .navbar-toggle--active span::before {
  display: none !important;
}
.body--dxpr-theme-nav-mobile .navbar-toggle--active span::after{
  transform: rotate(-90deg) !important;
}
.body--dxpr-theme-nav-mobile .block-language {
  position: relative !important;
  top: 120px !important;
}
.body--dxpr-theme-nav-mobile .block-language ul,
.body--dxpr-theme-nav-mobile .block-language ul li {
  background-color: #f2f2f3 !important;
}
.body--dxpr-theme-nav-mobile .block-language li {
  width: 100% !important;
  display: block !important;
  height: 30px !important;
  position: relative !important;
  top: 0 !important;
}
.body--dxpr-theme-nav-mobile .block-language .nav.menu li:not(.is-active) {
  height: 30px !important;
}
.body--dxpr-theme-nav-mobile .dxpr-theme-header--side .menu__level {
  visibility: visible !important;
}
.body--dxpr-theme-nav-mobile .arrow {
  display: none !important;
}
.body--dxpr-theme-nav-mobile .block-language a {
  padding: 0 !important;
}
html .body--dxpr-theme-nav-mobile .dxpr-theme-header--side #dxpr-theme-main-menu {
  height: auto !important;
}
html .body--dxpr-theme-nav-mobile #block-dxpr-theme-main-menu {
  position: static !important;
  margin-bottom: 0;
  padding: 0;
}
html .body--dxpr-theme-nav-mobile .dxpr-theme-header--side #block-dxpr-theme-mainnavigationit,
html .body--dxpr-theme-nav-mobile #block-dxpr-theme-main-menu ul.nav {
  position: static !important;
  margin-bottom: 0;
  padding: 0;
}
html .body--dxpr-theme-nav-mobile .dxpr-theme-header--side .language-switcher-language-url {
  padding: 0;
  position: static !important;
  margin-bottom: 0;
}
html .body--dxpr-theme-nav-mobile #block-dxpr-theme-languageswitcher ul.nav {
  position: static;
  margin-top: 0;
}

#industry-collaboration p {
  font-family: 'Roboto Condensed Light';
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .2px;
}

.path-news .filter input[type="radio"]:checked {
  background: radial-gradient(#349CD6 37%, rgb(255, 255, 255) 46%);
  box-shadow: none;
}
.path-news .filter input[type="radio"] {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.region-footer .field--name-langcode {
  display: none;
}
#page-title-full-width-container {
  display: none;
}
a.privacy:hover {
  text-decoration: none;
  color: #a8b7c4;
}
.block-language ul li a.is-active {
  font-weight: 500;
}
.view-team .views-view-responsive-grid__item .field--name-field-denomination {
  height: 21px;
}
.view-team .views-view-responsive-grid__item:nth-child(9) .field--name-field-denomination,
.view-team .views-view-responsive-grid__item:nth-child(10) .field--name-field-denomination,
.view-team .views-view-responsive-grid__item:nth-child(11) .field--name-field-denomination,
.view-team .views-view-responsive-grid__item:nth-child(12) .field--name-field-denomination {
  height: 42px;
}

.wrap-branding {
  width: auto;
  min-width: 200px;
}

@media (min-width: 1200px) {
  .wrap-branding {
    width: 94%;
  }
}

#navbar.dxpr-theme-header--hover-opacity .menu .active>a, #navbar.dxpr-theme-header--hover-opacity .menu a:hover, #navbar.dxpr-theme-header--hover-opacity .menu a:focus, #navbar.dxpr-theme-header--hover-opacity .menu a.is-active {
  opacity: 1 !important;
}

.view-team .content .field {
  color: #000;
  font-weight: 300;
}
.field-bio {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .32px;
  color: #000;
  font-family: "Roboto Condensed";
}
.field-bio .copy-headline {
  font-size: 18px;
  letter-spacing: .36px;
  margin-bottom: 15px;
  font-weight: 500 !important;
}
.field-bio .bio-copy {
  font-weight: 300;
}
strong {
  font-weight: 500 !important;
}

img[title="Engineering"],
img[alt="Engineering"] {
  width: 200px;
}

.portfolio-description .portfolio-investment-year,
.portfolio-description .portfolio-sector {
  font-weight: 300;
}

#home-investment-icons p,
#home-investment-icons span {
  font-weight: 400;
}
.industry-left {
  margin-left:25px;
}
#bkg-image-privacy {
  background: url(/modules/custom/theme_customization/img/NBRP_PRIVACY-POLICY_image_2000x1125.ashx) no-repeat;
}
@media (min-width: 1201px) {
  .navbar-container .navbar-header {
      width: 24% !important;
  }
  .navbar-container #dxpr-theme-main-menu {
      width: 75% !important;
  }
}

/* Jumplinks mobile */
#overview-tabs.mobile-selected .jumplink-item {
  display: none;
}
#overview-tabs.mobile-selected .jumplink-item.active,
#overview-tabs.mobile-selected .jumplink-item.active a.active {
  display: inline-block !important;
}
#overview-tabs.mobile-selected .arrow {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 4px 10px 4px 0;
  border-left: 2px solid #0eab9e;
  border-top: 2px solid #0eab9e;
  transform-origin: center;
  transition: all .2sease-in;
  display: inline-block !important;
}
#overview-tabs.mobile-selected.opened {
  border-bottom: 0;
}
#overview-tabs.mobile-selected .arrow.closed {
  transform: rotate(-135deg);
}
#overview-tabs.mobile-selected .arrow:not(.closed) {
  transform: rotate(45deg);
}
#overview-tabs.jumplink-cloned {
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  top: 116px;
}
.jumplink-cloned .az-element {
  margin-bottom: 0;
}
.jumplink-cloned .jumplink {
  height: auto;
  display: block;
  text-align: center;
}
.jumplink-cloned .jumplink .jumplink-item {
  display: block;
  line-height: 30px;
}
.jumplink-cloned .jumplink .jumplink-item a {
  padding: 0;
  height: auto;
}
/* END of Jumplinks mobile */

/* Mobile menu */
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open, .body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open .menu__breadcrumbs, .body--dxpr-theme-nav-mobile #dxpr-theme-main-menu.menu--open .menu__level {
  left: unset !important;
}
.body--dxpr-theme-nav-mobile #dxpr-theme-main-menu, .body--dxpr-theme-nav-mobile #dxpr-theme-main-menu .menu__breadcrumbs, .body--dxpr-theme-nav-mobile #dxpr-theme-main-menu .menu__level {
  right: 0;
}
