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

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

.tn_container,
.tn_container *,
.tn_container *:before,
.tn_container *::after {
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	margin: 0;
	padding: 0;
}

.tn_container {
	position: relative;
	padding-top: 20px;
}

.tn_container,
.tn_container p,
.tn_container ul li,
.tn_container ol li,
.tn_container th,
.tn_container td {
	font-family: "CiscoSans", Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #1b1c1d;
}

.tn_container ul li {
	list-style-type: disc;
}

.tn_container ol li {
	list-style-type: decimal;
}

.tn_container b,
.tn_container strong {
	font-weight: 500;
}

.tn_container h1,
.tn_container h2,
.tn_container h3,
.tn_container h4 {
	font-weight: 300;
	color: #1b1c1d;
}

.tn_container h1 {
	font-size: 52px;
	line-height: 62px;
	text-align: center;
	margin-bottom: 40px;
}

.tn_container h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}

.tn_container h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
}

.tn_container h4 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 12px;
}

.tn_container p {
	margin: 0 0 1em 0;
}

.tn_container p:last-child {
	margin-bottom: 0;
}

.tn_container a,
.tn_container a:hover,
.tn_container a:active,
.tn_container a:visited {
	font-weight: 500;
	text-decoration: none !important;
}

.tn_container a {
	color: #0070d2;
}

.tn_container a:visited {
	color: #0070d2;
}

.tn_container a:hover,
.tn_container a:active {
	color: #0060ad;
}

.tn_container img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

@media (max-width: 1023px) {

	.tn_container h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.tn_container h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.tn_container h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.tn_container h4 {
		font-size: 20px;
		line-height: 28px;
	}

}

@media (max-width: 767px) {

	.tn_container h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.tn_container h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.tn_container h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.tn_container h4 {
		font-size: 20px;
		line-height: 28px;
	}

}


/* MAIN LAYOUT AND STYLING
====================================================================== */

.tn_backdropLight {
	position: relative;
	background-color: #fff;
}

.tn_backdropDark {
	position: relative;
	background-color: #f4f5f6;
}

.tn_backdropTopBorder {
/*	top: 0px;

	border-top: 1px solid #d6d6d6;
	max-width: 1240px;
	margin: 0 auto;*/
}

.tn_content {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.tn_contentMobile,
.tn_homeMobile,
.tn_useCaseContentHeader,
.tn_archContentHeader,
.tn_architecture span,
.tn_archIcon,
.tn_archMobileDivider {
	display: none;
}

/* Add CTA arrow to different types of links. */
ul.tn_CTAButtons li a:after,
.tn_demoVideoCTA a:after,
ul.tn_techCVDContent li a:after,
.tn_techCVDContentAlt a:after,
.use-case-pull a: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);
}

.hidden {
	display: none;
}

@media (max-width: 1023px) {

	.tn_content {
		max-width: 100%;
		padding: 0 24px;
	}

}

@media (max-width: 767px) {
/* DON'T NEED?
	.tn_backdropLight,
	.tn_backdropDark,
	.tn_tabsDarkBG {
		background-color: #fff;
	}
*/
	.tn_content {
		padding: 0 16px;
	}

	.tn_contentMobile {
		display: block;
	}

	.tn_contentDesktop {
		display: none;
	}
	
	.hidden {
		display: none;
	}

}


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

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

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

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

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


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

.tn_home_desktop {
	padding-bottom: 40px;
}

.tn_home_backdrop,
.tn_home_backdrop_localized {
	position: relative;
	width: 1160px;
	height: 524px;
	margin: 30px auto 0 auto;
	background-image: url('https://www.cisco.com/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/cityscape-illustration-desktop.png');
	background-position: right center;
	background-size: 706px 524px;
	background-repeat: no-repeat;
	border-radius: 12px;
}

.tn_header-home {
	text-align: center;
}

.tn_container .tn_header-home h1 {
	font-size: 64px;
	line-height: 77px;
	margin-bottom: 8px;
}

.tn_home_navField {
	position: absolute;
	top: 0;
	left: 0;
	width: 404px;
	height: 524px;
	background-color: #fff;
	border-radius: 10px;
}

.tn_home_navField_localized {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 702px;
	height: 100px;
	background-color: #fff;
	border-radius: 10px;
}

ul.tn_home_nav,
ul.tn_home_nav_localized {
	position: relative;
	display: flex;
}

ul.tn_home_nav li,
ul.tn_home_nav_localized li {
	list-style-type: none;
}

ul.tn_home_nav li a {
	display: flex;
	width: 200px;
	height: 84px;
	padding: 12px;
	justify-content: left;
	align-items: center;
	font-weight: 300;
}

ul.tn_home_nav_localized li a {
	display: flex;
	width: 230px;
	height: 92px;
	padding: 20px;
	justify-content: left;
	align-items: center;
}

ul.tn_home_nav li a:hover,
ul.tn_home_nav_localized li a:hover {
	background-color: #f4f5f6;
	font-weight: 300;
}

ul.tn_home_nav li a,
ul.tn_home_nav_localized li a {
	background-color: #fff;
	border: 1px solid #d6d6d6;
}

ul.tn_home_nav li a,
ul.tn_home_nav li a:visited,
ul.tn_home_nav li a:active,
ul.tn_home_nav li a:hover,
ul.tn_home_nav_localized li a,
ul.tn_home_nav_localized li a:visited,
ul.tn_home_nav_localized li a:active,
ul.tn_home_nav_localized li a:hover {
	color: #1b1c1d !important;
	text-decoration: none !important;
	border-radius: 4px;
}

.tn_home_button01,
.tn_home_button01_localized {
	position: absolute;
	top: 0;
	left: 0;
}

.tn_home_button02 {
	position: absolute;
	top: 0;
	right: 0;
}

.tn_home_button02_localized {
	position: absolute;
	top: 4px;
	left: 238px;
}

.tn_home_button03 {
	position: absolute;
	top: 88px;
	left: 0;
}

.tn_home_button03_localized {
	position: absolute;
	top: 4px;
	left: 472px;
}

.tn_home_button04 {
	position: absolute;
	top: 88px;
	right: 0;
}

.tn_home_button05 {
	position: absolute;
	top: 176px;
	left: 0;
}

.tn_home_button06 {
	position: absolute;
	top: 176px;
	right: 0;
}

.tn_home_button07 {
	position: absolute;
	top: 264px;
	left: 0;
}

.tn_home_button08 {
	position: absolute;
	top: 264px;
	right: 0;
}

.tn_home_button09 {
	position: absolute;
	top: 352px;
	left: 0;
}

.tn_home_button10 {
	position: absolute;
	top: 352px;
	right: 0;
}

.tn_home_button11 {
	position: absolute;
	top: 440px;
	left: 0;
}

.tn_home_button12 {
	position: absolute;
	top: 440px;
	right: 0;
}

.tn_homeMobile ul {
	margin: 0 auto;
	padding: 0;
	max-width: 480px;
}

.tn_homeMobile ul li {
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}

.tn_homeMobile ul li a {
	display: flex;
	padding: 12px 12px 12px 0;
	align-items: center;
	height: 100px;
	color: #1b1c1d !important;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}

.tn_homeMobile ul li a img {
	width: 120px;
	height: 100px;
	margin: 0 8px;
}

@media (max-width: 1239px) {

/* Approximately 81% of full size */
	.tn_home_backdrop,
	.tn_home_backdrop_localized {
		width: 944px;
		height: 428px;
		background-image: url('https://www.cisco.com/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/cityscape-illustration-small-desktop.png');
		background-size: 572px 424px;
	}

	.tn_container .tn_header-home h1 {
		font-size: 52px;
		line-height: 62px;
	}

	.tn_home_navField {
		width: 348px;
		height: 428px;
	}

	.tn_home_navField_localized {
		top: 15px;
		left: 15px;
		width: 586px;
		height: 78px;
	}

	ul.tn_home_nav li a {
		width: 172px;
		height: 68px;
		padding: 10px;
	}

	ul.tn_home_nav_localized li a {
		width: 190px;
		height: 70px;
		padding: 16px;
	}

	.tn_home_button01 {
		position: absolute;
		top: 0;
		left: 0;
	}

	.tn_home_button02 {
		position: absolute;
		top: 0;
		right: 0;
	}

	.tn_home_button02_localized {
		position: absolute;
		top: 4px;
		left: 198px;
	}

	.tn_home_button03 {
		position: absolute;
		top: 72px;
		left: 0;
	}

	.tn_home_button03_localized {
		position: absolute;
		top: 4px;
		left: 392px;
	}

	.tn_home_button04 {
		position: absolute;
		top: 72px;
		right: 0;
	}

	.tn_home_button05 {
		position: absolute;
		top: 144px;
		left: 0;
	}

	.tn_home_button06 {
		position: absolute;
		top: 144px;
		right: 0;
	}

	.tn_home_button07 {
		position: absolute;
		top: 216px;
		left: 0;
	}

	.tn_home_button08 {
		position: absolute;
		top: 216px;
		right: 0;
	}

	.tn_home_button09 {
		position: absolute;
		top: 288px;
		left: 2px;
	}

	.tn_home_button10 {
		position: absolute;
		top: 288px;
		right: 0;
	}

	.tn_home_button11 {
		position: absolute;
		top: 360px;
		left: 0;
	}

	.tn_home_button12 {
		position: absolute;
		top: 360px;
		right: 0;
	}
}

@media (max-width: 1023px) {

	.tn_home_desktop {
		height: 820px;
	}

	.tn_home_backdrop {
		width: 720px;
		height: 524px;
		margin-top: 0;
		background-image: url('https://www.cisco.com/c/dam/m/en_us/solutions/industries/portfolio-explorer/images/common/cityscape-illustration-desktop.png');
		background-size: 706px 524px;
		background-position: center center;
	}

	.tn_home_backdrop_localized {
		width: 720px;
		height: 318px;
		margin-top: 0;
		background-size: 720px 318px;
	}

	.tn_container .tn_header-home h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.tn_home_navField {
		top: 512px;
		left: -4px;
		width: 728px;
		height: 276px;
		border-radius: 14px;
	}

	.tn_home_navField_localized {
		top: 10px;
		left: 10px;
		width: 496px;
		height: 62px;
	}

	ul.tn_home_nav li a {
		width: 237.3333px;
		height: 64px;
		padding: 0 12px;
	}

	ul.tn_home_nav_localized li a {
		width: 160px;
		height: 54px;
		padding: 12px;
		font-size: 14px !important;
	}

	.tn_home_button01 a {
		border-radius: 12px 0 0 0;
	}

	.tn_home_button02 a {
		border-radius: 0;
	}

	.tn_home_button03 a {
		border-radius: 0 12px 0 0;
	}

	.tn_home_button10 a {
		border-radius: 0 0 0 12px;
	}

	.tn_home_button11 a {
		border-radius: 0;
	}

	.tn_home_button12 a {
		border-radius: 0 0 12px 0;
	}

	.tn_home_button01 {
		top: 4px;
		left: 4px;
	}

	.tn_home_button02 {
		top: 4px;
		left: 245.3333px;
	}

	.tn_home_button02_localized {
		top: 4px;
		left: 168px;
	}

	.tn_home_button03 {
		top: 4px;
		left: 486.6666px;
	}

	.tn_home_button03_localized {
		top: 4px;
		left: 332px;
	}

	.tn_home_button04 {
		top: 72px;
		left: 4px;
	}

	.tn_home_button05 {
		top: 72px;
		left: 245.3333px;
	}

	.tn_home_button06 {
		top: 72px;
		left: 486.6666px;
	}

	.tn_home_button07 {
		top: 140px;
		left: 4px;
	}

	.tn_home_button08 {
		top: 140px;
		left: 245.3333px;
	}

	.tn_home_button09 {
		top: 140px;
		left: 486.6666px;
	}

	.tn_home_button10 {
		top: 208px;
		left: 4px;
	}

	.tn_home_button11 {
		top: 208px;
		left: 245.3333px;
	}

	.tn_home_button12 {
		top: 208px;
		left: 486.6666px;
	}

}

@media (max-width: 767px) {

	.tn_home_desktop {
		display: none;
	}
	
	.tn_homeMobile {
		display: block;
		margin-top: 16px;
		padding-bottom: 16px;
	}
	
	.tn_header-home h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	.tn_header-home h4 {
		font-size: 16px;
		line-height: 20px;
	}

}


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

.tn_illusIndustry img {
	display: block;
	width: 1160px;
	height: 394px;
	margin: 20px auto;
}

.tn_illusIndustryMobile {
	display: none;
	max-width: 100%;
	height: 144px;
	margin: 16px 0;
	background-size: auto 144px;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1237px) {

	.tn_illusIndustry img {
		width: 944px;
		height: 321px;
	}

}

@media (max-width: 1023px) {

	.tn_illusIndustry img {
		width: 720px;
		height: 244px;
		margin: 12px auto;
	}

}

@media (max-width: 767px) {

	.tn_illusIndustry {
		display: none;
	}

	.tn_illusIndustryMobile {
		display: block;
	}

}


/* GENERIC ARRAY USED FOR ALL HORIZONTAL SETS OF AFFORDANCES
====================================================================== */

ul.tn_horizArray {
	position: relative;
	display: flex;
	justify-content: center;
}

ul.tn_horizArray li {
	flex: 1;
	list-style-type: none;
	font-size: 16px;
	line-height: 22px;
}

ul.tn_horizArray li:first-child {
	margin-left: 0;
}

ul.tn_horizArray li a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	align-items: center;
}

ul.tn_horizArray li a img {
	margin-right: 10px;
}

ul.tn_horizArray li.tn_buttonSelected a,
ul.tn_horizArray li.tn_buttonSelected a.tn_offerUCArray {
	background-color: #0060ad;
	border-color: #0060ad;
	color: #fff;
}

@media (max-width: 1023px) {

	ul.tn_horizArray li {
		font-size: 14px;
		line-height: 18px;
	}

}

@media (max-width: 767px) {

	ul.tn_horizArray {
		display: block;
	}

}


/* ARRAY WITH BUTTON STYLING
====================================================================== */

.tn_arrayButtons {
	padding: 20px 0;
}

.tn_arrayButtons li {
	margin-left: 20px;
}

.tn_arrayButtons li a {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}

.tn_arrayButtons li a:hover {
	background-color: #e8e8e8;
}

.tn_buttonsHome li a {
	min-height: 72px;
}

/* DON'T NEED?
.tn_buttonsHome li a,
.tn_buttonsHome li a:visited,
.tn_buttonsHome li a:active,
.tn_buttonsHome li a:hover {
	color: #007493 !important;
	text-decoration: none !important;
}
*/
@media (max-width: 767px) {

/* DON'T NEED?
	.tn_arrayButtons li {
		margin-left: 0;
	}
*/

}


/* ARRAY WITH TAB STYLING and TAB GROUP "BLADE"
====================================================================== */

.tn_tabGroup {
	position: relative;
	padding-top: 40px;
}

.tn_tabsDarkBG {
/* Tabs no longer appear over a dark background, so this changes the style without having to change markup across all pages */
	background-color: #fff;
}

.tn_tabGroup ul li.tn_tabsUnderline {
	position: absolute;
	bottom: 0;
	z-index: 500;
	margin-left: 0;
	max-width: 100%;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}

.tn_tabsUnderline span {
	display: none;
}

ul.tn_arrayTabs li {
	margin-left: 30px;
	z-index: 450;
}

ul.tn_arrayTabs li a,
ul.tn_arrayTabs li a:visited,
ul.tn_arrayTabs li a:hover,
ul.tn_arrayTabs li a:active {
	min-height: 48px;
	padding: 4px 0 8px 0;
	align-items: start;
	justify-content: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	color: #1b1c1d;
	background-color: #fff;
}

ul.tn_arrayTabs li a:hover {
	border-bottom: 6px solid #d6d6d6;
}

ul.tn_arrayTabs li.tn_tabSelectedDark a,
ul.tn_arrayTabs li.tn_tabSelectedLight a {
	font-weight: 500;
	border-bottom: 6px solid #0060ad;
}

.tn_tabs2Up li {
	max-width: 320px;
}

.tn_tabs3Up li {
	max-width: 220px;
}

.tn_tabs4Up li {
	max-width: 220px;
}

@media (max-width: 1023px) {

	.tn_tabGroup {
		padding-top: 24px;
	}

	ul.tn_arrayTabs li {
		margin-left: 16px;
	}

	ul.tn_arrayTabs li a,
	ul.tn_arrayTabs li a:visited,
	ul.tn_arrayTabs li a:hover,
	ul.tn_arrayTabs li a:active {
		min-height: 42px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.tn_tabs2Up li {
		max-width: 280px;
	}

	.tn_tabs3Up li {
		max-width: 170px;
	}
	
	.tn_tabs4Up li {
		max-width: 170px;
	}

}

@media (max-width: 767px) {

	.tn_tabGroup {
		margin: 0 16px;
		padding: 16px 0;
	}
	
	.tn_tabGroup ul li {
		margin-bottom: 10px;
	}

	.tn_tabGroup ul li:last-child {
		margin-bottom: 0;
	}

	.tn_tabGroup ul li.tn_tabsUnderline {
		display: none;
	}

	ul.tn_arrayTabs li {
		margin-left: 0;
	}

	ul.tn_arrayTabs li a,
	ul.tn_arrayTabs li a:visited,
	ul.tn_arrayTabs li a:hover,
	ul.tn_arrayTabs li a:active,
/* Tabs no longer appear over a dark background, so all tabs are white */
	ul.tn_arrayTabs li.tn_tabSelectedDark a,
	ul.tn_arrayTabs li.tn_tabSelectedDark a:visited,
	ul.tn_arrayTabs li.tn_tabSelectedDark a:hover,
	ul.tn_arrayTabs li.tn_tabSelectedDark a:active,
	ul.tn_arrayTabs li.tn_tabSelectedLight a,
	ul.tn_arrayTabs li.tn_tabSelectedLight a:visited,
	ul.tn_arrayTabs li.tn_tabSelectedLight a:hover,
	ul.tn_arrayTabs li.tn_tabSelectedLight a:active {
		min-height: auto;
		padding: 12px 14px;
		align-items: center;
		border-radius: 4px;
		background-color: #fff;
		border: 1px solid #d6d6d6;
	}

/* Tabs no longer appear over a dark background, so all tabs have the same appearance */
/* In the mobile view, it doesn't make sense to have a tab "selected", so the selected state is visually the same as the unselected state. */
	ul.tn_arrayTabs li.tn_tabSelectedLight a,
	ul.tn_arrayTabs li.tn_tabSelectedDark a {
		font-weight: 300;
		background-color: #fff;
	}

	.tn_tabs2Up li,
	.tn_tabs3Up li,
	.tn_tabs4Up li {
		max-width: 100%;
	}

}


/* MOBILE MENU USED FOR USE CASES AND ARCHITECTURES
====================================================================== */

.tn_lightBoxUseCaseMenu {
	top: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	position: fixed;
	z-index: 1500;
	width: 100%;
	overflow: auto;
	max-height: 100%
}






/* MORE GOES HERE >>> */










/* CTA BANNER - PAGE BOTTOM
====================================================================== */

.tn_CTABanner {
	width: 100%;
	background-color: #ebebeb;
}

.tn_CTABannerContent {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 100px;
	text-align: left;
}

img.tn_CTAIcon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 80px;
	height: 80px;
}

.tn_CTABannerContent h2 {
	display: inline-block;
	flex-basis: 20%;
	margin-left: 88px;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.tn_CTAButtons {
	flex-basis: 80%;
	margin-right: 16px;
	margin-left: 30px;
}

ul.tn_CTAButtons li {
	display: inline-block;
	margin-right: 52px;
	list-style-type: none;
}

ul.tn_CTAButtons li:last-child {
	margin-right: 0;
}

ul.tn_CTAButtons li a {
	line-height: 32px;
}

@media (max-width: 1023px) {
	.tn_CTABannerContent {
		min-height: 80px;
	}
	
	img.tn_CTAIcon {
		width: 60px;
		height: 60px;
	}

	.tn_CTABannerContent h2 {
		margin-left: 66px;
	}
	
	ul.tn_CTAButtons li {
		margin-right: 40px;
	}
	
	ul.tn_CTAButtons li a {
		font-size: 14px;
		line-height: 24px;
	}	
}

@media (max-width: 899px) {
	.tn_CTABannerContent h2 {
		flex-basis: 25%;
	}
	
	ul.tn_CTAButtons {
		flex-basis: 75%;
	}
}

@media (max-width: 767px) {
	.tn_CTABannerContent {
		min-height: auto;
		flex-direction: column;
		align-items: start;
	}
	
	img.tn_CTAIcon {
		
	}
	
	.tn_CTABannerContent h2 {
		margin-top: 28px;
	}
	
	ul.tn_CTAButtons {
		flex-basis: auto;
		margin-left: 0;
	}
	
	ul.tn_CTAButtons {
		margin: 16px 12px;
	}
	
	ul.tn_CTAButtons li {
		display: block;
		margin: 10px 0;
	}
}








/* START HERE >>> */







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

.tn_lightBoxOverlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(27, 28, 29, 0.5);
}
















































/* DON'T NEED?
a.tn_ctaButton {
	font-size: 20px;
	font-weight: 400;
}

a.tn_ctaButton:hover,
a.tn_ctaButton:active {
	text-decoration: none;
	border-bottom: 1px solid;
}

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

@media (max-width: 1023px) {
	a.tn_ctaButton {
		font-size: 18px;
	}
}

*/

































/* CUSTOM
====================================================================== */




















/* LIGHTBOXES
====================================================================== */

.tn_lightboxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9020;
	background-color: rgba(87, 88, 90, 0.8);
	opacity: 0;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.tn_videoLightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9040;
	width: 854px;
	height: 480px;
	margin: 0 auto;
}

.tn_lightboxDismiss {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9030;
}

.tn_lightboxCloseX {
	position: absolute;
	top: -6px;
	right: -52px;
	width: 48px;
	height: 48px;
}

.tn_lightboxCloseX img {
	width: 48px;
	height: 48px;
}

.tn_lightboxCloseX span,
.tn_lightboxDismiss span {
	display: none;
}

.tn_videoPlayer {
	z-index: 9040;
	width: 854px;
	height: 480px;
	margin: 0 auto;
	background-color: #000;
}

.tn_partnerTypesLightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9040;
	width: 520px;
	margin: 0 auto;
	padding: 24px;
	background-color: #fff;
	border-radius: 16px;
}

.this-case-study:empty {
	display: none;
}

@media screen and (max-device-width: 1022px), screen and (max-width: 1022px) {






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

	.tn_videoLightbox {
		width: 720px;
		height: 405px;
	}
	
	.tn_videoPlayer {
		width: 720px;
		height: 405px;
	}
	
	.tn_lightboxCloseX {
		top: -52px;
		right: -6px;;
	}

}




@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
/* ========== VIDEO LIGHTBOX ========== */

	.tn_videoLightbox {
		width: 320px;
		height: 180px;
	}
	
	.tn_videoPlayer {
		width: 320px;
		height: 180px;
	}





}
