/*<meta />*/

/* Import colors from common css */

@import url('ia-common.css');

/* ---- We mostly use rem for font-size in the topics - sometimes we use em and px for no particular reason ---- */

html
{
	font-size: 1rem;
}

/*============================= Home Page General Styles ===========================*/

body
{
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/*----- Responsive Header Styles-----*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/*============================= Top nav menu bar ============================= */
/* ----- Most of these styles override the Flare-generated output ----- */

.title-bar-layout .logo-wrapper
{
	order: 0;
}

/*------- Top nav drop-down appearance ----*/
/* ---- border around lower menu ----*/

ul.navigation ul
{
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/*---- styles the 1st menu row ----*/

ul.navigation li:hover
{
	background-color: #E6EBED;
}

ul.navigation li > a
{
	color: #fff;
}

ul.navigation ul > li > a
{
	color: #333;
}

/*----- styles the children menu rows 
ul.navigation ul > li:hover
{
	
	font-weight: 600;
	text-decoration: none;
	background-color: red;
	
}
*/

/*----- This property controls the little arrow in the top nav drop-down menu - located in pseduo elements in inspector - set to transparent to make it not visible

ul.navigation > li.has-children::after
{
	border-bottom-color: #ffffff;
}
*/

/* ------------------- More redesign 08/18/20 ------------------- */

/* removing 6/12/23 - not needed? 
.off-canvas-wrapper-inner .outer-row
{
	max-width: none;
	width: 100vw;
}



.logo-wrapper
{
	margin-left: 20px;
}

*/

/* ------------------- More redesign 12/9/20 ------------------- */

.inner-wrap .tab-bar .nav-search
{
	display: none;
}

/* nav background color set in intacct.css 

nav.title-bar
{
	background-color: #000000;
}
*/

title-bar-layout a.logo
{
	background: transparent url('Images/TopNavImages/logo-sage-intacct.png') no-repeat center center;
}

.search,
.search-bar
{
	margin: 0 auto;
}

/*-- main body container - overrides Flare's mainstyles.css -- */

.main-section
{
	background: transparent;
}

/* ============================= Hero section ============================= */

div.topichero-container
{
	background: #000000;
	justify-content: center;
	display: flex;
	padding: 2em;
}

div.topichero
{
	background: #000000;
	gap: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	text-align: unset;
}

div.topichero h1
{
	color: #fff;
	font-size: 3rem;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 125%;
	padding-top: 25px;
	padding-bottom: 20px;
}

div.topichero h2
{
	font-size: 1.8em;
	margin-bottom: 30px;
	line-height: 100%;
}

div.ia-hero-left-container
{
	flex: auto;
	order: 1;
	overflow: auto;
	padding: 2rem;
	width: 65%;
}

div.ia-hero-text
{
	
}

div.ia-hero-image
{
	
}

div.ia-hero-right-container
{
	background-size: contain;
	background-position: center center;
	background-image: url('../Images/TopNavImages/home-page-hero.png');
	background-repeat: no-repeat;
	/*min-height: 32vh;*/
	flex: 0 1 auto;
	width: 30%;
	overflow: auto;
	order: 2;
}

/* ============================= ia-Search styles for Swiftype search container ============================= */

/* Removed 6/12/23 - not needed? 
.ia-home-search-box-position
{
	margin-top: 0px;
	width: auto;

}
*/

.ia-search-wrapper
{
	
}

.ia-search-container
{
	margin: 0;
	position: relative;
	width: 94%;
}

.ia-search-input-box
{
	border: 2px solid #000;
	box-sizing: border-box;
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1em;
	height: 50px;
	padding: 0 0 0 10px;
	position: relative;
	width: 100%;
}

input::placeholder
{
	font-size: 1rem;
	font-weight: 400;
	color: gray;
}

/* ----- Removes the x from the input box in IE -----*/

input::-ms-clear
{
	display: none;
}

::-webkit-input-placeholder
{
	/* Chrome/Opera/Safari */
	font-weight: 400;
}

::-moz-placeholder
{
	/* Firefox 19+ */
	font-weight: 400;
}

:-ms-input-placeholder
{
	/* IE 10+ */
	font-weight: 400;
}

.ia-home-search-button
{
	background-color: #fff;
	border: 2px solid #000000;
	border-left: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #007e45;
	cursor: pointer;
	font-size: 1rem;
	height: 50px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
}

.ia-home-search-button:hover
{
	background-color: #007e45;
	color: #fff;
}

button.ia-home-search-button i.fa-search
{
	font-size: 1.2rem;
}

/* ============================= Alert box (optional) ============================= */
/* ---- Using Bootstrap for alert because it is easy - using alert-warning color ---- */
/* ---- div.alert in ia project and Bootstrap - this overrides ia project ----*/
/* ---- Set div.alert right margin to 15px if using dismissable ----*/

div.ia-column div.alert
{
	background-image: none;
	background-position: initial;
	background-repeat: initial;
	border: 0;
	margin: 0;
	min-height: initial;
	padding: 15px 0;
}

div.alert-dismissable
{
	right: 0;
}

.close
{
	opacity: unset;
}

.alert p
{
	color: #333;
	font-size: 1rem;
	margin-top: 0;
	text-align: center;
}

div.ia-column div.alert:before
{
	content: none;
}

/* ============================= Icon layout ============================= */

div.ia-section
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

div.ia-group
{
	
}

div.ia-group::before,
div.ia-group::after
{
	content: "";
	display: table;
}

.ia-group::after
{
	clear: both;
}

.ia-column
{
	display: block;
	float: left;
	margin: -10px 0 0 1.6%;
}

.ia-column:first-child
{
	margin-left: 0;
}

.ia-column-width
{
	width: 100%;
}

.ia-flex-tile-container
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: space-evenly;
	max-width: 1200px;
	padding: 10px 0 10px 0;
	margin: 0 auto 50px auto;
}

.ia-flex-tile
{
	flex: initial;
	width: 250px;
	height: 240px;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

.ia-circle-icon
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid;
	text-align: center;
	line-height: 100px !important;
	vertical-align: middle;
	color: #007e45;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ia-flex-tile h2
{
	color: #007e45;
	text-align: center;
	font-size: 1.1rem;
	line-height: 18px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 16px;
}

.ia-flex-tile p
{
	font-size: .9rem;
}

.ia-flex-tile a:hover
{
	color: #073460;
}

/* ============================= Featured story sections (Optional) ============================= */
/*---- uncomment display: none; on container if you don't want the section to appear ---- */

.ia-featured-container
{
	/*display: none;*/
	margin: 0 auto;
}

.ia-featured-background
{
	background-color: #404040;
}

.ia-featured
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 25px;
}

.ia-featured::before
{
	content: ' ';
	display: table;
	clear: both;
}

.ia-featured-item
{
	/* margin: 0 30px;
	width: 50%; */
}

.ia-featured-image
{
	padding-top: 28px;
	text-align: center;
}

.ia-featured h2
{
	color: #073460;
	font-size: 2rem;
	font-weight: 600;
	line-height: 40px;
}

.ia-featured p
{
	font-size: 1rem;
	line-height: 28px;
}

.ia-featured-background h2
{
	color: #fff;
	font-weight: 600;
	margin-right: 25px;
}

.ia-featured-background p,
.ia-featured-background ul li
{
	color: #fff;
	font-size: 1.1rem;
	line-height: 28px;
	margin-right: 25px;
}

.ia-featured-background a:link,
.ia-featured-background a:visited,
.ia-featured-background a:focus
{
	color: #ffffff;
	text-decoration: underline;
}

/*------------------ Spotlight image styles for release image -----------------*/

div.spotlight-image-container
{
	width: 308px;
	height: 190px;
	color: #fff;
	mc-disabled: true;
}

div.spotlight-image
{
	/* background-color: #fff; comment out if image has rounded corners */
	width: 100%;
	mc-disabled: true;
}

div.spotlight-footer
{
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 500;
	/* padding-left: 10px; comment out for Coming soon */
	mc-disabled: true;
}

div.spotlight-footer p
{
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.4;
	margin-top: 2px;
	mc-disabled: true;
}

/* ============================= FOOTER  ============================= */
/* ---- This code helps the footer stay on the bottom of the page ----- */

*:before,
*:after
{
	box-sizing: border-box;
}

html,
body
{
	height: 100%;
	position: relative;
}

div.ia-page-container
{
	margin: 0 auto;
	min-height: 100vh;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 100px;
}

.height-container-sidenav
{
	padding-bottom: 0;
}

.ia-footer
{
	/*background-color: #e7e7e7;*/
	border-top: 1px solid #f2f5f6;
	height: 100px;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

p.copyright
{
	font-size: .8rem;
	margin-left: 20px;
}

/*----- Social media links using Font Awesome ----- */

ul.socialMediaLinks
{
	overflow: auto;
}

ul.socialMediaLinks li
{
	list-style-type: none;
	/*float: left;*/
	float: right;
}

ul.socialMediaLinks li a i
{
	background: #205D7A;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
	transition: all 0.2s ease-in-out;
}

ul.socialMediaLinks li a i:hover
{
	opacity: .7;
}

ul.socialMediaLinks li a i.fa-facebook
{
	background: #3b5998;
}

ul.socialMediaLinks li a i.fa-linkedin
{
	background: #007bb6;
}

ul.socialMediaLinks li a i.fa-twitter
{
	background: #00aced;
}

ul.socialMediaLinks li a i.fa-google
{
	background: #dd4b39;
}

/* ============================= Media queries ============================= */

@media only screen and (max-width: 767px)
{
	
}

@media only screen and (max-width: 767px)
{
	.ia-featured
	{
		flex-wrap: wrap;
	}

	.ia-featured-item
	{
		width: 100%;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}

	div.topichero h1
	{
		font-size: 2em;
	}

	div.ia-home-search-box-position
	{
		width: 80%;
		margin-left: 30px;
	}

	nav.title-bar .menu-icon
	{
		right: 2%;
	}

	div#mc-main-content
	{
		padding-left: 0;
		padding-right: 0;
	}
}

