/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Open Sans';
	src: url('Fonts/OpenSans-Regular.ttf');
}

@font-face 
{
	font-family: 'Open Sans Light';
	src: url('Fonts/OpenSans-Light.ttf');
}

@font-face 
{
	font-family: 'Open Sans Semibold';
	src: url('Fonts/OpenSans-SemiBold.ttf');
}

:root
{
	--White: #ffffff;
	--Brand1: #a6cf39;
	--Dark: #282c2e;
	--Light: #d4d5d5;
	--Medium: #a9abab;
	--Brand2: #edf5d7;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
	mc-hyphenate: never;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	font-size: 11pt;
	mc-hyphenate: never;
	font-family: 'Open Sans';
	color: #282c2e;
}

p.table-text
{
	font-family: 'Open Sans';
	font-size: 11pt;
}

/* Generic classes */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/* Headings */

h1
{
	margin-top: 0;
	color: #282c2e;
	font-family: 'Open Sans Light';
	font-size: 26pt;
	font-weight: normal;
	text-transform: capitalize;
}

h2
{
	font-weight: bold;
	font-family: 'Open Sans Light';
	font-size: 22pt;
	text-transform: capitalize;
}

h3
{
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 17pt;
	text-transform: capitalize;
	padding-top: 30px;
}

h4
{
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 14pt;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: capitalize;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	font-family: 'Open Sans Semibold';
	color: #a6cf39;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

.nav-search	/*Does not display search in Top Navigation for desktop*/
{
	display: none;
}

div.accent
{
	background-color: var(--Brand2);
}

div.home-layout
{
	padding: 2% 20%;
}

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px var(--Light);
}

div.home-section:last-of-type
{
	border-bottom: none;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 8% 0;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../Images/Company_Assets/Hero_Image_Televic.png');
	background-repeat: no-repeat;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 100%;
	padding: 0;
}

img.home-tile
{
	max-width: 50%;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

a.home-tiles
{
	color: var(--Dark);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

/* Master pages */

div.home-footer
{
	padding: 2% 5%;
	background-color: var(--Brand1);
}

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.topic-layout
{
	padding-top: 4%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

div.Note
{
	background-repeat: no-repeat;
	border-radius: 2px;
	color: #535658;
	font-family: 'Open Sans';
	font-size: 11pt;
	background-image: url('../Images/Icons/Note.png');
	background-color: #f2f3f3;
	background-position: 9px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px 0px;
	border-top-left-radius: 3px;
	border-left: solid 4px #535658;
	padding: 15px 15px 15px 45px;
	background-size: 24px;
}

p.noteCont
{
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
}

p.note
{
	color: #a9abab;
	font-family: 'Open Sans';
	font-size: 11pt;
	font-weight: normal;
	background-image: url('../Images/Icons/Note.png');
	background-repeat: no-repeat;
	background-position: 9px;
	background-color: #eeeeef;
	overflow: hidden;
	padding: 15px 15px 0px 45px;
	border-left: solid 4px #535658;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

p.safety
{
	font-family: 'Open Sans';
	color: #ff3341;
	background-image: url('../Images/Icons/Safety.png');
	background-repeat: no-repeat;
	background-position: 9px;
	background-size: 24px;
	border-left: solid 4px #ff3341;
	background-color: #ffccd0;
	padding: 15px 15px 15px 45px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

p.tip
{
	color: #a6cf39;
	font-family: 'Open Sans';
	border-left: solid 4px #a6cf39;
	background-image: url('../Images/Icons/Tip.png');
	background-repeat: no-repeat;
	background-color: #edf5d7;
	background-position: 9px;
	padding: 15px 15px 15px 45px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

p.warning
{
	font-family: 'Open Sans';
	color: #fd8402;
	background-image: url('../Images/Icons/Warning.png');
	background-color: #ffe6cc;
	background-position: 9px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-left: solid 4px #fd8402;
	padding: 15px 15px 15px 45px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.safety
{
	color: #ff3341;
	font-family: 'Open Sans';
	font-size: 11pt;
	background-color: #ffccd0;
	background-image: url('../Images/Icons/Safety.png');
	background-position: 9px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-bottom-left-radius: 3px;
	border-left: solid 4px #ff3341;
	border-top-left-radius: 3px;
	padding: 15px 15px 15px 45px;
}

div.tip
{
	color: #a6cf39;
	font-family: 'Open Sans';
	font-size: 11pt;
	padding: 15px 15px 15px 45px;
	border-top-left-radius: 3px;
	border-left: solid 4px #a6cf39;
	border-bottom-left-radius: 3px;
	background-color: #edf5d7;
	background-image: url('../Images/Icons/Tip.png');
	background-position: 9px;
	background-repeat: no-repeat;
	background-size: 24px;
}

div.warning
{
	color: #fd8402;
	font-family: 'Open Sans';
	font-size: 11pt;
	background-color: #ffe6cc;
	background-image: url('../Images/Icons/Warning.png');
	background-position: 9px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-bottom-left-radius: 3px;
	border-left: solid 4px #fd8402;
	border-top-left-radius: 3px;
	padding: 15px 15px 15px 45px;
}

div.home-tiles > div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

img.thumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 80px;
}

li
{
	font-family: 'Open Sans';
	color: #282c2e;
	font-size: 10pt;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	img.thumbnail
	{
		mc-thumbnail: popup;
		mc-thumbnail-max-height: 60px;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	img.thumbnail
	{
		mc-thumbnail: popup;
		mc-thumbnail-max-height: 60px;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	p.note
	{
		background-color: #f2f3f3;
		background-image: url(../Images/Icons/Note.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #535658;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	div.note
	{
		background-color: #f2f3f3;
		background-image: url(../Images/Icons/Note.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #535658;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	p.tip
	{
		background-color: #EDF5D7;
		background-image: url(../Images/Icons/Tip.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #A6CF39;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	div.tip
	{
		background-color: #EDF5D7;
		background-image: url(../Images/Icons/Tip.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #A6CF39;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	p.warning
	{
		background-color: #FFE6CC;
		background-image: url(../Images/Icons/Warning.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #FD8402;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	div.warning
	{
		background-color: #FFE6CC;
		background-image: url(../Images/Icons/Warning.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #FD8402;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	p.safety
	{
		background-color: #FFCCD0;
		background-image: url(../Images/Icons/Safety.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #FF0012;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}

	div.safety
	{
		background-color: #FFCCD0;
		background-image: url(../Images/Icons/Safety.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
		border-left: solid 4px #FF0012;
		line-height: 18px;
		overflow: hidden;
		padding: 15px 60px;
	}
}

p.Figure
{
	font-size: 10pt;
	margin-left: 10pt;
	padding-bottom: 10pt;
	margin-top: 6px;
	mc-auto-number-format: '{b}Figure {chapnum}-{n+}: {/b}';
}

h2.h2wireless
{
	font-weight: bold;
	font-family: 'Open Sans Light';
	font-size: 22pt;
	text-transform: capitalize;
	background-color: #e0ffff;
	border-left: solid 4px #00bfff;
	border-top: solid 4px #00bfff;
}

p.pwireless
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	font-size: 11pt;
	mc-hyphenate: never;
	font-family: 'Open Sans';
	color: #282c2e;
	background-color: #e0ffff;
}

h3.h3wireless
{
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 17pt;
	text-transform: capitalize;
	padding-top: 30px;
	border-top: solid 4px #00bfff;
	border-left: solid 4px #00bfff;
	background-color: #e0ffff;
}

li.wireless
{
	font-family: 'Open Sans';
	color: #282c2e;
	font-size: 10pt;
	background-color: #e0ffff;
}

