/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],template {
	display: none;
}

@font-face {
	font-family:icomoon;src:url(../fonts/icomoon.woff?yuzzw2) format("woff");font-weight:400;font-style:normal;font-display:block;
}

[class*=" icon-"],[class^=icon-] {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
	content: "";
}

.icon-cross:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

html {
	box-sizing: border-box;
}

*,:after,:before {
	box-sizing: inherit;
}

.visually-hidden {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

body {
	color: #4c4d4e;
	font-family: Raleway,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-size: 12px; /*old 18px*/
	line-height: 1.45;
	font-weight: 400;
}

a {
	transition: color .35s cubic-bezier(.3,.86,.36,.95);
	color: #325cd2;
}

a,a:hover {
	text-decoration: none;
}

a:hover {
	color: #2a52c0;
}

dl,ol,p,ul {
	margin: 0 0 .7em;
}

input[type=email],input[type=search],input[type=tel],input[type=text],textarea {
	transition: border-color .35s cubic-bezier(.3,.86,.36,.95);
	border: 1px solid;
	background-color: transparent;
	width: 100%;
	min-width: 0;
	padding: 1.2rem 2.4rem;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=email]:focus,input[type=email]:hover,input[type=search]:focus,input[type=search]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,textarea:focus,textarea:hover {
	box-shadow: none;
	outline: none;
}

.header {
	margin: 0 0 20px;
}

.header .top-row {
	padding: 20px 0;
	position: relative;
}

.header .top-row:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(90deg,#49235b 0,#fff);
	opacity: .25;
}

.header .login-row {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
	margin-bottom: 15px;
}

.header .login-row .separator {
	display: block;
	width: 2px;
	height: 18px;
	background-color: #325cd2;
	margin: 0 10px;
}

.header .login-row a:hover {
	color: #718ee0;
}

.header .buttons-holder {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.header .exam-btn {
	color: #583471;
	background: linear-gradient(90deg,#e2b966 0,#f4d988);
	transition: color .35s cubic-bezier(.3,.86,.36,.95),background-color .35s cubic-bezier(.3,.86,.36,.95);
	padding: 5px 10px;
}

.header .exam-btn:hover,.header .verify-btn {
	color: #325cd2;
	text-decoration: underline;
}

.header .verify-btn {
	background: linear-gradient(90deg,#e2b966 0,#f4d988);
	transition: color .35s cubic-bezier(.3,.86,.36,.95),background-color .35s cubic-bezier(.3,.86,.36,.95);
	padding: 5px 10px;
	margin-left: 15px;
}

.header .verify-btn:hover {
	text-decoration: none;
}

.header .search-form input[type=search] {
	font-size: 25px;
	background-color: #fff;
	color: #7b5c9e;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	border: 2px solid #532964;
	padding: 7px 15px;
}

.header .search-form input[type=search]::-moz-placeholder {
	color: #7b5c9e;
}

.header .search-form input[type=search]::placeholder {
	color: #7b5c9e;
}

.logo {
	display: block;
	font-size: 45px;
	line-height: 1;
	font-weight: 700;
	/*font-family: Myriad Pro; changed per ticket 576415*/
	font-family: Raleway,Helvetica Neue,Arial,Noto Sans,sans-serif;
	margin: 0 60px 20px 0;
}

.logo a {
	color: #532964;
}

body.nav-active {
	overflow: hidden;
}

body.nav-active .page-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0,0,0,.2);
	-webkit-backdrop-filter: blur(6px) saturate(100%) contrast(100%) brightness(100%);
	backdrop-filter: blur(6px) saturate(100%) contrast(100%) brightness(100%);
}

body.nav-active .nav-opener:after,body.nav-active .nav-opener:before,body.nav-active .nav-opener span {
	background: #fff;
}

body.nav-active .nav-opener span {
	opacity: 0;
}

body.nav-active .nav-opener:hover {
	opacity: .9;
}

body.nav-active .nav-opener:after,body.nav-active .nav-opener:before {
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	right: 0;
}

body.nav-active .nav-opener:after {
	transform: rotate(-45deg);
}

.nav {
	background: linear-gradient(90deg,#48225b 0,#715194);
}

.nav .drop>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}

.nav .drop>ul>li {
	position: relative;
}

.nav .drop>ul>li.hover ul {
	display: block;
}

.nav .drop>ul ul {
	list-style: none;
	text-align: left;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	padding: 15px 15px 0;
	line-height: 1.3;
	display: none;
}

.nav .drop>ul ul li {
	margin-bottom: 15px;
}

.nav .drop>ul ul li:last-child {
	margin-bottom: 0;
}

.nav .drop>ul ul a {
	color: #fff;
}

.nav .drop>ul ul a:hover {
	text-decoration: underline;
}

.nav .drop>ul>li {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.nav .drop>ul>li>a {
	color: #fff;
	display: block;
	padding: 0;
}

.nav .drop>ul>li>a:hover {
	text-decoration: none;
}

.nav-opener {
	width: 35px;
	height: 35px;
	position: relative;
	text-indent: -9999px;
	z-index: 1000;
	vertical-align: top;
	display: inline-block;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 15px;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
	background-color: #532964;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: 0;
	transition: background-color .35s cubic-bezier(.3,.86,.36,.95);
}

.nav-opener:after,.nav-opener:before {
	content: "";
	top: 8px;
}

.nav-opener:after {
	top: 16px;
}

body {
	background-color: #fff;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.container {
	width: 100%;
	max-width: 2048px;
	margin: 0 auto;
	padding: 0 15px;
}

.top-banner {
	margin: 0 0 20px;
}

.top-banner a {
	display: block;
}

.top-banner img {
	max-width: 100%;
}

.columns-holder .column {
	margin: 0 0 30px;
}

.columns-holder img {
	max-width: 100%;
	width: auto;
}

.columns-holder .inner {
	height: 100%;
	width: 100%;
	padding: 15px;
}

.columns-holder .cdr-connection {
	background-image: url(../images/bg-image-01.png);
	background-size: cover;
	background-position: 50% 50%;
}

.columns-holder .cdr-connection h3 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
	color: #532964;
	font-weight: 700;
}

.columns-holder .cdr-connection strong {
	display: block;
	font-weight: 600;
	font-size: 24px;
	color: #7b5d9e;
	margin: 0 0 25px;
}

.columns-holder .cdr-connection .text-box {
	margin: 0 0 30px;
}

.columns-holder .cdr-connection .image-holder {
	text-align: center;
	max-width: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.columns-holder .validate-banner {
	background-image: url(../images/bg-image-02.png);
	background-size: cover;
	background-position: 50% 50%;
}

.columns-holder .validate-banner h3 {
	font-size: 30px;
	line-height: 1.22;
	margin: 0 0 12px;
	color: #635792;
	font-weight: 600;
}

.columns-holder .validate-banner strong {
	color: #635792;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.22;
	display: block;
	margin: 0 0 25px;
}

.columns-holder .validate-banner .text-box {
	margin: 0 0 30px;
}

.columns-holder .validate-banner .image-holder {
	width: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.columns-holder .credential-verification-banner {
	background-image: url(../images/bg-image-03.png);
	background-size: cover;
	background-position: 50% 50%;
}

.columns-holder .credential-verification-banner h3 {
	font-size: 30px;
	line-height: 1.22;
	margin: 0 0 12px;
	color: #325cd2;
	font-weight: 600;
}

.columns-holder .credential-verification-banner .text-box {
	margin: 0 0 30px;
}

.columns-holder .credential-verification-banner .image-holder {
	width: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.columns-holder .cerficate-of-training-banner {
	background-image: url(../images/bg-image-04.png);
	background-size: cover;
	background-position: 50% 50%;
}

.columns-holder .cerficate-of-training-banner h3 {
	font-size: 30px;
	line-height: 1.22;
	margin: 0 0 12px;
	color: #5f5b50;
	font-weight: 600;
}

.columns-holder .cerficate-of-training-banner strong {
	color: #5f5b50;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.22;
	display: block;
	margin: 0 0 25px;
}

.columns-holder .cerficate-of-training-banner .text-box {
	margin: 0;
	position: relative;
	z-index: 2;
	padding: 40px 20px 20px;
}

.columns-holder .cerficate-of-training-banner .text-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #d0b875;
	z-index: -1;
}

.columns-holder .cerficate-of-training-banner .text-box:before {
	content: "";
	position: absolute;
	z-index: 1;
	height: 30px;
	background-image: url(../images/image-04.png);
	top: 0;
	left: 0;
	right: 0;
}

.btn {
	color: #fff;
	background: linear-gradient(90deg,#335cd2 0,#6c92f2);
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	padding: 10px 20px 10px 10px;
}

.btn:hover {
	background: linear-gradient(90deg,#6c92f2 0,#6c92f2);
	color: #fff;
}

.title-page-holder {
	background-image: url(../images/title-page-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

.title-page-holder h1 {
	margin: 0 0 6px;
	font-size: 26px;
}

.breadcrumbs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #c8d4f7;
}

.breadcrumbs li {
	position: relative;
}

.breadcrumbs li:last-of-type:after {
	display: none;
}

.breadcrumbs li:after {
	content: ">";
	margin: 0 5px;
}

.breadcrumbs a {
	color: #c8d4f7;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.anchor-list {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	font-weight: 600;
	font-size: 24px;
}

.anchor-list li {
	margin: 0 0 8px;
}

.anchor-list a.anchor-active {
	text-decoration: underline;
	color: #7592eb;
}

.anchor-list a:hover {
	color: #7592eb;
}

.info-text-box {
	border-top: 2px solid #7592eb;
	padding: 20px 0 15px;
}

.info-text-box:last-of-type {
	border-bottom: 2px solid #7592eb;
	margin-bottom: 50px;
}

.info-text-box .title-box {
	display: block;
	margin: 0 0 15px;
	color: #325cd2;
	font-size: 28px;
}

.info-text-box .sub-row {
	margin-bottom: 15px;
}

.info-text-box .sub-row span,.info-text-box .sub-row strong {
	display: block;
}

.info-text-box p a {
	color: #4c4d4e;
	text-decoration: underline;
}

.info-text-box p a:hover {
	text-decoration: none;
}

.info-text-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.info-text-box ul li {
	padding: 0 0 0 20px;
	position: relative;
}

.info-text-box ul li:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #4c4d4e;
	border-radius: 50%;
}

.info-text-box ul a {
	color: #4c4d4e;
	text-decoration: underline;
}

.info-text-box ul a:hover {
	text-decoration: none;
}

.back-to-top {
	display: inline-block;
	text-decoration: underline;
	color: #4c4d4e;
	margin-bottom: 50px;
}

.back-to-top:hover {
	text-decoration: none;
}

.footer {
	background: linear-gradient(90deg,#48225b 0,#715194);
	color: #fff;
	padding: 20px 0 0;
}

.footer .logo-holder .logo-footer {
	display: block;
	margin: 0 0 30px;
}

.footer .logo-holder .logo-footer img {
	width: 100%;
	max-width: 570px;
}

.footer .copyright {
	display: block;
	font-size: 18px;
	color: #bca5d0;
	border-top: 2px solid #fff;
	padding: 15px 0;
}

.site-map {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
}

.site-map li {
	margin-bottom: 10px;
}

.site-map a {
	color: #fff;
	padding: 0 15px 0 0;
}

.site-map a:hover {
	text-decoration: underline;
}

@media (min-width:768px) {
	.header {
		margin: 0;
	}

	.header .top-row {
		padding: 36px 0 24px;
	}

	.header .top-row .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header .login-box {
		max-width: 465px;
		width: 100%;
	}

	.header .login-row {
		font-size: 22px;
		margin-bottom: 22px;
		justify-content: space-between;
	}

	.header .login-row .separator {
		height: 25px;
	}

	.header .buttons-holder {
		font-size: 19px;
		margin-bottom: 21px;
		justify-content: space-between;
	}

	.header .exam-btn,.header .verify-btn {
		padding: 6px 14px;
	}

	.header .search-form input[type=search] {
		font-size: 22px;
		padding: 8px 15px;
	}

	.logo {
		/*font-size: 31px;*/
		margin: 0 20px 0 0;
	}

	.nav {
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
	}

	.nav .drop>ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		text-align: center;
	}

	.nav .drop>ul>li.hover ul {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.nav .drop>ul ul {
		padding: 25px 15px;
		left: 0;
		right: 0;
		top: 100%;
		position: absolute;
		visibility: hidden;
		display: block;
		opacity: 0;
		z-index: -1;
		background: #fcf6ea;
		border-top: 5px solid #fad87b;
		transition: z-index .3s ease,visibility .3s ease,opacity .3s ease;
		min-width: 180px;
		box-shadow: 2px 4px 4px rgba(0,0,0,.25);
		font-size: 14px;
	}

	.nav .drop>ul ul li {
		margin-bottom: 22px;
	}

	.nav .drop>ul ul a {
		color: #562564;
	}

	.nav .drop>ul>li {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
	}

	.nav .drop>ul>li>a {
		padding: 10px 5px;
	}

	.nav-opener {
		display: none;
	}

	.container {
		padding: 0 20px;
	}

	.top-banner {
		margin: 0 0 30px;
	}

	.columns-holder {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.columns-holder .column {
		width: 50%;
		padding: 0 15px;
		margin: 0 0 30px;
		display: flex;
		flex-direction: column;
	}

	.columns-holder .inner {
		padding: 20px;
	}

	.columns-holder .text-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.columns-holder .cdr-connection h3 {
		font-size: 40px;
		margin: 0 0 20px;
	}

	.columns-holder .cdr-connection strong {
		font-size: 30px;
		margin: 0 0 30px;
	}

	.columns-holder .cdr-connection .image-holder {
		max-width: 200px;
	}

	.columns-holder .validate-banner h3 {
		font-size: 40px;
		margin: 0 0 20px;
	}

	.columns-holder .validate-banner strong {
		font-size: 30px;
	}

	.columns-holder .validate-banner .image-holder {
		width: 200px;
	}

	.columns-holder .credential-verification-banner h3 {
		font-size: 40px;
		margin: 0 0 20px;
	}

	.columns-holder .credential-verification-banner .image-holder {
		width: 200px;
	}

	.columns-holder .cerficate-of-training-banner h3 {
		font-size: 40px;
		margin: 0 0 20px;
	}

	.columns-holder .cerficate-of-training-banner strong {
		font-size: 30px;
	}

	.btn {
		padding: 12px 38px 12px 12px;
		font-size: 24px;
	}

	.title-page-holder {
		padding: 46px 0 0;
		margin: 0 0 47px;
	}

	.title-page-holder h1 {
		font-size: 46px;
	}

	.breadcrumbs {
		font-size: 22px;
	}

	.anchor-list {
		font-size: 38px;
		margin: 0 0 77px;
	}

	.anchor-list li {
		margin: 0 0 12px;
	}

	.info-text-box {
		padding: 30px 0 20px;
	}

	.info-text-box:last-of-type {
		margin-bottom: 75px;
	}

	.info-text-box .title-box {
		font-size: 32px;
		margin: 0 0 22px;
	}

	.info-text-box .sub-row {
		margin-bottom: 25px;
	}

	.info-text-box ul {
		margin: 0 0 25px;
	}

	.info-text-box ul li {
		padding: 0 0 0 30px;
	}

	.info-text-box ul li:after {
		top: 11px;
	}

	.back-to-top {
		margin-bottom: 75px;
	}

	.footer {
		padding: 55px 0 0;
	}

	.footer .top-row {
		display: flex;
		align-items: center;
		margin: 0 -30px 40px;
	}

	.footer .logo-holder {
		width: 50%;
		padding: 0 30px;
		display: flex;
		justify-content: flex-end;
	}

	.footer .logo-holder .logo-footer {
		width: 570px;
		height: 55px;
		margin: 0;
	}

	.footer .copyright,.site-map {
		font-size: 22px;
	}

	.site-map {
		margin: 0;
		width: 50%;
		padding: 0 30px;
	}
}


@media (min-width:1024px) {
	body {
		font-size: 18px; /*old 24px*/
	}

	.header .login-row {
		font-size: 26px;
	}

	.header .buttons-holder {
		font-size: 24px;
	}

	.header .search-form input[type=search] {
		font-size: 25px;
	}

	/*.logo {
		font-size: 50px;
	}*/

	.nav .drop>ul {
		font-size: 20px;
	}

	.nav .drop>ul ul {
		padding: 33px 20px 33px 32px;
		min-width: 235px;
		font-size: 16px;
	}

	.nav .drop>ul>li>a {
		padding: 18px 10px;
	}

	.top-banner {
		margin: 0 0 60px;
	}

	.columns-holder {
		margin: 0 -30px;
	}

	.columns-holder .column {
		padding: 0 30px;
		margin: 0 0 60px;
	}

	.columns-holder .cdr-connection h3 {
		font-size: 50px;
	}

	.columns-holder .cdr-connection strong {
		font-size: 38px;
		margin: 0 0 30px;
	}

	.columns-holder .validate-banner h3 {
		font-size: 50px;
	}

	.columns-holder .validate-banner strong {
		font-size: 38px;
		margin: 0 0 30px;
	}

	.columns-holder .cerficate-of-training-banner h3,.columns-holder .credential-verification-banner h3 {
		font-size: 50px;
	}

	.columns-holder .cerficate-of-training-banner strong {
		font-size: 38px;
		margin: 0 0 30px;
	}

	.btn {
		font-size: 26px;
	}

	.info-text-box {
		padding: 40px 0 25px;
	}

	.info-text-box:last-of-type {
		margin-bottom: 100px;
	}

	.info-text-box .title-box {
		font-size: 37px;
	}

	.info-text-box ul li {
		padding: 0 0 0 35px;
	}

	.info-text-box ul li:after {
		top: 15px;
	}

	.back-to-top {
		margin-bottom: 100px;
	}

	.site-map {
		font-size: 22px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.site-map li {
		width: 50%;
	}
}

@media (min-width:1024px) and (min-width:1480px) {
	.columns-holder .cdr-connection strong {
		font-size: 42px;
		margin: 0 0 81px;
	}
}

@media (min-width:1480px) {
	body {
		font-size: 28px; /*old 34px*/
	}

	.nav .drop>ul {
		font-size: 24px;
	}

	.nav .drop>ul ul {
		min-width: 300px;
		font-size: 18px;
	}

	.container {
		padding: 0 68px;
	}

	.columns-holder .inner {
		padding: 50px 68px;
	}

	.columns-holder .cdr-connection {
		padding: 80px 68px 55px;
		display: flex;
		align-items: stretch;
	}

	.columns-holder .cdr-connection h3 {
		font-size: 46px;
	}

	.columns-holder .cdr-connection .text-box {
		margin: 0 -100px 0 0;
	}

	.columns-holder .cdr-connection .image-holder {
		width: 200px;
		min-width: 200px;
		transform: translate(0);
		max-width: none;
	}

	.columns-holder .validate-banner {
		padding: 47px 68px 55px 81px;
		display: flex;
		align-items: stretch;
	}

	.columns-holder .validate-banner h3 {
		font-size: 46px;
	}

	.columns-holder .validate-banner strong {
		font-size: 41px;
	}

	.columns-holder .validate-banner .text-box {
		margin: 0;
	}

	.columns-holder .validate-banner .image-holder {
		min-width: 200px;
		width: 200px;
	}

	.columns-holder .credential-verification-banner {
		padding: 47px 68px 55px 81px;
		display: flex;
		align-items: stretch;
	}

	.columns-holder .credential-verification-banner h3 {
		font-size: 46px;
	}

	.columns-holder .credential-verification-banner .text-box {
		margin: 0;
	}

	.columns-holder .credential-verification-banner .image-holder {
		min-width: 200px;
		width: 200px;
	}

	.columns-holder .cerficate-of-training-banner {
		padding: 80px 68px 75px;
		display: flex;
		align-items: stretch;
	}

	.columns-holder .cerficate-of-training-banner h3 {
		font-size: 46px;
	}

	.columns-holder .cerficate-of-training-banner strong {
		font-size: 39px;
	}

	.columns-holder .cerficate-of-training-banner .text-box {
		padding: 44px 0 0;
	}

	.columns-holder .cerficate-of-training-banner .text-box:after {
		top: -44px;
		bottom: -44px;
		left: -44px;
		right: -44px;
	}

	.columns-holder .cerficate-of-training-banner .text-box:before {
		top: -44px;
		left: -44px;
		right: -44px;
		height: 60px;
	}

	.info-text-box ul li:after {
		top: 21px;
	}

	.site-map {
		font-size: 30px;
	}
}

@media (min-width:1800px) {
	.nav .drop>ul {
		font-size: 29px;
		text-align: left;
	}

	.nav .drop>ul ul {
		font-size: 20px;
	}

	.columns-holder .cdr-connection h3 {
		font-size: 64px;
	}

	.columns-holder .cdr-connection .text-box {
		margin: 0 -100px 0 0;
	}

	.columns-holder .cdr-connection .image-holder {
		width: 300px;
		min-width: 300px;
		transform: translate(-40px,30px);
	}

	.columns-holder .validate-banner h3 {
		font-size: 55px;
	}

	.columns-holder .validate-banner .image-holder {
		min-width: 403px;
		width: 403px;
	}

	.columns-holder .credential-verification-banner h3 {
		font-size: 68px;
	}

	.columns-holder .credential-verification-banner .image-holder {
		min-width: 272px;
		width: 272px;
	}

	.columns-holder .cerficate-of-training-banner h3 {
		font-size: 54px;
	}
}

@media (min-width:1850px) {
	.site-map li {
		width: 33.333%;
	}

	.site-map li:nth-child(3),.site-map li:nth-child(6) {
		width: 20%;
	}
}

@media (max-width:767px) {
	body.nav-active .nav .drop {
		transform: translate(0);
		z-index: 999;
	}

	.nav .drop {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		margin: 0;
		background-color: #532964;
		transform: translate(100%);
		transition: transform .35s cubic-bezier(.3,.86,.36,.95);
		padding: 60px 15px 15px;
		max-height: 100vh;
		overflow-y: auto;
	}
}

/*** WA changes ***/
.anchor-list a.anchor-active {
	text-decoration: underline;
	color: #7592eb;
}

#ArticleContent h3 {
	font-size: 37px;
	margin: 0 0 30px;
	color: #325cd2;
	font-weight: bolder;
}

#ArticleContent .pu-list li {
	margin: 30px 0;
}

#ArticleContent .pu-link {
	margin-top: 20px;
}


.toobar-menu{
	margin:0;
	padding:0 0 41px;
	list-style:none;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	color:#333;
}

.toobar-menu li{
	float:left;
	padding:0 8px 0 9px;
}
.toobar-menu li:first-child{
	padding:0;
	background:none;
}
.toobar-menu a{
	color:#333;
	text-decoration:none;
}
.toobar-menu a:hover{text-decoration:underline;}


/*stats*/
.stats {float:left;width: 80%;overflow:hidden;}
.stat-box {}
.stat-title {
	font-weight: bold;
	color: #efc139;
	font-size: 15px;
	text-transform:uppercase;
	margin-bottom: 7px;
}
.stat-header {
	width: 90%; 
	border-top: 1px solid #7e7e7e;
	border-left: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	border-right: 2px solid #fff;
	background-color: #8a8a8a;
	color: #FFF;
	float:left;
	overflow:hidden;
	padding: 12px 12px;
	margin-bottom:7px;
}
.stat-header a {
	color: #FFF;
	text-decoration:none;
}
.stat-header .title {
	text-transform: uppercase;
}
.stat-header a:hover {
	color: #FFF;
	text-decoration:underline;
}		
.stat-header .more {
	padding-left: 9px;
	position:relative;
	color:#FFF;
	float:right;
}
.stat-header .more:after {
	width:5px;
	height:9px;
	content:'';
	background: url(../images/main-sprite.png) no-repeat -107px 0;
	position:absolute;
	top:7px;
	left:0;
}			
.stat-num {
	width: 10%; 
	border: 1px solid #edb81b; 
	background-color: #edb81b; 
	color: #FFF;
	text-align: center;
	float:left;
	overflow:hidden;
	padding: 12px 0;
	
	margin-bottom:7px;
}		
.stats-sidelinks {
	float:right;
	width: 18%;
	margin-left: 5px;	
}
.stats-sidelink-title {
	font-weight: bold;
	color: #0074c3;
	text-transform:uppercase;
	margin-bottom: 7px;
}
.stats-sidelinks-box { border: 1px solid #dddddd;padding: 8px;box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
.stats-links {border: 1px solid #eaeaea;}
.stats-links ul {
	margin:0;
	padding:0;
	list-style:none;
}
.stats-links li {
	padding: 12px 0 15px 12px;
    border-bottom: 1px solid #cecece
}
.stats-links  li:first-child{
	padding-top: 15px;
}
.stats-links li a {
    text-decoration: underline;
	font-weight: normal;
    font-size: .85em;
}
.clear {clear: both;}			
.stats-list ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.stats-list li {
	width: 420px;
	list-style:none;
	border-bottom: 1px solid #cecece;
}
.stats-list li span {
	float: right;
}
.stat-small {/*font-size: 11px;*/}

/*GM: overwrite xm.106.css */
.table th, .table td {
	line-height: normal;
}
/*JH: FOR NEW CMS EDITOR*/
img {max-width:100%;height:auto;}
