/*<meta />*/

@import url('q2_styles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Avenir LT Std 55 Roman';
	src: url(../fonts/avenirltstd-roman.otf);
}

@font-face 
{
	font-family: 'Avenir LT Std 95 Black';
	src: url(../fonts/avenirltstd-black.otf);
}

body
{
	font-size: 0.9rem;
	line-height: 1.42857142857143;
	font-family: 'Avenir LT Std 45 Book', Arial, sans-serif;
	background-color: #fff;
	max-width: 100%;
	padding-right: -8px;
	padding-left: -8px;
}

p
{
	font-size: 0.9rem;
	line-height: 1.42857142857143;
	font-family: 'Avenir LT Std 45 Book', Arial, sans-serif;
	background-color: #fff;
	max-width: 100%;
	padding-right: -8px;
	padding-left: -8px;
}

li
{
	font-size: 0.9rem;
	line-height: 1.42857142857143;
	font-family: 'Avenir LT Std 45 Book', Arial, sans-serif;
}

h1
{
	font-size: 1.7rem;
	font-family: 'Avenir LT Std 35 Light', Arial, sans-serif;
	color: #009688;
	font-weight: bolder;
}

h1.title
{
	font-size: 2.5rem;
	line-height: 1.75;
}

h2
{
	font-size: 1.4rem;
	font-family: 'Avenir LT Std 35 Light', Arial, sans-serif;
	color: #009688;
	paddding-bottom: 0px;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.4em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h3
{
	font-size: 1.15rem;
	color: #5b564d;
	font-family: 'Avenir LT Std 55 Roman', Arial, sans-serif;
	text-decoration: none;
}

h4
{
	font-size: 1rem;
	color: #263238;
	font-weight: bold;
	font-family: 'Avenir LT Std 55 Roman', Arial, sans-serif;
}

img.icon
{
	max-height: 35px;
	vertical-align: bottom;
}

a
{
	color: #009688;
}

div.note
{
	background-position-y: center;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #01a899;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 15px 20px 15px 20px;
	font-size: 10pt;
}

div.tip
{
	background-position-y: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	border-color: #5b564d;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 15px 20px 15px 20px;
}

div.caution
{
	background-position-y: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	border--color: rgb(235, 51, 0);
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 15px 20px 15px 20px;
}

a.divs
{
	display: block;
	color: inherit;
	text-decoration: none;
}

div.step
{
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #9e9e9e;
	color: #9e9e9e;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}

div.footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 0px;
	background-color: #009688;
	color: #009688;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}

.footertext
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: transparent;
}

MadCap|dropDown
{
	mc-closed-image: url('../images/shared/css/plus.png');
	mc-open-image: url('../images/shared/css/minus.png');
	mc-image-position: right;
	mc-image-spacing: 10;
}

MadCap|dropDownHead.FAQ
{
	font-color: #5b564d;
	font-size: 12pt;
	padding-bottom: 10px;
}

MadCap|dropDownHead
{
	font-size: 10pt;
	color: #505050;
	padding-bottom: 10px;
}

MadCap|dropDownHotspot.FAQ
{
	font-size: 12pt;
	padding-bottom: 2px;
	color: #5b564d;
}

MadCap|dropDownHotspot
{
	font-size: 24px;
	padding-bottom: 10px;
	color: #505050;
	outline: none;
	font-weight: normal;
	line-height: 1.42857142857143;
}

img.MCDropDown_Image_Icon
{
	height: 10px;
}

/*Tabs*/
/* begin styles for tabs */

ul.tabs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ddd;
}

ul.tabs .tab-link
{
	color: #333;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -4px;
	position: relative;
	z-index: 0;
}

ul.tabs .current
{
	background: #fff;
	color: #d9232e;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 100;
}

ul.tabs .tab-link:hover
{
	background: #c2c2c2;
	color: #000;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -5px;
	border: 1px solid transparent;
}

ul.tabs .current:hover
{
	background: #fff;
	color: #d9232e;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 2;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
}

.tab-content.current
{
	display: inherit;
}

/*skin edits*/
/*Expand*/

ul.menu._Skins_SideMenu.mc-component li
{
	padding-left: 5px;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected,
a.hover
{
	padding-left: 5px;
}

.tiles
{
	font-weight: 300;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	font-family: 'Avenir LT Std 55 Roman', Arial;
}

.tiles:after
{
	content: '  ❭' transition;
}

/* Style the buttons that are used to open and close the accordion panel */

.drop-down-text
{
	font-size: 1rem;
	color: #263238;
	font-family: 'Avenir LT Std 55 Roman', Arial, sans-serif;
	font-weight: bold;
}

.accordion
{
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 4px;
	width: 100%;
	border: none;
	border-color: #e0e0e0;
	outline: none;
	transition: 0.4s;
	text-align: left;
}

.accordion2
{
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	text-align: left;
}

.active,
.accordion:hover
{
	background-color: #fff;
}

.active,
.accordion2:hover
{
	background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */

.panel2
{
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion2:after
{
	content: '   +';
	/* Unicode character for "plus" sign (+) */
	font-size: 1.5rem;
	margin-left: 5px;
}

.active:after
{
	content: '   –';
	/* Unicode character for "minus" sign (-) */
}

p.accordion
{
	display: block;
	margin-block-start: 0.1em;
	margin-block-end: 0.1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.faq-title
{
	color: #414042;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
	font-family: 'Avenir LT Std 35 Light', Arial;
}

/* Style the accordion panel. Note: hidden by default */

.panel
{
	padding: 0 18px;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-style: solid;
	border-width: 0px;
	border-color: #fff;
}

.accordion:after
{
	content: '   +  ';
	/* Unicode character for "plus" sign (+) */
	font-size: 1.5rem;
	margin-left: 5px;
}

.active:after
{
	content: '   –  ';
	/* Unicode character for "minus" sign (-) */
}

.section-title
{
	color: #414042;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.5;
	width: 100%;
	font-family: 'Avenir LT Std 45 Book', Arial;
	font-weight: bold;
}

div.MainBody	/*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.MainBody::before
{
	content: ' ';
	display: table;
}

div.MainBody::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.MainBody > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 50px;
}

div.MainBody > div:nth-child(1)
{
	width: 25%;
}

div.MainBody > div:nth-child(2)
{
	width: 65%;
	margin-left: 5%;
}

table
{
	cellpadding: 10px;
}

MadCap|glossaryProxy
{
	border-top-style: none;
}

@media only screen and (max-width: 1282px)
{
	div.MainBody > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MainBody > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MainBody > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.MainBody > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MainBody > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MainBody > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

table.specs
{
	width: 100%;
	padding: 5px;
}

