/* basic setup */


/* lato-100 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/lato-v23-latin-100.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v23-latin-100.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-300 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v23-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v23-latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-regular - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v23-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-700 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lato-v23-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v23-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-900 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lato-v23-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v23-latin-900.svg#Lato') format('svg');
    /* Legacy iOS */
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;
    width: 100%;
    float: left;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
}

#wrapper {
    width: 100%;
    float: left;
    border: none;
    border-width: 0;
}

table {
    width: 100%;
}

.alteration-up {
    color: #0c0;
}

.alteration-equal {
    color: #c2c2c2;
}

.alteration-down {
    color: #c00;
}


/* Select Dropdown */

.dropdown {
    position: relative;
    height: 34px;
    line-height: 30px;
}

.dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    width: 99.9%;
    padding-left: 1em;
}


/*.dropdown:after {*/


/*content: "\f0d7";*/


/*font-family: 'FontAwesome';*/


/*font-size: .8em;*/


/*position: absolute;*/


/*right: 6px;*/


/*top: 30%;*/


/*margin-top: -7px;*/


/*bottom: 0;*/


/*z-index: -1;*/


/*}*/

.dropdown::-ms-expand {
    display: none;
}

.dropdown:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/* Radio Button */

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 19px;
    margin-right: 15px;
}

input[type="radio"]+label:before {
    content: "\f10c";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 1px;
}

input[type="radio"]:checked+label:before {
    content: "\f192";
}


/* Checkbox */

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 19px;
    margin-right: 15px;
}

input[type="checkbox"]+label:before {
    content: "\f096";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 1px;
}

input[type="checkbox"]:checked+label:before {
    content: "\f046";
}


/* content organisation */

.default-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c2c2c2;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

.default-button {
    background-color: #dbdbdb;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
}

.default-button:hover {
    background-color: #f5f5f5;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    float: left;
    /*font: 1em/1.22 Helvetica,Arial,sans-serif;*/
    overflow-y: auto;
    width: 100%;
}

table {
    width: 100%;
}

.alteration-up {
    color: #0c0;
}

.alteration-equal {
    color: #c2c2c2;
}

.alteration-down {
    color: #c00;
}

.dropdown {
    position: relative;
}

.dropdown select {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    outline: medium none;
    width: 100%;
}


/*.dropdown::after {*/


/*bottom: 0;*/


/*content: "";*/


/*font-family: "FontAwesome";*/


/*font-size: 0.8em;*/


/*margin-top: -7px;*/


/*position: absolute;*/


/*right: 6px;*/


/*top: 50%;*/


/*z-index: -1;*/


/*}*/

.dropdown:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding-left: 19px;
    position: relative;
}

input[type="radio"]+label::before {
    bottom: 1px;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
}

input[type="radio"]:checked+label::before {
    content: "";
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding-left: 19px;
    position: relative;
}

input[type="checkbox"]+label::before {
    bottom: 1px;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
}

input[type="checkbox"]:checked+label::before {
    content: "";
}

#wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
}

#navigation {
    background: #fff none repeat scroll 0 0;
    border-bottom: solid 1px #1674d1;
}

#navigation li {
    display: block;
    float: left;
}

#navigation a {
    border: 2px solid #1674D1;
    color: #1674D1;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 13px 35px 13px 35px;
    background: #fff;
}

#navigation a:hover {
    background: #1674D1 none repeat scroll 0 0;
    color: #fff;
}

#navigation .active {
    background: #1674D1 none repeat scroll 0 0;
    color: #fff;
}

#navigation::after {
    clear: both;
    content: " ";
    display: block;
}

#top {
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

.top-info {
    margin-top: 10px;
}

#top .top-company-info {
    float: left;
    font-size: 25px;
    font-weight: 600;
    color: #005695;
    letter-spacing: 0.05em;
}

#top .top-share-info {
    float: right;
    font-size: 25px;
    font-weight: 600;
    color: #005695;
    letter-spacing: 0.05em;
    display: none;
}

#top .top-info::after {
    clear: both;
    content: " ";
    display: block;
}

#chartTable .top-info {
    display: none;
}

#chartTable table tr td {
    border-bottom: 1px solid #c2c2c2;
}

@media (max-width: 680px) {
    #top .top-company-info,
    #top .top-share-info {
        float: none;
    }
}

#top-table {
    padding: 1em 0;
}

#top-table table {
    width: 100%;
}

#top-table td {
    border-bottom: 1px solid #c2c2c2;
    font-size: 0.8em;
    padding: 0.4em 0;
}

#top-table .col2 {
    text-align: left;
    font-size: 16px;
}

#top-table .col2 div {
    margin-bottom: 10px;
}

#top-table .row1 .col1 {
    vertical-align: top;
    font-size: 16px;
    color: #111111;
}

#top-table .row1 .col2 strong {
    font-size: 1.8em;
    vertical-align: middle;
    color: #005695;
}

#top-table .row3 td {
    border-bottom: medium none;
    padding-bottom: 2em;
}

@media (max-width:600px) {
    #top-table td {
        font-size: 0.775em;
    }
    #top-table .row3 td.col2 {
        text-align: left
    }
}

#top-table .row12 td,
#top-table .row13 td {
    border-bottom: medium none;
}

#chart-wrapper,
.wrapper {
    clear: both;
    float: left;
    width: 100%;
}

#range-selector {
    float: left;
    font-size: 90%;
    padding: 0.4em 1em;
    width: 100%;
}

#range-selector ul {
    float: left;
    width: 100%;
}

#range-selector ul li {
    display: block;
    float: left;
    width: 12.5%;
}

#range-selector ul li:last-child {
    border: medium none;
}

#range-selector ul li .chart-range-label--sm {
    display: none;
}

#range-selector a {
    background-color: #fff;
    color: #1674D1;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.5s ease 0s;
    border: 2px solid #1674D1;
    margin-right: 2px;
    font-weight: 600;
}

#range-selector a:hover {
    background-color: #1674D1;
    color: #fff;
}

#range-selector li:last-child a {
    margin-right: 0;
}

#range-selector .active a {
    background: #1674D1;
    color: #fff;
}

#range-input {
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#range-input .title {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

#range-input .range-wrap {
    display: block;
    float: left;
    position: relative;
    width: 50%;
}

#range-input .range-wrap.range-begin {
    padding-right: 2px;
}

#range-input .range-wrap.range-begin .calendar-icon {
    right: 7px;
}

#range-input .range-wrap.range-begin label:first-child,
#range-input .range-wrap label:first-child {
    font-size: 15px;
    margin: 6px 0px;
    display: block;
}

#range-input .range-wrap input {
    display: block;
    height: 37px;
    padding: 0 1em;
    width: 100%;
    border: 1px solid #ddd;
}

#range-input .range-wrap input:focus {
    border-color: #005695;
}

#range-input .range-wrap .calendar-icon {
    bottom: 9px;
    display: block;
    position: absolute;
    right: 5px;
    z-index: 100;
    color: #0f3d6e;
}

#range-input .submit {
    background-color: #fff;
    color: #1674d1;
    border: solid 2px #1674d1;
    display: inline-block;
    line-height: 34px;
    max-width: 322px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}

#range-input .submit:hover {
    background-color: #1674d1;
    color: #fff;
}

@media (max-width: 600px) {
    #range-input .submit {
        margin-top: 0.4em;
    }
}

#news-information {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c2c2c2;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#news-information .news-option {
    float: left;
    width: 100%;
}

#news-information .news-icons {
    float: left;
    width: 100%;
}

#news-information .news-icons>span {
    display: inline-block;
    margin: 0.4em 0.5em 0.4em 0;
}

#news-information .news-icons .news-icon {
    border: 1px solid #ff6400;
    color: #ff6400;
    display: inline-block;
    font-size: 0.8em;
    height: 17px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 17px;
}

#news-information::after {
    clear: both;
    content: " ";
    display: block;
}

.highcharts-tooltip a {
    color: #000;
    text-decoration: none;
}

#error-wrapper {
    background: #ffe6e6 none repeat scroll 0 0;
    border: 1px solid #c00;
    display: block;
    float: left;
    padding: 0.4em 1em;
    width: 100%;
    display: none;
}

.js #error-wrapper {
    display: none;
}

#chartexport {
    float: left;
    padding: 0.4em 1em;
    text-align: right;
    width: 100%;
    border-width: 0px 1px;
}

#chartexport a {
    background-color: #fff;
    color: #0f3d6e;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
    font-size: 20px;
}

#chartexport a span {
    display: none;
}

#chart {
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#chart-footer {
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#chart-footer h3 {
    margin-bottom: 0.4em;
    font-size: 15px;
}

#chart-footer>div {
    display: block;
    float: left;
    padding-bottom: 1em;
    padding-right: 0.5em;
    width: 50%;
}

#chart-footer>div:nth-child(2n+3) {
    clear: both;
}

#chart-footer>div:nth-child(2n+2) {
    padding-left: 0.5em;
    padding-right: 0;
}

#chart-footer .history-download a {
    background-color: #eee;
    color: #000;
    display: block;
    float: left;
    padding: 0.4em 1em;
    margin-top: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
}

#chart-footer .history-download a:hover {
    background-color: #f5f5f5;
}

#bottom {
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#bottom-table th,
.bottom-table th {
    display: none;
}

#bottom-table td,
.bottom-table td {
    display: block;
    padding: 0.4em 0;
}

#bottom-table td::before,
.bottom-table td::before {
    color: #000;
    content: attr(data-label) ": ";
    display: inline-block;
    font-weight: bold;
    width: 50%;
}

#footer {
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#footer>div:first-child {
    display: block;
    float: left;
}

#footer>div:last-child {
    clear: both;
    display: block;
    float: left;
}

#download-wrapper {
    border-color: #c2c2c2;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    float: left;
    padding: 0.4em 1em;
    width: 100%;
}

#download-wrapper .error {
    border: 1px solid #c00;
    color: #c00;
    margin-bottom: 1em;
    padding: 0.4em 1em;
}

#download-wrapper h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1em;
}

#download-wrapper h2 {
    border-bottom: 1px solid #c2c2c2;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.4em;
}

#download-wrapper .description {
    margin-bottom: 1em;
}

#download-wrapper label {
    font-weight: bold;
}

#download-wrapper button {
    background-color: #dbdbdb;
    bottom: 0.4em;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;
    left: 1em;
    padding: 0.4em 1em;
    position: absolute;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
}

#download-wrapper button:hover {
    background-color: #f5f5f5;
}

#download-wrapper table {
    margin-bottom: 2em;
    table-layout: fixed;
    width: 100%;
}

#download-wrapper th {
    font-weight: bold;
    text-align: left;
}

@media (min-width: 480px) {
    #top-table tr {
        float: left;
        width: 50%;
    }
    #top-table td {
        display: block;
        float: left;
        width: 50%;
    }
    #top-table .row1 {
        width: 50%;
    }
    #top-table .row1 td {
        border-bottom: medium none;
        padding: 0;
        width: 100%;
    }
    #top-table .row1 .col2 {
        text-align: left;
        padding: 5px 0px;
    }
    #top-table .row2 {
        width: 50%;
    }
    #top-table .row2 td {
        border: medium none;
    }
    #top-table .row2 .col2 {
        text-align: left;
    }
    #top-table .row3 {
        width: 100%;
    }
    #top-table .row3 td {
        padding-right: 1em;
        width: auto;
    }
    #top-table .row1 .col1 br {
        display: none;
    }
    #top-table .row4 td:last-child,
    #top-table .row6 td:last-child,
    #top-table .row8 td:last-child,
    #top-table .row10 td:last-child,
    #top-table .row12 td:last-child {
        margin-right: 4%;
        width: 46%;
    }
    #top-table .row5 td:first-child,
    #top-table .row7 td:first-child,
    #top-table .row9 td:first-child,
    #top-table .row11 td:first-child,
    #top-table .row13 td:first-child {
        margin-left: 4%;
        width: 46%;
    }
    #range-selector {
        font-size: 100%;
    }
    #range-selector ul {
        border: medium none;
        float: left;
        width: 100%;
    }
    #range-selector ul li {
        border: medium none;
        float: left;
        width: 12.5%;
    }
    #range-selector ul li .chart-range-label--sm {
        display: inline;
    }
    #range-selector ul li .chart-range-label--xs {
        display: none;
    }
    #range-selector li:last-child a {
        margin-right: 0;
    }
    #range-input .submit {
        max-width: 160px;
    }
    #news-information .news-option {
        margin-right: 1em;
        width: auto;
    }
    #news-information .news-icons {
        clear: none;
        float: left;
        width: auto;
    }
    #news-information .news-icons>span {
        margin: 0 0.5em 0 0;
    }
}

@media (min-width: 600px) {
    #top-table td {
        font-size: 1em;
    }
    #top-table .row4 td,
    #top-table .row5 td,
    #top-table .row6 td,
    #top-table .row7 td,
    #top-table .row8 td,
    #top-table .row9 td,
    #top-table .row10 td,
    #top-table .row11 td,
    #top-table .row12 td {
        height: 30px;
        font-size: 15px;
    }
    #bottom-table th,
    .bottom-table th {
        display: table-cell;
        font-weight: bold;
        text-align: left;
    }
    #bottom-table thead tr:last-child th,
    .bottom-table thead tr:last-child th {
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 0.4em;
    }
    #bottom-table td,
    .bottom-table td {
        border-bottom: 1px solid #c2c2c2;
        display: table-cell;
    }
    #bottom-table tr:last-child td,
    .bottom-table tr:last-child td {
        border-bottom: medium none;
    }
    #bottom-table td::before,
    .bottom-table td::before {
        display: none;
    }
    #chart-footer>div {
        padding-right: 0.25em;
        width: 33.3333%;
    }
    #chart-footer>div:nth-child(2n+3) {
        clear: none;
    }
    #chart-footer>div:nth-child(3n+4) {
        clear: both;
    }
    #chart-footer>div:nth-child(2n+2) {
        padding-left: 0;
        padding-right: 0.25em;
    }
    #chart-footer>div:nth-child(2),
    #chart-footer>div:nth-child(3n+5) {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }
    #chart-footer>div:nth-child(3n+3) {
        padding-left: 0.25em;
        padding-right: 0;
    }
    #range-input .range-wrap {
        display: inline-block;
        float: none;
        margin-right: 7px;
        max-width: 240px;
        width: 25%;
    }
    #range-input .range-wrap.range-begin {
        padding-right: 0;
    }
    #range-input .range-wrap.range-begin .calendar-icon {
        right: 5px;
    }
    #range-input .submit {
        width: 240px;
    }
}

@media (min-width: 1024px) {
    #top-table tr {
        float: left;
        width: 25%;
    }
    #top-table .row1,
    #top-table .row2 {
        width: auto;
    }
    #top-table .row2 td {
        padding-right: 1em;
        width: auto;
    }
    #top-table td {
        white-space: nowrap;
    }
    #top-table .row4 td:last-child,
    #top-table .row5 td:last-child,
    #top-table .row8 td:last-child,
    #top-table .row9 td:last-child,
    #top-table .row12 td:last-child,
    #top-table .row13 td:last-child {
        margin-right: 4%;
        width: 46%;
    }
    #top-table .row5 td:first-child,
    #top-table .row6 td:first-child,
    #top-table .row7 td:first-child,
    #top-table .row9 td:first-child,
    #top-table .row10 td:first-child,
    #top-table .row11 td:first-child,
    #top-table .row13 td:first-child {
        margin-left: 4%;
        width: 46%;
    }
    #range-selector ul {
        display: table;
        table-layout: fixed;
    }
    #range-selector ul li {
        display: table-cell;
        float: none;
        width: auto;
    }
    #chart-footer>div {
        width: 25%;
    }
    #chart-footer>div:nth-child(3n+4) {
        clear: none;
    }
    #chart-footer>div:nth-child(3n+3) {
        padding-right: 0.25em;
    }
    #chart-footer>div:nth-child(4n+5) {
        clear: both;
        padding-left: 0;
    }
    #chart-footer>div:nth-child(3n+4) {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }
}

.is-selected .pika-button {
    background-color: #1674D1;
}

.pika-button:hover {
    background: #04b7ec!important;
}

#top-table td {
    padding: 0.4em 0;
    border-bottom: 1px solid #c2c2c2;
}

#footer {
    width: 100%;
    float: left;
    clear: both;
}

#footer>div:first-child {
    float: left;
    display: block;
}

#footer>div:last-child {
    float: left;
    display: block;
    font-size: 13px;
}

@import("font-awesome-4.4.0/css/font-awesome.min.css");
html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a,
a:hover,
a:active {
    text-decoration: none;
    color: #111111;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    /*font: 16px/22px "proxima-nova",sans-serif;*/
    color: #111111;
    letter-spacing: 0.05em;
}


/*  ==========================================================================
    Type
    ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 600;
    margin: 1.5em 0 1em;
    line-height: 1em;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 .25em;
    font-size: 1.75em;
}

h2 {
    margin: 0 0 .65em;
}

h3 {
    line-height: 1.1em;
}

h4 {
    margin: 1.5em 0 .5em;
}

p {
    margin: 0 0 1.5em;
}

figure {
    margin: 0 0 1.5em;
}

figcaption {
    font-size: 13px;
    color: #aaa;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    line-height: 1em;
}

ul {
    margin: 0 0 1em;
}

.omnes {
    font-family: 'Lato', sans-serif;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

strong,
b,
.bold {
    font-style: normal;
    font-weight: 600;
}

.sml {
    font-size: 13px;
    line-height: 18px;
}

.tiny {
    font-size: 11px;
    line-height: 14px;
}

.bigger {
    font-size: 16px;
}

.huge {
    font-size: 30px;
    line-height: 1em;
}

.uppercase {
    text-transform: uppercase;
}

.leader {
    font-size: 1.2em;
    line-height: 1em;
    margin: .5em 0;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

@media only screen and (min-width:550px) {
    h1 {
        font-size: 2em;
    }
    .leader {
        font-size: 1.3em;
        line-height: 1.2em;
    }
}

@media only screen and (min-width:700px) {
    body {
        font-size: 15px;
    }
    .sml,
    figcaption {
        font-size: 14px;
    }
    h1 {
        font-size: 2.25em;
    }
    .bigger {
        font-size: 18px;
    }
    .huge {
        font-size: 35px;
    }
    .leader {
        font-size: 1.5em;
        font-weight: 300;
    }
    h2 {
        font-size: 1.65em;
    }
}

@media only screen and (min-width:1000px) {
    body {
        font-size: 15px;
    }
    .tiny {
        font-size: 12px;
    }
    h1 {
        font-size: 2.5em;
    }
    .leader {
        font-size: 1.65em;
    }
    h2 {
        font-size: 1.75em;
    }
}

@media only screen and (min-width:1200px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 2.95em;
    }
    .leader {
        font-size: 1.75em;
    }
    h2 {
        font-size: 1.95em;
    }
}

@media only screen and (min-width:1400px) {
    body {
        font-size: 17px;
    }
    .bigger {
        font-size: 20px;
    }
    .huge {
        font-size: 40px;
    }
    h1 {
        font-size: 3.15em;
    }
}

@media only screen and (min-width:1400px) {}

@media only screen and (min-width:1600px) {
    body {
        font-size: 18px;
    }
    .sml,
    figcaption {
        font-size: 15px;
    }
    .tiny {
        font-size: 13px;
    }
    .huge {
        font-size: 45px;
    }
}


/*  ==========================================================================
    Color
    ========================================================================== */

.txt--black {
    color: #000 !important;
}

.txt--orange {
    color: #f8963d !important;
}

.txt--green {
    color: #1674D1 !important;
}

.txt--blue {
    color: #04b7ec !important;
}

.txt--pink {
    color: #ed0088 !important;
}

.txt--grey {
    color: #aaa;
}

.txt--darkgrey {
    color: #999;
}

.border--black {
    border-color: #000 !important;
}

.border--orange {
    border-color: #f8963d !important;
}

.border--green {
    border-color: #1674D1 !important;
}

.border--blue {
    border-color: #04b7ec !important;
}

.border--pink {
    border-color: #ed0088 !important;
}

.border--grey {
    border-color: #ddd !important;
}

.hover--black:hover {
    color: #000 !important;
}

.hover--orange:hover {
    color: #f8963d !important;
}

.hover--green:hover {
    color: #1674D1 !important;
}

.hover--blue:hover {
    color: #04b7ec !important;
}

.hover--pink:hover {
    color: #ed0088 !important;
}

.hover--grey:hover {
    color: #aaa;
}

.hover--darkgrey:hover {
    color: #999;
}


/*  ==========================================================================
    Buttons
    ========================================================================== */

.btn {
    padding: .84em 1.25em;
    -webkit-appearance: none !important;
    box-shadow: none;
    border: none;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #333;
    background: #eee;
}

.btn .fa {
    padding-left: .75em;
    position: relative;
    font-size: .88em;
}

.btn .fa-left.fa,
.btn .fa--left.fa {
    padding-left: 0;
    padding-right: .75em;
}

.btn--text .fa-left.fa {
    padding-right: .5em;
}

.btn--text {
    padding-left: 0;
    padding-right: 0;
    background: none;
}


/*  ==========================================================================
    Tables
    ========================================================================== */

table {
    width: 100%;
    text-align: left;
    border-color: #ddd;
}

td,
th {
    border-color: #ddd;
    padding: .5em;
}


/*  ==========================================================================
    siteheader
    ========================================================================== */

.siteheader {
    background: #fff;
    position: relative;
    z-index: 200;
    border-bottom: 1px solid #ddd;
}

.siteheader__bd {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.sitelogo {
    margin: 0;
    display: block;
    width: 120px;
}

.sitelogo__link {
    display: block;
}

.sitelogo__img {
    display: block;
    width: 100%;
}

.sitelogo__img--nopositioning {
    display: block;
}

.sitelogo__img--positioning {
    display: none;
}

.navtoggle--siteheader {
    dipslay: block;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1em;
    margin: -1em -.5em 0 0;
    padding: .5em;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (min-width: 700px) {
    .siteheader__bd {
        padding: 15px 0;
    }
    .sitelogo {
        width: 150px;
    }
}

@media only screen and (min-width: 1000px) {
    .siteheader__bd {
        padding: 20px 0;
    }
    .sitelogo {
        width: 210px;
    }
    .sitelogo__img--nopositioning {
        display: none;
    }
    .sitelogo__img--positioning {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .sitelogo {
        width: 225px;
    }
}

@media only screen and (min-width: 1400px) {
    .sitelogo {
        width: 250px;
    }
}

@media only screen and (min-width: 1600px) {
    .sitelogo {
        width: 275px;
    }
}


/*  ==========================================================================
    siteheaderfixed
    ========================================================================== */

.siteheader--fixed {
    display: none;
}

.siteheader--fixed .siteheader__bd {
    padding: 20px 0;
}

@media only screen and (min-width:1000px) {
    .siteheader--fixed {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: -81px;
        background: #fff;
        z-index: 999;
        -webkit-transition: top 150ms ease-out 0s;
        -moz-transition: top 150ms ease-out 0s;
        transition: top 150ms ease-out 0s;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .10);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .10);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .10);
    }
    .siteheader--fixed .sitelogo {
        width: 120px;
    }
    .show-siteheader--fixed .siteheader--fixed {
        -webkit-transition: top 300ms ease-out 0s;
        -moz-transition: top 300ms ease-out 0s;
        transition: top 300ms ease-out 0s;
        top: 0px;
    }
}


/*  ==========================================================================
    sitenav
    ========================================================================== */

.sitenav {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.sitenav__bd {
    padding: 7.14% 0;
}

.sitenav li {
    border-bottom: solid 1px #777;
    position: relative;
}

.sitenav a {
    color: #e5e5e5;
    font-weight: 800;
    padding: .75em 0;
    display: block;
}

.sitenav a .fa {
    padding: 0;
}


/* dropdown */

.dropdown a {
    width: 90%;
}

.dropdown a.dropdowntoogle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 10%;
    text-align: right;
}

.dropdown.open .dropdowntoogle .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdownlist {
    max-height: 0;
    overflow: hidden;
}

.dropdown.open .dropdownlist {
    max-height: 999px;
    padding-bottom: 1em;
}

.dropdownlist li {
    border-bottom: none;
    display: block;
}

.dropdownlist li a {
    font-weight: normal;
    padding: .25em 0;
}

.dropdownlist ul {
    padding: .25em 0 .25em 1em;
}

.sitenav .linkline {
    border-color: #666;
}

.searchtoggleicon>a {
    display: none;
}


/* search */

.sitenavsearch {
    position: relative;
}

.sitenavsearch__field {
    padding: .45em 2.5em .45em 0;
}

.sitenavsearch__input {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    color: #e5e5e5;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    width: 100%;
}

.sitenavsearch__button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    color: #e5e5e5;
    outline: none;
    height: 45px;
    width: 40px;
    text-align: right;
    vertical-align: middle;
}

.sitenavsearch__button:hover {
    color: #04b7ec;
}

.sitenavsearch-overlay {
    position: fixed;
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: 100;
    -webkit-transition: opacity 300ms ease-out 0ms, height 0ms linear 300ms;
    -moz-transition: opacity 300ms ease-out 0ms, height 0ms linear 300ms;
    transition: opacity 300ms ease-out 0ms, height 0ms linear 300ms;
}

@media only screen and (min-width: 700px) {
    .sitenav__bd {
        padding: 3.7% 0;
    }
}

@media only screen and (min-width: 1000px) {
    .sitenavsearch__button {
        height: 30px;
        width: 30px;
    }
    .sitenav .dropdowntoogle {
        display: none;
    }
    .dropdown a {
        width: auto;
    }
    .sitenav {
        width: 100%;
        background: none;
        position: absolute;
        top: 50%;
        margin-top: -.75em;
    }
    .sitenav__bd {
        padding: 0;
        margin: 0;
    }
    .sitenavlist--center {
        position: absolute;
        right: 25%;
        margin-left: 25%;
        width: 50%;
        text-align: center;
    }
    .sitenavlist--right {
        position: absolute;
        right: 0;
        width: 25%;
        text-align: right;
    }
    .sitenav li {
        border: none;
        display: inline-block;
        margin: 0 0 0 1em;
    }
    .sitenav li.circleicon {
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        margin-top: -5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
    }
    .searchtoggleicon>a {
        display: block;
    }
    .sitenav li.circleicon:hover {
        border-color: #04b7ec;
    }
    .sitenav a {
        color: #111111;
        padding: 0;
    }
    .sitenav a:hover {
        color: #3dbbed;
    }
    .sitenav .linkline {
        border-color: #fff;
    }
    .sitenav .current-menu-item .linkline {
        border-color: #3dbbed;
    }
    .sitenav .current-menu-ancestor .linkline {
        border-color: #3dbbed;
    }
    .sitenav ul ul {
        display: none;
    }
    .navtoggle {
        display: none;
    }
    .sitenavsearch {
        background: #fff;
        position: absolute;
        top: -1px;
        left: -1px;
        font-size: 1em;
        opacity: 0;
        width: 0;
        height: 30px;
        border: 1px solid #e7e7e7;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        line-height: 30px;
        overflow: hidden;
        -webkit-transition: width 0ms ease-out 0ms, opacity 150ms ease-out 10ms, position 150ms ease-out 10ms;
        -moz-transition: width 0ms ease-out 0ms, opacity 150ms ease-out 10ms, position 150ms ease-out 10ms;
        transition: width 0ms ease-out 0ms, opacity 150ms ease-out 10ms, position 150ms ease-out 10ms;
    }
    .show-sitenavsearch .sitenavsearch {
        border: 1px solid #e7e7e7;
        left: -201px;
        width: 230px;
        opacity: 1;
        -webkit-transition: width 0ms ease-out 0ms, opacity 150ms ease-out 10ms, position 150ms ease-out 10ms;
        -moz-transition: width 0ms ease-out 0ms, opacity 150ms ease-out 10ms, position 150ms ease-out 10ms;
        transition: width 0ms ease-out 0ms, opacity 150ms ease-out 10ms, position 150ms ease-out 10ms;
    }
    .sitenavsearch__button {
        color: #000;
    }
    .show-sitenavsearch .searchtoggleicon a {
        opacity: 0;
    }
    .sitenavsearch__button {
        display: none;
    }
    .show-sitenavsearch .sitenavsearch__button {
        display: block;
    }
    .sitenavsearch__field {
        padding: 0em 1em;
    }
    .show-sitenavsearch input[type="text"].sitenavsearch__input,
    .sitenavsearch__input {
        font-size: .9em;
        line-height: 1.2em;
        padding: .6em 0;
        color: #666;
        width: 100%;
    }
    .sitenav .contactlink a {
        margin: -.75em 0 0;
        border: solid 1px #e5e5e5;
        padding: .75em 1em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .sitenav .contactlink a .linkline {
        border-color: #fff;
    }
    .sitenav .contactlink a:hover {
        border-color: #3dbbed;
    }
    .searchtoggleicon {
        display: inline-block;
        position: relative;
    }
    .show-sitenavsearch .searchtoggleicon .fa-search:before {
        position: absolute;
        z-index: 100;
        top: 50%;
        margin-top: -16px;
        height: 30px;
        line-height: 30px;
        right: 9px;
    }
    .show-sitenavsearch .sitenav li.circleicon.searchtoggleicon:hover {
        border-color: #e5e5e5;
    }
}

@media only screen and (min-width:1200px) {
    .sitenav li {
        margin: 0 0 0 1.25em;
    }
}

@media only screen and (min-width:1400px) {
    .sitenav li {
        margin: 0 0 0 1.5em;
    }
}


/*  ==========================================================================
    sitefooter
    ========================================================================== */

.footersection {
    text-align: center;
    margin-bottom: 1em
}

.footersection hr {
    max-width: 20px;
    text-align: center;
    margin: .75em auto;
}

.sitefooter a:hover {
    text-decoration: underline;
}

.sitefooter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sitefooter ul li {
    line-height: 1.5em;
}

.sitefooter__primary,
.sitefooter__secondary,
.sitefooter__investors {
    border-top: 1px solid #dddddd;
    margin-top: .5em;
}

.sitefooter__primary,
.sitefooter__investors {
    padding: .5em 0;
}

.sitefooter__secondary ul {
    padding: 1em 0;
}

.sitefooter__secondary li {
    margin-left: 1em;
    display: block;
    text-align: center;
}

.sitefooter__secondary li:first-child {
    margin-left: 0;
}

.officialsitefooter {
    background: #000;
    padding: 1em 0;
}

.officialsitefooter li,
.officialsitefooter a {
    color: #a8a7a8;
    font-size: 13px;
}

.officialsitefooter a:hover {
    text-decoration: underline;
}

.officialsitefooter li {
    line-height: 22px;
}

.officialsitefooter li.inline a {
    padding: 0 .5em;
    border-left: 1px solid #333;
}

.officialsitefooter li.inline:first-child a {
    padding-left: 0;
    border-left: none;
}

.officialsitefooter ul {
    margin: 0;
    font-size: 0;
}

.copyright {
    margin-top: 1em;
}

.officialsitefooter,
.officialsitefooter .align--right {
    text-align: center;
}

@media only screen and (min-width:550px) {
    .footersection {
        text-align: left;
    }
    .footersection hr {
        text-align: left;
        margin: .75em 0;
    }
    .sitefooter__secondary li {
        display: inline-block;
    }
}

@media only screen and (min-width:1200px) {
    .copyright {
        margin-top: 0;
    }
    .officialsitefooter {
        text-align: left;
    }
    .officialsitefooter .align--right {
        text-align: right;
    }
}


/*  ==========================================================================
    body
    ========================================================================== */

.bd {
    position: relative;
    margin: 0 7.14%;
    min-height: 1px;
}

.bd:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.pagebody {
    padding: 2em 0 2em;
}

.bodycopy ul {
    padding-left: 0;
}

.bodycopy ul li {
    list-style: none;
}

.bodycopy ul li:before {
    content: "•";
    margin-left: -1em;
    padding-right: .75em;
    color: #ddd;
    /* or whatever color you prefer */
}

.bodycopy a {
    font-weight: bold;
    color: #000;
}

.bodycopy a:hover {
    text-decoration: underline;
}

@media only screen and (min-width:1000px) {
    .pagebody {
        padding: 2em 0 4em;
    }
}


/*  ==========================================================================
    hero slider
    ========================================================================== */

.hero .item {
    padding-bottom: 120%;
    overflow: hidden;
    height: 0;
    background-size: cover;
    background-position: bottom;
}

.hero .item {
    position: relative;
}

.hero .item h1 {
    color: #fff;
    margin-bottom: .75em;
}

.hero .item .item__content {
    position: absolute;
    max-width: 850px;
    bottom: 15%;
}

@media only screen and (min-width:550px) {
    .hero .item {
        padding-bottom: 55%;
    }
}

@media only screen and (min-width:800px) {
    .hero .item {
        padding-bottom: 45%;
    }
}


/*  ==========================================================================
    page header
    ========================================================================== */

.pageheader {
    position: relative;
}

.pageheader__bd {
    position: relative;
}

.pageheader__content {
    padding: 4em 0 1em;
    max-width: 650px;
}

.pageheader--img {
    height: 0;
    padding-bottom: 100%;
    color: #fff;
}

.pageheader__img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pageheader__overlay {
    background: #000;
    opacity: .35;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pageheader--img .pageheader__content {
    position: absolute;
    top: 15%;
    padding: 0;
}

.pageheader--img .leader {
    color: #cad3d6;
}

@media only screen and (min-width:550px) {
    .pageheader--img {
        padding-bottom: 55%;
    }
}

@media only screen and (min-width:700px) {
    .pageheader--img {
        padding-bottom: 45%;
    }
}

@media only screen and (min-width:1200px) {
    .pageheader--img {
        padding-bottom: 35%;
    }
}


/*  ==========================================================================
    page content
    ========================================================================== */

.pagebody__content {
    padding: 1.5em 0 1em;
    border-top: 1px solid #ddd;
    margin-top: 1em;
}

.pagebody__content--noborder {
    border-top: none;
}

.pagebody__content:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.categoryheader {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}

.categoryheader h4 {
    border-top: 4px solid;
    padding: 1em 0 .5em;
    margin-top: 0;
}

.imgwrapper {
    position: relative;
    padding-bottom: 64%;
    height: 0;
    overflow: hidden;
}

.imgwrapper--circle {
    padding-bottom: 0;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: block;
}

.imgwrapper___img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width:1000px) {
    .pagebody__content:first-child {
        margin-top: 1em;
    }
}

@media only screen and (min-width:1200px) {
    .pagebody__content {
        padding: 3.5em 0 1em;
    }
}


/*  ==========================================================================
    article section
    ========================================================================== */

.articlethumb {
    margin-top: 1.5em;
}

.home .articlethumb:first-child {
    margin-top: 0;
}

.events .articlethumb {
    margin-top: 1.5em;
}

.events .nomargin--top.articlethumb {
    margin-top: 0;
}

.articlethumb--featured .imgwrapper {
    padding-bottom: 67%;
}

.articlethumb__category {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}

.articlethumb__category h4 {
    border-top: 4px solid;
    padding: 1em 0 .5em;
    margin-top: 0;
}

.articlethumb__heading h2,
.articlethumb__heading h3 {
    margin-top: 0;
}

.addseparator {
    padding: 2em 0;
    margin-top: 2em
}

@media only screen and (min-width:700px) {
    .page--articles .articlethumb:nth-child(2) {
        margin-top: 0;
    }
    .home .articlethumb:first-child {
        margin-top: 1.5em;
    }
}

@media only screen and (min-width:800px) {
    .articlethumb--news .articlethumb__heading h3 {
        /*height: 2.75em;
        overflow: hidden; */
    }
    .articlethumb--news .articlethumb__heading h2 {
        height: 2.5em;
    }
}

@media only screen and (min-width:1000px) {
    .articlethumb--news .articlethumb__heading h3 {
        /*height: 3.1em;
        overflow: hidden; */
    }
    .page--articles .articlethumb:nth-child(1),
    .page--articles .articlethumb:nth-child(2),
    .page--articles .articlethumb:nth-child(3),
    .page--articles .articlethumb:nth-child(4) {
        margin-top: 0;
    }
}


/*  ==========================================================================
    Investors panel section
    ========================================================================== */

.investorspanel {
    margin-top: 1.5em;
}

.investorspanel__link {
    margin-bottom: .5em;
    border-top: 1px solid #ddd;
    padding-top: .5em;
}

.investorspanel__link:first-child {
    border-top: none;
    padding-top: 0;
}

.investorspanel__link:last-child {
    border-bottom: 1px solid #ddd;
}

.investorspanel__link h3 {
    margin-top: 0;
}

@media only screen and (min-width:1000px) {
    .investorspanel__link:last-child {
        border-bottom: none;
    }
}


/*  ==========================================================================
    Full Width panel section
    ========================================================================== */

.fullwidthpanel--img {
    background: #000;
    margin-left: -8.3%;
    margin-right: -8.3%;
    text-align: center;
    padding: 0;
    margin: 1em 0;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    color: #fff;
}

.fullwidthpanel--img a {
    color: #fff;
}

.fullwidthpanel__wrapper {
    text-align: center;
    padding: 4em 0;
    position: relative;
    z-index: 2;
}

.fullwidthpanel__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .66;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (min-width:850px) {
    .fullwidthpanel__wrapper {
        max-width: 850px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .no-touch .fullwidthpanel__img {
        background-attachment: fixed;
    }
}


/*  ==========================================================================
    Article page
    ========================================================================== */

.articlebody {
    margin-bottom: 1em;
}

.inlinenavlist {
    display: none;
}

.inlinenavlist a:hover {
    text-decoration: underline;
}

.inlinenavlist--top {
    border-bottom: 1px solid #ddd;
    margin-top: .5em;
    padding-bottom: .5em;
}

.inlinenavlist--bottom {
    border-top: 1px solid #ddd;
    padding-top: .5em;
}

.inlinenavlist * {
    display: inline-block;
}

.inlinenavlist ul {
    margin: 0.25em 0;
    border-left: 1px solid #ddd;
    padding-left: 1em;
}

@media only screen and (min-width:800px) {
    .inlinenavlist ul {
        margin: 0 0 0 1.25em;
    }
}

@media only screen and (min-width:1000px) {
    .articlebody {
        margin-bottom: 3em;
    }
    .inlinenavlist {
        display: block;
    }
    .inlinenavlist--list>li {
        position: relative;
        line-height: 21px;
    }
    .inlinenavlist--list>li a {
        display: block;
        padding: 8px 1em;
    }
    .inlinenavlist--list>li ul {
        position: absolute;
        width: 200px;
        margin-top: 9px;
        left: 50%;
        margin-left: -104px;
        text-align: center;
        border: 1px solid #ddd;
        border-top: none;
        display: none;
        padding: 6px;
    }
    .inlinenavlist--list>li ul li {
        display: block;
        padding-left: 0;
    }
    .inlinenavlist--list .inlinenavlist__space {
        display: none;
        position: absolute;
        width: 100%;
        line-height: 24px;
        height: 14px;
    }
    .inlinenavlist--list>li:hover ul {
        display: block;
        z-index: 999;
    }
    .inlinenavlist--list>li:hover .inlinenavlist__space {
        display: block;
    }
    .inlinenavlist--list>li ul li:hover {
        background: #eee;
    }
    .inlinenavlist--list>li ul li:hover a {
        text-decoration: none;
    }
}

.articleheader {
    position: relative;
}

.articleheader__bd {
    position: relative;
    padding: 2em 0 2em;
}

.articleheader__content {
    max-width: 650px;
}

.articleheader--img {
    height: 0;
    padding-bottom: 100%;
    color: #fff;
    margin-bottom: 2em;
}

.articleheader__img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.articleheader__overlay {
    background: #000;
    opacity: .35;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.articleheader--img .articleheader__bd {
    width: 85.72%;
    position: absolute;
    top: 15%;
    padding: 0;
}

.articleheader--img .article__tags a {
    color: #fff;
    border-bottom: 1px solid #aaa;
}

.articleheader--img .article__tags a:hover {
    border-bottom: 1px solid #fff;
}

.articleheader--img .leader {
    color: #cad3d6;
}

@media only screen and (min-width:550px) {
    .articleheader--img {
        padding-bottom: 55%;
    }
}

@media only screen and (min-width:700px) {
    .articleheader__bd {
        position: relative;
        padding: 4em 0 6em;
    }
    .articleheader--img {
        padding-bottom: 45%;
    }
    .articleheader--img {
        margin-bottom: 4em;
    }
}

@media only screen and (min-width:1200px) {
    .articleheader--img {
        padding-bottom: 35%;
    }
}

.articles--featured h2 {
    margin-bottom: 1em;
}

.article__tags {
    display: inline-block;
    padding-left: 2em;
}

.article__tags a {
    border-bottom: 1px solid #ddd;
}

.article__tags a:hover {
    border-bottom: 1px solid #000;
}

.article__copy {
    margin-top: 1.5em;
}

.article__copy h2:first-child {
    margin-top: 0;
}

.article__author {
    margin: 3em 0 2em;
}

.article__author .authorheading {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}

.article__author .authorheading h4 {
    border-top: 4px solid;
    padding: 1em 0 .5em;
}

.article__author .imgwrapper--circle {
    height: 100px;
    width: 100px;
}

.authorbody {
    padding-top: 1em;
}

.authorname {
    margin-bottom: .25em;
    margin-top: 0;
}

@media only screen and (min-width:550px) {
    .article__author .imgwrapper--circle {
        float: left;
    }
    .authorbody {
        padding-left: 120px;
        padding-top: 0;
    }
}

@media only screen and (min-width:700px) {
    .article__copy {
        margin-top: 0;
    }
}


/*  ==========================================================================
    Article sidebar
    ========================================================================== */

.categorysidebar__list {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.categorysidebar__list li {
    cursor: pointer;
    display: inline-block;
    margin-right: 1em;
}

.categorysidebar__list li:hover,
.categorysidebar__list li.selected {
    color: #04b7ec;
}

.categorysidebar h4 {
    margin-bottom: 0;
    margin-top: .5em;
}

.article__sidebar h4 {
    border-top: 4px solid;
    padding: 1em 0 .5em;
    margin-top: 0;
}

.sidebar__downloadlink,
.sidebar__link {
    padding: 1em 0;
    border-top: 1px solid #dddddd;
}

.downloadlink__icon {
    float: left;
    width: 5%;
    padding-top: 2px;
}

.downloadlink__link {
    float: right;
    width: 90%;
}

.downloadlink__link .btn--text {
    padding: 0;
}

.downloadlink__link .btn--text span {
    display: inline;
}

.sidebar__link .btn--text {
    display: block;
    padding: 0;
}

@media only screen and (min-width:700px) {
    .categorysidebar__list {
        border-bottom: none;
        padding-bottom: 0;
    }
    .categorysidebar__list li {
        display: block;
        margin-right: 0;
    }
    .categorysidebar hr {
        max-width: 20px;
    }
}


/*  ==========================================================================
    Pagination
    ========================================================================== */

.paging {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: .5em 0;
    margin-bottom: 5em;
}

.paging__nextprev,
.paging__numbers {
    display: inline-block;
    vertical-align: middle;
}

.paging__nextprev {
    float: right;
}

.paging__nextprev .btn--text {
    margin-right: 1em;
}

.number {
    padding: .84em 1.25em;
    font-weight: bold;
    display: inline-block;
    border-left: 1px solid #ddd;
    color: #aaa;
}

.number.current {
    color: #000;
}

.number:first-child {
    border: none;
}


/*  ==========================================================================
    About us page
    ========================================================================== */

.influence--panel ul {
    padding: 0;
}

.influence--panel li {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.influence--panel span {
    display: block;
    text-align: center;
}

@media only screen and (min-width:550px) {
    .influence--panel {
        border-bottom: 1px solid #ddd;
    }
    .influence--panel ul {
        margin: 0 7.14%;
    }
    .influence--panel li {
        padding: 1em 0;
        border-bottom: none;
        border-left: 1px solid #ddd;
        box-sizing: border-box;
    }
    .influence--panel li:first-child {
        border-left: none;
    }
}


/*  ==========================================================================
    Senior Management page
    ========================================================================== */

.seniormngm--thumb {
    margin-bottom: 1.5em;
}

.seniormngm--thumb h3 {
    margin: 1.25em 0 .25em;
}


/*  ==========================================================================
    Investors Page
    ========================================================================== */

.investors__section>.gd-u {
    margin-top: 1.5em;
}

.investors__section>.gd-u:first-child {
    margin-top: 0;
}

.eventbody {
    padding-left: 4.5em;
}

.articlethumb--event .eventdate {
    background: #1674D1;
    color: #fff;
    float: left;
    padding: .5em .75em;
    line-height: 1;
    text-align: center;
}

.articlethumb--event .eventdate .huge {
    font-size: 24px;
    line-height: 1em;
}

.articlethumb--event .eventdate.uppercase {
    font-size: .85em;
}

.articlethumb--event .eventdate span {
    display: block;
}

@media only screen and (min-width:700px) {
    .articlethumb--event .eventdate {
        padding: .75em 1.25em;
    }
    .eventbody {
        padding-left: 6.5em;
    }
    .articlethumb--event .eventdate .huge {
        font-size: 30px;
        line-height: 1em;
    }
    .articlethumb--event .eventdate.uppercase {
        font-size: 1em;
    }
    .articlethumb--event .articlethumb__heading {
        padding-top: .75em;
    }
}

@media only screen and (min-width:1000px) {
    .investors__section>.gd-u {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .articlethumb--event h2 {
        font-size: 1.75em;
    }
}


/*  ==========================================================================
    List panel
    ========================================================================== */

.listpanel__content {
    list-style: none;
    padding-left: 0;
}

.listpanel__item {
    margin-bottom: .5em;
    border-top: 1px solid #ddd;
    padding-top: .5em;
}

.listpanel__item h3 {
    margin-top: 0;
}

.listpanel__content.borderbottomitems .listpanel__item {
    border-top: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
    padding-top: 0;
    padding-bottom: .5em;
}

.listpanel__item .float--right {
    float: right;
    margin-top: .35em;
}

@media only screen and (min-width:1000px) {
    .investors__section>.gd-u {
        margin-top: 0;
    }
    /*.listpanel__item{ padding-top: .75em; }*/
}


/*  ==========================================================================
    Contact Page
    ========================================================================== */

.contactinfo .gd-u:first-child h3 {
    margin-top: 0;
}

.contactinfo .gd-u:nth-child(2) h3 {
    margin-top: 1em;
}

.map {
    background: #f1f1f1;
    padding: 100% 0 0;
    position: relative;
    height: 0;
    overflow: hidden;
}

.map__canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 1;
}

@media only screen and (min-width: 550px) {
    .contactinfo .gd-u:nth-child(2) h3 {
        margin-top: 0;
    }
    .map {
        padding: 75% 0 0;
    }
}

@media only screen and (min-width: 800px) {
    .contactinfo .gd-u:nth-child(2) h3 {
        margin-top: 1em;
    }
    .map {
        padding: 70% 0 0;
    }
}

@media only screen and (min-width: 1000px) {
    .map {
        padding: 56% 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .map {
        padding: 50% 0 0;
    }
}


/*  ==========================================================================
    Asset Library Page
    ========================================================================== */

.assetsearch {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: .5em 0;
    margin-top: 3em;
    position: relative;
}

input[type="text"] {
    display: inline-block;
    outline: none;
    padding: .84em 0;
    width: 80%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}

.order__select,
.order__select * {
    display: inline-block;
    line-height: 1em;
}

.assetsearch__form {
    width: 100%;
    position: relative;
}

.submitsearch {
    vertical-align: middle;
    position: absolute;
    top: -1px;
    right: 0;
}

.assetsearch__order {
    border-top: 1px solid #ddd;
    padding: 1.25em 0 .75em;
}

.order__select {
    cursor: pointer;
    margin-left: 1em;
    position: relative;
    width: 130px;
    display: inline-block;
    height: .8em;
}

.order__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.order__list li {
    display: none;
    padding: 0 1em;
}

.order__list li.selected {
    display: block;
    font-weight: bold;
}

.order__select.open .order__list {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.order__select.open .order__list li {
    display: block;
    margin-bottom: .45em;
    padding-bottom: .45em;
}

.order__select.open .order__list li:hover {
    font-weight: bold;
}

.order__sort {
    position: absolute;
    right: 0;
    top: -3px;
}

.order__select.open .order__sort {
    transform: rotate(180deg);
    top: 2px;
}

@media only screen and (min-width: 600px) {
    /*.assetsearch__form{ width: 63%; float: left; padding-bottom: 0; }*/
    /*.submitsearch{ right: 1em; }*/
    .assetsearch__order,
    .assetsearch__form {
        display: inline-block;
    }
    .assetsearch__order {
        border-left: 1px solid #ddd;
        float: left;
        padding-left: 1em;
        border-top: none;
        padding-top: 0.84em;
    }
}


/*@media only screen and (min-width: 800px){
    .assetsearch__form{ width: 70%; }
}
@media only screen and (min-width: 950px){
    .assetsearch__form{ width: 75%; }
}

@media only screen and (min-width: 1200px){
    .assetsearch__form{ width: 80%; }
}*/

.assets {
    margin-top: .5em;
}

.asset {
    margin-bottom: 1.5em;
}

.asset__wrapper {
    display: none;
}

.assetvisible {
    display: inline-block;
}

.asset__icon {
    float: left;
}

.asset--body {
    padding-left: 2em;
}

.asset--body h4 {
    margin-top: 0;
}

.asset--body h4:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 1em;
}


/*  ==========================================================================
    Asset Library Page
    ========================================================================== */

.socialshare__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialshare__list li {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
    display: inline-block;
}

.socialshare__list li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.shareicon {
    color: #aaa;
    line-height: 35px;
    vertical-align: middle;
}

.socialshare__list li:hover {
    border: 1px solid #000;
}

.socialshare__list li:hover .shareicon {
    color: #000;
}

.articleheader--img .socialshare li {
    display: inline-block;
}

.articleheader--img .shareicon {
    color: #fff;
}

.articleheader--img .socialshare {
    position: static;
    margin-top: 1.75em;
}

@media only screen and (min-width: 700px) {
    .socialshare {
        position: absolute;
        top: 4em;
        right: 0;
    }
    .socialshare__list li {
        display: block;
    }
}


/*  ==========================================================================
    Search Page
    ========================================================================== */


/*.searchseactionheader{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}

.searchseactionheader h4{
    border-top: 4px solid;
    padding: 1em 0 .5em;
    margin-top: 0;
}*/

.searchseactionheader {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}

.searchseactionheader h4 {
    border-top: 1px solid #dddddd !important;
    padding: 1em 0 .5em;
    margin-top: 0;
}

.searchseactionheader h4 span {
    font-weight: normal;
}

.searchseactionbody {
    padding: 1em 0;
}

.searchseactionbody .articlethumb {
    margin-bottom: 1em;
}

.searchseactionbody .articlethumb:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 700px) {
    .searchseactionbody .articlethumb:nth-child(2) {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .searchseactionbody .articlethumb:nth-child(3),
    .searchseactionbody .articlethumb:nth-child(4) {
        margin-top: 0;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.nomargin--top {
    margin-top: 0;
}

.nomargin--bottom {
    margin-bottom: 0;
}

.nopadding--top {
    padding-top: 0;
}

.nopadding--bottom {
    padding-bottom: 0;
}

.inline {
    display: inline-block;
}

.align--left {
    text-align: left;
}

.align--right {
    text-align: right;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.pika-single td.is-today button.pika-button {
    color: #1674D1!important;
}

.pika-single td.is-today button.pika-button:hover,
.pika-single td.is-today.is-selected button.pika-button {
    color: #fff!important;
}

.pika-single td.is-selected button.pika-button,
.pika-single td button.pika-button:hover {
    background-color: #1674D1!important;
    box-shadow: none!important;
}

body {
    padding: 0;
    margin: 0;
    /*font: 16px/22px "proxima-nova",sans-serif;*/
}


/*
// Share price table
*/

#top,
#range-selector,
#range-input,
#chartexport,
#chart,
#chart-footer,
#footer {
    padding-left: 0;
    padding-right: 0;
}

.news_tool .toolbox_group {
    padding: 0 1em 0 0;
}

.news_tool .toolbox_group:nth-child(3) {
    padding: 0 0 0 1em;
}


/*
// Share price calculator
*/

#dividends-form {
    font-size: 14px;
    min-height: 250px;
}

#wrapper {
    padding: 0;
}

#dividends-range-input:after {
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}

#dividends-range-input .title {
    display: block;
}

.amount-invested,
.amount-shares,
#dividends-range-input .range-begin,
#dividends-range-input .range-until {
    width: 50%;
    float: left;
    position: relative;
}

#dividends-range-input .range-begin {
    margin: 0;
}

.dividends-reinvested {
    display: block;
    clear: both;
}

#dividends-form label {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    left: 1em;
    color: #aaa;
    padding-top: .35em;
}

#dividends-form label .fa {
    display: none;
}

#dividends-form input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
}

.dividends-reinvested {
    position: relative;
}

#dividends-form .dividends-reinvested label {
    position: relative;
    width: auto;
    color: #000;
}

#dividends-form .amount-invested label,
#dividends-form .amount-shares label {
    width: 120px;
}

#dividends-form .amount-invested input[type="text"],
#dividends-form .amount-shares input[type="text"] {
    padding-left: 135px;
}

#dividends-range-input .range-begin,
#dividends-range-input .range-until,
.dividends-reinvested,
.amount-invested,
.amount-shares {
    padding: 0 .5em .5em 0;
    box-sizing: border-box;
}

.pika-table abbr:hover {
    cursor: default;
}

#chart-footer .history-download .select-format {
    float: left;
    width: 50%;
}

#chart-footer .history-download a {
    width: 45%;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
    background-color: #fff;
    color: #1674d1;
    border: solid 2px #1674d1;
    text-align: center;
    padding: 7.3px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#chart-footer .history-download a:hover {
    background-color: #1674d1;
    color: #fff;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

@media (max-width: 1090px) {
    #range-selector a {
        margin-bottom: 5px;
    }
    #top-table .row2 {
        width: 25%;
    }
    #chart-footer .history-download .select-format {
        width: 50%;
    }
    #chart-footer .history-download a {
        width: 49% !important;
        margin-left: 6px !important;
    }
    #chart-footer .history-download {
        width: 65.4%;
    }
    #chart-footer>div {
        width: 33%;
    }
}

@media (max-width: 922px) {
    #chart-footer .history-download a {
        margin-left: 0px !important;
        margin-top: 5px !important;
        clear: left !important;
        width: 50% !important;
    }
    #chart-footer>div {
        width: 50%;
    }
    #chart-footer .history-download {
        width: 49%;
        float: left;
        clear: none !important;
        margin-left: 7px;
    }
    #chart-footer .history-download .select-format,
    #chart-footer .history-download a {
        width: 100% !important;
    }
}

@media (max-width: 855px) {
    #top-table .row2 {
        width: 30%;
    }
}

@media (max-width: 700px) {
    #top-table .row2 {
        width: 40%;
    }
}

@media (max-width: 715px) {
    #chart-footer>div,
    #chart-footer .history-download {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #range-input .submit {
        max-width: 100%;
    }
    #chart-footer>div,
    #chart-footer>div:nth-child(2n+2) {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 1200px) {
    #chart-footer .history-download .select-format {
        width: 100%;
    }
    #chart-footer .history-download a {
        width: 100%;
        margin: 5px 0px;
    }
}

@media (max-width: 480px) {
    #top .top-company-info {
        font-size: 17px;
    }
    #top-table .row1 .col2 strong {
        font-size: 1.4em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:landscape) {
    #footer>div:last-child {
        font-size: 10px;
        line-height: 20px;
    }
}