#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 {
	position: relative;
	color: #1B1C1D;
	font-family: 'CiscoSans', Helvetica, Arial, sans-serif;
	background: #fff;
}
.tn_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.tn_row-align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.tn_row-flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.tn_col {
	padding: 0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
.tn_container {
	display: block;
	margin: 0 auto;
	max-width: 1190px;
	padding: 0 15px;
}
.tn_section {
	clear: both;
	float: left;
	width: 100%;
}
#tn_app-wrapper img {max-width: 100%;}
.tn_box {
	display: block;
	margin: 0 auto;
}

#tn_header {
	padding: 29px 0;
	border-bottom: 1px solid #0D274D;
	background: #F5F5F5;
}
#tn_logo-ntt svg {max-height: 45.5091px;}
#tn_logo-ntt img {height: 45.5091px;}
#tn_logo-cisco svg {max-height: 54.702975px;}
#tn_logo-cisco img {height: 54.702975px;}
.tn_logo {display: inline-block; vertical-align: middle;}
#tn_app-wrapper h1, #tn_app-wrapper h2, #tn_app-wrapper p {color: #1B1C1D;}
.tn_text-center {text-align: center;}
.tn_title-bar {
	padding: 30px 0;
	border-top: 1px solid #0D274D;
	border-bottom: 1px solid #0D274D;
	background: #fff;
}
.tn_title-bar h2 {margin: 0; padding: 0;}
.tn_hidden {display: none !important;}
.tn_accordion_label {
	display: block;
	margin: 0;
	padding: 17px 24px;
	color: #007493;
	font-size: 20px;
	line-height: 26px;
	border-radius: 30px;
	font-weight: 400;
	background: #eee;
}
.tn_accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	opacity: 0;
	-webkit-transition: 0.75s ease;
	-moz-transition: 0.75s ease;
	-o-transition: 0.75s ease;
	transition: 0.75s ease;
}
.tn_accordion_checkbox:checked ~ .tn_accordion-content {
	max-height: 800px;
	opacity: 1;
	padding-top: 40px;
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;

}
.tn_accordion_label ::selection {background-color: transparent;}
.tn_col_point-content h3 {
	color: #0D274D;
	font-size: 28px;
	line-height: 36px;
}
.tn_desktop-only {display: none;}
.tn_col-accordion-trigger-icon span {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(/c/dam/m/en_us/solutions/global-partners/ntt/challenge/images/sprite-accordion.png) no-repeat left bottom;
}
.tn_accordion_checkbox:checked ~ .tn_accordion_label .tn_col-accordion-trigger-icon span {background-position: left top;}
.tn_col-accordion-trigger-text {
	-ms-flex: 0 0 calc(100% - 46px);
	flex: 0 0 calc(100% - 46px);
	max-width: calc(100% - 46px);
}
.tn_col-accordion-trigger-icon {
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	max-width: 46px;
}
#tn_app-wrapper h1, #tn_row_splash_2 h2, #tn_app-wrapper h2, .tn_col_point-content h3 {font-weight: 100;}
#tn_row_splash_2 p {font-weight: 300;}
.tn_read-more {
	color: #007493;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none !important;
}
.tn_read-more:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 16px;
	margin-left: 7px;
	vertical-align: middle;
	background: transparent url(/c/dam/m/en_us/solutions/global-partners/ntt/challenge/images/tn_read-more.jpg) no-repeat left top / contain;
}
.tn_accordion-content-col-text h4 {
	color: #1b1c1d;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	line-height: 30px;
	font-weight: 200;
	border-bottom: 1px solid #ccc;
}
.tn_accordion-content-col-text h5 {
	color: #1b1c1d;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 200;
}
.tn_accordion-content-col-text p {margin-bottom: 20px;}
.tn_final-image svg {max-height: 290px;}
.tn_final-image img {height: 290px;}
.tn_final-text-1 {
	font-size: 64px;
	line-height: 76.8px;
	color: #1B1C1D;
	font-weight: 100;
}
.tn_final-text-2 {
	font-size: 48px;
	line-height: 57.6px;
	color: #1B1C1D;
	font-weight: 100;
}
#tn_footer {padding-bottom: 100px;}
.tn_col_point-content-row-main-col-icon {display: none;}

.tn_reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}
.tn_reveal.tn_reveal_active {
	transform: translateY(0);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	#tn_logo-cisco {margin-left: 55px;}
	.tn_desktop-hide {display: none;}
	.tn_desktop-only {display: block;}
	#tn_splash .tn_container {background: #fff url(/c/dam/m/en_us/solutions/global-partners/ntt/challenge/images/bg-splash.png) no-repeat 77px top;}
	#tn_app-wrapper h1 {
		font-size: 64px;
		line-height: 76.8px;
		padding-left: 23px;
		padding-top: 54px;
	}
	#tn_row_splash_1_col_1 {
		-ms-flex: 0 0 54.74%;
		flex: 0 0 54.74%;
		max-width: 54.74%;
	}
	#tn_row_splash_2 {margin-top: 208px; padding-bottom: 65px;}
	#tn_row_splash_2 h2 {
		font-size: 32px;
		line-height: 38.4px;
	}
	#tn_row_splash_2 p {
		font-size: 20px;
		line-height: 32px;
	}
	.tn_title-bar h2 {
		font-size: 48px;
		line-height: 57.6px;
	}
	#tn_main .tn_container {
		background: #fff url(/c/dam/m/en_us/solutions/global-partners/ntt/challenge/images/bg-main.png) repeat-y 107px top;
	}
	.tn_points {padding-top: 29px;}
	.tn_point {
		padding: 49px 0;
	}
	.tn_col_point-image svg, .tn_col_point-image img {max-height: 180px;}
	.tn_col_point-image {
		-ms-flex: 0 0 210px;
		flex: 0 0 210px;
		max-width: 210px;
	}
	.tn_col_point-content {
		padding-top: 20px;
		-ms-flex: 0 0 calc(100% - 210px);
		flex: 0 0 calc(100% - 210px);
		max-width: calc(100% - 210px);
	}
	.tn_col_point-content h3 {padding-left: 20px;}
	.tn_accordion-content-col-text {
		-ms-flex: 0 0 55.5%;
		flex: 0 0 55.5%;
		max-width: 55.5%;
	}
	.tn_accordion-content-col-image {
		-ms-flex: 0 0 44.5%;
		flex: 0 0 44.5%;
		max-width: 44.5%;
	}
	#tn_footer .tn_container {padding-top: 40px; background: #fff url(/c/dam/m/en_us/solutions/global-partners/ntt/challenge/images/bg-footer.png) no-repeat 107px top;}
	.tn_box_788 {max-width: 588px;}
	.tn_final-image {float: right; margin-top: 32px;}
	.tn_point:last-child {padding-bottom: 0;}
}
@media screen and (min-width: 1200px) {
	.tn_box_788 {max-width: 788px;}
	.tn_final-text {margin-top: -60px;}
}
@media screen and (max-width: 1024px) {
	#tn_logo-cisco {margin-left: 44px;}
	#tn_logo-ntt svg {max-height: 34px;}
	#tn_logo-ntt img {height: 34px;}
	#tn_logo-cisco svg {max-height: 41px;}
	#tn_logo-cisco img {height: 41px;}
	#tn_app-wrapper h1 {padding-top: 35px;}
	#tn_footer {padding-bottom: 50px;}
	.tn_footer-inner {padding-top: 40px; margin-top: 40px; border-top: 1px solid #0D274D;}
	.tn_accordion_checkbox:checked ~ .tn_accordion-content {padding-top: 20px;}
	.tn_point:not(:last-child) .tn_accordion_checkbox:checked ~ .tn_accordion-content {padding-bottom: 40px; border-bottom: 1px solid #0D274D;}
	.tn_accordion-content-col-text h4 {font-size: 23px; line-height: 26px;}
	.tn_accordion-content-col-text h5 {font-size: 21px; line-height: 24px;}
	.tn_read-more {font-size: 16px; line-height: 20px;}
	.tn_read-more:after {
		width: 6px;
		height: 11px;
		margin-left: 6px;
	}
	#tn_app-wrapper h1 {
		padding-top: 15px;
		font-size: 32px;
		line-height: 38px;
	}
	.tn_mobile-splash {padding-top: 10px;}
	#tn_row_splash_2 h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.tn_title-bar {padding: 20px 0; margin-top: 20px;}
	.tn_title-bar h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.tn_final-text {margin-top: 20px;}
	.tn_final-text-1 {
		font-size: 32px;
		line-height: 38px;
	}
	.tn_final-text-2 {
		font-size: 28px;
		line-height: 34px;
	}
	#tn_footer {padding-bottom: 25px;}
	.tn_accordion-content-col-image {margin-bottom: 20px;}
	.tn_col_point-content h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: 300;
		margin-bottom: 0;
	}
	.tn_final-image {float: right;}
	.tn_col_point-image {display: none;}
	.tn_col_point-content-row-main-col-icon {display: block;}
	.tn_col_point-content-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		box-sizing: border-box;
	}
	.tn_col_point-content-row-main-col, .tn_col_point-content-row-accordion-col {
		padding: 0 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.tn_col_point-content-row-main-col-icon {
		-ms-flex: 0 0 165px;
		flex: 0 0 165px;
		max-width: 165px;
	}
	.tn_col_point-content-row-main-col-headline {
		-ms-flex: 0 0 calc(100% - 165px);
		flex: 0 0 calc(100% - 165px);
		max-width: calc(100% - 165px);
	}
	.tn_point + .tn_point {margin-top: 60px;}
	.tn_points {padding-top: 18px;}
	.tn_col_point-content-row-accordion {margin-top: 20px;}
	.tn_col_point-content-row-main {
		-ms-flex-align: center;
		align-items: center;
	}
	.tn_accordion-content-col-image img {max-height: 107px; display: block; margin: 0 auto; text-align: center;}
	.tn_mobile-splash img {max-height: 133px; display: block; margin: 0 auto; text-align: center;}
}
@media screen and (max-width: 767px) {
	#tn_header {padding: 12px 0;}
	#tn_logo-cisco {margin-left: 32px;}
	#tn_logo-ntt svg, #tn_logo-ntt img {max-height: 32px;}
	#tn_logo-cisco svg, #tn_logo-cisco img {max-height: 38px;}
	.tn_col_point-content-row-main-col-icon {
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
	}
	.tn_col_point-content-row-main-col-headline {
		-ms-flex: 0 0 calc(100% - 120px);
		flex: 0 0 calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
	.tn_col_point-content-row-main {
		-ms-flex-align: unset;
		align-items: unset;
	}
	.tn_col-accordion-trigger-text {
		font-size: 16px;
		line-height: 22px;
	}
	.tn_accordion_label {padding: 13px 24px;}
	.tn_final-image img {height: 144px;}
}