/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Home Page General Styles==*/

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
	--LegrandDarkBlueText: #1B2D3A;
	--Acumin: Acumin Pro Medium;
	--Arial: Arial, Avenir, Myriad;
}

body
{
	font-family: var(--Arial);
	background: #e8e9ea;
	color: var(--LegrandDarkBlueText);
	line-height: 16pt;
	font-size: 12pt;
}

h1
{
	
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever 
	word-break: break-all;
	   Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: 11pt;
}

p.homestaging
{
	font-weight: bold;
	font-style: italic;
	margin: 5px 0px -5px 0px;
	margin-bottom: -5px;
	font-size: 11pt;
}

p.homeleadin
{
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	margin: 5px 0px -5px 0px;
	font-size: 11pt;
}

p.homesbpgraph
{
	margin: 10px 0px;
	line-height: 20px;
	font-size: 11pt;
}

/* */

.center
{
	/* margin-right: auto;
	margin-left: auto;
	float: none !important; */
	position: relative;
	text-align: center;
	padding-top: .10in;
}

.middle
{
	vertical-align: middle;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

video
{
	max-width: 100%;
}

/*==Responsive Header Styles==*/

div.top-container
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52%;
	background-color: #fff;
	min-height: 200px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	height: 2.5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: .5%;
}

div.hero-image
{
	padding: 0px 10px;
	text-align: center;
	display: inline-block;
	float: none;
}

div.heading-search-container
{
	display: inline-block;
	min-height: 240px;
	float: right;
	padding: 5px 10px 3px 10px;
}

div#HeroImgWidth2in
{
	width: 33%;
	display: inline-block;
}

div#HeroImgWidth3in
{
	width: 44%;
	display: inline-block;
}

div#HeroImgWidth4in
{
	display: inline-block;
	width: 95%;
}

div#HSC-for-HeroImgWidth2in
{
	display: inline-block;
	width: 66%;
}

div#HSC-for-HeroImgWidth3in
{
	display: inline-block;
	width: 55%;
}

div#HSC-for-HeroImgWidth4in
{
	display: inline-block;
	width: 45%;
}

p.hero-image
{
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}

div.GeneralTextContainer
{
	margin: 0;
	float: right;
	width: 100%;
	margin: auto;
}

h1.home
{
	font-weight: bold;
	font-size: 18pt;
	line-height: 25pt;
	color: var(--LegrandDarkBlueText);
	margin-top: 0px;
	margin: 5px 0px 0px 0px;
}

/*==Home Tiles section==*/

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
	margin-top: .6%;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
	margin-bottom: 0%;
}

div.home-tiles > div
{
	float: left;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	padding: 15px 25px;
}

div.home-tiles > div:nth-child(1)	/*This is the Services box on the main page.*/
{
	background-color: #2E5276;
	padding: 15px;
	margin-left: 24%;
	min-height: 275px;
	width: 17%;
}

div.home-tiles > div:nth-child(2)	/*This is the Shared Files box on the main page.*/
{
	background-color: #10846E;
	padding: 15px;
	min-height: 275px;
	margin-left: .5%;
	width: 17%;
}

div.home-tiles > div:nth-child(3)	/*This is the Ideas box on the main page.*/
{
	background-color: #2E5276;
	padding: 15px;
	min-height: 275px;
	margin-left: .5%;
	width: 17%;
}

div.home-tiles > div:nth-child(4)
{
	width: 52%;
	margin-left: 24%;
	margin-top: 2%;
	padding-top: 80px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 2%;
	color: var(--Black);
	background-color: #fff;
	font-size: .8em;
}

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);
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	margin-top: 0px;
	font-weight: bold;
	color: var(--White);
	font-size: 16pt;
}

p.spacer
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
}

p.tile-content
{
	color: var(--White);
	font-size: 11pt;
}

p.tile-button
{
	margin-top: 8px;
	float: right;
}

p.bottom-tile-title
{
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #596e7b;
}

p#HeroImg-padding-top10pct
{
	padding-top: 5%;
	padding-bottom: 5%;
}

p#HeroImg-padding-top25pct
{
	padding-bottom: 5%;
	padding-top: 10%;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-decoration: underline;
	color: inherit;
}

div.home-tiles a::visited	/*Complex Selector with pseudo class for forcing the specified visited link properties on the styles for homepage.*/
{
	color: var(--Black);
}

a:visited
{
	color: var(--Black);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #c0c0c0;
}

div.hero-image-text
{
	float: right;
	clear: left;
	width: 60%;
	padding-left: 10px;
}

/*==Bottom Container Styles==*/

div.bottom-container
{
	width: 52%;
	margin-left: 24%;
	overflow: hidden;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	margin-bottom: 1%;
	margin-top: 1%;
	padding: 10px 20px;
	vertical-align: top;
}

div
{
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever 
	word-break: break-all;
	   Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

MadCap|dropDownHead
{
	color: var(--White);
	font-family: var(--Arial);
	font-size: 10pt;
	text-align: right;
	line-height: 10pt;
}

MadCap|dropDownHotspot
{
	font-family: var(--Arial);
	font-size: 10pt;
	color: var(--White);
}

MadCap|dropDownBody
{
	margin-top: 0px;
	margin-left: -30px;
}

MadCap|dropDown
{
	border-bottom: solid 0px transparent;
}

MadCap|toggler
{
	color: var(--White);
	font-family: var(--Arial);
	mc-open-image: url('../Images/Assets/Icons/MainIcons/Minus.png');
	mc-closed-image: url('../Images/Assets/Icons/MainIcons/Plus.png');
	mc-image-spacing: 10px;
}

img.TileIcons
{
	margin: 5px;
	margin-bottom: 15px;
}

p#HeroImg-padding-top5pct
{
	padding-top: 5%;
}

a
{
	color: var(--Brand1);
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.home-tiles > div:nth-child(1)
	{
		width: 26%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 26%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 26%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		margin-left: 10%;
		width: 80%;
	}

	div.top-container
	{
		width: 80%;
		margin-left: auto;
	}

	div.bottom-container
	{
		margin-left: 10%;
		width: 80%;
	}

	div#HSC-for-HeroImgWidth2in
	{
		width: 65%;
	}

	div#HSC-for-HeroImgWidth3in
	{
		width: 52%;
	}

	p#HeroImg-padding-top10pct
	{
		padding-top: 15%;
	}

	p#HeroImg-padding-top25pct
	{
		padding-top: 30%;
		padding-bottom: 0%;
	}

	p#HeroImg-padding-top5pct
	{
		padding-top: 15%;
	}

	div#HSC-for-HeroImgWidth4in
	{
		width: 40%;
	}

	div#HeroImgWidth4in
	{
		width: 64%;
	}

	img.Four-inch-to-Mobile
	{
		width: 64%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-container
	{
		display: block;
		width: 90%;
		margin-left: auto;
		text-align: center;
	}

	div.home-tiles > div
	{
		margin-top: 5%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 1%;
		margin-bottom: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 1%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 1%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		margin-left: 5%;
		margin-top: 5%;
		width: 90%;
		padding-top: 20px;
		padding-right: 30px;
		padding-left: 30px;
	}

	div.hero-image-text
	{
		margin: auto;
		float: none;
		clear: none;
		width: 60%;
	}

	div.bottom-container
	{
		margin-left: 5%;
		width: 90%;
	}

	div#HSC-for-HeroImgWidth2in
	{
		width: 100%;
	}

	div#HSC-for-HeroImgWidth3in
	{
		width: 100%;
	}

	div#HeroImgWidth2in
	{
		width: 100%;
	}

	div#HeroImgWidth3in
	{
		width: 100%;
	}

	p#HeroImg-padding-top10pct
	{
		padding-top: 3%;
	}

	img.TileIcons
	{
		
	}

	p#HeroImg-padding-top25pct
	{
		padding-top: 3%;
		padding-bottom: 0%;
	}

	p#HeroImg-padding-top5pct
	{
		padding-top: 3%;
	}

	div#HSC-for-HeroImgWidth4in
	{
		width: 100%;
	}

	div#HeroImgWidth4in
	{
		width: 95%;
	}

	img.Four-inch-to-Mobile
	{
		width: 95%;
	}
}

div.MainPageFooter
{
	text-align: center;
	vertical-align: top;
}

p#HomePageMainFloatSubhead
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.right
{
	text-align: right;
}

p.toggler
{
	text-align: right;
	color: var(--White);
	font-weight: bold;
	line-height: 12pt;
}

p#HeroImg-padding-top5pct
{
	padding-top: 5%;
}

img.Four-inch-to-Mobile
{
	mc-thumbnail: none;
	width: 90%;
}

