
/*---- accessbility-----*/


body.nojs .snapdown-title i:before {
    content: ""
}

.main-content.landing-page {
    background: none;
    border: 0;
    padding: 0;
}
/*---- bootstrap-----*/
/*---------------- Start Reset CSS ----------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
/*---------------- End Reset CSS ----------------- */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ce09fde71af3dd1a0c54)
 * Config saved to config.json and https://gist.github.com/ce09fde71af3dd1a0c54
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@-ms-viewport {
    width: auto !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}

    a:active,
    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 {
    -moz-box-sizing: content-box;
    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;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover,
    a:focus {
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img, .img-responsive {
    vertical-align: middle;
    display: block;
    width: auto \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.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-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .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-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .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-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1230px) {
    .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-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after {
        clear: both;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/*---- main-----*/
#mobishownav .showmore1:after,
#mobishownav .showmore:after,
.mobisearch span.searchbg:after,
.mobinav span.navbg:after,
.snapdown-title p:after,
.siteSearch,
.home-slider a.bx-prev:after,
.home-slider a.bx-next:after,
.home-slider .bx-wrapper .bx-pager.bx-default-pager a:after,
.recent-reports-links ul li a:after,
.email-alerts-content .email-alerts-category ul li a:after {
    background: url(../images/sprite.png);
    background-repeat: repeat;
    content: " ";
    display: inline-block;
    position: absolute;
}

#logo-devices {
    display: none;
}

.burger-menu {
    display: none;
}

#MainWrapper {
    float: left;
    width: 100%
}

body.pageloading {
    overflow: hidden
}

#headerwrapper-main {
    width: 100%;
    background-color: #ffffff;
}

#header-top {
    width: 100%;
    height: 35px;
    text-align: right;
    background: url(../images/top-line.gif) repeat-y;
    background-color: #b21b47;
    background-size: 100% 100%;
}

#header-middle {
    min-height: 80px;
    background: #ffffff;
}

#header-bottom {
    width: 100%;
    background-color: #b21b47;
    min-height: 64px;
}

.container-fluid {
    margin: 0 auto;
    max-width: 1020px;
}

.top-icons {
    float: left;
}

    .top-icons li {
        float: left;
    }

    .top-icons li {
        background: url(../images/sprite.png);
        background-repeat: repeat;
    }

    .top-icons a {
        display: block;
        width: 51px;
        height: 50px;
    }

    .top-icons .home-icon {
        background-position: 155px -66px;
    }

    .top-icons .call-icon {
        background-position: 104px -66px;
    }

    .top-icons .search-icon {
        background-position: 53px -66px;
    }

#toplinks .toplinks-right {
    float: right;
}

#toplinks {
    float: left;
    padding-top: 14px;
    position: relative;
}

    #toplinks .toplinks-right .corp-site-link {
        text-transform: uppercase;
        color: #b31c47;
        font-size: 1.8rem;
        float: left;
        margin-top: 17px;
        width: 223px;
    }

        #toplinks .toplinks-right .corp-site-link a {
            color: #b31c47;
            font-family: 'KSansMedium';
        }

/*-------------- Main Body CSS Starts --------------*/
html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #ededed;
    color: #000;
    font-family: 'Myriad W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

a {
    color: #B21B47;
    text-decoration: none;
}

    a:hover {
        color: #B21B47;
        text-decoration: none;
    }

    a:focus, a:active {
        border: none;
        outline: 0;
        _noFocusLine: expression(this.hideFocus=true);
    }

.hide {
    display: none;
}

.invisible {
    position: absolute;
    left: -9999999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: visible;
}

img {
    outline-style: none;
    outline-width: 0;
    border: 0 none;
}

sup {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}

sub {
    margin: 2px 0;
    padding: 2px 0;
}

ul, ol {
    list-style: none;
}

input[type=text], input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#twocolright ul {
    list-style-image: none;
    margin: 0 0 20px 15px;
}

    #twocolright ul ul {
        list-style: outside none circle;
        margin: 5px 0 0 15px;
    }

#twocolright ol ol {
    margin: 5px 0 0 15px;
}

#twocolright ol {
    list-style: outside none numeric;
    margin: 0 0 20px 15px;
}

    #twocolright ol li, #twocolright ul li {
        margin: 0 0 5px;
        list-style-position: inside;
        list-style-type: disc;
    }

        #twocolright ul li ol, #twocolright ol li ul {
            margin: 5px 0 0 15px;
        }

hr {
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 5px 0;
}

:active {
    outline-style: none;
    outline-width: 0;
}

* {
    margin: 0;
    padding: 0;
}

.uppercase {
    text-transform: uppercase;
}

p {
    padding: 0 0 20px;
    font-family: 'Myriad W01 Regular';
}

.main-content p.h1, h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 0 0 20px;
    font-weight: normal
}

.main-content p.footnote {
    line-height: 1.5rem;
    color: #333333;
    font-size: 1.3rem;
}

    .main-content p.footnote sup {
        line-height: 1.2rem;
        color: #333333;
        font-size: 1.2rem;
    }

h2 {
    font-size: 2.2rem;
    line-height: 2.1rem;
    text-transform: uppercase;
    font-family: 'KSansBold';
    font-weight: normal
}

h3 {
    font-size: 2.2rem;
    line-height: 1.9rem;
    margin: 0 0 10px;
}

p#sectionheader {
    font-size: 1.6rem;
    line-height: 2rem;
}

.float100 {
    float: left;
    width: 100%;
}

.hide {
    display: none;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*-------------- Main Body CSS Ends --------------*/

/*-------------- Header CSS Starts --------------*/
#headerwrapper {
    margin: 0 auto 0;
    position: relative;
}

#logo {
    padding-top: 11px;
}

#headerlinks {
    overflow: hidden;
}

    #headerlinks ul li {
        border-right: 1px solid #0000FF;
        float: left;
        padding: 0 5px;
    }

#searchcontainer {
    clear: both;
    float: right;
    height: 25px;
    margin: 10px 0 0;
    overflow: hidden;
}

#searchTextboxContainer {
    float: left;
}

#SearchButtonContainer {
    float: left;
}

    #SearchButtonContainer input {
        height: 24px;
        width: 44px;
    }

.siteSearch {
    background-color: transparent;
    background-position: -125px -8px;
    border: 0 none;
    height: 13px;
    right: 2px;
    text-indent: -9999px;
    width: 12px;
    position: absolute;
    top: 0;
}

.search {
    border: none;
}

.searchbox {
    border-bottom: 1px solid #ababab;
    width: 200px;
    position: relative;
}

.search-txt {
    border: medium none;
    background: none;
}

#searchbox-mobi {
    display: none;
}

.searchbox-mobi-content {
    display: none;
    background: #b51946 none repeat scroll 0 0;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 999;
}

#searchTextboxContainer-mobi {
    float: left;
    margin: 10px 3px 10px 13px;
    width: 80%;
}

    #searchTextboxContainer-mobi input {
        background-color: #ffffff;
        border: medium none;
        color: #c4c4c4;
        font-family: "KSansMedium";
        font-size: 1.5rem;
        height: 35px;
        padding: 0 10px;
        width: 100%;
    }

#SearchButtonContainer-mobi {
    float: left;
    padding-top: 10px;
    width: 10%;
}

    #SearchButtonContainer-mobi input {
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll 241px -66px;
        border: medium none;
        height: 38px;
        text-indent: -104px;
        width: 38px;
    }

#searchTextBoxContainerRP {
    float: left;
    margin-bottom: 10px
}

    #searchTextBoxContainerRP input[type=text] {
        height: 30px;
        padding: 0 5px;
    }

#searchButtonContainerRP input[type=submit] {
    height: 30px;
    width: 50px;
    background: #b21b47;
    color: #fff;
    border: none
}
/*-------------- Header CSS Ends --------------*/

/*-------------- Top Navigation CSS Starts --------------*/
#topnavigation {
    clear: both;
    font-family: 'KSansMedium';
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

    #topnavigation > ul > li {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        background: url(../images/menu-seprator.gif) right 13px;
        background-repeat: no-repeat;
        padding-right: 7px;
        padding-left: 8px;
        width: auto;
        display: table-cell;
        vertical-align: top;
        position: relative;
    }

        #topnavigation > ul > li.pmenu_IR_Home {
            width: 75px;
            vertical-align: top;
        }

        #topnavigation > ul > li.pmenu_Our_Business {
            width: 81px;
        }

        #topnavigation > ul > li.pmenu_Financial_Overview {
            width: 86px;
        }

        #topnavigation > ul > li.pmenu_Corporate_Governance {
            width: 10%;
        }

        #topnavigation > ul > li.pmenu_Financial_Reports {
            width: 85px;
        }

        #topnavigation > ul > li.pmenu_Investor_Presentations {
            width: 121px;
        }

        #topnavigation > ul > li.pmenu_News__Events {
            width: 73px;
        }

        #topnavigation > ul > li.pmenu_Interactive_Analyst_Center{
            width: 140px;
        }
		
		#topnavigation > ul > li.pmenu_Letter_to_Shareowners {
			width: 115px;
		}
        #topnavigation > ul > li.pmenu_Stock_Information {
            width: 100px;
        }

        #topnavigation > ul > li.pmenu_Dividends {
            width: 85px;
        }

        #topnavigation > ul > li.pmenu_Shareowner_Services {
            width: 110px;
        }

        #topnavigation > ul > li:nth-child(2), #topnavigation > ul > li:nth-child(3), #topnavigation > ul > li:nth-child(4) {
            background: #13b147 url(../images/menu-seprator.gif) no-repeat scroll right 13px;
        }

        #topnavigation > ul > li:nth-child(5), #topnavigation > ul > li:nth-child(6), #topnavigation > ul > li:nth-child(7), #topnavigation > ul > li:nth-child(8) {
            background: purple url(../images/menu-seprator-white.gif) no-repeat right 13px !important;
        }

        #topnavigation > ul > li:nth-child(9), #topnavigation > ul > li:nth-child(10), #topnavigation > ul > li:nth-child(11) {
            background-color: #eaa919;
        }

        #topnavigation > ul > li > ul {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            max-width: 150px;
            left: 0px;
        }

        #topnavigation > ul > li:nth-child(2) > ul, #topnavigation > ul > li:nth-child(3) > ul, #topnavigation > ul > li:nth-child(4) > ul {
            background: #13b147;
        }

        #topnavigation > ul > li:nth-child(5) > ul, #topnavigation > ul > li:nth-child(6) > ul, #topnavigation > ul > li:nth-child(7) > ul, #topnavigation > ul > li:nth-child(8) > ul {
            background: purple;
        }

        #topnavigation > ul > li:nth-child(9) > ul, #topnavigation > ul > li:nth-child(10) > ul, #topnavigation > ul > li:nth-child(11) > ul, #topnavigation > ul > li:nth-child(12) > ul {
            background-color: #eaa919;
        }


        #topnavigation > ul > li:nth-child(1) a.active {
            color: #E8A830;
        }

        #topnavigation > ul > li:nth-child(2) a.active, #topnavigation > ul > li:nth-child(3) a.active, #topnavigation > ul > li:nth-child(4) a.active {
            color: #b21b47;
        }

        #topnavigation > ul > li:nth-child(5) a.active, #topnavigation > ul > li:nth-child(6) a.active, #topnavigation > ul > li:nth-child(7) a.active, #topnavigation > ul > li:nth-child(8) a.active {
            color: #eaa919;
        }

        #topnavigation > ul > li:nth-child(9) a.active, #topnavigation > ul > li:nth-child(10) a.active, #topnavigation > ul > li:nth-child(11) a.active, #topnavigation > ul > li:nth-child(10) a.active {
            color: #b21b47;
        }


        #topnavigation > ul > li:last-child {
            background-color: #eaa919;
            background-image: none;
        }

            #topnavigation > ul > li:last-child > ul {
                right: 0;
                left: auto;
            }

    #topnavigation ul li ul li a {
        color: #fff;
        display: block;
        margin-left: 1px;
        font-size: 1.2rem;
    }

    #topnavigation ul li ul li {
        padding: 10px;
    }

    #topnavigation ul > li:hover ul {
        display: block;
    }

    #topnavigation ul > li.first {
        border-left: medium none; /*padding-left: 0;*/
    }

    #topnavigation ul > li.current {
        padding-top: 14px;
        padding-bottom: 14px; /*padding-left:10px;*/
    }

        #topnavigation ul > li.current span {
            color: #E8A830; /*color:#b21b47;*/
        }



    #topnavigation ul li.selected a span {
        color: #E8A830;
    }

    #topnavigation ul li.last {
        border-right: 0 none;
        background: none;
    }

    #topnavigation ul li.selected a, #topnavigation ul li.current a {
        color: #ffffff;
    }

    #topnavigation > ul > li > a {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px; /*padding-left:10px;*/
        margin-left: 1px;
        color: #ffffff;
        font-size: 1.3rem;
    }

        #topnavigation > ul > li > a.iacLink {
            width: 141px;
        }

        #topnavigation > ul > li > a.naeLink {
            width: 80px;
        }

/*-------------- Top Navigation CSS Ends --------------*/



/*-------------- Left Navigation CSS Starts --------------*/
#utility {
    margin-top: 40px;
}

.leftnavigation .level1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 15px;
}

    .leftnavigation .level1.haschildren > ul {
        padding-left: 20px;
    }

.leftnavigation .level2 {
    margin-top: 15px;
}

.leftnavigation .level1.selected > a {
    color: #000;
}

.leftnavigation .level1 a:hover {
    color: #000;
}
/*-------------- Left Navigation CSS Ends --------------*/

/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb {
    margin: 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.bannertextfordevices {
    bottom: 0;
    position: relative;
    right: 0;
    background: #e8a830;

    overflow: hidden;
    float: left;
    width: 100%;
    padding: 5px;
}








/* --------------- Content Wrapper Starts ---------------- */
#contentwrapper {
    clear: both;
    margin-bottom: 20px;
}

.home-intro p {
    font-size: 1.6rem;
    line-height: 2rem;
}

.page-intro-text {
    float: left;
    width: 100%;
}

.page-content {
    float: left;
    width: 100%;
}

.page-introtext {
    font-size: 1.6rem;
    line-height: 2rem;
}

.introtext a img {
    display: inline
}
/* --------------- Content Wrapper Ends ---------------- */



.show-hide {
    cursor: pointer;
    float: right;
}



.rad-content th {
    background: #f5f5f5
}

.rad-content {
    margin: 10px 0 20px
}



.box-items {
    padding-top: 23px;
}

.box-unit {
    margin-bottom: 38px;
}

#box-unit-4 {
    clear: left;
}

.header-gallery-unit {
    padding: 15px 0 10px;
    clear: both;
    line-height: 18px;
}

    .header-gallery-unit h2 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

.box-unit p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

    .box-unit p:last-child {
        margin-bottom: 0;
    }

.shareprice-box {
    background: #333333;
    position: relative;
}

    .shareprice-box iframe {
        height: 150px;
        padding: 20px 15px 5px;
    }

    .shareprice-box .inner-share-box-link {
        display: block;
        padding: 0 15px;
    }

iframe {
    width: 100%;
    background-color: transparent;
}

/*---------- Table Styling ------------*/



/*---------- Table Styling ------------*/


/* Footer CSS Start */
#footerwrapper {
    clear: both;
    padding-top: 40px;
}

#footerlinks ul li {
    border-right: 1px solid #0000FF;
    float: left;
    padding: 0 5px;
}

.footer-link ul li {
    float: left;
    line-height: 1rem;
    padding: 0 8px;
    border-right: 1px solid #ffffff;
    font-family: 'KSansMedium';
    text-transform: uppercase;
    height: 18px;
    padding-top: 4px;
}

    .footer-link ul li:last-child {
        border-right: none;
    }

    .footer-link ul li:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .footer-link ul li a {
        color: #434343;
    }

.footer-links-container {
    background: #b51946;
    float: none;
    max-width: none;
    padding: 0 0 28px;
    position: relative;
    width: auto;
    z-index: 610;
    margin-top: 30px;
    min-height: 168px;
}

    .footer-links-container .container-fluid {
        margin: 0 auto;
        max-width: 1020px;
        padding-top: 18px;
        padding-left: 7px;
    }

.footer-logo {
    float: left;
    padding-right: 12px;
}

.footer-copyright {
    float: left;
    color: #ffffff;
    padding-top: 12px;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'KSansMedium';
    text-transform: uppercase;
}

.footer-links {
    float: left;
    color: #ffffff;
    font-weight: bold;
    padding-top: 13px;
}

.footer-link ul li a {
    color: #ffffff;
}



.footer-right-side {
    float: left;
}

.social-media-title {
    color: #ffffff;
    float: left;
    padding-right: 10px;
    padding-top: 2px;
}

.social-media-icons {
    float: left;
}

.footer-link {
    padding-bottom: 22px;
    padding-top: 2px;
}

.footer-linkedin, .footer-facebook, .footer-twitter, .footer-youtube {
    font-size: 2rem;
    line-height: 1.8rem;
    color: #ffffff;
}

    .footer-linkedin:hover, .emailtofriend:hover {
        color: #6e8878;
    }
/* Footer CSS End */

/* Sidebar Start */
p#sectionheader {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 0 0 22px;
}
/* Sidebar End */


/*.order-hard-copy-documents-form .form-left {
    width: 222px;
}*/


/* Mobile Menu-Search Start */
.mobishow {
    bottom: 0;
    float: right;
    margin: 0 1.3% 0 0;
    position: absolute;
    right: 1.3%;
    z-index: 99;
}

.mobinav {
    border-right: 1px solid #fff;
    float: left;
    position: relative;
}

    .mobinav span.navbg {
        background-size: 54px auto;
        height: 37px;
        width: 54px;
    }

        .mobinav span.navbg:after {
            background-position: -8px -66px;
            height: 40px;
            right: 0;
            top: 0;
            width: 40px;
        }

    .mobinav span.navbg {
        cursor: pointer;
        display: block;
        height: 40px;
        text-indent: -999999px;
        width: 40px;
    }

.mobisearch {
    float: left;
    position: relative;
}

.mobinav span.navbg.selected:after {
    background-position: -159px -66px;
}

.mobisearch span.searchbg.selected:after {
    background-position: -203px -66px;
}

.mobisearch span.searchbg:after {
    background-position: -52px -66px;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
}

.mobisearch span.searchbg {
    cursor: pointer;
    display: block;
    height: 40px;
    text-indent: -999999px;
    width: 40px;
}

#mobishownav {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0%;
    width: 50%;
    z-index: 5000;
    box-shadow: -10px 0 5px -6px rgba(27,27,27,0.5), 0 12px 8px -4px rgba(27,27,27,0.5);
}

    #mobishownav > ul { /*border: 1px solid #cd5f09;*/
        border-bottom: none;
        overflow: hidden;
    }

    #mobishownav ul li {
        background-color: #e18e1b;
        border-bottom: 1px solid #cd5f09;
        float: left;
        padding: 5px 0;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

        #mobishownav ul li.navopen {
            background-color: #fff;
            border-bottom: medium none;
        }

        #mobishownav ul li a {
            display: block;
            line-height: 20px;
            margin: 3px 45px 0 10px;
            min-height: 24px;
            font-family: 'KSansRegular';
            color: #ffffff;
            font-size: 1.5rem;
        }

        #mobishownav ul li.append-navigation > a {
            color: #ffffff;
        }

        #mobishownav ul li.current span {
            color: #c41230;
            display: block;
            line-height: 20px;
            margin: 3px 45px 0 10px;
            min-height: 24px;
        }

        #mobishownav ul li.level1.current span {
            font-weight: normal;
            font-family: 'KSansRegular';
        }

        #mobishownav ul li.level1.current li span {
            color: #5e6665;
            font-weight: normal;
        }

        #mobishownav ul li.level1.selected a, #mobishownav ul li.level1.selected li.level2.selected a, #mobishownav ul li.level1.selected li.level2.selected li.level3.selected a {
            color: #c41230;
        }

        #mobishownav ul li.level1.selected li a, #mobishownav ul li.level1.selected li.level2.selected li a {
            color: #5e6665;
        }

        #mobishownav ul li.level1.last {
            border: 0 none;
        }

        /*#mobishownav ul li.level1.first { margin: 3px 0 0; }*/

        #mobishownav ul li ul li {
            background: none;
            border-bottom: 1px dashed #c3c6c6;
            position: static;
            text-transform: none;
            width: 100%;
        }

            #mobishownav ul li ul li.last {
                background: transparent none repeat scroll 0 0;
            }

            #mobishownav ul li ul li a {
                color: #ffffff;
                display: block;
                float: none;
                font-weight: normal;
                line-height: 20px;
                text-transform: uppercase;
                padding-left: 10px;
                font-size: 14px;
            }

        #mobishownav ul li a:hover {
            color: #ffffff;
        }

        #mobishownav ul li ul {
            display: none;
        }

    #mobishownav .showmore:after, #mobishownav .showmore1:after {
        background-position: -96px -66px;
        height: 27px;
        right: 0;
        top: 0;
        width: 27px;
    }

    #mobishownav .showmore, #mobishownav .showmore1 {
        cursor: pointer;
        display: block;
        height: 27px;
        margin: 0;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 27px;
        z-index: 500;
    }

        #mobishownav .showmore.selected:after, #mobishownav .showmore1.selected:after {
            background-position: -127px -66px;
        }

#mobishowsearch {
    background: #f8f8f8;
    border: 1px solid #c3c6c6;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 14px;
    top: 100%;
    width: 50%;
    z-index: 500;
}

#mobishownav ul li ul li ul li {
    padding-left: 20px;
}

/* Mobile Menu-Search End */

.auto-scroll {
    overflow: auto;
    width: 100%;
}

/* No JS Start */
.nojs .banneritem {
    display: none;
}

    .nojs .banneritem.banner1 {
        display: block;
    }

.nojs .snapdown-content {
    display: block;
}

/* No JS End */
.ir-contact-form .form-right textarea.errorClass, .ir-contact-form .form-right input.errorClass {
    border: 1px solid red;
}

/*.order-hard-copy-documents-form .form-right textarea.errorClass, .order-hard-copy-documents-form .form-right input.errorClass {
    border: 1px solid red;
}*/

/*.form-right span { display: none; }*/

#body_0_main_1_ctl06_Submit {
    border: 1px solid #dddddd;
}




#searchbox {
    float: right;
    position: relative;
}

#searchcontainer {
    clear: both;
    float: right;
    height: 25px;
    margin: 10px 0 0;
    overflow: hidden;
}

#searchTextboxContainer {
    float: left;
    position: relative;
    background-color: #ffffff;
}

    #searchTextboxContainer input {
        font-family: 'KSansMedium';
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        width: 0px;
        font-size: 1.5rem;
        height: 50px;
        color: #c4c4c4;
        background-color: #ffffff;
        padding-left: 0px;
        border: none;
    }

.ie8 #searchTextboxContainer input {
    padding-top: 10px;
}

#SearchButtonContainer {
    float: left;
    display: none;
}

span.searchIt {
    display: block;
    background: url(../images/sprite.png);
    background-repeat: repeat;
    height: 50px;
    width: 51px;
    float: right;
    background-position: 53px -66px;
    cursor: pointer;
}

.ie8 span.searchIt {
    border-left: 2px solid #989898;
}

span.searchIt.active {
    background-color: #f5f5f5;
}

span.searchIt:before {
    background: none #989898;
    height: 36px;
    top: 2px;
    width: 2px;
}

.ie8 span.searchIt:before {
    display: none;
}

.inner-content-boxes {
    padding: 20px;
}

.investor-relations-belt {
    width: 100%;
    background-color: #901931;
    min-height: 54px;
}

    .investor-relations-belt .investor-relations-belt-heading h1 {
        text-align: center;
        color: #ffffff;
        font-family: 'KSansBold';
        font-size: 3.2rem;
        text-transform: uppercase;
        padding-top: 24px;
        margin: 0;
        padding-bottom: 15px;
    }

.inner-banner-img {
    width: 100%;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.main-content {
    background: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 45px 50px;
    float: left;
    width: 100%;
}

    .main-content p.h1, .main-content h1 {
        color: #B21B47;
        text-transform: uppercase;
        font-size: 3.2rem;
        font-family: 'KSansBold';
        line-height: 3.2rem;
        padding: 0;
    }

    .main-content h2 {
        color: #B21B47;
        text-transform: uppercase;
        font-size: 2rem;
        font-family: 'KSansBold';
        padding-bottom: 10px;
    }

    .main-content h3 {
        color: #333333;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-family: 'KSansMedium';
        padding-bottom: 6px;
        margin: 0;
    }

    .main-content p {
        line-height: 1.8rem;
        color: #333333;
        font-size: 1.4rem;
    }

    .main-content .introtext p, .main-content .introtext li {
        font-size: 1.6rem;
        line-height: 2.3rem;
        letter-spacing: -0.3px;
        padding-bottom: 11px;
    }


    .main-content strong {
        color: #333333;
        font-family: 'Myriad W01 Bd';
        font-weight: normal
    }

    .main-content ul {
        font-family: 'Myriad W01 Regular';
        list-style-position: inside;
        padding-left: 17px;
        padding-top: 6px;
        font-size: 1.3rem;
    }


        .main-content ul li {
            line-height: 2rem;
            padding-left: 15px;
            padding-bottom: 9px;
            font-size: 1.4rem;
        }

            .main-content ul li:before {
                content: "• ";
                display: block;
                position: relative;
                max-width: 0;
                max-height: 0;
                left: -16px;
                top: -2px;
                color: #E8A830;
                font-size: 3rem;
                list-style-position: inside;
            }

.ip3-press-releases .main-content ul li:before {
    font-size: 2.2rem;
    top: -1px
}

.main-content ul.no-bullets li:before {
    color: #fff;
}


.table-content {
    float: left;
    padding-top: 24px;
    font-family: 'KSansRegular';
    font-size: 1.4rem;
    width: 100%;
}


.tbdrleft {
    border-left: 1px solid #dedede;
}

.tbdrright {
    border-right: 1px solid #dedede;
}

.tbdrtop {
    border-top: 1px solid #dedede;
}

.tbdrbottom {
    border-bottom: 1px solid #dedede;
}

.filing {
    color: #b21b47;
    font-family: 'KSansBold';
}

.table-content .docs-icon {
    float: left;
    padding-right: 3px;
}

.table-content .trHeaders th {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.table-content tbody tr th, .table-content tbody tr td {
    text-transform: inherit;
    vertical-align: top
}

#news-and-events .table-content tbody tr th, #news-and-events .table-content tbody tr td {
}

.table-content tbody tr th a, .table-content tbody tr td a {
    color: #333333;
    font-size: 1.4rem;
}



.pr-doc-link a.pr-doc-icon {
    display: inline-table;
}

.table-content .pr-title a {
    color: #b31c47;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-family: 'KSansBold';
}

.sitesearchpagination {
    padding-top: 10px;
    text-align: center
}

    .sitesearchpagination ul {
        float: left;
        width: 100%;
        padding: 0
    }

        .sitesearchpagination ul li {
            display: inline-block;
            margin: 0 4px;
            padding: 0;
        }

            .sitesearchpagination ul li:before {
                content: " ";
            }

            .sitesearchpagination ul li.pagerlink a, .sitesearchpagination ul li.next a, .sitesearchpagination ul li.prev a {
                color: #333333;
                font-family: 'Myriad W01 Bd';
            }

            .sitesearchpagination ul li.pageloaded strong {
                color: #b31c47;
                font-family: 'Myriad W01 Bd';
            }



.events-content {
    float: left;
}


.upcoming-events-rows {
    float: left;
    width: 100%;
    padding-top: 12px;
}


.event-date-full {
    float: left;
    clear: both;
    font-family: 'KSansMedium';
    padding-left: 2px;
    font-size: 1.4rem;
    padding-bottom: 10px;
}



.event-desciption {
    float: left;
    clear: both;
}

    .event-desciption p {
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding-bottom: 10px;
    }


.event-icon-links {
    float: left;
    clear: both;
    padding-top: 10px;
}






.inner-banner-content .bannerOuterText {
    padding: 17px;
    min-height: 135px;
}

.inner-banner-content .banneritem .bannertext {
    color: #fff;
    width: 100% /*400px*/;
}

.device-tabs-filters {
    float: left;
}



table.inv-responsive-table {
    border: 1px solid #e5e5e5;
}

.inv-responsive-header-tr {
    border-bottom: 1px solid #e5e5e5;
}

.inv-responsive-data-td {
    border-bottom: 1px solid #e5e5e5;
}


.content-section {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    float: left;
    padding-top: 10px;
    width: 100%;
    position: relative;
    z-index: 200
}

    .content-section.last-section {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.sticky {
    position: fixed;
    top: 0;
    z-index: 400;
}

.nosticky {
    position: fixed;
    top: 0;
    z-index: 400;
}

.sec-nav {
    width: 100%;
    min-height: 54px;
}


.sub-selector {
    font-size: 14px;
    line-height: 18px;
    height: 37px;
    position: relative;
    clear: none;
    margin: 0 2px 2px -1px;
    width: 230px !important;
    float: left;
    cursor: pointer;
    padding: 0 !important;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.icon-expand {
    background: url("../images/sprite.png") no-repeat scroll -166px -132px;
    content: "";
    display: block;
    height: 37px;
    position: absolute;
    right: -2px;
    top: -1px;
    width: 38px;
    background-color: #B21B47;
    z-index: 9;
    border-radius: 0 3px 3px 0;
}

    .icon-expand.sbToggleOpen {
        background-position: -198px -132px
    }

.site-select li {
    padding: 0;
    text-align: left;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.site-select {
    background: #fff;
    box-sizing: border-box;
    list-style: none outside none;
    left: 0;
    margin: 0;
    overflow-y: auto !important;
    padding: 0;
    position: absolute;
    top: 35px !important;
    width: 230px;
    width: 187px\0;
    width: 204px\9;
    z-index: 1;
    max-height: 235px !important;
    z-index: 600
}

    .site-select a {
        display: block;
        outline: none;
        padding: 10px;
        text-decoration: none;
        color: #000;
    }

.sbSelector {
    color: #000;
    display: block;
    height: 33px;
    left: 0;
    line-height: 32px;
    outline: medium none;
    overflow: hidden;
    padding-top: 2px;
    position: absolute;
    text-decoration: none;
    text-indent: 12px;
    top: 0;
}

.form-right ul {
    padding: 0
}

    .form-right ul li {
        padding-bottom: 0;
        padding-left: 0
    }

        .form-right ul li:before {
            content: "";
        }

#cbValidator, #cbValidator + label {
    display: none
}



.email-alerts-content input[type=checkbox] {
    display: none;
}

.email-alerts-content .irw-custom-email-form {
    position: relative;
    padding-left: 31px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

    .email-alerts-content .irw-custom-email-form label {
        cursor: pointer;
    }

        .email-alerts-content .irw-custom-email-form label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url("../images/sprite.png");
            width: 22px;
            height: 20px;
            background-repeat: repeat;
            content: " ";
            display: inline-block;
            position: absolute;
            letter-spacing: 10px;
        }

    .email-alerts-content .irw-custom-email-form.checked label:before {
        background-position: -174px -111px;
    }

    .email-alerts-content .irw-custom-email-form.unchecked label:before {
        background-position: -199px -111px;
    }

.no-upevent, .no-data {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-family: 'Myriad W01 SmBd';
}

.no-data {
    padding-bottom: 120px;
}

.vAlign {
    vertical-align: middle;
}

.report-content {
    float: left;
    padding-top: 24px;
    font-family: 'KSansRegular';
    width: 100%;
}

.disc-text {
    float: left;
    margin-top: 20px
}



.rad-datatable th {
    font-weight: bold;
}



.loader {
    float: left;
    width: 36px;
    height: 36px;
    margin-left: 20px;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 500;
    background: url("../images/1px-trans.png");
}

    .overlay .loading {
        background: url("../images/page-loader.gif") no-repeat center center;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        max-width: 200px;
        text-align: center;
        position: fixed;
        left: 50%;
        top: 50%
    }

#section-upcoming-events {
    z-index: 100
}

.sec-nav-replacement {
    background-color: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 0px;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
}

body.stickynav .sec-nav-replacement {
    height: 70px;
}

#section-interactive-analyst-center {
    z-index: 150
}


.burg-menu .burger {
    background: url(../images/sprite.png);
    background-repeat: repeat;
    background-position: 155px -117px;
    height: 50px;
    top: 0;
    width: 59px;
    right: 229px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.back-to-link {
    margin-top: 10px
}

.global-contacts {
    height: 0;
    position: absolute;
    overflow: hidden;
    right: 10px;
    width: 220px;
    top: 69px;
    z-index: 500;
    background: #E8A830;
    color: #fff;
    box-shadow: -9px 10px 11px -6px rgba(27,27,27,0.5), 0 12px 8px -4px rgba(27,27,27,0.5);
}

    .global-contacts a {
        color: #fff
    }

    .global-contacts p {
        padding: 10px
    }

.rad-link {
    height: 30px;
    width: 50px;
    padding: 10px;
    background: #b21b47;
    color: #fff;
    font-family: "KSansBold",sans-serif;
    text-transform: uppercase;
}

    .rad-link:hover {
        color: #fff
    }

.lastPara {
    padding-bottom: 0
}

.sec-nav, .tabs-belt, .second-level-menu-listDD > span {
    z-index: 499 !important
}

body#Homepage.ip3-preview .sliderHidder, body#Homepage.ip3-edit .sliderHidder {
    position: inherit !important;
}

/*WO#238571*/
.bannerOuterText.box1 {
    margin-right: 520px;
}
/*END WO#238571*/

#topnavigation > ul > li {
    height: 64px;
}

#topnavigation ul li#nav-our-business-level1, #topnavigation ul li#nav-financial-overview-level1, #topnavigation ul li#nav-corporate-governance-level1 {
    background: #13b147 url("../images/menu-seprator.gif") no-repeat scroll right 13px;
}


#topnavigation ul li#nav-financial-reports-level1, #topnavigation ul li#nav-investor-presentations-level1, #topnavigation ul li#nav-news-and-events-level1, #topnavigation ul li#nav-interactive-analyst-center-level1 {
    background: purple url("../images/menu-seprator.gif") no-repeat scroll right 13px;
}



/*#topnavigation #nav-stock-information-level1, #topnavigation #nav-dividends-level1, #topnavigation #nav-shareowner-services-level1, #topnavigation #nav-corporate-governance-level1 {
    background-color: #eaa919;
}*/


body#Homepage .banner2 .bannertext a {
    display: none;
}

body#Homepage .banner2 .bannertext p a {
    display: block;
}

body#our-business .tbl-sctn {
    padding: 20px;
}

.investor-relations-belt-heading {
    margin: 0 auto;
    max-width: 1020px;
}

.investor-relations-belt .investor-relations-belt-heading h1 {
    margin-left: 10px;
}




.content-main {
    max-width: 1000px;
    margin: 0 auto;
}

.landing-page .content-section.last-section {
    margin-bottom: 20px;
}




.upcoming-event-bottom .readmore-right a {
    color: #e00034;
}

.no-upevent, .no-data strong {
    color: #333333;
}


#topnavigation ul li.current:first-child {
    padding-left: 20px;
}

.webforms {
    background: #FFF
}

.ip3-edit #MainWrapper {
    float: none
}

.ip3-edit .order-hard-copy-documents-form {
    display: none
}

.ip3-edit .externalwebIFrame {
    display: block
}

.top-icons a {
    position: relative;
    text-indent: -9999px;
}



.sus-last-para {
    font-size: 1.0em !important;
}

/*---- media-queries-----*/
/*--------- iPad Landscape and Desktops ---------*/



/*@media all and (min-width: 1600px) {
.bannerOuterText {top: 239px;}
.banneritem {height: 561px !important;}
}*/
/*---- font-awesome-----*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont-eot.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont-eot.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont-woff2.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont-woff.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont-ttf.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont-svg.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}



.currentDomainCSS {
    background: #D3D3D3 50% 50% repeat-x;
}

.serachTextBoxMiddle {
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}

.serachButtonMiddle {
    left: 363px;
    position: absolute;
    top: 53px !important;
}

.centerText {
    margin-left: 195px;
}

.centerText1 {
    margin: 0 auto;
    width: 180px;
}

/*---- fonts-----*/
@font-face {
    font-family: 'KSansBold';
    src: url('../fonts/KelloggsSans-Bold.eot');
    src: url('../fonts/KelloggsSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KelloggsSans-Bold.woff2') format('woff2'), url('../fonts/KelloggsSans-Bold.woff') format('woff'), url('../fonts/KelloggsSans-Bold.ttf') format('truetype'), url('../fonts/KelloggsSans-Bold.svg#KelloggsSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'KSansMedium';
    src: url('../fonts/ksans-medium-webfont-eot.eot');
    src: url('../fonts/ksans-medium-webfont-eot.eot?#iefix') format('embedded-opentype'), url('../fonts/ksans-medium-webfont-woff.woff') format('woff'), url('../fonts/ksans-medium-webfont-ttf.ttf') format('truetype'), url('../fonts/ksans-medium-webfont-svg.svg#KSansMedium') format('svg');
    font-weight: normal;
    font-style: normal
}



@font-face {
    font-family: 'KSansRegular';
    src: url('../fonts/ksans-regular-webfont-eot.eot');
    src: url('../fonts/ksans-regular-webfont-eot.eot?#iefix') format('embedded-opentype'), url('../fonts/ksans-regular-webfont-woff.woff') format('woff'), url('../fonts/ksans-regular-webfont-ttf.ttf') format('truetype'), url('../fonts/ksans-regular-webfont-svg.svg#KSansRegular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Myriad W01 Regular";
    src: url("../fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e-eot.eot");
    src: url("../fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e-eot.eot?#iefix") format("embedded-opentype"),url("../fonts/3b0f1c67-c2e4-4df6-976f-49d52e45aba1-woff2.woff2") format("woff2"),url("../fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b-woff.woff") format("woff"),url("../fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801-ttf.ttf") format("truetype"),url("../fonts/a379413e-a0b8-44dc-b250-1e000e4092a4-svg.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}

@font-face {
    font-family: "Myriad W01 SmBd";
    src: url("../fonts/f71415c0-f68d-42cd-a948-05af81548ea5-eot.eot");
    src: url("../fonts/f71415c0-f68d-42cd-a948-05af81548ea5-eot.eot?#iefix") format("embedded-opentype"),url("../fonts/0b6110f9-6072-46b9-98af-7d09f7c895b8-woff2.woff2") format("woff2"),url("../fonts/c22866d7-ca67-4170-a113-cae280eea669-woff.woff") format("woff"),url("../fonts/19ce9ea9-076e-4dcd-91a1-454f4830f120-ttf.ttf") format("truetype"),url("../fonts/18915124-98e4-4245-9e10-b921e09a6704-svg.svg#18915124-98e4-4245-9e10-b921e09a6704") format("svg");
}

@font-face {
    font-family: "Myriad W01 Bd";
    src: url("../fonts/4f2af761-c017-4801-9aa5-5d30643373ce-eot.eot");
    src: url("../fonts/4f2af761-c017-4801-9aa5-5d30643373ce-eot.eot?#iefix") format("embedded-opentype"),url("../fonts/eba438b3-9ab9-48ba-b1c5-610f83b38303-woff2.woff2") format("woff2"),url("../fonts/acfb7490-30f6-4bf4-a1b8-70ff9172d209-woff.woff") format("woff"),url("../fonts/5bf402e3-ba96-414e-bc7e-cb6689fe32c1-ttf.ttf") format("truetype"),url("../fonts/c5dceae7-427a-4765-b06b-ea2eecca3434-svg.svg#c5dceae7-427a-4765-b06b-ea2eecca3434") format("svg");
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
}

@media all and (max-width: 1100px) {
    #topnavigation {
        clear: both;
        font-family: 'KSansMedium';
    }

        #topnavigation > ul > li:last-child {
            padding-right: 15px;
        }

        #topnavigation > ul > li {
            padding-right: 5px;
            padding-left: 5px;
        }

        #topnavigation ul li.first {
            border-left: medium none;
            padding-left: 0;
        }

        #topnavigation ul li.current {
            padding-top: 14px;
            padding-bottom: 14px;
            padding-left: 5px;
        }

            #topnavigation ul li.current:first-child {
                padding-left: 5px;
            }

            #topnavigation ul li.current span {
                color: #E8A830;
                font-size: 1.25rem;
            }

        #topnavigation ul li.selected a span {
            color: #E8A830;
        }

        #topnavigation ul li.last {
            border-right: 0 none;
            background: none;
        }

        #topnavigation ul li.selected a, #topnavigation ul li.current a {
            color: #ffffff;
        }

        #topnavigation > ul > li > a {
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            padding-left: 1px;
            padding-right: 1px;
            margin-left: 1px;
            color: #ffffff;
            font-size: 1.15rem;
        }

        #topnavigation ul li:last-child {
            background: none;
        }

        #topnavigation ul li:first-child a {
            padding-left: 5px;
        }
}

@media only screen and (max-device-width:1024px) {

    ::-webkit-scrollbar-thumb {
        background: #000
    }
}

@media all and (max-width: 1023px) {
    #topnavigation {
        clear: both;
        font-family: 'KSansMedium';
    }

        #topnavigation ul li {
            float: left;
            text-align: left;
            text-transform: uppercase;
            color: #ffffff;
            background: url(../images/menu-seprator.gif) right 13px;
            background-repeat: no-repeat;
        }

            #topnavigation ul li.first {
                border-left: medium none;
                padding-left: 0;
            }

            #topnavigation ul li.current {
                padding-top: 14px;
                padding-bottom: 14px;
                padding-left: 10px;
            }

                #topnavigation ul li.current span {
                    color: #E8A830;
                }

            #topnavigation ul li.selected a span {
                color: #E8A830;
            }

            #topnavigation ul li.last {
                border-right: 0 none;
                background: none;
            }

            #topnavigation ul li.selected a, #topnavigation ul li.current a {
                color: #ffffff;
            }

        #topnavigation > ul > li > a {
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            padding-left: 10px;
            margin-left: 1px;
            color: #ffffff;
            font-size: 1.4rem;
        }

        #topnavigation ul li:last-child {
            background: none;
        }

        #topnavigation ul li:first-child a {
            padding-left: 0px;
        }
}

#topnavigation > ul > li .subMenuToggle {
    display: none;
}

@media all and (max-width: 991px) {

    #mobishownav > ul#mobi-section-Homepage-level1 > li {
        padding-right: 35px;
    }

    #m#mobishownav ul li ul li a {
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 10px;
    }

    #mobishownav ul li .subMenuToggle {
        display: block;
        display: block;
        position: absolute;
        right: 0;
        top: 9px;
        right: 10px;
        font-size: 20px;
        color: #fff;
    }

    .global-contacts {
        top: 50px;
        right: 59px;
    }

        .global-contacts.active {
            box-shadow: 2px 10px 11px 10px rgba(27, 27, 27, 0.5), 0px 12px 8px -4px rgba(27, 27, 27, 0.5)
        }

    #topnavigation > ul {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    #topnavigation ul li a {
        padding: 19px 20px;
    }


    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(2), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(3), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(4) {
        background-color: #13b147;
    }

    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(5), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(6), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(7), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(8) {
        background-color: #800080;
    }

    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(9), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(10), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(11), #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(12) {
        background-color: #eaa919;
    }


    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(1) a.active {
        color: #E8A830;
    }

    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(2) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(3) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(4) a.active {
        color: #b21b47;
    }

    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(5) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(6) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(7) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(8) a.active {
        color: #eaa919;
    }

    #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(9) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(10) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(11) a.active, #mobishownav > ul#mobi-section-Homepage-level1 > li:nth-child(12) a.active {
        color: #b21b47;
    }
}

.banneritem {
    position: relative;
    height: 398px;
    width: 100%;
    overflow: hidden;
    float: left;
    background-size: cover !important;
    background-position: left top !important;
    min-height: 345px;
}

.bannerOuterText {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e8a830;
    letter-spacing: 0.6px;
    padding: 23px 14px 14px 19px;
    min-height: 152px;
    width: 510px;
}

.inner-banner-content .bannerOuterText {
    padding: 17px;
    min-height: 135px;
}
/*IPad/IPad mini portrait mode:*/
@media all and (min-width: 721px) and (max-width: 840px) {
    #mobishownav ul li#mobi-nav-our-business-level1, #mobishownav ul li#mobi-nav-financial-overview-level1, #mobishownav ul li#mobi-nav-corporate-governance-level1 {
        background-color: #13b147;
    }

    #mobishownav ul li#mobi-nav-financial-reports-level1, #mobishownav ul li#mobi-nav-investor-presentations-level1, #mobishownav ul li#mobi-nav-news-and-events-level1, #mobishownav ul li#mobi-nav-interactive-analyst-center-level1 {
        background-color: #800080;
    }

    #mobishownav ul li {
        background-color: #eaa919;
    }
}
/*--------- iPad Portrait and large Tablets Portrait ---------*/

@media all and (min-width: 768px) and (max-width: 991px) {

    .landing-page .content-section, .landing-page .content-section.last-section {
        padding: 25px 20px;
    }

    #contentwrapper {
        padding: 0 13px;
    }

    #header-middle {
        background: #b51845;
    }

    #logo-devices {
        display: block;
        padding-left: 26px;
        padding-top: 11px;
    }

    .corp-site-link {
        display: none;
    }

    #toplinks {
        padding-top: 0px;
    }

    #header-middle {
        min-height: 50px;
    }

    .top-icons a {
        border-left: 1px solid #d68099;
    }

    .top-icons .call-icon {
        border-right: 1px solid #d68099;
    }

    #searchbox {
        border-right: 1px solid #d68099;
        margin-right: 48px;
        float: left;
        position: inherit;
    }

    span.searchIt.active {
        background-color: transparent;
    }

    .burger-menu {
        display: block;
        height: 50px;
        width: 58px;
    }

    .mobishow {
        top: 0;
        float: right;
        margin: 0;
        position: absolute;
        right: 0;
        z-index: 99;
        width: 58px;
    }

    .mobinav {
        border-right: none;
        float: left;
        position: relative;
    }

        .mobinav span.navbg {
            height: 50px;
            width: 58px;
            cursor: pointer;
        }

            .mobinav span.navbg:after {
                background-position: 155px -117px;
                height: 50px;
                right: 0;
                top: 0px;
                width: 59px;
            }

            .mobinav span.navbg.selected:after {
                background-position: 96px -117px;
                height: 50px;
                right: 0;
                top: 0px;
                width: 59px;
            }

    #mobishownav ul:nth-child(2) li {
        background: #b41645;
    }

    #mobishownav ul:nth-child(1) li:last-child {
        border-bottom: none;
    }

    #content-right {
        padding-left: 5px;
        padding-right: 15px;
    }

    .inner-content-boxes {
        padding: 8px;
    }

    .footer-logo {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-link ul li {
        padding: 0 6px;
        height: 12px;
    }

    .footer-copyright {
        padding-right: 4px;
    }

    .footer-right-side {
        float: right;
        padding-right: 5px;
    }


    .inner-banner-content {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-banner-img {
        border-left: none;
        border-right: none;
    }

    #content-main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .main-content {
        padding: 35px 20px;
    }

    .second-level-menu {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 736px) {
    #mobishownav ul li#mobi-nav-our-business-level1, #mobishownav ul li#mobi-nav-financial-overview-level1, #mobishownav ul li#mobi-nav-corporate-governance-level1 {
        background-color: #13b147;
    }

    #mobishownav ul li#mobi-nav-financial-reports-level1, #mobishownav ul li#mobi-nav-investor-presentations-level1, #mobishownav ul li#mobi-nav-news-and-events-level1, #mobishownav ul li#mobi-nav-interactive-analyst-center-level1 {
        background-color: #800080;
    }

    #mobishownav ul li {
        background-color: #eaa919;
    }
}
/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media all and (max-width: 767px) {

    .footer-links {
        padding-left: 23px;
    }

    #auto-top-link {
        display: none !important
    }


    #contentwrapper {
        padding: 0 13px;
    }

    .landing-page .content-section, .landing-page .content-section.last-section {
        padding: 20px
    }


    #header-middle {
        background: #b51845;
    }

    #logo-devices {
        display: block;
        padding-left: 5px;
        padding-top: 10px;
    }

    .corp-site-link {
        display: none;
    }

    #toplinks {
        padding-top: 0px;
    }

    #header-middle {
        min-height: 50px;
    }

    .top-icons a {
        border-left: 1px solid #d68099;
    }

    .top-icons .call-icon {
        border-right: 1px solid #d68099;
    }

    #searchbox {
        border-right: 1px solid #d68099;
        margin-right: 46px;
        float: left;
        position: inherit;
    }

    span.searchIt.active {
        background-color: transparent;
    }

    .burger-menu {
        display: block;
        height: 50px;
        width: 58px;
    }

    .mobishow {
        top: 0;
        float: right;
        margin: 0;
        position: absolute;
        right: 0;
        z-index: 99;
        width: 58px;
    }

    .mobinav {
        border-right: none;
        float: left;
        position: relative;
    }

        .mobinav span.navbg {
            height: 50px;
            width: 58px;
            cursor: pointer;
        }

            .mobinav span.navbg:after {
                background-position: 155px -117px;
                height: 50px;
                right: 0;
                top: 0px;
                width: 58px;
            }

            .mobinav span.navbg.selected:after {
                background-position: 96px -117px;
                height: 50px;
                right: 0;
                top: 0px;
                width: 58px;
            }

    #mobishownav ul:nth-child(2) li {
        background: #b41645;
    }

    #mobishownav ul:nth-child(1) li:last-child {
        border-bottom: none;
    }

    #mobishownav {
        right: 0;
        width: 100%;
    }

    #content-left {
        padding-left: 15px;
    }

    #content-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inner-content-boxes {
        padding: 8px;
    }

    .footer-logo {
        padding-left: 20px;
    }

    .footer-right-side {
        float: right;
        padding-right: 10px;
    }

    .inner-banner-content {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-banner-img {
        border-left: none;
        border-right: none;
    }

    #content-main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .upcoming-event-row-right {
        width: 410px;
    }

    #bannerwrapper .banneritem {
        width: 100%;
    }

    .footer-right-side {
        float: none;
        margin-bottom: 25px;
    }

    #leftcol {
        display: none;
    }

    #twocolright {
        width: 100%;
    }
}

@media (max-width: 640px) {


    #mobishownav {
        right: 0;
        width: 85%;
    }



    .mobinav span.navbg::after {
        width: 59px;
    }
}

@media (max-width: 480px) {
    .footer-links {
        padding-left: 0
    }

    .upcoming-event-content .bx-controls-direction a {
        bottom: -40px
    }

    .global-contacts {
        top: 38px;
        right: 44px;
    }

    #searchbox {
        display: none;
    }

    #searchbox-mobi {
        display: block;
        border-right: 1px solid #d68099;
        float: left;
        height: 38px;
        margin-right: 34px;
        position: inherit;
    }

    .category-key span {
        width: 100%;
        margin-bottom: 10px
    }

    #header-middle {
        min-height: 38px;
    }

    #logo-devices {
        display: block;
        padding-left: 8px;
        padding-top: 4px;
    }

    .top-icons a {
        display: block;
        height: 38px;
        width: 39px;
    }

    .top-icons .home-icon {
        background-position: 319px -66px;
    }

    .top-icons .call-icon {
        background-position: 280px -66px;
    }

    span.searchIt {
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll 241px -66px;
        cursor: pointer;
        display: block;
        float: right;
        height: 39px;
        width: 38px;
    }

    span.searchIt-mobi {
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll 241px -66px;
        cursor: pointer;
        display: block;
        float: right;
        height: 39px;
        width: 38px;
    }

    #searchbox {
        border-right: 1px solid #d68099;
        float: left;
        margin-right: 34px;
        position: inherit;
        height: 38px;
    }

    .mobishow {
        width: 45px;
    }

    .burger-menu {
        height: 38px;
    }

    .mobinav span.navbg::after {
        background-position: 202px -66px;
        height: 38px;
        right: 0;
        top: 0;
        width: 45px;
    }

    .mobinav span.navbg {
        width: 45px
    }

        .mobinav span.navbg.selected::after {
            background-position: 202px -66px;
            height: 38px;
            right: 0;
            top: 0;
            width: 45px;
        }

    #mobishownav {
        top: 0%;
    }

    .burg-menu .burger {
        background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll 202px -66px;
        cursor: pointer;
        height: 38px;
        right: 229px;
        position: absolute;
        right: 0;
        top: 0;
        width: 58px;
        z-index: 99;
    }

    #mobishownav {
        right: 0;
    }

    #content-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    #content-right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 17px;
        width: 100%;
    }

    .footer-logo {
        padding-left: 10px;
    }

    .footer-right-side {
        padding-left: 10px;
        padding-right: 5px;
    }

    .footer-link ul li {
        padding-left: 0;
        width: 100%;
        border-right: 0px solid #fff;
    }

    .inner-banner-wrapper .banneritem {

        height: 137px !important;
        min-height: 137px;
    }

    .bannerOuterText {
        bottom: 51px;
    }

    .bannertextfordevices {
        bottom: 0;
        position: relative;
        right: 0;
        background: #e8a830;
        min-height: 70px;
        height: 78px;
        overflow: hidden;
        float: left;
        width: 100%;
        padding: 5px;
    }
}

@media (max-width: 360px) {
    .footer-copyright {
        padding-left: 12px
    }

    #searchbox {
        display: none;
    }

    #searchbox-mobi {
        display: block;
        border-right: 1px solid #d68099;
        float: left;
        height: 38px;
        margin-right: 34px;
        position: inherit;
    }
}
/*IPhone portrait mode:*/
@media (max-width: 320px) {
    .footer-link ul li {
        padding-left: 0;
        width: 100%;
        border-right: 0px solid #fff;
    }


    #logo-devices {
        padding-left: 8px;
        padding-top: 8px;
    }


    #mobishownav {
        right: 0;
        width: 276px;
    }
}

#bottom3boxes {
    margin-bottom: 88px;
    position: relative;
    z-index: 100;
    clear: both
}

.bottombox1 {
    background: #e8a830;
    border: 1px solid #dedede;
    padding: 20px;
    float: left;
    width: 100%;
}

.bottombox2 {
    background: #ffffff;
    border: 1px solid #dedede;
    padding: 20px;
    float: left;
    width: 100%;
}

.bottombox3 {
    background: #b21b47;
    border: 1px solid #dedede;
    padding: 20px;
    float: left;
    width: 100%;
}

.investor-contacts-box {
    float: left;
}

    .investor-contacts-box .readmore-right a {
        float: right;
        color: #e00034;
        font-size: 1.2rem;
        line-height: 0px;
    }

.investor-contacts-content {
    float: left;
    padding: 14px 20px 44px 18px;
}

    .investor-contacts-content p span {
        float: left;
        padding-bottom: 15px;
        color: #333333;
        line-height: 1.9rem;
    }

        .investor-contacts-content p span strong {
            font-family: "Myriad W01 SmBd";
        }

        .investor-contacts-content p span a {
            float: left;
            color: #B21B47;
        }

    .investor-contacts-content h2 {
        color: #B21B47;
        text-transform: uppercase;
        padding-bottom: 24px;
        font-size: 2.0rem;
        font-family: 'KSansBold';
        font-weight: normal;
        line-height: 2.1rem;
        margin: 0px;
    }

.email-alerts-box {
    float: left;
}

    .email-alerts-box .readmore-right a {
        float: right;
        color: #e00034;
        font-family: 'Myriad W01 Regular';
        font-size: 1.2rem;
        line-height: 0px;
    }

.email-alerts-category {
    float: left;
    padding-bottom: 16px;
}

    .email-alerts-category strong {
        padding-bottom: 5px;
        float: left;
        clear: both;
        color: #333333;
        font-family: 'Myriad W01 SmBd';
    }

    .email-alerts-category ul {
        float: left;
        clear: both
    }

.email-alerts-content {
    font-family: 'Myriad W01 Regular';
    float: left;
    /*padding: 14px 20px 47px 18px;*/
}

    .email-alerts-content .email-alerts-category ul li a {
        color: #333333;
    }

    .email-alerts-content .email-alerts-category ul li {
        padding-left: 31px;
        padding-bottom: 6px;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

        .email-alerts-content .email-alerts-category ul li.checked a:after {
            background-position: -174px -111px;
            left: 48px;
            width: 22px;
            height: 20px;
        }

        .email-alerts-content .email-alerts-category ul li.unchecked a:after {
            background-position: -199px -111px;
            left: 48px;
            width: 20px;
            height: 20px;
        }

    .email-alerts-content h2 {
        font-size: 2.0rem;
        padding-bottom: 24px;
        color: #B21B47;
        line-height: 2.1rem;
        text-transform: uppercase;
        font-family: 'KSansBold';
        font-weight: normal;
        margin: 0px;
    }

	.email-alerts-content #txtAlerts, .email-alerts-content #RegisterEmail, .email-alerts-content #txtAlerts, .email-alerts-content #registerEmailId, .email-alerts-content #clientNotificationId {
		width: 200px;
		height: 38px;
		float: left;
		color: #888888;
		font-style: italic;
		background-color: #ffffff;
		border-left: 1px solid #dedede;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		padding: 5px 5px 5px 8px;
		border-right: none;
		border-radius: 3px 0 3px 3px !important;
		font-size: 1.4rem;
		font-family: 'Myriad W01 Regular'
	}

	.email-alerts-content #btnAlerts, .email-alerts-content #clientNotificationSubmit {
		width: 38px;
		height: 38px;
		border-style: none;
		text-indent: -99999px;
		background: url(../images/sprite.png);
		background-repeat: no-repeat;
		background-color: #B21B47;
		background-position: -86px -128px;
		border-radius: 0 3px 3px 0 !important;
		float: left;
	}

.email-alert-box {
    float: left;
    padding-bottom: 16px;
}

    .email-alert-box .custom-search-form {
        padding-bottom: 16px;
    }

.quick-links-content {
    float: left;
    padding: 14px 20px 47px 19px;
}

    .quick-links-content h2 {
        color: #ffffff;
        text-transform: uppercase;
        padding-bottom: 23px;
        font-size: 2.0rem;
        font-family: 'KSansBold';
        font-weight: normal;
        line-height: 2.1rem;
        margin: 0px;
    }

    .quick-links-content ul li {
        padding-bottom: 5px;
    }

        .quick-links-content ul li a {
            color: #ffffff;
            font-family: 'Myriad W01 SmBd';
        }

.share-page-links {
    float: left;
    display: block;
    padding-top: 11px;
}

.share-page-icons {
    background-color: #901931;
    float: left;
    padding: 8px;
    border-radius: 3px;
}

.share-page-arrow {
    background: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -91px -168px;
    width: 14px;
    height: 5px;
    margin-left: 12px;
}

.share-page-links .soc-icon {
    float: left;
    font-size: 2.2rem;
    color: #ffffff;
}

    .share-page-links .soc-icon a {
        color: #ffffff;
        font-size: 2.2rem;
        padding-left: 5px;
        padding-right: 13px;
    }

.share-page-links .linkedin-icon a {
    padding-right: 8px;
}

.share-page-links .soc-icon i:before {
    text-shadow: rgba(110, 6, 29, 1) 0px 2px 0px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 1100px) {
    .investor-contacts-content p span a {
        float: none;
    }

    .home-latest-news .bx-controls-direction a {
        bottom: 0
    }
}

@media all and (max-width: 1023px) {
    .investor-contacts-content p span a {
        float: none;
    }

    .investor-contacts-content p {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    #bottom3boxes .inner-content-boxes {
        padding: 0px;
    }

    #bottom3boxes {
        padding-left: 14px;
        padding-right: 14px;
        margin-bottom: 57px;
    }

    .bottombox1 {
        padding-left: 18px;
        padding-top: 19px;
        padding-right: 12px;
    }

    .bottombox2 {
        padding-left: 16px;
        padding-top: 19px;
        padding-right: 12px;
    }

    .investor-contacts-content h2 {
        padding-bottom: 21px;
    }

    .email-alerts-content .email-alerts-category ul li {
        padding-left: 26px;
    }

        .email-alerts-content .email-alerts-category ul li.checked a:after {
            background-position: -174px -111px;
            left: 25px;
        }

        .email-alerts-content .email-alerts-category ul li.unchecked a::after {
            left: 25px;
        }

    .email-alerts-content #txtAlerts, .email-alerts-content #RegisterEmail {
        width: 140px;
    }

    .latest-news-box {
        margin-top: 15px;
    }

    .investor-contacts-box {
        padding-right: 5px;
    }

    .email-alerts-box {
        padding-right: 9px;
    }

    .quick-links-box {
        padding-left: 6px;
        padding-right: 12px;
    }

    .quick-links-content {
        padding-left: 14px !important;
    }

    .email-alerts-box .readmore-right, .investor-contacts-box .readmore-right {
        float: right;
        clear: both;
        padding-top: 25px;
        padding-bottom: 15px;
        padding-right: 5px;
    }

    .investor-contacts-content p span a {
        float: none;
    }

    .investor-contacts-content p {
        font-size: 1.3rem;
    }
}

@media (max-width: 991px) {
    .investor-contacts-content p span a {
        float: none;
    }

    .investor-contacts-content p {
        font-size: 1.3rem;
    }
}

@media all and (max-width: 767px) {
    #bottom3boxes .inner-content-boxes {
        padding: 0px;
    }

    .latest-news-box {
        margin-top: 15px;
        min-height: auto;
        margin-bottom: 15px;
    }

    .email-alerts-box {
        padding-top: 17px;
    }

        .email-alerts-box .readmore-right, .investor-contacts-box .readmore-right {
            float: right;
            clear: both;
            padding-top: 25px;
            padding-bottom: 15px;
            padding-right: 5px;
        }

    .investor-contacts-content p span {
        clear: both
    }

    .quick-links-box {
        padding-top: 17px;
    }

    .topbox1.topbox, .topbox1.topbox {
        background-size: 100% auto
    }

    #bottom3boxes {
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 57px;
    }

    .bottombox1 {
        padding-left: 18px;
        padding-top: 19px;
        padding-right: 12px;
    }

    .bottombox2 {
        padding-left: 16px;
        padding-top: 19px;
        padding-right: 12px;
    }

    .investor-contacts-content h2 {
        padding-bottom: 21px;
    }

    .email-alerts-content .email-alerts-category ul li {
        padding-left: 26px;
    }

        .email-alerts-content .email-alerts-category ul li.checked a:after {
            background-position: -174px -111px;
            left: 25px;
        }

        .email-alerts-content .email-alerts-category ul li.unchecked a::after {
            left: 25px;
        }

    .email-alerts-content #txtAlerts, .email-alerts-content #RegisterEmail {
        width: 165px;
    }

    .quick-links-content {
        padding-left: 14px !important;
    }
}

@media (max-width: 480px) {
    .investor-contacts-box {
        padding-right: 10px;
    }

    .email-alerts-box {
        padding-right: 10px;
    }

    .email-alerts-content #txtAlerts, .email-alerts-content #RegisterEmail {
        width: 220px;
    }

    .quick-links-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .investor-contacts-content p span {
        clear: both;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
}

@media (max-width: 360px) {
    .investor-contacts-content p span {
        padding-right: 15px
    }
}
#emailNotificationCaptcha { margin-top:10px; float: left; width: 238px; }
#emailNotificationCaptcha .rc-anchor-normal { width: 238px; }
#emailNotificationCaptcha .rc-anchor-normal .rc-anchor-content{ width: 150px;}
#emailNotificationCaptcha .rc-anchor-normal .rc-anchor-checkbox-label, #emailNotificationCaptcha .rc-anchor-normal .rc-anchor-pt{width: 100%;}