/*<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==*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Poppins';
}

@font-face 
{
	font-family: 'Poppins';
	src: url(../Fonts/Poppins-Light.ttf);
}

@font-face 
{
	font-family: 'Montserrat Light';
	src: url(../Fonts/MONTSERRAT-LIGHT.TTF);
}

@font-face 
{
	font-family: 'Montserrat SemiBold';
	src: url(../Fonts/MONTSERRAT-SEMIBOLD.TTF);
}

@font-face 
{
	font-family: 'Montserrat Black';
	src: url(../Fonts/MONTSERRAT-BLACK.TTF);
}

body	/*Background gradient properties applied to Body*/
{
	font-family: 'Montserrat Light', Arial;
	line-height: 1.5em;
	background: #ffffff;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #ffffff, #ffffff);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #ffffff, #ffffff);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #ffffff, #ffffff);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #ffffff, #ffffff);
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

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;
}

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%;
}

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: #F2F2F2;
	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: 300px;
	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: 20%;
	margin-left: 18%;
}

div.home-tiles > div:nth-child(2)
{
	width: 20%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 20%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	color: #7E8890;
	font-family: Arial;
	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: #5460e3;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
	height: 300px;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/minus_1.png');
	mc-closed-image: url('../Images/plus_1.png');
	border-bottom: none;
	text-align: center;
}

MadCap|dropDownBody
{
	text-align: center;
}

MadCap|dropDownHead
{
	font-family: 'Montserrat Light';
	font-weight: bold;
	text-align: center;
	width: 200px;
}

MadCap|dropDownHotspot
{
	color: #444444;
	font-family: 'Montserrat Light';
	position: center;
}

/*===========================================================================================================================================================
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: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 32%;
		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%;
	}
}

.home_img
{
	pointer-events: none;
}

/* Custom styling for scrollbar of side nav and adding resizable side nav*/

.sidenav-wrapper
{
	/* ensure sidenav-wrapper comes before nav-border in sidenav-layout
flex row */
	order: 1;
	width: 20%;
	/* avoid horizontal scrolling on overflow */
	overflow-x: hidden;
	/* Set the width of the scrollbar to make it less visible */
	scrollbar-width: thin;
	/* Add a smooth transition for the scrollbar */
	transition: 0.5s;
}

.sidenav-wrapper::-webkit-scrollbar
{
	width: 7px;
	/* Set the width of the scrollbar for WebKit browsers (like Chrome and Safari) */
	border-radius: 30px;
}

.sidenav-wrapper::-webkit-scrollbar-thumb
{
	background-color: #e1e1e175;
	/* Color of the scrollbar thumb */
	border-radius: 30px;
	/* Border radius to make it rounded */
}

.sidenav-wrapper::-webkit-scrollbar-thumb:hover
{
	background-color: #dddddd;
	/* Color of the scrollbar thumb on hover */
}

.nav-border
{
	/* resizable nav-border between nav menu and body content added via
nav-resize.js script */
	background-color: #f8f8f8;
	/* ensure nav-border comes between sidenav-wrapper and body-container in
sidenav-layout flex row */
	order: 2;
	/* allow horizontal (east-west) resizing only */
	cursor: ew-resize;
	/* don't allow nav-border to grow or shrink, and make it 3px wide */
	flex: 0 0 2px;
	/* ensure that text isn't selected while the mouse is being dragged */
	user-select: none;
}

.body-container
{
	/* ensure body-container comes after nav-border in sidenav-layout
flex row */
	order: 3;
}

.body-container
{
	padding-left: 3%;
	padding-top: 2%;
	/* Set the width of the scrollbar to make it less visible */
	scrollbar-width: thin;
	/* Add a smooth transition for the scrollbar */
	transition: 0.5s;
	padding-bottom: 10px;
}

.body-container::-webkit-scrollbar
{
	width: 10px;
	/* Set the width of the scrollbar for WebKit browsers (like Chrome and Safari) */
}

.body-container::-webkit-scrollbar-thumb
{
	background-color: #dfdfdf;
	/* Color of the scrollbar thumb */
	border-radius: 30px;
	/* Border radius to make it rounded */
}

.body-container::-webkit-scrollbar-thumb:hover
{
	background-color: #b8b8b8;
	/* Color of the scrollbar thumb on hover */
}

@media only screen and (max-width: 1279px)
{
	/* hide nav border when nav pane is not displayed */

	.nav-border
	{
		display: none;
	}
}

/*== Home Page Footer ==*/

div.home-footer
{
	color: #888;
	text-align: center;
	margin-top: 20px;
	bottom: 0px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.right-sidebar
{
	display: none;
}

@media only screen and (min-width: 1280px)
{
	#mc-main-content,
	.nocontent
	{
		max-width: 100% !important;
		margin-right: auto;
		margin-left: 2 rem;
		padding-right: 2rem;
	}
}

