/* variables */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,900;1,900&display=swap");
* {
  font-family: "Raleway", sans-serif !important;
}

p {
  color: #263259;
}

h1 {
  color: white;
  font-size: 46px;
  font-weight: 900;
  max-width: 700px;
}

h2 {
  color: #46B5D3;
  font-size: 30px;
  font-weight: 700;
}
h2.dark {
  color: #263259;
  font-weight: 900;
}

h3 {
  color: #263259;
  font-size: 27px;
  font-weight: 900;
}

h4 {
  color: #263259;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}

h5 {
  color: #263259;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #263259;
  font-size: 14px;
  font-weight: 700;
}

.card-box {
  -webkit-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  -moz-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  padding: 15px 50px 40px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .card-box .right {
    padding-left: 25px;
  }
}

.link {
  color: #8C65A9;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .border-right {
    border-right: 1px solid #ddd;
  }
}
a {
  color: #263259;
}
a.link-icon svg {
  width: 25px;
  /*display: none;*/
  margin-left: 8px;
  margin-top: -2px;
  left: 290px;
  position: absolute;
  top: 15px;
  fill: #263259;
}
@media only screen and (min-width: 992px) {
  a.link-icon svg {
    right: 18px;
    left: unset;
    top: 19px;
  }
}
a:hover svg {
  fill: #46b5d3;
}

img.link-icon {
  width: 25px;
  display: none;
  position: absolute;
  top: 9px;
  margin-left: 10px;
}
img:hover {
  display: inline;
}

.front .header, .impactly-page.header {
  border-radius: 0;
  min-height: 325px;
  background-image: linear-gradient(to right, rgb(5, 56, 93) 15%, rgba(5, 56, 93, 0.7) 55%, rgba(5, 56, 93, 0.3) 94%), url(../img/new_home_bkg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: cover;
  margin-bottom: 0;
}

.header {
  /* reset navbar */
}
.header .navbar {
  background-color: transparent !important;
}
.header .navbar .header-search {
  margin: 15px;
}
.header .navbar .header-search img {
  float: right;
  margin-top: 29px;
  width: 24px;
}
.header .navbar .ct-btn {
  margin-top: 10px;
  margin-left: 40px;
}
.header .titles div {
  margin-left: 15px;
}

/*
#sidenav.affix {
  top: 300px;
  bottom: auto;
}
*/
.hn-title:after {
  content: "";
  border-bottom: 4px solid #8c65a9;
  display: block;
  width: 40px;
  margin-top: 8px;
}

.hp-2023 {
  color: #263259;
  font-size: 18px;
}
.hp-2023 .main .intro {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}
.hp-2023 .main .text {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 30px;
}
.hp-2023 .main .card {
  -webkit-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  -moz-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  background-color: white;
  width: 300px;
  padding: 30px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .hp-2023 .main .card {
    position: absolute;
    top: -125px;
    margin-right: 25px;
  }
}
.hp-2023 .main .card .card-head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.hp-2023 .main .card .row {
  margin-top: 25px;
}
.hp-2023 .main .card .row div {
  text-align: center;
}
.hp-2023 .main .card .row div img {
  width: auto;
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .hp-2023 .main .three-cols .col-border-right {
    border-right: 1px solid #ccc;
    width: 22%;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .hp-2023 .main .three-cols .col-border-right h5 {
    padding-top: 20%;
  }
}
.hp-2023 .main .three-cols img.small-icon {
  width: 23px;
  margin-bottom: 8px;
}
.hp-2023 .main .light-blue-text {
  color: #46B5D3;
  font-size: 18px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #46B5D3;
}
.hp-2023 .main .graphic {
  padding: 0 30px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .hp-2023 .main .graphic {
    text-align: left;
    margin-top: 0;
  }
  .hp-2023 .main .graphic img {
    position: absolute;
    top: -60px;
    max-width: 290px;
  }
}
.hp-2023 .main .graphic img {
  max-width: 290px;
}
.hp-2023 .two-cols.card-box {
  margin-top: 30px;
}
.hp-2023 .two-cols.wwd {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) {
  .hp-2023 .five-cols .col-md-2 {
    width: 20%;
  }
}
.hp-2023 .five-cols .row.two {
  margin-top: 25px;
}
.hp-2023 .five-cols .row.two div {
  text-align: center;
}
.hp-2023 .five-cols .row.two p {
  font-size: 14px;
}
.hp-2023 .five-cols img.small-icon {
  width: 50px;
  margin-bottom: 8px;
}
.hp-2023 .hn-title {
  margin-bottom: 20px;
}
.hp-2023 .partners .btn {
  background-color: #80a0ff;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
  min-width: 120px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 20px;
  color: #fff;
}
.hp-2023 .partners .btn-primary:active:hover, .hp-2023 .partners .btn-primary:hover, .hp-2023 .partners .open > .dropdown-toggle.btn-primary:hover, .hp-2023 .partners .btn-primary:active:focus, .hp-2023 .partners .btn-primary.active:focus, .hp-2023 .partners .open > .dropdown-toggle.btn-primary:focus, .hp-2023 .partners .btn-primary:active.focus, .hp-2023 .partners .btn-primary.active.focus, .hp-2023 .partners .open > .dropdown-toggle.btn-primary.focus {
  background-color: #80a0ff;
}

.bg-gray {
  background-color: #f1f1f2;
  margin-top: 10px;
}
.bg-gray .row {
  margin-top: 30px;
}
.bg-gray .row img.small-icon {
  float: left;
  max-width: 50px;
  margin-top: 5px;
}
.bg-gray .row h4 {
  margin-left: 60px;
  line-height: 39px;
  /* width:60%;
   min-height: 62px;*/
}
.bg-gray .row h4.two-lines {
  /*  margin-top: 0; */
}
@media only screen and (min-width: 768px) {
  .bg-gray .row h4.two-lines {
    /*    max-width: 150px */
  }
}
.bg-gray .row .three-cols {
  margin-bottom: 50px;
}
.bg-gray .row .three-cols a.link-icon {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.bg-gray .row .three-cols a:hover {
  color: #46b5d3;
}
.bg-gray .row .col-md-4 {
  min-height: 190px;
}
.bg-gray .row .col-md-4.one, .bg-gray .row .col-md-4.two {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.bg-gray .row .col-md-4.two, .bg-gray .row .col-md-4.three {
  padding-left: 20px;
}
.bg-gray .hp-2023 h4 {
  padding: 3px;
  border-top: 4px solid #46B5D3;
  border-bottom: 4px solid #46B5D3;
  max-width: 250px;
  line-height: 35px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .bg-gray .hp-2023 h4 {
    max-width: unset;
  }
}

.impactly-page .tarara {
  color: pink;
}
.impactly-page .two-cols {
  margin-top: 0;
}
.impactly-page.bg-gray .two {
  text-align: center;
}
.impactly-page.bg-gray .two img {
  max-width: 500px;
}
.impactly-page h4 {
  line-height: 30px;
  margin-bottom: 10px;
}
.impactly-page section.one {
  margin-bottom: 20px;
}
.impactly-page .card {
  -webkit-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  -moz-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  background-color: white;
  padding: 30px;
  padding-left: 90px;
}
.impactly-page .card.c2 {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .impactly-page .card {
    position: absolute;
    top: -100px;
    margin-left: 20px;
  }
  .impactly-page .card.c2 {
    right: 0;
    top: 20px;
  }
}
.impactly-page .card .quotation {
  color: #263259;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.impactly-page .card .quotation:before {
  content: url("../img/quotes_icon.svg");
  display: block;
  width: 40px;
  margin-left: -50px;
  position: absolute;
}
.impactly-page .card .authors {
  color: #263259;
  font-size: 15px;
  font-weight: 900;
  margin-top: 6px;
}
.impactly-page .plain-text {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}
.impactly-page .row.three img {
  margin-top: 20px;
}
.impactly-page.bg-gray {
  margin-top: 20px;
}
.impactly-page.bg-gray .row {
  margin-top: 0;
}
.impactly-page.bg-gray .row .one {
  margin-bottom: 30px;
}
.impactly-page.bg-gray .row .two-cols {
  margin-top: 15px;
  margin-bottom: 25px;
}
.impactly-page.bg-gray .purple-text {
  color: #7030A0;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 10px;
  text-align: center;
}
.impactly-page.bg-gray .slogan {
  margin-bottom: 70px;
  margin-top: 60px;
}
.impactly-page.bg-gray img.impactly-logo {
  max-width: 200px;
}
.impactly-page .case-study img {
  max-width: 160px;
  width: auto;
}
.impactly-page .case-study .case {
  margin-top: 15px;
}
.impactly-page .case-study .link {
  line-height: 26px;
  margin-bottom: 24px;
}
.impactly-page .case-study .link.bigger {
  font-size: 20px;
  margin-top: 15px;
}
.impactly-page h3 {
  margin-top: 0;
}
.impactly-page p.medium {
  font-weight: 500;
}
.impactly-page .row.one {
  position: relative;
}
.impactly-page .row img.small-icon {
  float: left;
  max-width: 40px;
}
.impactly-page .c2 .two-lines {
  line-height: 32px;
  margin-left: 60px;
}
.impactly-page.cc {
  padding-top: 30px;
}
.impactly-page.cc img.small-icon {
  float: left;
  max-width: 19px;
  margin-top: 0;
}
.impactly-page.cc h6 {
  font-weight: 800;
  margin-left: 30px;
  line-height: 20px;
}
.impactly-page.cc p {
  margin-left: 30px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 992px) {
  .impactly-page.cc .empty {
    height: 130px;
  }
}
.impactly-page .c2 h4 {
  line-height: 26px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .impactly-page .case-study .col-md-8 {
    width: 60%;
  }
  .impactly-page .case-study .col-md-4 {
    width: 40%;
  }
}
.impactly-page .btn-log-impactly {
  height: 70px;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 120px;
  z-index: 1000;
}
.impactly-page .blue-text {
  text-align: center;
  margin: 15px;
}
@media only screen and (max-width: 550px) {
  .impactly-page .btn-log-impactly {
    display: none;
  }
}
@media only screen and (min-width: 1450px) {
  .impactly-page .btn-log-impactly {
    right: 13%;
  }
}
@media only screen and (min-width: 1600px) {
  .impactly-page .btn-log-impactly {
    right: 17%;
  }
}
@media only screen and (min-width: 1800px) {
  .impactly-page .btn-log-impactly {
    right: 19%;
  }
}

@media only screen and (max-width: 767px) {
  .hp-2023 .main .card {
    position: relative;
    margin: auto;
  }
}
.capital-markets {
  margin-bottom: 40px;
}
.capital-markets.header {
  border-radius: 0;
  min-height: 325px;
  background-image: linear-gradient(to right, rgb(5, 56, 93) 15%, rgba(5, 56, 93, 0.7) 55%, rgba(5, 56, 93, 0.3) 94%), url(../img/capital_markets_header.jpg);
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-size: cover;
  margin-bottom: 0;
}
.capital-markets .intro .col-left h3 {
  margin-top: 30px;
}
.capital-markets .intro .col-left h4 {
  line-height: 45px;
}
.capital-markets .intro .col-left h6 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}
.capital-markets .intro .col-left img.small-icon {
  float: left;
  max-width: 45px;
  margin-right: 15px;
}
.capital-markets .intro .col-dir .gray-bg {
  background-color: #f1f1f3;
  padding: 50px;
}
.capital-markets .intro .col-dir .gray-bg p {
  font-size: 18px;
  color: #46B5D3;
  font-weight: 500;
}
.capital-markets .intro .col-dir .medium-icon {
  max-width: 60px;
}
.capital-markets .intro .col-dir h3 {
  color: #46B5D3;
}
.capital-markets .intro .col-dir .checks {
  padding: 25px 50px 25px 0;
}
.capital-markets .intro .col-dir .checks .lf-border {
  border-left: 1px solid #ddd;
  padding-left: 49px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.capital-markets .intro .col-dir .checks .lf-border > div {
  margin-bottom: 8px;
}
.capital-markets .intro .col-dir .checks h4 {
  margin-bottom: 15px;
}
.capital-markets .intro .col-dir .checks div {
  clear: left;
}
.capital-markets .intro .col-dir .checks div img.small-icon {
  float: left;
  max-width: 19px;
  margin-top: 3px;
  margin-right: 8px;
}
.capital-markets .intro .col-dir .checks div p {
  line-height: 27px;
}
.capital-markets img.small-icon {
  float: left;
  max-width: 19px;
  margin-top: 3px;
}
.capital-markets .border-top {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.capital-markets .solution div > div {
  min-height: 40px;
  margin-bottom: 10px;
}
.capital-markets .solution div > div p {
  font-size: 16px;
  font-weight: 500;
  margin-left: 30px;
}
.capital-markets .solution div.right {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .capital-markets .solution div.right {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .capital-markets .solution .border-right {
    border-right: none;
  }
}
.capital-markets .two-cols.mm {
  margin-top: 30px;
}
.capital-markets .case {
  text-align: center;
  padding: 40px 20px 20px 20px;
  border: 1px solid #ddd;
  min-height: 165px;
  margin-bottom: 20px;
}
.capital-markets .case .img {
  min-height: 40px;
}
.capital-markets .case .img img {
  width: auto;
}
.capital-markets .case.c12 img {
  width: 120px;
}
.capital-markets .case.c13 {
  padding: 40px 10px 20px 10px;
}
.capital-markets .case.c23 .img {
  float: left;
}
.capital-markets .case.c23 .img img {
  width: 75px;
}
.capital-markets .case.c23 .case-title {
  width: 50%;
  margin-left: 100px;
}
.capital-markets .case .case-title {
  font-size: 14px;
  font-weight: 800;
  margin-top: 20px;
  color: #263259;
}
.capital-markets .case p {
  font-size: 13px;
  font-weight: 500;
}
.capital-markets .blue-text {
  text-align: center;
  margin-bottom: 20px;
}
.capital-markets .r1 .two-cols {
  margin-top: 40px;
}

.mandate-services.header {
  border-radius: 0;
  min-height: 290px;
  background-image: linear-gradient(to right, rgb(5, 56, 93) 15%, rgba(5, 56, 93, 0.7) 55%, rgba(5, 56, 93, 0.3) 94%), url(../img/mandate_services_header.jpeg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  margin-bottom: 0;
}
.mandate-services .two-cols {
  margin-top: 30px;
}
.mandate-services .intro {
  color: #263259;
  font-size: 18px;
  font-weight: 900;
}
.mandate-services .card {
  margin-left: 20px;
  -webkit-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  -moz-box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  box-shadow: -5px 5px 11px -3px rgb(153, 153, 153);
  background-color: white;
  padding: 30px;
  padding-left: 90px;
}
@media only screen and (min-width: 992px) {
  .mandate-services .card {
    position: absolute;
    top: -160px;
  }
}
.mandate-services .card .quotation:before {
  content: url("../img/quotes_icon.svg");
  display: block;
  width: 40px;
  margin-left: -50px;
  position: absolute;
}
.mandate-services .card .quotation {
  color: #263259;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.mandate-services .card .authors {
  color: #263259;
  font-size: 14px;
  font-weight: 900;
  margin-top: 6px;
}
@media only screen and (min-width: 992px) {
  .mandate-services .card .authors {
    float: left;
    width: 60%;
  }
}
.mandate-services .card .resonance-logo {
  width: 120px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .mandate-services .card .resonance-logo {
    float: right;
  }
}
@media only screen and (min-width: 1198px) and (max-width: 1300px) {
  .mandate-services .first .esq {
    width: 45%;
  }
  .mandate-services .first .dir {
    width: 55%;
  }
}
.mandate-services .four-cols {
  margin-top: 40px;
}
.mandate-services .four-cols .row div {
  text-align: center;
  padding: 10px 30px;
}
.mandate-services .four-cols .row div h6 {
  font-size: 13px;
  line-height: 16px;
}
.mandate-services .four-cols img.small-icon {
  width: 50px;
  margin-bottom: 8px;
}
.mandate-services.bg-gray {
  clear: left;
  margin-top: 20px;
  padding-bottom: 30px;
}
.mandate-services.bg-gray .row {
  margin-top: 15px;
}
.mandate-services.bg-gray h3 {
  color: #46B5D3;
  margin-top: 0;
}
.mandate-services.bg-gray p {
  font-size: 18px;
  color: #46B5D3;
  font-weight: 500;
}
.mandate-services.bg-gray p.blue-text {
  text-align: center;
}
.mandate-services.bg-gray .right {
  padding-left: 30px;
}
.mandate-services .problem, .mandate-services .solution {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.mandate-services .problem h6, .mandate-services .solution h6 {
  line-height: 18px;
  margin-top: 18px;
}
.mandate-services .problem .right p, .mandate-services .solution .right p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.mandate-services .problem .right ul li, .mandate-services .solution .right ul li {
  line-height: 30px;
}
.mandate-services .problem {
  border-bottom: 1px solid #ddd;
}
.mandate-services .solution {
  padding-top: 10px;
}
.mandate-services .solution div > div {
  min-height: 35px;
}
.mandate-services .solution div > div p {
  margin-left: 30px;
  font-weight: 500;
}
.mandate-services .check-mark img.small-icon {
  float: left;
  max-width: 19px;
  margin-top: 3px;
}
.mandate-services .key-features p {
  font-size: 13px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) {
  .mandate-services .card-box .right {
    padding-left: 15px;
  }
}
.mandate-services .purple {
  color: #8C65A9;
}
@media only screen and (min-width: 992px) {
  .mandate-services .hiw .col-md-1 {
    width: 11%;
  }
  .mandate-services .hiw .col-md-11 {
    width: 89%;
  }
}
.mandate-services .five-cols {
  margin-bottom: 40px;
}
.mandate-services .five-cols img.small-icon {
  width: 50px;
  margin-bottom: 8px;
  max-width: initial;
  float: none;
}
.mandate-services .five-cols .row.two > div {
  text-align: center;
}
.mandate-services .five-cols .row.two > div h6 {
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .mandate-services .col-md-2 {
    width: 20%;
  }
}
.mandate-services .martop {
  margin-top: 30px;
}
.mandate-services .trms-Shelf {
  margin-top: 0;
  overflow: auto;
}
.mandate-services .trms-Shelf-item {
  float: left;
  width: 25%;
}
.mandate-services .trms-Shelf-item .Publication {
  margin-right: 50px;
}
.mandate-services .trms-Shelf-item .custom-label {
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #111d41;
  margin-bottom: 10px;
  /*  min-height: 72px; */
  height: 35px;
}
.mandate-services .trms-Shelf-item .custom-label.last {
  line-height: normal;
  position: relative;
}
.mandate-services .trms-Shelf-item .custom-label.last span {
  position: absolute;
  bottom: -8px;
}
@media only screen and (max-width: 768px) {
  .mandate-services .trms-Shelf.first, .mandate-services .martop {
    display: none;
  }
}

/*
.sidebar {
  position: relative;
  height:1500px
}*/

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