/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Sage Text';
	src: url('https://fonts.sage.com/Sage_Text-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Sage Headline';
	src: url('https://fonts.sage.com/Sage_Headline-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

.main-section:has(.landing-page)
{
	background-color: #000;
}

.landing-page .ia-footer
{
	position: fixed;
}

.landing-page ul.ia-footer-links li a:link
{
	z-index: auto;
}

.ia-flex-tile a:hover
{
	color: black;
	background: inherit;
	font-size: 1.7rem;
}

/*-------These colors are from the Sage brand book. Need to change the rgba to hex if needed for PDF output -------- */

:root
{
	--ia-dark-grey: #404040;
	/*rebrand*/
	--ia-aquamarine: #66C8AD;
	--ia-callout: rgb(206, 0, 88);
	/*#CE0058 */
	--ia-azul: rgb(0, 75, 135);
	--ia-plum: rgb(130, 70, 175);
	--ia-amethyst: rgb(37, 14, 98);
	--ia-green: #00A65C;
	/*#007345 = product green, #00A65C = Jade green - rebrand*/
	--ia-sage-green: #00d639;
	/*rebrand*/
	--ia-slate: rgb(0, 51, 73);
	--ia-orange: #fd9829;
	--ia-link: #0077c8;
	--ia-main-grey: #f2f5f6;
	--ia-callout-light: rgba(206, 0, 88, 0.3);
	--ia-azul-light: rgba(0, 75, 135, 0.3);
	--ia-plum-light: rgba(130, 70, 175, 0.3);
	--ia-amethyst-light: rgba(37, 14, 98, 0.3);
	--ia-green-light: rgba(65,169,64, 0.3);
	--ia-callout-medium: rgba(206, 0, 88, 0.6);
	--ia-azul-medium: rgba(0, 75, 135, 0.6);
	--ia-plum-medium: rgba(130, 70, 175, 0.6);
	--ia-amethyst-medium: rgba(37, 14, 98, 0.6);
	--ia-green-medium: rgba(65,169,64, 0.6);
	--ia-azul-dark: #073460;
}

/* ---- 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: Sage Text, Helvetica Neue, Roboto, Segoe UI, Arial;
	line-height: 1.5em;
}

h1
{
	font-size: 2.8rem;
}

h2
{
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}

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;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.title-bar-layout .logo-wrapper:hover
{
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/*------- 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: #e6e6e6;
}

ul.navigation li > a
{
	color: #fff;
}

ul.navigation ul > li > a
{
	/*line-height: 35px;*/
	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;
}
*/

.off-canvas-wrapper-inner .outer-row
{
	max-width: none;
	width: 100vw;
	padding-top: 3px;
}

.logo-wrapper
{
	margin-left: 20px;
}

.inner-wrap .tab-bar .nav-search
{
	display: none;
}

nav.title-bar
{
	background-color: #191414;
	padding-top: 5px;
	padding-bottom: 5px;
}

title-bar-layout a.logo
{
	background: none;
}

.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: inherit;
}

div.topichero h1
{
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.3em;
	line-height: 125%;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #000000;
}

div.topichero h2
{
	font-size: 1.8em;
	margin-bottom: 30px;
	line-height: 100%;
	text-decoration: none;
}

div.ia-hero-left-container
{
	flex: auto;
	order: 1;
	overflow: auto;
	padding: 5px;
	width: 70%;
}

div.ia-hero-text
{
	
}

div.ia-hero-image
{
	
}

/* ============================= ia-Search styles for Swiftype search container ============================= */

.ia-home-search-box-position
{
	margin-top: 0px;
	width: auto;
}

.ia-search-wrapper
{
	
}

.ia-search-container
{
	margin: 0;
	position: relative;
	width: 85%;
}

.ia-search-input-box
{
	border: 2px solid #000;
	box-sizing: border-box;
	font-family: Sage Text, Helvetica Neue, Roboto, Segoe UI, Arial;
	font-size: 1em;
	height: 50px;
	padding: 0 0 0 10px;
	position: relative;
	width: 100%;
}

input::placeholder
{
	font-size: 1rem;
	font-weight: 400;
	color: #c4c4c4;
}

/* ----- 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;
	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: 1rem;
}

/* ============================= 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: 50px 0px 30px 0px;
}

.ia-column:first-child
{
	margin-left: 0;
	background-color: #000;
}

.ia-column-width
{
	width: 100%;
}

.ia-flex-tile-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: space-evenly;
	max-width: 1120px;
	padding: 0px 0 20px 0;
	margin: 0 auto 0px auto;
}

.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 p
{
	font-size: .9rem;
}

.ia-flex-tile-container
{
	margin-top: 0px;
	background-color: #000;
}

.ia-flex-tile
{
	flex: initial;
	width: 240px;
	height: 220px;
	margin: 25px;
	padding: 10px;
	text-align: center;
}

img.sip-home
{
	border: #00d639;
	border-style: solid;
	border-width: 2px;
	border-radius: 100px;
	width: 80%;
}

img.sip-home:hover
{
	border: #00d639;
	border-style: solid;
	border-width: 2px;
	border-radius: 100px;
	width: 80%;
	box-shadow: 2px 2px 20px 3px #00D639;
}

.ia-flex-tile h2
{
	margin-top: 5px;
	color: #F0F0F0;
	font-weight: 600;
	font-size: 1.3rem;
	text-decoration: none;
}

.ia-flex-tile h2:hover
{
	margin-top: 5px;
	color: #00D639;
	font-weight: 600;
	font-size: 1.3rem;
	text-decoration: none;
}

MadCap|searchBarProxy
{
	content: inherit;
}

h1
{
	font-family: Sage Headline, Helvetica Neue, Roboto, Segoe UI, Arial;
}

h2
{
	font-family: Sage Headline, Helvetica Neue, Roboto, Segoe UI, Arial;
}

p
{
	font-family: Sage Text, Helvetica Neue, Roboto, Segoe UI, Arial;
}

div.LandingPage6-6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.LandingPage6-6::before
{
	content: ' ';
	display: table;
}

div.LandingPage6-6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.LandingPage6-6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.LandingPage6-6 > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.LandingPage6-6 > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 0%;
}

img:hover
{
	width: 80%;
}

@media only screen and (max-width: 767px)
{
	div.LandingPage6-6 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.LandingPage6-6 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 776px)
{
	div.LandingPage6-6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.LandingPage6-6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* ============================= 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 25px auto;
	padding: 10px 25px 0 25px;*/
	margin: 0 auto 0 auto;
	padding: 25px 25px 50px 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;
}

/* ---- featured iterations ----

.ia-featured-content
{
	flex: 0 2 auto;
	padding: 0 0 0 25px;
}

.ia-featured-right
{
	padding: 28px 0 0 15px;
}

.ia-featured-left
{
	order: -1;
	padding: 28px 15px 0 0 ;
}

.ia-featured-image
{
}
*/

.ia-featured h2
{
	color: #073460;
	font-size: 2rem;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
}

.ia-featured p
{
	font-size: 1.1rem;
	line-height: 28px;
}

.ia-featured-background h2
{
	color: #fff;
	font-weight: 600;
	margin-right: 25px;
	text-decoration: none;
}

.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
{
	background-color: #007E45;
	/*background-color: #00A376;  Mint = R1 */
	/* background-color: #0073C1; Aegean = R2 */
	/* background-color: #FFB500; Gold = R3 */
	/* background-color: #8246AF; Plum = R4 */
	width: 308px;
	height: 215px;
	border: 1px solid #007E45;
	/* change this too */
	color: #fff;
	mc-disabled: true;
}

div.spotlight-image
{
	background-color: #fff;
	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: #000;
	/*border-top: 1px solid var(--ia-main-grey);*/
	/*height: 121px;*/
	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;
}

/* ----------------------- Old News Banner -------------------*/

div.banner-wrapper
{
	text-align: center;
	/*width: 90%; */
	padding-bottom: 100px;
	/* use padding if banner is last div before footer */
}

div.banner-container-wrapper
{
	display: inline-block;
	max-width: 920px;
	/*width: 100%; */
	width: 88%;
}

div.banner-container
{
	display: flex;
	width: 100%;
	background-color: #66C8AD;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 4px;
	margin-top: 30px;
}

div.banner-image
{
	width: 100%;
	max-width: 2.75rem;
	min-width: 2.75rem;
	background-color: rgba(0, 75, 135, 0.6);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	position: relative;
	min-height: 2.5rem;
}

div.banner-image p
{
	color: #fff;
}

div.banner-content
{
	width: 100%;
}

div.banner-content p
{
	color: #fff;
	font-size: 1rem;
	margin-left: 15px;
	text-align: left;
}

/* ---- Iteration on alert - not currently used ---- */

.ia-news-container
{
	background: linear-gradient(90deg, rgba(9,72,100,1) 40%, rgba(100,9,80,1) 100%);
	height: 75px;
	padding-top: 18px;
}

.ia-news
{
	width: 70em;
	margin-left: auto;
	margin-right: auto;
}

.ia-news-container p
{
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
}

div.LandingPageResponsive	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.LandingPageResponsive::before
{
	content: ' ';
	display: table;
}

div.LandingPageResponsive::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.LandingPageResponsive > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.LandingPageResponsive > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.LandingPageResponsive > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

/* ============================= Media queries ============================= */

@media only screen and (max-width: 767px)
{
	div.LandingPageResponsive > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 776px)
{
	.ia-featured
	{
		flex-wrap: wrap;
	}

	.ia-featured-item
	{
		width: 100%;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}

	div.topichero h1
	{
		font-size: 3em;
		font-weight: 300;
	}

	div.ia-home-search-box-position
	{
		width: 90%;
	}

	nav.title-bar .menu-icon
	{
		right: 2%;
	}

	div#mc-main-content
	{
		padding-left: 0;
		padding-right: 0;
	}

	div.LandingPageResponsive > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}
}

