/*-----------------------------------------*\
------------------ 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, #events-calendar .days-container .days .day.today 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;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/* Negative Margin Fix for Toast Columns */
html, .col {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    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;
}

.align-center{
    text-align:center;
}
ul.list-block{
   list-style:disc;
   padding-left:20px;
   line-height:1.5rem;
}

/*-------------- Typography ---------------*/

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5rem;
    text-align: left;
}


/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/

/*------------ Default Styles -------------*/

a:focus {
    text-decoration: none;
}

.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: #fff;
    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;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.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;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}

/* 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: #fff;
    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: -45px;
    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: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}

/*--------------- 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: #666;
    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;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,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('../design/fancybox_sprite.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('../design/fancybox_loading.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('../design/blank.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('../design/fancybox_overlay.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 "Helvetica Neue",Helvetica,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('../design/fancybox_sprite@2x.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('../design/fancybox_loading@2x.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: 100px;
    height: 30px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}


.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 30px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url('../icons/dropdown.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sbToggle:hover {
    background: url('../design/select-icons.png') 0 -167px no-repeat;
}

.sbToggleOpen {
    background: url('../design/select-icons.png') 0 -16px no-repeat;
}

.sbToggleOpen:hover {
    background: url('../design/select-icons.png') 0 -66px no-repeat;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {
}

.sbHolderDisabled .sbToggle {
}

.sbOptions {
    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: 200px;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: 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: #EBB52D;
}

.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";
    display: inline-block;
    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,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.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;
    /*background-color: rgba(0,0,0,0.1);*/
    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;
}

.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;
}

.FaqContainer .FaqAnswer {
    margin-top: 1rem;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.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: #ff0000;
    font-size: 0.8rem;
}

.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;
}

.FormBuilderContainer input[type="submit"] {
}

/*---------------- Job List ---------------*/

.JobPostingContainer table {
    width: 100%;
}

.JobPostingContainer table td,
.JobPostingContainer table th {
    padding: 10px 5px;
}

.JobPostingContainer .JobPostingGridHeader {
    background-color: rgba(0,0,0,0.1);
}

.JobPostingContainer table .JobPostingGridItem:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

.Module_JobPostingDetailsAdvanced table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}

.Module_JobPostingDetailsAdvanced table td:first-child span:after {
    content: ":";
}

.Module_JobPostingDetailsAdvanced table input {
    border: none;
}

.Module_JobPostingDetailsAdvanced .Label_Summary,
.Module_JobPostingDetailsAdvanced .Text_Body {
    display: inline-block;
}

.Module_JobPostingDetailsAdvanced .Label_Summary {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.Module_JobPostingDetailsAdvanced .LinkButton_Apply,
.JobApplicationAdvancedContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}

.JobApplicationAdvancedContainer table,
.JobApplicationAdvancedContainer textarea {
    width: 100%;
}

.JobApplicationAdvancedContainer table td {
    padding: 5px 0;
}

.JobApplicationAdvancedContainer table td[colspan="4"] > span {
    display: block;
    padding: 10px 0;
}

.JobApplicationAdvancedContainer input[type="file"] {
    line-height: 1rem;
}

/*--------- Mailing List Modules ----------*/

div.subscribe-text {
    margin-bottom: 0;
}

.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    width: 100%;
    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: 0;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 90% !important;
}

.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"] {
}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

/*-------------- Person List --------------*/

.PersonGenericContainer .PersonContainer {
    margin-bottom: 25px;
}

.PersonGenericContainer .PersonDetailsContainer > div {
    vertical-align: middle;
    font-weight: 400;
}

.PersonGenericContainer .PersonPhoto img,
.PersonGenericDetailsContainer .PersonDetailsImageContainer img {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 1rem;
}

.PersonGenericContainer h3,
.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.PersonGenericContainer .PersonDescription > span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 200%;
}

@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto,
    .PersonGenericContainer h3 {
        text-align: center;
    }
}

/*---------  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 .PaneContent {
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    list-style: inside;
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}

.view-all::before {
    content: "\e64c";
    font-family: q4icons;
    font-size: 12px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

/*---------- 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 .FormGroupsContainer select {
}

.RegulatoryFilingContainer .FormGroupsContainer input {
}

.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 {
    padding: 10px;
}

.StockQuoteContainer .StockPage,
.stock-historical .stock-selects {
    background-color: rgba(0,0,0,0.1);
}

.stock-historical .stock-selects > span,
.stock-historical .stock-selects > select,
.stock-historical .stock-selects > div {
    margin-right: 10px;
}

.stock-historical .stock-selects button {
    border: 1px solid #fff;
}

.stock-historical .stock-selects button.disabled {
    opacity: 0.5;
    cursor: default;
}

.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;
}

@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 {
        display: block;
        margin: 5px 0;
    }
}

/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
}

.StockQuoteHeaderContainer .StockPChange,
.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockVolume,
.StockQuoteHeaderContainer .StockDate {
    display: none;
}

.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #fff;
    font-size: 11px;
    word-spacing: -3px;
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #fff;
    font-size: 11px;
    word-spacing: -3px;
}

.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: #fff;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner {
}

.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: inherit;
    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;
}

/*----- Committee Composition Table -----*/

.committee-composition .person-header,
.committee-composition .person-item > div {
    padding: 15px 5px;
}

.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}

.committee-composition .person-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.committee-composition .person-category[class*="active"] .person-header i:before {
    content: "\e650";
}

.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.committee-composition .chair {
    color: #0f5ca3;
}

.committee-composition .person-legend {
    margin-top: 20px;
}

.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile,
.committee-composition .person-bio,
.committee-composition .person-items {
    display: none;
}

@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }

    .committee-composition .mobile {
        display: block;
    }

    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Events Calendar -----------*/
#latest-events {
    display: none;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    padding: 15px;
    z-index: 99;
}

.calendar {
    font-family: 'Oswald';
}

#events-calendar {
    padding-right: 20px;
    position: relative;
}

#latest-events {
    background-color: #063155;
    color: #fff;
}

#latest-events a {
    color: #fff;
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    display: table;
    width: 100%;
    color: #fff;
    background-color: #063155;
}

#events-calendar .day {
    border: 1px solid #eaeaea;
}

#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: 14px 0;
    text-align: center;
}

#events-calendar .day {
    border: 1px solid #eaeaea;
}

#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;
    position: relative;
    color: #2b2b2b;
    z-index: 1;
}

#events-calendar .day.event:before {
    height: 5px;
    content: "";
    margin: auto;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #70ab44;
    color: #0b0b0b;
    z-index: -2;
    top: 25px;
    bottom: 0;
}

#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
}

#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#events-calendar .clndr-previous-button .q4i-rounded-upchevon:before {
    content: "\e64c";
}

#events-calendar .clndr-next-button .q4i-rounded-downchevon:before {
    content: "\e64f";
}

#latest-events .ModuleEvent .date {
    width: 30%;
    background: #0b3353;
    color: #fff;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 400;
    margin: 0 auto;
    padding: 10% 5%;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: 'Oswald';
    font-size: 26px;
}

#latest-events .ModuleEvent .date:after {
    width: 46px;
    display: block;
    padding: 2.5px 0;
    background: #73a950;
    margin: 0 auto;
    content: "";
    margin-top: 10px;
}

#latest-events a.ModuleHeadlineLink {
    text-align: center;
    font-size: 16px;
    padding: 0 10%;
    line-height: 22px;
}

#latest-events i.q4i-icon-calendar:before {
    /*content: "";*/
    margin: 0;
}

#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: 5%;
    text-align: center;
}

#latest-events .AddToCalendar a {
    color: #888;
}

.closeEvent {
    float: right;
    cursor: pointer;
}

.page-events-presentations .slidelink a:before {
    background: url('../icons/svg/pdf-green.svg') no-repeat;
    background-size: 32px;
    background-position: center;
    width: 16px;
    height: 16px;
    content: "hi";
    font-size: 0;
    padding: 20px;
    vertical-align: middle;
}

.page-events-presentations .slidelink {
    text-align: center;
    padding-top: 10px;
}

.page-events-presentations .slidelink a {
    font-size: 14px;
    font-weight: 400;
}

.page-events-presentations .latest-events {
    background-color: #f8f8f8;
    padding: 40px;
}

.latest-events-presentations ul.items li > div {
    padding: 30px 20px;
    display: table-cell;
    vertical-align: middle;
}

.latest-events-presentations ul.items li > div.title {
    min-height: 110px;
    background-color: #fff;
}

.latest-events-presentations ul.items li > div.title a,
.events-past .items li > div.title a {
    color: #666;
    font-weight: 400;
}

.latest-events-presentations .date {
    background-color: #063155;
    color: #fff;
    text-align: center;
    font-family: 'Oswald';
    line-height: 22px;
    font-size: 20px;
    padding-left: 20px;
}

.latest-events-presentations ul li {
    margin-top: 10px;
    display: table;
}

.events-past .ModuleContainerInner.events {
    padding: 10px;
}

.events-past .items li > div {
    padding: 20px 30px;
}

.events-past ul.items {
    border: solid 2px #e0e0e0;
    margin-bottom: 10px;
}

.events-past .items li > div.title {
    padding: 20px 40px;
    vertical-align: middle;
    line-height: 20px;
}

.events-past .items li > div.date {
    background-color: #e1e1e1;
    color: #666;
    text-align: center;
    font-family: 'Oswald';
    min-height: 80px;
}

.latest-events-presentations .date:after,
.events-past .items li > div.date:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #70ab3c;
    margin: 0 auto;
    margin-top: 5px;
}

.latest-events-presentations .events ul.items {
    border: solid 2px #e1e1e1;
    margin-bottom: 10px;
}

.latest-events-presentations ul.items li > div.title.data span,
.latest-events-presentations ul.items li > div.title.data .AddToCalendar,
.events-past .items li > div.title.data span,
.latest-event .WebcastLink a,
.latest-event .ModuleLinks a,
.latest-event .presentation li a, 
.latest-event .FinancialReport a,
#latest-events .q4-atc-button  {
    font-size: 0;
}

.latest-events-presentations ul.items li > div.title.data span i,
.events-past .items li > div.title.data span i,
.latest-event .WebcastLink a:before,
#latest-events i.q4i-icon-calendar:before,
.latest-event .ModuleLinks a:before,
.latest-event .FinancialReport a:before,
.latest-event .presentation li a:before{
    font-size: 18px;
    background-color: #6fab45;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.latest-event .WebcastLink ,
.latest-event .ModuleLinks,
.latest-event .ModuleLinks > li,
.latest-event .presentation,
.latest-event .presentation ul,
.latest-event .presentation ul li,
.latest-event .FinancialReport,
.latest-event .FinancialReport ul,
.latest-event .FinancialReport ul li{
    display: inline-block;
    vertical-align: top;
}

.latest-event .WebcastLink a,
.latest-event .AddToCalendar {
    background-color: transparent;
}

.latest-event .ModuleLocation,
.latest-event .ModuleSpeakers{
    display: none;
}

.page-events-presentations .presentations {
    padding-left: 25px;
}

@media screen and (max-width: 768px) {
    #events-calendar, 
    /*#latest-events,*/
    .latest-events-presentations ul.items li > div {
        display: inline-block;
    }
  
    .latest-events-presentations ul.items li > div.title.data,
    .events-past .items li > div.title.data {
        padding: 30px 0;
    }
     
    .page-events-presentations .presentations {
        padding-top: 30px;
        text-align: center;
        padding-left:0;
    }
    
    .latest-events-presentations ul.items li > div.title.data, 
    .events-past .items li > div.title.data {
       text-align: center;
       padding: 0;
       min-height: 50px;
    }
    .latest-events-presentations ul li{
        background:#fff;
    }
    .page-events-presentations .latest-events{
        padding:40px 0;
    }
}

@media screen and (max-width: 480px) {
    .latest-events-presentations ul.items li > div {
        display: block;
    }

    .latest-events-presentations ul.items li > div.title{
        min-height:0;
        padding:20px;
    }
    
    .latest-events-presentations ul.items li > div.title.data, 
    .events-past .items li > div.title.data {
        text-align: center;
        padding: 0;
    }
}

/*---------- 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;
    padding: 10px;
    background-color: #0b3353;
    color: #fff;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
    font-family: 'Oswald';
    font-weight: 100;
}

/*------- 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;
    }
}

/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}

.highcharts-range-selector{
    box-sizing:content-box;
}

@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}

/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.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;
}

/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }

    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}

/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/

/*-------------- Global Styles ------------*/

/* Genetal */
body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666666;
    font-weight: 400;
}

a, a:visited {
    text-decoration: none;
    color: #73a950;
}

img {
    max-width: 100%;
}

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: inherit;
    font-size: inherit;
    font-weight: inherit;
}

select {
    background-image: url('../icons/dropdown.png');
    background-repeat: no-repeat;
    background-position: 90% -115px;
    padding-right: 30px;
    border: none;
}

select::-ms-expand {
    display: none;
}

/* Containers */
.PaneHeader > span,
.FooterContainer > div > span,
.PaneContent .ModuleOuterContainer {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.PaneNavigation {
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #f5f5f5;
}

.PaneNavigation span.icon-share-png {
    background: url(../icons/share.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 16px;
    vertical-align: middle;
}

.PaneNavigation [class^="q4i-"] {
    color: #73a950;
}

.PaneNavigation .ModuleSearch {
    margin: 10px 15px;
}

.PaneNavigation .ModuleSearch input {
    border: 0;
    font-size: 15px;
    outline: none;
    width: 270px;
    padding: 10px 0;
    border-radius: 0;
    background: #fff;
    color: #a9a9a9;
    font-family: 'Oswald';
    border-left: 35px dashed transparent;
    border-right: 8px dashed transparent;
}

.PaneNavigation .ModuleSearch .SearchButton {
    background: url(../icons/search.png) no-repeat center #fff;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: none;
    vertical-align: middle;
    margin-left: 6px;
    top: -37px;
    position: relative;
    padding: 0;
    display: block;
    background-size: 20px;
}

.PaneNavigation .ModuleSearch input:focus {
    outline: none;
}

.PaneNavigation .social-icons {
    padding: 15px;
}

.PaneNavigation .social-icons a {
    padding: 10px 5px;
    display: inline-block;
    line-height: 20px;
}

.LayoutDefault {
    padding-left: 300px;
}

/* PaneHeader */
.PaneHeader {
    background-color: #73a950;
    padding: 1px;
    text-align: center;
}

.ClientLogo,
.StockQuoteHeaderContainer,
.ModuleSearch {
    display: inline-block;
    max-height: 50px;
}

.StockQuoteHeaderContainer, .ModuleSearch, .mobile-header {
    margin-left: 25px;
}

.StockQuoteHeaderContainer, .ModuleSearch, .mobile-header, .ClientLogo {
    vertical-align: middle;
    line-height: 50px;
}

.ClientLogo img {
    max-height: 50px;
}

.StockQuoteHeaderContainer.module-stock-head {
    color: #fff;
    font-size: 11px;
    line-height: 25px;
}

.StockQuoteHeaderContainer.module-stock-head .ModuleInnerContainer {
    cursor: pointer;
}

.StockQuoteHeaderContainer.module-stock-head .StockDescription1 {
    font-weight: 600;
}

.StockQuoteHeaderContainer.module-stock-head .StockDescription2 {
    vertical-align: super;
    font-size: 9px;
    position: relative;
    top: 2px;
}

.ModuleSearch input {
    border: 1px solid #fff;
}

.ModuleSearch .SearchButton {
    cursor: pointer;
}

.PaneNavigation nav .level1 > li:first-child {
    display: none;
}

@media screen and (min-width: 391px) and (max-width: 768px) {
    .StockQuoteHeaderContainer.module-stock-head {
        font-size: 11px;
        line-height: 30px;
        width: 50%;
        margin: 0;
        padding-left: 20px;
    }

    .StockQuoteHeaderContainer .StockPriceUp {
        font-size: 10px;
    }
}

@media screen and (max-width: 390px) {
    .StockQuoteHeaderContainer.module-stock-head {
        font-size: 9px;
        line-height: 25px;
        width: 50%;
        margin: 0;
        padding-left: 15px;
    }

    .StockQuoteHeaderContainer .StockPriceUp {
        font-size: 9px;
    }
}

@media screen and (max-width: 768px) {
    .ClientLogo img {
        max-width: 200px;
    }
}

/*Pane Navigation */
.module-brand-logo {
    margin: 0 10px;
    width: 50%;
}

@media screen and (min-width: 1024px) {
    .PaneNavigation {
        position: fixed;
        z-index: 999;
    }

    .PaneNavigation nav .level1 {
        width: 100%;
        padding: 0 15px;
    }

    .PaneNavigation nav .level1 > li {
        border-bottom: 1px solid #73a950;
    }

    .PaneNavigation nav .level1 > li:first-child {
        border-top: 1px solid #73a950;
    }

    

    .PaneNavigation nav .level1 > li:hover,
    .PaneNavigation nav .level1 > li.expanded,
    .PaneNavigation nav .level1 > li.focused,
    .PaneNavigation nav .level2 > li:hover,
    .PaneNavigation nav .level2 > li.focused {
    }

    .PaneNavigation nav .level1 > li.js--hover > div {
        display: block;
    }

    .PaneNavigation nav .level1 > li:hover > a {
        background-color: #566067;
        padding-left: 15px;
        border-left: 4px solid #73a950;
        margin-right: -15px;
    }

    .PaneNavigation nav .level1 > li:hover > a {
        color: #fff;
    }

    .PaneNavigation nav .level1 li a {
        font-size: 18px;
        font-family: 'Oswald';
        text-transform: uppercase;
        color: #0b3353;
        font-weight: normal;
    }

    .PaneNavigation nav .level1 > li > a {
        text-align: left;
        display: block;
        padding: 13px 0;
    }

    .PaneNavigation nav .level2 {
        background: #647078;
    }

    .PaneNavigation nav .level2 > li:hover {
        background: #566067;
    }

    .PaneNavigation nav .level2 > li {
        text-align: left;
        display: block;
    }

    .PaneNavigation nav .level2 > li > a {
        color: #fff;
        padding: 8px 15px;
        display: block;
    }

    .PaneNavigation nav .level1 > li.js--hover > .level2 {
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media (min-width: 1024px) and (max-width: 1299px)  {
    .PaneNavigation nav .level1 > li,
    .PaneNavigation nav .level2 > li {
        display: block;
        padding: 3px 0;
        cursor: pointer;
    }
}
@media screen and (min-width: 1300px) {
    .PaneNavigation nav .level1 > li,
    .PaneNavigation nav .level2 > li {
        display: block;
        padding: 5px 0;
        cursor: pointer;
    }
}

/*PaneHeader2*/

.PaneHeader2 {
    position: relative;
}

/* PaneBreadcrumb */
.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    font-size: 0.8rem;
    margin-right: 5px;
}

/* PaneContentInner */
.PaneContentInner {
    padding: 35px 0 15px;
}

.page-stock-information .PaneContentInner,
.page-financial-information .PaneContentInner {
    padding: 35px 0 0;
}

.page-investors .PaneContentInner{
    padding: 35px 0 0;
}

.page-stock-information .PaneRight {
    display: none;
}

[class*="ContentPaneDiv"] > div {
    margin-bottom: 50px;
}
[class*="ContentPaneDiv"] > div.no-bottom_spacer {
    margin-bottom: 0px;
}

/* Delete upon new site. Blank specific. */
.PaneContent {
    width: 100% !important;
}

/* PaneFooter */

[class*="FooterPaneDiv"] {
    margin-bottom: 25px;
}

.PaneFooter {
    background: #73a950;
    padding: 20px 0 0;
}

.module-footer-alerts table.MailingListTable tr td.MailingListCol1,
.module-footer-alerts .MailingListListTable > tbody > tr:first-child {
    display: none;
}

.module-footer-alerts .MailingListCol2 input[type="text"] {
    max-width: 60%;
    padding: 7px 8px;
    display: inline;
    font-family: 'Oswald';
}

::-webkit-input-placeholder {
    color: #aeadad;
}

::-moz-placeholder {
    color: #aeadad;
}

:-ms-input-placeholder {
    color: #aeadad;
}

:-moz-placeholder {
    color: #aeadad;
}

.module-footer-alerts .MailingListListTable tbody table td label {
    cursor: pointer;
}

.module-footer-alerts .GridActions {
    display: inline-block;
    vertical-align: top;
    position:relative;
}

.module-footer-alerts .GridActions input[type="submit"],
.email-al .GridActions input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"],
.req-info input[type="submit"]{
    padding: 7px 50px;
    margin: 0 6px;
    background: #0b3353;
    cursor: pointer;
    color: #fff;
    font-family: 'Oswald';
}
.email-al .GridActions input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"]{
  margin:0;
  font-weight:300;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-alerts {
}

.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}

.FooterLinks li a {
    color: #fff;
}

.module-footer-alerts .MailingListListTable tbody > tr td > table > tbody > tr {
    float: left;
    margin-right: 35px;
    font-size: 14px;
    font-family: 'Oswald';
    color: #fff;
}

.module-footer-alerts h2,
.module-footer-contact h2 {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-bottom: 0;
}

.module-footer-alerts ul.error-container li {
    margin: 5px 0;
}

.module-footer-alerts ul.error-container {
    margin: 10px 0;
}

.module-footer-alerts ul.error-container li {
    color: #fff;
    font-size: 14px;
}

.module-footer-contact .contact-details,
.module-footer-contact .contact-details a {
    color: #fff;
}

.module-footer-contact .contact-details {
    margin-top: 20px;
}

.module-footer-contact .contact-details div {
    margin-bottom: 20px;
    line-height: 22px;
}

.module-footer-contact .contact-details address span,
.module-footer-contact .contact-details a {
    font-size: 14px;
    font-family: 'Oswald';
}

.module-footer-contact .contact-details address {
    display: table;
}

.module-footer-contact .contact-details a:before,
.module-footer-contact .contact-details address:before {
    width: 35px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.module-footer-contact .contact-details address:before {
    background: url(../icons/svg/location.svg) no-repeat -5px 0;
    display: table-cell;
}

.module-footer-contact .contact-details .fax a:before {
    background: url(../icons/svg/fax.svg) no-repeat;
}

.module-footer-contact .contact-details .phone a:before {
    background: url(../icons/svg/phone.svg) no-repeat;
}

.module-footer-contact .contact-details .email a:before {
    background: url(../icons/svg/email.svg) no-repeat;
}

.module-email-activation {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

.module-email-activation > span {
    font-size: 16px;
    color: green;
    font-family: 'Oswald';
    font-weight: 400;
}

.Copyright, .PaneQ4Footer a {
    color: #ffffff;
    font-size: 11px;
}

.icheckbox {
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    margin: 1px 10px 0 0;
    float: left;
    cursor: pointer;
}

.icheckbox.checked:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #73a950;
    display: inline-block;
    vertical-align: top;
    margin: 4px 4px;
}

.PaneQ4Footer {
    background: #639146;
    padding: 15px;
    text-align: right;
}

.PaneQ4Footer .Q4FooterContainer {
    margin: 10px 0 0;
}

.MailingListSignupContainer.EditSubscriberConfirmation strong {
    color: #fff !important;
    font-family: 'Oswald';
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
}






/*@media screen and (min-width:1325px) and (max-width:1900px) {
    .module-footer-alerts .MailingListListTable tbody > tr td > table > tbody > tr:first-child {
        margin-right: 103px;
    }
}*/

@media screen and (min-width:769px) and (max-width:1110px) {
    .module-footer-alerts .MailingListTable .GridActions input[type="submit"] {
        padding: 7px 35px;
    }
}

@media screen and (max-width:480px) {
    .module-footer-alerts .MailingListTable .GridActions input[type="submit"] {
        padding: 7px 20px;
    }

    .module-footer-alerts .MailingListListTable tbody > tr td > table > tbody > tr {
        margin-right: 50px;
        min-width: 140px;
        padding: 5px 0;
    }

    .PaneFooter {
        padding: 20px 0;
    }

    .module-footer-alerts .GridActions input[type="submit"] {
        padding: 7px 50px;
        margin: 0 6px 20px 0;
        background: #0b3353;
        cursor: pointer;
        color: #fff;
        font-family: 'Oswald';
    }

    .module-footer-alerts .MailingListCol2 input[type="text"] {
        max-width: 100%;
    }
}
/*----------- Mobile Navigation -----------*/

.mobile-header {
    display: none;
}

.menu-close {
    display: none;
}

@media all and (min-width:1024px) {
    .PaneNavigation .level2-block {
        left: 301px;
        position: fixed;
        width: 100%;
        opacity: 0;
        padding: 0;
        z-index: 0;
        top: 230px;
        display: block;
        visibility: hidden;
    }

    .desktop_navigation li > .level2,
    nav.mobile_navigation {
        display: none;
    }

    .PaneNavigation .level2-block .left-menu {
        width: 20%;
        float: left;
        min-height: 260px;
    }

    .PaneNavigation .level2-block .center_div {
        border-left: 3px solid #73a950;
        background: #647078;
        width: 20%;
        float: left;
        display: none;
    }

    .PaneNavigation .level2-block ul.level3 li a {
        padding: 12px 15px;
        color: #fff;
        display: block;
    }

    .PaneNavigation .level2-block ul.level3 {
        height: 100%;
    }

    .PaneNavigation .level2-block ul.level3 li:hover {
        background-color: #566067;
    }

    .PaneNavigation .level2-block .item {
        border-left: 3px solid #73aa4f;
        padding: 15px 25px;
        background: #647078;
        width: 30%;
        float: left;
        display: none;
    }

    .PaneNavigation .level2-block .item:after {
        content: "";
        clear: both;
        display: block;
    }

    .PaneNavigation .level2-block .item .left {
        text-align: left;
    }

    .PaneNavigation .level2-block .item .left p {
        font-size: 13px;
        line-height: 23px;
        color: #f8f8f8;
        padding-left: 0;
        margin: 0;
        padding: 5px 0;
    }

    .PaneNavigation .level2-block .item .right img {
        max-width: 100%;
    }

    .PaneNavigation .level2-block .has-children > ul {
        display: none;
    }

    .PaneNavigation .level1 > li > .level2-block {
        margin-top: 20px;
    }

    .PaneNavigation .level1 > li > .level2-block.visible,
    .PaneNavigation .level1 > li.active > .level2-block,
    .PaneNavigation .level1 > li.js--hover > .level2-block {
        opacity: 1;
        z-index: 999;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: default;
    }
}

@media screen and (max-width: 1023px) {
    .mobile-toggled .PaneNavigation {
        display: block;
    }

    .module-brand-logo,
    .level2-block .levelTwoItem,
    .PaneNavigation nav ul li .level2-block .level2,
    .PaneNavigation nav ul li .level3-block {
        display: none;
    }

    .item.levelTwoItem.item_to_hide {
        display: none !important;
    }

    .PaneHeader > span {
        padding: 0;
        max-width: 100%;
    }

    .PaneHeader {
        padding: 0;
    }
    /*  .mobile-toggled.LayoutDefaultInner {
        position: absolute;
        right: 270px;
        left: -270px;
        top: 0;
        bottom: 0;
        overflow: hidden;
    } */
    /* .LayoutDefaultInner {
        position: relative;
        right: 0;
        left: 0;
        transition: ease 0.5s;
    } */
    .LayoutDefault {
        padding-left: 0;
        overflow: hidden;
    }

    .mobile-header {
        display: block;
        color: #fff;
        font-size: 30px;
        background: #fff;
        padding: 5px 10px;
        margin-left: 0;
        text-align: left;
    }

    .mobile-header .q4i-icon-menu {
        position: absolute;
        right: 25px;
        top: 30px;
        color: #73a950;
        cursor: pointer;
    }

    .mobile-toggled .q4i-icon-menu:before {
        content: "\e602";
        font-size: 25px;
    }

    .q4i-icon-menu:before {
        color: #73a950;
    }

    .menu-close {
        cursor: pointer;
    }

    .PaneNavigation {
        position: absolute;
        display: none;
        top: 115px;
        right: 0;
        left: 15px;
        bottom: auto;
        border-top: 3px solid #73aa4f;
        padding: 0;
        width: auto;
        background-color: #f5f5f5;
        transition: ease 0.5s;
        color: #fff;
        z-index: 999;
    }

    .PaneNavigation > span {
        padding: 0;
    }

    .PaneNavigation nav a {
        color: #0b3353;
        font-size: 15px;
        font-family: 'Oswald';
        text-transform: uppercase;
    }

    .PaneNavigation nav ul, .PaneNavigation nav ul li {
        display: block;
    }

    .PaneNavigation nav ul li,
    .PaneNavigation nav ul.level1 > li > a {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #73a950;
    }

    .PaneNavigation nav ul.level1 > li {
        padding: 0;
        border-bottom: 0;
    }

    .mobile_navigation ul.level1 {
        padding: 0 15px;
    }

    .mobile_navigation ul.level1 li.expanded > a {
        background-color: #566067;
        color: #fff;
        border-left: 5px solid #73a950;
        padding-left: 15px;
        border-bottom: 0;
    }

    nav.navbar-collapse.collapse.desktop_navigation {
        display: none;
    }

    .PaneNavigation nav ul.level2,
    .PaneNavigation nav ul li.selected {
        background-color: rgba(255,255,255,0.05);
    }

    .PaneNavigation nav ul.level2 li {
        padding: 0;
    }

    .PaneNavigation nav ul.level2 li a {
        padding: 15px 20px;
        display: block;
    }

    .PaneNavigation nav ul.level3 {
        padding-left: 15px;
    }

    .PaneNavigation nav ul li.has-children > ul {
        max-height: 0;
        overflow: hidden;
        transition: ease 0.5s;
    }

    .PaneNavigation nav ul li.has-children.expanded > ul {
        max-height: 1000px;
        background: #647078;
    }

    .PaneNavigation nav ul li.has-children.expanded > ul li {
        border-bottom: 0;
    }

    .PaneNavigation nav ul li.has-children.expanded > ul li a {
        color: #fff;
    }
}

@media screen and (min-width:1500px) {
    .PaneNavigation .level2-block .left-menu {
        min-height: 320px;
    }

    .PaneHeader > span,
    .FooterContainer > div > span,
    .PaneContent .ModuleOuterContainer {
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        padding: 0 20px;
    }

    .module-latest-news .NewsListContainer .NewsItemRow {
        padding: 0 25px;
    }
}

/*------------- Miscellaneous -------------*/

/* Dark Styles */
.dark {
    color: #fff;
}

/* RSS */
.rss-icons {
    margin-bottom: 50px;
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText, .ModuleFileSpacer {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
}

.css {
    color: #FF00FF;
}

.upcoming-events .ModuleYearNavContainer {
    display: none;
}

.page-corp-home .module-page-title {
    display: none;
}

.module-page-title {
    background: url('../images/slider/banner-image-one.jpg') no-repeat center;
    padding: 30px 20px 210px;
    background-size: cover;
    height:544px;
}


.module--custom-page-title{
      background: url('../images/2019/image001.jpg') no-repeat center;
    padding: 30px 20px 210px;
    background-size: cover;
    height:544px;
}

.module--custom-page-title h1 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    font-family: 'Oswald';
}

.page-operations .module-operations-title{
    height:610px;
    padding: 30px 20px 240px;
}
.module-career-tilte{
    padding: 30px 20px 210px; 
    height:610px;  
}
.PageOperationsTechnicalReports .module-page-title {
    background: url('../images/banner/into-the-pit.jpg') no-repeat center;
}

@media screen and (max-width:1600px) {
    .module-page-title,
    .page-operations .module-operations-title,
    .module-career-tilte{
        height:450px;
    }
    .page-operations .module-operations-title{
        padding-bottom:200px;
    }
}
@media screen and (max-width:768px) {
    .module-page-title{
        padding-bottom:100px;
        height:350px;
    }
}
@media screen and (max-width:480px) {
    .page-operations .module-operations-title,
    .module-career-tilte{
        height:530px;
        padding-bottom:240px;
    }
}
.module-page-title .ModuleOuterContainer,
.page-operations .module-operations-title .ModuleOuterContainer,
.module-career-tilte .ModuleOuterContainer{
    position:relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:2;
}

.page-operations .module-operations-title{
    background: url('../images/banner/into-the-pit.jpg') no-repeat 0px 0;
    background-size: cover;
    position:relative;
    color: #fff;
    font-weight: 400;
}

.page-overview .module-page-title,
.page-health-safety .module-page-title,
.page-environment .module-page-title,
.page-corporate-giving .module-page-title {
    background: url('../images/slider/haulin-new.jpg') no-repeat 69% 21%;
}

/*.empty-banner .module-page-title {
    padding: 17.5%;
}*/

.page-about .module-page-title {
    background: url('../images/banner/about-nap.jpg') no-repeat 0 0;
    background-size: cover;
}

.page-governance .module-page-title,
.page-exploration .module-page-title {
    background: url('../images/banner/governance.jpg') no-repeat 0 0;
    background-size: cover;
}

 
.PagePageNotFound .module-page-title,
.page-financial-information .module-page-title,
.page-sec-filings .module-page-title,
.filings-details-page .module-page-title{
    background: url('../images/banner/investor.jpg') no-repeat 0 0;
    background-size: cover;
}

.page-investors .module-page-title,
.page-shareholder-info .module-page-title,
.page-information-request .module-page-title,
.module-events-detail .module-page-title,
.page-email-alerts .module-page-title,
.details-press .module-page-title{
    background: url('../images/banner/froth-floatation.jpg') no-repeat 0 0;
    background-size: cover;
}

.careers_subpage .module-page-title {
    background: url('../design/banner/crusherLoading_053.jpg') no-repeat 0 -155px;
    background-size: cover;
}

.page-contact-us .module-page-title,
.page-search-results .module-page-title{
    background: url('../images/banner/Controlroom_018.jpg') no-repeat 0 0;
    background-size: cover;
}

.page-rss-feed .module-page-title{
    background: url('../images/banner/crusher_038.jpg') no-repeat 0 0;
    background-size: cover;
}




.page-financial-information .PaneContentInner {
    padding: 0;
}
.module-subscribe-text {
    padding-top: 50px;
}


.module-page-title h1 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    font-family: 'Oswald';
}

@media screen and (max-width:768px) {
    .page-overview .module-page-title,
    .page-health-safety .module-page-title,
    .page-environment .module-page-title,
    .page-corporate-giving .module-page-title {
        background-position: 70% 17%;
    }

    .careers_subpage .module-page-title{
        background: url('../doc_careers/banner-image-one.jpg') no-repeat 0 0;
        background-size: cover;
    }
}

@media screen and (max-width:568px) and (orientation:landscape) {
    .page-overview .module-page-title,
    .page-health-safety .module-page-title,
    .page-environment .module-page-title,
    .page-corporate-giving .module-page-title {
        background-position: 65% 17%;
    }
}

@media screen and (max-width:480px) {
    .page-overview .module-page-title,
    .page-health-safety .module-page-title,
    .page-environment .module-page-title,
    .page-corporate-giving .module-page-title {
        background-position: 61% 15%;
    }
}
/*------------- Global Investor Center -------------*/

.module-investor-center {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index:5;
}

.module-investor-center .ModuleOuterContainer {
    background: #73a950;
    max-width: 980px;
    margin: 0 auto;
    padding: 25px 0;
}

.module-investor-center .ModuleOuterContainer > h2 {
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.module-investor-center .container-docs {
    text-align: center;
}

.module-investor-center .container-docs > ul li {
    display: inline-block;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}

.module-investor-center .container-docs > ul li:last-child{
    border-right: 0;
}

.module-investor-center .container-docs > ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 100;
    display: block;
    padding: 5px 0;
    margin: -5px 5px 0 5px;
}

.module-investor-center .container-docs > ul li a:hover {
    background: #639146;
}

.module-investor-center .container-docs > ul li a:before {
    content: "";
    display: inline-block;
    width: 30px;
    vertical-align: text-bottom;
    height: 30px;
    margin-right: 10px;
}
@media (max-width: 1050px) and (min-width: 1023px) {
    .module-investor-center .container-docs > ul li a:before{
        margin-right:3px;
    }
}

.module-investor-center li.ceo-video a:before {
    background: url('../icons/svg/video.svg') no-repeat;
}

.module-investor-center li.news-release a:before {
    background: url('../icons/svg/news.svg') no-repeat;
}

.module-investor-center li.for-investor a:before {
    background: url('../icons/svg/investors.svg') no-repeat;
}

.module-investor-center li.careers a:before {
    background: url('../icons/svg/careers.svg') no-repeat;
}

.module-investor-center li.annual-report a:before {
    background: url('../icons/svg/annual.svg') no-repeat;
}

@media screen and (min-width: 1900px) {
    .module-investor-center .ModuleOuterContainer {
        max-width: 1440px;
    }

    .module-overview .ModuleInnerContainer {
        max-width: 1400px;
    }

    ul.features {
        padding: 0 8%;
    }

    .module-board-discharge .inner-content {
        padding: 0 4%;
    }
}

/*------------- Landing Page -------------*/

.module-slick-slider .slick-initialized .slick-slide {
    text-align: center;
    color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    z-index: 0 !important;
    padding-bottom: 8%;
}

.module-slick-slider .slick-initialized .text-wrapper {
    padding: 47px 0 0;
}

.module-slick-slider .slick-slide .title h1 {
    font-size: 48px;
    font-family: 'Oswald';
    color: #fff;
    margin-top: 70px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.module-slick-slider .slick-slide .description {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
    background: url(../images/description-bg.png);
    padding: 5px 0;
}

.module-slick-slider .slick-slide .description p {
    text-align: center;
    margin: 15px 25px;
}

.module-slick-slider .description p a {
    color: #fff;
}

.module-slick-slider .slick-dots {
    bottom: 233px;
}



.module-slick-slider .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border: 2px solid #fff;
    padding: 4px;
    background: transparent;
}

.module-slick-slider .slick-dots li.slick-active {
    background: #73a950;
    border-color: #73a950;
}

.module-slick-slider .slick-dots li button {
    display: none;
}

/*.module-scroll {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
}

.module-scroll a.scroll_down {
    background: url('../icons/svg/down-arrow.svg') no-repeat center;
    width: 25px;
    background-size: 20px;
    height: 25px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 25px;
} */

.module-slick-slider a.more {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

@media screen and (min-width:1600px) {

    .module-slick-slider .slick-initialized .slick-slide {
        padding-bottom: 7%;
        background-position: center top !important;
    }

    .module-slick-slider .slick-slide .title h1{
        font-size:50px;
    }
    
    .module-slick-slider .slick-slide .description{
        font-size:20px;
        margin: 85px auto 0;
    }
}

/*----------------Bounce Effect---------------*/

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: bounce;
}

.module-nav-page .nav-for-page {
    background: #0b3353;
    color: #fff;
    text-align: center;
}
.LayoutHomePageLayout .module-nav-page .nav-for-page {
    min-height:64px;
}

.module-nav-page .nav-for-page ul li {
    display: inline-block;
}

.module-nav-page .nav-for-page ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald';
    display: inline-block;
    padding: 25px 15px;
}

.module-nav-page .nav-for-page ul li a:hover,
.module-nav-page .nav-for-page ul li.active a {
    background: #072842;
}

.scrolled .nav-for-page {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    left: 300px;
}

.scrolled .LayoutHomePageLayout .module-nav-page .nav-for-page {
    position:static;
}
@media screen and (max-width:1023px) {
    .scrolled .nav-for-page{
        left:0;
    }
}

.module-common .ModuleOuterContainer > h2,
#event-container h2,
.page-events-presentations h2,
.module-common .module-title {
    color: #0b3353;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 400;
}

.module-about-us {
    text-align: center;
}

/*.scrolled .module-about-us,
.scrolled .module-our-company,
.scrolled #strategy,
.scrolled .module-marketoverview.marketoverview{
    padding-top: 70px;
}
.scrolled .page-investors .module-why-invest{
    padding-top:90px;
}
.scrolled .module-careers{
    padding-top:100px;
}
.scrolled .module-stock-quote{
    padding-top:65px;
}*/

.module-about-us .about-nap p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 100px;
}

.module-common a.learn-more,
.module-reservesRes .press-links a {
    display: inline-block;
    margin-top: 10px;
    color: #73a950;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
    padding: 8px 15px 8px 25px;
}

.module-common .learn-more:hover,
.module-reservesRes .press-links a:hover {
    color: #fff;
    background: #73a950;
    border-left: 3px solid #0b3353;
}

.learn-more:after,
.module-reservesRes .press-links a:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url('../icons/svg/black-arrow-right.svg') no-repeat;
    vertical-align: baseline;
    margin-left: 10px;
    visibility: hidden;
}

.learn-more:hover:after, 
.module-reservesRes .press-links a:hover:after{
    visibility: visible;
}

.module-latest-news .news-wrapper {
    border: 1px solid #ebebeb;
    padding: 0;
    display: table;
}

.module-latest-news .NewsItemRow {
    padding: 0 15px;
}

.module-latest-news .news-wrapper .ModuleDate {
    display: table-cell;
    width: 20%;
    background: #0b3353;
    padding: 5px 5px 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald';
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 400;
}

.module-latest-news .news-wrapper .newsTitle a:hover {
    color: #fff;
    background: #73a950;
}

.module-latest-news .news-wrapper .ModuleDate:before {
    background: url(../icons/svg/news.svg) no-repeat;
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    margin: 5px auto;
}

.module-latest-news .news-wrapper .newsTitle a {
    font-size: 14px;
    color: #666666;
    background:#ffffff;
    line-height: 20px;
    padding: 40px 10px 40px;
    font-weight: 400;
    display: block;
    min-height:140px;
}

.module-latest-news .border-bottom {
    width: 42px;
    display: block;
    padding: 2.5px 0;
    background: #73a950;
    margin: 0 auto;
}

.module-latest-news .view-more {
    display: block;
    margin: 30px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
    .module-latest-news .news-wrapper .newsTitle a{
        min-height: 0;
    }
}

/*-----------Module Why Invest--------*/
.module-why-invest {
    background: #f8f8f8;
    text-align: center;
    padding: 60px 15px;
}

.module-why-invest p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 100px;
    margin-bottom: 0;
}

.module-why-invest .invest-features .icon .item-why {
    border: 10px solid #0b3353;
    border-radius: 50%;
    background: #73aa4f;
    width: 130px;
    padding: 10px;
    margin: 0 auto;
}

.module-why-invest .invest-features span.why-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.module-why-invest .invest-features span.why-icon.why1 {
    background: url(../icons/svg/why/why1.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why2 {
    background: url(../icons/svg/why/why2.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why3 {
    background: url(../icons/svg/why/why3.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why4 {
    background: url(../icons/svg/why/why4.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why5 {
    background: url(../icons/svg/why/why5.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    visibility: visible;
}

.module-why-invest .invest-features span.why-icon.why1:after {
    background: url(../icons/svg/why/why-white/why-white-1.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why2:after {
    background: url(../icons/svg/why/why-white/why-white-2.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why3:after {
    background: url(../icons/svg/why/why-white/why-white-3.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why4:after {
    background: url(../icons/svg/why/why-white/why-white-4.svg) no-repeat;
}

.module-why-invest .invest-features span.why-icon.why5:after {
    background: url(../icons/svg/why/why-white/why-white-5.svg) no-repeat;
}

.module-why-invest .invest-features .item-why:hover > span.why-icon:after {
    visibility: visible;
}

.module-why-invest .invest-features .icon div p {
    color: #000;
    padding: 0 15px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
}

.module-why-invest .invest-features {
    width: 100%;
    margin: 30px 0 0 0;
}

.invest-features .slick-slide {
    position: relative;
}

.invest-features .item-why {
    z-index: 20;
    position: relative;
}

.invest-features .slick-slide .bg-cls {
    background: url(../images/blue-bg.png) repeat-x 0 40px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.invest-features .first-icon .bg-cls {
    left: 50%;
    width: 50%;
}

.invest-features .last-icon .bg-cls {
    right: 50%;
    width: 50%;
}

.module-why-invest .border-bottom {
    background: #0b3353;
    height: 5px;
    width: 100px;
    margin: 0 auto 25px;
    display: none;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .module-investor-center .container-docs {
        text-align: justify;
    }

    .module-investor-center .container-docs > ul li {
        border-right: 0;
        padding-left: 30px;
    }

    .module-investor-center .container-docs > ul li a {
        padding: 10px 0;
    }

    .module-nav-page .nav-for-page ul li a {
        padding: 25px 8px;
    }

    .module-investor-center .container-docs > ul li a span:after {
        content: "";
        border-bottom: 3px solid #639242;
        display: block;
        width: 30px;
        position: relative;
        left: 40px;
        top: 10px;
    }

    .module-investor-center .container-docs > ul li.for-investor a span:after,
    .module-investor-center .container-docs > ul li.annual-report a span:after {
        border-bottom: 0;
    }

    .module-slick-slider .slick-dots {
        bottom: 100px;
    }

    .module-scroll {
        bottom: 209px;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .module-investor-center .container-docs ul {
        display: table;
    }

    .module-investor-center .container-docs > ul li {
        display: table-cell;
    }

    .module-slick-slider .slick-dots {
        bottom: 100px;
    }
}

@media screen and (max-width:768px) {
    .module-slick-slider .slick-initialized .text-wrapper {
        padding: 50px 0;
    }

    .module-slick-slider .slick-slide .title h1 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .module-slick-slider .slick-slide .description,
    .module-slick-slider .slick-slide .title {
        padding: 0 20px;
    }

    .module-about-us .about-nap p,
    .module-why-invest p {
        padding: 0 15px;
    }

    .NewsListContainer {
        /*padding: 0 20px;*/
    }
    .module-latest-news .NewsItemRow{
        padding:0;
    }

    .module-latest-news .news-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    .module-about-us {
        margin-bottom: 30px;
    }

    .module-why-invest {
        padding: 30px 15px;
    }

    .module-investor-center {
        position: relative;
    }
    .page-careers .module-investor-center,
    .page-operations .module-investor-center{
        position: absolute;
    }

    .module-why-invest .why-invest .slick-arrow {
        z-index: 1;
        top: 65px;
    }

    .module-why-invest .why-invest .slick-prev {
        left: 15px;
    }

    .module-why-invest .why-invest .slick-next {
        right: 15px;
    }
}

@media screen and (max-width:640px) {
    .module-latest-news .news-wrapper .ModuleDate{
        width:24%;
    }
}

@media screen and (max-width:1023px) {
    .scrolled .module-nav-page {
        left: 0;
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .module-slick-slider .slick-initialized .slick-slide {
        padding-bottom: 13%;
    }

    .module-slick-slider .slick-initialized .text-wrapper {
        padding: 50px 0 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1100px) {
    .invest-features .slick-slide .bg-cls {
        background: url(../images/blue-bg.png) repeat-x 0 25px;
    }

    .module-why-invest .invest-features .icon .item-why {
        width: 100px;
        padding: 15px;
    }

    .module-why-invest .invest-features span.why-icon {
        width: 50px;
        height: 50px;
        vertical-align: middle;
    }

    .module-why-invest .invest-features span.why-icon:after {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width:1024px) and (max-width:1300px) {
    .module-slick-slider .slick-initialized .slick-slide {
        padding-bottom: 13%;
    }

    .module-slick-slider .slick-initialized .text-wrapper {
        padding: 100px 0 0;
    }

    .module-footer-alerts .MailingListListTable tbody > tr td > table > tbody > tr {
        margin: 0;
        width: 50%;
    }

    .module-footer-alerts .GridActions input[type="submit"] {
        padding: 7px 40px;
    }
}

/*-----------Stock Quote and Chart Page--------*/

.module-stock-quote .stock-exchange {
    text-align: center;
    margin-bottom: 60px;
}

.module-stock-quote .stock-exchange li {
    color: #666666;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    font-family: 'Oswald';
    cursor: pointer;
}

.module-stock-quote .stock-exchange li.active {
    background: #73aa4f;
    color: #fff;
}

/*.module-stock-quote .stockQuotes {
    display: none !important;
}*/

.module-stock-quote .stockQuotes.active {
    display: block !important;
}

.module-stock-quote .price-wrapper {
    background: #f5f5f5;
    padding: 12px 0;
    text-align: center;
    margin: 0 17px;
}

.module-stock-quote .price-wrapper span {
    display: block;
    margin: 10px 0;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
}

.module-stock-quote .price-wrapper span.text {
    font-size: 24px;
    font-family: 'Oswald';
}

.module-stock-quote .price-wrapper span.badge {
    font-size: 44px;
    color: #73a950;
}

.module-stock-quote .price-wrapper span.delay-text {
    font-size: 13px;
}

.module-stock-quote .price-wrapper span.badge sup {
    vertical-align: super;
    font-size: 25px;
}

.module-stock-quote .stock-wrapper {
    padding-left: 45px;
}

.module-stock-quote .stock-wrapper .StockLabel,
.module-stock-quote .stock-wrapper .StockData {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    margin: 0;
}

.PChangeLabel.StockPriceUp .StockIndicator:after{
    content: '+';
}
.PChangeLabel.StockPriceDown .StockIndicator:after{
    content: '-';
}



.module-stock-quote .stock-wrapper .StockLabel {
    font-family: 'Oswald';
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.module-stock-quote .stock-wrapper .StockData {
    margin-bottom: 15px;
    padding-top: 8px;
}

.module-stock-quote .StockTableText{
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    text-align: right;
}
.module-stock-quote .quote-date{
    margin-right:15px;
}

@media screen and (max-width:480px) {
    .module-stock-quote .stock-wrapper .StockLabel,
    .module-stock-quote .stock-wrapper .StockData {
        width: 50%;
        display: inline-block;
        border: 0;
    }

    .module-stock-quote .stock-wrapper .StockData,
    .module-historical .data {
        text-align: right;
    }
}

@media screen and (max-width:768px) {
    .module-stock-quote .stock-wrapper {
        padding: 15px 20px;
    }

    .module-stock-quote .stock-exchange {
        margin-bottom: 30px;
    }
    .module-stock-quote .quote-date,
    .module-stock-quote .quote-delay{
        display: block;
        margin:0 0 10px 0;
    }
}

@media screen and (max-width:500px) {
    .page-stock-information .module-nav-page ul {
        display: table;
        width: 100%;
    }

    .page-stock-information .module-nav-page ul li {
        display: table-cell;
    }
/*
    .page-stock-information .module-nav-page .nav-for-page ul li a {
        padding: 20px 5px;
        font-size: 10px;
    }*/
}

.module-stock-chart {
    background: #f8f8f8;
    padding: 50px 0;
}

.module-stock-chart .highcharts-input-group ::focus {
    outline: none;
}

.module-historical .stock-selects {
    background: none;
    text-align: center;
    margin-top: 40px;
}
.ModuleDownloadListWithTags .sbHolder ,
.module-historical .stock-selects .sbHolder,
.module-press-releases .sbHolder,
.page-events-presentations .sbHolder,
.module-financials .sbHolder,
.secWidget .sbHolder{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 40px;
    padding: 0 20px;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.ModuleDownloadListWithTags .sbHolder {
    margin-left:0;
    margin-bottom:15px;
}

.ModuleDownloadListWithTags .sbToggle,
.module-historical .stock-selects .sbToggle,
.module-press-releases .sbToggle,
.page-events-presentations .sbToggle,
.module-financials .sbToggle,
.secWidget .sbToggle {
    background: url(../icons/dropdown.png) no-repeat center;
    display: block;
    height: 40px;
    outline: none;
    position: absolute;
    background-size: 10px;
    right: 25px;
    width: 20px;
}

.ModuleDownloadListWithTags .sbToggle,
.module-press-releases .sbToggle,
.page-events-presentations .sbToggle,
.module-financials .sbToggle,
.secWidget .sbToggle {
    right: 5px;
}

.ModuleDownloadListWithTags .sbSelector,
.module-historical .stock-selects .sbSelector,
.module-press-releases .sbSelector,
.page-events-presentations .sbSelector,
.module-financials .sbSelector,
.secWidget .sbSelector {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-transform: uppercase;
    width: 70px;
    height: 40px;
    font-size: 14px;
    outline: none;
    color: #8f9396;
    overflow: hidden;
    text-indent: 10px;
    line-height: 40px;
    font-family: 'Oswald';
}

.ModuleDownloadListWithTags .sbOptions,
.module-historical .stock-selects .sbOptions,
.module-press-releases .sbOptions,
.page-events-presentations .sbOptions,
.module-financials .sbOptions,
.secWidget .sbOptions {
    width: 101.5%;
}

.ModuleDownloadListWithTags   .sbOptions li,
.module-historical .stock-selects .sbOptions li,
.module-press-releases .sbOptions li,
.page-events-presentations .sbOptions li,
.module-financials .sbOptions li,
.secWidget .sbOptions li {
    padding: 0;
}

.ModuleDownloadListWithTags  .sbOptions a,
.module-historical .stock-selects .sbOptions a,
.module-press-releases .sbOptions a,
.page-events-presentations .sbOptions a,
.module-financials .sbOptions a,
.secWidget .sbOptions a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    outline: none;
    padding: 12px;
    text-align: left;
    color: #8f9396;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.module-historical .stock-selects .module_options-submit {
    color: #fff;
    background: #73aa4f;
    border: 1px solid #73aa4f;
    height: 40px;
    padding: 7px 15px;
    vertical-align: top;
    font-family: 'Oswald';
    font-size: 16px;
    cursor: pointer;
}

.module-historical .list-group {
    margin-top: 35px;
    padding: 0;
}

.module-historical .list-item > div p {
    font-family: 'Oswald';
    font-size: 14px;
    color: #808080;
}

.module-historical .list-item .label {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 30px 10px 30px;
    font-weight: 400;
    margin: 0;
}

.module-historical .list-item .data {
    margin: 10px 0 0 0;
    padding: 8px 30px 0 30px;
}

.module-historical .stock-historical .stock-selects > span:first-child,
.module-historical .module-stock_lookup-title,
.module-historical .stock-selects .module_options-label {
    display: none;
}

@media screen and (max-width:480px) {
    .module-historical .stock-selects > span {
        display: block;
        margin: 7px 0;
        text-align: left;
    }

    .module-historical .stock-selects button {
        text-align: left;
        display: block;
        width: 110px;
        margin: 10px 0 0 10px;
    }

    .module-historical .list-item .label,
    .module-historical .list-item .data {
        width: 50%;
        display: inline-block;
        border: 0;
        padding: 5px 10px;
    }

    .module-historical .stock-selects,
    .module-historical .list-group {
        margin-top: 15px;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .module-historical .list-item .label,
    .module-historical .list-item .data {
        padding: 8px;
    }

    .module-historical .stock-historical .stock-selects > span {
        display: inline-block;
        margin: 5px;
    }
}

/*---------- Investor Calculator ----------*/

.page-stock-information .module-invest-calc {
    padding: 50px 15px;
    background: #0b3353;
    margin: 0;
}

.module-invest-calc .ModuleOuterContainer > h2 {
    color: #fff;
}

.module-invest-calc .calc-row.compare {
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    margin: 60px 0 30px;
    display: table;
    width: 100%;
}

.module-invest-calc .calc-row > span {
    display: block;
    margin-bottom: 10px;
}

.module-invest-calc .calc-row.compare span.calc-label {
    padding-right: 30px;
    font-size: 16px;
}

.module-invest-calc .calc-input-group {
    display: table-row;
    width: 100%;
}

.module-invest-calc .calc-input-group > span {
    display: inline-block;
    vertical-align: top;
}

.module-invest-calc .calc-row.compare > span,
.module-invest-calc .calc-input-group .calc-input {
    padding: 0 16px;
}

.module-invest-calc .Date {
    text-align: center;
}

.module-invest-calc .Date .calc-row {
    text-align: left;
    padding-left: 0;
}

.module-invest-calc .Date .calc-label {
    display: block;
    color: #fff;
    font-family: "Oswald";
    padding: 0 40px;
    margin-bottom: 10px;
}

.module-invest-calc .Date .calc-input {
    display: block;
    border-right: 1px solid #fff;
    padding: 15px 40px;
    margin-bottom: 10px;
}

.module-invest-calc .Date .calc-row:nth-child(2) .calc-input {
    border-right: none;
}

.module-invest-calc .calc-row input[type="text"] {
    font-family: "oswald";
    color: #808080;
    width: 100%;
}

.module-invest-calc .calculate-wrap {
    text-align: center;
    margin: 20px 0;
}

.module-invest-calc .calculate-wrap .calc-row {
    display: inline-block;
    margin: 0 15px 0 15px;
}

.module-invest-calc .calculate-wrap .calc-label {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald';
}

.module-invest-calc .calculate-wrap .calc-input input,
.module-invest-calc .calculate-wrap button {
    width: 110px;
    height: 40px;
}

.module-invest-calc .calculate-wrap button {
    background: #73a950;
    color: #0b3353;
    font-size: 18px;
    font-family: 'Oswald';
    cursor: pointer;
}

@media screen and (min-width:481px) and (max-width:768px) {
    .module-invest-calc .calc-row.compare > span, .module-invest-calc .calc-input-group .calc-input {
        padding: 0 15px;
    }
}

@media screen and (max-width:480px) {
    .module-invest-calc .calc-row.compare,
    .module-invest-calc .calculate-wrap {
        text-align: left;
    }

    .module-invest-calc .calc-row.compare > span,
    .module-invest-calc .calc-input-group .calc-input {
        display: inline-block;
        width: 49%;
        padding: 10px 0;
    }

    .module-invest-calc .Date .calc-row {
        text-align: left;
        padding-left: 0;
    }

    .module-invest-calc .Date .calc-label {
        display: block;
        padding: 0;
    }

    .module-invest-calc .Date .calc-input {
        display: block;
        border-right: 0;
        padding: 10px 0;
    }

    .module-invest-calc .calculate-wrap .calc-row {
        display: inline-block;
        margin: 0 25px 15px 0;
    }
}

.module-search-result,
.module-sitemap {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.module-search-result .SearchLink a {
    color: #0b3353;
    font-size: 18px;
    font-family: 'Oswald';
}

.module-sitemap .ModuleOuterContainer > h2 {
    text-align: left;
}

.module-sitemap .SiteMapList li a {
    font-family: 'Oswald';
    color: #0b3353;
}

.module-sitemap .SiteMapList li.SiteMap-Level4 {
    padding-left: 30px;
}

.module-rss-feeds a,
.module-rss-feeds .rssIcos a:hover {
    color: #0b3353;
}

.module-rss-feeds .rssIcos {
    margin-bottom: 20px;
}

.module-rss-feeds .rssIcos li {
    display: block;
    padding: 8px 0;
}

.module-rss-feeds .rssIcos a {
    color: #666;
    font-weight: 400;
    font-family: 'Oswald';
}

.module-rss-feeds .rssIcos a:before {
    content: "\e642";
    font-family: 'q4icons';
    font-size: 15px;
    margin-right: 5px;
}

.module-rss-feeds h3 {
    color: #0b3353;
    font-size: 18px;
}

/*-------Page Governance--------*/

.module-board-respond {
    background: #0b3353;
    padding: 60px 50px;
}

.module-board-respond .features li {
    color: #fff;
    padding: 5px 5px 15px;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
}

.module-board-respond .features li.bordered{
    padding-bottom:20px;
    margin-bottom:15px;
    border-bottom: 1px solid #395b76;
}

.module-corp-gov ul li{
  line-height: 1.4;
  margin-bottom:5px;
}

div.module-corp-gov {
  padding-bottom:1px!important;
}

/*.module-board-respond .features li:first-child {
    padding-bottom: 20px;
}

.module-board-respond .features li.gutter {
    padding: 20px 5px 5px;
    border-top: 1px solid #395b76;
}

.module-board-respond .features li.gutter + li {
    padding-bottom: 20px;
}*/

.module-board-respond .features li span {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #73aa4f;
    border-radius: 50px;
    vertical-align: top;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

.module-board-respond .features li .feature-icon-1 {
    background-image: url('../icons/svg/governance/gov-1.svg');
}

.module-board-respond .features li .feature-icon-2 {
    background-image: url('../icons/svg/governance/gov-4.svg');
}
.module-board-respond .features li .feature-icon-2-1 {
    background-image: url('../icons/svg/governance/gov-2-1.svg');
}

.module-board-respond .features li .feature-icon-3 {
    background-image: url('../icons/svg/governance/gov-2.svg');
}

.module-board-respond .features li .feature-icon-4 {
    background-image: url('../icons/svg/governance/gov-5.svg');
}

.module-board-respond .features li .feature-icon-5 {
    background-image: url('../icons/svg/governance/gov-3.svg');
}
.module-board-respond .features li .feature-icon-6 {
    background-image: url('../icons/svg/governance/gov-6.svg');
}

.module-board-respond .features li .feature-icon-1,
.module-board-respond .features li .feature-icon-2,
.module-board-respond .features li .feature-icon-2-1,
.module-board-respond .features li .feature-icon-3,
.module-board-respond .features li .feature-icon-4,
.module-board-respond .features li .feature-icon-5,
.module-board-respond .features li .feature-icon-6,
.module-board-respond .features li p {
    vertical-align: middle;
}

.module-board-respond .features li p {
    width: 80%;
    display: inline-block;
    padding-left: 20px;
}

.module-board-respond.module-common h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 24px;
}

.module-overview .ModuleInnerContainer {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3%;
}

.ModuleContent.module-board-respond {
    margin-bottom: 0;
}

.module-board-discharge {
    background: #f8f8f8;
    padding: 60px 0 60px;
    background-size: cover;
}

.module-board-discharge h2.module-title {
    color: #0b3353;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 25px;
}

.module-board-discharge ul.commitee {
    margin: 0 0 30px 0;
}

.module-board-discharge ul.commitee li {
    vertical-align: top;
    line-height: 25px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 50px;
}

.module-board-discharge ul.commitee li i.icon-arrow {
    background: url('../icons/arrow-right.png') no-repeat;
    width: 30px;
    display: none;
}

.module-board-discharge ul.commitee li i,
.module-board-discharge ul.commitee li span {
    vertical-align: top;
    display: table-cell;
}

.module-board-discharge ul.commitee li span {
    display: block;
    text-align: left;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
}

.module-board-discharge p {
    margin: 0 0 30px 0;
    display: none;
}

.module-board-discharge a.learn-more {
    color: #73aa4f;
    font-family: 'Oswald';
    display: none;
}

.module-board-download .governance-pdf {
    padding: 0 35px;
    margin-top: 40px;
}

.module-board-download .download-item a:before {
    content: "";
    background: url(../icons/svg/pdf.svg) no-repeat;
    width: 30px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}

.module-board-download ul.download-list li a {
    color: #666;
    font-size: 14px;
    display: table-cell;
    line-height: 25px;
    padding-left: 5px;
}

.module-board-download .download-item {
    font-family: 'Open Sans';
    margin-bottom: 25px;
}

.module-board-download .download-item h2 {
    font-size: 18px;
}

.module-board-download .download-item p {
    font-size: 14px;
    color: #666;
}

.module-board-download .download-item a {
    color: #72808a;
    font-size: 14px;
    line-height: 25px;
    display: table;
    padding: 8px 0;
}

.module-board-download .download-item a:hover {
    color: #73a950;
}

@media screen and (min-width: 1325px) {
    ul.features {
        padding: 0 10%;
    }

    .module-board-discharge .inner-content {
        padding: 0 0 0 10%;
    }
}

@media screen and (min-width: 1900px) {
    .module-overview .ModuleInnerContainer {
        max-width: 1400px;
        padding: 0 8%;
    }
}

@media screen and (max-width:1325px) {
    .module-overview .ModuleInnerContainer {
        padding: 0 15%;
    }
}


@media screen and (min-width:769px) and (max-width:800px) {
    .module-board-discharge ul.commitee li span {
        font-size: 15px;
    }

    .module-board-discharge ul.commitee li + li span {
        padding-left: 15px;
    }
}

@media screen and (min-width:769px) {
    .module-board-discharge h2 {
        max-width: 684px;
        margin: 0 auto;
    }

    .module-board-discharge ul.commitee li:nth-child(even) span {
        text-align: center;
        padding-top: 12px;
    }

    .module-board-discharge ul.commitee li + li:before {
        content: '';
        height: 40px;
        width: 4px;
        background: #71aa4b;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 5px;
    }
}

@media screen and (min-width:769px) and (max-width:1260px) {
    .module-board-respond .features li p {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .module-board-download ul.download-list {
        width: 100%;
    }

    .module-board-download .governance-pdf {
        padding: 0;
    }

    .module-board-discharge h2 {
        margin-bottom: 20px;
    }

    .module-board-discharge {
        padding: 40px 10px;
    }

    .module-board-discharge ul.commitee li {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .module-board-discharge ul.commitee li span {
        position: relative;
    }

    .module-board-discharge ul.commitee li span:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 40px;
        background: #71aa4b;
        top: 5px;
        left: -22px;
    }

    .module-overview .ModuleInnerContainer {
        text-align: justify;
        padding: 0 15px;
    }

    .module-board-respond {
        padding: 20px 15px;
    }
}

@media screen and (max-width:480px) {
    .module-board-respond .features li {
        text-align: center;
    }

    .module-board-respond .features li p {
        width: 100%;
        padding-left: 0;
    }
}

/*---------Page Overview-----------*/

.module-social-overview .overview-content h3,
.module-health .health-content h3 {
    color: #0b3353;
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: uppercase;
}

.module-social-overview .overview-content a {
    color: #0b3353;
}

.overview-content p {
    padding-bottom: 15px;
}

.module-health .health-content ul {
    padding-left: 20px;
    margin: 15px 0 30px;
}

.module-health .health-content ul li {
    list-style-type: disc;
    line-height: 30px;
}

.module-environment .environment-content ul {
    padding-left: 20px;
}

.module-environment .environment-content ul li {
    list-style-type: disc;
    margin: 15px 0;
    line-height: 25px;
}

.module-environment .environment-foto {
    text-align: center;
}

.module-environment .environment-content p a {
    color: #666;
    font-size: 14px;
    display: table;
    line-height: 25px;
    padding-left: 5px;
}

.module-environment .environment-content p a:hover {
    color: #639146;
}

.module-environment .environment-content p a:before {
    content: "";
    background: url(../icons/svg/pdf.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: table-cell;
    vertical-align: top;
    margin-right: 5px;
}

/*----Corporate Giving Page----*/

.module-corporate-giving .ModuleOuterContainer > h2 {
    display: none;
}

.module-corporate-giving .corporate-container > h3 {
    font-family: 'Oswald';
    color: #0b3353;
    margin-bottom: 25px;
}

.module-corporate-giving .sponsor-list {
    border: 1px solid #73a950;
    margin-bottom: 15px;
}

.module-corporate-giving .sponsor-name {
    color: #fff;
    background: #73a950;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    position: relative;
    line-height: 20px;
}

.module-corporate-giving .sponsor-items,
.module-corporate-giving .sponsor-items div {
    padding: 0 15px;
}

.module-corporate-giving .sponsor-items div {
    font-weight: 400;
    line-height: 25px;
    vertical-align: middle;
    margin: 15px 0;
}

.module-corporate-giving .sponsor-name:after {
    content: "\e64a";
    font-family: q4icons;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 30%;
}

.module-corporate-giving .sponsor-list.accordion-active .sponsor-name:after {
    content: "\e650";
}

/*--------News Releases---------*/

.module-press-releases .NewsListContainer.newsbody {
    padding: 15px 10px;
}

.module-press-releases .NewsItemRow {
    padding: 25px;
    margin-bottom: 15px;
}

.module-press-releases .NewsItemRow:nth-child(2n+1) {
    background: #f1f1f1;
}

.module-press-releases span.date {
    font-family: 'Oswald';
    color: #0b3353;
    text-transform: uppercase;
}

.module-press-releases .title a {
    color: #73a950;
    font-weight: 400;
}

.module-press-releases .Pagination {
    text-align: center;
    color: #0b3353;
    font-family: 'Oswald';
}

.module-press-releases li.pagerItem {
    display: inline-block;
    cursor: pointer;
}

.module-press-releases .paginationMessage.pagination-Msg {
    display: inline-block;
    margin: 0 40px;
}

.module-press-releases .paginationMessage,
.module-press-releases li.pagerItem.pager-disabled {
    display: none;
}

.module-press-releases li.pagerItem.pager-prev:before {
    content: "<";
    padding: 5px;
}

.module-press-releases li.pagerItem.pager-next:after {
    content: ">";
    padding: 5px;
}

.module-news-detail h3.ModuleTitle {
    font-family: 'Oswald';
    color: #0b3353;
    margin-bottom: 30px;
}

.module-news-detail .ModuleLinks {
    margin: 30px 0;
}

.module-news-detail .ModuleLinks a.ModuleDownloadLink:before {
    content: "";
    background: url(../icons/svg/pdf.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.module-news-detail .ModuleLinks span.ModuleDownloadText {
    color: #666;
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
}

.module-news-detail table {
    line-height: 30px;
    max-width: 100%;
    overflow: auto;
    display: block;
    width:auto !important;
}

.module-news-detail .ModuleBody {
    width: 100%;
}

.module-news-detail a{
    display: inline-block;
    word-break: break-all;
}

.module-news-detail pre{
    display: block;
    overflow: auto;
}

@media screen and (max-width:480px) {
    .module-press-releases .paginationMessage.pagination-Msg {
        margin: 0 20px;
    }
}

/*-----Available Job Position--------*/

.module-available-position .caption {
    background-color: #0b3353;
    color: #fff;
    padding: 20px;
}


.module-available-position .row {
    padding: 20px;
    border-bottom: solid 1px #ccc;
    min-height: 60px;
}

.module-available-position .row div {
    font-weight: 400;
    font-size: 14px;
}

.module-available-position .row .download a:before {
    content: "";
    background: url(../icons/svg/pdf.svg) no-repeat;
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 650px) {
    .module-available-position .caption > div,
    .module-available-position .row > div {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 480px) {


    .module-available-position .caption {
        display: none;
    }

    .module-available-position .row > div {
        padding: 5px 0;
        display: table;
    }

    .module-available-position .row > div:before {
        width: 100px;
        display: table-cell;
    }


    .module-available-position .row .jobid:before {
        content: "JOB ID:";
    }

    .module-available-position .row .date:before {
        content: "DATE:";
    }

    .module-available-position .row .title:before {
        content: "POSITION:";
    }


    .module-available-position .row .download:before {
        content: "DOWNLOAD:";
    }
}


/*-------Page Investor----------*/

.page-investors .module-why-invest {
    background: #fff;
    padding: 20px 15px;
    margin: 0;
}
.module-why-invest.alt-bg{
    padding-top:50px;
}

.page-investors .module-latest-news {
    background: #f8f8f8;
    padding: 40px 0 5px;
    margin-bottom: 0;
}

div.module-report {
    background: #0b3353;
    margin-bottom: 0;
    padding: 30px 0 40px 0;
    color: #fff;
}

.module-report h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.module-report a.q4-financial-document:before {
    content: "";
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 15px;
}

.module-report ul.q4-financial-documents {
    margin-top: 25px;
   /* border-right: 2px solid #73a950;*/
    padding: 20px 0;
    text-align: center;
}

.module-report ul.q4-financial-documents li {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: top;
    width:33.33%;
}

.module-report ul.q4-financial-documents li a {
    color: #fff;
    font-size: 15px;
    display: block;
}

.module-report a.q4-financial-document.Webcast:before {
    background: url(../icons/svg/webcast.svg) no-repeat #73a950;
}

.module-report a.q4-financial-document.Presentation:before {
    background: url(../icons/svg/presentation.svg) no-repeat #73a950;
}

.module-report a.q4-financial-document.PDF:before {
    background: url(../icons/svg/pdf-white.svg) no-repeat #73a950;
    background-size: 32px;
    background-position: center;
}
.module-report a.q4-financial-document.PPTX:before {
    background: url(../icons/svg/pptx-white.svg) no-repeat #73a950;
    background-size: 32px;
    background-position: center;
}

.module-report span.view-more a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald';
}

.module-report span.view-more {
    display: block;
    margin-top: 30px;
    text-align: center;
}
.module-report .annual-report span.view-more{
    text-align: left;
}


.module-report .financials-item {
    margin-top: 25px;
}

.module-report .blog-detail {
    padding: 0 0 0 70px;
}

.module-report .thumbnail {
    display: inline-block;
    vertical-align: middle;
    width:240px;
}

.module-report .doc-details {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.module-report .doc-details h2 {
    font-size: 14px;
    font-family: 'Open Sans';
}

.module-report .doc-details span a {
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
}

.module-report .featured-quarter {
    margin-bottom: 35px;
}

.module-ceo-video {
    margin: 40px 0;
}

.module-ceo-video .section-ceo {
    text-align: center;
}

.module-ceo-video .section-ceo iframe {
    height: 300px;
    width: 500px;
}


@media screen and (max-width:768px) {
    .module-report .doc-details {
        display: block;
        padding: 0;
        text-align: left;
        margin-top: 20px;
    }

    .module-report .doc-details h2 {
        text-align: left;
    }

    .module-report .doc-details span a {
        margin-top: 15px;
    }

    .module-report ul.q4-financial-documents li {
        text-align: center;
        width: 50%;
    }

    .module-report .blog-detail {
        padding: 0 0 0 30px;
        margin-bottom: 55px;
    }

    .module-ceo-video .section-ceo iframe {
        min-height: 200px;
        height: auto;
        width: 100%;
    }
}

@media screen and (min-width:769px) and (max-width:1110px) {
    .module-report .doc-details {
        display: block;
        padding: 0;
        text-align: left;
        margin-top: 20px;
    }

    .module-report .doc-details h2 {
        text-align: left;
    }

    .module-report ul.q4-financial-documents li {
        text-align: center;
        width: 50%;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .module-report ul.q4-financial-documents {
        border-right: 0;
    }

    .module-report .annual-report {
        margin-top: 30px;
    }

    .module-report .blog-detail{
        padding:0;
        text-align:center;
    }
    .module-report .doc-details h2,
    .module-report .annual-report span.view-more{
        text-align: center;
    }
}

.module-current-opportunities .ModuleInnerContainer {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.menu-right {
    display: none;
}



/*------------- Exploration page start -------------*/
ul.default-list,
.page-exploration ul.exploration-list {
    list-style-type: disc;
    padding-left: 60px;
    line-height: 1.5rem;   
}
.page-exploration ol.exploration-list {
    list-style-type: decimal;
    padding-left: 60px;
    line-height: 1.5rem;   
}

.page-exploration .section1,
.page-exploration .section2 {
    padding-bottom: 50px;
}

.page-exploration h3.section-sub-heading {
    font-size: 1.3rem;
    color: #0b3353;
    padding:10px 0;
    text-align:center;
}

.page-exploration p.small-text {
    font-size: 12px !important;
    line-height: 1.5;
}

.page-exploration h3.section-heading,
.module-financials h3.section-heading {
    color: #0b3353;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.module-financials h3.section-heading {
    text-align: left;
    margin: 10px 0;
    font-size: 18px;
}

.page-exploration p {
    font-size: 14px;
}

.docActions {
    display: none!important;
}

@media screen and (max-width: 768px) {
    .page-exploration ul.exploration-list {
        padding-left: 25px;
    }
}
/*------------- Exploration page end -------------*/


/*Operation Page CSS Start */

.module-environmental {
    background-image: url('../doc_operations/environmental-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-left: 18%;
    height: 463px;
    padding-right: 18%;
}

.module-additionalexploration,
.module-environmental,
.module-besttalent {
    margin-bottom: 0 !important; /*overwrite global css*/
}

.module-reserves-n-resources h2 {
    margin-top: 30px;
}

.envirnmental-content p,
.additionalexploration-content p,
.peoplepowernap-content p,
.best-section p,
.culture-section p,
.social-section p {
    font-size: 16px;
    font-weight: 400;
}

.additionalexploration-content {
    padding: 101px !important; /*Overwrite Toast CSS */
    position: relative;
    color: #fff;
}

.additionalexploration-content:before {
    content: "";
    background-color: #0b3353;
    position: absolute;
    left: -1000px;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
}

.envirnmental-content h2,
.module-operations h2.operation-heading,
.best-section h2,
.culture-section h2,
.social-section h2,
.module--operations-overview h2,
.module-reserves-n-resources h2 {
    color: #0b3353;
}

.envirnmental-content h2,
.additionalexploration-content h2,
.module-operations h2.operation-heading,
.peoplepowernap-content h2,
.best-section h2,
.culture-section h2,
.social-section h2,
.module--operations-overview h2,
.module-reserves-n-resources h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 400;
}

.module--operations-overview h2,
.module-reserves-n-resources h2 {
    text-align: center;
}

.module-operations {
    text-align: center;
    padding: 30px 180px;
    /*background-color: rgba(0,0,0,0.1);*/
    margin-bottom: 0 !important;
}


.page-operations .PaneContentInner {
    padding-bottom: 0;
    padding-top:0;
}

.module-careers{
    background: #f8f8f8;
    color:#fff;
    padding:30px 0 50px;
}
[class*="ContentPaneDiv"] > .module-careers{
    margin-bottom:0;
}
.module-careers .module-operations p{
    font-size:18px;
    line-height: 1.5;
    padding: 0 10%;
    color:#666;
}

/*.module-operations p.operation-content {
    font-size: 20px;
}*/

.module-additionalexploration .additionalexploration-image {
    width: 349px;
    height: 578px;
    background: url('../doc_operations/addition-image.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}

.module-additionalexploration .ModuleOuterContainer {
    max-width: 1049px;
    padding: 0;
}


.page-lac-des-Iles-mine-overview .module-page-title,
.page-mineralreservesandresources .module-page-title {
    background: url('../images/banner/operations.jpg') no-repeat 0px -215px;
    background-size: cover;
}

.envirnmental-content h2 {
    text-align: center;
}

.page-operations .quote-text {
    text-align: center;
    line-height: 0;
    margin-bottom: 1.5rem;
}

.module--operations-overview .ModuleInnerContainer .map-container{
  text-align: center;
}
.module--operations-overview .ModuleInnerContainer .map-container img {
    box-shadow: 0 0px 14px grey;
}

@media screen and (min-width: 1400px) {
    .additionalexploration-content {
        width: 80% !important; /*Overwrite Toast CSS */
        min-height: 578px;
        height: 578px;
        padding: 8.5% !important; /*Overwrite Toast CSS */
    }

    .module-additionalexploration .additionalexploration-image {
        width: 20% !important; /*Overwrite Toast CSS */
    }

    .module-additionalexploration .ModuleOuterContainer {
        max-width: 2410px;
    }

    .envirnmental-content {
        padding: 60px 0;
    }

    .page-operations .module-environmental {
        padding-top: 42px;
    }
}

@media screen and (max-width: 1024px) {
    .additionalexploration-content {
        width: 65%; /*Overwrite Toast CSS */
        padding: 89px !important; /*Overwrite Toast CSS */
    }

    .module-additionalexploration .additionalexploration-image {
        width: 35%; /*Overwrite Toast CSS */
        height: 794px;
    }

    .module-operations {
        padding: 30px 20px 1px 20px;
    }

    .envirnmental-content {
        padding: 70px 43px 80px 43px;
    }

    .module-environmental {
        padding-top: 0;
        padding-left: 9%;
        height: 540px;
        padding-right: 9%;
    }
}

@media screen and (max-width: 768px) {
    .additionalexploration-content {
        width: 55%; /*Overwrite Toast CSS */
        padding: 82px !important;
    }

    .module-additionalexploration .additionalexploration-image {
        width: 45%; /*Overwrite Toast CSS */
        height: 852px;
    }

    .page-operations .module-page-title,
    .page-lac-des-Iles-mine-overview .module-page-title,
    .page-mineralreservesandresources .module-page-title {
        background-position: 0 0;
    }
}

@media screen and (max-width: 767px) {
    .additionalexploration-content {
        width: 100%; /*Overwrite Toast CSS */
    }

    .module-additionalexploration .additionalexploration-image {
        width: 100%; /*Overwrite Toast CSS */
    }

    .module-environmental {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .envirnmental-content {
        padding: 70px 20px 80px 20px;
    }

    .additionalexploration-content {
        padding: 40px !important; /*Overwrite Toast CSS */
    }

    .module-environmental {
        padding-left: 0;
        height: 660px;
        padding-right: 0;
    }
}

@media screen and (max-width: 375px) {
    .module-environmental {
        height: 710px;
    }

    .envirnmental-content {
        padding: 50px 0 80px 0;
    }
}

/*Operation Page CSS end*/

/*Careers Page CSS Start*/

.careers-person-bg,
.module-peoplesection {
    background-size: contain;
   /* background-image: url('../design/banner/Devin.jpg');*/
    background-repeat: no-repeat;
    background-position:left bottom;
    color: #666;
    text-align: center;
    position:relative;
    padding:65px;
}
[class*="ContentPaneDiv"] > .module-peoplesection{
    margin:0;
}

.careers-person-bg:after,
.module-peoplesection:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(255,255,255,0.8);
    z-index:1;
}

.careers-person-bg .ModuleOuterContainer,
.module-peoplesection .ModuleOuterContainer{
    position:relative;
    z-index:2;
}

.module-peoplesection h2{
    text-align: center;
    color: #0b3353;
}

.module-peoplesection .powernapimage{
    width: 20%;
    position:absolute;
    left:0;
    bottom:0;
}




@media screen and (max-width:767px) {

}

.module-operationsimage {
    background-image: url('../doc_careers/person.png');
    width: 280px;
    height: 400px;
    margin-top: -7%;
    background-size: contain;
    background-repeat: no-repeat;
}

.module-besttalent > .ModuleOuterContainer {
    max-width: 1047px;
}

.module-culturesafety {
    background-image: url('../doc_careers/culture.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px;
}

.module-culturesafety .culture-section {
    text-align: center;
}

.module-careers p.operation-hinttilte {
    display: inline-block;
    padding: 8px 20px;
    border-left: 3px solid transparent;
    line-height: 1;
}
.module-operations p.operation-hinttilte a {
    color: #73a950;
    padding: 10px 33px;
    font-size: 23px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;
    border: 2px solid;
}

.module-careers p.operation-hinttilte:hover {
    background-color: #008000;
   /* border-left: 3px solid #000; */
    color:#ffffff;
}

.module-careers p.operation-hinttilte:hover a{
    color:#fff;
}

.module-careers p.operation-hinttilte:after {
    content: "";
    /*background-image: url('../doc_careers/right-arrow.svg');*/
    visibility: hidden;
    width: 11px;
    background-repeat: no-repeat;
    height: 11px;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
}
.module-careers p.operation-hinttilte:hover:after{
    visibility: visible;
}

p.collaborating-titleone,
p.collaborating-titletwo {
    cursor: pointer;
    text-transform: uppercase;
    display: table;
}

p.collaborating-titleone strong,
p.collaborating-titletwo strong {
    display: table-cell;
}

p.collaborating-titleone:before,
p.collaborating-titleone:hover::before,
p.collaborating-titletwo:before,
p.collaborating-titletwo:hover::before {
    font-family: 'q4icons';
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #73a950;
    padding: 5px;
}

p.collaborating-titleone:hover,
p.collaborating-titleone:before,
p.collaborating-titleone:hover::before,
p.collaborating-titletwo:hover,
p.collaborating-titletwo:before,
p.collaborating-titletwo:hover::before {
    color: #73a950;
}

p.collaborating-titleone:before,
p.collaborating-titletwo:before {
    content: "\e64e";
}

p.collaborating-titleone.active:before,
p.collaborating-titletwo.active:before {
    content: "\e64d";
}

.collaborating-subcontentone,
.collaborating-subcontenttwo {
    display: none;
}

.page-careers p.operation-content {
    padding: 0 10%;
}

.page-careers .module-operations {
    padding: 30px 0 1px;
}

.page-careers p.operation-subcontent {
    padding: 0 18%;
}

/*.page-careers .module-page-title {
    background: url('../doc_careers/banner-image-one.jpg') no-repeat 0 -155px;
    background-size: cover;
}*/

.page-careers .social-section.grid {
    margin-left: 0;
}

.page-careers .module-page-title h1 {
    display: none;
}

.module-career-tilte {
    background: url('../design/banner/crusherLoading_053.jpg') no-repeat 0 -155px;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 400;
}

.module-career-tilte h1 {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.module-career-tilte .carrer-subcontent{
    max-width:1024px;
    margin:0 auto;
}
/*.module-career-tilte .ModuleInnerContainer {
    padding: 10.5% 13% 19.5%;
    position: relative;
    z-index:2;
}*/
.PageOperationsTechnicalReports .module-page-title .ModuleInnerContainer,
.page-contact-us .module-page-title .ModuleInnerContainer,
.careers_subpage .module-page-title .ModuleInnerContainer,
.page-search-results .module-page-title .ModuleInnerContainer,
.page-operations .module-operations-title .ModuleInnerContainer,
.module-career-tilte .ModuleInnerContainer{
    position:relative;
    z-index:2;
}
.PageOperationsTechnicalReports .module-page-title:after,
.page-contact-us .module-page-title:after,
.careers_subpage .module-page-title:after,
.module-career-tilte:after,
.page-search-results .module-page-title:after,
.page-operations .module-operations-title:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    content: '';
    z-index: 1;
}

@media screen and (max-width:1024px) {


    .page-careers .best-section {
        width: 59%;
    }

    .page-careers .module-operationsimage {
        width: 41%;
        margin-top: -9px;
    }
}

@media screen and (max-width:768px) {
    .page-careers .module-operationsimage {
        width: 45%;
        margin-top: -8%;
        height: 486px;
    }

    .page-careers .best-section {
        width: 55%;
    }

    .module-socialresponsibility h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-careers .module-page-title {
        background-position: 0 0;
    }

   /* .module-career-tilte .ModuleInnerContainer {
        padding: 18.5%;
    }*/

    .page-careers .module-career-tilte {
        background-position: 0 0;
    }

    .page-careers .module-scroll,
    .page-operations .PaneHeader2 .module-scroll{
        bottom:135px;
    }
}

@media screen and (max-width:667px) {

    .page-careers .module-operationsimage {
        margin-top: -10%;
    }
}

@media screen and (max-width:480px) {
    .page-careers .best-section {
        width: 60%;
        display: inline-block;
    }

    .page-careers .module-operationsimage {
        width: 40%;
        display: inline-block;
        margin-top: -15%;
        height: 228px;
    }
    .careers-person-bg,
    .page-careers .module-culturesafety,
    .module-peoplesection {
        padding: 65px 0;
    }

  /*  .page-careers .module-peoplesection {
        height: 345px;
    }*/

    .page-careers p.operation-subcontent,
    .page-careers p.operation-content {
        padding: 0;
    }

    .desktop-content {
        display: none;
    }

    .page-careers .mobile-content {
        font-size: 16px;
        padding: 0 20px;
        margin-bottom: 50px;
    }

 

  
    .page-careers .module-scroll,
    .page-operations .PaneHeader2 .module-scroll{
        bottom:186px;
    }
}

@media screen and (max-width:375px) {
    .page-careers .module-operationsimage {
        margin-top: -16%;
    }
}

@media screen and (max-width:320px) {
    .page-careers .module-operationsimage {
        margin-top: -19%;
    }

}

@media screen and (min-width:480px) {
    .page-careers .mobile-content {
        display: none;
    }
}

@media screen and (min-width:1920px) {
    /*.module-peoplesection {
        height: 296px;
    }*/

    .module-besttalent > .ModuleOuterContainer {
        max-width: 1617px;
    }

    .page-careers .module-operationsimage {
        margin-top: -6%;
    }

    .page-careers .module-socialresponsibility > .ModuleOuterContainer {
        max-width: 1621px;
    }
}

[class*="ContentPaneDiv"] > div.block-careers{
   padding:65px 0;
   margin:0;
}

/*Careers Page CSS end*/

.page-palladium h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 400;
    color: #0b3353;
    text-align: center;
}

.page-palladium p.image-palladium img {
    width: 400px;
}

.page-palladium .module-marketoverview ul {
    padding-left: 30px;
}

.page-palladium .module-marketoverview li {
    list-style-type: disc;
}

/*.page-exploration .module-page-title {
    padding: 10% 0 25%;
}*/

.module-marketoverview .grayBg{
  background: #f8f8f8;
  padding:50px 0;
}

.PaneContent .module-marketoverview .ModuleOuterContainer{
  max-width:100%;
  padding:0;
}

.module-marketoverview,
.page-palladium .module-marketoverview .content-container p{
  font-size: 16px;
}
.module-marketoverview .row-container,
.PaneContent .MailingListSignupContainer.EditSubscriberConfirmation{
  padding: 0 20px;
}
@media screen and (min-width:1500px) {
  .module-marketoverview .row-container,
  .PaneContent .MailingListSignupContainer.EditSubscriberConfirmation{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .PaneContent .MailingListSignupContainer.EditSubscriberConfirmation{
    width:100%;
  }
}

div.lac-des-iles {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px;
}
.PageExploration .section {
    position: relative;
    padding: 50px 0;
    z-index:55;
}

.PageExploration .section .alt-bg,
div#lac-des-iles .alt-bg{
    position:absolute;
    display:block;
    background: #f5f5f5;
    top:0;
    left: -100%;
    right: -100%;
    bottom:0;
    z-index: -1;
}

.module-bod-header,
.module-management-header{
  margin-bottom:0;
  padding-top:40px;
  padding-bottom:10px;
  text-align: center;
}
.module-bod-header{
  background: #f5f5f5;
}
.module-management-header{
  padding-top:20px;
}

[class*="ContentPaneDiv"] > .module-bod-header{
  margin-bottom:0;
}



.email-al .icheckbox{
    border:1px solid #73a950;
}
.email-al .icheckbox.checked:after{
  margin:3px 3px;
}
.required-text > span,
.RequiredField,
.RedStar{
  color:red;
}

.PaneContent .MailingListSignupContainer > strong{
  color:green !important;
}

.MailingListSignupContainer table input[type="text"], 
.MailingListUnsubscribeContainer table input[type="text"], 
.MailingListSignupContainer table select{
  max-width:270px;
}


.error-container li{
  margin-bottom:5px;
}

.req-info textarea{
  width:100%;
}
.req-info input[type="submit"]{
  margin-left:179px;
}
.req-info input[type="text"],
.email-al input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.req-info input[type="submit"]{
  font-family: 'Oswald';
  font-weight:300;
}
@media screen and (max-width:500px) {
  .req-info input[type="submit"]{
    margin-left:0;
  }
  .req-info .label-wrap{
    margin-bottom:7px;
  }
}


.page-operations .module-operations-title .sec-wrapper{
    max-width:1024px;
}
.page-operations .module-operations-title h1{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size:48px;
}
.page-operations .module-operations-title p{
    font-family: 'Oswald', sans-serif;
    font-size:24px;
    line-height: 1.5;
}


.page-operations .module-scroll{
    bottom:10px;
}
.page-operations .PaneHeader2 .module-scroll{
    bottom:185px;
    z-index:2;
}
@media screen and (max-width:1600px) {
    .page-operations .PaneHeader2 .module-scroll{
        bottom:140px;
    }
}
@media screen and (max-width:767px) {
    .page-operations .module-operations-title p{
        font-size:16px;
    }
}
@media screen and (max-width:480px) {
    .page-operations .PaneHeader2 .module-scroll{
        bottom:190px;
    }
}


.module-improvingEff{
    color:#fff;
    background-image:url('../images/banner/efficiency-bg.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    padding-top:90px;
}
[class*="ContentPaneDiv"] > .module-improvingEff{
    margin:0;
}

.module-our-company{
  padding-top:40px;
}

/*.scrolled .module-improvingEff,
.scrolled .module-our-company{
    padding-top:90px;
    margin-top:64px;
}*/
.module-improvingEff .module-content{
    padding:110px 0 200px;
}


.module-improvingEff h2{
    font-size:48px;
     text-align: center;
     font-family: 'Oswald', sans-serif;
}

.sec-wrapper{
    max-width:760px;
    margin:0 auto;
}
.module-improvingEff p{
    font-family: 'Oswald', sans-serif;
    line-height: 1.5;
}
.module-improvingEff p + p{
    margin-top:25px;
}

.module-improvingEff .module-scroll{
    left:0;
    bottom:100px;
}

.module-reservesRes{
    text-align: center;
}
.top-spacer,
[class*="ContentPaneDiv"] > div.top-spacer{
    padding-top:50px;
}
.top-spacer_small{
    padding-top:30px;
}
[class*="ContentPaneDiv"] > div.alt-bg{
    background:#f5f5f5;
    padding-bottom:50px;
    margin-bottom:0;
}
[class*="ContentPaneDiv"] > div.alt-bg.module-latest-news{
    padding-top:50px;
    padding-bottom:20px;
    margin-bottom:50px;
}
.module-reservesRes .module-content{
    padding-top:50px;
}

.page-operations .module-investor-center{
    z-index:2;
}

.module-reservesRes h2{
    /*font-family: 'Oswald', sans-serif;
    color:#083254;
    font-size:48px;*/

    color: #0b3353;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .page-operations .module-investor-center{
        bottom:0;
    }
}

@media screen and (max-width:767px) {
    .module-improvingEff .module-content{
        padding:0 0 100px;
    }
    .module-reservesRes h2,
    .module-improvingEff h2{
        font-size:24px;
    }
    .module-improvingEff .module-scroll{
        bottom:25px;
    }
}


.PersonDescription > h3:focus{
    outline:none !important;
}



.module-our-company h5 {
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 400;
}


.page-about .PaneContentInner,
.page-careers .PaneContentInner{
    padding-top:0;
}

.module-financials .items{
    padding-top:30px;
}
.module-financials .items > li[class*="Quarter"]:first-of-type h2.year{
    display: block;
    color: #0b3353;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 400;
}
.module-financials .items > li[class*="Quarter"]:first-of-type h2.year:after{
    content: "Quarterly Results";
    display: inline-block;
    margin-top: 10px;
    padding-left: 5px;
}

.module-financials .all_reports:first-of-type{
    margin-top:30px;
}

.module-financials .annual_link a:before{
    background: url(../icons/svg/pdf-green.svg) no-repeat;
    background-size: 30px;
    background-position: center;
    width: 16px;
    height: 16px;
    content: "hi";
    font-size: 0;
    padding: 20px 40px 20px 0;
    vertical-align: middle;
    display: inline-block;
}

.annual_container h3 {
    display: none;
}

.ui-widget-content{
    background:#fff !important;
    border: 1px solid #73a950 !important;
    color:#666 !important;
}

#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default{
    border: 1px solid #73a950 !important;
    background: #73a950 !important;
    color:#fff !important;
}

#ui-datepicker-div .ui-widget-header{
    border: 1px solid #73a950 !important;
    background: #73a950 !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus{
    background:none !important;
    border:1px solid transparent !important;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next{
    cursor:pointer;
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year{
    margin:0 3px;
}


.module-contact-us .contact-us-container > h3:first-child{
    text-align: center;
    margin-bottom: 1.5rem;
    font-size:24px;
    font-family: 'Oswald';
    font-weight:400;
    color: #0b3353;
    text-transform: uppercase;
}

.module-contact-us .contact-us-container .col{
    margin-bottom:30px;
}

.page-careers .module-scroll{
    z-index:2;
}

@media (max-width: 1299px) and (min-width: 1200px) {
    .module-slick-slider .slick-dots {
        bottom: auto;
        top:57%;
    }
}

.ModuleEventDetails h2{
    font-family: 'Oswald';
    color: #0b3353;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight:400;
}
.ModuleEventDetails .ModuleDateContainer,
.ModuleEventDetails .ModuleLocation {
    margin-bottom:15px;
}
.ModuleEventDetails .ModuleBody{
    border:none;
    padding:0;
    margin:0 0 15px 0;
}
.ModuleEventDetails a[class*="q4i-"]:before, 
.ModuleEventDetails i[class*="q4i-"]:before{
    display: inline-block;
    font-size: 18px;
    background-color: #6fab45;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}


.MailingListUnsubscribeAction,
.MessageSent{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    color:green;
    font-family: 'Oswald';
    font-weight: 400;
}
.MessageSent{
    padding-bottom:20px;
}

.MailingListUnsubscribeMessage.ErrorContainer strong{
    font-family: 'Oswald';
    font-weight: 400;
}
.PaneContent .MailingListSignupContainer.EditSubscriberConfirmation{
    margin-bottom:50px;
    margin-top:10px;
}

.page-email-alerts .PaneFooter .MailingListSignupContainer{
    opacity:0;
    display:none;
}
@media screen and (max-width: 768px) {
    .page-email-alerts .PaneFooter .MailingListSignupContainer{
        display: none;
    }
}
.RssLinkTop,
.RssLinkTop:visited{
    color: #73a950;
}

.latestnews .RssLinkTop{
    float:right;
    margin-right:10px;
}

.calendar-header{
    position: relative;
}
.calendar-header h2{
    padding:0 30px;
}
.calendar-header .RssLinkTop{
    position:absolute;
    top:5px;
    right:0;
}

.chart-hide{
    height:0;
    overflow:hidden;
}

.a2a_dd img{
    width:18px;
}

.details-press a.view-all{
    text-transform: uppercase;
    color: #71aa4b;
    font-family:'Oswald', sans-serif;
}

.location .svg-icon,
.email .svg-icon,
.fax .svg-icon,
.tel .svg-icon{
    width:24px;
    height:26px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right:5px;
    background-repeat: no-repeat;
    background-position:center center;
}

.location .svg-icon{
    background-image:url('../icons/svg/location-black.svg');
    vertical-align: top;
}
.email .svg-icon{
    background-image:url('../icons/svg/email-black.svg');
}
.fax .svg-icon{
    background-image:url('../icons/svg/fax-black.svg');
}
.tel .svg-icon{
    background-image:url('../icons/svg/phone-black.svg');
}

.location > *,
.email > *,
.fax > *,
.tel > *{
    display: inline-block;
    vertical-align: middle;
}
.location > *{
    vertical-align: top;
}


.annualFinancials .notfound{
    display: block;
    padding:25px 15px;
}
@media screen and (max-width: 480px) {
.location .small,
.email .small,
.fax .small,
.tel .small{
    font-size:60%;
}
}

.module-sec-filings .header .type,
.module-sec-filings .ModuleItemRow .date{
    width:20%;
}

.module-sec-filings .header .desc,
.module-sec-filings .ModuleItemRow .type{
    width:15%;
}

.module-sec-filings .header .date,
.module-sec-filings .ModuleItemRow .desc{
    width:45%;
    padding-right:30px;
}

.module-sec-filings .header .view,
.module-sec-filings .ModuleItemRow .view{
    width:19%;
}
@media screen and (max-width: 768px) {
    .module-sec-filings .header .type,
    .module-sec-filings .ModuleItemRow .date,
    .module-sec-filings .ModuleItemRow .type,
    .module-sec-filings .header .date,
    .module-sec-filings .ModuleItemRow .desc,
    .module-sec-filings .header .view,
    .module-sec-filings .ModuleItemRow .view{
        width:100%;
        padding:0;
    }
}


.module-footer-alerts .MailingListListTable{
    margin-bottom:0;
}

.unsubscribe-link,
.unsubscribe-link:visited{
    display: inline-block;
    color:#fff;
    font-size:14px;
    font-family: 'Oswald', sans-serif;
    padding:10px 0;
    margin-bottom:20px;
}
@media screen and (max-width: 480px) {
    .unsubscribe-link, 
    .unsubscribe-link:visited{
        max-width: 140px;
        display: block;
        text-align: center;
    }
}

.module-social-resp .social-item{
  margin-bottom:15px;
}
.module-social-resp h3{
  font-size: 20px;
  font-family: 'Oswald';
  font-weight: 400;
  text-transform: uppercase;
  color: #021941;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
}
.module-social-resp h3:before{
  font-family: 'q4icons';
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #73a950;
  padding: 5px;
  content: "\e64e";
  color: #73a950;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}
.module-social-resp h3:after {
    width: 45px;
    height: 5px;
    background: #73a950;
    content: '';
    display: block;
    margin: 15px 0;
}
.module-social-resp .accordion-active h3:before{
    content: "\e64d";
}

.module-social-resp .social-item_content{
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
  display: block;
  padding:5px 0 0 42px;
}
.module-social-resp .accordion-active .social-item_content {
  max-height: 1000px;
}
.module-social-resp .social-item_content p{
  margin:0 0 20px 0;
}
.module-presentation-video div.iframe-wrap iframe {
    display: block;
    margin: 0 auto 20px;
}

.module-exploration_html p.small-text {
    text-align: center;
}
.module-exploration_html img {
    display: block;
    margin: 0 auto;
}
.module-exploration_html h5 {
    color: #0b3353;
    font-weight: 600;
}

.module-stock_price {
    
}

.page-social-responsibility .HeaderContainer .module-page-title {
    background: url('../design/banner/surface-water-sampling-3.jpg') no-repeat 0 0;
    background-size: cover;
}
.page-careers .careers-content p.operation-content {
    text-align: left;
}
.page-careers .module-operations p.operations-subcontent {
    font-size: 14px;
}
.page-careers .module-operations img {
    display: block;
    margin: 0 auto;
}
.module-careers p.operation-hinttilte {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    padding: 8px 0px;
}
@media (max-width: 768px) {
    .page-careers .careers-content p.operation-content {
        padding: 0;
    }
}
@media (max-width: 1100px) {
    .module-operations p.operation-hinttilte a {
        font-size: 18px;
    }
}
.module-common.module-palladium h2{
   text-align: center;
}
.module-palladium .module-stock-chart {
   padding:21px 0;
}
@media all and (max-width:1500px){
.module-palladium .module-stock-chart .highcharts-input-group{
   display:none;
}
}

.PageDownloads .downloads-page{
  margin-top: 50px;
  min-height: 500px;
}

.PageDownloads .downloads-page .ModuleYearNavContainerInner {
  display: none;
}

/*-----------228674----------------------*/

.module_options.module-presentations_year-list {
    display: none;
}

.module_date
{
    display: inline;
}

.module_title
{
    display: inline;
}

.module-common .module_item 
{
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
     color: #73a950;
    font-family: 'Oswald';
    font-weight: 400;
    padding: 8px 15px 8px 25px;

}

.module-common .module_item:hover, a:hover {
    color: #fff;
    background: #73a950;
}

.module-common .module_item:hover
{
border-left: 3px solid #0b3353;
}

.module_link:after
{
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../icons/svg/black-arrow-right.svg") no-repeat;
    vertical-align: baseline;
    margin-left: 10px;
    visibility: hidden;
}

.module_link:hover:after
 {
    visibility: visible;
}   