/*<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/css?family=Open+Sans:300,400,400i,600,700,700i');*/

@font-face 
{
	font-family: 'GalanoGrotesqueBold';
	src: url('GalanoGrotesque-Bold.woff2') format('woff2'), url('GalanoGrotesque-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'GalanoGrotesqueExtraBold';
	src: url('GalanoGrotesque-ExtraBold.woff2') format('woff2'), url('GalanoGrotesque-ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'GalanoGrotesqueItalic';
	src: url('GalanoGrotesque-Italic.woff2') format('woff2'), url('GalanoGrotesque-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'GalanoGrotesqueSBdIt';
	src: url('GalanoGrotesque-SemiBoldItalic.woff2') format('woff2'), url('GalanoGrotesque-SemiBoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'GalanoGrotesqueSemiBold';
	src: url('GalanoGrotesque-SemiBold.woff2') format('woff2'), url('GalanoGrotesque-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Galano Grotesque';
	src: url('GalanoGrotesque-Regular.woff2') format('woff2'), url('GalanoGrotesque-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: 'Galano Grotesque', sans-serif;
	line-height: 1.5em;
	background: linear-gradient(to bottom, #ffffff, #f8fafc);
}

p.homeHeader
{
	font-size: 20px;
	font-family: 'Galano Grotesque';
}

h1
{
	font-size: 50px;
	font-weight: 400;
	color: #333333;
	margin-top: 3%;
	font-family: 'GalanoGrotesqueBold';
	font-weight: bold;
}

h2
{
	font-size: 20px;
	font-family: 'Galano Grotesque';
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'Galano Grotesque';
	margin-left: 2%;
}

a
{
	color: #ffffff;
	font-family: 'Galano Grotesque';
	text-decoration: none;
}

.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==*/

div.topichero
{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 40em;
	margin-bottom: 40px;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-bottom: 5px;
	background-position-x: right;
	background-position-y: top;
	background-image: url('../Images/altify-banner-v1.jpg');
}

div.topichero2
{
	display: none;
}

div.topicheroEntry
{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 37em;
	margin-bottom: -250px;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-bottom: 150px;
	background-position-x: right;
	background-position-y: center;
	background-image: url('../Images/Website_TightGrid.png');
}

div.HomeHeroSection	/*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.HomeHeroSection::before
{
	content: ' ';
	display: table;
}

div.HomeHeroSection::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeHeroSection > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomeHeroSection > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.hero-image
{
	float: left;
	width: 30%;
	margin: 0;
}

div.heading-search-container	/*this removed from home above h1-<div class="hero-image">
                <p>&#160;</p><div>*/
{
	float: left;
	width: 100%;
	padding-left: 40%;
}

h1.home
{
	font-size: 2.5em;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	color: #2f2f2f;
}

/*==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%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	padding: 0px 0px;
	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;
	/*border-top: 1px solid #DCDDE1;*/
	border-radius: 4px;
	min-height: 175px;
}

div.home-tiles > div:nth-child(1)
{
	width: 25%;
	margin-left: 10%;
	background-color: #ffffff;
}

div.home-tiles > div:nth-child(2)
{
	width: 25%;
	margin-left: 2.5%;
	background-color: #ffffff;
}

div.home-tiles > div:nth-child(3)
{
	width: 25%;
	margin-left: 2.5%;
	background-color: #ffffff;
}

div.home-tiles > div:nth-child(4)
{
	width: 25%;
	margin-left: 10%;
	background-color: #ffffff;
	margin-top: 1%;
}

div.home-tiles > div:nth-child(5)
{
	width: 25%;
	margin-left: 2.5%;
	background-color: #ffffff;
	margin-top: 1%;
}

div.home-tiles > div:nth-child(6)
{
	width: 25%;
	margin-left: 2.5%;
	background-color: #ffffff;
	margin-top: 1%;
}

div.home-tiles > div:nth-child(7)
{
	width: 25%;
	margin-left: 10%;
	background-color: #ffffff;
	margin-top: 1%;
}

div.home-tiles > div:nth-child(8)
{
	width: 25%;
	margin-left: 2.5%;
	background-color: #ffffff;
	margin-top: 1%;
}

div.home-tiles > div:nth-child(9)
{
	width: 25%;
	margin-left: 2.5%;
	background-color: #ffffff;
	margin-top: 1%;
}

div.home-tiles-inner	/*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%;
	width: 100%;
	clear: both;
	cursor: pointer;
}

div.home-tiles-inner::before
{
	content: ' ';
	display: table;
}

div.home-tiles-inner::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-inner > div
{
	float: left;
}

div.home-tiles-inner > div:nth-child(1)
{
	width: 15%;
}

div.home-tiles-inner > div:nth-child(2)
{
	width: 85%;
	padding-left: 2%;
}

/*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
{
	color: #252A31;
	padding-top: 15px;
	font-size: 20px;
	padding-left: 30px;
	padding-bottom: 15px;
}

div.tile-line
{
	width: 100%;
	background-color: #C0C0C0;
	height: 1px;
}

p.tile-content
{
	color: #252A31;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

p.tile-button
{
	margin-top: 8px;
	float: right;
}

p.bottom-tile-title
{
	color: #955aa4;
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover
{
	
}

div.home-tiles1 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles1 a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	/*font-weight: bold;*/
}

div.home-tiles2 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles2 a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	/*font-weight: bold;*/
}

.off-canvas-content .title-bar .nav-search
{
	display: none;
}

div.home-tiles2	/*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: 0%;
	margin-bottom: 1%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-tiles2::before
{
	content: ' ';
	display: table;
}

div.home-tiles2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles2 > div
{
	float: left;
	padding: 0px 0px;
	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;
	border-radius: 4px;
	min-height: 175px;
	/*border-top: 1px solid #DCDDE1;*/
}

div.home-tiles2 > div:nth-child(1)
{
	width: 39%;
	margin-left: 10%;
	background-color: #ffffff;
}

div.home-tiles2 > div:nth-child(2)
{
	width: 39%;
	margin-left: 2%;
	background-color: #ffffff;
}

img.home
{
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}

div.home-tiles2-inner
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-tiles2-inner::before
{
	content: ' ';
	display: table;
}

div.home-tiles2-inner::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles2-inner > div
{
	float: left;
}

div.home-tiles2-inner > div:nth-child(1)
{
	width: 20%;
}

div.home-tiles2-inner > div:nth-child(2)
{
	width: 80%;
}

div.home-tiles1	/*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: 0%;
	margin-bottom: 5%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-tiles1::before
{
	content: ' ';
	display: table;
}

div.home-tiles1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles1 > div
{
	float: left;
	padding: 0px 0px;
	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;
	border-radius: 4px;
	min-height: 175px;
	/*border-top: 1px solid #DCDDE1;*/
	margin-left: 10%;
}

div.home-tiles1 > div:nth-child(1)
{
	width: 82%;
	background-color: #ffffff;
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 10%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-tiles1 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles2 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles2 a:hover p.tile-title2
/*Complex Selector: When hovering over links within the home tiles the following properties will apply.
{
	color: #808080;
}

/*div.home-tiles2 > 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=*/
{
	color: #2f2f2f;
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

p.tile-content2
{
	color: #2f2f2f;
	font-size: .8em;
}

div.home-resource_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: 3%;
	margin-bottom: 3%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-resource_tiles::before
{
	content: ' ';
	display: table;
}

div.home-resource_tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-resource_tiles > div
{
	float: left;
	padding: 0px 0px;
	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;
	min-height: 475px;
}

div.home-resource_tiles > div:nth-child(1)
{
	width: 27.333%;
	margin-left: 7%;
	background-color: #ffffff;
}

div.home-resource_tiles > div:nth-child(2)
{
	width: 27.333%;
	margin-left: 2%;
	background-color: #ffffff;
}

div.home-resource_tiles > div:nth-child(3)
{
	width: 27.334%;
	margin-left: 2%;
	background-color: #ffffff;
}

div.home-resource_tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-resource_tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #808080;
}

/*.off-canvas-content .title-bar .nav-search
{
	display: none;
}*/

div.home-resource_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);
}

h2.resource_tile
{
	color: #2f2f2f;
	font-size: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 0px;
	marin-left: 0px;
}

p.resource_tile-content
{
	color: #2f2f2f;
	font-size: .8em;
	padding-left: 2em;
	padding-right: 2em;
}

p.image
{
	margin: 0px;
}

div.HomeBottom
{
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #DCDDE1;
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	clear: both;
}

div.HomeBottom::before
{
	content: ' ';
	display: table;
}

div.HomeBottom::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeBottom > div
{
	float: left;
	padding: 0px 0px;
}

div.HomeBottom > div:nth-child(1)
{
	width: 40%;
	background-color: #ffffff;
}

div.HomeBottom > div:nth-child(2)
{
	width: 60%;
	padding-left: 3%;
	background-color: #ffffff;
}

img.bottom
{
	margin-bottom: -7px;
}

div.HomeMasterPageFooter	/*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;
	background-color: #DCDDE1;
	padding-top: 15px;
	padding-botttom: 25px;
	padding-left: 2%;
}

div.HomeMasterPageFooter::before
{
	content: ' ';
	display: table;
}

div.HomeMasterPageFooter::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeMasterPageFooter > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

div.HomeMasterPageFooter > div:nth-child(1)
{
	padding-bottom: 10px;
	text-align: left;
	margin-left: 0%;
	width: 30%;
}

div.HomeMasterPageFooter > div:nth-child(2)
{
	padding-bottom: 10px;
	text-align: center;
	margin-left: 0%;
	width: 30%;
}

div.HomeMasterPageFooter > div:nth-child(3)
{
	padding-bottom: 10px;
	text-align: right;
	margin-left: 0%;
	width: 30%;
	float: right;
	margin-right: 2%;
}

p.HomeMasterPageFooter
{
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1em;
	font-size: 9px;
	text-align: center;
}

.nav.tab-bar
{
	display: none;
}

div.additional-resources
{
	margin-left: 10%;
	width: 80%;
}

div.intro	/*This div is used for the boxes on the page that directs users to the English or French versions of the help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-top: 3%;
	padding-bottom: 3%;
}

div.intro::before
{
	content: ' ';
	display: table;
}

div.intro::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.intro > div
{
	float: left;
	overflow: hidden;
	min-height: 300px;
	padding-left: 2%;
	/*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;
	background-color: rgba(255, 255, 255, 0.75);*/
}

div.intro > div:nth-child(1)
{
	width: 25%;
	margin-left: 10%;
	margin-top: 3%;
}

div.intro > div:nth-child(2)
{
	display: none;
}

div.course	/*This div is used for the boxes on the page that directs users to the English or French versions of the help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.course::before
{
	content: ' ';
	display: table;
}

div.course::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.course > div
{
	float: left;
	padding-left: 2%;
	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;
	min-height: 300px;
	background-color: rgba(255, 255, 255, 0.75);
}

div.course > div:nth-child(1)
{
	width: 50%;
	margin-left: 12.5%;
}

div.course > div:nth-child(2)
{
	width: 50%;
	margin-left: 25%;
}

.button
{
	background-color: #ECEDF1;
	border: none;
	color: white;
	width: fit-content;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	float: inherit;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}

div.home-tiles1-inner
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 100%;
	clear: both;
	/*used to view the home tiles easier in the XML editor*/
}

div.home-tiles1-inner::before
{
	content: ' ';
	display: table;
}

div.home-tiles1-inner::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles1-inner > div
{
	float: left;
}

div.home-tiles1-inner > div:nth-child(1)
{
	width: 20%;
}

div.home-tiles1-inner > div:nth-child(2)
{
	width: 80%;
}

div.tile_outer_container
{
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 75%;
	min-height: 0;
	margin-left: 14%;
	margin-top: 0em;
}

div.tile_container
{
	position: relative;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin-right: 30px;
	flex: 1 1 100%;
	/* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
	box-shadow: 0 4px 4px 0 rgba(205,205,205,0.5);
	margin-bottom: 20px;
	text-align: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 175px;
}

ul.home
{
	color: #5a5a5a;
}

div.entry > div:nth-child(2)
{
	display: none;
}

#altify_version_ui_block
{
	position: fixed;
	right: 5em;
	top: 1.5em;
	z-index: 9999 !important;
}

#altify_version
{
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	padding: 2px;
	font-size: 16px;
	border-radius: 4px;
}

#version_select
{
	position: fixed;
	right: 5em;
	top: 1.5em;
	z-index: 9999 !important;
}

#version
{
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	padding: 2px;
	font-size: 16px;
	border-radius: 4px;
}

div.a_button
{
	height: 100%;
	width: 100%;
	text-decoration: none;
	text-color: #ffffff;
}

div.home-tiles-inner > div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
}

/*===========================================================================================================================================================
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 (min-width: 1750px)
{
	div.topicheroEntry
	{
		min-height: 40em;
	}
}

@media only screen and (max-width: 1023px)
{
	div.entry > div
	{
		min-height: 375px;
		max-height: 375px;
	}

	div.intro > div:nth-child(1)
	{
		width: 33%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.intro > div:nth-child(2)
	{
		display: none;
	}

	div.topicheroEntry
	{
		background-image: url('../Images/Website_TightGrid.png');
	}

	div.tile_outer_container
	{
		display: block;
		width: 80%;
		margin-left: 10%;
	}

	div.tile_container
	{
		margin-right: 0;
	}

	div.home-tiles
	{
		margin-top: 5%;
	}

	div.home-tiles > div
	{
		min-height: 250px;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 38%;
		margin-left: 10%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 38%;
		margin-left: 3.5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 38%;
		margin-left: 10%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 38%;
		margin-left: 3.5%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 38%;
		margin-left: 10%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 38%;
		margin-left: 3.5%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(7)
	{
		width: 38%;
		margin-left: 10%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(8)
	{
		width: 38%;
		margin-left: 3.5%;
		margin-top: 1%;
	}

	div.home-tiles > div:nth-child(9)
	{
		width: 38%;
		margin-left: 10%;
		margin-top: 1%;
	}

	div.home-tiles2 > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
	}

	div.home-tiles2 > div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 1%;
	}

	div.home-tiles1 > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 1%;
	}

	div.home-tiles-inner2 > div:nth-child(1)
	{
		width: 30%;
	}

	div.home-tiles-inner2 > div:nth-child(2)
	{
		width: 70%;
	}

	div.home-tiles1-inner > div:nth-child(1)
	{
		width: 30%;
	}

	div.home-tiles1-inner > div:nth-child(2)
	{
		width: 70%;
	}

	div.additional-resources
	{
		margin-left: 10%;
		width: 80%;
	}

	/*	ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle
	{
		border-top-color: #262626;
	}*/

	div.topichero
	{
		display: none;
	}

	div.topichero2
	{
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 22em;
		margin-bottom: 50px;
		background-color: #023786;
		padding-top: 0px;
		padding-bottom: 50px;
		background-position-x: center;
		background-position-y: center;
		background-image: url('../Images/HomeHeader.jpg');
	}

	h1.hero
	{
		font-size: 3em;
		text-align: center;
		margin-top: 5%;
	}

	h1
	{
		font-size: 2em;
	}

	.off-canvas-content .title-bar .nav-search
	{
		display: block;
	}

	div.entry > div:nth-child(2)
	{
		display: none;
	}

	/*.off-canvas-content .title-bar .nav-search::before, {
 {
    content: 'How can we help you?';
    display: block;
    text-align: center;
    align-content: center;
    font-size: 3em;
    margin-bottom: 4%;
    margin-top: 2%;
}
.nav-search::after {}

.row::before,{
    content: 'How can we help you? ';
    display: block;
    text-align: center;
    align-content: center;
    font-size: 3em;
    margin-bottom: 4%;
    margin-top: 2%;}*/
}

@media only screen and (max-width: 767px)
{
	/*use for seperate project for laguage entry only, with mobile breakpoint at 775px or adjusted as needed.*/

	p.homeHeader
	{
		display: none;
	}

	div.tile_outer_container
	{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 0em;
	}

	div.intro
	{
		padding-top: 1%;
	}

	div.intro > div:nth-child(1)
	{
		display: none;
	}

	div.intro > div:nth-child(2)
	{
		width: 50%;
		margin-left: 5%;
		margin-top: 0;
		padding-top: 5em;
		display: block;
	}

	div.hero-image
	{
		margin: auto;
		float: none;
		width: 60%;
	}

	div.heading-search-container
	{
		width: 100%;
		float: none;
	}

	div.home-tiles > div
	{
		
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(4)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(5)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(6)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(7)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(8)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles > div:nth-child(9)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles2 > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles2 > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles1 > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 4%;
	}

	div.home-tiles2-inner > div:nth-child(1)
	{
		width: 30%;
	}

	div.home-tiles2-inner > div:nth-child(2)
	{
		width: 70%;
	}

	div.home-tiles1-inner > div:nth-child(1)
	{
		width: 30%;
	}

	div.home-tiles1-inner > div:nth-child(2)
	{
		width: 70%;
	}

	div.additional-resources
	{
		margin-left: 5%;
		width: 90%;
	}

	h2
	{
		font-size: 20px;
	}

	/*	.off-canvas-content-container .title-bar-layout .nav-search-wrapper
{
	display: none;
}*/

	.off-canvas-content .title-bar .nav-search
	{
		display: block;
	}

	div.topichero
	{
		display: none;
	}

	div.topichero2
	{
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 15em;
		margin-bottom: 50px;
		background-color: #023786;
		padding-top: 0px;
		padding-bottom: 50px;
		background-position-x: center;
		background-position-y: center;
		background-image: url('../Images/HomeHeader.jpg');
	}

	div.topicheroEntry
	{
		background-position-x: right;
		background-position-y: center;
		background-image: url(../Images/Website_TightGrid.png);
		background-size: cover;
		min-height: auto;
	}

	h1.hero
	{
		font-size: 1.6em;
		text-align: center;
		margin-top: 10%;
	}
}

@media only screen and (max-width: 556px)
{
	/*added to bridge the gap between mobile and smaller phones.*/

	h1
	{
		font-size: 1.5em;
	}

	div.intro > div:nth-child(2)
	{
		width: 35%;
		margin-left: 1%;
		margin-top: 0;
		padding-top: 4em;
		display: block;
	}

	div.topicheroEntry
	{
		background-image: url(../Images/Website_TightGrid.png);
	}

	#altify_version_ui_block
	{
		right: 2.7em;
	}

	#version_select
	{
		right: 2.7em;
	}

	#altify_version
	{
		padding: 0px;
		font-size: 14px;
	}

	#version
	{
		padding: 0px;
		font-size: 14px;
	}
}

nav.title-bar
{
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #2574DB none;
}

.nav-search-wrapper
{
	display: none;
}

@media only screen and (max-width: 1023px)
{
	div.home-tiles-inner > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-tiles-inner > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

:root
{
	--ol-bg: #f5f6f8;
	--ol-card: #ffffff;
	--ol-text: #0f172a;
	--ol-sub: #64748b;
	--ol-border: #e5e7eb;
	--ol-primary: #2563eb;
	--ol-primary-100: #eff6ff;
	--ol-primary-200: #c7d2fe;
}

/* page containers */

.ol-products-grid,
.ol-resources-grid
{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12, 1fr);
	max-width: 1100px;
	margin: 24px auto 48px;
	padding: 0 16px;
}

/* product cards span full on small, half/third on large */

.ol-products-grid > .card.product
{
	grid-column: 1 / -1;
}

@media (min-width: 700px)
{
	.ol-products-grid > .card.product
	{
		grid-column: span 6;
	}
}

@media (min-width: 1024px)
{
	.ol-products-grid > .card.product
	{
		grid-column: span 6;
	}
}

/* resources grid cards */

.ol-resources-grid > .card.resource
{
	grid-column: 1 / -1;
}

@media (min-width: 700px)
{
	.ol-resources-grid > .card.resource
	{
		grid-column: span 6;
	}
}

@media (min-width: 1024px)
{
	.ol-resources-grid > .card.resource
	{
		grid-column: span 4;
	}
}

/* card base */

.card
{
	background: var(--ol-card);
	border-radius: 14px;
	border: 1px solid var(--ol-border);
	box-shadow: 0 6px 18px rgba(0,0,0,.05);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

.card:hover
{
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* product layout */

.product
{
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 16px;
	padding: 20px;
	align-items: center;
}

.product__icon
{
	width: 72px;
	height: 72px;
	border-radius: 12px;
	background: #f1f5f9;
	display: grid;
	place-items: center;
}

.product__header
{
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}

.product__title
{
	font-size: 22px;
	font-weight: 700;
	color: var(--ol-text);
	margin: 0;
}

.product__subtitle
{
	font-size: 14px;
	color: var(--ol-sub);
	margin: 0;
}

.product__actions
{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 12px;
}

/* pills */

.pill
{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #334155;
}

.pill--primary
{
	background: var(--ol-primary);
	border-color: var(--ol-primary);
	color: #fff;
}

.pill:hover
{
	filter: brightness(.98);
}

/* versions accordion */

details
{
	margin-top: 8px;
}

summary
{
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #334155;
}

summary::-webkit-details-marker
{
	display: none;
}

.chev
{
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	transition: transform .2s ease;
}

details[open] .chev
{
	transform: rotate(45deg);
}

.versions
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.versions a
{
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid var(--ol-border);
	border-radius: 8px;
	font-size: 13px;
	color: #334155;
	background: #f8fafc;
}

.versions a:hover
{
	background: var(--ol-primary-100);
	border-color: var(--ol-primary-200);
}

/* resource card */

.resource
{
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	padding: 20px;
	align-items: center;
	grid-column: span 4;
}

.resource__title
{
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	margin: 0;
}

.resource__desc
{
	font-size: 14px;
	color: #475569;
	margin: 6px 0 0 0;
}

.resource__cta
{
	margin-top: 12px;
	display: inline-block;
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid var(--ol-primary);
	color: var(--ol-primary);
	font-weight: 700;
}

.resource__cta:hover
{
	background: var(--ol-primary-100);
}

/* responsive */

@media (max-width: 640px)
{
	.product,
	.resource
	{
		grid-template-columns: 1fr;
	}

	.product__icon
	{
		width: 60px;
		height: 60px;
	}
}

/* --- HERO: make the title block full width & centered on laptop sizes --- */

.topicheroEntry .intro
{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 20px;
	min-height: 320px;
	/* gives the hero some presence below 1750px */
	background-position: center center;
	background-size: cover;
}

.topicheroEntry .intro > div
{
	float: none;
	/* kill old float layout */
	width: min(900px, 95%);
	/* full-width but nicely contained */
	margin: 0 auto;
	padding-left: 0;
	min-height: unset;
	text-align: center;
}

/* Responsive type that scales nicely on laptops */

.topicheroEntry h1
{
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.1;
	margin: 0 0 8px;
}

.topicheroEntry .homeHeader
{
	font-size: clamp(16px, 1.3vw, 20px);
	max-width: 70ch;
	margin: 0 auto;
	color: #334155;
}

/* Ensure our override wins against old nth-child width settings */

@media (min-width: 1024px)
{
	.topicheroEntry .intro > div:nth-child(1)
	{
		width: auto;
	}
}

/* --- HERO: left-align title & copy --- */

.topicheroEntry .intro
{
	justify-content: flex-start;
	/* move the content block to the left */
}

.topicheroEntry .intro > div
{
	margin-left: 0;
	/* stop centering the block */
	margin-right: auto;
	text-align: left;
	/* left-align all text inside */
}

.topicheroEntry h1,
.topicheroEntry .homeHeader
{
	text-align: left;
	/* make sure headings/para are left */
}

