/*<meta />*/

/* Import colors from common css */

@import url('ia-common.css');

html
{
	font-family: 'Sage UI', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

/*============================= Welcome Page General Styles ===========================*/

body
{
	font-family: 'Sage UI', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

h1
{
	color: #fff;
	font-family: 'Sage UI', Helvetica, Arial, sans-serif;
}

h2
{
	line-height: 140%;
	margin-bottom: 16px;
}

h2,
h3,
p
{
	font-family: 'Sage UI', Helvetica, Arial, sans-serif;
	color: #000;
}

h1,
h2
{
	text-align: center;
}

p
{
	font-size: 1rem;
}

div.wp-resources-tile a:link,
div.wp-resources-tile a:visited,
div.wp-resources-tile a:focus
{
	color: #000;
	mc-disabled: true;
}

a.wp-button
{
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 2px solid #000;
	border-radius: 9999px;
	color: #000;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 500;
	cursor: pointer;
}

a.wp-button:hover
{
	background-color: #000;
	color: #fff;
}

a.wp-button:focus
{
	outline: 2px solid;
	outline-offset: 2px;
}

div.wp-container
{
	
}

div.wp-section-container
{
	
}

.wp-alt-background
{
	background-color: #f2f5f6;
}

.wp-spotlight-background
{
	background-color: #000;
}

.wp-section-title
{
	
}

.wp-section-title p
{
	font-size: 1.15rem;
	margin-bottom: 32px;
}

.wp-section title h2
{
	margin-top: 0;
}

.wp-section-item
{
	display: flex;
	flex-direction: column;
	padding: 30px;
	align-items: center;
}

div.wp-footer
{
	border-top: 2px solid #f2f5f6;
	width: 70%;
}

/*================== Hero ====================*/

section.wp-hero-container
{
	background-color: #000000;
	margin-top: -25px;
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}

div.wp-hero-inner
{
	display: flex;
	width: 40%;
}

div.wp-hero-image
{
	position: absolute;
	top: 50%;
	left: calc(50% - 60% / 2 - 40px);
	transform: translateY(-50%);
	z-index: 0;
}

div.wp-hero-image img
{
	max-width: 100%;
	height: auto;
}

div.wp-hero-search
{
	width: 40%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

div.wp-hero-search-title
{
	
}

div.wp-hp-search-element
{
	
}

/*================== Resources ====================*/

section#wp-resources
{
	
}

div.wp-resources-text
{
	
}

div.wp-resources-tile-container
{
	margin: 30px 0;
}

div.wp-resources-tile-container,
div.wp-video-tile-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 75%;
	justify-content: center;
}

div.wp-resources-tile
{
	display: flex;
	/* flex-direction: row; */
	flex-direction: column;
	flex: 1 1;
	align-items: center;
	background-color: #f2f5f6;
	border-radius: 24px;
	/*height: 175px;*/
	height: 150px;
	min-width: 300px;
	max-width: 300px;
	/*padding-top: 10px;*/
	padding-top: 0;
}

div.wp-resources-tile-title
{
	padding-top: 25px;
}

div.wp-resources-tile-title p
{
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0 0 0 10px;
}

div.wp-resources-tile-image
{
	padding-top: 25px;
}

/*================== Videos ====================*/

section#wp-videos
{
	
}

div.wp-video-text
{
	
}

div.wp-video-tile
{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
}

div.wp-video-thumbnail
{
	width: 300px;
	background-color: #000;
	height: 180px;
	padding: 10px;
	align-content: center;
	border-radius: 24px;
}

div.wp-video-tile-image
{
	
}

div.wp-videoo-tile-title
{
	
}

div.wp-video-button-container
{
	margin: 20px auto;
}

div.wp-video-button
{
	border: 2px solid #000;
	border-radius: 24px;
	height: 48px;
	width: 162px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.wp-video-button p
{
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0;
}

/*================== Popular topics ====================*/

section#wp-articles
{
	
}

div.wp-articles-title
{
	
}

div.wp-articles-container
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* Creates two equal columns */
	gap: 10px;
	margin: 0 auto;
}

div.wp-article-item
{
	
}

div.wp-article-item-title
{
	
}

div.wp-article-item-description
{
	
}

/*================== Other Sage Applications  ====================*/

section#wp-other-products
{
	
}

div.wp-other-products-tile-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: space-evenly;
	gap: 20px;
	margin: 0 auto;
	width: 70%;
	mc-disabled: true;
}

div.wp-other-products-tile
{
	flex-direction: row;
	flex: 1 1;
	padding: 20px;
	align-items: center;
	mc-disabled: true;
}

ul.wp-other-products
{
	overflow: auto;
}

ul.wp-other-products li
{
	display: inline;
	font-size: 1.1rem;
	letter-spacing: 0.235px;
	list-style-type: none;
	margin-right: 50px;
	white-space: nowrap;
}

/*===================== Featured spotlight ==================*/

section#wp-feature-spotlight
{
	
}

section#wp-feature-spotlight h2,
section#wp-feature-spotlight p
{
	color: #fff;
}

div.wp-feature-spotlight-title
{
	
}

div.wp-feature-spotlight-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	mc-disabled: true;
}

div.wp-feature-spotlight-tile
{
	display: flex;
	flex-direction: column;
	width: 350px;
	mc-disabled: true;
}

div.wp-feature-spotlight-tile-image
{
	border: 2px solid #fff;
	border-radius: 20px;
	margin-top: 15px;
	text-align: center;
	width: 325px;
	height: 216px;
	overflow: hidden;
	mc-disabled: true;
}

div.wp-feature-spotlight-tile-title
{
	
}

div.wp-feature-spotlight-tile-content p
{
	font-weight: 500;
	margin-top: 16px;
	mc-disabled: true;
}

div.wp-feature-spotlight-tile a:link,
div.wp-feature-spotlight-tile a:visited,
div.wp-feature-spotlight-tile a:focus
{
	color: #fff;
	mc-disabled: true;
}

/*================== Get Connected  ====================*/

section#get-connected
{
	
}

/* version 1 */

div.wp-get-connected-title
{
	
}

div.wp-get-connected-title h2
{
	margin-bottom: 16px;
}

div.wp-get-connected-description
{
	margin-bottom: 15px;
}

div.wp-get-connected-tile-title p
{
	font-size: 1.25rem;
	font-weight: 700;
}

div.wp-get-connected-tile-content
{
	margin-bottom: 15px;
}

/* layout 3 */

div.wp-get-connected-tile-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

div.wp-get-connected-tile
{
	display: flex;
	flex-direction: column;
	width: 350px;
	align-content: center;
}

div.wp-get-connected-tile h2
{
	text-align: left;
}

/*============================= Search bar styles ================================= */

.ia-search-input-box
{
	border: 2px solid #000;
	box-sizing: border-box;
	font-size: 1rem;
	height: 50px;
	padding: 0 0 0 10px;
	position: relative;
	width: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.ia-home-search-button
{
	background-color: #007e45;
	border: 2px solid #000000;
	border-left: none;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	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: #fff;
	color: #007e45;
}

div.ia-search-wrapper
{
	
}

div.ia-search-container
{
	margin: 0;
	position: relative;
	width: 94%;
}

/*
@media (max-width: 900px) 
{
 	div.wp-resources-tile
	{
		min-width: 200px; 
	} 
} */

