html {
  scroll-behavior: smooth;
}
body {
  color: #333;
  font-family: 'marine', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/*------------------------------
            Global
------------------------------*/
a {
  color: #307de3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #9dc8ff;
  text-decoration: none;
}
a.learn-more,
button.learn-more {
  display: inline-block;
  min-width: 18rem;
  color: #307de3;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0.25rem 1.75rem;
  border: 2px solid #307de3;
  border-radius: 1.625rem;
  margin: 3rem auto 0 0;
}
a.learn-more:hover,
button.learn-more:hover {
  color: #fff;
  background-color: #307de3;
}
h1 {
  font-weight: 700;
}
h5 {
  font-weight: 400;
}
p {
  font-size: 1.25rem;
  text-align: justify;
}
p span {
  color: #1a437a;
  font-weight: 700;
}
ul li {
  font-size: 1.25rem;
}
.f50 {
  font-size: 3.125rem;
}
.f45 {
  font-size: 2.8125rem;
}
.f40 {
  font-size: 2.5rem;
}
.f35 {
  font-size: 2.1875rem;
}
.f30 {
  font-size: 1.875rem;
}
.f25 {
  font-size: 1.5625rem;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.f16 {
  font-size: 1rem;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1378px;
  }
}
@media (max-width: 1439px) {
  a.learn-more {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  a.learn-more {
    margin: 1rem auto 2rem 0;
  }
  p {
    font-size: 1.125rem;
  }
  ul li {
    font-size: 1.125rem;
  }
  .f50 {
    font-size: 2.25rem;
  }
  .f45 {
    font-size: 2.5rem;
  }
  .f40 {
    font-size: 2.125rem;
  }
  .f35 {
    font-size: 1.75rem;
  }
  .f30 {
    font-size: 1.5rem;
  }
  .f25 {
    font-size: 1.25rem;
  }
  .f20 {
    font-size: 1.125rem;
  }
  .f18 {
    font-size: 1rem;
  }
  .p-mobile {
    padding: 3.5rem 0 !important;
  }
}
@media (max-width: 767px) {
  a.learn-more {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  ul li {
    font-size: 1rem;
  }
  .f50 {
    font-size: 1.5rem;
  }
  .f45 {
    font-size: 1.75rem;
  }
  .f40 {
    font-size: 1.625rem;
  }
  .f35 {
    font-size: 1.5rem;
  }
  .f30 {
    font-size: 1.375rem;
  }
  .f25 {
    font-size: 1.125rem;
  }
  .f20 {
    font-size: 1rem;
  }
  .f16 {
    font-size: .875rem;
  }
  .p-mobile {
    padding: 2.5rem 0 !important;
  }
}

/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background-color: #fff;
  padding: 1rem 0;
}
.navbar .navbar-brand {
  width: 19.5rem;
  padding: 0;
  margin: 0 auto;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
}
.navbar .fas {
  color: #1a437a;
  transform: scale(1.5, 1.5);
  padding: 0.5rem;
}
.navbar .nav-item.nav-link {
  color: #1a437a;
  font-size: 1.125rem;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  margin: 1rem 0.75rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
  border-bottom: 2px solid #66a8ff;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .dropdown-menu {
  border: none;
  margin: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.navbar .dropdown-item {
  font-size: 0.9375rem;
  padding: 0.125rem 1.25rem;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #fff;
  background-color: #1a437a;
}
.navbar.navbar-min {
  box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, 0.4);
}
#home .navbar .container-fluid {
  display: block;
}
.navbar .container-fluid {
  display: none;
  position: relative;
  top: -1rem;
  color: #fff;
  background-color: #1a437a;
}
.navbar .container-fluid .content {
  padding: 1rem 0;
}
.navbar .container-fluid p {
  line-height: 1.2;
  text-align: left;
  margin: auto 2rem auto 0;
}
.navbar .container-fluid .btn {
  color: #fff;
  padding: 0.25rem 2rem;
  border: 2px solid #66a8ff;
  border-radius: 0;
}
.navbar .container-fluid .btn:hover {
  background-color: #66a8ff;
}
@media (min-width: 992px) {
  #home .navbar {
    position: fixed;
    width: 100%;
  }
  #home .navbar:not(.navbar-min) {
    background-color: transparent;
  }
  #home .navbar:not(.navbar-min) .navbar-brand {
    filter: brightness(0) invert(1);
  }
  #home .navbar:not(.navbar-min) .nav-item.nav-link {
    color: #fff;
  }
  .navbar .dropdown.show .nav-item.nav-link {
    border-bottom: 2px solid #66a8ff;
  }
  .navbar .nav-item.nav-link:not(.login) {
    height: 2.25rem;
    margin-top: 1.25rem;
  }
  .navbar .nav-item.nav-link.login {
    padding: 0.5rem 2rem;
    border: 3px solid #66a8ff;
  }
  .navbar .nav-item.nav-link.login:hover {
    color: #fff;
    background-color: #66a8ff;
  }
}
@media (min-width: 1440px) {
  .navbar .nav-item.nav-link.login {
    padding: 0.5rem 4rem;
    border: 3px solid #66a8ff;
  }
  .navbar .nav-item.nav-link:not(.login) {
    height: 2.5rem;
  }
}
@media (max-width: 1439px) {
  .navbar .navbar-brand {
    width: 16rem;
  }
  .navbar .nav-item.nav-link {
    font-size: 1rem;
    margin: 1rem 0.5rem;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding: 1rem 0;
  }
  .navbar .navbar-brand {
    width: 12rem;
  }
  .navbar .nav-item.nav-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    margin-left: 0.9375rem;
  }
  .navbar .navbar-nav {
    text-align: center;
    padding: 1.5rem 0 0;
    margin: 0;
  }
  .navbar .nav-item.nav-link {
    font-size: 1.125rem;
    padding: 0.125rem 0;
    border-bottom: none;
    margin: 0.25rem 0;
  }
  .navbar .nav-item.nav-link:hover,
  .navbar .nav-item.nav-link.active {
    color: #66a8ff;
    border-bottom: none;
  }
  .navbar .dropdown-menu {
    display: none !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar .container-fluid .content {
    padding: 0.5rem 0;
  }
  .navbar .container-fluid p {
    font-size: 0.875rem;
    margin: auto 1rem auto 0;
  }
  .navbar .container-fluid .btn {
    min-width: 7rem;
    padding: 0.25rem 1rem;
  }
}

/*------------------------------
            Heaer        
------------------------------*/
header {
  z-index: 15;
  position: relative;
  color: #fff;
  margin-top: 6rem;
}
#team header {
  background-color: #1A437A;
  padding: 4rem 0;
}
header .content {
  min-height: 28rem;
  padding: 3rem 0;
}
header h1 {
  font-weight: 700;
  letter-spacing: 0.23px;
  margin-bottom: 1rem;
}
header h1.f30 {
  color: #9dc8ff;
  margin-bottom: 1.5rem;
}
header h2 {
  max-width: 56rem;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 1.4;
  margin: 0;
}
header a.back-to-portfolio {
  display: block;
  color: #fff;
  margin: 4.375rem 0;
}
header a.back-to-portfolio i {
  position: relative;
  top: 0.2rem;
  font-size: 150%;
}
header a.nav-item {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 3rem;
}
header a.nav-item:hover {
  opacity: 0.75;
}
header a.nav-item.left {
  left: 0;
}
header a.nav-item.left img {
  transform: rotate(180deg);
}
header a.nav-item.right {
  right: 0;
}
#headerCarousel .carousel-indicators,
#headerCarouselCase .carousel-indicators {
  margin-bottom: 3rem;
}
.vimeo-vid {
  position: relative;
  height: 100%;
}
.vimeo-vid iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  header a.nav-item {
    padding: 0 1rem;
  }
}
@media (max-width: 1199px) {
  header .content {
    min-height: 20rem;
  }
  #headerCarousel .carousel-indicators,
  #headerCarouselCase .carousel-indicators {
    margin-bottom: 1rem;
  }
  #headerCarousel .carousel-indicators li,
  #headerCarouselCase .carousel-indicators li {
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  header {
    margin-top: 4.5rem;
  }
  header .content {
    min-height: 16rem;
    padding: 0 1.5rem;
  }
  header h1 {
    margin-bottom: 0.5rem;
  }
  header h2.f25 {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
  header a.back-to-portfolio {
    margin: 2rem 1.5rem -1rem;
  }
  header a.nav-item {
    padding: 0 0.25rem;
  }
  header a.nav-item img {
    width: 1rem;
  }
}

/*------------------------------
             Home      
------------------------------*/
.home {
  position: relative;
  overflow: hidden;
}
.home .row {
  z-index: 3;
  position: relative;
}
.home .d-flex {
  min-height: 100vh;
  padding: 7rem 0 5rem;
}
.home h1 {
  max-width: 60rem;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 1.3;
  text-shadow: 0 3px 6px #00000029;
  padding-top: 17rem;
  margin: auto 0;
}
.home h1 b {
  color: #9dc8ff;
}
.home h1 span {
  font-weight: 400;
}
.home a {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
  margin: 0 auto;
}
.home a:hover {
  opacity: 0.75;
}
.home a .fas {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  padding: 0.9rem 1rem;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-top: 1rem;
}
.home .video {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.home .video video {
  position: relative;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}
.home .overlay {
  z-index: 3;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.home .overlay-car {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.home .overlay-car.animated {
  z-index: 6;
  opacity: 1;
}
.home .container.position-relative {
  z-index: 3;
}
.home .top-50-url {
  position: absolute;
  top: 7rem;
  left: .9375rem;
  width: 10rem;
}
.home .top-50-url:nth-child(2) {
  left: 12rem;
}
.home .top-50-url:nth-child(3) {
  left: 23.25rem;
}
@media (max-width: 1199px) {
  .home .d-flex {
    padding: 5rem 0 3rem;
  }
  .home h1 {
    padding-top: 9rem;
  }
  .home a .fas {
    font-size: 1rem;
    padding: 0.5rem 0.6rem;
    border: 1px solid #fff;
    margin-top: 1.5rem;
}
  .home .top-50-url {
    top: 6rem;
    width: 6rem;
  }
  .home .top-50-url:nth-child(2) {
    left: 8rem;
  }
  .home .top-50-url:nth-child(3) {
    left: 15rem;
  }
}
@media (max-width: 767px) {
  .home h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
}

/*------------------------------
       Home Why GenNX 360
------------------------------*/
.why-gennex {
  padding: 14rem 0 4rem;
  margin-top: -10rem;
}
.why-gennex h3 {
  color: #1a437a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}
.why-gennex .desc {
  min-height: 15rem;
  padding: 1rem 0;
  margin: auto 0;
}
.why-gennex h4 {
  color: #1a437a;
  font-weight: 700;
}
.why-gennex p {
  color: #7c8591;
  font-size: 1.5625rem;
}
.why-gennex .img-container {
  position: relative;
}
.why-gennex .img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
}
.why-gennex .icon {
  position: absolute;
  top: 13%;
  left: 65%;
  display: none;
}
.why-gennex .icon:nth-child(4) {
  top: 44%;
  left: 83%;
}
.why-gennex .icon:nth-child(5) {
  top: 77%;
  left: 65%;
}
.why-gennex .icon:nth-child(6) {
  top: 77%;
  left: 25%;
}
.why-gennex .icon:nth-child(7) {
  top: 44%;
  left: 7%;
}
.why-gennex .icon:nth-child(8) {
  top: 13%;
  left: 25%;
}
.hidden {
  opacity: 0;
  transform: scale(1.1);
}
.why-gennex g path,
.characteristics g path {
  transition: all 0.6s ease-out;
}
.why-gennex g g:nth-child(2) path,
.characteristics g g:nth-child(1) g:nth-child(6) path,
.characteristics g g:nth-child(2) g:nth-child(6) path {
  transition-delay: 0.2s;
}
.why-gennex g g:nth-child(3) path,
.characteristics g g:nth-child(1) g:nth-child(2) path,
.characteristics g g:nth-child(2) g:nth-child(2) path {
  transition-delay: 0.4s;
}
.why-gennex g g:nth-child(4) path,
.characteristics g g:nth-child(1) g:nth-child(3) path,
.characteristics g g:nth-child(2) g:nth-child(3) path {
  transition-delay: 0.6s;
}
.why-gennex g g:nth-child(5) path,
.characteristics g g:nth-child(1) g:nth-child(4) path,
.characteristics g g:nth-child(2) g:nth-child(4) path {
  transition-delay: 0.8s;
}
.why-gennex g g:nth-child(6) path,
.characteristics g g:nth-child(1) g:nth-child(5) path,
.characteristics g g:nth-child(2) g:nth-child(5) path {
  transition-delay: 1s;
}
.why-gennex g g:nth-child(1) path,
.characteristics g g:nth-child(1) g:nth-child(1) path,
.characteristics g g:nth-child(2) g:nth-child(1) path {
  transition-delay: 1.2s;
}
.fade-in-element {
  animation: fade-in 1.4s;
}
@media (max-width: 1199px) {
  .why-gennex .title {
    font-size: 2.25rem;
  }
  .why-gennex .icon {
    width: 3rem;
  }
  .why-gennex p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .why-gennex .col-lg-3:first-child .content {
    text-align: right;
  }
  .why-gennex .desc:nth-child(2) {
    min-height: 18rem;
  }
  .why-gennex .desc:not(:nth-child(2)) {
    width: calc(100% + 4rem);
  }
  .why-gennex .col-lg-3:last-child .desc:not(:nth-child(2)) {
    margin-left: -4rem;
  }
}
@media (max-width: 991px) {
  .why-gennex .title {
    font-size: 1.75rem;
  }
  .why-gennex .icon {
    width: 2.25rem;
  }
  .why-gennex .desc {
    min-height: auto;
  }
  .why-gennex p {
    font-size: 1.125rem;
  }
}

/*------------------------------
        Home Snapshot        
------------------------------*/
.snapshot {
  background-color: #edf4fc;
  padding: 4rem 0;
}
#about .snapshot .col-12:nth-child(4),
#about .snapshot .col-md-6:nth-child(5),
#about .snapshot .col-md-6:nth-child(6) {
  display: none;
}
.snapshot h3 {
  color: #1a437a;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 1px solid #7c8591;
}
.snapshot h3 span {
  display: block;
  color: #333;
  font-weight: 400;
}
.snapshot .title {
  color: #1a437a;
  font-weight: 700;
  text-align: center;
  margin: 2rem 0 1rem;
}
.snapshot .num {
  color: #1a437a;
  text-align: center;
  margin: 4rem 0 1.25rem;
}
.snapshot .num span {
  font-size: 3.125rem;
  font-weight: 700;
}
.snapshot .desc {
  color: #7c8591;
  text-align: center;
  margin: 0;
}
.snapshot .snapshot-company {
  font-size: 1.125rem;
  text-align: center;
  margin: 1rem 0 0;
}
@media (max-width: 1199px) {
  .snapshot .title {
    margin: 2rem 0 0;
  }
  .snapshot .num {
    margin: 3rem 0 0.25rem;
  }
  .snapshot .num span {
    font-size: 2.75rem;
  }
}

/*------------------------------
        Home Companies        
------------------------------*/
.companies {
  padding: 4rem 0;
}
.companies h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.companies p b {
  color: #1a437a;
  font-weight: 700;
}
.companies .video {
  cursor: pointer;
  height: 24rem;
}
.companies .title {
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .companies .video {
    height: 18rem;
  }
}

/*------------------------------
           Home Team
------------------------------*/
.home-team {
  position: relative;
  color: #fff;
  background-color: #1a437a;
  padding: 4rem 0;
  overflow: hidden;
}
.home-team .container {
  z-index: 9;
  position: relative;
}
.home-team h3 {
  font-weight: 700;
  margin-bottom: 3rem;
}
.home-team h3 span,
.home-team p span {
  color: #9dc8ff;
}
.home-team a.learn-more {
  color: #9dc8ff;
  border: 2px solid #9dc8ff;
}
.home-team a.learn-more:hover {
  color: #fff;
  background-color: #9dc8ff;
}
.home-team .carousel {
  width: 33.333%;
  margin: auto 0;
}
.home-team .img-container {
  position: relative;
}
.home-team .carousel-item:hover > .img-container .info {
  opacity: 1;
}
.home-team .carousel .img-container .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(26, 68, 122, 0.59);
  font-weight: 700;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0.625rem;
  opacity: 0;
}
.home-team .overlay {
  left: 65%;
  background-color: #fff;
}
@media (min-width: 1700px) {
  .home-team .content {
    width: calc(100% + 10rem);
  }
}
@media (max-width: 991px) {
  .home-team .overlay {
    display: none;
  }
}

/*------------------------------
            Quote
------------------------------*/
.quote {
  padding: 6rem 0;
  overflow: hidden;
}
#quoteCarousel .carousel-indicators {
  bottom: -3rem;
  margin-bottom: 0;
}
#quoteCarousel .carousel-indicators li {
  background-color: #9dc8ff;
  margin: 0 0.5rem;
}
#quoteCarousel .carousel-indicators li.active {
  background-color: #307de3;
}
#quoteCarousel {
  position: relative;
  border: 1px solid #9dc8ff;
}
#quoteCarousel::before {
  z-index: 3;
  display: block;
  position: absolute;
  top: -3rem;
  left: 5%;
  width: 5rem;
  height: 5rem;
  content: '';
  background: url(../images/icons/quote-left.svg) center no-repeat;
  background-size: contain;
}
#quoteCarousel::after {
  z-index: 3;
  display: block;
  position: absolute;
  bottom: -2.25rem;
  left: 85%;
  width: 5rem;
  height: 5rem;
  content: '';
  background: url(../images/icons/quote-right.svg) center no-repeat;
  background-size: contain;
}
#quoteCarousel .carousel-item {
  background-color: #fff;
}
#quoteCarousel .content {
  padding: 4rem 0 3rem 3rem;
}
#quoteCarousel .content h5 {
  font-weight: 300;
  text-align: justify;
  margin-bottom: 1rem;
}
#quoteCarousel .media {
  color: #307de3;
  max-width: 36rem;
}
#quoteCarousel .carousel-item:not(:first-child) .media img {
  display: none;
}
#quoteCarousel .media p {
  font-size: 1.5625rem;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 0.5rem;
}
#quoteCarousel .media p:last-child {
  margin: 0;
}
#quoteCarousel .img-container {
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 20%);
}
.carousel-control {
  width: 6rem;
  max-height: 50rem;
  opacity: 1;
  color: #9dc8ff;
}
.carousel-control-next {
  right: -4rem;
}
.carousel-control-prev {
  left: -4rem;
}
.carousel-control:hover {
  opacity: 0.75;
  color: #9dc8ff;
}
.carousel-control:focus {
  color: #9dc8ff;
}
.carousel-control img {
  padding: 5rem 1.5rem;
}
#quoteCarousel .img-container img {
  z-index: -1;
  position: relative;
}
@media (min-width: 1599px) {
  .carousel-control-prev {
    left: -6rem;
  }
  .carousel-control-next {
    right: -6rem;
  }
}
@media (max-width: 1439px) {
  #quoteCarousel::before {
    top: -1.625rem;
    left: 5%;
    width: 2.5rem;
    height: 2.5rem;
  }
  #quoteCarousel::after {
    bottom: -1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 1199px) {
  #quoteCarousel .media p {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .carousel-control {
    width: 5rem;
  }
  .carousel-control-prev {
    left: -1.75rem;
  }
  .carousel-control-next {
    right: -1.75rem;
  }
  .carousel-control img {
    width: 1rem;
    padding: 5rem 0;
  }
}
@media (max-width: 991px) {
  #quoteCarousel .content {
    min-height: 20rem;
    padding: 2rem;
  }
  #quoteCarousel .content h5.f30 {
    font-size: 1rem;
  }
  #quoteCarousel .media {
    flex-direction: column;
  }
  #quoteCarousel .media img {
    order: 2;
    width: 5rem;
    margin-top: 1rem;
  }
  #quoteCarousel .media p {
    font-size: 1rem;
  }
}

/*------------------------------
        Investments Slider
------------------------------*/
.portfolio-slider .container-fluid {
  background-color: #edf4fc;
}
.portfolio-slider h3 {
  color: #1a437a;
  font-weight: 700;
  text-align: center;
  margin: 4rem 0 2rem;
}
.portfolio-slider .learn-more {
  margin: 2rem auto 4rem;
}
.company-slider {
  margin: 3.5rem 0;
}
.company-slider .slider-box {
  height: 12.5rem;
  padding: 0 1rem;
  margin: 0 1.25rem;
  filter: grayscale(1);
  transition: all 0.3s ease-out;
}
.company-slider .slider-box:hover {
  filter: grayscale(0.5);
}
.company-slider .slider-box:focus,
.company-slider a:focus {
  outline: none;
  box-shadow: none;
}
.company-slider .slider-box.slick-center {
  filter: grayscale(0);
}
.company-slider .slider-box.slick-center img {
  transform: scale(1.35);
}
.slick-prev:before {
  display: block;
  content: '';
  width: 2rem;
  height: 3rem;
  background: url(../images/icons/arrow.svg) center no-repeat;
  background-size: contain;
  margin: -1rem -2rem;
  transform: rotate(180deg);
}
.slick-next:before {
  display: block;
  content: '';
  width: 2rem;
  height: 3rem;
  background: url(../images/icons/arrow.svg) center no-repeat;
  background-size: contain;
  margin: -1rem 2rem;
}
@media (max-width: 767px) {
  .company-slider {
    margin: 2.5rem 0;
  }
  .company-slider .slider-box.slick-center img {
    transform: scale(1);
  }
}

/*------------------------------
        About - Overview
------------------------------*/
.overview {
  padding-top: 4rem;
  margin-top: -4rem;
  overflow: hidden;
}
.overview .content {
  padding: 4.25rem 0;
}
.overview h3 {
  color: #1a437a;
  margin: 0;
}
.overview h5 {
  color: rgba(20, 60, 141, 0.82);
  margin: 3rem 0 0.75rem;
}
.overview p {
  color: #7c8591;
  letter-spacing: 0.1px;
}
.overview p:last-child {
  margin-bottom: 0;
}
#overviewCarousel {
  width: calc(50vw - 6rem);
}
#overviewCarousel .carousel-item {
  height: 100%;
  min-height: 24rem;
}
.carousel-indicators li {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
  border-radius: 100%;
  margin: 0 0.875rem;
}
.carousel-indicators li.active {
  background-color: #307de3;
}
@media (max-width: 1199px) {
  .overview h5 {
    margin: 2rem 0 0.5rem;
  }
}
@media (max-width: 991px) {
  #overviewCarousel {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
  }
}

/*------------------------------
        About - Together
------------------------------*/
.together {
  color: #fff;
  background-color: #1a437a;
  padding: 4.25rem 0;
}
.together h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.together p {
  letter-spacing: 0.1px;
  line-height: 1.8;
  margin: 0 auto 1rem;
}
.together p strong {
  color: #307de3;
}
.together p:last-child {
  margin-bottom: 0;
}

/*------------------------------
     About - Inv. Criteria
------------------------------*/
.fact-sheet {
  padding: 8rem 0 4rem;
  margin-top: -4rem;
}
.fact-sheet h3 {
  color: #1a437a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.fact-sheet .outter-content {
  padding: 1rem;
  border: 2px dashed #1a437a;
  border-radius: 100%;
  margin-top: 3rem;
}
.fact-sheet .content {
  min-height: 17.7rem;
  background-color: #edf4fc;
  text-align: center;
  padding: 1rem;
  border-radius: 100%;
}
.fact-sheet .num {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.fact-sheet .num span {
  font-size: 3.125rem;
}
.fact-sheet .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4rem;
  color: #7c8591;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1439px) {
  .fact-sheet .content {
    min-height: 14rem;
  }
}
@media (max-width: 1199px) {
  .fact-sheet .content {
    min-height: 11rem;
  }
  .fact-sheet .num {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .fact-sheet .content {
    min-height: 18rem;
  }
}
@media (max-width: 767px) {
  .fact-sheet .col-md-6 {
    display: flex;
    flex-direction: column;
  }
  .fact-sheet .outter-content {
    width: 15rem;
    margin: 3rem auto 0;
  }
  .fact-sheet .content {
    min-height: 13rem;
  }
  .fact-sheet .desc {
    height: auto;
  }
}

/*------------------------------
     About - Inv. Criteria
------------------------------*/
.investment-criteria {
  padding: 4rem 0;
}
.investment-criteria h3 {
  color: #307de3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.investment-criteria img {
  margin: 3rem 0 1.5rem;
}
.investment-criteria h5 {
  max-width: 18rem;
  color: #1a437a;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .investment-criteria img {
    width: 15rem;
    margin: 3rem auto 1rem;
  }
}

/*------------------------------
        About - Snapshot
------------------------------*/
.company-snapshot {
  padding: 4rem 0;
}
#about .snapshot h3 {
  color: #307de3;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 3.75rem;
  border: none;
}
#about .snapshot .num {
  margin-top: 0.5rem;
}
#about .snapshot .desc {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#about .snapshot .title {
  max-width: 32rem;
  line-height: 1.1;
  margin: 0.5rem auto 1rem;
}
#about .snapshot .content-2::before {
  position: absolute;
  top: 4rem;
  left: 0.9375rem;
  display: block;
  width: calc(50% - 5rem);
  height: 2px;
  content: '';
  border-top: 2px dashed rgba(26, 68, 122, 0.4);
}
#about .snapshot .content-2::after {
  position: absolute;
  top: 4rem;
  right: 0.9375rem;
  display: block;
  width: calc(50% - 5rem);
  height: 2px;
  content: '';
  border-top: 2px dashed rgba(26, 68, 122, 0.4);
}
#about .snapshot .content-2 img {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  #about .snapshot .row {
    height: 100%;
  }
  #about .snapshot .col-md-6:not(:last-child) {
    border-right: 2px dashed rgba(26, 68, 122, 0.4);
  }
}
@media (min-width: 992px) {
  #about .snapshot .col-lg-6:nth-child(2) .col-md-6:last-child {
    border-right: 2px dashed rgba(26, 68, 122, 0.4);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #about .snapshot .col-lg-6:nth-child(2) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #about .snapshot .col-md-6 {
    margin-bottom: 2rem;
  }
  #about .snapshot .content-2 img {
    margin: 0 auto 1rem;
  }
  #about .snapshot .content-2::before {
    top: 2rem;
  }
  #about .snapshot .content-2::after {
    top: 2rem;
  }
}

/*------------------------------
      Investment Strategy
------------------------------*/
.investment-strategy {
  background-color: #edf4fc;
  padding: 8rem 0 4rem;
  margin-top: -4rem;
}
.investment-strategy h3 {
  color: #1a437a;
  font-weight: 700;
}
.investment-strategy .content {
  text-align: center;
  margin: 3rem 0 0;
}
.investment-strategy h5 {
  color: #143d8d;
  font-weight: 400;
  margin-bottom: 1.25rem;
  opacity: 0.82;
}
.investment-strategy p {
  color: #7c8591;
}
.investment-strategy p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .investment-strategy p {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .investment-strategy h3 {
    margin-bottom: 0;
  }
  .investment-strategy .content {
    margin: 2rem 0 0;
  }
}

/*------------------------------
 Inv. Strategy - Characteristics
------------------------------*/
.characteristics {
  padding: 8rem 0 0;
  margin-top: -4rem;
  overflow: hidden;
}
.characteristics h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 3rem;
}
.characteristics h5 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 11.5rem;
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.6;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.characteristics h5::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -3.5rem;
  display: block;
  width: 100vw;
  height: 100%;
  content: '';
  background-color: #edf4fc;
}
.characteristics h5.f25 {
  color: #fff;
  text-align: justify;
}
.characteristics h5.f25::after {
  background-color: #1a437a;
}
.characteristics p {
  letter-spacing: 0.13px;
  margin-bottom: 2rem;
}
.characteristics .img-container {
  color: #7c8591;
  letter-spacing: 0.13px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .characteristics .content {
    padding-left: 3.5rem;
  }
}
@media (max-width: 1199px) {
  characteristics {
    padding: 3.5rem 0 0;
  }
}
@media (max-width: 767px) {
  characteristics {
    padding: 2.5rem 0 0;
  }
  .characteristics h5 {
    min-height: auto;
  }
  .characteristics p {
    margin-bottom: 1rem;
  }
}

/*------------------------------
    Inv. Strategy - Creation
------------------------------*/
.creation {
  padding: 8rem 0 0;
  margin-top: -4rem;
  overflow: hidden;
}
.creation h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 3rem;
}
.creation .col-12:nth-child(even)::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200vw;
  content: '';
  background-color: #edf4fc;
  margin-left: -50vw;
}
.creation .content .d-flex {
  min-height: 26rem;
  padding: 3rem 0;
}
.creation h5 {
  color: #307de3;
  font-weight: 700;
  letter-spacing: 0.15px;
  margin-bottom: 1rem;
}
.creation p {
  color: #7c8591;
  font-size: 1.5rem;
  letter-spacing: 0.13px;
  line-height: 1.4;
}
.creation p:last-child {
  margin-bottom: 0;
}
.creation .img-container {
  height: 100%;
}
.creation .col-12:nth-child(2) .img-container {
  display: none;
}
.creation .img-item {
  height: 100%;
  min-height: 16rem;
}
.creation .video {
  height: 100%;
}
.creation .col-12:not(:nth-child(2)) .video {
  display: none;
}
@media (min-width: 768px) {
  .creation .img-container {
    width: calc(50vw - 10rem);
    margin-left: 8rem;
    transform: skewX(-15deg);
    overflow: hidden;
  }
  .creation .img-item {
    width: 130%;
    transform: skewX(15deg);
    margin-left: -15%;
  }
  .creation .col-12:nth-child(odd) .col-md-7 {
    order: 2;
  }
  .creation .col-12:nth-child(odd) .col-md-5 {
    order: 1;
  }
  .creation .col-12:nth-child(odd) .col-md-5 .img-container {
    transform: skewX(15deg);
    position: absolute;
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: 8rem;
  }
  .creation .col-12:nth-child(odd) .col-md-5 .img-container .img-item {
    transform: skewX(-15deg);
  }
}
@media (max-width: 1199px) {
  .creation .img-container {
    width: calc(50vw);
    margin-left: 2rem;
  }
  .creation .col-12:nth-child(odd) .col-md-5 .img-container {
    margin-right: 2rem;
  }
  .creation p {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .creation .img-container {
    width: calc(50vw - 1rem);
  }
}
@media (max-width: 767px) {
  .creation .content .d-flex {
    min-height: auto;
    padding: 2rem 0;
  }
  .creation .img-container {
    width: 100%;
    height: calc(100% - 2rem);
    margin: 0 0 2rem 0;
  }
  .characteristics h5::after {
    width: calc(100vw + 7rem);
  }
  .creation p {
    font-size: 1.125rem;
  }
}

/*------------------------------
        Strategy PDF
------------------------------*/
.strategy-pdf {
  background-color: #edf4fc;
  padding: 7rem 0;
}
.strategy-pdf h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 4rem;
}
.strategy-pdf a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 9rem;
  color: #1a437a;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0.5rem 1.75rem;
  border: 2px solid #1a437a;
  border-radius: 1.625rem;
}
.strategy-pdf a:hover {
  color: #fff;
  background-color: #1a437a;
}
@media (min-width: 768px) {
  .strategy-pdf .col-md-4:not(:last-child) {
    border-right: 1px dashed rgba(26, 68, 122, 0.7);
  }
}
@media (max-width: 767px) {
  .strategy-pdf .col-md-4:not(:last-child) {
    margin-bottom: 2rem;
  }
}

/*------------------------------
            Filter
------------------------------*/
#team .filter-nav {
  display: none;
}
.filter-nav .nav {
  z-index: 16;
  position: relative;
  display: block;
  margin-top: -2rem;
}
.filter-nav .dropdown {
  height: 100%;
}
.filter-nav .btn {
  color: #fff;
  background-color: #1a437a;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0.9375rem 2rem;
  border: none;
  border-radius: 0;
}
.filter-nav .btn.blue {
  color: #9dc8ff;
  text-align: center;
}
.filter-nav .col-12:not(:last-child) .btn {
  border-right: 1px solid #fff;
}
.filter-nav .btn:focus {
  outline: none;
  box-shadow: none;
}
.filter-nav .btn i {
  color: #9dc8ff;
  font-size: 175%;
}
.filter-nav .dropdown-menu {
  width: 100%;
  background-color: #1a437a;
  padding: 0.5rem 1rem;
  border: 1px solid #1a437a;
  border-radius: 0;
  margin-top: 0.25rem;
}
.label-holder {
  display: block;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25rem 1.875rem;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0.45rem;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f0f0f0;
  border: 1px solid #1a437a;
}
.label-holder:hover input ~ .checkmark {
  background-color: #9dc8ff;
}
.label-holder input:checked ~ .checkmark {
  background-color: #9dc8ff;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.label-holder input:checked ~ .checkmark:after {
  display: block;
}
.label-holder .checkmark:after {
  left: 0.45rem;
  top: 0.2rem;
  width: 5px;
  height: 5px;
  border: solid #9dc8ff;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .filter-nav .nav {
    margin-top: -1rem;
  }
  .filter-nav .btn {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem;
  }
  .label-holder {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .filter-nav .col-12:not(:last-child) .btn {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .filter-nav .btn {
    text-align: center;
  }
  .filter-nav .btn i {
    position: absolute;
    right: 1rem;
  }
}

/*------------------------------
            Team
------------------------------*/
.team {
  padding: 3rem 0;
}
.team .form-control {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
  padding: 0;
}
.team .form-control:focus {
  border-color: #9dc8ff;
  outline: none;
  box-shadow: none;
}
.team .btn {
  padding: 0;
  margin: 1rem 0 0;
}
.team .btn i {
  margin-right: .5rem;
  transition: all .3s ease-out;
}
.team .btn:hover > i {
  color: #9dc8ff;
}
/*.team .col-lg-9 .row:nth-last-child(-n + 6) {
  display: none;
}*/
.team .discriptor {
  text-align: center;
  margin-bottom: 3rem;
}
.team h3 {
  color: #1a437a;
  margin: 0 0 2rem;
}
.team .col-lg-9 .row:not(:first-child) h3 {
  padding-top: 3rem;
  border-top: 2px solid #c9c9c9;
}
.team .person {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.team .person:hover > .img-container {
  filter: grayscale(0);
}
.team .person:hover > .img-container .info {
  opacity: 1;
}
.team .img-container {
  position: relative;
  filter: grayscale(1);
}
.team .img-container .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(26, 68, 122, 0.59);
  font-weight: 700;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0.625rem;
  opacity: 0;
}
.team .name {
  color: #1a437a;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.14px;
  margin: 1rem 0 0.25rem;
}
.team .title {
  color: #7c8591;
  font-size: 1.125rem;
  letter-spacing: 0.09px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.team .title p {
  text-align: left;
}
@media (min-width: 992px) {
  .team .dropdown-div {
    margin-left: -25%;
  }
}
@media (max-width: 1199px) {
  .team .name {
    font-size: 1.375rem;
    margin: 0.75rem 0 0.25rem;
  }
  .team .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .team .row:not(:first-child) h3 {
    padding-top: 2rem;
  }
  .team .col-6.col-md-4:empty {
    display: none;
  }
  .team .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .team .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .team .name {
    font-size: 1.125rem;
    margin: 0.5rem 0 0.25rem;
  }
  .team .title {
    font-size: 0.75rem;
  }
}




/*------------------------------
            Team Modal
------------------------------*/
#teamModal .img-container {
  position: relative;
  padding: 0 5rem;
}
#teamModal .img-container .bio-desc {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 1.2;
  background-color: rgba(237, 244, 252, 0.8);
  padding: 3.625rem 4rem;
}
#teamModal .img-container .bio-desc img:first-child {
  position: absolute;
  top: -1rem;
  left: 10%;
}
#teamModal .img-container .bio-desc img:last-child {
  position: absolute;
  bottom: -1rem;
  right: 10%;
}
#teamModal .content {
  padding: 2rem 3rem 2rem 6rem;
}
#teamModal .name {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.17px;
  margin-bottom: 0.9375rem;
}
#teamModal .title {
  max-width: 19rem;
  color: #307de3;
  line-height: 1;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin: 0;
}
#teamModal .devider {
  width: 1px;
  height: 4rem;
  background-color: #7c8591;
  opacity: 0.8;
}
#teamModal .list {
  color: #307de3;
  line-height: 1.3;
  letter-spacing: 0.1px;
  margin: 0;
}
#teamModal .list:not(:last-child) {
  margin-bottom: 0.75rem;
}
#teamModal p:nth-child(2) {
  margin-top: 1.875rem;
}
#teamModal p {
  color: #7c8591;
  letter-spacing: 0.1px;
}
#teamModal ul li {
  color: #7c8591;
  letter-spacing: 0.1px;
}
.close {
  z-index: 9;
  position: absolute;
  top: 1.625rem;
  right: 1.5rem;
  opacity: 1;
}
.close:hover {
  opacity: 0.8;
}
.carousel-control-next img {
  transform: rotate(180deg);
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #1a437a;
}
@media (min-width: 1200px) {
  .modal:not(#videosModal) .modal-dialog {
    margin-top: 8rem;
  }
}
@media (min-width: 1440px) {
  .modal-dialog {
    max-width: 1349px;
  }
}
@media (max-width: 1199px) {
  #teamModal .img-container {
    padding: 0 1rem;
  }
  #teamModal .img-container .bio-desc {
    bottom: 10%;
    padding: 2rem 1rem;
  }
  #teamModal .content {
    padding: 0 0 0 1rem;
  }
  #teamModal .title {
    margin-bottom: 1rem;
  }
  #teamModal .list {
    font-size: 1.125rem;
  }
  #teamModal .list:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #teamModal .content {
    padding: 0.5rem 1.5rem;
  }
  #teamModal .list {
    font-size: 1rem;
  }
  #teamModal .img-container {
    padding: 0 2rem;
    margin-top: -2rem;
  }
}

/*------------------------------
            Portfolio
------------------------------*/
.portfolio {
  padding: 8rem 0 5rem;
  margin-top: -4rem;
}
.portfolio .col-6 {
  position: relative;
}
.portfolio .col-6::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.portfolio .img-container {
  cursor: pointer;
  height: 19.625rem;
  padding: 25% 10%;
}
.portfolio .img-container:hover > .nav {
  opacity: 1;
}
.portfolio .img-container .nav {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  background-color: rgba(26, 68, 122, 0.1);
  opacity: 0;
}
.portfolio .img-container .nav .nav-item {
  display: block;
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0.75rem 1rem;
}
.portfolio .img-container .nav .nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 1199px) {
  .portfolio .img-container {
    height: 15rem;
  }
}
@media (max-width: 767px) {
  .portfolio .col-6:nth-child(2n)::after {
    border-right: none;
  }
  .portfolio .img-container {
    height: 12rem;
  }
}
@media (min-width: 786px) and (max-width: 992px) {
  .portfolio .col-6:nth-child(3n)::after {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .portfolio .col-6:nth-child(4n)::after {
    border-right: none;
  }
}

/*------------------------------
        Portfolio Modal
------------------------------*/
#portfolioModal .modal-body {
  padding: 0;
}
#portfolioModal .img-container,
#portfolioModal .video {
  position: relative;
  height: 19.25rem;
}
#portfolioModal .col-lg-7 .img-container {
  padding: 10% 20%;
}
#portfolioModal .desc {
  background-color: #edf4fc;
}
#portfolioModal .desc h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 6rem;
  color: #307de3;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 1.4;
  padding: 1rem 2rem;
  margin: 0;
}
#portfolioModal .desc h5:not(:last-child) {
  border-bottom: 1px solid #9dc8ff;
}
#portfolioModal .desc h5 span {
  display: block;
  color: #1a437a;
  font-weight: 400;
}
#portfolioModal .content {
  padding: 0 4rem 1rem 2rem;
}
#portfolioModal .info {
  color: #307de3;
  letter-spacing: 0.13px;
  margin: 1.875rem 0;
}
#portfolioModal .info .fas {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  transform: scale(0.75, 1);
  margin-bottom: 0 0.375rem;
}
#portfolioModal .title {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.15px;
  margin-bottom: 0;
}
#portfolioModal .date {
  color: #1a437a;
  letter-spacing: 0.15px;
  margin-bottom: 1.5rem;
}
#portfolioModal p {
  color: #7c8591;
}
@media (max-width: 1199px) {
  #portfolioModal .img-container {
    height: 12rem;
  }
  #portfolioModal .content {
    padding: 0 1.5rem 1rem;
  }
}

/*------------------------------
          Case Study
------------------------------*/
.case-study {
  padding: 8rem 0 5rem;
  margin-top: -4rem;
  overflow: hidden;
}
.case-study .row {
  margin-bottom: 1rem;
}
.case-study .row:nth-child(odd) .col-md-8 .overlay {
  z-index: -1;
  background-color: #edf4fc;
  right: 0.9375rem;
  left: auto;
}
.case-study .img-container {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
.case-study .media .img-container {
  width: 11.5rem;
  padding: 3rem 0;
  margin-right: 2rem;
}
.case-study .title {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.15px;
}
.case-study .desc {
  color: #307de3;
  letter-spacing: 0.13px;
  margin: 0;
}
.quote-testimonial {
  color: #7c8591;
  font-size: .875rem;
}
@media (max-width: 991px) {
  .case-study .media {
    flex-direction: column;
  }
  .case-study .media .img-container {
    height: 8rem;
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .case-study .media .img-container {
    height: 7rem;
  }
  .case-study .desc {
    margin-bottom: 1rem;
  }
  .case-study .row:nth-child(odd) .col-md-8 .overlay {
    width: calc(100% + 3rem);
    left: -1rem;
    right: auto;
  }
  .case-study .row {
    margin-bottom: 2rem;
  }
  .case-study .row:nth-child(odd) {
    background-color: #edf4fc;
  }
}
@media (min-width: 768px) {
  .case-study .row:nth-child(odd) .col-md-4 {
    order: 1;
  }
  .case-study .row:nth-child(odd) .col-md-8 {
    order: 2;
  }
  .case-study .row:nth-child(even) .col-md-8::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0.9375rem;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-top: 2px solid #edf4fc;
    border-bottom: 2px solid #edf4fc;
    border-left: 2px solid #edf4fc;
  }
  .case-study .row:nth-child(even) .col-md-4::after {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0.9375rem;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-top: 2px solid #edf4fc;
    border-bottom: 2px solid #edf4fc;
    border-right: 2px solid #edf4fc;
  }
  .case-study .col-md-4 .img-container::after {
    position: absolute;
    top: 0;
    right: -3.25rem;
    display: block;
    width: 5rem;
    height: 100%;
    content: '';
    background-color: #edf4fc;
    transform: skewX(15deg);
  }
  .case-study .row:nth-child(even) .col-md-4 .img-container::after {
    left: -3.25rem;
    right: auto;
    background-color: #fff;
    transform: skewX(-15deg);
  }
}
@media (min-width: 992px) {
  .case-study .row:nth-child(even) .media .img-container {
    margin-left: 8em;
  }
}

/*------------------------------
       Case Study Details
------------------------------*/
.case-study-details {
  z-index: 20;
  position: relative;
  padding: 4rem 0;
}
.case-study-details .sector-1 {
  background-color: #edf4fc;
}
.case-study-details .content {
  padding: 2.875rem 2.5rem;
}
.case-study-details .content .company-logo {
  height: 8.75rem;
  margin-bottom: 1rem;
}
.case-study-details .content .title {
  color: #1a437a;
  font-weight: 700;
}
.case-study-details .content .desc {
  color: #307de3;
  margin-bottom: 3.125rem;
}
.case-study-details .content .desc:last-child {
  margin-bottom: 0;
}
.case-study-details .content p {
  color: #1a437a;
  letter-spacing: 0.1px;
  line-height: 1.4;
}
.case-study-details .content ul li {
  /* font-weight: 700; */
  margin-bottom: .75rem;
}
.case-study-details .content ul li:last-child {
  margin-bottom: 0;
}
.case-study-details h4 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.case-study-details .img-container {
  width: 26rem;
  max-width: 100%;
  height: 11rem;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
}
.case-study-details p {
  color: #7c8591;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .case-study-details .sector {
    position: relative;
    top: -7rem;
  }
}
@media (min-width: 1200px) {
  .case-study-details .sector {
    top: -8rem;
  }
}
@media (max-width: 991px) {
  .case-study-details .sector {
    margin-top: 2rem;
  }
  .case-study-details .content {
    padding: 1.5rem 1rem;
  }
  .case-study-details .content .title {
    margin-bottom: 0;
  }
  .case-study-details .content .desc {
    margin-bottom: 1.5rem;
  }
  .case-study-details .content ul li {
    margin-bottom: 0.5rem;
  }
}





/*------------------------------
       Case Study Add-ons
------------------------------*/
.case-study-addons {
  text-align: center;
}
.case-study-addons .img-container {
  height: 8.75rem;
  padding: 1rem 2rem;
}
.case-study-addons .title {
  z-index: 3;
  position: relative;
  color: #1a437a;
  font-weight: 700;
  background-color: #edf4fc;
  padding: 1rem;
  margin-bottom: 3rem;
}
.case-study-addons .title::before {
  z-index: 1;
  position: absolute;
  top: -4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 4rem;
  content: '';
  background-color: #fff;
}
.case-study-addons .title::after {
  position: absolute;
  top: 0;
  right: -2.5rem;
  display: block;
  width: 4rem;
  height: 4rem;
  content: '';
  background-color: #edf4fc;
  transform: rotate(45deg);
}
.case-study-addons .desc-2 {
  position: relative;
  margin-bottom: 3rem;
}
.case-study-addons .desc-2::after {
  position: absolute;
  left: 50%;
  top: -11rem;
  display: block;
  width: 1px;
  height: 10rem;
  content: '';
  border-right: 1px dashed #1a437a;
}





/*------------------------------
       Case Study Art
------------------------------*/
.case-study-art .img-container {
  height: 13.5rem;
  margin-bottom: 1rem;
}
.case-study-art h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 2rem;
}
.case-study-art h5 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 1rem;
}
.case-study-art p {
  color: #7c8591;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0;
}
.case-study-art .content-2::before {
  position: absolute;
  top: 4rem;
  left: 0.9375rem;
  display: block;
  width: calc(50% - 5rem);
  height: 2px;
  content: '';
  border-top: 2px dashed rgba(26, 68, 122, 0.4);
}
.case-study-art .content-2::after {
  position: absolute;
  top: 4rem;
  right: 0.9375rem;
  display: block;
  width: calc(50% - 5rem);
  height: 2px;
  content: '';
  border-top: 2px dashed rgba(26, 68, 122, 0.4);
}
.case-study-art .content-2 img {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .case-study-art .col-md-6:nth-child(1),
  .case-study-art .col-md-6:nth-child(4) {
    border-right: 2px dashed rgba(26, 68, 122, 0.4);
  }
  .case-study-art .col-md-6:not(:last-child) .img-container {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .case-study-art .img-container {
    height: 14rem;
  }
  .case-study-art .col-md-6:not(:last-child) .img-container {
    margin-bottom: 1rem;
  }
}

/*------------------------------
       Case Study Info
------------------------------*/
.case-study-info {
  color: #7c8591;
  /* background-color: #edf4fc; */
  /* padding: 4rem 0; */
}
/* .case-study-info .content {
  margin-bottom: 4rem;
} */
.case-study-info h5 {
  color: #1a437a;
  font-weight: 700;
  margin: -2rem 0 1rem;
}
.case-study-info ul {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .case-study-info h5 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .case-study-info h5 {
    margin-bottom: 0.5rem;
  }
  .case-study-info ul {
    margin-bottom: 2rem;
  }
}

/*------------------------------
        Case Study Process
------------------------------*/
.case-study-process {
  padding: 4rem 0 8rem;
}
.case-study-process h3 {
  color: #1a437a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.case-study-process .img-container {
  position: relative;
  width: 10rem;
  max-width: 100%;
  height: 10rem;
  margin: 2rem auto 3rem;
}
.case-study-process h5 {
  height: 1.5rem;
  color: #307de3;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.case-study-process hr {
  position: relative;
  top: -3.75rem;
  border-top: 3px dashed rgba(26, 68, 122, 0.5);
}
.case-study-process hr::before {
  position: absolute;
  top: -0.6rem;
  left: -0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: url(../images/icons/case-start.svg) center no-repeat;
  background-size: contain;
}
.case-study-process hr::after {
  position: absolute;
  top: -0.7rem;
  right: -0.25rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  background: url(../images/icons/case-end.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .case-study-process .img-container {
    margin: 2rem auto 1rem;
  }
  .case-study-process hr {
    top: 0;
    margin-top: 3rem;
  }
}

/*------------------------------
            Page Nav
------------------------------*/
.page-nav .nav-item {
  position: relative;
  width: 50%;
  min-height: 10.625rem;
}
.page-nav .nav-item:hover > .overlay {
  opacity: 0.1;
}
.page-nav h5 {
  z-index: 3;
  position: relative;
  width: 43rem;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 0 0.9375rem;
  margin: auto 0;
}
.page-nav h5 span {
  display: block;
  color: #9dc8ff;
  margin-bottom: 0.5rem;
}
.page-nav .overlay {
  opacity: 0.2;
  background: linear-gradient(#000, #000);
}
@media (max-width: 1339px) {
  .page-nav h5 {
    width: 36rem;
  }
}
@media (max-width: 1199px) {
  .page-nav h5 {
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .page-nav .nav-item {
    min-height: 8rem;
  }
  .page-nav .f30 {
    font-size: 1.125rem;
  }
  .page-nav .f20 {
    font-size: 0.875rem;
  }
}

/*------------------------------
        Responsibility
------------------------------*/
.responsibility {
  position: relative;
  z-index: 5;
  color: #7c8591;
  background-color: #edf4fc;
  padding: 8rem 0 1rem;
  margin-top: -4rem;
}
.responsibility h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 3rem;
}
.responsibility .content {
  margin-bottom: 4rem;
}
.responsibility .media {
  margin-bottom: 1.5rem;
}
.responsibility .media .img-container {
  max-width: 6rem;
  margin-right: 2rem;
}
.responsibility .media h5 {
  color: #307de3;
  font-weight: 700;
  letter-spacing: 0.15px;
  margin: 0;
}
.responsibility p {
  letter-spacing: 0.13px;
  max-width: 36rem;
}
.esg-art {
  z-index: 4;
  position: relative;
}
.esg-art .img-container {
  height: 16rem;
  background: url(../images/Responsibility/esg.jpg) bottom right 15% no-repeat;
  background-size: cover;
}
.esg {
  z-index: 3;
  position: relative;
  background-color: #fff;
  padding: 8rem 0 4rem;
  margin-top: -4rem;
}
.esg .img-container {
  height: 30rem;
  padding: 3vmin;
}
.esg .img-container-sec {
  height: 18rem;
  margin-bottom: 2rem;
}
.esg h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 2rem;
}
.esg h5 {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.13px;
  margin-bottom: 2rem;
}
.esg h6 {
  color: #1a437a;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.13px;
  margin-bottom: 1rem;
}
.esg p {
  color: #7c8591;
  letter-spacing: 0.1px;
  margin-bottom: 2rem;
}
.esg ul {
  color: #7c8591;
  letter-spacing: 0.1px;
  margin-bottom: 2rem;
}
.esg .content {
  height: calc(100% - 1.875rem);
  min-height: 4rem;
  background-color: #edf4fc;
  padding: 0.25rem;
  margin-bottom: 1.875rem;
}
.esg .content h6 {
  color: #307de3;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin: 0;
}
.foundation {
  color: #7c8591;
  padding: 8rem 0 4rem;
  margin-top: -4rem;
  overflow: hidden;
}
.foundation::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(50vw + 18rem);
  height: 100%;
  content: '';
  background-color: #edf4fc;
}
.foundation h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 3rem;
}
.foundation p {
  letter-spacing: 0.1px;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.foundation .content {
  position: relative;
  left: 1rem;
}
.foundation .content::before {
  z-index: -1;
  position: absolute;
  top: -2rem;
  left: -3rem;
  display: block;
  width: calc(50vw);
  height: calc(100% + 4rem);
  content: '';
  background-color: #fff;
}
.foundation .img-container {
  min-height: 6.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .esg-art .img-container {
    height: 40rem;
    background-attachment: fixed;
  }
}
@media (min-width: 1440px) {
  .esg h6 {
    font-size: 1.5rem;
  }
  .responsibility p {
    font-size: 1.5625rem;
  }
}
@media (max-width: 1439px) {
  .esg .content h6 {
    font-size: 1rem;
  }
  .foundation .img-container {
    min-height: 5.5rem;
    padding: 0.25rem 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .esg .img-container {
    height: 18rem;
    padding: 0 1rem 1rem;
  }
  .foundation::before {
    left: -1rem;
    width: calc(100vw + 2rem);
  }
  .foundation .content {
    left: 0;
  }
  .foundation .content::before {
    top: 0;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 100%;
  }
}
@media (max-width: 767px) {
  .responsibility .content {
    margin-bottom: 3rem;
  }
  .responsibility .media {
    margin-bottom: 0.75rem;
  }
  .responsibility .media .img-container {
    margin-right: 1.25rem;
  }
  .esg .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .esg .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .esg .img-container-sec {
    margin-bottom: .5rem;
  }
  .esg .content {
    height: calc(100% - 1rem);
    min-height: 3.5rem;
    margin-bottom: 1rem;
  }
  .foundation {
    padding-bottom: 0;
  }
  .foundation .content {
    padding: 2rem 0;
  }
}

/*------------------------------
            News
------------------------------*/
.news-nav .nav {
  padding: 3rem 0 1rem;
  border-bottom: 1px solid #707070;
}
.news-nav .nav-item {
  color: #7c8591;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.news-nav .nav-item:nth-child(2) {
  margin: 0 5.5rem 0 auto;
}
.news-nav .nav-item:hover {
  color: #307de3;
}
.news-nav .nav-item img {
  position: relative;
  top: -0.1rem;
}
.news {
  padding: 4rem 0;
}
.news .img-container {
  padding: 2rem;
}
.news .content {
  margin-bottom: 4rem;
}
.news .title {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.325;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1.25rem;
}
.news .date {
  color: #1a437a;
  letter-spacing: 0.1px;
}
.news .desc {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.13px;
  margin: 4rem 0 2rem;
}
.news p {
  color: #7c8591;
  letter-spacing: 0.1px;
  margin-bottom: 1.75rem;
}
.news p:last-child {
  margin-bottom: 0;
}
.news p span {
  font-weight: 400;
}
.news table {
  width: 100%!important;
}
.news tr {
  color: #7c8591;
  font-size: 1.25rem;
  letter-spacing: 0.1px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .news .img-container {
    padding: 0;
  }
  .news .desc {
    margin: 3rem 0 1rem;
  }
  .news p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .news-nav .nav-item {
    font-size: 0.875rem;
  }
  .news-nav .nav-item:nth-child(2) {
    margin: 0 2rem 0 auto;
  }
  .news-nav .nav-item img {
    top: -0.05rem;
    width: 0.5rem;
  }
}





/*------------------------------
          Video Page
------------------------------*/
.videos:not(.p-0) {
  background-color: #1A437A;
  padding: 5rem 0;
}
.videos .content {
  position: relative;
  margin-bottom: 1.875rem;
}
.videos .content .overlay {
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos.p-0 .video-container {
  height: 11rem;
}
.videos .video-container {
  display: flex;
  flex-direction: column;
  height: 15rem;
  background-color: #fff;
  box-shadow: inset 0 0 1rem rgb(0 0 0 / 50%);
}
.videos .video-container img {
  width: 15rem;
  height: 9rem;
  margin: auto;
}
.videos .video-container img.play-icon {
  z-index: 1;
  position: absolute;
  bottom: 2.875rem;
  left: 1rem;
  width: 4rem;
  height: 2rem;
  margin: 0;
}
.play {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  display: inline-table;
  color: #1a437a;
  padding: 0.25rem 3rem;
  border: 2px solid #1a437a;
  margin: 0 auto;
}
.modal .play {
  color: #fff;
  background-color: #1a437a;
}
div:hover > .play {
  color: #fff;
  background-color: #1a437a;
}
.videos .title {
  color: #fff;
  margin: .5rem 0 0;
}
.videos p {
  color: #7c8591;
  font-style: italic;
  margin: 2rem 0 1rem;
}
#videosModal .content {
  padding: 4rem 12rem;
}
#videosModal button.learn-more {
  background-color: #fff;
  font-size: 1.375rem;
  min-width: 10rem;
}
#videosModal button.learn-more:hover {
  background-color: #307de3;
}
.videos-intro {
  position: relative;
  padding: 10rem 0 3rem;
}
.videos-intro .slick-track {
  margin: -1rem 0;
}
.videos-intro .img-container {
  display: flex;
  flex-direction: column;
  height: 10rem;
  padding: 1.25rem 1rem;
}
.videos-intro .img-container img {
  background-color: #fff;
  padding: 1rem;
}
.videos-intro h1 {
  color: #fff;
  margin: 2rem 0 0
}
#carouselVideos {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carouselVideos .carousel-inner {
  height: 100%;
}
#carouselVideos .carousel-item {
  height: 100%;
}
#carouselVideos .carousel-item {
  height: 100%;
}
#carouselVideos .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carouselVideos .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #videosModal .content {
    padding: 3rem 1rem;
  }
}





/*------------------------------
          Videos Modal
------------------------------*/
#videosModal .video-content {
  padding: 3rem 5rem;
}
#videosModal .video-container {
  height: 42rem;
  margin: 0 0 1rem;
}
#videosModal .title {
  color: #1A437A;
  font-weight: 600;
}
#videosModal .carousel-control-prev {
  display: none;
  left: -3rem;
}
#videosModal .carousel-control-next {
  display: none;
  right: -3rem;
}




/*------------------------------
            Contact
------------------------------*/
.contact {
  padding-bottom: 4rem;
  overflow: hidden;
}
.contact #investmentLeadership,
.contact #operationsLeadership,
.contact #investorRelations {
  padding-top: 6.75rem;
}
.contact .col-md-6 {
  position: relative;
}
.contact .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .row .col:not(:first-child) {
  padding-left: 0;
}
.contact .row .col:not(:last-child) {
  padding-right: 0;
}
.contact .content {
  min-height: 28rem;
  padding: 1.5rem 5rem;
}
.contact h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact ul.list-contact li {
  color: #1a437a;
}
.contact ul.list-contact li a {
  color: #1a437a;
}
.contact ul.list-contact li a:hover {
  color: #307de3;
}
.contact .img-container {
  width: calc(50vw - 0.9375rem);
  height: 21.875rem;
  background: linear-gradient(to right, #b5b8bd, #dadde2);
}
.contact .img-container img {
  height: auto;
  max-height: 19rem;
}
.contact .img-holder {
  position: relative;
  width: 100%;
}
.contact .img-holder:hover > .person-info {
  opacity: 1;
}
.contact .img-holder .person-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(26, 68, 122, 0.59);
  letter-spacing: 0.1px;
  line-height: 1;
  text-align: center;
  padding: 0.625rem;
  opacity: 0;
}
.contact .overlay {
  z-index: -1;
  right: -7rem;
  left: auto;
  width: calc(50vw + 7rem);
  background-color: #edf4fc;
}
.headquarters .container {
  position: relative;
  z-index: 3;
}
.headquarters h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.headquarters .content {
  position: absolute;
  top: 1rem;
}
.headquarters .info {
  position: absolute;
  right: 0;
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 20rem;
  color: #fff;
  background-color: #1a437a;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75rem;
}
.headquarters .map {
  height: 28.75rem;
}
@media (min-width: 768px) {
  .contact .row:nth-child(even) .col-md-6:first-child {
    order: 2;
  }
  .contact .row:nth-child(even) .col-md-6:last-child {
    order: 1;
  }
  .contact .row:nth-child(even) .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.9375rem;
    left: auto;
    margin: auto 0;
  }
  .contact .row:nth-child(even) .overlay {
    left: -7rem;
    right: auto;
  }
}
@media (min-width: 1440px) {
  .contact ul li {
    font-size: 1.5625rem;
  }
}
@media (max-width: 1439px) {
  .contact .content {
    min-height: 24rem;
    padding: 1.5rem 2rem;
  }
  .contact .img-container {
    height: 19rem;
  }
}
@media (max-width: 1199px) {
  .contact .content {
    min-height: 22rem;
    padding: 1.5rem 0;
  }
  .contact .img-container {
    height: 16rem;
  }
  .headquarters .info {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .contact .content {
    min-height: 15rem;
  }
  .contact .img-container {
    position: relative;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 15rem;
  }
  .contact .overlay {
    right: auto;
    left: -50vw;
    width: 200vw;
  }
  .headquarters .content {
    position: relative;
    top: -1.5rem;
  }
  .headquarters .map {
    height: 18rem;
  }
  .contact f18 {
    font-size: 0.875rem;
  }
}

/*------------------------------
            Terms
------------------------------*/
.terms {
  padding: 4rem 0;
}
.terms h3 {
  color: #1a437a;
  font-weight: 700;
  margin-bottom: 3rem;
}
.terms p {
  color: #7c8591;
  letter-spacing: 0.1px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .terms p {
    margin-bottom: 2rem;
  }
}

/*------------------------------
            Covid Modal
------------------------------*/
#covidModal h5 {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.17px;
  line-height: 1.2;
  margin-bottom: 0;
}
#covidModal ul li {
  color: #7c8591;
  letter-spacing: 0.1px;
  margin-bottom: 0.75rem;
}
#covidModal .video {
}
@media (min-width: 1440px) {
  #covidModal ul li:nth-child(1),
  #covidModal ul li:nth-child(2),
  #covidModal ul li:nth-child(3) {
    padding-right: 34rem;
  }
  #covidModal .video {
    position: absolute;
    top: 0;
    right: 5rem;
    width: 33rem;
  }
}
@media (min-width: 1200px) {
  #covidModal .modal-header,
  #covidModal .modal-body,
  #covidModal .modal-footer {
    padding: 1rem 5rem;
  }
}

/*------------------------------
        Mailing List Modal
------------------------------*/
#mailingListModal .form-description {
  font-family: 'marine', sans-serif !important;
}
#mailingListModal h5 {
  color: #1a437a;
  font-weight: 700;
  letter-spacing: 0.17px;
  line-height: 1.2;
  margin-bottom: 0;
}
.ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0;
}
.ctct-form-header {
  color: #1a437a !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {
  color: #7c8591 !important;
}
.ctct-form-footer {
  display: none;
}
@media (min-width: 1200px) {
  #mailingListModal .modal-header,
  #mailingListModal .modal-body,
  #mailingListModal .modal-footer {
    padding: 1rem 5rem;
  }
  .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text {
    font-size: 1.25rem;
  }
}

/*------------------------------
          Back-toTop
------------------------------*/
.cd-top {
  z-index: 99;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  background: #1a437a url(../images/icons/arrow_white-up.svg) no-repeat center;
  background-size: 50%;
  background-position: center top 35%;
  padding-bottom: 0.25rem;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media (max-width: 767px) {
  .cd-top {
    right: 1rem;
    bottom: 2rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 0.45rem;
  }
}

/*------------------------------
            Footer
------------------------------*/
footer {
  color: #fff;
  background-color: #1a437a;
  padding: 3rem 0 1rem;
}
footer img {
  width: 4.75rem;
  margin: 0 1rem 1rem 0;
}
footer .nav {
  margin-bottom: 1rem;
}
footer .nav .nav-item:first-child {
  color: #9dc8ff;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .nav .nav-item {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
}
footer .nav .nav-item:first-child:hover,
footer .nav .nav-item:hover {
  color: #edf4fc;
}
footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 1rem 0 2rem;
}
footer address {
  line-height: 1.3;
  margin: 0 1rem 1rem 0;
}
footer address span {
  display: block;
  color: #9dc8ff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
footer address a {
  color: #fff;
}
footer .terms-link {
  color: #9dc8ff;
  margin: 0 1rem;
}
footer .terms-link:hover {
  opacity: 0.8;
}
footer .clever-link {
  color: #fff;
  opacity: 0.8;
}
footer .clever-link:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  footer .row:nth-last-child(-n + 2) {
    padding-left: 8.25rem;
  }
  footer address {
    margin-right: 5.75rem;
  }
  footer .terms-link {
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 1rem 0;
  }
  footer .nav .nav-item:first-child {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  footer .nav .nav-item {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  footer hr {
    margin: 0 0 1rem;
  }
  footer address {
    font-size: 0.75rem;
  }
  footer address span {
    font-size: 0.875rem;
    margin: 0;
  }
  footer .terms-link {
    color: #9dc8ff;
    text-decoration: underline;
    margin: 0 1rem;
  }
  footer .row:last-child {
    font-size: 0.875rem;
  }
  footer .terms-link {
    margin: 0;
  }
}
