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

/*
==========================================================================
	IDeaS RevPlan Help
==========================================================================
*/

.icon-large
{
	height: 30px;
	width: 30px;
	-webkit-background-size: 30px 30px !important;
	background-size: 30px 30px !important;
	display: block;
}

.icon-xlarge
{
	height: 40px;
	width: 40px;
	-webkit-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
	display: block;
}

.chi-rocket
{
	background: url('../Images/chi-rocket.svg') no-repeat center center;
}

.chi-new
{
	background: url('../Images/chi-new.svg') no-repeat center center;
}

.chi-knowledge-sharing
{
	background: url('../Images/chi-knowledge-sharing.svg') no-repeat center center;
}

.chi-company
{
	background: url('../Images/chi-company.svg') no-repeat center center;
}

.chi-information
{
	background: url('../Images/chi-information.svg') no-repeat center center;
}

.chi-glossary
{
	background: url('../Images/chi-glossary.svg') no-repeat center center;
}

.chi-print
{
	background: url('../Images/chi-print.svg') no-repeat center center;
}

.chi-binoculars
{
	background: url('../Images/chi-binoculars.svg') no-repeat center center;
}

:focus:not(:focus-visible)[tabindex="-1"]
{
	outline: 0 !important;
}

input[type="text"]
{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #131111;
	background-color: #fff;
	border: 1px solid #8f91a2;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input:focus[type="text"]
{
	border: 1px solid #8f91a2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

p
{
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	font-family: 'Source Sans Pro';
}

img
{
	display: inline;
	max-width: 100%;
	height: auto;
}



/*
==========================================================================
	Main layout
==========================================================================
*/

body
{
	font-family: 'Source Sans Pro';
	color: #131111;
	background: #f9f9f9;
}

.container
{
	padding: 0 15px;
}

.main-section
{
	background: #f9f9f9;
	padding: 0;
}

.off-canvas-wrapper-inner .outer-row,
.main-section > .outer-row,
.row
{
	max-width: 100%;
	padding: 0;
}

/*
==========================================================================
	Header
==========================================================================
*/

/* Header manage by HTML5 - Top Navigation */

nav.title-bar
{
	padding: 0;
}

.title-bar-layout.outer-row
{
	padding: 0 15px;
}

.title-bar-layout .logo-wrapper
{
	min-height: 40px;
}

.title-bar-layout a.logo
{
	width: 180px;
	height: 40px;
	background-size: 168px auto !important;
}

.title-bar-section
{
	display: none;
}

.navigation-wrapper
{
	display: none;
}

/*
==========================================================================
	Welcome Container
==========================================================================
*/

.welcome-container
{
	background: #cce5ff;
}

.welcome-container .welcome-content
{
	padding: 5px 0;
	display: grid;
	grid-template-columns: auto 350px;
}

a
{
	color: #3a88ce;
	text-decoration: underline;
}

a.GlossaryPageTerm
{
	text-decoration: none;
}

th
{
	background: #f9f9f9;
}

thead
{
	background: #f9f9f9;
	background-color: #f9f9f9;
}

table
{
	background-color: #d3d3d3;
}

tbody
{
	background-color: #d3d3d3;
	background: #d3d3d3;
}

td
{
	background-color: #d3d3d3;
}

@media (max-width: 992px)
{
	.welcome-container .welcome-content
	{
		grid-template-columns: auto;
		justify-items: center;
	}
}

.welcome-container h1
{
	font-size: 20px;
	font-weight: normal;
	font-family: 'Source Sans Pro Semibold';
	margin: 3px 0 0 0;
	padding-top: 2px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 992px)
{
	.welcome-container h1
	{
		justify-content: center;
	}
}

.welcome-container .btn-binoculars
{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -3px;
}

/*.welcome-container .search
{
	height: 34px;
	width: 100%;
	background: #FFFFFF url('../Images/chi-search.svg') no-repeat 1px 1px !important;
	background-size: 30px auto !important;
	padding: 0 10px 0 40px;
}*/

/*
==========================================================================
	Top Container
==========================================================================
*/

.top-container
{
	background: #F5F5F5;
}

.top-content
{
	padding: 5px 0;
	display: grid;
	grid-template-columns: auto 350px;
}

@media (max-width: 992px)
{
	.top-content
	{
		grid-template-columns: auto;
	}
}

.top-right
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 992px)
{
	.top-right
	{
		justify-content: flex-end;
	}
}

.top-right .btn-print
{
	margin-right: 10px;
}

.top-right select
{
	width: 240px;
	height: 30px;
	border: 1px solid #8f91a2;
	margin: 0;
}

.top-right select:focus
{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.MCBreadcrumbsBox_mc-breadcrumbs-divider_0,
.breadcrumbs
{
	float: left;
	padding: 5px 0;
	margin: 0;
	display: flex;
	list-style: none;
	border: none !important;
	margin-bottom: 0;
	font-size: 14px;
}

.MCBreadcrumbsSelf
{
	color: #8f91a2;
	font-size: 14px;
}

.MCBreadcrumbsDivider
{
	padding: 0 5px;
	color: #ccc;
}

.breadcrumbs li a
{
	color: #131111;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.breadcrumbs li a:hover
{
	color: #37c5ab;
}

.breadcrumbs li.active
{
	color: #8f91a2;
}

.div.MCBreadcrumbsBox_mc-breadcrumbs-divider_0,
.breadcrumbs li:before
{
	content: "/";
	padding: 0 5px;
	display: inline-block;
}

.breadcrumbs li:first-child:before
{
	display: none;
}

.height-container
{
	background: #ffffff;
	padding: 0;
	margin: 0;
	min-height: calc(100vh - 0);
}

/*
==========================================================================
	Glossary
==========================================================================
*/

ul.MCGlossaryProxy_0
{
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

li.GlossaryPageEntry
{
	list-style: none;
}

h1.glossary
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin: 0.67em;
	margin-top: 12pt;
	margin-bottom: 0pt;
	mc-heading-level: 1;
	font-family: Verdana;
	color: #0077C8;
	font-size: 16pt;
	font-weight: normal;
	border-bottom-style: none !important;
	border-bottom-color: #ffffff;
	display: block;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

MadCap|glossaryTerm
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: Verdana;
	color: #0077C8;
	font-size: 13pt;
	font-weight: normal;
	list-style: none;
}

div.GlossaryPageDefinition
{
	margin-bottom: 1rem;
	font-family: Verdana;
	color: #131111;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	margin-top: 0pt;
	margin-bottom: 8pt;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

div.GlossaryPageHeading_0
{
	margin-bottom: 0pt;
	font-family: Verdana;
	color: black;
	margin-top: 0pt;
	letter-spacing: -1pt;
	font-size: 22pt;
	font-weight: normal;
	border-bottom-color: #ffffff;
	border-bottom-style: none;
}

div.GlossaryPageTerm
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: Verdana;
	color: #3a88ce;
	font-size: 1.25rem;
	font-weight: normal;
	text-decoration: none !important;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

MadCap|glossaryProxy
{
	border: none 0px #000000;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 0px;
}

a.glossaryTerm
{
	font-weight: normal;
	color: #78BE20;
}

a.glossaryTerm:link
{
	font-weight: normal;
	color: #9ccc65;
	text-decoration: none !important;
}

a.GlossaryPagelink
{
	font-weight: normal;
	color: #9ccc65;
	text-decoration: none !important;
}

.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-position: right;
	background-image: none;
	padding-right: 1px;
	padding-left: 0;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_
{
	background-position: right;
	background-image: none;
	padding-right: 0px;
	padding-left: 0;
}

.popupBody
{
	background-color: #ffffff;
}

.MCTextPopupBody
{
	color: #131111;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #FFFFFF;
	width: 300px;
	padding: 11px 15px;
	-webkit-box-shadow: 0 4px 10px #8B8B8B;
	-moz-box-shadow: 0 4px 10px #8B8B8B;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,.4);
	border: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 20px;
	white-space: normal;
	filter: alpha( opacity = 0 );
	display: none;
	opacity: 0.0;
	z-index: 10001;
}

.MCHelpControl_Image_Icon
{
	display: none;
	border: none;
	padding: 0px;
}

/*
==========================================================================
	Help Container
==========================================================================
*/

.help-container
{
	background: #f9f9f9;
	padding: 0;
}

.help-container .content
{
	display: -ms-grid;
	display: grid;
	-ms-grid-template-columns: auto 1fr;
	grid-template-columns: auto 1fr;
}

.help-container .content.is-mechanic
{
	-ms-grid-template-columns: auto;
	grid-template-columns: auto;
}

@media (min-width: 768px)
{
	.help-container .content.is-mechanic
	{
		-ms-grid-template-columns: 200px 1fr;
		grid-template-columns: 200px 1fr;
	}
}

.tabs-help,
.menu-help-vertical
{
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs-help li a,
.menu-help-vertical li a
{
	background-color: #e4e4e4;
	color: #131111;
	display: block;
	margin: 0;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tabs-help li a:hover,
.tabs-help li.active a,
.menu-help-vertical li a:hover,
.menu-help-vertical li.active a
{
	background: #3a88ce;
	color: #FFFFFF !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tabs-help
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tabs-help li
{
	background: #e4e4e4;
	color: #131111;
	text-align: center;
	font-family: 'Source Sans Pro Semibold';
	font-size: 16px;
	border-right: 2px solid #FFFFFF;
}

.tabs-help li a
{
	float: left;
	padding: 10px 12px;
}

@media (min-width: 992px)
{
	.tabs-help li a
	{
		width: 170px;
	}
}

.tab-content
{
	background: #ffffff;
	padding: 20px;
	min-height: calc(100vh - 170px);
}

.tab-pane
{
	display: none;
}

.tab-pane.active
{
	display: block;
}

.tab-pane:focus
{
	outline: 0;
}

ul.menu._Skins_SideMenu.mc-component,
.menu-help-vertical
{
	position: sticky;
	top: 55px;
	z-index: 1;
	font-size: 14px;
	padding: 0;
}

.menu-help-vertical li
{
	float: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-family: 'Source Sans Pro';
}

.menu-help-vertical li:first-child
{
	margin: 0;
}

ul.menu._Skins_SideMenu.mc-component li > a,
.menu-help-vertical li a
{
	text-align: center;
	padding: 5px 10px;
	background-color: #e4e4e4;
	color: #131111;
	display: block;
	margin: 0;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	font-family: 'Source Sans Pro';
}

.menu-help-vertical .selected,
ul.menu._Skins_SideMenu.mc-component li > a:hover,
ul.menu._Skins_SideMenu.mc-component li > a.selected,
.menu-help-vertical ul li a:hover,
.menu-help-vertical ul li a.selected
{
	background: #3a88ce !important;
	color: #FFFFFF !important;
	font-weight: normal;
	font-family: 'Source Sans Pro';
}

.sub-menu
{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.help-side-bar
{
	padding: 15px 0 15px 15px;
}

@media (max-width: 768px)
{
	.help-side-bar
	{
		padding: 15px;
	}
}

.side-bar-icon
{
	background-color: #cce5ff;
	width: 80px;
	padding: 0;
}

.side-bar-icon ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: sticky;
	top: 40px;
	z-index: 1;
}

.side-bar-icon ul li
{
	background-color: #cce5ff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 10px 10px;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.side-bar-icon ul li:hover,
.side-bar-icon ul li.active
{
	background-color: #FFFFFF;
}

.side-bar-icon ul li i
{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background-size: 40px 40px;
	background-position: center center;
}

.help-content
{
	padding: 15px;
}

.help-content_nav
{
	margin-bottom: 10px;
	background-color: #e4e4e4;
	overflow: hidden;
}

.help-container_body
{
	background: #f9f9f9;
	padding: 15px;
	min-height: 100%;
}

#mc-main-content
{
	padding: 20px;
	background: #ffffff;
	height: 100%;
}

@media (min-width: 640px)
{
	.help-side-bar
	{
		min-height: calc(100vh - 100px);
	}
}

.help-content_body h2
{
	color: #3a88ce;
}

@media (min-width: 640px)
{
	.is-nav-tabs .help-side-bar
	{
		min-height: calc(100vh - 168px) !important;
	}
}

@media (min-width: 640px)
{
	.is-mechanic .help-side-bar
	{
		min-height: calc(100vh - 155px) !important;
	}
}

.card-wrap
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 20px 0 20px;
}

.card
{
	margin: 20px;
	text-align: center;
	padding: 40px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
	width: 300px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.card:hover
{
	background-color: #cce5ff;
}

.card:hover .card-icon
{
	background-color: #FFFFFF;
}

.card h3
{
	font-size: 20px;
	font-family: 'Source Sans Pro';
	font-weight: normal;
	margin-bottom: 26px;
	color: #131111;
}

.card ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.card ul li
{
	padding: 2px 0;
	font-size: 14px;
}

.card ul li a
{
	text-decoration: underline;
	color: #131111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.card ul li a:hover
{
	color: #37c5ab;
}

.card .card-icon
{
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto;
	background: #F5F5F5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card .card-icon i
{
	position: relative;
	left: initial;
	top: initial;
	background-size: 40px 40px;
	background-position: center center;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

.btn-area
{
	text-align: center;
	margin-top: 20px;
}

.btn-booking
{
	background: #3a88ce;
	color: #FFFFFF;
	padding: 8px 20px;
	font-size: 16px;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
}

.btn-booking:hover
{
	text-decoration: none;
	background: #3a88ce;
	color: #FFFFFF;
}

.item-row
{
	padding-bottom: 30px;
}

.item-row-title,
.item-title,
.item-content
{
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.item-title
{
	background: #99ccff;
	padding: 9px 10px;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	text-align: center;
	height: 42px;
}

.height-auto
{
	height: auto;
}

.item-content
{
	background: #f9f9f9;
	padding: 5px 10px 0 10px;
	display: block;
	min-height: 42px;
}

.item-row--dashboard .item-group .item-title
{
	background: #e4e4e4;
}

.item-group::after
{
	content: '';
	display: table;
	clear: both;
}

.item-group .item-row
{
	padding-bottom: 0;
}

.item-group .item-title
{
	width: 140px;
	float: left;
	margin-right: 20px;
}

.item-group .item-group1 .item-title
{
	background: #99ccff;
}

.item-group .item-group2 .item-title
{
	background: #deebf7;
}

.item-group.item-group1,
.item-group.item-group2
{
	display: -ms-grid;
	display: grid;
	-ms-grid-template-columns: 140px auto;
	grid-template-columns: 140px auto;
	grid-column-gap: 20px;
}

.item-group.item-group2
{
	margin-top: 20px;
}

.item-group.item-group2:first-child
{
	margin-top: 0;
}

@media (max-width: 768px)
{
	.item-group.item-group2
	{
		-ms-grid-template-columns: auto;
		grid-template-columns: auto;
	}

	.item-group.item-group2 .item-content
	{
		margin-top: 10px;
	}
}

.item-group.item-group-title
{
	margin-bottom: -10px;
}

@media (max-width: 768px)
{
	.item-group.item-group-title .item-title
	{
		margin-bottom: 10px;
	}
}

.item
{
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	cursor: pointer;
}

.item.width-auto
{
	width: auto;
}

.item h4
{
	font-weight: normal;
	font-family: 'Source Sans Pro Light';
	font-size: 16px;
	padding: 6px 10px;
	text-align: center;
	margin: 0;
	height: 32px;
	color: #131111;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item h4 a
{
	font-weight: normal;
	text-decoration: none;
	font-family: 'Source Sans Pro Light';
	font-size: 16px;
	padding: 6px 10px;
	text-align: center;
	margin: 0;
	height: 32px;
	color: #131111;
}

.item h4:hover
{
	background: #3a88ce;
	color: #FFFFFF;
}

.item h4 a:hover
{
	color: #FFFFFF;
}

.item ul
{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 10;
	display: none;
	background-color: #FFFFFF;
	width: 100%;
	max-height: 212px;
	overflow: auto;
	border: 1px solid #cbced7;
	font-family: 'Source Sans Pro Light';
	font-weight: normal;
}

.item ul li a
{
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color: #131111;
}

.item ul li a:hover
{
	background: #f9f9f9;
}

.item:hover ul
{
	display: block;
}

.item:hover h4
{
	background: #3a88ce;
	color: #FFFFFF;
	font-family: 'Source Sans Pro Light';
	font-weight: normal;
}

/*
==========================================================================
	Content Style
==========================================================================
*/

.content-style h1,
.content-style h2,
.content-style h3,
.content-style h4,
.content-style h5,
.content-style h6
{
	color: #3a88ce;
	font-style: normal;
	font-weight: normal;
	/*font-family: 'Source Sans Pro Semibold';*/
	font-family: Verdana;
	text-rendering: optimizeLegibility;
}

.content-style h1
{
	font-size: 1.5rem;
}

.content-style h1:first-child
{
	margin-top: 0;
}

.content-style h2
{
	font-size: 1.25rem;
}

.content-style h3
{
	font-size: 1.1rem;
}

.content-style h4
{
	font-size: 1.125rem;
}

.content-style h5
{
	font-size: 1.0625rem;
}

.content-style h6
{
	font-size: 1rem;
}

ul,
ol,
dl
{
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
	font-family: Verdana;
	font-size: 16px;
	/* 12pt */
}

.content-style p
{
	font-family: Verdana;
	font-size: 16px;
	/* 12pt */
}

.content-style .img-border
{
	border: 1px solid #66d0ea;
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content-style .img-center
{
	margin-right: auto;
	margin-left: auto;
}

.content-style .media-object
{
	border: 1px solid #66d0ea;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.content-style .media-object p
{
	margin: 0 0 0 20px;
}

.content-style .media-object ul,
.content-style .media-object ul li
{
	margin-bottom: 0;
}

.content-style .Title
{
	margin-bottom: 0;
	font-size: 29.333333px;
	/* 22pt */
}

.content-style .arrow-right
{
	font-family: Wingdings;
}

span.Emphasis
{
	color: #FF6A13;
	font-size: 16px;
	/* 12pt */
}

.minwwdth200
{
	min-width: 200px;
	float: left;
	display: block;
}

/* page */

.home-page .side-bar-icon ul li:nth-child(1),
.about-page .side-bar-icon ul li:nth-child(3),
.glossary-page .side-bar-icon ul li:nth-child(4),
.company-training-page .side-bar-icon ul li:nth-child(2)
{
	background: #ffffff;
}

.home-page .help-container,
.about-page .help-container,
.company-training-page .help-container
{
	padding: 0;
}

.home-page #mc-main-content,
.company-training-page #mc-main-content
{
	background: #f9f9f9;
	padding: 0;
	min-height: 100%;
}

/* Hide */

.MCBreadcrumbsPrefix,
.backlink-container
{
	display: none;
}
/*************** TABLE SETTINGS**************/

table
{
	border: none;
	color: #55565b;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
}

table tr:nth-child(odd) td
{
	background-color: #f5f5f5;
}

table tr:nth-child(even) td
{
	background-color: #ddddda;
}

tr
{
	box-shadow: none;
}

td
{
	padding-left: 5px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left !important;
	vertical-align: top;
	border-right: 2px solid white;
	border-bottom: none;
}

th
{
	font-weight: normal;
	height: 50px;
	background: transparent;
	color: #55565b;
	font-size: 1.1em;
	border: none;
	padding-top: 1%;
}

/****************END OF TABLE SETTINGS******************/
