﻿/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/


/*--------------- Reset CSS ---------------*/

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
/* div, p, a, ol, ul, li, span */

{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Font Inclusion*/


/*@font-face {
    font-family: 'Nexa Light';
    src: url('../eot/nexa_light-webfont9fqq.eot'); 
    src: url('../eot/nexa_light-webfont9fqq.eot') format('embedded-opentype'),
    url('../woff/nexa_light-webfont9fqq.woff') format('woff'), 
    url('../ttf/nexa_light-webfont9fqq.ttf') format('truetype'),
    url('../svg/nexa_light-webfont8uvp.svg') format('svg');
}

@font-face {
    font-family: 'Nexa Bold';
    src: url('../eot/nexa_bold-webfont8luq.eot'); 
    src: url('../eot/nexa_bold-webfont8luq.eot') format('embedded-opentype'),
    url('../woff/nexa_bold-webfontawwe.woff') format('woff'), 
    url('../ttf/nexa_bold-webfontawwe.ttf') format('truetype'),
    url('../svg/nexa_bold-webfont96fa.svg') format('svg');
}
*/

body {
    /*letter-spacing: 0.8px;*/
    -webkit-font-smoothing: antialiased;
}


/* Negative Margin Fix for Toast Columns */

html,
.col {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/* Preview Override */

body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}


/*-------------- Typography ---------------*/

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #23415a;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
    color: #375b75;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5rem;
    color: #375b75;
}


/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/


/*------------ Default Styles -------------*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline: 0;
}

.accSkipLink a:visited {
    color: #fff;
}

#maincontent:focus {
    outline: 0;
}


/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/


/*--------------- Toast CSS ---------------*/


/* The Important Bits */


/* Negative Margin Fix */

.grid,
.grid-no-gutter {
    font-size: 0;
}

*:not(.grid),
*:not(.col) {
    letter-spacing: 0.8px;
}

.grid {
    list-style: none;
    margin-left: -20px;
    letter-spacing: 0;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /*margin-right: -.25em;*/
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}

.grid-no-gutter>.col {
    padding-left: 0;
}


/* The Column Widths */

.col-1-of-1,
.col-2-of-2,
.col-3-of-3,
.col-4-of-4,
.col-5-of-5,
.col-6-of-6,
.col-8-of-8,
.col-12-of-12 {
    width: 100%;
}

.col-1-of-2,
.col-2-of-4,
.col-3-of-6,
.col-4-of-8,
.col-6-of-12 {
    width: 50%;
}

.col-1-of-3,
.col-2-of-6,
.col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3,
.col-4-of-6,
.col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4,
.col-2-of-8,
.col-3-of-12 {
    width: 25%;
}

.col-3-of-4,
.col-6-of-8,
.col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2,
.col-push-3-of-3,
.col-push-4-of-4,
.col-push-5-of-5,
.col-push-6-of-6,
.col-push-8-of-8,
.col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2,
.col-push-2-of-4,
.col-push-3-of-6,
.col-push-4-of-8,
.col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3,
.col-push-2-of-6,
.col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3,
.col-push-4-of-6,
.col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4,
.col-push-2-of-8,
.col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4,
.col-push-6-of-8,
.col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2,
.col-pull-3-of-3,
.col-pull-4-of-4,
.col-pull-5-of-5,
.col-pull-6-of-6,
.col-pull-8-of-8,
.col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2,
.col-pull-2-of-4,
.col-pull-3-of-6,
.col-pull-4-of-8,
.col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3,
.col-pull-2-of-6,
.col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3,
.col-pull-4-of-6,
.col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4,
.col-pull-2-of-8,
.col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4,
.col-pull-6-of-8,
.col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }
    .col.col-lg-1-of-2,
    .col.col-lg-2-of-4 {
        width: 50%;
    }
    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lg-1-of-4 {
        width: 25%;
    }
    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }
    .col.col-lc-1-of-2,
    .col.col-lc-2-of-4 {
        width: 50%;
    }
    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lc-1-of-4 {
        width: 25%;
    }
    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }
    .col.col-md-1-of-2,
    .col.col-md-2-of-4 {
        width: 50%;
    }
    .col.col-md-1-of-3 {
        width: 33.33333%;
    }
    .col.col-md-2-of-3 {
        width: 66.66667%;
    }
    .col.col-md-1-of-4 {
        width: 25%;
    }
    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .col.col-sm-1-of-1 {
        width: 100%;
    }
    .col.col-sm-1-of-2,
    .col.col-sm-2-of-4 {
        width: 50%;
    }
    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }
    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }
    .col.col-sm-1-of-4 {
        width: 25%;
    }
    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}


/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\e64c";
}

[dir="rtl"] .slick-prev:before {
    content: "\e64c";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\e64f";
}

[dir="rtl"] .slick-next:before {
    content: "\e64f";
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e907";
    width: 20px;
    height: 20px;
    font-family: 'q4icons';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden!important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px 'Arial', sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../png/fancybox_spriteprxc.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../gif/fancybox_loading1l1je.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../gif/blank8luq.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../png/fancybox_overlayqaof.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px 'Arial', sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../png/fancybox_sprite@2x2zl7.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../gif/fancybox_loading@2x90o8.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


/*--------------- SelectBox  --------------*/

.sbHolder {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    text-align: left;
}

.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 30px;
    color: #000;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    outline: none;
}

.sbToggle {
    background: url('../png/select-icons-v264hq.png') 0 -118px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    color: #000 !important;
}

.sbHolder .sbToggle:hover {
    background: url('../png/select-icons-v264hq.png') 0 -168px no-repeat;
}

.sbHolder .sbToggleOpen {
    background: url('../png/select-icons-v264hq.png') 0 -18px no-repeat;
}

.sbHolder .sbToggleOpen:hover {
    background: url('../png/select-icons-v264hq.png') 0 -68px no-repeat;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    box-sizing: content-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-top: dotted 1px rgba(0, 0, 0, 0.1);
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

.sbOptions a:link,
.sbOptions a:visited {
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #e16928;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}


/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/


/*----------- Breadcrumb Module -----------*/

.Breadcrumb {
    display: inline-block;
}


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px 0;
}

.ModuleDownloadListWithTags .ModuleItemRow~.ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e902";
    float: right;
    cursor: pointer;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e638";
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e90b";
}

.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}


/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}

.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
}

.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventLatest .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content: "\e647";
}

.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEventLatest .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Video a:before {
    content: "\e90c";
}

.ModuleEvent .ModuleLinks .Document a:before,
.ModuleEventLatest .ModuleLinks .Document a:before,
.ModuleEventDetails .ModuleLinks .Document a:before {
    content: "\e902";
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    margin: 10px 0 15px;
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModuleEvent h3,
.ModuleEventLatest h3,
.ModuleEventDetails h3 {
    font-size: 1rem;
}

.ModuleEvent a[class*="q4i-"]:before,
.ModuleEvent i[class*="q4i-"]:before,
.ModuleEventLatest a[class*="q4i-"]:before,
.ModuleEventLatest i[class*="q4i-"]:before,
.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}

.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
    color: #000;
}

.ModuleEventDetails .ModuleDateContainer {
    font-size: .9rem;
    margin-bottom: 15px;
}

.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderTitle,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderPeriod,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailText,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailTextbox,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderButton {
    display: none;
}


/*------ Frequently Asked Questions -------*/


/*.FaqContainer .ModuleItemRow {
    padding: 20px 0;
}

.FaqContainer .ModuleItemRow~.ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}*/

.FaqContainer .FaqQuestion {
    font-weight: bold;
    margin: 0;
}

.FaqContainer .FaqAnswer {
    margin: 0;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .BackToTopLink {
    display: none;
}


/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}

.q4-annual-module .q4-years-container a,
.q4-annual-module .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}

.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
}

.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}


/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer {
    margin-bottom: 20px;
}

.FormBuilderContainer .Item {
    margin-bottom: 10px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
}

.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
    vertical-align: middle;
}

.FormBuilderContainer .label-wrap {
    min-width: 175px;
}

.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}

.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}

.FormCheckBoxList label {
    cursor: pointer;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}

.FormBuilderContainer .CaptchaContainer img {
    width: 100%;
}

.FormBuilderContainer .CaptchaContainer span {
    color: #FF0000;
    margin-top: -59px;
    display: block !important;
    /* For Container fix on Confirm Message Enabled */
    float: right;
}

.FormBuilderContainer input[type="submit"] {
    margin-left: 177px;
}


/*--------- Mailing List Modules ----------*/

div.subscribe-text {
    margin-bottom: 0;
}

.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    margin: 10px 0;
}

.MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
    padding: 5px 0;
}

.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}

.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}

.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}

.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}

.MailingListSignupContainer table table {
    margin: 0;
}

.MailingListSignupContainer .NoBr {
    display: none;
}

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"],
.FormBuilderContainer input[type="submit"] {
    padding: 15px 35px;
    border-radius: 5px;
    outline: none;
    background: #e16928;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
}

.MailingListSignupContainer input[type="submit"]:hover,
.MailingListUnsubscribeContainer input[type="submit"]:hover,
.FormBuilderContainer input[type="submit"]:hover {
    background: #ca5e24;
}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

.MailingListListTable tr label {
    cursor: pointer;
}

.MailingListSignupContainer strong {
    text-align: center;
}

@media screen and (max-width:480px) {
    .MailingListListTable tr label:not(.MailingListsHeading) {
        display: inline-block;
        vertical-align: top;
        width: 80%;
    }
    .MailingListsHeading {
        width: 100%;
    }
}


/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Overwrite FileSize of Default Document Link */

.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}


/*--------- Press Release Modules ---------*/

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate {
    display: inline-block;
    margin-bottom: 10px;
}

.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}

.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
    font-size: 2rem;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    margin: 1rem 0;
    line-height: 1.5rem;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    list-style: outside;
    padding-left: 25px;
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}

.ModulePressReleaseDetails a {
    word-wrap: break-word;
}

.ModulePressReleaseDetails table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
}

.ModulePressReleaseDetails table tbody {
    display: table;
    width: calc(100% - 1px);
    /*min-width: 680px;*/
}

@media screen and (max-width: 767px) {
    .ModulePressReleaseDetails table {
        font-size: 12px;
    }
}


/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}


/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}

.SearchResultsContainer .SearchResultUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}


/*----------- SEC Filing Modules ----------*/

.RegulatoryFilingContainer .FormGroupsContainer,
.RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}

.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.RegulatoryFilingContainer .ModuleHeader>span,
.RegulatoryFilingContainer .ModuleItemRow>span,
.RegulatoryFilingContainer .ModuleItemRow>a,
.RegulatoryFilingContainer .ModuleItemRow>ul,
.ModuleSECFilingDetails .ModuleContentContainer>div {
    padding: 10px;
}

.RegulatoryFilingContainer .ModuleHeader>span {
    background-color: rgba(0, 0, 0, 0.1);
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 2rem;
}

.RegulatoryFilingContainer .PdfIcon a {
    color: #e22919;
}

.RegulatoryFilingContainer .WordIcon a {
    color: #2c5898;
}

.RegulatoryFilingContainer .ExcelIcon a {
    color: #008641;
}

.RegulatoryFilingContainer .XBRLIcon a {
    color: #9b2cbd;
}

.RegulatoryFilingContainer .XBRLIcon[id*="HTML"] a {
    color: #1f1f1f;
}

@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}


/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}


/*---------- Stock Quote Modules ----------*/

.StockQuoteContainer h3 {
    margin-bottom: 0;
}

.StockQuoteContainer .StockPage,
.StockQuoteContainer .ModuleInnerContainer ul li,
.stock-historical ul li,
.stock-historical .stock-selects,
.stock-historical .module_options {
    padding: 10px;
}

.StockQuoteContainer .StockPage,
.stock-historical .stock-selects,
.stock-historical .module_options {
    background-color: #23415a;
    color: #fff;
    font-size: 12px;
}

.stock-historical .stock-selects>span,
.stock-historical .stock-selects>select,
.stock-historical .stock-selects>div,
.stock-historical .module_options > span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.stock-historical .stock-selects>.text,
.stock-historical .module_options-label {
    font-size: 14px;
}

.stock-historical .stock-selects button,
.stock-historical .module_options button {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    padding: 7px 15px;
}

.stock-historical li span {
    margin: 5px 0;
}

.StockQuoteContainer ul li:nth-child(4n),
.StockQuoteContainer ul li:nth-child(4n+3),
.stock-table ul li.alt {
    background-color: rgba(0, 0, 0, 0.05);
}

.StockQuoteContainer p {
    padding: 10px 0;
    font-size: 0.8rem;
    text-align: right;
}

.StockQuoteContainer p span {
    margin-left: 10px;
}

.stock-historical .module-stock_lookup-title {
    display: none;
}

@media screen and (max-width: 768px) {
    .stock-historical li span {
        margin: 5px 0;
    }
    .stock-historical .stock-selects>span,
    .stock-historical .stock-selects>div,
    .stock-historical button,
    .stock-historical select,
    .stock-historical .module_options > span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
    vertical-align: top;
}

.StockQuoteHeaderContainer .StockChange {
    display: none;
}

.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #FF0000;
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #00FF00;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    margin-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {
    .StockQuoteHeaderContainer .StockDate,
    .StockQuoteHeaderContainer .StockVolumeText,
    .StockQuoteHeaderContainer .StockVolume {
        display: none;
    }
}


/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/


/*----------- Accordion Widget ------------*/

.accordion-toggle-all a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.accordion-toggle-all a:before {
    content: "Show All";
}

.accordion-toggle-all.active a:before {
    content: "Hide All";
}


/*---------- Add to Calendar Any ----------*/

.add-to-any {
    float: right;
}


/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: 0;
    font-family: inherit;
    font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}


/*----------- Events Calendar -----------*/

#event-container {
    display: table;
    width: 100%;
}

#events-calendar,
#latest-events {
    display: table-cell;
}

#events-calendar {
    padding-right: 20px;
}

#latest-events {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#events-calendar.loading {
    background: url(../gif/loadergqyc.gif) no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    display: table;
    width: 100%;
}

#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 20px 0;
}

#events-calendar .controls .month {
    width: 70%;
    font-size: 24px;
}

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

#events-calendar .days-container {
    position: relative;
}

#events-calendar .day-header,
#events-calendar .day {
    display: inline-block;
    width: 14.285%;
    padding: 20px 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
}

#events-calendar .day.adjacent-month,
#events-calendar .empty.adjacent-month {
    opacity: .5;
    background-color: transparent;
}

#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#events-calendar .day.event,
#events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    background-color: #FFC36A;
}

#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#latest-events .ModuleEvent .date {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}

#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}

#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}

#latest-events .ModuleEvent>ul {
    padding: 10% 5%;
}

#latest-events .AddToCalendar a {
    color: #000;
}

@media screen and (max-width: 768px) {
    #events-calendar,
    #latest-events {
        display: inline-block;
    }
}


/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}

.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}

.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}

.fancybox-inner .CaptchaContainer img {
    border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 15px 10px;
    background-color: #e9701f;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase;
}


/*------- Financial Quarterly Widget ------*/

.q4-quarterly-widget .q4-items-container {
    display: none;
}

.q4-quarterly-widget .q4-year-container i {
    margin-left: 10px;
}

.q4-quarterly-widget .q4-financial-container.active .q4-year-container i:before {
    content: "\e604";
}

.q4-quarterly-widget .q4-year-container span,
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}

.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
}

.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}

.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e902";
}

.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e90b";
}


/*-------- Financial Table Widget ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text {
    background-color: rgba(0, 0, 0, 0.1);
}


/* Slick Overwrite */

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display: inline-block;
}

.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list .slick-list,
.financial-table .financial-category-text {
    padding: 20px;
}

.financial-table .financial-documents span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(15, 92, 163);
    margin: 5px 2px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.financial-table .financial-documents span.empty {
    opacity: 0.1;
}

.financial-table .financial-documents span a {
    color: #fff;
}

.financial-table .slick-slide:focus {
    outline: none;
}

.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}

.financial-table .financial-year-list .slick-arrow {
    width: 50px;
    height: 60%;
}

.financial-table .financial-year-list .slick-prev {
    left: 0;
    border-right: 1px solid #fff;
}

.financial-table .financial-year-list .slick-next {
    right: 0;
    border-left: 1px solid #fff;
}

.financial-table .financial-year-list .slick-list {
    margin: 0 30px;
}

.financial-table .financial-document-list .slick-list {
    margin: 0 50px;
}

@media screen and (max-width: 480px) {
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
    }
    /*.kit-section span.selector,
    .kit-section span.selector .year {
        padding: 10px 0;
        display: inline-block;
    }*/
    /*    .kit-section span.selector.selecttype {
        margin-left: 12px;
    }*/
}


/*---------- Investor Calculator ----------*/

.calc-widget-investment-calculator {
    width: 100%;
    max-width: 250px;
}

.calc-widget-investment-calculator .calc-row {
    margin-bottom: 15px;
}

.calc-widget-investment-calculator .calc-row>span,
.calc-widget-investment-calculator .calc-input-group {
    display: block;
    margin-bottom: 10px;
}

.calc-widget-investment-calculator .calc-row .calc-label {
    color: #23415a;
}

.calc-widget-investment-calculator .calc-row input[type="text"],
.calc-widget-investment-calculator .compare .other {
    width: 100%;
    margin-top: 5px;
}

.calc-widget-investment-calculator .compare .calc-input {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}

.investment-calc button.calc-button.col.ss-button {
    padding: 10px 15px;
    cursor: pointer;
    background: #23415a;
    color: #fff;
}

.calc-chart {
    overflow-x: hidden;
}

.calc-info>table {
    width: 100%;
}

#calculator-popup-container .calc-title h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

#calculator-popup-container .calc-title h3 {
    font-size: 18px;
    margin-bottom: 0;
}

#calculator-popup-container .calc-title p {
    margin: 0;
}

.calc-info th {
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
}


/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers>g {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}


/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    outline: none;
    padding-bottom: 150px;
    padding-top: 80px;
}

.slider .spacer {
    display: block;
    padding-top: 21.875%;
    /* Image (height / width * 100) */
    width: 100%;
}

.slider .content-container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 100%;
    padding: 20px 50px;
    max-width: 1200px;
}

.slider .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px;
}

@media screen and (max-width: 1200px) {
    /* .slider .slider-item {
        height: auto;
    }*/
    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}


/*-----------------------------------------*\
------------- HTML Specific Parts -----------
\*-----------------------------------------*/


/*---------- Default Table Style ----------*/

.custom-table {
    width: 100%;
}

.custom-table thead {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-table td,
.custom-table th {
    padding: 10px 5px;
    text-align: left;
}

.custom-table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-table th span,
.custom-table td span {
    padding: 0;
}


/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-------------- Global Styles ------------*/


/* Genetal */

body {
    background-color: #fff;
    overflow-x: hidden;
}

a,
a:visited {
    text-decoration: none;
/*     color: #0F5CA3; */
    color: white;
}

img {
    max-width: 100%;
}

.MessageSent {
    color: green;
    font-weight: 600;
}

input[type="text"],
input[type="submit"],
input[type="file"],
select,
button,
textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: inherit;
}
input[type="text"] {
    color: #23415a;
}
select {
    background: url('../png/select-icons-v264hq.png') 90% -115px no-repeat;
    padding-right: 10px;
    cursor: pointer;
}


/*------------- Miscellaneous -------------*/


/* Dark Styles */

.dark {
    color: #fff;
}


/* RSS */

.rss-icons {
    margin-bottom: 50px;
}

.module_rss--top {
    float: right;
    font-size: 24px;
    margin-top: -50px;
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText,
.ModuleFileSpacer,
.MailingListSignupContainer .ErrorContainer,
.upcoming-events .ModuleYearNavContainer,
input[type=text]::-ms-clear {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
    font-size: 0;
}

.ErrorContainer .error-container,
.ErrorContainer p,
.MailingListUnsubscribeMessage.ErrorContainer {
    font-size: 16px;
    color: #ff0000;
}

ul.error-container li {
    margin-bottom: 5px;
}

.css {
    color: #FF00FF;
}


/** I-Checkbox **/

.icheckbox.checked {
    background: #e9701f;
}

.common-email-section .icheckbox {
    border: 1px solid #fff;
}

.icheckbox {
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #375b75;
    /*outline: 1px solid #375b75;*/
}


/*iCheck Ends*/


/* PaneBreadcrumb */

.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    font-size: 0.8rem;
    margin-right: 5px;
}


/* Containers */

.ModuleOuterContainer,
.slider-outer-container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Header Style Starts */

.PaneNavigation {
    background-color: white;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.PaneNavigation .ModuleOuterContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}

.PaneHeader2 {
    margin-top: 191px;
}

@media screen and (max-width: 1023px) {
    .PaneHeader2 {
        margin-top: 0;
    }
}


/*.PaneContentInner {
    margin-top: 210px;
}
*/


/* PaneHeader */

.PaneHeader {
    position: relative;
    min-height: 1px;
    display: block;
    z-index: 100;
}

.logo-nav {
    display: none;
}

.logo-nav .ModuleInnerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.logo-mobile {
    float: left;
    padding: 13px 0 8px;
}

.nav-mobile-trigger {
    float: right;
    margin-right: -20px;
    padding: 18px 13px;
    background-color: #fff;
    transition: background-color 0.5s ease-in-out 0s;
}

.js--mobile .nav-mobile-trigger {
    background-color: #23415a;
}

.nav-mobile-trigger_button {
    border: none;
    background-color: transparent;
    font-size: 30px;
    line-height: 1;
    padding: 3px;
    color: #23415a;
    transition: color 0.5s ease-in-out 0s;
}

.js--mobile .nav-mobile-trigger_button {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .logo-nav {
        display: block;
    }
}

.module-top-header {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    z-index: 1;
}

.module-top-header .ModuleOuterContainer {
    position: relative;
}

.header-logo {
    display: inline-block;
}

.header-link {
    float: right;
    margin-top: 25px;
}

.header-link a {
    color: #f4f4f4;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}


/*.header-link a span {
    font-family: 'Nexa Bold';
}*/

.header-link a img {
    margin-left: 10px;
    position: relative;
    top: 5px;
}

.header-link .search-trigger {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.module-header-slider {
    /*min-height: 450px;*/
    position: relative;
}

.module-header-slider .ModuleOuterContainer {
    max-width: 100%;
    padding: 0;
}

.module-header-slider .slick-dots li,
.module-header-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.module-header-slider .slick-dots li button:before {
    color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.module-header-slider .slick-dots li.slick-active button:before {
    background: #fff;
}

.slider-faq-button {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin: auto;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-faq {
    text-align: center;
}

.faq-button.button {
    padding: 15px 30px;
    margin: 10px 0;
    font-size: 14px;
    border-radius: 5px;
    background: #e16928;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    transition: all 250ms ease-in;
}

.faq-button.button:hover {
    background: #ca5e24;
}

.scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
    width: 100px;
    cursor: pointer;
}

.slider-outer-container {
    /*position: relative;*/
    /*top: 225px;*/
}

.slider-outer-container .slider-container {
    padding: 20px 0;
}


/*.slider-outer-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 240px;
    height: 1px;
    background: #fff;
}
*/

.slider .slider-item h2 {
    font-size: 42px;
    /*font-family: 'Nexa Light';*/
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.45;
}

.slider .slider-item p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.module-top-header .stock-quote {
    position: absolute;
    right: 20px;
    width: 260px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    margin-top: 20px;
}

.module-top-header .stock-quote ul {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 5px;
}

.module-top-header .stock-quote ul li {
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    position: relative;
    text-align: center;
}

.module-top-header .stock-quote ul li.col-text-right {
    text-align: right;
}

.module-top-header .stock-quote ul li::after {
    content: "|";
    position: absolute;
    right: -5px;
}

.module-top-header .stock-quote ul li:last-child::after {
    display: none;
}

.StockQuoteHeaderContainer {
    float: right;
    margin-left: 20px;
    vertical-align: middle;
    line-height: 50px;
    max-height: 50px;
}

.module-top-header .stock-quote ul li.StockPriceUp::before {
    content: "+";
}

.module-search {
    position: absolute;
    top: 124%;
    right: 20px;
    padding: 5px;
    background: #fff;
    z-index: 24;
    display: none;
}

.ModuleSearch input[type="text"] {
    height: 35px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    font-size: 14px;
    width: 250px;
    padding-right: 25px;
    outline: none;
}

.module-search::before {
    content: "";
    background: url(../png/search8c5p.png) no-repeat center center;
    visibility: hidden;
}

.ModuleSearch .SearchButton {
    text-indent: -9999px;
    position: absolute;
    top: 2px;
    right: 1px;
    cursor: pointer;
    outline: none;
    border: none;
    background: url(../png/search8c5p.png) no-repeat center center;
    background-size: 15px;
    width: 30px;
}

.module-search .ModuleOuterContainer {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .StockQuoteHeaderContainer,
    .ModuleSearch {
        display: none;
    }
}


/* Pane Navigation */


/*------------ Main Navigation ------------*/

.navbar-collapse {
    padding: 20px 0 75px;
}

.navbar-collapse .level1>li>a {
    display: inline-block;
    vertical-align: top;
    width: 11.1%;
    transition: all linear 0.3s;
    background-image: url(../png/logopmmo.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .navbar-collapse .nav_sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

.navbar-collapse .level2 {
    display: inline-block;
    vertical-align: top;
    width: 88.9%;
    transition: all linear 0.3s;
}

.navbar-collapse .level2>li {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    transition: all ease 0.3s;
}

.navbar-collapse .level2>li a {
    display: block;
}

.navbar-collapse .level2>li>a>[class*="nav_link-"] {
    padding-top: 66px;
    display: block;
    position: relative;
}

.navbar-collapse .level2>li>a>[class*="nav_link-"]:after {
    content: "";
    background-image: url(../png/nav-icon_sprite7zcp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 60px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.navbar-collapse .level2>li>a>.nav_link-company:after {
    background-position: 0 -100px;
}

.navbar-collapse .level2>li>a>.nav_link-company:hover:after {
    background-position: -60px -100px;
}

.navbar-collapse .level2>li>a>.nav_link-operations:after {
    background-position: 0 -300px;
}

.navbar-collapse .level2>li>a>.nav_link-operations:hover:after {
    background-position: -60px -300px;
}

.navbar-collapse .level2>li>a>.nav_link-investors:after {
    background-position: 0 -200px;
}

.navbar-collapse .level2>li.selected>a>.nav_link-investors:after,
.navbar-collapse .level2>li.expanded>a>.nav_link-investors:after,
.navbar-collapse .level2>li>a>.nav_link-investors:hover:after {
    background-position: -60px -200px;
}

.navbar-collapse .level2>li>a>.nav_link-metals:after {
    background-position: 0 -253px;
}

.navbar-collapse .level2>li>a>.nav_link-metals:hover:after {
    background-position: -60px -253px;
}

.navbar-collapse .level2>li>a>.nav_link-responsibility:after {
    background-position: 0 -350px;
}

.navbar-collapse .level2>li>a>.nav_link-responsibility:hover:after {
    background-position: -60px -350px;
}

.navbar-collapse .level2>li>a>.nav_link-careers:after {
    background-position: 0 -50px;
}

.navbar-collapse .level2>li>a>.nav_link-careers:hover:after {
    background-position: -60px -50px;
}

.navbar-collapse .level2>li>a>.nav_link-connect:after {
    background-position: 0 -150px;
}

.navbar-collapse .level2>li>a>.nav_link-connect:hover:after {
    background-position: -60px -150px;
}

.navbar-collapse .level2>li>a>.nav_link-alerts:after {
    background-position: 0 3px;
}

.navbar-collapse .level2>li.selected>a>.nav_link-alerts:after,
.navbar-collapse .level2>li>a>.nav_link-alerts:hover:after {
    background-position: -60px 3px;
}


/*---------- End Main Navigation ----------*/


/*----------- Mobile Navigation -----------*/


/*.mobile-toggle {
    display: none;
    cursor: pointer;
    margin: 10px 0 0 10px;
    vertical-align: middle;
}
*/

.menu-close {
    display: none;
}


/*scroll nav*/

.navbar-collapse .level3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 12px 10px 12px 10px;
    background: #f9f7f8;
    text-align: center;
    border-bottom: 1px solid #f4f2f2;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    line-height: 26px;
}

.navbar-collapse .level3>li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}
.navbar-collapse .level3>li:first-child {
    border-left: none;
}


/*
.navbar-collapse .level3>li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 12px;
    color: #ccc;
}*/

.navbar-collapse .level3>li:last-child:after {
    display: none;
}

.navbar-collapse .level3>li>a {
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    /*text-align: center;*/
    display: block;
}

.navbar-collapse .level3>li a.active {
    color: #e66b28;
}

.navbar-collapse .level1>li>a,
.navbar-collapse .level2>li>a {
    text-decoration: none;
    text-transform: uppercase;
    /*font-family: 'HelveticaNeue Light', sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #355b77;
    text-align: center;
}

.navbar-collapse .level1>li>a>span,
.navbar-collapse .level2>li>a>span {
    line-height: 15px;
}

.navbar-collapse .level1>li a:hover,
.navbar-collapse .level2>li a:hover,
.navbar-collapse .level2>li.selected>a,
.navbar-collapse .level2>li.expanded>a,
.navbar-collapse .level3>li.selected>a {
    color: #e16928;
}

@media screen and (max-width: 1150px) {
    /*.navbar-collapse .level3>li {
        padding: 0 20px;
    }*/
    .navbar-collapse .level1>li>a,
    .navbar-collapse .level2>li>a,
    .navbar-collapse .level3>li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .js--mobile {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .PaneNavigation {
        position: fixed;
        top: 75px;
        bottom: 0;
        left: -255px;
        width: 255px;
        padding: 0 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        visibility: hidden;
        transition: transform 0.5s ease-in-out 0s, visibility 0s ease-in-out 0.55s;
    }
    .js--mobile .PaneNavigation {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
        transition: transform 0.5s ease-in-out 0s, visibility 0s ease-in-out 0s;
        overflow-y: auto;
    }
    .PaneNavigation .ModuleOuterContainer {
        padding: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-collapse .level1>li>a {
        display: block;
        width: auto;
        transition: all linear 0.3s;
        background: none;
        padding-top: 0;
        position: relative;
        vertical-align: baseline;
    }
    .navbar-collapse .level2 {
        display: block;
        vertical-align: baseline;
        width: auto;
        padding-top: 0;
    }
    .navbar-collapse .level2>li {
        display: block;
        vertical-align: baseline;
        width: auto;
        border-top: 1px solid #20415b;
    }
    .navbar-collapse .level2>li>a>[class*="nav_link-"] {
        padding-top: 0;
        display: block;
        position: relative;
    }
    .navbar-collapse .level2>li>a>[class*="nav_link-"]:after {
        content: "";
        display: none;
    }
    .navbar-collapse .level1>li>a,
    .navbar-collapse .level2>li>a {
        text-align: left;
    }
    .navbar-collapse .level2>li>a br {
        display: none;
    }
    .navbar-collapse .level1>li>a,
    .navbar-collapse .level2>li>a,
    .navbar-collapse .level3>li a {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 15px 5px;
    }
    /*scroll nav*/
    .navbar-collapse .level2 ul {
        position: static;
        width: auto;
        left: auto;
        bottom: auto;
        padding: 0;
        text-align: left;
        border-top: none;
        border-bottom: none;
        padding-left: 20px;
        background: transparent;
        overflow: hidden;
        visibility: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out 0s, visibility 0s ease-in-out 0.55s;
    }
    .navbar-collapse .js--expanded>ul {
        visibility: visible;
        max-height: 1000px;
        transition: max-height 0.5s ease-in-out 0s, visibility 0s ease-in-out 0s;
    }
    .navbar-collapse .level3 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse .level3>li {
        display: block;
        margin-bottom:0;
        padding: 0;
        border-top: 1px solid #20415b;
        border-left: none;
    }
    .navbar-collapse .level3>li>a {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 10px 5px;
    }
    .navbar-collapse .level2>li.has-children {
        position: relative;
    }
    .navbar-collapse .level2>li.has-children:before {
        position: absolute;
        right: 10px;
        top: 20px;
        content: "";
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #23415a;
    }
}


/*.navbar-collapse .level1 > li a img {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.navbar-collapse .level1 > li a img.metals-icon {
    padding-bottom: 10px;
}

.navbar-collapse .level1 > li a img.cr-icon {
    padding-bottom: 20px;
}

.metals-icon + span, .cr-icon + span {
    line-height: 15px;
    display: block;
    padding-top: 4px;
}

.navbar-collapse .level1 > li a .hover-icon,
.navbar-collapse .level1 > li a:hover .normal-icon,
.navbar-collapse .level2 > li.selected .normal-icon {
    display: none;
}

.navbar-collapse .level1 > li a:hover .hover-icon,
.navbar-collapse .level2 > li.selected .hover-icon {
    display: block;
}
*/


/*[class^="ContentPaneDiv"] > .module-thirdlevel-menu {
    padding: 25px 0 0;
    display: none;
}

.third-level-holder {
    display: none;
    text-align: center;
    position: relative;
    background: #F9F7F8;
    border: 1px solid #E7E7E7;
}

.third-level-holder > span {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}

.third-level-holder > span::before {
    position: absolute;
    right: 20px;
    top: 12px;
    content: "\e64a";
    font-family: 'q4icons';
}

.third-level-holder > span.active::before {
    content: "\e650";
}

.third-level-holder ul {
    display: none;
}

.third-level-holder ul li a {
    display: block;
    padding: 10px 0;
    color: #333;
}*/


/* Header Style Ends */


/* Footer Style Starts */

.footer-logo {
    padding-bottom: 20px;
}

.MailingListSignupContainer.footer-alerts {
    background: url(../jpg/email-alerts-bg2pdfg.jpg) left bottom;
    padding: 75px 0 175px 0;
    background-size: cover;
    text-align: center;
    position: relative;
    max-width: 100%;
    color: #fff;
}

.footer-alerts h2 {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 40px;
    color: #fff;
    text-align: left;
}

.footer-alerts .ModuleInnerContainer {
    padding: 20px 15px;
    /*background: rgba(255, 255, 255, 0.8);*/
    display: inline-block;
}

.footer-alerts table.MailingListTable {
    margin-right: 15px;
    vertical-align: middle;
}

.footer-alerts .error-container {
    text-align: left;
    padding-left: 18px;
    line-height: 20px;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"] {
    padding: 16px 20px;
    width: 250px;
    border: none;
    outline: none;
}

.footer-alerts table,
.footer-alerts .GridActions {
    display: inline-block;
    margin: 0 15px 0;
}

.footer-alerts .GridActions {
    display: inline-block;
    margin: 0 0 0 15px;
}

.footer-alerts table.MailingListListTable {
    position: relative;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
}

.footer-alerts table.MailingListListTable td label {
    cursor: pointer;
    color: #fff;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.footer-alerts .GridActions {
    position: relative;
    vertical-align: middle;
}

.footer-alerts .MailingListListTable tr[id$="MailingLists"] tr {
    font-family: 'Arial', sans-serif;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.PaneFooter .EditSubscriberConfirmation {
    padding: 20px;
}

.additional-list {
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
}

.FooterContainer .additional-list a {
    color: #e9701f;
    text-transform: capitalize;
}

.footer-alerts .MailingListListTable tr[id$="MailingLists"] tr:nth-child(2),
.footer-alerts .MailingListListTable tr[id$="MailingLists"] tr:nth-child(4),
.footer-alerts .MailingListListTable tr[id$="MailingLists"] tr:nth-child(5),
.footer-alerts.MailingListSignupContainer table td.MailingListCol1,
tr[id$="MailingListLabel"],
.module-contact-info .ContentPaneDiv2 .ErrorMessage {
    display: none;
}

.module-copyright {
    border-top: 1px solid white;
    color: #fff;
    /*font-size: 13px;*/
    font-weight: normal;
    position: relative;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}

.module-copyright .ModuleOuterContainer {
    letter-spacing: 1px;
    margin: 0px auto;
    max-width: 1417px;
    padding: 32px 25px;
}

.module-copyright a {
    color: #fff;
}

.module-copyright .ModuleInnerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.module-copyright .privacy-link {
    float: right;
    margin-top: 14px;
}

.module-copyright .privacy-link span {
    display: inline-block;
    vertical-align: middle;
}
.module-copyright .privacy-link span a {
    letter-spacing: 1px;
}
.module-copyright .privacy-link span+span:before {
    content: "-";
    display: inline-block;
    padding: 0 5px 0 3px;
}

.module-copyright .logo-footer {
    display: inline-block;
    vertical-align: middle;
}

.module-copyright .Copyright {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-left: 32px;
    margin-top: 18px;
    max-width: 35%;
    vertical-align: top;
}
.module-copyright .Copyright > span {
    letter-spacing: 1px;
}
.module-copyright .hide-br,
.module-copyright .hide-br2 {
    display: none;
}

.FooterContainer {
    background: #23415a;
    border-top: 1px solid white;
    color: #fff;
    font-size: 12px;
}

.FooterContainer a {
    color: #fff;
    transition: all 250ms ease-in;
}

.FooterContainer a:hover {
    color: #e6692a;
}

.Q4FooterContainer {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}

.Q4FooterContainer .ModuleOuterContainer {
    letter-spacing: 1px;
    margin: 0px auto;
    max-width: 1417px;
    position: relative;
}

.Q4FooterContainer .ModuleInnerContainer {
    position: absolute;
    bottom: 56px;
    left: 161px;
}

@media screen and (max-width: 949px) {
    .module-copyright .Copyright {
        margin-top: 3px;
    }
    .Q4FooterContainer .ModuleInnerContainer {
        bottom: 42px;
    }
}


/* Footer style Ends */

@media screen and (max-width: 1023px) {
    .footer-alerts h2 {
        font-size: 18px;
    }
    .MailingListSignupContainer.footer-alerts .error-container {
        padding-left: 20px;
    }
    .module-search {
        top: 119%;
    }
    .slider-outer-container .slider-container {
        width: 100%;
    }
    [class^="ContentPaneDiv"]>div.news-inner {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 920px) {
    .MailingListSignupContainer.footer-alerts {
        text-align: left;
        padding: 45px 0 50px 0;
    }
    .footer-alerts h2 {
        margin-bottom: 10px;
    }
    .additional-list {
        text-align: left;
        margin-top: 15px;
        font-size: 10px;
    }
    .MailingListSignupContainer.footer-alerts .error-container {
        padding-left: 0;
    }
    /*footer Responsive Starts*/
    .footer-alerts table.MailingListTable,
    .footer-alerts table.MailingListListTable {
        width: 100%;
        margin: 0;
        display: inline-block;
    }
    .footer-alerts .ModuleInnerContainer {
        padding: 20px;
        display: block;
    }
    .footer-alerts table.MailingListListTable td label {
        font-size: 14px;
    }
    .footer-alerts table.MailingListTable tbody,
    .footer-alerts table.MailingListTable tbody tr,
    .footer-alerts table.MailingListListTable tbody tr[id$="MailingLists"],
    .footer-alerts table.MailingListListTable tbody td,
    .footer-alerts table,
    .footer-alerts .GridActions {
        display: block;
    }
    .footer-alerts .GridActions {
        display: static;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: 0;
    }
    .MailingListSignupContainer table input[type="text"] {
        width: 100%;
        padding: 15px 10px;
    }
    .footer-alerts table.MailingListListTable tbody {
        display: block;
        text-align: left;
        font-size: 0;
    }
    .footer-alerts .MailingListListTable tr[id$="MailingLists"] tr {
        width: 50%;
        margin: 0;
        font-size: 15px;
        font-family: 'Arial', sans-serif;
    }
    .footer-alerts .MailingListListTable tr[id$="MailingLists"] tr {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .module-header-slider .slick-dots {
        bottom: 20px;
    }
    .slider .slider-item p br {
        display: none;
    }
    .module-top-header {
        padding: 10px 0;
    }
    .header-logo img {
        max-width: 160px;
    }
    .header-link {
        margin-top: 10px;
    }
    .module-top-header .stock-quote,
    .scroll-down {
        display: none;
    }
    /*footer Ends*/
}

@media screen and (max-width: 767px) {
    .module-copyright {
        text-align: right;
    }
    .module-copyright:before {
        display: none;
    }
    .module-copyright .logo-footer {
        float: left;
    }
    .module-copyright .hide-br {
        display: block;
    }
    .module-copyright .privacy-link {
        float: none;
        margin-top: 0;
        display: inline-block;
        margin-bottom: 7px;
    }
    .module-copyright .Copyright {
        display: block;
        max-width: none;
        margin-bottom: 40px;
        margin-top: 0;
        margin-left: 0;
    }
    .Q4FooterContainer .ModuleInnerContainer {
        bottom: 74px;
        left: auto;
        right: 25px;
    }
}

@media screen and (max-width: 520px) {
    .module-copyright {
        text-align: center;
    }
    .module-copyright .logo-footer {
        display: none;
    }
    .Q4FooterContainer .ModuleInnerContainer {
        bottom: 75px;
        left: 25px;
        right: 25px;
    }
}


/* Responsive Header and Footer Ends */


/*----------------Vertical Center-------------------*/

.vertical-center {
    height: 100%;
    white-space: nowrap;
    /*text-align: center;*/
}

.vertical-center:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    /* adjust for white space between pseudo element and next sibling */
    margin-right: -.25em;
    /* stretch line height */
    height: 100%;
}

.vertical-center_inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}


/*--------------End Vertical Center-----------------*/


/*Landing Page Starts*/

[class^="ContentPaneDiv"]>div {
    padding: 88px 0;
}

.agm-section {
    padding-top: 0px;
}

[class^="ContentPaneDiv"]>div.kit-section {
    padding-top: 90px;
}

.ModuleContent h2 {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #20415b;
    margin-bottom: 0px;
}


/*[class^="ContentPaneDiv"] > div.module-accordion {
    min-height: 655px;
}
*/


/*.why-silver-content, .why-silver-item > div {
    display: none;
}*/

.parentContent {
    display: none;
}


/*.why-silver-item.active .why-silver-content,
.why-silver-item > div.active {
    display: block;
}*/

.module-accordion h2 {
    margin-bottom: 35px;
}

[class^="ContentPaneDiv"] .faq-ticker {
    padding-bottom: 0;
}

.faq-ticker h2 {
    margin-bottom: 10px;
}

.faq-ticker .ticker {
    margin-bottom: 25px;
    color: #e16928;
    font-size: 20px;
    font-weight: bold;
}

.module-accordion .why-silver-item {
    border-bottom: 1px solid #e7e7e7;
}

.module-accordion h3 {
    font-size: 20px;
    padding: 10px 45px 10px 100px;
    margin: 0;
    position: relative;
    color: #23415a;
    cursor: pointer;
    line-height: 1.3;
    height: 72px;
}

.module-accordion .why-silver-item.active h3 {
    background: #23415a;
    color: #fff;
    margin: 0;
    cursor: default;
}

.module-accordion .why-silver-item.active h3 i::before {
    content: "\e64b";
    font-size: 15px;
}

.module-accordion h3>span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: auto;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-accordion h3 i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: auto;
    line-height: 25px;
    font-weight: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-accordion .why-silver-content {
    padding: 20px 45px 20px 65px;
    list-style: disc;
    list-style-position: inside;
}

.module-accordion .why-silver-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #23415a;
    list-style-type: square;
}

.faq-ticker h3 {
    padding-left: 15px!important;
}

@media screen and (max-width: 1024px) {
    .module-accordion .why-silver-item.item-image {
        display: none!important;
    }
    .module-accordion h3 {
        font-size: 18px;
    }
    .module-accordion .why-silver-content li {
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .module-accordion .parentContent .why-image {
        display: none;
    }
    .module-accordion h3>span {
        font-size: 30px;
    }
    .module-accordion h3 {
        padding: 10px 45px 10px 70px;
        height: 100%;
        font-size: 14px;
    }
    .module-accordion .why-silver-content li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.why-content-wrapper {
    position: relative;
}

.why-silver-item>div div {
    position: absolute;
    top: 0;
    left: calc(100% + 100px);
    width: calc(100% - 80px);
    height: 480px;
    padding-left: 20px;
    max-height: 480px;
}

.why-silver-item div.why-high-quality {
    background: url(../jpg/high-qualityddtn.jpg) bottom center no-repeat;
    background-size: cover;
}

.why-silver-item div.why-operational-excellence {
    background: url(../jpg/operational-excellence6hjd.jpg) bottom center no-repeat;
    background-size: cover;
}

.why-silver-item div.why-balance-sheet {
    background: url(../jpg/strong-balance-sheetvht0.jpg) bottom center no-repeat;
    background-size: cover;
}

.why-silver-item div.why-extension-exploration {
    background: url(../jpg/extension-exploration9j3j.jpg) bottom center no-repeat;
    background-size: cover;
}

.why-silver-item div.why-credible-team {
    background: url(../jpg/credible-teamkk9f.jpg) bottom center no-repeat;
    background-size: cover;
}

[class^="ContentPaneDiv"]>div.module-ceo {
    background: #23415a;
    padding: 50px 0 30px;
}

.module-ceo .grid .photo {
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-left: 6%;
}

.module-ceo .photo h3 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: bold;
}

.module-ceo .photo h4 {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.8;
    margin: 0;
}

.module-ceo .grid .content {
    vertical-align: middle;
    padding-top: 5%;
    padding-bottom: 7%;
    padding-left: 9%;
    padding-right: 7%;
}

.module-ceo .content p {
    margin: 0;
    padding: 0 12% 0 13%;
    /*font-family: 'HelveticaNeue Light', sans-serif;*/
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #fff;
    position: relative;
}

.module-ceo .content p:before,
.module-ceo .content p:after {
    position: absolute;
    content: "";
    width: 10%;
    padding-top: 11%;
}

.module-ceo .content p:before {
    left: 0;
    bottom: calc(100% - 30px);
    background: url(../png/quote-lefto9fn.png) no-repeat center center;
    background-size: 100% auto;
}

.module-ceo .content p:after {
    right: 0;
    top: calc(100%);
    background: url(../png/quote-rightar8j.png) no-repeat center center;
    background-size: 100% auto;
}

@media screen and (max-width: 767px) {
    .module-ceo .content {
        padding-left: 20px;
        margin-top: 20px;
    }
    .module-ceo .content p {
        text-align: center;
        font-size: 14px;
    }
    .module-ceo .content p:before {
        bottom: calc(75%);
    }
    .module-ceo .content p:after {
        top: calc(75%);
    }
}

@media screen and (max-width:420px) {
    .module-ceo .content p:before {
        bottom: calc(85%);
    }
    .module-ceo .content p:after {
        top: calc(85%);
    }
}

[class^="ContentPaneDiv"] .module-block-banner {
    position: relative;
    padding: 0;
}

.module-block-banner .ModuleInnerContainer {
    height: 400px;
}

.module-block-banner.approach-block-banner {
    background: url(../jpg/approach-grow21glu.jpg) no-repeat bottom center;
    background-size: cover;
    /*padding: 60px 0;*/
}

.module-block-banner.capacity-block-banner {
    background: url(../jpg/capacity-to-grow2d5ke.jpg) no-repeat right center;
    background-size: cover;
    /*padding: 60px 0;*/
}

.module-block-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.module-block-banner h2 {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    margin: 0 auto;
    /*padding-bottom: 35px;*/
    line-height: 1.45;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 870px;
}


/*.module-block-banner h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 1px;
    background: #fff;
}
*/


/*.module-block-banner h2 span {

    font-weight: 400;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1.8px
}*/

[class^="ContentPaneDiv"]>div.module-landing-news {
    padding: 95px 0 0;
}

.module-silver-wrapper .ModuleYearNavContainer>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.select-label.select-label.select-label {
    font-size: 14px;
}

.module-silver-wrapper .ModuleYearNavContainer {
    margin-bottom: 25px;
}

.module-silver-wrapper .ModuleYearNavContainer>span input {
    padding: 7px 20px;
    background: #365b76;
    color: #fff;
    margin-left: 2px;
    cursor: pointer;
    font-size: 12px;
}

.module-silver-wrapper .SilverItemRow>span {
    vertical-align: middle;
    padding-left: 0;
}

.module-silver-wrapper .SilverItemRow {
    padding: 0 10px;
    position: relative;
}

.module-silver-wrapper .SilverItemRow:nth-child(2n+1) {
    background: #f6f8f9;
}

.ModuleEvent .SilverItemRow:nth-child(2n+1) {
    background: transparent;
    border: none;
}

.ModuleEvent ul.items:nth-of-type(2n+1) {
    background: #f6f8f9;
}

.module-silver-wrapper .SilverItemRow .ModuleDate,
.module-silver-wrapper .SilverItemRow .ModuleHeadlineLink {
    color: #23415a;
    font-size: 14px;
    line-height: 18px;
}

.module-silver-wrapper .SilverItemRow .ModuleHeadlineLink:hover
/*,.inner-financial-report.module-silver-wrapper .SilverItemRow .ModuleHeadlineLink */

{
    color: #e66b28;
}

.module-silver-wrapper .SilverItemRow .ModuleDate {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
}

.module-presentation-events .ModuleDate.col {
    padding-left: 0;
}

.Downloadlibrary .items {
    margin-top: 30px;
}

.module-silver-wrapper .SilverItemRow .documents-icon {
    text-align: right;
    padding-left: 20px;
}


/*Pagination Starts*/

.view-pagination .sbHolder {
    width: 180px;
    margin-left: 5px;
}

.view-pagination {
    margin: 15px 0;
}

.paginationContainer {
    font-size: 14px;
    padding-left: 10px;
}

.paginationContainer>span,
.pagination {
    display: inline-block;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    padding: 4px 6px;
    cursor: pointer;
}

.pagination li.pager-page {
    display: none;
}

.pagination li.pager-disabled {
    display: none !important;
    /* For Pagination Fix for Inner page */
}

.pagination li.pager-page.forceShow {
    display: inline-block !important;
    /* For Pagination Fix for Inner page */
}

.pagination li.pager-active {
    background: #e9701f;
    color: #fff;
    cursor: default;
    display: inline-block !important;
    /* For Pagination Fix for Inner page */
}

.paginationMessage {
    padding: 15px 0;
}

.view-pagination+.paginationMessage {
    padding: 0;
}


/*For Responsive NewsItem*/

.SilverItemRow .newsTitle {
    position: relative;
    padding: 10px 0;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.SilverItemRow .newsTitle .Item-icon-trigger {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #104b7d;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.SilverItemRow .newsTitle .responsive-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0;
    background: #104b7d;
    display: none;
}

.SilverItemRow .newsTitle .responsive-icon li {
    display: inline-block;
    vertical-align: middle;
}

.SilverItemRow .newsTitle .responsive-icon a {
    display: inline-block;
    width: 22px;
    height: 27px;
    margin-left: 10px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.SilverItemRow .newsTitle .responsive-icon li.Item-icon-close {
    color: #fff;
    cursor: pointer;
    position: static;
    font-size: 15px;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-pdf::after {
    content: "";
    background: url(../png/icon-pdf-responsiveuhu5.png);
    visibility: hidden;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-link::after {
    content: "";
    background: url(../png/icon-html-responsive00ee.png);
    visibility: hidden;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-webcast::after {
    content: "";
    background: url(../png/webcast-responsivelkew.png);
    visibility: hidden;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-media::after {
    content: "";
    background: url(../png/icon-media-responsivej2hp.png);
    visibility: hidden;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-pdf {
    background: url(../png/icon-pdf-responsiveuhu5.png) no-repeat center center;
    background-size: 20px;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-link {
    background: url(../png/icon-html-responsive00ee.png) no-repeat center center;
    background-size: 20px;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-webcast {
    background: url(../png/webcast-responsivelkew.png) no-repeat center center;
    background-size: 20px;
}

.SilverItemRow .newsTitle .responsive-icon a.icon-media {
    background: url(../png/icon-media-responsivej2hp.png) no-repeat center center;
    background-size: 20px;
}

i.icon.pdf.webcast:after {
    background-image: url(../png/webcast2cc83.png);
}

.from-presentations {
    text-align: center;
}

.from-presentations .SilverPresentItem {
    display: none;
}

.from-presentations .ss-button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 25px;
    margin-top: 15px;
    border-radius: 4px;
}

.from-presentations .ss-button i {
    margin-right: 5px;
}

.from-presentations iframe {
    height: 378px;
}

.icon-legend-wrapper {
    border-top: 1px solid #f1f1f1;
    text-align: right;
    padding-top: 10px;
    margin-top: 15px;
}

.icon-legend-wrapper ul {
    display: inline-block;
}

.icon-legend-wrapper ul li.icon-html,
.icon-legend-wrapper ul li.icon-media,
.icon-legend-wrapper ul li.icon-pdf,
.icon-legend-wrapper ul li.icon-webcast {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 5px 5px 25px;
    margin-left: 10px;
    font-size: 13px;
}

.icon-legend-wrapper ul li.icon-pdf {
    background: url(../png/icon-pdf3hj7.png) no-repeat left center;
    background-size: 12px;
}

.icon-legend-wrapper ul li.icon-html {
    background: url(../png/icon-html0uls.png) no-repeat left center;
    background-size: 12px;
}

.icon-legend-wrapper ul li.icon-media {
    background: url(../png/icon-media6a0o.png) no-repeat left center;
    background-size: 18px;
}

.icon-legend-wrapper ul li.icon-webcast {
    background: url(../png/webcast6761.png) no-repeat left 3px;
    background-size: 18px;
    padding-left: 25px;
    background-position-y: 3px;
}

.module-kit-library .kit-box {
    padding: 25px 30px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.kit-box .ModuleOuterContainer {
    padding: 0;
}

.kit-tabber-holder span {
    display: none;
}

.module-kit-library .kit-tabber {
    position: absolute;
    top: -62px;
    left: -1px;
    font-size: 0;
}

.kit-mobile-tabber {
    display: none;
}

.module-kit-library .kit-tabber li {
    display: inline-block;
    padding: 18px 30px;
    font-size: 24px;
    font-weight: normal;
    color: #375c77;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.module-kit-library .kit-tabber li:first-child {
    border-right: none;
}

.module-kit-library .kit-tabber li.active {
    background: #e16928;
    color: #fff;
    cursor: default;
}

.module-kit-library .kitter-item {
    display: none;
}

.module-kit-library .kitter-item.active {
    display: block;
}

.module-kit-library .kit-link-wrapper {
    text-align: center;
    padding: 35px 0 15px;
}

.module-kit-library .selector {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

.module-kit-library .selector label {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .module-kit-library .selector {
        display: block;
    }
}

@media screen and (max-width: 390px) {
    .module-kit-library .selector label {
        display: block;
        margin-bottom: 10px;
    }
}


/*.SilverItemRow.Financial + div .documents:first-child */

.Financial .documents:first-child+.documents {
    display: none !important;
}

.module-kit-library .kit-link-wrapper a,
a.pressrelease-details,
a.ss-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    background: #e16928;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    transition: all 250ms ease-in;
}

.module-kit-library .kit-link-wrapper a:hover,
a.pressrelease-details:hover,
a.ss-button:hover {
    background: #ca5e24;
}

.mediasection .documents a::before {
    content: ' ';
    height: 27px;
    /*width: 26px;*/
    width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
    /*background: url(../icons/icon-media2.png) no-repeat center center;*/
    background: url(../png/webcast2cc83.png) no-repeat center center;
    background-size: contain;
}

.Downloadlibrary span.documents {
    padding-left: 15px;
}

.ModuleContent h2.Shareholders-title,
.ModuleContent h2.Shareholders-title a,
.ModuleContent h2.special-title,
.ModuleContent h2.special-title a{
    color: #355a76;
}

.financial-section .filings-link a {
    padding: 15px 30px;
    margin: 10px 0;
    font-size: 14px;
}

.financial-section .filings-link a + a {
    margin-left: 5px;
}

.financial-section .pagination-col {
    float: right;
}

.financial-section .pagination-wrapper {
    border: none;
}

.financial-section .icon-legend-wrapper {
    margin: 0;
    padding: 0;
/*     margin-bottom: 40px; */
}

@media screen and (max-width: 768px) {
    .financial-section .filings-link {
        text-align: center;
    }
    .financial-section .pagination-wrapper {
        padding-bottom: 0;
    }
    .financial-section .pagination-col {
        float: none;
    }
}

@media screen and (max-width: 688px) {
    .financial-section .filings-link a + a {
        margin-left: 0;
    }
}


/*Stock Quoate command Chart*/

.ticker-tabber-holder,
.kit-tabber-holder {
    /*font-family: 'HelveticaNeue Light', sans-serif;*/
}

.ticker-tabber-holder>span {
    display: none;
}

ul.ticker-tab li {
    display: inline-block;
    padding: 5px 30px;
    /*border: 1px solid #365b76;*/
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    color: #375c76;
}

ul.ticker-tab {
    font-size: 0;
    padding: 0 0 20px 0;
}

ul.ticker-tab li+li {
    border-left: 2px solid #e7e7e7;
}

ul.ticker-tab li:first-child {
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-left: 0;
}

ul.ticker-tab li:last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-right: 0;
}

ul.ticker-tab li.active {
    color: #e6692a;
    cursor: default;
}

ul.ticker-data {
    font-size: 0;
    border-bottom: 1px solid #e7e7e7;
}

ul.ticker-data li {
    display: inline-block;
    padding: 18px 30px;
    font-size: 24px;
    font-weight: 400;
    color: #365b76;
    border: 1px solid #e7e7e7;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
}

@media screen and (max-width: 1010px) {
    ul.ticker-data li {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    ul.ticker-data li {
        font-size: 18px;
    }
}

ul.ticker-data li:last-child {
    border-right: 1px solid #e7e7e7;
}

ul.ticker-data li.active {
    background: #e16928;
    color: #fff;
    cursor: default;
}

.stock-section .module-silver-wrapper {
    margin-top: 25px;
}

[class^="ContentPaneDiv"]>div.stock-section {
    padding-bottom: 0;
}

[class^="ContentPaneDiv"]>div.stock-section .ModuleInnerContainer {
    padding-bottom: 30px;
    /*border-bottom: 2px solid #e7e7e7;*/
}

.stock-item {
    padding: 15px 30px 30px;
    border: 1px solid #e7e7e7;
    border-top: none;
}

@media screen and (max-width: 768px) {
    .stock-item {
        padding: 15px 0;
        border: none;
    }
    [class^="ContentPaneDiv"]>div.stock-section .ModuleInnerContainer {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
}

.main-quote {
    margin-bottom: 20px;
}

.main-quote h3 {
    display: inline-block;
    margin: 15px 15px 15px 0;
    color: #365b76;
    font-weight: 500;
    font-size: 24px;
}

.main-quote .StockPriceUp {
    color: #92d050;
    font-weight: 300;
}

.quote-wrapper>.quote-data-wrapper {
    padding: 16px 0;
    color: #365b76;
}

.quote-wrapper>.quote-data-wrapper:nth-child(2n+1) {
    background: #f6f8f9;
}

.quote-wrapper .grid-no-gutter>.col {
    padding: 0 10px;
    font-size: 14px;
}

.stockDataTitle {
    font-weight: 600;
}

.main-quote .StockPriceUp::before {
    content: "+";
}

.main-quote .StockPriceUp.stockBracket::before,
.main-quote .StockPriceDown.stockBracket::before {
    display: none;
}

.main-quote .StockPriceDown {
    color: #ff0000;
}

.main-quote .quote-wrapper h6 {
    margin-top: 15px;
    font-size: 14px;
    color: #365b76;
    text-align: right;
    color: #23415a;
}

.stockDelay {
    font-size: 14px;
    padding: 15px 0;
    text-align: right;
    color: #e16928;
}

.stock-table,
.stock-historical .module_container--content {
    padding-top: 20px;
}

.stock-historical .quote-wrapper {
    padding: 0;
}

@media screen and (max-width: 480px) {
    .stock-historical .StockTableItem+.StockTableItem .quote-wrapper>.quote-data-wrapper:nth-child(2n+1) {
        background: #fff;
    }
    .stock-historical .StockTableItem+.StockTableItem .quote-wrapper>.quote-data-wrapper:nth-child(2n+2) {
        background: #f6f8f9;
    }
}

.hide-res-icons {
    display: none;
}

.news .NewsHeading .NewsListdoc,
.module-silver-wrapper .SilverItemRow .align-left {
    padding-left: 20px;
}

.news .NewsHeading .NewsListdoc {
    text-align: right;
}

.module-silver-wrapper .SilverItemRow .align-left {
    text-align: left;
}


/* .ModuleEvent .SilverItemRow .newsTitle {
    padding: 20px 0;
} */

.ModuleEventDetails .ModuleTitle {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
}


/****Start-Press-Releases*****/

.news .NewsHeading,
.moduleHeading-inner {
    background-color: #375c76;
    color: #fff;
    text-align: left;
    padding: 10px;
}


/*
.press-releases .news-item {
    margin: 10px 0;
}
*/

.news .NewsItemRow {
    border-bottom: 1px solid #E7E7E7;
    margin-top: 10px;
}

.PageNews .module-silver-wrapper .SilverItemRow .ModuleHeadlineLink {
    color: #e6692a;
}

i.icon.pdf:after,
.documents a .icon.link:after,
.prDetails .q4i-doc-pdf:before,
.ModuleEventDetails .Presentation a:before,
.ModuleEvent span.docs a[href$=".pdf"]:before,
.ModuleEvent span.docs a[href$=".PDF"]:before {
    content: ' ';
    height: 27px;
    width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
}

.ModuleEvent span.docs a[href$=".pdf"]:before,
.ModuleEvent span.docs a[href$=".PDF"]:before {
    vertical-align: middle;
}

.prDetails .q4i-doc-pdf:before {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.prDetails [class^="ContentPaneDiv"]>div {
    padding: 50px 0 25px 0;
}

.documents a .icon.link:after {
    margin-left: 8px;
    background-image: url(../png/icon-html0uls.png);
}

i.icon.pdf:after,
.prDetails .q4i-doc-pdf:before,
.ModuleEvent span.docs a[href$=".pdf"]:before,
.ModuleEventDetails .Presentation a:before,
.ModuleEvent span.docs a[href$=".PDF"]:before {
    background-image: url(../png/icon-pdf2r9zz.png);
}

.news-inner .select-years {
    margin-right: 20px
}

.news-inner .select-categories {
    margin-right: 20px
}

.news-inner .select-sort {
    margin-right: 0;
}

.select-categories .sbHolder {
    width: 170px;
}

.news .newsTitle p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0;
}

.news-inner .loading+.paginationContainer {
    display: none;
}

.news-inner .module-silver-wrapper .SilverItemRow .ModuleHeadlineLink {
    font-size: 15px;
}

.moduleHeading-inner .padding-left-20 {
    padding-left: 20px;
}

.ModulePressReleaseDetails p {
    text-align: justify;
    line-height: 24px;
}

.ModulePressReleaseDetails .ModuleDetailHeadline {
    font-weight: 600;
    font-size: 20px;
    color: #20415b;
}

.ModulePressReleaseDetails p b,
.ModulePressReleaseDetails p u {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.ModulePressReleaseDetails p u a {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 300;
}

.ModulePressReleaseDetails table b {
    font-weight: 300;
    font-size: 13px;
}


/****End-Press-Releases*****/


/**** Event-Page-Started****/

.ModuleEvent .date-heading {
    line-height: 20px;
}

.ModuleEvent .SilverItemRow {
    border-bottom: 1px solid #f1f1f1;
    border-top: 0;
}

.ModuleEvent .ModuleContentInner.future-block {
    margin-bottom: 35px;
}

.moduleHeading-inner {
    margin: 0;
}

.ModuleEvent .WebcastLink a:before,
.ModuleEventDetails .WebcastLink a:before {
    background-image: url(../png/webcast6761.png);
    content: ' ';
    height: 30px;
    width: 22px;
    font-size: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: top;
}

.ModuleEvent .WebcastLink a,
.ModuleEvent .AddToCalendar,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    padding: 0;
}

#ModuleEvent span.docs>div {
    display: inline-block;
}

.ModuleEvent .WebcastLink {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.ModuleEvent span.docs a {
    margin-right: 10px;
}

.ModuleEvent .AddToCalendar a:before,
.ModuleEventDetails .q4i-icon-calendar:before,
.upcoming-presentations .q4-atc-button:before, .landing-presentations .q4-atc-button:before {
    background-image: url(../png/calendar-iconhidx.png);
    content: ' ';
    height: 30px;
    width: 22px;
    margin-top: 3px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.landing-presentations .q4-atc-button:before, .upcoming-presentations .q4-atc-button:before {
    margin-right: 0;
}
.upcoming-presentations .AddToCalendar * {
    letter-spacing: 0;
}

.ModuleEvent .responsive-icon .AddToCalendar a:before,
.ModuleEventDetails .responsive-icon .q4i-icon-calendar:before {
    background-image: url(../png/calendar-icon-responsivevpgv.png);
    margin-top: 5px;
}

.EventWidget h3 {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #375b75;
    margin-bottom: 20px;
}

.EventWidget .documents-icon>span.addtocal {
    width: auto;
}

.ModuleEvent .ModuleYearNavContainer a.sbSelector {
    padding: 0;
    display: block;
}

.ModuleEvent .ModuleYearNavContainer .sbOptions a {
    display: block;
}

.ModuleHeadline ul li {
    font-size: 0;
}

.selecttype .sbHolder {
    width: 200px;
}

.Downloadlibrary .selecttype .sbHolder {
    width: 250px;
}

.ModuleEventDetails .ModuleBody {
    display: none;
}

.ModuleEventDetails .ModuleDetailHeadline {
    font-size: 18px;
}

.ModuleEventDetails .WebcastLink a:before,
.ModuleEventDetails .Presentation a:before {
    vertical-align: middle;
}

.ModuleEventDetails .AddToCalendar i {
    display: none;
}

.ModuleEventDetails .AddToCalendar .q4-atc-button {
    font-size: 15px;
}

.ModuleEventDetails .AddToCalendar .q4-atc-button::before {
    content: "";
    background-image: url(../png/calendar-iconhidx.png);
    height: 30px;
    width: 22px;
    margin-top: 3px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}


/**** Eventdetail-Page-End****/


/**** Investorkit Page****/

.ModuleFormHeader .sbHolder {
    min-width: 270px;
}

.module-contact-info .kit-box {
    margin-top: 8%;
}

.email-link .ss-button {
    padding: 15px 30px;
    color: #fff;
    font-size: 14px;
}

.module-media span.select-years {
    margin: 0 0 0 10px;
}

.module-media.module-silver-wrapper .NewsHeading .documents-icon {
    text-align: right;
}

.module-contact-info p.mailing-heading {
    background-color: #375c76;
    color: #fff;
    padding: 5px 10px;
}


/**** Investorkit-detail-Page-End****/

.ModulePressReleaseDetails div {
    font-family: 'Arial', sans-serif;
    font-size: .9rem;
    line-height: 25px;
    /*overflow-x: auto;*/
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

[class^="ContentPaneDiv"]>div.event-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

[class^="ContentPaneDiv"]>div.event-section .ModuleInnerContainer>.grid>.col.col-3-of-5.col-md-1-of-1 {
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    [class^="ContentPaneDiv"]>div.event-section .ModuleInnerContainer>.grid>.col.col-3-of-5.col-md-1-of-1 {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    [class^="ContentPaneDiv"]>div.event-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.calc-info table td {
    width: 48%;
    line-height: 24px;
}

.no-item-found,
.loader,
.noitemfound {
    margin: 10px 0;
    display: block;
}


/*Inner page Pagination Styles*/

.pagination-wrapper>span,
.pagination-wrapper>ul {
    vertical-align: middle;
    display: inline-block;
    color: #375b75;
    font-size: 14px;
    font-weight: 500;
}

.pagination-wrapper {
    text-align: right;
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.pagination-more a {
    color: #375b75;
}

.pagination-wrapper>ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}

.pagination-wrapper>ul li.hideItem {
    display: none;
}

.pagination-wrapper>ul li.forceShow {
    display: inline-block;
}

.pagination-wrapper>ul li.pager-active {
    color: #e8681a;
    cursor: default;
}

.pagination-wrapper>ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 10px;
    width: 1px;
    background: #375b75;
}

.pagination-wrapper>ul li:first-child::before,
.pagination-wrapper>ul li:last-child::before {
    display: none;
}


/*Inner page Pagination Style Ends*/


/*Financial Inner Page Style Starts*/

.module-silver-wrapper .SilverItemRow .documents-icon>span {
    display: inline-block;
}

.module-silver-wrapper .SilverItemRow .documents-icon>span>span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.module-silver-wrapper .SilverItemRow .documents-icon>span.docSize {
    font-size: 12px;
    width: 45%;
    vertical-align: -webkit-baseline-middle;
    color: #375b75;
}

span.docsize {
    color: #375b75;
    font-size: 12px;
}

.inner-financial-report .NewsHeading .documents-icon {
    text-align: center;
}

.module-silver-wrapper #newsContainer .documents-icon {
    text-align: right;
}


/* Financial Inner page Ends */


/* Stock Info Inner page Starts */

g.highcharts-markers.highcharts-tracker g {
    cursor: pointer;
}

g.highcharts-markers.highcharts-tracker g path {
    cursor: pointer;
    fill: #e16928;
}

.highcharts-range-selector {
    outline: none;
    border: none;
}

a.ui-corner-all {
    display: none;
}

.ui-datepicker table {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 1px 5px;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
    background: #e16928;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    outline: none;
    font-weight: normal;
    margin: 1px 5px;
    width: 48%;
    margin: 1%;
}

.ui-datepicker th {
    font-weight: normal !important;
    /* For overwriting preview.css */
    color: #333;
}

.MailingListSignupContainer {
    margin: 0 auto;
    max-width: 1200px;
}

.ui-widget-content {
    background: #fff;
    border-color: #aaa;
    border-radius: 0;
}

.ui-state-default,
.ui-state-disabled {
    background: #f3f3f3 !important;
    color: #666 !important;
    font-weight: normal !important;
    border-color: #bbb !important;
    opacity: 1 !important;
}

.ui-datepicker-today .ui-state-default {
    background: #e16928 !important;
    /* For overwriting preview.css */
    color: #fff !important;
    /* For overwriting preview.css */
}


/* Email Alerts page Starts */

.page-email-alerts .MailingListSignupContainer,
.page-email-alerts .MailingListUnsubscribeContainer {
    padding: 0 0 50px;
}

.page-email-alerts .MailingListSignupContainer strong,
.page-email-alerts .MailingListUnsubscribeContainer strong {
    position: relative;
    top: 25px;
}

.page-email-alerts .footer-alerts {
    display: none;
}

.page-email-alerts [class^="ContentPaneDiv"]>div.subscribe-text,
.page-email-alerts [class^="ContentPaneDiv"]>div.unsubscribe-text {
    padding: 0;
}

.page-email-alerts [class^="ContentPaneDiv"]>div.subscribe-text {
    padding-top: 50px;
}

.page-email-alerts table input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    color: #375b75;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.page-email-alerts table input[type="text"]+.RequiredField {
    display: none;
}

.page-email-alerts tr[id$="MailingListLabel"] {
    display: table-row;
}

.RequiredField {
    color: #ff0000;
}

.page-email-alerts .subscribe-text p,
.page-email-alerts .unsubscribe-text p,
.page-email-alerts label {
    color: #375b75;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.page-email-alerts p.required-text {
    color: #375b75;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.select-label {
    padding-right: 10px;
}


/* Email Alerts Page Ends */


/* Inner page Style Ends */


/* Inner page Responsive Starts */


/*@media screen and (max-width: 1124px) {
    .module-block-banner h2 {
        font-size: 70px;
    }
    .module-block-banner h2 span {
        font-size: 30px;
    }
}*/

@media screen and (max-width: 1024px) {
    /*.paginationContainer {
        padding-left: 20px;
    }*/
    .why-silver-item>div div {
        position: static;
        width: 100%;
        height: 350px;
    }
    .why-silver-item div {
        background-position: top center;
    }
    [class^="ContentPaneDiv"]>div.module-accordion {
        padding-top: 100px;
    }
    .module-accordion .why-silver-content {
        padding: 20px 25px;
    }
    .third-level-holder {
        display: block;
    }
    .module-silver-wrapper .SilverItemRow .documents-icon>span.docSize {
        width: auto;
        display: block;
        margin-top: 5px;
    }
    .sec-container .documents-icon {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .page-email-alerts .PaneContentInner {
        padding-top: 0;
    }
    .PaneContentInner {
        margin-top: 0;
    }
    [class^="ContentPaneDiv"]>.module-thirdlevel-menu {
        display: block;
    }
    .page-email-alerts [class^="ContentPaneDiv"]>.module-thirdlevel-menu {
        padding-bottom: 25px;
    }
    /*    .module-silver-wrapper .SilverItemRow > span {
        padding-left: 10px;
    }*/
    .module-block-banner .ModuleInnerContainer {
        height: 350px;
    }
}

@media screen and (max-width: 1023px) {
    .module-kit-library {
        margin-top: 35px;
    }
    [class^="ContentPaneDiv"]>div.module-accordion {
        padding-top: 50px;
    }
    [class^="ContentPaneDiv"]>div {
        padding: 50px 0;
    }
    .metals-icon+span,
    .cr-icon+span {
        line-height: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
    ul.ticker-data li {
        padding: 18px 20px;
    }
}

@media screen and (max-width: 768px) {
    .slider-outer-container {
        top: 30px;
    }
    .pagination-wrapper {
        text-align: center;
    }
    .MailingListSignupContainer.footer-alerts .error-container {
        padding-left: 0;
    }
    .email-link .ss-button {
        display: inline-block;
        margin-bottom: 5px;
    }
    .icon-legend-wrapper {
        display: none;
    }
    .hide-res-icons {
        display: block;
    }
    .ModuleContent h2 {
        font-size: 18px;
    }
    .slider .slider-item {
        height: 380px;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .slider .slider-item h2 {
        line-height: 1.2;
    }
    .module-block-banner h2 span,
    .slider .slider-item h2 {
        font-size: 18px;
    }
    .module-block-banner h2 {
        padding-bottom: 0;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.8;
    }
    .module-block-banner h2 span {
        font-size: 18px;
        margin: 0;
    }
    .module-block-banner h2::before {
        display: none;
    }
    .module-block-banner .ModuleInnerContainer {
        height: 200px;
    }
    .FormBuilderContainer .error-wrap {
        display: block;
        margin-left: 180px;
    }
    .module-silver-wrapper .ModuleYearNavContainer {
        margin-bottom: 15px;
    }
    ul.ticker-tab {
        text-align: left;
        margin-bottom: 20px;
    }
    ul.ticker-tab li {
        font-size: 16px;
    }
    /*    .ModuleContent h2,
    .module-silver-wrapper .ModuleYearNavContainer {
        text-align: center;
    }*/
    .module-silver-wrapper .SilverItemRow .ModuleDate {
        /*position: absolute;*/
        /*top: 18px;*/
        /*padding-left: 10px;*/
        /* line-height: 1px;*/
        padding-top: 15px
    }
    .SilverItemRow .newsTitle {
        position: relative;
        padding: 5px 50px 15px 10px;
    }
    .ModuleEvent .SilverItemRow .newsTitle {
        position: relative;
        padding: 5px 100px 15px 10px;
    }
    .ModuleEvent .SilverItemRow .ModuleDate {
        padding-left: 10px;
    }
    .module-presentation-events .SilverItemRow .newsTitle {
        padding: 5px 70px 15px 0;
    }
    /*.Shareholders .SilverItemRow .newsTitle {
        padding: 20px 15px;
    }*/
    .Shareholders .SilverItemRow .newsTitle .responsive-icon li {
        margin-top: 8px;
    }
    .SilverItemRow .newsTitle .Item-icon-trigger {
        display: block;
    }
    .module-silver-wrapper .SilverItemRow .documents-icon {
        /*display: none;*/
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
    }
    .module-silver-wrapper .SilverItemRow .align-left {
        text-align: left;
        min-width: 100px;
        text-align: left;
    }
    [class^="ContentPaneDiv"]>div.kit-section {
        padding-top: 50px;
    }
    .text-center-onmobile {
        text-align: center;
    }
    .text-center-onmobile h3 {
        margin: 0 5px;
    }
    .text-center-onmobile h6 {
        margin-bottom: 20px;
    }
    .quote-wrapper {
        text-align: left;
    }
    .main-quote h3 {
        font-size: 16px;
    }
    .main-quote .col:last-child {
        display: none;
    }
    .moduleHeading-inner {
        display: none;
    }
    .page-email-alerts [class^="ContentPaneDiv"]>div.subscribe-text {
        padding-top: 35px;
    }
    .module-silver-wrapper .ModuleYearNavContainer>span {
        margin-bottom: 15px;
    }
    .news .NewsHeading,
    .moduleHeading-inner,
    .select-label,
    .module-silver-wrapper .ModuleYearNavContainer>span.select-label,
    .highcharts-input-group {
        display: none;
    }
    .stockDataRight {
        text-align: right;
    }
    .future-block .ModuleHeadline>a,
    .past-block .ModuleHeadline>a {
        padding-top: 0;
        margin: 0;
        display: block;
    }
    .ModuleEvent .moduleHeading-inner {
        display: none;
    }
    .EventWidget .SilverItemRow {
        padding: 0;
    }
    .module-media .NewsHeading.moduleHeading-inner {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .slider-faq-button {
        font-size: 12px;
        bottom: 50px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 20px;
        right: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    /*Responsive Tabber*/
    .module-contact-info .kit-box {
        margin: 0 0 25px 0;
    }
    .module-kit-library .kit-box {
        padding: 0;
        border: none;
    }
    .kit-tabber-holder {
        position: relative;
        z-index: 99;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .kit-tabber-holder>span {
        display: block;
        padding: 18px 20px;
        background: #e16928;
        color: #fff;
        font-weight: 500;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
    }
    .kit-tabber-holder > span::before {
        position: absolute;
        right: 20px;
        top: 23px;
        /*content: "\e64a";*/
        content: "";
        /*font-family: 'q4icons';*/
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #fff;
    }
    .kit-tabber-holder>span.active::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid #fff;
        border-top: none;
    }
    .module-kit-library .kit-tabber {
        top: 60px;
        width: 100%;
        display: none;
        left: 0;
        border-top: 1px solid #f7f7f7;
    }
    .module-kit-library .kit-tabber.active {
        display: block;
    }
    .module-kit-library .kit-tabber li {
        width: 100%;
        background: #ddd;
        border: none;
        padding: 15px 20px;
        font-size: 16px;
    }
    .ticker-tabber-holder {
        position: relative;
        z-index: 99;
    }
    .ticker-tabber-holder>span {
        display: block;
        padding: 18px 20px;
        background: #e16928;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        cursor: pointer;
        position: relative;
    }
    .ticker-tabber-holder>span::before {
        position: absolute;
        right: 20px;
        top: 23px;
        /*content: "\e64a";*/
        content: "";
        /*font-family: 'q4icons';*/
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #fff;
    }
    .ticker-tabber-holder>span.active::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid #fff;
        border-top: none;
    }
    ul.ticker-data {
        background: #e7e7e7;
        display: none;
        position: absolute;
        top: 57px;
        left: 0;
        width: 100%;
    }
    ul.ticker-data.active {
        display: block;
    }
    ul.ticker-data li {
        display: block;
        padding: 15px 20px;
        border: none;
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .FormBuilderContainer .error-wrap,
    .FormBuilderContainer input[type="submit"] {
        margin-left: 0;
    }
}

@media screen and (max-width: 350px) {
    .header-logo img {
        width: 130px;
    }
}

.Sectionemail-alerts .MailingListActivationContainer {
    color: #008000;
    font-weight: 600;
}


/* Inner page Responsive Ends */

.EventWidget .docsize {
    display: none;
}

.Email-Alerts .alert-module {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100px;
}


/*--------------------Accordion---------------------*/

[role="tablist"] .ModuleInnerContainer {
    border-bottom: 1px solid #e7e7e7;
}

[role="tablist"] [role="tab"] {
    /*text-transform: uppercase;*/
    cursor: pointer;
    position: relative;
    outline: none;
    display: block;
    font-size: 20px;
    padding: 15px 45px 15px 15px;
    font-weight: 400;
    margin: 0;
    color: #375b75;
    line-height: 1.3;
    border-top: 1px solid #e7e7e7;
}

[role="tablist"] [role="tabpanel"] {
    padding: 0 15px 0
}


/*[role="tablist"] [role="tab"]:focus {
    color: #00c060;
    border: 1px solid #00c060;
}*/


/*[role="tablist"] [role="tab"]:focus * {
    color: #00c060;
}*/

[role="tablist"] [role="tab"]:before {
    content: "\e64e";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #23415a;
}

[role="tablist"] .js--active [role="tab"],
[role="tablist"] .js--active [role="tab"] * {
    color: #fff;
    background: #23415a;
}

[role="tablist"] .js--active [role="tab"]:before {
    content: "\e64b";
    color: #fff;
    font-size: 15px;
}

.js--hidden,
.hidden {
    display: none;
}

@media screen and (max-width: 1024px) {
    [role="tablist"] [role="tab"] {
        font-size: 18px;
    }
    [role="tablist"] .js--active [role="tab"]:before {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    [role="tablist"] [role="tab"] {
        font-size: 14px;
    }
    [role="tablist"] [role="tabpanel"] {
        font-size: 14px;
    }
    [role="tablist"] .js--active [role="tab"]:before {
        font-size: 12px;
    }
}


/*------------------End Accordion-------------------*/

[class^="ContentPaneDiv"] .module-faq-ticker {
    padding-top: 0;
    padding-bottom: 20px;
}

* {
    -webkit-text-size-adjust: 100%;
}

.js--visibility-hidden {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.no-items {
    padding: 15px 0;
    font-size: 14px;
    display: block;
}
.ModuleEventDetails .ModuleLinks .Presentation a:before {
    content: "\e902";
    background-image: none;
    vertical-align: unset;
}
.slider-widget {
    position: relative;
}
.slider-widget .slider-button  {
    background: #e16928;
    border-radius: 5px;
    padding: 24px 40px;
    color: white;
    text-transform: uppercase;
    transition: all 250ms ease-in;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    top: 66%;
}
.slider-button:hover {
    background: #ca5e24;
    transition: all 250ms ease-out;
}
@media screen and (max-width: 500px) {
    .slider-widget .slider-button  {    
        width: 100%;
        text-align: center;
	}
}

/* 236138 */
.ModulePressReleaseDetails img.noFloat {
    float: none;
}

/* 273726  */

.home-event-button{
    padding: 22px;
    text-align: center;
    position: relative;
    left: 31%;
    background-color: #E16928;
    color: #FFF;
    border-radius: 5px;
}

.module-presentation-events .ModuleYearNavContainer a,
.module-landing-news .ModuleYearNavContainer a,
.module-financial-report .ModuleYearNavContainer a,
.module-media  .ModuleYearNavContainer a,
.inner-financial-report .ModuleYearNavContainer a {
    display: inline-block;
       margin-bottom: 5px;
    color: #000;
    text-decoration: none;
}
.landing-presentations .AddToCalendar, .landing-presentations .AddToCalendar .q4-atc-wrapper, .landing-presentations .AddToCalendar .q4-atc-wrapper .q4-atc-button{
  letter-spacing: 0;
}
