/* 
 Theme Name:   Sixth Street
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   http://sixthstreetnew.thedb.uk
 Template:     wp-bootstrap-4
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');
.container {
    max-width: 1420px !important;
}
html {
  scroll-padding-top: 50px; /* height of sticky header */
  scroll-behavior: smooth;
}
div#content {
    padding-top: 100px;
}
/* Team Modal */
.team_modal .modal-dialog {
  max-width: 1000px;
  width: 55%;
}
.team_modal .modal {
  z-index: 1111050;
}
.team_modal .modal-content {
    padding: 45px;
}
.team_modal .scroll {
  max-height: 270px;
  overflow-y: auto;
}
.team_modal .modal {
  background: rgb(16, 46, 78, 0.6);
}
.team_modal .scroll p {
    padding-right: 20px;
    padding-bottom: 0;
}
.team_modal .position {
  padding: 0;
  margin: 0;
  color: #808080;
  text-transform: uppercase;
  font-size: 11px;
}
.team_modal h3 {
  margin: 0;
}
.team_modal .break {
  width: 27px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.team_modal .scroll::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #EDEDED;
  border-radius: 5px;
}
.team_modal .scroll::-webkit-scrollbar {
  width: 10px;
}
.team_modal .scroll::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #EDEDED;
    border-radius: 5px;
}

.team_modal .icons {
    position: absolute;
    right: 0;
}
.team_modal .icons a {
    cursor: pointer;
}
.team_modal .icons img {
    margin-right: 10px;
    width: 20px;
}
.team_modal .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #102E4E;
  border: 1px solid #000;
}
/* Testimonial Videos */
.testimonial_intro h2 {
    font-size: 30px;
    padding-right: 15%;
    padding-left: 15%;
    padding-bottom: 0;
}
.testimonial_videos video {
    max-width: 100%;
    max-height: 500px;
    min-width: 100%;
    object-fit: cover;
    position: relative;
    min-height: 100%;
}
.testimonial_videos .caption p {
  padding: 0;
  margin: 0;
    color: #fff;
}
.testimonial_videos .name {
    font-size: 20px;
    font-weight: bold;
}
.testimonial_videos .button-bordered {
    margin-top: 20px;
}
.testimonial_videos .caption img {
  padding-bottom: 20px;
  scale: 1;
  -webkit-transform-origin-x: left;
}
.testimonial_videos .caption .position {
  font-size: 14px;
}
.testimonial_videos .caption {
    position: absolute;
    bottom: 0;
  padding: 40px;
    width: 100%;
    transition: opacity 0.6s ease, transform 0.6s ease;
    max-width: calc(100% - 15px);
}
.testimonial_videos .single {
    cursor: pointer;
    padding-right: 5px;
    padding-left: 0;
    padding-top: 5px;
}
.testimonial_videos .single:hover .current-content {
    opacity: 0;
}
.testimonial_videos .single:hover .hover-content {
    opacity: 1;
}
.testimonial_videos .current-content {
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.testimonial_videos .hover-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;

}
/* Growth Team Section */
.team_growth .single {
    padding-top: 20px;
    cursor: pointer;
}
.team_growth .image_bg {
    background: #F7F7F7;
    overflow: hidden;
}
.team_growth .image_bg img {
    filter: grayscale(1);
    transition: filter 0.5s ease, transform 0.5s ease;
}
.team_growth .single:hover .image_bg img {
    filter: grayscale(0);
    scale: 1.1;
}
.team_growth .single .image_bg img {
    transition: 0.3s ease-in-out;
}
.team_growth .inline_name {
    display: flex;
    place-items: flex-end;
    padding-bottom: 3px;
}
.team_growth .linkedin {
    padding-left: 5px;
}
.team_growth .linkedin img {
    width: 16px;
}
.team_growth .name {
    font-weight: 500;
}
.team_growth .position {
    font-size: 14px;
    color: #707070;
}
.team_growth .desc {
    padding-top: 10px;
}
.team_growth p {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
/* Single Team Pages Growth */
.team_single .profile_bg {
  background: #F7F7F7;
  position: absolute;
  transform: translateY(-50%);
}
.team_single p {
  margin: 0;
  padding: 0;
}
.team_single .bio {
  padding: 45px;
  padding-right: 15px;
}
.team_grey .position {
  color: #7E7E7E;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.team_grey {
  background: #EEEEEE;
  padding-top: 100px;
  min-height: 400px;
  display: flex;
  place-items: flex-end;
}
.team_grey .title {
  padding: 45px;
}
.team_grey p {
  padding: 0;
  margin: 0;
}
.team_grey .linkedin {
  padding-top: 10px;
}
.team_single .bio p {
  min-height: 10em;
}
/* ----------------------------------------- MTC STYLES ----------------------------------------- */

.reveal-gallery {
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}
.rg__column {
  flex-grow: 1; /* equivalent to 33.33% */
  padding: 0 var(--h-gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-width: 25%;
  min-height: 80vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
}
.rg__text--heading h3 {
  font-size: 3.6vw;
  line-height: 1;
}
.rg__text--heading span {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.rg__text--heading h3,
.chapter {
  font-family: 'KnockoutHTF48FeatherweightRegular';
}
.rg__video--overlay {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rg__text--heading {
  display: flex;
  place-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.rg__text--heading .button_position {
  height: 80vh;
  position: absolute;
  width: -webkit-fill-available;
}
.rg__text--heading .main_btn {
    max-width: fit-content;
    margin: 0 auto;
    background: #0f2e4e;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 5px 15px;
    margin-top: 20px;
    transition: 0s;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.rg__text {
  z-index: 1;
  position: relative;
}
.rg__text--copy p {
  margin: 0;
}
.rg__text--copy {
  font-weight: 300;
}
.rg__text--copy .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.rg__text--copy .position {
  color: #fff;
  font-size: 14px;
}
.rg__short__info {
  max-width: 300px;
}
.rg__column::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 1px;
  height: 20vh;
  transform: translateY(-50%);
  background-color: var(--text-color);
  opacity: 0.4
}
.rg__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rg__image--mask {
  height: 100%;
  overflow: hidden;
}
.speech_marks {
  padding-bottom: 20px;
}
.rg__text--mask {
  overflow: hidden;
}
.rg__image {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.rg__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
}
.mtc_culture .section__header {
  padding: 0;
  margin: 0;
}
.mtc_culture h2 {
  padding: 0;
}
.mtc_culture .caption {
  padding-left: 20px;
}
.section__header {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mtc_header {
  background: linear-gradient(to right, #F4F4F4 90%, #fff 10%);
  position: relative;
}
.mtc_mash {
  position: relative;
}
.mtc_mash a {
  text-decoration: none;
}
.mtc_header h2,
.mtc_header .text_wrap p,
.mtc_header .text_wrap h3 {
  color: #fff;
}
.mtc_header .text_wrap p {
    padding: 0;
    margin: 0;
}
.mtc_mash .section__header {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.mtc_mash .img_container {
  z-index: 2;
  position: relative;
}
.mtc_mash .inside .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mtc_mash .inside {
  position: relative;
}
.mtc_mash .img_container h3 {
  padding-top: 10px;
}
.mtc_mash .subheader {
  font-size: 20px;
  margin: 0;
}
.mtc_header .italic {
  font-style: italic;
}
.mtc_approach h3 {
  color: #C7C7C7;
  font-size: 30px;
}
.mtc_services .title {
  font-family: 'Inter';
  font-weight: 500 !important;
  font-size: 24px;
  padding-top: 15px;
  line-height: 35px;
  padding-bottom: 5px;
}
.mtc_main h1 {
  font-size: 40px;
}
.mtc_main p {
    padding: 0;
    margin-bottom: 10px;
}
.mtc_main p {
  color: #fff;
}
.mtc_main .video__wrapper {
  background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(23,45,77,1) 100%);
}
.mtc_main video {
  opacity: 0.75;
  margin-bottom: -6px;
  width: 100%;
  max-height: 84vh;
  object-fit: cover;
}
.mtc_main .video_container .video_caption {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.blue_box,
.grey_box_left {
  position: relative;
  overflow: hidden; 
}
.grey_box_left {
    padding-bottom: 100px;
}
.blue_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  background-color: #172F4D;
  z-index: 1;
}
.grey_box_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65vw;
  height: 100%;
  background-color: #F4F4F4;
  z-index: 1;
}
.mtc_header .text_wrap {
  z-index: 2;
  position: relative;
  padding-bottom: 200px;
  padding-top: 200px;
}
.mtc_header h2 {
  padding-top: 45px;
}
.image_wrap {
  min-height: 308px;
  display: flex;
  place-content: center;
}
.mtc_header .img_container {
  text-align: right;
  z-index: 2;
  display: flex;
  place-items: center;
}
.mtc_header .text_wrap {
  padding-left: 90px;
}
.mtc_news {
  background: none !important;
}
.mtc_news .top {
  padding-top: 20px;
}
.mtc_news .growth_featured h3 {
  font-size: 24px;
  padding-top: 15px;
}
.mtc_news .growth_highlight h3 {
  font-size: 18px;
  padding-top: 15px;
}
.mtc_news a {
  text-decoration: none;
}
.mtc_news .equal-height-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mtc_news .news_highlights h3 {
  font-size: 18px;
  color: #172F4D !important;
  line-height: 24px;
}
.mtc_news .news_highlights h3 {
  padding-top: 15px;
}
.grey_box {
  position: relative;
  overflow: hidden; 
}
.mtc_header.bg {
  background: #fff;
}
.grey_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  background-color: #F4F4F4;
  z-index: 1;
}
.white_btn {
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.white_btn:after, .white_btn:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mtc_leadership .swiper-pagination {
  text-align: left;
}
.mtc_leadership .swiper-pagination-horizontal {
  left: 15px !important;
  bottom: 50px !important;
}
.mtc_leadership .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #F4F4F4;
  opacity: 1;
}
.mtc_investment .small p {
  font-size: 12px;
}
.mtc_services {
  padding-top: 90px;
  padding-bottom: 90px;
}
.mtc_services ul {
    padding-left: 15px;
    text-align: left;
    flex-direction: column;
    display: inline-flex;
}
.mtc_services li {
  list-style: disc;
  line-height: 25px;
}
.mtc_advisors .logo {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
} 
.mtc_mash .text_wrap  {
  z-index: 2;
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  max-width: 1420px;
  margin: 0 auto;
}

/* New Accordion */
.sector_accordion .card:first-child {
    border-top: 1px solid #eee;
}
.sector_accordion .card {
    border-bottom: 1px solid #eee !important;
    border: none;
}
.sector_accordion .button-bordered {
  margin-bottom: 20px;
}
.sector_accordion .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
.sector_accordion h3 {
    padding: 0;
}
.sector_accordion .btn.btn-link {
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.sector_accordion .card-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}
.sector_accordion .card-body p {
  margin: 0;
}
.sector_accordion .icon {
  float: right;
  font-size: 24px;
  padding-right: 10px;
}
/* New Menu */
.growth_mob_menu {
    display: none !important;
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 170;
    transition: all 0.3s ease; /* Smooth transition for rotation and position */
}
.hamburger span {
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease; /* Smooth transition for rotation and position */
} 
.hamburger.active span:nth-child(2){
  opacity: 0;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
nav#site-navigation.scrolled {
    background: #172f4d;
}
#navbar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
#navbar-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#navbar-menu .submenu li a {
    color: #172f4d;
    font-size: 14px;
}
#navbar-menu .submenu li a:hover {
    color: #666;
}
/* Styles for the second submenu */
.first-submenu {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    padding: 15px 20px;
    list-style: none;
    min-width: 280px;
    top: -15px !important;
    left: 111% !important;
    line-height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
.growth_menu {
    display: none !important;
}

/* Mobile Menu  */
#mobile-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #172f4d;
    overflow: hidden;
    z-index: 150;
    padding: 40px;
    overflow: auto;
    padding-top: 90px;
    background-image: url(/wp-content/uploads/2021/07/Sixth-Street-Mobile-Nav-Six.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: right;
}
#mobile-menu .mobile_icons i {
    font-size: 30px;
    color: white;
    margin-top: 6px;
}
#mobile-menu li {
    padding-top: 15px;
}
.mobile_submenu.mobile_sub li {
    padding-top: 10px !important;
}
#mobile-menu .nav_link a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-family: 'Playfair Display';
    display: block;
    min-width: 100%;
}
#mobile-menu li:last-child {
  padding-bottom: 20px;
}
#mobile-menu.active {
    left: 0;
}
#mobile-menu .mobile_sub {
    padding-left: 20px;
    display: none;
}
#mobile-menu .sub_menu {
    display: block;
}
.mobile-nav .mobile_submenu {
    display: none; /* Hidden by default, shown on click */
}
.mobile-submenu.active .mobile_submenu {
    display: block; /* Show the submenu when active */
}
.mobile_submenu .submenu {
   visibility: hidden;
   padding: 15px 20px;
   list-style: none;
   opacity: 0;
   transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
ul.mobile_submenu li a {
    font-size: 20px !important;
    font-family: 'Inter' !important;
}
.mobile-submenu > a::after {
    content: '';
    background-image: url('/wp-content/uploads/2024/07/indicator.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.mobile_sub {
    display: none; /* Hide by default */
    overflow: hidden;
    height: 0; /* Start with zero height for transition */
    transition: height 0.3s ease;
    position: relative; /* Make sure it stacks correctly */
    z-index: 10; /* Ensure it's on top of other content */
}
/* Display submenu when its parent is active */
.mobile-submenu.active > .mobile_sub {
    display: block;
}
/* New Nav */
.ss_nav {
   background: #0f2e4e;
}
 .ss_nav .dropdown-menu {
   border-radius: 0;
   padding: 20px;
}
 .ss_nav .dropdown-menu li a {
   color: #012e51 !important;
   font-size: 14px !important;
}
.ss_nav ul.navbar-nav {
    display: inline-flex;
    gap: 30px;
    flex-flow: row;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
}
 .ss_nav ul.navbar-nav .submenu li a {
   color: #0f2e4e;
}
 .ss_nav ul.navbar-nav a.button-bordered {
   color: #fff;
   margin: 0;
   font-size: 16px;
}
 .ss_nav ul.navbar-nav .nav_link a {
   position: relative;
   display: block;
   padding: 4px 0;
   font-family: 'Inter';
   color: #ecf0f1;
   text-decoration: none;
   transition: 0.5s;
   font-size: 16px;
}
 .ss_nav ul.navbar-nav .nav_link a::after {
   position: absolute;
   content: "";
   top: 100%;
   left: 0;
   width: 100%;
   height: 1px;
   background: #fff;
   transform: scaleX(0);
   transform-origin: right;
   transition: transform 0.5s;
}
 .ss_nav ul.navbar-nav .nav_link a:hover::after {
   transform: scaleX(1);
   transform-origin: left;
}
 .ss_nav .center_nav {
   display: flex;
   justify-content: center;
   flex-direction: column;
}
/* Basic styles for submenu */
.submenu {
    visibility: hidden; /* Hidden by default */
    position: absolute;
    background-color: #fff;
    padding: 15px 20px;
    list-style: none;
    min-width: max-content;
    top: 55px; 
    left: 0; 
    line-height: 24px;
    opacity: 0; /* Fully transparent */
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
.sub_menu {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.sub_menu::after {
    content: '';
    background-image: url('/wp-content/uploads/2024/07/indicator.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.submenu_link .sub_menu::after {
    rotate: -90deg;
    width: 12px;
    position: absolute;
    right: 0;
}
.sub_menu:hover .submenu,
.sub_menu:hover .submenu:hover {
    visibility: visible;
    opacity: 1;
}
.sub_menu:not(:hover) .submenu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
/* New Growth Pages */
li#mega-menu-item-4673 .mega-menu-link {
    display: none !important;
}
.growth_header p {
  padding: 0;
  margin: 0;
}
.growth_stats {
    background: #172f4d;
}
.growth_stats h3 {
  font-size: 60px;
}
.growth_stats p {
  margin: 0;
  padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.growth_stats .border_stat {
    border-right: 1px solid #29ABE2;
}
.growth_stats .border_stat:first-child {
    border-left: 1px solid #29ABE2;
}
.growth_stats .column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.growth_stats h3, .growth_stats p {
  color: #fff;
}
.growth_icons {
  background: #F4F4F4;
}
.growth_icons .mr {
    margin-right: 30px;
}
.growth_icons video {
  max-width: 80px;
}
.growth_icons a {
  color: #0E2F51;
}
.growth_icons h2 {
  padding-bottom: 40px;
}
.growth_icons p {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-weight: bold;
}
.growth_icons img {
  padding-bottom: 10px;
}
.growth_icons .border_icon {
    border-right: 1px solid #CCCCCC;
}
.growth_icons .border_icon:first-child {
    border-left: 1px solid #CCCCCC;
}
.growth_testimonials .video_item {
  position: relative;
    margin-bottom: -6px;
}
.growth_testimonials .video_item video {
  width: -webkit-fill-available;
  width: 100%;
    opacity: 1;
}
.growth_testimonials .caption {
    position: absolute;
    bottom: 0;
    padding: 60px;
    min-width: 100%;
}
.growth_testimonials .caption img {
  transition: opacity 0.5s ease-in-out;
}
.growth_testimonials .owl-carousel .owl-item img {
  object-fit: contain;
  width: 100% !important;
}
.growth_testimonials .button-bordered {
  margin-top: 20px;
}
.growth_testimonials .caption p,
.growth_testimonials .caption h3 {
  color: #fff;
}
.growth_testimonials .caption p {
  padding: 0;
  margin: 0;
}
.growth_testimonials .animation_container {
  position: relative;
}
.growth_testimonials .animation_container .current,
.growth_testimonials .animation_container .hover {
  position: absolute;
  bottom: 0px;
}
.growth_testimonials .animation_container .current {
    min-height: 99px;
    display: flex;
    place-items: center;
}
.growth_testimonials .item a {
  text-decoration: none;
}
.growth_testimonials .item:hover .current {
    opacity: 0;
}
.growth_testimonials .item:hover .hover {
    opacity: 1;
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.growth_testimonials .hover {
    opacity: 0;
}
.growth_testimonials .item {
  background: rgb(0, 0, 0, 0.9);
  max-height: 900px;
}
.growth_testimonials .caption .name {
  padding-top: 15px;
  font-weight: bold;
  font-size: 20px;
}
.growth_testimonials .caption .position {
  font-size: 14px;
}
.growth_testimonials .owl-carousel .owl-dots {
    display: block !important;
    width: 50%;
    text-align: left;
    float: left;
    padding-top: 28px;
}
.growth_testimonials .owl-nav {
  width: 50%;
  float: right;
  text-align: right;
  padding: 20px 0px;
}
.growth_testimonials .owl-carousel .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #BEBEBE !important;
    border-radius: 50%;
    cursor: pointer;
}
.growth_testimonials .owl-carousel .owl-dot.active {
    background: #000 !important; /* Active dot color */
}
.growth_testimonials .owl-next {
    margin-left: 10px;
}
.growth_testimonials .bg {
  background: #F4F4F4;
  padding: 0;
}
.growth_news h3 {
  font-size: 20px;
    line-height: 24px;
}
.growth_header .video_container {
   position: relative;
}
.growth_header .button,
.mtc_main .button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.growth_header .video_caption p {
  color: #fff;
}
.growth_header .video_container .video__wrapper {
   position: relative;
}
.growth_header .video_container .video__wrapper video.fullscreen__video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   max-height: 84vh;
   margin-bottom: -6px;
}
.growth_investments .logo_area {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 0;
  cursor: pointer;
}
.growth_investments .btm {
    padding-bottom: 20px;
}
.growth_investments .hover_bg {
  background: #0d1a2b;
  position: relative;
}
.growth_investments .view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    visibility: hidden;
}
.growth_investments .hover_bg:hover .view {
  visibility: visible;
}
.growth_investments .logo {
  transition: 0.6s;
}
.growth_investments .hover_bg:hover .logo {
    opacity: 0.2;
}
.container_tight {
  max-width: 1390px !important;
}
.growth_investments .footnote {
  font-size: 12px;
  padding-top: 20px;
  line-height: 20px;
}
 .growth_header .video_container .video_caption {
   position: absolute;
   left: 0;
   bottom: 90px;
   text-align: left;
   width: 100%;
   padding-left: 15px;
   padding-right: 15px;
}
.growth_modal .modal {
  background: #172f4d87;
  z-index: 1111050;
}
.growth_modal .content p {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}
.growth_modal .content img {
  padding-bottom: 5px;
}
.growth_modal .location {
    padding: 0 !important;
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
}
.growth_modal .button-bordered {
    margin-top: 10px;
}
.growth_modal .logo_area {
  cursor: pointer;
}
.growth_modal .modal-content {
  border: none;
  border-radius: 0;
}
.growth_modal .content {
  padding: 40px;
}
.growth_modal .modal-dialog {
    max-width: calc(100% - 25%);
    max-width: 1120px;
}
.growth_modal .close_modal {
  width: 20px;
  right: 50px;
  position: absolute;
  top: 40px;
  cursor: pointer;
}
/* Search Menu */
svg.search-icon {
    position: absolute;
    right: 193px !important;
    top: -52px !important;
    width: 35px;
    border: 1px solid #286496;
    border-radius: 30px !important;
    height: 35px;
    padding: 7px;
}
.is-menu path.search-icon-path {
    fill: white !important;
}
#is-popup-wrapper {
    background: rgb(23, 47, 77, 0.8);
}
input#is-search-input-3754::placeholder {
    color: white;
    font-family: 'Inter';
    font-size: 16px;
}
.is-form-style input.is-search-input {
    border: none !important;
    background: transparent;
    border-bottom: 1px solid white !important;
    color: white;
    font-size: 16px !important;
}
.is-popup-search-form form.is-ajax-search {
    margin: 25% auto 0;
}
input[type="search"]:focus {
  box-shadow: none !important;
}
input#is-search-input-3747::placeholder {
    color: white;
    font-family: 'Inter';
}
.is-popup-search-form form.is-ajax-search {
    display: flex;
    justify-content: center;
}
.is-popup-search-form form {
    width: 50%;
}
button.is-search-submit {
    border-bottom: 1px solid white !important;
}
span.is-search-icon {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #286496;
    bottom: 10px;
    position: relative;
}
.is-form-style label {
    width: 50%;
    display: flex;
    justify-content: center;
}
.is-form-style .is-search-submit path {
    fill: white;
}
#spotlights-podcasts .searchandfilter label {
    width: 49.8%;
}
/* Change Selection Text Color When Highlighting */ 
::-moz-selection { background-color: #172f4d; 
color: #fff; } 
::selection { background-color: #172f4d; 
color: #fff; }

nav#site-navigation {
    position: fixed;
    z-index: 100000;
    width: 100%;
    transition: 0.6s;
}
html,body { overflow-x: hidden; -webkit-font-smoothing: antialiased;
} 
.wwd-min-height {
    height: 215px;
}
li.hide-desktop {
    display: none !important;
}
.img-container {
    min-height: 138px;
}
h3.ea-header h5 {
    padding-top: 11px;
}
h3.ea-header .ea-expand-icon.fa.fa-plus {
    padding-top: 8px;
    font-size: 12px !important;
    color: #172f4d !important;
}
h3.ea-header .ea-expand-icon.fa.fa-minus {
    font-size: 12px !important;
    color: #172f4d !important;
}
.footer-links h3 {
    font-size: 18px;
}
h1 {
font-family: 'Playfair Display', serif;
}
.inline-create h4 {
    padding-left: 20px;
}
h1.m-header {
    font-size: 60px;
/*      border-right: solid 0.5px white;  */
     padding-right: 3%; 
     text-align: right;
}
img.linked-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}
.anchor {
    display:  block;
    height:  60px;
    margin-top:  -60px;
    visibility:  hidden;
}
img.linked-header {
    position: absolute;
    bottom: 0;
    right: 0;
}
.border-b {
    border-bottom: 1px solid #005686;
}
ul.nocircle {
    list-style: none;
    padding-left: 0;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.marginl-5 {
  margin-left: 5%;
}
.video-container {
  width: 100%;
  max-height: 900px;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: -100;
}
.caption-home {
    position: absolute;
    color: white;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}
.caption-home-right {
    position: absolute;
    color: white;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        z-index: 100;
    right: 0px;
    padding-right: 45px;
}
ul.circle.num {
    list-style: decimal;
}
span.dashicons.dashicons-instagram.hide-menu-image-icons {
    position: absolute;
    left: 70px;
    top: -66px;
    font-size: 24px;
}
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.border-home {
    border-left: 1px solid white;
    padding-left: 45px;
}
span.dashicons.dashicons-twitter.hide-menu-image-icons {
    font-size: 24px;
}
.footer-inline-bottom {
    display: flex;
}
.top_bar {
  background: #172f4d;
  border-bottom: 1px solid #286496;
  position: relative;
  z-index: 100;
}
.header-icons {
    float: right;
    justify-content: flex-end;
    display: flex;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.header-icon:hover {
  color:#286496;
  transition: 2s;
}
i.header-icon {
  font-size: 15px;
  transition: 2s;
}
.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.social-icons-footer .fab {
    font-size: 20px;
    padding-right: 10px;
    color: #6e7c87;
}
.social-icons-footer .fab:hover {
    color: #172f4d;
    transition: 1s ease-in-out;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0);
}
ul#menu-mothership-col-1 {
    padding-left: 0px;
}
ul#menu-mothership-menu-col-2 {
    padding-left: 0px;
}
ul#menu-mothership-menu-about {
    padding-left: 0px;
}
h3.white.mothership-headers {
    font-family: 'Playfair Display';
}
.mothership-headers {
    font-size: 1.2rem !important; 
    font-family: 'Inter';
}
.podcast-list {
    list-style: outside;
    line-height: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-decoration: underline;
}
.logos-space {
     display: grid;
     grid-auto-flow: column;
     grid-gap: 20px;
     grid-template-rows: 50px;
     place-items: center;
     width: 100%;
}  
ul.white li {
    color: white;
}
.direct-menu {
  padding-left:10px; 
  color:#172f4d;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
a.direct-menu:hover {
    text-decoration: none;
    color: grey;
    transition: 2s;
}
span.dashicons.dashicons-twitter.hide-menu-image-icons {
    position: absolute;
    left: 40px;
    top: -26px;
}
.padding-news-title {
    padding: 15px 0px;
}
.mothership p {
    font-size: 14px;
}
.mothership-col a {
    color: #fff;
    font-family: "Inter";
    font-size: 14px;
}
.mothership-col ul li {
    list-style-type: none;
    padding-left: 0px;
}
.mothership-col a:hover {
    color: #286496;
    text-decoration: none;
    transition: .5s ease-in-out;
}
.mothership-logo {
    height: 25px;
    padding-right: 7px;
}
button.navbar-toggler {
    font-family: 'Playfair Display';
    color: #fff !important;
    font-size: 1rem;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: end;
}

h2.sub-caption {
    font-size: 24px;
    padding-bottom: 0px;
}
/* Filter Hover */
#category-filter {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border-radius: 0;
    min-height: 50px;
    border: none;
    color: #172F4D;
    padding: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
}

/* Style the dropdown arrow */
#category-filter::-ms-expand,
#category-filter::-webkit-select {
    display: none;
}

/* Style the container div */
.filter-select {
    position: relative;
    display: inline-flex;
    max-width: 200px; /* Adjust the maximum width as needed */
}

/* Ensure the dropdown container has the correct width */
.filter-select select {
    width: 100%;
}

/* Style the dropdown options */
#category-filter option {
    padding: 5px;
    background-color: white; /* Reset option background color */
}

/* Hover-based dropdown expansion */
.filter-select:hover select {
    position: static;
    height: auto;
    z-index: 2;
}
.investments-headers h4 {
    font-size: 18px;
    color: #172F4D;
}
.wprpsp-recent-post-carousel button.slick-next:focus, .wprpsp-recent-post-carousel button.slick-next:hover {
    background-color: #286496 !important;
}
.wprpsp-recent-post-carousel button.slick-next:focus, .wprpsp-recent-post-carousel button.slick-prev:hover {
    background-color: #286496 !important;
}
.wrapped-headers{
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.investments-headers {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.s-c-news h3 {
    line-height: 24px;
}

h1.site-header {
    font-size: 60px;
}
.anchor-ss {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.about-break {
  margin-bottom: 20px;
}
.about-break-small {
  margin-bottom: 6px;
}
.colour-container {
  min-height: 500px;
}
.fellowship-h {
    min-height: 110px;
}
.colour-h {
  font-size: 75px;
}
#sp-ea-1556.sp-easy-accordion>.sp-ea-single {
    background: transparent !important;
    border: none;
    border-top: 1px solid #9FABB3;
}
#sp-ea-1556.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    margin-right: 0;
    padding-top: 10px;
    font-size: 12px !important;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #172F4D;
  padding-bottom: 15px;
}
h1{
  font-family: 'Playfair Display', serif; 
  font-size: 60px;
  color: white;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #172F4D;
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-weight: 300 !important;
}
h3 {
  font-family: 'Playfair Display', serif;
  color: #172F4D;
  font-size: 30px;
  font-weight: 300 !important;
}
h4 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #172f4d;
  font-weight: 300 !important;
}
h5 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #172F4D;
  font-weight: 300 !important;
}
h6 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #172F4D;
  font-weight: 300 !important;
}
h7 {
    font-weight: 600;
    font-family: 'Inter';
    font-size: 16px;
    color: #172F4D;
    padding-top: 10px;
}
.white {
  color: white !important;
}
.cp-grey-txt {
  color: #777777;
}
.grey {
  background: #EEEEEE;
}
.footer-inline-bottom p {
    margin-bottom: 0;
}
.blue {
  background: #012A4C;
}
.blue-gradient {
  background: linear-gradient(to right, #03193a 0%, #172F4D 100%) !important;
      max-height: 800px;
    min-height: 800px;
}
.blue-text {
  color: #172f4d;
  font-size: 40px;
}
.blue-section p {
  color: white;
}
.blue-section h3 {
  color: white;
}
.border-blue {
    border-left: 1px solid #286496;
    padding-left: 30px; 
}
.bg-ssblue {
    background: #172F4D;
}
.white_content h2,
.white_content h3,
.white_content p {
  color: #fff;
}
.border-l-r {
    border-left: 1px solid #286496;
    border-right: 1px solid #286496;
    padding-left: 30px;
}
.border-sector {
    border-left: 1px solid #286496;
    border-right: 1px solid #286496;
}
.nav-tabs {
  border-bottom: none;
}
.nav-item {
  text-align: center;
}
.nav-link {
  min-height: 50px;
  color: #172F4D;
  background-color: #fff;
  border-radius: 0;
  text-align: center;
  border-radius: 0 !important;
  display: grid;
  align-content: center;
}
.nav-tabs .nav-link.active {
  background: #172F4D;
  color: #fff;
}
.filter_title {
    font-size: 28px;
    padding-bottom: 20px;
}
input.search-filter-reset {
    background: none !important;
    color: #172F4D !important;
    border: none !important;
    background-image: url(/wp-content/uploads/2023/09/close-filter.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    width: 150px;
}
.triangle_pointer {
    border-bottom: 10px solid;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 0;
    border-top: 20px solid #eee;
    display: block;
    margin: 0 auto;
}
li.sf-field-search input.sf-input-text {
  background-image: none !important;
}
select.sf-input-select, 
input.sf-input-text {
    background: #F8F8F8;
    border-radius: 0;
    border: 1px solid #C6C6C6 !important;
    min-height: 50px;
    -webkit-appearance: none;
    background-image: url(/wp-content/uploads/2023/09/down-filter.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-x: 95% !important;
}
/* Home Video Header */
.home_header {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  width:100%;
  min-height: 500px;
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.home_header .fullscreen-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width:100%;
  min-height:100%;
  z-index: -100;
}
.header-content-inner {
  display: flex;
}
.header-content-inner span {
  width: 100%;
}
.header-content-inner h1 {
  padding-right: 45px;
  text-align: right;
}
.text_caption{
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}
.border-home h2 {
  text-align: left;
}
.video_widget {
  background: linear-gradient(195deg, rgba(12,31,55,1) 50%, rgba(22,46,76,1) 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}
.video_widget .news_highlights h3 {
  font-size: 20px;
  color: white;
  line-height: 24px;
}
.video_widget .featured_videos:nth-last-child(-n+2),
.growth_news .featured_videos:nth-last-child(-n+2) {
    padding-top: 20px;
}
.video_widget .news_highlights a:hover,
.growth_news a:hover {
    text-decoration: none;
}
.video_widget .news_highlights .sector,
.growth_news .sector {
    text-transform: uppercase;
    font-size: 10px;
    color: #286496;
    letter-spacing: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 16px;
}
.video_widget .investments_featured h2,
.video_widget .investments_featured p {
  color: #fff;
}
.video_widget .swiper-slide {
  cursor: pointer;
}
.video_widget h3,
.growth_news h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video_widget .investments_featured p {
    padding: 0;
}
.video_widget .swiper-pagination-horizontal {
  left: 10px !important;
  color: #fff;
}
.video_widget .video_break {
  padding-top: 90px;
  padding-bottom: 90px;
}
.video_widget .video_break hr {
  border-top: 1px solid #2C4B76;
}
.video_widget .swiper-pagination-bullets {
    bottom: -15px !important;
    width: fit-content !important;
}
.video_widget .swiper-wrapper {
  padding-bottom: 45px;
}
.video_widget .swiper-pagination {
    text-align: left !important;
    left: 10px !important;
}
.video_widget .swiper-pagination-bullet {
    opacity: 1;
    background: #EEEEEE;
}
.video_widget  .swiper-pagination-bullet-active {
    background: #286496 !important;
}
.video_widget .swiper-button-prev, .swiper-button-next {
    top: auto !important;
    bottom: -20 !important;
    right: 30px !important;
    color: #fff !important;
}
.video_widget .swiper-button-prev {
    left: auto !important;
    right: 90px !important;
}
.video_widget .swiper-button-prev:after, 
.video_widget .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    border: 1px solid;
    border-radius: 50%;
    padding: 14px 20px;
}
/* Video Gallery Homepage */
#video_gallery h3 {
  font-size: 22px;
  color: white;
  padding-top: 15px;
  line-height: 30px;
}
.videogallery_bg {
    background-color: #03193A;
    background-image: url(/wp-content/uploads/2023/07/sixthStreet.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: bottom left;
    padding-top: 120px;
    padding-bottom: 120px;
}
.videogallery_bg .video_title {
  padding-bottom: 30px;
}
.videogallery_bg .video_title h2 {
  color: white;
}
.videogallery_bg .owl-carousel .owl-item img {
    object-fit: contain;
    height: auto;
}
.playIcon {
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.vp-sidedock {
  display: none !important;
}
.mfp-bg {
    background: #172F4D !important;
    opacity: 0.7 !important;
}
#video_gallery .img_container {
  position: relative;
}
.media_center .img_container {
    position: relative;
}
a.popup-vimeo {
    text-decoration: none;
}
.home_stats {
  background: #172F4D;
}
/* Modal Home */
.homepage_modal .modal-dialog {
    max-width: 1300px;
}
.homepage_modal .modal-body {
    padding: 0;
}
.homepage_modal .modal_inner {
    padding: 90px;
}
.homepage_modal .modal_inner p {
    padding: 0;
    padding-bottom: 0px;
    margin: 9px 0 0;
    padding-bottom: 20px;
    height: 200px;
}
.homepage_modal .button-bordered {
    padding: 8px 20px;
    width: fit-content;
    min-height: 40px !important;
}
.homepage_modal a:last-of-type {
    margin-left: 15px;
}
.homepage_modal .maxHeight {
  max-height: 581px;
}
.homepage_modal .logo {
    padding-bottom: 10px;
    height: 100px;
    max-width: 70%;
}
.homepage_modal .modal-counter {
    font-family: 'Inter';
    font-style: normal;
    color: #6E7C87;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.homepage_modal .nav_modal {
    padding-top: 20px;
    text-align: right;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.homepage_modal .prev_btn, 
.homepage_modal .next_btn {
    background: transparent;
    border: none;
}
.homepage_modal .fa-angle-left,
.homepage_modal .fa-angle-right{
    font-size: 25px;
}
.homepage_modal .modal-content {
    border-radius: 0;
}
.homepage_modal .close_modal.close {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1;
    cursor:pointer;
    z-index: 10;
}

/* Media Center Styles */
.postDate {
  display: flex;
  justify-content: end;
  align-items: end;
}
.media_center{
  margin: 15px 0;
}
.media_center .title {
    font-family: 'Playfair Display';
    font-size: 20px;
}
.imgHeight {
  object-fit: contain !important;
  height: auto !important;
}
.media_center .inner {
    background: #eee;
}
.media_center .bold {
    font-weight: 600;
    border-bottom: 1px solid #707070;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.media_center .title {
    padding-top: 5px;
    line-height: 30px;
    padding-bottom: 0px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 70px;
}
.media_center a {
  text-decoration: none;
}
.media_center .inner {
    padding: 15px 25px;
}
#culture .owl-dots,
#leadership_insights .owl-dots, 
#podcasts .owl-dots {
    display: flex;
}
#culture .owl-nav, 
#leadership_insights .owl-nav, 
#podcasts .owl-nav {
    display: flex;
    justify-content: flex-end;
}
#culture .owl-prev,
#leadership_insights .owl-prev, 
#podcasts .owl-dots {
    margin-right: 10px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #286496 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #EEEEEE !important;
    border-radius: 30px;
}
.media_btn {
    border: 0;
    padding: 10px 30px;
    color: white;
    background: #0E2F51;
    font-size: 14px;
    cursor: pointer;
    transition: 1s;
}
.media_btn:hover {
    background: #286496;
}
.sf-field-submit input {
    border: 1px solid #0E2F51 !important;
    padding: 13px 2rem !important;
    color: white !important;
    background: #0E2F51 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: 1s !important;
    margin-bottom: 3px !important;
    border-radius: 0px !important;
    margin-right: 5px;
}
.sf-field-submit input:hover {
    background: #286496 !important;
    border: 1px solid #286496 !important;
}
.media_row .flexBtn {
  display: flex;
  justify-content: flex-end;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
    cursor: pointer;
    object-fit: cover;
    height: 100%;
}
.search_media .sf-input-text {
    border: 1px solid #C1C1C1;
    border-radius: 0;
    min-height: 50px;
    background: #FAFAFA;
}
.search_media .searchandfilter select.sf-input-select {
    border: 1px solid #C1C1C1;
    border-radius: 0;
    min-height: 50px;
    background: #FAFAFA;
}
.search_media .searchandfilter label {
    width: 40%;
}
.highlight_title {
    font-family: 'Playfair Display';
    font-size: 24px;
    padding-top: 45px !important;
    margin: 0px;
    padding-bottom: 45px;
    line-height: 35px;
}
#dots_pos span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#dots_pos .active span {
  background: #286496;
}
#video-gallery .sliderRow.bottom {
    display: flex;
    place-items: flex-end;
}
.inner_highlight {
    padding: 45px !important;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #eee;
}
.customNavigation .prev {
  margin-right: 10px;
}
/* End Of Media Center Styles */

.margin-top-90 {
  margin-top: 90px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-top-large {
  padding-top: 90px;
}
.padding-btm-large {
  padding-bottom: 90px;
}
.padding-y-top {
  padding-top: 45px;
}
.padding-y-btm {
  padding-bottom: 45px;
}
.margin-y-top {
  margin-top: 45px;
}
.p-left-45 {
  padding-left: 45px;
}
.p-right-45 {
  padding-right: 45px;
}
.p-left-90 {
  padding-left: 90px;
}
.p-right-90 {
  padding-right: 90px;
}
.padding-5 {
  padding: 5%;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-45 { 
  padding: 45px;
}
.pb-20 {
  padding-bottom: 20px;
}
img.h-600 {
    min-height: 600px;
}
.m-t-15 {
  margin-top: 15px;
}
.mob-fundamental p {
    line-height: 18px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
.float-right {
  float: right;
}
.cicle-list {
  list-style: inside;
}
i.fas.fa-square-full {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding-right: 15px;
        font-size: 8px;
}
.bg-grey {
  background: #EEEEEE;
}
.mega-menu-item {
  margin-right: 2%!important;
}
li#mega-menu-item-607 {
  margin-right: 0 !important;
}
.mega-indicator {
  color: #286496!important;
}
.dropup {
  position: relative;
}
.h-379 {
  height:379px;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.dropup-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  bottom: 15px;
  z-index: 1;
}

.dropup-content a {
  color: #6E7C87;
  padding:8px 12px;
  text-decoration: none;
  display: block;
  font-family: 'Inter' !important;
  font-size: 14px;
}
.social-icons-footer {
    bottom: 12px;
    position: absolute;
}
.dropup-content a:hover {background-color: #eee; color: #172F4D; transition: 1s ease-in-out;}

.dropup:hover .dropup-content {
  display: block;
}
.cn-close-icon {
    display: none !important;
}
.dropup:hover .dropbtn {
  background-color: #2980B9;
}
.entry-header {
    position: absolute;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  font-size: 60px
}
.grey-box {
  padding-top: 50px;
  background: #EEEEEE;
}
.icon-container {
    min-height: 46px;
}
.blue-box {
  padding-top: 50px;
  background: linear-gradient(to right, #03193a 0%, #0c2443 100%) !important;
}
.center-y-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.center-x {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
  padding-left: 80px;
    justify-content: center;
}
.center-y {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.center-y-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.center-y-550 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
}
.center-y-600 {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.center-y-700 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}
.center-y-800 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 800px;
}
img.linked-footer {
    bottom: 8px;
}

img.linked-header {
    bottom: 22px;
}
.h-90 {
  height:90%;
}
footer#colophon p {
    line-height: 18px;
    color: #6A7781;
  padding-bottom: 0px;
    font-size: 16px;
}
.footer-button .button-bordered {
    color: #6e7c87;
}
.wprpsp-recent-post-carousel button.slick-next {
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    background: white !important;
    border: 1px solid #000;
  background: url(https://sixthstreetnew.thedb.uk/wp-content/uploads/2021/09/next-arrow.svg) center center no-repeat!important;
}
.wprpsp-recent-post-carousel button.slick-prev {
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    background: white !important;
    border: 1px solid #000;
  background: url(https://sixthstreetnew.thedb.uk/wp-content/uploads/2021/09/prev-arrow.svg) center center no-repeat!important;
}
a.news-hover:hover {
    text-decoration: none;
}
a.news-hover:hover h3 {
    color: #286496;
    transition: .5s ease-in-out;
}
p.section-header {
    font-size: 14px;
    letter-spacing: 2px;
    color: #286496;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    margin-left: 0;
    padding-left: 0;
}
.footer-ss {
    padding-top: 3rem;
}
.footer-ss a {
  text-decoration: none;
}
.inline {
    display: inline;
}
c
.no-anchor {
  overflow-anchor: none !important;
}
p.single-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #808080;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
  
}
.img-captions {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 100%;
    width: 230px;
}
.nav-logo {
/*     height: 110px; */
    padding-top: 14px;
    padding-bottom: 14px;
}
a.db-hover {
    color: #6E7C87 !important;
    text-decoration: none;
}
a.db-hover:hover {
    color: #FF5100 !important;
    transition: 1s ease-in-out;
}
/* EXPERTISE SLIDER (NEW TIDY) */
.bg-white-expertise {
    background: white;
    min-height: 465px;
  padding: 30px;
}
.icons-right-expertise {
    position: absolute;
    right: 45px;
    bottom: 90px;
  z-index: 100000;
  cursor: pointer;
}
ol.carousel-indicators {
    bottom: 78px;
    display: flex;
    place-content: start;
    margin-left: 45px;
    position: absolute;
    width: max-content;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.investment-caption {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 575px;
    width: 100%;
    position: absolute;
}


/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media {

   .testimonial_videos .single {
     padding-top: 0;
   }
}}
@media (min-width: 1700px) {
.investment-caption {
    max-width: 85%;
}
}

.btn {
  position: relative;
  border: none;
  background: none;
  padding: 8px 24px; 
  background: transparent;
  color: black;
}
button.navbar-toggler {
    padding-right: 2px;
}
.button-bordered:after, .button-bordered:before {
    position: absolute;
    content: " ";
    border-top: 1px solid #286496;
    border-bottom: 1px solid #286496;
    width: 10px;
    top: 0;
    height: 100%;
    transition: width .6s ease-in-out .6s;
}
.button-bordered span.hover {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    transform: translate(-50%,-50%);
    z-index: 1;
    background-color: #286496;
    
}
.button-bordered:after, .button-bordered:before {
    position: absolute;
    content: " ";
    border-top: 1px solid #286496;
    border-bottom: 1px solid #286496;
    top: 0;
    height: 100%;
    transition: width .3s ease-in-out .4s;
}
.button-bordered:focus:after, .button-bordered:focus:before, .button-bordered:hover:after, .button-bordered:hover:before {
    width: 100%;
    transition: width .6s cubic-bezier(.77,0,.175,1);
    
}
.cn-button.bootstrap {
    color: #fff;
    background: #286496 !important;
}
.button-bordered:after {
    right: 0;
   
}
.button-bordered:before {
    left: 0;
}
.button-bordered:hover {
  background: #286496 !important;
  color: white;
  transition: 2s !important;
  text-decoration: none;
}
.accred-mob {
    min-height: 115px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.button-bordered {
    color: #1a1a1a;
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    font-family: 'Inter', sans-serif;
    border-left: 1px solid #286496;
    border-right: 1px solid #286496;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
    overflow: hidden;
     background: transparent;
     width: max-content;
     text-align: center;
}
a.wprpsp-read-more-btn {
    position: absolute;
    bottom: 25px;
    border: none !important;
    font-family: 'Inter';
    text-transform: none;
    letter-spacing: 0px;
    padding-left: 0px;
}
.wprpsp-read-more-btn:hover {
    background: transparent;
    color: black!important;
}

/* LARGE BUTTON FOR EXPERTISE PAGE ACCORDIONS */

.button-bordered-large:after, .button-bordered-large:before {
    position: absolute;
    content: " ";
    border-top: 1px solid #286496;
    border-bottom: 1px solid #286496;
    width: 10px;
    top: 0;
    height: 100%;
    transition: width .6s ease-in-out .6s;
}
.button-bordered-large span.hover {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    transform: translate(-50%,-50%);
    z-index: 1;
    background-color: #286496;
    
}
.button-bordered-large:after, .button-bordered-large:before {
    position: absolute;
    content: " ";
    border-top: 1px solid #286496;
    border-bottom: 1px solid #286496;
    top: 0;
    height: 100%;
    transition: width .3s ease-in-out .4s;
}
.button-bordered-large:focus:after, .button-bordered-large:focus:before, .button-bordered-large:hover:after, .button-bordered-large:hover:before {
    width: 100%;
    transition: width .6s cubic-bezier(.77,0,.175,1);
    
}
.button-bordered-large:after {
    right: 0;
   
}
.button-bordered-large:before {
    left: 0;
}
.button-bordered-large:hover {
  background: #286496 !important;
  color: white;
  transition: 2s !important;
  text-decoration: none;
}
.button-bordered-large {
    color: #172F4D;
    font-size: 16px;
    display: inline-block;
    padding: 15px 30px;
    font-family: 'Inter', sans-serif;
    border-left: 1px solid #286496;
    border-right: 1px solid #286496;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
    overflow: hidden;
    color: #172F4D;
     background: transparent;
     width: 160px;
     text-align: center;
}
/* END OF LARGE BUTTON FOR EXPERTISE PAGE ACCORDIONS */

/* Careers */
.section_image h2 {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    padding-left: 5%;
}
.early_careers .grey {
  font-family: 'Playfair Display';
  font-size: 20px;
  padding: 25px;
  background: #eee;
  margin-bottom: 0;
}
.section_image {
  position: relative;
}
ul.circle_list {
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 45px;
}
ul.circle_list li {
    list-style: disc;
}
.key_partnerships {
  display: flex;
  place-content: center;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
  color: #286496;
}
a.underline:hover {
    text-decoration: none;
    color:#286496;
}
.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #286496;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
ul {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding-left: 0px;
    color: #172F4D;
    list-style: none;
}
i.fas.fa-circle {
    color: #172F4D;
    padding-right: 10px;
    font-size: 6px;
}
section.home-intro.view-detect .button-bordered {
    opacity: 0;
    transform: translateY(0);
    transition: transform .75s cubic-bezier(.77,0,.175,1) .8s,opacity .75s cubic-bezier(.77,0,.175,1) .8s;
    visibility: hidden;
}
img.header-team {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
  min-width: 100%;
  margin-top: -2px;
}
img.header-growth {
    min-height: 800px;
    max-height: 800px;
    object-fit: cover;
  min-width: 100%;
  margin-top: -2px;
}
.industry_recognition .grey_bg {
  background: #eee;
  padding: 20px;
}
.industry_recognition .grey_bg p {
  margin: 0;
  padding: 0;
  color: #85919A;
}
.industry_recognition .grey_bg h3 {
  font-size: 20px;
  line-height: 34px;
}
.industry_recognition .awards {
  margin-top: 20px;
}
img.header-team-mob {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
  min-width: 100%;
  margin-top: -2px;
}
img.header-growth-mob {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
  min-width: 100%;
  margin-top: -2px;
}
a.cl-element-title__anchor {
    font-family: 'Playfair Display';
    font-weight: normal !important;
    font-size: 18px !important;
}
.cl-element.cl-element-custom_field.cl-element--instance-1002 {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cl-layout--equal-rows .cl-template {
    border: none;
}
.searchandfilter ul li {
    display: inline;
}
.searchandfilter ul {
    padding-left: 0;
}
.searchandfilter label {
    width: 33%;
}
.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 7px !important;
}
a.cl-element-title__anchor {
    font-family: 'Playfair Display' !important;
    color: #172F4D;
}
.cl-element.cl-element-custom_field.cl-element--instance-1003 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.cl-element.cl-element-custom_field.cl-element--instance-1232 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #808080;
    letter-spacing: 1px;
}
.p-60 {
  padding: 80px;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #172F4D;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
}
div#mySidebar p {
    color: white;
}
div#mySidebar h2 {
    color: white;
}
div#mySidebar-mob p {
    color: white;
}
div#mySidebar-mob h2 {
    color: white;
}
.sidebar a {
    padding: 0px 12px 0px 12px;
    text-decoration: none;
    height: 44px;
    font-size: 25px;
    border: 1px solid #29abe2!important;
    color: #29abe2!important;
    display: block;
    transition: .3s;
    z-index: 1000;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 115px;
    right: 100px;
    font-size: 26px;
    margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

/*IMAGE HOVER EFFECTS HOMEPAGE*/
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0px;
    height: 100%;
    width: 94%;
    opacity: 0;
    transition: .5s ease;
    background-color: #172F4D;
}

.hover-bg:hover .overlay {
  opacity: 1;
}
.hover-bg p {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.hover-bg h4 {
    color: white;
    padding-left: 10px;
    padding-right: 10px;	
}
/*
.text {
  color: white;
  font-size: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  padding: 0px 20px
}
*/
.hover-bg {
    margin-top: 30px;
}
.icons-p img {
    height: 50px;
    width: 44px;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;

}
.blue-gradient-6 {
  background: linear-gradient(to right, #03193a 0%, #172F4D 100%) !important;
}

.image-box img {
    max-width: 100%;
    transition: all 0.8s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}


/*END OF HOVER IMG EFFECTS*/

/* Strat Cap Accordion */

.image-box:hover img {
    transform: scale(1.1);
}
div#scg-headingOne {
    background: #EEEEEE;
}
div#scg-headingTwo {
    background: #EEEEEE;
}
div#scg-headingThree {
    background: #EEEEEE;
}
button.btn.scg-btn-link {
    padding-left: 0px;
}
.scg-card {
    border-top: 0.5px solid #EEEEEE;
}
.p-l-45 {
    padding-left: 45px;
}
.btn:focus {
    box-shadow: none;
}
.title-recent {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.btn:not(:disabled):not(.disabled) {
    font-size: 20px;
        color: #172f4d;
}
/* End Of Strat Cap Accordion */

.expertise-caption {
    position: absolute;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.investment-caption .logo-investment {
  padding: 5px 0px;
}
div#selectinvestments {
    margin-top: -2px;
}
#selectinvestments .button-bordered {
  bottom: 0;
  position: relative;
}
#selectinvestments ol.carousel-indicators {
  bottom: 80px;
  margin-left: 30px;
 }
 #selectinvestments .CarouselControls{
  display: flex;
  justify-content: end;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  bottom: 85px;
  width: calc(100% - 60px);
}
 #selectinvestments .CarouselControls > * {
  position: relative;
  bottom: unset !important;
  margin: 0;
  flex: 0 0 auto;
  right: unset;
  left: unset;
  width: auto;
  margin-left: 10px;
  align-self: center;
}
#selectinvestments .CarouselControls > *:first-child {
  margin-left: 0;
}
#selectinvestments .CarouselControls > .button-bordered{
  margin-right: auto;
}

#selectinvestments .CarouselControls > .icons-right-expertise {
  text-align: right;
}

@media screen and (max-width: 850px) {
  #selectinvestments .CarouselControls > ol.carousel-indicators{
    display: none;
  }  
}

@media screen and (max-width: 650px) {
  #selectinvestments .CarouselControls{
    bottom: 0;
  }  
}

 .highlights-indicators-position {
   margin-right: 50px;
 }
.expertise-caption p {
    padding-bottom: 0px;
}
.investment-caption p {
    padding-bottom: 0;
}
.buttons-inline br {
    display: none;
}
h3.mob-news {
    font-size: 18px;
}
.expertise-caption p.section-header {
    padding-bottom: 5px !important;
}
.expertise-image {
    min-height: 575px;
    max-height: 575px;
    object-position: 30% 30%;
    object-fit: cover;
}
.expertise-caption {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 575px;
    width: 100%;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 0px;
}
ul.list-inline a {
    color: #172F4D;
    text-decoration: none;
}
ul.list-inline a:hover {
    color: #707070;
}
h5.year-mob {
    font-size: 24px;
    font-weight: 600;
}
.icons-right {
    display: flex;
    place-content: flex-end;
    cursor: pointer;
}
.carousel-indicators li {
    background-color: #EEEEEE !important;
}
.carousel-indicators .active {
    background-color: #286496 !important;
}
.icons-p p {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    padding-top: 5px;
}
.row.expertise-col a {
    color: #172F4D;
    text-decoration: none;
}
.row.expertise-col a:hover {
    color: #286496;
    transition: 1s ease-in-out;
}
.investment-caption h3 {
    min-height: 70px;
    margin-bottom: 0;
    display: flex;
    place-items: center;
}
/* ARROW ANIMATION */

span.text {
    font-family: 'Playfair Display';
    font-size: 30px;
    font-style: normal;
  cursor: pointer;
}

.the-arrow {
            width: 1px;
            transition: all 0.2s;
}
 
.the-arrow.-left {
            position: absolute;
            top: 50%;
            left: 0;
}
 
.the-arrow.-left > .shaft {
            width: 0;
            background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
            width: 0;
            background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before {
            transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
            transform: rotate(0);
}
.the-arrow.-right {
            top: 1px;
}
.the-arrow.-right > .shaft {
            width: 1px;
            transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
            width: 8px;
            transition-delay: 0.3s;
            transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
            transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
            transform: rotate(-40deg);
}
.the-arrow > .shaft {
            background-color: #4c4c4c;
            display: block;
            height: 1px;
            position: relative;
            transition: all 0.2s;
            transition-delay: 0;
            will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
            background-color: #4c4c4c;
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.2s;
            transition-delay: 0;
}
.the-arrow > .shaft:before {
            transform-origin: top right;
}
.the-arrow > .shaft:after {
            transform-origin: bottom right;
}
.animated-arrow {
            display: inline-block;
            color: #4c4c4c;
            font-size: 1.25em;
            font-style: italic;
            text-decoration: none;
            position: relative;
            transition: all 0.2s;
}
.animated-arrow:hover {
            color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
            width: 64px;
            transition-delay: 0.1s;
            background-color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
            width: 8px;
            transition-delay: 0.1s;
            background-color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
            transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
            transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
            transform: translateX(17px);
            transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
            width: 0;
            transform: translateX(200%);
            transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
            width: 0;
            transition-delay: 0;
            transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
            transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
            transform: rotate(0);
}
.animated-arrow > .main {
            display: flex;
            align-items: center;
            transition: all 0.2s;
}
.animated-arrow > .main > .text {
            margin: 0 16px 0 0;
            line-height: 1;
}
.animated-arrow > .main > .the-arrow {
            position: relative;
} 

/* END OF ARROW ANIMATION */


.link {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transform: rotate(-90deg) translate3d(0px, 0, 0);
}
.link__arrow {
  display: inline-flex;
}
.link__arrow span {
    position: relative;
    width: 21px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: white;
    z-index: 2;
}
.link__arrow span:nth-child(1) {
    transform-origin: left bottom;
      transform: rotate(-55deg) translate3d(-83px, 78px, 0);
}


.link__arrow span:nth-child(2) {
    transform-origin: left bottom;
    transform: rotate(55deg) translate3d(78px, 52px, 0);
}

.link__arrow span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #286496;
}
.link__line {
  position: relative;
  margin-left: -14px;
  margin-right: 30px;
  width: 150px;
  height: 2px;
  background: white;
  overflow: hidden;
  z-index: 1;
}
.link__line:after {
  content: '';
  display: block;
  position: absolute;
  left: 80px;
  width: 70px;
  height: 2px;
  background: #286496;
}
.link__text {
  color: #4A4A4A;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.link:hover .link__line:after {
  animation: animation-line 1.5s forwards;
}
.link:hover .link__arrow span:after {
  animation: animation-arrow 1.5s forwards;
  animation-delay: 1s;
}
img.about-slider-img {
    min-height: 300px !important;
}
@keyframes animation-line {
  0% {
    left: 80px;
  }
  100% {
    left: 0;
  }
}
@keyframes animation-arrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media (min-width: 769px) {
  img.mob_logo, img.modalImageMobile {
      display: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .homepage_modal .logo {
      max-width: calc(100% - 100px);
  }
  .homepage_modal .modal_img {
      height: 100%;
      object-fit: cover;
  }
}

@media (min-width: 2200px) {
.offset-xxl-6 {
  margin-left: 50%;
}
.col-xxl-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
}
@media (max-width: 2200px) {
.bg-white {
    margin-right: 23%;
}
}
@media only screen and (min-width: 1920px) {
.col-xxl-1 {
  max-width: 25%;
}
}
@media (max-width: 1920px) {
  
  
  .center-y-700 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 590px;
}
.caption-home-right {
    height: 800px;
}
.caption-home {
    height: 800px;
}
}
@media (max-width: 1900px) {
.bg-white {
    margin-right: 16%;
}
}
@media (max-width: 1700px) {
.bg-white {
    margin-right: 7%;
}
}
@media (max-width: 1600px) {
.bg-white {
    margin-right: 0%;
}
.icons-right {
  z-index: 100 !important;
}
}
@media (min-width: 1441px) {
img.linked-footer {
    right: 16px;
}

img.linked-header {
    right: 16px;
}
}

@media (max-width: 1440px) {
  p {
      font-size: 14px;
  }
  .laptop-p-l {
    padding-left: 140px;
  }
  .mtc_header .text_wrap {
      padding-bottom: 100px;
      padding-top: 100px;
  }
  .team_modal .modal-dialog {
      width: 75%;
  }
  div#content {
      padding-top: 85px;
  }
  .row {
    padding-left: 50px;
    padding-right: 50px;
  }
  .video-container {
    max-height: 700px !important;
  }
  .caption-home {
      height: 700px !important;
  }
  .caption-home-right {
      height: 700px !important;
  }
  button.navbar-toggler {
      padding-right: 45px;
  }
  .down-arrow a {
      display: none !important;
  }
  div#scg-accordion {
      margin-left: 45px;
      margin-right: 45px;
  }
  .container {
      max-width: 1300px !important;
  }
  img.linked-footer {
      right: 16px;
  }
  .hover-bg p {
      line-height: 20px;
  }
  ul {
      font-size: 14px !important;
  }
  .p-60 {
      padding: 35px;
  }
  .sidebar .closebtn {
      right: 45px;
  }
  .colour-h {
      font-size: 50px;
  }
  html {
    scroll-padding-top: 100px; /* height of sticky header */
  }
  .growth_investments .container_tight .row {
      padding-right: 60px;
      padding-left: 65px;
  }
}
@media (max-width: 1366px) {
  .video-container {
    max-height: 520px !important;
  }
  .caption-home {
      height: 550px !important;
  }
  .caption-home-right {
      height: 550px !important;
  }
  h2 {
      font-size: 30px;
  }
  .growth_testimonials .item {
      max-height: 77vh;
  }
  .growth_testimonials .content {
      padding: 40px;
  }
  .growth_testimonials .caption {
      padding: 40px;
  }
  .growth_testimonials .owl-carousel .owl-item img {
      max-width: 70%;
  }
  .growth_testimonials .caption p {
      line-height: 22px;
  }
}
@media (max-width: 1290px) {
  footer#colophon p {
      margin-bottom: 6px;
  }
  .wwd-min-height {
      height: 240px;
  }
  .no-bg {
    background: none;
  }
  .growth_testimonials .owl-nav {
    padding: 20px 15px;
  }
  .growth_testimonials .owl-carousel .owl-dots {
      padding-right: 15px;
  }
}
@media (max-width: 1100px) {
  .mtc_approach h3 {
      color: #000;
  }
  .mtc_header {
      background: linear-gradient(to right, #F4F4F4 100%, #fff 0%);
  }
}
@media (min-width: 1080px) {
.icons-about {
    top: 30px;
    position: absolute;
    right: 30px;
}
}
@media (max-width: 1080px) {
  .laptop-p-l {
      padding-left: 0px;
  }
  .growth_modal .modal-dialog {
      max-width: calc(100% - 70px) !important;
  }
  .center-x {
      padding-left: 0px;
  }
  .container-fluid.mothership.bg-ssblue.border-b {
      display: none;
  }
  .homepage_modal .modal-dialog {
      max-width: 95vw;
  }
  .homepage_modal .modal_inner {
      padding: 45px;
  }
  .homepage_modal .modal_img {
      height: 100%;
      object-fit: cover;
  }
  .growth_testimonials .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .rg__image--mask {
      transform: none !important;
  }
  .rg__image {
      transform: none !important;
  }
  .rg__text--mask {
      transform: none !important;
      padding: 45px;
  }
  .rg__text--copy p {
      transform: none !important;
      color: #fff;
  }
  .rg__text--heading {
      display: none;
  }
}
@media (min-width: 1025px) {
  .hide_testimonial_desk {
    display: none;
  }
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 24px; /* height of sticky header */
  }
  .hide_testimonial_mob {
    display: none;
  }
  .testimonial_videos .single:hover .current-content {
      opacity: 1;
  }
  .testimonial_videos .hover-content {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      opacity: 1;
  }
  .testimonial_videos video {
      min-height: 500px;
  }
  .testimonial_intro h2 {
      padding-right: 5%;
      padding-left: 5%;
  }
  .testimonial_videos .caption {
      padding: 20px;
  }
  .testimonial_videos .button-bordered {
      margin-top: 10px;
  }
  .testimonial_videos p.hide_testimonial_desk {
      padding-bottom: 10px !important;
      line-height: 20px;
  }
  li.astm-search-menu.is-menu.popup.menu-item {
      display: none;
  }
  nav#site-navigation {
      position: fixed;
      min-width: 100%;
      top: 0;
      z-index: 999999;
  }
  .growth_testimonials .hover {
      opacity: 1;
  }
  .growth_testimonials .item:hover .current {
      opacity: 1;
  }
  .growth_testimonials .animation_container .current, .growth_testimonials .animation_container .hover {
      position: relative;
  }
  .colour-h {
      font-size: 50px;
  }
  .mega-toggle-blocks-right {
      padding-top: 42px;
  }
  .direct-menu {
      padding-left: 20px !important;
      color: white;
      font-size: 20px;
    line-height: 45px;
  }
  .hide-menu-mob .mega-menu-link {
      display: none !important;
  }
  .padding-sides {
    padding-left: 45px;
    padding-right: 45px;
  }
  #navbar-menu {
      display: none;
  }
  #mobile-menu {
      display: flex;
  }
  .hamburger {
      display: flex;
  }
}

@media (min-width: 993px) {
  .hide-desktop {
    display: none;
  }
  .pr-news {
      padding-right: 0;
  }
  .growth_modal .right {
    padding-right: 0;
  }
  .growth_modal .left {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .homepage_modal .modal_inner p {
    height: 270px;
  }
  .homepage_modal .nav_modal {
    bottom: 58px;
  }
  .homepage_modal a:last-of-type {
    margin-left: 0;
    margin-top: 10px;
  }
  .hide-small {
    display: none;
  }
  .growth_testimonials .video_item video {
      min-height: 70vh;
      object-fit: cover;
  }
  .mtc_header .text_wrap {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .mtc_header .text_wrap {
    padding-left: 15px;
  }
  div#content {
    padding-top: 0px;
  }
  .site-content {
        margin-top: 98px;
  }
  .mtc_main .video_container .video_caption {
    transform: translateY(-10%);
  }
  .growth_investments .searchandfilter ul li {
    display: flex;
  }
  .growth_investments .btm {
    padding-bottom: 0;
  }
  .growth_investments .searchandfilter ul li {
    padding: 5px 0;
  }
  .growth_investments .searchandfilter label {
    margin-top: 0;
  }
  .growth_investments .search-filter-reset {
    width: 100%;
    text-align: center;
  }
  #spotlights-podcasts .searchandfilter label {
    min-width: 100%;
    margin-top: 15px;
  }
  .searchandfilter label {
    min-width: 100%;
    margin-top: 15px;
  }
  .growth_modal .modal-dialog {
    max-width: 500px !important;
  }
  .growth_news .featured_videos {
    padding-top: 20px;
  }
  .growth_stats .border_stat:nth-child(3),
  .growth_stats .border_stat:nth-child(4) {
    margin-top: 20px;
  }
  .growth_stats .border_stat:nth-child(3) {
    border-left: 1px solid #29ABE2;
  }
  h4.left-arrow-text {
    padding-top: 5px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .highlight_title {
    padding-top: 15px !important;
    padding-bottom: 15px;
  }
  h3 {
    font-size: 24px;
  }
  .parallax_scroll {
    margin-top: -170px !important;
  }
  .ipad-p-t {
    padding-top: 15px !important;
  }
  .ipad-45 {
  padding-bottom: 45px;
  }
  .expertise-caption p {
    line-height: 22px;
  }
  h2 {
    font-size: 30px;
  }
  .p-l-0-ipad {
  padding-left: 0 !important;
  }
  .p-r-0-ipad {
  padding-right: 0 !important;
  }
  .header-icons {
    padding-right: 7px;
  }
  .blue-values-bg {
    background: none !important;
  }
  .marginl-5 {
  margin-left: 0%;
  padding-top: 15px;
  }
  .pt-ipad {
  padding-top: 20px;
  }
  .homepage_modal .modal_inner {
    padding: 45px;
  }
  .homepage_modal .close_modal.close {
    background: white;
    padding: 10px;
  }
  .news_highlights .featured_videos {
  padding-top: 20px;
  }
  .video_widget .video_break {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blue_box::before {
      width: 100vw;
  }
}
@media (min-width: 980px) {
h5.year-mob {
    display: none;
}
}
@media (max-width: 979px) {
h5.year-mob {
    margin-top: -46px;
}
}

@media (min-width: 768px) {
.home_header {
  height: calc(100vh - 193px);
}
.header-team-mob {
    display: none;
  }
    .header-growth-mob {
    display: none;
  }
  .hide-news-mob {
    display: none;
  }
  .footer-mob {
    display: none;
  }
  .growth_testimonials h2 {
    padding-bottom: 0;
  }
  .prof_hide_desk {
    display: none;
  }
}
@media (min-width: 767px) {
  .hide-lg {
    display: none;
  }
  

}
@media (max-width: 768px) {
  .center-y-700 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 400px;
  }
  .cp-hide-mob {
    display: none;
  }
  .growth_investments .container_tight .row {
      padding-right: 15px;
      padding-left: 20px;
  }
  .mtc_services {
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .padding-top-90 {
      padding-top: 45px;
  } 
  .padding-bottom-90 {
      padding-bottom: 45px;
  }
  .padding-y-btm {
      padding-bottom: 25px;
  }
  .padding-y-top {
      padding-top: 25px;
  }
  .footer-ss {
      padding-top: 0rem;
  }
  li.hide-desktop {
      display: block !important;
  }
  .site-footer {
      padding-top: 0rem;
  }
  img.footer-logo {
      padding-bottom: 15px;
  }
  .p-l-80 {
      padding-left: 0px;
  }
  .row {
      padding-left: 5px;
      padding-right: 5px;
  }
  .nav-padding {
      margin-left: 15px;
  }
  h1 {
      font-size: 40px;
  }
  h1.entry-header {
      font-size: 40px;
  }
  h1 {
      font-size: 40px !important;
  }
  p.section-header {
      font-size: 14px;
  }
  footer#colophon p {
      margin-bottom: 10px;
  }
  
  .padding-t-mob {
      padding-top: 30px;
  }
  footer#colophon p {
      margin-bottom: 6px;
  }
  .border-home {
      padding-left: 30px;
  }
  .mob-0-btm {
      margin-bottom: 0px;
      padding-bottom: 0px;
  }
  .p-left-45 {
      padding-left: 15px;
  }
  .p-t-15-mob {
      padding-top: 15px;
  }
  div#scg-accordion {
      margin-left: 15px;
      margin-right: 15px;
  }
  .p-l-0-mob {
    padding-left: 0px;
  }
  .center-mob {
    text-align: center;
  }
  .bg-white {
      margin-top: 45px;
  }
  .entry-header {
      height: 350px;
      margin-top: 20px;
  }
  div#scg-accordion\ padding-y-top {
      margin-left: 15px;
      margin-right: 15px;
  }
  .padding-btm-20 {
      padding-bottom: 20px;
  }
  .btn:not(:disabled):not(.disabled) {
      font-size: 16px;
  }
  .tab-end p {
      padding-bottom: 10px !important;
  }
  p.float-right.left-mob {
      float: left !important;
  }
  .mt-15-mob {
    margin-top: 15px;
  }
  .pb-45-mob {
    padding-bottom: 45px;
  }
  .sidebar .closebtn {
      right: 35px;
  }
  .colour-container {
      margin-top: 0px;
  }
  
  div#content {
      padding-top: 0px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
      top: 10px;
  }
  .icons-lh p {
      line-height: 18px !important;
  }
  .growth_testimonials .owl-nav {
      padding: 20px 15px;
  }
  .growth_testimonials .owl-carousel .owl-dots {
      padding-right: 15px;
      padding-left: 15px;
  }
  .growth_stats .container_tight .row {
      padding-right: 25px;
      padding-left: 25px;
  }
  .growth_icons .container_tight .row {
      padding-right: 25px;
      padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .padding-top-large {
    padding-top: 45px;
  }
  .testimonial_intro h2 {
      padding-right: 0;
      padding-left: 0;
  }
  .team_modal .scroll {
      max-height: max-content;
      overflow-y: auto;
  }
  .padding-btm-large {
    padding-bottom: 45px;
  }
  .team_grey .title {
      padding-bottom: 10px;
  }
  .team_grey .linkedin {
      padding-top: 0;
      padding-bottom: 20px;
      justify-content: flex-start;
  }
  .growth_icons .mr {
      margin-right: 0;
      margin-bottom: 10px;
  }
  .growth_icons .mob_pos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.team_grey h1 {
    padding-top: 10px;
  }
  .team_single .bio {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }	
  .team_grey .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prof_hide_mob {
    display: none;
  }
  .mtc_mash .text_wrap {
    padding-top: 25px;
  }
  .mtc_mash .inside .play {
    width: 80px;
  }
  .grey_box_left {
    padding-bottom: 25px;
  }
  .grey_box_left::before {
    width: 100%;
  }
  .mtc_services .title {
    font-size: 20px;
    line-height: 25px;
  }
  .mtc_header h2 {
      padding-top: 10px;
  }
  .mtc_header .text_wrap {
    padding: 30px 50px;
  }
  .mtc_main video {
    min-height: 500px;
    object-fit: cover;
    max-height: 79vh;
  }
  .growth_header .video_container .video__wrapper video.fullscreen__video {
      max-height: 88vh;
  }
  .growth_testimonials .owl-carousel .owl-dot {
      margin: 3px;
  }
  .mtc_header .zero {
    padding: 0 !important;
  }
  .mtc_mash .right {
      padding-top: 20px;
  }
  .mtc_services ul {
      display: flex;
  }
  .growth_header .video_container .video_caption {
     bottom: 45px;
  }
  .growth_modal .modal-dialog {
      margin-top: 30px;
  }
  .growth_modal .content {
    padding: 20px;
  }
  .growth_modal .content p {
    line-height: 20px;
  }
  .growth_investments .logo_area {
    padding-top: 5px;
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  .growth_investments .container_tight .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .growth_header .button,
  .mtc_main .button {
      align-items: center;
      margin-top: 20px;
  }
  .growth_stats h3 {
      font-size: 50px;
  }
  .growth_icons .border_icon:first-child {
      border-left: none;
  }
  .growth_icons .border_icon {
      border-right: none;
      padding-top: 10px;
  }
  .growth_icons p {
      font-size: 20px;
  }
  .growth_stats .border_stat:nth-child(3) {
      border-left: none;
  }
  .growth_header .video_container .video__wrapper video.fullscreen__video {
     min-height: 500px;
  }
  .growth_stats .border_stat {
    border-right: none;
  }
  .growth_stats .border_stat:first-child {
    border-left: none;
  }
  .triangle_pointer {3
      border-top: none;
  }
  .hide-mob {
    display: none;
  }
  .career_info {
    padding-top: 25px;
  }
  .videogallery_bg {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
  }
  .mega-toggle-blocks-right {
      padding-top: 50px;
  }
  .border-l-r {
      border-left: none;
      border-right: none;
      padding-left: 15px;
  }
  .bg-white-expertise {
      min-height: 445px;
      padding: 45px;
  }
  .text-height {
      padding-bottom: 0px;
  }
  .no-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  ol.carousel-indicators {
      bottom: 90px;
      margin-left: 45px;
  }
  .header-team {
    display: none;
  }
  .entry-header {
    height: 300px;
    margin-top: 0;
  }
  .p-t-sm {
    padding-top: 20px;
  }
  .m-t-sm {
    margin-top: 20px;
  }
  .heading-info {
    font-size: 18px;
  }
  .m-t-mob {
    margin-top: 25px;
  }
  .social-icons-footer {
      bottom: 0;
  }
  .p-t-0-mob {
    padding-top: 0 !important;
  }
  .accred-mob img {
    max-width: 150px;
  }
  .p-l-0-mob {
    padding-left: 0px;
  }
  .center-y-mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-flex-mob {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
  }
  .h-250-mob {
    height: 250px;
  }
  div#content {
      padding-top: 0px;
  }
  .p-15-mob {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .flex-column-mob {
    flex-direction: column;
    align-items: flex-start;
  }
  .m-15-mob {
      margin-left: 15px;
      margin-right: 15px;
  }
  .p-0-mob {
    padding: 0 !important;
  }
  .bg-white-mob {
      background: white;
  }
  .p-r-0-mob {
    padding-right: 0;
  }
  .pl-0-mob {
    padding-left: 0;
  }
  .p-text-mob-0 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .text-height {
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      
  }
  .video_widget .swiper-pagination {
      padding-left: 7px !important;
      max-width: fit-content;
  }
  .mtc_approach h3 {
      font-size: 24px;
  }
  .homepage_modal .nav_modal {
      padding-top: 0;
  }
  .homepage_modal .modal_img {
      max-height: 300px;
      object-fit: cover;
      object-position: center;
  }
  .team_modal .icons {
      top: 10px;
  }
  .team_modal h3 {
    padding-top: 10px;
  }
  .homepage_modal .mob_logo {
    display: none;
  }
  .homepage_modal h3 {
    display: none;
  }
  .homepage_modal .modalImageDesktop {
    display: none;
  }
  .homepage_modal .modalImageMobile {
    display: block;
  }
  .homepage_modal .modal_inner p {
      line-height: 20px;
  }
  .homepage_modal .modal_inner h3 {
      font-size: 20px;
  }
  .homepage_modal .modal_inner {
      padding: 20px;
      padding-left: 45px;
      padding-right: 45px;
  }
  .homepage_modal .nav_modal {
      padding-top: 10px;
      text-align: center;
  }
  .homepage_modal .button-bordered.mb-mob {
      margin-bottom: 10px;
  }
  .homepage_modal .close_modal.close {
      right: 20px;
      top: 20px;
  }
  .homepage_modal .modal-dialog-centered {
      min-height: calc(100% + 78px);
  }
  .video_widget .swiper-pagination {
      bottom: -15px;
  }
  .video_widget {
      padding-top: 30px;
      padding-bottom: 50px;
  }
  .video_widget .swiper-wrapper {
      padding-bottom: 30px;
  }
  .video_widget .news_highlights h3 {
      font-size: 16px;
  }
  .featured_videos:nth-child(odd) {
      padding-right: 5px;
  }
  .featured_videos:nth-child(even) {
      padding-left: 5px;
  }
  .homepage_modal .logo {
      display: none;
  }
}
@media (max-width: 639px) {
h5.year-mob {
    margin-top: 20px;
}
}
@media (min-width: 601px) {
.hide-img-lg {
  display: none;
}
.hide-indicators-desk {
  display: none;
}	
.mobile_video {
  display: none !important;
}
}

@media (max-width: 600px) {
.hide-mob-500 {
  display: none;
}
.desktop_video {
  display: none !important;
}
.hide-indicators-mob {
  display: none;
}
.header-content-inner {
  display: initial;
}
.header-content-inner h1 {
  padding-right: 0;
  text-align: left;
}
.text_caption {
  padding: 15px;
}
.border-home {
  margin-top: 20px;
}
.investment-caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.expertise-caption {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    height: 285px!important;
}
.bg-white-expertise {
    padding: 15px 0px;
}
.investment-caption {
    position: relative;
    height: auto;
}
p.section-header {
    display: none;
}
.bg-white-expertise {
    min-height: auto;
}
.highlights-indicators-position ol.carousel-indicators {
    bottom: 0;
    margin-left: 15px;
    margin-bottom: 0;
  width: fit-content;
}
.videogallery_bg .video_title {
    padding-bottom: 10px;
}
.investment-caption {
  padding: 0px 15px;
  padding-bottom: 35px !important;
}
.icons-right-expertise {
    right: 15px;
    bottom: 0;
}
.mtop-mob {
  margin-top: 30px;
}
.img-p-mob {
  padding: 0px 15px;
}
div#selectinvestments {
    background: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-white-expertise {
    background: #eee;
}
.carousel-icon-colour li {
  background-color: white !important;
}

}
@media (min-width: 601px) {
p#slidetext {
    display: none;
}
}
@media (max-width: 600px) {

}
@media (max-width: 575px) {
  .mob-p-headers {
    padding-top: 20px;
  }
  .logos-space { 
      grid-template-rows: 50px 50px 50px;
  }
  .team_modal .modal-dialog {
    width: 95%;
  }
  .team_modal .modal-content {
      padding: 20px;
  }
  .growth_modal .content h3 {
      width: calc(100% - 20px);
  }
  .growth_modal .close_modal {
      right: 40px;
      top: 26px;
  }
  .colour-h {
      font-size: 35px;
  }
  .hide-small-footer {
    display: none;
  }
  .social-icons-footer {
      bottom: 0;
      position: relative;
  }
  .footer-button {
      padding-top: 40px;
  }
  .pt-mob {
    padding-top: 25px;
  }
  .search-filter-reset {
    margin-left: -23px;
  }
  .section_image img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  ul.circle_list {
    padding-right: 0px;
  }
}

@media (max-width: 480px) {
  .wprpsp-recent-post-carousel.wprpsp-design-1 .wprpsp-post-grid-content .wprpsp-post-title {
    padding-left: 14px;
  }
  .growth_header .video_container .video_caption {
     bottom: 20px;
     padding-left: 5px;
     padding-right: 5px;
  }
  .growth_stats h3 {
    font-size: 45px;
  }
  .growth_icons .mr {
    margin-bottom: 40px;
  }
  .growth_investments .SearchFilter label {
    display: inline-block;
    width: 49% !important;
  }
  .growth_investments .FilterReset {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .testimonial_videos .caption img {
    width: 60%;
  }
  .homepage_modal .nav_modal {
    bottom: 41px;
    left: 90px;
  }
  .homepage_modal .modal_inner p {
    height: 220px;
  }
}

@media (max-width: 375px) {
  h1 {
      font-size: 40px !important;
  }
  .caption-home {
      margin-left: 15px;
  }
}

/* Talent Community */
#talent-community {
  margin-top: 50px;
}
#talent-community .text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  left: 7rem;
}
#talent-community .text h2 {
  padding-bottom: 0;
  color: #fff;
}
#talent-community .text h2 a {
  color: #fff;
  text-decoration: underline;
}
#talent-community .text p {
  position: relative;
  left: 0;
  top: 10px;
  color: #fff;
  padding-right: 7rem;
}
#talent-community .text h2 img {
  margin-right: 25px;
}
.early_careers .text img {
  width: 75%;
  position: relative;
  top: 2rem;
}
.page-template-careers .fellowship-h {
  height: 140px;
}
.page-template-careers .benefits p {
  min-height: 87px;
}
.page-template-careers .benefits ul {
  padding-left: 15px;
}
.page-template-careers .benefits li {
  list-style: square;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

@media (max-width: 1080px) {
  .benefits h4 {
    min-height: 60px;
  }
  #talent-community .text {
    left: 0;
  }
  #talent-community .text p {
    padding-right: 0;
    line-height: 20px;    
  }
  #talent-community img.w-100 {
    height: 220px;
    object-fit: fill;
  }
}

@media (max-width: 768px) {
  #talent-community img.w-100 {
    height: unset;
  }
  .early_careers .text img {
    width: 75%;
    top: 1rem;
    left: 2.5rem;
  }
  #talent-community .text h2 {
    margin: 4rem 2rem 1rem;
  }
  #talent-community .text p {
    margin: 1rem 2rem 1rem;
    line-height: 27px;
  }
  
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}

