/*------------------------------------------------------------------------------*/
/*-------------------------------- IMPORTS -------------------------------------*/
/*------------------------------------------------------------------------------*/


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
    width: 100%;
    overflow-x: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: 'Comfortaa', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 0;
    padding: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
    max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
/*------------------------------------------------------------------------------*/
/*------------------------------- GENERIC CSS ----------------------------------*/
/*------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
}

a:link,
a:visited {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.wrapper {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.txt_center {
    text-align: center;
}


/*****************************************************************************/
/********************************* BUTTONS ***********************************/
/*****************************************************************************/
.btn,
.btn:link,
.btn:visited {
    display: inline-block;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    line-height: 1.1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 15px 38px;
    position: relative;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    max-height: 62px;
}

.btn_double,
.btn_double:link,
.btn_double:visited,
.chapter_section .btn_row .btn.btn_double {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn:after {
    content: '';
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin:0% 100%;
    -moz-transform-origin:0% 100%;
    -ms-transform-origin:0% 100%;
    -o-transform-origin:0% 100%;
    transform-origin:0% 100%;
    -webkit-transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.desktop .btn:hover:after {
    z-index: 1;
    opacity: 1;
    background-color: #38b23f;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -o-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);

}

.btn.btn_xsmall,
.btn.btn_xsmall:link,
.btn.btn_xsmall:visited {
    padding: 8px 13px;
}

.btn.btn_xsmall.btn_icon,
.btn.btn_xsmall.btn_icon:link,
.btn.btn_xsmall.btn_icon:visited {
    padding-left: 42px;
}

.btn_icon.btn_xsmall:before {
    left: 13px;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.btn_blue,
.btn_blue:link,
.btn_blue:visited {
    color: #ffffff;
    background: #335eb2;
}

.btn_icon,
.btn_icon:link,
.btn_icon:visited {
    padding-left: 70px;
}

.btn_icon:before {
    font-family: 'ote_icons';
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn_download:before {
    content: "\e900";
    font-size: 17px;
}

.btn_link:before {
    content: "\e902";
    font-size: 17px;
}

.btn_file:before {
    content: "\e907";
    font-size: 17px;
}

/*****************************************************************************/
/******************************* MAIN HEADER *********************************/
/*****************************************************************************/
.main_header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.main_header .top_bar {
    clear: both;
    width: 96%;
    max-width: 1345px;
    margin: 25px auto;
    font-size: 0;
}

.main_header .logo_container,
.main_header .header_options {
    display: inline-block;
    vertical-align: middle;
}

.main_header .logo_container {
    width: 220px;
}

.main_header .header_options {
    width: calc(100% - 220px);
    text-align: right;
}

.main_logo {
    max-width: 195px;
}

.header_options .share,
.header_options a:link,
.header_options a:visited {
    text-decoration: none;
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.header_options a .txt {
    display: inline-block;
    position: relative;
}

.header_options a .txt:before {
    content: '';
    width: 0;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.desktop .header_options a:hover .txt:before {
    width: 100%;
}

.header_options [class*=icon] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.lang_select {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.header_options .lang_select a:link,
.header_options .lang_select a:visited {
    margin-left: 8px;
    border-bottom: 1px solid transparent;
}

.desktop .header_options .lang_select a:hover,
.header_options .lang_select a.active:link,
.header_options .lang_select a.active:visited {
    color: #608bde;
    border-bottom-color: #608bde;
}

.lang_select .icon-language {
    font-size: 13px;
    color: #ffffff;
    margin-right: 0;
}

.page {
    position: relative;
}

.page:before {
    content: '';
    width: 100%;
    height: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b33e+0,335db3+100 */
    background: #38b33e; /* Old browsers */
    background: -moz-linear-gradient(left, #38b33e 0%, #335db3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b33e 0%, #335db3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b33e 0%, #335db3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b33e', endColorstr='#335db3', GradientType=1); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-nav {
    position: fixed;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    transition: all .3s ease-out;
}

.section-nav li {
    list-style-type: none;
    text-align: right;
    margin: 7px 0;
}

.section-nav li,
.section-nav li a:link,
.section-nav li a:visited {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    transition: all .3s ease-out;
}

.desktop .section-nav li a:hover {
    color: #38b23f;
}

.section-nav .txt,
.section-nav .num {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-out;
}

.section-nav .active .num {
    font-family: 'PFSquareSansPro-Bold', sans-serif;
    font-weight: normal;
}

.section-nav .active .txt {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-weight: normal;
}

.section-nav .num {
    font-weight: 600;
}

.section-nav .num:before,
.section-nav .num:after {
    content: '';
    background: rgba(255,255,255,.3);
    transition: all .3s ease-out;
    margin: 0 10px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.section-nav .num:before {
    width: 20px;
}

.section-nav .num:after {
    width: 28px;
    opacity: 0;
    visibility: hidden;
}

.chapter_section.active ~ .section-nav .txt {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: relative;
    display: none;
}

.chapter_section.active ~ .section-nav li,
.chapter_section.active ~ .section-nav li a:link,
.chapter_section.active ~ .section-nav li a:visited {
    color: #a3a3a3;
}

.chapter_section.active ~ .section-nav li a:link,
.chapter_section.active ~ .section-nav li a:visited {
    padding-left: 8px;
    padding-bottom: 4px;
}

.desktop .chapter_section.active ~ .section-nav li a:hover {
    color: #616161;
    background: #ffffff;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.1);
}

.desktop .chapter_section.active ~ .section-nav li a:hover .txt {
    opacity: 1;
    visibility: visible;
    margin-right:10px;
    z-index: 100;
    display: inline-block;
}

.chapter_section.active ~ .section-nav li.active,
.chapter_section.active ~ .section-nav li.active a:link,
.chapter_section.active ~ .section-nav li.active a:visited {
    color: #335eb2;
}

.chapter_section.active ~ .section-nav {
    right: -10px;
}

.chapter_section.active ~ .section-nav .num:before {
    display: none;
}

.chapter_section.active ~ .section-nav .num:before,
.chapter_section.active ~ .section-nav .num:after {
    background:#a3a3a3;
}

.chapter_section.active ~ .section-nav .num:after {
    opacity: 1;
    visibility: visible;
}

.chapter_section.active ~ .section-nav li.active .num:after {
    /*width: 68px;*/
    width: 38px;
    background: #38b33e; /* Old browsers */
    background: -moz-linear-gradient(left, #38b33e 0%, #335db3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b33e 0%, #335db3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b33e 0%, #335db3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b33e', endColorstr='#335db3', GradientType=1); /* IE6-9 */
}
/*****************************************************************************/
/****************************** INTRO SECTION ********************************/
/*****************************************************************************/
.intro_section {
    height: 100vh;
    min-height: 720px;
    background: url(../images/intro_bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.desktop .intro_section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #38b33e; /* Old browsers */
    background: -moz-linear-gradient(left, #38b33e 0%, #335db3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b33e 0%, #335db3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b33e 0%, #335db3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b33e', endColorstr='#335db3', GradientType=1); /* IE6-9 */
    z-index: 101;
}

.desktop .intro_section.in-view:before {
    width: 0;
    -webkit-transition: width .6s ease-out .2s;
    -moz-transition: width .6s ease-out .2s;
    -ms-transition: width .6s ease-out .2s;
    -o-transition: width .6s ease-out .2s;
    transition: width .6s ease-out .2s;
}

.intro_section .wrapper {
    display: table;
    height: 100%;
}

.intro_section .intro_row {
    display: table-cell;
    vertical-align: middle;
}

.intro_section .intro_row .inner {
    position: relative;
    padding-bottom: 85px;
    margin-top: 85px;
}

.intro_section .intro_row figure,
.intro_section .intro_row .txt {
    display: inline-block;
    vertical-align: middle;
}

.intro_section .intro_row .txt {
    max-width: 545px;
    margin-left: 30px;
}

.intro_section h1 {
    font-family: 'PFSquareSansPro-Bold', sans-serif;
    font-size: 66px;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 8px;
    font-weight: normal;
}

.intro_section p {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: .05em;
    line-height: 1.33;
    margin: 0 0 40px;
}

.intro_section .btn {
    max-width: 308px;
}

.intro_row .js_scroll_section,
.intro_row .js_scroll_section:link,
.intro_row .js_scroll_section:visited {
    position: absolute;
    bottom: 0;
    left: 0;
}

.js_scroll_section,
.js_scroll_section:link,
.js_scroll_section:visited {
    display: inline-block;
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: .05em;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.js_scroll_section:before {
    content: '';
    font-size: 42px;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.desktop .js_scroll_section:hover {
    color: #38b23f;
}

.desktop .js_scroll_section:link:hover:before {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}


.chapter_section {
    background: #f0f0f0;
    padding: 60px 0 60px;
}

.row {
    font-size: 0;
}

.col {
    display: inline-block;
    vertical-align: top;
}

.col1_2 {
    width: 50%;
}

.col1_3 {
    width: 33.333%;
}

.col1_5 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col50 {
    width: 50%;
}

.col75 {
    width: 75%;
}

.chapter_intro h2 .txt,
.chapter_no {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 21px;
    color: #335eb2;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.chapter_intro h2 {
    position: relative;
}

.chapter_intro h2 .txt,
.chapter_no {
    display: inline-block;
    vertical-align: middle;
}

.chapter_intro h2 .txt {
    width: calc(100% - 80px);
}

.chapter_no {
    margin-right: 15px;
    width: 57px;
    height: 56px;
    background: url(../images/gradient_circle.png) no-repeat scroll center center;
    text-align: center;
    line-height: 56px;

}

.chapter_intro p {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 17px;
    color: #767676;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 10px;
}

.med_title,
p.med_title {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 18px;
    margin: 0 0 15px;
    letter-spacing: 0;
}

.med_title.dark,
p.med_title.dark {
    color: #3a3a3a;
}

.med_title.light,
p.med_title.light {
    color: #a3a3a3;
}

.med_title.light_blue,
p.med_title.light_blue {
    color: #335eb2;
}

ul {
    padding: 0;
    margin: 0;
}

.blue_list li,
.blue_list li a:link,
.blue_list li a:visited {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 16px;
    color: #335eb2;
}

.blue_list li a {
    text-decoration: none;
}

.location_list li {
    padding-left: 23px;
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
}
.location_list li:before {
    content: '';
    background: url(../images/sprite.png) no-repeat scroll -49px 0;
    width: 16px;
    height: 21px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.left_border {
    border-left: 1px solid #c9c9c9;
    padding-left: 20px;
}

.chapter1 .chapter_intro .col25:first-child {
    padding-right: 65px;
}

.chapter_intro .col50 {
    padding-right: 55px;
}

.chapter_intro blockquote {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 23px;
    /*color: #828282;*/
    color: #3a3a3a;
    font-style: italic;
    line-height: 1.1;
    margin: 50px 0 0;
    padding: 0;
}

.info_boxes {
    font-size: 0;
    margin: 50px -4px 65px;
}

.info_box {
    display: inline-block;
    width: calc(20% - 8px);
    margin: 0 4px;
    background: #ffffff;
    padding: 15px 22px 29px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    position: relative;
    height: 110px;
    vertical-align: top;
}

.desktop .info_boxes .info_box {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.desktop .info_boxes.in-view  .info_box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.desktop .info_boxes.in-view  .info_box:nth-child(1) {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.desktop .info_boxes.in-view  .info_box:nth-child(2) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -ms-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.desktop .info_boxes.in-view  .info_box:nth-child(3) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.desktop .info_boxes.in-view  .info_box:nth-child(4) {
    -webkit-transition-delay: .55s;
    -moz-transition-delay: .55s;
    -ms-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
}

.info_box:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #38b33e; /* Old browsers */
    background: -moz-linear-gradient(left, #38b33e 0%, #335db3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b33e 0%, #335db3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b33e 0%, #335db3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b33e', endColorstr='#335db3', GradientType=1); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
}

.info_box .med_title {
    font-size: 16px;
    margin-bottom: 5px;
}

.info_box .big_value {
    font-family: 'PFSquareSansPro-Bold', sans-serif;
    font-size: 36px;
    color: #335eb2;
    margin: 0;
    position: absolute;
    bottom: 12px;
    left: 22px;
}

.chart_container .med_title {
    font-size: 18px;
    text-align: left;
    padding-left: 25px;
}

.chapter_section .btn_row {
    padding-top: 40px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 40px;
}

.chapter7.chapter_section .btn_row {
    border-bottom: 0;
}

.chapter_section .btn_row .btn {
    text-align: left;
    padding-top: 22px;
    padding-bottom: 22px;
    margin: 0 10px;
}

.pie_chart {
    text-align: center;
}

/*
#pie_chart_1 {
    -webkit-transform: scale(1.83);
    -moz-transform: scale(1.83);
    -ms-transform: scale(1.83);
    -o-transform: scale(1.83);
    transform: scale(1.83);
    margin-top: 52px;
    margin-left: 18px;
}
*/

.pie_chart_1 {
    width: 485px;
    height: 335px;
    margin: 35px auto;
    position: relative;
}

.pie_chart_1 .pie_svg {
    width: 228px;
    height: 228px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pie_value {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    letter-spacing: 0;
    position: absolute;
    text-align: left;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.pie_chart.in-view .pie_value {
    opacity: 1;
}

.pie_chart .pv1 {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.pie_chart .pv2 {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.pie_chart .pv3 {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.pie_chart .pv4 {
    -webkit-transition-delay: 2.3s;
    -moz-transition-delay: 2.3s;
    -ms-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

.pie_chart .pv5 {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -ms-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.pie_chart .pv6 {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -ms-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}

.pie_value .num {
    font-size: 14px;
    color: #3c3c3c;
    letter-spacing: 0;
    display: block;
    margin-bottom: 0;
}

.pie_chart_1 .pv1 {
    top: 7px;
    left: 49%;
}

.pie_chart_1 .pv2 {
    right: 0;
    top: 35%;
}

.pie_chart_1 .pv3 {
    bottom: 7px;
    left: 57%;
}

.pie_chart_1 .pv4 {
    text-align: right;
    left: 7px;
    top: 59%;
}

.pie_chart_1 .pv5 {
    text-align: right;
    left: 25px;
    top: 28%;
}

.pie_chart_1 .pv6 {
    top: 19px;
    left: 90px;
    text-align: right;
}

.bar_part {
    display: inline-block;
    border-bottom: 1px solid #bababa;
    position: relative;
    vertical-align: bottom;
    padding: 0 30px;
}

.bar_part:before,
.bar_part:after {
    content: '';
    width: 1px;
    height: 9px;
    background: #bababa;
    position: absolute;
    bottom: -9px;
}

.bar_part:before {
    left: 0;
}

.bar_part:after {
    right: 0;
    display: none;
}

.bar_part:last-child:after {
    display: block;
}

.bar_chart_inner .line_val {
    font-size: 13px;
    color: #a3a3a3;
    letter-spacing: .01em;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
}

.bar_chart_1 .med_title {
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
}

.bar_tower {
    display: inline-block;
    width: 50px;
    margin: 0 2px;
    position: relative;
}

.desktop .bar_chart_1 .bar_tower {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;

}

.desktop .bar_chart_1.in-view .bar_tower {
    -webkit-transition: all .5s ease-out .3s;
    -moz-transition: all .5s ease-out .3s;
    -ms-transition: all .5s ease-out .3s;
    -o-transition: all .5s ease-out .3s;
    transition: all .5s ease-out .3s;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.bar_chart_1 .bar_tower1 {
    height: 207px;
}

.bar_chart_1 .bar_tower2 {
    height: 84px;
}

.bar_chart_1 .bar_tower3 {
    height: 206px;
}

.bar_chart_1 .bar_tower4 {
    height: 80px;
}

.bar_chart_1 .bar_tower5 {
    height: 207px;
}

.bar_chart_1 .bar_tower6 {
    height: 74px;
}

.bar_tower.blue {
    background: #335eb2;
}

.bar_tower.dark {
    background: #3a4b5d;
}

.bar_tower .val {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 0;
}

.bar_chart_inner {
    padding-bottom: 30px;
    text-align: center;
}

.bar_chart_1 {
    padding-bottom: 55px;
    border-right: 1px solid #c9c9c9;
}

.bar_chart_1 .bar_chart_inner {
    max-width: 505px;
    margin: 55px auto 0;
    padding-top: 80px;
    position: relative;
}

.bar_chart_1 .bar_chart_info {
    max-width: 505px;
    margin: 40px auto 30px;
}

.bc_info {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #6d6d6d;
    letter-spacing: .01em;
    margin: 0 27px 4px 0;
    display: block;
}

.bc_info .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 17px;
    height: 10px;
}

.bar_chart .hor_val {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 13px;
    color: #c2da46;
}

.bar_chart .hor_line:first-child .hor_val {
    color: #80c328;
}

.bar_chart .hor_line {
    width: 100%;
    position: absolute;
    left: 0;
}

.desktop .bar_chart .hor_line {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin:left center;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    -o-transform-origin:left center;
    transform-origin:left center;
}

.desktop .bar_chart_1.in-view .hor_line {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    transition: all .5s ease-out .8s;
}

.bar_chart_1 .hor_val {
    position: absolute;
}

.bar_chart_1 .hor_line1 {
    top: 0;
}

.bar_chart_1 .hor_line2 {
    top: 47%;
    z-index: 1;
}

.bar_chart_1 .hor_line1 .hor_val1 {
    left: 44px;
    top: 19px;
}

.bar_chart_1 .hor_line1 .hor_val2 {
    left: 210px;
    top: 7px;
}

.bar_chart_1 .hor_line1 .hor_val3 {
    left: 378px;
    top: 0;
}

.bar_chart_1 .hor_line1 .hor_val1:before,
.bar_chart_1 .hor_line1 .hor_val2:before,
.bar_chart_1 .hor_line2 .hor_val1:before,
.bar_chart_1 .hor_line2 .hor_val2:before{
    content: '';
    width: 170px;
    height: 2px;
    background: #c2da46;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.bar_chart_1 .hor_line1 .hor_val1:before,
.bar_chart_1 .hor_line1 .hor_val2:before {
    background: #80c328;
}

.bar_chart_1 .hor_line1 .hor_val1:before {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.bar_chart_1 .hor_line1 .hor_val2:before {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    bottom: -3px;
    width: 165px;
}

.bar_chart_1 .hor_line2 .hor_val1 {
    left: 41px;
    top: 0;
}

.bar_chart_1 .hor_line2 .hor_val2 {
    left: 208px;
    top: 12px;
}

.bar_chart_1 .hor_line2 .hor_val3 {
    left: 375px;
    top: 20px;
}

.bar_chart_1 .hor_line2 .hor_val1:before {
    bottom: -14px;
    left: 47%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 172px;
}

.bar_chart_1 .hor_line2 .hor_val2:before {
    bottom: -12px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

/*****************************************************************************/
/********************************** POPUP ************************************/
/*****************************************************************************/

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8888;
    opacity: 0;
    visibility: hidden;
    transition: all .6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
}

.popup.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.popup_bg {
    background: rgba(0, 0, 0, .69);
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease-out .1s;
}

.popup.open .popup_bg {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.popup_content {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 680px;
    left: 50%;
    margin-left: -340px;
    z-index: 9999;
    transition: all .4s ease-out .2s;
}

.popup.open .popup_content {
    top: 50%;
}

.popup.video_popup.open .popup_content {
    top: 0;
}

.popup_inner {
    padding: 22px;
    background: #ffffff;
    position: relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.video_popup .popup_content {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
    margin-left: 0;
    left: 0;
    height: 100%;
}

.video_popup .popup_inner {
    height: 100%;
}

.js_popup_close {
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.close_icon {
    transition: all .3s ease-out;
}

.desktop .js_popup_close:hover {
    opacity: .8;
}

.downloads_popup .js_popup_close {
    position: absolute;
    top: 22px;
    right: 22px;
}

.popup_title,
p.popup_title {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 14px;
    color: #335eb2;
    margin: 0 0 16px;
    text-align: left;
    font-weight: 600;
}

.popup_title .sprite_icon {
    margin-right: 9px;
}

.sprite_icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.sprite_icon.icon_download {
    background-position: -72px 0;
    width: 18px;
    height: 17px;
}

.sprite_icon.icon_close {
    background-position: -100px 0;
    width: 16px;
    height: 15px;
}

.sprite_icon.icon_close_circled {
    background-position: -1px -65px;
    width: 48px;
    height: 47px;
}

.downloads_table {
    border-top: 1px solid #c4c4c4;
}

.downloads_table table {
    width: 100%;
}

.downloads_table tr:first-child td {
    font-size: 18px;
}

.downloads_table td {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 15px;
    color: #383838;
    text-align: left;
    padding: 3px 0 5px;
    vertical-align: middle;
    border-bottom: 1px solid #c4c4c4;
}

.downloads_table td:last-child {
    text-align: right;
}

.play_video_fig {
    position: relative;
    transition: all .3s ease-out;
    cursor: pointer;
}

.play_video_fig:before {
    content: '';
    background: url(../images/sprite.png) no-repeat -126px 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: .52;
    transition: all .3s ease-out;
}

.desktop .play_video_fig {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.desktop .in-view .play_video_fig {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .5s ease-out .3s;
    -moz-transition: all .5s ease-out .3s;
    -ms-transition: all .5s ease-out .3s;
    -o-transition: all .5s ease-out .3s;
    transition: all .5s ease-out .3s;
}

.desktop .intro_section .intro_row .txt {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.desktop .intro_section.in-view .intro_row .txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-out .3s;
    -moz-transition: all .5s ease-out .3s;
    -ms-transition: all .5s ease-out .3s;
    -o-transition: all .5s ease-out .3s;
    transition: all .5s ease-out .3s;
}

.desktop .play_video_fig:hover {
    opacity: .85;
}

.desktop .play_video_fig:hover:before {
    opacity: 1;
}

.jp-video {
    margin: 0 auto;
    position: relative;
    font-family: Arial, sans-serif;
}
/*.jp-video-270p {
    width: 480px;
}*/

.jp-title h1 {
    font-size: 1em;
    text-align: center;
    color: #555;
}

.jp-video-play {

}
.jp-video-play a {

}

.jp-interface {

}

.jp-interface a {

}
.jp-controls, .jp-toggles {
    margin: 0;
}
.jp-toggles {

}
.jp-controls li, .jp-toggles li {

}

.jp-type-single .jp-play {
    background: url(../images/sprite.png) no-repeat -113px -128px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.jp-type-single .jp-play:before {
    content: "\e908";
    font-family: 'ote_icons';
    font-size: 15px;
    color: #9b9b9b;
    display: inline-block;
    margin: -2px 0 0 -2px;
}

.desktop .jp-type-single .jp-play:hover:before {
    color: #335eb2;
}

.jp-type-single .jp-pause {
    background: url(../images/sprite.png) no-repeat -154px -128px;
    width: 38px;
    height: 38px;
}

.desktop .jp-type-single .jp-pause:hover {
    background-position: -68px -128px;
}

.jp-play,.jp-pause {

}

.jp-type-single .jp-play, .jp-type-single .jp-stop, .jp-type-single .jp-pause {
    position: absolute;
    top: 7px;
    left: 50px;
    margin-left: 0;
    -webkit-transition:  none;
    -moz-transition:  none;
    -ms-transition:  none;
    -o-transition:  none;
    transition:  none;
}

.jp-mute,.jp-unmute {

}
.jp-progress {
    left: 10%;
    width: 80% !important;
}
.jp-play-bar {
    background: #335eb2;
}
.jp-volume-bar {

}
.jp-volume-bar-value {

}
.jp-current-time {

}

.jp-video-full {
    /* Rules for IE6 (full-screen) */
    width:480px;
    height:270px;
    /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
    position:static !important;
    position:relative;
}
/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
    z-index:1000;
}
.jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
}
.jp-video-full .jp-interface {
    width: 100%;
    bottom: 0;
}
.jp-video-full .jp-gui {
    position: absolute !important;
    height: 60px;
    top: auto;
    bottom: 0;
    z-index: 99999;
}

.jp-video-play-icon {
    display: none !important;
}

.jp-video .jp-controls-holder {
    width: 100%;
    z-index: 9999;
    margin: 0 auto 25px auto;
}

.jp-video-full .jp-video-play a {

}
.jp-video-full .jp-progress {

}

.jp-jplayer {
    width: 100% !important;
    height: 80% !important;
}

.jp-jplayer img {

}

.jp-jplayer img,
.jp-jplayer video {
    width: 100% !important;
    height: 100% !important;
}

.jp-jplayer img {
    opacity: 0;
}

.jp-jplayer video {
    opacity: 1;
}

.iphone .jp-jplayer video {
    z-index: 99999;
    position: relative;
}

.jp-state-playing .jp-jplayer {
    background: #000000 !important;
}

.jp-video-full {
    width: 100%;
    height: 80%;
}

.jp-video-full .jp-jplayer {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background-image: none !important;*/
}

.jp-seek-bar {
    background: #e0e0e0;
    height: 7px;
}

div.jp-seeking-bg {
    background: #e0e0e0;
}

div.jp-video .jp-progress {
    border-top: 0;
    border-bottom: 0;
    z-index: 99999;
}

.chapter2 .chapter_intro .col25:first-child {
    padding-right: 0;
}

.subsection_title {
    border-top: 1px solid #b8c4dc;
    border-bottom: 1px solid #b8c4dc;
    text-align: center;
}

.subsection_title h3 {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 20px;
    color: #335eb2;
    letter-spacing: .025em;
    padding: 18px 0;
    margin: 0;
    line-height: 1.1;
}

.stat_box {
    padding: 25px;
    position: relative;
}

.bordered_grid .stat_box {
    height: 100%;
}

.stat_box .value {
    margin-bottom: 20px;
}

.stat_box .val {
    font-family: 'PFSquareSansPro-Bold', sans-serif;
    font-size: 32px;
    color: #335eb2;
    line-height: 1;
    position: relative;
    margin-bottom: 6px;
}

/*.stat_box .val:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 2s ease-out;
    -moz-transition: transform 2s ease-out;
    -ms-transition: transform 2s ease-out;
    -o-transition: transform 2s ease-out;
    transition: transform 2s ease-out;
}

.stat_box.in-view .val:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}*/

.stat_box .txt {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 17px;
    color: #242424;
    line-height: 1.2;
}

.stat_box .explanation,
.stat_box p.explanation {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #767676;
    letter-spacing: .01em;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.bordered_grid.grid_6 .col:nth-child(2),
.bordered_grid.grid_6 .col:nth-child(5) {
    border-right: 1px solid #b8c4dc;
    border-left: 1px solid #b8c4dc;
}

.bordered_grid.grid_6 .col:nth-child(1),
.bordered_grid.grid_6 .col:nth-child(2),
.bordered_grid.grid_6 .col:nth-child(3) {
    border-bottom: 1px solid #b8c4dc;
}

.chapter2 .bordered_grid {
    margin-bottom: 40px;
}

.chapter2 .subsection_title {
    margin-top: 75px;
}

.bordered_grid.grid_5 .row > .col {
    border-bottom: 1px solid #b8c4dc;
}

.bordered_grid.grid_5 .row > .col:nth-child(1),
.bordered_grid.grid_5 .row > .col:nth-child(2) {
    border-top: 1px solid #b8c4dc;
}

.bordered_grid.grid_5 .row > .col:nth-child(1) {
    border-right: 1px solid #b8c4dc;
}

.bordered_grid.grid_5 .row > .col:nth-child(4) {
    border-left: 1px solid #b8c4dc;
    border-right: 1px solid #b8c4dc;
}

.bordered_grid .bTop {
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
    margin-top: 25px;
}

.stat_box .value .col {
    margin-right: 14.5%;
}

.progress_chart {
    padding-top: 30px;
}

.progress_chart .label {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 14px;
    color: #828282;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
}

.progress_chart .val {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 15px;
    color: #373737;
    position: absolute;
    bottom: calc(100% + 2px);
    left: 0;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}

.progress_chart_graph {
    position: relative;
    width: 254px;
    height: 7px;
    background: #c1c0c0;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
}

.progress_chart_row {
    margin-bottom: 35px;
}

.progress_chart .val_line {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 0;
    border-radius: 12px;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b33e+0,335db3+100 */
    background: #38b33e; /* Old browsers */
    background: -moz-linear-gradient(left, #38b33e 0%, #335db3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b33e 0%, #335db3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b33e 0%, #335db3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b33e', endColorstr='#335db3', GradientType=1); /* IE6-9 */
    -webkit-transition: width 2s linear;
    -moz-transition: width 2s linear;
    -ms-transition: width 2s linear;
    -o-transition: width 2s linear;
    transition: width 2s linear;
}

.progress_chart1.in-view .progress_chart_row:first-child .val {
    left: 95px;
}

.progress_chart1.in-view .progress_chart_row:nth-child(2) .val {
    left: 90px;
}

.progress_chart1.in-view .progress_chart_row:nth-child(3) .val {
    left: 83px;
}

.progress_chart1.in-view .progress_chart_row:first-child .val_line {
    width: 95px;
}

.progress_chart1.in-view .progress_chart_row:nth-child(2) .val_line {
    width: 90px;
}

.progress_chart1.in-view .progress_chart_row:nth-child(3) .val_line {
    width: 83px;
}

.video_container {
    text-align: center;
    margin: 45px 0;
}

.video_container figure {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.video_container figcaption {
    text-align: left;
    font-family: 'PFSquareSansPro-Bold', sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    left: 35px;
    bottom: 30px;
}

.chapter4 .bordered_grid.grid_5 {
    margin-top: 55px;
}

.progress_chart2.in-view .progress_chart_row:first-child .val {
    left: 153px;
}

.progress_chart2.in-view .progress_chart_row:nth-child(2) .val {
    left: 108px;
}

.progress_chart2.in-view .progress_chart_row:nth-child(3) .val {
    left: 80px;
}

.progress_chart2.in-view .progress_chart_row:first-child .val_line {
    width: 185px;
}

.progress_chart2.in-view .progress_chart_row:nth-child(2) .val_line {
    width: 140px;
}

.progress_chart2.in-view .progress_chart_row:nth-child(3) .val_line {
    width: 113px;
}

.stat_box p.info {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #767676;
    letter-spacing: .01em;
    margin: 0;
}

.chapter7 .bordered_grid .stat_box {
    height: auto;
}

.stat_box .txt b {
    font-family: 'PFSquareSansPro-Bold', sans-serif;
    font-size: 18px;
}

.green_pass {
    display: inline-block;
    max-width: 90px;
    position: absolute;
    top: -10px;
    right: 0;
}

.stat_box .abs_value {
    position: relative;
    padding-right: 95px;
}

.stat_box.bordered {
    border-top: 1px solid #b8c4dc;
}

.chapter7 .stat_box .value.double .col {
    padding-right: 20px;
    width: 50%;
    margin-right: 0;
}

.chapter7 .bordered_grid {
    margin-top: 55px;
}

#env_pie {
    -webkit-transform: scale(1.66);
    -moz-transform: scale(1.66);
    -ms-transform: scale(1.66);
    -o-transform: scale(1.66);
    transform: scale(1.66);
    position: relative;
    top: 55px;
}

.stat_box .pie_value .num {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #3c3c3c;
}

.stat_box .pie_value .txt {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #6d6d6d;
}

.chapter7 .pie_chart_1 .pv1 {
    top: 22px;
    left: 48%;
}

.chapter7 .pie_chart_1 .pv2 {
    right: -43px;
    top: 41%;
}

.chapter7 .pie_chart_1 .pv3 {
    bottom: 32px;
    left: 47%;
}

.chapter7 .pie_chart_1 .pv4 {
    text-align: right;
    left: 14px;
    top: 62%;
}

.chapter7 .pie_chart_1 .pv5 {
    text-align: right;
    left: 28px;
    top: 33%;
}

.chapter7 .pie_chart_1 .pv6 {
    top: 17%;
    left: 89px;
    text-align: right;
}

.explanation,
p.explanation {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #767676;
    letter-spacing: .01em;
}

.chapter1 .bordered_grid .col {
    position: relative;
}

.chapter1 .bordered_grid .col .explanation {
    position: absolute;
    left: 25px;
    bottom: 20px;
}

.chapter7 .bordered_grid.grid_5 .row > .col,
.chapter3 .bordered_grid.grid_5 .row > .col,
.chapter5 .bordered_grid.grid_5 .row > .col {
    border-bottom: 0;
}

.chapter3 .bordered_grid.grid_5 .row > .col:nth-child(3),
.chapter5 .bordered_grid.grid_5 .row > .col:nth-child(3) {
    border-top: 1px solid #b8c4dc;
    border-left: 1px solid #b8c4dc;
}

.chapter3 .bordered_grid.grid_5 .col_full:first-child,
.chapter5 .bordered_grid.grid_5 .col_full:first-child {
    border-bottom: 1px solid #b8c4dc;
}

.chapter3 .btn_row {
    margin-top: 50px;
}

.chapter3 .pie_chart .value {
    text-align: left;
}

.pie_chart_3 {
    width: 240px;
    height: 240px;
    margin: 20px auto;
}

#digital_pie {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -ms-transform-origin:center center;
    -o-transform-origin:center center;
    transform-origin:center center;
    margin-top: 40px;
}

.chapter3 .bordered_grid.grid_5,
.chapter5 .bordered_grid.grid_5,
.chapter6 .bordered_grid.grid_5 {
    margin-top: 60px;
}

.chapter6 .bordered_grid.grid_5 {
    margin-bottom: 60px;
}

.value.with_arrow,
.value.with_check {
    padding-left: 35px;
    position: relative;
}

.value.with_arrow:before,
.value.with_check:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.value.with_arrow:before {
    background-image: url(../images/arrow_up.png);
    width: 18px;
    height:33px;
}

.value.with_check:before {
    background-image: url(../images/success.png);
    width: 23px;
    height: 17px;
}

.bubble_chart .bubble {
    width: 106px;
    height: 106px;
    display: inline-block;
    border-radius:50%;
    position: relative;
    margin: 0 10px 10px 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#335fb0+0,12429b+100 */
    background: #335fb0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #335fb0 0%, #12429b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #335fb0 0%,#12429b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #335fb0 0%,#12429b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335fb0', endColorstr='#12429b',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!*/
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.bubble_chart.green .bubble {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b9c31+0,387511+100 */
    background: #5b9c31; /* Old browsers */
    background: -moz-linear-gradient(45deg, #5b9c31 0%, #387511 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #5b9c31 0%,#387511 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #5b9c31 0%,#387511 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bubble_chart .bubble span {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.bubble_chart.in-view .bubble {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.bubble_chart.in-view .bubble_row:first-child .bubble:nth-child(1) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.bubble_chart.in-view .bubble_row:first-child .bubble:nth-child(2) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.bubble_chart.in-view .bubble_row:nth-child(2) .bubble:nth-child(1) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.bubble_chart.in-view .bubble_row:nth-child(2) .bubble:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}


/*green*/
.bubble_chart.green.in-view .bubble_row:first-child .bubble:nth-child(1) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.bubble_chart.green.in-view .bubble_row:first-child .bubble:nth-child(2) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.bubble_chart.green.in-view .bubble_row:first-child .bubble:nth-child(3) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.bubble_chart.green.in-view .bubble_row:nth-child(2) .bubble:nth-child(1) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.bubble_chart.green.in-view .bubble_row:nth-child(2) .bubble:nth-child(2) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.bubble_chart.green.in-view .bubble_row:nth-child(2) .bubble:nth-child(3) {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -ms-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.bubble_chart.green.in-view .bubble_row:nth-child(3) .bubble:nth-child(1) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -ms-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.chapter5 .video_container {
    border-top: 1px solid #b8c4dc;
    margin-top: 44px;
    padding-top: 44px;
}

.chapter4 .video_container,
.chapter5 .video_container {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

.chapter4 .video_container.in-view,
.chapter5 .video_container.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-out .25s;
    -moz-transition: all .5s ease-out .25s;
    -ms-transition: all .5s ease-out .25s;
    -o-transition: all .5s ease-out .25s;
    transition: all .5s ease-out .25s;
}

#blood_svg {
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    -webkit-transform-origin:center top;
    -moz-transform-origin:center top;
    -ms-transform-origin:center top;
    -o-transform-origin:center top;
    transform-origin:center top;
}

.video_row {
    position: relative;
}

.video_row .col {
    position: relative;
    z-index: 2;
}

/*.video_row:before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.chapter_section.chapter6 .btn_row {
    border-top: 0;
}

.bordered_grid.grid_5 > .row .col:nth-child(1),
.bordered_grid.grid_5 > .row .col:nth-child(2) {
    border-bottom: 0;
}

.chapter4 .bordered_grid.grid_5 > .row > .col:nth-child(1),
.chapter4 .bordered_grid.grid_5 > .row > .col:nth-child(2) {
    border-bottom: 1px solid #b8c4dc;
}

.curved_graph_values .val {
    font-size: 18px;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.curved_graph.in-view .curved_graph_values .val {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.curved_graph_values .val:nth-child(1) {
    top: 67px;
    left: 0;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.curved_graph_values .val:nth-child(2) {
    left: 36.3302752293578%;
    top: 50px;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.curved_graph_values .val:nth-child(3) {
    left: 72.47706422018348%;
    top: 0;
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.curved_graph_hor_line,
.curved_graph_labels {
    white-space: nowrap;
    margin-top: 12px;
}

.curved_graph_labels .val {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
    font-size: 14px;
    color: #828282;
    display: inline-block;
    padding-right:33.02752293577982%;
}

.curved_graph_labels .val:nth-child(2) {
    padding-right: 31.7%;
}

.curved_graph_inner {
    width: 100%;
    max-width: 545px;
    position: relative;
    padding-top: 32px;
    overflow: hidden;
}

.curved_graph_point {
    padding-right: 38.44954128440367%;
    position: relative;
}

.curved_graph_point:nth-child(2) {
    padding-right: 35.6%;
}

.curved_graph_point:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #c1c1c1;
    border-radius: 50%;
    vertical-align: middle;
}

.curved_graph_point:after {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #c1c1c1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

.curved_graph {
    margin: 25px 0 35px;
}

.curved_graph_line {
    position: relative;
}

.curved_graph_line:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -o-transform-origin:right top;
    transform-origin:right top;
    z-index: 2;
}

.curved_graph.in-view .curved_graph_line:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 1.2s ease .35s;
    -moz-transition: transform 1.2s ease .35s;
    -ms-transition: transform 1.2s ease .35s;
    -o-transition: transform 1.2s ease .35s;
    transition: transform 1.2s ease .35s;
}

.blood_graph .svg_graph {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -ms-transform-origin:center center;
    -o-transform-origin:center center;
    transform-origin:center center;
}

.blood_graph.in-view .svg_graph {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease-out .25s;
    -moz-transition: all .4s ease-out .25s;
    -ms-transition: all .4s ease-out .25s;
    -o-transition: all .4s ease-out .25s;
    transition: all .4s ease-out .25s;
}

.blood_graph .svg_label,
.blood_graph .svg_value {
    opacity: 0;
    font-family: 'PFSquareSansPro-Medium', sans-serif;
}

.blood_graph.in-view .svg_label,
.blood_graph.in-view .svg_value {
    opacity: 1;
}

.blood_graph.in-view .svg_label {
    -webkit-transition: all .3s ease-out .35s;
    -moz-transition: all .3s ease-out .35s;
    -ms-transition: all .3s ease-out .35s;
    -o-transition: all .3s ease-out .35s;
    transition: all .3s ease-out .35s;
}

.blood_graph.in-view .svg_value:nth-last-child(3),
.blood_graph.in-view .svg_value:nth-last-child(7),
.blood_graph.in-view .svg_value:nth-last-child(11) {
    -webkit-transition: all .3s ease-out .45s;
    -moz-transition: all .3s ease-out .45s;
    -ms-transition: all .3s ease-out .45s;
    -o-transition: all .3s ease-out .45s;
    transition: all .3s ease-out .45s;
}

.blood_graph.in-view .svg_value:nth-last-child(4),
.blood_graph.in-view .svg_value:nth-last-child(6),
.blood_graph.in-view .svg_value:nth-last-child(10) {
    -webkit-transition: all .3s ease-out .65s;
    -moz-transition: all .3s ease-out .65s;
    -ms-transition: all .3s ease-out .65s;
    -o-transition: all .3s ease-out .65s;
    transition: all .3s ease-out .65s;
}

.blood_graph.in-view .svg_value:nth-last-child(5),
.blood_graph.in-view .svg_value:nth-last-child(8),
.blood_graph.in-view .svg_value:nth-last-child(9) {
    -webkit-transition: all .3s ease-out .85s;
    -moz-transition: all .3s ease-out .85s;
    -ms-transition: all .3s ease-out .85s;
    -o-transition: all .3s ease-out .85s;
    transition: all .3s ease-out .85s;
}

.video_row .col {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.video_row.in-view .col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.video_row.in-view .col:first-child {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.video_row.in-view .col:nth-child(2) {
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -ms-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
}

.video_row.in-view .col:nth-child(3) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.video_row.in-view .col:nth-child(4) {
    -webkit-transition-delay: .65s;
    -moz-transition-delay: .65s;
    -ms-transition-delay: .65s;
    -o-transition-delay: .65s;
    transition-delay: .65s;
}

.video_row.in-view .col:nth-child(5) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.chapter_intro {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.in-view .chapter_intro {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .5s ease-out .35s;
    -moz-transition: all .5s ease-out .35s;
    -ms-transition: all .5s ease-out .35s;
    -o-transition: all .5s ease-out .35s;
    transition: all .5s ease-out .35s;
}

#digital_pie {
    opacity: 0;
    -webkit-transform: scale(.8) rotate(20deg);
    -moz-transform: scale(.8) rotate(20deg);
    -ms-transform: scale(.8) rotate(20deg);
    -o-transform: scale(.8) rotate(20deg);
    transform: scale(.8) rotate(20deg);
}

.pie_chart_3.in-view #digital_pie {
    opacity: 1;
    -webkit-transform: scale(1.5) rotate(0deg);
    -moz-transform: scale(1.5) rotate(0deg);
    -ms-transform: scale(1.5) rotate(0deg);
    -o-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
    -webkit-transition: all .45s ease-out .2s;
    -moz-transition: all .45s ease-out .2s;
    -ms-transition: all .45s ease-out .2s;
    -o-transition: all .45s ease-out .2s;
    transition: all .45s ease-out .2s;
}

#env_bar {
    -webkit-transform: scale(3.87);
    -moz-transform: scale(3.87);
    -ms-transform: scale(3.87);
    -o-transform: scale(3.87);
    transform: scale(3.87);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
    transform-origin:left top;
}

.horizontal_graph_inner {
    padding: 48px 0;
    min-height: 164px;
    position: relative;
}

.horizontal_graph .label {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    position: absolute;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -ms-transform-origin:center center;
    -o-transform-origin:center center;
    transform-origin:center center;
}

.horizontal_graph.in-view .label {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.horizontal_graph .label b {
    font-family: 'PFSquareSansPro-Medium', sans-serif;
}

.horizontal_graph .label:before {
    content: '';
    width: 1px;
    height: 20px;
    border-right: 1px dashed #333333;
    position: absolute;
    left: 50%;
}

.horizontal_graph .label:nth-child(1):before,
.horizontal_graph .label:nth-child(2):before,
.horizontal_graph .label:nth-child(3):before {
    top: 100%;
}

.horizontal_graph .label:nth-child(4):before,
.horizontal_graph .label:nth-child(5):before {
    bottom: 100%;
}

.horizontal_graph .label:nth-child(1),
.horizontal_graph .label:nth-child(2),
.horizontal_graph .label:nth-child(3) {
    top: 0;
    padding-bottom: 8px;
}

.horizontal_graph .label:nth-child(4),
.horizontal_graph .label:nth-child(5) {
    bottom: 0;
    padding-top: 8px;
}

.horizontal_graph .label:nth-child(1) {
    left: 25%;
}

.horizontal_graph .label:nth-child(2) {
    left: 65%;
}

.horizontal_graph .label:nth-child(3) {
    right: 12%;
}

.horizontal_graph .label:nth-child(4) {
    right: 33%;
}

.horizontal_graph .label:nth-child(5) {
    right: 16.5%;
}

.env_bar {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.horizontal_graph .env_bar {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin:left center;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    -o-transform-origin:left center;
    transform-origin:left center;
}

.horizontal_graph.in-view .env_bar {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.horizontal_graph.in-view .env_bar1,
.horizontal_graph.in-view .label:nth-child(1){
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.horizontal_graph.in-view .env_bar2,
.horizontal_graph.in-view .label:nth-child(5){
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.horizontal_graph.in-view .env_bar3,
.horizontal_graph.in-view .label:nth-child(2){
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.horizontal_graph.in-view .env_bar4,
.horizontal_graph.in-view .label:nth-child(5){
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.horizontal_graph.in-view .env_bar5,
.horizontal_graph.in-view .label:nth-child(3){
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.half_circle_graph {
    text-align: center;
}

.half_circle_graph_inner {
    font-size: 0;
}

.half_circle_graph_col {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.half_circle_graph_col:nth-child(1) {
    padding-right: 9px;
}

.half_circle_graph_col:nth-child(2) {
    padding-left: 9px;
}

.half_circle_graph_col .value {
    margin-top: -18px;
}

.half_circle_graph .graph {
    position: relative;
}

.half_circle_graph .graph:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .5s ease-out .3s;
    -moz-transition: all .5s ease-out .3s;
    -ms-transition: all .5s ease-out .3s;
    -o-transition: all .5s ease-out .3s;
    transition: all .5s ease-out .3s;
}

.half_circle_graph.in-view .graph:before {
    width: 0;
}

.sprite_icon.play_vid {
    background-position: -154px -81px;
    width: 32px;
    height: 31px;
}

.video_container .play_vid {
    position: absolute;
    top: 33px;
    left: 33px;
}

.video_row .video_container .play_vid {
    top: 20px;
    left: 20px;
}

.video_row .video_container figcaption {
    left: 20px;
    bottom: 20px;
}

.video_container {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.desktop .video_container:hover {
    opacity: .8;
}

.video_popup .js_popup_close {
    position: absolute;
    right: 1%;
    top: 2%;
}

.jp-video-full .jp-video-play {
    height: 89%;
    margin: 0;
}

.pie_slice {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.pie_chart.in-view .pie_slice {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pie_slice1 {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform-origin:center bottom;
    -moz-transform-origin:center bottom;
    -ms-transform-origin:center bottom;
    -o-transform-origin:center bottom;
    transform-origin:center bottom;
}

.pie_slice2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform-origin:left center;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    -o-transform-origin:left center;
    transform-origin:left center;
}

.pie_slice3 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform-origin:center top;
    -moz-transform-origin:center top;
    -ms-transform-origin:center top;
    -o-transform-origin:center top;
    transform-origin:center top;
}

.pie_slice4 {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform-origin:right center;
    -moz-transform-origin:right center;
    -ms-transform-origin:right center;
    -o-transform-origin:right center;
    transform-origin:right center;
}

.pie_slice5 {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transform-origin:right bottom;
    -moz-transform-origin:right bottom;
    -ms-transform-origin:right bottom;
    -o-transform-origin:right bottom;
    transform-origin:right bottom;
}

.pie_slice6 {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-transform-origin:right bottom;
    -moz-transform-origin:right bottom;
    -ms-transform-origin:right bottom;
    -o-transform-origin:right bottom;
    transform-origin:right bottom;
}

.main_logo .mobile {
    display: none;
}

.js_burger_menu {
    display: none;
}

.mobile_nav {
    display: none;
}

.mobile_visible {
    display: none;
}

.value.with_arrow.arrow_2:before {
    top: 21px;
}

.blood_graph_inner {
    text-align: center;
    min-height: 275px;
}

.chapter2 .stat_box .value figure {
    margin-top: 20px;
}

.video_row .video_container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.intro_section .tablet_visible {
    display: none;
}

.iphone .jp-video .jp-controls-holder,
.iphone .jp-video-full .jp-gui,
.iphone .jp-jplayer:before,
.android .jp-jplayer:before {
    display: none !important;
}

.iphone .jp-jplayer:before  {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -154px -81px;
    width: 32px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.iphone .jp-state-playing .jp-jplayer:before {
    opacity: 0;
    visibility: hidden;
}

/*
.iphone .jp-jplayer {
    background: #000000 !important;
}*/

.digital_pie .pie_svg {
    -webkit-transition: all .9s ease-out .2s;
    -moz-transition: all .9s ease-out .2s;
    -ms-transition: all .9s ease-out .2s;
    -o-transition: all .9s ease-out .2s;
    transition: all .9s ease-out .2s;
    -webkit-transform: scale(.8) rotate(10deg);
    -moz-transform: scale(.8) rotate(10deg);
    -ms-transform: scale(.8) rotate(10deg);
    -o-transform: scale(.8) rotate(10deg);
    transform: scale(.8) rotate(10deg);
    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -ms-transform-origin:center center;
    -o-transform-origin:center center;
    transform-origin:center center;
    opacity: 0;
}

.digital_pie.in-view .pie_svg {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.share {
    position: relative;
    cursor: pointer;
}

.header_options .share a {
    margin-left: 0;
}

.header_options .share a:hover {
    color: #38b23f;
}

.header_options .share a:after {
    content: '';
    width: 1px;
    height: 17px;
    display: inline-block;
    background: #a6a59b;
    margin: 0 5px;
    vertical-align: middle;
}

.header_options .share a:last-child:after {
    display: none;
}

.share .hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100px;
    padding-top: 0;
    text-align: left;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.share:hover .hover {
    padding-top: 18px;
    opacity: 1;
    visibility: visible;
}

@media all and (-ms-high-contrast:none)
{
    .pie_chart_1 .pie_svg {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        transition: all 3s ease-out .5s;
    }

    .pie_chart.in-view .pie_chart_1 .pie_svg {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@supports (-ms-accelerator:true) {
    .pie_chart_1 .pie_svg {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        transition: all 3s ease-out .5s;
    }

    .pie_chart.in-view .pie_chart_1 .pie_svg {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@supports (-ms-ime-align:auto) {
    .pie_chart_1 .pie_svg {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        transition: all 3s ease-out .5s;
    }

    .pie_chart.in-view .pie_chart_1 .pie_svg {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

html:lang(en) .main_logo {
    max-width: 220px;
}

.generic_link:link,
.generic_link:visited,
a.generic_link:link,
a.generic_link:visited {
    color: #000000;
    text-decoration: underline;
}

.desktop .generic_link:hover,
.desktop a.generic_link:hover {
    color: #38b23f;
}

.jp-jplayer.loading:before {
    content: '';
    background: url(../images/loading.gif) no-repeat 0 0 !important;
    width: 64px;
    height: 64px;
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: .52;
    transition: all .3s ease-out;
	z-index:10000;
}