/*<meta conditions="General.ImportFromGBL" fileTags="OHCGlobal.GBL" />*/

@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.

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

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

===========================================================================================================================================================*/

/*==Home Page General Styles==*/

@font-face 
{
	font-family: "Sage_UI-Regular";
	src: url("../Fonts/Sage_UI-Regular.woff") format("woff"), url("../Fonts/Sage_UI-Regular.woff2") format("woff2");
}

@font-face 
{
	font-family: "AdelleSansSAGE-Italic";
	src: url("../Fonts/AdelleSansSAGE-Italic.woff") format("woff"), url("../Fonts/AdelleSansSage-Italic.ttf") format("ttf");
}

@font-face 
{
	font-family: "Sage_UI-Bold";
	src: url("../Fonts/Sage_UI-Bold.woff") format("woff"), url("../Fonts/Sage_UI-Bold.woff2") format("woff2");
}

@font-face 
{
	font-family: "AdelleSansSAGE-BoldItalic";
	src: url("../Fonts/AdelleSansSAGE-BoldItalic.woff") format("woff"), url("../Fonts/AdelleSansSage-BoldItalic.ttf") format("ttf");
}

@font-face 
{
	font-family: "Sage_UI-Medium";
	src: url("../Fonts/Sage_UI-Medium.woff") format("woff"), url("../Fonts/Sage_UI-Medium.woff2") format("woff2");
}

body
{
	font-family: Sage_UI-Regular, Arial;
	line-height: 1.5em;
	background-color: #fff;
}

/*Apply style to selected TopNav items*/

html[data-mc-toc-path^="[%=General.HomeHelp%]"] ul.navigation > li[data-mc-id="0"],
html[data-mc-toc-path^="[%=General.HomeDownloads%]"] ul.navigation > li[data-mc-id="1"],
html[data-mc-toc-path^="[%=General.HomeGlossary%]"] ul.navigation > li[data-mc-id="2"]
{
	color: #33DE61;
	/* border: 2px solid #33DE61;
	border-radius: 10px; */
}

ul.navigation > li[data-mc-id="3"]
{
	display: none !important;
}

ul.off-canvas-list > li[data-mc-id="3"]
{
	display: none !important;
}

html[data-mc-toc-path^="[%=General.HomeHelp%]"] ul.navigation > li[data-mc-id="0"] > a,
html[data-mc-toc-path^="[%=General.HomeDownloads%]"] ul.navigation > li[data-mc-id="1"] > a,
html[data-mc-toc-path^="[%=General.HomeGlossary%]"] ul.navigation > li[data-mc-id="2"] > a
{
	color: #33DE61;
	font-weight: bold;
}

div.headerlang
{
	
}

button.select-language-button
{
	transition: transform .1s;
}

button.select-language-button:hover
{
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*==TEST HERO SECTION==*/

div.home-hero
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.home-hero::before
{
	content: ' ';
	display: table;
}

div.home-hero::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-hero > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	overflow: hidden;
}

div.home-hero > div:nth-child(1)
{
	width: 50%;
	margin-left: 19%;
}

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

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

h1
{
	font-family: Sage_UI-Bold, Arial;
	font-size: 3.5em;
	font-weight: 500;
	color: #fff;
	line-height: 1.25em;
}

h1.HelpTopicsForHomePage
{
	font-family: Sage_UI-Bold, Arial;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #000000;
	font-size: 1.8em;
}

h2
{
	font-family: Sage_UI-Bold, Arial;
	font-size: 2em;
	color: #fff;
	line-height: 75%;
}

h2.HomeSub
{
	font-family: Sage_UI-Bold, Arial;
	font-size: 2.2em;
	color: #000000;
	margin-bottom: 50px;
}

p
{
	font-family: Sage_UI-Regular, Arial;
	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;
}

/*==Back to Top button on HomeGlo masterpage ==*/

#back2Top
{
	width: 30px;
	line-height: 30px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 25px;
	right: 75px;
	background-color: #00A65C;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	opacity: 0.6;
}

#back2Top:hover
{
	opacity: 1;
	color: #FFF;
}

/*== FIN Back to Top button on HomeGlo masterpage ==*/
/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.home-page
{
	mc-community-features: disabled;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/*==Home Page Hero Section==*/

div.topic-hero	/*This is the first Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	height: 410px;
	padding-bottom: 150px;
	padding-top: 10px;
	background-size: 40%;
	background-repeat: no-repeat;
	/* Create the parallax scrolling effect */
	/*background-attachment: fixed;*/
	background-position: 75%;
	background-color: #000000;
	background-image: url('../Images/Assets/HeroImages/learning-environment.svg');
}

div.LangButton
{
	vertical-align: top;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	padding: 12px 15px;
	width: 60px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-top: 45px;
	background-color: #007E45;
	border-color: #007E45;
	background-repeat: no-repeat;
	background-position: 20px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.cta	/*Call to action button on the Home Page*/
{
	vertical-align: top;
	display: inline-block;
	font-family: AdelleSansSAGE-Italic, Arial;
	text-align: center;
	color: #000000;
	padding: 14px 20px;
	width: 175px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-top: 45px;
	background-color: #ffffff;
	border-color: #ffffff;
	/*background-image: url('../Images/Assets/Icons/Sage/white_icon-announcement.png');
	background-repeat: no-repeat;
	background-position: 20px center;*/
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	margin-right: 15px;
}

div.cta:hover	/*When hovering over the CTA button the following properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	/*transform: scale(1.01);*/
	color: #000000;
	font-weight: bold;
	background-color: #33DE61;
	border-color: #33DE61;
}

a.cta:link
{
	color: #ffffff;
	text-decoration: none;
}

a.cta:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.HomepageButtons:link
{
	color: #000000;
	text-decoration: none;
}

a.HomepageButtons:visited
{
	color: #000000;
	text-decoration: none;
}

a.HomepageButtons:hover
{
	color: #000000;
}

/*==Search bar elements==*/

.search-field	/*The box-shadow property is applied to style to provide shadow on the search bar*/
{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

div.search-container
{
	margin-top: -36px;
	margin-bottom: 40px;
}

div.Home-Menu
{
	margin-top: 60px;
}

div.zoom
{
	text-align: center;
	transition: all 0.2s cubic-bezier(.25,.8,.25,1);
}

div.zoom:hover
{
	transform: scale(1.2);
}

/*==Home Tiles section==*/

div.home-tiles	/*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;
	margin-top: 1%;
	margin-bottom: 1%;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

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: #E0E0E0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #E0E0E0;
	padding: 20px 10px;
	overflow: hidden;
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: #33DE61;
	border: 1px solid #33DE61;
	cursor: pointer;
}

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

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

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

div.home-tiles > div[id="newfeat"]
{
	background-color: #007E45;
	border: 1px solid #000000;
}

div.home-tiles > div[id="newfeat"] a
{
	color: #ffffff;
}

div.home-tiles > div[id="newfeat"] a:hover
{
	color: ;
}

div.home-tiles > div[id="comsoon"] a:hover
{
	color: ;
}

div.ModuleQuestions a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #A7A8AA;
}

div.NewFeatures-tiles a:hover
{
	background-color: #006633;
	color: #ffffff;
}

div.IMG-NewFeatures-tiles a:hover
{
	background-color: transparent;
}

div#VersionsHistory a:hover
{
	color: #A7A8AA;
}

div.WhatsNew-tiles a:hover
{
	background-color: #006633;
	color: #ffffff;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: ;
}

div.LegalInfo a:hover
{
	color: #00D639;
	text-decoration: underline;
}

div.home-tiles > div[id="comsoon"]
{
	background-color: #E0E0E0;
	border: 1px solid #000000;
}

div.home-tiles > div[id="comsoon"] a
{
	color: ;
}

div.home-tiles > div[id="comsoon"]:hover
{
	background-color: #ffffff;
}

/*==Home YT videos section==*/

div.home-YTvideos	/*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;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
}

div.home-YTvideos::before
{
	content: ' ';
	display: table;
}

div.home-YTvideos::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-YTvideos > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: ;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	border: 2px solid #d3d3d3;
	padding: 30px 10px;
	overflow: hidden;
}

div.home-YTvideos > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: ;
}

div.home-YTvideos > div:nth-child(1)
{
	width: 23%;
	margin-left: 14.5%;
}

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

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

div.GlossaryBody
{
	margin: 0 auto;
	text-align: left;
	width: 62%;
}

/* TEST GLOSSAIRE */

li.GlossaryPageEntry
{
	list-style: none;
}

div.GlossaryPageTerm
{
	font-family: Sage_UI-Bold, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	/* CSS variable IE 11 support */
	font-weight: 400;
	margin-bottom: 10px;
}

div.GlossaryPageDefinition
{
	margin-bottom: 40px;
	max-width: 940px;
}

div.GlossaryPageHeading_0
{
	display: none;
	border-bottom-style: none;
	font-family: Sage_UI-Bold, Arial, Helvetica, sans-serif;
	font-size: 2em;
	/* CSS variable IE 11 support */
	color: #ffffff;
	background-color: #000000;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 50px;
	width: 5%;
	text-align: center;
}

#searchbar
{
	margin-top: 0px;
	padding: 15px;
	border-radius: 5px;
	border: 3px solid #007E45;
}

input[type=text]
{
	width: 400px;
	border: 3px solid #007E45;
	-webkit-transition: width 0.15s ease-in-out;
	transition: width 0.15s ease-in-out;
}

/* When the input field gets focus,
        change its width to 100% */

input[type=text]:focus
{
	width: 600px;
}

#list
{
	font-size: 1.5em;
	margin-left: 90px;
}

/* xxxxxxxxxxxxxxxxxxxx FIN GLOSSAIRE xxxxxxxxxxxxxxxxxxxx */

div.ModuleQuestions
{
	margin: 0 auto;
	text-align: left;
	width: 62%;
	font-size: 14pt;
	color: #000000;
	margin-top: 60px;
	padding: 20px 20px;
	border: 2px solid #007E45;
	border-radius: 24px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

h2.ModuleQuestions
{
	font-size: 1.34em;
	padding-top: 0px;
	margin-bottom: 40px;
	color: #000000;
	font-weight: normal;
}

p.ModuleQuestion
{
	margin-bottom: 16px;
	margin-left: 16px;
}

div.ModuleQuestions a	/*Complex Selector: Any anchor (links) tags that are within div.ModuleQuestions will have the following properties*/
{
	font-family: "Sage_UI-Medium";
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.ModuleQuestions:hover
{
	box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
}

/*==New Features section==*/

div.NewFeatures-tiles	/*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: 0 auto;
	/*margin-left: auto;
	margin-right: auto; */
	margin-top: 1%;
	margin-bottom: 1%;
}

div.NewFeatures-tiles::before
{
	content: ' ';
	display: table;
}

div.NewFeatures-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewFeatures-tiles > div
{
	/*float: left;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #007E45;
	padding: 10px 10px;
	overflow: hidden;
	padding-top: 26px;
}

div.NewFeatures-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.NewFeatures-tiles > div:nth-child(1)
{
	width: 50%;
	margin: 0 auto;
	/*margin-left: 24%;*/
}

/*div.NewFeatures-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.NewFeatures-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}
*/

div.NewFeatures-tiles a
{
	background-color: #b3d9c8;
	color: #000000;
	text-decoration: none;
}

div.IMG-NewFeatures-tiles
{
	background-color: transparent;
}

div.IMG-NewFeatures-tiles a
{
	background-color: transparent;
}

div.IMG-NewFeatures-tiles img
{
	border: 1px solid #d3d3d3;
	max-width: 400px;
}

div.IMG-NewFeatures-tiles img:hover
{
	opacity: 0.5;
}

div#VersionsHistory a
{
	background-color: transparent;
}

MadCap|dropDownHotspot.VersHistory
{
	color: #008200;
	font-size: 17pt;
}

#dropDownHeadAddPadding
{
	padding-bottom: 15px;
}

div#OldVersions
{
	font-size: 14pt;
	padding-top: 5px;
}

div#OldVersions a
{
	font-weight: bold;
}

/*==What's New section==*/

div.WhatsNew-tiles	/*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: 0 auto;
	/*margin-left: auto;
	margin-right: auto; */
	margin-top: 4%;
	margin-bottom: 1%;
}

div.WhatsNew-tiles::before
{
	content: ' ';
	display: table;
}

div.WhatsNew-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.WhatsNew-tiles > div
{
	/*float: left;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #d3d3d3;
	padding: 10px 10px;
	overflow: hidden;
}

div.WhatsNew-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.WhatsNew-tiles > div:nth-child(1)
{
	width: 55%;
	margin: 0 auto;
	/*margin-left: 24%;*/
}

/*div.WhatsNew-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.WhatsNew-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}
*/

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

div.WhatsNew-tiles a
{
	background-color: #b3d9c8;
	color: #000000;
	text-decoration: none;
}

p.tile-title
{
	text-align: center;
	/*color: #7E8890;*/
	font-size: 18px;
	font-weight: bold;
}

p.YTvideos-title
{
	text-align: center;
	color: #7E8890;
	font-size: 16px;
}

p.tile-content
{
	text-align: center;
	color: #000000;
	font-size: 0.8em;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.pagebottom
{
	background-color: #000000;
}

/*=Info-container section=*/

div.info-container	/*div.info-container contains the first Hero/Banner on the Home Page - To replace the banner image with your own, point the background-image property to your own image.*/
{
	margin-left: auto;
	margin-top: 100px;
	margin-right: auto;
	min-height: 610px;
	padding-bottom: 75px;
	padding-top: 75px;
	box-shadow: inset -1px 1px 17px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #fff;
	/*Create the parallax scrolling effect*/
	background-attachment: fixed;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../Images/Assets/HeroImages/0441c54043bdffa53f70272021775c08fab9ea8f.gif');
	background-color: #000000;
}

div.info-section	/*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.info-section::before
{
	content: ' ';
	display: table;
}

div.info-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.info-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.info-section > div:nth-child(1)
{
	width: 22.222%;
	margin-left: 10%;
}

div.info-section > div:nth-child(2)
{
	width: 22.222%;
	margin-left: 6%;
}

div.info-section > div:nth-child(3)	/*Div that contains "Tips"*/
{
	width: 22.222%;
	margin-left: 6%;
}

div.info-container p	/*Complex Selector: Any <p> that is contained within div.info-container will have the following properties*/
{
	color: transparent;
}

div.info-container a
{
	color: transparent;
}

div.LegalInfo
{
	padding-bottom: 50px;
	margin-top: -20px;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	/*background-color: #ce0058;*/
	font-family: Sage_UI-Bold, Arial;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline-block;
	padding: 10px;
	font-size: 20px;
}

p.info-content
{
	font-size: 1em;
}

p.tip	/*Paragraph style used for the Tips */
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/Assets/Icons/MainIcons/Tips-white.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	border: solid 1px #fff;
	border-radius: 6px;
	line-height: 1em;
	overflow: hidden;
	padding: 15px 0px 15px 60px;
	text-align: left;
	margin: 5px 30px;
}

/*==Home Page Footer Section==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

div.home-master-page-footer	/*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;
	width: 55%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #7E8890;
	font-size: 0.8em;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDownHotspot
{
	margin: 0;
	color: #008200;
}

MadCap|dropDown
{
	
}

a.MCDropDownHotSpot:hover
{
	color: #A7A8AA;
}

div.MCDropDownBody
{
	background-color: transparent;
	border-bottom: none 0px #000000;
	margin-bottom: 25px;
}

/*==Home Page RGPD==*/

div.Warning
{
	margin: 0 auto;
	text-align: justify;
	width: 50%;
	padding-top: 20px;
}

/*===========================================================================================================================================================
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: 1000px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	p.info-title
	{
		font-size: 19px;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	/*Back to top on HomeGlo masterpage*/

	#back2Top
	{
		
	}

	/* FIN Back to top on HomeGlo masterpage*/
	/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
	/*==TEST HERO SECTION==*/

	div.home-hero
	{
		mc-grid-row: true;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1%;
		margin-bottom: 1%;
	}

	div.home-hero::before
	{
		content: ' ';
		display: table;
	}

	div.home-hero::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.home-hero > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		overflow: hidden;
	}

	div.home-hero > div:nth-child(1)
	{
		width: 50%;
		margin-left: 5%;
	}

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

	/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
	/*==Home Page Hero Section==*/

	div.topic-hero	/*This is the first Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
	{
		background-size: 60%;
		background-repeat: no-repeat;
		/* Create the parallax scrolling effect */
		/*background-attachment: fixed;*/
		background-position: right;
		background-color: #000000;
		background-image: url('../Images/Assets/HeroImages/learning-environment.svg');
	}

	div.home-tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		padding: 20px 10px;
		background-color: ;
	}

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

	div.home-YTvideos > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		border: 2px solid #d3d3d3;
		padding: 30px 10px;
		background-color: ;
		/*border-radius: 5px;
		-moz-border-radius: 5x;
		-webkit-border-radius: 5px;*/
	}

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

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

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

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		margin-top: 5%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.WhatsNew-tiles > div:nth-child(1)
	{
		width: 80%;
		margin: 0 auto;
		/*margin-left: 24%;*/
	}

	/*==New Features section==*/

	div.NewFeatures-tiles	/*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: 0 auto;
		/*margin-left: auto;
	margin-right: auto; */
		margin-top: 1%;
		margin-bottom: 1%;
	}

	div.NewFeatures-tiles::before
	{
		content: ' ';
		display: table;
	}

	div.NewFeatures-tiles::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.NewFeatures-tiles > div
	{
		/*float: left;*/
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: transparent;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #007E45;
		padding: 10px 10px;
		overflow: hidden;
	}

	div.NewFeatures-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
	{
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}

	div.NewFeatures-tiles > div:nth-child(1)
	{
		width: 80%;
		margin: 0 auto;
		/*margin-left: 24%;*/
	}

	#dropDownHeadAddPadding
	{
		padding: 15px;
	}

	div.Warning
	{
		width: 75%;
	}

	div.ModuleQuestions
	{
		width: 98%;
	}

	h1
	{
		font-size: 2.50em;
	}

	h2
	{
		font-size: 1.5em;
	}

	div.GlossaryBody
	{
		width: 90%;
	}

	div.headerlang
	{
		margin-left: 90%;
		padding-top: 10px;
	}

	div.home-tiles
	{
		display: flex;
	}
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.search-container
	{
		margin-bottom: 50px;
	}

	p.tile-title
	{
		font-size: 17px;
	}

	p.info-title
	{
		font-size: 19px;
	}

	p.info-content
	{
		font-size: 1em;
	}

	/*Back to top on HomeGlo masterpage*/

	#back2Top
	{
		
	}

	/* FIN Back to top on HomeGlo masterpage*/
	/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
	/*==TEST HERO SECTION==*/

	div.home-hero
	{
		mc-grid-row: true;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1%;
		margin-bottom: 1%;
	}

	div.home-hero::before
	{
		content: ' ';
		display: table;
	}

	div.home-hero::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.home-hero > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		overflow: hidden;
	}

	div.home-hero > div:nth-child(1)
	{
		width: 70%;
		margin-left: 5%;
	}

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

	/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
	/*==Home Page Hero Section==*/

	div.topic-hero	/*This is the first Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
	{
		background-size: 67%;
		background-repeat: no-repeat;
		/* Create the parallax scrolling effect */
		/*background-attachment: fixed;*/
		background-position: 110% 88%;
		background-color: #000000;
		background-image: url('../Images/Assets/HeroImages/learning-environment.svg');
	}

	div.home-tiles
	{
		display: block;
	}

	div.home-tiles > div
	{
		margin-bottom: 3%;
		padding: 6px;
	}

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

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

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

	div.zoom
	{
		height: 26px;
	}

	div.zoom img
	{
		max-width: 26px;
	}

	div.zoom:hover
	{
		transform: none;
	}

	div.home-YTvideos > div
	{
		margin-top: 2%;
	}

	div.home-YTvideos > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-YTvideos > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-YTvideos > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	/*==New Features section==*/

	div.NewFeatures-tiles	/*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: 0 auto;
		/*margin-left: auto;
	margin-right: auto; */
		margin-top: 1%;
		margin-bottom: 1%;
	}

	div.NewFeatures-tiles::before
	{
		content: ' ';
		display: table;
	}

	div.NewFeatures-tiles::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.NewFeatures-tiles > div
	{
		/*float: left;*/
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: transparent;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #007E45;
		padding: 10px 10px;
		overflow: hidden;
	}

	div.NewFeatures-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
	{
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}

	div.NewFeatures-tiles > div:nth-child(1)
	{
		width: 90%;
		margin: 0 auto;
		/*margin-left: 24%;*/
	}

	div.IMG-NewFeatures-tiles img
	{
		max-width: 250px;
	}

	/*div.NewFeatures-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.NewFeatures-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}
*/

	#dropDownHeadAddPadding
	{
		padding: 15px;
	}

	/*==What's New section==*/

	div.WhatsNew-tiles	/*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: 0 auto;
		/*margin-left: auto;
		margin-right: auto; */
		margin-top: 4%;
		margin-bottom: 1%;
	}

	div.WhatsNew-tiles::before
	{
		content: ' ';
		display: table;
	}

	div.WhatsNew-tiles::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.WhatsNew-tiles > div
	{
		/*float: left;*/
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: transparent;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #d3d3d3;
		padding: 10px 10px;
		overflow: hidden;
	}

	div.WhatsNew-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
	{
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}

	div.WhatsNew-tiles > div:nth-child(1)
	{
		width: 90%;
		margin: 0 auto;
		/*margin-left: 24%;*/
	}

	/*div.WhatsNew-tiles > div:nth-child(2)
	{
		width: 16.667%;
		margin-left: 1%;
	}
	
	div.WhatsNew-tiles > div:nth-child(3)
	{
		width: 16.667%;
		margin-left: 1%;
	}
	*/

	div.info-section > div
	{
		text-align: center;
		padding: 0 20px;
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		margin-top: 5%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div	/* Adds separators to the footer items when in mobile layout */
	{
		border-bottom: 1px solid #d3d3d3;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}

	div.Warning
	{
		width: 90%;
	}

	div.ModuleQuestions
	{
		width: 90%;
	}

	/* BARRE GLOSSAIRE MOBILE */

	#searchbar
	{
		
	}

	input[type=text]
	{
		width: 300px;
		border: 3px solid #007E45;
		-webkit-transition: width 0.15s ease-in-out;
		transition: width 0.15s ease-in-out;
	}

	/* When the input field gets focus,
        change its width to 100% */

	input[type=text]:focus
	{
		width: 350px;
	}

	/* xxxxxxxxxxxxxxxxxxxx FIN BARRE GLOSSAIRE MOBILE xxxxxxxxxxxxxxxxxxxx */

	object.YTvideosThumb
	{
		width: 90%;
	}

	h1
	{
		line-height: 1;
		font-size: 2.40em;
	}

	h2
	{
		font-size: 1.5em;
	}

	h3.NewFeaturesSlideshow
	{
		font-family: Sage_UI-Bold, Arial;
		font-size: 17;
	}

	div.GlossaryBody
	{
		width: 90%;
	}

	div.cta
	{
		margin-right: 8px;
		font-size: 0.83em;
		width: 154px;
		height: 40px;
		padding: 7px 20px;
	}

	div.headerlang
	{
		margin: auto;
		padding-top: 10px;
	}

	img.Mail
	{
		margin-top: 15px;
	}

	div.LegalInfo
	{
		margin-top: -10px;
	}
}

object.Youtube
{
	height: auto;
	text-align: center;
	width: 250px;
}

div.VideoThumbnail
{
	text-align: center;
}

div.HomeContent
{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
}

MadCap|slideshow.NewFeatures
{
	border: none 0px transparent;
	box-shadow: none;
}

MadCap|slideshow.WhatsNew
{
	border: none 0px transparent;
	box-shadow: none;
}

p.tile-Videotitle
{
	text-align: center;
	font-size: 0.9em;
	color: #ffffff;
}

img.VideoThumbnail
{
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: ;
}

h3.NewFeaturesSlideshow
{
	font-family: Sage_UI-Bold, Arial;
	font-size: 18pt;
	margin-bottom: 20px;
	color: #000000;
}

h4.NewFeaturesSlideshow
{
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
}

h2.Warning
{
	font-weight: normal;
	font-size: 1.3em;
	color: #073460;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
}

MadCap|dropDownHotspot#FirstOne.faq
{
	
}

p.Date-whatsnew
{
	font-size: 11pt;
	margin-bottom: 4px;
}

object.YTvideosThumb
{
	width: auto;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.heroleft
{
	width: 33.33%;
	clear: right;
}

div.heroright
{
	width: 33.33%;
	clear: left;
}

MadCap|dropDown.faq
{
	
}

MadCap|dropDownHotspot.faq
{
	margin: 0;
	color: #008200;
	font-size: 15pt;
}

MadCap|dropDownHotspot.faq:hover
{
	color: #A7A8AA;
}

ul.faq
{
	list-style-image: url('../Images/Assets/Icons/Sage/12x12_check_black-on-transparent_icon.svg');
}

li.newquestion
{
	
}

.newquestion::after
{
	content: "New!";
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #00DC00;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

p.newitem
{
	
}

.newitem::after
{
	content: "New!";
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #00DC00;
	margin-left: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

MadCap|dropDownHotspot.faqsub
{
	margin: 0;
	color: #000000;
}

/* Styles for skin buttons - overrides generated skin css */

button.previous-topic-button div.button-icon
{
	background: transparent url('../Images/Assets/Icons/Arrows/22x22_arrow-left_black-on-transparent_icon.svg') !important;
}

button.next-topic-button div.button-icon
{
	background: transparent url('../Images/Assets/Icons/Arrows/22x22_arrow-right_black-on-transparent_icon.svg') !important;
}

button.select-language-button div.button-icon
{
	background: transparent url('../Images/Assets/Icons/Sage/24x24_globe_white-on-transparent_icon.svg') !important;
}

button.select-language-button div.button-icon:hover
{
	background: transparent url('../Images/Assets/Icons/Sage/24x24_globe_green-on-transparent_icon.svg') !important;
}

.title-bar .menu-icon span
{
	background: transparent url('../Images/Assets/Icons/Sage/26x21_Hamburger_icon_white.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/Icons/Sage/26x21_Hamburger_icon_white.svg') no-repeat center center !important;
}

.title-bar .menu-icon span:hover
{
	background: transparent url('../Images/Assets/Icons/Sage/28x23_Hamburger_icon_green.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/Icons/Sage/28x23_Hamburger_icon_green.svg') no-repeat center center !important;
}

/* Replace Homepage logo with SVG 

.title-bar-layout a.logo
	{
		background: transparent url('../Images/Assets/PlaceholderLogo/98x55_Sage_logo.svg') no-repeat center center !important;
		-pie-background: transparent url('../Images/Assets/PlaceholderLogo/98x55_Sage_logo.svg') no-repeat center center !important;
	}
	
*/

.mc-controls-direction a
{
	background-color: transparent !important;
}

.mc-wrapper .mc-prev
{
	/*left: 10px;*/
	background-image: url(../Images/Assets/Icons/Arrows/MCSlider_controls.png) !important;
}

.mc-wrapper .mc-next
{
	/*right: 10px;*/
	background-image: url(../Images/Assets/Icons/Arrows/MCSlider_controls.png) !important;
}

/* 
@media only screen and (max-width: 767px)
{
.mc-controls-direction	
{
	display: none !important;
}	
	
}
*/

a.GlossaryPageLink
{
	color: #000000;
}

a.GlossaryPageLink:hover
{
	color: #000000;
}

div.ModuleQuestions .dropDownBody
{
	padding-left: 0px;
	padding-right: 0px;
}

img.WhatsNew
{
	border-radius: 10px;
}

div.IMG-WhatsNew-tiles
{
	margin-left: 10px;
}

.search-filter-content
{
	cursor: pointer !important;
}

.search-filter-content button
{
	cursor: pointer !important;
}

.search-filter-content button:hover
{
	text-decoration: underline !important;
	text-decoration-color: #33DE61 !important;
	text-decoration-thickness: 4px !important;
}

.toolbar-button-drop-down.select-language-drop-down ul li:hover
{
	color: #ffffff;
	background: #000000;
	text-decoration: underline !important;
	text-decoration-color: #33DE61 !important;
	text-decoration-thickness: 4px !important;
}

li.tree-node:hover
{
	text-decoration: underline !important;
	text-decoration-color: #33DE61 !important;
	text-decoration-thickness: 4px !important;
}

.title-bar-layout a.logo
{
	width: 57px;
	height: 32px;
	align-self: center;
	background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-green.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-green.svg') no-repeat center center !important;
}

.title-bar-layout a.logo:hover
{
	background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-white.svg') no-repeat center center !important;
	-pie-background: transparent url('../Images/Assets/PlaceholderLogo/sage-logo-white.svg') no-repeat center center !important;
}

img.BottomLogo
{
	width: 80px;
	height: 60px;
	background: url('../Images/Assets/PlaceholderLogo/sage-logo-green_80.svg') no-repeat center center !important;
}

img.BottomLogo:hover
{
	background: url('../Images/Assets/PlaceholderLogo/sage-logo-white_80.svg') no-repeat center center !important;
}

img.Mail
{
	width: auto;
	height: 55px;
	padding-bottom: 15px;
	border-bottom: solid;
	border-color: #000000;
}

img.Mail:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#FB
{
	padding-bottom: 15px;
	width: 35px;
	height: 35px;
	border-bottom: solid;
	border-color: #000000;
}

img#FB:hover
{
	border-color: #00D639;
}

img#Insta
{
	padding-bottom: 15px;
	width: 35px;
	height: 35px;
	border-bottom: solid;
	border-color: #000000;
}

img#Insta:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#Lkdin
{
	padding-bottom: 15px;
	width: 35px;
	height: 35px;
	border-bottom: solid;
	border-color: #000000;
}

img#Lkdin:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#X
{
	padding-bottom: 15px;
	width: 32px;
	height: 32px;
	border-bottom: solid;
	border-color: #000000;
}

img#X:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

img#Ytbe
{
	padding-bottom: 15px;
	width: 40px;
	height: 32px;
	border-bottom: solid;
	border-color: #000000;
}

img#Ytbe:hover
{
	border-bottom: solid;
	border-color: #00D639;
}

div.LegalInfo p
{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

div.LegalInfo a
{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div.nav-search
{
	display: none !important;
}

@media screen and (max-width: 525px)
{
	h1
	{
		font-size: 1.90em;
	}
}

