#dividends-navigation {
    width: 100%;
}

#dividends-navigation #navigation-list {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    float: left;
}
#dividends-navigation #navigation-list li {
    width: 30%;
    float: left;
    background: #f0f0f0;
    padding: 4px 10px;
}
#dividends-navigation #navigation-list li:last-child {
    margin-left: 4px;
}
#dividends-navigation #navigation-list li a {
    color: #747474;
}
#dividends-navigation #navigation-list .active {
    font-weight: bold;
}
.bottom-table__title,
.chart-container__title,
.form__heading,
.result-table__title {
    font-size: 0.9rem;
    font-size: 1em;
    font-weight: 700;
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
    background-color: #F0F0F0;
}
.chart-container{
    margin-top: 1rem;
    max-width: 750px;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
li,
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #747474;
    font-weight: 400;
    padding-bottom: 1em;
}
body.scroll-lock {
    overflow: hidden;
}
::-moz-selection {
    background: #802537;
    color: #fff;
}
::selection {
    background: #802537;
    color: #fff;
}
.wrapper {
    max-width: 750px;
    width: 100%;
}
.chart-container__title {
    padding-bottom: 1em;
}
.dividends-errors {
    color: #f30;
    font-size: 0.8em;
    padding: 0.5em;
}
.navigation__list {
    display: flex;
}
.navigation__item {
    flex: 1 0 0;
}
.navigation__link {
    background-color: #d8d8d8;
    border: 1px solid #fff;
    color: #666;
    display: block;
    padding: 0.5rem;
    text-align: center;
}
.navigation__link--active {
    background-color: #802537;
    color: #fff;
}
.form {
    background-color: #fff;
    margin-bottom: 0.75em;
    padding: 2.25em 10px 2.5em;
}
.form__heading {
    line-height: 1;
    margin-bottom: 0.5em;
    padding-left: 0;
    margin-top: 1.5em;
    font-weight: 400;
    background-color: #fff;
}
@media only screen and (max-width: 380px) {
    .form__heading {
        font-size: 0.9em;
    }
}
.form__hint {
    font-size: 0.9em;
    display: none;
}
.form__checkbox {
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.form__label {
    line-height: 1;
    max-width: 150px;
    padding-right: 0.75em;
    padding-top: 10px;
    text-align: left;
    width: 50%;
}
@media only screen and (max-width: 380px) {
    .form__label {
        font-size: 0.75em;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 480px) {
    .form__label {
        display: block;
        max-width: unset;
        padding: 5px 0;
        text-align: left;
        width: 100%;
    }
}
.form__label--checkbox {
    cursor: pointer;
    max-width: unset;
    padding-left: 26px;
    position: relative;
    text-align: left;
    width: auto;
}
@media only screen and (max-width: 380px) {
    .form__label--checkbox {
        padding-top: 5px;
    }
}
@media only screen and (max-width: 480px) {
    .form__label--checkbox {
        padding-bottom: 30px;
        padding-top: 10px;
    }
}
.form__label--checkbox:before {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 16px;
}
.form__checkbox:checked + label:before {
    background-color: #802537;
    border-color: #802537;
}
.form__field {
    display: flex;
    padding: 0.5em 0;
}
@media only screen and (max-width: 480px) {
    .form__field {
        display: block;
        padding-bottom: 0;
    }
}
.form__field--amount-reinvested,
.form__field--button {
    padding-left: 150px;
}
@media only screen and (max-width: 480px) {
    .form__field--amount-reinvested,
    .form__field--button {
        padding-left: 0;
    }
}
.form__submit {
    background-color: #802537;
    color: #fff;
    padding: 0.5em 1em;
}
.form__text-element-wrap {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    position: relative;
    width: 40%;
}
@media only screen and (max-width: 480px) {
    .form__text-element-wrap {
        display: block;
        width: 100%;
    }
}
.form__text-element-wrap--calendar:after {
    color: #802537;
    content: "";
    cursor: pointer;
    font-family: icomoon;
    font-size: 1.125rem;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 0;
}
.form__text-element {
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 12px;
    height: 34px;
    outline: none;
    padding: 0 0.5em;
    position: relative;
    width: 100%;
    z-index: 1;
}
.bottom-table {
    border-collapse: separate;
    display: table;
    margin: 0;
    text-align: left;
    width: 100%;
}
.bottom-table__header-row {
    display: table-row;
}
.bottom-table__header {
    border-width: 2px;
    border-bottom: 2px solid #e7e7e8;
    color: #666;
    display: table-cell;
    font-size: 0.85em;
    font-weight: 600;
    padding: 1.25em 0 0.75em 5px;
    vertical-align: bottom;
}
.bottom-table__header--width20 {
    width: 20%;
}
.bottom-table__header--width40 {
    width: 40%;
}
.bottom-table__header--width35 {
    width: 35%;
}
.bottom-table__header--width65 {
    width: 65%;
}
.bottom-table__row {
    display: table-row;
}
.bottom-table__row:last-of-type .bottom-table__cell {
    border: none;
}
.bottom-table__cell {
    border-bottom: 1px solid #e7e7e8;
    display: table-cell;
    font-size: 0.8em;
    padding: 1.25em 0 0.75em 5px;
}
.bottom-table__cell--width20 {
    width: 20%;
}
.bottom-table__cell--width40 {
    width: 40%;
}
.bottom-table__cell--width50 {
    width: 50%;
}
.result-table {
    display: flex;
    flex-wrap: wrap;
}
.result-table__row {
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
}
.result-table__column {
    border-bottom: 1px solid #e7e7e8;
    display: flex;
    flex: 1;
    flex-basis: calc(50% - 5px);
    flex-direction: column;
    padding: .5rem 0.25rem;
    width: 50%;
}
.result-table__column--full {
    border-bottom: 1px solid #e7e7e8;
    display: flex;
    flex: 1;
    flex-basis: calc(100% - 5px);
    flex-direction: column;
    padding: .5rem 0.25rem;
    width: 100%;
}
.result-table__column:nth-child(odd) {
    margin-left: 5px;
}
.result-table__column:nth-child(2n) {
    margin-right: 5px;
}
.result-table__column--last:nth-child(2n) {
    flex-basis: 50%;
    margin: 0;
}
@media only screen and (max-width: 480px) {
    .result-table__column {
        flex-basis: 100%;
        width: 100%;
    }
    .result-table__column:nth-child(odd) {
        margin-left: 0;
    }
    .result-table__column:nth-child(2n) {
        margin-right: 0;
    }
}
.result-table__column-title {
    font-weight: 600;
    padding-bottom: 5px;
}
.result-table__column-value {
    padding-bottom: 5px;
}
.pika-single {
    font-family:
        Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
}
.pika-single .pika-lendar {
    border: 1px solid #d8d8d8;
    margin: 0 0 0 -1px;
}
.pika-single.is-bound {
    border: none;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}
.pika-single .pika-title {
    background-color: #f9f9f9;
}
.pika-single .pika-title .pika-label {
    background-color: #f9f9f9;
    color: #802537;
    font-weight: 500;
    position: relative;
    top: 3px;
}
.pika-single .pika-title .pika-next,
.pika-single .pika-title .pika-prev {
    background-image: none;
    overflow: hidden;
}
.pika-single .pika-title .pika-next:after,
.pika-single .pika-title .pika-prev:after {
    content: "a";
    font-family: icomoon;
    left: 0;
    position: absolute;
    top: 3px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.pika-single .pika-title .pika-next:after {
    left: auto;
    right: 0;
    top: 22px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.pika-single .pika-table abbr {
    text-decoration: none;
}
.pika-single thead th {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    line-height: 34px;
    text-align: center;
}
.pika-single .pika-row td {
    border: 1px solid #fff;
}
.pika-single .pika-row td.is-disabled,
.pika-single .pika-row td.is-empty {
    background-color: #f9f9f9;
}
.pika-single .pika-row td.is-disabled .pika-button {
    opacity: 0.5;
}
.pika-single .pika-row .pika-button {
    background-color: #e7e7e8;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    line-height: 22px;
    text-align: center;
}
.pika-single .pika-row .is-selected .pika-button,
.pika-single .pika-row .is-selected.is-today .pika-button,
.pika-single .pika-row .pika-button:hover {
    background-color: #802537;
    color: #fff;
}
.pika-single .pika-row .is-today .pika-button {
    color: #802537;
}
.pika-single .pika-row .is-today .pika-button:hover {
    color: #fff;
}
.pika-single .pika-select:focus > option:checked,
.pika-single .pika-select:focus > option:hover {
    background-color: #802537;
    color: #fff;
}
@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon.eot);
    src:
        url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),
        url(../fonts/icomoon.ttf) format("truetype"),
        url(../fonts/icomoon.woff) format("woff"),
        url(../fonts/icomoon.svg#icomoon) format("svg");
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-down-arrow2:before {
    content: "a";
}
.icon-info:before {
    content: "";
}
.icon-down-arrow:before {
    content: "";
}
.icon-calendar:before {
    content: "";
}
.icon-up-arrow:before {
    content: "";
}
.icon-tick:before {
    content: "c";
}
@media only screen and (max-width: 479px) {
    .highcharts-tooltip {
        display: none !important;
    }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    color: #333;
    display: block;
    font-family:
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    position: relative;
    z-index: 9999;
}
.pika-single.is-hidden {
    display: none;
}
.pika-single.is-bound {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
}
.pika-single:after,
.pika-single:before {
    content: " ";
    display: table;
}
.pika-single:after {
    clear: both;
}
.pika-lendar {
    float: left;
    margin: 8px;
    width: 240px;
}
.pika-title {
    position: relative;
    text-align: center;
}
.pika-title select {
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998;
}
.pika-label {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 3px;
    position: relative;
    z-index: 9999;
}
.pika-next,
.pika-prev {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 20px;
    white-space: nowrap;
    width: 20px;
}
.pika-next:hover,
.pika-prev:hover {
    opacity: 1;
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: 0.2;
}
.is-rtl .pika-next,
.pika-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
    float: left;
}
.is-rtl .pika-prev,
.pika-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    float: right;
}
.pika-select {
    display: inline-block;
}
.pika-table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.pika-table td,
.pika-table th {
    padding: 0;
    width: 14.2857142857%;
}
.pika-table th {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
.pika-button {
    background: #f5f5f5;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    margin: 0;
    outline: none;
    padding: 5px;
    text-align: right;
    width: 100%;
}
.has-event .pika-button {
    background: #3af;
    color: #fff;
}
.is-today .pika-button {
    color: #3af;
    font-weight: 700;
}
.is-selected .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px #178fe5;
    color: #fff;
    font-weight: 700;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: 0.3;
}
.is-disabled .pika-button {
    cursor: default;
    pointer-events: none;
}
.pika-button:hover {
    background: #ff8000;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}
.pika-button .is-selection-disabled {
    cursor: default;
    pointer-events: none;
}
.pika-week {
    color: #999;
    font-size: 11px;
}
.is-inrange .pika-button {
    background: #d5e9f7;
    color: #666;
}
.is-startrange .pika-button {
    background: #6cb31d;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}
.is-endrange .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}
