/* BREADCRUMBS
====================================================================== */

#tn_app-wrapper .tn_breadcrumb {
	padding: 24px 0 30px 0;
}

#tn_app-wrapper .tn_breadcrumb,
#tn_app-wrapper .tn_breadcrumb a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #1b1c1d;
}

.tn_breadcrumb span::after {
	content: " / ";
	padding: 0 5px;
}

#tn_app-wrapper .tn_breadcrumb a,
#tn_app-wrapper .tn_breadcrumb a:visited,
#tn_app-wrapper .tn_breadcrumb a:hover,
#tn_app-wrapper .tn_breadcrumb a:active {
	color: #1b1c1d;
	font-weight: 300;
}

.tn_breadcrumb a:hover {
	text-decoration: underline;
}


/* HOME PAGE
====================================================================== */

.tn_home {
	text-align: center;
	padding-bottom: 80px;
}

#tn_app-wrapper .tn_home h1 {
	margin-bottom: 0.2em;
	font-size: 64px;
	line-height: 77px;
}

#tn_app-wrapper .tn_home h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 1.5em;
}

.tn_layout-home {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 -30px;
}

.tn_home-menu {
	width: 320px;
	margin: 0 30px;
	text-align: left;
}

ul.tn_home-button-array {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 4px;
	row-gap: 4px;
}

.tn_home-content {
	margin: 0 30px;
}

#tn_app-wrapper ul.tn_home-button-array li {
	margin: 0;
}

.tn_home-graphic {
	width: 820px;
	height: 504px;
	background-image: url("../images/common/cityscape-illustration-desktop.png");
	background-size: 820px 504px;
	background-position: center center;
	background-repeat: no-repeat;
}

.tn_home-graphic span {
	display: none;
}

.tn_home-graphic img {
	width: 100%;
}

@media (max-width: 1279px) {

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

	.tn_layout-home {
		margin: 0 -20px;
	}
	
	.tn_home-menu {
		margin: 0 20px;
	}

	.tn_home-content {
		margin: 0 20px;
	}

	.tn_home-graphic {
		width: 584px;
		height: 360px;
		background-size: 584px 360px;
		background-image: url("../images/common/cityscape-illustration-tablet.png");
	}

}

@media (max-width: 1023px) {
	
	.tn_home {
		padding-bottom: 40px;
	}
	
	#tn_app-wrapper .tn_home h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	#tn_app-wrapper .tn_home h2 {
		font-size: 16px;
		line-height: 24px;
	}
	
	.tn_layout-home {
		display: flex;
		flex-direction: column-reverse;
		margin: -12px 0;
	}
	
	.tn_home-menu {
		width: 100%;
		margin: 12px 0;
	}

	ul.tn_home-button-array {
		grid-template-columns: 1fr 1fr;
	}

	.tn_home-content {
		margin: 12px 0;
	}

}

@media (max-width: 767px) {

	ul.tn_home-button-array {
		grid-template-columns: 1fr;
		column-gap: 8px;
		row-gap: 8px;
	}

	.tn_home-content {
		display: none;
	}
	
	#tn_app-wrapper ul.tn_home-button-array li a {
		min-height: 100px;
		padding-left: 144px;
		background-size: 120px 100px;
		background-position: left 12px center;
		background-repeat: no-repeat;
	}
	
	#tn_industry-button-edu {
		background-image: url("../images/industries/EDU-industry-icon.png");
	}
	
	#tn_industry-button-fin {
		background-image: url("../images/industries/FIN-industry-icon.png");
	}
	
	#tn_industry-button-gov {
		background-image: url("../images/industries/CIT-industry-icon.png");
	}
	
	#tn_industry-button-hea {
		background-image: url("../images/industries/HEA-industry-icon.png");
	}
	
	#tn_industry-button-hos {
		background-image: url("../images/industries/HOS-industry-icon.png");
	}
	
	#tn_industry-button-man {
		background-image: url("../images/industries/MAN-industry-icon.png");
	}
	
	#tn_industry-button-min {
		background-image: url("../images/industries/MIN-industry-icon.png");
	}
	
	#tn_industry-button-oil {
		background-image: url("../images/industries/OIL-industry-icon.png");
	}
	
	#tn_industry-button-ret {
		background-image: url("../images/industries/RET-industry-icon.png");
	}
	
	#tn_industry-button-sma {
		background-image: url("../images/industries/SMA-industry-icon.png");
	}
	
	#tn_industry-button-spo {
		background-image: url("../images/industries/SPO-industry-icon.png");
	}
	
	#tn_industry-button-tra {
		background-image: url("../images/industries/TRA-industry-icon.png");
	}
	
	#tn_industry-button-uti {
		background-image: url("../images/industries/UTI-industry-icon.png");
	}

}

/* INDUSTRY HEADER
====================================================================== */

.tn_industry-header {
	padding: 0 0 80px 0;
}

#tn_app-wrapper .tn_industry-header p.tn_feature-copy {
	font-size: 20px;
	line-height: 28px;
}

#tn_app-wrapper .tn_industry-header p.tn_feature-copy:last-child {
	margin-bottom: 0;
}

.tn_industry-header-layout {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 -30px;
}

.tn_industry-header-layout-copy {
	margin: 0 30px;
}

#tn_app-wrapper .tn_industry-header-layout-copy h1 {
	margin-bottom: 0.3em;
}

.tn_industry-graphic {
	width: 640px;
	height: 380px;
	flex-shrink: 0;
	margin: 0 30px;
	background-size: 640px 380px;
	background-repeat: no-repeat;
}

.tn_industry-graphic span {
	display: none;
}

@media (max-width: 1279px) {

	.tn_industry-header-layout {
		margin: 0 -20px;
	}
	
	.tn_industry-header-layout-copy {
		margin: 0 20px;
	}
	
	.tn_industry-graphic {
		width: 480px;
		height: 286px;
		background-size: 480px 286px;
		margin: 0 20px;
	}

}

@media (max-width: 1023px) {

	.tn_industry-header {
		padding-bottom: 48px;
	}

	.tn_industry-header-layout {
		flex-direction: column;
		margin: 0;
	}
	
	.tn_industry-header-layout-copy {
		margin-bottom: 24px;
		text-align: center;
	}
	
	.tn_industry-graphic {
		margin: 0;
	}

}

@media (max-width: 767px) {

	.tn_industry-header {
		padding-bottom: 24px;
	}

	#tn_app-wrapper .tn_industry-header p.tn_feature-copy {
		font-size: 16px;
		line-height: 24px;
	}

	.tn_industry-header-layout {
		flex-direction: column-reverse;
	}
	
	.tn_industry-header-layout-copy {
		margin-bottom: 0;
	}
	
	.tn_industry-graphic {
		width: 288px;
		height: 144px;
		margin: 0 0 16px 0;
		background-size: 288px 144px;
	}

}


/* INDUSTRY ILLUSTRATIONS
====================================================================== */

.tn_industry-header.tn_industry-education .tn_industry-graphic {
	background-image: url("../images/industries/EDU-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-financial-services .tn_industry-graphic {
	background-image: url("../images/industries/FIN-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-government .tn_industry-graphic {
	background-image: url("../images/industries/CIT-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-healthcare .tn_industry-graphic {
	background-image: url("../images/industries/HEA-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-hospitality .tn_industry-graphic {
	background-image: url("../images/industries/HOS-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-manufacturing .tn_industry-graphic {
	background-image: url("../images/industries/MAN-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-mining .tn_industry-graphic {
	background-image: url("../images/industries/MIN-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-oil-and-gas .tn_industry-graphic {
	background-image: url("../images/industries/OIL-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-retail .tn_industry-graphic {
	background-image: url("../images/industries/RET-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-smart-buildings .tn_industry-graphic {
	background-image: url("../images/industries/SMA-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-sports-media-and-entertainment .tn_industry-graphic {
	background-image: url("../images/industries/SPO-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-transportation .tn_industry-graphic {
	background-image: url("../images/industries/TRA-industry-illustration-desktop.png");
}

.tn_industry-header.tn_industry-utilities .tn_industry-graphic {
	background-image: url("../images/industries/UTI-industry-illustration-desktop.png");
}


@media (max-width: 1279px) {

	.tn_industry-header.tn_industry-education  .tn_industry-graphic {
		background-image: url("../images/industries/EDU-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-financial-services .tn_industry-graphic {
		background-image: url("../images/industries/FIN-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-government .tn_industry-graphic {
		background-image: url("../images/industries/CIT-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-healthcare .tn_industry-graphic {
		background-image: url("../images/industries/HEA-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-hospitality .tn_industry-graphic {
		background-image: url("../images/industries/HOS-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-manufacturing .tn_industry-graphic {
		background-image: url("../images/industries/MAN-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-mining .tn_industry-graphic {
		background-image: url("../images/industries/MIN-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-oil-and-gas .tn_industry-graphic {
		background-image: url("../images/industries/OIL-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-retail .tn_industry-graphic {
		background-image: url("../images/industries/RET-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-smart-buildings .tn_industry-graphic {
		background-image: url("../images/industries/SMA-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-sports-media-and-entertainment .tn_industry-graphic {
		background-image: url("../images/industries/SPO-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-transportation .tn_industry-graphic {
		background-image: url("../images/industries/TRA-industry-illustration-tablet.png");
	}
	
	.tn_industry-header.tn_industry-utilities .tn_industry-graphic {
		background-image: url("../images/industries/UTI-industry-illustration-tablet.png");
	}

}

@media (max-width: 767px) {

	.tn_industry-header.tn_industry-education .tn_industry-graphic {
		background-image: url("../images/industries/EDU-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-financial-services .tn_industry-graphic {
		background-image: url("../images/industries/FIN-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-government .tn_industry-graphic {
		background-image: url("../images/industries/CIT-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-healthcare .tn_industry-graphic {
		background-image: url("../images/industries/HEA-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-hospitality .tn_industry-graphic {
		background-image: url("../images/industries/HOS-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-manufacturing .tn_industry-graphic {
		background-image: url("../images/industries/MAN-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-mining .tn_industry-graphic {
		background-image: url("../images/industries/MIN-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-oil-and-gas .tn_industry-graphic {
		background-image: url("../images/industries/OIL-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-retail .tn_industry-graphic {
		background-image: url("../images/industries/RET-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-smart-buildings .tn_industry-graphic {
		background-image: url("../images/industries/SMA-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-sports-media-and-entertainment .tn_industry-graphic {
		background-image: url("../images/industries/SPO-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-transportation .tn_industry-graphic {
		background-image: url("../images/industries/TRA-industry-illustration-mobile.png");
	}
	
	.tn_industry-header.tn_industry-utilities .tn_industry-graphic {
		background-image: url("../images/industries/UTI-industry-illustration-mobile.png");
	}

}


/* MAIN SECTIONS
====================================================================== */

.tn_section-header {
	padding: 32px 0 16px 0;
}

.tn_section-header-with-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 -30px;
}

#tn_app-wrapper .tn_section-header h3 {
	margin: 0;
}

.tn_section-header-with-button .tn_section-header-title,
.tn_section-header-with-button .tn_section-header-button {
	margin: 0 30px;
}

.tn_section-header-button {
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#tn_app-wrapper .tn_section-header-title h2 {
	margin-bottom: 0;
}

.tn_section {
}

.tn_section-use-cases {
}

.tn_section-architecture-map {
}

.tn_section-next-steps {
}

.tn_section-subhead {
}

@media (max-width: 1023px) {

	.tn_section-header {
		padding-top: 24px;
	}
	
	.tn_section-header-with-button {
		margin: 0 -12px;
	}
	
	.tn_section-header-with-button .tn_section-header-title,
	.tn_section-header-with-button .tn_section-header-button {
		margin: 0 12px;
	}

}

@media (max-width: 767px) {

	.tn_section-header-with-button {
		margin: 0 -8px;
	}

	.tn_section-header-with-button .tn_section-header-title,
	.tn_section-header-with-button .tn_section-header-button {
		margin: 0 8px;
	}
	
	.tn_section-header-title {
		flex-basis: 60%;
	}

	.tn_section-header-button {
		flex-direction: column-reverse;
		align-items: end;
		flex-basis: 40%;
		flex-shrink: 1;
		min-width: 120px;
	}

	.tn_section-header {
		padding-top: 16px;
	}

}

/* FOOTER
====================================================================== */

.tn_next-steps {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 0;
}

.tn_next-steps-header {
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 48px 0 -20px;
}

#tn_app-wrapper .tn_next-steps h1 {
	margin-bottom: 0;
	font-size: 32px;
	line-height: 40px;
}

ul.tn_next-steps-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

#tn_app-wrapper ul.tn_next-steps-links li {
	margin: 4px 48px 0 0;
}

#tn_app-wrapper ul.tn_next-steps-links li:last-child {
	margin-right: 0;
}

@media (max-width: 1023px) {

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

	.tn_next-steps-header {
		margin-right: 48px;
		margin-left: -8px;
	}
	
	#tn_app-wrapper ul.tn_next-steps-links li {
		margin-right: 48px;
	}
}

@media (max-width: 767px) {

	.tn_next-steps {
		flex-direction: column;
		align-items: start;
	}
	
	.tn_next-steps-header {
		margin-bottom: 20px;
	}

	ul.tn_next-steps-links {
		flex-direction: column;
		align-items: start;
	}
	
	#tn_app-wrapper ul.tn_next-steps-links li {
		margin: 0 0 12px 0;
	}
	
	#tn_app-wrapper ul.tn_next-steps-links li:last-child {
		margin-bottom: 0;
	}

}