@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;300;400;600&display=swap");

a[href="mailto:marketing@cisi.org "] {
  color: #fefefe;
}

.jobBtn.overlapped a {
  background: #30ffb1;
  border-color: #30ffb1;
  color: black;
}
.charityText.overlapped1 {
  color: white !important;
}
.jobBtn.overlapped3 a {
  background: #30ffb1;
  border-color: #30ffb1;
  color: black;
}
.charityText.overlapped4 {
  color: white !important;
}
.jobCard1 {
  background: black;
  color: #fff;
  width: 300px;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jobCard--title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.jobCard--body {
  margin-top: 20px;
  text-align: center;
}
.jobCard--body a:hover {
  color: #bb90f7 !important;
}
.financeTile .row {
  display: flex;
  justify-content: center;
}
.tileImage {
  height: 150px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 20px 20px 0px 0px;
  transition: all 0.2s;
}
.myMembership .swiper-wrapper {
  width: 95% !important;
  margin: 0 auto;
}
.myMembership .swiper-slide {
  margin: 0px 40px;
  width: 320px !important;
  background-color: #000000;
  border-radius: 20px;
}

.tileDescription {
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.4em;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tileStats {
  padding: 10px 20px;
  background-color: #3072d1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.cvBtn a {
  margin: 0 60px;
}
.financeTile .financeIndiv {
  margin: 0px 40px;
  width: 320px !important;
  background-color: #000000;
  border-radius: 20px;
  padding: 0;
}
.financeIndiv a:hover {
  border-color: unset;
  color: #282828 !important;
  webkit-box-shadow: unset;
  box-shadow: unset;
}
.tileTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 10px 0px;
}
.tileDetails {
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
}
.greenLink a {
  color: #30ffb1;
}
.tickBlockContent {
  background: #000;
  color: #fff;
  padding: 20px 20px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.charityText {
  position: absolute;
  left: 2%;
  top: 275%;
  width: 150px;
  line-height: normal;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.tickBlockContent svg {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}

.linkedinWrapper .container h2 {
  margin-bottom: 10px !important;
}

.linkedinWrapper p {
}

svg.svg-inline--fa.fa-linkedin {
  font-size: 17vw;
  color: #0072b1;
}

.tickBlockContent p {
  color: #fff;
  font-size: 15px;
  line-height: normal;
}

.swiper .card {
  width: 300px;
}

.card--header {
  background: #000;
  color: #fff;
  padding: 20px 20px 60px;
}

.card--title {
  font-size: 22px;
  font-weight: bold;
}

.card--text {
  font-size: 14px;
}

.card--video {
  width: 250px;
  margin: 0 auto;
  height: 150px;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#video1.card--video {
  background-image: url(/cisiweb2/image/cif/taofikat.jpg);
}

#video2.card--video {
  background-image: url(/cisiweb2/image/cif/gareth.jpg);
}

#video3.card--video {
  background-image: url(/cisiweb2/image/cif/juwon.jpg);
}

#video4.card--video {
  background-image: url(/cisiweb2/image/cif/burhan.jpg);
}

#video5.card--video {
  background-image: url(/cisiweb2/image/cif/fiona.jpg);
}
#video6.card--video {
  background-image: url(/cisiweb2/image/cif/zoe.jpg);
}

#city1.card--video {
  background-image: url(/cisiweb2/image/cif/ny.jpg);
}

#city2.card--video {
  background-image: url(/cisiweb2/image/cif/london.jpg);
}

#city3.card--video {
  background-image: url(/cisiweb2/image/cif/hk.jpg);
}

#city4.card--video {
  background-image: url(/cisiweb2/image/cif/shanghai.jpg);
}

#city5.card--video {
  background-image: url(/cisiweb2/image/cif/la.jpg);
}
/* div#video6 {
  background: gray;
} */

.startTimes h3 {
  color: #fff;
}

.startTimes img {
  width: 200px;
}

.finishTimes {
  margin-left: 30%;
}

.finishTimes h3 {
  color: #fff;
}

.finishTimes img {
  width: 200px;
}

.vdoVtLine:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 10%;
  left: -6%;
  height: 2px;
  width: 90%;
}

.vdoHrLine:before {
  content: "";
  background: #fff;
  position: absolute;
  top: -10%;
  left: 7%;
  height: 110%;
  width: 2px;
}

.video-container svg {
  font-size: 50px;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #bb90f9 !important;
}

.swiper-wrapper {
  width: 91% !important;
  margin: 0 auto;
}

video#CifBGVideo {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.covidAlert {
  display: none;
}

.cardsBlock {
  margin-top: 100px;
}

.careersFinance {
  margin-top: 100px;
}

.skillsBlocks p {
  margin-right: 40px;
}

.financeCard h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.lineVlBlock:before {
  content: "";
  background: #000;
  position: absolute;
  top: -15%;
  right: 10%;
  height: 100%;
  width: 3px;
}

.lineHlBlock:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  right: 0%;
  height: 3px;
  width: 85%;
}

.card-icon svg {
  color: #000;
  font-size: 80px;
}

.careersFinance:before {
  position: fixed;
  top: 0;
  left: 11.5%;
  content: "";
  width: 2px;
  height: 80%;
  background: #000;
  z-index: 20000;
}

.cardsBlock .col-sm-4 {
  margin-bottom: 100px;
}

.mainNav .container-fluid {
  border-bottom: 2px solid;
}

.card-icon {
  display: flex;
  justify-content: flex-end;
  margin: 20px 40px;
}

.rightVtLine:before {
  content: "";
  position: absolute;
  background: #000;
  top: -10%;
  right: -10%;
  z-index: 100;
  width: 2px;
  height: 120%;
}

.leftHrLine {
  padding: 80px 0px 0px 20px;
}

.rightHrLine:before {
  content: "";
  position: absolute;
  background: #000;
  top: 10%;
  right: -17%;
  height: 2px;
  width: 115%;
  z-index: 100;
}

.secoundBlock .row {
  display: flex;
  align-items: center;
}

/* resource */
.resource ul {
  list-style: none;
  padding: 0;
}

.resource li {
  padding-left: 1.3em;
  font-size: 20px;
}

.resource li:before {
  content: "\f35a";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.5em;
}

.resource li a,
.resource li a:focus {
  color: #282828;
  font-size: 18px;
  font-weight: bold;
}

.resource li a:hover {
  color: #aee3cf;
}

svg.svg-inline--fa.fa-up-right-from-square {
  position: absolute;
  top: 30px;
  right: 30px;
}

body {
  font-family: "Urbanist", sans-serif;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h4,
p {
  font-family: "Urbanist", sans-serif;
  line-height: 1.3em;
}

h1 {
  color: #282828;
  font-weight: 600;
  font-size: 34px;
}

h2 {
  color: #282828;
  font-size: 24px;
  font-weight: 600;
}

h3 {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
}

.container h1,
.container h2,
.container h3,
.container h4 {
  text-align: left;
}

p {
  line-height: 1.6em;
  font-size: 18px;
  color: #282828;
}

a {
  color: #bb90f7;
  font-weight: bold;
}

.btn {
  border-radius: 200px;
  padding: 12px 22px 11px;
  transition: all 0.3s;
  font-size: 16px;
  white-space: normal;
}

.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff;
  border-radius: 0px !important;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.btn-primary:hover {
  background: #30ffb1;
  border-color: #30ffb1;
  color: #282828 !important;
  webkit-box-shadow: 8px 8px 0 0 #30ffb19e;
  box-shadow: 8px 8px 0 0 #17ba7d9e;
}

.container_wrapper.sf_cols {
  margin-bottom: 120px;
}

.mainNav {
  height: 100px;
  transition: all 0.5s;
  background: #ffff;
}

.mainNavScrolling.mainNav {
  height: 80px;
}

.rightHrLine {
  padding: 80px 30px 0px 0px;
}

div#cookieConsent {
  display: none;
}

.mainNav .container-fluid {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: none;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 40px;
  height: 6px;
  border-radius: 200px;
  background-color: #fff;
  transition: all 0.5s;
}

.mainNavScrolling .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.mainNav .navbar-toggle {
  position: relative;
  float: right;
  padding: 0px 20px 0px 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 120px;
  transition: all 0.5s;
}

.mainNavScrolling.mainNav .navbar-toggle {
  height: 80px;
}

.navbar-nav {
  height: auto;
  margin: 0px;
  padding: 30px 0px;
  width: max-content;
}

.navbar-nav li {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.navbar-nav > li > a {
  padding: 12.5px 10px;
  margin: auto 10px 10px;
  border-radius: 0px !important;
  color: #282828 !important;
  transition: all 0.5s;
  text-align: left;
  font-weight: bold;
}

.mainNav .container {
  margin: 0;
  display: flex;
}

.nav > li > a:hover,
.nav > li > a:focus,
.greenBackground {
  /*background-size: 100% 100%;
    background-color: transparent;*/
  color: #282828 !important;
  background: linear-gradient(#30ffb1, #30ffb1);
  text-shadow: none;
}

.nav > li > a:focus,
.greenBackground {
  background: linear-gradient(#b9a4e9, #b9a4e9);
  -webkit-transition: background-color 2000ms linear;
  -ms-transition: background-color 2000ms linear;
  transition: background-color 2000ms linear;
}

.nav > li.active > a {
  background: linear-gradient(#b9a4e9, #b9a4e9);
}

.navbar .container-fluid .navbar-brand {
  float: left;
  height: 100px;
  padding: 0px;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.5s;
}

.mainNavScrolling.navbar .container-fluid .navbar-brand {
  height: 80px;
}

.navbar-brand img {
  height: 60px;
  transition: all 0.5s;
}

.mainNavScrolling .navbar-brand img {
  height: 40px;
}

#mainWrapper {
  padding-top: 0px;
  margin-bottom: 100px;
}

#toTop {
  display: none;
}

.navLinks {
  margin-bottom: 50px;
}

ul.dropdown-menu {
  background: none;
  box-shadow: none;
  border: 0px solid;
  width: 100%;
}

.nav .dropdown:hover .dropdown-menu {
  display: block;
  /* makes menu available for hover - not for mobiles */
}

.nav .dropdown-menu .yamm-content {
  text-align: left;
}

.nav .dropdown-menu .yamm-content li {
  margin: 10px auto;
}

.nav .dropdown-menu a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-shadow: 0px 0px 20px #000;
}

.nav .dropdown-menu a:hover {
  background: #fff;
  color: #e15564;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-shadow: none;
}

/*new css*/
section h2 {
  /*margin-bottom: 50px;*/
}

.leftHrLine:before {
  content: "";
  position: absolute;
  background: #000;
  top: 10%;
  right: 5%;
  height: 2px;
  width: 115%;
  z-index: 100;
}

.leftVtLine:before {
  content: "";
  position: absolute;
  background: #000;
  top: -10%;
  left: -10%;
  z-index: 100;
  width: 2px;
  height: 120%;
}
div#video1 p {
  position: inherit;
  background: black;
  color: #fff;
  text-align: center;
  z-index: 1000;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
}
section {
  margin: 100px 0px 50px 0px;
}

.introduction .leftHrLine p {
  margin-top: 100px;
}

.environment .rightHrLine p:nth-child(1) {
  margin-top: 40px;
}

.society .leftHrLine p:nth-child(1) {
  margin-top: 70px;
}

section {
  margin: 100px 0px 50px 0px;
}

.footerOuter {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 50px;
}

img.footerLogo {
  height: 60px;
  margin-right: 30px;
  float: left;
}

.footerOuter h2 {
  color: #fff;
  font-size: 24px;
}

.navigationFooter,
.linksNavigation {
  list-style: none;
  padding: 0px;
}

.navigationFooter li::before,
.linksNavigation li::before {
  content: "\f0a9";
  font-weight: bold;
  font-family: "FontAwesome";
  margin-right: 10px;
}

.navigationFooter li a,
.linksNavigation li a {
  color: #fff;
  font-weight: 400;
}

.navigationFooter li a:hover,
.linksNavigation li a:hover {
  color: #30ffb1;
}

.copyright {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 200;
}

@media (max-width: 768px) {
  p {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .intro {
    background-size: cover;
    height: 55vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 10%;
    margin-bottom: 100px;
  }

  .navbar-nav > li > a {
    padding: 12.5px 30px;
    margin: auto 10px 10px;
    border-radius: 200px;
    color: #fff;
    transition: all 0.5s;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .btn {
    padding: 15px 30px 14px;
    font-size: 18px;
  }

  p {
    line-height: 1.7em;
    font-size: 20px;
  }

  .mainNav {
  }

  .mainNav .container-fluid {
    /*
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: none;
        */
  }

  .navbar-nav {
    float: right;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s;
  }

  .mainNavScrolling .navbar-nav {
    height: 80px;
  }

  .navbar-brand img {
    height: 60px;
    margin-left: -15px;
    margin-right: 15px;
  }

  img.diversitycircles {
    margin-top: 100px;
  }

  .interviewBlocks h3 {
    padding: 0px 50px 0px 50px;
  }

  .interviewBlocks .col-sm-4 {
    margin-bottom: 0px;
  }

  .mainNavScrolling .navbar-brand img {
    height: 50px;
  }

  .navbar-nav li {
    font-size: 16px;
  }

  .mainNavScrolling .navbar-nav li {
    font-size: 14px;
  }

  .navbar-nav > li > a {
    padding: 10px 15px;
    margin: auto 6px 0px;
  }

  .mainNavScrolling .navbar-nav > li > a {
    padding: 8px 10px;
  }

  .mainNavScrolling #menuPostcodeSearch {
    padding: 8px 10px;
  }
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
  .navbar-nav li {
    font-size: 16px;
  }

  .mainNavScrolling .navbar-nav li {
    font-size: 14px;
  }

  .navbar-nav > li > a {
    padding: 12.5px 20px;
    margin: auto 10px 0px;
  }

  .mainNavScrolling .navbar-nav > li > a {
    padding: 8px 15px;
  }
}

@media (min-width: 1600px) {
  .navbar-nav li {
    font-size: 18px;
  }

  .mainNavScrolling .navbar-nav li {
    font-size: 16px;
  }

  .navbar-nav > li > a {
    padding: 10px 20px;
  }

  .mainNavScrolling .navbar-nav > li > a {
    padding: 8px 20px;
  }

  .container {
    width: 1300px;
  }
}

/* new */
.careersFinance ul li:before {
  content: "\f35a";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.5em;
}

.careersFinance ul li {
  padding-left: 1.3em;
  font-size: 20px;
  list-style-type: none;
  line-height: 1.5;
}

@media (max-width: 1600px) {
  .mainNav .container-fluid {
    display: block;
  }

  .sfContentBlock.sf-Long-text {
    padding-left: 40px;
  }
}

@media (max-width: 1400px) {
  .careersFinance:before {
    display: none;
  }

  div#mainNavCollapse {
    border-left: 2px solid #000;
  }
  .sfContentBlock.sf-Long-text {
    padding-left: 0px;
  }
  .blackLogo,
  .charityText,
  .jobBtn {
    display: none;
  }
  .navbar-brand img {
    width: 100px;
    height: 40px;
  }
}

@media (max-width: 1300px) {
  .mainNav .container {
    width: initial;
  }

  .navbar-nav > li > a {
    padding: 10px;
    margin: auto 6px 0px;
  }
}

@media (max-width: 1100px) {
  .navbar-header {
    display: contents;
  }

  .mainNav .container-fluid {
    background: #aee3cf;
  }

  div#mainNavCollapse {
    border-left: 0;
  }

  .mainNav .container {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .nav > li > a {
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }

  .nav > li > a:hover,
  .nav > li > a:focus,
  .greenBackground {
    color: #fff !important;
    background: unset;
    text-shadow: none;
    box-shadow: inset 200px 0 0 0 #bb90f9;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .financeCard h3 {
    font-size: 19px;
    width: 90%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .environment .rightVtLine:before {
    right: -6% !important;
  }
  .financeCard h3 {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .jobBlock .col-md-4 {
    margin-bottom: 20px;
  }
  .cardsBlock .col-sm-4 {
    width: 50% !important;
  }

  .financeCard h3 {
    font-size: 20px !important;
  }

  .card-icon svg {
    font-size: 60px !important;
  }
  .footerOuter .container {
    width: unset;
  }
}

@media (max-width: 600px) {
  .cardsBlock .col-sm-4 {
    width: 100% !important;
  }

  .financeCard h3 {
    font-size: 20px !important;
  }

  .financeCard {
    padding: 10px 20px !important;
  }
  .cvBtn a {
    margin: 10px 0px;
  }
  section.environment {
    margin: 0px 0px 50px 0px;
  }
  #video1::before {
    content: "";
    background: #000;
    position: absolute;
    top: 12%;
    left: 7%;
    height: 88%;
    width: 2px;
  }
  #video1::after {
    content: "";
    background: #000000;
    position: absolute;
    top: 22%;
    left: -1%;
    height: 2px;
    width: 90%;
  }
  #video1 img {
    margin-top: 75px;
  }
  .rightHrLine:before {
    display: none;
  }
  .rightHrLine {
    padding: 0px 30px 0px 0px;
  }
}

/* entry path  */
.entryBlock {
  clip-path: polygon(
    0% 20%,
    60% 20%,
    60% 0%,
    100% 50%,
    60% 100%,
    60% 80%,
    0% 80%
  );
  background: #bb90f9;
  padding: 30px 0px;
}

.entryBlock h1 {
  font-size: 25px;
  margin: 0;
  margin-left: 15%;
  color: #fff;
  cursor: pointer;
}

.entryBlock:hover {
  transform: scale(1.05);
}

.entryPath .col-sm-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whatisBlock,
.requirementsBlock {
  background: #aee3cf;
  padding: 0px 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.entryPath .row {
  margin: 50px 0px;
}

.modal-body {
  padding: 0 !important;
}

.btn-block > .btn {
  padding: 10px 20px;
  margin: 10px 0px;
}

.environment .rightVtLine:before {
  content: "";
  position: absolute;
  background: #000;
  top: -10%;
  right: -5%;
  z-index: 100;
  width: 2px;
  height: 100%;
}
.blackLogo {
  position: absolute;
  left: 1.5%;
  top: 125%;
  width: 150px;
}
.duration {
  font-size: 13px;
}
a.btn.btn-primary.btn-module,
a.btn.btn-primary.btn-module:hover,
a.btn.btn-primary.btn-module:focus {
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  border-radius: 200px !important;
  font-weight: bold;
}

.countryPopups .modal-content {
  background-image: url(/cisiweb2/image/cif/ny.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.countryPopups .content > * {
  color: #fff !important;
}

.countryPopups span.glyphicon.glyphicon-remove {
  color: #fff !important;
}
.countryPopups .modal-body {
  background: #000000b8;
}
#londonPopup .modal-content {
  background-image: url(/cisiweb2/image/cif/london.jpg);
}

#hongKongPopup .modal-content {
  background-image: url(/cisiweb2/image/cif/hk.jpg);
}

#losAngelesPopup .modal-content {
  background-image: url(/cisiweb2/image/cif/la.jpg);
}

#shanghaiPopup .modal-content {
  background-image: url(/cisiweb2/image/cif/shanghai.jpg);
}

.jobBtn {
  position: absolute;
  left: 1.5%;
  top: 384%;
  width: 150px;
}

.jobBtn a {
  font-size: 15px;
  padding: 10px 20px;
}

@media (width < 1600px) {
  .navbar-brand img {
    width: 140px;
    margin-left: 0;
  }
  .blackLogo {
    left: 0.5%;
  }
  .charityText,
  .jobBtn {
    left: 1%;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }
}

@media (width < 1400px) {
  .blackLogo,
  .charityText,
  .jobBtn {
    display: none;
  }
  .navbar-brand img {
    width: 100px;
    height: 40px;
  }
}

@media (max-width: 1050px) {
  .nav > li > a:hover,
  .nav > li > a:focus,
  .greenBackground,
  .nav > li > a {
    background: unset !important;
  }
  .nav > li.active > a {
    background: #bb90f9 !important;
    color: #fff !important;
  }
}
