/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

html {
    box-sizing: border-box
}

*,*::before,*::after {
    box-sizing: inherit
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus,a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

pre {
    margin-top: 0;
    margin-bottom: 1rem
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

a,area,button,[role="button"],input,label,select,summary,textarea {
    touch-action: manipulation
}

table {
    background-color: rgba(0,0,0,0)
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,button,select,textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.container::after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 544px) {
    .container {
        max-width:576px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:940px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 544px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
        float:left
    }

    .col-xl-1 {
        width: 8.3333333333%
    }

    .col-xl-2 {
        width: 16.6666666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.3333333333%
    }

    .col-xl-5 {
        width: 41.6666666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.3333333333%
    }

    .col-xl-8 {
        width: 66.6666666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.3333333333%
    }

    .col-xl-11 {
        width: 91.6666666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.3333333333%
    }

    .col-xl-pull-2 {
        right: 16.6666666667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.3333333333%
    }

    .col-xl-pull-5 {
        right: 41.6666666667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.3333333333%
    }

    .col-xl-pull-8 {
        right: 66.6666666667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.3333333333%
    }

    .col-xl-pull-11 {
        right: 91.6666666667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.3333333333%
    }

    .col-xl-push-2 {
        left: 16.6666666667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.3333333333%
    }

    .col-xl-push-5 {
        left: 41.6666666667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.3333333333%
    }

    .col-xl-push-8 {
        left: 66.6666666667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.3333333333%
    }

    .col-xl-push-11 {
        left: 91.6666666667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0%
    }

    .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*!
    This CSS resource incorporates links to font software which is the valuable copyrighted
    property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
    redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
    Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
    font-family: 'Frutiger 47';
    src: url("../fonts/d081ebc4-72ee-49ad-94a1-b3cd3e01e2a1.woff2") format("woff2"),url("../fonts/5a1bab15-ef53-49fb-aaa8-16c62d878661.eot") format("eot"),url("../fonts/e4b55b70-bcab-4701-b1ce-3cd09b3c8077.woff") format("woff"),url("../fonts/a8692796-3220-4d4b-a593-167aafa86ec9.svg#a8692796-3220-4d4b-a593-167aafa86ec9") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Frutiger 57';
    src: url("../fonts/5995e4b5-97ff-4823-bebb-dc150282a2cf.woff2") format("woff2"),url("../fonts/e6c921f4-c7f3-4375-a9e2-2a30e1af2014.eot") format("eot"),url("../fonts/bd26bfea-b97f-4b32-b5f6-504be0b1938d.woff") format("woff"),url("../fonts/247bce89-c2d1-44ba-a36c-c3c2eef2131c.svg#247bce89-c2d1-44ba-a36c-c3c2eef2131c") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Frutiger 57';
    src: url("../fonts/9cb89a6d-d50a-46c9-8b4e-1eec4ff4b511.woff2") format("woff2"),url("../fonts/e6ea61cf-045f-4a83-beb7-2b686e01503f.eot") format("eot"),url("../fonts/fce3a606-a3f3-45a6-994a-953cc70af4dc.woff") format("woff"),url("../fonts/a06138fd-9732-49e7-8b9f-34a0fe651923.svg#a06138fd-9732-49e7-8b9f-34a0fe651923") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Frutiger 67';
    src: url("../fonts/4c4ee705-e593-4456-988d-03a5a2594534.woff2") format("woff2"),url("../fonts/d4125907-9465-43ee-b1eb-b9195f69cec7.eot") format("eot"),url("../fonts/e728739a-5d86-4213-9f4f-73394eff3d19.woff") format("woff"),url("../fonts/d6cc9dd9-5ba8-4746-a2dd-ee86b58a9db4.svg#d6cc9dd9-5ba8-4746-a2dd-ee86b58a9db4") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Roman';
    src: url("../fonts/89294146-207c-4803-91fe-338f0d0094bd.woff2") format("woff2"),url("../fonts/05598d95-f297-4c7f-a825-ab617e7e045f.eot") format("eot"),url("../fonts/57055fe4-c2d3-4287-bac2-eece43fdcbd3.woff") format("woff"),url("../fonts/f8343ddf-e94d-471e-95b0-3b435acc2499.svg#f8343ddf-e94d-471e-95b0-3b435acc2499") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Roman';
    src: url("../fonts/7ce0a2f5-eb00-46aa-919c-5b3f3667646c.woff2") format("woff2"),url("../fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot") format("eot"),url("../fonts/cad22c74-45b4-4c49-9e6a-0cd3768a7bc7.woff") format("woff"),url("../fonts/7672ef16-fedc-4b60-8337-04b537a6ada5.svg#7672ef16-fedc-4b60-8337-04b537a6ada5") format("svg");
    font-style: normal;
    font-weight: bold;
    font-display: swap
}

html {
    font-size: 10px
}

@media (min-width: 768px) {
    html {
        font-size:15px
    }
}

.fs-kss-background {
    background-color: rgba(203,207,222,0.5);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,0.3) 35px, rgba(255,255,255,0.3) 70px)
}

.fs-grid,.page-area,.fullscreen-modal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    margin: 0 4px;
    min-width: 312px;
    max-width: 759px
}

@media (min-width: 768px) {
    .fs-grid,.page-area,.fullscreen-modal {
        margin:0 15px;
        min-width: 738px;
        max-width: 1164px
    }
}

.fs-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.fs-row.-collapse {
    margin-right: 0;
    margin-left: 0
}

.fs-row.-expand {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem
}

html,body {
    min-height: 100%
}

body {
    width: 100%
}

.no-horizontal-scroll {
    overflow-x: hidden;
    position: relative
}

.no-scroll {
    overflow: hidden
}

.-centered,.insert .background {
    display: flex;
    justify-content: center
}

.content-area,.fold-out.-subnav>.fold,.fold-out.-subnav[aria-expanded="true"]>.content .link,.fold-out.-subnav[aria-expanded="true"]>.content .text a,.text .fold-out.-subnav[aria-expanded="true"]>.content a,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 8.3333333333%;
    z-index: 1;
    flex: 0 0 83.3333333333%;
    flex-basis: auto;
    width: calc(100% / 1.2)
}

@media (min-width: 768px) {
    .content-area,.fold-out.-subnav>.fold,.fold-out.-subnav[aria-expanded="true"]>.content .link,.fold-out.-subnav[aria-expanded="true"]>.content .text a,.text .fold-out.-subnav[aria-expanded="true"]>.content a,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a {
        flex:0 0 66.6666666667%;
        flex-basis: auto;
        width: calc(100% / 1.5)
    }
}

.navbar-fixed-top {
    z-index: 9
}

.owl-carousel .owl-item img {
    transform-style: flat
}

.-is-hidden,.no-horizontal-scroll .-is-hidden {
    display: none
}

:target::before {
    content: '';
    display: block;
    height: 90px;
    margin: -90px 0 0
}

@media (max-width: 767px) {
    .-is-hidden-mq1-only {
        display:none !important
    }
}

@media (min-width: 768px) {
    .-is-hidden-mq2-only {
        display:none !important
    }
}

.mgnl-inspector-string {
    display: none
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .hide-section-mobile {
        display:none !important
    }
}

@media screen and (max-width: 350px) {
    .hide-section-mobile {
        display:none !important
    }
}

.button {
    border-style: solid;
    border-width: 1px;
    color: #31417A;
    font-family: 'Helvetica Roman';
    cursor: pointer;
    outline: none !important;
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 10px 8px
}

@media (min-width: 768px) {
    .button {
        font-size:20px;
        margin-right: 20px;
        padding: 13px 15px 11px
    }
}

.button:hover {
    text-decoration: underline
}

.button.-disabled {
    background-color: transparent;
    border-color: #666;
    color: #666
}

.button.-disabled:hover {
    text-decoration: none
}

.button.-primary {
    background-color: #79A342;
    border-color: #79A342;
    color: #fff
}

.button.-primary.-filter.-active {
    color: #79A342;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #79A342
}

.button.-secondary {
    background-color: transparent;
    border-color: #72993E;
    color: #72993E
}

.button.-secondary.-white {
    border-color: #fff;
    color: #fff
}

.button.-direction-arrow {
    vertical-align: text-bottom;
    padding-right: 15px;
    padding-left: 15px
}

.button.-direction-arrow::after {
    content: '';
    background-image: url("../img/icons/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-size: 12px 19px;
    width: 12px;
    height: 19px;
    transition: all .2s ease-out
}

.button.-direction-arrow[aria-pressed="true"]::after,.button.-direction-arrow[aria-pressed="mixed"]::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px
}

.button.-direction-arrow[aria-pressed="true"]::after {
    transform: rotate(90deg)
}

.button.-direction-arrow[aria-pressed="mixed"]::after {
    transform: rotate(-90deg)
}

@media screen and (min-width: 1400px) {
    .sticky-call-out .content .contentButtonContainer:first-child {
        margin-top:20px
    }

    .contentButtonContainer {
        padding: 5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 358px
    }

    .contentButtonContainer>a {
        display: inline-block;
        min-width: 160px;
        max-width: 100%;
        word-break: break-word;
        padding: 13px 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        outline: none;
        text-decoration: none;
        text-align: center;
        position: relative
    }

    .contentButtonContainer>a:hover {
        cursor: pointer;
        transition: .4s
    }

    .callout-aside .sticky-call-out .contentButtonContainer {
        padding: 4px 0px
    }

    .callout-aside .sticky-call-out .contentButtonContainer a {
        display: block;
        width: 100%;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        outline: none;
        text-decoration: none;
        text-align: center;
        word-break: break-word
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px
    }

    .transparent-content-button:hover {
        background-color: #79A342;
        border-color: #79A342;
        color: #FFF;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }

    .green-content-button:hover {
        background-color: transparent;
        border-color: #79A342;
        color: #79A342;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .sticky-call-out .content .contentButtonContainer:first-child {
        margin-top:20px
    }

    .contentButtonContainer {
        padding: 5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 358px
    }

    .contentButtonContainer>a {
        display: inline-block;
        min-width: 160px;
        max-width: 100%;
        word-break: break-word;
        padding: 13px 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        outline: none;
        text-decoration: none;
        text-align: center;
        position: relative
    }

    .contentButtonContainer>a:hover {
        cursor: pointer;
        transition: .4s
    }

    .callout-aside .sticky-call-out .contentButtonContainer {
        padding: 4px 0px
    }

    .callout-aside .sticky-call-out .contentButtonContainer a {
        display: block;
        width: 100%;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        outline: none;
        text-decoration: none;
        text-align: center;
        word-break: break-word
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button:hover {
        background-color: #79A342;
        border-color: #79A342;
        color: #FFF;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }

    .green-content-button:hover {
        background-color: transparent;
        border-color: #79A342;
        color: #79A342;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .sticky-call-out .content .contentButtonContainer:first-child {
        margin-top:20px
    }

    .contentButtonContainer {
        padding: 5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 358px
    }

    .contentButtonContainer>a {
        display: inline-block;
        min-width: 160px;
        max-width: 100%;
        word-break: break-word;
        padding: 13px 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        outline: none;
        text-decoration: none;
        text-align: center;
        position: relative
    }

    .contentButtonContainer>a:hover {
        cursor: pointer;
        transition: .4s
    }

    .callout-aside .sticky-call-out .contentButtonContainer {
        padding: 4px 0px
    }

    .callout-aside .sticky-call-out .contentButtonContainer a {
        display: block;
        width: 100%;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        outline: none;
        text-decoration: none;
        text-align: center;
        word-break: break-word
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button:hover {
        background-color: #79A342;
        border-color: #79A342;
        color: #FFF;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }

    .green-content-button:hover {
        background-color: transparent;
        border-color: #79A342;
        color: #79A342;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .sticky-call-out-wrapper .sticky-call-out {
        left:76.3333% !important
    }

    .sticky-call-out .content .contentButtonContainer:first-child {
        margin-top: 20px
    }

    .contentButtonContainer {
        padding: 5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 358px
    }

    .contentButtonContainer>a {
        display: inline-block;
        min-width: 160px;
        max-width: 100%;
        word-break: break-word;
        padding: 13px 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        outline: none;
        text-decoration: none;
        text-align: center;
        position: relative
    }

    .contentButtonContainer>a:hover {
        cursor: pointer;
        transition: .4s
    }

    .callout-aside .sticky-call-out .contentButtonContainer {
        padding: 4px 0px
    }

    .callout-aside .sticky-call-out .contentButtonContainer a {
        display: block;
        width: 100%;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        outline: none;
        text-decoration: none;
        text-align: center;
        word-break: break-word
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button:hover {
        background-color: #79A342;
        border-color: #79A342;
        color: #FFF;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }

    .green-content-button:hover {
        background-color: transparent;
        border-color: #79A342;
        color: #79A342;
        padding: 13px 16px 13px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        border-radius: 3px
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .contentButtonContainer {
        padding:5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 358px
    }

    .contentButtonContainer>a {
        display: block;
        color: #FFF;
        padding: 13px 16px 13px;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        outline: none;
        text-decoration: none;
        text-align: center
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .contentButtonContainer {
        padding:5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 100%
    }

    .contentButtonContainer>a {
        display: block;
        word-break: break-word;
        padding: 13px 16px 13px;
        font-size: 14px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        outline: none;
        text-decoration: none;
        text-align: center
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }
}

@media screen and (max-width: 350px) {
    .contentButtonContainer {
        padding:5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 100%
    }

    .contentButtonContainer>a {
        display: block;
        word-break: break-word;
        padding: 13px 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        outline: none;
        text-decoration: none;
        text-align: center
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }
}

@media print {
    .contentButtonContainer {
        padding: 5px 0px;
        max-width: 100%;
        display: block
    }

    .content-CTA {
        width: 358px
    }

    .contentButtonContainer>a {
        display: inline-block;
        min-width: 160px;
        max-width: 100%;
        word-break: break-word;
        color: #FFF;
        padding: 13px 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Helvetica Roman';
        cursor: pointer;
        border-style: solid;
        border-width: 1px;
        outline: none;
        text-decoration: none;
        text-align: center
    }

    .green-content-button {
        background-color: #79A342;
        border: 1px solid #79A342;
        color: #FFF;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }

    .transparent-content-button {
        background-color: transparent;
        border: 1px solid #79A342;
        color: #79A342;
        word-break: break-word;
        border-radius: 3px;
        padding: 13px 16px 13px
    }
}

.content-divider,.text hr,.cke_editable hr {
    background-color: #B2B2B2;
    border: 0;
    height: 1px;
    margin-top: 20px;
    width: 100%
}

.heading-main {
    color: #fff;
    font-family: 'Frutiger 67';
    font-weight: normal;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 30px
}

@media (min-width: 768px) {
    .heading-main {
        font-size:46px;
        line-height: 50px
    }
}

.heading-sub {
    color: #fff;
    font-family: 'Frutiger 47';
    font-weight: normal;
    margin: 0;
    font-size: 28px;
    line-height: 30px
}

@media (min-width: 768px) {
    .heading-sub {
        font-size:46px;
        line-height: 50px
    }
}

.heading-accordion,.text h6,.cke_editable h6 {
    color: #31417A;
    font-family: 'Frutiger 57';
    font-weight: normal;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px
}

@media (min-width: 768px) {
    .heading-accordion,.text h6,.cke_editable h6 {
        font-size:22px;
        line-height: 26px;
        margin-top: 25px
    }
}

.heading-callout,.text h5,.cke_editable h5 {
    color: #31417A;
    font-family: 'Frutiger 57';
    font-weight: normal;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    margin-top: 21px
}

@media (min-width: 768px) {
    .heading-callout,.text h5,.cke_editable h5 {
        font-size:26px;
        line-height: 30px;
        margin-top: 25px
    }
}

.heading-column,.content-section .content-area h2,.content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text h3,.cke_editable h3,.text h4,.cke_editable h4 {
    border-bottom: 1px solid #B2B2B2;
    color: #31417A;
    font-family: 'Frutiger 57';
    font-weight: normal;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
    margin-top: 40px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .heading-column,.content-section .content-area h2,.content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text h3,.cke_editable h3,.text h4,.cke_editable h4 {
        font-size:30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px
    }
}

.heading-column.-with-description,.content-section .content-area h2.-with-description,.content-section .fold-out.-subnav>.fold h2.-with-description,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2.-with-description,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2.-with-description,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2.-with-description,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2.-with-description,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2.-with-description,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2.-with-description,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2.-with-description,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2.-with-description,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2.-with-description,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2.-with-description,.text h3.-with-description,.cke_editable h3.-with-description,.text h4.-with-description,.cke_editable h4.-with-description {
    margin-top: 15px
}

.heading-content {
    color: #31417A;
    font-family: 'Frutiger 47';
    font-weight: normal;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    margin-top: 38px
}

@media (min-width: 768px) {
    .heading-content {
        font-size:40px;
        line-height: 42px;
        margin-top: 69px
    }
}

@media (min-width: 768px) {
    .search-heading-content {
        font-size:28px
    }
}

.heading-overline {
    margin-top: 38px
}

@media (min-width: 768px) {
    .heading-overline {
        margin-top:67px
    }
}

.heading-overline>.heading-content {
    margin-top: 15px
}

@media screen and (min-width: 1400px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:24px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:24px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:24px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:20px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 20px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:20px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 20px;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:20px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 20px;
        margin-bottom: 14px
    }
}

@media screen and (max-width: 350px) {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size:20px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 20px;
        margin-bottom: 14px
    }
}

@media print {
    .publication-type .heading-accordion,.publication-type .text h6,.text .publication-type h6,.publication-type .cke_editable h6,.cke_editable .publication-type h6 {
        font-size: 24px;
        margin-bottom: 14px
    }

    .fold-out>.content .publication-type .heading-accordion,.fold-out>.content .publication-type .text h6,.text .fold-out>.content .publication-type h6,.fold-out>.content .publication-type .cke_editable h6,.cke_editable .fold-out>.content .publication-type h6 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

.link,.text a,.cke_editable a,.link:link,.text a:link,.cke_editable a:link,.link:visited,.text a:visited,.cke_editable a:visited,.link:hover,.text a:hover,.cke_editable a:hover,.link:focus,.text a:focus,.cke_editable a:focus,.link:active,.text a:active,.cke_editable a:active {
    font-family: 'Helvetica Roman';
    color: #72993E
}

.link:visited,.text a:visited,.cke_editable a:visited,.link:focus,.text a:focus,.cke_editable a:focus,.link:active,.text a:active,.cke_editable a:active {
    text-decoration: none
}

.link:hover,.text a:hover,.cke_editable a:hover {
    text-decoration: underline
}

.copy .link,.list .link,.text>ul .link,.cke_editable>ul .link,.text>ol .link,.cke_editable>ol .link,.pagination .pages .page:disabled .link,.executive-education .no-results .link,.lg-outer .lg-item .link,.event-table .link,.copy .text a,.text .copy a,.list .text a,.text .list a,.text>ul a,.cke_editable>ul .text a,.text .cke_editable>ul a,.text>ol a,.cke_editable>ol .text a,.text .cke_editable>ol a,.pagination .pages .page:disabled .text a,.text .pagination .pages .page:disabled a,.executive-education .no-results .text a,.text .executive-education .no-results a,.lg-outer .lg-item .text a,.text .lg-outer .lg-item a,.event-table .text a,.text .event-table a,.copy .cke_editable a,.cke_editable .copy a,.list .cke_editable a,.cke_editable .list a,.text>ul .cke_editable a,.cke_editable .text>ul a,.cke_editable>ul a,.text>ol .cke_editable a,.cke_editable .text>ol a,.cke_editable>ol a,.pagination .pages .page:disabled .cke_editable a,.cke_editable .pagination .pages .page:disabled a,.executive-education .no-results .cke_editable a,.cke_editable .executive-education .no-results a,.lg-outer .lg-item .cke_editable a,.cke_editable .lg-outer .lg-item a,.event-table .cke_editable a,.cke_editable .event-table a {
    font-weight: bold
}

.link-content,.footer .table-of-contents .toc-heading {
    margin-top: 25px
}

@media (min-width: 768px) {
    .link-content,.footer .table-of-contents .toc-heading {
        margin-top:30px
    }
}

.link-content>.content>a:link,.footer .table-of-contents .toc-heading>.content>a:link,.link-content>.content>a:visited,.footer .table-of-contents .toc-heading>.content>a:visited,.link-content>.content>a:focus,.footer .table-of-contents .toc-heading>.content>a:focus,.link-content>.content>a:active,.footer .table-of-contents .toc-heading>.content>a:active,.link-content>.content>a:visited,.footer .table-of-contents .toc-heading>.content>a:visited {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    color: #79A342;
    border-bottom: 1px solid #B2B2B2;
    font-family: 'Frutiger 57';
    font-size: 22px;
    line-height: 22px
}

.link-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.link-content>.content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    flex-basis: auto;
    width: 100%
}

@media (min-width: 768px) {
    .link-content>.content {
        flex:0 0 33.3333333333%;
        flex-basis: auto;
        width: calc(4/12 * 100%)
    }

    .content-area>.link-content>.content,.fold-out.-subnav>.fold>.link-content>.content,.fold-out.-subnav[aria-expanded="true"]>.content .link>.link-content>.content,.fold-out.-subnav[aria-expanded="true"]>.content .text a>.link-content>.content,.text .fold-out.-subnav[aria-expanded="true"]>.content a>.link-content>.content,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>.link-content>.content,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>.link-content>.content {
        flex: 0 0 50%;
        flex-basis: auto;
        width: calc(4/8 * 100%)
    }

    .fold-out .link-content>.content {
        flex: 0 0 100%;
        flex-basis: auto;
        width: 100%
    }

    .two-column-content .col>.link-content>.content {
        flex: 0 0 100%;
        flex-basis: auto;
        width: 100%
    }
}

.link-icon {
    margin-top: 20px;
    margin-bottom: 20px
}

.link-icon a>.description {
    display: none
}

.link-icon.-text-right>a,.link-icon.-text-right .description {
    display: flex
}

.link-icon.-text-right .description {
    margin-left: 3px
}

.link-icon>a {
    font-family: 'Helvetica Roman';
    font-size: 12px;
    line-height: 16px;
    color: #666;
    cursor: pointer
}

.link-icon>a:link,.link-icon>a:visited,.link-icon>a:focus,.link-icon>a:hover,.link-icon>a:active {
    text-decoration: none
}

.link-icon>a>img {
    width: 40px;
    height: 30px
}

.link-icon.-text-bottom .description {
    display: block;
    margin-top: 2px;
    font-family: 'Helvetica Roman';
    font-size: 9px;
    line-height: 9px;
    color: #fff
}

.link-icon.-switch .switch-text {
    text-transform: uppercase;
    color: #79A342;
    font-family: 'Frutiger 47';
    font-size: 25px;
    line-height: 23px
}

.link-icon.-download .description {
    margin-left: 7px
}

.link-icon.-disabled {
    pointer-events: none
}

.link-icon.-disabled .icon *[class^='cls-'],.link-icon.-disabled .icon path,.link-icon.-disabled .icon text,.link-icon.-disabled .icon use {
    fill: #666
}

.link-icon.-disabled .icon line {
    stroke: #666
}

.link-icon.-disabled .icon .svg-call *[class^='cls-'],.link-icon.-disabled .icon .svg-call path,.link-icon.-disabled .icon .svg-call use,.link-icon.-disabled .icon .svg-close *[class^='cls-'],.link-icon.-disabled .icon .svg-close path,.link-icon.-disabled .icon .svg-close use,.link-icon.-disabled .icon .svg-download *[class^='cls-'],.link-icon.-disabled .icon .svg-download path,.link-icon.-disabled .icon .svg-download use,.link-icon.-disabled .icon .svg-googleplus *[class^='cls-'],.link-icon.-disabled .icon .svg-googleplus path,.link-icon.-disabled .icon .svg-googleplus use,.link-icon.-disabled .icon .svg-facebook *[class^='cls-'],.link-icon.-disabled .icon .svg-facebook path,.link-icon.-disabled .icon .svg-facebook use,.link-icon.-disabled .icon .svg-foursquare *[class^='cls-'],.link-icon.-disabled .icon .svg-foursquare path,.link-icon.-disabled .icon .svg-foursquare use,.link-icon.-disabled .icon .svg-in *[class^='cls-'],.link-icon.-disabled .icon .svg-in path,.link-icon.-disabled .icon .svg-in use,.link-icon.-disabled .icon .svg-instagram *[class^='cls-'],.link-icon.-disabled .icon .svg-instagram path,.link-icon.-disabled .icon .svg-instagram use,.link-icon.-disabled .icon .svg-pdf *[class^='cls-'],.link-icon.-disabled .icon .svg-pdf path,.link-icon.-disabled .icon .svg-pdf use,.link-icon.-disabled .icon .svg-youtube *[class^='cls-'],.link-icon.-disabled .icon .svg-youtube path,.link-icon.-disabled .icon .svg-youtube use,.link-icon.-disabled .icon .svg-twitter *[class^='cls-'],.link-icon.-disabled .icon .svg-twitter path,.link-icon.-disabled .icon .svg-twitter use,.link-icon.-disabled .icon .svg-xing *[class^='cls-'],.link-icon.-disabled .icon .svg-xing path,.link-icon.-disabled .icon .svg-xing use {
    fill: none;
    stroke: #666
}

.link-icon.-disabled .icon .svg-youtube *[class^='cls-'],.link-icon.-disabled .icon .svg-youtube path {
    stroke-width: 6
}

@media (min-width: 768px) {
    .link-icon.-text-bottom .description {
        font-size:11px;
        line-height: 11px
    }
}

.nav-link {
    align-items: center;
    color: #666;
    border-left: 1px #666 solid;
    display: flex;
    flex-direction: column;
    font-family: 'Helvetica Roman';
    font-size: 9px;
    height: 28px;
    justify-content: flex-end;
    line-height: 9px;
    text-transform: capitalize;
    text-decoration: none;
    width: 43px
}

@media (min-width: 768px) {
    .nav-link {
        font-size:11px;
        height: 60px;
        line-height: 11px;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 67px
    }
}

.link-stage {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    display: block;
    margin-top: 30px;
    margin-right: 10px;
    padding: 10px 10px 8px;
    cursor: pointer;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #79A342;
    outline: none !important;
    background-color: #79A342;
    font-family: 'Helvetica Roman';
    font-size: 16px
}

.link-stage:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .link-stage {
        flex:0 0 75%;
        flex: none;
        margin-top: 40px;
        margin-right: 20px;
        padding: 13px 15px 11px;
        font-size: 20px
    }
}

.copy,.list,.text>ul,.cke_editable>ul,.text>ol,.cke_editable>ol,.pagination .pages .page:disabled,.executive-education .no-results,.lg-outer .lg-item,.event-table {
    color: #666;
    font-family: 'Helvetica Roman';
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px
}

@media (min-width: 768px) {
    .copy,.list,.text>ul,.cke_editable>ul,.text>ol,.cke_editable>ol,.pagination .pages .page:disabled,.executive-education .no-results,.lg-outer .lg-item,.event-table {
        font-size:16px;
        line-height: 1.6em;
        margin-top: 16px
    }
}

.copy.-caption,.-caption.list,.text>ul.-caption,.cke_editable>ul.-caption,.text>ol.-caption,.cke_editable>ol.-caption,.pagination .pages .-caption.page:disabled,.executive-education .-caption.no-results,.lg-outer .lg-item,.-caption.event-table {
    font-size: 11px;
    line-height: 14px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 17px
}

.copy.-lead,.-lead.list,.text>ul.-lead,.cke_editable>ul.-lead,.text>ol.-lead,.cke_editable>ol.-lead,.pagination .pages .-lead.page:disabled,.executive-education .-lead.no-results,.lg-outer .-lead.lg-item,.-lead.event-table {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 15px
}

@media (min-width: 768px) {
    .copy.-lead,.-lead.list,.text>ul.-lead,.cke_editable>ul.-lead,.text>ol.-lead,.cke_editable>ol.-lead,.pagination .pages .-lead.page:disabled,.executive-education .-lead.no-results,.lg-outer .-lead.lg-item,.-lead.event-table {
        font-size:20px;
        line-height: 26px;
        margin-top: 16px
    }
}

.copy.-small,.-small.list,.text>ul.-small,.cke_editable>ul.-small,.text>ol.-small,.cke_editable>ol.-small,.sticky-call-out-wrapper .sticky-call-out .text,.sticky-call-out-wrapper .sticky-call-out .cke_editable,.pagination .pages .-small.page:disabled,.executive-education .-small.no-results,.lg-outer .-small.lg-item,.-small.event-table {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px
}

.copy.-white,.-white.list,.text>ul.-white,.cke_editable>ul.-white,.text>ol.-white,.cke_editable>ol.-white,.pagination .pages .-white.page:disabled,.executive-education .-white.no-results,.lg-outer .lg-item,.-white.event-table {
    color: #fff
}

.copy-override,.cke_editable>p,.text,.cke_editable,.text p,.cke_editable p {
    color: #666;
    font-family: 'Helvetica Roman';
    font-weight: normal;
    font-size: 14px;
    line-height: 20px
}

@media (min-width: 768px) {
    .copy-override,.cke_editable>p,.text,.cke_editable,.text p,.cke_editable p {
        font-size:16px;
        line-height: 1.6em
    }
}

.copy-override.-caption,.cke_editable>p.-caption,.-caption.text,.-caption.cke_editable,.text p.-caption,.cke_editable p.-caption {
    font-size: 11px;
    line-height: 14px
}

@media (min-width: 768px) {
    .copy-override.-caption,.cke_editable>p.-caption,.-caption.text,.-caption.cke_editable,.text p.-caption,.cke_editable p.-caption {
        font-size:12px;
        line-height: 18px
    }
}

.copy-override.-lead,.cke_editable>p.-lead,.-lead.text,.-lead.cke_editable,.text p.-lead,.cke_editable p.-lead {
    font-size: 16px;
    line-height: 1.6em
}

@media (min-width: 768px) {
    .copy-override.-lead,.cke_editable>p.-lead,.-lead.text,.-lead.cke_editable,.text p.-lead,.cke_editable p.-lead {
        font-size:20px;
        line-height: 26px
    }
}

.copy-override.-small,.cke_editable>p.-small,.-small.text,.-small.cke_editable,.text p.-small,.cke_editable p.-small {
    font-size: 12px;
    line-height: 16px;
    font-size: 14px;
    line-height: 20px
}

.copy-override.-white,.cke_editable>p.-white,.-white.text,.-white.cke_editable,.text p.-white,.cke_editable p.-white {
    color: #fff
}

.marked-text,.text b,.cke_editable b,.text strong,.cke_editable strong {
    font-weight: bold
}

.underlined-text,.text u,.cke_editable u {
    text-decoration: underline
}

.italic-text,.text em,.cke_editable em {
    font-style: italic
}

.chevron {
    display: block;
    width: 11px;
    height: 37px
}

.chevron svg {
    width: 100%;
    height: 100%
}

.chevron polyline {
    stroke: #fff;
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: .75px
}

.chevron.-left {
    transform: rotateY(0)
}

.chevron.-right {
    transform: rotateY(180deg)
}

.chevron.-down {
    transform: rotate(-90deg);
    box-sizing: content-box;
    padding: 0 13px
}

.pagination .-next {
    transform: rotateY(180deg)
}

.icon {
    display: inline-block;
    height: 30px;
    padding-left: 10px;
    border-left: 1px solid #B2B2B2;
    flex: 0 0 40px;
    flex-basis: auto;
    width: 40px
}

.icon *[class^='cls-'],.icon path,.icon text,.icon use {
    fill: #79A342
}

.icon line {
    stroke: #79A342
}

.icon .svg-call *[class^='cls-'],.icon .svg-call path,.icon .svg-call use,.icon .svg-close *[class^='cls-'],.icon .svg-close path,.icon .svg-close use,.icon .svg-download *[class^='cls-'],.icon .svg-download path,.icon .svg-download use,.icon .svg-googleplus *[class^='cls-'],.icon .svg-googleplus path,.icon .svg-googleplus use,.icon .svg-facebook *[class^='cls-'],.icon .svg-facebook path,.icon .svg-facebook use,.icon .svg-foursquare *[class^='cls-'],.icon .svg-foursquare path,.icon .svg-foursquare use,.icon .svg-in *[class^='cls-'],.icon .svg-in path,.icon .svg-in use,.icon .svg-instagram *[class^='cls-'],.icon .svg-instagram path,.icon .svg-instagram use,.icon .svg-pdf *[class^='cls-'],.icon .svg-pdf path,.icon .svg-pdf use,.icon .svg-youtube *[class^='cls-'],.icon .svg-youtube path,.icon .svg-youtube use,.icon .svg-twitter *[class^='cls-'],.icon .svg-twitter path,.icon .svg-twitter use,.icon .svg-xing *[class^='cls-'],.icon .svg-xing path,.icon .svg-xing use {
    fill: none;
    stroke: #79A342
}

.icon .svg-youtube *[class^='cls-'],.icon .svg-youtube path {
    stroke-width: 6
}

.icon svg {
    width: 100%;
    height: 100%
}

.icon.-without-border {
    padding-left: 0;
    border-left: none
}

.icon .svg-pdf,.icon .svg-download {
    width: 24px;
    height: 30px;
    margin-top: 2px
}

.icon .svg-letter {
    width: 22px;
    height: 18px;
    margin-top: 6px
}

.icon .svg-call {
    height: 28px;
    transform: rotate(-26deg);
    margin-top: 1px;
    margin-left: -4px
}

.icon .svg-fax {
    width: 24px;
    height: 23px;
    margin-top: 3px
}

.close-link {
    padding-left: 10px;
    margin-top: -6px;
    margin-left: auto;
    border-left: 1px solid #666;
    font-size: 9px;
    line-height: 9px;
    color: #ccc;
    text-align: center;
    cursor: pointer
}

.close-link .icon {
    width: 20px;
    height: 20px
}

.close-link .cls-1 {
    stroke: #79A342
}

.close-link .description {
    display: block;
    margin-top: 6px;
    font-family: 'Helvetica Roman';
    margin-bottom: -2px
}

.close-link:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .close-link {
        padding-left:24px;
        font-size: 11px;
        line-height: 11px
    }

    .close-link .icon {
        width: 24px;
        height: 24px
    }
}

input[type=text],input[type=email],input[type=password],input[type=search] {
    padding: 16px 0 8px 12px;
    border: 0;
    outline: none;
    background: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: "Helvetica Roman";
    font-size: 16px;
    color: #fff
}

::-webkit-input-placeholder {
    font-family: "Helvetica Roman";
    font-size: 16px;
    color: #fff;
    opacity: 1
}

:-moz-placeholder {
    font-family: "Helvetica Roman";
    font-size: 16px;
    color: #fff;
    opacity: 1
}

::-moz-placeholder {
    font-family: "Helvetica Roman";
    font-size: 16px;
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    font-family: "Helvetica Roman";
    font-size: 16px;
    color: #fff;
    opacity: 1
}

.form-label {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    margin: 28px 0 14px
}

.form-label.-white {
    color: #fff
}

.filter-button-group {
    border-bottom: 1px solid #79A342
}

.filter-button-group .button-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.filter-button-group .button {
    margin-bottom: 15px
}

.filter-button-group:not(.-without-grid) .filter {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%
}

.filter-button-group:not(.-without-grid) .filter .button {
    width: 100%;
    margin-right: 0
}

@media (min-width: 768px) {
    input[type=text],input[type=email],input[type=password],input[type=search] {
        padding:29px 0 11px 12px
    }

    .form-label {
        font-size: 14px;
        line-height: 20px;
        margin-top: 37px
    }

    .filter-button-group .filter {
        flex: 0 0 25%
    }
}

.checkbox {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 1px
}

.checkbox input {
    display: none
}

.checkbox label {
    font-family: 'Helvetica Roman';
    font-size: 14px;
    line-height: 18px;
    padding-right: 8px;
    flex: 1 1 auto;
    margin: 0;
    margin-top: -.15rem
}

.checkbox .display-state {
    margin-right: 10px;
    flex: 0 0 40px;
    height: 40px;
    border: 1px solid #666;
    background: none;
    cursor: pointer
}

.checkbox.-select-all {
    margin-top: 15px;
    margin-bottom: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff
}

.checkbox.-white .display-state {
    border: 1px solid #fff
}

.checkbox.-white.-is-checked .display-state {
    background: url("../img/icons/checkmark-white.svg") no-repeat center center;
    background-size: 65%
}

.checkbox.-white.-is-indeterminate .display-state {
    background: url("../img/icons/minus-white.svg") no-repeat center center;
    background-size: 60%
}

@media (min-width: 768px) {
    .checkbox label {
        font-size:16px;
        line-height: 20px;
        padding-right: 15px
    }

    .checkbox .display-state {
        margin-right: 15px
    }
}

.iframe {
    border: 0;
    width: 100%
}

.list,.text>ul,.cke_editable>ul,.text>ol,.cke_editable>ol {
    margin: 10px 0 0 20px;
    padding: 0
}

.list li,.text>ul li,.cke_editable>ul li,.text>ol li,.cke_editable>ol li {
    list-style-type: none
}

.list li::before,.text>ul li::before,.cke_editable>ul li::before,.text>ol li::before,.cke_editable>ol li::before {
    content: '\2013';
    font-size: 14px;
    line-height: 20px;
    margin-left: -1.6rem;
    position: absolute
}

.list li>.link,.text>ul li>.link,.cke_editable>ul li>.link,.text>ol li>.link,.cke_editable>ol li>.link,.list .text li>a,.text .list li>a,.text>ul li>a,.cke_editable>ul .text li>a,.text .cke_editable>ul li>a,.text>ol li>a,.cke_editable>ol .text li>a,.text .cke_editable>ol li>a,.list .cke_editable li>a,.cke_editable .list li>a,.text>ul .cke_editable li>a,.cke_editable .text>ul li>a,.cke_editable>ul li>a,.text>ol .cke_editable li>a,.cke_editable .text>ol li>a,.cke_editable>ol li>a {
    font-weight: 800
}

.list li .copy,.text>ul li .copy,.cke_editable>ul li .copy,.text>ol li .copy,.cke_editable>ol li .copy,.list li .list,.text>ul li .list,.cke_editable>ul li .list,.text>ol li .list,.cke_editable>ol li .list,.list li .text>ul,.text>ul li .text>ul,.cke_editable>ul li .text>ul,.text>ol li .text>ul,.cke_editable>ol li .text>ul,.list li .cke_editable>ul,.text>ul li .cke_editable>ul,.cke_editable>ul li .cke_editable>ul,.text>ol li .cke_editable>ul,.cke_editable>ol li .cke_editable>ul,.list li .text>ol,.text>ul li .text>ol,.cke_editable>ul li .text>ol,.text>ol li .text>ol,.cke_editable>ol li .text>ol,.list li .cke_editable>ol,.text>ul li .cke_editable>ol,.cke_editable>ul li .cke_editable>ol,.text>ol li .cke_editable>ol,.cke_editable>ol li .cke_editable>ol,.list li .pagination .pages .page:disabled,.pagination .pages .list li .page:disabled,.text>ul li .pagination .pages .page:disabled,.pagination .pages .text>ul li .page:disabled,.cke_editable>ul li .pagination .pages .page:disabled,.pagination .pages .cke_editable>ul li .page:disabled,.text>ol li .pagination .pages .page:disabled,.pagination .pages .text>ol li .page:disabled,.cke_editable>ol li .pagination .pages .page:disabled,.pagination .pages .cke_editable>ol li .page:disabled,.list li .executive-education .no-results,.executive-education .list li .no-results,.text>ul li .executive-education .no-results,.executive-education .text>ul li .no-results,.cke_editable>ul li .executive-education .no-results,.executive-education .cke_editable>ul li .no-results,.text>ol li .executive-education .no-results,.executive-education .text>ol li .no-results,.cke_editable>ol li .executive-education .no-results,.executive-education .cke_editable>ol li .no-results,.list li .lg-outer .lg-item,.lg-outer .list li .lg-item,.text>ul li .lg-outer .lg-item,.lg-outer .text>ul li .lg-item,.cke_editable>ul li .lg-outer .lg-item,.lg-outer .cke_editable>ul li .lg-item,.text>ol li .lg-outer .lg-item,.lg-outer .text>ol li .lg-item,.cke_editable>ol li .lg-outer .lg-item,.lg-outer .cke_editable>ol li .lg-item,.list li .event-table,.text>ul li .event-table,.cke_editable>ul li .event-table,.text>ol li .event-table,.cke_editable>ol li .event-table {
    display: inline
}

.list.-link,.text>ul.-link,.cke_editable>ul.-link,.text>ol.-link,.cke_editable>ol.-link {
    color: #72993E
}

.list.-link li,.text>ul.-link li,.cke_editable>ul.-link li,.text>ol.-link li,.cke_editable>ol.-link li {
    margin-top: 10px
}

.list.-ordered li,.text>ul.-ordered li,.cke_editable>ul.-ordered li,.text>ol li,.cke_editable>ol li {
    list-style-type: decimal
}

.list.-ordered li::before,.text>ul.-ordered li::before,.cke_editable>ul.-ordered li::before,.text>ol li::before,.cke_editable>ol li::before {
    content: none
}

@media (min-width: 768px) {
    .list li::before,.text>ul li::before,.cke_editable>ul li::before,.text>ol li::before,.cke_editable>ol li::before {
        font-size:16px;
        line-height: 22px;
        margin-left: -1.2rem
    }
}

.top-container-bar {
    padding: 17px 0
}

.top-container-bar .fs-row {
    justify-content: space-between
}

.top-container-bar .content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%
}

.top-container-bar .content .copy,.top-container-bar .content .list,.top-container-bar .content .text>ul,.top-container-bar .content .cke_editable>ul,.top-container-bar .content .text>ol,.top-container-bar .content .cke_editable>ol,.top-container-bar .content .pagination .pages .page:disabled,.pagination .pages .top-container-bar .content .page:disabled,.top-container-bar .content .executive-education .no-results,.executive-education .top-container-bar .content .no-results,.top-container-bar .content .lg-outer .lg-item,.lg-outer .top-container-bar .content .lg-item,.top-container-bar .content .event-table {
    margin: 0
}

.top-container-bar .meta {
    margin-top: 0
}

.top-container-bar .meta .close-link {
    display: block;
    width: 43px;
    height: 28px;
    padding-left: 0;
    margin-top: 0
}

.top-container-bar .meta .close-link .icon {
    height: 16px
}

.top-container-bar .meta .close-link .description {
    margin-bottom: 0;
    margin-top: 3px
}

@media (min-width: 768px) {
    .top-container-bar {
        padding-top:22px
    }

    .top-container-bar .content {
        left: 8.3333333333%
    }

    .top-container-bar .meta {
        margin-right: 1rem
    }

    .top-container-bar .meta .close-link {
        width: 67px;
        height: 43px
    }

    .top-container-bar .meta .close-link .icon {
        height: 24px
    }

    .top-container-bar .meta .close-link .description {
        margin-top: 6px
    }
}

.fullscreen-modal {
    background-color: #333;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.fullscreen-modal .inner {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%)
}

@media (min-width: 768px) {
    .fullscreen-modal .inner {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.fullscreen-modal .close-link {
    float: right;
    margin-top: 20px
}

.fullscreen-modal .close-link::after {
    content: "";
    display: table;
    clear: both
}

.fullscreen-modal .modal-section {
    margin-top: 84px
}

.fullscreen-modal .heading-content,.fullscreen-modal .copy,.fullscreen-modal .list,.fullscreen-modal .text>ul,.fullscreen-modal .cke_editable>ul,.fullscreen-modal .text>ol,.fullscreen-modal .cke_editable>ol,.fullscreen-modal .pagination .pages .page:disabled,.pagination .pages .fullscreen-modal .page:disabled,.fullscreen-modal .executive-education .no-results,.executive-education .fullscreen-modal .no-results,.fullscreen-modal .lg-outer .lg-item,.lg-outer .fullscreen-modal .lg-item,.fullscreen-modal .event-table {
    color: #fff
}

.fullscreen-modal.modal-video {
    max-width: 100%
}

.fullscreen-modal.modal-video iframe {
    max-height: 90vh
}

@media (min-width: 768px) {
    .fullscreen-modal {
        padding:0 1rem
    }

    .fullscreen-modal .close-link {
        margin-top: 25px
    }

    .fullscreen-modal .modal-section {
        margin-top: 143px
    }
}

.content-section-map .nav-link {
    border-left: none
}

.content-section-map .nav-search {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 30px;
    border-left: none
}

.content-section-map .nav-search .search-icon,.content-section-map .nav-search .search-icon svg {
    height: 25px;
    width: 25px
}

.content-section-map .nav-search .search-icon svg use {
    fill: #79A342
}

.content-section-map .nav-search .search-title {
    margin-top: 10px;
    display: block;
    color: #666;
    cursor: pointer
}

.content-section-map .heading-column,.content-section-map .content-section .content-area h2,.content-section .content-area .content-section-map h2,.content-section-map .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .content-section-map h2,.content-section-map .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .content-section-map h2,.content-section-map .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .content-section-map h2,.content-section-map .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .content-section-map h2,.content-section-map .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .content-section-map h2,.content-section-map .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .content-section-map h2,.content-section-map .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .content-section-map h2,.content-section-map .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .content-section-map h2,.content-section-map .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .content-section-map h2,.content-section-map .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .content-section-map h2,.content-section-map .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .content-section-map h2,.content-section-map .text h3,.text .content-section-map h3,.content-section-map .cke_editable h3,.cke_editable .content-section-map h3,.content-section-map .text h4,.text .content-section-map h4,.content-section-map .cke_editable h4,.cke_editable .content-section-map h4 {
    margin-top: 42px
}

.content-section-map .target-nav-link:hover {
    cursor: pointer
}

.content-section-map .target-nav-link {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 0;
    border-left: 1px #666 solid !important;
    text-align: center;
    margin-left: 0
}

@media (max-width: 1023px) {
    .content-section-map .target-nav-link {
        border-left:none !important
    }
}

.content-section-map .target-nav-link .target-icon,.content-section-map .target-nav-link .target-icon svg {
    height: 35px;
    width: 35px
}

.content-section-map .target-nav-link .search-title {
    margin-top: 10px;
    display: block;
    color: #666;
    cursor: pointer
}

.content-section-map .search-map {
    display: flex;
    justify-content: stretch;
    align-items: stretch
}

.content-section-map .search-map a {
    cursor: pointer
}

.content-section-map .search-map #searchBar {
    border-left: 1px solid #79a342;
    border-bottom: 1px solid #79a342;
    border-top: none;
    border-right: none;
    padding: 20px 15px 10px 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    width: 100%
}

.content-section-map .search-map #searchBar::placeholder {
    color: #000
}

@media (max-width: 1023px) {
    .content-section-map .search-map #searchBar {
        padding:16px 0 8px 15px;
        margin-left: 10px
    }
}

.content-section-map .search-map #searchBar::-webkit-input-placeholder {
    color: #000
}

.content-section-map .search-map #searchBar:focus {
    outline-style: none
}

.content-section-map #map {
    padding-bottom: 56.25%;
    margin-top: 20px
}

.content-section-map #modalPopup {
    position: absolute;
    background-color: white;
    top: 10px;
    left: 10px;
    padding: 15px;
    width: calc(100% - 20px);
    display: none;
    overflow: hidden;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 37px 7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 37px 7px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 37px 7px rgba(0,0,0,0.75)
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup {
        position:fixed !important;
        z-index: 1;
        left: 0 !important;
        top: 0 !important;
        height: 100%;
        width: 100% !important;
        overflow-y: auto
    }
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .additional-informations-map {
        border-bottom:none !important
    }
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-title {
    cursor: pointer;
    color: #31417A;
    display: inline-block
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .additional-informations-map .additional-informations-map-title {
        width:100%
    }
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn {
    display: inline-block;
    float: right;
    text-align: right
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn {
        width:100% !important;
        float: left !important;
        border-bottom: 1px solid #B2B2B2;
        margin-bottom: 10px
    }
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .other-date,.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .other-date-active {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #B2B2B2
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .other-date:last-child,.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .other-date-active:last-child {
    border-right: none
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .other-date {
    cursor: pointer
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .other-date-active {
    color: black;
    cursor: default
}

.content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .close-icon {
    height: 20px;
    width: 30px;
    float: right;
    cursor: pointer;
    border-left: none
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .additional-informations-map .additional-informations-map-beginn .close-icon {
        border-left:none !important;
        position: absolute;
        top: 15px;
        right: 15px
    }
}

.content-section-map #modalPopup .additional-informations-map-contact {
    display: inline-block;
    width: 50%;
    margin-top: 15px
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .additional-informations-map-contact {
        width:100% !important
    }
}

.content-section-map #modalPopup .additional-informations-map-contact p {
    margin-bottom: 0;
    font-size: 12px
}

.content-section-map #modalPopup .additional-informations-map-contact .additional-informations-title {
    color: #31417A;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px
}

.content-section-map #modalPopup .additional-informations-map-contact .additional-informations-map-contact-link {
    background-color: #79a342;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
    width: 135px
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .additional-informations-map-contact .additional-informations-map-contact-link {
        width:100%
    }
}

.content-section-map #modalPopup .contact-informations-map {
    display: inline-block;
    flex: 0 0 66.6666666667%;
    flex-basis: auto;
    width: calc(100% / 2);
    position: absolute;
    margin-left: 15px
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .contact-informations-map {
        margin-left:0 !important;
        background-color: #fefefe;
        width: 100% !important;
        position: static !important
    }
}

.content-section-map #modalPopup .contact-informations-map .additional-informations-title {
    color: #31417A;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 96%
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .contact-informations-map .additional-informations-title {
        margin-top:0 !important;
        font-size: 20px;
        width: 100%
    }
}

.content-section-map #modalPopup .contact-informations-map .personDetails {
    display: inline-flex
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .contact-informations-map .personDetails {
        display:block !important
    }
}

.content-section-map #modalPopup .contact-informations-map .personDetails .personImage {
    max-width: 150px;
    max-height: 100px;
    display: inline-block;
    padding-right: 20px;
    width: 100%
}

@media (max-width: 1023px) {
    .content-section-map #modalPopup .contact-informations-map .personDetails .personImage {
        max-width:150px;
        max-height: 100px;
        width: auto
    }
}

.content-section-map #modalPopup .contact-informations-map .personDetails .person {
    display: inline-block
}

.content-section-map #modalPopup .contact-informations-map .personDetails .person .personName {
    margin-bottom: 0;
    font-weight: bold;
    color: black;
    font-size: 18px
}

.content-section-map #modalPopup .contact-informations-map .personDetails .person .personDiversion {
    font-size: 12px
}

.content-section-map #modalPopup .contact-informations-map .personEmail {
    display: flex;
    width: 100%
}

.content-section-map #modalPopup .contact-informations-map .personEmail .firstTwo {
    width: 160px;
    display: inline-block;
    margin-top: 10px;
    float: left
}

.content-section-map #modalPopup .contact-informations-map .personEmail .firstTwo .link-icon {
    width: 100%;
    margin-top: 20px
}

.content-section-map #modalPopup .contact-informations-map .personEmail .firstTwo .link-icon:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 30px
}

.content-section-map #modalPopup .contact-informations-map .personEmail .firstTwo .link-icon a {
    display: flex;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    cursor: pointer
}

.content-section-map #modalPopup .contact-informations-map .personEmail .firstTwo .link-icon a .description {
    display: block !important
}

.content-section-map #modalPopup .contact-informations-map .personEmail .secoundTwo {
    float: none;
    display: inline-block;
    margin-top: 10px
}

.content-section-map #modalPopup .contact-informations-map .personEmail .secoundTwo .link-icon {
    margin-top: 20px;
    width: 100%
}

.content-section-map #modalPopup .contact-informations-map .personEmail .secoundTwo .link-icon a {
    display: flex
}

.content-section-map #modalPopup .contact-informations-map .personEmail .secoundTwo .link-icon:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 30px
}

.content-section-map #modalPopup .contact-informations-map .personEmail .secoundTwo .link-icon .description {
    display: block !important
}

.content-section-map #eventsSeminarTable {
    width: 100% !important;
    margin-top: 40px
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable thead {
        display:none
    }
}

.content-section-map #eventsSeminarTable thead tr th {
    padding: 10px 22px 10px 0
}

.content-section-map #eventsSeminarTable tbody tr {
    border-bottom: 1px solid #B2B2B2 !important
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody tr {
        display:block
    }
}

.content-section-map #eventsSeminarTable tbody tr:hover {
    cursor: pointer
}

.content-section-map #eventsSeminarTable tbody tr td {
    padding: 10px 22px 10px 0
}

.content-section-map #eventsSeminarTable tbody tr .first-child {
    width: 100%;
    text-indent: 0
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody tr .first-child {
        display:block;
        position: relative;
        font-size: 20px;
        color: #79A342;
        width: auto
    }
}

.content-section-map #eventsSeminarTable tbody tr .first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap
}

.content-section-map #eventsSeminarTable tbody .shown .first-child {
    color: #31417A !important;
    font-size: 24px;
    width: 100%;
    text-indent: 0;
    cursor: pointer
}

.content-section-map #eventsSeminarTable tbody .shown .first-child .close-button {
    display: block;
    position: absolute;
    right: 15px;
    min-height: 1px;
    cursor: pointer;
    margin-top: 13px
}

.content-section-map #eventsSeminarTable tbody .shown .first-child .close-button a {
    position: absolute;
    top: -32px;
    right: 15px
}

.content-section-map #eventsSeminarTable tbody .shown .first-child .close-button a .icon {
    width: 16px;
    height: 16px;
    padding-left: 0;
    border-left: none
}

.content-section-map #eventsSeminarTable tbody .shown td {
    border-bottom: none !important
}

.content-section-map #eventsSeminarTable tbody .shown .second-child,.content-section-map #eventsSeminarTable tbody .shown .third-child,.content-section-map #eventsSeminarTable tbody .shown .forth-child {
    display: none;
    text-indent: -9999px
}

.content-section-map #eventsSeminarTable tbody .shown:hover {
    cursor: default;
    background-color: transparent
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .additional-informations {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    padding-right: 30px
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .additional-informations {
        display:block;
        width: 100%
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .additional-informations p {
    color: #666;
    font-size: 16px;
    line-height: 20px
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .additional-informations .additional-informations-title {
    color: #31417A;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .additional-informations .additional-informations-link {
    background-color: #79a342;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
    width: 160px
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .additional-informations .additional-informations-link {
        width:100%
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations {
    display: inline-block;
    flex: 0 0 66.6666666667%;
    flex-basis: auto;
    width: calc(100% / 2);
    position: absolute
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations {
        position:relative;
        width: 100%
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .additional-informations-title {
    color: #31417A;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .additional-informations-title {
        font-size:18px;
        width: 108%
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails {
    display: inline-flex
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails {
        display:block
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .personImage {
    display: inline-block;
    padding-right: 20px;
    width: 100%
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .personImage {
        width:auto;
        max-width: 230px;
        max-height: 135px
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .person {
    display: inline-block
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .person {
        margin-left:0 !important;
        margin-top: 10px
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .person .personName {
    font-weight: bold;
    color: black;
    font-size: 18px;
    margin-bottom: 10px
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .person .personName {
        margin-bottom:0
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personDetails .person .personDiversion {
    font-size: 12px
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail {
    display: flex;
    width: 100%
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .firstTwo {
    display: inline-block;
    margin-top: 10px
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .firstTwo .link-icon {
    width: 100%
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .firstTwo .link-icon a {
    text-decoration: none;
    display: flex
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .firstTwo .link-icon a .description {
    display: block !important
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .secoundTwo {
    margin-left: 10px;
    display: inline-block;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .secoundTwo {
        margin-left:15px !important
    }
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .secoundTwo .link-icon {
    width: 100%
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .secoundTwo .link-icon a {
    text-decoration: none;
    display: flex
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row .contact-informations .personEmail .secoundTwo .link-icon a .description {
    display: block !important
}

.content-section-map #eventsSeminarTable tbody .additional-informations-row:hover {
    background-color: transparent !important;
    cursor: default !important
}

.content-section-map .page-navigation {
    display: flex;
    justify-content: start;
    align-items: center
}

.content-section-map .page-navigation .paginationBottom {
    display: inline-block;
    list-style: none;
    margin-top: 20px;
    padding-left: 0
}

.content-section-map .page-navigation .paginationBottom li {
    border: 1px solid #79A342;
    color: #79A342;
    display: inline-block;
    background: none;
    font-size: 16px;
    height: 35px;
    line-height: 22px;
    list-style: none;
    text-align: center;
    width: 35px;
    cursor: pointer;
    margin: 0 10px;
    padding: 5.5px
}

.content-section-map .page-navigation .paginationBottom li.active {
    border: 1px solid #666;
    pointer-events: none;
    margin-top: 0
}

.content-section-map .page-navigation .paginationBottom li a {
    color: #79A342
}

.content-section-map .page-navigation .pagination-next {
    display: inline-block;
    position: relative;
    margin-left: 5px
}

.content-section-map .page-navigation .pagination-next img {
    transform: rotate(180deg)
}

.content-section-map .page-navigation .pagination-next polyline {
    stroke: #666
}

.content-section-map .page-navigation .pagination-next:hover polyline {
    stroke: #79A342
}

.content-section-map .page-navigation .pagination-next .chevron {
    height: 24px
}

.content-section-map .page-navigation .pagination-prev {
    display: inline-block;
    position: relative;
    margin-right: 5px
}

.content-section-map .page-navigation .pagination-prev polyline {
    stroke: #666
}

.content-section-map .page-navigation .pagination-prev:hover polyline {
    stroke: #79A342
}

.content-section-map .page-navigation .pagination-prev .chevron {
    height: 24px
}

@media (max-width: 1023px) {
    .content-section-map .second-child,.content-section-map .third-child {
        text-align:left !important;
        padding-left: 70% !important;
        position: relative;
        display: block;
        font-size: 12px;
        padding-top: 0 !important
    }
}

.content-section-map .forth-child {
    position: relative;
    display: block;
    font-size: 12px
}

@media (max-width: 1023px) {
    .content-section-map .forth-child {
        text-align:left !important;
        padding-left: 70% !important;
        padding-top: 0 !important;
        font-size: 12px
    }
}

@media (max-width: 1023px) {
    body.mobileOverflow {
        overflow:hidden
    }

    body.mobileOverflow .page-header,body.mobileOverflow .top-container,body.mobileOverflow .footer {
        display: none !important
    }

    .mobilePositionFixed {
        position: fixed
    }

    .firstTwo,.secoundTwo {
        margin-top: 0 !important
    }

    .second-child::before {
        content: "Beginn"
    }

    .third-child::before {
        content: "Anmeldeschluss"
    }

    .forth-child::before {
        content: "Entfernung"
    }

    .second-child::before,.third-child::before,.forth-child::before {
        position: absolute;
        font-size: 12px;
        top: 0;
        left: 0;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
}

.content-area,.fold-out.-subnav>.fold,.fold-out.-subnav[aria-expanded="true"]>.content .link,.fold-out.-subnav[aria-expanded="true"]>.content .text a,.text .fold-out.-subnav[aria-expanded="true"]>.content a,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a {
    z-index: 0
}

#distance {
    position: relative;
    cursor: pointer
}

#distance svg {
    position: absolute;
    right: 0;
    top: 9px;
    height: 20px;
    width: 20px
}

#city {
    cursor: pointer
}

#city svg {
    display: inline-block;
    margin-left: 5px;
    height: 20px;
    width: 20px
}

#city .city-title {
    display: inline-block
}

.additional-informations-map-beginn-title {
    text-align: right;
    border-top: 1px solid #B2B2B2
}

.additional-informations-map {
    position: relative;
    height: 116px
}

.additional-informations-map-beginn {
    display: block;
    width: 100%;
    margin-bottom: 0
}

#modalClose {
    float: right;
    padding-left: 0px;
    width: 20px;
    height: 30px;
    border-left: none;
    cursor: pointer;
    position: relative
}

#modalClose:after {
    content: "";
    padding: 30px;
    position: absolute;
    left: -25px;
    top: 0
}

@media (max-width: 1023px) {
    #modalPopup {
        -webkit-transform:translate3d(1px, 1px, 1px);
        -moz-transform: translate3d(1px, 1px, 1px);
        -ms-transform: translate3d(1px, 1px, 1px);
        -o-transform: translate3d(1px, 1px, 1px);
        transform: translate3d(1px, 1px, 1px)
    }

    .additional-informations-map {
        height: 90px
    }
}

.rotate-arrows-map-component-up {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotate(180deg)
}

@media screen and (min-width: 1024px) {
    .event-description {
        min-height:126px
    }
}

.subhome .content-section:nth-of-type(odd),.category .content-section:nth-of-type(odd) {
    background-color: #EAECF1
}

.subhome .content-section:nth-of-type(odd)+.insert .background::after,.category .content-section:nth-of-type(odd)+.insert .background::after {
    background-color: #fff
}

.subhome .content-section:nth-of-type(even),.category .content-section:nth-of-type(even) {
    background-color: #fff
}

.subhome .content-section:nth-of-type(even)+.insert .background::after,.category .content-section:nth-of-type(even)+.insert .background::after {
    background-color: #EAECF1
}

.product .content-section:nth-of-type(odd),.content .content-section:nth-of-type(odd),.news .content-section:nth-of-type(odd) {
    background-color: #fff
}

.product .content-section:nth-of-type(odd)+.insert .background::after,.content .content-section:nth-of-type(odd)+.insert .background::after,.news .content-section:nth-of-type(odd)+.insert .background::after {
    background-color: #EAECF1
}

.product .content-section:nth-of-type(even),.content .content-section:nth-of-type(even),.news .content-section:nth-of-type(even) {
    background-color: #EAECF1
}

.product .content-section:nth-of-type(even)+.insert .background::after,.content .content-section:nth-of-type(even)+.insert .background::after,.news .content-section:nth-of-type(even)+.insert .background::after {
    background-color: #fff
}

.full-width-section {
    position: relative;
    z-index: 9;
    width: 100%
}

.content-section {
    overflow-x: auto;
    padding-bottom: 70px
}

.content-section .content-area h2,.content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2 {
    font-size: 29px;
    line-height: 38px;
    border: none
}

@media (min-width: 768px) {
    .content-section .content-area h2,.content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2 {
        font-size:42px;
        line-height: 53px;
        border: none
    }
}

.content-section.-overline,.content-section.fold-out.-underline {
    padding-bottom: 0
}

.content-section.-overline+.content-section .content-area>*:first-child,.content-section.fold-out.-underline+.content-section .content-area>*:first-child,.content-section.-overline+.content-section .fold-out.-subnav>.fold>*:first-child,.content-section.fold-out.-underline+.content-section .fold-out.-subnav>.fold>*:first-child,.content-section.-overline+.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link>*:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section.-overline+.content-section .link>*:first-child,.content-section.fold-out.-underline+.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link>*:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section.fold-out.-underline+.content-section .link>*:first-child,.content-section.-overline+.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a>*:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section.-overline+.content-section a>*:first-child,.content-section.fold-out.-underline+.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a>*:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section.fold-out.-underline+.content-section a>*:first-child,.content-section.-overline+.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a>*:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section.-overline+.content-section a>*:first-child,.content-section.fold-out.-underline+.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a>*:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section.fold-out.-underline+.content-section a>*:first-child,.content-section.-overline+.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>*:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section.-overline+.content-section a>*:first-child,.content-section.fold-out.-underline+.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>*:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section.fold-out.-underline+.content-section a>*:first-child,.content-section.-overline+.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>*:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section.-overline+.content-section a>*:first-child,.content-section.fold-out.-underline+.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>*:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section.fold-out.-underline+.content-section a>*:first-child {
    margin-top: 0
}

.content-section:first-of-type .content-area>div:first-child .heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .heading-callout:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .heading-callout:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .heading-callout:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .heading-callout:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .heading-callout:first-child,.content-section:first-of-type .content-area>div:first-child .text h5:first-child,.text .content-section:first-of-type .content-area>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .text h5:first-child,.text .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text h5:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .text h5:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h5:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h5:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h5:first-child,.content-section:first-of-type .content-area>div:first-child .cke_editable h5:first-child,.cke_editable .content-section:first-of-type .content-area>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .cke_editable h5:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable h5:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .cke_editable h5:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h5:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h5:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h5:first-child {
    margin-top: 74px
}

.content-section:first-of-type .content-area>div:first-child h4.heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h4.heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h4.heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h4.heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h4.heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h4.heading-callout:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4.heading-callout:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4.heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h4.heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h4.heading-callout:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4.heading-callout:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4.heading-callout:first-child {
    margin-top: 12px
}

.content-section:first-of-type .content-area>div:first-child h5.heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h5.heading-callout:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h5.heading-callout:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h5.heading-callout:first-child,.content-section:first-of-type .content-area>div:first-child .text h5:first-child,.text .content-section:first-of-type .content-area>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .text h5:first-child,.text .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text h5:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .text h5:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h5:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h5:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h5:first-child,.content-section:first-of-type .content-area>div:first-child .cke_editable h5:first-child,.cke_editable .content-section:first-of-type .content-area>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .cke_editable h5:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable h5:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .cke_editable h5:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h5:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h5:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h5:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h5:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h5:first-child {
    margin-top: 12px
}

.content-section:first-of-type .content-area>div:first-child .heading-column:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .heading-column:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .heading-column:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .heading-column:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .heading-column:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .heading-column:first-child,.content-section:first-of-type .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .content-area h2:first-child,.content-section:first-of-type .content-area .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .content-area h2:first-child,.content-section:first-of-type .content-area .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .content-area h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .content-area .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .content-area h2:first-child,.content-section:first-of-type .content-area .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .content-area h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .content-area a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .content-area h2:first-child,.content-section:first-of-type .content-area .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .content-area h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .content-area a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .content-area h2:first-child,.content-section:first-of-type .content-area .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .content-area h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .content-area a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .content-area h2:first-child,.content-section:first-of-type .content-area .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .content-area h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .content-area a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .fold-out.-subnav>.fold h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav>.fold .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .fold-out.-subnav>.fold h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .fold-out.-subnav>.fold a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .fold-out.-subnav>.fold h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav>.fold a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .fold-out.-subnav>.fold h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .fold-out.-subnav>.fold a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .fold-out.-subnav>.fold h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .fold-out.-subnav>.fold h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav>.fold a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .link h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .link h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .link h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .link h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .link h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .link a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .link h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .link h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .link h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .link h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .link a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .link h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .content-area>div:first-child .link h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link .content-area>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .link h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .content-section .link h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .link h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .link a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .content-section .link h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .link h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .content-section .link h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .link h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .link a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .content-section .link h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .link h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .text a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .text a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .text a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .text a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .content-area>div:first-child a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a .content-area>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text .content-section a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .link>div:first-child a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .text .content-section a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .text .content-section:first-of-type a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .text .fold-out.-subnav[aria-expanded="true"]>.content a h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .text .fold-out.-subnav[aria-expanded="true"]>.content a h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child a h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .text .fold-out.-subnav[aria-expanded="true"]>.content a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .content-area>div:first-child a h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a .content-area>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child a h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .content-section a h2:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .content-section a h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .link>div:first-child h2:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .link>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child a h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a>div:first-child h2:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section .cke_editable a>div:first-child h2:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section .cke_editable a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.text .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .cke_editable a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .content-area>div:first-child a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a .content-area>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable .content-section a h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .link>div:first-child a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a .link>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .cke_editable .content-section a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .text .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .content-area>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child a h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .link>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .link>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h2:first-child,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .content-area>div:first-child a h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a .content-area>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child a h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a .fold-out.-subnav>.fold>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .content-section a h2:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .content-section a h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .link>div:first-child h2:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .link>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child a h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a .link>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a>div:first-child h2:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section .text a>div:first-child h2:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .content-section .text a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.cke_editable .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a>div:first-child h2:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h2:first-child,.content-section:first-of-type .content-area>div:first-child .text h3:first-child,.text .content-section:first-of-type .content-area>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .text h3:first-child,.text .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text h3:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h3:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .text h3:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h3:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h3:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .text h3:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h3:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .text h3:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .text h3:first-child,.text .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h3:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .text h3:first-child,.text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .content-area>div:first-child .cke_editable h3:first-child,.cke_editable .content-section:first-of-type .content-area>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .cke_editable h3:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable h3:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h3:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .cke_editable h3:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .cke_editable h3:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h3:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .cke_editable h3:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .cke_editable h3:first-child,.cke_editable .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h3:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .cke_editable h3:first-child,.cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h3:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h3:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h3:first-child,.content-section:first-of-type .content-area>div:first-child .text h4:first-child,.text .content-section:first-of-type .content-area>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .text h4:first-child,.text .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text h4:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .text h4:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child .text h4:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child .text h4:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .text h4:first-child,.text .content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .text h4:first-child,.text .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .content-area>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .content-area>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .cke_editable h4:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child .cke_editable h4:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child .cke_editable h4:first-child,.cke_editable .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4:first-child {
    margin-top: 72px
}

.content-section:first-of-type .content-area>div:first-child h4.heading-column:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h4.heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h4.heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h4.heading-column:first-child,.content-section:first-of-type .content-area>div:first-child .text h4:first-child,.text .content-section:first-of-type .content-area>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .text h4:first-child,.text .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .text h4:first-child,.text .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .text h4:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .content-area>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .content-area>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child .cke_editable h4:first-child,.cke_editable .content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child .cke_editable h4:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h4:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h4:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h4:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h4:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h4:first-child {
    margin-top: 42px
}

.content-section:first-of-type .content-area>div:first-child h5.heading-column:first-child,.content-section:first-of-type .fold-out.-subnav>.fold>div:first-child h5.heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .link>div:first-child h5.heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type .link>div:first-child h5.heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .text a>div:first-child h5.heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section:first-of-type a>div:first-child h5.heading-column:first-child,.content-section:first-of-type .text .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h5.heading-column:first-child,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h5.heading-column:first-child,.content-section:first-of-type .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a>div:first-child h5.heading-column:first-child,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section:first-of-type a>div:first-child h5.heading-column:first-child,.content-section:first-of-type .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a>div:first-child h5.heading-column:first-child,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section:first-of-type a>div:first-child h5.heading-column:first-child {
    margin-top: 42px
}

.two-column-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.two-column-content .col {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    flex-basis: auto;
    width: 100%
}

@media (min-width: 768px) {
    .two-column-content .col {
        flex:0 0 50%;
        flex-basis: auto;
        width: 50%
    }
}

.fold-out {
    width: 100%;
    margin-top: 17px
}

.fold-out>.fold {
    cursor: pointer
}

.fold-out>.fold>.overline {
    display: none
}

.fold-out>.fold>.title,.fold-out>.fold>.overline {
    margin-bottom: 0
}

.fold-out>.fold>.title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    font-family: 'Helvetica Roman';
    color: #72993E;
    border-bottom: 1px solid #79A342
}

.fold-out>.fold>.title>a {
    color: inherit;
    text-decoration: none
}

.fold-out>.fold>.arrow {
    display: block;
    padding-top: 10px
}

.fold-out>.fold>.arrow>svg {
    fill: none;
    stroke: #79A342;
    stroke-miterlimit: 10;
    stroke-width: 0.75px;
    transition: all .2s ease-out
}

.fold-out>.content {
    display: none;
    overflow: hidden;
    padding: 0 15px 20px;
    border: 1px solid #79A342;
    border-top: none
}

.fold-out>.content>.fold-out {
    padding-left: 30px
}

.fold-out.-is-open>.fold>.arrow,.fold-out[aria-expanded="true"]>.fold>.arrow {
    border-right: 1px solid #79A342;
    padding-bottom: 15px
}

.fold-out.-is-open>.fold>.arrow>svg,.fold-out[aria-expanded="true"]>.fold>.arrow>svg {
    transform: rotate(-180deg)
}

.fold-out.-is-open>.content,.fold-out[aria-expanded="true"]>.content {
    display: block
}

.fold-out.-simple {
    padding-left: 10px;
    margin-top: 0;
    border-left: 1px solid #B2B2B2
}

.fold-out.-simple>.fold>.title {
    font-size: 21px;
    line-height: 25px;
    font-family: 'Frutiger 57';
    border: none
}

.fold-out.-simple>.fold>.arrow {
    display: none
}

.fold-out.-simple>.content {
    padding: 0;
    border: none
}

.fold-out.-overline,.fold-out.-underline {
    margin-top: 0
}

.fold-out.-overline .fold>.overline,.fold-out.-underline .fold>.overline {
    border-bottom: solid 1px #B2B2B2;
    color: #666;
    display: block;
    font-family: 'Helvetica Roman';
    font-size: 11px;
    line-height: 14px;
    min-height: 24px;
    padding-bottom: 10px
}

.fold-out.-overline .fold>.title,.fold-out.-underline .fold>.title {
    display: block;
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    padding-bottom: 0;
    font-family: 'Frutiger 57'
}

.fold-out.-overline .fold>.arrow,.fold-out.-underline .fold>.arrow {
    display: none
}

.fold-out.-overline>.content,.fold-out.-underline>.content,.fold-out.-overline .fold>.title,.fold-out.-underline .fold>.title {
    border: none
}

.fold-out.-overline>.content,.fold-out.-underline>.content {
    padding: 0
}

.fold-out.-underline .fold {
    display: flex;
    flex-direction: column-reverse
}

.fold-out.-underline .fold>.overline {
    margin-top: 10px
}

.fold-out.-underline .fold>.title {
    margin-top: 0
}

.fold-out.-category {
    position: relative;
    margin-top: 33px
}

.fold-out.-category .fold {
    cursor: default
}

.fold-out.-category .fold>.overline {
    color: #666;
    display: block;
    font-family: 'Helvetica Roman';
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 5px
}

.fold-out.-category .fold>.overline+.title {
    font-size: 17px;
    line-height: 20px
}

.fold-out.-category .fold>.title {
    display: block;
    position: relative;
    font-family: 'Frutiger 57';
    font-size: 22px;
    line-height: 22px;
    border-bottom: 1px solid #B2B2B2
}

.fold-out.-category .fold>.title>a {
    text-decoration: none;
    color: inherit
}

.fold-out.-category .fold>.arrow {
    position: absolute;
    bottom: 8px;
    right: 0;
    padding-bottom: 0;
    border-right: none;
    display: none
}

.fold-out.-category .fold>.arrow>.foldout-arrow {
    width: 13px;
    height: 5px
}

.fold-out.-category>.content {
    border: none;
    padding: 0
}

.fold-out.-category .foldout-link {
    display: flex;
    margin-top: 18px;
    border-bottom: 1px solid #B2B2B2;
    cursor: pointer
}

.fold-out.-category .foldout-link>.link-content {
    margin-top: 0;
    padding-right: 15px
}

.fold-out.-category .foldout-link>.link-content a {
    border-bottom: none;
    padding-bottom: 6px
}

.fold-out.-category .foldout-link>.collapse-area {
    flex-grow: 1
}

.fold-out.-category.-has-content {
    cursor: pointer
}

.fold-out.-category.-has-content .title {
    padding-right: 15px
}

.fold-out.-category.-has-content .arrow {
    display: block
}

.fold-out.-category.-is-open .fold>.title {
    border-bottom: none;
    padding-bottom: 1px
}

.fold-out.-subnav {
    margin-top: 0;
    border: none
}

.fold-out.-subnav>.fold {
    min-height: 49px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fold-out.-subnav>.fold>.title {
    overflow-x: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border: none;
    font-family: 'Frutiger 57';
    font-size: 18px;
    font-weight: normal;
    line-height: 22px
}

.fold-out.-subnav>.fold>.arrow {
    flex: 0 0 25px;
    width: 25px;
    height: 8px;
    transition: all .2s ease-out;
    background-image: url("../img/icons/arrow-down-white.svg");
    background-repeat: no-repeat;
    background-size: 25px 8px
}

.fold-out.-subnav>.content {
    padding: 0;
    border: none
}

.fold-out.-subnav[aria-expanded="true"]>.fold>.arrow {
    padding: 0;
    transform: rotate(-180deg);
    border: none
}

.fold-out.-subnav[aria-expanded="true"]>.content {
    overflow-y: scroll;
    padding-bottom: 30px
}

.foldout-arrow .cls-1 {
    fill: none;
    stroke: #79A342;
    stroke-miterlimit: 10;
    stroke-width: 1.5px
}

@media (min-width: 768px) {
    .fold-out {
        margin-top:18px
    }

    .fold-out>.fold>.title {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 6px
    }

    .fold-out>.content {
        padding-bottom: 21px
    }

    .fold-out>.content * {
        font-size: 16px;
        line-height: 20px
    }

    .fold-out.-simple {
        padding-left: 15px
    }
}

.more-less .fold>.title {
    font-family: 'Helvetica Roman';
    color: #72993E;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.more-less .fold>.title>.more {
    display: block
}

.more-less .fold>.title>.less {
    display: none
}

.more-less .content {
    display: none
}

.more-less.-is-open .content,.more-less.-is-open .title>.less {
    display: block
}

.more-less.-is-open .title>.more {
    display: none
}

@media (min-width: 768px) {
    .more-or-less .fold>.title {
        font-size:16px;
        line-height: 22px
    }
}

.sticky-call-out {
    display: none;
    visibility: hidden
}

@media (min-width: 768px) {
    .sticky-call-out-wrapper {
        position:absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        pointer-events: none
    }

    .sticky-call-out-wrapper .sticky-call-out {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 16.6666666667%;
        left: 83.3333333333%;
        display: block;
        position: relative;
        margin-top: 60px;
        pointer-events: all;
        flex-basis: auto;
        width: calc(100% * 1/6)
    }

    .sticky-call-out-wrapper .sticky-call-out .content {
        margin-top: 15px
    }

    .sticky-call-out-wrapper .sticky-call-out .link-icon {
        margin-top: 20px
    }

    .sticky-call-out-wrapper .sticky-call-out .link-content>.content {
        flex: 0 0 100%;
        flex-basis: auto;
        width: 100%
    }

    .sticky-call-out-wrapper .sticky-call-out .text,.sticky-call-out-wrapper .sticky-call-out .cke_editable {
        padding-top: 23px
    }

    .sticky-call-out-wrapper.-is-sticky {
        position: fixed
    }

    .sticky-call-out-wrapper.-is-sticky .sticky-call-out {
        transform: translate3d(0, 0, 0)
    }

    .sticky-call-out-wrapper.-is-positioned .sticky-call-out {
        visibility: visible
    }
}

.two-column-fold-container {
    margin-top: -10px
}

.two-column-fold-container .fold-out.-overline,.two-column-fold-container .fold-out.-underline {
    margin-top: 30px
}

.two-column-fold-container .fold-out>.fold {
    cursor: default
}

.two-column-fold-container .fold-out>.fold.-link {
    cursor: pointer;
    display: block
}

.two-column-fold-container .fold-out>.fold.-link:hover {
    text-decoration: none
}

@media screen and (min-width: 1400px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media screen and (max-width: 350px) {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top:0px
    }
}

@media print {
    .sticky-call-out>.content>.text,.sticky-call-out>.content>.cke_editable {
        padding-top: 0px
    }
}

.remodal-wrapper {
    padding: 0
}

.remodal-overlay {
    background-color: #333
}

@media (max-width: 767px) {
    .page-header+.pull-out-tab ~ .distribution-area.-sub .background,.page-header+.pull-out-tab ~ .distribution-area.-category .background {
        padding-top:30px
    }
}

.distribution-area.-home {
    background-color: #31417A
}

.distribution-area.-home .background {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px
}

.distribution-area.-home .background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #E3E3E3;
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

@media (min-width: 768px) {
    .distribution-area.-home .background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

.distribution-area.-home .distribution-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.distribution-area.-home .distribution-list .item {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 41.6666666667%
}

.distribution-area.-home .distribution-list .item:nth-child(n+3) {
    margin-top: 20px
}

.distribution-area.-home .distribution-list .item:nth-child(2n+1) {
    margin-left: 8.3333333333%
}

.distribution-area.-home .distribution-list .item>a {
    border-left: #CBCFDE solid 1px;
    display: block;
    height: 100%;
    padding-left: 10px
}

.distribution-area.-home .distribution-list .item>a>.title,.distribution-area.-home .distribution-list .item>a>.link,.distribution-area.-home .distribution-list .text .item>a>a,.text .distribution-area.-home .distribution-list .item>a>a,.distribution-area.-home .distribution-list .cke_editable .item>a>a,.cke_editable .distribution-area.-home .distribution-list .item>a>a {
    display: block
}

.distribution-area.-home .distribution-list .item>a>.link,.distribution-area.-home .distribution-list .text .item>a>a,.text .distribution-area.-home .distribution-list .item>a>a,.distribution-area.-home .distribution-list .cke_editable .item>a>a,.cke_editable .distribution-area.-home .distribution-list .item>a>a {
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px
}

.distribution-area.-home .distribution-list .item>a>.title {
    font-family: 'Frutiger 57';
    font-size: 17px;
    line-height: 20px
}

.distribution-area.-home .distribution-list .item>a>.link::after,.distribution-area.-home .distribution-list .text .item>a>a::after,.text .distribution-area.-home .distribution-list .item>a>a::after,.distribution-area.-home .distribution-list .cke_editable .item>a>a::after,.cke_editable .distribution-area.-home .distribution-list .item>a>a::after {
    content: '\0232a';
    margin-left: 8px
}

.distribution-area.-home .distribution-list .item>a,.distribution-area.-home .distribution-list .item>a:link,.distribution-area.-home .distribution-list .item>a:visited,.distribution-area.-home .distribution-list .item>a:hover,.distribution-area.-home .distribution-list .item>a:active,.distribution-area.-home .distribution-list .item>a>.link,.distribution-area.-home .distribution-list .text .item>a>a,.text .distribution-area.-home .distribution-list .item>a>a,.distribution-area.-home .distribution-list .cke_editable .item>a>a,.cke_editable .distribution-area.-home .distribution-list .item>a>a {
    color: #CBCFDE;
    text-decoration: none
}

@media (min-width: 768px) {
    .distribution-area.-home .distribution-list .item {
        flex:0 0 16.6666666667%
    }

    .distribution-area.-home .distribution-list .item:nth-child(n+3) {
        margin-top: 0
    }

    .distribution-area.-home .distribution-list .item:nth-child(2n+3) {
        margin-left: 0%
    }

    .distribution-area.-home .distribution-list .item>a {
        padding-left: 15px
    }

    .distribution-area.-home .distribution-list .item>a>.title {
        font-size: 22px;
        line-height: 26px
    }

    .distribution-area.-home .distribution-list .item>a>.link,.distribution-area.-home .distribution-list .text .item>a>a,.text .distribution-area.-home .distribution-list .item>a>a,.distribution-area.-home .distribution-list .cke_editable .item>a>a,.cke_editable .distribution-area.-home .distribution-list .item>a>a {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .distribution-area.-home .distribution-list .item:nth-child(2n+1) {
        margin-left:0
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .distribution-area.-home .distribution-list .item:nth-child(2n+1) {
        margin-left:0;
        min-width: 230px
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .distribution-area.-home .distribution-list .item:nth-child(2n+1) {
        margin-left:0;
        min-width: 170px
    }
}

@media screen and (max-width: 350px) {
    .distribution-area.-home .distribution-list .item:nth-child(2n+1) {
        margin-left:0;
        min-width: 132px
    }
}

.distribution-area.-sub {
    background-color: #fff
}

.distribution-area.-sub .background {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px
}

.distribution-area.-sub .background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #EAECF1;
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

@media (min-width: 768px) {
    .distribution-area.-sub .background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

.distribution-area.-sub .distribution-list {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 66.6666666667%;
    margin-left: 8.3333333333%
}

.distribution-area.-sub .accordion>div>.fold-out {
    margin-top: 20px;
    min-height: 36px
}

.distribution-area.-sub .accordion:first-of-type>div:first-child>.fold-out {
    margin-top: 0
}

@media (min-width: 768px) {
    .distribution-area.-sub .background {
        padding-top:30px
    }

    .distribution-area.-sub .accordion>div>.fold-out {
        margin-top: 30px;
        min-height: 45px
    }

    .distribution-area.-sub .accordion>div:first-child>.fold-out {
        margin-top: 0
    }

    .distribution-area.-sub .link-content>.content {
        flex: 0 0 100%
    }
}

.distribution-area.-category {
    background-color: #fff
}

.distribution-area.-category .background {
    position: relative;
    overflow: hidden
}

.distribution-area.-category .background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #EAECF1;
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

@media (min-width: 768px) {
    .distribution-area.-category .background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

.distribution-area.-category .distribution-list {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 91.6666666667%;
    left: 8.3333333333%;
    padding-bottom: 30px
}

.distribution-area.-category .distribution-list .accordion {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 90.9090909091%
}

.distribution-area.-category .distribution-list .accordion>.fold-out {
    margin-top: 30px
}

.distribution-area.-category .distribution-list .accordion:first-of-type>div:first-child>.fold-out {
    margin-top: 0
}

@media (min-width: 768px) {
    .distribution-area.-category .distribution-list {
        padding-top:30px
    }

    .distribution-area.-category .distribution-list .accordion {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 27.2727272727%
    }

    .distribution-area.-category .distribution-list .accordion>.fold-out {
        margin-top: 30px
    }

    .distribution-area.-category .distribution-list .accordion>div:first-child>.fold-out {
        margin-top: 0
    }

    .distribution-area.-category .distribution-list .link-content>.content {
        flex: 0 0 100%
    }
}

.header-site {
    background-color: #fff;
    transition: all 0.2s ease-out;
    height: 67px;
    padding-top: 20px;
    border-bottom: #EAECF1 1px solid
}

.header-site .logo .cls-1 {
    fill: #31417A
}

.header-site .logo .cls-2 {
    fill: #fff
}

.header-site .logo .cls-3 {
    fill: #333
}

.header-site .logo svg {
    height: 38px;
    width: 131px
}

.header-site .logo svg .cls-3 ~ .cls-1 {
    display: inherit
}

.header-site .navigation-links .nav-link {
    display: none
}

.header-site .navigation-links .nav-link.-menu,.header-site .navigation-links .nav-link.-search {
    display: flex
}

.header-site .navigation-links .nav-link.-menu .icon {
    width: 20px;
    height: 13px
}

.header-site .navigation-links .nav-link.-menu>span {
    margin-top: 4px
}

.header-site .navigation-links .nav-link.-search .icon {
    height: 16px
}

.header-site .navigation-links .nav-link.-search>span {
    margin-top: 2px
}

.header-site .page-area>.fs-row {
    justify-content: space-between
}

.header-site .logo,.header-site .navigation-links {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.header-site .nav-link {
    text-decoration: none;
    color: #666;
    cursor: pointer
}

.header-site .nav-link.-disabled {
    pointer-events: none
}

.header-site .nav-link.-disabled>.icon *[class^='cls-'],.header-site .nav-link.-disabled>.icon path,.header-site .nav-link.-disabled>.icon text,.header-site .nav-link.-disabled>.icon use {
    fill: #666
}

.header-site .nav-link.-disabled>.icon line {
    stroke: #666
}

.header-site .nav-link.-disabled>.icon .svg-call *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-call path,.header-site .nav-link.-disabled>.icon .svg-call use,.header-site .nav-link.-disabled>.icon .svg-close *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-close path,.header-site .nav-link.-disabled>.icon .svg-close use,.header-site .nav-link.-disabled>.icon .svg-download *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-download path,.header-site .nav-link.-disabled>.icon .svg-download use,.header-site .nav-link.-disabled>.icon .svg-googleplus *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-googleplus path,.header-site .nav-link.-disabled>.icon .svg-googleplus use,.header-site .nav-link.-disabled>.icon .svg-facebook *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-facebook path,.header-site .nav-link.-disabled>.icon .svg-facebook use,.header-site .nav-link.-disabled>.icon .svg-foursquare *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-foursquare path,.header-site .nav-link.-disabled>.icon .svg-foursquare use,.header-site .nav-link.-disabled>.icon .svg-in *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-in path,.header-site .nav-link.-disabled>.icon .svg-in use,.header-site .nav-link.-disabled>.icon .svg-instagram *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-instagram path,.header-site .nav-link.-disabled>.icon .svg-instagram use,.header-site .nav-link.-disabled>.icon .svg-pdf *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-pdf path,.header-site .nav-link.-disabled>.icon .svg-pdf use,.header-site .nav-link.-disabled>.icon .svg-youtube *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-youtube path,.header-site .nav-link.-disabled>.icon .svg-youtube use,.header-site .nav-link.-disabled>.icon .svg-twitter *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-twitter path,.header-site .nav-link.-disabled>.icon .svg-twitter use,.header-site .nav-link.-disabled>.icon .svg-xing *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-xing path,.header-site .nav-link.-disabled>.icon .svg-xing use {
    fill: none;
    stroke: #666
}

.header-site .nav-link.-disabled>.icon .svg-youtube *[class^='cls-'],.header-site .nav-link.-disabled>.icon .svg-youtube path {
    stroke-width: 6
}

.header-site.-is-search-shown .logo {
    display: none
}

.header-site.-is-search-shown .navigation-links {
    width: 100%
}

.header-site.-is-search-shown .navigation-links .nav-link {
    display: none
}

.header-site.-is-search-shown [data-app-id="site-search"] {
    display: block;
    width: 100%
}

.header-site.-is-search-shown form {
    display: flex
}

@media (min-width: 768px) {
    .header-site {
        height:141px;
        padding-top: 40px
    }

    .header-site [data-app-id="site-search"] {
        flex: 1
    }

    .header-site .logo {
        margin-top: 5px;
        margin-left: 8.3333333333%
    }

    .header-site .logo svg {
        width: 203px;
        height: 62px
    }

    .header-site .navigation-links .nav-link {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-left: 30px
    }

    .header-site .navigation-links .nav-link.-search {
        margin: 0;
        border: none
    }

    .header-site .navigation-links .nav-link.-search .icon {
        height: 25px;
        width: 25px
    }

    .header-site .navigation-links .nav-link.-search span:not(.icon) {
        margin-top: 16px
    }

    .header-site .navigation-links .nav-link.-menu .icon {
        width: 31px;
        height: 20px
    }

    .header-site .navigation-links .nav-link.-menu span:not(.icon) {
        margin-top: 18px
    }

    .header-site .navigation-links .nav-link.-lang-switch {
        text-transform: uppercase
    }

    .header-site .navigation-links .nav-link.-lang-switch .icon {
        width: 29px;
        height: 30px
    }

    .header-site .navigation-links .nav-link.-lang-switch span:not(.icon) {
        margin-top: 13px
    }

    .header-site .navigation-links .nav-link.-login .icon {
        width: 23px;
        height: 24px;
        stroke: #79A342
    }

    .header-site .navigation-links .nav-link.-login>span:not(.icon) {
        margin-top: 18px
    }

    .header-site.-is-scrolled {
        height: 90px;
        padding-top: 25px;
        border-bottom: #EAECF1 1px solid
    }

    .header-site.-is-scrolled .logo .cls-3 ~ .cls-1 {
        display: none
    }

    .header-site.-is-scrolled .nav-link {
        height: 43px
    }

    .header-site.-is-scrolled .nav-link.-search .icon,.header-site.-is-scrolled .nav-link.-search>span:not(.icon),.header-site.-is-scrolled .nav-link.-menu .icon,.header-site.-is-scrolled .nav-link.-menu>span:not(.icon),.header-site.-is-scrolled .nav-link.-lang-switch .icon,.header-site.-is-scrolled .nav-link.-lang-switch>span:not(.icon),.header-site.-is-scrolled .nav-link.-login .icon,.header-site.-is-scrolled .nav-link.-login>span:not(.icon) {
        transition: all 0.2s ease-out
    }

    .header-site.-is-scrolled .nav-link.-search .icon {
        width: 26px
    }

    .header-site.-is-scrolled .nav-link.-search>span:not(.icon) {
        margin-top: 7px
    }

    .header-site.-is-scrolled .nav-link.-menu .icon {
        width: 29px;
        height: 20px
    }

    .header-site.-is-scrolled .nav-link.-menu>span:not(.icon) {
        margin-top: 9px
    }

    .header-site.-is-scrolled .nav-link.-lang-switch .icon {
        width: 29px;
        height: 20px
    }

    .header-site.-is-scrolled .nav-link.-lang-switch>span:not(.icon) {
        margin-top: 9px
    }

    .header-site.-is-scrolled .nav-link.-login>span:not(.icon) {
        margin-top: 8px
    }
}

@media (min-width: 1024px) {
    .header-site .navigation-links {
        flex:1
    }

    .header-site .navigation-links .site-search {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 33.3333333333%;
        margin-left: 8.3333333333%;
        flex-basis: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 0px !important
    }

    .header-site .navigation-links .fs-row {
        justify-content: flex-end
    }
}

.page-header {
    background-color: #31417A;
    padding-bottom: 23px;
    padding-top: 28px
}

.page-header .heading-group {
    flex: 0 0 83.3333333333%;
    margin-left: 8.3333333333%
}

@media (min-width: 768px) {
    .page-header {
        padding-top:30px
    }

    .page-header .heading-group {
        flex: 0 0 66.6666666667%;
        margin-left: 0%
    }
}

.page-header .heading-group {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.page-header.-oneline .heading-group {
    display: flex;
    flex-wrap: wrap
}

.page-header.-oneline .heading-main:not(:only-child)::after {
    content: '\00a0'
}

.site-search {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%
}

.site-search input:required {
    box-shadow: none
}

.site-search>form {
    position: relative;
    display: none;
    align-items: center
}

.site-search>form>.close {
    background: none;
    border: none;
    padding: 0;
    height: 21px
}

.site-search>form>.close>svg {
    fill: none;
    stroke: #72993E;
    stroke-miterlimit: 10;
    stroke-width: 0.75px;
    height: 21px;
    width: 14px
}

.site-search>form>.field {
    display: flex;
    position: relative;
    align-items: center;
    flex: 1
}

.site-search>form>.field>.-search {
    position: absolute;
    left: 29px;
    width: 16px
}

.site-search>form [type="search"] {
    color: #333;
    width: 100%;
    height: 35px;
    margin-left: 18px;
    padding: 0;
    padding-right: 45px;
    background-color: #F4F5F8;
    font-size: 16px;
    padding-left: 32px
}

.site-search>form [type="search"]::-ms-clear {
    display: none
}

.site-search>form [type="search"]::-webkit-search-decoration,.site-search>form [type="search"]::-webkit-search-cancel-button,.site-search>form [type="search"]::-webkit-search-results-button,.site-search>form [type="search"]::-webkit-search-results-decoration {
    display: none
}

.site-search>form [type="search"][value=""]+[type="reset"] {
    display: none
}

.site-search>form [type="reset"] {
    position: absolute;
    height: 15px;
    right: 15px;
    padding: 0;
    border: none;
    background: none
}

.site-search>form [type="reset"]>svg {
    width: 15px;
    height: 15px;
    stroke: #72993E
}

@media (min-width: 768px) {
    .site-search>form>.close {
        height:37px
    }

    .site-search>form>.close>svg {
        height: 37px;
        width: 11px
    }

    .site-search>form>.field>.-search {
        left: 39px;
        width: 24px
    }

    .site-search>form [type="search"] {
        font-size: 18px;
        margin-left: 25px;
        height: 60px;
        padding-right: 60px;
        padding-left: 48px
    }

    .site-search>form [type="reset"] {
        height: 20px;
        right: 20px
    }

    .site-search>form [type="reset"]>svg {
        width: 20px;
        height: 20px
    }
}

@media (min-width: 1024px) {
    .site-search>.nav-link.-search {
        display:none
    }

    .site-search>form {
        display: flex;
        flex: 1
    }

    .site-search>form>.close,.site-search>form>.field>.-search {
        display: none
    }

    .site-search>form [type="search"] {
        height: 45px;
        padding-left: 15px;
        margin-left: 0px
    }

    .site-search>form [type="submit"] {
        display: block
    }

    .site-search>form [type="reset"] {
        height: 15px;
        right: 15px
    }

    .site-search>form [type="reset"]>svg {
        width: 15px;
        height: 15px
    }
}

.image-full-width {
    margin-top: 27px
}

@media (min-width: 768px) {
    .image-full-width {
        margin-top:29px
    }
}

.image-full-width .image>img {
    width: 100%
}

.image-half-width {
    margin-top: 27px
}

@media (min-width: 768px) {
    .image-half-width {
        margin-top:29px
    }

    .image-half-width .image,.image-half-width .image+.copy,.image-half-width .image+.list,.image-half-width .text>.image+ul,.image-half-width .cke_editable>.image+ul,.image-half-width .text>.image+ol,.image-half-width .cke_editable>.image+ol,.image-half-width .pagination .pages .image+.page:disabled,.pagination .pages .image-half-width .image+.page:disabled,.image-half-width .executive-education .image+.no-results,.executive-education .image-half-width .image+.no-results,.image-half-width .lg-outer .image+.lg-item,.lg-outer .image-half-width .image+.lg-item,.image-half-width .image+.event-table {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 50%
    }

    .image-half-width .image+.copy,.image-half-width .image+.list,.image-half-width .text>.image+ul,.image-half-width .cke_editable>.image+ul,.image-half-width .text>.image+ol,.image-half-width .cke_editable>.image+ol,.image-half-width .pagination .pages .image+.page:disabled,.pagination .pages .image-half-width .image+.page:disabled,.image-half-width .executive-education .image+.no-results,.executive-education .image-half-width .image+.no-results,.image-half-width .lg-outer .image+.lg-item,.lg-outer .image-half-width .image+.lg-item,.image-half-width .image+.event-table {
        margin-top: 0
    }
}

.image-half-width .image>img {
    width: 100%
}

.image-combination {
    margin-top: 27px
}

.image-combination .right,.image-combination .left {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.image-combination .left .copy.-caption,.image-combination .left .-caption.list,.image-combination .left .text>ul.-caption,.image-combination .left .cke_editable>ul.-caption,.image-combination .left .text>ol.-caption,.image-combination .left .cke_editable>ol.-caption,.image-combination .left .pagination .pages .-caption.page:disabled,.pagination .pages .image-combination .left .-caption.page:disabled,.image-combination .left .executive-education .-caption.no-results,.executive-education .image-combination .left .-caption.no-results,.image-combination .left .lg-outer .lg-item,.lg-outer .image-combination .left .lg-item,.image-combination .left .-caption.event-table {
    display: none
}

.image-combination .image>img {
    width: 100%
}

@media (min-width: 768px) {
    .image-combination {
        margin-top:29px
    }

    .image-combination .right,.image-combination .left {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 50%;
        flex-basis: auto;
        width: 50%
    }

    .image-combination .right {
        margin-top: 55px;
        padding-left: 0
    }

    .image-combination .left {
        padding-right: 0
    }

    .image-combination .left .copy.-caption,.image-combination .left .-caption.list,.image-combination .left .text>ul.-caption,.image-combination .left .cke_editable>ul.-caption,.image-combination .left .text>ol.-caption,.image-combination .left .cke_editable>ol.-caption,.image-combination .left .pagination .pages .-caption.page:disabled,.pagination .pages .image-combination .left .-caption.page:disabled,.image-combination .left .executive-education .-caption.no-results,.executive-education .image-combination .left .-caption.no-results,.image-combination .left .lg-outer .lg-item,.lg-outer .image-combination .left .lg-item,.image-combination .left .-caption.event-table {
        display: inherit
    }

    .image-combination>.copy.-caption,.image-combination>.-caption.list,.text.image-combination>ul.-caption,.cke_editable.image-combination>ul.-caption,.text.image-combination>ol.-caption,.cke_editable.image-combination>ol.-caption,.pagination .pages .image-combination>.-caption.page:disabled,.executive-education .image-combination>.-caption.no-results,.lg-outer .image-combination>.lg-item,.image-combination>.-caption.event-table {
        display: none
    }

    .image-combination .description {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 33.3333333333%;
        left: 58.3333333333%;
        padding: 0;
        text-align: right
    }
}

.basic-table,.text table,.cke_editable table {
    color: #666;
    display: block;
    font-family: 'Helvetica Roman';
    overflow-x: auto
}

.basic-table .table,.text table .table,.cke_editable table .table,.basic-table .basic-table,.text table .basic-table,.cke_editable table .basic-table,.basic-table .text table,.text .basic-table table,.text table table,.cke_editable table .text table,.text .cke_editable table table,.basic-table .cke_editable table,.cke_editable .basic-table table,.text table .cke_editable table,.cke_editable .text table table,.cke_editable table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.basic-table .table th,.text table .table th,.cke_editable table .table th,.basic-table .basic-table th,.text table .basic-table th,.cke_editable table .basic-table th,.basic-table .text table th,.text .basic-table table th,.text table table th,.cke_editable table .text table th,.text .cke_editable table table th,.basic-table .cke_editable table th,.cke_editable .basic-table table th,.text table .cke_editable table th,.cke_editable .text table table th,.cke_editable table table th,.basic-table .table td,.text table .table td,.cke_editable table .table td,.basic-table .basic-table td,.text table .basic-table td,.cke_editable table .basic-table td,.basic-table .text table td,.text .basic-table table td,.text table table td,.cke_editable table .text table td,.text .cke_editable table table td,.basic-table .cke_editable table td,.cke_editable .basic-table table td,.text table .cke_editable table td,.cke_editable .text table table td,.cke_editable table table td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.basic-table .table thead th,.text table .table thead th,.cke_editable table .table thead th,.basic-table .basic-table thead th,.text table .basic-table thead th,.cke_editable table .basic-table thead th,.basic-table .text table thead th,.text .basic-table table thead th,.text table table thead th,.cke_editable table .text table thead th,.text .cke_editable table table thead th,.basic-table .cke_editable table thead th,.cke_editable .basic-table table thead th,.text table .cke_editable table thead th,.cke_editable .text table table thead th,.cke_editable table table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.basic-table .table tbody+tbody,.text table .table tbody+tbody,.cke_editable table .table tbody+tbody,.basic-table .basic-table tbody+tbody,.text table .basic-table tbody+tbody,.cke_editable table .basic-table tbody+tbody,.basic-table .text table tbody+tbody,.text .basic-table table tbody+tbody,.text table table tbody+tbody,.cke_editable table .text table tbody+tbody,.text .cke_editable table table tbody+tbody,.basic-table .cke_editable table tbody+tbody,.cke_editable .basic-table table tbody+tbody,.text table .cke_editable table tbody+tbody,.cke_editable .text table table tbody+tbody,.cke_editable table table tbody+tbody {
    border-top: 2px solid #eceeef
}

.basic-table .table .table,.text table .table .table,.cke_editable table .table .table,.basic-table .basic-table .table,.text table .basic-table .table,.cke_editable table .basic-table .table,.basic-table .text table .table,.text .basic-table table .table,.text table table .table,.cke_editable table .text table .table,.text .cke_editable table table .table,.basic-table .cke_editable table .table,.cke_editable .basic-table table .table,.text table .cke_editable table .table,.cke_editable .text table table .table,.cke_editable table table .table,.basic-table .table .basic-table,.text table .table .basic-table,.cke_editable table .table .basic-table,.basic-table .basic-table .basic-table,.text table .basic-table .basic-table,.cke_editable table .basic-table .basic-table,.basic-table .text table .basic-table,.text .basic-table table .basic-table,.text table table .basic-table,.cke_editable table .text table .basic-table,.text .cke_editable table table .basic-table,.basic-table .cke_editable table .basic-table,.cke_editable .basic-table table .basic-table,.text table .cke_editable table .basic-table,.cke_editable .text table table .basic-table,.cke_editable table table .basic-table,.basic-table .table .text table,.text .basic-table .table table,.text table .table table,.cke_editable table .table .text table,.text .cke_editable table .table table,.basic-table .basic-table .text table,.text .basic-table .basic-table table,.text table .basic-table table,.cke_editable table .basic-table .text table,.text .cke_editable table .basic-table table,.basic-table .text table table,.text .basic-table table table,.text table table table,.cke_editable table .text table table,.text .cke_editable table table table,.basic-table .cke_editable table .text table,.text .basic-table .cke_editable table table,.cke_editable .basic-table table .text table,.text .cke_editable .basic-table table table,.text table .cke_editable table table,.cke_editable .text table table table,.cke_editable table table .text table,.text .cke_editable table table table,.basic-table .table .cke_editable table,.cke_editable .basic-table .table table,.text table .table .cke_editable table,.cke_editable .text table .table table,.cke_editable table .table table,.basic-table .basic-table .cke_editable table,.cke_editable .basic-table .basic-table table,.text table .basic-table .cke_editable table,.cke_editable .text table .basic-table table,.cke_editable table .basic-table table,.basic-table .text table .cke_editable table,.cke_editable .basic-table .text table table,.text .basic-table table .cke_editable table,.cke_editable .text .basic-table table table,.text table table .cke_editable table,.cke_editable .text table table table,.cke_editable table .text table table,.text .cke_editable table table table,.basic-table .cke_editable table table,.cke_editable .basic-table table table,.text table .cke_editable table table,.cke_editable .text table table table,.cke_editable table table table {
    background-color: #fff
}

.basic-table .table-sm th,.text table .table-sm th,.cke_editable table .table-sm th,.basic-table .table-sm td,.text table .table-sm td,.cke_editable table .table-sm td {
    padding: .3rem
}

.basic-table .table-bordered,.text table .table-bordered,.cke_editable table .table-bordered {
    border: 1px solid #eceeef
}

.basic-table .table-bordered th,.text table .table-bordered th,.cke_editable table .table-bordered th,.basic-table .table-bordered td,.text table .table-bordered td,.cke_editable table .table-bordered td {
    border: 1px solid #eceeef
}

.basic-table .table-bordered thead th,.text table .table-bordered thead th,.cke_editable table .table-bordered thead th,.basic-table .table-bordered thead td,.text table .table-bordered thead td,.cke_editable table .table-bordered thead td {
    border-bottom-width: 2px
}

.basic-table .table-striped tbody tr:nth-of-type(odd),.text table .table-striped tbody tr:nth-of-type(odd),.cke_editable table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.basic-table .table-hover tbody tr:hover,.text table .table-hover tbody tr:hover,.cke_editable table .table-hover tbody tr:hover {
    background-color: #f5f5f5
}

.basic-table .table-active,.text table .table-active,.cke_editable table .table-active,.basic-table .table-active>th,.text table .table-active>th,.cke_editable table .table-active>th,.basic-table .table-active>td,.text table .table-active>td,.cke_editable table .table-active>td {
    background-color: #f5f5f5
}

.basic-table .table-hover .table-active:hover,.text table .table-hover .table-active:hover,.cke_editable table .table-hover .table-active:hover {
    background-color: #e8e8e8
}

.basic-table .table-hover .table-active:hover>td,.text table .table-hover .table-active:hover>td,.cke_editable table .table-hover .table-active:hover>td,.basic-table .table-hover .table-active:hover>th,.text table .table-hover .table-active:hover>th,.cke_editable table .table-hover .table-active:hover>th {
    background-color: #e8e8e8
}

.basic-table .table-success,.text table .table-success,.cke_editable table .table-success,.basic-table .table-success>th,.text table .table-success>th,.cke_editable table .table-success>th,.basic-table .table-success>td,.text table .table-success>td,.cke_editable table .table-success>td {
    background-color: #dff0d8
}

.basic-table .table-hover .table-success:hover,.text table .table-hover .table-success:hover,.cke_editable table .table-hover .table-success:hover {
    background-color: #d0e9c6
}

.basic-table .table-hover .table-success:hover>td,.text table .table-hover .table-success:hover>td,.cke_editable table .table-hover .table-success:hover>td,.basic-table .table-hover .table-success:hover>th,.text table .table-hover .table-success:hover>th,.cke_editable table .table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.basic-table .table-info,.text table .table-info,.cke_editable table .table-info,.basic-table .table-info>th,.text table .table-info>th,.cke_editable table .table-info>th,.basic-table .table-info>td,.text table .table-info>td,.cke_editable table .table-info>td {
    background-color: #d9edf7
}

.basic-table .table-hover .table-info:hover,.text table .table-hover .table-info:hover,.cke_editable table .table-hover .table-info:hover {
    background-color: #c4e3f3
}

.basic-table .table-hover .table-info:hover>td,.text table .table-hover .table-info:hover>td,.cke_editable table .table-hover .table-info:hover>td,.basic-table .table-hover .table-info:hover>th,.text table .table-hover .table-info:hover>th,.cke_editable table .table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.basic-table .table-warning,.text table .table-warning,.cke_editable table .table-warning,.basic-table .table-warning>th,.text table .table-warning>th,.cke_editable table .table-warning>th,.basic-table .table-warning>td,.text table .table-warning>td,.cke_editable table .table-warning>td {
    background-color: #fcf8e3
}

.basic-table .table-hover .table-warning:hover,.text table .table-hover .table-warning:hover,.cke_editable table .table-hover .table-warning:hover {
    background-color: #faf2cc
}

.basic-table .table-hover .table-warning:hover>td,.text table .table-hover .table-warning:hover>td,.cke_editable table .table-hover .table-warning:hover>td,.basic-table .table-hover .table-warning:hover>th,.text table .table-hover .table-warning:hover>th,.cke_editable table .table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.basic-table .table-danger,.text table .table-danger,.cke_editable table .table-danger,.basic-table .table-danger>th,.text table .table-danger>th,.cke_editable table .table-danger>th,.basic-table .table-danger>td,.text table .table-danger>td,.cke_editable table .table-danger>td {
    background-color: #f2dede
}

.basic-table .table-hover .table-danger:hover,.text table .table-hover .table-danger:hover,.cke_editable table .table-hover .table-danger:hover {
    background-color: #ebcccc
}

.basic-table .table-hover .table-danger:hover>td,.text table .table-hover .table-danger:hover>td,.cke_editable table .table-hover .table-danger:hover>td,.basic-table .table-hover .table-danger:hover>th,.text table .table-hover .table-danger:hover>th,.cke_editable table .table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.basic-table .table-responsive,.text table .table-responsive,.cke_editable table .table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto
}

.basic-table .thead-inverse th,.text table .thead-inverse th,.cke_editable table .thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.basic-table .thead-default th,.text table .thead-default th,.cke_editable table .thead-default th {
    color: #55595c;
    background-color: #eceeef
}

.basic-table .table-inverse,.text table .table-inverse,.cke_editable table .table-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.basic-table .table-inverse.table-bordered,.text table .table-inverse.table-bordered,.cke_editable table .table-inverse.table-bordered {
    border: 0
}

.basic-table .table-inverse th,.text table .table-inverse th,.cke_editable table .table-inverse th,.basic-table .table-inverse td,.text table .table-inverse td,.cke_editable table .table-inverse td,.basic-table .table-inverse thead th,.text table .table-inverse thead th,.cke_editable table .table-inverse thead th {
    border-color: #55595c
}

.basic-table .table-reflow thead,.text table .table-reflow thead,.cke_editable table .table-reflow thead {
    float: left
}

.basic-table .table-reflow tbody,.text table .table-reflow tbody,.cke_editable table .table-reflow tbody {
    display: block;
    white-space: nowrap
}

.basic-table .table-reflow th,.text table .table-reflow th,.cke_editable table .table-reflow th,.basic-table .table-reflow td,.text table .table-reflow td,.cke_editable table .table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.basic-table .table-reflow th:last-child,.text table .table-reflow th:last-child,.cke_editable table .table-reflow th:last-child,.basic-table .table-reflow td:last-child,.text table .table-reflow td:last-child,.cke_editable table .table-reflow td:last-child {
    border-right: 1px solid #eceeef
}

.basic-table .table-reflow thead:last-child tr:last-child th,.text table .table-reflow thead:last-child tr:last-child th,.cke_editable table .table-reflow thead:last-child tr:last-child th,.basic-table .table-reflow thead:last-child tr:last-child td,.text table .table-reflow thead:last-child tr:last-child td,.cke_editable table .table-reflow thead:last-child tr:last-child td,.basic-table .table-reflow tbody:last-child tr:last-child th,.text table .table-reflow tbody:last-child tr:last-child th,.cke_editable table .table-reflow tbody:last-child tr:last-child th,.basic-table .table-reflow tbody:last-child tr:last-child td,.text table .table-reflow tbody:last-child tr:last-child td,.cke_editable table .table-reflow tbody:last-child tr:last-child td,.basic-table .table-reflow tfoot:last-child tr:last-child th,.text table .table-reflow tfoot:last-child tr:last-child th,.cke_editable table .table-reflow tfoot:last-child tr:last-child th,.basic-table .table-reflow tfoot:last-child tr:last-child td,.text table .table-reflow tfoot:last-child tr:last-child td,.cke_editable table .table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef
}

.basic-table .table-reflow tr,.text table .table-reflow tr,.cke_editable table .table-reflow tr {
    float: left
}

.basic-table .table-reflow tr th,.text table .table-reflow tr th,.cke_editable table .table-reflow tr th,.basic-table .table-reflow tr td,.text table .table-reflow tr td,.cke_editable table .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef
}

.basic-table td,.text table td,.cke_editable table td,.basic-table th,.text table th,.cke_editable table th {
    font-size: 14px;
    line-height: 20px
}

.basic-table td,.text table td,.cke_editable table td {
    padding: 5px 15px
}

.basic-table th,.text table th,.cke_editable table th {
    padding-bottom: 5px
}

@media (min-width: 768px) {
    .basic-table .heading-column,.text table .heading-column,.cke_editable table .heading-column,.basic-table .content-section .content-area h2,.content-section .content-area .basic-table h2,.text table .content-section .content-area h2,.content-section .content-area .text table h2,.cke_editable table .content-section .content-area h2,.content-section .content-area .cke_editable table h2,.basic-table .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .basic-table h2,.text table .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .text table h2,.cke_editable table .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .cke_editable table h2,.basic-table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .basic-table h2,.text table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .text table h2,.cke_editable table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .cke_editable table h2,.basic-table .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .basic-table h2,.text table .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .text table h2,.cke_editable table .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .cke_editable table h2,.basic-table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .basic-table h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text table a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a table h2,.cke_editable table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.basic-table .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .basic-table h2,.fold-out.-subnav[aria-expanded="true"]>.content .text table .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a table h2,.basic-table .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .basic-table h2,.content-section .text table .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a table h2,.cke_editable table .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.basic-table .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .basic-table h2,.text table .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a table h2,.cke_editable table .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.basic-table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .basic-table h2,.text table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable table a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a table h2,.basic-table .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .basic-table h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable table .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a table h2,.basic-table .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .basic-table h2,.text table .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable table .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a table h2,.basic-table .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .basic-table h2,.text table .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable table .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a table h2,.basic-table .text h3,.text .basic-table h3,.text table h3,.cke_editable table .text h3,.text .cke_editable table h3,.basic-table .cke_editable h3,.cke_editable .basic-table h3,.text table .cke_editable h3,.cke_editable .text table h3,.cke_editable table h3,.basic-table .text h4,.text .basic-table h4,.text table h4,.cke_editable table .text h4,.text .cke_editable table h4,.basic-table .cke_editable h4,.cke_editable .basic-table h4,.text table .cke_editable h4,.cke_editable .text table h4,.cke_editable table h4 {
        font-size:22px;
        line-height: 22px;
        margin-top: 40px;
        padding-bottom: 10px
    }

    .basic-table td,.text table td,.cke_editable table td,.basic-table th,.text table th,.cke_editable table th {
        font-size: 16px;
        line-height: 22px
    }

    .basic-table td,.text table td,.cke_editable table td {
        padding: 6px 15px 3px
    }

    .basic-table th,.text table th,.cke_editable table th {
        padding-bottom: 3px
    }
}

.basic-table caption,.text table caption,.cke_editable table caption {
    caption-side: top
}

.basic-table td,.text table td,.cke_editable table td,.basic-table th,.text table th,.cke_editable table th {
    border-bottom: 1px solid #B2B2B2
}

.basic-table td:first-child,.text table td:first-child,.cke_editable table td:first-child,.basic-table th:first-child,.text table th:first-child,.cke_editable table th:first-child {
    padding-left: 0
}

.basic-table td:last-child,.text table td:last-child,.cke_editable table td:last-child,.basic-table th:last-child,.text table th:last-child,.cke_editable table th:last-child {
    padding-right: 0
}

.basic-table td,.text table td,.cke_editable table td {
    vertical-align: top
}

.basic-table th,.text table th,.cke_editable table th {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 21px;
    vertical-align: bottom
}

.basic-table tr:hover,.text table tr:hover,.cke_editable table tr:hover {
    background-color: #F4F5F8
}

.bar-graph .heading-column,.bar-graph .content-section .content-area h2,.content-section .content-area .bar-graph h2,.bar-graph .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .bar-graph h2,.bar-graph .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .bar-graph h2,.bar-graph .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .bar-graph h2,.bar-graph .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .bar-graph h2,.bar-graph .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .bar-graph h2,.bar-graph .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .bar-graph h2,.bar-graph .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .bar-graph h2,.bar-graph .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .bar-graph h2,.bar-graph .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .bar-graph h2,.bar-graph .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .bar-graph h2,.bar-graph .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .bar-graph h2,.bar-graph .text h3,.text .bar-graph h3,.bar-graph .cke_editable h3,.cke_editable .bar-graph h3,.bar-graph .text h4,.text .bar-graph h4,.bar-graph .cke_editable h4,.cke_editable .bar-graph h4 {
    line-height: 30px;
    font-weight: normal
}

.bar-graph .graph,.bar-graph .graph>tbody {
    width: 100%
}

.bar-graph .graph {
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: solid 1px #666;
    border-collapse: separate
}

.bar-graph .graph .bar:not(:first-of-type) {
    border-top: solid 1px #666
}

.bar-graph .bar {
    display: flex;
    justify-content: space-between;
    font-family: 'Helvetica Roman';
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 4px
}

.bar-graph .bar:nth-child(10n+1).percentage-1 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+1).percentage-2 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+1).percentage-3 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+1).percentage-4 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+1).percentage-5 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+1).percentage-6 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+1).percentage-7 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+1).percentage-8 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+1).percentage-9 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+1).percentage-10 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+1).percentage-11 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+1).percentage-12 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+1).percentage-13 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+1).percentage-14 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+1).percentage-15 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+1).percentage-16 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+1).percentage-17 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+1).percentage-18 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+1).percentage-19 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+1).percentage-20 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+1).percentage-21 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+1).percentage-22 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+1).percentage-23 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+1).percentage-24 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+1).percentage-25 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+1).percentage-26 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+1).percentage-27 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+1).percentage-28 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+1).percentage-29 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+1).percentage-30 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+1).percentage-31 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+1).percentage-32 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+1).percentage-33 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+1).percentage-34 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+1).percentage-35 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+1).percentage-36 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+1).percentage-37 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+1).percentage-38 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+1).percentage-39 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+1).percentage-40 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+1).percentage-41 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+1).percentage-42 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+1).percentage-43 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+1).percentage-44 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+1).percentage-45 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+1).percentage-46 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+1).percentage-47 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+1).percentage-48 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+1).percentage-49 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+1).percentage-50 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+1).percentage-51 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+1).percentage-52 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+1).percentage-53 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+1).percentage-54 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+1).percentage-55 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+1).percentage-56 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+1).percentage-57 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+1).percentage-58 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+1).percentage-59 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+1).percentage-60 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+1).percentage-61 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+1).percentage-62 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+1).percentage-63 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+1).percentage-64 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+1).percentage-65 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+1).percentage-66 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+1).percentage-67 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+1).percentage-68 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+1).percentage-69 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+1).percentage-70 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+1).percentage-71 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+1).percentage-72 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+1).percentage-73 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+1).percentage-74 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+1).percentage-75 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+1).percentage-76 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+1).percentage-77 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+1).percentage-78 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+1).percentage-79 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+1).percentage-80 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+1).percentage-81 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+1).percentage-82 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+1).percentage-83 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+1).percentage-84 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+1).percentage-85 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+1).percentage-86 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+1).percentage-87 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+1).percentage-88 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+1).percentage-89 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+1).percentage-90 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+1).percentage-91 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+1).percentage-92 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+1).percentage-93 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+1).percentage-94 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+1).percentage-95 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+1).percentage-96 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+1).percentage-97 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+1).percentage-98 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+1).percentage-99 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+1).percentage-100 {
    background: linear-gradient(to right, rgba(102,102,102,0.4) 0%, rgba(102,102,102,0.4) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+2).percentage-1 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+2).percentage-2 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+2).percentage-3 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+2).percentage-4 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+2).percentage-5 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+2).percentage-6 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+2).percentage-7 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+2).percentage-8 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+2).percentage-9 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+2).percentage-10 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+2).percentage-11 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+2).percentage-12 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+2).percentage-13 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+2).percentage-14 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+2).percentage-15 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+2).percentage-16 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+2).percentage-17 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+2).percentage-18 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+2).percentage-19 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+2).percentage-20 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+2).percentage-21 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+2).percentage-22 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+2).percentage-23 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+2).percentage-24 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+2).percentage-25 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+2).percentage-26 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+2).percentage-27 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+2).percentage-28 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+2).percentage-29 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+2).percentage-30 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+2).percentage-31 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+2).percentage-32 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+2).percentage-33 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+2).percentage-34 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+2).percentage-35 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+2).percentage-36 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+2).percentage-37 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+2).percentage-38 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+2).percentage-39 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+2).percentage-40 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+2).percentage-41 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+2).percentage-42 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+2).percentage-43 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+2).percentage-44 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+2).percentage-45 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+2).percentage-46 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+2).percentage-47 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+2).percentage-48 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+2).percentage-49 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+2).percentage-50 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+2).percentage-51 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+2).percentage-52 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+2).percentage-53 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+2).percentage-54 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+2).percentage-55 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+2).percentage-56 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+2).percentage-57 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+2).percentage-58 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+2).percentage-59 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+2).percentage-60 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+2).percentage-61 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+2).percentage-62 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+2).percentage-63 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+2).percentage-64 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+2).percentage-65 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+2).percentage-66 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+2).percentage-67 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+2).percentage-68 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+2).percentage-69 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+2).percentage-70 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+2).percentage-71 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+2).percentage-72 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+2).percentage-73 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+2).percentage-74 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+2).percentage-75 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+2).percentage-76 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+2).percentage-77 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+2).percentage-78 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+2).percentage-79 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+2).percentage-80 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+2).percentage-81 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+2).percentage-82 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+2).percentage-83 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+2).percentage-84 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+2).percentage-85 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+2).percentage-86 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+2).percentage-87 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+2).percentage-88 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+2).percentage-89 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+2).percentage-90 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+2).percentage-91 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+2).percentage-92 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+2).percentage-93 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+2).percentage-94 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+2).percentage-95 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+2).percentage-96 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+2).percentage-97 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+2).percentage-98 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+2).percentage-99 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+2).percentage-100 {
    background: linear-gradient(to right, rgba(121,163,66,0.4) 0%, rgba(121,163,66,0.4) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+3).percentage-1 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+3).percentage-2 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+3).percentage-3 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+3).percentage-4 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+3).percentage-5 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+3).percentage-6 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+3).percentage-7 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+3).percentage-8 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+3).percentage-9 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+3).percentage-10 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+3).percentage-11 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+3).percentage-12 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+3).percentage-13 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+3).percentage-14 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+3).percentage-15 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+3).percentage-16 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+3).percentage-17 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+3).percentage-18 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+3).percentage-19 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+3).percentage-20 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+3).percentage-21 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+3).percentage-22 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+3).percentage-23 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+3).percentage-24 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+3).percentage-25 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+3).percentage-26 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+3).percentage-27 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+3).percentage-28 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+3).percentage-29 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+3).percentage-30 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+3).percentage-31 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+3).percentage-32 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+3).percentage-33 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+3).percentage-34 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+3).percentage-35 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+3).percentage-36 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+3).percentage-37 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+3).percentage-38 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+3).percentage-39 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+3).percentage-40 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+3).percentage-41 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+3).percentage-42 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+3).percentage-43 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+3).percentage-44 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+3).percentage-45 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+3).percentage-46 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+3).percentage-47 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+3).percentage-48 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+3).percentage-49 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+3).percentage-50 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+3).percentage-51 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+3).percentage-52 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+3).percentage-53 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+3).percentage-54 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+3).percentage-55 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+3).percentage-56 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+3).percentage-57 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+3).percentage-58 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+3).percentage-59 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+3).percentage-60 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+3).percentage-61 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+3).percentage-62 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+3).percentage-63 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+3).percentage-64 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+3).percentage-65 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+3).percentage-66 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+3).percentage-67 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+3).percentage-68 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+3).percentage-69 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+3).percentage-70 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+3).percentage-71 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+3).percentage-72 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+3).percentage-73 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+3).percentage-74 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+3).percentage-75 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+3).percentage-76 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+3).percentage-77 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+3).percentage-78 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+3).percentage-79 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+3).percentage-80 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+3).percentage-81 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+3).percentage-82 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+3).percentage-83 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+3).percentage-84 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+3).percentage-85 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+3).percentage-86 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+3).percentage-87 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+3).percentage-88 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+3).percentage-89 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+3).percentage-90 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+3).percentage-91 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+3).percentage-92 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+3).percentage-93 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+3).percentage-94 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+3).percentage-95 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+3).percentage-96 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+3).percentage-97 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+3).percentage-98 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+3).percentage-99 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+3).percentage-100 {
    background: linear-gradient(to right, rgba(0,114,144,0.4) 0%, rgba(0,114,144,0.4) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+4).percentage-1 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+4).percentage-2 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+4).percentage-3 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+4).percentage-4 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+4).percentage-5 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+4).percentage-6 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+4).percentage-7 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+4).percentage-8 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+4).percentage-9 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+4).percentage-10 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+4).percentage-11 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+4).percentage-12 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+4).percentage-13 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+4).percentage-14 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+4).percentage-15 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+4).percentage-16 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+4).percentage-17 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+4).percentage-18 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+4).percentage-19 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+4).percentage-20 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+4).percentage-21 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+4).percentage-22 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+4).percentage-23 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+4).percentage-24 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+4).percentage-25 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+4).percentage-26 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+4).percentage-27 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+4).percentage-28 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+4).percentage-29 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+4).percentage-30 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+4).percentage-31 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+4).percentage-32 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+4).percentage-33 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+4).percentage-34 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+4).percentage-35 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+4).percentage-36 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+4).percentage-37 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+4).percentage-38 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+4).percentage-39 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+4).percentage-40 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+4).percentage-41 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+4).percentage-42 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+4).percentage-43 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+4).percentage-44 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+4).percentage-45 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+4).percentage-46 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+4).percentage-47 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+4).percentage-48 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+4).percentage-49 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+4).percentage-50 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+4).percentage-51 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+4).percentage-52 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+4).percentage-53 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+4).percentage-54 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+4).percentage-55 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+4).percentage-56 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+4).percentage-57 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+4).percentage-58 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+4).percentage-59 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+4).percentage-60 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+4).percentage-61 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+4).percentage-62 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+4).percentage-63 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+4).percentage-64 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+4).percentage-65 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+4).percentage-66 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+4).percentage-67 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+4).percentage-68 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+4).percentage-69 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+4).percentage-70 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+4).percentage-71 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+4).percentage-72 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+4).percentage-73 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+4).percentage-74 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+4).percentage-75 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+4).percentage-76 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+4).percentage-77 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+4).percentage-78 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+4).percentage-79 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+4).percentage-80 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+4).percentage-81 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+4).percentage-82 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+4).percentage-83 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+4).percentage-84 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+4).percentage-85 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+4).percentage-86 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+4).percentage-87 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+4).percentage-88 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+4).percentage-89 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+4).percentage-90 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+4).percentage-91 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+4).percentage-92 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+4).percentage-93 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+4).percentage-94 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+4).percentage-95 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+4).percentage-96 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+4).percentage-97 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+4).percentage-98 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+4).percentage-99 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+4).percentage-100 {
    background: linear-gradient(to right, rgba(153,28,62,0.4) 0%, rgba(153,28,62,0.4) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+5).percentage-1 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+5).percentage-2 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+5).percentage-3 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+5).percentage-4 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+5).percentage-5 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+5).percentage-6 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+5).percentage-7 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+5).percentage-8 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+5).percentage-9 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+5).percentage-10 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+5).percentage-11 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+5).percentage-12 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+5).percentage-13 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+5).percentage-14 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+5).percentage-15 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+5).percentage-16 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+5).percentage-17 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+5).percentage-18 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+5).percentage-19 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+5).percentage-20 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+5).percentage-21 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+5).percentage-22 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+5).percentage-23 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+5).percentage-24 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+5).percentage-25 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+5).percentage-26 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+5).percentage-27 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+5).percentage-28 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+5).percentage-29 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+5).percentage-30 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+5).percentage-31 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+5).percentage-32 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+5).percentage-33 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+5).percentage-34 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+5).percentage-35 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+5).percentage-36 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+5).percentage-37 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+5).percentage-38 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+5).percentage-39 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+5).percentage-40 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+5).percentage-41 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+5).percentage-42 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+5).percentage-43 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+5).percentage-44 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+5).percentage-45 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+5).percentage-46 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+5).percentage-47 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+5).percentage-48 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+5).percentage-49 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+5).percentage-50 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+5).percentage-51 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+5).percentage-52 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+5).percentage-53 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+5).percentage-54 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+5).percentage-55 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+5).percentage-56 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+5).percentage-57 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+5).percentage-58 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+5).percentage-59 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+5).percentage-60 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+5).percentage-61 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+5).percentage-62 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+5).percentage-63 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+5).percentage-64 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+5).percentage-65 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+5).percentage-66 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+5).percentage-67 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+5).percentage-68 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+5).percentage-69 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+5).percentage-70 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+5).percentage-71 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+5).percentage-72 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+5).percentage-73 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+5).percentage-74 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+5).percentage-75 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+5).percentage-76 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+5).percentage-77 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+5).percentage-78 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+5).percentage-79 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+5).percentage-80 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+5).percentage-81 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+5).percentage-82 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+5).percentage-83 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+5).percentage-84 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+5).percentage-85 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+5).percentage-86 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+5).percentage-87 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+5).percentage-88 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+5).percentage-89 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+5).percentage-90 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+5).percentage-91 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+5).percentage-92 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+5).percentage-93 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+5).percentage-94 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+5).percentage-95 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+5).percentage-96 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+5).percentage-97 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+5).percentage-98 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+5).percentage-99 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+5).percentage-100 {
    background: linear-gradient(to right, rgba(216,72,38,0.4) 0%, rgba(216,72,38,0.4) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+6).percentage-1 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+6).percentage-2 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+6).percentage-3 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+6).percentage-4 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+6).percentage-5 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+6).percentage-6 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+6).percentage-7 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+6).percentage-8 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+6).percentage-9 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+6).percentage-10 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+6).percentage-11 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+6).percentage-12 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+6).percentage-13 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+6).percentage-14 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+6).percentage-15 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+6).percentage-16 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+6).percentage-17 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+6).percentage-18 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+6).percentage-19 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+6).percentage-20 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+6).percentage-21 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+6).percentage-22 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+6).percentage-23 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+6).percentage-24 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+6).percentage-25 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+6).percentage-26 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+6).percentage-27 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+6).percentage-28 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+6).percentage-29 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+6).percentage-30 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+6).percentage-31 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+6).percentage-32 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+6).percentage-33 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+6).percentage-34 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+6).percentage-35 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+6).percentage-36 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+6).percentage-37 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+6).percentage-38 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+6).percentage-39 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+6).percentage-40 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+6).percentage-41 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+6).percentage-42 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+6).percentage-43 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+6).percentage-44 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+6).percentage-45 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+6).percentage-46 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+6).percentage-47 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+6).percentage-48 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+6).percentage-49 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+6).percentage-50 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+6).percentage-51 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+6).percentage-52 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+6).percentage-53 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+6).percentage-54 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+6).percentage-55 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+6).percentage-56 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+6).percentage-57 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+6).percentage-58 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+6).percentage-59 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+6).percentage-60 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+6).percentage-61 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+6).percentage-62 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+6).percentage-63 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+6).percentage-64 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+6).percentage-65 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+6).percentage-66 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+6).percentage-67 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+6).percentage-68 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+6).percentage-69 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+6).percentage-70 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+6).percentage-71 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+6).percentage-72 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+6).percentage-73 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+6).percentage-74 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+6).percentage-75 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+6).percentage-76 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+6).percentage-77 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+6).percentage-78 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+6).percentage-79 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+6).percentage-80 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+6).percentage-81 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+6).percentage-82 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+6).percentage-83 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+6).percentage-84 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+6).percentage-85 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+6).percentage-86 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+6).percentage-87 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+6).percentage-88 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+6).percentage-89 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+6).percentage-90 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+6).percentage-91 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+6).percentage-92 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+6).percentage-93 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+6).percentage-94 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+6).percentage-95 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+6).percentage-96 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+6).percentage-97 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+6).percentage-98 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+6).percentage-99 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+6).percentage-100 {
    background: linear-gradient(to right, rgba(102,102,102,0.2) 0%, rgba(102,102,102,0.2) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+7).percentage-1 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+7).percentage-2 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+7).percentage-3 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+7).percentage-4 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+7).percentage-5 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+7).percentage-6 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+7).percentage-7 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+7).percentage-8 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+7).percentage-9 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+7).percentage-10 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+7).percentage-11 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+7).percentage-12 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+7).percentage-13 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+7).percentage-14 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+7).percentage-15 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+7).percentage-16 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+7).percentage-17 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+7).percentage-18 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+7).percentage-19 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+7).percentage-20 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+7).percentage-21 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+7).percentage-22 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+7).percentage-23 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+7).percentage-24 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+7).percentage-25 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+7).percentage-26 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+7).percentage-27 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+7).percentage-28 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+7).percentage-29 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+7).percentage-30 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+7).percentage-31 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+7).percentage-32 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+7).percentage-33 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+7).percentage-34 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+7).percentage-35 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+7).percentage-36 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+7).percentage-37 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+7).percentage-38 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+7).percentage-39 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+7).percentage-40 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+7).percentage-41 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+7).percentage-42 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+7).percentage-43 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+7).percentage-44 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+7).percentage-45 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+7).percentage-46 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+7).percentage-47 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+7).percentage-48 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+7).percentage-49 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+7).percentage-50 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+7).percentage-51 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+7).percentage-52 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+7).percentage-53 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+7).percentage-54 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+7).percentage-55 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+7).percentage-56 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+7).percentage-57 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+7).percentage-58 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+7).percentage-59 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+7).percentage-60 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+7).percentage-61 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+7).percentage-62 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+7).percentage-63 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+7).percentage-64 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+7).percentage-65 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+7).percentage-66 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+7).percentage-67 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+7).percentage-68 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+7).percentage-69 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+7).percentage-70 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+7).percentage-71 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+7).percentage-72 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+7).percentage-73 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+7).percentage-74 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+7).percentage-75 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+7).percentage-76 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+7).percentage-77 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+7).percentage-78 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+7).percentage-79 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+7).percentage-80 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+7).percentage-81 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+7).percentage-82 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+7).percentage-83 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+7).percentage-84 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+7).percentage-85 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+7).percentage-86 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+7).percentage-87 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+7).percentage-88 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+7).percentage-89 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+7).percentage-90 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+7).percentage-91 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+7).percentage-92 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+7).percentage-93 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+7).percentage-94 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+7).percentage-95 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+7).percentage-96 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+7).percentage-97 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+7).percentage-98 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+7).percentage-99 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+7).percentage-100 {
    background: linear-gradient(to right, rgba(121,163,66,0.2) 0%, rgba(121,163,66,0.2) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+8).percentage-1 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+8).percentage-2 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+8).percentage-3 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+8).percentage-4 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+8).percentage-5 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+8).percentage-6 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+8).percentage-7 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+8).percentage-8 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+8).percentage-9 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+8).percentage-10 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+8).percentage-11 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+8).percentage-12 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+8).percentage-13 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+8).percentage-14 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+8).percentage-15 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+8).percentage-16 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+8).percentage-17 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+8).percentage-18 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+8).percentage-19 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+8).percentage-20 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+8).percentage-21 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+8).percentage-22 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+8).percentage-23 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+8).percentage-24 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+8).percentage-25 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+8).percentage-26 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+8).percentage-27 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+8).percentage-28 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+8).percentage-29 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+8).percentage-30 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+8).percentage-31 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+8).percentage-32 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+8).percentage-33 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+8).percentage-34 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+8).percentage-35 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+8).percentage-36 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+8).percentage-37 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+8).percentage-38 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+8).percentage-39 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+8).percentage-40 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+8).percentage-41 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+8).percentage-42 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+8).percentage-43 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+8).percentage-44 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+8).percentage-45 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+8).percentage-46 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+8).percentage-47 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+8).percentage-48 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+8).percentage-49 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+8).percentage-50 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+8).percentage-51 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+8).percentage-52 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+8).percentage-53 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+8).percentage-54 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+8).percentage-55 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+8).percentage-56 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+8).percentage-57 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+8).percentage-58 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+8).percentage-59 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+8).percentage-60 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+8).percentage-61 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+8).percentage-62 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+8).percentage-63 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+8).percentage-64 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+8).percentage-65 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+8).percentage-66 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+8).percentage-67 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+8).percentage-68 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+8).percentage-69 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+8).percentage-70 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+8).percentage-71 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+8).percentage-72 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+8).percentage-73 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+8).percentage-74 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+8).percentage-75 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+8).percentage-76 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+8).percentage-77 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+8).percentage-78 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+8).percentage-79 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+8).percentage-80 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+8).percentage-81 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+8).percentage-82 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+8).percentage-83 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+8).percentage-84 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+8).percentage-85 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+8).percentage-86 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+8).percentage-87 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+8).percentage-88 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+8).percentage-89 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+8).percentage-90 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+8).percentage-91 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+8).percentage-92 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+8).percentage-93 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+8).percentage-94 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+8).percentage-95 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+8).percentage-96 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+8).percentage-97 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+8).percentage-98 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+8).percentage-99 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+8).percentage-100 {
    background: linear-gradient(to right, rgba(0,114,144,0.2) 0%, rgba(0,114,144,0.2) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+9).percentage-1 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+9).percentage-2 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+9).percentage-3 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+9).percentage-4 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+9).percentage-5 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+9).percentage-6 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+9).percentage-7 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+9).percentage-8 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+9).percentage-9 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+9).percentage-10 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+9).percentage-11 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+9).percentage-12 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+9).percentage-13 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+9).percentage-14 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+9).percentage-15 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+9).percentage-16 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+9).percentage-17 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+9).percentage-18 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+9).percentage-19 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+9).percentage-20 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+9).percentage-21 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+9).percentage-22 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+9).percentage-23 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+9).percentage-24 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+9).percentage-25 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+9).percentage-26 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+9).percentage-27 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+9).percentage-28 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+9).percentage-29 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+9).percentage-30 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+9).percentage-31 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+9).percentage-32 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+9).percentage-33 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+9).percentage-34 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+9).percentage-35 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+9).percentage-36 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+9).percentage-37 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+9).percentage-38 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+9).percentage-39 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+9).percentage-40 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+9).percentage-41 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+9).percentage-42 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+9).percentage-43 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+9).percentage-44 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+9).percentage-45 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+9).percentage-46 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+9).percentage-47 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+9).percentage-48 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+9).percentage-49 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+9).percentage-50 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+9).percentage-51 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+9).percentage-52 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+9).percentage-53 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+9).percentage-54 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+9).percentage-55 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+9).percentage-56 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+9).percentage-57 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+9).percentage-58 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+9).percentage-59 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+9).percentage-60 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+9).percentage-61 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+9).percentage-62 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+9).percentage-63 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+9).percentage-64 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+9).percentage-65 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+9).percentage-66 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+9).percentage-67 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+9).percentage-68 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+9).percentage-69 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+9).percentage-70 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+9).percentage-71 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+9).percentage-72 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+9).percentage-73 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+9).percentage-74 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+9).percentage-75 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+9).percentage-76 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+9).percentage-77 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+9).percentage-78 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+9).percentage-79 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+9).percentage-80 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+9).percentage-81 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+9).percentage-82 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+9).percentage-83 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+9).percentage-84 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+9).percentage-85 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+9).percentage-86 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+9).percentage-87 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+9).percentage-88 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+9).percentage-89 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+9).percentage-90 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+9).percentage-91 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+9).percentage-92 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+9).percentage-93 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+9).percentage-94 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+9).percentage-95 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+9).percentage-96 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+9).percentage-97 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+9).percentage-98 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+9).percentage-99 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+9).percentage-100 {
    background: linear-gradient(to right, rgba(153,28,62,0.2) 0%, rgba(153,28,62,0.2) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar:nth-child(10n+10).percentage-1 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 1%, rgba(0,0,0,0) 1%)
}

.bar-graph .bar:nth-child(10n+10).percentage-2 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 2%, rgba(0,0,0,0) 2%)
}

.bar-graph .bar:nth-child(10n+10).percentage-3 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 3%, rgba(0,0,0,0) 3%)
}

.bar-graph .bar:nth-child(10n+10).percentage-4 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 4%, rgba(0,0,0,0) 4%)
}

.bar-graph .bar:nth-child(10n+10).percentage-5 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 5%, rgba(0,0,0,0) 5%)
}

.bar-graph .bar:nth-child(10n+10).percentage-6 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 6%, rgba(0,0,0,0) 6%)
}

.bar-graph .bar:nth-child(10n+10).percentage-7 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 7%, rgba(0,0,0,0) 7%)
}

.bar-graph .bar:nth-child(10n+10).percentage-8 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 8%, rgba(0,0,0,0) 8%)
}

.bar-graph .bar:nth-child(10n+10).percentage-9 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 9%, rgba(0,0,0,0) 9%)
}

.bar-graph .bar:nth-child(10n+10).percentage-10 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 10%, rgba(0,0,0,0) 10%)
}

.bar-graph .bar:nth-child(10n+10).percentage-11 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 11%, rgba(0,0,0,0) 11%)
}

.bar-graph .bar:nth-child(10n+10).percentage-12 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 12%, rgba(0,0,0,0) 12%)
}

.bar-graph .bar:nth-child(10n+10).percentage-13 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 13%, rgba(0,0,0,0) 13%)
}

.bar-graph .bar:nth-child(10n+10).percentage-14 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 14%, rgba(0,0,0,0) 14%)
}

.bar-graph .bar:nth-child(10n+10).percentage-15 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 15%, rgba(0,0,0,0) 15%)
}

.bar-graph .bar:nth-child(10n+10).percentage-16 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 16%, rgba(0,0,0,0) 16%)
}

.bar-graph .bar:nth-child(10n+10).percentage-17 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 17%, rgba(0,0,0,0) 17%)
}

.bar-graph .bar:nth-child(10n+10).percentage-18 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 18%, rgba(0,0,0,0) 18%)
}

.bar-graph .bar:nth-child(10n+10).percentage-19 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 19%, rgba(0,0,0,0) 19%)
}

.bar-graph .bar:nth-child(10n+10).percentage-20 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 20%, rgba(0,0,0,0) 20%)
}

.bar-graph .bar:nth-child(10n+10).percentage-21 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 21%, rgba(0,0,0,0) 21%)
}

.bar-graph .bar:nth-child(10n+10).percentage-22 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 22%, rgba(0,0,0,0) 22%)
}

.bar-graph .bar:nth-child(10n+10).percentage-23 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 23%, rgba(0,0,0,0) 23%)
}

.bar-graph .bar:nth-child(10n+10).percentage-24 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 24%, rgba(0,0,0,0) 24%)
}

.bar-graph .bar:nth-child(10n+10).percentage-25 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 25%, rgba(0,0,0,0) 25%)
}

.bar-graph .bar:nth-child(10n+10).percentage-26 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 26%, rgba(0,0,0,0) 26%)
}

.bar-graph .bar:nth-child(10n+10).percentage-27 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 27%, rgba(0,0,0,0) 27%)
}

.bar-graph .bar:nth-child(10n+10).percentage-28 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 28%, rgba(0,0,0,0) 28%)
}

.bar-graph .bar:nth-child(10n+10).percentage-29 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 29%, rgba(0,0,0,0) 29%)
}

.bar-graph .bar:nth-child(10n+10).percentage-30 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 30%, rgba(0,0,0,0) 30%)
}

.bar-graph .bar:nth-child(10n+10).percentage-31 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 31%, rgba(0,0,0,0) 31%)
}

.bar-graph .bar:nth-child(10n+10).percentage-32 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 32%, rgba(0,0,0,0) 32%)
}

.bar-graph .bar:nth-child(10n+10).percentage-33 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 33%, rgba(0,0,0,0) 33%)
}

.bar-graph .bar:nth-child(10n+10).percentage-34 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 34%, rgba(0,0,0,0) 34%)
}

.bar-graph .bar:nth-child(10n+10).percentage-35 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 35%, rgba(0,0,0,0) 35%)
}

.bar-graph .bar:nth-child(10n+10).percentage-36 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 36%, rgba(0,0,0,0) 36%)
}

.bar-graph .bar:nth-child(10n+10).percentage-37 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 37%, rgba(0,0,0,0) 37%)
}

.bar-graph .bar:nth-child(10n+10).percentage-38 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 38%, rgba(0,0,0,0) 38%)
}

.bar-graph .bar:nth-child(10n+10).percentage-39 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 39%, rgba(0,0,0,0) 39%)
}

.bar-graph .bar:nth-child(10n+10).percentage-40 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 40%, rgba(0,0,0,0) 40%)
}

.bar-graph .bar:nth-child(10n+10).percentage-41 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 41%, rgba(0,0,0,0) 41%)
}

.bar-graph .bar:nth-child(10n+10).percentage-42 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 42%, rgba(0,0,0,0) 42%)
}

.bar-graph .bar:nth-child(10n+10).percentage-43 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 43%, rgba(0,0,0,0) 43%)
}

.bar-graph .bar:nth-child(10n+10).percentage-44 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 44%, rgba(0,0,0,0) 44%)
}

.bar-graph .bar:nth-child(10n+10).percentage-45 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 45%, rgba(0,0,0,0) 45%)
}

.bar-graph .bar:nth-child(10n+10).percentage-46 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 46%, rgba(0,0,0,0) 46%)
}

.bar-graph .bar:nth-child(10n+10).percentage-47 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 47%, rgba(0,0,0,0) 47%)
}

.bar-graph .bar:nth-child(10n+10).percentage-48 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 48%, rgba(0,0,0,0) 48%)
}

.bar-graph .bar:nth-child(10n+10).percentage-49 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 49%, rgba(0,0,0,0) 49%)
}

.bar-graph .bar:nth-child(10n+10).percentage-50 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 50%, rgba(0,0,0,0) 50%)
}

.bar-graph .bar:nth-child(10n+10).percentage-51 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 51%, rgba(0,0,0,0) 51%)
}

.bar-graph .bar:nth-child(10n+10).percentage-52 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 52%, rgba(0,0,0,0) 52%)
}

.bar-graph .bar:nth-child(10n+10).percentage-53 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 53%, rgba(0,0,0,0) 53%)
}

.bar-graph .bar:nth-child(10n+10).percentage-54 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 54%, rgba(0,0,0,0) 54%)
}

.bar-graph .bar:nth-child(10n+10).percentage-55 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 55%, rgba(0,0,0,0) 55%)
}

.bar-graph .bar:nth-child(10n+10).percentage-56 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 56%, rgba(0,0,0,0) 56%)
}

.bar-graph .bar:nth-child(10n+10).percentage-57 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 57%, rgba(0,0,0,0) 57%)
}

.bar-graph .bar:nth-child(10n+10).percentage-58 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 58%, rgba(0,0,0,0) 58%)
}

.bar-graph .bar:nth-child(10n+10).percentage-59 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 59%, rgba(0,0,0,0) 59%)
}

.bar-graph .bar:nth-child(10n+10).percentage-60 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 60%, rgba(0,0,0,0) 60%)
}

.bar-graph .bar:nth-child(10n+10).percentage-61 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 61%, rgba(0,0,0,0) 61%)
}

.bar-graph .bar:nth-child(10n+10).percentage-62 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 62%, rgba(0,0,0,0) 62%)
}

.bar-graph .bar:nth-child(10n+10).percentage-63 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 63%, rgba(0,0,0,0) 63%)
}

.bar-graph .bar:nth-child(10n+10).percentage-64 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 64%, rgba(0,0,0,0) 64%)
}

.bar-graph .bar:nth-child(10n+10).percentage-65 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 65%, rgba(0,0,0,0) 65%)
}

.bar-graph .bar:nth-child(10n+10).percentage-66 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 66%, rgba(0,0,0,0) 66%)
}

.bar-graph .bar:nth-child(10n+10).percentage-67 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 67%, rgba(0,0,0,0) 67%)
}

.bar-graph .bar:nth-child(10n+10).percentage-68 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 68%, rgba(0,0,0,0) 68%)
}

.bar-graph .bar:nth-child(10n+10).percentage-69 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 69%, rgba(0,0,0,0) 69%)
}

.bar-graph .bar:nth-child(10n+10).percentage-70 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 70%, rgba(0,0,0,0) 70%)
}

.bar-graph .bar:nth-child(10n+10).percentage-71 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 71%, rgba(0,0,0,0) 71%)
}

.bar-graph .bar:nth-child(10n+10).percentage-72 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 72%, rgba(0,0,0,0) 72%)
}

.bar-graph .bar:nth-child(10n+10).percentage-73 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 73%, rgba(0,0,0,0) 73%)
}

.bar-graph .bar:nth-child(10n+10).percentage-74 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 74%, rgba(0,0,0,0) 74%)
}

.bar-graph .bar:nth-child(10n+10).percentage-75 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 75%, rgba(0,0,0,0) 75%)
}

.bar-graph .bar:nth-child(10n+10).percentage-76 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 76%, rgba(0,0,0,0) 76%)
}

.bar-graph .bar:nth-child(10n+10).percentage-77 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 77%, rgba(0,0,0,0) 77%)
}

.bar-graph .bar:nth-child(10n+10).percentage-78 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 78%, rgba(0,0,0,0) 78%)
}

.bar-graph .bar:nth-child(10n+10).percentage-79 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 79%, rgba(0,0,0,0) 79%)
}

.bar-graph .bar:nth-child(10n+10).percentage-80 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 80%, rgba(0,0,0,0) 80%)
}

.bar-graph .bar:nth-child(10n+10).percentage-81 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 81%, rgba(0,0,0,0) 81%)
}

.bar-graph .bar:nth-child(10n+10).percentage-82 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 82%, rgba(0,0,0,0) 82%)
}

.bar-graph .bar:nth-child(10n+10).percentage-83 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 83%, rgba(0,0,0,0) 83%)
}

.bar-graph .bar:nth-child(10n+10).percentage-84 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 84%, rgba(0,0,0,0) 84%)
}

.bar-graph .bar:nth-child(10n+10).percentage-85 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 85%, rgba(0,0,0,0) 85%)
}

.bar-graph .bar:nth-child(10n+10).percentage-86 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 86%, rgba(0,0,0,0) 86%)
}

.bar-graph .bar:nth-child(10n+10).percentage-87 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 87%, rgba(0,0,0,0) 87%)
}

.bar-graph .bar:nth-child(10n+10).percentage-88 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 88%, rgba(0,0,0,0) 88%)
}

.bar-graph .bar:nth-child(10n+10).percentage-89 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 89%, rgba(0,0,0,0) 89%)
}

.bar-graph .bar:nth-child(10n+10).percentage-90 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 90%, rgba(0,0,0,0) 90%)
}

.bar-graph .bar:nth-child(10n+10).percentage-91 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 91%, rgba(0,0,0,0) 91%)
}

.bar-graph .bar:nth-child(10n+10).percentage-92 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 92%, rgba(0,0,0,0) 92%)
}

.bar-graph .bar:nth-child(10n+10).percentage-93 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 93%, rgba(0,0,0,0) 93%)
}

.bar-graph .bar:nth-child(10n+10).percentage-94 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 94%, rgba(0,0,0,0) 94%)
}

.bar-graph .bar:nth-child(10n+10).percentage-95 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 95%, rgba(0,0,0,0) 95%)
}

.bar-graph .bar:nth-child(10n+10).percentage-96 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 96%, rgba(0,0,0,0) 96%)
}

.bar-graph .bar:nth-child(10n+10).percentage-97 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 97%, rgba(0,0,0,0) 97%)
}

.bar-graph .bar:nth-child(10n+10).percentage-98 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 98%, rgba(0,0,0,0) 98%)
}

.bar-graph .bar:nth-child(10n+10).percentage-99 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 99%, rgba(0,0,0,0) 99%)
}

.bar-graph .bar:nth-child(10n+10).percentage-100 {
    background: linear-gradient(to right, rgba(216,72,38,0.2) 0%, rgba(216,72,38,0.2) 100%, rgba(0,0,0,0) 100%)
}

.bar-graph .bar>.percent {
    text-align: right;
    display: none
}

.bar-graph .bar>.title {
    padding-left: 7px
}

@media (min-width: 768px) {
    .bar-graph .graph {
        margin-top:18px
    }

    .bar-graph .bar {
        font-size: 16px
    }

    .bar-graph .bar>.percent {
        display: block
    }
}

@media screen and (min-width: 1400px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media screen and (max-width: 350px) {
    .content .text table td,.content .cke_editable table td {
        border:0;
        border-bottom: 1px solid #B2B2B2
    }
}

@media print {
    .content .text table td,.content .cke_editable table td {
        border: 0;
        border-bottom: 1px solid #B2B2B2
    }
}

.stage {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    padding-bottom: 30px
}

.stage .stage-background {
    position: relative;
    overflow: hidden;
    background-color: #EAECF1;
    overflow-x: hidden;
    position: relative
}

.stage .stage-background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

.stage .stage-background::after {
    content: '';
    display: none
}

.stage .stage-background .stage-visual {
    flex: 0 0 auto;
    position: relative
}

.stage .stage-background .stage-visual::before {
    background-repeat: no-repeat;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 50
}

.stage .stage-content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 8.3333333333%;
    flex: 0 0 83.3333333333%
}

@media screen and (min-width: 1400px) {
    .headerMobile {
        display:none
    }

    .stage {
        padding-bottom: 0
    }

    .stage .stage-background {
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .stage .stage-background::after {
        content: none
    }

    .stage .stage-foreground {
        z-index: 100;
        height: 321px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .headerMobile {
        display:none
    }

    .stage {
        padding-bottom: 0
    }

    .stage .stage-background {
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .stage .stage-background::after {
        content: none
    }

    .stage .stage-foreground {
        z-index: 100;
        height: 321px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .headerMobile {
        display:none
    }

    .stage {
        padding-bottom: 0
    }

    .stage .stage-background {
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .stage .stage-background::after {
        content: none
    }

    .stage .stage-foreground {
        z-index: 100;
        height: 321px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .headerMobile {
        display:none
    }

    .stage {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
        padding-bottom: 30px
    }

    .stage .stage-background {
        position: relative;
        overflow: hidden;
        background-color: #EAECF1;
        overflow-x: hidden;
        position: relative
    }

    .stage .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }

    .stage .stage-background::after {
        content: '';
        display: none
    }

    .stage .stage-background .stage-visual {
        flex: 0 0 auto;
        position: relative
    }

    .stage .stage-background .stage-visual::before {
        background-repeat: no-repeat;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        z-index: 50
    }

    .stage .stage-content {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        left: 8.3333333333%;
        flex: 0 0 83.3333333333%
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .headerMobile {
        display:none
    }

    .stage {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
        padding-bottom: 30px
    }

    .stage .stage-background {
        position: relative;
        overflow: hidden;
        background-color: #EAECF1;
        overflow-x: hidden;
        position: relative
    }

    .stage .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }

    .stage .stage-background::after {
        content: '';
        display: none
    }

    .stage .stage-background .stage-visual {
        flex: 0 0 auto;
        position: relative
    }

    .stage .stage-background .stage-visual::before {
        background-repeat: no-repeat;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        z-index: 50
    }

    .stage .stage-content {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        left: 8.3333333333%;
        flex: 0 0 83.3333333333%
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .hideOnMobile {
        display:none
    }

    .stage {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
        padding-bottom: 30px
    }

    .stage .stage-background {
        position: relative;
        overflow: hidden;
        background-color: #EAECF1;
        overflow-x: hidden;
        position: relative
    }

    .stage .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }

    .stage .stage-background::after {
        content: '';
        display: none
    }

    .stage .stage-background .stage-visual {
        flex: 0 0 auto;
        position: relative
    }

    .stage .stage-background .stage-visual::before {
        background-repeat: no-repeat;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        z-index: 50
    }

    .stage .stage-content {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        left: 8.3333333333%;
        flex: 0 0 83.3333333333%
    }
}

@media screen and (max-width: 350px) {
    .hideOnMobile {
        display:none
    }

    .stage {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
        padding-bottom: 30px
    }

    .stage .stage-background {
        position: relative;
        overflow: hidden;
        background-color: #EAECF1;
        overflow-x: hidden;
        position: relative
    }

    .stage .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }

    .stage .stage-background::after {
        content: '';
        display: none
    }

    .stage .stage-background .stage-visual {
        flex: 0 0 auto;
        position: relative
    }

    .stage .stage-background .stage-visual::before {
        background-repeat: no-repeat;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        z-index: 50
    }

    .stage .stage-content {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        left: 8.3333333333%;
        flex: 0 0 83.3333333333%
    }
}

@media print {
    .stage {
        padding-bottom: 0
    }

    .stage .stage-background {
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .stage .stage-background::after {
        content: none
    }

    .stage .stage-foreground {
        z-index: 100
    }
}

.stage.-home .stage-background {
    height: 178px
}

.stage.-home .stage-background::after {
    content: '';
    display: none
}

.stage.-home .stage-background .stage-visual {
    height: 178px;
    width: 613px
}

.stage.-home .stage-background .stage-visual::before {
    background-image: url("../img/stages/MQ1/home_shape.png");
    height: 178px;
    opacity: 0.5;
    width: 217px
}

.stage.-home .stage-background .stage-visual img {
    height: 178px;
    width: 613px
}

.stage.-home .stage-content {
    margin-top: 28px
}

.stage.-home .stage-content .heading-main,.stage.-home .stage-content .heading-sub {
    color: #31417A
}

.stage.-home .stage-content .select-box-wrapper {
    margin-top: 20px
}

@media (min-width: 768px) {
    .stage.-home {
        height:441px
    }

    .stage.-home .stage-background {
        height: 441px
    }

    .stage.-home .stage-background .stage-visual {
        height: 441px;
        width: 1600px
    }

    .stage.-home .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/home_shape_blurry.png");
        height: 441px;
        width: 806px
    }

    .stage.-home .stage-background .stage-visual img {
        height: 441px;
        width: 1600px
    }

    .stage.-home .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 98px
    }

    .stage.-home .stage-content .select-box-wrapper {
        margin-top: 28px
    }

    .stage.-home .stage-content .select-box-container {
        border-color: #fff
    }

    .stage.-home .stage-content .select-box-container .select-box-value {
        color: #fff;
        border-color: #fff
    }

    .stage.-home .stage-content .select-box-container .chevron polyline {
        stroke: #fff
    }
}

@keyframes kenburns-mobile {
    100% {
        transform: scale3d(1.15, 1.15, 1.15) translate3d(-50px, -10px, 0);
        animation-timing-function: ease-in
    }
}

@keyframes kenburns-desktop {
    100% {
        transform: scale3d(1.15, 1.15, 1.15) translate3d(-130px, -30px, 0);
        animation-timing-function: ease-in
    }
}

.multistage-slider {
    background-color: #fff;
    position: relative;
    width: 100%
}

.multistage-slider .heading-main,.multistage-slider .heading-sub {
    color: #31417A
}

.multistage-slider .owl-dots {
    bottom: 15px !important;
    left: 0 !important;
    line-height: 0 !important;
    margin-top: 0 !important;
    position: absolute !important;
    right: 0 !important
}

.multistage-slider .owl-dot.active span {
    background: #79A342 !important
}

.multistage-slider .owl-dot span {
    background: #E3E3E3 !important;
    border-radius: 0 !important;
    margin: 5px 6px !important
}

.multistage-background {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 178px !important;
    position: relative
}

.multistage-background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

.multistage-background picture,.multistage-background source,.multistage-background img {
    height: 178px;
    margin: auto;
    width: 767px !important
}

.multistage-animation {
    animation: kenburns-mobile 10s
}

.multistage-video {
    background-color: #fff;
    bottom: 0;
    height: 500px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1920px;
    object-fit: cover;
    z-index: -1
}

.multistage-overlay {
    height: 178px;
    left: 50%;
    margin-left: -537px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 437px
}

.multistage-overlay svg {
    fill: #fff;
    height: 100%;
    margin-left: -4px;
    width: 54px
}

.multistage-overlay .overlay-rectangle {
    background-color: #fff;
    float: left;
    height: 100%;
    width: 383px
}

.multistage-foreground {
    padding-bottom: 80px
}

.multistage-foreground .stage-content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    margin-top: 28px
}

.multistage-foreground .button {
    display: inline-block;
    margin-top: 12px
}

.multistage-foreground .linked-area {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .multistage-slider .owl-dots {
        bottom:25px !important
    }

    .multistage-slider .owl-dot span {
        background: #fff !important;
        margin: 5px 8px !important
    }

    .multistage-background {
        height: 500px !important
    }

    .multistage-background::after {
        content: none
    }

    .multistage-background picture,.multistage-background source,.multistage-background img {
        height: 500px;
        width: 1920px !important
    }

    .multistage-animation {
        animation: kenburns-desktop 10s
    }

    .multistage-overlay {
        height: 500px;
        margin-left: -1916px;
        width: 1924px
    }

    .multistage-overlay svg {
        width: 141px
    }

    .multistage-overlay .overlay-rectangle {
        width: 1783px
    }

    .multistage-foreground {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .multistage-foreground .select-box-wrapper {
        margin-top: 28px
    }

    .multistage-foreground .select-box-container {
        border-color: #fff;
        color: #fff
    }

    .multistage-foreground .select-box-container .select-box-value {
        color: #fff;
        border-color: #fff
    }

    .multistage-foreground .select-box-container .chevron polyline {
        stroke: #fff
    }

    .multistage-foreground .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 98px
    }
}

@media (min-width: 1921px) {
    .multistage-background picture,.multistage-background source,.multistage-background img {
        height:auto;
        width: 100% !important
    }

    .multistage-video {
        left: 0;
        height: auto;
        margin: auto;
        width: 100% !important
    }
}

.stage.-subhome .stage-background {
    height: 178px
}

.stage.-subhome .stage-background .stage-visual {
    height: 178px;
    width: 767px
}

.stage.-subhome .stage-background .stage-visual::after {
    content: '';
    display: block;
    height: 178px;
    width: 767px
}

.stage.-subhome .stage-background .stage-visual::before {
    background-image: url("../img/stages/MQ1/sub_home_shape.png");
    height: 178px;
    width: 295px
}

.stage.-subhome .stage-background .stage-visual img {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.stage.-subhome .stage-background .stage-visual svg {
    display: none
}

.stage.-subhome .stage-content {
    margin-top: 28px
}

.stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
    color: #31417A
}

@media screen and (min-width: 1400px) {
    .stage.-subhome {
        height:381px
    }

    .stage.-subhome .stage-background {
        background-color: #31417A;
        height: 381px
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 381px;
        width: 1920px
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: none
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/sub_home_shape_left.png");
        height: 381px;
        left: 320px;
        width: 546px
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: 381px;
        width: 1160px
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-subhome .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 43px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #fff
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .stage.-subhome {
        height:381px
    }

    .stage.-subhome .stage-background {
        background-color: #31417A;
        height: 381px
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 381px;
        width: 1920px
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: none
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/sub_home_shape_left.png");
        height: 381px;
        left: 320px;
        width: 546px
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: 381px;
        width: 1160px
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-subhome .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 43px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #fff
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .stage.-subhome {
        height:381px
    }

    .stage.-subhome .stage-background {
        background-color: #31417A;
        height: 381px
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 381px;
        width: 1920px
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: none
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/sub_home_shape_left.png");
        height: 381px;
        left: 320px;
        width: 546px
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: 381px;
        width: 1160px
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-subhome .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 43px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #fff
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .stage.-subhome .stage-background {
        height:273px
    }

    .stage.-subhome .stage-background .stage-visual {
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 178px;
        width: 767px
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/sub_home_shape.png");
        height: 178px;
        width: 295px;
        display: none
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: 273px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: none
    }

    .stage.-subhome .stage-content {
        margin-top: 28px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .stage.-subhome .stage-background {
        height:100%;
        background: transparent
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 100%;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 100%;
        max-width: 767px
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/sub_home_shape.png");
        height: 100%;
        width: 295px;
        display: none
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: none
    }

    .stage.-subhome .stage-content {
        margin-top: 28px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .stage.-subhome .stage-background {
        height:100%;
        background: transparent
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 100%;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 100%;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/sub_home_shape.png");
        height: 100%;
        width: 295px;
        display: none
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: none
    }

    .stage.-subhome .stage-content {
        margin-top: 28px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (max-width: 350px) {
    .stage.-subhome .stage-background {
        height:100%;
        background: transparent
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 100%;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 100%;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/sub_home_shape.png");
        height: 100%;
        width: 295px;
        display: none
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: none
    }

    .stage.-subhome .stage-content {
        margin-top: 28px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #31417A
    }
}

@media print {
    .stage.-subhome .stage-background {
        height: 178px
    }

    .stage.-subhome .stage-background .stage-visual {
        height: 178px;
        width: 767px
    }

    .stage.-subhome .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 178px;
        width: 767px
    }

    .stage.-subhome .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/sub_home_shape.png");
        height: 178px;
        width: 295px
    }

    .stage.-subhome .stage-background .stage-visual img {
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .stage.-subhome .stage-background .stage-visual svg {
        display: none
    }

    .stage.-subhome .stage-content {
        margin-top: 28px
    }

    .stage.-subhome .stage-content .heading-main,.stage.-subhome .stage-content .heading-sub {
        color: #31417A
    }
}

.stage.-category .stage-background {
    height: 178px
}

.stage.-category .stage-background::after {
    content: '';
    display: none
}

.stage.-category .stage-background .stage-visual {
    height: 178px;
    width: 767px
}

.stage.-category .stage-background .stage-visual::after {
    content: '';
    display: block;
    height: 178px;
    width: 767px
}

.stage.-category .stage-background .stage-visual::before {
    background-image: none;
    height: 178px;
    width: 295px
}

.stage.-category .stage-background .stage-visual img {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.stage.-category .stage-background .stage-visual svg {
    display: none
}

.stage.-category .stage-content {
    margin-top: 28px
}

.stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
    color: #31417A
}

@media screen and (min-width: 1400px) {
    .stage.-category .stage-background {
        background-color:#31417A;
        height: 321px
    }

    .stage.-category .stage-background .stage-visual {
        height: 321px;
        width: 1920px
    }

    .stage.-category .stage-background .stage-visual::after {
        content: none
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/category_shape_left.png");
        height: 321px;
        left: 320px;
        width: 546px
    }

    .stage.-category .stage-background .stage-visual img {
        height: 321px;
        width: 1159px
    }

    .stage.-category .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-category .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 23px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #fff
    }

    .stage.-category .stage-content .link-stage {
        margin-top: 22px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .stage.-category {
        height:321px
    }

    .stage.-category .stage-background {
        background-color: #31417A;
        height: 321px
    }

    .stage.-category .stage-background .stage-visual {
        height: 321px;
        width: 1920px
    }

    .stage.-category .stage-background .stage-visual::after {
        content: none
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/category_shape_left.png");
        height: 321px;
        left: 320px;
        width: 546px
    }

    .stage.-category .stage-background .stage-visual img {
        height: 321px;
        width: 1159px
    }

    .stage.-category .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-category .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 23px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #fff
    }

    .stage.-category .stage-content .link-stage {
        margin-top: 22px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .stage.-category {
        height:321px
    }

    .stage.-category .stage-background {
        background-color: #31417A;
        height: 321px
    }

    .stage.-category .stage-background .stage-visual {
        height: 321px;
        width: 1920px
    }

    .stage.-category .stage-background .stage-visual::after {
        content: none
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/category_shape_left.png");
        height: 321px;
        left: 320px;
        width: 546px
    }

    .stage.-category .stage-background .stage-visual img {
        height: 321px;
        width: 1159px
    }

    .stage.-category .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-category .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 23px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #fff
    }

    .stage.-category .stage-content .link-stage {
        margin-top: 22px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .stage.-category .stage-background {
        height:auto;
        background: transparent
    }

    .stage.-category .stage-background::after {
        content: '';
        display: none
    }

    .stage.-category .stage-background .stage-visual {
        height: 100%;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::after {
        content: '';
        display: none;
        height: 278px;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: none;
        height: 278px;
        width: 295px;
        display: none
    }

    .stage.-category .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-category .stage-background .stage-visual svg {
        display: none
    }

    .stage.-category .stage-content {
        margin-top: 28px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .stage.-category .stage-background {
        height:100%;
        background: transparent
    }

    .stage.-category .stage-background::after {
        content: '';
        display: none
    }

    .stage.-category .stage-background .stage-visual {
        height: auto;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::after {
        content: '';
        display: none;
        height: 242px;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: none;
        height: 242px;
        width: 295px;
        display: none
    }

    .stage.-category .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-category .stage-background .stage-visual svg {
        display: none
    }

    .stage.-category .stage-content {
        margin-top: 28px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .stage.-category .stage-background {
        height:300px;
        background: transparent
    }

    .stage.-category .stage-background::after {
        content: '';
        display: none
    }

    .stage.-category .stage-background .stage-visual {
        height: 300px;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 300px;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: none;
        height: 300px;
        width: 295px
    }

    .stage.-category .stage-background .stage-visual img {
        max-height: 360px;
        min-height: 1px;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-category .stage-background .stage-visual svg {
        display: none
    }

    .stage.-category .stage-content {
        margin-top: 28px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (max-width: 350px) {
    .stage.-category .stage-background {
        height:280px;
        background: transparent
    }

    .stage.-category .stage-background::after {
        content: '';
        display: none
    }

    .stage.-category .stage-background .stage-visual {
        height: 280px;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::after {
        content: '';
        display: block;
        height: 280px;
        width: 100%
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: none;
        height: 280px;
        width: 295px
    }

    .stage.-category .stage-background .stage-visual img {
        min-height: 1px;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-category .stage-background .stage-visual svg {
        display: none
    }

    .stage.-category .stage-content {
        margin-top: 28px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #31417A
    }
}

@media print {
    .stage.-category {
        height: 321px
    }

    .stage.-category .stage-background {
        background-color: #31417A;
        height: 321px
    }

    .stage.-category .stage-background .stage-visual {
        height: 321px;
        width: 1920px
    }

    .stage.-category .stage-background .stage-visual::after {
        content: none
    }

    .stage.-category .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/category_shape_left.png");
        height: 321px;
        left: 320px;
        width: 546px
    }

    .stage.-category .stage-background .stage-visual img {
        height: 321px;
        width: 1159px
    }

    .stage.-category .stage-background .stage-visual svg {
        display: block;
        fill: #31417A;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-category .stage-content {
        left: auto;
        flex: 0 0 33.3333333333%;
        margin-top: 23px
    }

    .stage.-category .stage-content .heading-main,.stage.-category .stage-content .heading-sub {
        color: #fff
    }

    .stage.-category .stage-content .link-stage {
        margin-top: 22px
    }
}

@media screen and (min-width: 1400px) {
    .stage.-content {
        height:371px
    }

    .stage.-content .stage-background {
        position: relative;
        overflow: hidden;
        height: 371px
    }

    .stage.-content .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media screen and (min-width: 1400px) and (min-width: 768px) {
    .stage.-content .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media screen and (min-width: 1400px) {
    .stage.-content .stage-background::after {
        content:'';
        display: none
    }

    .stage.-content .stage-background .stage-visual {
        height: 371px;
        display: block
    }

    .stage.-content .stage-background .stage-visual::after {
        content: none
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/content_shape.png");
        height: 371px;
        left: 0;
        width: 424px;
        content: none
    }

    .stage.-content .stage-background .stage-visual img {
        height: 371px;
        width: 1466px;
        clip-path: polygon(12% 0, 100% 0%, 91% 100%, 0% 100%);
        margin: 0 auto;
        display: block
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none;
        fill: #D6D9E4;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .stage.-content {
        height:321px
    }

    .stage.-content .stage-background {
        position: relative;
        overflow: hidden;
        height: 321px
    }

    .stage.-content .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) and (min-width: 768px) {
    .stage.-content .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .stage.-content .stage-background .stage-visual {
        height:321px;
        display: block
    }

    .stage.-content .stage-background .stage-visual::after {
        content: none
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/content_shape.png");
        height: 321px;
        left: 260px;
        content: none;
        width: 424px
    }

    .stage.-content .stage-background .stage-visual img {
        height: 321px;
        max-width: 100%;
        clip-path: polygon(12% 0, 100% 0%, 91% 100%, 0% 100%);
        margin: 0 auto;
        display: block
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none;
        fill: #D6D9E4;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .stage.-content {
        height:321px
    }

    .stage.-content .stage-background {
        position: relative;
        overflow: hidden;
        height: 321px
    }

    .stage.-content .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) and (min-width: 768px) {
    .stage.-content .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .stage.-content .stage-background .stage-visual {
        height:321px;
        display: block
    }

    .stage.-content .stage-background .stage-visual::after {
        content: none
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/content_shape.png");
        height: 321px;
        left: 260px;
        content: none;
        width: 424px
    }

    .stage.-content .stage-background .stage-visual img {
        height: 321px;
        max-width: 100%;
        clip-path: polygon(12% 0, 100% 0%, 91% 100%, 0% 100%);
        margin: 0 auto;
        display: block
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none;
        fill: #D6D9E4;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .stage.-content {
        padding-bottom:0
    }

    .stage.-content .stage-background {
        background-color: transparent;
        height: 100%
    }

    .stage.-content .stage-background::after {
        content: '';
        display: none
    }

    .stage.-content .stage-background .stage-visual {
        height: auto;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::after {
        content: '';
        display: none;
        height: 300px;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: none;
        height: 300px;
        width: 296px;
        display: none
    }

    .stage.-content .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .stage.-content {
        padding-bottom:0
    }

    .stage.-content .stage-background {
        background-color: transparent;
        height: 100%
    }

    .stage.-content .stage-background::after {
        content: '';
        display: none
    }

    .stage.-content .stage-background .stage-visual {
        height: auto;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::after {
        content: '';
        display: none;
        height: 242px;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: none;
        height: 242px;
        width: 296px;
        display: none
    }

    .stage.-content .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .stage.-content {
        padding-bottom:0
    }

    .stage.-content .stage-background {
        background-color: transparent;
        height: 100%
    }

    .stage.-content .stage-background::after {
        content: '';
        display: none
    }

    .stage.-content .stage-background .stage-visual {
        height: auto;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::after {
        content: '';
        display: none;
        height: 300px;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: none;
        height: 300px;
        width: 296px;
        display: none
    }

    .stage.-content .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none
    }
}

@media screen and (max-width: 350px) {
    .stage.-content {
        padding-bottom:0
    }

    .stage.-content .stage-background {
        background-color: transparent;
        height: 100%
    }

    .stage.-content .stage-background::after {
        content: '';
        display: none
    }

    .stage.-content .stage-background .stage-visual {
        height: 100%;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::after {
        content: '';
        display: none;
        height: 100%;
        width: 100%
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: none;
        height: 100%;
        width: 296px;
        display: none
    }

    .stage.-content .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-content .stage-background .stage-visual svg {
        display: none
    }
}

@media print {
    .stage.-content {
        height: 321px
    }

    .stage.-content .stage-background {
        position: relative;
        overflow: hidden;
        height: 321px
    }

    .stage.-content .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media print and (min-width: 768px) {
    .stage.-content .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media print {
    .stage.-content .stage-background .stage-visual {
        height: 321px
    }

    .stage.-content .stage-background .stage-visual::after {
        content: none
    }

    .stage.-content .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/content_shape.png");
        height: 321px;
        left: 320px;
        width: 424px
    }

    .stage.-content .stage-background .stage-visual img {
        height: 321px;
        width: 1266px
    }

    .stage.-content .stage-background .stage-visual svg {
        display: block;
        fill: #D6D9E4;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }
}

@media screen and (min-width: 1400px) {
    .stage.-product {
        height:321px;
        width: 100%
    }

    .stage.-product .stage-background {
        position: relative;
        overflow: hidden;
        height: 321px;
        position: absolute
    }

    .stage.-product .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media screen and (min-width: 1400px) and (min-width: 768px) {
    .stage.-product .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media screen and (min-width: 1400px) {
    .stage.-product .stage-background .stage-visual {
        height:321px;
        width: 1920px
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/mq2-product-layer.png");
        height: 321px;
        left: 1042px;
        width: 546px;
        visibility: visible
    }

    .stage.-product .stage-background .stage-visual img {
        height: 321px;
        left: calc(100% - 878px);
        position: absolute;
        width: 878px
    }

    .stage.-product .stage-background .stage-visual svg {
        display: block;
        fill: #EAECF1;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-product .stage-foreground {
        background-color: transparent
    }

    .stage.-product .stage-content {
        left: 8.3333333333%;
        flex: 0 0 50%;
        margin-top: 20px
    }

    .stage.-product .stage-content .fact-list .fact>.value>.descriptor {
        font-size: 16px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .stage.-product {
        width:100%;
        height: 321px
    }

    .stage.-product .stage-background {
        position: relative;
        overflow: hidden;
        height: 321px;
        position: absolute
    }

    .stage.-product .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) and (min-width: 768px) {
    .stage.-product .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .stage.-product .stage-background .stage-visual {
        height:321px;
        width: 1920px
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/mq2-product-layer.png");
        height: 321px;
        left: 1042px;
        width: 546px;
        visibility: visible
    }

    .stage.-product .stage-background .stage-visual img {
        height: 321px;
        left: calc(100% - 878px);
        position: absolute;
        width: 878px
    }

    .stage.-product .stage-background .stage-visual svg {
        display: block;
        fill: #EAECF1;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-product .stage-foreground {
        background-color: transparent
    }

    .stage.-product .stage-content {
        left: 8.3333333333%;
        flex: 0 0 50%;
        margin-top: 20px
    }

    .stage.-product .stage-content .fact-list .fact>.value>.descriptor {
        font-size: 16px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .stage.-product {
        width:100%;
        height: 321px
    }

    .stage.-product .stage-background {
        position: relative;
        overflow: hidden;
        height: 321px;
        position: absolute
    }

    .stage.-product .stage-background::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        transform: rotateZ(16deg);
        width: 16px;
        height: 51px;
        right: -8px;
        bottom: -5px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) and (min-width: 768px) {
    .stage.-product .stage-background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .stage.-product .stage-background .stage-visual {
        height:321px;
        width: 1920px
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ2/mq2-product-layer.png");
        height: 321px;
        left: 1042px;
        width: 546px;
        visibility: visible
    }

    .stage.-product .stage-background .stage-visual img {
        height: 321px;
        left: calc(100% - 878px);
        position: absolute;
        width: 800px
    }

    .stage.-product .stage-background .stage-visual svg {
        display: block;
        fill: #EAECF1;
        height: 381px;
        position: absolute;
        right: -4px;
        width: 116px;
        top: 0
    }

    .stage.-product .stage-foreground {
        background-color: transparent
    }

    .stage.-product .stage-content {
        left: 8.3333333333%;
        flex: 0 0 50%;
        margin-top: 20px
    }

    .stage.-product .stage-content .fact-list .fact>.value>.descriptor {
        font-size: 14px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .stage.-product {
        width:100%
    }

    .stage.-product .stage-background {
        height: 100%;
        background: #EAECF1
    }

    .stage.-product .stage-background::after {
        content: '';
        display: none
    }

    .stage.-product .stage-background .stage-visual {
        height: 100%;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::after {
        visibility: hidden;
        content: '';
        height: 100%;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/mq1-product-layer.png");
        height: 100%;
        width: 295px;
        display: none;
        visibility: hidden
    }

    .stage.-product .stage-background .stage-visual img {
        height: auto;
        position: static;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-product .stage-background .stage-visual svg {
        display: none
    }

    .stage.-product .stage-foreground {
        background-color: #EAECF1
    }

    .stage.-product .stage-content {
        margin-top: 30px
    }

    .stage.-product .stage-content .heading-main,.stage.-product .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .stage.-product .stage-background {
        height:242px;
        background: #EAECF1
    }

    .stage.-product .stage-background::after {
        content: '';
        display: none
    }

    .stage.-product .stage-background .stage-visual {
        height: 242px;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::after {
        visibility: hidden;
        content: '';
        height: 242px;
        max-width: 100%
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/mq1-product-layer.png");
        height: 242px;
        width: 295px;
        display: none;
        visibility: hidden
    }

    .stage.-product .stage-background .stage-visual img {
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-product .stage-background .stage-visual svg {
        display: none
    }

    .stage.-product .stage-foreground {
        background-color: #EAECF1
    }

    .stage.-product .stage-content {
        margin-top: 30px
    }

    .stage.-product .stage-content .heading-main,.stage.-product .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .stage.-product .stage-background {
        min-height:300px;
        background: #EAECF1
    }

    .stage.-product .stage-background::after {
        content: '';
        display: none
    }

    .stage.-product .stage-background .stage-visual {
        min-height: 300px;
        max-height: 360px;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::after {
        visibility: hidden;
        content: '';
        height: 300px;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/mq1-product-layer.png");
        height: 300px;
        width: 295px;
        visibility: hidden;
        display: none
    }

    .stage.-product .stage-background .stage-visual img {
        max-height: 360px;
        min-height: 1px;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-product .stage-background .stage-visual svg {
        display: none
    }

    .stage.-product .stage-foreground {
        background-color: #EAECF1
    }

    .stage.-product .stage-content {
        margin-top: 30px
    }

    .stage.-product .stage-content .heading-main,.stage.-product .stage-content .heading-sub {
        color: #31417A
    }
}

@media screen and (max-width: 350px) {
    .stage.-product .stage-background {
        height:280px;
        background: #EAECF1
    }

    .stage.-product .stage-background::after {
        content: '';
        display: none
    }

    .stage.-product .stage-background .stage-visual {
        height: 280px;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::after {
        visibility: hidden;
        content: '';
        height: 280px;
        width: 100%
    }

    .stage.-product .stage-background .stage-visual::before {
        background-image: url("../img/stages/MQ1/mq1-product-layer.png");
        height: 280px;
        width: 295px;
        visibility: hidden;
        display: none
    }

    .stage.-product .stage-background .stage-visual img {
        min-height: 1px;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 100%
    }

    .stage.-product .stage-background .stage-visual svg {
        display: none
    }

    .stage.-product .stage-foreground {
        background-color: #EAECF1
    }

    .stage.-product .stage-content {
        margin-top: 30px
    }

    .stage.-product .stage-content .heading-main,.stage.-product .stage-content .heading-sub {
        color: #31417A
    }
}

event-table .fold-out>.content .actions a * {
    font-size: 12px
}

.header-row-event-table {
    border: none !important;
    font-weight: 900 !important
}

.eventTableLinkRegistration {
    background: #72993E;
    color: #fff !important;
    margin: auto;
    display: block;
    width: 60%;
    padding: 6px;
    border: 1px solid white;
    text-align: center;
    font-weight: 400 !important;
    cursor: pointer
}

.eventTableLinkRegistration:hover {
    background: #fff;
    color: #72993E !important;
    border: 1px solid #72993e
}

.event-table-regular-row td {
    vertical-align: middle !important
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .eventTableLinkRegistration {
        width:70%
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .eventTableLinkRegistration {
        width:100%;
        white-space: nowrap;
        font-size: 16px
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .header-row-event-table {
        display:table-row !important
    }

    .header-row-event-table td {
        display: table-cell !important
    }

    .event-table-regular-row {
        display: table-row !important
    }

    .event-table-regular-row td {
        display: table-cell !important
    }

    .eventTableLinkRegistration {
        width: 100%
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .header-row-event-table {
        display:table-row !important
    }

    .header-row-event-table td {
        display: table-cell !important
    }

    .event-table-regular-row {
        display: table-row !important
    }

    .event-table-regular-row td {
        display: table-cell !important
    }

    .eventTableLinkRegistration {
        width: 100%
    }

    .event-table td:nth-child(2) {
        white-space: normal !important
    }
}

@media screen and (max-width: 350px) {
    .header-row-event-table {
        display:table-row !important
    }

    .header-row-event-table td {
        display: table-cell !important;
        font-size: 14px !important
    }

    .event-table-regular-row {
        display: table-row !important
    }

    .event-table-regular-row td {
        display: table-cell !important;
        font-size: 14px !important
    }

    .eventTableLinkRegistration {
        width: 100%
    }

    .event-table td:nth-child(2) {
        white-space: normal !important
    }
}

.cookie-bar .fs-row {
    display: block
}

.cookie-bar span {
    width: 16px;
    height: 12px
}

.cookie-bar span path {
    fill: #666666
}

.cookie-title {
    color: white
}

.upper-close-link {
    visibility: visible
}

.js-cookie-bar-settings-link {
    background: transparent;
    color: #31417a;
    border: none
}

.js-cookie-bar-settings-link:hover {
    color: #31417a
}

.js-cookie-bar-save-link {
    background: transparent;
    color: #31417a;
    border-color: #31417a
}

.js-cookie-bar-save-link:hover {
    color: #31417a
}

@media (min-width: 768px) {
    .cookie-title {
        font-size:16px
    }

    .modal-cookie-title {
        font-size: 24px
    }

    body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.fs-grid>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.fs-grid>div>div,body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.page-area>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.page-area>div>div,body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.fullscreen-modal>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.fullscreen-modal>div>div {
        left: 0
    }

    .copy -small,.list -small,.text>ul -small,.cke_editable>ul -small,.text>ol -small,.cke_editable>ol -small,.pagination .pages .page:disabled -small,.executive-education .no-results -small,.lg-outer .lg-item -small,.event-table -small {
        font-size: 16px
    }

    .modal-cookie-checkbox-label {
        color: #31417a;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 600
    }

    .cookie-checkbox {
        width: 16px;
        height: 16px
    }

    .cookie-bar-modal {
        display: block;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0,0,0,0.4);
        box-sizing: border-box
    }

    .cookie-bar-modal .cookie-bar-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 900px
    }

    .cookie-bar-modal .copy .-small,.cookie-bar-modal .list .-small,.cookie-bar-modal .text>ul .-small,.cookie-bar-modal .cke_editable>ul .-small,.cookie-bar-modal .text>ol .-small,.cookie-bar-modal .cke_editable>ol .-small,.cookie-bar-modal .pagination .pages .page:disabled .-small,.pagination .pages .cookie-bar-modal .page:disabled .-small,.cookie-bar-modal .executive-education .no-results .-small,.executive-education .cookie-bar-modal .no-results .-small,.cookie-bar-modal .lg-outer .lg-item .-small,.lg-outer .cookie-bar-modal .lg-item .-small,.cookie-bar-modal .event-table .-small {
        font-size: 16px
    }

    .cookie-bar-modal .modal-cookie-title {
        color: #31417a;
        margin-bottom: 0px
    }

    .cookie-bar-modal .cookie-redirect-link {
        color: #666666;
        text-decoration: none;
        font-weight: 600;
        font-family: 'Helvetica Roman', sans-serif;
        font-size: 16px;
        margin-right: 8px
    }

    .cookie-bar-modal p {
        margin-top: 0px !important
    }

    .cookie-buttons-container {
        display: block;
        min-height: 60px;
        text-align: right
    }

    .cookie-buttons-container a {
        display: inline-block;
        font-size: 16px;
        margin-top: 10px;
        padding: 10px 10px 8px;
        border-radius: 4px;
        font-weight: 600;
        border-width: 3px
    }

    .cookie-buttons-container a .icon {
        vertical-align: text-top
    }

    .cookie-buttons-container a .rotate-cookie-chevron {
        vertical-align: text-bottom;
        transition: .2s ease-in;
        transform: rotate(-180deg)
    }
}

@media (min-width: 1024px) {
    .cookie-title {
        font-size:16px
    }

    .modal-cookie-title {
        font-size: 24px
    }

    body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.fs-grid>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.fs-grid>div>div,body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.page-area>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.page-area>div>div,body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.fullscreen-modal>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.fullscreen-modal>div>div {
        left: 0
    }

    .modal-cookie-checkbox-label {
        color: #31417a;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 600
    }

    .cookie-checkbox {
        width: 16px;
        height: 16px
    }

    .cookie-bar-modal {
        display: block;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0,0,0,0.4);
        box-sizing: border-box
    }

    .cookie-bar-modal .cookie-bar-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 900px
    }

    .cookie-bar-modal .copy .-small,.cookie-bar-modal .list .-small,.cookie-bar-modal .text>ul .-small,.cookie-bar-modal .cke_editable>ul .-small,.cookie-bar-modal .text>ol .-small,.cookie-bar-modal .cke_editable>ol .-small,.cookie-bar-modal .pagination .pages .page:disabled .-small,.pagination .pages .cookie-bar-modal .page:disabled .-small,.cookie-bar-modal .executive-education .no-results .-small,.executive-education .cookie-bar-modal .no-results .-small,.cookie-bar-modal .lg-outer .lg-item .-small,.lg-outer .cookie-bar-modal .lg-item .-small,.cookie-bar-modal .event-table .-small {
        font-size: 16px
    }

    .cookie-bar-modal .modal-cookie-title {
        color: #31417a;
        margin-bottom: 0px
    }

    .cookie-bar-modal .cookie-redirect-link {
        color: #666666;
        text-decoration: none;
        font-weight: 600;
        font-family: 'Helvetica Roman', sans-serif;
        font-size: 16px;
        margin-right: 8px
    }

    .cookie-bar-modal p {
        margin-top: 0px !important
    }

    .cookie-buttons-container {
        display: block;
        min-height: 60px;
        text-align: right
    }

    .cookie-buttons-container a {
        display: inline-block;
        font-size: 16px;
        margin-top: 10px;
        padding: 10px 10px 8px;
        border-radius: 4px;
        font-weight: 600;
        border-width: 3px
    }

    .cookie-buttons-container a .icon {
        vertical-align: text-top
    }

    .cookie-buttons-container a .rotate-cookie-chevron {
        vertical-align: text-bottom;
        transition: .2s ease-in;
        transform: rotate(-180deg)
    }
}

.cookie-bar-modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    box-sizing: border-box
}

.cookie-bar-modal .cookie-bar-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%
}

.cookie-bar-modal .copy .-small,.cookie-bar-modal .list .-small,.cookie-bar-modal .text>ul .-small,.cookie-bar-modal .cke_editable>ul .-small,.cookie-bar-modal .text>ol .-small,.cookie-bar-modal .cke_editable>ol .-small,.cookie-bar-modal .pagination .pages .page:disabled .-small,.pagination .pages .cookie-bar-modal .page:disabled .-small,.cookie-bar-modal .executive-education .no-results .-small,.executive-education .cookie-bar-modal .no-results .-small,.cookie-bar-modal .lg-outer .lg-item .-small,.lg-outer .cookie-bar-modal .lg-item .-small,.cookie-bar-modal .event-table .-small {
    font-size: 16px
}

.cookie-bar-modal .modal-cookie-title {
    color: #31417a;
    margin-bottom: 0px
}

.cookie-bar-modal .cookie-redirect-link {
    color: #666666;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Helvetica Roman', sans-serif;
    margin-right: 8px
}

.cookie-bar-modal p {
    margin-top: 0px !important
}

.cookie-title {
    font-size: 16px
}

.modal-cookie-title {
    font-size: 24px
}

body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.fs-grid>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.fs-grid>div>div,body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.page-area>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.page-area>div>div,body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.-centered>div.fullscreen-modal>div>div,.insert body>div.no-horizontal-scroll>div.top-container.js-top-container>div.top-container-bar.cookie-bar.js-cookie-bar.background>div.fullscreen-modal>div>div {
    left: 0
}

.modal-cookie-checkbox-label {
    color: #31417a;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600
}

.cookie-checkbox {
    width: 16px;
    height: 16px
}

.cookie-buttons-container {
    display: block;
    min-height: 60px;
    text-align: right
}

.cookie-buttons-container a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 10px 8px;
    border-radius: 4px;
    font-weight: 600;
    border-width: 3px
}

.cookie-buttons-container a .icon {
    vertical-align: text-top
}

.cookie-buttons-container a .rotate-cookie-chevron {
    vertical-align: text-bottom;
    transition: .2s ease-in;
    transform: rotate(-180deg)
}

@media screen and (max-width: 1022px) {
    .cookie-bar-modal-content {
        background-color:#fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 900px
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .cookie-buttons-container a {
        font-size:12px;
        margin-right: 5px
    }

    .cookie-bar-modal .cookie-redirect-link {
        font-size: 12px;
        margin-right: 8px
    }
}

@media screen and (max-width: 350px) {
    .cookie-bar-modal .cookie-bar-modal-content {
        width:95%
    }

    .cookie-buttons-container a {
        font-size: 11px;
        margin-right: 5px;
        text-align: left
    }

    .cookie-bar-modal .cookie-redirect-link {
        font-size: 12px;
        margin-right: 8px
    }
}

.pull-out-tab {
    display: none;
    position: absolute;
    height: 96px;
    margin-top: -48px;
    z-index: 9;
    right: -196px;
    background-color: #79A342;
    transition: right 400ms ease-in-out
}

.pull-out-tab .handle {
    display: flex;
    height: 100%;
    padding-left: 15px;
    cursor: pointer
}

.pull-out-tab .handle .triangle {
    position: absolute;
    top: 0;
    left: -27px;
    width: 27px;
    height: 100%
}

.pull-out-tab .handle .triangle .cls-1 {
    fill: #79A342;
    stroke: #79A342
}

.pull-out-tab .handle .chevron {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.pull-out-tab .handle .blog-icon {
    display: table;
    position: relative;
    top: 30%;
    width: 50px;
    margin-left: 25px;
    transform: translateY(0%);
    border-right: 1px solid #fff
}

.pull-out-tab .handle .blog-icon a {
    text-decoration: none !important
}

.pull-out-tab .handle .blog-icon .icon,.pull-out-tab .handle .blog-icon .description {
    display: block
}

.pull-out-tab .handle .blog-icon .icon {
    width: 25px;
    height: 25px
}

.pull-out-tab .handle .blog-icon .icon .svg-blog .cls-1 {
    fill: #fff;
    stroke: #fff
}

.pull-out-tab .handle .blog-icon .description {
    margin-top: 6px;
    font-size: 11px;
    line-height: 11px;
    color: #fff
}

.pull-out-tab .content {
    display: table;
    width: 170px;
    height: 100%;
    margin-left: 25px;
    font-family: 'Frutiger 57';
    color: #fff
}

.pull-out-tab .content a {
    color: #fff !important;
    text-decoration: none !important
}

.pull-out-tab .content .inner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 7px
}

.pull-out-tab .sub-heading {
    font-size: 15px
}

.pull-out-tab .pull-out-tab-heading {
    margin-bottom: 0;
    margin-top: -7px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.7px
}

.pull-out-tab.-slide-out {
    right: 0
}

@media (min-width: 768px) {
    .pull-out-tab {
        display:flex
    }
}

.navigation-fly-out {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    transform: translateX(100%);
    transition: transform 500ms ease-in-out
}

.navigation-fly-out .navigation-wrapper {
    height: 100%
}

.navigation-fly-out .inner {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%);
    display: flex;
    flex-direction: column;
    height: 100vh
}

@media (min-width: 768px) {
    .navigation-fly-out .inner {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.navigation-fly-out .meta,.navigation-fly-out .address,.navigation-fly-out .contact-links {
    flex: none
}

.navigation-fly-out .meta {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 27px;
    margin-top: 20px;
    justify-content: flex-end
}

.navigation-fly-out .meta .description {
    color: #ccc
}

.navigation-fly-out .meta [data-remodal-target="languageSwitch"] {
    text-transform: uppercase
}

.navigation-fly-out .meta .link-icon {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #666;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    text-align: center
}

.navigation-fly-out .meta .icon {
    height: 20px;
    width: 20px
}

.navigation-fly-out .navigation {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: hidden
}

.navigation-fly-out .navigation .navigation-slider-navigation {
    width: 100%;
    padding-bottom: 10px;
    margin: 0 1rem;
    border-bottom: 1px solid #666
}

.navigation-fly-out .navigation .back-button {
    cursor: pointer
}

.navigation-fly-out .navigation .back-button .chevron {
    display: inline-block;
    height: 24px
}

.navigation-fly-out .navigation .back-button polyline {
    stroke: #79A342
}

.navigation-fly-out .navigation .navigation-slider {
    width: 100%
}

.navigation-fly-out .navigation .owl-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-left: 0;
    margin-right: 0
}

.navigation-fly-out .navigation .owl-item .pages {
    flex: 0 0 100%;
    flex-basis: auto;
    width: 100%
}

.navigation-fly-out .pages,.navigation-fly-out .sub-navigation {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    flex-basis: auto;
    width: calc(100% / 1.2)
}

.navigation-fly-out .pages .page,.navigation-fly-out .sub-navigation .page {
    list-style: none
}

.navigation-fly-out .pages .pages,.navigation-fly-out .sub-navigation .pages {
    display: none
}

.navigation-fly-out .pages .page:first-child {
    margin-top: 0
}

.navigation-fly-out .pages .page {
    border-bottom: 1px solid #666;
    display: block;
    margin-top: 23px;
    padding-bottom: 3px;
    width: 100%
}

.navigation-fly-out .pages .link,.navigation-fly-out .pages .text a,.text .navigation-fly-out .pages a,.navigation-fly-out .pages .cke_editable a,.cke_editable .navigation-fly-out .pages a {
    font-family: 'Frutiger 57';
    margin-bottom: 0;
    display: inline-block;
    color: #79A342;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px
}

.navigation-fly-out .sub-navigation {
    flex: 0 0 100%;
    flex-basis: auto;
    width: 100%
}

.navigation-fly-out .sub-navigation .heading-callout,.navigation-fly-out .sub-navigation .text h5,.text .navigation-fly-out .sub-navigation h5,.navigation-fly-out .sub-navigation .cke_editable h5,.cke_editable .navigation-fly-out .sub-navigation h5 {
    padding-bottom: 3px;
    border-bottom: 1px solid #666;
    color: #79A342
}

.navigation-fly-out .sub-navigation .heading-callout .link,.navigation-fly-out .sub-navigation .text h5 .link,.text .navigation-fly-out .sub-navigation h5 .link,.navigation-fly-out .sub-navigation .cke_editable h5 .link,.cke_editable .navigation-fly-out .sub-navigation h5 .link,.navigation-fly-out .sub-navigation .heading-callout .text a,.text .navigation-fly-out .sub-navigation .heading-callout a,.navigation-fly-out .sub-navigation .text h5 a,.text .navigation-fly-out .sub-navigation h5 a,.navigation-fly-out .sub-navigation .cke_editable h5 .text a,.text .navigation-fly-out .sub-navigation .cke_editable h5 a,.cke_editable .navigation-fly-out .sub-navigation h5 .text a,.text .cke_editable .navigation-fly-out .sub-navigation h5 a,.navigation-fly-out .sub-navigation .heading-callout .cke_editable a,.cke_editable .navigation-fly-out .sub-navigation .heading-callout a,.navigation-fly-out .sub-navigation .text h5 .cke_editable a,.cke_editable .navigation-fly-out .sub-navigation .text h5 a,.text .navigation-fly-out .sub-navigation h5 .cke_editable a,.cke_editable .text .navigation-fly-out .sub-navigation h5 a,.navigation-fly-out .sub-navigation .cke_editable h5 a,.cke_editable .navigation-fly-out .sub-navigation h5 a {
    text-decoration: none
}

.navigation-fly-out .sub-navigation .sub-pages {
    padding-left: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    margin-bottom: 0
}

.navigation-fly-out .sub-navigation .page {
    margin-top: 18px
}

.navigation-fly-out .sub-navigation .page .link,.navigation-fly-out .sub-navigation .page .text a,.text .navigation-fly-out .sub-navigation .page a,.navigation-fly-out .sub-navigation .page .cke_editable a,.cke_editable .navigation-fly-out .sub-navigation .page a {
    color: #79A342;
    font-family: 'Helvetica Roman';
    text-decoration: none;
    font-size: 15px;
    line-height: 18px
}

.navigation-fly-out .address {
    margin-top: 38px;
    margin-bottom: 0
}

.navigation-fly-out .address .copy,.navigation-fly-out .address .list,.navigation-fly-out .address .text>ul,.navigation-fly-out .address .cke_editable>ul,.navigation-fly-out .address .text>ol,.navigation-fly-out .address .cke_editable>ol,.navigation-fly-out .address .pagination .pages .page:disabled,.pagination .pages .navigation-fly-out .address .page:disabled,.navigation-fly-out .address .executive-education .no-results,.executive-education .navigation-fly-out .address .no-results,.navigation-fly-out .address .lg-outer .lg-item,.lg-outer .navigation-fly-out .address .lg-item,.navigation-fly-out .address .event-table {
    color: #ccc;
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.navigation-fly-out .contact-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 25px;
    margin-bottom: 50px
}

.navigation-fly-out .contact-links .link-icon {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    flex-basis: auto;
    width: 50%
}

.navigation-fly-out .contact-links .link-icon .description {
    color: #ccc
}

.navigation-fly-out.-visible {
    transform: translateX(0)
}

@media (min-width: 768px) {
    .navigation-fly-out {
        left:0;
        width: 100%;
        max-width: 100%;
        background-color: transparent
    }

    .navigation-fly-out .inner {
        flex: 0 0 41.6666666667%;
        left: 58.3333333333%;
        flex-basis: auto;
        width: calc(100% / 2.4)
    }

    .navigation-fly-out .meta {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .navigation-fly-out .meta .link-icon {
        display: none
    }

    .navigation-fly-out .meta .link-icon.close-button {
        display: block;
        padding-left: 24px
    }

    .navigation-fly-out .meta .icon {
        width: 24px;
        height: 24px
    }

    .navigation-fly-out .meta .description {
        margin-top: 16px
    }

    .navigation-fly-out .sub-navigation .heading-callout,.navigation-fly-out .sub-navigation .text h5,.text .navigation-fly-out .sub-navigation h5,.navigation-fly-out .sub-navigation .cke_editable h5,.cke_editable .navigation-fly-out .sub-navigation h5 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 20px
    }

    .navigation-fly-out .sub-navigation .sub-pages {
        padding-left: 70px;
        padding-bottom: 22px
    }

    .navigation-fly-out .sub-navigation .page {
        margin-top: 26px
    }

    .navigation-fly-out .sub-navigation .page .link,.navigation-fly-out .sub-navigation .page .text a,.text .navigation-fly-out .sub-navigation .page a,.navigation-fly-out .sub-navigation .page .cke_editable a,.cke_editable .navigation-fly-out .sub-navigation .page a {
        font-size: 16px;
        line-height: 22px
    }

    .navigation-fly-out .address {
        margin-top: 67px
    }

    .navigation-fly-out .contact-links {
        margin-top: 25px
    }

    .navigation-fly-out .contact-links .link-icon {
        flex: 0 0 33.3333333333%;
        flex-basis: auto;
        width: calc(100% / 3)
    }

    .navigation-fly-out::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(50% - 1rem);
        content: '';
        background-color: #333
    }

    .navigation-fly-out .pages .page {
        margin-top: 20px
    }

    .navigation-fly-out .pages .link,.navigation-fly-out .pages .text a,.text .navigation-fly-out .pages a,.navigation-fly-out .pages .cke_editable a,.cke_editable .navigation-fly-out .pages a {
        font-family: 'Frutiger 57';
        margin-bottom: 0;
        color: #79A342;
        text-decoration: none;
        font-size: 22px;
        line-height: 26px
    }
}

.navigation-wrapper .sub-pages .showOnlyOnMainNavigation {
    display: none;
    visibility: hidden
}

@media screen and (min-height: 350px) and (max-height: 480px) {
    .navigation-fly-out .inner {
        display:block;
        overflow-y: scroll
    }
}

@media screen and (min-height: 200px) and (max-height: 350px) {
    .navigation-fly-out .inner {
        display:block;
        overflow-y: scroll
    }
}

.top-container .subnavigation-area {
    display: none
}

.top-container .subnavigation-area.-is-sticky {
    display: flex
}

[data-app-id="subnavigation-clone"] .subnavigation-area.-is-sticky {
    visibility: hidden
}

.subnavigation-area {
    display: flex;
    align-items: center;
    min-height: 49px;
    background-color: #465488;
    color: #fff;
    font-size: 18px;
    font-family: 'Frutiger 57';
    line-height: 22px;
    position: relative;
    isolation: isolate;
    transform: scale3d(1, 0, 1);
    transition: transform 100ms ease-in-out
}

.subnavigation-area .page-area {
    position: relative
}

.subnavigation-area .left-arrow,.subnavigation-area .right-arrow {
    display: none
}

.subnavigation-area .subnavigation-outer,.subnavigation-area .subnavigation-slider {
    width: 100%
}

.subnavigation-area .subnavigation {
    display: flex;
    flex-direction: column
}

.subnavigation-area.-is-page-loaded {
    transform: scale3d(1, 1, 1)
}

.subnavigation-area .link,.subnavigation-area .text a,.text .subnavigation-area a,.subnavigation-area .cke_editable a,.cke_editable .subnavigation-area a {
    padding: 15px 0;
    border-top: 1px solid #B2B2B2;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Helvetica Roman';
    line-height: 20px;
    outline: none
}

.subnavigation-area .link:first-child,.subnavigation-area .text a:first-child,.text .subnavigation-area a:first-child,.subnavigation-area .cke_editable a:first-child,.cke_editable .subnavigation-area a:first-child {
    border-top: 1px solid #fff
}

.subnavigation-area .link.-to-top,.subnavigation-area .text a.-to-top,.text .subnavigation-area a.-to-top,.subnavigation-area .cke_editable a.-to-top,.cke_editable .subnavigation-area a.-to-top {
    display: none
}

.subnavigation-area .link.-active,.subnavigation-area .text a.-active,.text .subnavigation-area a.-active,.subnavigation-area .cke_editable a.-active,.cke_editable .subnavigation-area a.-active {
    position: relative;
    background-color: #CBCFDE;
    color: #333
}

.subnavigation-area .link.-active::after,.subnavigation-area .text a.-active::after,.text .subnavigation-area a.-active::after,.subnavigation-area .cke_editable a.-active::after,.cke_editable .subnavigation-area a.-active::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    margin-top: -1px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    height: calc(100% + 2px);
    background-color: inherit;
    content: ''
}

.subnavigation-area .link.-active,.subnavigation-area .text a.-active,.text .subnavigation-area a.-active,.subnavigation-area .cke_editable a.-active,.cke_editable .subnavigation-area a.-active,.subnavigation-area .link.-active+.link,.subnavigation-area .text a.-active+.link,.text .subnavigation-area a.-active+.link,.subnavigation-area .cke_editable a.-active+.link,.cke_editable .subnavigation-area a.-active+.link,.subnavigation-area .text .link.-active+a,.text .subnavigation-area .link.-active+a,.subnavigation-area .text a.-active+a,.text .subnavigation-area a.-active+a,.subnavigation-area .cke_editable .text a.-active+a,.text .subnavigation-area .cke_editable a.-active+a,.cke_editable .subnavigation-area .text a.-active+a,.text .cke_editable .subnavigation-area a.-active+a,.subnavigation-area .cke_editable .link.-active+a,.cke_editable .subnavigation-area .link.-active+a,.subnavigation-area .text .cke_editable a.-active+a,.cke_editable .subnavigation-area .text a.-active+a,.text .subnavigation-area .cke_editable a.-active+a,.cke_editable .text .subnavigation-area a.-active+a,.subnavigation-area .cke_editable a.-active+a,.cke_editable .subnavigation-area a.-active+a {
    border-top: 1px solid transparent
}

@media (min-width: 768px) {
    .subnavigation-area {
        padding-top:14px;
        background-color: #273462
    }

    .subnavigation-area [class^="stack-index-"].-active {
        z-index: 15
    }

    .subnavigation-area .stack-index-1 {
        z-index: 14
    }

    .subnavigation-area .stack-index-2 {
        z-index: 13
    }

    .subnavigation-area .stack-index-3 {
        z-index: 12
    }

    .subnavigation-area .stack-index-4 {
        z-index: 11
    }

    .subnavigation-area .stack-index-5 {
        z-index: 10
    }

    .subnavigation-area .stack-index-6 {
        z-index: 9
    }

    .subnavigation-area .stack-index-7 {
        z-index: 8
    }

    .subnavigation-area .stack-index-8 {
        z-index: 7
    }

    .subnavigation-area .stack-index-9 {
        z-index: 6
    }

    .subnavigation-area .stack-index-10 {
        z-index: 5
    }

    .subnavigation-area .stack-index-11 {
        z-index: 4
    }

    .subnavigation-area .stack-index-12 {
        z-index: 3
    }

    .subnavigation-area .stack-index-13 {
        z-index: 2
    }

    .subnavigation-area .stack-index-14 {
        z-index: 1
    }

    .subnavigation-area .subnavigation-outer,.subnavigation-area .subnavigation-slider {
        width: auto
    }

    .subnavigation-area .subnavigation-outer {
        display: flex;
        align-items: center;
        width: 100%
    }

    .subnavigation-area .left-arrow,.subnavigation-area .right-arrow {
        position: absolute;
        z-index: 9;
        top: -22px;
        display: flex;
        align-items: flex-end;
        align-self: left;
        flex: 0 0 auto;
        justify-content: center;
        width: 57px;
        height: 75px;
        background: linear-gradient(to top, #273462 34%, rgba(39,52,98,0.23) 85%, rgba(39,52,98,0) 100%)
    }

    .subnavigation-area .left-arrow>button,.subnavigation-area .right-arrow>button {
        width: 33px;
        height: 8px;
        padding: 0;
        border: none;
        background: none;
        background-image: url("../img/icons/arrow-down-white.svg");
        background-repeat: no-repeat;
        background-size: 33px 8px
    }

    .subnavigation-area .left-arrow {
        transform: rotate(90deg);
        margin-left: 8px
    }

    .subnavigation-area .right-arrow {
        transform: rotate(-90deg);
        left: calc(100% - 65px)
    }

    .subnavigation-area .subnavigation-slider {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
        z-index: 2;
        flex-basis: auto;
        width: 100%
    }

    .subnavigation-area .subnavigation {
        flex-direction: row;
        max-width: 200vw;
        transition: all .2s ease;
        margin-bottom: -2px
    }

    .subnavigation-area .link,.subnavigation-area .text a,.text .subnavigation-area a,.subnavigation-area .cke_editable a,.cke_editable .subnavigation-area a {
        padding: 11px 14px 15px 10px;
        border: 1px solid #273462;
        border-top: none;
        border-bottom: none;
        background-color: #465488;
        white-space: nowrap;
        overflow: visible
    }

    .subnavigation-area .link:first-child,.subnavigation-area .text a:first-child,.text .subnavigation-area a:first-child,.subnavigation-area .cke_editable a:first-child,.cke_editable .subnavigation-area a:first-child {
        border-top: none
    }

    .subnavigation-area .link.-to-top,.subnavigation-area .text a.-to-top,.text .subnavigation-area a.-to-top,.subnavigation-area .cke_editable a.-to-top,.cke_editable .subnavigation-area a.-to-top {
        position: absolute;
        z-index: 1;
        top: 9px;
        right: 20px;
        border: none;
        background: none
    }

    .subnavigation-area .link.-to-top::before,.subnavigation-area .text a.-to-top::before,.text .subnavigation-area a.-to-top::before,.subnavigation-area .cke_editable a.-to-top::before,.cke_editable .subnavigation-area a.-to-top::before {
        display: block;
        flex: 0 0 15px;
        flex-basis: auto;
        width: 15px;
        height: 20px;
        margin-right: 5px;
        content: url("../img/icons/arrows-up-white.svg")
    }

    .subnavigation-area .link.-active::after,.subnavigation-area .text a.-active::after,.text .subnavigation-area a.-active::after,.subnavigation-area .cke_editable a.-active::after,.cke_editable .subnavigation-area a.-active::after {
        content: none
    }

    .subnavigation-area .link.-active,.subnavigation-area .text a.-active,.text .subnavigation-area a.-active,.subnavigation-area .cke_editable a.-active,.cke_editable .subnavigation-area a.-active,.subnavigation-area .link.-active+.link,.subnavigation-area .text a.-active+.link,.text .subnavigation-area a.-active+.link,.subnavigation-area .cke_editable a.-active+.link,.cke_editable .subnavigation-area a.-active+.link,.subnavigation-area .text .link.-active+a,.text .subnavigation-area .link.-active+a,.subnavigation-area .text a.-active+a,.text .subnavigation-area a.-active+a,.subnavigation-area .cke_editable .text a.-active+a,.text .subnavigation-area .cke_editable a.-active+a,.cke_editable .subnavigation-area .text a.-active+a,.text .cke_editable .subnavigation-area a.-active+a,.subnavigation-area .cke_editable .link.-active+a,.cke_editable .subnavigation-area .link.-active+a,.subnavigation-area .text .cke_editable a.-active+a,.cke_editable .subnavigation-area .text a.-active+a,.text .subnavigation-area .cke_editable a.-active+a,.cke_editable .text .subnavigation-area a.-active+a,.subnavigation-area .cke_editable a.-active+a,.cke_editable .subnavigation-area a.-active+a {
        border-top: none
    }

    .subnavigation-area [class^="stack-index-"] {
        margin-left: 5px;
        position: relative;
        display: block
    }

    .subnavigation-area [class^="stack-index-"]::before {
        content: '';
        top: 0;
        position: absolute;
        display: block;
        left: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 46px 11px;
        border-color: transparent transparent #465488
    }

    .subnavigation-area [class^="stack-index-"].-active::before {
        border-color: transparent transparent #CBCFDE
    }

    @supports (clip-path: polygon(100% 0, 100% 100%, 0 100%, 15px 0)) {
        .subnavigation-area [class^="stack-index-"] {
            overflow:visible;
            padding-left: 20px;
            margin-left: -10px;
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 15px 0)
        }

        .subnavigation-area [class^="stack-index-"]::before {
            content: none
        }
    }
}

@media (min-width: 1430px) {
    .subnavigation-area .link.-to-top,.subnavigation-area .text a.-to-top,.text .subnavigation-area a.-to-top,.subnavigation-area .cke_editable a.-to-top,.cke_editable .subnavigation-area a.-to-top {
        display:flex
    }
}

.search-fly-out .input-combo {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.search-fly-out .input-combo .combo-input,.search-fly-out .input-combo .combo-button {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.search-fly-out .input-combo .combo-input {
    flex: 0 0 83.3333333333%
}

.search-fly-out .input-combo .combo-input input {
    width: 100%
}

.search-fly-out .input-combo .combo-button {
    flex: 0 0 16.6666666667%;
    position: relative;
    cursor: pointer
}

.search-fly-out .input-combo .combo-button .submit {
    display: inherit;
    position: initial;
    width: 27px;
    padding: 0;
    background: none;
    border: none;
    color: #fff
}

.search-fly-out .input-combo .combo-button .submit svg {
    height: auto
}

.search-fly-out .input-combo .combo-button .submit .description {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-top: 2px;
    font-family: 'Helvetica Roman';
    font-size: 9px;
    line-height: 9px;
    left: 1rem
}

.search-fly-out .input-combo .combo-button .icon {
    width: 100%
}

@media (min-width: 768px) {
    .search-fly-out .input-combo .combo-input,.search-fly-out .input-combo .combo-button {
        left:16.6666666667%
    }

    .search-fly-out .input-combo .combo-input {
        flex: 0 0 58.3333333333%
    }

    .search-fly-out .input-combo .combo-button {
        flex: 0 0 8.3333333333%
    }

    .search-fly-out .input-combo .combo-button .submit {
        width: 39px
    }

    .search-fly-out .input-combo .combo-button .submit .description {
        vertical-align: bottom;
        font-size: 11px;
        line-height: 11px
    }
}

.icon-button {
    padding: 0;
    border: 0;
    outline: none;
    background: transparent
}

.pagination {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #79A342
}

.pagination .total-items {
    display: none;
    margin-top: 12px;
    font-weight: bold;
    color: #000
}

.pagination .total-items::after {
    content: '\0020\002D\0020';
    font-weight: normal
}

.pagination .total-items:only-child::after {
    content: none
}

.pagination .disabled {
    pointer-events: none
}

.pagination .link,.pagination .text a,.text .pagination a,.pagination .cke_editable a,.cke_editable .pagination a {
    cursor: pointer
}

.pagination .page-navigation {
    display: flex;
    margin-top: 9px
}

.pagination .pages {
    padding: 0;
    margin: 0
}

.pagination .pages .page {
    border: 1px solid #79A342;
    color: #79A342;
    display: inline-block;
    background: none;
    font-size: 16px;
    height: 35px;
    line-height: 22px;
    list-style: none;
    margin: 0 10px;
    padding: 5.5px;
    text-align: center;
    width: 35px
}

.pagination .pages .page:disabled {
    border: 1px solid #666;
    pointer-events: none;
    margin-top: 0
}

.pagination .pages .page .link,.pagination .pages .page .text a,.text .pagination .pages .page a,.pagination .pages .page .cke_editable a,.cke_editable .pagination .pages .page a {
    font-size: 16px;
    line-height: 22px
}

.pagination .navigation {
    margin: 4px 0;
    cursor: pointer
}

.pagination .navigation .chevron {
    height: 27px
}

.pagination .navigation polyline {
    stroke: #666
}

.pagination .navigation.-prev {
    margin-right: 5px
}

.pagination .navigation.-next {
    margin-left: 5px
}

.pagination .navigation.-next .chevron {
    transform: rotate(180deg)
}

.pagination .navigation:hover:not(.disabled) polyline {
    stroke: #79A342
}

.pagination.-all-shown .page-navigation,.pagination.-all-shown .total-items+.link,.pagination.-all-shown .text .total-items+a,.text .pagination.-all-shown .total-items+a,.pagination.-all-shown .cke_editable .total-items+a,.cke_editable .pagination.-all-shown .total-items+a {
    display: none
}

.pagination.-all-shown .total-items::after {
    content: none
}

@media (min-width: 768px) {
    .pagination {
        margin-top:40px
    }

    .pagination .page-navigation {
        margin-top: 14px
    }

    .pagination .navigation.-prev {
        margin-right: 10px
    }

    .pagination .navigation.-next {
        margin-left: 10px
    }
}

.top-container {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.search-results .content-area,.search-results .fold-out.-subnav>.fold,.search-results .fold-out.-subnav[aria-expanded="true"]>.content .link,.fold-out.-subnav[aria-expanded="true"]>.content .search-results .link,.search-results .fold-out.-subnav[aria-expanded="true"]>.content .text a,.fold-out.-subnav[aria-expanded="true"]>.content .text .search-results a,.search-results .text .fold-out.-subnav[aria-expanded="true"]>.content a,.text .fold-out.-subnav[aria-expanded="true"]>.content .search-results a,.search-results .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .search-results a,.search-results .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .search-results a {
    overflow-x: auto
}

.search-results .input-combo {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 29px
}

.search-results .input-combo .combo-input,.search-results .input-combo .combo-button {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.search-results .input-combo .combo-input {
    flex: 0 0 80%;
    width: calc(8/10 * 100%);
    flex-basis: auto
}

.search-results .input-combo .combo-input input {
    width: 100%;
    padding-top: 8px
}

.search-results .input-combo .combo-button {
    flex: 0 0 20%;
    width: calc(2/10 * 100%);
    flex-basis: auto;
    position: relative;
    cursor: pointer
}

.search-results .input-combo .combo-button .submit {
    display: inherit;
    position: initial;
    width: 27px;
    padding: 0;
    background: none;
    border: none;
    color: #000
}

.search-results .input-combo .combo-button .submit .icon {
    margin-top: 5px
}

.search-results .input-combo .combo-button .submit svg {
    height: auto
}

.search-results .input-combo .combo-button .submit .description {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-top: 2px;
    font-family: 'Helvetica Roman';
    color: #666;
    font-size: 11px;
    line-height: 11px;
    left: 1rem
}

.search-results .input-combo .combo-button .icon {
    width: 100%
}

.search-results .keyword {
    background-color: #F4F5F8;
    border: none;
    font-family: 'Helvetica Roman';
    font-size: 16px;
    color: #000
}

.search-results .result-list {
    padding: 0
}

.search-results .result-list .result {
    list-style: none
}

.search-results .result-list .result em {
    color: #000;
    font-weight: 600
}

.search-results .result-list .result .link,.search-results .result-list .result .text a,.text .search-results .result-list .result a,.search-results .result-list .result .cke_editable a,.cke_editable .search-results .result-list .result a {
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word
}

@media (min-width: 768px) {
    .search-results .content-area,.search-results .fold-out.-subnav>.fold,.search-results .fold-out.-subnav[aria-expanded="true"]>.content .link,.fold-out.-subnav[aria-expanded="true"]>.content .search-results .link,.search-results .fold-out.-subnav[aria-expanded="true"]>.content .text a,.fold-out.-subnav[aria-expanded="true"]>.content .text .search-results a,.search-results .text .fold-out.-subnav[aria-expanded="true"]>.content a,.text .fold-out.-subnav[aria-expanded="true"]>.content .search-results a,.search-results .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .search-results a,.search-results .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .search-results a {
        overflow-x:visible
    }

    .search-results .input-combo {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem;
        margin-top: 39px
    }

    .search-results .input-combo .combo-input {
        flex: 0 0 87.5%;
        width: calc(7/8 * 100%);
        flex-basis: auto
    }

    .search-results .input-combo .combo-button {
        flex: 0 0 12.5%;
        width: calc(1/8 * 100%);
        flex-basis: auto
    }

    .search-results .input-combo .combo-button .submit .icon {
        margin-top: 5px
    }

    .search-results .keyword {
        font-size: 18px
    }
}

#solr-main-page-navigation {
    border-top: 1px solid #79A342;
    padding-top: 24px
}

#solr-main-page-navigation .solr-main-pagination-prev-next {
    display: inline-block;
    vertical-align: top;
    margin-top: 21px;
    width: 11px;
    height: 27px
}

.solr-main-pagination-next {
    margin-top: 4px
}

#solr-main-page-navigation svg {
    width: 11px;
    height: 27px
}

#solr-main-page-navigation polyline {
    stroke: #666
}

#solr-main-page-navigation .solr-main-pagination-prev-next:hover polyline {
    stroke: #79A342;
    cursor: pointer
}

#solr-main-paginationBottom {
    display: inline-block;
    vertical-align: top;
    padding-left: 8px
}

.solr-main-page-pagination-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #79A342;
    color: #79A342;
    background: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    list-style: none;
    padding: 5.5px;
    text-align: center;
    cursor: pointer;
    margin: 16px 10px 0
}

.solr-main-page-pagination-btn:hover {
    color: #79A342;
    text-decoration: underline
}

.solr-main-page-pagination-btn-active {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #666;
    background: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    list-style: none;
    padding: 5.5px;
    text-align: center;
    border: 1px solid #666;
    pointer-events: none;
    margin: 16px 10px 0
}

.solr-main-page-pagination-btn-dots {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #79A342;
    background: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    list-style: none;
    padding: 5.5px;
    text-align: center;
    border: 1px solid #79A342;
    cursor: text;
    text-decoration: none;
    margin: 16px 10px 0
}

#searchCategoriesContainer {
    padding-top: 16px;
    height: 110px;
    overflow: hidden
}

.searchCategoriesItem {
    border: 2px solid #79a342;
    position: relative;
    display: inline-block;
    padding: 8px 26px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 8px;
    text-align: center;
    font-family: "Frutiger 57 Condensed",sans-serif;
    font-size: 14px;
    color: #79a342;
    cursor: pointer;
    margin-right: 8px;
    line-height: 1.5
}

.searchCategoriesItem:hover {
    text-decoration: underline
}

.searchCategoriesItem-active {
    border: 2px solid #fff;
    background: #79a342;
    color: #fff
}

.solr-main-page {
    margin-top: 0
}

.search-heading-content-course-finder {
    font-family: 'Frutiger 47', sans-serif;
    color: #72993E;
    text-decoration: none;
    font-size: 28px
}

.search-heading-content-course-finder:hover {
    text-decoration: underline
}

#no-result-search-heading-content {
    margin-top: 20px !important
}

@media screen and (min-width: 1024px) {
    .search .mainHeaderSearchForm {
        display:block !important
    }

    #site-search::placeholder {
        color: #757575
    }

    #site-search-autocomplete {
        width: 82%;
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 50px;
        left: 16px
    }
}

@media screen and (min-width: 1400px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        width: calc(100% - 97px);
        max-height: 56px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        width: calc(100% - 97px);
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 50px;
        left: 16px
    }

    #site-search-autocomplete-exec {
        width: 100%;
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 48px;
        left: 0px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        max-height: 56px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        width: calc(100% - 97px);
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 50px;
        left: 16px
    }

    #site-search-autocomplete-exec {
        width: 100%;
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 48px;
        left: 0px
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        max-height: 55px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        width: calc(100% - 97px);
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 50px;
        left: 16px
    }

    #site-search-autocomplete-exec {
        width: 100%;
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        top: 48px;
        left: 0px
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        max-height: 56px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        margin-left: 38px;
        display: block;
        position: relative;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        max-height: 62px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        margin-left: 38px;
        display: block;
        position: relative;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        max-height: 62px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        margin-left: 38px;
        display: block;
        position: relative;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 350px) {
    #site-search::placeholder {
        color:#757575
    }

    .solr-main-page-excerpt-text {
        max-height: 63px;
        display: block;
        overflow: hidden
    }

    #site-search-autocomplete {
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        background: #fff;
        margin-left: 38px;
        display: block;
        position: relative;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print {
    #site-search::placeholder {
        color: #757575
    }

    .solr-main-page-excerpt-text {
        max-height: 66px;
        display: block;
        overflow: hidden
    }
}

.site-search-autocomplete-term {
    padding: 5px;
    font-family: "Frutiger 57 Condensed",sans-serif;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eeede9;
    color: #666
}

.site-search-autocomplete-term:hover {
    color: #72993E
}

.site-search-autocomplete-term a {
    color: #72993E;
    text-decoration: none
}

#searchCategoriesContainerArrow {
    cursor: pointer
}

#searchCategoriesContainerArrow span {
    display: block;
    margin: 0 auto
}

#searchCategoriesContainerArrow span svg polyline {
    stroke: #79A342
}

.searchCategoriesContainer-expanded {
    height: auto !important
}

.rotated-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.pdf-download .button-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    align-items: center;
    justify-content: center
}

.spinner {
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    background-color: #31417A;
    height: 50px;
    margin: 70px auto;
    width: 50px
}

.spinner .svg-blog {
    fill: #fff;
    height: 50px;
    padding: 5px;
    width: 50px
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.loader {
    margin: 40px auto 0;
    width: 70px;
    text-align: center
}

.loader>div {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background-color: #CBCFDE;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loader .bounce1 {
    animation-delay: -0.32s
}

.loader .bounce2 {
    animation-delay: -0.16s
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.cta-bar {
    padding: 18px 0 20px
}

.cta-bar.-info {
    background-color: #79A342
}

.cta-bar.-attention {
    background-color: #007290
}

.cta-bar.-emotion {
    background-color: #991C3E
}

.cta-bar.-active {
    background-color: #D84826
}

.cta-bar .content {
    text-decoration: none
}

.cta-bar .content:hover {
    text-decoration: none
}

.cta-bar .copy,.cta-bar .list,.cta-bar .text>ul,.cta-bar .cke_editable>ul,.cta-bar .text>ol,.cta-bar .cke_editable>ol,.cta-bar .pagination .pages .page:disabled,.pagination .pages .cta-bar .page:disabled,.cta-bar .executive-education .no-results,.executive-education .cta-bar .no-results,.cta-bar .lg-outer .lg-item,.lg-outer .cta-bar .lg-item,.cta-bar .event-table {
    color: #fff
}

.cta-bar .copy.-cta-title,.cta-bar .-cta-title.list,.cta-bar .text>ul.-cta-title,.cta-bar .cke_editable>ul.-cta-title,.cta-bar .text>ol.-cta-title,.cta-bar .cke_editable>ol.-cta-title,.cta-bar .pagination .pages .-cta-title.page:disabled,.pagination .pages .cta-bar .-cta-title.page:disabled,.cta-bar .executive-education .-cta-title.no-results,.executive-education .cta-bar .-cta-title.no-results,.cta-bar .lg-outer .-cta-title.lg-item,.lg-outer .cta-bar .-cta-title.lg-item,.cta-bar .-cta-title.event-table {
    font-family: 'Frutiger 57';
    font-size: 22px;
    font-weight: normal;
    line-height: 26px
}

.cta-bar .copy.-cta-description,.cta-bar .-cta-description.list,.cta-bar .text>ul.-cta-description,.cta-bar .cke_editable>ul.-cta-description,.cta-bar .text>ol.-cta-description,.cta-bar .cke_editable>ol.-cta-description,.cta-bar .pagination .pages .-cta-description.page:disabled,.pagination .pages .cta-bar .-cta-description.page:disabled,.cta-bar .executive-education .-cta-description.no-results,.executive-education .cta-bar .-cta-description.no-results,.cta-bar .lg-outer .-cta-description.lg-item,.lg-outer .cta-bar .-cta-description.lg-item,.cta-bar .-cta-description.event-table {
    font-family: 'Helvetica Roman';
    font-size: 14px;
    font-weight: bold;
    line-height: 20px
}

.cta-bar .close-link {
    border-left-color: #fff;
    color: #fff
}

.cta-bar .close-link .svg-close line {
    stroke: #fff
}

@media (min-width: 768px) {
    .cta-bar {
        padding:27px 0 13px
    }

    .cta-bar .copy.-cta-title,.cta-bar .-cta-title.list,.cta-bar .text>ul.-cta-title,.cta-bar .cke_editable>ul.-cta-title,.cta-bar .text>ol.-cta-title,.cta-bar .cke_editable>ol.-cta-title,.cta-bar .pagination .pages .-cta-title.page:disabled,.pagination .pages .cta-bar .-cta-title.page:disabled,.cta-bar .executive-education .-cta-title.no-results,.executive-education .cta-bar .-cta-title.no-results,.cta-bar .lg-outer .-cta-title.lg-item,.lg-outer .cta-bar .-cta-title.lg-item,.cta-bar .-cta-title.event-table {
        font-size: 26px;
        line-height: 26px
    }

    .cta-bar .copy.-cta-description,.cta-bar .-cta-description.list,.cta-bar .text>ul.-cta-description,.cta-bar .cke_editable>ul.-cta-description,.cta-bar .text>ol.-cta-description,.cta-bar .cke_editable>ol.-cta-description,.cta-bar .pagination .pages .-cta-description.page:disabled,.pagination .pages .cta-bar .-cta-description.page:disabled,.cta-bar .executive-education .-cta-description.no-results,.executive-education .cta-bar .-cta-description.no-results,.cta-bar .lg-outer .-cta-description.lg-item,.lg-outer .cta-bar .-cta-description.lg-item,.cta-bar .-cta-description.event-table {
        font-size: 16px;
        line-height: 22px
    }
}

.language-switch .section-language-switch {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 75%;
    padding: 0
}

.language-switch .heading-column,.language-switch .content-section .content-area h2,.content-section .content-area .language-switch h2,.language-switch .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .language-switch h2,.language-switch .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .language-switch h2,.language-switch .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .language-switch h2,.language-switch .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .language-switch h2,.language-switch .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .language-switch h2,.language-switch .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .language-switch h2,.language-switch .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .language-switch h2,.language-switch .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .language-switch h2,.language-switch .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .language-switch h2,.language-switch .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .language-switch h2,.language-switch .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .language-switch h2,.language-switch .text h3,.text .language-switch h3,.language-switch .cke_editable h3,.cke_editable .language-switch h3,.language-switch .text h4,.text .language-switch h4,.language-switch .cke_editable h4,.cke_editable .language-switch h4 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Helvetica Roman';
    margin-top: 16px;
    padding-bottom: 8px;
    text-align: left
}

.language-switch .navigation-links {
    margin-top: 35px
}

.language-switch .navigation-links .nav-link {
    align-items: left;
    border-color: #B2B2B2;
    color: #fff;
    font-size: 7px;
    height: 26px;
    padding-left: 10px;
    width: 49px
}

.language-switch .navigation-links .nav-link:hover {
    text-decoration: none
}

.language-switch .navigation-links .nav-link.-active {
    border-color: #666;
    color: #666
}

.language-switch .navigation-links .nav-link.-active .nav-link-label {
    color: #666
}

.language-switch .navigation-links .nav-link.-unavailable {
    display: none;
    border-color: #666;
    color: #666
}

.language-switch .navigation-links .nav-link.-unavailable .nav-link-label {
    color: #666
}

.language-switch .navigation-links .nav-link-label {
    color: #79A342;
    font-size: 18px;
    font-family: 'Frutiger 57';
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal
}

.language-switch .navigation-links .fs-row {
    margin: 0
}

@media (min-width: 768px) {
    .language-switch .heading-column,.language-switch .content-section .content-area h2,.content-section .content-area .language-switch h2,.language-switch .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .language-switch h2,.language-switch .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .language-switch h2,.language-switch .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .language-switch h2,.language-switch .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .language-switch h2,.language-switch .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .language-switch h2,.language-switch .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .language-switch h2,.language-switch .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .language-switch h2,.language-switch .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .language-switch h2,.language-switch .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .language-switch h2,.language-switch .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .language-switch h2,.language-switch .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .language-switch h2,.language-switch .text h3,.text .language-switch h3,.language-switch .cke_editable h3,.cke_editable .language-switch h3,.language-switch .text h4,.text .language-switch h4,.language-switch .cke_editable h4,.cke_editable .language-switch h4 {
        margin-top:29px;
        padding-bottom: 11px
    }

    .language-switch .navigation-links {
        margin-top: 35px
    }

    .language-switch .navigation-links .fs-row {
        justify-content: flex-start;
        margin: 0 -1em
    }

    .language-switch .navigation-links .nav-link {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 11px;
        height: 60px;
        padding-left: 20px;
        width: 67px
    }

    .language-switch .navigation-links .nav-link-label {
        font-size: 30px;
        line-height: 50px
    }
}

.lang-select:hover {
    cursor: pointer
}

.login-links {
    text-align: left
}

.login-links .modal-section {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 75%;
    padding: 0
}

.login-links .heading-column,.login-links .content-section .content-area h2,.content-section .content-area .login-links h2,.login-links .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .login-links h2,.login-links .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .login-links h2,.login-links .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .login-links h2,.login-links .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .login-links h2,.login-links .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .login-links h2,.login-links .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .login-links h2,.login-links .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .login-links h2,.login-links .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .login-links h2,.login-links .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .login-links h2,.login-links .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .login-links h2,.login-links .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .login-links h2,.login-links .text h3,.text .login-links h3,.login-links .cke_editable h3,.cke_editable .login-links h3,.login-links .text h4,.text .login-links h4,.login-links .cke_editable h4,.cke_editable .login-links h4 {
    color: #fff
}

.login-links .links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 35px
}

.login-links .links .item {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    font-family: 'Helvetica Roman';
    margin-bottom: 20px
}

.login-links .links .item>a {
    display: block;
    border-left: 1px solid #ccc;
    height: 100%;
    padding-bottom: 4px;
    padding-left: 10px
}

.login-links .links .item>a>.title,.login-links .links .item>a>.link,.login-links .links .text .item>a>a,.text .login-links .links .item>a>a,.login-links .links .cke_editable .item>a>a,.cke_editable .login-links .links .item>a>a {
    display: block
}

.login-links .links .item>a>.title {
    color: #79A342;
    font-size: 16px;
    line-height: 21px
}

.login-links .links .item>a>.link,.login-links .links .text .item>a>a,.text .login-links .links .item>a>a,.login-links .links .cke_editable .item>a>a,.cke_editable .login-links .links .item>a>a {
    margin-top: 2px;
    color: #ccc;
    font-size: 12px;
    line-height: 15px
}

.login-links .links .item>a .link:not(:nth-child(2)),.login-links .links .item>a .text a:not(:nth-child(2)),.text .login-links .links .item>a a:not(:nth-child(2)),.login-links .links .item>a .cke_editable a:not(:nth-child(2)),.cke_editable .login-links .links .item>a a:not(:nth-child(2)) {
    margin-top: 22px
}

.login-links .links .item>a,.login-links .links .item>a:link,.login-links .links .item>a:visited,.login-links .links .item>a:hover,.login-links .links .item>a:active,.login-links .links .item>a>.link,.login-links .links .text .item>a>a,.text .login-links .links .item>a>a,.login-links .links .cke_editable .item>a>a,.cke_editable .login-links .links .item>a>a {
    text-decoration: none;
    color: #ccc
}

@media (min-width: 768px) {
    .login-links .links .item {
        flex:0 0 50%
    }

    .login-links .links .item>a {
        padding-bottom: 6px;
        padding-left: 16px
    }

    .login-links .links .item>a>.title {
        font-size: 22px;
        line-height: 25px
    }

    .login-links .links .item>a>.link,.login-links .links .text .item>a>a,.text .login-links .links .item>a>a,.login-links .links .cke_editable .item>a>a,.cke_editable .login-links .links .item>a>a {
        margin-top: 11px;
        font-size: 14px;
        line-height: 17px
    }
}

.executive-education .filter>.title>.count,.executive-education .filter-list>.item>.count {
    flex: 0 0 28px;
    background-color: #92B672;
    justify-content: center;
    font-size: 11px;
    cursor: pointer
}

.executive-education .filter>.title>.-flexible.count,.executive-education .filter-list>.item>.-flexible.count {
    padding: 0 15px;
    flex: 0 0 auto
}

.executive-education .filter>.title>.-none-selected.count,.executive-education .filter-list>.item>.-none-selected.count {
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.executive-education .filter>.title>.-none-selected.count::after,.executive-education .filter-list>.item>.-none-selected.count::after {
    content: '';
    display: block;
    position: relative;
    background-image: url("../img/icons/arrow-right-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 19px;
    transform: rotate(90deg);
    width: 12px;
    height: 19px;
    transition: all .2s ease-out
}

@media (min-width: 768px) {
    .executive-education .filter>.title>.count,.executive-education .filter-list>.item>.count {
        flex:0 0 37px;
        font-size: 14px
    }
}

.executive-education .filter {
    background-color: #79A342;
    font-family: 'Helvetica Roman'
}

.executive-education .filter>.title {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: 1px solid #79A342;
    cursor: pointer;
    margin: 0
}

.executive-education .filter>.title>.name,.executive-education .filter>.title>.count {
    display: flex;
    align-items: center
}

.executive-education .filter>.title>.name {
    padding: 10px 8px
}

.executive-education .filter>.content {
    display: none
}

.executive-education .filter>.content>.filter-list:not(:first-child),.executive-education .filter>.content>.button-container {
    margin-top: 15px
}

.executive-education .filter>.content>.filter-list:first-child {
    margin-top: 20px
}

.executive-education .filter .-select-all {
    padding-left: 10px;
    display: none
}

.executive-education .filter.-sort .button-container {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff
}

.executive-education .filter.-sort .checkbox {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 15px
}

.executive-education .filter.-date .form-label {
    display: none
}

.executive-education .filter.-date>.content,.executive-education .filter .button-container {
    padding-left: 15px;
    padding-right: 15px
}

.executive-education .filter.-invalid {
    background-color: #D84826;
    border: 1px solid #D84826
}

.executive-education .filter.-invalid>.title {
    border-color: #D84826
}

.executive-education .filter.-invalid .count {
    background-color: #dd5a3b
}

.executive-education .filter[aria-expanded="true"] {
    padding-bottom: 20px
}

.executive-education .filter[aria-expanded="true"]>.title {
    border-bottom: 1px solid #fff
}

.executive-education .filter[aria-expanded="true"]>.title .-none-selected::after {
    transform: rotate(-90deg)
}

.executive-education .filter[aria-expanded="true"]>.content {
    display: block
}

.executive-education .filter[aria-expanded="true"]>.content>.filter-list {
    margin-top: 12px;
    padding-top: 8px;
    overflow: hidden
}

.executive-education .filter[aria-expanded="true"] .-select-all {
    display: flex
}

.executive-education .filter .dropdown {
    display: flex;
    margin-top: 16px;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
    background: linear-gradient(90deg, transparent 2px, #fff 2px);
    background-position: calc(100% - 47px);
    background-repeat: repeat-y;
    background-size: 3px 100%;
    font-size: 16px;
    line-height: 22px
}

.executive-education .filter .dropdown>select {
    width: 100%;
    padding: 8px 48px 9px 12px;
    background: url("../img/icons/chevron-white.svg") transparent no-repeat center right;
    background-size: 37px 11px;
    appearance: none;
    outline: none;
    border: none
}

.executive-education .filter .dropdown>select::-ms-expand {
    display: none
}

@media (min-width: 768px) {
    .executive-education .filter>.title {
        font-size:20px
    }

    .executive-education .filter>.title>.name {
        padding: 13px 15px 11px
    }

    .executive-education .filter.-date:not(.-invalid) .count.-flexible {
        border-top: 1px solid #72993E;
        margin-top: -1px
    }

    .executive-education .filter .-select-all {
        padding-left: 15px
    }
}

.executive-education .filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-left: 10px
}

.executive-education .filter-list>.item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px
}

.executive-education .filter-list>.item:first-child {
    margin-top: 0
}

.executive-education .filter-list>.item>.count {
    display: flex;
    align-items: center;
    margin-right: 1px;
    max-height: 40px
}

.executive-education .filter-list>.filter-list {
    display: none;
    padding-left: 10px
}

.executive-education .filter-list[aria-expanded="true"] {
    background-color: #72993E
}

.executive-education .filter-list[aria-expanded="true"]>.filter-list {
    display: block;
    padding-bottom: 20px
}

.executive-education .filter-list[aria-expanded="true"]>.filter-list::before {
    margin-top: 9px;
    padding-bottom: 20px;
    content: '';
    border-top: 1px solid #fff;
    display: block
}

.executive-education .filter-list[aria-expanded="true"]>.item .-none-selected::after {
    transform: rotate(-90deg)
}

@media (min-width: 768px) {
    .executive-education .filter-list {
        padding-left:15px
    }

    .executive-education .filter-list>.item>.count {
        max-height: 40px
    }

    >.executive-education .filter-list {
        padding-left: 15px
    }
}

.executive-education .filters,.executive-education .sorting {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 30px
}

.executive-education .filter-group {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    flex-basis: auto;
    width: 100%
}

.executive-education .filter-group .filter {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .executive-education .filters,.executive-education .sorting {
        margin-top:40px
    }

    .executive-education .filter-group {
        flex: 0 0 50%;
        flex-basis: auto;
        width: 50%
    }

    .executive-education .filter-group .filter {
        margin-bottom: 15px
    }
}

.executive-education .no-results {
    width: 100%;
    text-align: center;
    font-style: italic
}

.executive-education .filter-section,.executive-education .sorting-section {
    color: #fff;
    padding-bottom: 30px;
    position: relative;
    z-index: 2
}

.executive-education .search-field {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 28px
}

.executive-education .search-field [type="search"] {
    background-color: #31417A;
    flex: 0 1 85%;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 8px 12px
}

.executive-education .search-field [type="search"]::placeholder {
    font-size: 16px;
    line-height: 24px
}

.executive-education .search-field [type="search"]:focus::placeholder {
    color: transparent
}

.executive-education .search-field .search-button {
    align-items: flex-end;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 0 0 15px;
    text-align: right
}

.executive-education .search-field .search-button .-search {
    background: url("../img/icons/search-white.svg") transparent no-repeat;
    background-size: 25px;
    background-position: center;
    height: 25px;
    width: 30px
}

.executive-education .search-field .search-button .description {
    font-family: 'Helvetica Roman';
    font-size: 9px;
    line-height: 9px;
    margin-top: 6px;
    text-align: center;
    width: 30px
}

.executive-education .filter-section {
    background-color: #31417A
}

.executive-education .filter-section option {
    color: #000;
    background-color: #fff
}

.executive-education .results-section {
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 30px
}

.executive-education .results-section .results {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.executive-education .results-section .result {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    margin-top: 30px;
    flex-basis: auto;
    width: 100%
}

.executive-education .results-section .overline {
    cursor: default
}

.executive-education .results-section .overline>span:not(:only-child):not(:last-child)::after {
    content: '\0020\007C\0020'
}

.executive-education .sorting-section {
    background-color: #273462
}

.executive-education .sorting-section.-hide-by-height {
    height: 0;
    opacity: 0
}

.executive-education .heading-content,.executive-education .error {
    color: #fff
}

.executive-education .form-label::after {
    content: ':'
}

.executive-education .tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.executive-education .tag-list .tag {
    background: none;
    border: none;
    flex: 0 1 auto;
    font-size: 14px;
    line-height: 19px;
    margin: 20px 30px 0 0;
    outline: none;
    padding: 0 0 0 36px;
    position: relative;
    text-align: left
}

.executive-education .tag-list .tag::before {
    background-image: url("../img/icons/x-white.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-left: 1px solid #fff;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 26px
}

.executive-education .download-group {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    flex-basis: auto;
    width: 100%;
    display: none
}

.executive-education .download-group .pdf-download-button {
    background-color: #79A342;
    border: 1px solid #79A342;
    color: #fff;
    font-family: 'Helvetica Roman';
    font-size: 16px;
    padding: 11px 10px 9px 40px;
    position: relative;
    text-align: left;
    width: 100%
}

.executive-education .download-group .pdf-download-button::before {
    background-image: url("../img/icons/download-white.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: '';
    height: 20px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 20px
}

@media (min-width: 768px) {
    .executive-education .filter-section,.executive-education .sorting-section {
        padding-bottom:50px
    }

    .executive-education .search-field {
        height: 60px;
        margin-top: 29px
    }

    .executive-education .search-field [type="search"] {
        flex: 0 1 90%;
        font-size: 20px;
        line-height: 30px;
        padding: 20px 0 10px 12px
    }

    .executive-education .search-field [type="search"]::placeholder {
        font-size: 20px;
        line-height: 30px
    }

    .executive-education .search-field .search-button {
        height: 60px;
        padding: 0 0 0 20px
    }

    .executive-education .search-field .search-button .-search {
        background: url("../img/icons/search-white.svg") transparent no-repeat;
        background-size: 35px;
        background-position: center;
        height: 35px;
        width: 40px
    }

    .executive-education .search-field .search-button .description {
        font-size: 11px;
        line-height: 11px;
        margin-top: 14px;
        width: 40px
    }

    .executive-education .results-section {
        margin-top: 50px
    }

    .executive-education .results-section .result {
        flex: 0 0 50%;
        margin-top: 30px;
        flex-basis: auto;
        width: 50%
    }

    .executive-education .tag-list .tag {
        font-size: 12px;
        line-height: 16px;
        padding-left: 34px
    }

    .executive-education .tag-list .tag::before {
        background-size: 14px 14px;
        border-left: 1px solid #fff;
        height: 14px;
        width: 24px
    }

    .executive-education .download-group {
        flex: 0 0 50%;
        flex-basis: auto;
        width: 50%
    }

    .executive-education .download-group .pdf-download-button {
        font-size: 20px;
        padding: 13px 15px 11px 45px
    }

    .executive-education .download-group .pdf-download-button::before {
        background-size: 23px 23px;
        height: 23px;
        top: 16px;
        width: 23px
    }
}

@media (min-width: 768px) {
    .error404Page footer {
        margin-top:0
    }

    .error-page-container {
        position: relative
    }

    .error-page-image-background {
        height: calc(100vh - 260px);
        display: block;
        margin: 0 auto;
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain
    }

    .error-page-go-back-button {
        bottom: 60px;
        position: absolute;
        left: calc(50% - 250px);
        background: #fff;
        width: 200px;
        height: 52px;
        text-align: center;
        text-decoration: none;
        font-family: 'Frutiger 57', sans-serif;
        font-size: 26px;
        color: #666;
        padding-top: 7px
    }

    .error-page-go-home-button {
        bottom: 60px;
        position: absolute;
        left: calc(50% + 50px);
        background: #fff;
        width: 200px;
        height: 52px;
        text-align: center;
        text-decoration: none;
        font-family: 'Frutiger 57', sans-serif;
        font-size: 26px;
        color: #666;
        padding-top: 7px
    }

    .error-page-go-back-button:hover {
        text-decoration: none;
        color: #79A342
    }

    .error-page-go-home-button:hover {
        text-decoration: none;
        color: #79A342
    }
}

@media (max-width: 767px) {
    .error404Page footer {
        margin-top:0
    }

    .error-page-container {
        position: relative
    }

    .error-page-image-background {
        height: calc(100vh - 180px);
        display: block;
        margin: 0 auto;
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain
    }

    .error-page-go-back-button {
        bottom: 60px;
        position: absolute;
        left: calc(50% - 150px);
        background: #fff;
        width: 140px;
        height: 52px;
        text-align: center;
        text-decoration: none;
        font-family: 'Frutiger 57', sans-serif;
        font-size: 20px;
        color: #666;
        padding-top: 10px
    }

    .error-page-go-home-button {
        bottom: 60px;
        position: absolute;
        left: calc(50% + 10px);
        background: #fff;
        width: 140px;
        height: 52px;
        text-align: center;
        text-decoration: none;
        font-family: 'Frutiger 57', sans-serif;
        font-size: 20px;
        color: #666;
        padding-top: 10px
    }

    .error-page-go-back-button:hover {
        text-decoration: none;
        color: #79A342
    }

    .error-page-go-home-button:hover {
        text-decoration: none;
        color: #79A342
    }
}

.footer {
    position: relative;
    z-index: 2;
    padding-top: 28px;
    margin-top: 40px;
    background-color: #E3E3E3
}

.footer .background {
    position: relative;
    overflow: hidden
}

.footer .background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

@media (min-width: 768px) {
    .footer .background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

.footer .main {
    position: relative;
    overflow: hidden;
    position: relative;
    padding-bottom: 28px
}

.footer .main::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0);
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

@media (min-width: 768px) {
    .footer .main::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

.footer .inner {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%)
}

@media (min-width: 768px) {
    .footer .inner {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.footer .heading-footer {
    font-family: 'Frutiger 57';
    font-size: 24px;
    line-height: 28px;
    color: #31417A
}

.footer .table-of-contents,.footer .social {
    list-style: none
}

.footer .table-of-contents,.footer .social-media-links,.footer .table-of-contents.fs-row>.item {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%
}

.footer .table-of-contents {
    margin-top: 18px
}

.footer .table-of-contents .toc-heading {
    width: 100%
}

.footer .table-of-contents .toc-heading .content {
    font-weight: normal
}

.footer .table-of-contents.-sub {
    display: none
}

.footer .social-media-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none
}

.footer .social-media-links .item {
    display: inline-flex;
    margin-top: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 68px
}

.footer .info {
    padding-left: 0;
    margin-top: 38px;
    margin-bottom: 0;
    font-family: 'Helvetica Roman';
    font-size: 12px;
    line-height: 16px;
    color: #31417A
}

.footer .info>.item {
    display: inline;
    position: relative;
    margin: 0 10px
}

.footer .info>.item.copyright {
    display: block;
    margin-bottom: 16px
}

.footer .info>.item.copyright::after {
    display: none
}

.footer .info>.item::after {
    position: absolute;
    right: -12px;
    content: '\2013'
}

.footer .info>.item:nth-of-type(2) {
    margin-left: 0
}

.footer .info>.item:first-of-type {
    margin-left: 0
}

.footer .info>.item:last-of-type {
    margin-right: 0
}

.footer .info>.item:last-of-type::after {
    display: none
}

.footer .address {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 91.6666666667%;
    left: 8.3333333333%;
    margin-bottom: 25px;
    font-family: 'Helvetica Roman';
    font-size: 12px;
    line-height: 16px;
    color: #31417A
}

.footer .address p {
    margin-bottom: 0
}

.footer .accreditation-list {
    padding: 25px 0;
    background-color: #fff
}

.footer .accreditation-list .accreditation {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 8.3333333333%
}

.footer.-short {
    margin-top: 0
}

@media (min-width: 768px) {
    .footer {
        padding-top:57px;
        margin-top: 50px
    }

    .footer .heading-footer {
        font-size: 36px;
        line-height: 42px
    }

    .footer .additional-links {
        margin-top: 27px;
        border-top: 1px solid #B2B2B2
    }

    .footer .table-of-contents .toc-heading {
        margin: 0;
        margin-bottom: 7px;
        font-family: 'Frutiger 57';
        font-size: 18px;
        line-height: 18px
    }

    .footer .table-of-contents .toc-heading .content {
        height: 100%;
        display: flex;
        align-items: flex-end;
        border-bottom: 1px solid #B2B2B2
    }

    .footer .table-of-contents .toc-heading a {
        font-size: 18px !important;
        line-height: 18px !important;
        color: #31417A !important;
        padding-bottom: 6px !important;
        border-bottom: none !important
    }

    .footer .table-of-contents.-sub {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .footer .table-of-contents.-sub .item {
        margin-top: 16px;
        font-family: 'Helvetica Roman';
        font-size: 12px;
        line-height: 16px
    }

    .footer .table-of-contents:not(.-sub) {
        margin-top: 72px
    }

    .footer .table-of-contents:not(.-sub)>.item {
        flex: 0 0 16.6666666667%;
        margin-bottom: 30px;
        flex-basis: auto;
        width: calc(100% / 6)
    }

    .footer .social-media-links {
        margin-top: 28px
    }

    .footer .social-media-links .item {
        margin-top: 0
    }

    .footer .info {
        margin-top: 33px
    }

    .footer .info>.item {
        margin: 0 20px
    }

    .footer .info>.item.copyright {
        display: inline;
        margin-bottom: 0
    }

    .footer .info>.item.copyright::after {
        display: inline
    }

    .footer .info>.item::after {
        right: -22px
    }

    .footer .info>.item:nth-of-type(2) {
        margin-left: 20px
    }

    .footer .address {
        flex: 0 0 25%;
        left: auto
    }

    .footer .accreditation-list {
        padding: 30px 0
    }

    .footer .accreditation-list .accreditation {
        left: auto
    }
}

.insert {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff
}

.insert .background {
    position: relative;
    overflow: hidden
}

.insert .background::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0);
    transform: rotateZ(16deg);
    width: 16px;
    height: 51px;
    right: -8px;
    bottom: -5px
}

@media (min-width: 768px) {
    .insert .background::after {
        width:30px;
        height: 120px;
        right: -15px;
        bottom: -19px
    }
}

.insert .inner {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%
}

.insert.-logos .background {
    padding-bottom: 40px;
    background-color: #79A342
}

.insert.-logos .heading-content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%);
    color: #fff;
    margin: 28px 0 0
}

@media (min-width: 768px) {
    .insert.-logos .heading-content {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.insert.-logos .inner {
    padding-left: 0;
    padding-right: 0
}

.insert.-logos .logos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin: 4px 0 0;
    padding: 0
}

.insert.-logos .logo {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    position: relative;
    list-style: none;
    margin-top: 20px
}

.insert.-logos .logo img {
    width: 100%
}

.insert.-logos .logo .goto {
    display: none;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    height: 100%;
    padding: 0 20px;
    background: rgba(0,0,0,0.8)
}

.insert.-logos .logo .link,.insert.-logos .logo .text a,.text .insert.-logos .logo a,.insert.-logos .logo .cke_editable a,.cke_editable .insert.-logos .logo a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 22px
}

.insert.-logos .logo .call-to-action {
    display: inline-block;
    margin-right: 31px
}

.insert.-logos .logo .chevron {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18.5px
}

.insert.-logos .logo .chevron polyline {
    stroke: #79A342
}

.insert.-logos .logo:hover .goto {
    display: block
}

@media (min-width: 768px) {
    .insert.-logos .background {
        padding-bottom:60px
    }

    .insert.-logos .heading-content {
        margin-top: 69px
    }

    .insert.-logos .logos {
        margin-top: 0px
    }

    .insert.-logos .logo {
        flex: 0 0 25%;
        left: auto;
        margin-top: 30px
    }

    .insert.-logos .logo .link,.insert.-logos .logo .text a,.text .insert.-logos .logo a,.insert.-logos .logo .cke_editable a,.cke_editable .insert.-logos .logo a {
        font-size: 20px;
        line-height: 26px
    }
}

.insert.-blog-slider .background {
    padding-bottom: 23px;
    background-color: #79A342
}

@media (min-width: 768px) {
    .insert.-blog-slider .background {
        padding-bottom:45px
    }

    .insert.-blog-slider .author {
        text-align: right
    }
}

.insert.-testimonial-slider,.insert.-testimonial-slider .heading-callout,.insert.-testimonial-slider .text h5,.text .insert.-testimonial-slider h5,.insert.-testimonial-slider .cke_editable h5,.cke_editable .insert.-testimonial-slider h5 {
    color: #fff
}

.insert.-testimonial-slider .background {
    padding-bottom: 23px;
    background-color: #79A342
}

.insert.-testimonial-slider .heading-author,.insert.-testimonial-slider .heading-author-sub {
    margin-bottom: 0
}

.insert.-testimonial-slider .author .author-meta>.heading-author {
    font-size: 14px;
    line-height: 20px
}

.insert.-testimonial-slider .author .author-meta>.heading-author-sub {
    font-size: 11px;
    line-height: 14px
}

.insert.-testimonial-slider .content>.heading-callout,.insert.-testimonial-slider .text .content>h5,.text .insert.-testimonial-slider .content>h5,.insert.-testimonial-slider .cke_editable .content>h5,.cke_editable .insert.-testimonial-slider .content>h5 {
    font-style: italic
}

.insert.-testimonial-slider .content>.author-meta {
    display: none
}

@media (min-width: 768px) {
    .insert.-testimonial-slider .background {
        padding-bottom:57px
    }

    .insert.-testimonial-slider .testimonial .author {
        padding-bottom: 0
    }

    .insert.-testimonial-slider .author-meta>.heading-author {
        font-size: 20px;
        line-height: 22px
    }

    .insert.-testimonial-slider .author-meta>.heading-author-sub {
        font-size: 14px;
        line-height: 20px
    }

    .insert.-testimonial-slider .author .author-meta {
        display: none
    }

    .insert.-testimonial-slider .content>.author-meta {
        margin-top: 22px;
        display: block
    }
}

.insert.-image-gallery .background {
    padding-bottom: 40px;
    background-color: #666
}

.insert.-image-gallery .inner {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%)
}

@media (min-width: 768px) {
    .insert.-image-gallery .inner {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.insert.-image-gallery .copy,.insert.-image-gallery .list,.insert.-image-gallery .text>ul,.insert.-image-gallery .cke_editable>ul,.insert.-image-gallery .text>ol,.insert.-image-gallery .cke_editable>ol,.insert.-image-gallery .pagination .pages .page:disabled,.pagination .pages .insert.-image-gallery .page:disabled,.insert.-image-gallery .executive-education .no-results,.executive-education .insert.-image-gallery .no-results,.insert.-image-gallery .lg-outer .lg-item,.lg-outer .insert.-image-gallery .lg-item,.insert.-image-gallery .event-table,.insert.-image-gallery .heading-content {
    color: #fff
}

.insert.-image-gallery .heading-content {
    margin-top: 28px
}

.insert.-image-gallery .copy,.insert.-image-gallery .list,.insert.-image-gallery .text>ul,.insert.-image-gallery .cke_editable>ul,.insert.-image-gallery .text>ol,.insert.-image-gallery .cke_editable>ol,.insert.-image-gallery .pagination .pages .page:disabled,.pagination .pages .insert.-image-gallery .page:disabled,.insert.-image-gallery .executive-education .no-results,.executive-education .insert.-image-gallery .no-results,.insert.-image-gallery .lg-outer .lg-item,.lg-outer .insert.-image-gallery .lg-item,.insert.-image-gallery .event-table {
    margin-bottom: 0
}

.insert.-image-gallery .image-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0;
    margin-top: 2px
}

.insert.-image-gallery .image-gallery .image {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    margin-top: 20px;
    list-style: none
}

.insert.-image-gallery .image-gallery .image img {
    max-width: 100%
}

.insert.-image-gallery .link-content {
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 768px) {
    .insert.-image-gallery .background {
        padding-bottom:60px
    }

    .insert.-image-gallery .heading-content {
        margin-top: 69px
    }

    .insert.-image-gallery .image-gallery {
        margin-top: -3px
    }

    .insert.-image-gallery .image-gallery .image {
        flex: 0 0 25%;
        margin-top: 30px
    }
}

.insert.-video-gallery .background {
    padding: 30px 0 28px;
    background-color: #666
}

.insert.-video-gallery .video-gallery {
    padding: 0
}

.insert.-video-gallery .video-gallery .video-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-right: 0;
    margin-left: 0
}

.insert.-video-gallery .video-gallery .video,.insert.-video-gallery .video-gallery .description {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%)
}

@media (min-width: 768px) {
    .insert.-video-gallery .video-gallery .video,.insert.-video-gallery .video-gallery .description {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.insert.-video-gallery .video-gallery .video iframe {
    display: block;
    border: none;
    width: 100%
}

.insert.-video-gallery .video-gallery .description {
    margin-top: 13px
}

.insert.-video-gallery .video-gallery .description .copy,.insert.-video-gallery .video-gallery .description .list,.insert.-video-gallery .video-gallery .description .text>ul,.insert.-video-gallery .video-gallery .description .cke_editable>ul,.insert.-video-gallery .video-gallery .description .text>ol,.insert.-video-gallery .video-gallery .description .cke_editable>ol,.insert.-video-gallery .video-gallery .description .pagination .pages .page:disabled,.pagination .pages .insert.-video-gallery .video-gallery .description .page:disabled,.insert.-video-gallery .video-gallery .description .executive-education .no-results,.executive-education .insert.-video-gallery .video-gallery .description .no-results,.insert.-video-gallery .video-gallery .description .lg-outer .lg-item,.lg-outer .insert.-video-gallery .video-gallery .description .lg-item,.insert.-video-gallery .video-gallery .description .event-table {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
    color: #fff
}

@media (min-width: 768px) {
    .insert.-video-gallery .owl-dots {
        position:relative;
        right: 86px
    }

    .insert.-video-gallery .background {
        padding: 70px 0 80px
    }

    .insert.-video-gallery .video-gallery .video {
        flex: 0 0 66.6666666667%;
        left: 8.3333333333%;
        width: calc(8/12 * 100%);
        flex-basis: auto
    }

    .insert.-video-gallery .video-gallery .description {
        flex: 0 0 25%;
        left: 8.3333333333%;
        margin-top: 0;
        width: calc(3/12 * 100%);
        flex-basis: auto
    }

    .insert.-video-gallery .video-gallery .description .copy,.insert.-video-gallery .video-gallery .description .list,.insert.-video-gallery .video-gallery .description .text>ul,.insert.-video-gallery .video-gallery .description .cke_editable>ul,.insert.-video-gallery .video-gallery .description .text>ol,.insert.-video-gallery .video-gallery .description .cke_editable>ol,.insert.-video-gallery .video-gallery .description .pagination .pages .page:disabled,.pagination .pages .insert.-video-gallery .video-gallery .description .page:disabled,.insert.-video-gallery .video-gallery .description .executive-education .no-results,.executive-education .insert.-video-gallery .video-gallery .description .no-results,.insert.-video-gallery .video-gallery .description .lg-outer .lg-item,.lg-outer .insert.-video-gallery .video-gallery .description .lg-item,.insert.-video-gallery .video-gallery .description .event-table {
        font-size: 16px;
        line-height: 22px
    }
}

.insert.-iframe .background,.insert.-social-slider .background {
    background-color: #273462;
    padding-bottom: 40px
}

.insert.-iframe .heading-content,.insert.-social-slider .heading-content {
    color: #fff
}

.insert.-share-article .background {
    background-color: #31417A;
    padding-bottom: 30px
}

.insert.-share-article .inner {
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%
}

.insert.-share-article .heading-content {
    color: #fff;
    margin: 28px 0 0
}

.insert.-share-article .share-links {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0 0;
    padding: 0
}

.insert.-share-article .share-links .icon [class^="cls-"],.insert.-share-article .share-links .icon path,.insert.-share-article .share-links .icon text {
    fill: transparent;
    stroke: #fff
}

.insert.-share-article .share-links .icon.-facebook [class^="cls-"],.insert.-share-article .share-links .icon.-facebook path,.insert.-share-article .share-links .icon.-facebook text {
    fill: #fff;
    stroke: none
}

.insert.-share-article .share-links>a {
    flex-basis: 50px;
    list-style: none;
    margin-top: 20px
}

@media (min-width: 768px) {
    .insert.-share-article .background {
        padding-bottom:70px
    }

    .insert.-share-article .inner {
        flex: 0 0 100%;
        left: auto
    }

    .insert.-share-article .share-links {
        margin: 0
    }

    .insert.-share-article .share-links>a {
        flex-basis: 70px;
        margin-top: 30px
    }
}

.curriculumChartSection {
    position: relative;
    z-index: 9;
    overflow: visible
}

.curriculumChartSection .content-area,.curriculumChartSection .fold-out.-subnav>.fold,.curriculumChartSection .fold-out.-subnav[aria-expanded="true"]>.content .link,.fold-out.-subnav[aria-expanded="true"]>.content .curriculumChartSection .link,.curriculumChartSection .fold-out.-subnav[aria-expanded="true"]>.content .text a,.fold-out.-subnav[aria-expanded="true"]>.content .text .curriculumChartSection a,.curriculumChartSection .text .fold-out.-subnav[aria-expanded="true"]>.content a,.text .fold-out.-subnav[aria-expanded="true"]>.content .curriculumChartSection a,.curriculumChartSection .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .curriculumChartSection a,.curriculumChartSection .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .curriculumChartSection a {
    position: relative;
    width: 100%;
    left: 0
}

@media screen and (min-width: 1400px) {
    .curriculumChartsContainer {
        max-width:1134px;
        margin: 0 auto;
        margin-top: 69px;
        padding-left: 8.3333%
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 28px;
        line-height: 35px;
        width: 200px;
        vertical-align: top;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 205px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left
    }

    .cc-single-column-description-description table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        width: 100%;
        top: 44px;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 22px
    }

    .cc-single-column-description-separator {
        height: 2px;
        width: 160px;
        background-color: #666;
        margin-left: 40px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 16px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        margin-bottom: 10px;
        color: #31417A;
        font-family: 'Frutiger 57',sans-serif;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 200px;
        margin-top: 18px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 4px 0;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 200px;
        margin-top: 20px
    }

    .curriculumCharts-legendRow {
        padding: 4px 0
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 16px
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 16px;
        color: #666
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .curriculumChartsContainer {
        max-width:1134px;
        margin: 0 auto;
        margin-top: 69px;
        padding-left: 8.3333%
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 28px;
        line-height: 35px;
        width: 200px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 205px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word
    }

    .cc-single-column-description-description table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left;
        word-break: break-word
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        top: 44px;
        width: 100%;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 22px
    }

    .cc-single-column-description-separator {
        height: 2px;
        width: 160px;
        background-color: #666;
        margin-left: 40px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 16px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        margin-bottom: 10px;
        color: #31417A;
        font-family: 'Frutiger 57',sans-serif;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 200px;
        margin-top: 18px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 4px 0;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 200px;
        margin-top: 20px
    }

    .curriculumCharts-legendRow {
        padding: 4px 0
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 16px
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 16px;
        color: #666
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .curriculumChartsContainer {
        min-width:738px;
        max-width: 1164px;
        padding-left: 8.3333%;
        margin-top: 69px
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 28px;
        line-height: 35px;
        width: 200px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 205px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word
    }

    .cc-single-column-description-description table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left;
        word-break: break-word
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        width: 100%;
        top: 44px;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 22px
    }

    .cc-single-column-description-separator {
        height: 2px;
        width: 160px;
        background-color: #666;
        margin-left: 40px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 16px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        margin-bottom: 10px;
        color: #31417A;
        font-family: 'Frutiger 57',sans-serif;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 200px;
        margin-top: 18px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 4px 0;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 200px;
        margin-top: 20px
    }

    .curriculumCharts-legendRow {
        padding: 4px 0
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 16px
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 16px;
        color: #666
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .curriculumChartsContainer {
        margin-top:69px;
        padding-left: 8.333%
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 24px;
        line-height: 30px;
        width: 150px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 155px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        word-break: break-word;
        padding: 0 0 0 16px
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        word-break: break-word;
        padding: 0 0 0 2px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: fixed;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        font-size: 12px;
        word-break: break-word;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word;
        font-size: 12px
    }

    .cc-single-column-description-description table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left;
        word-break: break-word
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        width: 100%;
        top: 44px;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 22px
    }

    .cc-single-column-description-separator {
        height: 2px;
        width: 160px;
        background-color: #666;
        margin-left: 40px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 16px
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        margin-bottom: 10px;
        color: #31417A;
        font-family: 'Frutiger 57',sans-serif;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 150px;
        margin-top: 10px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 4px 0;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 150px;
        margin-top: 20px
    }

    .curriculumCharts-legendRow {
        padding: 4px 0
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 16px
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 16px;
        color: #666
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .curriculumChartsContainer {
        margin-top:38px;
        padding-left: 8.333%;
        min-width: 460px;
        max-width: 760px
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 14px;
        line-height: 26px;
        width: 80px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 84px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 20px;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        word-break: break-word;
        padding: 0 0 0 16px
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        word-break: break-word;
        padding: 0 0 0 2px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: fixed;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        font-size: 12px;
        word-break: break-word;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        font-size: 12px;
        word-break: break-word
    }

    .cc-single-column-description-description table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        top: 44px;
        width: 100%;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 20px
    }

    .cc-single-column-description-separator {
        height: 2px;
        width: 120px;
        background-color: #666;
        margin-left: 40px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description a {
        color: #79A342;
        font-size: 16px
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 14px
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        color: #31417A;
        font-family: 'Frutiger 57', sans-serif;
        font-weight: normal;
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 10px;
        margin-top: 41px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 80px;
        margin-top: 10px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 12px;
        line-height: 26px;
        text-align: left;
        display: block;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 80px;
        margin-top: 10px
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: 'Helvetica Roman', sans-serif;
        font-size: 12px;
        line-height: 26px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 14px
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 40px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 14px;
        color: #666
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .curriculumChartsContainer {
        margin-top:38px;
        padding-left: 8.333%;
        min-width: 312px;
        max-width: 759px
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 10px;
        line-height: 35px;
        width: 60px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 64px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 10px;
        text-align: center;
        font-size: 8px;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        word-break: break-word;
        padding: 0 0 0 10px;
        list-style-type: none
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        word-break: break-word;
        padding: 0 0 0 2px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: fixed;
        width: calc(100% - 30px);
        margin: 20px 10px 15px 20px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        word-break: break-word;
        font-size: 8px;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word;
        font-size: 8px
    }

    .cc-single-column-description-description table {
        table-layout: fixed;
        width: calc(100% - 30px);
        margin: 20px 10px 15px 20px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px;
        word-break: break-word;
        font-size: 8px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word;
        font-size: 8px
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        top: 44px;
        left: 0;
        width: 100%;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 16px
    }

    .cc-single-column-description-separator {
        height: 2px;
        background-color: #666;
        margin-left: 20px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 20px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 18px;
        font-size: 10px
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        color: #31417A;
        font-family: 'Frutiger 57', sans-serif;
        font-weight: normal;
        font-size: 22px;
        line-height: 22px;
        margin-top: 41px;
        padding-bottom: 10px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 60px;
        margin-top: 10px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 12px;
        line-height: 26px;
        text-align: left;
        display: block;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 60px;
        margin-top: 10px
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 12px;
        line-height: 26px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 28px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 10px
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 20px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 10px;
        color: #666
    }
}

@media screen and (max-width: 350px) {
    .curriculumChartsContainer {
        margin-top:38px;
        padding-left: 8.333%;
        min-width: 312px;
        max-width: 759px
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 10px;
        line-height: 35px;
        width: 60px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 64px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 10px;
        text-align: center;
        font-size: 8px;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style-position: inside;
        word-break: break-word;
        padding: 0 0 0 10px;
        list-style-type: none
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside;
        word-break: break-word;
        padding: 0 0 0 2px
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: fixed;
        width: calc(100% - 30px);
        margin: 20px 10px 15px 20px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        word-break: break-word;
        font-size: 8px;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word;
        font-size: 8px
    }

    .cc-single-column-description-description table {
        table-layout: fixed;
        width: calc(100% - 30px);
        margin: 20px 10px 15px 20px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px;
        word-break: break-word;
        font-size: 8px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word;
        font-size: 8px
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        top: 44px;
        width: 100%;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 16px
    }

    .cc-single-column-description-separator {
        height: 2px;
        background-color: #666;
        margin-left: 20px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 18px;
        font-size: 10px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        color: #31417A;
        font-family: 'Frutiger 57', sans-serif;
        font-weight: normal;
        font-size: 22px;
        line-height: 22px;
        margin-top: 41px;
        padding-bottom: 10px;
        border-bottom: 1px solid #B2B2B2
    }

    .curriculumChartsContainerSubtitle {
        padding-bottom: 48px;
        color: #666;
        font-family: 'Helvetica Roman' , sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px
    }

    .curriculumCharts {
        padding: 0px 10px !important
    }

    .curriculumCharts-asterixContainer {
        margin-left: 70px;
        margin-top: 10px
    }

    .curriculumCharts-asterixRow {
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 10px;
        line-height: 22px;
        text-align: left;
        display: block;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 70px;
        margin-top: 10px
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #000
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 10px;
        line-height: 24px;
        text-align: left;
        vertical-align: middle;
        color: #666
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 28px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 10px
    }

    .cc-single-column-description-description ul li:before {
        content: "–";
        position: absolute;
        margin-left: -1em
    }

    .cc-single-column-description-description ol {
        text-align: left;
        list-style-position: inside;
        padding: 20px 10px 15px 20px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        font-size: 10px;
        color: #666
    }
}

@media print {
    .curriculumChartsContainer {
        width: 1134px;
        margin: 0 auto;
        margin-top: 69px;
        padding-left: 8.3333%
    }

    .curriculumCharts {
        position: relative;
        z-index: 9;
        background-color: inherit
    }

    .cc-row-title {
        display: inline-block;
        font-family: "Frutiger 67 Bold Condensed", sans-serif;
        font-size: 28px;
        line-height: 35px;
        width: 200px;
        vertical-align: middle;
        text-align: left;
        color: #666;
        align-self: center
    }

    .cc-row {
        display: flex;
        align-items: stretch
    }

    .cc-row-small {
        margin-bottom: 4px;
        height: 44px
    }

    .cc-row-big {
        min-height: 84px;
        margin-bottom: 3px
    }

    .cc-row-big .cc-columnContainer {
        min-height: 84px;
        vertical-align: middle
    }

    .cc-row-small .cc-columnContainer {
        vertical-align: middle;
        height: 44px
    }

    .cc-columnContainer {
        display: inline-block;
        position: relative;
        width: calc(100% - 205px)
    }

    .cc-single-column {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        height: 100%;
        cursor: pointer
    }

    .cc-single-column-title {
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .cc-single-column-title ul {
        text-align: left;
        list-style: none inside none
    }

    .cc-single-column-title ul li:before {
        content: "–";
        position: absolute;
        margin-left: -1em
    }

    .cc-single-column-title ol {
        text-align: left;
        list-style-position: inside
    }

    .cc-single-column-title ol>li p {
        display: inline-block
    }

    .cc-single-column-title a {
        color: #79A342
    }

    .cc-black .cc-single-column-title {
        color: #fff
    }

    .cc-single-column-title table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-title table thead th {
        text-align: center;
        border: 1px solid;
        padding: 10px 5px;
        word-break: break-word;
        font-weight: 600
    }

    .cc-single-column-title table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        text-align: left;
        word-break: break-word
    }

    .cc-single-column-description-description table {
        table-layout: auto;
        width: calc(100% - 50px);
        margin: 20px 10px 15px 40px;
        border: 1px solid;
        font-family: "Frutiger 47 Condensed", sans-serif
    }

    .cc-single-column-description-description table thead th {
        text-align: center;
        border: 1px solid;
        padding: 0px 5px
    }

    .cc-single-column-description-description table tbody tr td {
        padding: 5px;
        border: 1px solid;
        vertical-align: top;
        word-break: break-word;
        text-align: left
    }

    .cc-row-big .cc-single-column-info-container {
        top: 100%
    }

    .cc-single-column-info-container {
        display: none;
        background: #f2f3f4;
        position: absolute;
        left: 0;
        top: 44px;
        width: 100%;
        cursor: default;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .cc-single-column-info-container i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #666;
        cursor: pointer
    }

    .cc-single-column-description-title {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 20px;
        color: #666;
        font-family: "Frutiger 57 Condensed", sans-serif;
        line-height: 26px;
        font-size: 24px
    }

    .cc-single-column-description-separator {
        height: 2px;
        width: 160px;
        background-color: #666;
        margin-left: 40px
    }

    .cc-single-column-description-description h1 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h2 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h3 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h4 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h5 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description h6 {
        text-align: left;
        margin-left: 40px
    }

    .cc-single-column-description-description p {
        text-align: left;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 10px;
        color: #666;
        font-family: "Frutiger 47 Condensed", sans-serif;
        line-height: 26px;
        font-size: 18px
    }

    .cc-single-column-description-description a {
        color: #79A342
    }

    .cc-single-column-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #666;
        position: absolute;
        bottom: -20px;
        z-index: 99;
        text-align: center
    }

    .cc-show-info-container {
        display: block
    }

    .curriculumChartsContainerTitle {
        margin-top: 41px;
        margin-bottom: 10px;
        color: #31417A;
        font-family: 'Frutiger 57',sans-serif;
        font-weight: normal;
        font-size: 30px;
        line-height: 32px;
        border-bottom: 1px solid #B2B2B2;
        padding-bottom: 14px
    }

    .curriculumCharts-asterixContainer {
        margin-left: 204px;
        margin-top: 28px
    }

    .curriculumCharts-asterixRow {
        font-family: 'Helvetica Roman', sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 4px 0;
        color: #666
    }

    .curriculumCharts-legend {
        margin-left: 204px;
        margin-top: 20px
    }

    .curriculumCharts-legendRow {
        padding: 4px 0
    }

    .curriculumCharts-legend-column-1 {
        display: inline-block;
        vertical-align: top
    }

    .curriculumCharts-legend-column-2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 16px
    }

    .curriculumCharts-legendRow-color {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle
    }

    .curriculumCharts-legendRow-title {
        display: inline-block;
        font-family: 'Helvetica Roman', sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        vertical-align: middle
    }

    .cc-single-column-description-description ul {
        text-align: left;
        list-style-position: inside;
        list-style-type: none;
        padding: 20px 10px 15px 55px;
        font-family: "Frutiger 47 Condensed", sans-serif;
        color: #666;
        font-size: 18px
    }
}

.cc-cell-selected {
    background: #666 !important
}

.font-color-white {
    color: #FFF
}

.font-color-white .copy,.font-color-white .list,.font-color-white .text>ul,.font-color-white .cke_editable>ul,.font-color-white .text>ol,.font-color-white .cke_editable>ol,.font-color-white .pagination .pages .page:disabled,.pagination .pages .font-color-white .page:disabled,.font-color-white .executive-education .no-results,.executive-education .font-color-white .no-results,.font-color-white .lg-outer .lg-item,.lg-outer .font-color-white .lg-item,.font-color-white .event-table {
    color: #FFF
}

.font-color-white caption {
    color: #FFF
}

.font-color-black {
    color: #000
}

.font-color-black .copy,.font-color-black .list,.font-color-black .text>ul,.font-color-black .cke_editable>ul,.font-color-black .text>ol,.font-color-black .cke_editable>ol,.font-color-black .pagination .pages .page:disabled,.pagination .pages .font-color-black .page:disabled,.font-color-black .executive-education .no-results,.executive-education .font-color-black .no-results,.font-color-black .lg-outer .lg-item,.lg-outer .font-color-black .lg-item,.font-color-black .event-table {
    color: #000
}

.font-color-black caption {
    color: #000
}

.invert-to-light-font-color {
    color: #FFF
}

.invert-to-light-font-color .copy,.invert-to-light-font-color .list,.invert-to-light-font-color .text>ul,.invert-to-light-font-color .cke_editable>ul,.invert-to-light-font-color .text>ol,.invert-to-light-font-color .cke_editable>ol,.invert-to-light-font-color .pagination .pages .page:disabled,.pagination .pages .invert-to-light-font-color .page:disabled,.invert-to-light-font-color .executive-education .no-results,.executive-education .invert-to-light-font-color .no-results,.invert-to-light-font-color .lg-outer .lg-item,.lg-outer .invert-to-light-font-color .lg-item,.invert-to-light-font-color .event-table {
    color: #FFF
}

.invert-to-light-font-color caption {
    color: #FFF
}

.invert-to-light-font-color table {
    border-color: #FFF
}

.invert-to-light-font-color table thead th {
    border-color: #FFF
}

.invert-to-light-font-color table tbody tr td {
    border-color: #FFF
}

.invert-to-dark-font-color {
    color: #666;
    border-color: #666
}

.invert-to-dark-font-color table {
    border-color: #666
}

.invert-to-dark-font-color table thead th {
    border-color: #666
}

.invert-to-dark-font-color table tbody tr td {
    border-color: #666
}

.cc-cell-selected-color {
    color: #fff
}

.cc-mbgrey1 {
    background-color: #ededed
}

.cc-mbgrey2 {
    background-color: #c6c6c6
}

.cc-blue1 {
    background-color: #00869a
}

.cc-blue2 {
    background-color: #7ebfcc
}

.cc-blue3 {
    background-color: #cfe5eb
}

.cc-blue4 {
    background-color: #b5d9e8
}

.cc-blue5 {
    background-color: #cfe6f0
}

.cc-blue6 {
    background-color: #e7f3f8
}

.cc-mgrey1 {
    background-color: #ededed
}

.cc-mgrey2 {
    background-color: #dadada
}

.cc-green1 {
    background-color: #dbe9d7
}

.cc-green1 .cc-single-column-title a {
    color: #31417A
}

.cc-green2 {
    background-color: #c8dec2
}

.cc-green2 .cc-single-column-title a {
    color: #31417A
}

.cc-green3 {
    background-color: #a8cca2
}

.cc-green3 .cc-single-column-title a {
    color: #31417A
}

.cc-green4 {
    background-color: #85bb82
}

.cc-green5 {
    background-color: #eff4ef
}

.cc-green4 .cc-single-column-title a {
    color: #31417A
}

.cc-black {
    background-color: #3c3c3b;
    color: #fff
}

.cc-bgrey1 {
    background-color: #c6c6c6
}

.cc-bgrey2 {
    background-color: #ededed
}

.cc-red1 {
    background-color: #e3b8b7
}

.cc-red1 .cc-single-column-title a {
    color: #31417A
}

.cc-red2 {
    background-color: #cc7d80
}

.cc-red2 .cc-single-column-title a {
    color: #31417A
}

.cc-red3 {
    background-color: #a50d36
}

.curriculumCharts {
    position: relative;
    z-index: 9;
    padding: 0px;
    margin: 0px
}

.cc-min-height-small-row {
    min-height: 124px
}

.cc-single-column {
    overflow: hidden
}

.cc-single-column-description-description ul li:before {
    content: "–";
    position: absolute;
    margin-left: -1em
}

.cc-single-column-title ul li:before {
    content: "–";
    position: absolute;
    margin-left: -1em
}

.lg-outer .lg-inner {
    left: 50%;
    width: 748px;
    max-width: 100%;
    transform: translateX(-50%)
}

.lg-outer .lg-icon::after,.lg-outer .lg-icon::before {
    display: none
}

.lg-outer .lg-toolbar {
    width: 748px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.lg-outer .lg-toolbar .lg-close {
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 20px;
    margin-right: 20px
}

.lg-outer .lg-actions {
    display: none
}

.lg-outer .lg-item {
    height: auto;
    padding: 0 20px;
    margin-top: 0
}

.lg-outer .lg-item .lg-img-wrap {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0;
    margin: 50px auto 18px
}

.lg-outer .lg-item .lg-img-wrap .lg-image {
    vertical-align: top;
    max-width: 100%
}

.lg-outer.lg-hide-items .lg-toolbar {
    opacity: 1
}

@media (min-width: 768px) {
    .lg-outer .lg-inner {
        width:1480.83333333px
    }

    .lg-outer .lg-toolbar {
        width: 1891px
    }

    .lg-outer .lg-toolbar .lg-close {
        margin-top: 25px
    }

    .lg-outer .lg-item {
        padding: 0 51px
    }

    .lg-outer .lg-item .lg-img-wrap {
        margin-top: 67px
    }

    .lg-outer .lg-actions {
        display: block
    }

    .lg-outer .lg-actions .lg-next,.lg-outer .lg-actions .lg-prev {
        position: absolute;
        top: 50%;
        padding: 0;
        margin-top: -37px;
        opacity: 1;
        transform: none;
        background: none
    }

    .lg-outer .lg-actions .lg-next {
        right: 20px;
        transform: rotate(180deg)
    }

    .lg-outer .lg-actions .lg-prev {
        left: 20px
    }
}

.slider {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative
}

.slider .navigation-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -18.5px;
    cursor: pointer
}

.slider .navigation-button.-next {
    right: 1rem
}

.slider .navigation-button.-prev {
    left: 1rem
}

.slider.-two-column-layout .owl-carousel,.slider.-third .owl-carousel {
    margin-top: 30px
}

.slider.-two-column-layout .author,.slider.-two-column-layout .content,.slider.-third .author,.slider.-third .content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%);
    flex-basis: auto;
    width: calc(100% / 1.2)
}

@media (min-width: 768px) {
    .slider.-two-column-layout .author,.slider.-two-column-layout .content,.slider.-third .author,.slider.-third .content {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.slider.-two-column-layout .author,.slider.-third .author {
    padding-bottom: 15px
}

.slider.-two-column-layout .author .author-thumbnail,.slider.-two-column-layout .author .author-meta,.slider.-third .author .author-thumbnail,.slider.-third .author .author-meta {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    flex-basis: auto;
    width: 50%
}

.slider.-two-column-layout .author .heading-author,.slider.-third .author .heading-author {
    margin-bottom: 0;
    font-family: 'Helvetica Roman';
    font-size: 13px;
    line-height: 17px;
    color: #fff
}

.slider.-two-column-layout .author .heading-author-sub,.slider.-third .author .heading-author-sub {
    margin-top: 4px;
    font-family: 'Helvetica Roman';
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.slider.-two-column-layout .author::after,.slider.-third .author::after {
    position: absolute;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    height: 1px;
    content: '';
    background-color: #fff
}

.slider.-two-column-layout .content .heading-callout,.slider.-two-column-layout .content .text h5,.text .slider.-two-column-layout .content h5,.slider.-two-column-layout .content .cke_editable h5,.cke_editable .slider.-two-column-layout .content h5,.slider.-third .content .heading-callout,.slider.-third .content .text h5,.text .slider.-third .content h5,.slider.-third .content .cke_editable h5,.cke_editable .slider.-third .content h5 {
    margin-top: 13px;
    margin-bottom: 0;
    color: #fff
}

.slider.-two-column-layout .content .heading-callout a,.slider.-two-column-layout .content .text h5 a,.text .slider.-two-column-layout .content h5 a,.slider.-two-column-layout .content .cke_editable h5 a,.cke_editable .slider.-two-column-layout .content h5 a,.slider.-third .content .heading-callout a,.slider.-third .content .text h5 a,.text .slider.-third .content h5 a,.slider.-third .content .cke_editable h5 a,.cke_editable .slider.-third .content h5 a {
    color: #fff !important
}

.owl-item {
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1)
}

@media (min-width: 768px) {
    .slider .navigation-button {
        user-select:none
    }

    .slider .navigation-button.-next {
        right: 0
    }

    .slider .navigation-button.-prev {
        left: 0
    }

    .slider.-two-column-layout .owl-carousel,.slider.-third .owl-carousel {
        margin-top: 48px
    }

    .slider.-two-column-layout .content .heading-callout,.slider.-two-column-layout .content .text h5,.text .slider.-two-column-layout .content h5,.slider.-two-column-layout .content .cke_editable h5,.cke_editable .slider.-two-column-layout .content h5,.slider.-third .content .heading-callout,.slider.-third .content .text h5,.text .slider.-third .content h5,.slider.-third .content .cke_editable h5,.cke_editable .slider.-third .content h5 {
        margin-top: 0
    }

    .slider.-two-column-layout .author {
        flex: 0 0 50%;
        padding-bottom: 33px;
        border-right: 1px solid #fff;
        flex-basis: auto;
        width: 50%
    }

    .slider.-two-column-layout .author .author-thumbnail {
        flex: 0 0 66.6666666667%;
        left: 33.3333333333%;
        flex-basis: auto;
        width: calc(100% / 1.5)
    }

    .slider.-two-column-layout .author .author-meta {
        flex: 0 0 100%;
        flex-basis: auto;
        width: 100%
    }

    .slider.-two-column-layout .author .heading-author {
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px
    }

    .slider.-two-column-layout .author::after {
        display: none
    }

    .slider.-two-column-layout .content {
        flex: 0 0 50%;
        flex-basis: auto;
        width: 50%
    }

    .slider.-third .author {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 33.3333333333%;
        border-right: 1px solid #fff;
        width: calc(4/12 * 100%);
        flex-basis: auto
    }

    .slider.-third .author::after {
        display: none
    }

    .slider.-third .author .author-thumbnail {
        flex: 0 0 75%;
        left: 25%;
        width: calc(3/4 * 100%);
        flex-basis: auto
    }

    .slider.-third .content {
        flex: 0 0 58.3333333333%;
        width: calc(7/12 * 100%);
        flex-basis: auto
    }
}

.select-box-wrapper {
    margin-top: 37px
}

.select-box-wrapper.-form-element {
    margin-top: 0
}

.select-box-container {
    border-bottom: 1px #79A342 solid;
    border-left: 1px #79A342 solid;
    position: relative;
    box-sizing: border-box
}

.select-box-container .select-box {
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.select-box-container .select-box:hover {
    cursor: pointer
}

.select-box-container .select-box-value {
    color: #79A342;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 12px 6px;
    border-right: 1px #79A342 solid;
    margin-right: 44px
}

.select-box-container .chevron {
    position: absolute;
    right: 4px;
    top: -5px;
    padding: 7px 12px 0
}

.select-box-container .chevron polyline {
    stroke: #79A342
}

@media (min-width: 768px) {
    .select-box-wrapper {
        margin-top:38px
    }

    .select-box-container .select-box-value {
        padding: 11px 15px 8px;
        font-size: 20px;
        line-height: 26px
    }

    .select-box-container .chevron {
        right: 2px;
        top: -1px;
        padding: 10px 17px 0
    }
}

.contact {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.contact .inner {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 83.3333333333%;
    left: 8.3333333333%;
    flex-basis: auto;
    width: calc(9/12 * 100%)
}

@media (min-width: 768px) {
    .contact .inner {
        flex:0 0 100%;
        left: auto;
        flex-basis: auto;
        width: calc(12/12 * 100%)
    }
}

.contact .user {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.contact .user:hover {
    text-decoration: none
}

.contact .user .image-thumbnail img {
    max-width: 100%
}

.contact .user .image-thumbnail,.contact .user .user-description {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    margin-top: 20px;
    flex-basis: auto;
    width: 50%
}

.contact .user .user-description .line {
    display: block
}

.contact .actions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 2px
}

.contact .actions .link-icon {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    margin-top: 18px;
    flex-basis: auto;
    width: 50%
}

.contact .content {
    margin-top: 22px
}

.contact .copy,.contact .list,.contact .text>ul,.contact .cke_editable>ul,.contact .text>ol,.contact .cke_editable>ol,.contact .pagination .pages .page:disabled,.pagination .pages .contact .page:disabled,.contact .executive-education .no-results,.executive-education .contact .no-results,.contact .lg-outer .lg-item,.lg-outer .contact .lg-item,.contact .event-table {
    margin: 0
}

.contact .contact-container span:nth-child(2) {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: ma;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (min-width: 768px) {
    .contact .user .image-thumbnail,.contact .user .user-description {
        margin-top:25px
    }

    .contact .actions {
        margin-top: 7px;
        word-break: break-all
    }
}

.contact-wrapper {
    display: flex
}

.contact .user {
    display: block
}

.contact .actions {
    display: block;
    flex-wrap: wrap;
    margin-top: 2px
}

.contact .actions .link-icon {
    flex: 0 0 50%;
    margin-top: 18px;
    flex-basis: auto;
    width: 100%;
    margin-left: 1px
}

.contact .user .image-thumbnail,.contact .user .user-description {
    flex: 0 0 50%;
    margin-top: 7px;
    flex-basis: auto;
    width: 100%
}

.icon {
    border-left: none
}

.marked-text .line,.text b .line,.cke_editable b .line,.text strong .line,.cke_editable strong .line {
    font-weight: normal
}

.user-description {
    margin-top: 3px
}

.contact .actions .link-icon {
    padding-left: 0rem;
    padding-right: 0rem
}

.contact .user .image-thumbnail img {
    max-width: 92%
}

.link-icon.-text-right .description {
    margin-left: 1px
}

@media screen and (max-width: 480px) {
    .contact-wrapper {
        display:block
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .contact .user .image-thumbnail,.contact .user .user-description {
        display:block;
        flex: none;
        width: 100%
    }

    .contact .actions .link-icon {
        display: block;
        width: 100%;
        flex: none
    }
}

@media screen and (max-width: 350px) {
    .contact .user .image-thumbnail,.contact .user .user-description {
        display:block;
        flex: none;
        width: 100%
    }

    .contact .actions .link-icon {
        display: block;
        width: 100%;
        flex: none
    }
}

.event-table table {
    width: 100%
}

.event-table caption {
    caption-side: top
}

.event-table tr {
    border-bottom: 1px solid #B2B2B2;
    padding: 5px 0;
    display: block
}

.event-table tr:first-child {
    padding-top: 0
}

.event-table tr:first-child td:first-child {
    padding-top: 16px
}

.event-table th,.event-table td {
    display: block
}

.event-table th.-is-invisible,.event-table td.-is-invisible {
    display: none
}

.event-table td:first-child,.event-table td:nth-child(2),.event-table td:nth-child(3) {
    white-space: nowrap
}

.event-table td:last:child {
    text-align: right
}

.event-table thead tr {
    padding: 0
}

.event-table .fold-out {
    margin-top: 30px
}

.event-table .fold-out .button.-registration {
    display: inline-block;
    margin-top: 30px
}

.event-table .pagination {
    border-top: none
}

.event-table .two-column-content:first-of-type {
    margin-top: 9px
}

.event-table .col {
    margin-top: 12px
}

.event-table .col>p {
    margin-bottom: 8px
}

.event-table .col>.reservation {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #B2B2B2
}

.event-table .col>.reservation>.link,.event-table .text .col>.reservation>a,.text .event-table .col>.reservation>a,.event-table .cke_editable .col>.reservation>a,.cke_editable .event-table .col>.reservation>a {
    font-weight: normal;
    display: block;
    padding-bottom: 8px
}

.event-table .col>.reservation>.link:last-child,.event-table .text .col>.reservation>a:last-child,.text .event-table .col>.reservation>a:last-child,.event-table .cke_editable .col>.reservation>a:last-child,.cke_editable .event-table .col>.reservation>a:last-child {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .event-table .heading-column,.event-table .content-section .content-area h2,.content-section .content-area .event-table h2,.event-table .content-section .fold-out.-subnav>.fold h2,.content-section .fold-out.-subnav>.fold .event-table h2,.event-table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .link h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .link .event-table h2,.event-table .fold-out.-subnav[aria-expanded="true"]>.content .content-section .link h2,.fold-out.-subnav[aria-expanded="true"]>.content .content-section .link .event-table h2,.event-table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .text a .event-table h2,.event-table .fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .text .content-section a .event-table h2,.event-table .content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .text .fold-out.-subnav[aria-expanded="true"]>.content a .event-table h2,.event-table .text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.text .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .event-table h2,.event-table .content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a h2,.content-section .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable a .event-table h2,.event-table .fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a h2,.fold-out.-subnav[aria-expanded="true"]>.content .cke_editable .content-section a .event-table h2,.event-table .content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a h2,.content-section .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content a .event-table h2,.event-table .cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a h2,.cke_editable .fold-out.-subnav[aria-expanded="true"]>.content .content-section a .event-table h2,.event-table .text h3,.text .event-table h3,.event-table .cke_editable h3,.cke_editable .event-table h3,.event-table .text h4,.text .event-table h4,.event-table .cke_editable h4,.cke_editable .event-table h4 {
        font-size:22px;
        line-height: 22px;
        margin-top: 40px;
        padding-bottom: 10px
    }

    .event-table tr {
        display: table-row;
        padding: 0
    }

    .event-table tr:first-child td,.event-table tr:first-child td:first-child {
        padding-top: 14px
    }

    .event-table td {
        vertical-align: top;
        display: table-cell;
        padding: 6px 15px 3px
    }

    .event-table td:first-child {
        padding-left: 0
    }

    .event-table td:last-child {
        padding-right: 0
    }

    .event-table td:nth-child(4) {
        width: 100%
    }

    .event-table td.-is-invisible {
        display: block;
        opacity: 0
    }

    .event-table .two-column-content:first-of-type {
        margin-top: 0
    }

    .event-table .col {
        margin-top: 21px
    }

    .event-table .col>.data {
        margin-bottom: 10px
    }

    .event-table .col>.booking {
        margin-bottom: 20px
    }

    .event-table .col>.reservation {
        padding-bottom: 15px
    }

    .event-table .col>.reservation>.link,.event-table .text .col>.reservation>a,.text .event-table .col>.reservation>a,.event-table .cke_editable .col>.reservation>a,.cke_editable .event-table .col>.reservation>a {
        display: inline-block;
        padding: 0 13px 0 10px;
        border-right: 1px solid #B2B2B2
    }

    .event-table .col>.reservation>.link:first-child,.event-table .text .col>.reservation>a:first-child,.text .event-table .col>.reservation>a:first-child,.event-table .cke_editable .col>.reservation>a:first-child,.cke_editable .event-table .col>.reservation>a:first-child {
        padding-left: 0
    }

    .event-table .col>.reservation>.link:last-child,.event-table .text .col>.reservation>a:last-child,.text .event-table .col>.reservation>a:last-child,.event-table .cke_editable .col>.reservation>a:last-child,.cke_editable .event-table .col>.reservation>a:last-child {
        padding-right: 0;
        border: none
    }
}

.fact-list .facts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.fact-list .fact {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    flex-basis: auto;
    width: calc(5/10 * 100%)
}

.fact-list .fact:nth-child(n+3) {
    margin-top: 25px
}

.fact-list .fact>.overline>.subtitle,.fact-list .fact>.description {
    font-family: 'Helvetica Roman';
    color: #666;
    font-size: 11px;
    line-height: 14px
}

.fact-list .fact>.overline {
    font-size: 12px;
    line-height: 11px;
    border-bottom: 1px solid #666;
    height: 27px
}

.fact-list .fact>.overline>.subtitle {
    font-size: 11px;
    line-height: 11px
}

.fact-list .fact>.value {
    margin-top: 8px;
    font-family: 'Frutiger 57';
    font-size: 22px;
    color: #31417A
}

.fact-list .fact>.value>.descriptor {
    font-size: 14px;
    line-height: 22px
}

.fact-list .fact>.description {
    margin-top: 10px
}

@media (min-width: 768px) {
    .fact-list .fact {
        flex:0 0 33.3333333333%;
        flex-basis: auto;
        width: calc(4/12 * 100%);
        height: auto
    }

    .fact-list .fact:nth-child(odd) {
        margin-left: 0%
    }

    .fact-list .fact:nth-child(n+3) {
        margin-top: 0
    }

    .fact-list .fact:nth-child(n+4) {
        margin-top: 40px
    }

    .fact-list .fact>.overline>.subtitle,.fact-list .fact>.description {
        font-size: 11px;
        line-height: 14px
    }

    .fact-list .fact>.overline {
        font-size: 14px;
        line-height: 14px;
        height: 35px
    }

    .fact-list .fact>.value {
        margin-top: 10px;
        font-size: 30px
    }

    .fact-list .fact>.value>.descriptor {
        font-size: 17px;
        line-height: 20px
    }

    .fact-list .fact>.description {
        margin-top: 15px;
        margin-bottom: 0
    }
}

.module-of {
    margin-top: 20px
}

[data-is="person-list"] .select-box-wrapper {
    margin-top: 40px
}

[data-is="person-list"] .select-box-wrapper:first-child {
    margin-top: 24px
}

[data-is="person-list"] .form-label {
    display: none
}

.person-list {
    list-style: none;
    padding-left: 0
}

.person-list .person {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: nowrap;
    margin-top: 25px
}

.person-list .person .image-thumbnail,.person-list .person .info {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 50%;
    width: calc(50%);
    flex-basis: auto
}

.person-list .person .image-thumbnail>img {
    width: 100%
}

.person-list .person .info {
    margin-top: 0
}

.person-list .person .info>span {
    display: block
}

.person-list .person .info .link,.person-list .person .info .text a,.text .person-list .person .info a,.person-list .person .info .cke_editable a,.cke_editable .person-list .person .info a {
    font-weight: normal
}

.person-list.-grid-view {
    margin-bottom: 0
}

.person-list.-grid-view .person {
    flex-wrap: nowrap;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    width: 100%
}

.person-list.-grid-view .person>a {
    text-decoration: none;
    outline: none;
    display: flex;
    flex-direction: row;
    flex-basis: auto
}

.person-list.-grid-view .person p {
    margin-bottom: 0
}

.person-list.-grid-view .person .info {
    hyphens: auto;
    font-size: 14px;
    line-height: 18px
}

@media (min-width: 768px) {
    .person-list .person {
        margin-top:30px
    }

    .person-list .person .image-thumbnail {
        flex: 0 0 25%;
        width: calc(3/12 * 100%);
        flex-basis: auto
    }

    .person-list .person .info {
        flex: 0 0 75%;
        width: calc(3/12 * 100%);
        flex-basis: auto
    }

    .person-list.-grid-view .fs-row:first-of-type {
        flex-wrap: nowrap
    }

    .person-list.-grid-view .fs-row:first-of-type:first-of-type {
        margin-top: 3px
    }

    .person-list.-grid-view .person {
        flex: 0 0 25%;
        width: calc(3/12 * 100%);
        flex-basis: auto;
        margin-top: 27px
    }

    .person-list.-grid-view .person>a {
        flex-direction: column
    }

    .person-list.-grid-view .person .image-thumbnail,.person-list.-grid-view .person .info {
        width: auto
    }

    .person-list.-grid-view .person .info.copy,.person-list.-grid-view .person .info.list,.person-list.-grid-view .person .text>ul.info,.person-list.-grid-view .person .cke_editable>ul.info,.person-list.-grid-view .person .text>ol.info,.person-list.-grid-view .person .cke_editable>ol.info,.person-list.-grid-view .person .pagination .pages .info.page:disabled,.pagination .pages .person-list.-grid-view .person .info.page:disabled,.person-list.-grid-view .person .executive-education .info.no-results,.executive-education .person-list.-grid-view .person .info.no-results,.person-list.-grid-view .person .lg-outer .info.lg-item,.lg-outer .person-list.-grid-view .person .info.lg-item,.person-list.-grid-view .person .info.event-table {
        font-size: 12px;
        line-height: 16px;
        margin-top: 6px
    }

    .person-list.-grid-view .person .info.copy>.title,.person-list.-grid-view .person .info.list>.title,.person-list.-grid-view .person .text>ul.info>.title,.person-list.-grid-view .person .cke_editable>ul.info>.title,.person-list.-grid-view .person .text>ol.info>.title,.person-list.-grid-view .person .cke_editable>ol.info>.title,.person-list.-grid-view .person .pagination .pages .info.page:disabled>.title,.pagination .pages .person-list.-grid-view .person .info.page:disabled>.title,.person-list.-grid-view .person .executive-education .info.no-results>.title,.executive-education .person-list.-grid-view .person .info.no-results>.title,.person-list.-grid-view .person .lg-outer .info.lg-item>.title,.lg-outer .person-list.-grid-view .person .info.lg-item>.title,.person-list.-grid-view .person .info.event-table>.title {
        margin-top: 3px
    }
}

.publication-list .publications {
    padding: 0
}

.publication-list .publications .publication {
    margin-bottom: 20px;
    list-style: none
}

.news-list .news {
    margin-top: 30px
}

.news-list .news .news-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: nowrap;
    margin-bottom: 25px
}

.news-list .news .news-item .news-thumbnail {
    display: none
}

.news-list .news .news-item .content {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%
}

.news-list .news .news-item .content .date {
    margin-bottom: 5px
}

.news-list .news .news-item .content .date,.news-list .news .news-item .content .title {
    margin: 0
}

.news-list .news .news-item .content .link,.news-list .news .news-item .content .text a,.text .news-list .news .news-item .content a,.news-list .news .news-item .content .cke_editable a,.cke_editable .news-list .news .news-item .content a {
    font-weight: normal
}

@media (min-width: 768px) {
    .news-list .news .news-item {
        margin-bottom:30px
    }

    .news-list .news .news-item .content {
        flex: 0 0 75%
    }

    .news-list .news .news-item .content .date {
        margin-bottom: 4px
    }

    .news-list .news .news-item .news-thumbnail {
        position: relative;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 0 0 25%;
        display: block
    }

    .news-list .news .news-item .news-thumbnail img {
        max-width: 100%
    }
}

.openRakning {
    display: block !important;
    transition: ease-in .4s
}

.rotateArrow {
    transform: rotate(180deg)
}

.rankings-highlight-rank {
    color: #31417A
}

@media screen and (min-width: 1400px) {
    .showRanking {
        display:inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-container {
        margin-bottom: 170px
    }

    .rankings-highlight-component {
        width: 158px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        margin-right: 30px;
        vertical-align: top
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 52px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 27px;
        left: 54%;
        font-family: 'Frutiger 57';
        margin-bottom: 100px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 16px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 35px
    }

    .ranking-component-container {
        vertical-align: top;
        display: inline-block;
        margin-right: 12px;
        width: 168px;
        padding-top: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        padding-top: 25px
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        word-break: break-word
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 1;
        color: #666;
        font-weight: 600;
        font-family: 'Helvetica Roman', sans-serif;
        word-break: break-word
    }

    .number-and-category {
        display: block;
        padding-top: 15px;
        height: 36px
    }

    .number-and-category .rank-number {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif
    }

    .number-and-category .rank-separator {
        width: 2px;
        background: #666;
        height: 17px;
        display: inline-block
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        vertical-align: -webkit-baseline-middle;
        color: #666
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin: 16px 0px 16px 0px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 140px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }

    .ranking-link:hover {
        background-color: #31417a;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        transition: .2s
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .rankings-highlight-container {
        margin-bottom:170px
    }

    .showRanking {
        display: inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-component {
        width: 158px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        margin-right: 30px;
        vertical-align: top
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 52px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 23px;
        left: 54%;
        font-family: 'Frutiger 57';
        margin-bottom: 100px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 16px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 35px
    }

    .ranking-component-container {
        vertical-align: top;
        display: inline-block;
        margin-right: 10px;
        width: 168px;
        padding-top: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        padding-top: 25px
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif;
        word-break: break-word
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 1;
        color: #666;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        word-break: break-word
    }

    .number-and-category {
        display: block;
        padding-top: 15px;
        height: 36px
    }

    .number-and-category .rank-number {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Frutiger 67 Bold Condensed",sans-serif
    }

    .number-and-category .rank-separator {
        width: 2px;
        background: #666;
        height: 17px;
        display: inline-block
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        color: #666;
        vertical-align: -webkit-baseline-middle
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin: 16px 0px 16px 0px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 140px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }

    .ranking-link:hover {
        background-color: #31417a;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        transition: .2s
    }
}

@media screen and (min-width: 1022px) and (max-width: 1200px) {
    .rankings-highlight-container {
        margin-bottom:170px
    }

    .showRanking {
        display: inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-component {
        width: 150px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        vertical-align: top
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        font-weight: 800;
        font-size: 52px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 27px;
        left: 54%;
        font-family: 'Frutiger 57';
        margin-bottom: 100px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 16px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 35px
    }

    .ranking-component-container {
        vertical-align: top;
        display: inline-block;
        margin-right: 10px;
        width: 23%;
        padding-top: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        padding-top: 25px
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif;
        word-break: break-word
    }

    .ranking-program-title {
        font-size: 14px;
        line-height: 1;
        color: #666;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        word-break: break-word
    }

    .number-and-category {
        display: block;
        padding-top: 15px;
        height: 36px
    }

    .number-and-category .rank-number {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Frutiger 67 Bold Condensed",sans-serif
    }

    .number-and-category .rank-separator {
        width: 2px;
        background: #666;
        height: 17px;
        display: inline-block
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        color: #666;
        vertical-align: -webkit-baseline-middle
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin: 16px 0px 16px 0px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 140px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }

    .ranking-link:hover {
        background-color: #31417a;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        transition: .2s
    }
}

@media screen and (min-width: 766px) and (max-width: 1022px) {
    .showRanking {
        display:inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-container {
        margin-bottom: 170px
    }

    .rankings-highlight-component {
        width: 24%;
        height: 84px;
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        background-position: center;
        vertical-align: top
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 40px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 8px;
        left: 54%;
        font-family: 'Frutiger 57';
        margin-bottom: 60px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 16px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 35px
    }

    .ranking-component-container {
        vertical-align: top;
        display: inline-block;
        margin-right: 12px;
        width: 44%;
        padding-top: 15px
    }

    .ranking-component-container:nth-child(1) {
        padding-bottom: 15px
    }

    .ranking-component-container:nth-child(2) {
        padding-bottom: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        padding-top: 20px
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #666;
        margin: 0;
        font-family: "Helvetica Roman",sans-serif
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 20px;
        color: #666;
        font-weight: 600;
        font-family: "Helvetica Roman",sans-serif
    }

    .number-and-category {
        display: block;
        padding-top: 15px;
        height: 36px
    }

    .number-and-category .rank-number {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Frutiger 67 Bold Condensed",sans-serif
    }

    .number-and-category .rank-separator {
        width: 2px;
        background: #666;
        height: 17px;
        display: inline-block
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        color: #666;
        vertical-align: -webkit-baseline-middle
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin: 16px 0px 16px 0px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 140px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }

    .ranking-link:hover {
        background-color: #31417a;
        cursor: pointer;
        transition: .2s;
        color: #FFF;
        text-decoration: none
    }
}

@media screen and (min-width: 478px) and (max-width: 766px) {
    .showRanking {
        display:inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-container {
        margin-bottom: 170px
    }

    .rankings-highlight-component {
        width: 24%;
        height: 84px;
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        background-position: center;
        vertical-align: top
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 36px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 10px;
        left: 54%;
        font-family: 'Frutiger 57', sans-serif;
        margin-bottom: 45px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 14px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 35px
    }

    .ranking-component-container {
        vertical-align: top;
        display: inline-block;
        margin-right: 2%;
        width: 44%;
        padding-top: 40px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        padding-top: 20px;
        display: none
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        color: #666;
        margin: 0;
        font-family: "Helvetica Roman", sans-serif
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 18px;
        color: #666;
        font-weight: 600;
        font-family: "Helvetica Roman",sans-serif
    }

    .number-and-category {
        display: block;
        padding-top: 15px
    }

    .number-and-category .rank-number {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Frutiger 67 Bold Condensed", sans-serif
    }

    .number-and-category .rank-separator {
        width: 3px;
        background: #666;
        height: 18px;
        display: inline-block;
        margin: 0 3px
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0px 8px 0px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 140px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }
}

@media screen and (min-width: 350px) and (max-width: 478px) {
    .showRanking {
        display:inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-container {
        margin-bottom: 40px
    }

    .rankings-highlight-component {
        width: 45%;
        height: 80px;
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        background-position: center;
        margin-top: 20px
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 36px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 10px;
        left: 54%;
        font-family: 'Frutiger 57', sans-serif;
        margin-bottom: 45px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 14px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 0
    }

    .ranking-component-container {
        vertical-align: top;
        display: block;
        width: 100%;
        padding-bottom: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        margin-bottom: 20px;
        display: none
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #666;
        margin: 0
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 26px;
        color: #666;
        font-weight: 600
    }

    .ranking-component-details {
        padding-top: 6px
    }

    .number-and-category {
        display: block
    }

    .number-and-category .rank-number {
        font-size: 22px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Frutiger 67 Bold Condensed",sans-serif
    }

    .number-and-category .rank-separator {
        width: 3px;
        background: #666;
        height: 18px;
        display: inline-block;
        margin: 0 3px
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 120px;
        margin-bottom: 15px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }
}

@media screen and (max-width: 350px) {
    .showRanking {
        display:inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-container {
        margin-bottom: 40px
    }

    .rankings-highlight-component {
        width: 45%;
        height: 80px;
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        background-position: center;
        margin-top: 20px
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 36px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 10px;
        left: 54%;
        font-family: 'Frutiger 57', sans-serif;
        margin-bottom: 45px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 14px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 0
    }

    .ranking-component-container {
        vertical-align: top;
        display: block;
        width: 100%;
        padding-bottom: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        margin-bottom: 20px;
        display: none
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #666;
        margin: 0
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 26px;
        color: #666;
        font-weight: 600
    }

    .ranking-component-details {
        padding-top: 6px
    }

    .number-and-category {
        display: block
    }

    .number-and-category .rank-number {
        font-size: 22px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Frutiger 67 Bold Condensed",sans-serif
    }

    .number-and-category .rank-separator {
        width: 3px;
        background: #666;
        height: 18px;
        display: inline-block;
        margin: 0 3px
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 120px;
        margin-bottom: 15px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }
}

@media print {
    .showRanking {
        display: inline-block;
        position: relative;
        float: right;
        right: 3px;
        bottom: 38px
    }

    .rankings-highlight-container {
        margin-bottom: 170px
    }

    .rankings-highlight-component {
        width: 158px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        margin-right: 30px
    }

    .rankings-highlight-component:nth-child(4n) {
        margin-right: 0
    }

    .rankings-highlight-component .rankings-highlight-rank {
        FONT-WEIGHT: 800;
        font-size: 52px;
        line-height: 50px;
        display: inline-block;
        position: relative;
        top: 23px;
        left: 84px;
        font-family: 'Frutiger 57';
        margin-bottom: 100px
    }

    .rankings-highlight-component .rankings-highlight-description {
        text-align: center;
        font-size: 16px;
        font-family: Helvetica Roman, sans-serif;
        color: #666;
        font-weight: 700
    }

    .rankings-highlight-component .rankings-highlight-logo {
        max-width: 100%;
        margin-bottom: 40px
    }

    .ranking-inner-container {
        transition: .4s ease-in
    }

    .no-fold-out {
        display: block
    }

    .fold-out-ranking {
        display: none
    }

    .rankings-container .rankings-container-title {
        font-size: 40px;
        line-height: 42px;
        margin-top: 69px;
        color: #31417A;
        font-family: 'Frutiger 47', sans-serif;
        font-weight: normal;
        margin-bottom: 0
    }

    .ranking-component-container {
        vertical-align: top;
        display: inline-block;
        margin-right: 12px;
        width: 168px;
        padding-top: 15px
    }

    .ranking-component-container:last-child {
        margin-right: 0
    }

    .ranking-year {
        font-size: 30px;
        line-height: 32px;
        margin-top: 41px;
        padding-bottom: 14px;
        border-bottom: 1px solid #B2B2B2;
        color: #31417A
    }

    .ranking-divider {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        padding-top: 15px
    }

    .ranking-institute-title {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        word-break: break-word
    }

    .ranking-program-title {
        font-size: 16px;
        line-height: 1;
        color: #666;
        font-weight: 600;
        font-family: 'Helvetica Roman', sans-serif;
        word-break: break-word
    }

    .number-and-category {
        display: block;
        padding-top: 15px
    }

    .number-and-category .rank-number {
        font-size: 20px;
        display: inline-block;
        font-weight: 600;
        color: #666;
        font-family: "Helvetica Roman", sans-serif
    }

    .number-and-category .rank-separator {
        width: 2px;
        background: #666;
        height: 17px;
        display: inline-block
    }

    .number-and-category .rank-category {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Helvetica Roman", sans-serif;
        vertical-align: -webkit-baseline-middle;
        color: #666
    }

    .rankings-container .rankings-container-description {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin: 16px 0px 16px 0px;
        color: #666;
        font-family: 'Helvetica Roman', sans-serif;
        font-weight: normal
    }

    .ranking-image {
        max-width: 140px
    }

    .ranking-link {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 10px 0px;
        background: #79a342;
        font-family: "Helvetica Regular", sans-serif;
        font-size: 14px;
        cursor: pointer
    }

    .ranking-link:hover {
        background-color: #31417a;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        transition: .2s
    }
}

.text>p,.cke_editable>p {
    padding-top: 5px
}

@media (min-width: 768px) {
    .text>p,.cke_editable>p {
        padding-top:7px
    }
}

.text h3,.cke_editable h3 {
    font-size: 23px;
    line-height: 38px;
    border: none
}

@media (min-width: 768px) {
    .text h3,.cke_editable h3 {
        font-size:33px;
        line-height: 43px;
        border: none
    }
}

.text h4,.cke_editable h4 {
    font-size: 18px;
    line-height: 31px
}

@media (min-width: 768px) {
    .text h4,.cke_editable h4 {
        font-size:26px;
        line-height: 38px;
        padding-bottom: 14px
    }
}

.text h5,.cke_editable h5 {
    font-size: 18px;
    line-height: 31px
}

@media (min-width: 768px) {
    .text h5,.cke_editable h5 {
        font-size:26px;
        line-height: 38px
    }
}

.text h6,.cke_editable h6 {
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 768px) {
    .text h6,.cke_editable h6 {
        font-size:20px;
        line-height: 34px
    }
}

.text table,.cke_editable table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: auto
}

.cke_editable {
    padding: 10px
}

.edit-mode .header-site.-is-scrolled,.edit-mode .sticky-call-out-wrapper.-is-sticky {
    position: relative
}

.edit-mode.hide-for-language::before {
    background-color: #fff;
    color: #D84826;
    content: 'This page is not available in this language. Please activate this language in page properties to start editing.';
    font-family: 'Frutiger 57';
    font-size: 22px;
    font-weight: normal;
    left: 0;
    line-height: 22px;
    padding: 40px 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11
}

.edit-mode.hide-for-language>div {
    opacity: 0.3;
    pointer-events: none
}

.edit-mode .hide-for-language:hover::before {
    color: #D84826;
    content: 'Content is disabled for currently selected language';
    font-family: 'Frutiger 57';
    font-size: 14px;
    font-weight: normal;
    margin-top: 25px;
    position: absolute;
    z-index: 70000
}

.edit-mode .hide-for-language>div,.edit-mode .hide-for-language>section {
    opacity: 0.3
}

.edit-mode .hide-for-language>.mgnlEditorBar {
    opacity: 1
}

.edit-mode .component-anchor {
    background-color: #E1E8CC;
    color: #6A9000;
    font-family: monospace;
    font-size: 13px;
    margin-top: 30px
}

.edit-mode .two-column-content {
    flex-wrap: nowrap
}

.edit-mode .-edit-mode-hidden {
    opacity: 0.5
}
