/* 
 Theme Name:   Sixth Street Specialty Lending (template)
 Theme URI:    
 Description:  
 Author:       max
 Author URI:   
 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 ==
--------------------------------------------*/


@font-face { 
font-family: InterRegular; 
src: url(/fonts/Inter-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');

 html,body { overflow-x: hidden; }
 
h1 {
	color: white;
	font-family: 'Playfair Display' !important;
	font-size: 55px;
	font-weight: 500 !important;
}
h2 {
	font-size: 35px;
	font-family: 'Playfair Display' !important;
	color: #012E51;
	font-weight: 400;
}
h3 {
	font-size: 24px;
	font-family: 'Playfair Display' !important;
	color: #012E51;
}
h5 {
	font-size: 14px;
	font-family: 'Playfair Display' !important;
	color: white;
}
p {
    color: #012E51;
    font-size: 16px;
    line-height: 30px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300 !important;
    margin: 0px;
}
p.3rdTXT {
	font-size:11px;
}
.white{
	color: white;
}
.about-intro {
	line-height: 30px !important;
	font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    margin-bottom: 45px;
}
p.grey_footnote {
    color: grey;
    padding-top: 20px;
    font-size: 12px;
}
/* GLobal Styles */
.container {
	max-width: 100% !important;
	padding-left: 8%;
    padding-right: 8%;
}
.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000000;
    
}
ul.nocircle {
    list-style: none;
    font-family: 'Inter';
    padding: 0;
    color: #012E51;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}
div#page {
    margin-top: 112px;
}
.padding-y-top {
	padding-top: 45px;
}
.padding-y-btm {
	padding-bottom: 45px;
}
section.header-bg {
    background: url(/wp-content/uploads/2021/01/New-Releases-01.png);
    padding-top: 130px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position-x: 70%;
    margin-top: -2px;
    background-size: cover;
}
.main-title {
    font-size: 30px;
    padding-bottom: 15px;
    color: #012E51;
}
/* Homepage */
.grey_flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background: #eee;
    padding: 45px;
}
.grey_flex h3 {
  line-height: 40px;
}
.glightbox-clean .gclose {
    right: 20px;
    top: 130px !important;
    background: transparent !important;
}
.home_video img {
  min-height: 100%;
  object-fit: cover;
  height: auto;
}
/* Footer */
.site-footer {
    padding-top: 0;
    padding-bottom: 0;
}
.db-link {
	color: #9fabb4 !important;
	padding-right: 18px;
	padding-top: 4px;
	font-size: 12px;
}
.footer-links span {
	color: #9fabb4;
}
.fl-20 {
	padding-left: 20px;
}
.bt-footer {
	border-top: 1px solid #9fabb4;
	padding-bottom: 15px;
	margin-top: 15px;
}
.site-footer a {
    font-family: 'Inter', sans-serif;
}
.dropup {
    position: relative;
}
.dropup-content {
    display: none;
    position: absolute;
    background-color: #fff;
    bottom: 15px;
    z-index: 1;
	bottom: 28px;
    z-index: 1;
    left: 16px;
    min-width: 250px;
}
.site-footer a {
    color: #6E7C87 !important;
}
.dropup-content a {
    color: #6E7C87 !important;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
#cookie-notice .cn-button {
padding: 5px 15px;
}

.dropup-content a:hover {color: #012E51 !important; transition: 1s ease-in-out;}

.dropup:hover .dropup-content {
  display: block;
}
.dropup:hover .dropbtn {
  background-color: #2980B9;
}
.footer-inline-bottom {
    display: flex;
}
.footer-inline-bottom p {
    font-size: 16px;
    color: #9fabb4;
    padding-bottom: 0;
}
p.body-cards {
    padding-bottom: 30px !important;
}
/* Button */
.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);    
}
.button-bordered:after {
    right: 0;
}
.button-bordered:before {
    left: 0;
}
.button-bordered:hover {
  background: #286496 !important;
  color: white;
  transition: 2s !important;
  text-decoration: none;
}
.button-bordered {
    color: #0F2E4E;
    font-size: 16px;
    display: inline-block;
    padding: 8px 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;
    background: transparent;
    width: max-content;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}
/* Header */ 
nav#site-navigation {
	background: rgb(15, 46, 78);
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #005686;
}
.header-links.un::after {
    background: white;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-3128 > a.mega-menu-link:before {
	display: none ;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-open #mega-menu-max_mega_menu_1 li#mega-menu-item-3128 > a.mega-menu-link:before {
	display: block ;
}
.site-header {
    border-bottom: none;
}
input.sf-input-text::placeholder{
	color: #102e4e !important;
	opacity: 1 !important;
}
input.sf-input-text{
	color: #102e4e !important;
	opacity: 1 !important;
	box-shadow: none;
}

.row.home-head-bg {
    background: url(/wp-content/uploads/2021/03/Sixth-Street-Specialty-Lending-homepage-city-header.jpg);
    padding-top: 500px;
    padding-bottom: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: left;
}
.strong-h {
    font-size: 45px;
    color: white;
    font-family: 'Playfair Display';
}
.bottom-home {
    font-size: 34px;
    color: white;
    font-family: 'Playfair Display';
    margin-bottom: 20px;
}
.header-links {
    color: white !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    float: left;
}
.un {
    display: inline-block;
    text-decoration: none !important;
}
.custom-separator {
    font-size: 20px !important;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    margin-top: 2px;
    color: white;
}
.center-y {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.blue-bg {
	background: #012E51;
}
.grey-bg,
.grey-bg .container {
	background: #F6F7F9;
}
.esgPage p,
.esgPage ul {
  margin-bottom: 2rem;
}
.esgPage h3.main-title {
  padding-top: 1%; 
}
span.pl-footer {
    padding-left: 5%;
}
span {
	font-family: 'Inter', sans-serif !important;
} 
p.position-title {
    font-size: 12px !important;
    margin-bottom: 0px !important;
    color: #9FABB4 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    padding-top: 6px;
}
ul.esg-points {
    padding: 0;
    margin-left: 1%;
    color: #012E51;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}
  .related-sites-top > a{
  color:#ffffff; font-size: 13px!important; display: inline-grid
}
.related-sites-top > a:nth-child(1){
  font-family: 'Playfair Display', serif!important; font-weight: 700;cursor: default;
}
.related-sites-top > a:nth-child(n+2){
  color:#ffffff;
}
.related-sites-top > a:nth-child(2){
  padding-left:10px
}
.related-sites-top > a:nth-child(3), .related-sites-top > a:nth-child(4){
  padding:0 10px
}
.ptb-20{
  padding: 20px 0;	
}		
.third-text{
  font-size: 10px !important; 
  line-height: 15px !important; 
  color: #9fabb4;
}	
.P-Per1{ 
   padding-top: 1%; 
 }
.P-Per2{ 
   padding-top: 2%; 
 }
.P-Per3{ 
   padding-top: 3%; 
 }
.P-px20{ 
   padding-top: 20px 
 }
.P-px30{ 
   padding-top: 30px 
 }	
.P-Per1.extraPadding {
  padding-top: 1%;
}
p.about-intro .un {
  color: #012E51;
}
.team_accordion .card {
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
}
.team_accordion .card:first-of-type {
   border-top: 1px solid grey;
}
.team_accordion .card-header {
    padding: 0;
    background-color: transparent;
    border: none;
}
.team_accordion .card-header .position {
   font-size: 12px;
   color: #9FABB4;
    font-weight: 300;
}
.team_accordion .btn.btn-link {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #012E51;
    font-size: 24px;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.team_accordion .card-body {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.team_accordion .icon {
   float: right;
}
h2.teamHeading {
  font-size: 30px;
  margin: 0;
}

.contactPage {
  .header-bg{
    background: url(/wp-content/uploads/2021/02/Contact-header.jpg) !important;
    background-size: cover !important;
  }
  .white{
    color: white;
  }
  h1{
    font-size: 55px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
  }
  .h-360{
    height: 360px;
  }
  p.contact-summary {
    font-size: 20px !important;
  }
  .center-x{
    display: flex;
    justify-content: center;
  }
  .padding-y-btm-small{
    padding-bottom: 15px;
  }
  .img-grey {
      margin-left: -30%;
      margin-top: -40px;
      position: absolute;
      transform: translateX(-50%);
      width: 75%;
  }
  .img-offices{
    position: relative;
    z-index: 2;
  }
  .item-content {
    position: absolute;
    text-align: left;
    bottom: -1px;
    z-index: 3;
    left: -1px;
    background: white;
    width: 250px;
    padding: 10px 20px 0;
  }
  .contact-email.un:hover{
    color: #012E51 !important; 
  }
  .contact-email{
    color: #012E51;
    text-decoration: none;
  }
  .un::after {
    background: #012E51 !important;
  }
  .item-container{
    width: 80%;
    float: left;
    margin-top: 10%;
  }
  .h2-mb{
    margin-bottom: 100px;
  }
  .item-mb{
    margin-bottom: 149px;
  }
  .item-lh{
    line-height: 24px;
  }
  .item-pb{
    padding-bottom: 10px;
  }
  .item-content p{
    color: #6E7C87 !important;
  }
  .pybl{
    padding-bottom: 90px;
  }
  .contactCards {
    border-top: 1px solid #e2e2e2 !important;
  }
}
.termsUse {
  .lastUpdated {
    color:#707070;
  }
  b {
    font-family: 'Playfair-Display';
    font-size: 24px;
    color: #012E51;
  }
  p {
    text-align: left !important;
    margin-bottom: 1rem !important;
  }
  h1 {
    font-size: 35px;
    color: #012E51;
  }
  h2 {
    padding-top: 20px;
    font-size: 24px;
  }
}
.disclosures {
  b {
      font-family: 'Playfair-Display';
      font-size: 24px;
      color: #012E51;
  }
  p {
      text-align: left !important;
      margin-bottom: 1rem !important;
  }
  h1 {
    color: #012E51;
    font-size: 35px;
  }
}

.privacyEmployees {
  h1 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #172F4D;
    padding-top: 45px;
  }
  h2 {
    font-size: 30px;
  }
  .circle-pl {
    color: #012E51;
    font-size: 16px;
    line-height: 30px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300 !important;
    margin: 0px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #172F4D;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: none;
  border-radius: 0px;
  border-bottom: 1px solid #172F4D;	
  }
  input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 0;
    background: #172F4D;
    border: none;
    padding: 10px 30px;
  }
  .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 20px !important;
    color: #172d4e !important;
    font-family: 'Inter' !important;
  }
  h3 {
    font-size: 24px;
    padding-top: 45px;
  }
  p {
    padding-bottom: 2px;
  }
  a {
    color: #0071EB;
  }
  ul.table-list {
    list-style: '▶';
    padding-left: 15px;
  }
  ul.table-list li {
    padding-left: 5px;
  }
  .circle-pl {
    list-style: outside;
    padding-left: revert;
  }
  .circle-pl p {
    margin-bottom: 0;
  }
  .circle-stroke {
    list-style: revert;
    padding-left: revert;	
  }
  table, tr, td, th {
   border: 1px solid black !important;
    padding: 10px
   }
    table td, table td {
    vertical-align: top;
    width: 33.3%;
  }
}

@media (min-width: 1439px) {
  .grey_flex {
      padding: 90px;
  }
}
@media (min-width: 1920px) {
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .container {
    max-width: 1600px !important;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1920px) {
  .row.home-head-bg {
      padding-top: 300px;
      padding-bottom: 300px;
  }
}
@media (min-width: 992px) and (max-width:1280px) {
  .contactPage {
    .img-grey{
      margin-left: -100px;
      margin-top: -30px;
    }
  }
}
@media (max-width: 992px){
  .contactPage {
    .center-offices {
        margin-top: 90px;
    }
    .h2-mb {
      margin-bottom: 100px;
    }
  }
}
@media (min-width: 768px) {
  .hide-desk {
    display: none;
  }
  .contactPage {
    .item-mt{
    margin-top: 150px !important;
    }
  }
}

@media (max-width: 768px) {
  .hide-c-mob {
    display: none;
  }
  .contactPage {
    .center-offices{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .item-container{
      width: 100% !important;
    }
    .item-mb{
      margin-bottom: 0px !important;
    }
    .offset-1{
      margin-left: 20% !important;
    }
    .item-container{
      margin-top: 5%;
    }
    .h2-mb {
      margin-bottom: 20px;
    }
    .center-offices {
      margin-top: 20px !important;
    }
  }
}
@media (max-width: 767px) {
  .hide-mob {
	  display: none;
  }
  .row.home-head-bg {
      padding-top: 200px;
      padding-bottom: 200px;
  }
  div#page {
      margin-top: 71px;
  }
  p.position-title {
      padding: 0;
      margin: 0;
      left: 0 !important;
      text-indent: -7px;
  }
  #sp-ea-2196.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
      padding-top: 24px !important;
  }
  #sp-ea-2198.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
      padding-top: 24px !important;
  }
  #sp-ea-2199.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
      padding-top: 24px !important;
  }
  #sp-ea-2200.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
      padding-top: 24px !important;
  }
  .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
      padding-left: 0 !important;
  }
  .footer-inline-bottom {
      line-height: 30px;
  }
  .grey_flex {
      padding: 30px;
  }
}
@media (max-width: 575px){
  .contactPage {
    .hide-mob{
      display: none !important;
    }
  }
  .container {
      padding-left: 15px;
      padding-right: 15px;
  }
  .footer-inline-bottom {
      flex-direction: column;
  }
  .fl-20 {
    padding-left: 0px;
  }
  .dropup-content {
      display: block;
      position: relative;
      background-color: transparent;
      min-width: auto;
      bottom: auto;
      padding-bottom: 15px;
  }
  .dropup-content a {
      color: #9fabb4 !important;
      padding: 0px 12px;
      display: block;
      font-size: 14px;
  }
  .mob-left {
      text-align: left !important;
  }
  .about-intro {
      line-height: 30px !important;
  }
  .padding-y-top {
    padding-top: 20px;
  }
  .padding-y-btm {
    padding-bottom: 20px;
  }
  .bottom-home {
      font-size: 24px;
  }
  .header-links {
      font-size: 16px;
  }
  .custom-separator {
      padding-right: 8px;
      padding-left: 8px;
  }
}
