@charset "UTF-8";
.eyebrow {
  font-size: 0.7rem;
  letter-spacing: .1em !important;
  font-weight: 500 !important;
  text-transform: uppercase; }

.altheading {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.container.story p {
  margin-bottom: 30px;
  line-height: 190%;
  font-size: 16px; }

.faded {
  color: #888888;
  font-weight: bold; }

h1, .h1 {
  font-size: 28.8px; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 32.4px; } }
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 34.2px; } }
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 36px; } }
h2, .h2 {
  font-size: 24px; }

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 27px; } }
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 28.5px; } }
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 30px; } }
h3, .h3 {
  font-size: 19.2px; }

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 21.6px; } }
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 22.8px; } }
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px; } }
h4, .h4 {
  font-size: 14.4px; }

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 16.2px; } }
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 17.1px; } }
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 18px; } }
@media (max-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 767px) {
  .nav-link:before,
  .navbar-nav > li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 4px;
    background: #316AA6;
    height: 0px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .nav-link.selected:before, .nav-link:hover:before, .nav-link:focus:before, .nav-link:active:before,
  .navbar-nav > li.selected:before,
  .navbar-nav > li:hover:before,
  .navbar-nav > li:focus:before,
  .navbar-nav > li:active:before {
    left: 0;
    right: 0;
    height: 2px;
    z-index: 1; }
  .nav-link:focus, .nav-link:hover,
  .navbar-nav > li:focus,
  .navbar-nav > li:hover {
    background: none !important; }
  .nav-link a:hover,
  .navbar-nav > li a:hover {
    color: #316AA6 !important; }

  .frontpage .navbar-nav li a:hover {
    color: #ffffff !important; } }
.news-featured {
  background: linear-gradient(320deg, #d2e3f3 0%, #eff5f9 100%);
  background-color: #f9f9f9;
  margin: 15px;
  margin-bottom: 40px; }
  .news-featured .image {
    height: 340px;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 768) {
      .news-featured .image {
        height: 200px !important; } }
  .news-featured .text {
    padding: 30px;
    color: #000000;
    text-align: left; }
    .news-featured .text .post-title {
      font-size: 1.9em;
      line-height: 1.47059;
      font-weight: 500;
      letter-spacing: -.022em;
      font-style: normal; }
    .news-featured .text p {
      line-height: 150%;
      font-size: 1em; }
    @media (min-width: 769px) {
      .news-featured .text::before {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #f9f9f9;
        border-left: none;
        border-top: 15px solid transparent;
        content: "";
        height: 0;
        left: -14px;
        position: absolute;
        top: 25px;
        width: 0;
        z-index: 10; } }
  .news-featured .heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #316AA6; }

.news-single p {
  font-size: 16px;
  line-height: 1.9; }
@media (max-width: 767px) {
  .news-single .featured-img {
    margin-left: -15px;
    margin-right: -15px; } }
.news-single .featured-img img {
  width: 100%;
  height: auto; }

.home-news {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .home-news {
      margin-top: 10px;
      margin-bottom: 40px;
      display: flex; }
      .home-news > div {
        display: flex;
        flex-shrink: 0;
        flex-basis: 50%; } }

.home-news-item {
  /* background-color: #142543; */
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  width: 100%; }
  .home-news-item .image {
    margin-left: -1px;
    background-size: cover;
    background-position: center right; }
  .home-news-item .text {
    padding: 15px 25px;
    color: white;
    text-align: left; }
    .home-news-item .text .heading {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 8px;
      color: white; }
    .home-news-item .text .post-title {
      line-height: 120%;
      font-size: 1.1em;
      font-weight: 600;
      margin: 4px 0 8px;
      font-family: inherit; }

.careerslisting-row {
  border-bottom: 0.5px dotted #d4d4d4; }
  .careerslisting-row h5 {
    font-size: 1.2em;
    line-height: 150%; }
  .careerslisting-row .col-sm-3,
  .careerslisting-row .col-sm-2,
  .careerslisting-row .col-sm-5 {
    padding: 0; }

.careerslisting-row a.btn,
.careersdetail-row a.btn {
  background-color: #1173ce;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 84%;
  padding: 9px 26px;
  text-decoration: none; }
.careerslisting-row a.btn:hover,
.careersdetail-row a.btn:hover {
  background-color: #2c73b0; }

.nav#filters {
  margin-bottom: 10px;
  text-align: center;
  background: #0071E3; }
  .nav#filters .nav-item {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 23%;
    text-align: left; }
    @media (min-width: 768px) {
      .nav#filters .nav-item {
        width: auto; } }
  .nav#filters .nav-link {
    font-size: 12px;
    font-family: inherit;
    cursor: pointer; }
    @media (min-width: 768px) {
      .nav#filters .nav-link {
        font-size: 14px; } }
  .nav#filters > li > a {
    margin: 0 5px;
    color: white !important; }
    @media (min-width: 768px) {
      .nav#filters > li > a {
        margin: 0 25px; } }
    .nav#filters > li > a:focus, .nav#filters > li > a:hover {
      background-color: initial !important; }
    .nav#filters > li > a.selected {
      font-weight: bold; }
  .nav#filters .nav-link:before,
  .nav#filters .navbar-nav > li:before {
    background: none; }

.form-careers form fieldset {
  border: 0;
  padding: 0 20px; }
.form-careers input,
.form-careers textarea,
.form-careers select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #33353c;
  width: 100%;
  height: 80px;
  padding-bottom: 5px;
  outline: none;
  background: none;
  border-radius: 0; }
.form-careers input,
.form-careers textarea,
.form-careers select,
.form-careers label {
  font-weight: 300;
  font-size: 22px;
  color: #000000 !important; }
.form-careers textarea {
  border-top: 1px solid #33353c;
  border-bottom: 0;
  padding-top: 19px;
  height: auto;
  min-height: 80px;
  -webkit-transition: min-height .5s;
  transition: min-height .5s; }
.form-careers ::-webkit-input-placeholder {
  color: #282b34; }
.form-careers :-moz-placeholder {
  color: #282b34; }
.form-careers ::-moz-placeholder {
  color: #282b34; }
.form-careers :-ms-input-placeholder {
  color: #282b34; }
.form-careers .cv-btn-row {
  padding: 0 !important;
  font-size: 24px; }
.form-careers .fileupload {
  margin: 23px 0;
  padding-left: 1px; }
.form-careers .file-upload__label {
  border: 1px solid #282b34;
  color: #000000;
  display: block;
  float: right;
  font-size: 14px;
  margin-top: 30px;
  padding: 1px 1em;
  text-align: center;
  width: 99px;
  transition: background .3s; }
.form-careers .button-submit {
  text-decoration: none;
  width: 197px;
  background: #316AA6;
  border: 2px solid #1173ce;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 12px 55px;
  border-radius: 25px;
  text-transform: uppercase; }

.form-careers .file-upload__input2 {
  border-bottom: none;
  margin-top: 5px;
  line-height: 10px; }

.image-row {
  padding: 100px 0;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  @media (max-width: 767px) {
    .image-row {
      padding: 30px 0; } }
  .image-row:first-child {
    padding-top: 100px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .image-row:first-child {
        padding-top: 30px; } }
  .image-row h2,
  .image-row h3,
  .image-row h4,
  .image-row h5 {
    font-family: "SF Pro Text", "SF Pro Icons", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
    letter-spacing: -1px;
    line-height: 130%;
    margin-bottom: 1em;
    font-weight: bold; }
    .image-row h2:first-child,
    .image-row h3:first-child,
    .image-row h4:first-child,
    .image-row h5:first-child {
      margin-top: 0; }
  .image-row h1 {
    line-height: 160%; }
  .image-row h1.display {
    line-height: 160%; }
    @media (max-width: 767px) {
      .image-row h1.display {
        font-size: 1.2rem; } }
    @media (min-width: 768px) {
      .image-row h1.display {
        font-size: 1.7rem; } }
    @media (min-width: 1200px) {
      .image-row h1.display {
        font-size: 2rem; } }
  .image-row p {
    line-height: 180%; }
  @media (min-width: 768px) {
    .image-row .container-flex {
      display: flex; } }

#recruitment-page h3 {
  margin-bottom: 10px; }
#recruitment-page ul {
  margin-top: 0 !important;
  list-style: disc !important;
  padding-left: inherit !important; }
#recruitment-page ul li {
  list-style: disc !important;
  text-transform: none !important; }
@media (min-width: 768px) {
  #recruitment-page .top-heading {
    height: 100%;
    display: flex;
    align-items: flex-end; } }

.horizontal-line {
  height: 6px;
  background-image: linear-gradient(89deg, #6287B1 12%, #DB0C7E 100%);
  width: 75%;
  float: left;
  margin-right: 25%;
  margin-top: 0;
  margin-bottom: 35px; }

@media (max-width: 767px) {
  .phase-heading {
    margin-top: 40px !important; } }
#beYouBlock {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/assets/recruitment-image-4add1cb7e70816426d86bd113c191fd990493d1e23e11ef09d3c67492bea4261.jpg);
  margin-bottom: 60px; }
  #beYouBlock .content {
    float: right; }
  @media (min-width: 1500px) {
    #beYouBlock {
      width: 1170px;
      margin: 0 auto; } }
  #beYouBlock a,
  #beYouBlock a:hover {
    color: white; }
  @media (min-width: 768px) {
    #beYouBlock {
      height: 550px;
      max-height: 550px; }
      #beYouBlock .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #beYouBlock h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #beYouBlock h3 {
      font-size: 30px; }
    #beYouBlock p {
      font-size: 12px; } }

.navInContent ul,
.image-row ul {
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
.navInContent ul li,
.image-row ul li {
  list-style: none;
  padding: 8px 0;
  text-transform: uppercase; }
.navInContent a,
.image-row a {
  font-weight: bold;
  transition: all 500ms ease-out;
  color: inherit; }
  .navInContent a:hover,
  .image-row a:hover {
    text-decoration: none;
    margin-left: 0.5rem; }
  .navInContent a::after,
  .image-row a::after {
    margin-left: 0.5rem;
    font-weight: 300;
    content: "→"; }

@media (max-width: 767px) {
  hr.container {
    width: 70%; } }

.darkBg {
  color: #ffffff; }
  .darkBg a {
    color: #ffffff; }

.profile-tiles {
  margin-left: -15px;
  margin-right: -15px; }
  .profile-tiles .profile-tile {
    margin-bottom: 30px; }
    @media (min-width: 660px) and (max-width: 768px) {
      .profile-tiles .profile-tile {
        width: 50%; } }
  .profile-tiles .tile-inner {
    overflow: hidden; }
  .profile-tiles .image-wrapper {
    width: 100%;
    padding-bottom: 100%;
    height: 0; }
    .profile-tiles .image-wrapper img {
      width: 100%; }
  .profile-tiles .content-wrapper {
    width: 50%;
    padding: 9% 5%;
    position: absolute;
    top: 0;
    box-sizing: border-box; }
  .profile-tiles .heading {
    font-weight: bold;
    font-size: 9px;
    color: #555555;
    margin-bottom: 50px;
    display: block;
    text-transform: uppercase; }
  .profile-tiles h3 {
    font-size: 18px; }
    @media (min-width: 992px) {
      .profile-tiles h3 {
        font-size: 18px;
        margin-top: 0; } }
  .profile-tiles p {
    color: #555555; }
    @media (min-width: 660px) and (max-width: 768px) {
      .profile-tiles p {
        font-size: 11px; } }
    @media (min-width: 992px) {
      .profile-tiles p {
        font-size: 12px; } }
    @media (min-width: 1200px) {
      .profile-tiles p {
        font-size: 16px; } }
  .profile-tiles .link {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #555555;
    text-decoration: none; }

#profile-hero {
  position: relative;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    #profile-hero {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    #profile-hero #img-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    #profile-hero #img-wrapper {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    #profile-hero #img-wrapper {
      width: 1170px; } }
  #profile-hero img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 500px;
    float: right; }
  #profile-hero #text-wrapper {
    position: absolute;
    top: 0;
    width: 100%; }
    #profile-hero #text-wrapper .heading {
      display: block;
      margin-top: 5%;
      text-transform: uppercase;
      font-size: 12px; }
    #profile-hero #text-wrapper h3 {
      margin-top: 40%;
      color: #262626;
      font-weight: 300;
      font-size: 3rem;
      margin-bottom: 5%; }
      @media (max-width: 767px) {
        #profile-hero #text-wrapper h3 {
          font-size: 1.6rem; } }
    @media (max-width: 767px) {
      #profile-hero #text-wrapper p {
        font-size: 12px; } }

.container > .row {
  margin-left: -15px;
  margin-right: -15px; }

/*
* === FOUNDATION PAGE ===
*/
#values {
  background-image: url("/assets/images/books-484766_xs.jpg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    #values {
      background-image: url("/assets/images/books-484766_1920.jpg");
      padding: 40px 40px; } }

#focusArea {
  margin-top: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/classroom.jpeg);
  background-size: cover;
  color: #fff;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    #focusArea {
      padding: 40px 40px; } }
  #focusArea p {
    text-shadow: 1px 2px 16px rgba(74, 74, 74, 0.89); }

#learningCenter {
  background-image: linear-gradient(0deg, black 60%, rgba(0, 0, 0, 0)), url(/assets/images/girl-2696947.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  padding-top: 70%;
  color: #fff;
  background-color: #000; }
  #learningCenter p {
    text-shadow: 1px 2px 16px rgba(74, 74, 74, 0.89); }
  @media (min-width: 768px) {
    #learningCenter {
      background-image: linear-gradient(0deg, black 70%, rgba(0, 0, 0, 0)), url(/assets/images/girl-2696947.jpg);
      padding-top: 35%; } }
  @media (min-width: 992px) {
    #learningCenter {
      background-image: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0)), url(/assets/images/girl-2696947.jpg);
      padding-top: 35%;
      padding-left: 40px;
      padding-right: 40px; } }

#subNav {
  z-index: 9;
  color: #fff;
  position: relative; }
  #subNav > .wrapper {
    position: absolute;
    width: 100%;
    background: rgba(0, 113, 227, 0.85);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(20px); }
  #subNav.fixed {
    position: fixed;
    width: 100%; }
  #subNav h5 {
    display: inline-block;
    margin: 16px 0; }
  #subNav ul {
    list-style: none;
    float: right;
    margin-top: 14px;
    margin-bottom: 14px; }
    #subNav ul li {
      margin-left: 15px;
      display: inline-block; }
      #subNav ul li a {
        color: white; }
        #subNav ul li a:active, #subNav ul li a:hover {
          text-decoration: none; }
  #subNav #subNavToggle {
    display: none; }

.arrow-down {
  width: 30px;
  height: 40px;
  position: relative; }

.arrow-down:before,
.arrow-down:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: white;
  position: absolute;
  top: 20px;
  transition: transform .5s; }

.arrow-down:before {
  right: 16px;
  transform: rotate(45deg); }

.arrow-down:after {
  right: 10px;
  transform: rotate(-45deg); }

.arrow-down.active:before {
  transform: rotate(-45deg); }

.arrow-down.active:after {
  transform: rotate(45deg); }

@media (max-width: 767px) {
  #subNav.collapsible .wrapper {
    max-height: 54px;
    transition: max-height 0.7s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
  #subNav.collapsible.show .wrapper {
    max-height: 500px; }
  #subNav.collapsible ul {
    width: 100%;
    padding-left: 0;
    top: 40px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
    max-height: 0;
    margin: 0 0; }
    #subNav.collapsible ul li {
      opacity: 0;
      display: block;
      margin-left: 0;
      transform: scale(1.15) translateY(-30px);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      margin-bottom: 13px;
      padding-bottom: 6px;
      padding-top: 6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      #subNav.collapsible ul li:nth-child(1) {
        transition-delay: 0s; }
      #subNav.collapsible ul li:nth-child(2) {
        transition-delay: -0.07s; }
      #subNav.collapsible ul li:nth-child(3) {
        transition-delay: -0.14s; }
      #subNav.collapsible ul li:nth-child(4) {
        transition-delay: -0.21s; }
      #subNav.collapsible ul li:nth-child(5) {
        transition-delay: -0.28s; }
      #subNav.collapsible ul li:nth-child(6) {
        transition-delay: -0.35s; }
      #subNav.collapsible ul li:nth-child(7) {
        transition-delay: -0.42s; }
      #subNav.collapsible ul li:nth-child(8) {
        transition-delay: -0.49s; }
      #subNav.collapsible ul li:nth-child(9) {
        transition-delay: -0.56s; }
      #subNav.collapsible ul li:nth-child(10) {
        transition-delay: -0.63s; }
    #subNav.collapsible ul.show {
      transform: scaleY(1);
      max-height: 500px; }
      #subNav.collapsible ul.show li {
        opacity: 1;
        transform: scale(1) translateY(0px); }
        #subNav.collapsible ul.show li:nth-child(1) {
          transition-delay: 0.17s; }
        #subNav.collapsible ul.show li:nth-child(2) {
          transition-delay: 0.24s; }
        #subNav.collapsible ul.show li:nth-child(3) {
          transition-delay: 0.31s; }
        #subNav.collapsible ul.show li:nth-child(4) {
          transition-delay: 0.38s; }
        #subNav.collapsible ul.show li:nth-child(5) {
          transition-delay: 0.45s; }
        #subNav.collapsible ul.show li:nth-child(6) {
          transition-delay: 0.52s; }
        #subNav.collapsible ul.show li:nth-child(7) {
          transition-delay: 0.59s; }
        #subNav.collapsible ul.show li:nth-child(8) {
          transition-delay: 0.66s; }
        #subNav.collapsible ul.show li:nth-child(9) {
          transition-delay: 0.73s; }
        #subNav.collapsible ul.show li:nth-child(10) {
          transition-delay: 0.8s; }
  #subNav.collapsible #subNavToggle {
    display: block;
    float: right;
    top: 5px;
    right: -5px; } }
/*
* === Mobile Menu ===
*/
#navbarNavToggle {
  width: 23px;
  height: 13px;
  position: relative;
  display: none;
  margin: 26px auto 13px auto;
  padding: 0;
  top: -20px; }
  #navbarNavToggle .line {
    display: block;
    background: black;
    width: 23px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #navbarNavToggle .line.line-1 {
      top: 0; }
    #navbarNavToggle .line.line-2 {
      top: 50%; }
    #navbarNavToggle .line.line-3 {
      top: 100%; }
  #navbarNavToggle:hover .line-1, #navbarNavToggle:focus .line-1 {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px); }
  #navbarNavToggle:hover .line-3, #navbarNavToggle:focus .line-3 {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px); }
  #navbarNavToggle.active .line {
    background-color: black; }
  #navbarNavToggle.active .line-1 {
    transform: translateY(6.5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(6.5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(6.5px) translateX(0) rotate(45deg); }
  #navbarNavToggle.active .line-2 {
    opacity: 0; }
  #navbarNavToggle.active .line-3 {
    transform: translateY(-6.5px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-6.5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-6.5px) translateX(0) rotate(-45deg); }

.frontpage #navbarNavToggle .line {
  background: white; }

.frontpage #navbarNavToggle.active .line {
  background: black; }

@media (max-width: 767px) {
  #navbarNavToggle {
    text-decoration: none;
    margin: 0.5em 0;
    display: inline-block;
    z-index: 15; }

  .no-scroll {
    overflow: hidden; }

  #navbar {
    position: absolute;
    top: 0;
    left: -15px;
    width: 101vw;
    z-index: 15;
    overflow: hidden;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    background: rgba(255, 255, 255, 0.8);
    height: 0;
    display: block;
    box-sizing: border-box; }
    #navbar.navbar-collapse.show {
      border-left: 15px solid;
      border-image: linear-gradient(0deg, #6287B1 12%, #DB0C7E 100%) 1; }
    @supports (-webkit-overflow-scrolling: touch) {
      #navbar {
        margin-top: -3px; } }
    #navbar > ul {
      padding: 45px;
      margin-top: 20px; }
    #navbar li {
      opacity: 0;
      transform: scale(1.15) translateY(-30px);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      margin-bottom: 13px;
      padding-bottom: 6px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      #navbar li:nth-child(1) {
        transition-delay: 0s; }
      #navbar li:nth-child(2) {
        transition-delay: -0.07s; }
      #navbar li:nth-child(3) {
        transition-delay: -0.14s; }
      #navbar li:nth-child(4) {
        transition-delay: -0.21s; }
      #navbar li:nth-child(5) {
        transition-delay: -0.28s; }
      #navbar li:nth-child(6) {
        transition-delay: -0.35s; }
      #navbar li:nth-child(7) {
        transition-delay: -0.42s; }
      #navbar li:nth-child(8) {
        transition-delay: -0.49s; }
      #navbar li:nth-child(9) {
        transition-delay: -0.56s; }
      #navbar li:nth-child(10) {
        transition-delay: -0.63s; }
    #navbar .dropdown-menu li {
      border-bottom: none; }
    #navbar.show {
      height: 100vh;
      background: white;
      overflow-y: scroll; }
      #navbar.show li {
        opacity: 1;
        transform: scale(1) translateY(0px); }
        #navbar.show li:nth-child(1) {
          transition-delay: 0.27s; }
        #navbar.show li:nth-child(2) {
          transition-delay: 0.34s; }
        #navbar.show li:nth-child(3) {
          transition-delay: 0.41s; }
        #navbar.show li:nth-child(4) {
          transition-delay: 0.48s; }
        #navbar.show li:nth-child(5) {
          transition-delay: 0.55s; }
        #navbar.show li:nth-child(6) {
          transition-delay: 0.62s; }
        #navbar.show li:nth-child(7) {
          transition-delay: 0.69s; }
        #navbar.show li:nth-child(8) {
          transition-delay: 0.76s; }
        #navbar.show li:nth-child(9) {
          transition-delay: 0.83s; }
        #navbar.show li:nth-child(10) {
          transition-delay: 0.9s; }
    #navbar a {
      font-size: 20px;
      color: black !important; }
      #navbar a:hover {
        border: none; }

  body.no-scroll {
    overflow: hidden !important; } }
.nav > li > a {
  padding: 15px 10px; }
  @media (min-width: 1200px) {
    .nav > li > a {
      padding: 15px 20px; } }

.bgFromSrcSet {
  background-size: cover;
  background-position: center center; }

.srcSet {
  position: fixed;
  z-index: 0;
  z-index: -1;
  z-index: -100;
  visibility: hidden; }

#careersPage .container .altheading {
  margin-bottom: 20px; }

.culturePage p {
  font-size: 16px; }

#careers1Bg {
  background-image: url(/assets/nisma-821305ade7d7774ce6360c70a2f78921ddd6df09aa43ac101b8f27530052255f.jpg);
  padding-bottom: 60px;
  padding-top: 40%;
  padding-left: 20px; }
  #careers1Bg.culture {
    background-image: url(/assets/culture-header-162f13e75fdd9c5a0377f09762e99f26e73c1cc68916fc040c161e5d9fc2723c.jpg); }
    #careers1Bg.culture h1 {
      font-size: 50px; }
  @media (max-width: 767px) {
    #careers1Bg h3 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    #careers1Bg {
      padding-top: 400px;
      padding-left: 40px;
      padding-right: 40px; } }

.quoteLeft::before {
  content: '" ';
  margin-left: -1rem; }

#careersBlock2 {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 20px; }
  #careersBlock2 .bgFromSrcSet {
    background-image: url(/assets/varun-26b09797cf4feeeb88d462375ae25b2317590ceda453a46d4b5ae5ea41f4e41b.jpg); }
  @media (min-width: 768px) {
    #careersBlock2 {
      padding: 30px; } }
  #careersBlock2 .content {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #careersBlock2 .content {
        padding-top: 30px; } }
  #careersBlock2 .bgFromSrcSet {
    height: 400px;
    border: 15px solid #f9f9f9;
    background-position: top right; }
    @media (min-width: 768px) {
      #careersBlock2 .bgFromSrcSet {
        border: none;
        margin-right: 15px; } }
  #careersBlock2 .link {
    bottom: 20px;
    position: absolute; }
    @media (min-width: 768px) {
      #careersBlock2 .link {
        bottom: 20px;
        position: absolute;
        left: -210px; } }

#careersBlock3 {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 20px; }
  #careersBlock3 .bgFromSrcSet {
    background-image: url(/assets/sherin-4d7c49a0d495fe1e8b3114e7071857b4e90e7cc7bc1dd00bacf7c8d815953cc6.jpg); }
  @media (min-width: 768px) {
    #careersBlock3 {
      padding: 30px; } }
  #careersBlock3 .content {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #careersBlock3 .content {
        padding-top: 30px;
        padding-left: 30px; } }
  #careersBlock3 .bgFromSrcSet {
    height: 400px;
    border: 15px solid #f9f9f9;
    background-position: top right; }
    @media (min-width: 768px) {
      #careersBlock3 .bgFromSrcSet {
        border: none;
        margin-left: 15px; } }
  #careersBlock3 .link {
    bottom: 20px;
    position: absolute; }
    @media (min-width: 992px) {
      #careersBlock3 .link {
        bottom: 20px;
        position: absolute;
        right: -210px; } }

#internshipBlock {
  margin-top: 15px;
  background-position: center left;
  background-size: cover;
  color: white;
  padding: 40px 20px;
  background-image: url(/assets/internship-gi-68722be4e57ed42d2ed9d0406fbea582d05ed1018278241bb6aff1ea82e57a8a.jpg); }
  #internshipBlock a,
  #internshipBlock a:hover {
    color: white; }
  @media (min-width: 768px) {
    #internshipBlock {
      padding: 150px 40px; }
      #internshipBlock .content {
        float: right; } }
  #internshipBlock p {
    text-shadow: 1px 2px 16px rgba(74, 74, 74, 0.89); }

.blockRow {
  background-size: cover;
  background-position: center center;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .blockRow {
      min-height: 400px;
      padding-left: 40px;
      padding-right: 40px; } }
  .blockRow h1,
  .blockRow h2,
  .blockRow h3,
  .blockRow h4,
  .blockRow h5,
  .blockRow h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .blockRow h1,
  .blockRow h2,
  .blockRow h3 {
    margin-bottom: 1rem; }

.text-white {
  color: white; }
  .text-white a,
  .text-white a:hover {
    font-weight: bolder;
    color: white; }

#internships1 {
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%), url(/assets/alexis-brown-85793-a4cdac11642378d40d177a44450473fe31ba0b4558cb7393889b72077712bb99.jpg);
  padding-bottom: 20px;
  padding-top: 150px; }
  @media (min-width: 768px) {
    #internships1 {
      background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 60%), url(/assets/alexis-brown-85793-a4cdac11642378d40d177a44450473fe31ba0b4558cb7393889b72077712bb99.jpg); } }
  @media (min-width: 768px) {
    #internships1 {
      padding-top: 230px;
      padding-left: 40px;
      padding-right: 40px; } }

#internships2 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 90%), url(/assets/priscilla-du-preez-234138-265aed39731f58c57fb6fadb01d814c8bacb834b206e7df3c0680e5afd048be6.jpg); }

#internships3 {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/henry-be-228194-7b070599e26d89904a75d1c1731f5a6d763207e4192ab7f1a1911765635ebf5b.jpg); }

#internships4 {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    #internships4 {
      display: flex;
      flex-direction: column; }
      #internships4 > .row {
        display: flex;
        flex-grow: 1; } }
  #internships4 .border {
    display: none; }
    @media (min-width: 768px) {
      #internships4 .border {
        display: block;
        background: #d4d4d4;
        width: 1px;
        padding: 0;
        margin: 50px 20px; } }
  #internships4 .details h1,
  #internships4 .details h2,
  #internships4 .details h3,
  #internships4 .details h4,
  #internships4 .details h5 {
    font-weight: 500; }
  #internships4 .details h5 {
    margin-top: 15px; }

#careersBlock4 {
  margin-top: 20px;
  background-position: center left;
  background-size: cover;
  color: black;
  padding: 20px;
  background-image: url(/assets/vishnu-3a26f8369f428c33eed7abb3c0981584f09d5a75db405e0245e7d21255153a11.jpg); }
  #careersBlock4 a,
  #careersBlock4 a:hover {
    color: black; }
  @media (min-width: 1200px) {
    #careersBlock4 .link {
      margin-top: 135px; } }
  @media (min-width: 531px) and (max-width: 767px) {
    #careersBlock4 .content {
      float: right;
      left: 30px; } }
  @media (min-width: 768px) {
    #careersBlock4 {
      padding: 30px;
      height: 450px; }
      #careersBlock4 .content {
        float: right;
        vertical-align: middle;
        padding-top: 30px; } }
  #careersBlock4 p {
    text-shadow: 1px 2px 16px rgba(74, 74, 74, 0.89); }

#gi-locations {
  background-image: url(/assets/culture-dubai1-d93c786de4b64b80a66670b81e44d4b9ac1bbeeeb24012798453f706f80d74f9.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations {
      background-image: url(/assets/culture-dubai1-xs-091d8469c2f4b15146cf5e8822bfb8babbe444854cc03781a6bdeb983858d1f6.jpg);
      background-position: center right; } }

#gi-locations-kochi {
  background-image: url(/assets/locations-kochi-2eefbd7a13af192053ff86f290a5444af1724c6a0099cb6947105c1a3a7f1c55.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-kochi {
      background-image: url(/assets/locations-kochi-xs-acc402412c283db4cbeeb97c7578217c7fa2408f32f209fd0e93c24e2a8a18f3.jpg);
      background-position: center left; } }

#gi-locations-dubai {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_me_lobby-web-4fe0fb1a139b66edbbbf5d9381696c53814710e5c2c52d7344e714694f049e12.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-dubai {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_me_lobby4-55ab7b1c95f46eff4b0e3a9f4733341048a194ac91d13136a5dc6c0e30638551.jpg); } }
  #gi-locations-dubai .overlay-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px; }

#gi-locations-london {
  background-image: url(/assets/culture-london1-4559006dd6667eca42e409a6eea6af07761ba767850bc9b2f58dbd92addf288d.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-london {
      background-image: url(/assets/culture-london1-4559006dd6667eca42e409a6eea6af07761ba767850bc9b2f58dbd92addf288d.jpg);
      background-position: center right; } }
  #gi-locations-london .overlay-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px; }

#gi-locations-rotterdam {
  background-image: url(/assets/gi-eu-rotterdam-central-d35acececf8c36eb82123cf8d9e22d34a2843b1d1c469fb82f40c7a40e603d47.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-rotterdam {
      background-image: url(/assets/gi-eu-rotterdam-central-d35acececf8c36eb82123cf8d9e22d34a2843b1d1c469fb82f40c7a40e603d47.jpg);
      background-position: center right; } }
  #gi-locations-rotterdam .overlay-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px; }

#gi-locations-newyork {
  background-image: url(/assets/4543hq-b119710847ef5edb0338b4e66bfc73448967f8dfe2a12da271c3ab6cba4b82d4.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-newyork {
      background-image: url(/assets/4543front_xs-49c66eff4fd7b5dac16bcbb84263176f73a2f33e6478170bd022848e8a65769b.jpg);
      background-position: center center; } }
  #gi-locations-newyork .overlay-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px; }

#gi-locations-ca {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/tci-ca2-9f68c70af51a893f5a2971055221a002305cb4ec0fee5c6b8d0eea86d7b91a40.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-ca {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/tci-ca-xs4-04fbeab4f986cf04dded5036865745a9b65c8ffc5943c49ec105b32dce7ed716.jpg);
      background-position: center center; } }
  #gi-locations-ca .overlay-box {
    padding: 30px; }

#gi-locations-houston {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi-htx-front-fdf0199082ca820efd373fa4c62e9e5e4b4c6671b6a765b49dd10c775a07ef7b.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-houston {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi-htx-front-fdf0199082ca820efd373fa4c62e9e5e4b4c6671b6a765b49dd10c775a07ef7b.jpg);
      background-position: center center; } }
  #gi-locations-houston .overlay-box {
    padding: 30px; }

#gi-locations-abu-dhabi {
  background-image: url(/assets/grand-mosque-abu-dhabi-ae0ca73cafa45bfd4bd3194f52a37564c1e4d94174294a53be21b73a872f062b.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #gi-locations-abu-dhabi {
      background-image: url(/assets/grand-mosque-abu-dhabi-ae0ca73cafa45bfd4bd3194f52a37564c1e4d94174294a53be21b73a872f062b.jpg);
      background-position: center right; } }
  #gi-locations-abu-dhabi .overlay-box {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px; }

#gi-locations1 {
  background-image: url(/assets/culture-london1-4559006dd6667eca42e409a6eea6af07761ba767850bc9b2f58dbd92addf288d.jpg);
  background-position: center center;
  background-size: cover;
  padding: 15px 0; }
  @media (min-width: 768px) {
    #gi-locations1 {
      font-size: 16px;
      padding: 30px; } }

#gi-locations2 {
  background-image: url(/assets/locations-sf-6da1ac95ee4bec25ca1fc8101775fc166ddfbad560930d1bfd85aefd5a9b6cab.jpg);
  background-position: center center;
  background-size: cover;
  padding: 15px 0; }
  @media (min-width: 768px) {
    #gi-locations2 {
      padding: 30px; } }

#careerBlock5 {
  background-image: url(/assets/anisha-c11628f9a79bdacb13cd5ae207e8c9506f69907535422165598193bd7d864a90.jpg);
  background-position: center right;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #careerBlock5 {
      background-image: url(/assets/anisha-xs-dbf32c2643961d583371e74ad0236a0647fea8e5cffbe2e1935deddc893c512d.jpg);
      background-position: center center; } }
  #careerBlock5 .link {
    bottom: -65px !important;
    position: absolute; }
    @media (min-width: 992px) {
      #careerBlock5 .link {
        position: absolute;
        right: -90px;
        margin-bottom: -18px; } }

.box-content {
  padding: 15px; }

.box-cell {
  margin-bottom: 10px; }

@media only screen and (min-width: 720px) {
  .boxes {
    display: table;
    width: 100%; }

  .box-row {
    display: table-row; }

  .box-cell {
    display: table-cell;
    vertical-align: top;
    width: 33.333333333%; }
    .box-cell.one {
      border-right: 10px solid #fff; }
    .box-cell.two {
      border-left: 10px solid #fff; } }
#about-us-block {
  padding: 15px 0;
  background-color: #FBF2E8;
  margin-left: 1%;
  margin: 10px 0;
  border-bottom: 20px solid #fff; }
  @media (min-width: 768px) {
    #about-us-block {
      font-size: 16px;
      padding: 30px; } }

#portfolio-block {
  padding: 15px 0;
  background-color: #FBF2E8;
  margin-left: 1%;
  margin: 10px 0;
  border-bottom: 20px solid #fff; }
  @media (min-width: 768px) {
    #portfolio-block {
      font-size: 16px;
      padding: 30px; } }

#businessFamilyBlock {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/assets/tai-d8d8a8c5f7ca1400d2b29947a9033f1dda412eaa264df3087bbd73372f5344b2.jpg);
  margin-bottom: 60px; }
  @media (min-width: 1500px) {
    #businessFamilyBlock {
      width: 1170px;
      margin: 0 auto; } }
  #businessFamilyBlock a,
  #businessFamilyBlock a:hover {
    color: white; }
  @media (min-width: 768px) {
    #businessFamilyBlock {
      height: 495px;
      padding: 30px; }
      #businessFamilyBlock .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #businessFamilyBlock h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #businessFamilyBlock h3 {
      font-size: 18px; }
    #businessFamilyBlock p {
      font-size: 12px; } }

#peopleCompanyBlock {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 50%), url(/assets/jessie-962f82b5b257f5dbec93f43ee088061df21e5c7226f4b32e98c19eb4445d0077.jpg);
  margin-bottom: 60px; }
  #peopleCompanyBlock a,
  #peopleCompanyBlock a:hover {
    color: white; }
  @media (min-width: 768px) {
    #peopleCompanyBlock {
      height: 550px;
      padding: 30px;
      max-height: 550px; }
      #peopleCompanyBlock .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #peopleCompanyBlock h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #peopleCompanyBlock h3 {
      font-size: 18px; }
    #peopleCompanyBlock p {
      font-size: 12px; } }

@media (min-width: 768px) {
  .invest-heading {
    font-size: 2em; }

  #our-philosophy .image-row {
    padding-top: 75px; } }
#portfolio-block1 {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/rd-htx-e0d39cd9718badb4cad3145f25999a1b8df7f702a8549fc59545443787cea7ac.jpg);
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #portfolio-block1 {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/rd-htx-e0d39cd9718badb4cad3145f25999a1b8df7f702a8549fc59545443787cea7ac.jpg);
      background-position: center center;
      height: 486px; } }
  @media (min-width: 1500px) {
    #portfolio-block1 {
      width: 1170px;
      margin: 0 auto; } }
  #portfolio-block1 a,
  #portfolio-block1 a:hover {
    color: white; }
  @media (min-width: 768px) {
    #portfolio-block1 {
      height: 550px;
      padding: 30px; }
      #portfolio-block1 .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #portfolio-block1 h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #portfolio-block1 {
      color: white; }
      #portfolio-block1 h3 {
        font-size: 18px; }
      #portfolio-block1 p {
        font-size: 12px; } }

#portfolio-bottom-block {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_lobby_india_2-c6097ca677ac4623b45320935e0644c7215b6a66227355a1d7534899cbe07c39.jpg); }

#careers-bottom-block {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_htx_wh-3edacc60566f7594e6604cee77ae1adaed59fb14302a9a02f4b56d5275928610.jpg);
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #careers-bottom-block {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_htx_wh-3edacc60566f7594e6604cee77ae1adaed59fb14302a9a02f4b56d5275928610.jpg);
      background-position: center center;
      height: 486px; } }
  @media (min-width: 1500px) {
    #careers-bottom-block {
      width: 1170px;
      margin: 0 auto; } }
  #careers-bottom-block a,
  #careers-bottom-block a:hover {
    color: white; }
  @media (min-width: 768px) {
    #careers-bottom-block {
      height: 550px;
      padding: 30px; }
      #careers-bottom-block .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #careers-bottom-block h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #careers-bottom-block {
      color: white; }
      #careers-bottom-block h3 {
        font-size: 18px; }
      #careers-bottom-block p {
        font-size: 12px; } }

#people-bottom-block {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_aero_logo_htx-2fa291c4b0d63efa986150e4ea71ff31f3f279dd20940ccb46049f931e0655a0.jpg);
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #people-bottom-block {
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 90%), url(/assets/gi_aero_logo_htx-2fa291c4b0d63efa986150e4ea71ff31f3f279dd20940ccb46049f931e0655a0.jpg);
      background-position: center center;
      height: 486px; } }
  @media (min-width: 1500px) {
    #people-bottom-block {
      width: 1170px;
      margin: 0 auto; } }
  #people-bottom-block a,
  #people-bottom-block a:hover {
    color: white; }
  @media (min-width: 768px) {
    #people-bottom-block {
      height: 550px;
      padding: 30px; }
      #people-bottom-block .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #people-bottom-block h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #people-bottom-block {
      color: white; }
      #people-bottom-block h3 {
        font-size: 18px; }
      #people-bottom-block p {
        font-size: 12px; } }

#investmentVisionBlock {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: black;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/assets/benna-9efb59a7f7c6c55fe948c2d4edb796d6a0f9fe1ca4729788c199b31b30f1a6ce.jpg);
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #investmentVisionBlock {
      background-image: url(/assets/benna_xs-8926020cccea8b50b261ac8a7ffc4877550d9c3df4f83c5e9de29c550bd288cf.jpg);
      background-position: center center;
      height: 486px; } }
  @media (min-width: 1500px) {
    #investmentVisionBlock {
      width: 1170px;
      margin: 0 auto; } }
  #investmentVisionBlock a,
  #investmentVisionBlock a:hover {
    color: white; }
  @media (min-width: 768px) {
    #investmentVisionBlock {
      height: 550px;
      padding: 30px; }
      #investmentVisionBlock .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #investmentVisionBlock h3 {
    line-height: 1.3; }
  @media (max-width: 767px) {
    #investmentVisionBlock {
      color: white; }
      #investmentVisionBlock h3 {
        font-size: 18px; }
      #investmentVisionBlock p {
        font-size: 12px; } }

/* Modal */
.modal-open {
  overflow: hidden !important; }

@media (min-width: 992px) {
  .modal-lg {
    width: 100%; } }
@media (min-width: 768px) {
  .modal-dialog {
    margin: unset; } }
.modal-dialog {
  position: relative;
  width: auto;
  margin: unset; }

.modal-content {
  border: 0px;
  border-radius: 0px; }

.modal-header {
  border-bottom: 0px; }

.close {
  font-size: 70px;
  font-weight: 100; }

.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0); }

.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0); }

.storyModal .title {
  margin-bottom: 0px;
  color: #555555; }
.storyModal .modal-header {
  padding-bottom: 10px; }
.storyModal .modal-body {
  padding-top: 0;
  padding-bottom: 60px; }

#world-map {
  background-color: #091E2E;
  height: 550px; }
  @media (min-width: 515px) and (max-width: 767px) {
    #world-map {
      height: 695px; } }
  #world-map h2,
  #world-map h3,
  #world-map h4,
  #world-map h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", Arial, sans-serif;
    letter-spacing: -1px;
    line-height: 130%;
    margin-bottom: 1em;
    font-weight: bold; }
  #world-map .maptext {
    padding: 150px 40px; }
  #world-map .map-location {
    position: absolute;
    background-color: white;
    z-index: 1;
    width: 200px;
    top: 100px;
    text-align: center; }
    #world-map .map-location .location-text {
      margin-bottom: 0px;
      padding: 10px 12px;
      font-weight: 400;
      text-align: left; }
    @media (max-width: 768px) {
      #world-map .map-location {
        display: none; } }
  @media (min-width: 1500px) {
    #world-map {
      width: 1170px;
      margin: 0 auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #world-map .map-div {
      margin-top: 10%; } }

#emergingMarketsBlock {
  margin-top: 20px;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/assets/color-fbddae21aaff4c5afb70a53f241ef74226c134cd55ed59baed6e17d078b4e07a.jpg);
  background-attachment: scroll;
  margin-bottom: 60px !important;
  text-align: center; }
  #emergingMarketsBlock a,
  #emergingMarketsBlock a:hover {
    color: white; }

@media (max-width: 767px) {
  #pieChart {
    top: 20px; }
    #pieChart svg {
      width: 85%;
      height: 85%; } }
/* Footer CSS Start */
.footer-logo {
  float: left;
  margin-right: 9px;
  padding-top: 5px;
  width: 6px; }

.path-container {
  padding: 20px 0 40px 0;
  background: url("/assets/images/footerpattern.png") repeat-x; }
  .path-container .bar {
    display: none; }
  .path-container br {
    display: none; }

.footer-wrapper {
  bottom: 0 !important;
  flex: 1 0 auto;
  width: 100%;
  font-size: 11px;
  color: #555555; }
  .frontpage .footer-wrapper {
    color: white; }
    .frontpage .footer-wrapper .footer-content {
      border-top: 0.5px solid rgba(255, 255, 255, 0.2); }
  .footer-wrapper p {
    line-height: 190%;
    font-weight: 500; }
  .footer-wrapper ul {
    list-style: none;
    padding-left: 0; }
    .footer-wrapper ul li {
      margin-bottom: 20px;
      font-weight: 600; }
      .footer-wrapper ul li a,
      .footer-wrapper ul li a:hover {
        color: #4088C0; }
  .footer-wrapper .sociallinks h6 {
    color: #4088C0;
    font-size: 10px;
    display: block;
    margin-bottom: 20px; }
  .footer-wrapper .sociallinks img {
    height: 20px;
    margin-right: 10px; }
  .footer-wrapper .links2,
  .footer-wrapper .copytext {
    margin: 5px 0;
    font-size: 9px; }
    .footer-wrapper .links2 a, .footer-wrapper .links2 a:hover, .footer-wrapper .copytext a,
    .footer-wrapper .copytext a:hover {
      color: #5B5B5B; }
      .frontpage .footer-wrapper .links2 a,
      .frontpage .footer-wrapper .links2 a:hover,
      .frontpage .footer-wrapper .copytext a,
      .frontpage
      .footer-wrapper .copytext a:hover {
        color: white; }
    .footer-wrapper .links2 a,
    .footer-wrapper .copytext a {
      margin-right: 20px;
      display: inline-block; }
  .footer-wrapper .copytext {
    text-align: right; }
    @media (max-width: 767px) {
      .footer-wrapper .copytext {
        text-align: left;
        margin-top: 20px; } }

.page-header-style2 {
  flex-direction: column;
  display: flex;
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .page-header-style2 {
      padding-top: 100px; } }
  .page-header-style2 .container {
    flex-direction: column;
    display: flex;
    justify-content: center; }

.gradient-heading-paragraph {
  background-image: linear-gradient(89deg, #6287B1 12%, #DB0C7E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: 600; }

.gradient-heading {
  background-image: linear-gradient(89deg, #6287B1 12%, #DB0C7E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SF Pro Text", "SF Pro Icons", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
  font-weight: 600; }

.text-col p {
  color: #a09e99;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .text-col p {
      margin-top: 20px; } }
