/*<meta />*/

/* Import colors from common css */

@import url('ia-common.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*---- Fixed issues 05/19/2023 - look at inline styles - lots of one-offs ----*/

.search-bar._Skins_HomeSearchBar.mc-component
{
	width: 50%;
}

/*==== topic page search 10/2023 re-brand ==== */

div.ia-topic-page-container
{
	margin-top: 15px;
}

div.sf-home-search-box-position
{
	/*margin-top: 53px;*/
}

.nav-search
{
	margin-right: 20px;
}

.search-bar .search-field
{
	border: 0;
	border-radius: 4px;
}

/*---- _Skins_HomeSearchBar = just the search bar on the sfdc home page ---*/

.search-bar .search-submit,
.search-bar._Skins_HomeSearchBar.mc-component .search-field
{
	height: 40px;
	background-image: none;
	border: 0;
	border-radius: 4px;
}

.search-bar.search-bar-container._Skins_HomeSearchBar.mc-component .search-submit
{
	background-color: #007e45;
	background-image: none;
	border: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 40px;
	width: 56px;
	padding-left: 5px;
}

.search-bar.search-bar-container .search-submit
{
	background-image: none;
	background-color: #007e45;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	font-size: 1.1rem;
}

.search-bar.search-bar-container .search-submit:hover
{
	background-image: none;
	background-color: #fff;
	color: #007e45;
}

.search-submit
{
	padding-top: 8px;
	padding-left: 18px;
}

.search-submit:before
{
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
}

._Skins_SFDC_SFDC_search_skin.mc-component #pagination a
{
	border: 0;
	color: #007e45;
	font-size: 1rem;
	margin: 20px 5px;
	padding: 2px 8px;
	text-decoration: underline;
}

._Skins_SFDC_SFDC_search_skin.mc-component #pagination a:hover
{
	border-top: 0;
	color: #006738;
}

._Skins_SFDC_SFDC_search_skin.mc-component #resultList h3.title a
{
	color: #007e45;
	text-decoration: underline;
}

._Skins_SFDC_SFDC_search_skin.mc-component #resultList h3.title a:hover
{
	color: #006738;
}

._Skins_SFDC_SFDC_search_skin.mc-component #resultList h3.title a:visited
{
	color: #007e45;
}

/*---- Added nav.search 2/4/21 -----*/

nav.title-bar
{
	
}

ul.navigation li > a
{
	color: #fff;
}

.off-canvas-wrapper-inner .outer-row
{
	/*   padding-left: 1em;
    padding-right: 1em; */
}

div.home-tiles
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

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;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	padding: 30px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 200px;
	overflow: hidden;
}

div.home-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

div.home-tiles > div:nth-child(1)
{
	width: 12%;
	margin-left: 32%;
}

div.home-tiles > div:nth-child(2)
{
	width: 12%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 12%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	color: #7E8890;
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

p.tile-subtitle
{
	text-align: center;
	font-size: 0.9em;
	color: #7E8890;
}

p.tile-content
{
	color: #7E8890;
	font-size: 0.8em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #66C8AD;
}

ul.footer-links
{
	overflow: auto;
}

ul.footer-links li
{
	list-style-type: none;
	padding: 0 15px 0 0;
	margin-bottom: 0rem;
	font-size: 13px;
	display: inline;
	color: #66C8AD;
}

#content-wrapper
{
	padding-bottom: 150px;
}

/* Responsive layout styles */

@media only screen and (max-width: 1279px)
{
	div.home-tiles > div:nth-child(1)
	{
		width: 20%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 12%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 12%;
		margin-left: 1%;
	}
}

@media only screen and (max-width: 767px)
{
	p.tile-title
	{
		font-size: 1.2em;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}
}

/* ======================== SFDC home page ===================================*/

div.sf-topichero
{
	padding-top: 0px;
	height: 150px;
	background-color: #000;
}

div.sf-topichero-text
{
	text-align: center;
}

div.sf-topichero-text h1
{
	color: #fff;
}

div.sf-content
{
	/*	margin-bottom: 100px;
	padding-bottom: 100px; */
}

div.all-tiles-container
{
	display: grid;
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	height: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
}

div.sf-tile-container
{
	display: flex;
	flex-flow: row;
}

div.sf-tile:hover
{
	box-shadow: 0 4px 4px #404040, 0 6px 18px #404040;
	transform: translate3d(0,-2px,0);
	text-decoration: none;
}

div.sf-tile
{
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 15px;
	transform: translate3d(0,-2px,0);
	text-decoration: none;
	width: 50%;
	height: 275px;
}

div.sf-tile-text
{
	height: 175px;
	margin-bottom: 10px;
}

div.sf-tile-text h3
{
	font-size: 1.2rem;
	font-weight: 600;
	color: #007e45;
	margin-bottom: 16px;
	margin-top: 14px;
}

div.sf-tile-image-container
{
	text-align: center;
}

div.sf-tile-image
{
	
}

div.sf-tile-image img
{
	height: 50px;
	bottom: 10px;
	right: 10px;
}

div#start:before,
div#rn:before,
div#dev:before,
div#community:before,
div#support:before,
div#help:before
{
	font-family: "icon-font";
	font-size: 40px;
	font-weight: 300;
	color: #007e45;
}

div#start:before
{
	content: "\e93f";
}

div#rn:before
{
	content: "\e930";
}

div#dev:before
{
	content: "\e984";
}

div#community:before
{
	content: "\e93b";
}

div#support:before
{
	content: "\e994";
}

div#help:before
{
	content: "\e97a";
}

p.sf-tile-content
{
	font-size: 1rem;
}

a.home-tile:link,
a.home-tile:visited
{
	text-decoration: none;
}

a.home-tile:hover
{
	color: #007e45;
	text-decoration: none;
}

/* Home Page Footer - 02/05/20 - Updated this for facelift - this positions the footer - don't need positionFooter? Need the mc-main-content bottom margin to push content down */

div.footer
{
	/*	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 150px;
	width: 100%; */
}

#mc-main-content
{
	/*	margin-bottom: 200px;*/
}

/*
div.footer a
{
	text-decoration: none;
	color: #DADADA;
} */

div.footer > div.outer-row
{
	padding: 0;
	max-width: none;
}

.footer-logo
{
	max-width: 100%;
}

.footer-links
{
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

/* Medium Layout */

@media only screen and (max-width: 935px)
{
	div.sf-tile-container
	{
		display: flex;
		flex-flow: row wrap;
		grid-row-gap: 20px;
	}

	div.sf-tile
	{
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

/* Small Layout */

@media only screen and (max-width: 767px)
{
	div.sf-tile-image img
	{
		height: 40px;
	}

	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	.left-content
	{
		margin-bottom: 60px;
	}

	div.topichero h1
	{
		font-size: 2em;
	}

	div.topichero h2
	{
		font-size: 1.2em;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-links,
	p.Copyright,
	.footer-icons
	{
		text-align: center;
	}
}

