* {
  --pri-color: hsl(92 8% 36%); /* green */
  --pri-color-md: hsl(92 8% 70%); /* green */
  --pri-color-ltt: hsl(92 8% 80%); /* lightest green */

  --sec-color: hsl(38 60% 56%); /* yellow */
  --sec-color-md: hsl(38 44% 60%); /* medium yellow */
  --sec-color-ltt: hsl(38 45% 96%); /* lightest yellow */

  --bg: 36 16% 94%;
  --op: 100%;
  --bg-color: hsl(var(--bg) / var(--op)); /* prospero bkg */

  --gray-ltt: hsl(0 0% 99%); /* lightest gray */
  --gray-lt: hsl(0 0% 94%); /* light gray */
  --gray: hsl(0 0% 67%); /* gray */
  --gray-md: hsl(0 0% 51%); /* medium gray */
  --gray-dkt: hsl(0 0% 15%); /* darkest gray */

  --f-lt: 300;
  --f-md: 500;
  --f-semi: 600;
}

body {
  color: black;
  font-family: poppins, Arial, sans-serif;
  font-size: 11pt;
  font-weight: var(--f-lt);
  letter-spacing: .05em;
}

a {
  color: var(--pri-color);
  font-weight: var(--f-md);
  transition: all .2s ease;
}

a:active, a:focus {
  text-decoration: none;
}

a:hover {
  color: var(--sec-color);
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

strong {
  font-weight: var(--f-semi);
}

img[src*="fiduchi.svg"] { 
  filter: invert(17%) sepia(21%) saturate(7192%) hue-rotate(241deg) brightness(86%) contrast(94%);
}

.btn {
  padding: .5em 2em;
  border-radius: 0;
}

[type="button"],
[type="reset"], 
[type="submit"], 
button {
  -webkit-appearance: none;
}

.btn-primary {
  background-color: var(--pri-color);
  color: white;
  border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--sec-color);
}

.btn-secondary {
  background-color: var(--sec-color);
  color: white;
  border: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: var(--pri-color);
}

.btn-view-more {
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: var(--bg-color);
}

.btn-view-more:hover,
.btn-view-more:active, 
.btn-view-more:focus {
  color: white;
  background-color: var(--pri-color-md);
}

/* Header */
.header {
  background-color: var(--bg-color);;
}

.header .navbar-brand img {
  max-width: 200px;
}

.header .navbar-toggler-icon {
  padding-top: .3em;
}

.header .navbar-toggler-icon:hover,
.header .navbar-toggler-icon:active,
.header .navbar-toggler-icon:focus {
  color: var(--sec-color);
}

.header .navbar-toggler[aria-expanded="true"] .fa-bars:before {
  content: "\f00d";
}

.header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.header .navbar-nav a {
  color: black;
  font-size: .85rem;
  font-weight: var(--f-lt);
}

.header .navbar-nav a:hover {
  color: var(--sec-color);
}

.header .navbar-nav .active {
  color: var(--sec-color) !important;
  font-weight: var(--f-md);
}

.header .navbar-nav .btn-login  {
  padding: 1em !important;
  position: relative;
  color: black !important;
  font-size: .75rem;
  font-weight: var(--f-lt);
  line-height: 1.1;
  text-align: left;
  background-color: transparent;
  border: 1px solid var(--sec-color);
}

.header .navbar-nav .btn-login:hover,
.header .navbar-nav .trusts-links a:hover {
  color: white !important;
  background-color: var(--sec-color);
}

.header .navbar-nav .ims-link {
  position: relative;
}

.header .navbar-nav .ims-link::before {
  content: 'Jersey Trust';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  translate: 0 -100%;
  color: white;
  font-size: .7rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--sec-color);
}

.bm .header .navbar-nav .ims-link::before {
  content: 'Bermuda Trust';
}

.header .navbar-nav .btn-login i {
  font-size: 1rem;
  vertical-align: middle;
}

.header .navbar-nav .trusts-links a {
    padding: .3rem .6rem !important;
    color: #888 !important;
    font-size: 0.75rem;
    line-height: 1;
    background-color: #ddd;
    border: 1px solid #ddd !important;
}

.header .navbar-nav .trusts-links a:hover {
  color: #888 !important;
  background-color: transparent;
}

.ims-bermuda,
.jersey-link {
  display: none;
}

.ims-jersey,
.bermuda-link {
  display: block;
}

.bm .ims-bermuda,
.bm .jersey-link {
  display: block;
}

.bm .ims-jersey,
.bm .bermuda-link {
  display: none;
}

/* Footer */
.footer {
  font-size: .8rem;
  background-color: var(--bg-color);
}

.footer .nav {
  border-bottom: 2px solid var(--gray-md);;
}

.footer .nav-link {
  color: black;
  padding: .5rem 0;
}

.footer a.nav-link {
  font-weight: var(--f-lt);
}

.footer a.nav-link:hover {
  color: var(--sec-color);
}

.footer .terms-links {
  font-size: .75rem;
}

.footer .terms-links a {
  margin-inline: .5rem;
  font-weight: var(--f-lt);
}

.footer .terms-links a:first-child {
  margin-left: 0;
  font-weight: var(--f-lt);
}

.footer .terms-links a:hover {
  text-decoration: none;
}

.footer a[href="disclaimer.html"] .jersey-txt,
.bm .footer a[href="disclaimer.html"] .bermuda-txt {
  display: inline;
}

.bm .footer a[href="disclaimer.html"] .jersey-txt,
.footer a[href="disclaimer.html"] .bermuda-txt {
  display: none;
}

.bm .footer .text-lg-left small {
  display: none;
}

.bm .footer .text-lg-left small.bmDisclaimer {
  display: block !important;
}

/* Landing page */
.chooseBranch::backdrop {
  background-color: rgba(0, 0, 0, 0.7);

}

.chooseBranch .hero {
  height: 250px;
  margin-bottom: 30px !important;
  background-image: url(../img/img-sailing-03-big.jpg);
  background-position: center;
}

.chooseBranch .hero-title {
  position: relative;
}

.chooseBranch .hero-title img {
  width: 50px;
  height: 92px;
  margin-left: 1.5rem;
  position: absolute;
  bottom: -0.5rem;
  z-index: 2;
  object-fit: cover;
  object-position: left;
}

.chooseBranch .btn {
  width: 100%;
  max-width: 300px;
  padding: 2rem 3rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.chooseBranch footer {
  width: 100%;
  padding: 6px 20px;
  position: absolute;
  bottom: 0;
  color: black;
  font-size: .7rem;
  border-top: 10px solid #4b5740;
  background-color: #f2efea;
}

.chooseBranch footer p {
  display: inline-block;
}

.chooseBranch footer .legal {
  padding-left: 1rem;
  float: right;
}

/* Home */
.hero {
  height: 60vh;
  overflow: hidden;
  background-image: url(../img/img-compass-big.jpg);
  background-size: cover;
  background-position: center bottom;
}

.bm.home .hero {
  position: relative;
  background-image: url(../img/img-boat-aerial.jpg);
  background-position: center top;
}

.bm.home .hero::after {
  content: '';
  display: block;
  position: absolute;
  inset: 10px;
  border: 1.5px solid white;
  pointer-events: none;
}

.hero .hero-title,
.hero .hero-txt {
  position: relative;
}

.bm.home .hero .hero-title {
  padding: 1rem 1.5rem;
  margin: 0 25px;
  color: white;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
  background-color: rgba(4, 34, 70, 0.7);
}

.bm.home .hero .hero-txt {
  padding: 0 1.5rem 1rem;
  margin: 0 25px 60px;
  background-color: rgba(4, 34, 70, 0.7);
}

.bm.home .hero .hero-txt .hero-blocks div {
  padding: .3rem 0;
  color: white;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
  border-top: 2px solid white;
}

.bm.home .hero .discover-more {
  width: 90%;
  position: absolute;
  bottom: 25px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}

.bm.home .hero .discover-more a {
  padding: 0 2.5rem;
  display: block;
  color: black;
  font-style: italic;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  background-color: var(--sec-color-md);
}

.bm.home .hero .discover-more a:hover {
  color: white;
  text-decoration: none;
}

.hero .hero-title::before,
.hero .hero-txt::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-color: var(--pri-color);
  mix-blend-mode: multiply;
}

.bm.home .hero .hero-title::before,
.bm.home .hero .hero-txt::before {
  display: none;
}

.hero .hero-title::before {
  background-color: var(--pri-color);
  opacity: .9;
}

.hero .hero-txt::before {
  background-color: var(--sec-color);
  opacity: .55;
}

.hero .hero-title h1,
.hero .hero-txt p {
  padding-inline: 1em;
  position: relative;
  z-index: 1;
  color: white;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1;
}

.hero .hero-title h1 {
  margin-block: .5em;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.hero .hero-txt p {
  margin-block: 1.5em;
  letter-spacing: .1em;
  text-shadow: 0 0 3px hsl(0, 0%, 0%, .2);
}

.card {
  height: 100%;
  border: none;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 1/.75;
  object-fit: cover;
  border-radius: 0;
}

.card-body {
  padding:0;
}

.card-title {
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 2.2rem;
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  background-color: var(--sec-color-md);
}

.card-text {
  padding: .5rem 2.2rem;
  font-size: 1rem;
}

.bm.home .card-text strong {
  font-weight: var(--f-md);
}

.eden {
  color: white;
  background-image: url(../img/img-eden.jpg);
  background-size: cover;
  background-position: center;
}

.eden-header,
.eden-footer {
  background-color: hsl(0, 0%, 0%, .7);
}

.eden-header {
  font-size: 1.2rem;
  letter-spacing: .15em;
}

.eden-logo::before {
  content: '';
  width: 0;
  height: 100%;
  margin: 0 15px 0 -15px;
  display: inline-block;
  background-color: white;
  border: 1px solid white;
}

.eden-logo img {
  max-height: 60px;
}

.eden h2 {
  margin-block: 1em;
  font-weight: var(--f-md);
  letter-spacing: .1em;
}

.eden-footer {
  font-size: 1.08rem;
}

.eden-footer .order-last span {
  display: block;
  font-size: .8rem;
}

.eden-footer .order-last a {
  color: white;
}

.eden-seed img {
  max-width: 100px;
  margin-top: -60px;
}

/* Internal pages */
.internal .hero {
  height: 250px;
}

.internal .hero .hero-txt::before {
  background-color: var(--pri-color);
  opacity: .5;
}

.internal .hero .hero-title h1,
.internal .hero .hero-txt p {
  padding-inline: 0;
}

.internal .hero .hero-title h1  {
  margin-block: .5rem;
  font-size: 2rem;
  letter-spacing: .15em;
}

.internal .hero .hero-txt p  {
  margin-block: .8rem;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-title {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}

.img-side {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.box {
  color: var(--pri-color);
  font-size: 1rem;
  background-color: var(--sec-color-ltt);
}

.box h2 {
  margin-bottom: 1em;
  font-size: 1.3rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.box h3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: var(--f-semi);
  text-transform: uppercase;
}

.box2 {
  background-color: transparent;
  border: 1.5px solid var(--pri-color-md);
}

.box2 h2 {
  padding: .5em 1em;
  color: white;
  font-size: 1.3rem;
  background-color: var(--pri-color);
  text-transform: uppercase;
}

.box2 img {
  padding: 2rem 1rem;
}

.accordion .accordion-title {
  margin-bottom: 0;
  padding: 1rem 3rem 1rem 1.5rem;
  position: relative;
  font-size: 1.1rem;
  font-weight: var(--f-md);
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 1px solid var(--gray);;
  cursor: pointer;
  transition: color .2s ease-in-out;
}

.accordion .accordion-title:hover {
  color: var(--sec-color);
}

.accordion .accordion-title i {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: .8em;
}

.accordion .accordion-title[aria-expanded="true"] .fa-plus:before {
  content: '\f068';
}

.accordion .accordion-title[aria-expanded="false"] .fa-plus:before {
  content: '\f067';
}

.accordion .accordion-contents {
  font-size: .85rem;
  background-color: var(--sec-color-ltt);
}

.accordion .accordion-contents p {
  margin: 0;
  padding: 0 1.6rem 1rem;
}

.invest .accordion p:first-child {
  background-color: var(--pri-color-ltt);
}

/* Invest */
.invest.internal .hero {
  background-image: url(../img/img-sailing-01-big.jpg);
  background-position: center;
}

.invest .accordion img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  opacity: .4;
}

.bm.invest .accordion img {
  height: 250px;
  object-position: center 15%;
}

.invest .accordion #why-1 p:last-child {
  position: relative;
  padding: 3rem 2rem;
  font-size: 1.5rem;
}

.invest .accordion #why-1 p:last-child span {
  position: absolute;
  top: 0;
  left: 6rem;
  font-family: Impact, poppins;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .05em;
  opacity: .05;
}

.bm.invest .box .row {
  padding-block: .3rem;
  border-top: 1.5px solid;
}

.bm.invest .box .row:last-child {
  border-block: 1.5px solid;
}

.bm.invest .box .row div * {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-transform: none;
}

/* Trust and Domicile */
.trust {
  font-size: .85rem;
}

.trust.internal .hero {
  background-image: url(../img/img-jersey-beacon.jpg);
  background-position: 5% 25%;
}

.bm.trust.internal .hero {
  background-image: url(../img/img-bermuda-shore.jpg);
}

.trust h3 {
  margin-bottom: 0;
  color: var(--pri-color);
  font-size: 1em;
  font-weight: var(--f-lt);
  text-transform: uppercase;
}

#trustInfo {
  position: static;
  isolation: isolate;
}

#trustInfo input {
  display: none;
}

#trustInfo .info {
  padding: 1em 2em;
  background-color: var(--bg-color);
}

#trustInfo .btn-secondary {
  width: 100%;
  padding: .8em 1.5em;
  margin: .25rem 0;
  font-size: 1.15rem;
  font-weight: var(--f-md);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

#trustInfo h2 {
  margin-bottom: 1em;
  font-size: 1.15rem;
  font-weight: var(--f-lt);
  text-transform: uppercase;
}

#trustInfo ul {
  padding-left: 1em;
}

#trustInfo ul,
#trustInfo p {
  margin-bottom: 2em;
}

#trustInfo .btn-close {
  color: var(--sec-color);
  font-size: 2.3rem;
  transition: color .2s 0s ease-in-out;
}

#trustInfo .btn-close:hover,
#trustInfo .btn-close:active,
#trustInfo .btn-close:focus {
  color: var(--pri-color);
}

.bm.trust .pending {
  position: relative;
}

.bm.trust .pending::after {
  content: 'PENDING';
  display: grid;
  align-content: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  font-size: 3rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, .8);
  pointer-events: none;
}

.bm.trust .pl-md-0.pending::after {
  top: 4rem;
}


/* About Us */
.about.internal .hero {
  background-image: url(../img/img-sailing-02-big.jpg);
  background-position: center;
}

.about .box2 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.about .box2 h3 {
  padding: .5rem 1rem;
  color: white;
  font-size: 1.3rem;
  letter-spacing: .15em;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.about .box2 h3 small {
  font-size: .9rem;
}

.about .box-allfunds h3,
.bm.about .box-ocorian h3 {
  background-color: var(--pri-color);
}

.about .box-fiduchi h3,
.bm.about .box-hsbc h3 {
  background-color: var(--sec-color);
}

.about .box-kane h3 {
  color: inherit;
  background-color: var(--pri-color-ltt);
}

.about .box2 p {
  padding: 1rem;
}

.about .box2 p:last-of-type {
  min-height: 6rem;
  margin-top: auto;
  margin-bottom: 0;
  font-style: italic;
  text-transform: uppercase;
  background-color: var(--bg-color);
}

.about .box-logo img {
  height: 150px;
  margin: auto;
  display: block;
}

.about .box-logo.logo-kane img {
  padding: 1rem;
}

.about .btn-view-more {
  width: 100%;
  font-size: .7rem;
  text-align: right;
}

.about .flow-line {
  width: 0;
  height: 50px;
  margin: auto;
  border-left: 1.5px solid var(--pri-color-md);
}

.about .modal.content-modal {
  padding-right: 0 !important;
}

.about .content-modal .modal-content {
  background-color: var(--bg-color);
  border: none;
  border-radius: 0;
}

.about .content-modal .modal-body {
  border: none;
}

.about .content-modal .modal-body img {
  margin: auto;
  display: block;
}

.about .content-modal .modal-body h3 {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: var(--f-lt);
  text-transform: uppercase;
}

.about .content-modal .modal-body .site-link {
  font-size: 1.5rem;
  font-weight: var(--f-lt);
}

.about .content-modal .modal-body .fact {
  padding: 1.3rem 1rem;
  color: white;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--pri-color);
}

.about .content-modal .modal-footer {
  border: 0;
}

.about .content-modal .btn-modal-close {
  font-size: .7rem;
  letter-spacing: .15em;
  text-align: right;
  text-transform: uppercase;
}

.about .content-modal .modal-backdrop.show {
  opacity: .5;
}

/* Contact-us */
.contact.internal .hero {
  background-image: url(../img/img-sailing-03-big.jpg);
  background-position: center;
}

.contact-info {
  border-top: 1px solid var(--gray-lt);;
  border-left: none;
}

.contactFormSuccess, .contactFormError {
  padding: 1em;
  display: none;
  border: 1px solid var(--sec-color);
  border-radius: 5px;
}

.warning-close {
  text-align: right;
}

.warning-close a {
  cursor: pointer;
  color: var(--sec-color) !important;
  font-size: 1.4em;
}

.errorIconColor {
    color: #cc3300;
}

.warningIconColor {
    color: #FFCC00;
}

.successIconColor {
    color: #339900;
}

/* terms and policy */
.terms li {
  margin-bottom: 1rem;
}

.terms li::marker {
  font-weight: var(--f-md);
}

.terms li h3 {
  font-size: 1rem;
  font-weight: var(--f-md);
}

/* Error page */
.errorPage {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.errorTxt i {
  color: var(--sec-color);
}

.errorPage .footer {
  margin-top: auto !important;
}


/******************************************************************
  Media queries
******************************************************************/
@media screen and (min-width: 576px) {

  .bm.home .hero .hero-blocks {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid white;
    border-left: 2px solid white;
    background-color: rgba(4, 34, 70, 0.7);
  }

  .bm.home .hero .hero-txt .hero-blocks div {
    width: 50%;
    height: 4em;
    padding: 1rem;
    display: grid;
    align-content: center;
    border: none;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }

  .invest .accordion #why-1 p:last-child {
    padding-left: 3rem;
  }
  
  .invest .accordion #why-1 p:last-child span {
    left: 7rem;
  }
}

@media screen and (min-width: 768px) {

  .internal .header .navbar {
    margin-top: 0;
  }

  .hero {
    height: 580px;
  }

  .bm.home .hero {
    height: 450px;
    background-position: center 15%;
  }

  .hero .hero-title h1,
  .hero .hero-txt p {
    padding-inline: 0;
  }

  .bm.home .hero .hero-title,
  .bm.home .hero .hero-txt {
    width: 15rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    text-wrap: balance;
    background-color: transparent;
  }

  .bm.home .hero .hero-title {
    left: 50px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .bm.home .hero .hero-txt {
    right: 50px;
  }

  .bm.home .hero .hero-txt .hero-blocks div {
    min-height: 8rem;
  }

  .bm.home .hero .discover-more {
    width: 60%;
  }

  .why-choose .img-side {
    height: calc(100% - 3rem);
  }

  #trustInfo .info {
    padding: 2rem;
    position: absolute;
    top: -1px;
    right:-5px;
    left: -5px;
    z-index: -1;
    border: 5px solid var(--pri-color);
    opacity: 0;
    transition: opacity .2s 0s ease-in-out;
    pointer-events: none;
  }
  
  #trustInfo #chk-whatTrust:checked ~ #whatTrust,
  #trustInfo #chk-whatLegal:checked ~ #whatLegal,
  #trustInfo #chk-whyJersey:checked ~ #whyJersey,
  #trustInfo #chk-whyBermuda:checked ~ #whyBermuda {
    opacity: 1;
    pointer-events: all;
  }
  
  #trustInfo #chk-whatTrust:checked ~ .btn-whatTrust,
  #trustInfo #chk-whatLegal:checked ~ .btn-whatLegal,
  #trustInfo #chk-whyJersey:checked ~ .btn-whyJersey,
  #trustInfo #chk-whyBermuda:checked ~ .btn-whyBermuda {
    background-color: var(--pri-color);
  }
  
  #trustInfo #chk-whatTrust:checked ~ .info {
    opacity: 0;
    pointer-events: none;
  }

  #trustInfo h2 {
    margin-bottom: 1.5em;
  }
  
  #trustInfo h3 {
    color: inherit;
  }

  #trustInfo #whyJersey .offset-md-1,
  #trustInfo #whyBermuda .offset-md-1 {
    transform: translateX(2em);
  }

  #trustInfo #whyBermuda .offset-md-1 {
    min-height: 480px;
  }

  .about .box-logo img {
    max-height: 110px;
  }

  .about .flow-line {
    height: 100px;
  }

  body.about.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;
  }
  
  .about .modal-backdrop {
    display: none;
  }

  .about #cookieDisclaimerAlert.modal.show ~ .modal-backdrop {
    display: block;
  }

  .about .modal.content-modal {
    --op: 95%;
    --top: 2.3rem;

    height: calc(100% - var(--top));
    padding: 1rem 0 !important;
    position: absolute;
    top: var(--top);
    background-color: var(--bg-color);
  }
  
  .about .content-modal .modal-dialog {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }

  .about .content-modal .modal-content {
    height: 100%;
    background-color: transparent;
  }

  .about .content-modal .modal-body {
    padding-top: 3rem;
  }

  .about .content-modal .modal-footer {
    width: 33%;
    padding: 0 .75rem;
  }

  .contact-info {
    border-top: none;
    border-left: 1px solid var(--gray-lt);;
  }

}

@media screen and (min-width: 992px) {
  .header .navbar-nav .btn-login {
    padding-block: .6rem !important;
  }

  .header .navbar-nav .trusts-links a {
    transform: translateX(-1rem);
  }

  .invest .accordion #why-1 p:last-child {
    padding-left: 4rem;
  }
  
  .invest .accordion #why-1 p:last-child span {
    left: 9.5rem;
  }
}

@media screen and (min-width: 1200px) {

  .card {
    width: 92%;
  }

  .commitment .img-cyclist {
    height: 300px;
  }

  .box2 img[src*=allfunds] {
  padding: 1.5rem 1rem;
}

}