/* Consolidated Navigation CSS */

body.menu-is-open { overflow: hidden; }

/* General Header Styling */
header { color: #fff; }

/* Top Tier Styling */
.top-tier {
	width: 100%;
	background-color: var(--dark);
	color: var(--dark-yellow); 	
	position: relative;
	z-index: 100;
	display: none;
}

.top-tier-grid { 
	display: grid;
	grid-template-columns: 50% auto;
	column-gap: 0; 
	row-gap: 0; 
	max-width: 100%;
	width: 100%;							 
}
				
.top-tier-left { text-align: left; padding: 0.5rem 0; }
.top-tier-right { text-align: right; padding: 0.5rem 0; }					

.top-tier-right a { 								
	-webkit-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;									
}

.top-tier-left .employee-avatar { width: 18px; height: 18px; margin-right: 5px; }
.top-tier-left a:link, .top-tier-left a:visited, .top-tier-left a:active { color: #000 !important; }
.top-tier-right a:link, .top-tier-right a:visited { color: #000 !important; }
.top-tier-right a:hover { text-decoration: underline; }

/* Nav Tier Styling */
.new-nav-tier {
	width: 100%;					
	background-color: rgba(0,0,0);
	background-size: cover;
	background-position: right;
	opacity: 1;
	position: relative;
	z-index: 100;
	color: #fff;		
	-webkit-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;	
	display: none;		
}

.new-nav-tier:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.04));
	border-radius: 0.125em;	
}

.new-nav-tier-grid {					
	display: grid;
	grid-template-columns: auto 55%;
	column-gap: 0; 
	row-gap: 0; 
	max-width: 100%;
}		

.new-nav-tier-left { display: flex; align-items: center; }

.new-nav-tier-left a {
	line-height: 1;
}

#perspectives-nav-logo-desktop {
	width: 225px;
	transform: scale(0.95);
	transition: all .2s ease-in-out;
}

#perspectives-nav-logo-desktop:hover {
	transform: scale(1);					
}

.new-nav-tier-right { }

.new-nav-tier-right-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.4fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 2px;
	row-gap: 0; 
	max-width: 100%;							
}

.nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em 0.2em;	
	cursor: pointer; 
	-webkit-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;	
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
	color: #ccc !important;
	position: relative;
	z-index: 999;	
	border-bottom: 4px solid transparent;
	font-size: 0.95em;
	letter-spacing: -0.5px;
}

.nav-item:hover { 
	background-color: rgba(255,255,255,0.06); 
	color: #fff !important; 
	border-bottom-style: solid; 
	border-bottom-width: 4px;
}

.nav-item-blue:hover, .nav-item-blue-selected {
	border-bottom-color: #1a6078; 
}

.nav-item-green:hover, .nav-item-green-selected {
	border-bottom-color: #49a305; 
}

.nav-item-orange:hover, .nav-item-orange-selected {
	border-bottom-color: #ed6555; 
}

.nav-item-purple:hover, .nav-item-purple-selected {
	border-bottom-color: #7448ca; 
}

.nav-item-red:hover, .nav-item-red-selected {
	border-bottom-color: #cc0000; 
}

.nav-item-selected { 
	background-color: transparent; 
	color: var(--bright-yellow) !important; 
}

/* Original Nav Tier Styling */
.nav-tier {
	width: 100%; 
	background-color: #000;
	text-align: left; 
	padding-top: 1em; 
	padding-bottom: 0.5em;  
	position: relative;
}

.nav-tier:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.04));
	border-radius: 0.125em;			
}

.nav-tier a:link, header a:visited, header a:active { 
	color: #fff; 
	text-decoration: none; 
}

.nav-tier-left { width: 33% !important; }
.nav-tier-right { text-align: right; }

.nav-table { width: auto !important; float: right; }						
.nav-table .table-cell { padding: 0.5em; }

/* Mobile Nav Styles */
.mobile-new-nav-tier {
	display: grid;
	grid-template-columns: 1fr 20%;
	column-gap: 0.25rem; 
	row-gap: 0; 
	max-width: 100%;
	width: 100%;													
	-webkit-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;	
	position: relative;
	z-index: 9999;
	background: #000;
	border-top: 5px solid #000;
	border-bottom: 1px solid #999;
}	

.mobile-new-nav-tier-left {
	text-align: left;
	display: flex;
	align-items: center;
	padding: 1em 0.75em;
	background-color: rgba(0,0,0);	
	position: relative;
	z-index: 100;
	color: #fff;	
	background: linear-gradient(rgba(255,255,255,0.20), rgba(255,255,255,0.04));	
	border-radius: 0.125em;						
}

.mobile-new-nav-tier-left:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.125), rgba(255,255,255,0.04));
	border-radius: 0.125em;
}
		
.mobile-new-nav-tier-left a {
	line-height: 1;
}

.mobile-new-nav-tier-right {
	display: flex;
	justify-content: center;		
	text-align: center;
	padding: 1em 0.75em;
	background-color: rgba(0,0,0);	
	position: relative;
	z-index: 100;
	color: #fff;			
	background: linear-gradient(rgba(255,255,255,0.20), rgba(255,255,255,0.04));	
	border-radius: 0.125em;		
}

.mobile-new-nav-tier-right:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.125), rgba(255,255,255,0.04));
	border-radius: 0.125em;	
}

.mobile-nav-table { display: table; }
.mobile-nav-table .table-row { display: table-row; }
.mobile-nav-table .table-cell { display: table-cell; }
.mobile-nav-table-cell-left { width: 50px; max-width: 50px; vertical-align: middle; }
.mobile-nav-table-cell-right { padding-left: 10px; vertical-align: middle; text-align: left; }
.mobile-logo { width: 85%; }

/* Mobile Menu */
.mobile-menu {
	width: 100%;
	height: 100vh;	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
	background: rgba(255,255,255,0.95);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(1px);
	color: #000;
	text-align: center;
}

.mobile-menu .mobile-new-nav-tier { 
	border-bottom: none; 
	background-color: var(--dark); 
}

.mobile-menu-logo { 
	width: 100%; 
	text-align: center; 
	padding: 1em 0; 
}

.mobile-menu-logo img { 
	margin: 0 auto; 
}

.mobile-menu-grid {
	display: inline-grid;
	grid-template-columns: 100%;
	column-gap: 0; 
	row-gap: 0; 
	max-width: 100%;
	width: 100%;	
	color: #000;
	padding: 1em 0;
	width: auto;
	margin: 0 auto;
}

.mobile-nav-item-container {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  transition: 0.25s all ease-in-out;
  min-width: 300px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}

.mobile-nav-item-container a.mobile-nav-item {
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 2;
  color: #000 !important;
}

.mobile-nav-item-container span {
  pointer-events: none;
  font-size: 1.25rem;
  padding-bottom: 4px;
  font-weight: 800;
  color: #999;
}

.fade-in {
	opacity: 1;
	transform: translate3d(0, 0, 0);		
}

.mobile-nav-item {
	font-size: 1.33em;
	font-weight: 700;
	line-height: 2;
	color: #000 !important;
}

.mobile-nav-item-container span {
	font-size: 1.25rem;
	padding-bottom: 4px;
	font-weight: 800;
	color: #999;
}

#mobile-menu { 	
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	display: none;
}

.menu-is-open #mobile-menu { 	
	opacity: 1;
	display: block;
}

/* Left Nav Panel */
#left-nav-panel { 
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	text-align: left;
	font-size: 1.1em; 
	background-color: #111;
	overflow-x: hidden;
	padding-top: 20px;
	transition: 0.5s;
}

.left-nav-container { 
	color: #fff; 
	margin-top: 70px; 
	padding: 0 2em 0 0.5em; 
	white-space: nowrap; 
}

.left-nav, .left-nav:link, .left-nav:visited {
	display: block;
	padding: 0.25em 0.5em;	
	color: #ccc !important;
	text-decoration: none;
	border-left: 5px solid rgba(0,0,0,0);
	background: transparent;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;	
}

.left-nav-sub-container { font-size: 0.8em; }
.left-nav-sub-divider { 
	width: 100%;
	min-height: 1px;
	max-height: 1px;
	height: 1px;
	border-bottom: 1px dotted #444;
	margin: 0.5em; 
}	

.left-nav-blue:hover, .left-nav-blue:active { border-left: 5px solid rgba(96,183,188,1); color: #fff !important; }
.left-nav-green:hover, .left-nav-green:active { border-left: 5px solid rgba(117,137,89,1); color: #fff !important; }
.left-nav-orange:hover, .left-nav-orange:active { border-left: 5px solid rgba(179,69,43,1); color: #fff !important; }
.left-nav-yellow:hover, .left-nav-yellow:active { border-left: 5px solid rgba(234,168,45,1); color: #fff !important; }
.left-nav-gray:hover, .left-nav-gray:active { border-left: 5px solid rgba(86,83,83,1); color: #fff !important; }

.left-nav-divider { 
	width: 100%;
	min-height: 1px;
	max-height: 1px;
	height: 1px;
	border-bottom: 1px dotted #666;
	margin: 0.5em; 
}

.breadcrumb { 
	padding: 1em 0; 
	background-color: #f6f6f6; 
	margin-bottom: 1.5em; 
	border-bottom: 1px solid rgba(0,0,0,0.07);
	background-image: url(/assets-2020/images/body-background-white.jpg) 
}

/* Icons */
.podcast-icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.mobile-podcast-icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0em;
}

/* Fixed Position */
.fixed {    
	position: fixed !important;	
	top: 0;
    width: 100% !important;
}

/* Navigation Shadow */
.nav-shadow {
	border-bottom: 2px solid #fff;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.44);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.44);	
}

/* Media Queries */
@media all and (min-width: 600px) {	
	.header-left .logo { width: 95%; }
	.header-left-nav { padding: 0 0.5em; font-size: 2em; }
	.header-right { display: none; }				
	.nav { display: none; }		
	.left-nav, .left-nav:link, .left-nav:visited { padding: 0.5em; }		
}
		
@media all and (min-width: 900px) {
	.header-left { vertical-align: middle; }
	.header-left .logo { width: 50%; }	
	.header-left-nav { padding: 0.15em 0.25em; font-size: 2em; }		
	.header-right { display: none; }
	.nav { display: none; }				
}			
			
@media all and (min-width: 1024px) { 
	#mobile-menu { display: none; }
	.mobile-new-nav-tier { display: none; }
	
	.top-tier { 
		display: block; 
		padding: 0 3rem !important; 
		background: #f6f6f6;
	}
	
	.new-nav-tier { 
		display: block; 
		padding: 0.75rem 3rem !important; 
	}
	
	.nav-tier { 		
		padding-top: 1em; 
		padding-bottom: 1em;  
	}
	
	.nav { 
		display: inline-block; 
		vertical-align: middle; 
		padding: 0.75em 0; 
		color: #ccc !important; 
		text-decoration: none !important;
		background: transparent;
		-webkit-transform: perspective(1px) translateZ(0);			
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px transparent;
		position: relative;
		overflow: hidden;
		-webkit-transition: color .3s ease-out;
		-moz-transition: color .3s ease-out;
		-o-transition: color .3s ease-out;
		transition: color .3s ease-out;		
		z-index: 999;
	}		
	
	.nav-blue:before { 				
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		top: 0;
		background: rgba(96,183,188,1);
		height: 5px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;				
	}
	
	.nav-green:before { 								
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		top: 0;
		background: rgba(117,137,89,1);
		height: 5px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;					
	}
	
	.nav-orange:before { 							
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		top: 0;
		background: rgba(179,69,43,1);
		height: 5px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;				
	}
	
	.nav-yellow:before { 							
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		top: 0;
		background: rgba(234,168,45,1);
		height: 5px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	
	.nav-purple:before { 							
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		top: 0;
		background: rgba(161,134,190,1);
		height: 5px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}				
	
	.nav-gray:before { 							
		content: "";
		position: absolute;
		z-index: -1;
		left: 50%;
		right: 50%;
		top: 0;
		background: rgba(86,83,83,1);
		height: 5px;
		-webkit-transition-property: left, right;
		transition-property: left, right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;			
	}

	.nav-blue:hover, .nav-green:hover, .nav-orange:hover, .nav-yellow:hover, .nav-gray:hover, 
	.nav-blue-selected, .nav-green-selected, .nav-orange-selected, .nav-yellow-selected, .nav-gray-selected { 
		color: #fff !important; 
	}
	
	.nav-blue:hover:before, .nav-blue:focus:before, .nav-blue:active:before, .nav-blue-selected:before {
	  left: 0;
	  right: 0;
	  color: #fff !important;
	}			
	
	.nav-green:hover:before, .nav-green:focus:before, .nav-green:active:before, .nav-green-selected:before {
	  left: 0;
	  right: 0;
	  color: #fff !important;
	}			
	
	.nav-orange:hover:before, .nav-orange:focus:before, .nav-orange:active:before, .nav-orange-selected:before {
	  left: 0;
	  right: 0;
	  color: #fff !important;
	}			
	
	.nav-yellow:hover:before, .nav-yellow:focus:before, .nav-yellow:active:before, .nav-yellow-selected:before {
	  left: 0;
	  right: 0;
	  color: #fff !important;
	}			
	
	.nav-purple:hover:before, .nav-purple:focus:before, .nav-purple:active:before, .nav-purple-selected:before {
	  left: 0;
	  right: 0;
	  color: #fff !important;
	}			
	
	.nav-gray:hover:before, .nav-gray:focus:before, .nav-gray:active:before, .nav-gray-selected:before {
	  left: 0;
	  right: 0;
	  color: #fff !important;
	}		
}

/* iPad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.nav-tier { 		
		padding-top: 2em; 
		padding-bottom: 2em;  
	}
	.mobile-logo { width: 45%; }
}