/*<meta />*/

/*===========================================================================================================================================================

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==*/

p
{
	/* color: #5a5a5a; */
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 1%;
}

#pubwebTopToolbar
{
	padding-left: 1%;
}

nav.title-bar .menu-icon
{
	padding-right: 1%;
}

.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;	Removed for better padding on tablet and mobile media */
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

div.top-container
{
	width: 75%;
	margin-left: 12%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 30px 40px;
	min-height: 50px;
	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;
}

div.hero-image
{
	float: left;
	width: 9.5%;
	margin: 0;
}

div.heading-search-container
{
	float: right;
	width: 75%;
	line-height: 50px;
}

div.search-container
{
	margin: 0 auto;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

div.search-container
{
	margin: 0 auto;
}

/*==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-top: 1%;
	margin-bottom: 1%;
	padding-right: 1%;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	display: flex;
	flex-direction: column;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	height: 240px;
	overflow: hidden;
	box-shadow: 0 15px 20px rgb(0 0 0 /8%);
	border-top: 5px solid #D21F3B;
	border-radius: 0 0 10px 10px;
	background: #fff;
}

div.home-tiles > div > div:nth-child(1)
{
	flex: 1 1;
}

div.home-tiles > div > div:nth-child(2)
{
	flex: 0 1;
}

div.home-tiles > div:nth-child(1)
{
	width: 18%;
	margin-left: 12.5%;
}

div.home-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(4)
{
	width: 18%;
	margin-left: 1%;
}

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);
}

.MCMiniTocBox_0.miniToc.nocontent
{
	display: none;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: left;
	color: #000000;
	font-family: 'Segoe UI';
	font-size: 1.2em;
}

p.tile-subtitle
{
	text-align: left;
	font-size: 0.9em;
	color: #575757;
}

p.tile-content
{
	color: #000000;
	font-size: 0.8em;
	text-align: left;
	height: calc(150% - 1em);
}

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,
div.home-tiles a:hover p.tile-title	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #D21F3B;
	text-decoration: none;
}

nav.sidenav-wrapper
{
	background: url('../Images/blob.png');
	background-repeat: no-repeat;
	background-position: -100px 700px;
}

/*==Home card section==*/

h3.SVheading3connect
{
	color: #D21F3B;
	padding-top: 0.5%;
	font-size: 23px;
	padding-bottom: 1%;
	text-decoration: none;
	font-weight: normal;
	Padding-left: 1%;
}

div.home-cards	/*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-top: 1%;
	margin-bottom: 1%;
}

div.home-cards
{
	margin: 3px;
	width: 92%;
	border-radius: 7px;
	box-shadow: 0 15px 20px rgb(0 0 0 /0%);
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-top: 1%;
	margin-left: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

div.home-cards > div
{
	display: flex;
	flex-direction: column;
	float: left;
	width: 25%;
	overflow: hidden;
}

div.home-cards::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-cards > div > div:nth-child(1)
{
	flex: 1 1;
}

div.home-cards > div > div:nth-child(2)
{
	flex: 0 1;
}

div.home-cards > div:nth-child(1)
{
	padding-left: 2%;
	background: url('../Images/in.png') no-repeat;
	background-position: 1% 4%;
}

div.home-cards > div:nth-child(2)
{
	padding-left: 1%;
	padding-right: 2%;
	background: url('../Images/yt.png') no-repeat;
	background-position: 0% 5%;
}

div.home-cards > div:nth-child(3)
{
	padding-left: 1%;
	padding-right: 2%;
	background: url('../Images/fb.png') no-repeat;
	background-position: 0% 2%;
}

div.home-cards > div:nth-child(4)
{
	padding-left: 2%;
	background: url('../Images/feedback.png') no-repeat;
	background-position: 1% 4%;
}

/*=Elements for text contained within each home-cards=*/

p.card-title
{
	text-align: left;
	color: #000000;
	font-family: 'Segoe UI';
	font-size: 1.2em;
	padding-left: 30px;
}

p.card-content
{
	color: #000000;
	font-size: 0.8em;
	text-align: left;
	text-align: left;
	padding-left: 30px;
	width: 100%;
}

p.card-title a
{
	color: black;
	text-decoration: none;
}

p.card-title a:hover
{
	color: #D21F3B;
}

div.card-child1
{
	padding-bottom: 0%;
	height: 150px;
}

div.card-child2
{
	padding-bottom: 0%;
	height: 150px;
}

div.card-child3
{
	padding-bottom: 0%;
	height: 150px;
}

div.card-child4
{
	padding-bottom: 0%;
	height: 150px;
}

/*===========================================================================================================================================================
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.home-tiles a:hover p.tile-title
	{
		margin-right: 2%;
	}

	div.home-cards
	{
		gap: 0% 13%;
		width: 95%;
		margin-left: 3%;
		margin-right: 3%;
	}

	/*
	p.card-content {
		width: 130%;
		inline-size: 300px;
	}
*/

	div.home-tiles > div:nth-child(1)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.home-cards > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 5%;
	}

	div.home-cards > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 8%;
	}

	div.home-cards > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 5%;
	}

	div.home-cards > div:nth-child(4)
	{
		width: 33.33333%;
		margin-left: 8%;
	}
}

@media only screen and (max-width: 767px)
{
	.body-container
	{
		background: none;
	}

	div.home-cards
	{
		flex-direction: column;
		margin-left: 4%;
		width: 90%;
		height: fit-content;
		margin-bottom: 10px;
	}

	div.top-container
	{
		margin-left: 5%;
		width: 90%;
	}

	div.hero-image
	{
		margin: auto;
		float: none;
		width: 60%;
	}

	div.heading-search-container
	{
		width: 100%;
		float: none;
	}

	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%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-cards > div:nth-child(1)
	{
		width: 100%;
		margin-left: 1%;
		height: fit-content;
		padding-left: 5%;
	}

	div.home-cards > div:nth-child(2)
	{
		width: 100%;
		margin-left: 1%;
		height: fit-content;
		padding-left: 5%;
	}

	div.home-cards > div:nth-child(3)
	{
		width: 100%;
		margin-left: 1%;
		height: fit-content;
		padding-left: 5%;
	}

	div.home-cards > div:nth-child(4)
	{
		width: 100%;
		margin-left: 1%;
		height: fit-content;
		padding-left: 5%;
	}
}

