html { font-size: 62.5% !important; background-color: #fff !important; font-family: 'UniversLTStd', Helvetica, sans-serif; }

body { color: #000; background-color: #fff !important; font-family: 'UniversLTStd-Light', Helvetica, sans-serif; line-height: 1.4; font-size: 2rem; counter-reset: section; }

h1, h2, h3, h4, h5, h6 { line-height: 100% !important;  margin-top: 0; font-family: 'UniversLTStd-Bold', Helvetica, sans-serif;}
h1 { text-transform: uppercase; font-size: 6rem; line-height: 6.5rem; }
h1, h2 { color: #46575E; }
h2 { text-transform: uppercase; font-size: 3.4rem;line-height: 3.7rem; /*line-height: 3.7rem !important;*/ margin-bottom: 2rem; }
h3 {  font-size: 2rem;  margin-bottom: 1.4rem; line-height: 2.5rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem;  }
p { margin-top: 0; margin-bottom: 1.4rem; color: #000000; font-size: 1.6rem; line-height: 1.7rem;}
.intro { margin-bottom: 1.8rem; line-height: 2.4rem; font-size: 1.6rem; font-weight: bold;}
.sub-head { margin-bottom: 1.8rem; line-height: 4rem; font-size: 3rem; color: #46575E;  }
a { color: #1F4F82; text-decoration: none; }
#fig-1 { margin-top: 3rem; margin-bottom: 6rem !important; }




/* = Helpers */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 .visually-hidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
 
/* = Layout */
#upgrade { padding: 30px; font-size: 18px; font-weight: bold; text-align: center; }
nav { background-color: #5F5F5F; position: fixed; left: 0; top: 0; width: 28rem; z-index: 10; height: 100%; padding: 3rem 2rem; box-sizing: border-box; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
nav p { text-transform: uppercase; color: #fff; font-size: 1.5em; }
nav li a ,
nav li a:visited{ color: #fff !important; }
nav li a:hover { text-decoration: underline; }
nav #nav-visibility { position: absolute; right: -3.5rem; top: 0; width: 3.5rem; height: 100%; background-color: #5F5F5F; text-align: center; -webkit-transition: 0.3s background-color; transition: 0.3s background-color; }
nav #nav-visibility:hover { background-color: #7F7F7F; }
nav #nav-visibility:before { content: "\276F"; display: block; color: #fff; font-size: 3.4rem; width: 100%; position: absolute; top: 50%; font-family: 'Zapf Dingbats';}
nav.open #nav-visibility:before { content: "\276E"; }
nav ol { list-style: upper-roman; color: #fff; margin-bottom: 2rem; }
nav li { margin-bottom: 1rem; }
nav .button { background-color: #e90000; min-width: 120px; text-align: center; color: #ffffff; padding: 0.4rem 1.4rem; }
nav .button span { font-weight: bold;}
nav .button:hover { background-color: #f60000; color: #fff; text-decoration: none; }
nav .button.download:after { /*content: "\22BB";*/ margin-left: 0.5rem; display: inline-block; font-weight: bold; }
nav label { margin-top: 35px; margin-bottom: 15px; text-transform: uppercase; display: block; font-size: 0.9em; font-weight: bold; color: #fff; }
nav .download-pdf { margin-top: 45px;}

header { position: relative; overflow: hidden; }
.header-wrapper { background: #ACBFC4; min-height: 300px;  }
header #bg-1 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; background: url(../images/banner_img_2.png) no-repeat 20% 0 / cover;}
header #logo { display: block; width: 150px; height: 55px; background-image: url(../images/logo.png); background-repeat: no-repeat; background-size: contain; text-indent: -9999px; }
header h1 { margin-top: 4rem; z-index: 99999; position: absolute; }
header h1 span { display: block; font-size: 2rem; line-height: 2.8rem; margin-top: 1rem; font-weight: normal; text-transform: none; }

section { overflow: hidden; }
section h2:before { counter-increment: section; content: counter(section, decimal) "."; color: #fff; background: #8A133B; display: block; text-align: center; line-height: 2em; width: 2em; height: 2em; margin-bottom: 0.5rem; }
section.grey { background-color: #F4F4F4; }
.section-wrap { position: relative; max-width: 960px; width: 100%; margin: 0 auto; padding-left: 4rem; padding-right: 1.6rem; box-sizing: border-box; }
.section-wrap:not(.header) { padding-top: 3rem; padding-bottom: 3rem; }
/*#action-plan .section-wrap { border-top: 3px solid #f00; }*/

#chapters { counter-reset: item; background: #ADC0C5; padding: 2rem 0; margin-bottom: 1.4rem; background-image: url(../images/chapters_bg.png); background-repeat: no-repeat; background-position: 65% 0; background-size: cover; }
#chapters ol { margin: 0; padding: 0; }
#chapters li { list-style: none; margin: 0 0 1.4rem 0; padding: 0; }
#chapters li .num { display: inline-block; float: left; text-align: center; line-height: 2em; width: 2em; height: 2em; }
#chapters li .num:before { counter-increment: item; content: counter(item, decimal) "."; color: #fff; background: #8A133B; display: block; }
#chapters li a { display: block; margin-left: 3em; color: #000; font-size: 1.8rem; font-weight: bold; text-decoration: none; }
#chapters li a .sub-text { display: block; font-size: 1.4rem ;font-weight: normal; margin-top: 0.5rem; }

.rule-list { margin: 0; padding: 0; list-style: none; }
.rule-list li { margin: 0 0 1.4rem 0; padding: 0 0 0 4.4em; }
.rule-list li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.rule-list li .box { margin-bottom: 1rem; display: block; width: 3.4em; height: 3em; margin-left: -4.4em; border: 1px solid #f00; text-align: center; float: left; color: #f00; font-weight: bold; font-size: 1em; }
.rule-list li .box span { background-color: #f00; color: #fff; display: block; text-transform: uppercase; }
.rule-list li blockquote.outdent { margin-left: -4.4em; }
.rule-list  h4 { font-size: 1.1em; }

.step-list { counter-reset: step-item; margin: 0; padding: 0; }
.step-list li { list-style: none; margin: 0 0 1.4rem 0; padding: 0 0 0 5em; }
.step-list li:before { counter-increment: step-item; content: "Step " counter(step-item, decimal) "."; color: #f00; display: block; float: left; width: 4.5em; font-weight: bold; margin-left: -5em;}
.step-list li h4 { font-size: 1.4rem; margin-bottom: 1.4rem; line-height: 2.1rem;}
.step-list li blockquote.outdent { margin-left: -5em; }

blockquote { background-color: #46575E; color: #fff !important; padding: 1em 1.5em; margin: 0 0 1.4rem 0; }
blockquote p { margin-bottom: 0; font-family: 'UniversLTStd-Bold', Helvetica, sans-serif; font-size: 2.2rem; line-height: 2.6rem; color: #fff !important; }
blockquote cite { font-style: italic; font-size: 0.92em; line-height: 1.5em; display: block; margin-top: 0.5rem; }

.button { display: inline-block; height: 3.2rem; line-height: 3.7rem; padding: 0 1.4rem; text-decoration: none; }
.form li { position: relative; }
label {display: inline-block;}
input[type="checkbox"] {opacity: 0;display: inline-block;vertical-align: middle;z-index: 100;width: 22px;height: 22px;top: 0;left: 0;position: absolute;cursor: pointer;}
input[type="checkbox"] + label {position: relative;padding: 0 0 0 40px;vertical-align: top;cursor: pointer; -webkit-transition: color 0.4s;transition: color 0.4s;}
input[type="checkbox"] + label:before {width: 18px;height: 18px;content: '';display: inline-block;background-color: #fff;top: 0;left: 0;position: absolute;cursor: pointer;}
input[type="checkbox"] + label span {display: inline-block;}
input[type="checkbox"] + label 	span:before {content: '\274C'; font-family: 'Zapf Dingbats'; display: inline-block;border: 0;width: 18px;height: 18px;line-height: 18px;position: absolute;top: 1px;left: 0;transform: scale(0);-webkit-transition: transform 0.4s;transition: transform 0.4s;color: #7F7F7F;font-size: 18px;}
input[type="checkbox"]:checked  + label span:before {transform: scale(1);}

.check-list .wrap { padding: 1.4rem; }
.check-list .list { background-color: #5F5F5F; color: #fff; }
.check-list ul { margin: 0; padding: 0; }
.check-list li li { margin-bottom: 1rem; }
.check-list .list li { list-style: none; margin-bottom: 1rem; }
.check-list .points { background-color: #e7edee; }
.check-list .points ol { counter-reset: step-item; margin: 0; padding: 0; }
.check-list .points ol > li { list-style: none; padding: 2rem 0 0 4rem; overflow: hidden; }
.check-list .points ol > li:first-child { padding-top: 0;}
.check-list .points ol > li:before { counter-increment: step-item; content: counter(step-item, decimal); color: #f00; display: block; float: left; width: 1em; font-weight: bold; margin-left: -1em; font-size: 4rem; line-height: 0.9em; }
.check-list .points ul { margin-left: 1rem; list-style: disc; }
.check-list h3 { font-size: 1.25em; line-height: 1.25em !important; text-transform: none; }

.check-list .points h3 { color: #f00; }
.check-list h4 { font-size: 1.1em; margin-bottom: 1.5em; } 

figure { margin: 3rem 0; }
figcaption { text-transform: uppercase; font-size: 1.45em; margin-bottom: 1em; line-height: 3rem; }
figcaption span { color: #f00; font-family: 'UniversLTStd-Bold', Helvetica, sans-serif; font-size: 2.3rem; }
figure .item { padding: 1rem; }
section figure.grey .item { background-color: #edefef; }
figure.grey .item { background-color: #f4f7f7; }
figure.bar-graph .graph { position: relative; color: #7E7F7F; margin-left: 2rem; margin-bottom: 8rem; }
figure.bar-graph .axis { position: absolute; }
figure.bar-graph .y-axis { left: -2rem; top: 0; height: 100%; width: 2rem; }
figure.bar-graph .y-axis span { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); display: block; width: 400px; -webkit-transform-origin: right bottom; transform-origin: right bottom; text-align: center; position: absolute; right: 0; }
figure.bar-graph .x-axis { left: 4rem; right: 0; bottom: -9rem; height: 4rem; text-align: center; }
figure.bar-graph ul { list-style: none; margin: 0; padding: 0; }
figure.bar-graph ul .bar { position: absolute; height: 100%; text-align: center; }
figure.bar-graph .bar span { display: block; font-size: 0.8em; position: absolute;}
figure.bar-graph .bar .value { text-indent: -9999px; width: 90%; left: 5%; bottom: 8px; -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1); box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1); }
figure.bar-graph .bar .label { color: #000; top: 375px; line-height: 130%; }
figure.mini-bar-charts li p { font-size: 0.9em; line-height: 130%; display: table-cell; vertical-align: middle; height: 2.7em; }
/*figure.mini-bar-charts li { }*/
figure .single-bar-chart { position: relative; height: 2.4rem; }
figure .single-bar-chart:before { content: ""; display: inline-block; vertical-align: top; height: 1.4rem; width: calc(100% - 3em); }
figure .single-bar-chart .bar { background-color: #8A133B; height: 1.4rem; position: absolute; top: 0;}
figure .single-bar-chart .value { color: #ffffff; display: inline-block; margin-top: -3px; margin-left: 0.3rem; vertical-align: top; font-weight: bold; float: right; font-size: 1rem; line-height: 2.8rem; padding-right: 0.5rem; }

figure#fig-1 ul { list-style: none; margin: 0; padding: 0; }
figure#fig-1 .item-1 .single-bar-chart .bar  { width: 61%; }
figure#fig-1 .item-2 .single-bar-chart .bar  { width: 55%; }
figure#fig-1 .item-3 .single-bar-chart .bar  { width: 53%; }
figure#fig-1 .item-4 .single-bar-chart .bar  { width: 49%; }
figure#fig-1 .item-5 .single-bar-chart .bar  { width: 47%; }
figure#fig-1 .item-6 .single-bar-chart .bar  { width: 45%; }
figure#fig-1 .item-7 .single-bar-chart .bar  { width: 42%; }
figure#fig-1 .item-7 .single-bar-chart:first-child .bar { width: 48%; }
figure#fig-1 .item-8 .single-bar-chart .bar  { width: 36%; }
figure#fig-1 .item-8 .single-bar-chart:first-child .bar  { width: 33%; }
figure#fig-1 .item-9 .single-bar-chart .bar  { width: 24%; }
figure#fig-1 .item-9 .single-bar-chart:first-child .bar  { width: 31%; }
figure#fig-1 .item-10 .single-bar-chart .bar  { width: 31%; }
figure#fig-1 .item-10 .single-bar-chart:first-child .bar  { width: 30%; }
figure#fig-1 .item-11 .single-bar-chart .bar  { width: 38%; }
figure#fig-1 .item-11 .single-bar-chart:first-child .bar  { width: 29%; }

figure#fig-3 .item { padding-top: 151%; background-image: url(../images/fig_3_small_screens.png); background-repeat: no-repeat;  background-size: contain; background-position: 0 0;}
figure#fig-3 .item .text { text-indent: -9999px; display: inline-block; position: absolute; }

figure#fig-4 .item { position: relative; padding-top: 153.4%; background-image: url(../images/fig_4_small_screens.png); background-repeat: no-repeat; background-position: 0 0; background-size: contain;}
figure#fig-4 .item .text { display: block; position: absolute; width: 100%; text-align: center; font-weight: bold; }
figure#fig-4 .item .text-1 { top: 5%; }
figure#fig-4 .item .text-2 { top: 54%; }

/* Chapter 4 */
/*figure#feature-list {}*/
figure#feature-list li > div { padding: 1rem; vertical-align: middle; background-color: #8A133B; color: #fff; }
figure#feature-list li:nth-child(even) div { background-color: #F4F4F4; color: #8A133B; }
figure#feature-list li .term { font-size: 2.5rem; font-family: 'UniversLTStd-Bold', Helvetica, sans-serif; }
figure#feature-list li .term:before { content: ""; display: inline-block; width: 6.8rem; height: 7.1rem; background-position: 0 0; background-repeat: no-repeat; background-size: contain; vertical-align: middle; }
figure#feature-list li .term span { display: inline-block; width: calc(100% - 6.8rem); padding-left: 2.6rem; box-sizing: border-box; vertical-align: middle; line-height: 1.2; }
figure#feature-list #item-interactivity .term:before { background-image: url(../images/feature-list/interactivity.svg); }
figure#feature-list #item-assessments .term:before { background-image: url(../images/feature-list/assessments.svg); }
figure#feature-list #item-multi-modal .term:before { background-image: url(../images/feature-list/multi-modal.svg); }
figure#feature-list #item-video .term:before { background-image: url(../images/feature-list/video-conf.svg); }
figure#feature-list #item-file-transfer .term:before { background-image: url(../images/feature-list/file-transfer.svg); }
figure#feature-list #item-ease-use .term:before { background-image: url(../images/feature-list/ease-use.svg); }
figure#feature-list #item-speedy-content .term:before { background-image: url(../images/feature-list/speedy-content.svg); }
figure#feature-list #item-platform .term:before { background-image: url(../images/feature-list/platform.svg); }
figure#feature-list #item-mobile-compat .term:before { background-image: url(../images/feature-list/mobile.svg); }
figure#feature-list #item-scorm .term:before { background-image: url(../images/feature-list/scorm.svg); }
figure#feature-list #item-cloud .term:before { background-image: url(../images/feature-list/cloud.svg); }
figure#feature-list li .description { font-size: 1.6rem; }

#action-plan .find-more-cta { text-align: center; width: 100%; margin-top: 20px; margin-bottom: 15px; }
#action-plan .find-more-cta label { font-size: 1em; font-weight: bold; text-transform: uppercase; margin-bottom: 15px; display: block; }
#action-plan .find-more-cta .button { background-color: #E90000; color: #ffffff; padding: 0.4rem 1.4rem; }
#action-plan .find-more-cta .button:hover { text-decoration: none; }
#action-plan .find-more-cta .button span { font-weight: bold; margin-left: 10px; }
/*#action-plan list h4 {  }*/
#action-plan .points li.action-point { display: none; }
#action-plan .find-more-cta .back-top { margin-top: 60px; float: right; padding-right: 30px; position: relative;  }
#action-plan .find-more-cta .back-top a { font-size: 0.9em; }
#action-plan .find-more-cta .back-top a:hover { color: #000; }
#action-plan .find-more-cta .back-top a i { top:-5px; transition: top 0.5s linear;  position: absolute;  right: 0;  top:-3px; display: inline-block; font-size: 0.9em; width: 10px; height: 20px; padding: 5px 10px; background-image: url(../images/arrow-up.png); background-position: 50% 50%; background-size: 70%; background-repeat: no-repeat;  }
#action-plan .find-more-cta .back-top a:hover i { top:-5px; transition: top 0.5s linear; }

footer .section-wrap { /*border-top: 3px solid #f00;*/ color: #5F5F5F; padding-top: 10px !important; }
footer p { font-size: 0.75em; line-height: 150%; }
.footnotes { counter-reset: footnote-item; word-wrap: break-word; word-break: break-all; font-size: 1.2rem; margin: 0 0 2rem 0; padding: 0; }
.footnotes li { list-style: none; margin: 0 0 0.5rem 0; padding: 0 0 0 2em; }
.footnotes li:before { counter-increment: footnote-item; content: counter(footnote-item, decimal); display: inline-block; width: 2em; font-size: 1rem; margin-left: -2em; vertical-align: super; }

@media (min-width: 480px) {
	nav { width: 40rem; }
	/*#bg-2 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 0; background: url(../images/banner_img_1.png) no-repeat 100% 0 / 55%; }
	nav #nav-visibility { right: -4rem; width: 4rem;  }
	header h1 { font-size: 4rem; margin-bottom: 2rem; }
	
	h2 { font-size: 3rem; line-height: 3.5rem !important; }
	#bg-2 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 0; background: url(../images/banner_img_1.png) no-repeat 100% 0 / 55%; }
	nav #nav-visibility { right: -4rem; width: 4rem;  }
	
	p.text-bold { font-size: 1.7rem; line-height: 2rem; margin-bottom: 2.5rem !important; }
	p { margin-top: 0; margin-bottom: 1.4rem; font-size: 1.6rem; line-height: 2.2rem; }*/
	
	
	.section-wrap { padding-left: 5rem; }
	section .section-wrap { position: relative; }
	section h2 { padding-left: 2.5em; }
	section h2:before { float: left; text-align: center; line-height: 2em; width: 2em; height: 2em; margin-bottom: 0; margin-left: -2.5em; background-size: 85% !important; }
	section h2:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	
	
	#chapters ol { box-sizing: border-box; width: 50%; float: left; padding-right: 1rem; }
	#chapters ol.last { padding-left: 1rem; padding-right: 0;}
	#chapters li:last-child  { margin-bottom: 0; }

	.check-list .list ul { float: left; width: 50%; }
	
	/*#fig-1 { margin-top: 2rem !important; margin-bottom: 4rem !important; }
	#fig-1 p { font-size: 1.4rem !important; line-height: 2rem !important; }
	#fig-1 strong { font-size: 1.5rem !important; line-height: 2.2rem !important;}*/
	
	figure.bar-graph .graph { margin-left: 5rem; margin-bottom: 7rem; }
	figure.bar-graph .bar span { font-size: 0.92em; }
	figure.bar-graph .x-axis { left: 4rem; bottom: -8rem; height: 4rem; }
	figure.bar-graph .y-axis { left: -5rem; width: 5rem; }
/* 	figure#fig-1 ul .bar { width: 20%; }
	figure#fig-1  .y-axis span { margin-right: 2rem; } */
	figure#fig-1 ul { width: 50%; float: left; padding: 0 2rem 0 0; box-sizing: border-box; }
	figure#fig-1 ul:last-child { padding: 0 0 0 2rem; }
	figure#fig-3 .item { padding-top: 57.2%; position: relative; background-image: none; }
	figure#fig-3 .item div { background-repeat: no-repeat; background-size: contain; position: absolute; height: 100%; width: 100%; top: 0; left: 0; }
	figure#fig-3 .item .text { text-indent: 0; display: inline-block; position: absolute; }
	figure#fig-3 .item #flowchart-boxes { background-image: url(../images/fig_3_shapes.svg); }
	figure#fig-3 .item #flowchart-boxes span { color: #fff; text-align: center; font-size: 0.9em; line-height: 130%;}
	figure#fig-3 .item #flowchart-boxes .text-1 { top: 38%; width: 16%; left: 6%; }
	figure#fig-3 .item #flowchart-boxes .text-2 { left: 40%;top: 41%; width: 11%;}
	figure#fig-3 .item #flowchart-boxes .text-3 { left: 64%;width: 22%; top: 19%;}
	figure#fig-3 .item #flowchart-phone { background-image: url(../images/fig_3_mobile.svg); }
	figure#fig-3 .item .text-4 { left: 75%;width: 22%; top: 59%; font-size: 0.9em; line-height: 130%; opacity: 0;}
	figure#fig-3 .item #flowchart-arrow-1{ background-image: url(../images/fig_3_arrow_1.svg); opacity: 0;}
	figure#fig-3 .item #flowchart-arrow-2-7 { background-image: url(../images/fig_3_arrow_2_7.svg); opacity: 0; }
	figure#fig-3 .item #flowchart-arrow-2-6 { background-image: url(../images/fig_3_arrow_2_6.svg); opacity: 0; }
	figure#fig-3 .item #flowchart-arrow-2-5 { background-image: url(../images/fig_3_arrow_2_5.svg); opacity: 0; }
	figure#fig-3 .item #flowchart-arrow-2-4 { background-image: url(../images/fig_3_arrow_2_4.svg); opacity: 0; }
	figure#fig-3 .item #flowchart-arrow-2-3 { background-image: url(../images/fig_3_arrow_2_3.svg); opacity: 0; }
	figure#fig-3 .item #flowchart-arrow-2-2 { background-image: url(../images/fig_3_arrow_2_2.svg); opacity: 0; }
	figure#fig-3 .item #flowchart-arrow-2-1 { background-image: url(../images/fig_3_arrow_2_1.svg); opacity: 0; }
	
	figure#fig-4 .item { padding-top: 43.9%; position: relative; background-image: none; }
	figure#fig-4 .item div { background-repeat: no-repeat; background-size: contain; position: absolute; height: 100%; width: 100%; top: 0; left: 0; }
	figure#fig-4 .item .text { text-indent: 0; display: inline-block; position: absolute; text-align: center; font-weight: bold; }
	figure#fig-4 .item .text-1 { top: 8%; width: 51%; left: 7%; }
	figure#fig-4 .item .text-2 { left: 56%; top: 8%; width: 44%;}
	figure#fig-4 .item #infoflow-1-1 { background-image: url(../images/fig_4_1_1.svg); opacity: 0;}
	figure#fig-4 .item #infoflow-1-2 { background-image: url(../images/fig_4_1_2.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-3 { background-image: url(../images/fig_4_1_3.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-4 { background-image: url(../images/fig_4_1_4.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-5 { background-image: url(../images/fig_4_1_5.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-6 { background-image: url(../images/fig_4_1_6.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-7 { background-image: url(../images/fig_4_1_7.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-8 { background-image: url(../images/fig_4_1_8.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-9 { background-image: url(../images/fig_4_1_9.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-10  { background-image: url(../images/fig_4_1_10.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-1-11  { background-image: url(../images/fig_4_1_11.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-1 { background-image: url(../images/fig_4_2_1.svg); opacity: 0;}
	figure#fig-4 .item #infoflow-2-1-arr { background-image: url(../images/fig_4_2_1_arr.svg); opacity: 0;}
	figure#fig-4 .item #infoflow-2-2 { background-image: url(../images/fig_4_2_2.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-2-arr { background-image: url(../images/fig_4_2_2_arr.svg); opacity: 0;}
	figure#fig-4 .item #infoflow-2-3 { background-image: url(../images/fig_4_2_3.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-3-arr { background-image: url(../images/fig_4_2_3_arr.svg); opacity: 0;}
	figure#fig-4 .item #infoflow-2-3-2 { background-image: url(../images/fig_4_2_3.2.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-4 { background-image: url(../images/fig_4_2_4.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-5 { background-image: url(../images/fig_4_2_5.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-6 { background-image: url(../images/fig_4_2_6.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-7 { background-image: url(../images/fig_4_2_7.svg); opacity: 0; }
	figure#fig-4 .item #infoflow-2-8 { background-image: url(../images/fig_4_2_8.svg); opacity: 0; }
	
	
	figure#feature-list li > div { display: table-cell; }
	figure#feature-list li .term { width: 50%; border-right: 1px solid #f4f4f4; padding-left: 2.6rem; }
	figure#feature-list li:nth-child(even) .term { border-right: 1px solid #8A133B; }
	figure#feature-list li .term span { display: block; width: auto; padding-left: 0; padding-top: 0.2em; }
	figure#feature-list li .description { width: 50%; }
	
	/*navigation panel*/
	nav p { font-size: 2.3rem; }
	nav li, nav .button { font-size: 1.5rem; }
	
}


#fig-2 .graph { position: relative;  height: 552px; background: url(../images/fig_2_base.png) no-repeat 0 0; background-size: contain !important;display: block; }
#fig-2 .graph.mobile-graph { position: relative;  height: 552px; background: url(../images/fig_2_base-mobile.png) no-repeat 0 0; background-size: contain !important; display: none; }

@media (max-width: 479px) {
	section h2 br { display: none; }
}

@media (min-width: 668px) {
	figure#feature-list li .term span { display: inline-block; width: calc(100% - 6.8rem); padding-left: 2.4rem; padding-top: 0;}
}

@media (min-width: 801px) {
	.intro { margin-bottom: 1.8rem; line-height: 3rem; font-size: 2rem; }
	header { min-height: 660px; }
	header #bg-1 {background: url(../images/banner_img_2.png) no-repeat 99% -1.8rem / auto; }
	#bg-2 { background: url(../images/banner_img_1.png) no-repeat 110% 0 / 60%; } 
	#bg-2 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 0; background: url(../images/banner_img_1.png) no-repeat 100% 1rem / auto; } 
	nav #nav-visibility { right: -4rem; width: 4rem;  }                        
	header #logo { width: 200px; height: 73px; }
	header h1 { font-size: 6rem; width: 80%; margin-top: 11rem !important; }	
	header h1 span { font-size: 4.5rem; font-family: 'UniversLTStd-Light',Helvetica, sans-serif !important; line-height: 5rem; margin-top: 0 !important; }
	
	p.text-bold { font-size: 2rem; line-height: 2.8rem; margin-bottom: 2rem !important; }
	p { margin-top: 0; margin-bottom: 1.4rem; font-size: 1.6rem; line-height: 2.2rem; }
	
	section { position: relative; }
	section .section-wrap { position: relative; }
	#chapter-one .bg,
	#chapter-five .bg,
	#chapter-three .bg { width: 100%; height: 100%; position: absolute; top: 0; right: 0; }
	section .bg.icons-bg { background-image: url(../images/section_bg_1.png); background-repeat: no-repeat; background-position: 100%; max-height: 675px; }
	section .bg.icons-fg { width: 542px; background-image: url(../images/section_bg_2.png); background-repeat: no-repeat; background-position: 105% -1rem; }
	
	#chapters { padding: 3rem 0; margin-bottom: 1.6rem; background-position: 100% -3rem; background-size: auto; }
	#chapters ol { padding-right: 3.4rem; }
	#chapters ol.last { padding-left: 3.4rem; }
	#chapters li .num { font-size: 2rem; }
	#chapters li a { font-size: 1.8rem; margin-left: 8rem; }
	#chapters li a .sub-text { font-size: 1.6rem; }
	
	.step-list li h4 { font-size: 1.6rem; margin-bottom: 1.6rem; line-height: 2.4rem; }
	
	.check-list .points ol > li { padding: 3rem 0 0 6.4rem; }
	.check-list .points ol > li:before { font-size: 6.4rem; }
	
	figure .item { padding: 3rem 5rem; }
	figure#fig-1 ul .bar { width: 15%; }
	figure#fig-3 .item #flowchart-boxes  span { font-size: 1em; }
	figure#fig-3 .item #flowchart-boxes .text-1 { top: 39%; width: 16%; left: 6%; }
	figure#fig-3 .item #flowchart-boxes .text-2 { left: 40%;top: 41%; width: 11%;}
	figure#fig-3 .item #flowchart-boxes .text-3 { left: 65%;width: 20%; }
	figure#fig-3 .item .text-4 { position: absolute; left: 75%;width: 22%; top: 59%; font-size: 1em; line-height: 150%; }

	#chapter-two ul li {  margin-bottom: 1em !important; font-size: 1.6rem !important; line-height: 2.2rem !important; }
	.check-list h4 { font-size: 1.6rem; margin-bottom: 1.5em; }
	.check-list .list li { font-size: 1.5rem; line-height: 2rem; margin-bottom: 1em; }
	.check-list h3 { font-size: 1.8rem; }
	
	#fig-2 .graph { position: relative; width: 960px; height: 552px; background: url(../images/fig_2_base.png) no-repeat 0 0; background-size: contain !important;display: block; }
	#fig-2 .graph.mobile-graph { position: relative; width:960px;  max-width: 100% !important; background: url(../images/fig_2_base-mobile.png) no-repeat 0 0; background-size: contain !important; display: none; }
}

@media (min-width: 1024px) {
	.section-wrap:not(.header) { padding: 5rem 0 2rem 5rem; }
	.check-list .wrap { padding: 3rem; }
	
	figure#feature-list li .term { width: 35%; border-right: 1px solid #f4f4f4; }
	figure#feature-list li .description { width: 65%; }
}

@media (min-width: 1280px) {
	/* #bg-2 { background: url(../images/banner_img_1.png) no-repeat 125% 1rem / auto; } */
	section h2 { padding-left: 0; }
	section h2:before { margin-left: -2.5em; }
	h2 { font-size: 5.5rem; line-height: 6rem !important; }
	section .bg.icons-bg { max-height: 675px; }
}

@media (min-width: 1600px) {
	.section-wrap { padding-left: 0 !important; }
	h1 { text-transform: uppercase; font-size: 7rem; line-height: 7.5rem; }
/*    section .bg.icons-bg { max-height: 515px; }*/
	h2 { font-size: 7rem; }
}
@media only screen and (min-width : 320px) and (max-width : 480px){
	/*animated image circles area

	#chapter-five #fig-5 { padding: 2rem 1.5rem !important; }
	#chapter-five ul { padding-left: 0.5rem !important;}
	#chapter-five #fig-5 ul li:last-child { margin-bottom: 30px; }
	#chapter-five #fig-5 ul { width: 100% !important; }
	#chapter-five #fig-5 li div { background-size: 100% !important; 
    background-repeat: no-repeat !important;
    width: 70px !important;
    height: 70px !important;}
	#chapter-five #fig-5 li h1, #chapter-five #fig-5 li label { font-size: 3rem; }*/
}
/*@media only screen and (min-width : 320px) and (max-width : 480px) {*/

@media only screen and (max-width: 480px) {
	.section-wrap { padding-left: 5.8rem; }
	section .section-wrap { position: relative; }
	section h2 { padding-left: 2.5em; }
	section h2:before { float: left; text-align: center; line-height: 2em; width: 2em; height: 2em; margin-bottom: 0; margin-left: -2.5em; background-size: 85% !important; }
	section h2:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



	nav #nav-visibility { right: -4rem; width: 4rem;  }
	h2 { font-size: 2.7rem !important; line-height: 3.2rem !important;}
	header h1 { font-size: 3.2rem; margin-bottom: 2rem; z-index: 5; position: absolute; }
	header h1 span {display: block; font-size: 2rem; line-height: 2.8rem; margin-top: 1rem; font-weight: normal !important; }
	p.text-bold { font-size: 1.7rem; line-height: 2rem; margin-bottom: 2.5rem !important; }
	p { margin-top: 0; margin-bottom: 1.4rem; font-size: 1.6rem; line-height: 2.2rem; }
	
	/*Animated bullets*/
	
	#chapters li .num { width: 1.5em; }
	#chapters li .num:before { font-size: 1.4rem !important; line-height: 3rem !important; }
	#chapters li a .sub-text { margin-bottom: 1.8rem; font-size: 1.6rem !important; line-height: 2.0rem !important; }
	
	h3 { line-height: 2.5rem !important;}
	.section-wrap:not(.header) { padding-top: 3rem; padding-bottom: 2rem; }
	.section-wrap p.text-bold { font-size: 1.7rem; line-height: 2.3rem; margin-bottom: 2.5rem !important; }
	
	.sub-head { font-size: 2.1rem; line-height: 3rem; }
	#chapter-one h2 { margin-bottom: 2rem !important; }
	#chapter-one .section-last {clear: both; padding-top: 3rem; }
	#chapter-five h3 { font-size: 2.1rem !important; line-height: 2.8rem !important; text-transform: uppercase; margin-top: 3.5rem !important;}

	
	/*navigation panel*/
	nav p { font-size: 2.3rem; line-height: 3rem; }
	nav li { font-size: 1.5rem; line-height: 2.1rem; margin-bottom: 1.5rem; }
	nav .button { font-size: 1.5rem;}
	
	/* animated bars section*/
	#fig-1 .column-left { float: left;  }
	#fig-1 .column-right { width: 100% !important; float: left;   }
	#fig-1 .column-left li { float: left !important; margin-bottom: 2.2rem !important; }
	
	#fig-1 { margin-top: 2rem !important; margin-bottom: 4rem !important; }
	#fig-1 p { font-size: 1.2rem !important; line-height: 2rem !important; }
	#fig-1 strong { font-size: 1.5rem !important; line-height: 2.2rem !important;}
	figure figcaption { margin-bottom: 0.25em; }
	figure figcaption span { font-size: 1.8rem !important; line-height: 2.2rem !important; }
	#chapter-one .legend .customer, #chapter-one .legend .brand { text-align: left !important; width: 100% !important; margin-bottom: 1rem !important; }
	#chapter-one .legend .customer span strong, #chapter-one .legend .brand  span strong { font-size: 1.3rem !important; line-height: 2rem !important; text-align: left !important; width: 100% !important; margin-bottom: 1rem !important; }
	#chapter-one .legend .customer div, #chapter-one .legend .brand div { width: 1.5rem !important; height: 1.5rem !important; }
	#fig-2 { margin-top: 1.5em !important; }
	
	/*Animated graph*/
	section figure.grey .item { background-color: #ffffff !important; height: 238px !important;}
	#fig-2 .graph { position: relative; width: 960px; height: 552px; background: url(../images/fig_2_base.png) no-repeat 0 0; background-size: contain !important;display: none; }
	#fig-2 .graph.mobile-graph { position: relative; width:960px;  max-width: 100% !important; background: url(../images/fig_2_base-mobile.png) no-repeat 0 0; background-size: contain !important; display: block; }
	#fig-2 .bar-1, #fig-2 .bar-2, #fig-2 .bar-3, #fig-2 .bar-4 {display: none;}


	/*Bulleted list*/
	#chapter-one ul li { margin-bottom: 0.5em !important; }
	#chapter-one ul li, #chapter-four ul li, #chapter-five ul li { font-size: 1.6rem; line-height: 2rem; margin-bottom: 1.6rem !important;}
	#chapter-one ul li { font-size: 1.6rem; line-height: 2rem; margin-bottom: 2rem !important; }
	#chapter-one ul li p { font-size: 1.2rem !important; line-height: 1.3rem !important;  }
	
	/*Chapter 2 bulleted list*/
	#chapter-two ul li {  margin-bottom: 1em !important; font-size: 1.6rem !important; line-height: 2.2rem !important; }
	
	/*Text in black area*/
	blockquote { padding: 0.8em 1em; margin: 0 0 1.4rem 0; }
	blockquote p { font-size: 1.7rem; line-height: 2.2rem;}
	
	#chapter-three .top-mar { margin-top: 2.5rem !important; }
	#chapter-three blockquote { margin-bottom: 3rem !important;  }
	
	.signs ul li { font-size: 1.6rem; line-height: 2rem;  }
	
	.top-mar strong { font-size: 1.7rem; line-height: 2.2rem; }
	
	/*animated bars area*/
	
	#fig-1 .column-left {width: 36% !important; max-width: 95px !important; padding-right: 5px;}
	#fig-1 .column-right { width: 45% !important;}

	/*animated image boxes area*/
	
	figure { margin: 1rem 0;}
	figure#feature-list li .term { font-size: 1.7rem;}
	figure#feature-list li .description { font-size: 1.4rem;}

	/*animated image circles area*/

	#chapter-five #fig-5 { padding: 2rem 1.5rem !important; }
	#chapter-five ul { padding-left: 0.5rem !important;}
	#chapter-five #fig-5 ul { width: 100% !important; margin-bottom: 2em; }
	#chapter-five #fig-5 li div { background-size: 100% !important;  background-repeat: no-repeat !important; width: 70px !important; height: 73px !important;}
	#chapter-five #fig-5 li h1 { font-size: 5rem; width: auto; max-width: 165px; padding: 1.5rem 0 0 !important; }
	#chapter-five #fig-5 li label { font-size: 1.8rem !important; width: auto !important; max-width: 130px; padding-top: 4.8rem !important; }

	
	/*sublogo*/
	section h2:before { background-size: 90% !important; }
	
	/* check list */
	
	.check-list h4 { font-size: 1.6rem; margin-bottom: 1.5em; }
	.check-list .list li { font-size: 1.6rem; line-height: 2rem; margin-bottom: 1em; }
	.check-list h3 { font-size: 1.9rem; line-height: 1.25em !important; }

	.check-list .points ul li { font-size: 1.6rem !important;}
	
	/*cta label*/
	#action-plan .find-more-cta label { font-size: 1.5rem; font-weight: bold; text-transform: uppercase; margin-bottom: 15px; display: block; }
	#action-plan .find-more-cta { font-size: 1.5rem;}
	.button { line-height: 3.5rem; }
	
	/*footer text*/
	footer p { font-size: 1.2rem; line-height: 1.8rem;}
}


@media (min-width: 481px) and (max-width: 800px) {
	.section-wrap { padding-left: 5.8rem; }
	section .section-wrap { position: relative; }
	section h2 { padding-left: 2.5em; }
	section h2:before { float: left; text-align: center; line-height: 2em; width: 2em; height: 2em; margin-bottom: 0; margin-left: -2.5em; background-size: 85% !important; }
	section h2:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


	/* #bg-2 { width: 100%; height: 100%; position: absolute; top: 10%; left: 0; display: block; z-index: 0; background: url(../images/banner_img_1.png) no-repeat 100% 0 / 55%; } */
	nav #nav-visibility { right: -4rem; width: 4rem;  }
	header h1 { font-size: 4.5rem; margin-bottom: 2rem; z-index: 5; position: absolute; }
	header h1 span { display: block; font-size: 2.2rem; line-height: 2.8rem; margin-top: 1rem; font-weight: normal !important; }
	h2 { font-size: 3.4rem !important; line-height: 3.8rem !important;}
	h3 {     font-size: 1.8rem; line-height: 2.5rem !important;}
	#chapter-one ul li,#chapter-two ul li, #chapter-four ul li, #chapter-five ul li { font-size: 1.6rem !important; line-height: 2.2rem !important; }
	p.text-bold { font-size: 1.7rem; line-height: 2.5rem; margin-bottom: 2.5rem !important; }
  	p { font-size: 1.6rem; line-height: 2.2rem; margin-top: 1rem; margin-bottom: 1.4rem; }

  	.section-wrap p.text-bold { font-size: 1.7rem; line-height: 2.3rem; margin-bottom: 2.5rem !important; }

  	#chapters ol li a p.text-bold { font-size: 2rem; line-height: 2.3rem; margin-bottom: 2.5rem !important; }

  /*Animated bullets*/
	
	#chapters li .num { width: 1.5em; }
	#chapters li .num:before { font-size: 1.4rem !important; line-height: 3rem !important; }
	#chapters li a .sub-text { margin-bottom: 1.8rem; font-size: 1.6rem !important; line-height: 2.0rem !important; }

  /*Animated graph*/
  	section figure.grey .item { background-color: #ffffff !important; height: 397px !important; }
	#fig-2 .graph { position: relative; width: 960px; height: 552px; background: url(../images/fig_2_base.png) no-repeat 0 0; background-size: contain !important;display: none; }
	#fig-2 .graph.mobile-graph { position: relative; width:960px;  max-width: 100% !important; background: url(../images/fig_2_base-mobile.png) no-repeat 0 0; background-size: contain !important; display: block; }
	#fig-2 .bar-1, #fig-2 .bar-2, #fig-2 .bar-3, #fig-2 .bar-4 {display: none;}

	/*Text in black area*/
	blockquote { padding: 0.8em 1em; margin: 0 0 1.4rem 0; }
	blockquote p { font-size: 1.7rem; line-height: 2.2rem;}

	.sub-head { font-size: 2.5rem; line-height: 3rem; }

	/* animated bars section*/
	#fig-1 .column-left { float: left;  }
	#fig-1 .column-right { width: 100% !important; float: left;   }
	#fig-1 .column-left li { float: left !important; }

	#fig-1 { margin-top: 2rem !important; margin-bottom: 4rem !important; }
	#fig-1 p { font-size: 1.4rem !important; line-height: 2rem !important; }
	#fig-1 strong { font-size: 1.4rem !important; line-height: 2.2rem !important;}
	figure figcaption { margin-bottom: 0.25em; }
	figure figcaption span { font-size: 1.8rem !important; line-height: 2.2rem !important; }
	#chapter-one .legend .customer, #chapter-one .legend .brand { text-align: left !important; width: 100% !important; }

	.rule-list {  margin-top: 1em; }

	/*bulleted list*/
	.signs ul li { font-size: 1.6rem; line-height: 2rem;  }

	/*animated bars area*/
	
	#fig-1 .column-left {width: 42% !important;}
	#fig-1 .column-right { width: 45% !important;}


	/*animated image boxes area*/
	
	figure { margin: 1rem 0 2.5rem 0;}
	figure#feature-list li .term { font-size: 1.8rem; line-height: 2rem;}
	figure#feature-list li .description { font-size: 1.4rem; line-height: 1.9rem;}

	/*animated image circles area*/
	#chapter-five h3 { font-size: 2.1rem !important; line-height: 2.8rem !important; text-transform: uppercase; margin-top: 3.5rem !important;}
	#chapter-five #fig-5 { padding: 2rem 1.5rem !important;}
	#chapter-five ul { padding-left: 0.5rem !important;}
	#chapter-five #fig-5 li div { background-size: 100% !important;  background-repeat: no-repeat !important; width: 70px !important; height: 73px !important;}
	#chapter-five #fig-5 li h1 { font-size: 4.5rem; width: auto; max-width: 165px; padding: 1.5rem 0 0 !important; }
	#chapter-five #fig-5 li label { font-size: 1.8rem !important; width: auto !important; max-width: 130px; padding-top: 2.8rem !important; }

	/*sublogo*/
	section h2:before { background-size: 80% !important; }
	
	/* check list */
	
	.check-list h4 { font-size: 1.6rem; margin-bottom: 1.5em; }
	.check-list .list li { font-size: 1.4rem; line-height: 2rem; margin-bottom: 1em; }
	.check-list h3 { font-size: 1.8rem; }
	#action-plan .find-more-cta label { font-size: 1.5rem;}
	.check-list .points ul li { font-size: 1.6rem !important;}

	/*cta label*/
	#action-plan .find-more-cta label { font-size: 1.5rem; font-weight: bold; text-transform: uppercase; margin-bottom: 15px; display: block; }
	#action-plan .find-more-cta { font-size: 1.6rem;}
	.button { line-height: 3.5rem; }

	/*footer text*/
	footer p { font-size: 1.2rem; line-height: 1.8rem;}
}



/*
@media only screen and (min-width: 801px) {
	header #bg-1 {background: url(../images/banner_img_2.png) no-repeat 99% -1.8rem / auto; }
	#bg-2 { background: url(../images/banner_img_1.png) no-repeat 110% 0 / 60%; } 
	h2 { font-size: 3rem; line-height: 3.5rem !important;}
	header h1 {  margin-bottom: 2rem; }
	header h1 span {display: block;text-transform: uppercase; font-size: 2.2rem; line-height: 2.8rem; margin-top: 1rem; font-weight: normal !important; }
	p.text-bold { font-size: 1.7rem; line-height: 2rem; margin-bottom: 2.5rem !important; }
	p { font-size: 1.6rem; line-height: 2.2rem; margin-top: 1rem; margin-bottom: 1.5rem; }
	#chapters li .num { width: 1.5em; }
	#chapters li .num:before { font-size: 1.4rem !important; line-height: 3rem !important; }
	#chapters li a .sub-text { margin-bottom: 1.8rem; font-size: 1.6rem !important; line-height: 2.0rem !important; }
	.section-wrap:not(.header) { padding-top: 2rem; padding-bottom: 2rem; }
	
	#fig-1 { margin-top: 3rem !important;}
}
*/






