@charset "utf-8";
/* /-/ /< CSS Document */

/*************************** Custom Fonts *************************************/
@font-face {
font-family: "BentonSansRegular";
font-style: normal;
font-weight: normal;
src: url("/content/dam/digitalhub/fonts/BentonSans-Regular.eot?") format("embedded-opentype"), url('/content/dam/digitalhub/fonts/BentonSans-Regular.woff') format('woff'), url("/content/dam/digitalhub/fonts/BentonSans-Regular.otf"), url("/content/dam/digitalhub/fonts/BentonSans-Regular.ttf") format("truetype"), url("/content/dam/digitalhub/fonts/BentonSans-Regular.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansMedium";
font-style: normal;
font-weight: normal;
src: url("/content/dam/digitalhub/fonts/BentonSans-Medium.eot?") format("embedded-opentype"), url('/content/dam/digitalhub/fonts/BentonSans-Medium.woff') format('woff'), url("/content/dam/digitalhub/fonts/BentonSans-Medium.otf"), url("/content/dam/digitalhub/fonts/BentonSans-Medium.ttf") format("truetype"), url("/content/dam/digitalhub/fonts/BentonSans-Medium.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansBold";
font-style: normal;
font-weight: normal;
src: url("/content/dam/digitalhub/fonts/BentonSans-Bold.eot?") format("embedded-opentype"), url('/content/dam/digitalhub/fonts/BentonSans-Bold.woff') format('woff'), url("/content/dam/digitalhub/fonts/BentonSans-Bold.otf"), url("/content/dam/digitalhub/fonts/BentonSans-Bold.ttf") format("truetype"), url("/content/dam/digitalhub/fonts/BentonSans-Bold.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansBook";
font-style: normal;
font-weight: normal;
src: url("/content/dam/digitalhub/fonts/BentonSans-Book.eot?") format("embedded-opentype"), url('/content/dam/digitalhub/fonts/BentonSans-Book.woff') format('woff'), url("/content/dam/digitalhub/fonts/BentonSans-Book.otf"), url("/content/dam/digitalhub/fonts/BentonSans-Book.ttf") format("truetype"), url("/content/dam/digitalhub/fonts/BentonSans-Book.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansLight";
font-style: normal;
font-weight: normal;
src: url("/content/dam/digitalhub/fonts/BentonSans-Light.eot?") format("embedded-opentype"), url('/content/dam/digitalhub/fonts/BentonSans-Light.woff') format('woff'), url("/content/dam/digitalhub/fonts/BentonSans-Light.otf"), url("/content/dam/digitalhub/fonts/BentonSans-Light.ttf") format("truetype"), url("/content/dam/digitalhub/fonts/BentonSans-Light.svg#web") format("svg");
}
.fontBentonSansRegular, .fontRegular {
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif!important;
}
.fontBentonSansMedium, .fontMedium {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif!important;
}
.fontBentonSansBold, .fontBold {
	font-family: BentonSansBold, Arial, Helvetica, sans-serif!important;
}
.fontBentonSansBook, .fontBook {
	font-family: BentonSansBook, Arial, Helvetica, sans-serif!important;
}
.fontBentonSansLight, .fontLight {
	font-family: BentonSansLight, Arial, Helvetica, sans-serif!important;
}
* {
	margin:0px;
	padding:0px;
	outline:0px;
	outline:none;
    font-weight: normal;
}
html, body {
	height:100%;
}
body {
	min-width:320px;
	background:#f4f4f4;
	margin:0;
	font:15px/1.47;
	color:#1D1D1B;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ch-font body {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/******************* Bounce Animation****************************/
@-webkit-keyframes bounce {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
}
@-moz-keyframes bounce {
from {
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
}
@keyframes bounce {
from {
transform: translateY(0);
}
to {
	transform: translateY(10px);
}
}
/*************************** Common Section CSS *************************************/
@-webkit-viewport {
width:device-width
}
@-moz-viewport {
width:device-width
}
@-ms-viewport {
width:auto!important
}
@-o-viewport {
width:device-width
}
@viewport {
width:device-width
}
* {
	max-height:100000px
}
img {
	vertical-align:top;
	max-width:100%;
	border:0;
}
a {
	text-decoration:none;
	color:#008fd3
}
a:active {
	background-color:transparent
}
a:hover {
	text-decoration:underline
}
b, strong {
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
html.ch-font b, html.ch-font strong {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font b, html.ar-font strong {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.videoClose {
	float: right;
	position: relative;
	margin-bottom: -54px;
	right: -20px;
	top: 12px;
}
header, footer, article, section, hgroup, nav, figure, aside {
	display:block
}
form, fieldset {
	margin:0;
	padding:0;
	border:0
}
input, textarea, select {
	font:14px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000
}
input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner {
border:0;
padding:0
}
button:hover, input[type=submit]:hover, input[type=reset]:hover {
	cursor:pointer
}
input[type=search] {
	outline-width:0
}
.fade_close {
    position: relative;
    float: right;
    cursor: pointer;
    top: 25px;
    right: 8px;
    z-index: 999;
    width: 30px;
    text-align: center;
    display: none;
}
.fade_close img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    padding: 7px;
    background: rgba(0,0,0,.3);
    border-radius: 15px;
}        
.floatLeft {
	float:left!important;
}
.floatRight {
	float:right!important;
}
.width48 {
	width:48%!important;
}
.width58 {
	width:58%!important;
}
.width38 {
	width:38%!important;
}
.img100 {
	width:100%;
}
.clear {
	clear:both;
}
.LinkBtn a {
	font-size:14px;
	cursor: pointer;
}
.multiButtonLink a {
	font-size:15px;
}
.linkButton {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #0095DB;
	border: 0px;
    color: #fff;
    font-size: 25px;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 13px 14px 13px 14px;
    margin: 20px 0px 0px 0;
    cursor: pointer;
    min-width: 130px;
    display: inline-block;
    border-left: 16px solid #0095DB;
    border-right: 16px solid #0095DB;
}
html.ch-font .linkButton {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .linkButton {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.linkButton:hover {
	background: #003283;
	color: #fff;
	border-left: 16px solid #003283;
	border-right: 16px solid #003283;
	text-decoration:none;
}
.linkButton.linkBlueBtn {
	background: #0095DB;
}
.linkButton.linkOrangeBtn {
	background: #FDB913;
}
.linkButton.linkBlueBtn:hover {
	background: #003283;
	color:#fff;
	border-left: 16px solid #003283;
	border-right: 16px solid #003283;
	text-decoration:none;
}
.linkButton.linkWhiteBtn {
	background: transparent;
	color:#fff;
	border:1px solid #fff;
	padding: 4px 25px;
}
.linkButton.linkWhiteBtn:hover {
	background: transparent;
	color:#FDB913;
	border:1px solid #FDB913;
}
.linkButton.linkWhiteBtn:after {
	content:'›';
	font-size:20px;
	padding-left:10px
}
.linkButton.linkMagentaBtn {
	background: #AF1280;
	border-left: 16px solid #AF1280;
	border-right: 16px solid #AF1280;
}
.linkButton.linkMagentaBtn:hover {
	background: #8b0a83;
	color:#fff;
	border-left: 16px solid #8b0a83;
	border-right: 16px solid #8b0a83;
}
.linkButton.linkOrangeBtn {
	background: #FBBA00;
	border-left: 16px solid #FBBA00;
	border-right: 16px solid #FBBA00;
}
.linkButton.linkOrangeBtn:hover {
	background: #ccc;
	color:#666;
	border-left: 16px solid #ccc;
	border-right: 16px solid #ccc;
}

.linkButton.linkGreenBtn {
	background: #4FBB1C;
    color:#fff;
	border-left: 16px solid #4FBB1C;
	border-right: 16px solid #4FBB1C;
}
.linkButton.linkGreenBtn:hover {
	background: #64d72e;
	color:#fff;
	border-left: 16px solid #64d72e;
	border-right: 16px solid #64d72e;
}

.multiButton .linkButton {
	margin-right:10px;
}
.microsite-linkButton {
	background: #008fd3;
	border: 0px;
	color: #fff;
	font-size: 18px!important;
	line-height: 23px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 25px 50px;
	display: inline-table;
	cursor: pointer;
	margin: auto;
	margin-top:20px;
	float: none;
	text-transform:uppercase;
}
html.ch-font .microsite-linkButton {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .microsite-linkButton {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.microsite-linkButton :hover {
	text-decoration:none;
}
.LinkBtn {
	width: 100%;
	float: left;
	text-align: center;
	padding:33px 0px 0;
	display:block;
}
.LinkBtn .linkButton {
	margin:auto;
	float:none;
}
.LinkReadmore {
	width: 100%;
padding: 30px 0px 0;
	display: block;
}
.LinkReadmore a {
	color: #008fd3;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.centerBlock {
	max-width: 960px;
	margin: 0px auto;
	height:100%;
}
.wideBlock {
	width: 100%;
	margin: 0px auto;
	float:left;
	position:relative;
	overflow:hidden;
}
.boxed {
	margin: 0px;
}
.goldbar {
	float: left;
	width: 100%;
	height: 14px;
	background-color: #EFAB00;
	margin: 65px 0;
}
#page {
	width:100%;
	min-height:100%;
	position:relative;
	/*overflow:hidden;*/
}
@media screen and (min-width:0\0) {
#page {
    width:100%;
    min-height:100%;
    position:static;
    }
}
.container {
	padding:0px;
	margin:0 auto
}
.container:after {
	content:'';
	clear:both;
	display:block
}
section.hero {
	position:relative;
	float:left;
	width:100%;
}
#header {
	width:100%;
	position:relative;
	z-index:199;
	background:#000
}
#header.whiteHeader {
	background: #fbfbfb;
}
.header-holder {
    color: #000;
    padding: 16px 0px;
    height: 38px;
    max-width: 960px;
    margin: auto;
}
.header-holder .logo a {
	color: #000;
	float:left;
	display:block;

}
.header-holder .logo a.lastLogo {
	background: url(/etc/designs/dscmaturityassessment/images/logo-separator.png) no-repeat left center;
	margin-left: 15px;
	padding-left: 15px;
}
.header-holder .logo {
	float:left;
	margin:0 0 0 0
}
.header-holder .logo h1{
   line-height: 35px;
   font-size: inherit; 
}
.header-holder .logo span.sitename {
	color:#fff;
	top: 5px;
    left: 0px;
	position: relative;
	font-size:17px;
    margin-left: 6px;
    font-family: BentonSansBook, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.mainNavigation {
	float: right;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
html.ch-font .mainNavigation {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
}
html.ar-font .mainNavigation {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1{
    font-size:56px;
    line-height:62px
}
h2{
    font-size:46px;
    line-height:52px
}
h3{
    font-size:38px;
    line-height:44px
}
h4{
    font-size:24px;
    line-height:30px
}
h5{
    font-size:16px;
    line-height:22px
}
h6{
    font-size:12px;
    line-height:18px
}
h7{
    font-size:22px;
    line-height:28px
}
h8{
    font-size:18px;
    line-height:24px
}
h9{
    font-size:14px;
    line-height:20px
}
.mainNavigation a {
	color:#000
}
.mainNavigation .slide-icon {
	display:none;
	float:left;
	margin:0 0 0 10px;
	text-decoration:none;
	color:#ccc;
	min-width:35px;
	text-align:center;
	cursor:pointer
}
.mainNavigation .slide-icon [class^="icon-"]:before {
font-size:24px;
line-height:36px
}
.mainNavigation .slide-icon:hover [class^="icon-"]:before {
color:#fff
}
.mainNavigation a.nav-opener {
	display:none;
	float:right;
	margin:8px 0 0 20px;
	text-decoration:none;
	color:#ccc;
	min-width:21px;
	text-align:center
}
.mainNavigation a.nav-opener [class^="icon-"]:before {
font-size:19px;
line-height:36px
}
.mainNavigation a.nav-opener:hover {
	color:#fff;
	text-decoration:none
}
.mainNavigation .nav-block .popup {
	width:auto;
	position:absolute;
	right:0;
	left:44px;
	top:0;
	display:none;
	background:#f2f2f2
}
.mainNavigation .nav-block .popup .popup-content {
	padding:15px 12px
}
.close-icon {
	position:relative;
	float:right;
	padding-right:10px;
	top:-10px;
	display:none;
}
.mainNavigation .nav-block .search-field {
	background:#fff;
	border:1px solid #9a9a9a;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:31px;
	overflow:hidden;
	padding:0 40px 0 0;
	position:relative
}
.mainNavigation .nav-block .search-field input[type="search"] {
	float:left;
	width:100%;
	height:31px;
	padding:7px 10px;
	border:0;
	background:0;
	font-size:13px;
	line-height:17px;
	outline:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
 .mainNavigation .nav-block .search-field [class^="icon-"] {
position:absolute;
right:8px;
top:3px;
width:20px;
height:24px;
color:#008fd3
}
.mainNavigation .nav-block .search-field [class^="icon-"]:before {
font-size:20px;
line-height:24px
}
.mainNavigation .nav-block .search-field [class^="icon-"]:hover {
color:#003283
}
.mainNavigation .nav-block .search-field input[type="submit"] {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	background:0
}
.mainNavigation .nav-block .nav-area {
	margin:0;
	padding:0;
	list-style:none
}
.mainNavigation .nav-block .nav-area:after {
	content:'';
	display:block;
	clear:both
}
.mainNavigation .nav-block .nav-area>li {
	float:left;
	margin:0 50px 0 0px;
	padding:0 20px 0 0px;
	position:relative
}
.mainNavigation .nav-block .nav-area>li>a {
	float:left;
	padding:13px 0;
	color:#fff
}
#header.whiteHeader .mainNavigation .nav-block .nav-area>li>a {
	color:#4d4d4d
}
.mainNavigation .nav-block .nav-area>li.has-drop>a [class^="icon-"]:before {
position:absolute;
top:50%;
right:0;
margin-top:-7px;
font-size:11px;
line-height:14px
}
.mainNavigation .nav-block .nav-area li>a {
	text-decoration:none
}
.mainNavigation .nav-block .nav-area li>a em {
	font-style:normal
}
.mainNavigation .nav-block .nav-area li:hover>a em {
	text-decoration:underline
}
.mainNavigation .drop-area {
	position:absolute;
	top:-9999px;
	left:0px;
	z-index:9;
	width:230px;
	z-index:100;
	font-size:12px;
	line-height:16px;
	padding:4px 0 0;
}
.mainNavigation .drop-area .drop-slide-wrapper {
	display:block!important
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul {
	margin:0;
	padding:8px 0;
	list-style:none;
	border-bottom:1px solid #ddd;
	background-color:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background:-webkit-linear-gradient(top, #fff, #f8f8f8);
	background:-moz-linear-gradient(top, #fff, #f8f8f8);
	background:-ms-linear-gradient(top, #fff, #f8f8f8);
	background:-o-linear-gradient(top, #fff, #f8f8f8)
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li {
	padding:2px 15px
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li>a {
	border-top:1px solid #ddd;
	display:block;
	padding:9px 0;
	font-size:12px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	color:#000;
}
html.ch-font .mainNavigation .drop-area .drop-wrapper .drop-holder ul>li>a {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .mainNavigation .drop-area .drop-wrapper .drop-holder ul>li>a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li:first-child>a {
	border-top:0
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li.has-drop>a {
	padding-right:17px;
	position:relative;
	/*background:url(/etc/designs/dscmaturityassessment/images/nav-arrow-right-icon.png) no-repeat 97% center;*/
	background-size:12px;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li.has-drop>a [class^="icon-"]:before {
position:absolute;
top:50%;
right:0;
color:#1799d7;
margin-top:-7px;
font-size:11px;
line-height:14px
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li.has-drop>a>.icon-arrow-down:before {
	display:none
}
.mainNavigation .has-drop:hover>.drop-area {
	top:100%
}
.mainNavigation .drop-right-direction>.drop-area {
	left:auto;
	right:-30px
}
.mainNavigation .drop-detailed {
	position:absolute;
	top:-9999px;
	left:100%;
	width:291px
}
.mainNavigation .drop-detailed.drop-two-cols {
	width:562px
}
.mainNavigation .drop-detailed>.drop-holder {
	background:#fff;
	border-bottom:1px solid #ddd;
	position:relative
}
.mainNavigation .drop-detailed>.drop-holder .drop-title {
	border-top:1px solid #ddd;
	padding:25px 30px 16px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
}
html.ch-font .mainNavigation .drop-detailed>.drop-holder .drop-title {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
}
html.ar-font .mainNavigation .drop-detailed>.drop-holder .drop-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.mainNavigation .drop-detailed>.drop-holder .drop-set {
	padding:0 30px 25px
}
.mainNavigation .drop-detailed>.drop-holder .drop-set:after {
	content:'';
	display:block;
	clear:both
}
.mainNavigation .drop-detailed>.drop-holder .drop-col {
	float:left;
	width:231px;
	padding:8px 0;
	border-top:1px solid #ddd;
	margin:0 0 0 40px
}
.mainNavigation .drop-detailed>.drop-holder .drop-col:first-child {
	margin:0
}
.mainNavigation .drop-detailed>.drop-holder .drop-col>ul>li>a>.icon-arrow-right:before {
	display:none
}
.mainNavigation .drop-detailed>.drop-holder ul {
	margin:0;
	padding:0;
	list-style:none
}
.mainNavigation .drop-detailed>.drop-holder ul li {
	padding:4px 0
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .opener {
	position:relative;
	padding-left:14px
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .opener [class^="icon-"]:before {
position:absolute;
top:1em;
left:0;
margin-top:-7px;
font-size:9px;
line-height:14px
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .opener:hover em {
	text-decoration:underline
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .slide ul {
	padding:4px 0 0 14px;
	margin-bottom:-4px
}
.mainNavigation .has-drop.drop-active>.drop-detailed {
	top:0
}
.mainNavigation .has-drop:hover>.drop-detailed {
	top:0
}
.icon-arrow-down {
	position: absolute;
	z-index: 9;
	float: right;
	right: 0;
	top: 0px;
	width: 20px;
	height: 40px;
	background: url(/etc/designs/dscmaturityassessment/images/nav-arrow-icon.png) no-repeat right center;
	background-size: 13px;
}
#header.whiteHeader .icon-arrow-down {
	position: absolute;
	z-index: 9;
	float: right;
	right: -5px;
	top: 5px;
	width: 20px;
	height: 40px;
	background: url(/etc/designs/dscmaturityassessment/images/mega-menu-down-arrow-black.png) no-repeat left center;
	background-size: 30px;
}
#header.whiteHeader .header-holder .logo span.sitename {
	color:#000
}
.icon-arrow-down a {
	display:block;
	width: 20px;
	height: 40px;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area>li>a:hover {
	color:#fff;
	border-bottom:5px solid #fafafa;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area li.active>a {
	border-bottom:5px solid #fafafa;
	color:#fff;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area li.defaultactive>a {
	border-bottom:5px solid #fafafa;
	color:#fff;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area li.selected>a {
	border-bottom:5px solid #fafafa;
	color:#fff;
}
#header.whiteHeader .customMegaMenu .mainNavigation .nav-block>.nav-area>li>a:hover {
	border-bottom:5px solid #222;
	color:#fff;
}
#header.whiteHeader .customMegaMenu .mainNavigation .nav-block>.nav-area li.active>a {
	border-bottom:5px solid #222;
	color:#fff;
}
#header.whiteHeader .customMegaMenu .mainNavigation .nav-block>.nav-area li.defaultactive>a {
	border-bottom:5px solid #222;
	color:#fff;
}
#header.whiteHeader .customMegaMenu .mainNavigation .nav-block>.nav-area li.selected>a {
	border-bottom:5px solid #222;
	color:#fff;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area>li>a {
	float:left;
	padding:9px 0 16px;
	color:#999;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area li>a {
	text-decoration:none
}
.customMegaMenu .mainNavigation .nav-block>.nav-area li>a em {
	font-style:normal;
}
.customMegaMenu .mainNavigation .nav-block>.nav-area li:hover>a em {
	text-decoration:none;
}
.customMegaMenu .mainNavigation .drop-area .drop-slide-wrapper {
	display:block!important
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	border: 0px;
	background: none;
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li>a {
	border-top:0px solid #ddd;
	display:block;
	/*padding:7px 0;*/
	font-size:12px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	color:#999;
}
html.ch-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li>a {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li>a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li:first-child>a {
	border-top:0
}
 .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li.has-drop>a [class^="icon-"]:before {
position:absolute;
top:50%;
right:0;
color:#1799d7;
margin-top:-7px;
font-size:11px;
line-height:14px
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li.has-drop>a>.icon-arrow-down:before {
	display:none
}
.customMegaMenu .mainNavigation .has-drop:hover>.drop-area {
	top:100%
}
.customMegaMenu .mainNavigation .drop-right-direction>.drop-area {
	left:auto;
	right:-30px
}
.customMegaMenu .mainNavigation .drop-detailed {
	position:absolute;
	top:-9999px;
	left:100%;
	width:291px
}
.customMegaMenu .mainNavigation .drop-detailed.drop-two-cols {
	width:562px
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder {
	background:#fff;
	border-bottom:1px solid #ddd;
	position:relative
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-title {
	border-top:1px solid #ddd;
	padding:25px 30px 16px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
}
html.ch-font .customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-title {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
html.ar-font .customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.customMegaMenu .secondLevelMobileTitle {
	display:none;
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-set {
	padding:0 30px 25px
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-set:after {
	content:'';
	display:block;
	clear:both
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-col {
	float:left;
	width:231px;
	padding:8px 0;
	border-top:1px solid #ddd;
	margin:0 0 0 40px
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-col:first-child {
	margin:0
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder .drop-col>ul>li>a>.icon-arrow-right:before {
	display:none
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder ul {
	margin:0;
	padding:0;
	list-style:none
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder ul li {
	padding:4px 0
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder ul .open-close .opener {
	position:relative;
	padding-left:14px
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder ul .open-close .opener [class^="icon-"]:before {
position:absolute;
top:1em;
left:0;
margin-top:-7px;
font-size:9px;
line-height:14px
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder ul .open-close .opener:hover em {
	text-decoration:underline
}
.customMegaMenu .mainNavigation .drop-detailed>.drop-holder ul .open-close .slide ul {
	padding:4px 0 0 14px;
	margin-bottom:-4px
}
.customMegaMenu .mainNavigation .has-drop.drop-active>.drop-detailed {
	top:0
}
.customMegaMenu .mainNavigation .has-drop:hover>.drop-detailed {
	top:0
}
.customMegaMenu .nav1Col {
	width:190px;
	padding:10px 20px;
	background:#fafafa;
	text-align:left;
}
.customMegaMenu .mainNavigation .drop-area.nav1Col .drop-wrapper .drop-holder>ul {
	width:100%;
	padding:0px;
	float:left;
}
.customMegaMenu .nav1Col ul li {
	width:100%;
	padding:0px;
	float:left;
}
.customMegaMenu .nav1Col ul li a {
	color: #008fd3;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding:8px 0 8px 0;
	text-transform: none;
	width: 100%;
	display:block;
}
.customMegaMenu .nav1Col ul li a em {
	font-style:normal;
	float: left;
	font-size: 13px;
	width: 100%;
	display:block;
	border:0px;
}
.customMegaMenu .nav2Col {
	width:450px;
	padding:10px 20px;
	background:#2b3035;
	text-align:left;
}
.customMegaMenu .mainNavigation .nav-block .nav-area>li:nth-last-child(1) .nav2Col {
 margin-left:-350px;
}
.customMegaMenu .mainNavigation .nav-block .nav-area>li:nth-last-child(2) .nav2Col {
 margin-left:-220px;
}
.customMegaMenu .mainNavigation .drop-area.nav2Col .drop-wrapper .drop-holder>ul {
	width:50%;
	padding:0px;
	float:left;
}
.customMegaMenu .nav2Col ul li {
	width:100%;
	padding:0px;
	float:left;
}
.customMegaMenu .nav2Col ul li a {
	color: #008fd3;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding:8px 0 8px 0;
	text-transform: none;
	width: 100%;
	display:block;
}
.customMegaMenu .nav2Col ul li a em {
	font-style:normal;
	float: left;
	font-size: 13px;
	width: 100%;
	display:block;
	border:0px;
}
.customMegaMenu .nav3Col {
	width:660px;
	padding:10px 20px;
	background:#fafafa;
}
.customMegaMenu .mainNavigation .nav-block .nav-area>li:nth-last-child(1) .nav3Col {
 margin-left:-470px !important;
}
.customMegaMenu .mainNavigation .drop-area.nav3Col .drop-wrapper .drop-holder>ul {
	width:33.3333%;
	padding:0px;
	float:left;
}
.customMegaMenu .nav3Col ul li {
	width:100%;
	padding:0px;
	float:left;
}
.customMegaMenu .nav3Col ul li a {
	color: #008fd3;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding:8px 0 8px 0;
	text-transform: none;
	width: 100%;
	display:block;
}
.customMegaMenu .nav3Col ul li a em {
	font-style:normal;
	float: left;
	font-size: 13px;
	width: 100%;
	display:block;
	border:0px;
}
.customMegaMenu .secondLevelTitle {
	height:35px;
	overflow:hidden;
	width:100%;
	float:left;
	color:#fff;
	font-size:14px;
	line-height:35px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background: url(/etc/designs/dscmaturityassessment/images/navLine.jpg) repeat-x left bottom;
}
html.ch-font .customMegaMenu .secondLevelTitle {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .customMegaMenu .secondLevelTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0px 0px;
}
html.ch-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li:hover a em {
	color:#fff!important;/*font-family: BentonSansBold, Arial, Helvetica, sans-serif;*/
}
html.ch-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li:hover a em {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li:hover a em {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li a.activenav em {
	pointer-events: none;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	color:#fff;
}
html.ch-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li a.activenav em {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .customMegaMenu .mainNavigation .drop-area .drop-wrapper .drop-holder>ul>li a.activenav em {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.CQSectionPrimary .sectionBlock {
	min-height:580px;
}
.sectionBlock {
	/*margin: 0 -9999px;*/
	position:relative;
	overflow:hidden;
	min-height:250px;
}

.billboardblock .sectionBlock {
	margin: 0 -120px;
	position:relative;
	overflow:hidden;
}
.billboardblock .sectionBlock .mediaImage img {
	width:100%;
}
.sectionShowcaseBlock {
	margin: 0 -9999px;
	position:relative;
	overflow:hidden;
	background:#ddd;
}
.blockWrapper {
	max-width: 1920px;
	margin: 0 auto;
}
.heroBlock {
	width: 100%;
	position: relative;
}
.benefitMob {
	height: 270px!important;
}
.mediaImage {
	width:100%;
	min-height:250px;
	text-align:right;
}
.mediaImage img {
	max-width:inherit;
	margin: auto;
}

.heroContent {
	width: 100%;
	padding:0px;
	position:absolute;
	top: 0;
}
.billboard {
	height: 100%;
	display: table;
	width: 100%;
	/*max-width:1240px;*/
	margin: auto;
}
.billboardleft {
	height: 100%;
	display: table;
	width: 100%;
	max-width:1240px;
	margin: auto;
}
.commonHeroRelative .billboard {
	padding:0px;
}
.commonHeroRelative .billboardleft {
	padding:0px;
}
.billboardMultiButton {
	height: 100%;
	display: table;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.heroContent .pageShowcase {
	float: none;
	max-width: 960px;
	padding: 130px 0 0px;
	margin:auto;
}
.billboardNavigation {
	width: 100%;
	max-width: 960px;
	margin: auto;
	position:relative;
}
.billboardNavigation .heroContent {
	height: 100%;
	padding: 100px 0px 0px;
}
.commonHero {
	width: 100%;
	padding:0px;
	position:absolute;
	top: 0;
	height:100%;
}
.commonHero.achkay {
	padding: 0 0 45px 0;
}
.questionHero {
	width: 100%;
	padding: 0px;
	position: absolute;
	top: 0;
	margin: 0 auto;
}
.commonHeroRelative {
	position: relative!important;
    padding:30px 0px 30px 0px;
}
.CQSectionCarosuel .commonHeroRelative {
	position: relative!important;
	display: block;
	min-height: 300px;
	padding:0px;
}
.commonHero .pageShowcase {
	float: none;
	max-width: 960px;
	padding: 0;
	margin: auto;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.overviewStandard {
	max-width: 960px;
	margin: auto;
	height: 100%;
	display: table;
}
.commonHero .s4hanaBlock {
	float: none;
	max-width: 960px;
	padding: 100px 0px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
.customerStoryColumn {
	width:45%;
	float:right;
	position:relative;
}
.customerStoryColumn h1 {
	font-size:45px;
	color:#fff;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:45px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
html.ch-font .customerStoryColumn h1 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .customerStoryColumn h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.customerStoryColumn h2 {
	font-size:18px;
	color:#fff;
	float:left;
	width:100%;
	line-height:24px;
	padding:0px;
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
html.ch-font .customerStoryColumn h2 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBook, Arial, Helvetica, sans-serif;
}
html.ar-font .customerStoryColumn h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customerStoryColumn h3 {
	font-size:10px;
	color:#fff;
	float:left;
	width:100%;
	line-height:15px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
html.ch-font .customerStoryColumn h3 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .customerStoryColumn h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.customerStoryColumn h4 {
	font-size: 24px;
	line-height: 28px;
	color: #008fd3;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
html.ch-font .customerStoryColumn h4 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .customerStoryColumn h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customerStoryColumn .columnDetail {
	font-size:18px;
	color:#fff;
	float:left;
	width:100%;
	line-height:24px;
	padding:0px 0px 7px;
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
html.ch-font .customerStoryColumn .columnDetail {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBook, Arial, Helvetica, sans-serif;
}
html.ar-font .customerStoryColumn .columnDetail {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.orBtn a.linkButton {
	margin-top: 10px;
}
.orBtn {
	text-align: center;
	padding: 0% 6% 5% 10%;
	float: left;
	margin-top: -10px;
}
footer .container {
	padding: 0px 20px;
	margin: 0 auto;
	max-width: 1240px;
}
 @media screen and (min-width:0\0) {
 footer .container {
 line-height:5px;
}
 section.quickLinks ul {
    margin-bottom:5px;
    line-height:15px;
  }
}
section.socialLinksGroup {
	position:relative;
	background-size: 13px;
	padding-right: 19px;
}
section.socialLinksGroup a {
	text-decoration:none;
    cursor: pointer;
}
.socialLinksGroup ul {
	min-width: 560px;
	position: absolute;
	bottom: 100%;

    left: -4px;
	width: 100%!important;
	bottom: 51px;
}
.socialLinksGroup ul li {
	display: block;
    float:left;
	border-bottom: 1px solid #4a4a4a;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 10px 15px;
}
.socialLinksGroup ul li:first-child {
	padding-left: 30px;
}
.socialLinksGroup ul li:last-child {
	padding-right: 30px;
}
section.socialLinksGroup .headline {
	display:inline-block;
	margin:0;
	font-family:BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	width: auto;
	float: none;
	color:#999;
	font-weight:normal;
    background: url(/etc/designs/dscmaturityassessment/images/footer-arrow-up.png) no-repeat right bottom;
    padding-right:17px;
}
section.socialLinksGroup .headline:hover {
	color:#fff;
}
html.ch-font section.socialLinksGroup .headline {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font section.socialLinksGroup .headline {
	font-weight:normal;
	font:15px/1.6 Arial, Helvetica, sans-serif;
}
section.socialLinksGroup .nav {
	vertical-align:top
}
section.socialLinksGroup .nav li a img {
	width:34px
}
section.socialLinksGroup .nav li:last-child {
	margin-right:0
}
section.socialLinksGroup .contentBlocks>li {
	display:none;
	position:absolute;
	bottom:100%;
	right:0;
	z-index:100;
	font-size:12px;
	line-height:1.25
}
section.socialLinksGroup .contentBlocks>li .linkContent {
	width:186px;
	min-height:261px;
	border-width:1px 0 20px;
	border-style:solid;
	border-color:#DDD transparent #e9e9e9;
	padding:34px 29px 5px 30px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	text-align:center
}
section.socialLinksGroup .contentBlocks>li .linkContent .icon {
	height:72px
}
section.socialLinksGroup .contentBlocks>li .linkContent .description {
	font-weight:bold;
	font:18px/25px BentonSansMedium, Arial, Helvetica, sans-serif;
	padding:7px 0 22px
}
html.ch-font section.socialLinksGroup .contentBlocks>li .linkContent .description {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font section.socialLinksGroup .contentBlocks>li .linkContent .description {
	font:18px/25px Arial, Helvetica, sans-serif;
	font-weight:normal;
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap {
	text-align:left;
	display:block;
	font-size:12px;
	line-height:1.25
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li {
	display:block;
	margin:0;
	padding:9px 0 7px
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li.share, section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li.single {
	border-bottom:1px solid #ddd
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li a {
	width:auto;
	display:block;
	cursor:pointer;
	color:#000
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li a .icon-arrow-right:before {
	color:#008fd3;
	font-size:10px;
	margin-top:2px;
	float:right;
	text-decoration:none
}
#main {
	position:relative;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.button {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	line-height:24px;
	padding:8px 34px 11px 20px;
	border-radius:5px;
	background:#008fd3
}
.button button::-moz-focus-inner {
padding:0;
border:0
}
.title-box {
	border-top:10px solid #f0ab00;
	padding:15px 0;
	text-align:center;
	color:#000
}
@media only screen and (max-width:767px) {
.switcher ul li {
margin:0 3px
}
.switcher ul li a {
width:10px;
height:10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}
}
 @media only screen and (max-width:767px) {
.button button, .button html input[type="button"] {
font-size:14px;
line-height:17px;
padding:6px 16px 10px 12px
}
.jcf-select {
height:30px;
margin-bottom: 5px;
}
.jcf-select .jcf-select-text {
font:14px/28px BentonSans, Arial, Helvetica, sans-serif;
margin-right:39px
}
html.ch-font .jcf-select .jcf-select-text {
font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .jcf-select .jcf-select-text {
 font:14px/28px Arial, Helvetica, sans-serif;
 font-weight:normal;
}
.jcf-select .jcf-select-opener {
width:29px
}
.jcf-select .jcf-select-opener:before {
margin-left:-12px;
background:url(/etc/designs/dscmaturityassessment/images/nav-arrow-icon-gray.png) no-repeat right center;
background-size:20px;
}
.jcf-scrollbar-vertical {
width:12px
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
height:13px;
width:12px
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec:before, .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
margin:6px 0 0 -4px;
border-width:0 4px 3px
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
margin:3px 0 0 -4px;
border-width:3px 4px 0
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
width:10px
}
.jcf-scrollbar-horizontal {
height:12px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
height:12px;
width:13px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec:before, .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
margin:4px 0 0 -3px;
border-width:3px 4px 3px 0
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
margin:4px 0 0 -3px;
border-width:3px 0 3px 4px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
height:12px;
top:-3px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
height:10px
}
.hidden-mobile {
display:none
}
.visible-mobile {
display:block
}
.title-box {
padding:7px 0
}
.title-box h2 {
font-size:18px;
line-height:22px;
margin:0 0 10px
}
.content-box {
padding:0 10px 13px
}
.content-box h2 {
font-size:15px;
line-height:20px;
margin:0 0 7px
}
.content-box ul {
margin:0 0 0 10px
}
.content-box ul li {
padding:0 0 17px 16px
}
.content-box ul li:before {
top:5px
}
.button {
padding:8px 16px 8px 12px;
font-size:13px;
line-height:17px
}
.main-col, .info-box {
font-size:13px;
line-height:1.23;
padding:0 20px 9px
}
.info-box h2 {
font-size:15px;
line-height:19px
}
.accordion-box {
margin:0 -10px;
padding:2px 0 69px
}
.accordion-box .opener {
font-size:14px;
line-height:20px;
padding:13px 50px 13px 10px
}
.accordion-box .opener:after {
right:18px
}
.accordion-box .slide {
padding:17px 10px 7px
}
.accordion-box ul {
margin:0
}
.accordion-box ul li {
padding:0 0 13px 16px
}
.accordion-box ul li:before {
top:5px
}
.anchorBox {
margin:-42px 0 0;
height:32px
}
.anchorBox a {
height:32px
}
.anchorBox a [class^="icon-"] {
margin:2px 0 0
}
}
@media only screen and (max-width:767px) {
section.accordion {
padding-bottom:50px
}
section.accordion h2 {
margin-bottom:11px
}
section.accordion .item .opener {
font-size:14px;
line-height:1.2142857142857142;
padding:13px 34px 12px
}
section.accordion .item .opener:before {
position:absolute;
top:50%;
left:1px
}
section.accordion .item .slide {
width:auto
}
section.accordion .item .slide .opener {
display:block;
position:absolute;
right:10px;
bottom:25px;
padding:0;
font:12px/1.25 Arial, Helvetica, sans-serif;
color:#008fd3
}
section.accordion .item .slide .opener:before {
float:right;
position:static;
width:auto;
height:auto;
color:#008fd3;
background:0;
line-height:normal;
margin:0 0 0 6px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0
}
section.accordion .item.active .opener {
margin:0 -10px;
border-width:0 10px;
border-style:solid;
border-color:#fff
}
section.accordion .item.active .slide {
background:#fff;
margin:0 -10px;
padding:0 10px
}
section.accordion .item.active .slide .text {
padding:17px 36px 53px
}
section.accordion .item.active .slide .text.with_img .ic_text {
padding:0
}
section.accordion .item.active .slide .text.with_img .ic_text h1, section.accordion .item.active .slide .text.with_img .ic_text h2, section.accordion .item.active .slide .text.with_img .ic_text h3, section.accordion .item.active .slide .text.with_img .ic_text h4, section.accordion .item.active .slide .text.with_img .ic_text h5, section.accordion .item.active .slide .text.with_img .ic_text h6 {
margin-bottom:10px
}
section.accordion .item.active .slide .text .image {
display:none
}
section.accordion .item.active .slide .text h1, section.accordion .item.active .slide .text h2, section.accordion .item.active .slide .text h3, section.accordion .item.active .slide .text h4, section.accordion .item.active .slide .text h5, section.accordion .item.active .slide .text h6 {
font-size:18px;
line-height:1.2777777777777777;
margin-bottom:10px
}
section.accordion .item.active .slide .text p {
font-size:14px;
line-height:20px
}
section.accordion .item.active .slide .text table td {
float:none;
width:auto;
display:block;
padding:14px 0 12px;
border-top:1px solid #dbdbdb
}
section.accordion .item.active .slide .text table td:first-child {
border:0;
padding-top:0
}
section.accordion .item.active .slide .text table td, section.accordion .item.active .slide .text table td>* {
font-size:12px;
line-height:15px;
margin:0
}
}
.parsys.section+.accordion.section section.accordion>h2, #main>.container>div:first-child>section.accordion>h2, section.section .inner-wrapper>div:first-child>section.accordion>h2 {
	padding-top:60px
}
@media only screen and (max-width:767px) {
.parsys.section+.accordion.section section.accordion>h2, #main>.container>div:first-child>section.accordion>h2, section.section .inner-wrapper>div:first-child>section.accordion>h2 {
padding-top:27px
}
}
/********************************* Footer and contact module **************************************************/  
.contact-module .contact-text-cta {
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif!important;
}
html.ch-font .contact-module .contact-text-cta {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif!important;
}
html.ar-font .contact-module .contact-text-cta {
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight:normal;
}
.contact-module .contact-text-cta a {
	color: #008fd3!important;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif!important;
	cursor: pointer!important;
}
html.ch-font .contact-module .contact-text-cta a {
	color: #008fd3!important;
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif!important;
	cursor: pointer!important;
}
html.ar-font .contact-module .contact-text-cta a {
	color: #008fd3!important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight:normal;
	cursor: pointer!important;
}
.contact-module .contact-text-cta a:hover {
	text-decoration: underline!important;
}
.contact-module {
	position:fixed;
	top:50%;
	right:0;
	margin-top:-62px;
	z-index:99
}
.textOnlyView .contact-module {
	position:fixed!important;
}
.contact-module .opener {
	display:block;
	width: 100px;
	padding: 18px 10px;
	background:#000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-family:BentonSansBold, Arial, Helvetica, sans-serif;
 	font-weight:bold;
	float:left;
}
html.ch-font .contact-module .opener {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .contact-module .opener {
	font-weight:normal;
	font:16px/1.47 Arial, Helvetica, sans-serif;
}
.contactBlue {
	display:none;
}
.contact-module .opener [class^="icon-"] {
display:block;
height:28px
}
.contact-module .opener [class^="icon-"]:before {
font-size:30px;
line-height:28px
}
.contact-module .opener .visual {
	display:block;
	margin:0 auto
}
.contact-module .opener em {
	font-style:normal;
	color:#fff
}
.contact-module .opener:hover em {
	text-decoration:underline
}
.contact-module .opener span.visual img {
	display:block;
	margin:0 auto
}
.contact-module .opener span.icon-talk {
	display:none
}
.contact-module .popup {
	width:375px;
	margin:0 -611px 0 0;
	position:absolute;
	top:-73px;
	right:0;
	font:16px/1.47 BentonSansRegular, Arial, Helvetica, sans-serif;
	z-index:999;
}
html.ch-font .contact-module .popup {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .contact-module .popup {
	font:16px/1.47 Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.contact-module .popup .popup-content {
	background-color:#2b3035;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 20px 0px 12px 0px;
	text-align:center;
	font-size:12px;
	line-height:17px;
	position:relative;
}
.contact-module .popup .popup-content .hidden-chat-button {
	display:none
}
.closePopupContactus {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -32px;
	width: 32px;
	height: 32px;
	background:#000000 url(/etc/designs/dscmaturityassessment/images/icon-close.png) no-repeat center center;
	cursor: pointer;
}
.contact-module .contact-title {
	color:#000;
	font-size:20px;
	line-height:24px;
	/*margin:0 0 28px;
	  padding-bottom: 18px;
    */
    margin: 0 0 22px;
    padding-bottom: 19px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 2px solid #484b4d;

}

html.ch-font .contact-module .contact-title {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .contact-module .contact-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.contact-module .contact-title a {
	text-decoration: none;
	color: #999;
	cursor: default;
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
html.ch-font .contact-module .contact-title a {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font .contact-module .contact-title a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.contact-module .contact-set {
    padding:0px;
}
.contact-module .contact-set:after {
	content:'';
	display:block;
	clear:both
}
.contact-module .contact-set .col {
	width:33.3333%;
	padding:0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 20px;
	border-bottom: 2px solid #484b4d!important;
	padding-bottom: 20px;
}
.contact-module .contact-set .col:first-child {
	border-left:0;
}
.contact-module .contact-set .col:last-child {
	border-bottom:0;
}
.contact-module .chat-offline {
    /*background: url(/etc/designs/dscmaturityassessment/images/contact-arrow.png) no-repeat right center;*/
    padding-right: 15px;
}
.contact-module .chat-online {
    background: url(/etc/designs/dscmaturityassessment/images/contact-arrow.png) no-repeat right center;
    padding-right: 15px;
}
.contact-module p {
	margin:0;
	text-align:center;
	color: #999;
	cursor: default;
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
    padding-top: 8px;
}
.contact-module .heading {
	display:block;
	text-decoration:none;
	margin:-2px 0 0
}
.contact-module .heading .visual {
	display:block;
	margin:0 auto 11px
}
.contact-module .heading .visual img {
    display:none;
	margin:0 auto 11px
}
.contact-module .heading [class^="icon-"] {
display:block;
position:static;
height:46px;
background:0;
filter:none;
width:auto;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
text-indent:0
}
.contact-module .heading [class^="icon-"]:before {
margin:0;
width:auto;
height:auto;
background:0;
color:#008fd3;
position:static;
display:inline-block;
font-size:42px;
line-height:46px
}
.contact-module .heading [class^="icon-"]:hover:before {
color:#003283
}
.contact-module .h-text {
	/*display:block;*/
    display:inline-block;
	line-height:20px;
	color:#fff;
	margin:9px 0 6px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
.contact-module .h-text a {
	color: #fff;
	font-weight: normal;
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.contact-module .h-text a:hover {
	text-decoration:none;
}
.contact-module .heading:hover .h-text {
	text-decoration:underline
}
.contact-module .call .heading [class^="icon-"]:before {
font-size:27px
}
.contact-module .contact .heading [class^="icon-"]:before {
font-size:36px
}
.contact-module .online span.chat-offline {
	display:none;
}
.contact-module .offline span.chat-online {
	display:none;
    background: url(/etc/designs/dscmaturityassessment/images/contact-arrow.png) no-repeat right center;
    padding-right: 15px;
}
.contact-module .contact-set.singlecontact .col {
	width:100%;
}
.contact-module .contact-set .col {
    width:100%;
}
.contact-module .contact-set .col {
}
.contact-module .contact-set .col:last-child {
	border:0px!important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background:none;
}
.singlecontact .col p, .doublecontact .col p {
	text-align:center;
}
.contact-module .offline a.heading {
	cursor: default;
}
.contact-module .offline:hover .heading .h-text {
	text-decoration:none;
}
@media only screen and (max-width:1000px) {
.contact-module {
margin:auto;
display:table;
position:static;
float:right
}
.contact-module .opener {
height:25px;
vertical-align:middle;
margin:-7px 10px 0 0px;
width:auto;
min-width:21px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
padding:0;
background:0;
color:#008fd3;
display:block!important;
}
.contactBlue {
display:block;
}
.contactWhite {
display:none;
}
.contact-module .opener [class^="icon-"] {
height:auto
}
.contact-module .opener [class^="icon-"]:before {
font-size:26px;
color:#fff;
line-height:42px
}
.contact-module .opener em {
display:none
}
.contact-module .opener:hover {
background:0
}
.contact-module .opener:hover [class^="icon-"]:before {
color:#ccc
}
.contact-module .opener span.image.visual {
display:none
}
.contact-module .opener span.icon-talk {
display:block
}
.contact-module .popup {
position:absolute;
top:0;
width:276px;
background: transparent;
margin:0 -276px 0 0;
display:block;
overflow:hidden;
right: 276px;
margin-top: 70px;
height: 0px;
}
.contact-module .popup .popup-content {
    padding:15px 0px 15px 0px;
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background:#2b3035;
}
.contact-module p{
    text-align: left;
}
.contact-module .popup .popup-content:before {
	display:none
}
.contact-module .contact-title {
    margin:0;
    padding:0px 0 9px;
    font-size:24px;
    line-height:29px;
    text-align:center;
    margin-bottom:20px;
}
.contact-module .contact-title a {
	display:block
}
.contact-module .contact-title .or {
	display:none
}
.contact-module .contact-set {
    text-align:center;
    padding:0;
    color:#666
}
.contact-module .contact-set .col {
    float:none;
    width:auto;
    border:0;
    padding:2px 20px 15px 0px;
    position:relative
}

.contact-module .heading {
	margin:0
}
.contact-module .heading .visual {
    position:absolute;
    top:50%;
    left:0;
    margin:-15px 0 0
}
}
.fastFact img {
	display:inline;
	margin:0 auto 0;
	float:none;
	vertical-align:baseline
}
.fastFactWrapper {
	background:#f2f2f2;
	margin:0 0 30px;
	color:#333;
	font-size:12px;
	line-height:16px;
	text-align:center;
	border-radius:5px;
	padding:14px 15px 10px
}
.fastFactWrapper .percent {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	text-align:center;
	width:1%
}
.fastFactWrapper .percent .percent-header {
	color:#000;
	font-size:54px;
	line-height:60px;
	font-weight:bold
}
.fastFactWrapper p {
	margin:0 0 6px
}
.side-col .fastFact {
	text-align:center;
	padding:0
}
.side-col .fastFact p {
	margin:0 0 6px
}
.fourfacts .fastFactWrapper .percent {
	display:inherit;
	position:inherit;
	text-align:inherit;
	vertical-align:middle;
	margin:0 0 3px;
	font-size:15px;
	line-height:20px;
	width:95%
}
.fourfacts .fastFact img {
	float:inherit;
	vertical-align:inherit;
	display:block;
	margin:0 auto 8px
}
@media only screen and (max-width:767px) {
.hidden-mobile {
	display:none
}
.visible-mobile {
	display:block
}
.valueProp .side-col {
    float:none;
    width:auto
}
.side-col .fastFact {
    padding:18px;
    margin:0 29px 42px
}
}
#footer {
	background:#000;
	font:12px/1.2 Arial, Helvetica, sans-serif;
	color:#fff;
	padding:20px 0 20px 0;
	position: relative;
	z-index: 198;
}
html.ch-font #footer {
	font:12px/1.2 "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansMedium, Arial, Helvetica, sans-serif;
}
html.ar-font #footer {
	font:12px/1.2 Arial, Helvetica, sans-serif;
}
#footer .text {
	padding:23px 0 20px;
	max-width:none;
	line-height:17px
}
#footer .text>p {
	margin:0
}
#footer.erpFooter {
	background:#e9e9e9;
	font:12px/1.2 Arial, Helvetica, sans-serif;
	color:#000;
	padding:20px 0;
	position: relative;
	z-index: 198;
} 
#footer.erpFooter .text {
	padding:23px 0 20px;
	max-width:none;
	line-height:17px
}
#footer.erpFooter .text>p {
	margin:0
}
@media only screen and (max-width:1000px) {
    #footer .text {
        padding-top:13px
    }
}
#footer .text .rte-footnote {
	border-top:1px solid #CCC;
	padding:17px 2px;
	display:inline-block
}
#footer.erpFooer .text {
	padding-top:13px
}
}
#footer.erpFooter .text .rte-footnote {
	border-top:1px solid #CCC;
	padding:17px 2px;
	display:inline-block
}
}
@media only screen and (max-width:767px) {
    #footer .container {
    	padding:0
    }
    #footer .text {
    	padding:16px 10px 19px
    }
    #footer .text .rte-footnote {
        border:0;
        padding:0
	}
}
section.footer {
	position:relative;
	max-width: 1240px;
	margin: auto;
	display:block;
	text-align: left;
}
#footer .container .header, #footer .container .footer {
	display:inline;
}
#footer.erpFooer .text {
	padding:16px 10px 19px
}
#footer.erpFooter .text .rte-footnote {
    border:0;
    padding:0
}
section.footer .socialLinksWrap {
	float:right;
	margin-top:7px;
	position:relative;
	z-index:10
}
/* IE8 uses \0 */
@media all\0 { 
section.footer .socialLinksWrap{
        margin-top:12px;
    }
} 

/* IE9 uses \9 */
@media all and (monochrome:0) { 
section.footer .socialLinksWrap{
        margin-top:12px\9;
    }
} 
/* IE10 and IE11 both use -ms-high-contrast */
@media all and (-ms-high-contrast:none) {
section.footer .socialLinksWrap{margin-top:12px;}/* IE10 */
*::-ms-backdrop, section.footer .socialLinksWrap{margin-top:12px;}
}
section.footer .mobileInfoWrap {
	display:none
}
section.footer .menu {
	position:relative;
	top:3px
}
section.footer .menu .countrySelectionWrap {
	display:inline-block;
	float:left
}
section.footer .menu .desktopInfoWrap {
	float:left;
	margin:4px 0
}
section.footer .menu .desktopInfoWrap>* {
	padding:0 8px
}
section.footer .menu .desktopInfoWrap .copyright {
	display:inline-block
}
section.footer .menu .desktopInfoWrap .copyright p {
	margin:0
}
section.footer .menu .desktopInfoWrap .quickLinksWrap {
	display:inline-block
}
section.footer .menu .mobileLink {
	display:none
}
section.footer .menu .link {
	margin:4px 0;
	padding:0 10px;
	display:inline-block;
}
section.footer .menu .link.countrySelectionWrap {
	margin:0;
	padding:0
}
section.footer .menu a {
	display:inline-block;
	vertical-align:top;
	color:#999;
	cursor: pointer;
	font-size:16px;
	line-height:24px;
	font-family:BentonSansRegular, Arial, Helvetica, sans-serif;
}
section.footer .menu a:hover {
	color:#fff;
	text-decoration:none;
}
section.footer .fullBrowserView {
	display:none;
	background:url(/etc/designs/dscmaturityassessment/images/btn-browser-view.png)!important;
	bottom:0;
	cursor:pointer;
	height:23px;
	position:fixed;
	right:0;
	width:208px
}
section.footer .textView {
	cursor:pointer
}
.mega-footer .fullBrowserView {
	display:none;
	background:url(/etc/designs/dscmaturityassessment/images/btn-browser-view.png)!important;
	bottom:0;
	cursor:pointer;
	height:23px;
	position:fixed;
	right:0;
	width:208px
}
.mega-footer .textView {
	cursor:pointer
}
.gridViewContainer .expandGridBox .mainplayercontainerVideo {
	width: 100%;
	margin: 0px;
}
.textOnlyView a.textView.textOnlyView {
	display: none;
}
/************************ Standrad Footer ***********************/

.standardFooter .desktopInfoWrap.mobileLegalInfo {
	display:none;
}
section.footer .menu .desktopInfoWrap.desktopLegalInfo {
	display:block;
	float:right;
}
.standardFooter .desktopLinks {
	text-align: right;
	float: right;
}
section.footer.standardFooter .socialLinksWrap {
	float: left;
	margin-left: 4%;
}
 @media only screen and (max-width:1000px) {
section.footer .socialLinksWrap {
float:none;
display:block;
margin:0 0 10px 0;
}
section.footer .menu {
text-align:center;
padding-bottom:0;
}
section.footer .menu .desktopInfoWrap, section.footer .menu .countrySelectionWrap {
float:none;
}
section.footer .menu .desktopLinks {
 width: 100%;
 text-align: left;
}
section.footer .menu .desktopLinks, section.footer .menu .desktopInfoWrap {
display:inline-block;
position:relative;
top:-9px;
float: left;
}
section.footer .menu .desktopInfoWrap.desktopLegalInfo {
display:none;
}
section.footer.standardFooter .socialLinksWrap {
 margin-left: 30%;
 margin-right:30px;
}
.socialLinksGroup ul li:first-child {
 padding-left: 15px;
}
.socialLinksGroup ul li:last-child {
 padding-right: 15px;
}
.socialLinksGroup ul {
 min-width: 520px;
}
}
 @media only screen and (max-width:767px) {
section.footer .mobileInfoWrap {
text-align:center;
display:block;
padding-bottom: 9px;
}
section.footer .mobileInfoWrap .copyright {
text-align:right;
width:48%;
float:left
}
section.footer .mobileInfoWrap .copyright p {
margin:0
}
section.footer .mobileInfoWrap .quickLinksWrap:after {
content:'';
display:block;
clear:both
}
section.footer .mobileInfoWrap .quickLinksWrap section.quickLinks .header {
margin-left:0%
}
section.footer .mobileInfoWrap:first-child:last-child {
float:none
}
section.footer .socialLinksWrap {
border-bottom:0px solid #fff;
margin:0;
width: 40%;
margin-right:6%;
}
section.footer .menu {
margin:0 0 0 -1px;
padding:0;
width:92%;
/*border-bottom:1px solid #fff;*/
display:inline-block;
top:0;
margin-left: 4%;
margin-right: 4%;
}
section.footer .menu .desktopLinks {
display:none
}
section.footer .menu .desktopInfoWrap {
display:none
}
section.footer .menu .mobileLink {
width:50%;
float:left;
padding:18px 0 12px;
margin:0;
text-align:left;
/*border-top:1px solid #fff;*/
display:inline-block;
}
section.footer .menu .mobileLink:nth-child(odd) {
/*border-left:1px solid #fff;*/
margin-left:-1px;
position:relative;
left:1px
}
section.footer .menu .mobileLink:nth-child(even) {
clear:both;
display:block;
/*border-right:1px solid #fff;*/
margin-right:-1px
}
section.footer .menu .lastAloneLink {
width:100%
}
}
.textOnlyView {
	background:none!important;
	background-color:none!important;
	background-image:none!important;
	color:#000!important;
	border:none!important;
	position:relative;
}
.textOnlyView:after, .textOnlyView:before {
	background:none!important;
	background-color:#fff!important;
	background-image:none!important;
	color:#000!important;
	border:none!important
}
.textOnlyView a, .textOnlyView a span {
	color:#008fd3!important;
	text-decoration:underline!important
}
.textOnlyView input {
	border:1px solid!important
}
.textOnlyView input[type="submit"] {
	background-color:#aaa!important
}
.textOnlyView img {
	display:none!important
}
section.quickLinks {
	position:relative
}
section .quickLinks a {
	text-decoration:none;
	color:#fff;
}
section.quickLinks .header {
	color:#000;
	cursor:pointer
}
section.quickLinks .header:hover {
/*text-decoration:underline*/
     color: #fff;
}
section.quickLinks .header .icon-arrow-down {
	display:none
}
section.quickLinks .header span:before {
	font-size:10px;
	text-decoration:none
}
section.quickLinks ul {
	min-width:375px;
	position:absolute;
	bottom:100%;
	border-width:1px 0 22px;
	border-style:solid;
	border-color:#000 transparent #000;
	/*padding:12px 30px;*/
	padding:12px 0px;
	background-color:rgba(0, 0, 0, 0.9);
	/*background:-webkit-gradient(linear, left top, left bottom, from(#464646), to(#000000));
	background:-webkit-linear-gradient(top, #464646, #000000);
	background:-moz-linear-gradient(top, #464646, #000000);
	background:-ms-linear-gradient(top, #464646, #000000);
	background:-o-linear-gradient(top, #464646, #000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow:0px -3px 10px rgba(244, 244, 244, 0.5);*/
	left:-29px;
}
section.footer .menu .desktopInfoWrap.desktopLegalInfo section.quickLinks ul {
	min-width:375px;
}
section.quickLinks ul li {
	/*border-bottom:1px solid #DDD;*/
	display:block;
	padding:16px 30px;
	margin:0px;
}
section.quickLinks ul li a {
	color:#000;
	display:inline-block;
	vertical-align:top
}
#select-country {
	background:url(/etc/designs/dscmaturityassessment/images/nav-arrow-up-gray.png) no-repeat right center;
	background-size:20px;
	padding-right:15px;
	margin-right: 5px;
}
.desktopInfoWrap .legal {
	background:url(/etc/designs/dscmaturityassessment/images/footer-arrow-up.png) no-repeat right bottom;
	background-size:13px;
	padding-right:19px;
}
.mobileInfoWrap .legal {
	/*background:url(/etc/designs/dscmaturityassessment/images/footer-arrow-up.png) no-repeat right bottom;*/
    background:url(/etc/designs/dscmaturityassessment/images/footer-arrow-up.png) no-repeat right 9px;
	background-size:13px;
	padding-right:19px;
}
@media only screen and (max-width: 1100px){
.erpFooter section.socialLinksGroup .headline {
    font-size: 13px;
}
.erpFooter section.footer .menu .link {
    margin: 4px 0;
    padding: 0 4px;
    display: inline-block;
}
.erpFooter section.socialLinksGroup {

    width: 100%;
}

}
@media only screen and (max-width: 1000px){

.erpFooter section.footer.standardFooter .socialLinksWrap {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}
 
 .erpFooter section.footer .menu .desktopLinks, .erpFooter section.footer .menu .desktopInfoWrap {

    position: relative;
    top: -9px;
    float: none;
    width: auto;
}   

}
@media only screen and (max-width: 767px){

 footer.erpFooter .container {
    line-height: 15px;
    padding: 0px;
}
.erpFooter section.footer.standardFooter .socialLinksWrap {
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #fff;
}
.erpFooter section.socialLinksGroup .headline {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
}
.erpFooter section.socialLinksGroup .nav {
    position: static;
    min-width: auto;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    background: transparent;            
}
.erpFooter .socialLinksGroup ul li {
    display: block;
    margin: 0px 5px;

    border-bottom: 0px;
    background-color: transparent;
    padding: 0px;
    width: auto;
}
.erpFooter section.socialLinksGroup .nav li {
    margin: 0 4px;
}
.erpFooter section.footer .mobileInfoWrap {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    padding: 18px 0 12px;
}
.erpFooter section.quickLinks ul {
    min-width: auto;
    position: relative;
    bottom: 0px !important;
    border-width: 1px 0 22px;
    border-style: none;
    width: 100% !important;
    padding: 10px 0px;
    background: transparent;
    z-index: 100;
    left: 0px;
    float: left;
        box-shadow: none;
}
.erpFooter section.quickLinks ul li {
    border-bottom: 0px solid #DDD;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 33%;
    float: left;
    font-size: 12px;
    background: transparent;
}
.erpFooter section.quickLinks ul li a {
    color: #008fd3;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 10px 0 0 10px;
    line-height: 14px;
    border: 0px;
        font-family: arial;
}
.erpFooter section.quickLinks .header {
    text-align: left;
    color: #000 !important;
    font-size: 12px;
    line-height: 24px;
        font-family: arial;

}
.erpFooter  section.quickLinks {
    text-align: center;
    position: static;
}
.erpFooter section.footer .menu {
    margin: 0 0 0 -1px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    display: inline-block;
    top: 0;
}
 .erpFooter section.footer .menu .mobileLink {
    width: 50%;
    float: left;
    padding: 18px 0 12px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #fff;
    display: inline-block;
}   

.erpFooter section.footer .menu .mobileLink:nth-child(even) {
    clear: both;
    display: block;
    border-right: 1px solid #fff;
    margin-right: -1px;
}
.erpFooter section.footer .menu .mobileLink:nth-child(odd) {
    border-left: 1px solid #fff;
    margin-left: -1px;
    position: relative;
    left: 1px;
}

}
@media only screen and (min-width:1025px) {
.modalPop {
overflow-y: visible!important;
}
.scrollDiv {
height: 100%;
position:absolute;
-webkit-overflow-scrolling: touch;
width:100%;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
}
.textWhite {
	color:#fff!important;
}
.textBlack {
	color:#000!important;
}
.textOrange {
	color: #ffba00!important;
}
.headingtextBlock, .DHSubSecCompPar {
	height: 100%;
}
.questionHero {
	padding: 0px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 100%;
}
.queBlock {
	float: left;
	width: 100%;
	padding: 90px 0 0px;
}
.queBlock h1 {
	font-size:66px;
	color:#fff;
	float:left;
	width:100%;
	line-height:70px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
font-weight: normal;/*text-shadow: 0px 1px 10px #666;*/
}
html.ch-font .queBlock h1 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .queBlock h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.queBlock h1 span {
	color:#ffba00;
}
.queBlock h2 {
	font-size:22px;
	color:#e5a400;
	float:left;
	width:100%;
	line-height:25px;
	padding-top:50px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
font-weight: normal;
}
html.ch-font .queBlock h2 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .queBlock h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.queBlock h2 span {
	color:#fff;
}
.queBlock .queDetail {
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 27px;
	padding-top:10px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:100%;
}
html.ch-font .queBlock .queDetail {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .queBlock .queDetail {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.blackContainer {
	padding:22px 0px;
	width:100%;
	float:left;
	text-align:center;
	/*bottom: 40px;*/
    bottom: 0px;
	left:0px;
	right:0px;
	position: absolute;
	transform: translateX(-50%);
	-webkit-animation: bounce 1.5s infinite ease alternate;
	-moz-animation: bounce 1.5s infinite ease alternate;
	animation: bounce 1.5s infinite ease alternate;
    z-index:1;
    display:none;
}
.blackContainer span {
	width:100%;
	text-align:center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	float: left;
	padding-bottom: 15px;
}
html.ch-font .blackContainer span {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .blackContainer span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.blackContainer img {
	bottom: 0px;
	margin: auto;
	left: 0;
	right: 0;
}
.BlueArrow {
	bottom: 0px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
}
.BlueArrow img {
	bottom: 0px;
	margin: auto;
	left: 0;
	right: 0;
}
.blackContainerVideo {
	color:#282828;
}
@media screen and (min-width:0\0) {

}
.billboardPositionCenter {
	margin: 30px auto;
	float: none;
	padding: 0px 25%;
}
.billboardPositionRight {
	float: right;
	width: 440px;
	padding: 30px 20px 30px 30px;
}
.positionClass {
	/*padding: 30px 0%;*/
    padding:0px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
.customImageBoxFlip .positionClass {
	/*padding: 30px 0%;*/
    padding:70px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
.billboard .positionClass {
	padding:0px;
	width: 100% !important;
    box-sizing: border-box;
    /*top: 50%;
  	transform: translateY(-50%);*/
    position: relative;
}
.billboardleft .positionClass {
	padding:10px 0px 0px 0px;
	width: 40% !important;
}
.positionClass .LinkReadmore {
	padding: 30px 0px 0;
}
.positionClass h1, .customTextBlock h1 {
	font-size: 56px;
	/*font-family: "BentonSansBold", Arial, Helvetica, sans-serif;*/
	line-height: 60px;
	font-weight:normal;
	padding: 3px 0;
}
html.ch-font .positionClass h1, html.ch-font .customTextBlock h1 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .positionClass h1, html.ar-font .customTextBlock h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.positionClass h2, .customTextBlock h2 {
	font-size: 46px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 50px;
	font-weight:normal;
}
html.ch-font .positionClass h2, html.ch-font .customTextBlock h2 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 56px;
}
html.ar-font .positionClass h2, html.ar-font .customTextBlock h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.positionClass h3, .customTextBlock h3 {
	font-size: 38px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 50px;
	font-weight:normal;
	padding: 0px;
}
html.ch-font .positionClass h3, html.ch-font .customTextBlock h3 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:40px;
}
html.ar-font .positionClass h3, html.ar-font .customTextBlock h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.positionClass h4, .customTextBlock h4 {
	font-size: 24px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 36px;
	font-weight:normal;
	padding: 3px 0;
}
html.ch-font .positionClass h4, html.ch-font .customTextBlock h4 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:34px;
}
html.ar-font .positionClass h4, html.ar-font .customTextBlock h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.positionClass h5, .customTextBlock h5 {
	font-size: 16px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 24px;
	font-weight:normal;
	padding: 0px 0;
}
html.ch-font .positionClass h5, html.ch-font .customTextBlock h5 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:28px;
}
html.ar-font .positionClass h5, html.ar-font .customTextBlock h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.positionClass h6, .customTextBlock h6 {
	font-size: 12px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 18px;
	font-weight:normal;
	padding: 3px 0;
}
html.ch-font .positionClass h6, html.ch-font .customTextBlock h6 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:24px;
}
html.ar-font .positionClass h6, html.ar-font .customTextBlock h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.positionClass h7, .customTextBlock h7 {
	font-size: 22px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 28px;
	font-weight:normal;
	padding: 3px 0;
}
html.ch-font .positionClass h7, html.ch-font .customTextBlock h7 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:34px;
}
html.ar-font .positionClass h7, html.ar-font .customTextBlock h7 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.positionClass h8, .customTextBlock h8 {
	font-size: 18px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 24px;
	font-weight:normal;
	padding: 3px 0;
}
html.ch-font .positionClass h8, html.ch-font .customTextBlock h8 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:30px;
}
html.ar-font .positionClass h8, html.ar-font .customTextBlock h8 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.positionClass h9, .customTextBlock h9 {
	font-size: 14px;
	/*font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;*/
	line-height: 20px;
	font-weight:normal;
	padding: 3px 0;
}
html.ch-font .positionClass h9, html.ch-font .customTextBlock h9 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height:26px;
}
html.ar-font .positionClass h9, html.ar-font .customTextBlock h9 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.positionClass p, .customTextBlock p {
	font-size: 15px;
	line-height: 22px;
	font-weight:normal;
	padding-top: 10px;/*padding-bottom:10px;*/
}
html.ch-font .positionClass p, html.ch-font .customTextBlock p {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
html.ar-font .positionClass p, html.ar-font .customTextBlock p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customTextBlock ul, .customTextBlock ol {
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight:normal;
	margin-left: 25px;
	float: left;
	padding-top: 10px;
}
html.ch-font .customTextBlock ul, html.ch-font .customTextBlock ol {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
}
html.ar-font .customTextBlock ul, html.ar-font .customTextBlock ol {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customTextBlock ul li, .customTextBlock ol li {
	float: left;
	padding: 0px 0px 5px 0px;
	width: 100%;
}
.customTextBlock ul, .customTextBlock ol {
	float: left;
	padding: 0px 7% 5px 0px;
	width: 93%;
}
.customTextBlock ul li, .customTextBlock ol li {
	float: left;
	padding: 0px 0px 5px 0px;
	width: 100%;
}
.customTextBlock ul {
	padding: 6px 0px 6px 10px;
	left: 0px;
}
.customTextBlock ul li {
	padding: 4px 0px;
	line-height: 18px;
	list-style:none;
}
.customTextBlock li:before {
	content: "•";
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -8px;
	left: -5px;
}
.customTextBlock ol {
	padding: 6px 0px 6px 10px;
	left: 0px;
}
.customTextBlock ol li {
	padding: 4px 0px;
	line-height: 18px;
}
.Title100, .positionClass .Title100, .customTextBlock .Title100, .customHeading .Title100 {
	font-size: 100px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 120px;
	font-weight:normal;
}
html.ch-font .positionClass .Title100, html.ch-font .customTextBlock .Title100, html.ch-font .customHeading .Title100 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .positionClass .Title100, html.ar-font .customTextBlock .Title100, html.ar-font .customHeading .Title100 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.Title72, .positionClass .Title72, .customTextBlock .Title72, .customHeading .Title72 {
	font-size: 72px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 72px;
	font-weight:normal;
	padding: 0px;
}
html.ch-font .positionClass .Title72, html.ch-font .customTextBlock .Title72, html.ch-font .customHeading .Title72 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .positionClass .Title72, html.ar-font .customTextBlock .Title72, html.ar-font .customHeading .Title72 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.Title66, .positionClass .Title66, .customTextBlock .Title66, .customHeading .Title66 {
	font-size: 66px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 66px;
	font-weight:normal;
	padding: 0px;
}
html.ch-font .positionClass .Title66, html.ch-font .customTextBlock .Title66, html.ch-font .customHeading .Title66 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .positionClass .Title66, html.ar-font .customTextBlock .Title66, html.ar-font .customHeading .Title66 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.Heading1, .positionClass .Heading1, .customTextBlock .Heading1, .customHeading .Heading1 {
	font-size: 56px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 60px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading1, html.ch-font .customTextBlock .Heading1, html.ch-font .customHeading .Heading1 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
html.ar-font .positionClass .Heading1, html.ar-font .customTextBlock .Heading1, html.ar-font .customHeading .Heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.Heading2, .positionClass .Heading2, .customTextBlock .Heading2, .customHeading .Heading2 {
	font-size: 46px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 50px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading2, html.ch-font .customTextBlock .Heading2, html.ch-font .customHeading .Heading2 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 56px;
}
html.ar-font .positionClass .Heading2, html.ar-font .customTextBlock .Heading2, html.ar-font .customHeading .Heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading3, .positionClass .Heading3, .customTextBlock .Heading3, .customHeading .Heading3 {
	font-size: 38px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 50px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading3, html.ch-font .customTextBlock .Heading3, html.ch-font .customHeading .Heading3 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 40px;
}
html.ar-font .positionClass .Heading3, html.ar-font .customTextBlock .Heading3, html.ar-font .customHeading .Heading3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading4, .positionClass .Heading4, .customTextBlock .Heading4, .customHeading .Heading4 {
	font-size: 24px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-weight:normal;/*padding: 3px 0;*/
}
html.ch-font .positionClass .Heading4, html.ch-font .customTextBlock .Heading4, html.ch-font .customHeading .Heading4 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 34px;
}
html.ar-font .positionClass .Heading4, html.ar-font .customTextBlock .Heading4, html.ar-font .customHeading .Heading4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading5, .positionClass .Heading5, .customTextBlock .Heading5, .customHeading .Heading5 {
	font-size: 16px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight:normal;
	padding: 0px 0px 5px 0px;
	display:block;
}
html.ch-font .positionClass .Heading5, html.ch-font .customTextBlock .Heading5, html.ch-font .customHeading .Heading5 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 28px;
}
html.ar-font .positionClass .Heading5, html.ar-font .customTextBlock .Heading5, html.ar-font .customHeading .Heading5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading6, .positionClass .Heading6, .customTextBlock .Heading6, .customHeading .Heading6 {
	font-size: 12px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading6, html.ch-font .customTextBlock .Heading6, html.ch-font .customHeading .Heading6 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
html.ar-font .positionClass .Heading6, html.ar-font .customTextBlock .Heading6, html.ar-font .customHeading .Heading6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading7, .positionClass .Heading7, .customTextBlock .Heading7, .customHeading .Heading7 {
	font-size: 40px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 48px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading7, html.ch-font .customTextBlock .Heading7, html.ch-font .customHeading .Heading7 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 54px;
}
html.ar-font .positionClass .Heading7, html.ar-font .customTextBlock .Heading7, html.ar-font .customHeading .Heading7 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading8, .positionClass .Heading8, .customTextBlock .Heading8, .customHeading .Heading8 {
	font-size: 32px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading8, html.ch-font .customTextBlock .Heading8, html.ch-font .customHeading .Heading8 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 44px;
}
html.ar-font .positionClass .Heading8, html.ar-font .customTextBlock .Heading8, html.ar-font .customHeading .Heading8 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading9, .positionClass .Heading9, .customTextBlock .Heading9, .customHeading .Heading9 {
	font-size: 18px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading9, html.ch-font .customTextBlock .Heading9, html.ch-font .customHeading .Heading9 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 26px;
}
html.ar-font .positionClass .Heading9, html.ar-font .customTextBlock .Heading9, html.ar-font .customHeading .Heading9 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading10, .positionClass .Heading10, .customTextBlock .Heading10, .customHeading .Heading10 {
	font-size: 22px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading10, html.ch-font .customTextBlock .Heading10, html.ch-font .customHeading .Heading10 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
html.ar-font .positionClass .Heading10, html.ar-font .customTextBlock .Heading10, html.ar-font .customHeading .Heading10 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading11, .positionClass .Heading11, .customTextBlock .Heading11, .customHeading .Heading11 {
	font-size: 20px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading11, html.ch-font .customTextBlock .Heading11, html.ch-font .customHeading .Heading11 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 28px;
}
html.ar-font .positionClass .Heading11, html.ar-font .customTextBlock .Heading11, html.ar-font .customHeading .Heading11 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading12, .positionClass .Heading12, .customTextBlock .Heading12, .customHeading .Heading12 {
	font-size: 36px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 42px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading12, html.ch-font .customTextBlock .Heading12, html.ch-font .customHeading .Heading12 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 44px;
}
html.ar-font .positionClass .Heading12, html.ar-font .customTextBlock .Heading12, html.ar-font .customHeading .Heading12 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.Heading13, .positionClass .Heading13, .customTextBlock .Heading13, .customHeading .Heading13 {
	font-size: 48px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 54px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading13, html.ch-font .customTextBlock .Heading13, html.ch-font .customHeading .Heading13 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 56px;
}
html.ar-font .positionClass .Heading13, html.ar-font .customTextBlock .Heading13, html.ar-font .customHeading .Heading13 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading14, .positionClass .Heading14, .customTextBlock .Heading14, .customHeading .Heading14 {
	font-size: 30px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading14, html.ch-font .customTextBlock .Heading14, html.ch-font .customHeading .Heading14 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 38px;
}
html.ar-font .positionClass .Heading14, html.ar-font .customTextBlock .Heading14, html.ar-font .customHeading .Heading14 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.Heading15, .positionClass .Heading15, .customTextBlock .Heading15, .customHeading .Heading15 {
	font-size: 50px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 56px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading15, html.ch-font .customTextBlock .Heading15, html.ch-font .customHeading .Heading15 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 58px;
}
html.ar-font .positionClass .Heading15, html.ar-font .customTextBlock .Heading15, html.ar-font .customHeading .Heading15 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}                
.Heading16, .positionClass .Heading16, .customTextBlock .Heading16, .customHeading .Heading16 {
	font-size: 80px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 86px;
	font-weight:normal;
}
html.ch-font .positionClass .Heading16, html.ch-font .customTextBlock .Heading16, html.ch-font .customHeading .Heading16 {
	font-family: "Microsoft YaHei New", "Microsoft Yahei", "????", "Hiragino Sans GB", "????", STXihei, "????", SimSun, "??", BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 86px;
}
html.ar-font .positionClass .Heading16, html.ar-font .customTextBlock .Heading16, html.ar-font .customHeading .Heading16 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}                
@media screen and (min-width:0\0) {
 // IE9+ CSS  

}
.campaignLayout {
	box-sizing: border-box;
    display: inline-block !important;
    padding-top: 0 !important;
}
.campaignLayout .campaignForm .campaignLeftCol {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
.campaignLayout .campaignForm .campaignRightCol {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}
.campaignForm .countrydropdown, .campaignForm .FirstName, .campaignForm .LastName, .campaignForm .EmailAddress, .campaignForm .Phone, .campaignForm .textfield, 
.campaignForm .city, .campaignForm .department, .campaignForm .salutation, .campaignForm .campaignFirstRow .textfield, .campaignForm .SAPRelation, .campaignForm .companyname {
	width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.campaignForm .campaignFirstRow .textfield span.placeholdertext, .campaignForm .FirstName span.placeholdertext, 
.campaignForm .EmailAddress span.placeholdertext, .campaignForm .department span.placeholdertext {
	left: 15px;
}
.campaignForm input[type="text"] {
	padding-left: 15px;
}
.campaignForm input[type="text"], .campaignForm select {
    border: none;
    background: #737277;
    color: #fff;
    height: 47px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: 19px;
    -webkit-appearance: none;
}
.campaignForm select {
    padding-left: 10px;
    display: none;
}
.campaignForm .selectionValues {
	width: 100%;
}
.campaignLayout .campaignForm span.placeholdertext {
	color: #fff;
    line-height: 47px;
    left: 15px;
    font-family: arial;
    font-size: 19px;
}
.campaignLayout .campaignForm .campaignFirstRow {
	width: 100%;
    float: left;
}
.campaignForm .campaignFirstRow .selectionValues {
    width: 100%;
}
.campaignForm .Phone .intl-tel-input.allow-dropdown .flag-container {
    height: 100%;
}
.campaignForm .Phone .intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #fff;
}
.campaignForm .dscDropdown.section {
	margin-bottom: 30px;
}
.campaignLayout .campaignForm .btn {
	margin-top: 0;
}
.campaignLayout .campaignForm .Phone span.placeholdertext {
	z-index: 99;
    left: 50px;
}
.billboardOverlayContent {
    position: relative;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 1432px;
    padding: 20px 0;
}
.campaignForm .intl-tel-input .country-list .country-name, .campaignForm .intl-tel-input .country-list .flag-box,
.campaignForm .intl-tel-input .country-list .country .dial-code {
	/*color: #fff;*/
}
.campaignLayout .btn {
	background: #008fcc !important;
    color: #fff !important;
    border-radius: 0 !important;
    float: right;
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: 230px;
    height: 55px;
}
.campaignLayout .btn:hover {
    background: #003283!important;
}
.innerOverlay {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10% 0 16.5%;
    box-sizing: border-box;
    width: 100%;
}
.campaignLayout #bottomButton.btn {
	font-size: 29px !important;
}
.newBranding-wrapper .selectboxit-container {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}
.newBranding-wrapper .selectboxit-container * {
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
    font-size: 16px;
}
.newBranding-wrapper .selectboxit-container .selectboxit {
    width: 100% !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    display: block !important;
    position: relative !important;
    float: none !important;
}
.newBranding-wrapper .selectboxit-container span, .newBranding-wrapper .selectboxit-container .selectboxit-options a {
    height: 47px;
    line-height: 47px;
    display: block;
}
.newBranding-wrapper .selectboxit-container .selectboxit:focus {
    outline: 0;
}
.newBranding-wrapper .selectboxit.selectboxit-disabled, .newBranding-wrapper .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
.newBranding-wrapper .selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 19px;
}
.newBranding-wrapper .selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}
.newBranding-wrapper .selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: content-box\9;
    min-width: 100%;
    /* Minimum Width of the dropdown list box options */
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 0px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.newBranding-wrapper .selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}
.newBranding-wrapper .selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}
.newBranding-wrapper .selectboxit-option, .newBranding-wrapper .selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    list-style-type: none;
}
.newBranding-wrapper .selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.newBranding-wrapper .selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.newBranding-wrapper .selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.newBranding-wrapper .selectboxit-optgroup-header {
    font-weight: bold;
}
.newBranding-wrapper .selectboxit-optgroup-header:hover {
    cursor: default;
}
.newBranding-wrapper .selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
    background: url("/etc/designs/dscmaturityassessment/images/arrow-down-SelectBoxIt.png") 0 center no-repeat;
}
.newBranding-wrapper .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: none;
}
.newBranding-wrapper .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}
.newBranding-wrapper .selectboxit-option-icon-container {
    float: left;
}
.newBranding-wrapper .selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.newBranding-wrapper .selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}
.newBranding-wrapper .selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important; visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}
.newBranding-wrapper .jqueryui .ui-icon {
    background-color: inherit;
}
.newBranding-wrapper .jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.newBranding-wrapper .selectboxit-btn {
    background-color: #737277;
    color: #fff;
}

.newBranding-wrapper .selectboxit-btn.selectboxit-enabled:hover, .newBranding-wrapper .selectboxit-btn.selectboxit-enabled:focus, .newBranding-wrapper .selectboxit-btn.selectboxit-enabled:active {
    border-color: #2FA0E0;
}

.newBranding-wrapper .selectboxit-btn.selectboxit-enabled:hover, .newBranding-wrapper .selectboxit-btn.selectboxit-enabled:focus {
    color: #fff;
    text-decoration: none;
    background-position: 0 -15px;
}
.newBranding-wrapper .selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.newBranding-wrapper .selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #2FA0E0;
    margin-top: -1px!important;
}
.newBranding-wrapper .selectboxit-list .selectboxit-option-anchor {
    color: #333333;
}
.newBranding-wrapper .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-color: #eeeeee;
}
.newBranding-wrapper .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}
.privacyinfoscroll {
	padding-left: 33px;
}
/*Checkbox*/
.container-cb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #1E1E1C;
}
.container-cb:hover input ~ .checkmark {
  background-color: #fff;
}
.container-cb input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-cb input:checked ~ .checkmark:after {
  display: block;
}
.container-cb .checkmark:after {
 	left: 3.5px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #1E1E1C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-rd {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-left: 0 !important;
}
.container-rd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiomark {
	position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #1E1E1C;
}
.container-rd:hover input ~ .radiomark {
  background-color: #fff;
}
.container-rd input:checked ~ .radiomark {
  background-color: #fff;
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-rd input:checked ~ .radiomark:after {
  display: block;
}
.container-rd .radiomark:after {
	left: 3.5px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #1E1E1C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#pmecoregroup .radioValues>div {
    padding-right: 74px !important;
    float: left;
}
.campaignForm #pmecoregroup .gmcpart2 {
	margin-bottom: 10px;
}
.campaignForm #pmecoregroup .gmcpart1 {
    margin-bottom: 18px;
}
div#pmecoregroup .radioValues {
	padding-top: 15px !important;
    padding-bottom: 5px;
}
.campaignForm #pmecoregroup .gmcpart2 label {
	margin-left: 32px;
}
div#pmecoregroup .radioValues label {
	margin-left: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
:-moz-placeholder { /* Firefox 19+ */
  color: fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: fff;
}
.answer-list {width: 100%; max-width: 960px; margin: auto; margin-top: 40px;box-sizing: border-box;}
.radio-row {
	display: block;
	width: 100%;
	padding-top: 18px;
	margin-bottom: 2em;
	padding-bottom: 17px;
	background: #E1E1E1;
	position: relative;
}
.answer-list [type="radio"]:checked,
.answer-list [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.answer-list [type="radio"]:checked + label,
.answer-list [type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 23px;
	display: inline-block;
	color: #1E1E1C;
	padding-left: 80px;
	padding-right: 90px;
	font-family:BentonSans Light, Arial, Helvetica, sans-serif!important;
	font-size: 17px;
}
.answer-list [type="radio"]:checked + label:before,
.answer-list [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 100%;
	background: transparent;
}
.answer-list [type="radio"]:checked + label:after,
.answer-list [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border: 2px solid #fff;
	/*-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;*/
}
.answer-list [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	/*-webkit-transform: scale(0);
	transform: scale(0);*/
}
.radio-bg {
	width: 48px;
	background: #008fcc;
	height: 100%;
	position: absolute;
	top: 0;
}
.row-checked .radio-bg {
	background: #ffaf00;
}
.tooltip .right {
	min-width:320px;
	max-width:400px;
	top:8px;
	left:100%;
	margin-left:30px;
	padding:0;
	color:#1E1E1C;
	background-color:#fff;
	font-weight:normal;
	font-size:13px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;    
	border: 1px solid #bcbbba;
}
.tooltip .right img {
	position: absolute;
	right: 15px;
	top:10px;
    cursor: pointer;

}
.tooltip .text-content {
	padding:15px 50px 15px 20px;
}
.tooltip .text-content p{
	font-family:"BentonSansBook", Arial, Helvetica, sans-serif;
	font-size: 18px !important;
    line-height: 22px;

}
.tooltip .right i {
	position:absolute;
	top:12%;
	right:100%;
	margin-top:-12px;
	width:30px;
	height:30px;
	overflow:hidden;
}
.tooltip .right i::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 4px;
	top: 50%;
	transform: translate(50%,-50%) rotate(-45deg);
	background-color: #fff;
	border: 1px solid #bcbbba;
}

.progress-bar .bar {
    background: #E1E1E1;
    height: 14px;
    float: right;
    margin-top: 8px;
    position: relative;
    width: 80%;
}
.progress-bar .progress-fill-bar {
    height: 14px;
    background: #f9ae17;
    position: absolute;
    left: 0;		
}
.progress-bar span {
    font-family: arial;
    font-size: 25px;
}
.dscQuestionSectionMain .action-btn {
	padding: 30px 0;
    max-width:960px;
    margin: auto;       
}
.action-btn button {
	background: #058fcd;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	cursor: pointer;
	margin-left:10px;
}
.bottom-nav-section {
	background: #343434;
	width: 100%;
	float: left;
        margin-top:40px;
    /*margin-bottom: -30px;*/
}
.bottom-nav-section ul {
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
    max-width:960px;
    margin:auto;
    background: #343434;
}
.bottom-nav-section ul li {
	display: flex;
    text-align: center;
    margin: 0 0 0 55px;
    padding: 20px 10px 20px 10px;
    position: relative;
    background: #343434;
}
.bottom-nav-section ul li:hover, .bottom-nav-section ul li.selected {
	background: #1e1e1c;
}
.bottom-nav-section ul li .clockIcon, 
.bottom-nav-section ul li .checkIcon{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px!important;
}
.bottom-nav-section ul li img {
	margin-bottom: 10px;
    width:45%;
}
.bottom-nav-section ul li span {
    display: block;
    color: #fff;
    font-family: BentonSans Medium, Arial, Helvetica, sans-serif;
    font-size: 22px;
    /*position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;*/

}
.bottom-nav-section ul li .waiting-stat {
	position: absolute;
	right: 10px;
	top: 6px;
}
.bottom-nav-section ul li .waiting-stat img {
	width: 100%;
}
.main-selection-outer{
	width: 600px;
	height: 600px;
	margin: auto;
	border-radius: 50%;
	border: 9px dotted #fff;
	position: relative;
	margin-top: 70px;

}
.main-selection-outer .main-selection-details{
	text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 80%;
    left: 10%;	
}
.main-selection-outer .main-selection-details h3{
	font-size: 40px;
	font-family:BentonSans regular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 60px;
}
.main-selection-outer .icon-top{
	position: absolute;
    margin: auto;
     width: 98px; 
    left: 42.7%;
    top: -78px;
    background-color: #343434;
    padding: 5px 10px;
	transition: transform .2s;
}
.main-selection-outer .icon-top img{
     width: 98px;
	opacity: 0.5;
  filter: alpha(opacity=50);
} 
.main-selection-outer .icon-top:hover{
	transform: scale(1.183);
}
.main-selection-outer .icon-top:hover img{
     width: 98px;
	opacity: 1;
  filter: alpha(opacity=100);
}
.main-selection-outer .icon-right{
	position: absolute;
    margin: auto;
     width: 98px; 
    right: -8%;
	top: calc(50% - 143px);
    background-color: #343434;
    padding: 5px 10px;
	transition: transform .2s;
}
.main-selection-outer .icon-right img{
     width: 98px;
	opacity: 0.5;
  filter: alpha(opacity=50);
} 
.main-selection-outer .icon-right:hover{
	transform: scale(1.183);
}
.main-selection-outer .icon-right:hover img{
     width: 98px;
	opacity: 1;
  filter: alpha(opacity=100);
} 
.main-selection-outer .icon-left{
	position: absolute;
    margin: auto;
     width: 98px; 
    left: -9%;
	top: calc(50% - 147px);
    background-color: #343434;
    padding: 5px 10px;
	transition: transform .2s;
}
.main-selection-outer .icon-left img{
     width: 98px;
	opacity: 0.5;
  filter: alpha(opacity=50);
} 
.main-selection-outer .icon-left:hover{
	transform: scale(1.183);
}
.main-selection-outer .icon-left:hover img{
     width: 98px;
	opacity: 1;
  filter: alpha(opacity=100);
} 
.main-selection-outer .icon-bottom-left{
    position: absolute;
    margin: auto;
    width: 130px;
    left: 10%;
    bottom: calc(5% - 19px);
    background-color: #343434;
    padding: 5px 10px;
    transition: transform .2s;
}
.main-selection-outer .icon-bottom-left img{
     width: 130px;
	opacity: 0.5;
  filter: alpha(opacity=50);
} 
.main-selection-outer .icon-bottom-left:hover{
	transform: scale(1.183);
}
.main-selection-outer .icon-bottom-left:hover img{
	width: 130px;
	opacity: 1;
	filter: alpha(opacity=100);
} 
.main-selection-outer .icon-bottom-right{
	position: absolute;
	margin: auto;
	 width: 98px; 
    right: 11%;
    bottom: calc(6% - 25px);
	background-color: #343434;
	padding: 5px 10px;
	transition: transform .2s;
}
.main-selection-outer .icon-bottom-right img{
	width: 98px;
	opacity: 0.5;
	filter: alpha(opacity=50);
} 
.main-selection-outer .icon-bottom-right:hover{
	transform: scale(1.183);
}
.main-selection-outer .icon-bottom-right:hover img{
	width: 98px;
	opacity: 1;
	filter: alpha(opacity=100);
} 
.main-selection-outer .main-selection-details .title{
    font-size: 40px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 48px;
	font-weight:normal;
    color:#fff;
}

.main-selection-outer .clockIcon, .main-selection-outer .checkIcon{
	position: absolute;
    top: 15px;
    width: 80px!important;
    left: 10px;
    opacity: 1 !important;
 }
.main-selection-outer .icon-left .clockIcon, .main-selection-outer .icon-left .checkIcon {
    top: 27px;
}
.quesOuterBlock .quesBlock{
   height:250px;
   position: relative;
    z-index: 9;
}
.quesOuterBlock .quesBlock .billboardOverlayContent{
	transform: translatey(-50%);
    top: 50%;
}
.quesOuterBlock .quesBlock .billboardOverlayContent .quesTitle{
    font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color:#fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10% 0 16.5%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.quesOuterBlock .quesBlock .billboardOverlayContent .quesTitle .qTitleHText {margin-right: 50px;}
.bottomText{
	max-width: 960px;
    margin: auto;
    text-align: center;
    color:#fff;
    font-size:28px;
    font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
        margin-top: 100px;
    margin-bottom: 100px;
}
div#pmecoregroup .radioValues>div, .campaignForm #pmecoregroup .gmcpart2 label, p {
	font-family: "BentonSansBook", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 26px;
}
.showSection {
	display: block !important;
}

.dscQuestionSectionMain .quesBlock{
        margin-top: -14%;
    }

.bottom-nav-section ul li:first-child {
    margin-left: 0;
}
.category-wrap {
    align-self: flex-end;
}
.dscQuestionSectionMain .action-btn .buttonBlockLeft, .dscQuestionSectionMain .action-btn .buttonBlockRight {
	display: inline-block
}
.dscQuestionSectionMain .action-btn .buttonBlockLeft .linkButton.linkBlueBtn, .dscQuestionSectionMain .action-btn .buttonBlockRight .linkButton.linkBlueBtn {
	background: #058fcd;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
}
.billboardOverlayContent .quesIcon {
	position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}
.outerContainer .action-btn{
	max-width: 960px;
    margin: auto;
    text-align: right;
}

.outerContainer .action-btn .buttonBlockLeft{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.outerContainer .action-btn .buttonBlockRight a {
    background-image: url(/etc/designs/dscmaturityassessment/images/arrow-next.png);
    background-repeat: no-repeat;
    /* width: 20px; */
    background-position: right;
    background-position-x: calc(100% - 20px);
}
.outerContainer .action-btn .buttonBlockLeft a {
    background-image: url(/etc/designs/dscmaturityassessment/images/arrow-back.png);
    background-repeat: no-repeat;
    /* width: 20px; */
    background-position: 20px;
}
.outerContainer .action-btn .buttonBlockLeft .linkBlueBtn{
    min-width:auto;
    padding-left: 50px;
    padding-right: 20px;
}
.outerContainer .action-btn .buttonBlockRight{
    display: inline-block;
    margin-left: 20px;
    position: relative;
} 
.outerContainer .action-btn .buttonBlockRight .linkBlueBtn{
    min-width:auto;
    padding-right: 50px;
    padding-left: 20px;
 }
.progress-bar, .reportContainer {
	max-width: 960px;
    margin: 40px auto 20px auto;
    width: 100%;
   box-sizing: border-box;
}
.reportContainer .getReport {
	color: #F0AB00;
    font-size: 28px;
    float: right;
}
.reportContainer .dscLink {
	color: #F0AB00;
    font-size: 22px;
}
.reportContainer .dscLink a{
	color: #F0AB00;
}
.reportContainer .getReport a{
  color:#F0AC06;          
        }
.reportContainer .shareReport {
    color: #F0AB00;
    font-size: 22px;
    float: right;
}
.reportContainer .shareReport a{
  color:#F0AC06;          
}
.pdfUrlText {
	color: #F0AB00;
    font-size: 22px;
    float: none;
    display:none;
}

/* Start Share Popup */

.share-popup {
    position: relative;
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    padding:30px;
    margin: 80px auto;
}

.share-popup .close-icon{
    position: absolute;
    right: 15px;
    top: 16px;
    height: 32px;
    display: block;
}
.share-popup .close-icon a {
    height: 32px;    
    display: block;
}
.report-share-overlay-outer{
    background: rgba(0, 0, 0, 0.7)!important;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 201!important;
    visibility: visible!important;
    opacity: 1!important;
}

.report-share-overlay{
	display: block!important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    margin: auto;
}
    
.share-popup h1{
    font-size:40px;
    font-family: BentonSans Regular, Arial, Helvetica, sans-serif!important;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #1e1e1c;
}
.share-popup p{
    font-size:20px;
    font-family: BentonSans Regular, Arial, Helvetica, sans-serif!important;
    font-weight: normal;
}
.share-section {
    max-width: 650px;			
    width: 100%;			
    margin: auto;
    margin-left: 20%;
    margin-top: 20px;
}
.share-section .share-section-row{			
    width: 100%;
    float: left;
    margin-bottom: 22px;
}
.share-left-section {float:left; padding-top: 5px;}
.share-input-section {float:right;}
.share-input-section input[type="text"] {
    width: 450px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #1E1E1C;
    line-height: 50px;
    color: #000;
}
.container-sharecb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-sharecb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container-sharecb .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 3px solid #2988C7;
    border-radius: 50%;
}
.container-sharecb:hover input ~ .checkmark {
    background-color: #fff;
}
.container-sharecb input:checked ~ .checkmark {
    background-color: #2988c7;
}
.container-sharecb .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-sharecb input:checked ~ .checkmark:after {
    display: block;
}
.container-sharecb .checkmark:after {
	left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    /* border: solid #2988c7; */
    /* border-width: 0 2px 2px 0; */
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    background-color: #2988c7;
}
.cb-label {
    font-size: 22px; 
    padding-left: 30px; 
    font-family: BentonSans Regular, Arial, Helvetica, sans-serif!important;
	font-weight: normal;
}
.share-popup {
    position: relative;
    max-width: 880px;
    width: 100%;
    background: #ffffff;
    padding: 25px 45px 25px 35px;
    margin: 15% auto 0 auto;
}
.share-acknowledge{margin-top:30px;}		
.share-acknowledge .cb-label{
		font-size: 17px;
	float: left;
}
.share-acknowledge .container-sharecb .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #1E1E1C;
	border-radius: 0;
}
.share-acknowledge .container-sharecb .checkmark:after {
    left: 3.5px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #1E1E1C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: transparent;
}	

/* End Share Popup */
.sectionIcon.altOpacity {opacity: 0.4 !important;}
.customHomeButton {display: none;}
.dscIndustry.industry {float: none;}
.outer-pmegroup span.form-error-input {height: auto !important;padding: 0px 0 10px 35px;}
.share-acknowledge .container-sharecb input:checked ~ .checkmark {background: #fff;}
.quesOuterBlock .quesBlock .billboardOverlayContent .quesTitle .qNoData {position:absolute;right:70px;top:20px;}
.regLoader {
    background: #000 url(/content/dam/digitalhub/dscmaturityassessment/loading.gif) no-repeat center center;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    text-align: center;
    z-index: 999;
}
.reportContainer {text-align: center;}
.reportContainer .goBack a, .reportContainer .goBack {
	color: #F0AB00;
    font-size: 22px;
    float: left;
}
.reportContainer .goBack {display: none;}
.reportContainer .goBack span {
    position: relative;
    top: -3px;
    margin-right: 7px;
    float: left;

}

/*preloader*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 0px;
  left: 2px;
}
.lds-ellipsis div {
  position: absolute;
  top: -11px;
    width: 9px;
    height: 9px;
  border-radius: 50%;
  background: #F0AB00;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*preloader*/