
/* CSS Document */

/* Reset global PGIM styles */

@media (min-width: 768px) {

.pru-hero .hero-bg-img { background-image: none; }

.pru-hero .hero-bg-img.hero-homepage { background-image: url('../images/hero-drydenclo.jpg'); }

/* show full nav on sm,md,lg screens */
#pru-logo {
	text-align: left !important;
	width: auto;
	padding-left: 2em !important;
}
}

@media (min-width: 1200px) {

#pru-logo { padding-left: inherit !important; }
}

@media (max-width: 767px) {

.pru-hero .hero-mobile-img {
	background-image: none;
	min-height: 30px;
}

.hero-homepage { background-image: url('../images/hero-drydenclo-mobile.jpg'); }
}

/* New Global Styles */ 

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#pru-logo { padding-right: 22px; }

#pru-logo a:hover { text-decoration: none; }

#logo-text {
	display: inline-block;
	height: 75px;
	margin: 0;
	padding-top: 18px;
}

#pru-logo img {
	height: 50px;
	width: 340px;
	margin-bottom: 5px;
}

.col { /*float: left;*/ padding-bottom: 2em; }

.primary-content {
	float: left;
	position: relative;
	text-align: left;
	width: 60%;
}

.secondary-content {
	padding-bottom: 15px;
	padding-left: 50px;
	position: relative;
	text-align: left;
	width: 40%;
	float: left;
}

.primary-content-main {
	background: #001f45;
	color: #ffffff !important;
}

.primary-content-main h1, .primary-content-main h2 {
	margin-bottom: 0;
	padding: 20px 0;
	color: #ffffff !important;
}

.primary-content-main h1::after {
	background-color: #d9b860;
	content: "";
	display: block;
	height: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 70px;
}

/* styles for smaller top navigation font and padding 
#header .top-nav-item > a { font-size: 24px; }*/

footer { padding-top: 5em; }

/* Table formatting */
.table-striped>tbody>tr>th, .table-striped > tbody > tr:nth-child(2n+1) > th {
	font-family: PruModern-Bold-Con, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #001f45;
	text-transform: uppercase;
}
/*reset class for tables*/
table.reset-table tbody tr td, table.reset-table tbody tr th{
	text-transform: none !important;
	color: inherit !important;
	font-family: inherit !important;
}

.table-responsive { clear: both; }

caption {
	font-weight: bold;
	padding: 0 7px;
}

.table th, .table td { width: auto !important; }

.performance-literature-tables > tbody > tr:nth-of-type(2n+1) > td, .performance-literature-tables > tbody > tr:nth-of-type(2n+1) > th { background-color: #F2F2F2 !important; }

.performance-literature-tables { border-collapse: separate !important; }

.performance-literature-tables th {
	color: #007bc3 !important;
	font-weight: 600;
	text-transform: none !important;
	border-right-color: #dddddd !important;
	border-bottom: 2px solid #dddddd !important;
}

.performance-literature-tables > tbody > tr > td, .performance-literature-tables .trancheEven, .performance-literature-tables .trancheOdd {
	border-right-width: 0;
	font-weight: 100;
}

.performance-literature-tables tr th, .performance-literature-tables tr td {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif !important;
	border-top: 1px solid #dddddd !important;
	text-align: center;
	vertical-align: top;
}

tr.new-header-row { /*border-bottom:2px solid #02538b;*/
border-top: 2px solid #02538b; }

tr.new-header-row td, tr.new-header-row th { background-color: #e9e9ea !important; }

.performance-literature-tables .trancheEven, .performance-literature-tables .trancheOdd {
	text-align: left;
	color: inherit !important;
	border-bottom-width: 0px !important;
}


.btn-links .btn{
	margin: 15px 15px;
	width: 125px !important;
	padding: 11px 11px;
}
.btn-links-lg .btn{
	width: 235px !important;
}

/* END New Global Styles */ 



@media only screen and (max-width: 768px) {

	.secondary-content { padding-left: 7px; }

	/* 
		Responsive tables 
	*/
	.table > tbody > tr > th:first-child {
		position: absolute;
		display: inline-block;
		width: 180px !important;/*height: 59px;*/
	}

	.table > tbody > tr:first-child > th:first-child { height: 59px; }

	.table-striped>tbody>tr:nth-child(even)>th { background-color: #ffffff; }

	.table > tbody > tr > td:nth-child(2), .table > tbody > tr > th:nth-child(2) { padding-left: 190px !important; }

	/* small deals buttons */
	.panel-accordion-default .panel-body { padding: 15px 0px 15px 15px; }

	.btn-links .btn {
		margin: 5px;
		width: 100px !important;
	}

	.btn-links .btn {
		padding: 8px;
		font-size: 15px;
	}
}

/**

Styles from PGIM Real Estate Finance

**/

.navtabs li a { padding: 0 15px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

/* staff names shown in regular case */
.headshots { text-transform: none !important; }

/* used on business pages */
.half-banner {
	padding: 10px;
	background-color: #e9e9ea;
	color: #001f45;
	text-align: left;
}

.pgim-centered {
	width: 100%;
	text-align: center;
}

.buss-descr h2.h2 {
	color: #001f45;
	margin-bottom: -20px;
}

.sm-pad {
	padding-top: 65px !important;
	padding-bottom: 0 !important;
}

.top-nav-item.nav-overview.dropdown.open a {
	background-color: #ebebeb;
	color: #001f45;
}

.dropdown.open > ul > li > a:hover { color: #001f45; }

/*space out links in section headers*/
.section-links a {
	text-transform: uppercase;
	margin-right: 10px;
}

.dropdown-menu li { min-width: 100%; }

/*nav dropdown active menu highlighting*/
.sub-overview .navtabs .nav-overview > ul > li.overview > a, .sub-history .navtabs .nav-overview > ul > li.history > a, .sub-leaders .navtabs .nav-overview > ul > li.leaders > a, .sub-approach .navtabs .nav-overview > ul > li.approach > a {
	background-color: #c7c7c7 !important;
	border-left: thick solid #007bc3 !important;
}

/*highlight relative nav item*/
.section-about .nav-mobile > ul > li.nav-about > a, .section-buss .nav-mobile > ul > li.nav-buss > a, .section-buss-invest .nav-mobile > ul > li.nav-buss-invest > a, .section-news .nav-mobile > ul > li.nav-news > a, .section-contact .nav-mobile > ul > li.nav-contact > a, .section-careers .nav-mobile > ul > li.nav-careers > a, .section-serv .nav-mobile > ul > li.nav-serv > a { background-color: #ebebeb; }

/* for pgimref
.section-overview .navtabs li.nav-overview a, .section-overview .nav-mobile > ul > li.nav-overview > a, .section-buss .navtabs li.nav-buss a, .section-buss .nav-mobile > ul > li.nav-buss > a, .section-buss-invest .navtabs li.nav-buss-invest a, .section-buss-invest .nav-mobile > ul > li.nav-buss-invest > a, .section-news .navtabs li.nav-news a, .section-news .nav-mobile > ul > li.nav-news > a, .section-contact .navtabs li.nav-contact a, .section-contact .nav-mobile > ul > li.nav-contact > a, .section-careers .navtabs li.nav-careers a, .section-careers .nav-mobile > ul > li.nav-careers > a, .section-serv .navtabs li.nav-serv a, .section-serv .nav-mobile > ul > li.nav-serv > a {
	background: #001f45 none repeat scroll 0 0;
	color: #fff;
}
*/

.section-about .navtabs li.nav-about a, .section-contact .navtabs li.nav-contact a, .section-deal .navtabs li.nav-deals a {
	background: #001f45 none repeat scroll 0 0;
	color: #ffffff;
}

/*restore original colors to active drop-down menus*/
ul.dropdown-menu li a { background-color: transparent !important; }

ul.dropdown-menu li a:hover {
	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%) !important;
	background-repeat: repeat-x !important;
}

.pru-hero #finance-overview.hero-bg-img { background-image: url("../images/Overview_pg_hero_BG_2000x660.jpg"); }

.pru-hero #finance-history.hero-bg-img { background-image: url("../images/History_Header_2600x600-D-V2.jpg"); }

.pru-hero #finance-strengths.hero-bg-img { background-image: url("../images/Our_Strengths_Header_2600x660-D-v2.jpg"); }

#mob-finance-overview { background-image: url("../images/Overview_pg_hero_BG_1600x800_M.jpg"); }

#mob-finance-history { background-image: url("../images/History_Header_1600x800_M.jpg"); }

#mob-finance-strengths { background-image: url("../images/Our_Strengths_Header_1600x800_M.jpg"); }

.noPadding { padding: 0!important; }

/* Contact/Leaders section */
.vPadding {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.contact-detail { font-family: PruModern-Bold-Con, Helvetica Neue, Helvetica, Arial, sans-serif !important; }

.contact-detail h3.h3 { margin-bottom: 0; }

/* foot notes */
.foot-notes p, .foot-notes li, .foot-notes h2 {
	font-size: 14px;
	line-height: 20px;
}

.foot-notes p { padding: 20px 0px 10px 0px; }

.foot-notes ul {
	padding-bottom: 20px;
	padding-left: 0px;
}

.pru-lgt-blu { color: #007bc3; }

@media only screen and (max-width: 400px) {

#pru-logo img {
	width: 250px;
	height: 40px;
}

/*
	.primary-content {
	float: left;
	position: relative;
	text-align: left;
	width: 60%;
}

.secondary-content {
	padding-bottom: 15px;
	padding-left: 50px;
	position: relative;
	text-align: left;
	width: 40%;
	float: left;
}*/
.primary-content, .secondary-content {
	width: 100%;
	padding-left: 0;
}

.primary-content hr, .secondary-content hr { margin: 10px 0 5px 0; }

.primary-content {
	padding-top: 50px;
	padding-bottom: 0;
}

.secondary-content { padding-bottom: 50px; }

.mobile-buttons-text { display: none; }
}

@media screen and (min-width: 768px) {

.pru-hero.color-scheme-gray .hero, .pru-hero.color-scheme-navy .hero, .pru-hero.color-scheme-blue .hero {
	padding-bottom: 45px;
	padding-top: 45px;
}

.pru-hero.color-scheme-white .hero {
	padding-bottom: 45px;
	padding-top: 45px;
}

/* reduce padding to make room for long names */
.contact-detail {
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
}

#all-contacts .asset-business { padding: 10px 0 15px 15px; }
/*.bio-link-div{padding-top: 10px;}*/
}

@media (max-width: 768px) {

#homeBanner {
	background-image: url("../images/Homepage_Header_1600x800_M.jpg");
	background-size: cover;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
}

.pru-hero.color-scheme-gray .hero {
	min-height: 418px;
	padding-bottom: 30px;
}

.pru-hero.color-scheme-blue .hero-mobile-img { min-height: 200px; }

.banner-h1 { padding-top: 10px; }

.pru-hero.color-scheme-white .hero-mobile-img { min-height: 200px; }

/* Businesses Page Heros */
.pru-hero .hero-mobile-img#mob-f1563cbd-040c-481f-8a51-f205340e44e8 { background-image: url("https://www.pgim.com/wps/wcm/connect/cd13e0b8-7e7f-4a11-a9d2-d547cc0c18e2/PFI_Header_1600x800_M.jpg?MOD=AJPERES&CVID=lpX7qZL"); }

.business-details-value {
	height: auto !important;
	padding: 20px;
	margin-bottom: 7px;
}

.btn-responsive {
	padding: 8px 8px;
	font-size: 90%;
	line-height: 1;
	border-radius: 3px;
}

/* alignment of contact image and title descripton at lower screen widths*/
/*#all-contacts > div > div:last-child{
	margin-left: 16.6667%;
}*/
.contact-detail {
	/*margin-left: 16.6667%!important;*/
	margin-left: inherit !important;
	text-align: left;
}

.sub-leaders #all-contacts > div > div:last-child, .sub-leaders .contact-detail {
	margin-left: 0!important;
	text-align: center;
	width: 100%!important;
}
}

@media (min-width: 768px) {

#homeBanner {
	background-image: url("../images/Homepage_Header_1600x500_M.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 418px;
}

#homeBanner .hero-mobile-img { display: none; }

.pru-hero.color-scheme-navy .hero.layer {
	background: rgba(0, 31, 69, 0.75) none repeat scroll 0 0;
	padding: 0;
}

.pru-hero.color-scheme-navy .hero.layer .hero-copy { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.pru-hero.color-scheme-navy .hero-copy {
	background: rgba(0, 31, 69, 0.75) none repeat scroll 0 0;
	height: 100%;
	margin: 0;
	padding: 30px 30px 30px 30px;
}

.pru-hero.color-scheme-navy .hero-copy h1, .pru-hero.color-scheme-navy .hero-copy h2, .pru-hero.color-scheme-navy .hero-copy h3, .pru-hero.color-scheme-navy .hero-copy h4 { margin-top: 0; }

.pru-hero.color-scheme-navy .hero-copy p:last-child, .pru-hero.color-scheme-navy .hero-copy .faq .panel-title a:last-child, .faq .panel-title .pru-hero.color-scheme-navy .hero-copy a:last-child { margin-bottom: 0; }

.pru-hero.color-scheme-navy .hero {
	min-height: 418px;
	padding-bottom: 30px;
	padding-top: 15px;
}

.pru-hero.color-scheme-blue .hero {
	min-height: 418px;
	padding-bottom: 30px;
	padding-top: 15px;
}

.pru-hero.color-scheme-blue .hero.layer {
	background: rgba(7, 99, 157, 0.9) none repeat scroll 0 0;
	padding: 0;
}

.pru-hero.color-scheme-blue .hero.layer .hero-copy { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.pru-hero.color-scheme-blue .hero-copy {
	background: rgba(7, 99, 157, 0.9) none repeat scroll 0 0;
	height: 100%;
	margin: 0;
	padding: 30px 30px 30px 30px;
}

.pru-hero.color-scheme-blue .hero-copy h1, .pru-hero.color-scheme-blue .hero-copy h2, .pru-hero.color-scheme-blue .hero-copy h3, .pru-hero.color-scheme-blue .hero-copy h4 { margin-top: 0; }

.pru-hero.color-scheme-blue .hero-copy p:last-child, .pru-hero.color-scheme-blue .hero-copy .faq .panel-title a:last-child, .faq .panel-title .pru-hero.color-scheme-blue .hero-copy a:last-child { margin-bottom: 0; }

.pru-hero.color-scheme-gray .hero.layer {
	background: rgba(242, 242, 242, 0.93) none repeat scroll 0 0;
	padding: 0;
}

.pru-hero.color-scheme-gray .hero.layer .hero-copy { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.pru-hero.color-scheme-gray .hero-copy {
	background: rgba(242, 242, 242, 0.93) none repeat scroll 0 0;
	height: 100%;
	margin: 0;
	padding: 30px 30px 30px 0;
}

.pru-hero.color-scheme-gray .hero-copy h1, .pru-hero.color-scheme-gray .hero-copy h2, .pru-hero.color-scheme-gray .hero-copy h3, .pru-hero.color-scheme-gray .hero-copy h4 { margin-top: 0; }

.pru-hero.color-scheme-gray .hero-copy p:last-child, .pru-hero.color-scheme-gray .hero-copy .faq .panel-title a:last-child, .faq .panel-title .pru-hero.color-scheme-gray .hero-copy a:last-child { margin-bottom: 0; }

.pru-hero.color-scheme-white .hero {
	min-height: 418px;
	padding-bottom: 30px;
	padding-top: 15px;
}

.pru-hero.color-scheme-white .hero.layer {
	background: #fff none repeat scroll 0 0;
	padding: 0;
}

.pru-hero.color-scheme-white .hero.layer .hero-copy { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.pru-hero.color-scheme-white .hero-copy {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	margin: 0;
	padding: 30px 30px 30px 0;
}

.pru-hero.color-scheme-white .hero-copy h1, .pru-hero.color-scheme-white .hero-copy h2, .pru-hero.color-scheme-white .hero-copy h3, .pru-hero.color-scheme-white .hero-copy h4 { margin-top: 0; }

.pru-hero.color-scheme-white .hero-copy p:last-child, .pru-hero.color-scheme-white .hero-copy .faq .panel-title a:last-child, .faq .panel-title .pru-hero.color-scheme-white .hero-copy a:last-child { margin-bottom: 0; }

.pgim-corner {
	background-image: url("../images/PGIM-Ascent.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 250px 350px;
	height: 418px;
}
/* Businesses Page Heros */
/*.pru-hero .hero-bg-img#business-bg-1 { background-image: url("../images/bg-hero-pru-tow.jpg"); }*/
} /* END min-width: 768px */

.pgim-line-b::after {
	background-color: #d9b860;
	content: "";
	display: block;
	height: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 70px;
}

.asset-business:focus, .asset-business:hover { background-color: #ffffff; }

.container-lg { padding-right: 0; }

#header .dropdown-menu {
	background-color: #efefef;
	border-radius: 0px ! important;
	border: 0px none ! important;
	box-shadow: none;
	margin-top: -0.5px;
	min-width: 100%;
	overflow: hidden;
	padding-top: 0px;
}

#header .dropdown-menu li a {
	color: #295488;
	font-family: PruModern-BoldSemiCon, PruSerif !important;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: -0.5px;
	line-height: 2 !important;
	width: 100%;
}

#collapsePrivacy {
	padding: 5px;
	border: 1px solid #000000;
}

.rightToLeft {
	right: 0;
	left: auto;
}

#pru-logo { padding-top: 17px; }

#pru-logo img {
	height: 44px;
	width: 270px;
}

.primary-content-main h1 { padding: 0; }

#standard-funds-table td, #standard-funds-table th { font-size: 15px; }
