/*<meta conditions="" />*/

/* Import colors from common css */

@import url('ia-common.css');

html
{
	font-size: 1rem;
}

h1
{
	color: #5c5c5c;
	font-size: 2rem;
	font-weight: 500;
	line-height: 125%;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*============================== New to Intacct Welcome page styles =========================*/
/*------- 10/21/2021 Footer re-work ------------ */

html,
body
{
	height: 100%;
	position: relative;
}

.off-canvas-wrapper-inner .outer-row
{
	padding-left: 0;
	padding-right: 0;
}

.main-section > .outer-row
{
	padding-bottom: 0;
}

.height-container-sidenav
{
	padding-bottom: 0;
}

div.gs-topic-page-container	/* Sames as ia-topic-page-container except 100px more padding */
{
	margin: -20px auto 0 auto;
	min-height: 100vh;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 200px;
}

div.content
{
	margin-bottom: 200px;
}

div.ia-topic-footer
{
	/* background-color: var(--ia-slate); */
	height: 150px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

div.ia-footer-link-container
{
	align-items: center;
	background-color: #000;
	display: flex;
	height: 75px;
	justify-content: center;
	margin-right: -3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	padding-left: 3000px;
}

ul.ia-footer-links
{
	overflow: auto;
	mc-disabled: true;
}

ul.ia-footer-links li
{
	display: inline;
	font-size: .91rem;
	list-style-type: none;
	/*float: right;*/
	margin-right: 50px;
	white-space: nowrap;
}

ul.ia-footer-links li a:link,
ul.ia-footer-links li a:visited,
ul.ia-footer-links li a:focus,
ul.ia-footer-links li
{
	color: #fff;
}

ul.ia-footer-links li a:hover
{
	text-decoration: underline;
	font-weight: 600;
}

div.ia-copyright-container
{
	align-items: center;
	display: flex;
	padding-left: 2em;
	/* Related to .off-canvas-wrapper-inner .outer-row margins */
	height: 75px;
	/*margin-top: -12px;*/
	text-align: left;
}

div.ia-copyright-text
{
	
}

p.copyright
{
	color: #333;
	margin-right: 1em;
	margin-top: 0;
}

div.ia-footer-image
{
	margin-right: 20px;
	text-align: right;
	width: 28%;
}

div#ia-feedback-script
{
	margin-top: 50px;
	mc-disabled: true;
}

div#ia-share-link
{
	margin-top: 50px;
	mc-disabled: true;
}

/*============================== Tiles ===============================*/

div.gs-section-container
{
	margin: 0 auto;
	width: 90%;
}

div.gs-section-container h2
{
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 5px;
	margin-top: 50px;
	text-align: center;
}

div.gs-section-container a:hover
{
	text-decoration: none;
}

div.gs-tile-container
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-evenly;
	justify-content: center;
	margin: 0 auto;
	mc-disabled: true;
}

div.gs-tile
{
	box-shadow: 0px 10px 30px rgba(0, 20, 30, 0.1), 0px 30px 60px rgba(0, 20, 30, 0.1);
	flex: initial;
	position: relative;
	border-radius: 24px;
	width: 358px;
	height: 242px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 16px 24px;
	mc-disabled: true;
}

div.gs-tile-container a
{
	text-decoration: none;
}

div.gs-tile:hover
{
	box-shadow: 1px 2px 15px rgba(0,0,0,.15);
}

div.gs-tile-header
{
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 13px;
	gap: 20px;
	height: 75px;
}

div.gs-tile-title
{
	
}

div.gs-tile-title p
{
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 140%;
	mc-next-tag: p;
}

div.gs-tile-title a
{
	color: #000;
}

div.gs-icon img
{
	width: 48px;
	height: 48px;
}

div.gs-tile-content
{
	background-color: #fff;
	/*border-radius: 0 0 10px 10px;
	border: solid 2px #e3ebed;
	min-height: 180px; */
}

div.gs-tile-content p
{
	color: #000000;
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
}

p.gs-topic-title
{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
	margin-left: 20px;
}

p.gs-topic-description
{
	font-size: 13px;
	margin-bottom: 12px;
	margin-left: 20px;
}

.gs-azul
{
	color: rgb(0, 75, 135);
}

/*============================================== Hero/Header ==========================================*/

div.gs-topichero
{
	background-image: url('../Images/TopNavImages/New-to-Intacct/map-road-2000.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 500px;*?
	height: 257px;
	/* height: 150px; */
	/*margin-top: -40px;*/
	padding-top: 0px;
	/*	padding-top: 30px; */
	padding-bottom: 90px;
	mc-disabled: true;
}

div.gs-topichero h1
{
	color: #ffffff;
	font-size: 3rem;
	font-weight: 600;
	/*margin-top: 1.1rem;*/
	margin-bottom: 0.5em;
	line-height: 100%;
	padding-top: 150px;
	text-align: center;
	/* -- text-shadow adds an outline to the font to help it display better on a graphic 
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; ---*/
}

div.gs-topic-hero-wrapper
{
	background: #000000;
	justify-content: center;
	display: flex;
	/*padding: 2em;*/
	flex-direction: row;
	align-items: center;
}

div.gs-topic-hero-text
{
	
}

div.gs-topic-hero-text h1
{
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
}

div.gs-topic-hero-image
{
	
}

/*
div.gs-topic-hero-container
{

	background: #000000;
	gap: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	text-align: unset;
} */

div.gs-topic-hero-text
{
	flex: auto;
	order: 1;
	overflow: auto;
	/*padding: 2rem; */
	/*width: 65%;*/
	width: 50%;
}

div.gs-topic-hero-text h1
{
	color: #ffffff;
	font-size: 3rem;
	font-weight: 600;
	/*margin-top: 1.1rem;*/
	margin-bottom: 0.5em;
	line-height: 100%;
	padding-top: 120px;
	text-align: center;
}

div.gs-topic-hero-image
{
	background-size: contain;
	background-position: center center;
	background-image: url('../Images/TopNavImages/New-to-Intacct/book.png');
	background-repeat: no-repeat;
	flex: 0 1 auto;
	/*width: 30%;*/
	width: 40%;
	overflow: auto;
	order: 2;
}

/*==================== May 13 top nav attempt ========*/

div.gs-black-header
{
	background-color: #363636;
	height: 50px;
	padding-bottom: 0;
}

div.gs-top-bar-layout
{
	background-color: #fff;
	display: flex;
	flex-direction: row;
	margin-top: 15px;
}

div.gs-white-header
{
	height: 50px;
}

/*
div.gs-nav-menu-wrapper
{
	margin-left: auto;
}

div.gs-nav-menu
{
	display: inline-block;
	position: relative;
}

.gs-nav-menu:hover .gs-nav-menu-content 
{
	display: block;
	background-color: #fff;
} 

button.gs-nav-menu-item 
{
	background-color: #41A940;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

div.gs-nav-menu-content
{
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

div.gs-nav-menu-content a 
{
 	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.gs-nav-menu-content a:hover 
{	background-color: #eee;
}

div.gs-page-toc p + ._Skins_SideMenu.mc-component li:first-child
{
	display: none;
} */

div.gs-page-toc ._Skins_SideMenu.mc-component li:first-child > a
{
	display: none;
}

div.gs-page-toc ul.menu ul li:first-child > a
{
	display: block !important;
	mc-disabled: true;
}

/*============================== Buttons ===================================== */

.gs-button,
.gs-button:active,
.gs-button:visited
{
	/*width: 240px;*/
	width: 180px;
	height: 34px;
	line-height: 30px;
	/*font-family: 'Century Gothic', CenturyGothic, AppleGothic, Arial, sans-serif;*/
	display: inline-block;
	text-decoration: none;
	background-color: #95304f;
	color: #ffffff !important;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.gs-button:hover
{
	color: #ffffff !important;
	background-color: #007e45;
	text-decoration: none;
}

/*============================== Modify ia styles ===================================*/

.gs-search-container
{
	margin: 0 auto;
	position: relative;
	width: 40%;
}

h1.gs-title
{
	background-image: linear-gradient(#000000, #00A65C);
	color: #ffffff;
	mc-heading-level: 0;
	background-color: #000;
	margin-left: -3000px;
	margin-right: -3000px;
	padding: 50px 3000px 20px 3000px;
}

div.gs-title-hero
{
	background-color: #000;
	min-height: 100px;
	margin-bottom: 50px;
}

/*=============================01-29 changes ========================*/

div.gs-square-container
{
	display: flex;
	align-items: center;
	margin: 15px;
	text-align: center;
}

div.gs-square
{
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	min-height: 35px;
	min-width: 35px;
	background-color: #333333;
	margin-left: 15px;
	padding-top: 7px;
}

span.gs-square-text-small
{
	color: #fff;
	font-size: .9rem;
	font-weight: 600;
}

p.black-bg
{
	background-color: #333;
	color: #fff;
	font-size: 36pt;
	font-weight: 600;
	padding: 10px;
}

div.gs-top-terms h2
{
	color: #000000;
	border-top: 1px solid #000000;
	font-size: 1.125rem;
	margin-top: 40px;
	padding-top: 15px;
}

div.gs-top-terms h2:first-child
{
	border-top: 0;
}

table.horizontal td
{
	vertical-align: middle;
}

table.horizontal
{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 50px;
}

/*=============================== 02-12 ==============================================*/

div.gs-content-container
{
	display: flex;
	flex-direction: row;
	mc-disabled: true;
}

div.gs-right-section
{
	mc-disabled: true;
}

div.gs-left-section
{
	mc-disabled: true;
}

div.gs-toc-container
{
	border-left: thin solid #d3d3d3;
	padding-left: 10px;
	margin-left: 10px;
}

div.gs-ntsi-toc
{
	margin-top: 15px;
	/*	border-left: thin solid #d3d3d3;
	padding-left: 10px; */
}

div.gs-page-toc
{
	margin-top: 220px;
	/*	border-left: thin solid #d3d3d3;
	padding-left: 10px; */
}

div.gs-toc-container p,
div.gs-toc-container p a:link,
div.gs-toc-container p a:visited,
div.gs-toc-container p a:focus
{
	color: #00A65C;
	font-weight: 600;
	font-size: 1rem;
	margin-left: 3px;
	margin-bottom: 5px;
}

div.gs-toc-container p a:hover
{
	/*color: #333;*/
	text-decoration: underline;
	background-color: #eeeeee;
}

ul.menu._Skins_SideMenu.mc-component
{
	background-color: transparent;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected,
ul.menu._Skins_SideMenu.mc-component li > a.selected:hover
{
	font-weight: normal;
}

ul.menu._Skins_SideMenu.mc-component li > a
{
	color: #000000;
}

ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	text-decoration: underline;
}

div.footer
{
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2
{
	color: #000;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.6rem;
	margin-top: 20px;
	margin-bottom: 15px;
	mc-next-tag: p;
}

div.section-container h2
{
	margin-top: 0;
	padding-top: 20px;
}

h3
{
	color: #333333;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 20px;
	mc-next-tag: p;
	margin-bottom: -8px;
}

ul.menu._Skins_SideMenu.mc-component
{
	border-right: none;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 5px;
}

/*============================== Pre- 11/28 - need to review ========================*/

div.gs-module h1
{
	font-size: 1.75rem;
	margin-top: 20px;
}

div.gs-module p
{
	font-size: .875rem;
	margin-left: 0px;
}

div.gs-help
{
	padding-bottom: 20px;
}

div.gs-accent-background
{
	background-color: #f5f5f5;
	padding-bottom: 20px;
}

div.gs-next
{
	
}

p.gs-style
{
	text-align: center;
}

div.gs-topic
{
	
}

div.gs-topic h2
{
	margin-top: 15px;
	margin-bottom: 15px;
}

div.gs-topic p,
div.gs-icon p
{
	margin-top: 3px;
	margin-bottom: 3px;
}

i.gs-style
{
	color: #ffffff;
	font-size: 1.5rem;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 10px;
}

table.noBorders td,
table.noBorders td p
{
	font-size: .91rem;
}

span.gs-callout
{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	height: 22px;
	width: 22px;
	background-color: #CE0058;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 6px;
}

/*=====================Tablet =============================*/

@media screen and (min-width: 601px) and (max-width: 1024px)
{
	div.gs-topic-hero-wrapper img
	{
		max-width: 100%;
		height: auto;
	}

	div.topichero h1
	{
		font-size: 2rem;
	}

	div.gs-module h1
	{
		font-size: 1.5rem;
	}
}

/*======================== Phone ======================================= */

@media screen and (max-width: 600px)
{
	div.topichero h1
	{
		font-size: 1.5rem;
	}

	div.gs-module h1
	{
		font-size: 1.2rem;
	}

	i.gs-style
	{
		font-size: 1.5rem;
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 10px;
	}

	div.gs-icon
	{
		display: none;
	}

	div.gs-section-container
	{
		margin: 0 auto;
		width: 100%;
	}
}

/*=============================Print =========================================*/

@media print
{
	body
	{
		font-size: 13pt;
		font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
		line-height: 1.3;
		background: #fff !important;
		color: #000;
	}

	td p
	{
		font-size: 12pt;
	}

	td ul
	{
		font-size: 12pt;
	}

	h1.gs-title
	{
		font-size: 18pt;
		color: #333;
	}

	div.gs-title-hero
	{
		background-color: #fff;
	}

	div.gs-page-toc
	{
		display: none;
	}

	/*-----------------------------------------------------------------------*/

	p
	{
		font-size: 12pt;
	}

	div.gs-square-container
	{
		/*display: flex;
		align-items: center;*/
		margin: 15px;
		text-align: center;
	}

	div.gs-square
	{
		color: #fff;
		font-size: 12pt;
		font-weight: 600;
		min-height: 35px;
		min-width: 35px;
		background-color: #333333;
		margin-left: 15px;
		padding-top: 7px;
		display: inline-block;
	}

	span.gs-square-text-small
	{
		color: #fff;
		font-size: 10pt;
		font-weight: 600;
	}
}

