/* BOX MODEL, WRAPPER, CLEARFIX, RESET
====================================================================== */

#tn_app-wrapper,
#tn_app-wrapper *,
#tn_app-wrapper *:before,
#tn_app-wrapper *:after {
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

#tn_app-wrapper *:focus {
	outline-color: #0060ad;
}

#tn_app-wrapper {
	position: relative;
}

#tn_app-wrapper,
#tn_app-wrapper p,
#tn_app-wrapper div,
#tn_app-wrapper h1,
#tn_app-wrapper h2,
#tn_app-wrapper h3,
#tn_app-wrapper h4,
#tn_app-wrapper li {
	font-family: 'CiscoSans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #1b1c1d;
}

#tn_app-wrapper b,
#tn_app-wrapper strong {
	font-weight: 500;
}

#tn_app-wrapper a {
	font-weight: 500;
}

#tn_app-wrapper a {
	color: #0070d2;
}

#tn_app-wrapper a:visited {
	color: #0070d2;
}

#tn_app-wrapper a:hover,
#tn_app-wrapper a:focus,
#tn_app-wrapper a:active {
	color: #0060ad;
	text-decoration: underline;
}

#tn_app-wrapper p {
	margin: 0 0 1.0em 0;
}

#tn_app-wrapper div,
#tn_app-wrapper p,
#tn_app-wrapper li {
	font-size: 16px;
	line-height: 24px;
}

#tn_app-wrapper h1,
#tn_app-wrapper h2,
#tn_app-wrapper h3,
#tn_app-wrapper h4 {
	margin: 0 0 0.5em 0;
}

#tn_app-wrapper h1 {
	font-size: 52px;
	line-height: 62px;
}

#tn_app-wrapper h2 {
	font-size: 40px;
	line-height: 48px;
}

#tn_app-wrapper h3 {
	font-size: 32px;
	line-height: 40px;
}

#tn_app-wrapper h4 {
	font-size: 20px;
	line-height: 28px;
}

#tn_app-wrapper img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

#tn_app-wrapper table {
	border-collapse: collapse;
}

.tn_clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 1279px) {

	#tn_app-wrapper h1 {
		font-size: 40px;
		line-height: 48px;
	}

	#tn_app-wrapper h2 {
		font-size: 32px;
		line-height: 40px;
	}

}

@media (max-width: 1023px) {

	#tn_app-wrapper h3 {
		font-size: 24px;
		line-height: 28px;
	}

}

@media (max-width: 767px) {

	#tn_app-wrapper h1 {
		font-size: 32px;
		line-height: 40px;
	}

	#tn_app-wrapper h2 {
		font-size: 32px;
		line-height: 40px;
	}

	#tn_app-wrapper h3 {
		font-size: 20px;
		line-height: 28px;
	}

}


/* FUNDAMENTAL LAYOUT ELEMENTS
====================================================================== */

.tn_page-lock,
.tn_page-lock body {
	overflow: hidden;
}

@media (max-width: 767px) {
	body:not(.tn_step-primary) .tn_primary-box {
		display: none;
	}

	body.tn_step-primary:not(.tn_step-secondary) .tn_initial-box {
		display: none;
	}

	body.tn_step-primary.tn_step-secondary:not(.tn_step-tertiary) .tn_initial-box,
	body.tn_step-primary.tn_step-secondary:not(.tn_step-tertiary) .tn_section-filters {
		display: none;
	}
}

.tn_container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

.tn_background-lt-gray-1 {
	background-color: #f4f5f6;
}

.tn_background-lt-gray-2 {
	background-color: #ebebeb;
}

.tn_background-border-top {
	border-top: 1px solid #ccc;
}

#tn_app-wrapper .tn_invisible {
	display: none !important;
}

.tn_mobile-only {
	display: none;
}

@media (max-width: 767px) {
	.tn_mobile-only {
		display: block;
	}

	.tn_desktop-only {
		display: none;
	}
}

hr.tn_hr-lt-gray {
	height: 1px;
	color: #d6d6d6;
	background-color: #d6d6d6;
	font-size: 0;
	border: none;
}

.tn_page-fade {
	position: fixed;
	z-index: 1100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(235, 235, 235, 0.8);
}

@media (max-width: 1023px) {

	.tn_container {
		padding: 0 24px;
	}

}

@media (max-width: 767px) {

	.tn_container {
		padding: 0 16px;
	}

	.tn_background-lt-gray-1 {
		background-color: #fff;
	}

	hr.tn_hr-lt-gray {
		display: none;
	}

	.tn_background-border-top {
		border-top: none;
	}

}


/* FEATURE BLOCK WITH ICON
====================================================================== */

.tn_layout-feature-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 0 -12px;
}

.tn_feature-block-icon {
	position: relative;
	flex-shrink: 0;
	width: 68px;
	height: 68px;
	margin: 0 12px;
	overflow: hidden;
}

.tn_feature-block-icon img {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 80px;
	height: 80px;
}

.tn_feature-block-content {
	margin: 0 12px;
}

.tn_feature-block-content-group {
	margin-bottom: 24px;
}

.tn_feature-block-content-group:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {

	.tn_layout-feature-block {
		margin: 0 -8px;
	}

	.tn_feature-block-icon {
		margin: 0 8px;
	}

	.tn_feature-block-content {
		margin: 0 8px;
	}

}

@media (max-width: 767px) {

	.tn_feature-block-content-group {
		margin-bottom: 20px;
	}

}


/* BUGS, TAGS, COMMON BUTTONS, AND TEMPORARY BITS
====================================================================== */

a.tn_button-close {
	display: block;
	width: 44px;
	height: 44px;
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-x-large.svg");
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

a.tn_button-close span {
	display: none;
}

a.tn_bug-info {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translate(0, -52%);
	margin-left: -4px;
	width: 40px;
	height: 40px;
	background-image: url('/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-info.svg');
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

a.tn_bug-info span {
	display: none;
}

span.tn_bug-star-sky {
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url('/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-star-sky.svg');
	background-size: 16px 16px;
	background-position: top 3px center;
	background-repeat: no-repeat;
}

span.tn_bug-star-sky span {
	display: none;
}

#tn_app-wrapper a.tn_tag-new {
	position: relative;
	z-index: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 10px;
	padding: 10px 16px 8px 12px;
	font-size: 14px;
	line-height: 1px;
	font-weight: 500;
	color: #0070d2;
	background-color: #fff;
	border: 1px solid #0070d2;
	border-radius: 999px;
	outline-style: solid;
	animation: animateBorder 2.5s ease infinite;
}

@keyframes animateBorder {
	0% {
		outline-width: 1px;
		outline-offset: 0;
		outline-color: rgba(0, 188, 235, 0);
	}

	10% {
		outline-color: rgba(0, 188, 235, 0.75);
	}

	70% {
		outline-width: 6px;
		outline-color: rgba(0, 188, 235, 0);
	}

	100% {
		outline-width: 6px;
		outline-color: rgba(0, 188, 235, 0);
	}
}

#tn_app-wrapper a.tn_tag-new img {
	position: relative;
	top: -1px;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 4px;

}

#tn_app-wrapper a.tn_tag-new:hover,
#tn_app-wrapper a.tn_tag-new:focus,
#tn_app-wrapper a.tn_tag-new:active {
	color: #0060ad;
	border-color: #0060ad;
	text-decoration: none;
	outline: 3px solid #00bceb;
}

#tn_app-wrapper a.tn_tag-new:hover,
#tn_app-wrapper a.tn_tag-new:active {
	animation: none;
	outline-width: 3px;
}

#tn_app-wrapper a.tn_tag-new:focus {
	outline: 2px solid #0060ad;
	outline-offset: 4px;
	animation: none;
}

.tn_tooltip-new {
	position: absolute;
	width: 288px;
	z-index: 500;
	top: 0;
	right: 100%;
	margin-right: 10px;
	padding: 16px 46px 16px 16px;
	background-color: #ebebeb;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(27, 28, 29, 0.15);
}

.tn_tooltip-new a.tn_button-close {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-x-medium.svg");
	background-size: 14px 14px;
}

@media (max-width: 767px) {

	#tn_app-wrapper a.tn_tag-new {
		position: absolute;
		top: 100%;
		margin: 8px 0 0 0;
	}

	.tn_tooltip-new {
		top: 100%;
		right: auto;
		margin-right: 0;
		margin-top: 8px;
	}

}


/* BULLET LISTS
====================================================================== */
/* Bullet lists that actually want to appear as bulleted (or numbered) */

#tn_app-wrapper ul.tn_content-bullet-list,
#tn_app-wrapper ol.tn_content-bullet-list {
	margin: 0 0 1.0em 1.0em;
}

#tn_app-wrapper ul.tn_content-bullet-list:last-child,
#tn_app-wrapper ol.tn_content-bullet-list:last-child {
	margin-bottom: 0;
}

#tn_app-wrapper .tn_content-bullet-list li ul,
#tn_app-wrapper .tn_content-bullet-list li ol {
	margin: 0 0 0 2.2rem;
}

#tn_app-wrapper .tn_content-bullet-list li {
	margin: 0.9rem 0 0 0;
}

#tn_app-wrapper ul.tn_content-bullet-list li {
	list-style-type: disc;
}

#tn_app-wrapper ul.tn_content-bullet-list li ul li {
	list-style-type: circle;
}

#tn_app-wrapper ol.tn_content-bullet-list li {
	list-style-type: decimal;
}

#tn_app-wrapper ol.tn_content-bullet-list li ol li {
	list-style-type: lower-alpha;
}


/* PE BUTTONS
====================================================================== */
/* Common styling for all "PE" type buttons--use cases and main menu. Specific spacing and sizing can be done using those buttons' parent arrays. */

#tn_app-wrapper a.tn_pe-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 12px;
	background-color: #fff;
	font-weight: 300;
	color: #1b1c1d;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	outline-offset: 4px;
}

#tn_app-wrapper a.tn_pe-button:hover,
#tn_app-wrapper a.tn_pe-button:focus,
#tn_app-wrapper a.tn_pe-button:active {
	background-color: #ebebeb;
	text-decoration: none;
}

#tn_app-wrapper a.tn_pe-button.tn_button-selected {
	color: #fff;
	border-color: #0070d2;
}

#tn_app-wrapper a.tn_pe-button.tn_button-selected:hover,
#tn_app-wrapper a.tn_pe-button.tn_button-selected:focus,
#tn_app-wrapper a.tn_pe-button.tn_button-selected:active {
	background-color: #0060ad;
	border-color: #0060ad;
}

#tn_app-wrapper a.tn_pe-button.tn_button-filtered.tn_button-selected:hover,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered.tn_button-selected:focus,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered.tn_button-selected:active {
	border-color: #1b1c1d;
}

#tn_app-wrapper a.tn_pe-button.tn_button-filtered,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered:visited {
	background-color: #f2f8fd;
}

#tn_app-wrapper a.tn_pe-button.tn_button-selected,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered.tn_button-selected {
	background-color: #0070d2;
}

#tn_app-wrapper a.tn_pe-button.tn_button-filtered,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered:visited,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered:hover,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered:focus,
#tn_app-wrapper a.tn_pe-button.tn_button-filtered:active {
	padding: 7px 11px;
	border-width: 2px;
	border-color: #1b1c1d;
	font-weight: 500;
}

@media (max-width: 1023px) {

	#tn_app-wrapper a.tn_pe-button {
		padding: 10px 12px;
	}

}


/* CAPSULE BUTTONS
====================================================================== */

#tn_app-wrapper a.tn_button-capsule,
#tn_app-wrapper a.tn_button-capsule:visited,
#tn_app-wrapper a.tn_button-capsule:hover,
#tn_app-wrapper a.tn_button-capsule:focus,
#tn_app-wrapper a.tn_button-capsule:active {
	display: inline-block;
	min-width: 120px;
	padding: 19px 24px;
	text-align: center;
	text-decoration: none;
	line-height: 1.0em;
	vertical-align: top;
	border-radius: 999px;
	outline-offset: 8px;
}

#tn_app-wrapper a.tn_button-capsule.tn_capsule-primary,
#tn_app-wrapper a.tn_button-capsule.tn_capsule-primary:visited {
	background-color: #0070d2;
	color: #fff;
	border: 1px solid #0070d2;
}

#tn_app-wrapper a.tn_button-capsule.tn_capsule-primary:hover,
#tn_app-wrapper a.tn_button-capsule.tn_capsule-primary:focus,
#tn_app-wrapper a.tn_button-capsule.tn_capsule-primary:active {
	background-color: #0060ad;
	border-color: #0060ad;
}

#tn_app-wrapper a.tn_button-capsule.tn_capsule-secondary,
#tn_app-wrapper a.tn_button-capsule.tn_capsule-secondary:visited {
	background-color: #fff;
	color: #0070d2;
	border: 1px solid #0070d2;
}

#tn_app-wrapper a.tn_button-capsule.tn_capsule-secondary:hover,
#tn_app-wrapper a.tn_button-capsule.tn_capsule-secondary:focus,
#tn_app-wrapper a.tn_button-capsule.tn_capsule-secondary:active {
	color: #0060ad;
	border-color: #0060ad;
}


/* EXPAND-COLLAPSE BUTTONS
====================================================================== */

.tn_button-expand-collapse-container {
	display: inline-block;
}

#tn_app-wrapper a.tn_button-expand-collapse {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 12px;
	color: #1b1c1d;
	font-weight: 300;
	border: 1px solid #1b1c1d;
	border-radius: 4px;
	outline-offset: 6px;
}

#tn_app-wrapper a.tn_button-expand-collapse,
#tn_app-wrapper a.tn_button-expand-collapse:visited {
	opacity: 1.0;
}

#tn_app-wrapper a.tn_button-expand-collapse:hover,
#tn_app-wrapper a.tn_button-expand-collapse:focus,
#tn_app-wrapper a.tn_button-expand-collapse:active {
	opacity: 0.7;
	text-decoration: none;
}

#tn_app-wrapper a.tn_button-expand-collapse .tn_chevron {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
}


/* TABS
====================================================================== */

ul.tn_tab-array {
	display: flex;
}

ul.tn_tab-array.tn_tabs-horizontal {
	flex-direction: row;
	justify-content: center;
	align-items: end;
	margin: 0 -16px;
}

ul.tn_tab-array.tn_tabs-vertical {
	flex-direction: column;
	justify-content: center;
	align-items: start;
	margin: -10px 0;
}

#tn_app-wrapper ul.tn_tab-array li a.tn_tab {
	font-size: 20px;
	line-height: 28px;
	outline-offset: 4px;
}

#tn_app-wrapper ul.tn_tab-array li a.tn_tab,
#tn_app-wrapper ul.tn_tab-array li a.tn_tab:visited,
#tn_app-wrapper ul.tn_tab-array li a.tn_tab:hover,
#tn_app-wrapper ul.tn_tab-array li a.tn_tab:focus,
#tn_app-wrapper ul.tn_tab-array li a.tn_tab:active {
	text-decoration: none;
}

#tn_app-wrapper ul.tn_tab-array li a.tn_tab,
#tn_app-wrapper ul.tn_tab-array li a.tn_tab:visited {
	font-weight: 300;
	color: #1b1c1d;
}

ul.tn_tab-array.tn_tabs-horizontal li {
	flex: 1;
	max-width: 380px;
	margin: 0 16px;
	list-style-type: none;
}

ul.tn_tab-array.tn_tabs-vertical li {
	list-style-type: none;
	margin: 10px 0;
}

#tn_app-wrapper .tn_tab-array.tn_tabs-horizontal li a.tn_tab {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: center;
	padding: 6px 0 12px 0;
	text-align: center;
	border-bottom: 4px solid #fff;
}

#tn_app-wrapper .tn_tab-array.tn_tabs-vertical li a.tn_tab {
	display: block;
	padding: 2px 0 2px 20px;
	border-left: 2px solid #fff;
	border-bottom: none;
}

#tn_app-wrapper .tn_tab-array li a.tn_tab:hover,
#tn_app-wrapper .tn_tab-array li a.tn_tab:focus,
#tn_app-wrapper .tn_tab-array li a.tn_tab:active {
	border-color: #d6d6d6;
}

#tn_app-wrapper .tn_tab-array li a.tn_tab.tn_tab-selected,
#tn_app-wrapper .tn_tab-array li a.tn_tab.tn_tab-selected:visited {
	font-weight: 500;
	border-color: #0070d2;
}

@media (max-width: 1023px) {

	#tn_app-wrapper ul.tn_tab-array li a.tn_tab {
		font-size: 16px;
		line-height: 20px;
	}

	#tn_app-wrapper .tn_tab-array.tn_tabs-vertical li a.tn_tab {
		padding-left: 12px;
	}

}

@media (max-width: 767px) {

	ul.tn_tab-array.tn_tabs-horizontal {
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: -4px 0;
		padding-bottom: 24px;
	}

	ul.tn_tab-array.tn_tabs-horizontal li {
		width: 100%;
		margin: 4px 0;
	}

	#tn_app-wrapper ul.tn_tab-array.tn_tabs-horizontal li a.tn_tab {
		width: 100%;
		padding: 10px 12px;
		border: 1px solid #d6d6d6;
		border-radius: 4px;
	}

	#tn_app-wrapper .tn_tab-array li a.tn_tab.tn_tab-selected,
	#tn_app-wrapper .tn_tab-array li a.tn_tab.tn_tab-selected:visited {
		font-weight: 300;
		border: 1px solid #d6d6d6;
	}

}


/* LINEAR NAV FOR MOBILE "MULTI-PAGE" STYLE CONTROLS
====================================================================== */

.tn_linear-nav-back {
	display: none;
	width: 44px;
	height: 44px;
	margin-right: 12px;
}

.tn_linear-nav-back a {
	display: block;
	width: 44px;
	height: 44px;
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-linear-back.svg");
	background-position: center center;
	background-size: 44px 44px;
	background-repeat: no-repeat;
}

.tn_linear-nav-back span {
	display: none;
}

@media (max-width: 767px) {

	.tn_linear-nav-back {
		display: block;
	}

}


/* CALL-TO-ACTION LINKS
====================================================================== */

a.tn_cta-link {
	padding-right: 20px;
	border-radius: 2px;
	outline-offset: 4px;
}

a.tn_cta-link:after {
	display: inline-block;
	position: relative;
	top: -1px;
	right: -6px;
	width: 8px;
	height: 8px;
	margin-right: -8px;
	content: '';
	border-right: solid 1px;
	border-top: solid 1px;
	transform: rotate(45deg);
}


/* FILTER AND SEARCH - LAYOUT
====================================================================== */

.tn_filters-menu {
	padding: 24px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	display: none;
}

.tn_primary-box.filter-opened .tn_filters-menu {
	display: block;
}

.tn_primary-box.filter-opened #tn_section-header-use-cases-underline {
	display: none;
}

.tn_primary-box.filter-opened .tn_button-filter .tn_chevron {
	transform: rotate(180deg);
}

#tn_app-wrapper .tn_filters-menu h1 {
	font-size: 20px;
	line-height: 28px;
}

.tn_search {
	position: relative;
	margin-bottom: 24px;
}

#tn_app-wrapper .tn_search .tn_button-search {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	background-color: transparent;
	padding: 0;
}

#tn_app-wrapper #tn_button-search-cancel,
#tn_app-wrapper .tn_search-has-value .tn_button-search {
	display: none;
}

#tn_app-wrapper .tn_search-has-value #tn_button-search-cancel {
	display: flex;
}

#tn_app-wrapper .tn_search .tn_button-search img {
	width: 20px;
	height: 20px;
}

#tn_app-wrapper .tn_search .tn_button-search:hover,
#tn_app-wrapper .tn_search .tn_button-search:focus,
#tn_app-wrapper .tn_search .tn_button-search:active {
	border: none;
	opacity: 0.8;
}

.tn_filters-array {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	column-gap: 40px;
	row-gap: 24px;
}

.tn_filters-category {}

#tn_app-wrapper .tn_filters-category-header {
	padding-bottom: 4px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #606162;
	border-bottom: 1px solid #d6d6d6;
}

#tn_app-wrapper ul.tn_filters-options li:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {

	.tn_filters-array {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}

	.tn_filters-array {
		column-gap: 32px;
	}

	#tn_app-wrapper .tn_filters-category-header {
		font-size: 14px;
		line-height: 20px;
	}

}

@media (max-width: 767px) {

	.tn_filters-menu {
		padding: 16px;
	}

	#tn_app-wrapper .tn_filters-category-header {
		font-size: 16px;
		line-height: 24px;
	}

}


/* FILTER AND SEARCH - FORM ELEMENTS
====================================================================== */

.tn_filters-menu #tn_pe-search {
	width: 100%;
	height: 48px;
	padding: 0 80px 0 16px;
	border-radius: 4px;
	border: 1px solid #8e8e8e;
}

.tn_filters-menu #tn_pe-search::placeholder {
	color: #8e8e8e;
}

label.tn_label-checkbox,
label.tn_label-radio {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 30px;
	user-select: none;
}

label.tn_label-checkbox:before,
label.tn_label-radio:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}

label.tn_label-checkbox:before {
	background-image: url('/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/checkbox-unchecked.svg');
}

label.tn_label-radio:before {
	background-image: url('/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/radio-unchecked.svg');
}

input[type=checkbox],
input[type=radio] {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

input[type=checkbox]:focus-visible+label.tn_label-checkbox:before,
input[type=radio]:focus-visible+label.tn_label-radio:before {
	outline: 2px solid #0060ad;
	outline-offset: 2px;
	border-radius: 4px;
}

input[type=radio]:focus-visible+label.tn_label-radio:before {
	border-radius: 50%;
}

input[type=checkbox]:checked+label.tn_label-checkbox:before,
input[type=radio]:checked+label.tn_label-radio:before {
	content: "";
}

input[type=checkbox]:checked+label.tn_label-checkbox:before {
	background-image: url('/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/checkbox-checked.svg');
}

input[type=radio]:checked+label.tn_label-radio:before {
	background-image: url('/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/radio-checked.svg');
}

@media (max-width: 1023px) {

	label.tn_label-checkbox,
	label.tn_label-radio {
		font-size: 14px;
		line-height: 20px;
	}

	label.tn_label-checkbox:before,
	label.tn_label-radio:before {
		top: 0;
	}

}

@media (max-width: 1023px) {

	label.tn_label-checkbox,
	label.tn_label-radio {
		font-size: 16px;
		line-height: 24px;
	}

	label.tn_label-checkbox:before,
	label.tn_label-radio:before {
		top: 2px;
	}

}


/* FILTER AND SEARCH - ACTIVE FILTERS
====================================================================== */

.tn_filters-active {
	padding-top: 16px;
	padding-bottom: 30px;
	border-top: 1px solid #d6d6d6;
}

#tn_app-wrapper .tn_filters-active-array-header {
	margin-bottom: 12px;
	color: #606162;
	font-size: 14px;
	line-height: 20px;
}

.tn_filters-active-array {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin: -6px;
}

#tn_app-wrapper .tn_filters-active-array a {
	margin: 6px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

#tn_app-wrapper a.tn_filter-active {
	display: inline-block;
	padding: 10px 40px 10px 14px;
	border: 1px solid #0070d2;
	border-radius: 8px;
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-x-medium.svg");
	background-size: 14px 14px;
	background-position: right 14px center;
	background-repeat: no-repeat;
}

#tn_app-wrapper a.tn_filter-active,
#tn_app-wrapper a.tn_filter-active:visited {
	color: #1b1c1d;
}

#tn_app-wrapper a.tn_filter-active:hover,
#tn_app-wrapper a.tn_filter-active:focus,
#tn_app-wrapper a.tn_filter-active:active {
	color: #0070d2;
}

/* This pair is used to demonstrate the search highlighting appearance. In practice, we'll probably be able to condense down to one style */
/* Currently, it's designed so that the highlight is always there in a specific place on the example page, and clicking the search button turns it "on". */
.tn_search-highlight {
	background-color: rgba(0, 188, 235, 0.0);
	outline: 6px solid rgba(0, 188, 235, 0.0);
	border-radius: 1px;
}

.tn_search-highlight-on {
	background-color: rgba(0, 188, 235, 0.3);
	outline: 3px solid rgba(0, 188, 235, 0.3);
	border-radius: 1px;
}

@media (max-width: 1023px) {

	.tn_filters-active {
		padding-bottom: 16px;
	}

}


























/* TOOLTIPS
====================================================================== */

/* Positioning here is defined very specifically for the example page, but in practice, it will want to be anchored to whatever element the user clicked to bring it up. */
.tn_tooltip {
	position: absolute;
	top: 37px;
	left: 338px;
	z-index: 500;
	width: 288px;
	padding: 16px;
	background-color: #ebebeb;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	box-shadow: 0 2px 16px rgba(27, 28, 29, 0.15);
}

.tippy-box {
	background: transparent;
	filter:
		drop-shadow(0 -1px 0 #d6d6d6) drop-shadow(-1px 0 0 #d6d6d6) drop-shadow(1px 0 0 #d6d6d6) drop-shadow(0 1px 0 #d6d6d6) drop-shadow(0 2px 16px rgba(27, 28, 29, 0.25));
}

.tippy-content {
	padding: 16px;
	background-color: #ebebeb;
	border-radius: 5px;
	color: inherit;
	font-size: inherit;
	font-size: 16px;
	line-height: 24px;
	color: #1b1c1d;
}

.tippy-box[data-placement^='top']>.tippy-arrow::before {
	border-top-color: #ebebeb;
}

.tippy-box[data-placement^='bottom']>.tippy-arrow::before {
	border-bottom-color: #ebebeb;
}

.tippy-box[data-placement^='left']>.tippy-arrow::before {
	border-left-color: #ebebeb;
}

.tippy-box[data-placement^='right']>.tippy-arrow::before {
	border-right-color: #ebebeb;
}

.tn_tooltip-pointer {
	position: absolute;
	bottom: -12px;
	width: 28px;
	height: 12px;
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/tooltip-pointer.svg");
	background-size: 28px 12px;
	background-position: center center;
	background-repeat: no-repeat;
}

.tn_tooltip-pointer-position-center {
	left: 50%;
	transform: translate(-50%, 0);
}

.tn_tooltip-pointer-position-left {
	left: 10px;
}

.tn_tooltip-pointer-position-right {
	right: 10px;
}

#tn_app-wrapper .tn_tooltip h1 {
	font-size: 20px;
	line-height: 28px;
}

#tn_app-wrapper .tn_tooltip h1:last-child,
#tn_app-wrapper .tn_tooltip p:last-child {
	margin-bottom: 0;
}


/* FAVORITES
====================================================================== */

.tn_button-preference-small {
	display: block;
	width: 32px;
	height: 32px;
	background-size: 16px 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

.tn_button-preference-large {
	display: block;
	width: 44px;
	height: 44px;
	background-size: 32px 32px;
	background-position: center center;
	background-repeat: no-repeat;
}

.tn_button-preference-small.tn_button-favorite {
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-favorite-empty-small.svg");
}

.tn_button-preference-small.tn_button-favorite.tn_button-preference-on {
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-favorite-small.svg");
}

.tn_button-preference-large.tn_button-favorite {
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-favorite-empty-large.svg");
}

.tn_button-preference-large.tn_button-favorite.tn_button-preference-on {
	background-image: url("/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/icon-favorite-large.svg");
}

.tn_button-preference-small span,
.tn_button-preference-large span {
	display: none;
}


/* LIGHTBOX
====================================================================== */

.tn_lightbox-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1200;
	width: 100%;
	max-width: 1600px;
	padding: 32px;
}

.tn_lightbox {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(27, 28, 29, 0.15);
}

.tn_lightbox.tn_lightbox-variable-size {}

.tn_lightbox.tn_lightbox-full-size {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 64px);
}

.tn_lightbox-menubar {
	position: relative;
	padding: 16px 80px 16px 24px;
	background-color: #f4f5f6;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 16px 16px 0 0;
}

#tn_app-wrapper .tn_lightbox-menubar h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 0;
}

.tn_lightbox-menubar a.tn_button-close {
	position: absolute;
	top: 14px;
	right: 14px;
}

.tn_lightbox.tn_lightbox-variable-size .tn_lightbox-content,
.tn_lightbox.tn_lightbox-full-size .tn_lightbox-content {
	height: 100%;
	padding: 32px;
	background-color: #fff;
	overflow: auto;
}

.tn_lightbox.tn_lightbox-variable-size .tn_lightbox-content {
	border-radius: 0 0 16px 16px;
}

#tn_collector .tn_lightbox-content {
	border-radius: 0 0 16px 16px;
}

.tn_lightbox-footer {
	border-top: 1px solid #d6d6d6;
	padding: 16px 0;
	text-align: center;
	background-color: #f4f5f6;
	border-radius: 0 0 16px 16px;
	display: none;
}

#tn_report-button-submit:not(.tn_button-active) {
	appearance: none;
	opacity: 0.3;
	cursor: not-allowed;
}

@media (max-width: 1023px) {

	.tn_lightbox-container {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: none;
		padding: 0;
	}

	.tn_lightbox {
		height: 100%;
		background-color: #fff;
		border: none;
		border-radius: 0;
	}

	.tn_lightbox.tn_lightbox-full-size {
		height: 100%;
	}

	.tn_lightbox-menubar {
		padding: 12px 72px 12px 16px;
		border-radius: 0;
	}

	#tn_app-wrapper .tn_lightbox-menubar h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.tn_lightbox-menubar a.tn_button-close {
		top: 8px;
		right: 8px;
	}

	.tn_lightbox.tn_lightbox-variable-size .tn_lightbox-content,
	.tn_lightbox.tn_lightbox-full-size .tn_lightbox-content {
		padding: 16px;
	}

	.tn_lightbox.tn_lightbox-variable-size .tn_lightbox-content {
		border-radius: 0;
	}

	.tn_lightbox-footer {
		border-radius: 0;
	}

}


/* LIGHTBOX - FULL GRAPHIC
====================================================================== */

.tn_lightbox-content-full-graphic {
	text-align: center;
}

.tn_lightbox-content-full-graphic img {
	max-width: 100%;
	max-height: calc(100vh - 220px);
}

@media (max-width: 1023px) {

	.tn_lightbox-content-full-graphic img {
		max-height: calc(100vh - 140px);
	}

}


/* LIGHTBOX - COLLECTOR - MAIN
====================================================================== */

.tn_collector {}

#tn_app-wrapper .tn_collector h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}

#tn_app-wrapper .tn_collector h3 {
	color: #606162;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.tn_collector-sections-array {
	display: flex;
	flex-direction: row;
	align-items: start;
	margin: 0 -16px;
}

.tn_collector-section-notes {
	width: 360px;
	flex-shrink: 0;
	height: 100%;
	margin: 0 16px;
}

.tn_collector-section-cases {
	width: 100%;
	height: 100%;
	margin: 0 16px;
}

.tn_collector-illustration {
	width: 165px;
	height: 140px;
	margin: 0 auto 24px auto;
}

.tn_collector-illustration img {
	width: 100%;
}

.tn_collector-section-cases-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.tn_collector-counters-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 -16px;
}

#tn_app-wrapper .tn_collector-counters-header .tn_collector-counters-header-item {
	color: #606162;
}

.tn_collector-counters-header-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 16px;
}

#tn_app-wrapper .tn_collector-counters-header-item img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.tn_collector-notes-window,
.tn_collector-cases-window {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
}

.tn_collector-notes-window {
	min-height: 280px;
}

.tn_collector-notes-window textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	resize: vertical;
	background: none;
	min-height: inherit;
	border-radius: 8px;
	font-size: 100%;
	border: 0 solid transparent;
	font-family: inherit;
}

.tn_collector-notes-window textarea::placeholder {
	color: #8e8e8e;
}

.tn_collector-cases-window {
	min-height: 480px;
	overflow: hidden;
}

.tn_collector-cases-window-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	padding: 24px;
}

#tn_app-wrapper .tn_collector-cases-window-placeholder h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	color: #8e8e8e;
}

#tn_app-wrapper .tn_collector-cases-window-placeholder p {
	color: #8e8e8e;
}

@media (max-width: 1279px) {

	.tn_collector-sections-array {
		margin: 0 -12px;
	}

	.tn_collector-section-notes {
		width: 260px;
		margin: 0 12px;
	}

	.tn_collector-section-cases {
		margin: 0 12px;
	}

	.tn_collector-cases-window {
		max-height: calc(100% - 112px);
	}

}

@media (max-width: 1023px) {

	.tn_collector-sections-array {
		flex-direction: column-reverse;
		align-items: start;
		height: auto;
		margin: 0;
	}

	.tn_collector-section-notes {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.tn_collector-section-cases {
		margin: 0 0 24px 0;
		height: auto;
	}

	.tn_collector-illustration {
		display: none;
	}

}

@media (max-width: 767px) {

	.tn_collector-counters-header {
		flex-direction: column;
		align-items: end;
		margin: -2px 0;
	}

	#tn_app-wrapper .tn_collector-counters-header .tn_collector-counters-header-item {
		margin: 2px 0;
		font-size: 14px;
		line-height: 20px;
	}

}


/* LIGHTBOX - COLLECTOR - USE CASES TABLE
====================================================================== */

.tn_table-collector-cases {
	width: 100%:
}

.tn_table-collector-cases-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tn_table-collector-cases .tn_table-collector-cases-row:nth-child(even) {
	background-color: #f4f5f6;
}

.tn_collector-cases-table-row {}

.tn_table-collector-cases-group-item {
	width: 55%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tn_table-collector-cases-group-info {
	width: 45%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tn_table-collector-cases-group-item>div,
.tn_table-collector-cases-group-info>div {
	padding-top: 6px;
	padding-bottom: 6px;
}

#tn_app-wrapper .tn_table-collector-cases-group-info>div {
	color: #606162;
	font-size: 14px;
	line-height: 20px;
}

.tn_table-collector-cases-favorite {
	flex-shrink: 0;
	width: 44px;
	padding-right: 4px;
	padding-left: 8px;
}

.tn_table-collector-cases-item {
	padding-right: 20px;
}

.tn_table-collector-cases-industry {
	flex-shrink: 0;
	width: 50%;
	padding-right: 20px;
}

.tn_table-collector-cases-date {
	width: 50%;
	padding-right: 20px;
}

@media (max-width: 1279px) {

	.tn_table-collector-cases-group-item {
		width: 50%;
	}

	.tn_table-collector-cases-group-info {
		width: 50%;
	}

}

@media (max-width: 1023px) {

	.tn_table-collector-cases-group-item {
		width: 55%;
	}

	.tn_table-collector-cases-group-info {
		width: 45%;
	}

}

@media (max-width: 767px) {

	.tn_table-collector-cases-row {
		flex-direction: column;
		align-items: start;
	}

	.tn_table-collector-cases-group-item {
		width: 100%;
		padding-top: 4px;
	}

	.tn_table-collector-cases-group-info {
		width: 100%;
		margin-top: -6px;
		padding-left: 44px;
		padding-bottom: 6px;
	}

	.tn_table-collector-cases-group-info>div {
		padding-top: 0;
	}

	.tn_table-collector-cases-industry {
		width: auto;
	}

	.tn_table-collector-cases-date {
		width: auto;
	}

}


/* LIGHTBOX - REPORT
====================================================================== */

.tn_lightbox-content-collector-report {}

.tn_collector-report-sections-array {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: center;
	margin: 0 -16px;
}

.tn_collector-report-preview {
	width: 480px;
	height: 620px;
	border: 1px solid #d6d6d6;
	box-shadow: 0 2px 12px rgba(27, 28, 29, 0.15);
	margin: 0 16px;
}

.tn_collector-report-preview img {
	width: 100%;
}

.tn_collector-report-preview-faded {
	opacity: 0.3;
}

.tn_collector-report-form {
	margin: 0 16px;
}

@media (max-width: 1279px) {

	.tn_collector-report-preview {
		width: 368px;
		height: 476px;
	}

}

@media (max-width: 1023px) {

	.tn_collector-report-sections-array {
		flex-direction: column;
		align-items: center;
		margin: -8px 0;
	}

	.tn_collector-report-preview {
		margin: 8px 0;
	}

	.tn_collector-report-form {
		margin: 8px 0;
	}

}

@media (max-width: 1023px) {

	.tn_collector-report-preview {
		width: 282px;
		height: 364px;
	}

}


/* COLLECTOR BUTTON
====================================================================== */

.tn_collector-button-container {
	position: fixed;
	display: flex;
	flex-direction: row;
	align-items: center;
	top: 24px;
	right: 24px;
	z-index: 1000;
	border-radius: 8px;
}

#tn_app-wrapper a.tn_collector-button {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 10px 12px;
	color: #fff;
	background-color: #0070d2;
	border-radius: 8px;
	outline-offset: 5px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

#tn_app-wrapper a.tn_collector-button:hover,
#tn_app-wrapper a.tn_collector-button:focus,
#tn_app-wrapper a.tn_collector-button:active {
	background-color: #0060ad;
	text-decoration: none;
}

.tn_collector-counters-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 -8px;
}

.tn_collector-counters-button-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 8px;
}

#tn_app-wrapper a.tn_collector-button .tn_collector-counters-button-item {
	font-weight: 300;
}

#tn_app-wrapper a.tn_collector-button .tn_collector-counters-button-item img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

@media (max-width: 767px) {

	.tn_collector-button-container {
		flex-direction: column-reverse;
		align-items: end;
	}

}



































/* PLACEHOLDER STUFF
====================================================================== */
/* Get rid of it for go live! */

.tntemp_cisco-contact-bug {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 2000;
	/*	width: 220px;*/
	width: 54px;
	height: 54px;
	background-color: #000;
	border-radius: 999px;
	opacity: 0.1;
}


/* Styling for the theoretical Next Steps section that I believe we've done away with for good */
.tn_layout-next-steps {
	padding: 40px 0;
}

@media (max-width: 1023px) {
	.tn_layout-next-steps {
		padding: 24px 0;
	}
}

@media (max-width: 767px) {
	.tn_layout-next-steps {
		padding: 0 0 16px 0;
	}
}