/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*==Topic General Styles==*/

@font-face 
{
	font-family: "Arial";
}

@font-face 
{
	font-family: "Arial Narrow";
}

body
{
	color: #333333;
	font-family: 'Arial';
	font-size: 1rem;
	background-color: #FFFFFF;
	line-height: 2rem;
}

@media print
{
	.noprint
	{
		display: none;
		top: 10px;
	}
}

/* ScrollVanish */

::-webkit-scrollbar
{
	width: 5px;
}

/* TrackVanish */

::-webkit-scrollbar-track
{
	background: #F2F2F2;
}

/* HandleVanish */

::-webkit-scrollbar-thumb
{
	background: #84BD00;
}

::-webkit-scrollbar-thumb:window-inactive
{
	background: #000000;
}

h1
{
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: normal;
	page-break-before: always;
	padding: 0cm;
	font-size: 2.75rem;
	font-family: 'Arial Narrow';
	color: #84BD00;
	font-weight: bold;
	font-style: normal;
}

h2
{
	margin-top: 25px;
	margin-right: 0cm;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: normal;
	page-break-after: avoid;
	font-size: 2.45rem;
	font-family: 'Arial Narrow';
	color: #404040;
	font-weight: bold;
}

h3
{
	margin-top: 25px;
	margin-right: 0cm;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: normal;
	page-break-after: avoid;
	font-size: 2.25rem;
	font-family: 'Arial Narrow';
	color: #0099d6;
	font-weight: bold;
}

h4
{
	margin-top: 25px;
	margin-right: 0cm;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: normal;
	page-break-after: avoid;
	font-size: 2.1rem;
	font-family: 'Arial Narrow';
	color: #404040;
	font-weight: bold;
}

h5
{
	margin-top: 25px;
	margin-right: 0cm;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: normal;
	page-break-after: avoid;
	font-size: 1.75rem;
	font-family: 'Arial Narrow';
	color: #84BD00;
	font-weight: bold;
}

h6
{
	margin-top: 25px;
	margin-right: 0cm;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: normal;
	page-break-after: avoid;
	font-size: 1.5rem;
	font-family: 'Arial Narrow';
	color: #404040;
	font-weight: bold;
}

p
{
	color: #333333;
	font-family: 'Arial';
	font-size: 1rem;
	line-height: 1.6em;
	font-style: normal;
	margin-bottom: 6pt;
	margin-left: 0px;
	margin-right: 6pt;
	margin-top: 6pt;
}

p.caption
{
	color: #0099d6;
	font-family: 'Arial';
	font-size: 1rem;
	line-height: normal;
	font-style: normal;
	margin-bottom: 6pt;
	margin-left: 0px;
	margin-right: 6pt;
	margin-top: 6pt;
}

.ProductHeader
{
	font-size: 24px;
	font-weight: lighter;
	font-family: 'Arial Narrow';
	color: #0099d6;
	text-decoration: none;
}

.ProductHeader a
{
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-family: 'Arial Narrow';
	color: #0099d6;
	text-decoration: none;
}

a:link
{
	font-family: 'Arial';
	color: #84BD00;
	text-decoration: none;
}

a:visited
{
	color: #84BD00;
	text-decoration: underline;
	font-family: 'Arial';
}

.topnav a:hover
{
	background-color: #f2f2f2;
	color: black;
	border-radius: 10px;
}

.rounded-list a:hover
{
	background: #FFFFFF;
	color: #84BD00;
}

.navibar a:hover
{
	background-color: #ddd;
	color: #84BD00;
}

#translator-wrapper a:hover
{
	opacity: 0.9;
}

.ddwn-content a:hover
{
	background-color: #FFFFFF;
	color: #84BD00;
}

.tiles article > a:hover
{
	color: #ffffff !important;
}

.ldropdown-content a:hover
{
	background-color: #FFFFFF;
}

#translator-wrapper a:active
{
	opacity: 0.9;
}

/*.rounded-list a:hover:before
{
	transform: rotate(360deg);
}*/

p.image
{
	margin-bottom: 6pt;
	margin-left: 0px;
	margin-right: 6pt;
	margin-top: 6pt;
	border: none;
}

p.image img
{
	margin-left: 0px;
	text-align: left;
}

p.action
{
	list-style-type: disc;
	display: list-item;
	list-style-image: url('../Images/IconsDuo/Step.png');
	font-family: 'Arial';
	margin-left: 31px;
	line-height: 2rem;
}

p.note
{
	background-image: url('../Images/IconsDuo/note.svg');
	background-size: 28px 44px;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: 6px solid #0099d6;
	line-height: 1.4rem;
	padding: 10px 44px;
	font-family: 'Arial';
	color: #333333;
	background-color: #dae9f5;
	margin: 15px 0px 15px 0px;
	margin-right: 10%;
}

p.warning
{
	background-color: #fde9d2;
	background-image: url('../Images/IconsDuo/Caution.svg');
	background-size: 28px 44px;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: 6px solid #c0392b;
	line-height: 2rem;
	padding: 10px 44px;
	color: #333333;
	font-family: 'Arial';
	margin: 15px 0px 15px 0px;
	margin-right: 10%;
}

p.tip
{
	background-color: #e3f3e2;
	background-image: url('../Images/IconsDuo/tip.svg');
	background-size: 28px 44px;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 6px #84BD00;
	line-height: 2rem;
	padding: 10px 44px;
	margin: 15px 0px 15px 0px;
	color: #333333;
	margin-right: 10%;
	font-family: 'Arial';
}

p.Code
{
	margin-top: 0cm;
	margin-right: 0cm;
	margin-bottom: 3.0pt;
	margin-left: 7.2pt;
	line-height: 2rem;
	page-break-after: avoid;
	font-size: 8.0pt;
	font-family: "Courier New";
	color: black;
}

ol
{
	display: block;
	list-style-type: decimal;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 32pt;
	padding-left: 6px;
}

ol ol
{
	display: block;
	list-style-type: lower-alpha;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 2px;
	padding-left: 6px;
}

ol ol ol
{
	display: block;
	list-style-type: lower-roman;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 2px;
	padding-left: 6px;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 2px;
	font-family: 'Arial';
	padding-left: 6px;
}

ul
{
	list-style-image: url('../Images/IconsDuo/Bullet.png');
	padding-left: 0px;
	list-style-type: square;
	margin-left: 32pt;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/IconsDuo/Bullet.png');
	margin-left: 16px;
	padding-left: 0px;
	list-style-type: square;
}

ul ul
{
	list-style-image: url('../Images/Bullet2.png');
	padding-left: 0px;
	list-style-type: square;
	margin-left: 16px;
}

ul ul ul
{
	list-style-image: url('../Images/Bullet3.png');
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 16px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #84BD00;
}

a.MCBreadcrumbsLink:hover
{
	color: #333333;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: 'You are here: ';
	font-family: 'Arial';
	color: #84BD00;
	font-size: 10pt;
	margin-left: 20px;
	margin-top: 20px;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0px;
	mc-breadcrumbs-count: 4;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #84BD00;
}

MadCap|dropDownHotspot
{
	color: #84BD00;
}

MadCap|dropDownBody
{
	border-bottom: 1px solid #d3d3d3;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-closed-image: url('../Images/Assets/Icons/Arrows/chevron-right.png');
	mc-open-image: url('../Images/Assets/Icons/Arrows/chevron-down.png');
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid transparent;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	border-bottom: 1px solid transparent;
	min-height: 36px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	padding-bottom: 0px;
	padding-right: 90px;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-size: 1.1em;
	font-weight: bold;
}

div.cta	/*Call to action button/Contact Support button*/
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 2px 0px;
	border: 1px solid #84BD00;
	width: 162px;
	color: #84BD00;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	margin-top: 20px;
}

div.cta:hover	/*When hovering over the CTA button the following properties will apply*/
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

MadCap|miniTocProxy
{
	border: none;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-device-width: 1279px)
{
	div.topic-layout > div:nth-child(1)
	{
		display: none;
		width: 33.333%;
		margin-left: 0%;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

@media only screen and (max-device-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
		width: 33.333%;
		margin-left: 33.333%;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

/*Top Nav with links*/

.topnav
{
	overflow: hidden;
	background-color: #FFFFFF;
}

.topnav a
{
	float: left;
	color: #333333;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a.active
{
	background-color: none;
	color: white;
}

.topnav-right
{
	float: right;
}

.topnav .icon
{
	display: none;
}

@media screen and (max-width: 1000px)
{
	.topnav a:not(:first-child)
	{
		display: none;
	}

	.topnav a.icon
	{
		float: right;
		display: block;
	}
}

@media screen and (max-width: 1000px)
{
	.topnav.responsive
	{
		position: relative;
	}

	.topnav.responsive .icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a
	{
		float: none;
		display: block;
		text-align: left;
	}
}

/*Top banner with Search*/

.wrapper
{
	border: none;
	padding: 2px;
}

.wrapper div
{
	width: 100%;
	min-height: 100px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#one
{
	background-color: #84BD00;
}

#two
{
	background-color: #84BD00;
}

@media screen and (min-width: 600px)
{
	.wrapper
	{
		height: auto;
		overflow: hidden;
	}

	#one
	{
		width: 200px;
		float: left;
	}

	#two
	{
		margin-left: 200px;
	}
}

/*Rounded Lists*/

.orderedlist
{
	counter-reset: li;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 4em;
	font-size: 15px;
	margin-left: 0px;
}

.innerlist
{
	margin: 0 0 0 2em;
	/* Add some left margin for inner lists */
}

.rounded-list a
{
	position: relative;
	display: block;
	padding: 4px 4px 3px 10px;
	background: #f2f2f2;
	color: #333333;
	text-decoration: none;
	transition: all .3s ease-out;
	width: auto;
	height: auto;
	border-radius: 5px;
}

.rounded-list a:before
{
	content: counter(li);
	counter-increment: none;
	position: absolute;
	left: 0em;
	top: 0px;
	margin-top: auto;
	background: #84BD00;
	color: transparent;
	height: 100%;
	width: 4px;
	line-height: 2em;
	border: 0em;
	text-align: center;
	font-weight: bold;
	transition: all .3s ease-out;
	border-radius: 4px 0px 0px 4px;
}

/* three Equal Columns */

.homecolumn
{
	float: left;
	box-sizing: border-box;
	padding: 10px;
	height: 400px;
	margin: 0px 10px 0px 10px;
}

.homerow:after
{
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 900px)
{
	.homecolumn
	{
		height: auto;
	}
}

@media screen and (max-width: 500px)
{
	.homecolumn
	{
		height: auto;
	}
}

/* Two Columns */

.twocolumn
{
	float: left;
	width: 50%;
	padding: 10px;
	height: auto;
}

@media screen and (max-width: 600px)
{
	.twocolumn
	{
		width: 100%;
		height: 50%;
	}
}

/* Conatiner Center */

.centerDiv
{
	width: 62%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px)
{
	.centerDiv
	{
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 700px)
{
	.centerDiv
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 500px)
{
	.centerDiv
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* CardColumn */

.Cardcolumn
{
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 0 8px;
	box-sizing: border-box;
}

@media screen and (max-width: 650px)
{
	.Cardcolumn
	{
		width: 100%;
		display: block;
	}
}

.cardy
{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	margin: 5px;
}

.Cardcontainer
{
	padding: 5px;
}

.Cardcontainer::after,
.row::after
{
	content: "";
	clear: both;
	display: table;
}

.Cardtitle
{
	color: #909090;
}

.Cardbutton
{
	border: none;
	outline: 0;
	display: inline-block;
	padding: 5px;
	color: white;
	background-color: #84BD00;
	text-align: center;
	cursor: pointer;
	width: 100px;
}

.Cardbutton:hover
{
	background-color: #555;
}

/* ScrollDown */

.scroll-indicator
{
	position: absolute;
	right: 12%;
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
	color: #84BD00;
}

@-webkit-keyframes bounce {
	 0% { bottom: 40%; }
	 50%   { bottom: 35%; }
	 100% { bottom: 40%; }
} 

@keyframes bounce {
	 0% { bottom: 40%; }
	 50%   { bottom: 35%; }
	 100% { bottom: 40%; }
} 

/*==Main TWO Container==*/

.twowrapper
{
	max-width: 1024px;
	margin: 20px;
	display: grid;
	grid-gap: 10px;
	box-sizing: border-box;
}

.twowrapper::before
{
	box-sizing: border-box;
}

.twowrapper::after
{
	box-sizing: border-box;
}

.Number01
{
	float: left;
	width: 50%;
}

.Number02
{
	float: right;
	width: 50%;
}

@media screen and (min-width: 1000px)
{
	/* no grid support? */

	.twowrapper
	{
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
	}
}

.twowrapper > *
{
	background-color: #FFFFFF;
	color: #84BD00;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
}

/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */

@supports (display: grid) {
	.twowrapper > * {
	  width: auto;
	  margin: 0;
	}
  } 

/* Create two equal columns that floats next to each other */

.templcolumn
{
	float: left;
	width: 50%;
	padding: 10px;
	height: auto;
	/* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */

.templrow:after
{
	content: "";
	display: table;
	clear: both;
}

/* scroll Navy */

.navibar
{
	background-color: #333333;
	position: fixed;
	top: -60px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	color: #84BD00;
	z-index: 1200;
}

.navibar a
{
	float: left;
	display: block;
	color: #84BD00;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 17px;
}

.mainfooter
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	color: #b3b3b3;
	font-size: 10pt;
	text-align: center;
	padding: 0px;
	height: 30px;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 600px)
{
	.mainfooter
	{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #f2f2f2;
		color: #b3b3b3;
		font-size: 8pt;
		text-align: center;
		padding: 0px;
		height: 30px;
		margin-left: 0;
		margin-right: 0;
	}
}

#translator-wrapper
{
	display: block;
	width: 90%;
	max-width: 300px;
	border: none;
	background-color: #fff;
	color: #444;
	overflow: hidden;
	position: relative;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e0e0e0;
}

#translator-wrapper select
{
	border: none;
	background: transparent;
	font-family: 'Oswald', Sans-Serif;
	font-size: 12px;
	width: 100%;
	color: #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	cursor: text;
	padding: 5px 10px;
}

#translator-wrapper a,
#translator-wrapper a:hover
{
	display: block;
	background-color: #ff4400;
	border: none;
	color: #fff;
	margin: 0 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	width: 14%;
	transition: all 0.3s ease;
}

#translator-wrapper a:before
{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: white;
	position: absolute;
	top: 50%;
	left: 45%;
	margin-top: -5px;
}

#translator-wrapper select:focus,
#translator-wrapper a:focus,
#translator-wrapper select:active,
#translator-wrapper a:active
{
	border: none;
	outline: none;
	cursor: pointer;
}

option
{
	background: #444;
	color: #e0e0e0;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: #d0d3d5;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: #45494c;
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 85px;
}

p.title-page-footer
{
	color: #45494c;
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: #45494c;
	font-size: 19pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 30px;
	line-height: 21pt;
	page-break-after: avoid;
}

p.TOC2
{
	color: #45494c;
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: #45494c;
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Video Page */

.vidtitlecont
{
	position: relative;
	text-align: left;
	color: white;
}

.bot-left
{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 12px;
	margin-left: 22px;
	color: #FFFFFF;
}

.videotext
{
	color: #84BD00;
	font-family: 'Arial Narrow';
	font-size: 16pt;
	font-weight: lighter;
	margin: 0;
}

.videomain
{
	width: auto;
	margin: auto;
}

.videorow
{
	margin: 8px -16px;
}

.videorow,
.videorow > .videocolumn
{
	padding: 0px 8px 8px 0px;
}

.videocolumn
{
	float: left;
	width: 33%;
}

.videorow:after
{
	content: "";
	display: table;
	clear: both;
}

.videocontent
{
	background-color: white;
	padding: 10px 10px 10px 0px;
}

@media screen and (max-width: 1020px)
{
	.videocolumn
	{
		width: 66%;
	}
}

@media screen and (max-width: 600px)
{
	.videocolumn
	{
		width: 100%;
	}
}

/* Video Page Ends */

.HomeNav
{
	overflow: hidden;
	background-color: #5663FF;
	font-family: 'Arial';
	margin-top: 36px;
	margin-left: 178px;
}

.HomeNav a
{
	float: left;
	color: #b1b3b5;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Arial';
}

.HomeNav a.active
{
	color: #FFFFFF;
	font-family: 'Arial';
}

@media screen and (max-width: 1400px)
{
	.HomeNav
	{
		margin-top: 33px;
	}
}

@media screen and (max-width: 1008px)
{
	.HomeNav
	{
		display: none;
	}
}

.foothome1
{
	color: #b3b3b3;
	font-family: 'Arial';
}

@media screen and (max-width: 1008px)
{
	.foothome1
	{
		font-size: 9px;
	}
}

.foothome2
{
	font-family: 'Arial';
}

@media screen and (max-width: 1008px)
{
	.foothome2
	{
		font-size: 9px;
	}
}

.homelinks
{
	width: 85%;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media screen and (max-width: 1008px)
{
	.homelinks
	{
		width: 100%;
	}
}

.showhide
{
	display: block;
}

/*overlay banner*/

.laycont
{
	position: relative;
	text-align: center;
}

/*.top-left
{
	position: absolute;
	top: 10px;
	left: 150px;
	z-index: 1200;
}*/

.top-right
{
	position: absolute;
	top: 35px;
	right: 150px;
	z-index: 1200;
	font-size: 12pt;
}

.centered
{
	position: absolute;
	text-align: center;
	top: 48px;
	left: 48%;
	transform: translate(-50%, -50%);
	z-index: 1200;
	color: #f2f2f2;
	font-family: 'Arial Narrow';
	font-size: 20pt;
}

@media screen and (max-width: 900px)
{
	.laycont
	{
		display: none;
	}
}

.searchcont
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #f2f2f2;
}

@media (min-width: 800px) and (max-width: 1019px)
{
	.searchcont
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 68px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color: #f2f2f2;
	}
}

@media (min-width: 721px) and (max-width: 799px)
{
	.searchcont
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 62px;
		padding-bottom: 1px;
		padding-top: 1px;
		background-color: #f2f2f2;
		position: fixed;
	}
}

@media (min-width: 280px) and (max-width: 720px)
{
	.searchcont
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 62px;
		padding-bottom: 1px;
		background-color: #f2f2f2;
		position: fixed;
	}
}

/* Clear floats after the columns */

.menurow:after
{
	content: "";
	display: table;
	clear: both;
}

/*.menucolumn
{
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
}*/

.menucolumn0
{
	float: left;
	width: 50%;
	padding: 10px;
	height: auto;
	border-right: 1px solid #ffffff;
}

.menucolumn1
{
	float: left;
	width: 50%;
	padding: 10px;
	height: auto;
}

.menuhead
{
	margin: 7px;
	line-height: normal;
	font-size: 25pt;
	font-family: 'Arial Narrow';
	color: #FFFFFF;
	font-weight: lighter;
	text-align: left;
}

/* textBlockbanner*/

.bannercont
{
	position: relative;
	width: 100%;
	font-family: 'Arial Narrow';
}

.banimag
{
	width: 100%;
	height: auto;
}

.txtblock
{
	position: absolute;
	top: 25px;
	left: 100px;
	/*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.1);*/
	padding: 5px;
	width: 400px;
}

@media screen and (max-width: 1400px)
{
	.txtblock
	{
		position: absolute;
		top: 25px;
		left: 15px;
		padding: 3px;
		width: auto;
	}
}

@media screen and (max-width: 1008px)
{
	.txtblock
	{
		position: absolute;
		top: 25px;
		left: 15px;
		padding: 5px;
		width: auto;
	}
}

.bantext
{
	font-family: 'Arial Narrow';
	color: #f2f2f2;
	font-size: 3rem;
}

@media screen and (max-width: 1400px)
{
	.bantext
	{
		display: none;
	}
}

@media screen and (max-width: 1008px)
{
	.bantext
	{
		display: none;
	}
}

.bantextmob
{
	display: none;
}

@media screen and (max-width: 1400px)
{
	.bantextmob
	{
		font-family: 'Arial Narrow';
		color: #f2f2f2;
		font-size: 12pt;
		display: block;
	}
}

@media screen and (max-width: 1008px)
{
	.bantextmob
	{
		font-family: 'Arial Narrow';
		color: #f2f2f2;
		font-size: 12pt;
		display: block;
	}
}

/* Dropdown Nav */

.nbar
{
	overflow: hidden;
	background-color: transparent;
}

.nbar a
{
	float: left;
	font-size: 16px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
}

.ddwn
{
	float: left;
	overflow: hidden;
	padding: 0px 18px 0px 18px;
}

.ddwn .dbtn
{
	font-size: 16px;
	border: none;
	outline: none;
	color: #f2f2f2;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.nbar a:hover,
.ddwn:hover .dbtn
{
	color: #84BD00;
}

.ddwn-content
{
	display: none;
	position: absolute;
	background-color: #84BD00;
	min-width: 475px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1200;
	padding: 8px 0px;
	color: #FFFFFF;
	right: 40%;
}

.ddwn-content a
{
	float: none;
	color: #f2f2f2;
	padding: 0px 0px 1px 8px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.ddwn:hover .ddwn-content
{
	display: block;
}

/* Homebox */

.homebox
{
	background-color: transparent;
	width: auto;
	border: none;
	padding: 10px;
	margin: 0rem 0rem 0rem 4rem;
}

@media screen and (max-width: 1400px)
{
	.homebox
	{
		background-color: transparent;
		width: auto;
		border: none;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 1008px)
{
	.homebox
	{
		background-color: transparent;
		width: auto;
		border: none;
		padding: 0;
		margin: 0;
	}
}

.boxtext1
{
	color: #84BD00;
	font-family: 'Arial';
	font-size: 1.3rem;
}

.boxtext2
{
	font-family: 'Arial';
	font-size: 1.3rem;
}

@media screen and (max-width: 1008px)
{
	.boxtext1
	{
		color: #84BD00;
		font-family: 'Arial';
		font-size: 14pt;
	}
}

@media screen and (max-width: 1008px)
{
	.boxtext2
	{
		font-family: 'Arial';
		font-size: 14pt;
	}
}

/* btn group */

.bgroup
{
	display: none;
}

@media screen and (max-width: 1008px)
{
	.bgroup
	{
		position: fixed;
		width: 90%;
		z-index: 1200;
		padding-top: 10px;
		display: block;
	}
}

.bgrp button
{
	background-color: #84BD00;
	border: 1px solid green;
	color: #f2f2f2;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	float: left;
}

.bgrp:after
{
	content: "";
	clear: both;
	display: table;
}

.bgrp button:not(:last-child)
{
	border-right: none;
}

.bgrp button:hover
{
	background-color: #000000;
}

/* FlexBox Home*/

.flxbox
{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 5px;
}

.homeflex
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 200px;
	gap: 40px;
	flex-direction: row;
	justify-content: center;
}

.fbox
{
	width: 200px;
	height: 200px;
	background-color: transparent;
}

/* Tiles */

.tiles
{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	postiion: relative;
	margin: -2.5em 0 0 -2.5em;
}

.tiles article
{
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	position: relative;
	width: calc(33.33333% - 2.5em);
	margin: 2.5em 0 0 2.5em;
}

.tiles article > .image
{
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.tiles article > .image img
{
	display: block;
	width: 100%;
}

.tiles article > .image:before
{
	pointer-events: none;
	-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
	-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
	-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	z-index: 1200;
	opacity: 0.8;
}

.tiles article > .image:after
{
	pointer-events: none;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.25;
	z-index: 1200;
}

.tiles article > a
{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index: 1200;
}

.tiles article > a > :last-child
{
	margin: 0;
}

.tiles article > a h2
{
	margin: 0;
}

.tiles article > a .content
{
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
	line-height: 1.5;
	margin-top: 0.35em;
	opacity: 0;
}

.tiles article > a .content > :last-child
{
	margin-bottom: 0;
}

.tiles article.style1 > .image:before
{
	background-color: #f2849e;
}

.tiles article.style2 > .image:before
{
	background-color: #7ecaf6;
}

.tiles article.style3 > .image:before
{
	background-color: #7bd0c1;
}

.tiles article.style4 > .image:before
{
	background-color: #c75b9b;
}

.tiles article.style5 > .image:before
{
	background-color: #ae85ca;
}

.tiles article.style6 > .image:before
{
	background-color: #8499e7;
}

body:not(.is-touch) .tiles article:hover > .image
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover > .image:before
{
	background-color: #f2f2f2;
	opacity: 0.35;
}

body:not(.is-touch) .tiles article:hover > .image:after
{
	opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content
{
	max-height: 15em;
	opacity: 1;
}

* + .tiles
{
	margin-top: 2em;
}

body.is-preload .tiles article
{
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

body.is-touch .tiles article .content
{
	max-height: 15em;
	opacity: 1;
}

@media screen and (max-width: 1280px)
{
	.tiles
	{
		margin: -1.25em 0 0 -1.25em;
	}

	.tiles article
	{
		width: calc(33.33333% - 1.25em);
		margin: 1.25em 0 0 1.25em;
	}
}

@media screen and (max-width: 980px)
{
	.tiles
	{
		margin: -2.5em 0 0 -2.5em;
	}

	.tiles article
	{
		width: calc(50% - 2.5em);
		margin: 2.5em 0 0 2.5em;
	}
}

@media screen and (max-width: 736px)
{
	.tiles
	{
		margin: -1.25em 0 0 -1.25em;
	}

	.tiles article
	{
		width: calc(50% - 1.25em);
		margin: 1.25em 0 0 1.25em;
	}

	.tiles article:hover > .image
	{
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}

@media screen and (max-width: 480px)
{
	.tiles
	{
		margin: 0;
	}

	.tiles article
	{
		width: 100%;
		margin: 1.25em 0 0 0;
	}
}

/* New Home Image */

.navbar
{
	position: relative;
	min-height: 80px;
	margin-bottom: 18px;
	border: 1px solid transparent;
}

.navbar:after,
.navbar:before
{
	content: " ";
	display: table;
}

.navbar:after
{
	clear: both;
}

@media (min-width: 768px)
{
	.navbar
	{
		border-radius: 2px;
	}
}

.navbar-header:after,
.navbar-header:before
{
	content: " ";
	display: table;
}

.navbar-header:after
{
	clear: both;
}

@media (min-width: 768px)
{
	.navbar-header
	{
		float: left;
	}
}

.navbar-collapse
{
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before
{
	content: " ";
	display: table;
}

.navbar-collapse:after
{
	clear: both;
}

.navbar-collapse.in
{
	overflow-y: auto;
}

@media (min-width: 768px)
{
	.navbar-collapse
	{
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse
	{
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in
	{
		overflow-y: visible;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse
{
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape)
{
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse
	{
		max-height: 200px;
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top
{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1200;
}

@media (min-width: 768px)
{
	.navbar-fixed-bottom,
	.navbar-fixed-top
	{
		border-radius: 0;
	}
}

.navbar-fixed-top
{
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom
{
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-default
{
	background-color: #fff;
	border-color: #eee;
}

.navbar-default .navbar-brand
{
	color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover
{
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text
{
	color: #777;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover
{
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover
{
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle
{
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover
{
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form
{
	border-color: #eee;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
	background-color: transparent;
	color: #333;
}

@media (max-width: 767px)
{
	.navbar-default .navbar-nav .open .dropdown-menu > li > a
	{
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
	{
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover
	{
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link
{
	color: #777;
}

.navbar-default .navbar-link:hover
{
	color: #333;
}

.navbar-default .btn-link
{
	color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover
{
	color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover
{
	color: #ccc;
}

.foocontainer
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:after,
.container:before
{
	content: " ";
	display: table;
}

.container:after
{
	clear: both;
}

@media (min-width: 768px)
{
	.container
	{
		width: 750px;
	}
}

@media (min-width: 992px)
{
	.container
	{
		width: 970px;
	}
}

@media (min-width: 1200px)
{
	.container
	{
		width: 1170px;
	}
}

.navbar-header1:after,
.navbar-header1:before
{
	content: " ";
	display: table;
}

.navbar-header1:after
{
	clear: both;
}

@media (max-width: 1008px)
{
	.navbar-header1
	{
		display: none;
	}
}

.navbar-toggle
{
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 23px;
	margin-bottom: 23px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}

.navbar-toggle:focus
{
	outline: 0;
}

.navbar-toggle .icon-bar
{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar
{
	margin-top: 4px;
}

@media (min-width: 768px)
{
	.navbar-toggle
	{
		display: none;
	}
}

.navbar-brand
{
	float: left;
	padding: 0px;
	height: 85px;
}

.navbar-brand:focus,
.navbar-brand:hover
{
	text-decoration: none;
}

.navbar-brand > img
{
	display: block;
}

@media (max-width: 1008px)
{
	.navbar > .container-fluid .navbar-brand,
	.navbar > .container .navbar-brand
	{
		margin-left: -15px;
		height: 73px;
	}
}

.navbar-logo-img
{
	margin-top: -4px;
	height: 90px;
}

@media (max-width: 1000px)
{
	.navbar-logo-img
	{
		width: auto;
		height: 80px;
		margin: 0px 14px;
	}
}

.navbar-collapse
{
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before
{
	content: " ";
	display: table;
}

.navbar-collapse:after
{
	clear: both;
}

.navbar-collapse.in
{
	overflow-y: auto;
}

@media (min-width: 768px)
{
	.navbar-collapse
	{
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse
	{
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in
	{
		overflow-y: visible;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse
{
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape)
{
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse
	{
		max-height: 200px;
	}
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header
{
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px)
{
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header
	{
		margin-right: 0;
		margin-left: 0;
	}
}

.btn
{
	border: none;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.btn-group-lg > .btn,
.btn-lg
{
	padding: 12px 16px;
	font-size: 19px;
	line-height: 1.33333;
	border-radius: 2px;
}

.btn-group-sm > .btn,
.btn-sm
{
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-primary
{
	background-size: 200% auto;
}

.btn-primary,
.btn-primary:hover
{
	background-image: -webkit-linear-gradient(left, #8b62ff, #3b1bff);
	background-image: -o-linear-gradient(left, #8b62ff 0, #3b1bff 100%);
	background-image: linear-gradient(90deg, #8b62ff 0, #3b1bff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8B62FF",endColorstr="#FF3B1BFF",GradientType=1);
}

.btn-primary:hover
{
	background-position: 50%;
}

.opacity
{
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/* HomeCards */

.cardy1
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Tile 1 - Release Notes.jpg");
	background-size: cover;
}

.cardy2
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Tile 2 - Configuring IG.jpg");
	background-size: cover;
}

.cardy3
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Tile 3 - Using IG.jpg");
	background-size: cover;
}

.cardy4
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Tile 4 - IG Reports.jpg");
	background-size: cover;
}

.cardy5
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Tile 1 - Release Notes.jpg");
	background-size: cover;
}

.cardy6
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Bottom Tile 1 - IG 453.jpg");
	background-size: cover;
}

.cardy7
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Bottom Tile 2 - IG 452.jpg");
	background-size: cover;
}

.cardy8
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Bottom Tile 3 - General POS Documentation.jpg");
	background-size: cover;
}

.cardy9
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Bottom Tile 4 - Interfaces and Integrations.jpg");
	background-size: cover;
}

.cardy10
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 180px;
	margin: auto;
	text-align: center;
	background-image: url("../Images/Assets/Bottom Tile 5 - IG 12UX.jpg");
	background-size: cover;
}

.titlecardy
{
	color: #FFFFFF;
	font-size: 1.7rem;
}

/* Top Banner BG */

.background-image-container0
{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 8% 0;
	margin-top: 50px;
}

@media (max-width: 480px)
{
	.background-image-container0
	{
		margin: 16% 0px 0px 0px;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.background-image-container0
	{
		margin: 10% 0px 0px 0px;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.background-image-container0
	{
		margin: 10% 0px 0px 0px;
	}
}

@media (min-width: 1018px)
{
	.background-image-container0
	{
		padding: 8% 0;
		margin-top: 50px;
	}
}

.background-image-container1
{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 10% 0;
}

@media (max-width: 480px)
{
	.background-image-container1
	{
		padding: 10% 0;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.background-image-container1
	{
		padding: 10% 0;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.background-image-container1
	{
		padding: 10% 0;
	}
}

@media (min-width: 1018px)
{
	.background-image-container1
	{
		padding: 10% 0;
	}
}

.background-image-containerf
{
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 6% 0px 0px 0px;
}

@media (max-width: 1008px)
{
	.background-image-containerf
	{
		margin: 0px 0px -16px 0px;
		background-size: cover;
	}
}

.bannertext
{
	position: relative;
	font-size: 4vw;
	color: #ffffff;
	font-family: 'Arial';
	line-height: 1rem;
	text-align: center;
}

@media (max-width: 480px)
{
	.bannertext
	{
		font-size: 7vw;
		line-height: 1em;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.bannertext
	{
		font-size: 5vw;
		line-height: 1em;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.bannertext
	{
		font-size: 32pt;
		line-height: 1em;
	}
}

@media (min-width: 1018px)
{
	.bannertext
	{
		font-size: 4vw;
		line-height: 1em;
	}
}

.bannertext1
{
	position: relative;
	font-size: 3.5vw;
	color: #ffffff;
	font-family: 'Arial';
	line-height: 4.5rem;
	float: right;
	margin: 4% -100px 0px 0px;
}

@media (max-width: 480px)
{
	.bannertext1
	{
		font-size: 20pt;
		line-height: 1.7em;
		text-align: center;
		float: none;
		margin: 2% 0px 0px 0px;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.bannertext1
	{
		font-size: 20pt;
		line-height: 1.7em;
		text-align: center;
		float: none;
		margin: 2% 0px 0px 0px;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.bannertext1
	{
		font-size: 5vw;
		line-height: 1.5em;
		text-align: center;
		float: none;
		margin: 2% 0px 0px 0px;
	}
}

@media (min-width: 1018px)
{
	.bannertext1
	{
		font-size: 3vw;
		line-height: 1.7em;
		float: right;
		margin: 4% 0px 0px 0px;
		left: 2%;
		text-align: center;
		position: relative;
	}
}

/* Flexibox*/

.fcon1
{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 15px 15%;
}

@media (max-width: 480px)
{
	.fcon1
	{
		margin: 10px 10%;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.fcon1
	{
		margin: 10px 10%;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.fcon1
	{
		margin: 5px 2%;
	}
}

@media (min-width: 1018px)
{
	.fcon1
	{
		margin: 15px 15%;
	}
}

.fcon2
{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 15px 25%;
}

@media (max-width: 480px)
{
	.fcon2
	{
		margin: 10px 15%;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.fcon2
	{
		margin: 10px 15%;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.fcon2
	{
		margin: 15px 15%;
	}
}

@media (min-width: 1018px)
{
	.fcon2
	{
		margin: 15px 15%;
	}
}

.fcon3
{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 35px 15%;
}

@media (max-width: 480px)
{
	.fcon3
	{
		margin: 10px 5%;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.fcon3
	{
		margin: 10px 5%;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.fcon3
	{
		margin: 10px 5%;
	}
}

@media (min-width: 1018px)
{
	.fcon3
	{
		margin: 35px 12.5%;
	}
}

.fcon4
{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px 25%;
}

@media (min-width: 279px) and (max-width: 710px)
{
	.fcon4
	{
		margin: 10px 10%;
	}
}

@media (min-width: 719px) and (max-width: 1008px)
{
	.fcon4
	{
		margin: 10px 5%;
	}
}

@media (min-width: 1018px)
{
	.fcon4
	{
		margin: 35px 12.5%;
	}
}

.flexibox1
{
	flex: 33.33%;
}

.flexibox2
{
	flex: 33.33%;
}

.flexibox3
{
	flex: 33.33%;
}

.flexibox4
{
	flex: 50%;
}

.flexibox5
{
	flex: 50%;
}

@media (max-width: 480px)
{
	.flexibox1,
	.flexibox2,
	.flexibox3,
	.flexibox4,
	.flexibox5
	{
		flex: 100%;
		margin: 15px 0px 0px 0px;
	}
}

@media (min-width: 481px) and (max-width: 700px)
{
	.flexibox1,
	.flexibox2,
	.flexibox3,
	.flexibox4,
	.flexibox5
	{
		flex: 100%;
		margin: 15px 0px 0px 0px;
	}
}

@media (min-width: 720px) and (max-width: 1008px)
{
	.flexibox1,
	.flexibox2,
	.flexibox3,
	.flexibox4,
	.flexibox5
	{
		flex: 33%;
		margin: 15px 0px 0px 0px;
	}
}

@media (min-width: 1018px)
{
	.flexibox1,
	.flexibox2,
	.flexibox3,
	.flexibox4,
	.flexibox5
	{
		flex: 33%;
		margin: 15px 0px 0px 0px;
	}
}

/*Cards*/

.cardys
{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cardys_item
{
	display: flex;
	padding: 1rem;
}

@media (min-width: 40rem)
{
	.cardys_item
	{
		width: 50%;
	}
}

@media (min-width: 56rem)
{
	.cardys_item
	{
		width: 33.3333%;
	}
}

/* swaponhover */

.swapcontainer
{
	position: relative;
	color: #333333;
}

.swapimage
{
	display: inline-flex;
	width: 200px;
	height: auto;
	margin-bottom: -22px;
}

.swapimage1
{
	display: inline-flex;
	width: 300px;
	height: auto;
	margin-bottom: -22px;
}

.swapoverlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .2s ease;
	color: #333333;
}

.swapcontainer:hover .swapoverlay
{
	opacity: 1;
	color: #f8901f;
}

.swaptext
{
	position: relative;
	font-size: 20pt;
	color: #333333;
	font-family: 'Arial';
	line-height: 1.5rem;
	margin: 10px 0px;
}

.swaptext:hover
{
	color: #f8901f;
}

.swaptextbox
{
	position: absolute;
	font-size: 22pt;
	top: 35%;
	text-align: center;
	width: 300px;
	line-height: 2.4rem;
}

/* Footer Fine */

.footer1
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	font-size: 10pt;
	text-align: center;
	background-size: contain;
	background-repeat: repeat;
	height: 100px;
	padding: 68px 0px 0px 0px;
}

@media (min-width: 279px) and (max-width: 710px)
{
	.footer1
	{
		background-size: cover;
		background-repeat: no-repeat;
		height: 60px;
		padding: 26px 0px 0px 0px;
	}
}

@media (min-width: 719px) and (max-width: 1008px)
{
	.footer1
	{
		background-size: cover;
		background-repeat: no-repeat;
		height: 60px;
		padding: 26px 0px 0px 0px;
	}
}

@media (min-width: 1010px) and (max-width: 1024px)
{
	.footer1
	{
		background-size: cover;
		background-repeat: no-repeat;
		height: 60px;
		padding: 26px 0px 0px 0px;
	}
}

@media (min-width: 280px) and (max-width: 1019px)
{
	.body-container
	{
		padding-left: 1em;
		padding-top: 2.3em;
		padding-right: 1em;
		text-align: left;
	}
}

/* Language Dropdown */

.ldropbtn
{
	background-color: #000000;
	color: #84BD00;
	padding: 2px;
	font-size: 16px;
	border: 1px solid #84BD00;
	cursor: pointer;
}

.ldropdown
{
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 5px;
	z-index: 1210;
	font-size: 12pt;
}

.ldropdown-content
{
	display: none;
	position: absolute;
	right: 0;
	background-color: #000000;
	min-width: 106px;
	width: auto;
	border: 1px solid #84BD00;
	z-index: 1;
	font-size: 16px;
	text-align: right;
}

.ldropdown-content a
{
	color: #84BD00;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	display: block;
}

.ldropdown:hover .ldropdown-content
{
	display: block;
}

.ldropdown:hover .ldropbtn
{
	background-color: #000000;
	border: none;
	padding: 2px;
}

/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\What'sNew.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\WhatsNew.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\UserGuide.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\UserGuide.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\PropertySetup.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\PropertySetup.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\Reports.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\Reports.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\ComingSoon.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareStay\ComingSoon.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareEatec\UserGuide.docx" />*/
/*<meta sourceDocument="C:\WorkFiles\FlareFold\FlareEatec\13.3.0 User Guide.docx" />*/
/*<meta sourceDocument="C:\1Work\FlareFold\FlareEatec\UserGuide.docx" />*/
/*<meta sourceDocument="C:\1Work\FlareFold\FlareEatec\UserGuideCheck.docx" />*/
/*<meta sourceDocument="C:\0.1.1.AllMyWorks\FlareProjectsOnly\FlareEatec\UserGuide.docx" />*/
/*<meta sourceDocument="C:\FlareProjects\FlareEatec\UserGuide.docx" />*/
/*<meta sourceDocument="C:\MadcapFlare\FlareEatec\UserGuide.docx" />*/

