/* TEMPORARY AND PLACEHOLDER
====================================================================== */

.tn_phHeaderBar {
	width: 100%;
	height: 85px;
	background-image: url('../images/placeholder_header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

.tn_phFooterBar {
	width: 100%;
	height: 54px;
	background-color: #00415d;
	background-image: url('../images/placeholder_footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.tn_noteTemp {
	background-color: yellow;
	display: none;
}


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

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

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

.tn_container {
	position: relative;
	background-color: #f2f2f2;
}

.tn_splashContainer {
	background-color: #f2f2f2;
}

.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: #4d4d4c;
}

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

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

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

.tn_container a {
	color: #007493;
	font-weight: 400;
	text-decoration: none;
}

.tn_container a:hover {
	border-bottom: 1px solid #007493;
	text-decoration: none;
}

.tn_container a:active {
	color: #6f53bc;
	border-color: #6f53bc;
	text-decoration: none;
}

.tn_container a:visited {
	color: #007493;
	text-decoration: none;
}

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

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

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


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

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

.tn_contentDesktop {
}

.tn_mainToolContent {
	padding: 40px 0;
}

.tn_container h1 {
	padding-bottom: 16px;
	font-weight: 100;
	font-size: 46px;
	line-height: 56px;
	color: #4d4c4c;
}

.tn_container h2 {
	padding-bottom: 20px;
	font-weight: 100;
	font-size: 28px;
	line-height: 36px;
	color: #4d4c4c;
}

.tn_container h3 {
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #4d4c4c;
}

p.tn_utilityText {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0.6em 0;
}

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

.tn_container hr {
	height: 1px;
	margin: 24px 0;
	border: none;
	background-color: #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tn_subheadBar {
	height: 84px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.tn_subheadBar h2 {
	padding-top: 24px;
	padding-bottom: 0;
}

.tn_subheadButtonArray {
	position: absolute;
	top: 22px;
	right: 40px;
}

.tn_subheadButtonArray .tn_subheadButton {
	display: inline-block;
	margin-left: 6px;
}

.tn_subheadButtonArray .tn_subheadButton:first-child {
	margin-left: 0;
}

.tn_CTAButtonArrayBottom {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.tn_CTAButtonArrayBottom > span {
	margin-left: 3px;
	margin-right: 4px;
}


/* CONTACT MODULE
====================================================================== */

.tn_contactCiscoWidget {
	display: inline-block;
	position: relative;
}

.tn_contactCiscoWidget * {
	font-size: 18px;
}

a.tn_contactCiscoButton {
	display: inline-block;
	height: 40px;
	padding-top: 9px;
	font-size: 18px;
	font-weight: 100;
	color: #4d4c4c;
}

a.tn_contactCiscoButton:hover {
	border: none;
}

span.tn_contactIcon {
	display: inline-block;
	width: 22px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: -5px;
	background-image: url('../images/stickynav-icons.svg');
	background-position: 0 -23px;
	background-repeat: no-repeat;
}

span.tn_contactArrow {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-left: 10px;
	background-image: url('../images/stickynav-icons.svg');
	background-position: 0 -10px;
	background-repeat: no-repeat;
	transition: transform 0.2s linear;
}

span.tn_contactArrowClosed {
	background-position: 0 -10px;
}

span.tn_ContactArrowOpen {
	background-position: 0 10px;
}

.drop.active span.tn_contactArrow {
	transform: rotate(180deg);
}

.drop.active .tn_contactCiscoDropDown {
	display: block;
}

.tn_contactCiscoDropDown {
	display: none;
	position: absolute;
	top: 48px;
	right: 0;
	z-index: 10000;
	min-width: 288px;
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	box-shadow: rgb(153, 153, 153) 0px 3px 2px -1px;
}

.tn_contactCiscoDropDown ul {
	margin: 0 0 0 0;
	padding: 0;
}

.tn_contactCiscoDropDown ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

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

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

	.tn_contactCiscoDropDown {
		right: auto;
		margin: 0 auto;
	}

	div.tn_contactCiscoWidget {
		width: auto !important;
		margin: 0 auto;
		text-align: left !important;
	}

	.tn_contactCiscoWidget * {
		font-size: 16px;
	}

}


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

a.tn_capsuleButton {
	display: inline-block;
	min-width: 140px;
	min-height: 40px;
	margin: 0;
	padding: 8px 24px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

a.tn_capsuleButton:hover {
	text-decoration: none !important;
}

a.tn_capsuleButtonSolid {
	padding-top: 9px;
	color: #fff;
	background-color: #0d98be;
}

a.tn_capsuleButtonSolid:hover {
	color: #fff !important;
	background-color: #0a7998;
	border: none;
}

a.tn_capsuleButtonSolid:active {
	color: #fff !important;
	background-color: #075b71;
	border: none;
}

a.tn_capsuleButtonSolid:visited {
	color: #fff !important;
}

a.tn_capsuleButtonOpen {
	padding-top: 8px;
	color: #0a7998;
	background-color: #fff;
	border: 1px solid #0a7998;
}

a.tn_capsuleButtonOpen:hover {
	color: #fff !important;
	background-color: #0a7998;
	border-color: #0a7998;
}

a.tn_capsuleButtonOpen:active {
	color: #fff !important;
	background-color: #075b71;
	border-color: #075b71;
}

a.tn_capsuleButtonOpen:visited {
	color: #0a7998 !important;
}

a.tn_capsuleButtonOpen:visited:hover {
	color: #fff !important;
}

a.tn_capsuleButtonGrayedOut {
	padding-top: 8px;
	color: #919191;
	background-color: #fff;
	border: 1px dotted #919191;
/*	opacity: 0.3;*/
	pointer-events: none;
}

a.tn_capsuleButtonGrayedOut:visited {
	color: #919191 !important;
}

a.tn_capsuleButtonLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	max-width: calc(100% - 10px);
}

a.tn_capsuleButtonRight {
	float: right;
	margin-left: 10px;
}


/* SPLASH PAGE
====================================================================== */

.tn_splash {
	max-width: 1020px;
	min-height: 484px;
	margin: 0 auto;
	padding: 40px 30px;
	text-align: center;
}

.tn_splash h1 {
	padding-bottom: 0;
}

.tn_splashImage {
}

.tn_splashImage img {
	position: absolute;
	width: 364px;
	height: 364px;
}

.tn_splashContent {
	margin-top: 30px;
	margin-left: 404px;
}

.tn_splashButton {
	padding-top: 28px;
}

ul.tn_splashSolutionsArray {
	max-width: 800px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
}

ul.tn_splashSolutionsArray li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
	list-style-type: none;
	font-size: 24px;
	color: #0d274d;
}

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

ul.tn_splashSolutionsArray li img {
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}


/* QUESTIONS AND ANSWERS
====================================================================== */

p.tn_questionID {
	margin-bottom: 6px;
	color: #888888;
	font-size: 20px;
	line-height: 26px;
}

.tn_colorBar {
	width: 100%;
	height: 8px;
}

.tn_colorBarSection1 {
	float: left;
	width: 25%;
	height: 8px;
	background-color: #00bceb;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tn_colorBarSection2 {
	float: left;
	width: 25%;
	height: 8px;
	background-color: #fbab18;
}

.tn_colorBarSection3 {
	float: left;
	width: 25%;
	height: 8px;
	background-color: #6abf4b;
}

.tn_colorBarSection4 {
	float: left;
	width: 25%;
	height: 8px;
	background-color: #1e4471;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.tn_answerBlock {
}

.tn_answerBlockLeft {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.tn_answerBlockRight {
	float: right;
	width: 50%;
	padding-left: 20px;
}

.tn_answerBlock h3 {
	margin-top: 36px;
	padding-bottom: 20px;
}

.tn_answer {
/*	margin-bottom: 20px; */
/* The natural bottom margin of an answer element is 20px, but the info icons stretch the space between answers, so we reduce the margin to 4px to compensate. */
	margin-bottom: 4px;
	min-height: 41px;
}

.tn_answer *:focus {
	outline: none;
}

.tn_answer label {
	cursor: pointer;
	user-select: none;
}

.tn_answerText {
	position: relative;
	margin-left: 32px;
	padding-top: 1px;
}

.tn_checkbox {
	position: absolute;
	appearance: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background-color: #fff;
	border: 2px solid #a7a9ac;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.tn_checkbox:checked {
	background-color: #007493;
	background-image: url('../images/checkbox_check.png');
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
	border-color: #007493;
}

.tn_progressButtonArray {
	margin-top: 40px;
}

.tn_answerInfo {
	display: inline;
	position: relative;
}

/* .tn_answerInfo:hover .tn_toolTip {
	display: block;
} */

.tn_answerInfo a {
	position: relative;
	top: -8px;
	vertical-align: top;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../images/info.png');
	background-size: 40px 120px;
	background-position: 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: pointer;
}

.tn_answerInfo a:hover {
	border: none;
	background-position: 0 -40px;
}

.tn_answerInfo a:active {
	border: none;
	background-position: 0 -80px;
}

.tn_answerInfo a img {
	display: block;
	width: 20px;
	height: 20px;
}

.tn_toolTip {
	display: none;
	position: absolute;
	width: 288px;
	text-align: left;
	padding: 20px;
	margin-left: -2px;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 5050;
	left: 50%;
	background-color: rgba(77, 76, 76, 0.92);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.tn_toolTip p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.tn_toolTipTailContainer {
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -10px;
	width: 24px;
	height: 12px;
	overflow: hidden;
}

.tn_toolTipTail {
	position: absolute;
	top: -18px;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	background-color: rgba(77, 76, 76, 0.9);
}


/* RESULTS
====================================================================== */

#start-over2,
#back-to-2 {
	position: relative;
	z-index: 2;
}

.tn_resultsSection {
	margin-bottom: 40px;
}

.tn_resultsSoftware {
}

.tn_resultsAppliance .tn_resultsContentArea {
	min-height: 100px;
}

.tn_resultsInfrastructure {
}

.tn_resultsServices {
}

p.tn_resultsIntro {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 1.0em;
}

ul.tn_resultsIntroSolutions {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 20px auto;
	padding: 0;
}

ul.tn_resultsIntroSolutions li.hidden {
	display: none;
}

ul.tn_resultsIntroSolutions li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
	list-style-type: none;
	text-align: center;
}

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

ul.tn_resultsIntroSolutions li img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}

ul.tn_resultsIntroSolutions li a, ul.tn_resultsIntroSolutions li a:hover, ul.tn_resultsIntroSolutions li a:visited {
	text-decoration: none;
	border: none;
}

.tn_resultsContentArea {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #a7a9ac;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.tn_resultsSectionHeader {
	display: inline-block;
/*	min-height: 48px; */
/*	margin-bottom: 12px; */
	vertical-align: middle;
}

.tn_resultsSectionIcon {
	position: absolute;
	width: 48px;
	height: 48px;
}

.tn_mainWrap {
	padding: 40px 0 0;
	margin-bottom: 60px;
}

.tn_resultsSectionHeader h3 {
	font-size: 24px;
	line-height: 28px;
/*	margin-top: 13px;*/
	/* margin-left: 60px; */
}

ul.tn_resultsArray {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
/*	flex-flow: row wrap;*/
}

ul.tn_resultsArray li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
	list-style-type: none;
}

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

.tn_resultsArrayImage {
	margin-bottom: 16px;
}

.tn_resultsArrayImage img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 114px;
}

.tn_resultsArrayCategory {
	display: block;
	text-align: center;
}

.tn_resultsArrayProduct {
	text-align: center;
}

.tn_resultsArrayProduct h3 {
	padding-bottom: 0;
}

/*
.tn_resultsArrayProduct a {
	font-size: 18px;
	line-height: 26px;
}
*/

.tn_resultsApplianceItem, .tn_resultsServicesItem {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.tn_resultsApplianceItem {
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.tn_resultsApplianceItem:last-child, .tn_resultsServicesItem:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tn_resultsApplianceImage {
	flex: 0 0 360px;
	max-width: 360px;
}

.tn_resultsApplianceImage img {
	display: block;
	max-width: 100%;
	height: auto;
/* 	width: 360px;
	height: 60px; */
}

.tn_resultsApplianceText {
	padding-left: 30px;
	flex-grow: 1;
}


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

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

.tn_lightBoxWindow {
	position: fixed;
	left: 50%;
	margin-left: -480px;
	z-index: 1500;
	width: 960px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #a7a9ac;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#modal-content {
	margin-bottom: 10px;
}

a.tn_closeX {
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	width: 48px;
	height: 48px;
	background-image: url('../images/close_x.png');
	background-size: 48px 144px;
	background-position: 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: pointer;
}

a.tn_closeX:hover {
	border: none;
	background-position: 0 -48px;
}

a.tn_closeX:active {
	border: none;
	background-position: 0 -96px;
}

a.tn_closeX img {
	display: block;
	width: 24px;
	height: 24px;
}

/* ========== YOUR ANSWERS ========== */

.tn_lightBoxWindowAnswers hr {
	margin-top: 0;
}

.tn_lightBoxAnswersContentColumn {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.tn_lightBoxAnswersContentColumn:last-child {
	padding-right: 0;
}

.tn_lightBoxAnswersContent ul li {
	margin-left: 1.2em;
}

.tn_lightBoxAnswersContent ul ul li {
	margin-left: 2.4em;
}

.tn_lightBoxAnswersContent li {
	margin-bottom: 0.8em;
}

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

/* ========== PRODUCTS & SOLUTIONS ========== */

.tn_lightBoxWindowProduct-wrap {
/*	min-height: 260px; */
	display: flex;
	/* -ms-align-items: center;
	align-items: center; */
}

.tn_lightBoxProductImage {
	/* position: absolute; */
	flex: 0 0 310px;
	max-width: 310px;
	padding-right: 30px;
}
.tn_lightBoxProductImage.small-photo {
	flex: 0 0 170px;
	max-width: 170px;
}

.tn_lightBoxProductImage img {
	/* width: 280px;
	height: 200px; */
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.tn_lightBoxProductContent {
	flex-grow: 1;
}


/* ADDITIONS
====================================================================== */

.question-1-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.question-1-group {
	flex: 0 0 48%;
	max-width: 48%;
}

.d-none {
	display: none !important;
}

.loader {
	padding-top: 155px;
	padding-bottom: 155px;
}

#animation_container {
	margin: 0 auto;
}

.tn_content-loader {
	display: none;
}




.popper, .tooltip {
    position: absolute;
    background: #FFC107;
    color: black;
    max-width: 288px;
    border-radius: 8px;
    background-color: rgba(77, 76, 76, 0.92);
    text-align: center;
    padding: 20px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
    z-index: 5050;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 12px 12px 0 12px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -12px;
    left: calc(50% - 12px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip .tooltip-arrow, .popper .popper__arrow {
    border-color: rgba(77, 76, 76, 0.92);
}
.popper .popper__arrow, .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.tn_progressButtonArray a.tn_capsuleButtonLeft {
	margin-top: 0;
}

.test-iframe {
    position: fixed;
    right: 0;
    top: 0;
    width: 1000px;
    height: 100%;
    z-index: 2;
}
.debug-css .tn_splash,
.debug-css .tn_content {
	margin-left: 0;
	margin-right: 0;
}


