﻿/*<meta conditions="SBC_template.SBC template" />*/


/* Custom stylesheet - add your own project-specific styles */


/* import extra CSS files for this project */


body	/* body: font-size sets standard font 1em as 87.5% of 16px = 14px */
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 100%; /* CSS variable IE 11 support */
	font-size: var(--font-size-body);
	line-height: 1.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: rgba(0,0,0,0.9); /* CSS variable IE 11 support */
	color: var(--col-black-90); 
	margin: 0.5em 1em 0.5em 1em;
	overflow-wrap: break-word;
	word-wrap: break-word;

}

h1
{
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	font-size: 2em; /* CSS variable IE 11 support */
	font-size: var(--font-size-h1);
	font-weight: 500;
	line-height: 1.25em; 
	margin: 0.25em 0em 0.5em 0em;
}



a[class*="sageButton"], .contactBtn {
    padding: 13px 18px !important;
    border: 2px solid #000;
    border-radius: 24px;
    line-height: 120%!important;
    cursor: pointer;
    background: none !important;
    color: #000 !important;
    text-decoration: none;
    font-family:1em!important;
    font-weight: 400;
	margin-top: 20px;
}

a[class*="sageButton"]:hover, a[class*="sageButton"]:active, a[class*="sageButton"]:focus,
.contactBtn:hover, .contactBtn:active, .contactBtn:focus {
	background-color: #000!important;
    color: #fff!important;
	border: 2px solid #000;
}


#sage-home-title {
font-size: 3em;
font-weight: 500;

   
}

section#banner-home {
	background: #000;
    padding: 40px 0;
    color: rgba(255,255,255,.9);
    margin-bottom: 40px;
}

section#banner-home .large-6 {
	width: 100%;
}

/*

#sage-header-image {
	display:none;
}

*/

.TableStyle-Invisible {
	margin-top: -15px;
    margin-bottom: 0;
}

.help-title-desc {
margin-top: 24px;
font-size: 1.25em !important;
line-height: 160%;
    font-weight: 400;
    font-family: "Sage UI",Arial,Helvetica,sans-serif;
}

body {
	background: #ffffff;
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}

hr {
	margin: 48px 0;
	border-bottom: 1px solid #eee;
	height: 1px;
}

.header-hr {
	margin: 24px 0;
}


#help-videos,
#help-training,
#help-contact {
	display: none;
}

#help-container {
	
}

.help-home {
	margin: -56px 0 48px !important;
}

.help-section {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

#help-guides {
	width: calc(100% + 48px);
    margin-left: -24px;
}


	
@media screen and (min-width: 40em) {
	#help-guides .medium-12, #help-training .medium-12 {
		margin: 8px 24px;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 64em) {
	#help-guides .large-6, #help-training .large-6 {
		width: calc(50% - 24px);
	    height: calc(50% - 24px);
		margin: 8px 12px;
	}
}



.hub-item {
	padding: 29px 24px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,.08);
}

.hub-item:hover {
	box-shadow: 2px 2px 12px rgba(0, 41, 64, 0.12);
}

.hub-item a::after {
        content: url(https://nvmd-webuat-01:8036/public/images/icons/new/chevron-next.png);
    position: relative;
    margin-left: 12px;
    top: 2px;
}

.hub-item a,
#help-intents .help-info a {
	font-weight: 400;
    color: rgba(0,0,0,.9)!important;
    font-family: "Sage UI",Arial,Helvetica,sans-serif!important;
	font-size: 1.25em!important;
    line-height: 140%!important;
	margin: 0 0 4px;
}

.hub-item a:hover,
#help-intents .help-info a:hover {
	text-decoration: none;
}

.hub-item p,
#help-intents .help-info p {
line-height: 160%;
    font-weight: 400;
    font-family: "Sage UI",Arial,Helvetica,sans-serif;
	margin: 0 0 10px;
	font-size: 1em;
	margin-bottom: 0;
}

.hub-item .hub-item-icon {
	height: 40px;
	width: 40px;
	float: left;
	margin-top: 5px;
}

.hub-item .hub-item-icon img {
	width: 100%;
	height: auto;
}

.hub-item .hub-item-icon-show {
	width: calc(100% - 48px);
	float: right;
	padding-left: 16px;
}

#help-nav {
box-shadow: none;
    font-family: "Sage UI", Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 1.125em !important;
    line-height: 120% !important;
    display: flex;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-bottom: 24px;
	border-bottom: 8px solid #e2e2e2;
	margin-top: 40px;
}

#help-nav li {
	box-shadow: none;
    border: none;
    padding: 0;
    margin-right: 48px;
    cursor: pointer;
    position: relative;
    text-align: center;
	color: rgba(0,0,0,.65);
	margin-bottom: 0;
}


#help-nav li:hover {
	color: rgba(0, 0, 0, 1);
}

#help-nav li.selected {
	color: rgba(0, 0, 0, 0.9);
}

#help-nav li.selected::after {
		content: "";
		height: 8px;
		background: #00d639;
		width: calc(100% + 10px);
    	position: absolute;
    	left: -5px;
		bottom: -8px;
		border-radius: 4px;
		z-index: 1;
}

#help-nav li.hidden {
	display: none;
}

#search-bar-container {
padding-bottom: 24px;
    max-width: 670px;
    padding-top: 24px;
}

/*
.sidenav-wrapper,
#header-normal,
.nav-search-wrapper {

	display: none;} */



.dropDownBody {
	position: absolute;
	background: rgb(242, 245, 246);
	padding: 20px 40px 10px 10px;
	z-index: 1;
}

#help-intents .help-icon,
#help-contact .help-icon {
	width: 64px;
	margin-top: 5px;
	height: 40px;
}

#help-intents .help-info,
#help-contact .help-info {
	padding: 29px 24px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,.08);
	width: 100%;
}

#help-intents .help-info:hover {
box-shadow: 2px 2px 12px rgba(0, 41, 64, 0.12);
}

#help-intents .help-intents-hidden {
	display: none;
}

#help-other-contact-channels {
	display: none;
}

#help-other-contact-channels-btn {
	text-align: center;
	cursor: pointer;
}

#help-contact img {
	width: 60px;
	margin-bottom: 12px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalDialog {
	position: fixed;
	font-family: "Sage UI", Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>.modalDialogContent {
	width: 60%;
	position: relative;
	margin: 30px auto;
	padding: 32px;
	background-color: #f2f5f6;
	border-radius: 0;
	box-shadow: 0 10px 30px 0 rgb(0 20 29 / 10%), 0 30px 60px 0 rgb(0 20 29 / 10%);
}

.close {
	line-height: 25px;
	position: absolute;
	right: 28px;
	text-align: center;
	top: 28px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.7);
}

.close:hover {
	text-decoration: none;
		cursor: pointer;
}

#help-nav .icon-carbon {
	font-size: 0.8em;
	margin-right: 6px;
}

.help-training-icon {
	width: 82px;
}

.help-training-icon img {
	width: 60px;
}

.help-intent-title {
	font-size: 1.125em;
	line-height: 26px;
}

.help-contact-title {
	font-size: 1.25em;
    line-height: 140%;
	font-weight: 400;
    color: rgba(0,0,0,.9)!important;
    font-family: "Sage UI",Arial,Helvetica,sans-serif!important;
	margin: 0;
}

.help-video-title {
	padding: 24px 40px;
    margin: 0;
    font-size: 1.25em;
    line-height: 140%;
    font-weight: 400;
    color: rgba(0,0,0,.9)!important;
    font-family: "Sage UI",Arial,Helvetica,sans-serif;
}

.help-training-title {
	font-size: 2em;
    line-height: 140%;
    font-weight: 500;
    font-family: "Sage UI",Arial,Helvetica,sans-serif;
}

.help-training-title strong {
	font-weight: 400;
}

.help-training-desc, .help-contact-desc, .help-title-desc, .help-intent-desc {
	margin-top: 8px;
    font-size: 1em;
    line-height: 160%;
    font-weight: 400;
    font-family: "Sage UI",Arial,Helvetica,sans-serif;
}

.help-video-desc {
	line-height: 160%;
    font-weight: 400;
    font-family: "Sage UI",Arial,Helvetica,sans-serif;
	padding: 0px 40px 24px;
	font-size: 1em;
}

#help-training .hub-item-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

#help-videos iframe {
	border-radius: 24px 24px 40px 0;
}

#help-videos .small-12 {
	display: none;
}

#help-videos .small-12.row {
	display: block;
	width: calc(33% - 24px);
    float: left;
    margin: 0 12px;
	box-shadow: 2px 2px 12px rgb(0 41 64 / 12%);
    border: none;
    background: #fff;
    border-radius: 24px;
    height: 100%;
    color: rgba(0,0,0,.9);
}

#help-videos .small-12.row .large-5, #help-videos .small-12.row .large-7  {
	width: 100%;
    padding: 0;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#sage-header-image img {
	max-height: 250px;
	width: auto;
	position: relative;
	bottom: 17px;
	right: 0;
}




/* Small only */
@media screen and (max-width: 63.9375em) {
	#sage-header-image {
		display: none;
	}
	#help-nav {
		display: block;
	}
	#help-videos .help-video-title {
		margin-top: 24px;
	}
}