------------------ Default ------------------ \*-----------------------------------------*/
/*--------------- Reset CSS ---------------*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
/* div, p, a, ol, ul, li, span */ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*Font-family start*/
@font-face {
    font-family: 'ProximaNovaCond-Regular';
    src: url('../fonts/ProximaNovaCond-Regular.eot%3F%23iefix') format('embedded-opentype'),url('../fonts/ProximaNovaCond-Regular.otf') format('opentype'),url('../site/fonts/ProximaNovaCond-Regular.woff') format('woff'),url('../fonts/ProximaNovaCond-Regular.ttf') format('truetype'),url('../fonts/ProximaNovaCond-Regular.svg%23ProximaNovaCond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaCond-Light';
    src: url('../fonts/ProximaNovaCond-Light.eot%3F%23iefix') format('embedded-opentype'),url('../fonts/ProximaNovaCond-Light.otf') format('opentype'),url('../fonts/ProximaNovaCond-Light.woff') format('woff'),url('../fonts/ProximaNovaCond-Light.ttf') format('truetype'),url('../fonts/ProximaNovaCond-Light.svg%23ProximaNovaCond-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Font-family end*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* Negative Margin Fix for Toast Columns */
html, .col {
    font-family: 'ProximaNovaCond-Regular','sans-serif';
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

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;
}

/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/
/*------------ Default Styles -------------*/
a:focus {
    text-decoration: underline;
}

.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: 0;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

    .accSkipLink a:focus, .accSkipLink a:active, .accSkipLink a:hover {
        top: 0;
        background: #0A457B;
        outline: 0;
    }

    .accSkipLink a:visited {
        color: #fff;
    }

#maincontent:focus {
    outline: 0px;
}

/*-----------------------------------------*\
------------------- 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;
}

/* 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;
}

/*Default container setup start*/
.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}

/*Default container setup end*/
/*------------- 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;
    outline: none;
}

[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: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 5555;
}

.financial-year-list .slick-prev,
.financial-year-list .slick-next {
    margin-top: 0\9;
    -ms-transform: translate(0, -50%);
}

.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: #199ed9;
    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: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\e907";
                width: 20px;
                height: 20px;
                font-family: 'q4icons';
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/*--------------- FancyBox  ---------------*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner,
.fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object,
.fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-inner table {
    border: 0;
    outline: none;
}

.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;
    min-width: 100px;
    height: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.stock-historical-module .stock-historical .lookup {
    border: #999999 solid 1px;
    cursor: pointer;
    margin: 0;
    padding: 4px 11px;
    vertical-align: bottom;
    color: #000;
    height: 30px;
}

.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 30px;
}

    .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
        outline: none;
        text-decoration: none;
        width: 100%;
    }

.sbToggle {
    background: url('../design/select-icons.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;
    min-width: 100px;
    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 -------------
\*-----------------------------------------*/
/*------------- 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 .ModuleBody,
.ModuleEventLatest .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 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;
}

.AddToCalendar {
    cursor: pointer;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
    color: #000;
}

.ModuleEventDetails .AddToCalendar .q4i-icon-calendar:before {
    content: "\e624";
    color: #5b6f7f;
    font-size: 20px;
}

.ModuleEventDetails .ModuleReminderContainer {
    margin-top: 10px;
}

.ModuleEventDetails .ReminderError {
    color: green;
}

/*------- 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 .Item {
    margin-bottom: 10px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
    border: #999999 solid 1px;
}

.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
}

.FormBuilderContainer .label-wrap {
    min-width: 175px;
}

.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}

.FormBuilderContainer .error-wrap {
    color: red;
    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;
}

/*---------------- 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%;
    max-width: 450px;
    margin: 10px 0;
}

    .MailingListSignupContainer table td, .MailingListUnsubscribeContainer table td {
        padding: 5px 0;
    }

        .MailingListSignupContainer table td.MailingListCol1, .MailingListSignupContainer table td.MailingListCol2, .MailingListUnsubscribeContainer table td.MailingListCol1, .MailingListUnsubscribeContainer table td.MailingListCol2 {
            float: left;
            display: block;
            width: 100%;
        }

        .MailingListSignupContainer table td.MailingListCol2, .MailingListUnsubscribeContainer table td.MailingListCol2 {
            margin-bottom: 10px;
        }

        .MailingListUnsubscribeContainer table td.ButtonCell {
            padding: 0 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;
}

.MailingListUnsubscribeContainer input[type="submit"],
input[type="submit"] {
    text-transform: uppercase;
}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

/*-------------- Person List --------------*/
.PersonGenericContainer .PersonItem {
    margin-bottom: 25px;
}

.PersonGenericContainer .PersonDetailsContainer > div {
    vertical-align: middle;
}

.PersonGenericContainer .PersonPhoto img {
    display: inline-block;
    max-width: 100%;
}

.PersonGenericContainer h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.PersonGenericContainer .PersonDescription > span {
    line-height: 200%;
}

@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto {
        margin-bottom: 25px;
    }

    .PersonGenericContainer .PersonPhoto, .PersonGenericContainer h3 {
        text-align: center;
    }

    .overview .slick-slide {
        float: none;
        height: 100%;
        width: 100% !important;
    }

    .overview .slick-initialized .slick-slide:first-child,
    .overview .slick-initialized .slick-slide:first-child + .slick-slide,
    .overview .slick-initialized .slick-slide:first-child + .slick-slide + .slick-slide {
        display: block;
    }

    .overview .slick-initialized .slick-slide {
        display: none;
    }
}

/*---------  Presentation Module ----------*/
.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleHeadline, .ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

    .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);
}

@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,
.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    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;
    width: 100%;
}

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;
    }

/*---------- 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;
    padding: 10px;
}

    .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 .ModuleContainerInner > 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;
}

@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: 16px;
    }

    .SiteMapContainer .SiteMapList li.SiteMap-Level3 {
        padding: 10px;
    }

    .SiteMapContainer .SiteMapList li a:hover {
        font-weight: 600;
    }

/*---------- Stock Quote Modules ----------*/
.StockQuoteContainer .StockPage,
.StockQuoteContainer .ModuleContainerInnerTop ul li {
    padding: 10px;
}

.StockQuoteContainer .StockPage {
    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;
    }
}



/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

    .q4-atc-wrapper .q4-atc-outer {
        position: absolute;
        top: 110%;
        left: 0;
        background: white;
        border: 3px solid #DDDDDD;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #5e5e5e;
        z-index: 10;
    }

    .q4-atc-wrapper .q4-atc-inner {
    }

    .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;
        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.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 .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 -----------*/
#event-container {
    display: table;
    width: 100%;
}

#events-calendar, #latest-events {
    display: table-cell;
}

#latest-events {
    border: 1px solid rgba(0,0,0,0.1);
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    display: table;
    width: 100%;
}

    #events-calendar .controls div {
        display: table-cell;
        text-align: center;
        padding: 20px 0;
    }

    #events-calendar .controls .month {
        width: 70%;
        font-size: 24px;
    }

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

#events-calendar .days-container {
    position: relative;
}

#events-calendar .day-header, #events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
}

    #events-calendar .day.adjacent-month,
    #events-calendar .empty.adjacent-month {
        opacity: .5;
        background-color: transparent;
    }

#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

#events-calendar .day.event,
#events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    background-color: #FFC36A;
}

#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;
}

    #latest-events .ModuleEvent .date {
        width: 90%;
        margin: 0 auto;
        padding: 5%;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        #latest-events .ModuleEvent .date h5,
        #latest-events .ModuleEvent .date h4 {
            display: block;
        }

        #latest-events .ModuleEvent .date h5 {
            font-size: 25px;
        }

        #latest-events .ModuleEvent .date h4 {
            font-size: 50px;
        }

    #latest-events .ModuleEvent > ul {
        padding: 10% 5%;
    }

#latest-events .AddToCalendar a {
    color: #000;
}

@media screen and (max-width: 768px) {
    #events-calendar, #latest-events {
        display: inline-block;
    }
}

/*---------- Fancybox Captcha -------------*/
.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}

    .fancybox-inner .CaptchaContainer img,
    .fancybox-inner .CaptchaContainer input {
        width: 100%;
    }

    .fancybox-inner .CaptchaContainer table tr:first-child {
        display: none;
    }

    .fancybox-inner .CaptchaContainer td,
    .fancybox-inner .CaptchaContainer table tr {
        outline: none;
        border: 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;
        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;
        appearance: none;
        padding: 10px;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

/*------- 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-year-container.active 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: #e5e5e5;
    border: 1px solid #FFF;
    border-top: 0 none;
    border-left: 0 none;
}

.financial-table .financial-category-text {
    border-bottom: 0;
}

.financial-table-header {
    border: 1px solid #cccccc;
    border-bottom: 0 none;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list {
    background-color: transparent;
}

/* 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;
    color: #199ed9;
}

    .financial-table .financial-document-category,
    .financial-table .financial-year-list .slick-list,
    .financial-table .financial-category-text {
        padding: 20px;
    }

    .financial-table .financial-documents:first-child {
        border-left: 0 none;
    }

.financial-table .financial-documents {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #e5e5e5;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: table-cell;
    float: none;
}

    .financial-table .financial-documents span:first-child:before {
        content: "";
    }

    .financial-table .financial-documents span:before {
        content: "\00B7";
        display: inline-block;
        height: 10px;
        padding: 0 3px;
    }

.financial-documents.slick-slide > div {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.financial-table .financial-documents span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 55px;
}

    .financial-table .financial-documents span.empty {
        opacity: 0.3;
        color: #5b6f7f;
    }

    .financial-table .financial-documents span a {
        color: #009ddc;
    }

.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: 0 solid #fff;
}

.financial-table .financial-year-list .slick-next {
    right: 0;
    border-left: 0 solid #fff;
}

.financial-table .financial-documents .all-empty .empty {
    display: none;
}

.q4-annual-widget .q4-annual-item:first-child {
    width: 100%;
}

.q4-annual-widget .q4-annual-image {
    position: relative;
}

.q4-annual-widget .coverimg > img {
    width: 100%;
}

.q4-annual-widget .q4-category-text {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 15px;
    color: #fff;
    display: block;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.q4-annual-widget .q4i-doc-pdf {
    font-size: 22px;
    position: relative;
    top: 4px;
}

    .q4-annual-widget .q4i-doc-pdf:before {
        content: "\e628";
        color: #5b6f7f;
    }

    .q4-annual-widget .q4i-doc-pdf.PDF:before {
        content: "\e62a";
        color: #5b6f7f;
    }

.q4-annual-widget .q4-annual-item {
    padding-bottom: 30px;
}

.q4-annual-widget .q4-financial-documents {
    position: relative;
    text-align: right;
    z-index: 1;
}

    .q4-annual-widget .q4-financial-documents > li {
        padding: 5px 0 0;
    }

@media (min-width:768px) and (max-width: 991px) {
    .financial-table .financial-document-category,
    .financial-table .financial-year-list .slick-list,
    .financial-table .financial-category-text {
        padding: 20px 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
        line-height: 1;
    }

    .financial-documents.slick-slide > div {
        display: table;
    }

    .financial-table .financial-documents span.all-empty {
        position: relative;
        top: 20px;
    }

    .financial-table .financial-documents span:nth-child(4).webcast,
    .financial-table .financial-documents span:nth-child(5).webcast {
        display: none;
    }

    .FormBuilderContainer .field-wrap {
        width: 100%;
    }

    .container {
        padding: 0 20px;
    }
}

/*----------- Stock Chart Inputs ----------*/
@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;
    }

    .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;
        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;
    margin: 0;
}

h2 .ModuleTitle, h2 {
    font-size: 36px;
    color: #0054a4;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

a, a:visited, a:focus, a:active {
    text-decoration: none;
    color: #0F5CA3;
}

img {
    max-width: 100%;
}

input[type="text"], input[type="submit"],
input[type="file"], select, button, textarea {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 10px;
    background: #fff;
    border: #999999 solid 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
}

select {
    background-image: url('../design/select-icons.png');
    background-repeat: no-repeat;
    background-position: 90% -123px;
    padding-right: 50px;
    display: none;
}

/* Containers */
.PaneNavigation {
    background-color: #6c6d71;
    padding-bottom: 5px;
}

.PaneFooter .EditSubscriberContainer.MailingListSignupContainer {
    display: inline;
}
.PaneFooter .subscribe-button-section .EditSubscriberConfirmation {
    margin-top: 205px;
}
.PaneHeader {
    background-color: white;
}
/* PaneHeader */
.ClientLogo, .StockQuoteHeaderContainer, .ModuleSearch {
    display: inline-block;
}

.StockQuoteHeaderContainer {
    float: right;
    margin-left: 20px;
    color: #fff;
}

.ClientLogo {
    vertical-align: middle;
    line-height: 50px;
}

    .ClientLogo img {
        max-height: 50px;
    }

@media screen and (max-width: 768px) {
    .ModuleSearch {
        display: none;
    }

    .ClientLogo img {
        max-width: 200px;
    }
}

/*Pane Navigation */


@media screen and (min-width: 1024px) {
    .PaneHeader {
        position: relative;
    }

        .PaneHeader nav {
            float: none;
            padding-right: 10px;
            width: 100%;
        }

        .PaneHeader ul.level2 {
            float: right;
            width: 85%;
            text-align: right;
            font-size: 15px;
        }

        .PaneHeader ul.level1 > li {
            width: 100%;
        }

        .PaneHeader ul.level1 > li,
        .PaneHeader ul.level2,
        .PaneHeader ul.level2 > li {
            display: inline-block;
            position: relative;
        }


            .PaneHeader ul.level1 > li > a {
                position: relative;
                text-transform: uppercase;
                font-weight: 600;
                display: inline-block;
                width: 15%;
                padding: 25px 0 0 10px;
            }

        .PaneHeader .level1 a.mobile-ir-link {
            cursor: pointer;
            display: none;
        }


        .PaneHeader ul.level2 > li {
            padding: 25px 0;
            position: relative;
            min-height: 60px;
            font-size: 14px;
        }

            .PaneHeader ul.level2 > li:before {
                content: url(../icons/menu-sep.jpg);
                padding: 0 14px;
                font-weight: 600;
                display: inline-block;
                vertical-align: middle;
            }

            .PaneHeader ul.level2 > li:first-child:before {
                content: '';
                padding: 0;
            }

            .PaneHeader ul.level2 > li:hover > a,
            .PaneHeader ul.level3 li:hover > a {
                color: #ffcc08;
            }

            .PaneHeader ul.level2 > li:hover > a {
                border-bottom: solid 3px #ffcc08;
                padding: 23px 0;
            }

        .PaneHeader nav .level3 {
            position: absolute;
            top: 100%;
            left: 20px;
            display: none;
            width: 175px;
            background-color: #0F5CA3;
            text-align: left;
            z-index: 999;
        }

            .PaneHeader nav .level3 li {
                padding: 10px 10px 10px 20px;
            }

                .PaneHeader nav .level3 li a {
                    color: #fff;
                    font-weight: 500;
                }

        .PaneHeader nav .level2 > li:hover .level3 {
            display: block;
        }

        .PaneHeader nav .level4 {
            display: none;
            position: absolute;
            left: 100%;
            background-color: #0F5CA3;
            width: 175px;
            top: 0;
        }

        .PaneHeader ul.level3 li:hover .level4 {
            display: block;
        }
}

@media screen and (max-width: 1180px) {

    .nav-primary-item a,
    .PaneHeader ul.level1 > li > a,
    .PaneHeader nav ul.level2 li a {
        font-size: 13px;
    }

    .PaneHeader ul.level1 > li > a {
    }

    .PaneHeader nav ul.level2 {
    }
}

@media screen and (max-width: 1126px) {

    .PaneHeader ul.level1 > li > a {
        width: 15%;
    }

    .PaneHeader .level1 a.mobile-ir-link:after {
        content: "\e64a";
    }

    .PaneHeader .level1 a.mobile-ir-link.expanded:after {
        content: '\e650';
    }

    .PaneHeader ul.level2 {
        width: 85%;
    }

    .nav-primary-item a,
    .PaneHeader ul.level1 > li > a,
    .PaneHeader nav ul.level2 li a {
        font-size: 11px;
    }

    .overview .Breadcrumb.banner-breadcrumb h2 span,
    .overview .Breadcrumb.banner-breadcrumb h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1080px) {
    .PaneHeader ul.level2 > li:before {
        padding: 0 15px;
    }
}

/* PaneBreadcrumb */
.PaneBreadcrumb {
    background-color: #fff;
}

    .PaneBreadcrumb .Breadcrumb {
        padding: 25px 0 25px 10px;
        color: #81848A;
    }

        .PaneBreadcrumb .Breadcrumb, .PaneBreadcrumb .Breadcrumb a, .PaneBreadcrumb .Breadcrumb span {
            font-size: 14px;
            margin-right: 5px;
        }

.LayoutHomePageLayout .PaneBreadcrumb {
    display: none;
}

.press-fl.LayoutHomePageLayout .PaneBreadcrumb {
    display: block;
}

/* PaneContentInner */
.PaneContentInner {
    padding: 100px 20px 50px;
}

.ModuleTitle {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

[class*="ContentPaneDiv"] > div {
    display: block;
    /* margin-bottom: 50px; */
}

/* PaneFooter */
[class*="FooterPaneDiv"] {
    display: block;
    margin-bottom: 25px;
}

.subscribe-content {
    position: absolute;
    top: -75px;
    margin-left: -3px;
}

.PaneFooter .mailing-list-signup .iCheck-helper {
    border: 1px solid #333;
}

.PaneFooter .mailing-list-signup {
    background-color: #fafafa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.4);
    padding: 15px;
    width: 320px;
    z-index: 5;
    display: none;
}

.PaneFooter .subscribe-button {
    position: relative;
}

.PaneFooter .mailing-list-signup span.close {
    cursor: pointer;
}

    .PaneFooter .mailing-list-signup span.close:after {
        color: #9f9f9f;
        content: "\f00d";
        cursor: pointer;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        position: absolute;
        right: 20px;
        top: 12px;
    }

.footer-logo {
    padding-bottom: 20px;
}

.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}

    .FooterLinks li a {
        color: white;
    }

.Copyright, .PaneQ4Footer a {
    color: #565656;
}

/*----------- Mobile Navigation -----------*/
.mobile-toggle,
.corp-mobile-toggle {
    display: none;
    cursor: pointer;
}

.menu-close {
    display: none;
}

@media screen and (max-width: 1023px) {
    .PaneHeader > span {
        padding: 0;
    }

    .mobile-toggle {
        display: block;
        font-size: 35px;
        float: right;
        color: #fdb913;
        padding-left: 10px;
    }

        .mobile-toggle ul.level2 {
            display: none;
        }

    .PaneNavigation {
        padding-bottom: 100px;
        width: 100%;
    }

    .PaneHeader nav,
    .PaneHeader ul.level1 > li > a,
    .PaneHeader ul.level2 {
        width: 100%;
    }

    .PaneHeader ul.level2 {
        display: none;
        border-top: solid 3px #0F5CA3;
    }

        .PaneHeader ul.level2.ir-mobile-toggled {
            display: inline-block;
        }

    .PaneHeader .container {
        padding: 0;
    }

    .PaneHeader .level1 a.mobile-ir-link {
        cursor: pointer;
        display: none;
    }

    .PaneHeader ul.level1 > li > a {
        font-size: 18px;
        text-align: center;
        padding: 20px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }

        .PaneHeader ul.level1 > li > a:after {
            font-family: "q4icons";
            content: "\e64f";
            display: inline-block;
            float: right;
            cursor: pointer;
            font-size: 15px;
            margin-right: 20px;
        }

    .PaneHeader nav ul.level1 > li.has-children.expanded > a.expanded:after {
        content: '\e650';
    }


    .PaneHeader nav ul.level2 li a {
        font-size: 16px;
        padding: 15px 20px;
        display: block;
    }

    .PaneHeader nav ul.level2 li.has-children > a:after {
        content: "\e64f";
        font-family: "q4icons";
        display: inline-block;
        cursor: pointer;
        font-size: 15px;
        float: right;
    }

    .PaneHeader nav ul.level2 li.has-children:hover > a:after {
        content: "\e64a";
    }

    .PaneHeader nav ul.level2 li:hover > a,
    .PaneHeader nav ul.level3 li:hover a {
        color: #ffcc08;
    }

    .PaneHeader nav ul.level3 {
        display: none;
    }

    .PaneHeader nav ul.level2 li:hover ul.level3 {
        display: block;
        border-top: solid 6px #ffcc08;
        background-color: #0F5CA3;
    }

    .PaneHeader nav ul.level3 a {
        color: #fff;
    }

    .PaneHeader nav ul.level4 {
        display: none;
        padding-left: 10px;
    }

    .PaneHeader nav ul.level3 li:hover .level4 {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-content {
        position: absolute;
        top: 70px;
        margin-left: -5px;
    }
}

@media screen and (max-width: 480px) {
    .PaneHeader ul.level1 > li > a:after {
        margin-right: 10px;
    }

    .PaneFooter .subscribe-button-section {
        margin-left: 20px;
    }
}

/*------------- Miscellaneous -------------*/
/* Dark Styles */
.dark {
    color: #000;
}

/* 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;
}


/*Global Header section start*/
.module-logo {
    padding-top: 25px;
    padding-bottom: 5px;
    float: left;
    clear: both;
}

.PaneNavigation ul a,
.PaneNavigation .header-quick-link a,
.module-header-stock-quote {
    color: #fff;
}

.PaneNavigation .module-logo a {
    color: #6c6d71;
}

.module-header-quick-link .header-quick-link,
.module-header-quick-link .request-service {
    display: inline-block;
}

.module-header-quick-link .request-service {
    margin-left: 20px;
    background-color: #fdb913;
    padding: 6px;
    vertical-align: top;
    border-bottom: solid 2px #fdb913;
}

    .module-header-quick-link .request-service a {
        color: #000;
    }

.module-header-stock-quote .StockPChange,
.module-header-stock-quote .StockVolumeText,
.module-header-stock-quote .StockVolume,
.module-header-stock-quote .StockDescription3,
.module-header-stock-quote .StockDate {
    display: none;
}

.module-header-stock-quote,
.module-header-quick-link,
.module-search,
.module-search-icon {
    float: right;
    line-height: 20px;
}

    .module-header-stock-quote .StockIndicator.StockIndicatorUp {
        margin-right: 5px;
    }

    .module-header-quick-link .header-quick-link,
    .module-header-stock-quote {
        padding: 5px 0 0 45px;
        text-transform: uppercase;
    }

.module-header-quick-link {
    padding-right: 6px;
}

.module-header-stock-quote .StockPrice {
    padding-right: 10px;
}

.module-header-stock-quote .StockChange,
.module-header-quick-link .header-quick-link a:first-child + a {
    display: inline-block;
    padding-left: 10px;
    border-left: solid 1px #fff;
}

.module-header-quick-link .header-quick-link a:first-child {
    padding-right: 5px;
}

.module-search,
.module-search-icon .search-close {
    display: none;
}

.module-search-icon .search-button,
.module-search-icon .search-close {
    border: none;
    background-color: #3f4043;
    color: #fff;
    font-size: 20px;
    height: 34px;
    width: 34px;
    padding: 8px;
    cursor: pointer;
}

.module-search-icon .fa-times {
    padding: 8px 10px 10px;
}

.ModuleSearch .ModuleContainerInner {
    position: relative;
}

.ModuleSearch input[type="text"] {
    position: relative;
    height: 34px;
    width: 400px;
    margin-left: 10px;
    padding-right: 35px;
}

.ModuleSearch .SearchButton {
    cursor: pointer;
    position: absolute;
    outline: none;
    right: 0;
    top: 2px;
    font-size: 0;
    height: 30px;
    width: 35px;
    border: none;
    background-image: url(../icons/toolbar_find.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.module-corp-menu .navbar-navigation {
    float: right;
    padding: 32px 0 0;
}

    .module-corp-menu .navbar-navigation > ul > li {
        display: inline-block;
        list-style-type: none;
    }

.dropdown-content, .gotodropdown {
    display: none;
}


.nav-primary-item:hover > a .nav-primary-item > a:focus,
.nav-primary-item:hover > a.gotomainmenu {
    color: #ffcc08;
    text-decoration: none;
    background-color: #3f4043;
    border-top: 2px solid #ffcc08;
    outline: none;
}

.nav-primary-item a {
    padding: 15px 10px 8px 10px;
}

.nav-primary-item.focus .dropdown-content,
.nav-primary-item:hover .dropdown-content {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 1;
    background-color: rgba(63, 64, 67, 0.9);
    margin-top: 5px;
}

.dropdown-content ul li {
    list-style-type: none;
    text-align: right;
}

    .dropdown-content ul li a {
        padding: 10px 0;
    }

        .dropdown-content ul li a:hover {
            color: #ffcc08;
        }

.dropdown-content .dropdown-header {
    font-size: 20px;
    display: block;
    border: 2px solid transparent;
    text-align: right;
    height: auto;
    margin-bottom: 20px;
    color: #ffcc08;
    padding-right: 0;
}

.nav-primary-item .dropdown-content .dropdown-inner {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 20px;
    border-right: 1px solid #6c6d71;
}

    .nav-primary-item .dropdown-content .dropdown-inner:last-child {
        border: none;
    }

@media screen and (max-width: 1080px) {

    .nav-primary-item a {
        padding: 15px 5px 8px 5px;
    }
}

@media screen and (max-width: 1023px) {
    .module-corp-menu {
        display: none;
    }

    .module-header-stock-quote {
        padding-top: 30px;
    }

    .module-header-quick-link,
    .module-search,
    .module-search-icon,
    .mobile-toggle {
        margin-top: 25px;
    }

    .module-corp-menu .navbar-navigation {
        float: none;
        text-align: right;
        padding: 0;
    }

    .mobile-toggled .module-corp-menu {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 94px;
        margin: 0;
        z-index: 1;
        background-color: rgba(63, 64, 67, 0.9);
        margin-top: 5px;
    }

    .module-corp-menu ul li.nav-primary-item {
        display: block;
        width: 100%;
        border-top: solid 2px #ffcc08;
    }

        .module-corp-menu ul li.nav-primary-item:first-child {
            border-top: none;
        }

    .module-corp-menu .nav-primary-item > a {
        display: block;
        padding: 30px 20px 5px 0;
        font-size: 16px;
    }


    .nav-primary-item > a:hover,
    .nav-primary-item > a:active,
    .nav-primary-item > a:focus,
    .nav-primary-item:hover > a.gotomainmenu {
        color: #ffcc08;
        text-decoration: none;
        background-color: transparent;
        border-top: none;
        outline: none;
    }

    .mobile-toggled .nav-primary-item:hover .dropdown-content {
        position: relative;
    }

    .mobile-toggled .nav-primary-item:hover .dropdown-inner {
        display: block;
        width: 100% !important /*replace toast desktop width */;
    }

    .mobile-toggled .gotodropdown {
        display: block;
    }

    .mobile-toggled .nav-primary-item:hover .gotodropdown {
        font-size: 17px;
    }

    .mobile-toggled .dropdown-content ul li {
        list-style-type: none;
        text-align: right;
    }

        .mobile-toggled .dropdown-content ul li a {
            padding: 10px 0;
            display: block;
            font-size: 16px;
            color: #989898;
        }

            .mobile-toggled .dropdown-content ul li a:hover {
                color: #ffcc08;
            }


    .mobile-toggled .dropdown-content .dropdown-header {
        font-size: 18px;
        display: block;
        border: none;
        text-align: right;
        height: auto;
        margin-bottom: 0;
        color: #ffcc08;
        padding-right: 0;
    }

    .mobile-toggled .nav-primary-item:hover .dropdown-content .dropdown-inner {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
        border-right: none;
    }
}

@media screen and (max-width: 980px) {
    .module-header-stock-quote {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .navbar-navigation .module-header-quick-link {
        width: 100%;
        display: block !important; /* Replaced Inline Style */
        padding: 0 20px 10px;
    }

        .navbar-navigation .module-header-quick-link .header-quick-link,
        .navbar-navigation .module-header-quick-link .request-service {
            margin: 10px 0 10px 10px;
        }

    .navbar-navigation .ModuleSearch {
        display: block !important; /* Replaced Inline Style */
        width: 100%;
        padding: 0 20px 10px;
        margin: 0;
    }

        .navbar-navigation .ModuleSearch input[type=text] {
            width: 220px;
        }

    .module-header-quick-link,
    .module-search, .module-search-icon {
        display: none;
    }
}

/*Global Header section end*/


/** Stockout-Header **/

.PaneHeader2 {
    background-image: url("../images/banner-image.jpg");
    padding: 6% 10%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 8%;
    position: relative;
}

.overview .LeftBottom {
    display: none;
}

.overview .Banner-content .banner-image-content {
    visibility: visible;
}

.PaneHeader2 .Banner-content {
    max-width: 1230px;
    margin: 0 auto;
    display: block;
}

.module-banner-stock-quote {
    padding-right: 5%;
    margin-top: -5%;
}

.Banner-content .banner-image-content,
.banner-image-content h2 .ModuleTitle,
.overview .h2 .ModuleTitle {
    color: #fff;
}

    .Banner-content .banner-image-content h2 .ModuleTitle {
        font-size: 50px;
        padding-top: 90px;
    }

.banner-image-content p {
    font-size: 24px;
    font-family: 'ProximaNovaCond-Light';
    line-height: 30px;
}

.Banner-content .banner-image-content {
    visibility: hidden;
}

.StockQuoteHeaderContainer.stockQuote {
    text-align: center;
    display: block;
}



    .StockQuoteHeaderContainer.stockQuote .StockDescription2 {
        font-size: 24px;
        padding-bottom: 15px;
        vertical-align: top;
    }

    .StockQuoteHeaderContainer.stockQuote .StockPrice {
        font-size: 70px;
        font-weight: 500;
        color: #fff;
        display: block;
    }

        .StockQuoteHeaderContainer.stockQuote .StockPrice:before {
            content: '$';
        }

.StockQuoteHeaderContainer .StockLabel {
    font-size: 28px;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 15px;
    letter-spacing: 1px;
}



.StockQuoteHeaderContainer .market-volume-Value {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: table;
    width: 100%;
}

    .StockQuoteHeaderContainer .market-volume-Value .Market-Value,
    .StockQuoteHeaderContainer .market-volume-Value .volume-container {
        display: table-row;
    }


        .StockQuoteHeaderContainer .market-volume-Value .Market-Value span,
        .StockQuoteHeaderContainer .market-volume-Value .volume-container span {
            display: table-cell;
            text-align: left;
            font-size: 16px;
        }

        .StockQuoteHeaderContainer .market-volume-Value .volume-container span {
            padding-top: 15px;
            padding-bottom: 20px;
        }

            .StockQuoteHeaderContainer .market-volume-Value .Market-Value span:first-child + span,
            .StockQuoteHeaderContainer .market-volume-Value .volume-container span:first-child + span {
                text-align: right;
            }

.StockQuoteHeaderContainer.stockQuote span.TradeDate-value {
    display: block;
}

.StockTableText-TradeDate span {
    font-size: 13px;
    padding: 15px 0 0 0;
    display: inline-block;
}

.StockQuoteHeaderContainer .ChangeLabel.StockPriceUp:before {
    content: "+ ";
    display: inline-block;
}

.StockQuoteHeaderContainer .StockPChange.StockPriceUp:before {
    content: '(+ ';
    display: inline-block;
    padding-left: 5px;
}



.StockQuoteHeaderContainer .StockPChange:after {
    content: ')';
}



.StockQuoteHeaderContainer .ChangeLabel.StockPriceDown {
    color: #ff0000;
}

.price-Value span {
    display: block;
}

.module-banner-stock-quote .StockQuoteHeaderContainer .StockVolumeText {
    margin: 0;
    padding: 0;
    border: none;
}


@media screen and (max-width: 850px) {
    .banner-image-content p {
        font-size: 20px;
        line-height: 24px;
    }

    .StockQuoteHeaderContainer.stockQuote .StockPrice {
        font-size: 60px;
    }

    .StockQuoteHeaderContainer.stockQuote .StockDescription2 {
        font-size: 20px;
    }

    .StockQuoteHeaderContainer .StockLabel {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .PaneHeader2 {
        background-image: url(../images/mobile-banner-image.jpg);
        background-position: top left;
        background-size: cover;
        position: relative;
    }

    .PaneHeader .level1 a.mobile-ir-link {
        display: block;
    }

    .PaneHeader ul.level1 > li > a:first-child + a {
        display: none;
    }

    .module-banner-stock-quote {
        display: table;
        position: relative;
        margin: 0;
        padding: 75px 0 35px 0;
    }

    .Banner-content .banner-image-content h2 {
        padding-top: 0;
    }

        .Banner-content .banner-image-content h2 .ModuleTitle {
            font-size: 32px;
        }

    .banner-image-content p {
        font-size: 16px;
        padding-top: 15px;
    }

    .button-border {
        font-size: 14px;
    }

    .StockQuoteHeaderContainer.stockQuote {
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        width: 100%;
        display: table;
    }

        .StockQuoteHeaderContainer.stockQuote .StockPrice {
            font-size: 35px;
        }

    .StockQuoteHeaderContainer .StockLabel {
        font-size: 14px;
        padding-top: 5px;
    }

    .StockQuoteHeaderContainer.stockQuote .price-Value {
        display: table-cell;
        text-align: right;
        padding-right: 10%;
        width: 50%;
    }

    .StockQuoteHeaderContainer.stockQuote .StockDescription2 {
        padding-bottom: 5px;
        margin-top: 5px;
        display: inline-block;
        font-size: 12px;
    }

    .StockQuoteHeaderContainer.stockQuote .market-volume-Value {
        border-top: 0;
        border-bottom: 0;
        width: 90%;
        position: relative;
    }

    .StockQuoteHeaderContainer .market-volume-Value .Market-Value span,
    .StockQuoteHeaderContainer .market-volume-Value .volume-container span {
        font-size: 11px;
        padding-bottom: 6px;
        width: 50%;
    }

    .StockTableText-TradeDate span {
        font-size: 9px;
        padding: 5px 0 0 0;
        line-height: 13px;
    }

        .StockTableText-TradeDate span + span {
            padding: 5px 0 0 0;
        }

    .StockQuoteHeaderContainer.stockQuote .StockTableText-TradeDate,
    .StockQuoteHeaderContainer .market-volume-Value .Market-Value span:first-child + span,
    .StockQuoteHeaderContainer .market-volume-Value .volume-container span:first-child + span {
        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    .StockQuoteHeaderContainer .market-volume-Value .Market-Value span,
    .StockQuoteHeaderContainer .market-volume-Value .volume-container span {
        width: 70%;
    }

    .StockQuoteHeaderContainer.stockQuote .StockDescription2 {
        margin-top: 13px;
    }
}

/** End-Stockout-Header **/


/** Overview-page **/

.overview .LayoutHomePage .PaneContentInner {
    padding: 0;
}

.LayoutHomePage .PaneContentInner {
    padding-top: 50px;
}

.LayoutTwoColumn .PaneContent {
    margin-bottom: 30px;
}


.overview .LayoutHomePage .PaneLeft {
    background-image: url("../images/recent-new-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.overview .PaneContent {
    background-image: url("../images/q1-2016-result-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 7%;
}

.overview .PaneRight {
    background-image: url("../images/latest-events-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.module-latest-news a.readmore.button-border {
    border: 1px solid #81848A;
    color: #81848A;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}

.module-latest-news .itemList-container .itemTitle {
    padding: 20px 0 30px 0;
    display: inline-block;
    line-height: 24px;
}

.module-latest-news .latest_news {
    padding: 0 2px;
}

.module-latest-news ul.itemList {
    outline: none;
}

.module-latest-news .mobile-latest_news {
    display: none;
}

.module-latest-news .itemList-container .itemList {
    color: #0054a4;
    font-size: 22px;
    margin-bottom: 35px;
    width: 33% !important;
}

@media (max-width: 768px) {
.module-latest-news .itemList-container .itemList {
width: 100% !important;
}
}

.module-latest-news .viewall_btn a,
.module-latest-events .viewall_btn a {
    color: #636155;
    font-size: 24px;
}

.module-latest-news .slick-prev, .module-latest-news .slick-next {
    background-image: url('../design/latest-news-icons.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    height: 100%;
    top: 44px;
    transform: none;
}

.module-latest-news .slick-next {
    background-position: -20px 0;
}

    .module-latest-news .slick-next.slick-disabled,
    .module-latest-news .slick-prev.slick-disabled,
    .module-latest-events .slick-prev.slick-disabled,
    .module-latest-events .slick-next.slick-disabled {
        display: none !important; /* Replace slider.js inline css */
    }

    .module-latest-news .slick-next:before,
    .module-latest-news .slick-prev:before {
        content: "";
    }

.module-latest-news .viewall_btn,
.module-latest-events .viewall_btn {
    background-color: #ffcc08;
    display: inline-block;
    padding: 11px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.overview .module-latest-news .viewall_btn {
    margin: 5px 0 70px;
}

.overview .module-latest-events .viewall_btn {
    margin: 30px 0 45px;
}

.LeftPaneDiv .module-latest-news h2 {
    padding: 85px 0 0;
}

.LeftPaneDiv .module-latest-news span.ModuleTitle {
    color: #0054a4;
    display: inline-block;
    font-weight: 600;
}

.LeftPaneDiv .module-latest-news h2 span:before {
    content: url('../icons/recent-new.png');
    padding-right: 20px;
    position: relative;
    top: 13px;
}

.module-latest-news ul.items .itemList,
.module-upcoming-events li.itemList {
    display: inline-block;
}


.events-wrap .no-items {
    padding: 10px;
}

@media (max-width: 768px) {


    .overview .LayoutHomePage .PaneLeft {
        background-image: url("../images/mobile-view-news.jpg");
    }

    .overview .PaneContent {
        background-image: url("../images/mobile-view-q2.jpg");
    }

    .overview .LayoutHomePage .PaneRight {
        background-image: url("../images/mobile-view-events.jpg");
    }



    .module-latest-news .news-container .mobile-latest_news .itemList,
    .LeftPaneDiv .module-latest-news h2 {
        padding-bottom: 35px;
        display: block;
    }

    .LeftPaneDiv .module-latest-news h2 {
        padding-top: 30px;
    }

        .LeftPaneDiv .module-latest-news h2 span {
            font-size: 32px;
        }

            .LeftPaneDiv .module-latest-news h2 span:before {
                top: 15px;
            }

    .module-latest-news .itemList-container .itemList {
        font-size: 17px;
    }

    .mobile-latest_news .itemList-container .mobile-display .itemList,
    .module-latest-news .news-container .mobile-latest_news {
        display: block;
    }

    .module-latest-news {
        padding-bottom: 20px;
    }
}



.module-latest-events .container-inn {
    padding: 30px 0;
    padding-bottom: 2%;
}

    .module-latest-events .container-inn h2 {
        color: #fff;
        font-size: 36px;
        padding-bottom: 30px;
    }

        .module-latest-events .container-inn h2:before {
            content: url('../icons/latest-events.png');
            padding-right: 20px;
            position: relative;
            top: 13px;
        }

.module-latest-events .mobile_latest_events,
.mobile_latest_events div > img {
    display: none;
}

.module-latest-events .webcast,
.module-latest-events .addtocal {
    display: inline-block;
    height: 30px;
    border: solid 1px #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 1px 10px;
    vertical-align: top;
    margin-right: 15px;
    font-weight: 300;
}

    .module-latest-events .webcast a,
    .module-latest-events .q4-atc-wrapper .q4-atc-button {
        background: none;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        top: -2px;
        line-height: 30px;
    }


.quarterlyFinancials .financials-item .Title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 7% 0 5% 0;
}

.quarterlyFinancials .financials-item ul li a {
    background-image: url('../icons/q1-2016-result.png');
    background-repeat: no-repeat;
    padding: 80px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

.quarterlyFinancials .financials-item ul.docs {
    text-align: center;
}

.quarterlyFinancials .financials-item li.Press.Release a {
    background-position: center 0;
}

.quarterlyFinancials .financials-item li.Presentation a {
    background-position: center -230px;
}

.quarterlyFinancials .financials-item li.Transcript a {
    background-position: center -491px;
}

.quarterlyFinancials .financials-item li[class*="10Q"] a {
    background-position: center -359px;
}

.quarterlyFinancials .financials-item li.Webcast a {
    background-position: center -110px;
}

.quarterlyFinancials .financials-item .Title:after {
    content: ' Results';
}

.module-latest-events .itemList,
.module-latest-events .no-items {
    color: #fff;
    font-size: 22px;
    font-family: 'ProximaNovaCond-Light';
}

.module-latest-events .itemTitle {
    margin: 5% 0 5%;
    display: inline-block;
}

@media screen and (max-width: 850px) {
    .module-latest-events .itemList, .module-latest-events .no-items,
    .module-latest-news .itemList-container .itemTitle,
    .module-latest-news .itemList-container .itemList,
    .quarterlyFinancials .financials-item ul li a {
        font-size: 20px;
    }

    .module-latest-news .viewall_btn a,
    .module-latest-events .viewall_btn a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {


    .quarterlyFinancials .financials-item li.Transcript a,
    .quarterlyFinancials .financials-item li[class*="10Q"] a {
    }

    .StockInformationStockQuote .delay-time {
        font-size: 12px;
    }

    .quarterlyFinancials .Press.Release.col-md-1-of-2,
    .quarterlyFinancials .Press.Release.col-sm-1-of-2 {
        width: 100%;
    }

    .quarterlyFinancials .financials-item ul li a {
        margin-bottom: 25px;
        padding-top: 70px;
        font-size: 17px;
        letter-spacing: 1px;
    }

    .module-latest-events .mobile_latest_events {
        display: block;
    }

    .module-latest-events .itemList {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .quarterlyFinancials .financials-item ul li {
        margin: 4% 0 0;
    }

    .quarterlyFinancials .financials-item .Title {
        padding: 18% 0 10% 0;
        font-weight: 500;
    }

    .quarterlyFinancials .financials-item ul.docs li {
        padding: 0;
    }

    .financial-table .financial-category-text {
        min-height: 93px;
    }
}

/** Overview-page-end **/

/**Global-set**/

.module-press-releases .ModuleHeadlineLink a:hover {
    text-shadow: 0 0;
}

.ModuleHeadlineLink a {
    line-height: 20px;
}

.social-share {
    display: table;
    text-align: right !important;
}

.LayoutHomePageLayout.overview .social-share {
    display: none;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none !important;
    transform: none !important;
}



::selection {
    background-color: #ff6666;
    color: #fff;
}

.MessageSent {
    color: green;
    font-weight: bold;
    margin: 30px 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .social-share {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    h2 {
        padding-top: 0;
    }

    .social-share .addthis_toolbox {
        display: none;
    }

    .social-share {
        margin: 0;
    }
}
/**Global-set-end**/

/** pagination-start **/

.LayoutTwoColumnLayout .PaneContentInner {
    padding-top: 50px;
}

.Pagination {
    text-align: center;
    margin-top: 20px;
}

    .Pagination li,
    .pagination-Message.paginationMessage,
    .Pagination .paginationMessage {
        display: inline-block;
        margin: 10px;
    }

    .Pagination .pager-disabled,
    .Pagination .pager-page,
    .paginationMessage,
    .pagination-Message {
        display: none;
    }

.pagerItem {
    cursor: pointer;
}

.pager-next:after,
.pager-prev:before {
    font-family: 'q4icons';
    color: #0054a4;
    vertical-align: bottom;
    cursor: pointer;
}

.pager-next:after {
    content: '\e64f';
}

.pager-prev:before {
    content: '\e64c';
}

@media (max-width: 650px) {
    .newsPagination li, .Pagination li,
    .pagination-Message.paginationMessage,
    .newsPagination .paginationMessage {
        display: block;
        margin: 15px 0;
    }
}


@media screen and (max-width: 768px) {
    h2 .ModuleTitle, h2 {
        padding-top: 15px;
        margin-bottom: 15px;
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }
}

/** Pagination-end **/



/** footer-section **/
.module-content-info span {
    display: block;
    padding-bottom: 10px;
}

    .module-content-info span i {
        padding-right: 5px;
        display: inline-block;
    }

.module-content-info a,
.module-footer-link .footer-nav a {
    color: #fff;
}

.module-content-info .transfer-agent span:nth-child(2) {
    font-size: 14px;
}

.module-footer-link ul {
    list-style: none;
}

.footer-nav ul li {
    line-height: 28px;
}

    .footer-nav ul li:first-child {
        line-height: 18px;
    }

.module-footer-link .footer-nav h5 {
    margin: 10px 0 15px;
    font-size: 16px;
}

.PaneFooter2 .social-bar {
    margin: 30px 0 0;
    padding: 0;
}

    .PaneFooter2 .social-bar li {
        width: 32px;
        height: 32px;
        display: inline-block;
        text-indent: -9999px;
        vertical-align: middle;
    }


        .PaneFooter2 .social-bar li a {
            background-repeat: no-repeat;
            background-position: 0 0;
/*            background-image: url('../icons/socialset.png');*/
            background-image: url('../icons/Social-Icon/socialset.png');
            display: block;
            height: 100%;
            width: 100%;
        }

            .PaneFooter2 .social-bar li a.follow-facebook {
                background-position: 0 0;
            }

            .PaneFooter2 .social-bar li a.follow-twitter {
                background-position: -40px 0;
            }

            .PaneFooter2 .social-bar li a.follow-youtube {
                background-position: -80px 0;
            }

            .PaneFooter2 .social-bar li a.follow-flicker {
                background-position: -98px 0;
            }
            .PaneFooter2 .social-bar li a.follow-instagram {
                background-position: -120px 0;
            }
            .PaneFooter2 .social-bar li a.follow-linkedin {
                background-position: -160px 0;
            }

.PaneQ4Footer .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .PaneQ4Footer .badge a {
        color: #fff;
    }

.PaneFooter2 {
    max-width: 100%;
    padding: 0;
    background-color: #58595b;
    padding: 45px 0px;
}

.MailingListForm input.Button.ActionButton,
.banner-image-content .button-border a,
.PaneFooter .subscribe-button {
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;
}

    .PaneFooter .subscribe-button:hover {
        border: 1px solid #eee;
        color: #eee;
    }

.mailing-list-signup .MailingListForm input.Button.ActionButton {
    margin-bottom: 10px;
    border: 1px solid #000;
    color: #000;
}

    .mailing-list-signup .MailingListForm input.Button.ActionButton:hover {
        border: 1px solid #5b6f7f;
        color: #5b6f7f;
    }

.PaneQ4Footer {
    background: #ffffff;
}

    .PaneQ4Footer .copyright-container {
        padding: 20px 60px;
    }

    .PaneQ4Footer .copyright {
        text-align: right;
        color: #58595b;
        font-size: 12px;
    }

.MailingListSignupContainer td table tbody tr:nth-child(2),
.MailingListSignupContainer td table tbody tr:nth-child(3) {
    margin-left: 20px;
    display: block;
}

.FooterPaneDiv [class*="FooterPaneDiv"] {
    display: inline;
}

.PaneFooter label, .PaneFooter span {
    line-height: 20px;
}

textarea {
    width: 100%;
}

input[type="submit"] {
    padding: 8px 25px;
    cursor: pointer;
}

.PaneFooter2 .pane-container2 a:hover {
    color: #ffcc08;
}

.PaneFooter .footer-heading,
.PaneFooter .subscribe-button {
    font-style: normal;
}

.footer-alerts .EditSubscriberConfirmation strong {
    color: #fff;
    line-height: 250px;
}

.EditSubscriberConfirmation {
    display: inline-block;
    color: #8a8a8a;
    margin-top: 20px;
}

.investor-resources .EditSubscriberConfirmation {
    color: green;
    margin-top: 40px;
}

.PaneFooter .EditSubscriberContainer h2 .ModuleTitle {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}

.PaneFooter .footer-alerts h2 {
    margin: 0;
}

.PaneFooter .MailingListListTable .icheckbox, .PaneFooter label {
    float: left;
    padding-left: 10px;
}

.PaneFooter label {
    max-width: 87%;
}

.footer-alerts .PaneFooter label {
    float: none;
}

.PaneFooter .EditSubscriberContainer .IntroTextColumn,
.MailingListSignupContainer table td.MailingListCol1,
.PaneFooter [id*="MailingListLabel"] {
    display: none;
}

.PaneFooter .MailingListListTable {
    margin: 0 0 10px;
}

.module-news ul li a {
    color: #fff;
}

.PaneFooter .module-content-info.col {
    padding-top: 20px;
}

.PaneFooter .covanta-hold {
    margin-bottom: 15px;
}

.PaneFooter .scan img {
    padding-right: 5px;
    vertical-align: text-top;
    outline: none;
    border: 0;
}

.CaptchaContainer td span {
    position: absolute;
    margin-left: 15px;
}

.contact-ir-email-alerts .MailingListTable .MailingListCol1 {
    display: block;
}

.contact-ir-email-alerts .MailingListTable input[type="submit"] {
    border: #999999 solid 1px;
    padding: 8px 10px;
    color: #000;
}

.email-active .MailingListActivationMessage {
    color: green;
    font-weight: bold;
}

.contact-ir-email-alerts .icheckbox {
    background-image: url('../images/or-checkbox-bg-new.png');
    background-position: -15px 0;
    float: left;
}

    .contact-ir-email-alerts .icheckbox.checked {
        background-position: 2px 0;
    }

.contact-ir-email-alerts .MailingListListTable label {
    padding-left: 10px;
    float: left;
    width: 350px;
}

.contact-ir-email-alerts input.Button.ActionButton,
.prDetails .view_btn {
    color: #000;
    padding: 8px 10px;
    text-transform: capitalize;
    border: #999999 solid 1px;
}

.contact-ir-email-alerts input.Button.ActionButton {
    padding: 8px 17px;
}


.MailingListUnsubscribeContainer input[type="submit"] {
    padding: 8px 9px;
}

.contact-ir-email-alerts .MailingListListTable label.MailingListsHeading {
    display: inline-block;
    padding-left: 0;
}

.module-info-request {
    float: left;
}

span.RequiredField {
    color: #FF0000;
}

@media (max-width: 1080px) {
    .module-info-request {
        float: none;
    }

    .info-rel-contact {
        height: auto;
        margin-top: 0;
        margin-bottom: -20px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .PaneFooter2 .footer-nav h5, .PaneFooter2 .module-news {
        margin: 15px 0 0 0;
    }

    .module-content-info .transfer-agent span:nth-child(2) {
        font-size: 12px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .module-content-info .transfer-agent span:nth-child(2) {
        font-size: 12px;
    }
}

@media (max-width: 960px) {
    .CaptchaContainer td span {
        position: relative;
        margin-left: 0px;
    }

    .FormBuilderContainer .error-wrap {
        display: -webkit-box;
        margin-left: 178px;
    }
}

@media screen and (max-width: 768px) {
    .PaneFooter h2 .ModuleTitle, .PaneFooter h2 {
        padding-top: 0;
    }

    .PaneFooter .MailingListListTable .icheckbox, .PaneFooter label {
        display: table-cell;
    }

    .PaneFooter label {
        max-width: 89%;
    }

    .PaneFooter .ir-relation {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .FormBuilderContainer .error-wrap {
        display: -webkit-box;
        margin-left: 0;
    }

    .subscribe-content {
        top: 155px;
    }

    .ItemClassCaptcha .label-wrap span {
        margin-top: 0;
        position: relative;
    }
}

@media (max-width: 480px) {
    .PaneFooter2 .footer-nav h5, .PaneFooter2 .module-news {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding: 10px 0 10px 0;
    }

    .PaneFooter {
        padding: 50px 0;
    }

    .PaneFooter2 .footer-nav ul {
        padding: 0 20px;
    }

    .module-footer-link .footer-nav ul li a {
        color: #d0c8c3;
    }

    .PaneFooter address {
        padding: 0 0 18px 0px;
        display: inline-block;
    }

    .PaneQ4Footer .copyright.col.col-1-of-1 {
        text-align: center;
        font-size: 10px;
    }

    .PaneQ4Footer .copyright-container {
        padding: 20px 0px;
    }

    .module-content-info .transfer-agent span:nth-child(2) {
        font-size: 12px;
    }

    .contact-ir-email-alerts .MailingListListTable label {
        display: inline-block;
        max-width: 82%;
        width: auto;
    }
}
/** footer-section-end **/

/** I-Checkbox-Start **/

.icheckbox.checked {
    background-position: 1px 0;
}

.icheckbox {
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/or-checkbox-bg.png');
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    top: 2px;
    height: 15px;
    vertical-align: middle;
    width: 18px;
    margin-right: 5px;
    background-position: -15px 0;
    cursor: pointer;
}

/** End-I-Checkbox-Start **/

/** left-pane-sec **/

.PaneLeft .SecondaryNav ul.level2 li > a,
.PaneLeft .SecondaryNav ul.level1 li > a,
.PaneLeft .SecondaryNav ul.level2 > li.expanded {
    display: none;
}

.PaneLeft .SecondaryNav ul.level3 li > a {
    display: block;
    color: #000;
}

.PaneLeft .SecondaryNav ul.level2 .has-children {
    display: none;
}

.PaneLeft .SecondaryNav ul.level2 > li.expanded {
    display: block;
}

.PaneLeft .SecondaryNav ul.level3 {
    border-top: 1px solid #ddd;
}

    .PaneLeft .SecondaryNav ul.level3 > li {
        border-bottom: 1px solid #ddd;
        margin: 5px 0 5px;
    }

    .PaneLeft .SecondaryNav ul.level3 li > a:hover {
        color: #0F5CA3;
    }

    .PaneLeft .SecondaryNav ul.level3 > li > a {
        padding: 8px 10px;
    }

    .PaneLeft .SecondaryNav ul.level3 > li.selected > a {
        border-left: 5px solid #0F5CA3;
        display: block;
        margin: 5px 0 5px;
        color: #0F5CA3;
    }

.Breadcrumb.banner-breadcrumb h2,
.Breadcrumb.banner-breadcrumb h2 span {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 100px;
}

    .Breadcrumb.banner-breadcrumb h2 span {
        padding-top: 0;
    }



@media screen and (min-width: 1299px) {
    .overview .Breadcrumb.banner-breadcrumb h2 span,
    .overview .Breadcrumb.banner-breadcrumb h2 {
        top: -36px;
        width: 80%;
        padding-top: 7%;
    }

    .Breadcrumb.banner-breadcrumb h2,
    .Breadcrumb.banner-breadcrumb h2 span {
        padding-top: 3%;
    }
}

@media screen and (max-width: 1300px) {
    .overview .Breadcrumb.banner-breadcrumb h2 span,
    .overview .Breadcrumb.banner-breadcrumb h2 {
        width: 80%;
        top: 0;
    }
}

@media screen and (max-width: 768px) {

    .Breadcrumb.banner-breadcrumb h2 {
        font-size: 36px;
    }

        .Breadcrumb.banner-breadcrumb h2,
        .Breadcrumb.banner-breadcrumb h2 span {
            top: 10%;
        }

    .overview .Breadcrumb.banner-breadcrumb h2,
    .overview .Breadcrumb.banner-breadcrumb h2 span {
        margin-top: -15px;
        position: static;
        top: 10%;
    }


    .overview .Breadcrumb.banner-breadcrumb h2 {
        font-size: 16px;
    }

    .PaneLeft .SecondaryNav ul.level2 > li.exmipanded {
        display: none;
    }
}
/** left-pane-sec-end **/

/** Stock-Quote-And-Chart **/
.StockInformationStockQuote .StockTableItem, .item-temp {
    border-bottom: 1px solid #e0e0e0;
}

    .StockInformationStockQuote .StockTableItem:first-child, .top-table-border {
        border-top: 1px solid #e0e0e0;
    }

    .StockInformationStockQuote .StockTableItem span:first-child {
        font-weight: 600;
    }

    .StockInformationStockQuote .StockTableItem span + span,
    .stock-historical-module .StockTableItem span + span {
        float: right;
        padding-right: 25px;
    }

.StockInformationStockQuote .delay-time {
    padding: 10px 0;
    text-align: right;
}

.module-stock-data .highcharts-button {
    cursor: pointer !important;
}

    .module-stock-data .highcharts-button text[style*="fill:#CCC"] {
        cursor: default !important;
        border: solid red 1px;
    }

.StockQuoteHeaderContainer .StockPriceUp,
.StockInformationStockQuote .StockLabel.StockPriceUp,
.module-header-stock-quote .StockChange.StockPriceUp {
    color: #32ba17;
}

    .StockInformationStockQuote .StockLabel.StockPriceUp:before {
        content: "+ ";
    }

.StockQuoteHeaderContainer .StockPriceDown, .StockInformationStockQuote .StockLabel.StockPriceDown, .module-header-stock-quote .StockChange.StockPriceDown {
    color: #d20b0b;
}

.StockQuoteHeaderContainer .StockPChange.StockPriceDown:before {
    content: '(';
}

@media (max-width: 768px) and (min-width: 480px) {
    .module-stock-data .highcharts-input-group {
        display: none;
    }
}

@media (max-width: 480px) {
    .StockInformationStockQuote p.clearfix:first-child {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }

    .StockInformationStockQuote .delay-time {
        text-align: center;
        font-size: 12px;
    }

    .highcharts-input-group {
        display: none;
    }
}

/** Stock-Quote-And-Chart-end **/


/** Historical-Price-Lookup **/

.stock-historical-module .stock-table {
    padding: 30px 0 0;
}

.MailingListSignupContainer table {
    margin: 0;
}

@media (max-width: 650px) {
    .stock-historical-module .stock-selects .text {
        display: block;
        padding: 0 15px 10px 0;
    }
}

@media (max-width: 480px) {
    .stock-historical-module .stock-historical .lookup {
        vertical-align: top;
    }

    .stock-historical-module .sbHolder {
        display: inline-block;
        margin-bottom: 15px;
        min-width: 86px;
        width: 86px;
    }

    .stock-historical-module p.clearfix:first-child {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }
}

/** Historical-Price-Lookup-end**/

/** SEC-Filing-Start **/
.module-secfilings .secWidget {
    width: 100%;
}

.module-secfilings .secTable {
    display: table;
    width: 100%;
}


.module-secfilings .secWidget .noitemfound {
    margin-top: 10px;
    padding-left: 10px;
    display: block;
}

.module-secfilings .secTable .header {
    background-color: #E6E6E6;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.module-secfilings .itemCont {
    padding-top: 20px;
}

.module-secfilings .secWidget .row-item {
    width: 100%;
}

.module-secfilings .secWidget .ModuleItemRow {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
}

.module-secfilings .secWidget .date, .module-secfilings .secWidget .type,
.module-secfilings .secWidget .desc, .module-secfilings .secWidget .agent,
.module-secfilings .secWidget .view {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    line-height: 22px;
}

.module-secfilings .secWidget .header span,
.module-secfilings .secWidget .itemCont .ModuleItemRow:first-child > div {
    border-top: 0 none;
}

.module-secfilings .secWidget .date {
    width: 15%;
}

.module-secfilings .secWidget .type {
    width: 10%;
}

.module-secfilings .secWidget .desc {
    width: 30%;
}

.module-secfilings .secWidget .agent {
    width: 26%;
}

.module-secfilings .secWidget .view {
    width: 15%;
}

.module-secfilings .secWidget .itemView a:before {
    font-family: 'q4icons';
}

.module-secfilings .secWidget .itemView .docs a[href*="."] {
    display: inline-table;
    padding: 0;
    background: none;
    text-decoration: none;
}

.module-secfilings .secWidget .itemView a {
    font-size: 0;
    display: none;
    margin: 0;
}

    /* SEC Filing Icon */
    .module-secfilings .secWidget .itemView a[href*=".rtf"]:before,
    .module-secfilings .secWidget .itemView a[href*=".RTF"]:before {
        content: "\e62d";
    }

    .module-secfilings .secWidget .itemView a[href*=".pdf"]:before,
    .module-secfilings .secWidget .itemView a[href*=".PDF"]:before {
        content: "\e62a";
    }

    .module-secfilings .secWidget .itemView a[href*=".xls"]:before,
    .module-secfilings .secWidget .itemView a[href*=".XLS"]:before {
        content: "\e627";
    }

    .module-secfilings .secWidget .itemView a[href*=".zip"]:before,
    .module-secfilings .secWidget .itemView a[href*=".ZIP"]:before {
        content: "\e62e";
    }

    .module-secfilings .secWidget .itemView a[href*=".html"]:before,
    .module-secfilings .secWidget .itemView a[href*=".HTML"]:before {
        content: "\e628";
    }

    .module-secfilings .secWidget .itemView a[href*="."]:before {
        color: #5b6f7f;
        font-size: 20px;
    }

.ModuleSECFilingDetails .ModuleLinks li a i {
    font-size: 20px;
}

.ModuleSECFilingDetails .q4i-doc-pdf:before {
    content: "\e62a";
}

.ModuleSECFilingDetails .Icons a {
    color: #5b6f7f;
}

.module-secfilings .secWidget .type a {
    text-decoration: none;
    color: #0054a4;
}

    .module-secfilings .secWidget .type a:hover {
        text-decoration: underline;
    }

.module-secfilings .sbHolder {
    margin: 0 10px 0 0;
}

.module-secfilings h1 a.RssLinkTop {
    display: block;
    float: right;
}

.module-secfilings .sbToggle {
    text-decoration: none;
}

.module-secfilings .disclaimer {
    padding: 20px 0 0;
    font-size: 13px;
}

.pager-next, .pager-prev {
    cursor: pointer;
}


@media screen and (max-width: 667px) {
    .StockInformationStockQuote .StockTableItem, .item-temp {
        border: solid 1px #e0e0e0;
    }

    .StockTableItem p {
        border-left: 1px solid #e0e0e0;
        margin: 0;
        padding: 15px 0;
    }

        .StockTableItem p span:first-child {
            padding-left: 15px;
        }

    .module-secfilings .secWidget .header {
        display: none;
    }

    .module-secfilings .secWidget .date,
    .module-secfilings .secWidget .type,
    .module-secfilings .secWidget .desc,
    .module-secfilings .secWidget .agent,
    .module-secfilings .secWidget .view {
        display: table;
        width: 100%;
    }

    .module-secfilings .secWidget .itemView {
        border: none;
    }

    .module-secfilings .secWidget .ModuleItemRow {
        width: 100%;
        border: solid 1px #5a6f7f;
        margin-bottom: 20px;
    }

        .module-secfilings .secWidget .ModuleItemRow div:before {
            display: block;
            padding-bottom: 10px;
            width: 100%;
            font-weight: 600;
        }

    .module-secfilings .secWidget .itemDate:before {
        content: "Filing Date:";
    }

    .module-secfilings .secWidget .itemType:before {
        content: "Form:";
    }

    .module-secfilings .secWidget .itemDesc:before {
        content: "Description:";
    }

    .module-secfilings .secWidget .itemAgent:before {
        content: "Filing Group:";
    }

    .module-secfilings .secWidget .itemView .docs:before {
        content: "Downloads:";
    }

    .module-secfilings .secWidget .filter-wrap select {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 650px) {
    .module-secfilings .secWidget .date, .module-secfilings .secWidget .type,
    .module-secfilings .secWidget .desc, .module-secfilings .secWidget .agent,
    .module-secfilings .secWidget .view {
        display: block;
        width: 100%;
        border: solid 1px #5a6f7f;
    }
}

@media screen and (max-width: 480px) {
    .module-secfilings .sbHolder {
        margin: 10px 10px 0 0;
    }

    .StockTableItem p {
        border-bottom: 1px solid #e0e0e0;
    }

    .module-secfilings .secWidget .ModuleItemRow div:before {
        width: 100%;
    }

    .module-upcoming-events h2 {
        display: table;
        width: 100%;
    }

        .module-upcoming-events h2 a {
            display: table-cell;
        }
}
/** SEC-Filing-End **/

/** Analyst-coverage **/

.analyst-coverage table {
    width: 100%;
}

.analyst-coverage td.color-green {
    background-color: #828282;
    color: #fff;
}

.analyst-coverage tr.color-dark {
    background-color: #c7c7c7;
}

.analyst-coverage table tr td {
    padding: 10px;
}

.footer-style {
    font-size: 12px;
    line-height: 16px;
}

@media screen and (max-width: 480px) {
    .analyst-coverage tr.color-dark {
        display: none;
    }

    .analyst-coverage table tr td {
        display: block;
    }

    .analyst-coverage table tr {
        border: solid 1px #5a6f7f;
    }

    .analyst-coverage .firm:before {
        Content: "Firm:";
        padding-right: 35px;
    }

    .analyst-coverage .analyst:before {
        Content: "Analyst:";
    }

    .analyst-coverage .phone:before {
        Content: "Phone:";
        padding-right: 22px;
    }

    .analyst-coverage .firm:before, .analyst-coverage .analyst:before,
    .analyst-coverage .phone:before {
        font-weight: 600;
        padding-right: 20px;
    }

    .analyst-coverage table tr td.firm,
    .analyst-coverage table tr td.analyst {
        border-bottom: solid 1px #e8e8e8;
    }
}
/** Analyst-coverage-end **/

/** Annual-Report **/

.annualreport-latest .icon-title Span + span a:after {
    content: "\e628";
}

.annualreport-latest .icon-title {
    padding: 0;
}

.annualreport-latest.module-downloadlist .moduleiconlink:before {
    content: "";
    display: inline;
}

.annualreport-latest .downloadlist-section.annual {
    display: block;
}

.annualreport-latest .downloadlist-section {
    display: none;
}

@media screen and (max-width: 768px) {
    .annualreport-latest .downloadlist-header {
        display: none;
    }

    .annualreport-latest .ModuleHeadlineLink:before {
        content: "Title:";
    }

    .annualreport-latest .ModuleDate:before {
        content: "Date:";
    }

    .annualreport-latest .icon-title:before {
        content: "Format:";
        font-weight: 600;
        width: 120px;
        padding: 10px;
        display: block;
    }

    .annualreport-latest .ModuleHeadlineLink:before,
    .annualreport-latest .ModuleDate:before,
    .annualreport-latest .moduleiconlink:before {
        display: inline-block;
        font-weight: 600;
        width: 120px;
    }

    .icon-title Span + span a:after {
        content: "\e628";
    }
}

@media (max-width: 480px) {
    .annualreport-latest .icon-title span.moduleiconlink.col {
        display: inline-block;
    }
}

/** Annual-Report-end **/

/** Tax-Reports **/
.table-space,
.Board-of-Directors .table-space th {
    padding: 10px;
}

.Board-of-Directors .table-space th {
    text-align: left;
    width: 50%;
}

.color-table {
    background-color: #E6E6E6;
    color: #000;
}

.moduleiconlink a:after {
    content: "\e62a";
    color: #5b6f7f;
    font-size: 20px;
    font-family: 'q4icons';
}

@media (max-width: 650px) {
    .taxreportsform8937-module .downloadlist-header {
        display: none;
    }

    .taxreportsform8937-module .ModuleHeadlineLink:Before {
        content: "Title: ";
    }

    .taxreportsform8937-module .ModuleSize:Before {
        content: "Date: ";
    }

    .taxreportsform8937-module .moduleiconlink:Before {
        content: "Format: ";
    }

    .taxreportsform8937-module .downloadlist-section {
        border: solid 1px #080808;
        margin-bottom: 10px;
    }

    .taxreportsform8937-module .moduleiconlink:after {
        vertical-align: middle;
    }

    .downloadlist-section span {
        line-height: 25px;
    }
}
/** End-Tax-Reports **/

/** Quarterly Results **/
.quarterlyreports-module .q4-financial-container .financials-item {
    border: solid 1px #0054a4;
    margin: 10px 0;
}

    .quarterlyreports-module .q4-financial-container .financials-item p {
        cursor: pointer;
    }

.quarterlyreports-module .financials-item li a {
    display: inline-block;
}

.quarterlyreports-module .q4-financial-container p.FinancialQuarter {
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}

.quarterlyreports-module .q4-financial-container h3 {
    font-size: 22px;
    width: 100%;
    padding: 20px 20px 0;
    font-weight: 600;
    color: #0054a4;
}

.quarterlyreports-module .financials-item ul.docs {
    display: none;
}

.quarterlyreports-module .financials-item.active .FinancialQuarter span:after {
    content: "\e604";
}

.quarterlyreports-module .financials-item li {
    padding: 10px 20px;
    border-top: 1px solid #e0e0e0;
    display: block;
}

.quarterlyreports-module .FinancialQuarter span {
    margin: 0 20px;
}

.quarterlyreports-module .financials-item li a:before {
    font-family: 'q4icons';
    font-size: 20px;
    color: #5b6f7f;
}

.quarterlyreports-module .financials-item li a span {
    padding-left: 10px;
    vertical-align: text-top;
}

.quarterlyreports-module .financials-item li a[href$='pdf']:before,
.quarterlyreports-module .financials-item li.Press.Release a:before {
    content: "\e62a";
}

.quarterlyreports-module .financials-item li.Webcast a:before {
    content: "\e62c";
}

.quarterlyreports-module .financials-item li.Presentation.PDF a:before {
    content: "\e62b";
}

.quarterlyreports-module .financials-item li[class*="10Q"] a:before {
    content: "\e625";
}

.quarterlyreports-module .financials-item li.Transcript a:before {
    content: "\e627";
}

/** Quarterly Results end**/

/**Page-Not-Found**/
.SiteMapContainer .SiteMap-Level1 {
    font-size: 20px;
}

.module-sitemap h2,
.module-search-inner h2, .module-conferences,
.module-press-releases h2, .module-quarterly-results {
    margin-top: 30px;
}
/**Page Not-Found-end**/

/**Rss**/
h3 {
    font-size: 26px;
    font-weight: 600;
}

.rssIcons a.RssLinkTop:before {
    content: "\e61e";
    font-family: 'q4icons';
    font-size: 20px;
    padding-right: 10px;
    vertical-align: bottom;
}
/**Rss-End**/

/**contact-us**/
.contactus .ContentContainer address p {
    line-height: 15px;
}

.contactus ul {
    padding: 0 0 0 30px;
}

.FormBuilderContainer .CaptchaContainer span:before {
    content: "Please provide the code.";
    font-size: 12px;
}

.module-info-request span {
    line-height: 20px;
}

.module-info-request input[type="submit"] {
    margin-left: 177px;
}

.investor-resources a:hover,
.NotFoundMessage a:hover {
    text-shadow: 0 0;
}

@media (max-width: 480px) {
    .module-info-request input[type="submit"] {
        margin-left: 0;
    }
}
/**contact-us-end**/

/**dividends**/
.module-dividends table.table-dividends,
.common-dividends table {
    width: 100%;
}

.module-dividends table tr td {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.module-dividends .nav-link {
    color: #000;
}

.module-dividends {
    margin-top: 25px;
}

    .module-dividends .heading-section {
        padding: 10px;
        margin: 30px 0 0;
        background-color: #A8A8A8;
    }

    .module-dividends span.align-left, span.align-right {
        padding: 10px;
        display: block;
    }

    .module-dividends .align-right {
        text-align: right;
    }

    .module-dividends .table-datashade {
        background-color: #ccc;
    }

    .module-dividends .read {
        font-size: 14px;
        color: #0054a4;
        cursor: pointer;
        float: right;
    }

        .module-dividends .read.active {
            display: none;
        }

    .module-dividends .dividend_series {
        display: block;
        margin: 0 auto;
        width: 255px;
        border: solid 1px #000;
        padding: 10px;
    }

    .module-dividends p.dividend_ytd {
        text-align: left;
    }

    .module-dividends .dividend_series .divi,
    .module-dividends .dividend_series .common {
        padding: 0 10px;
        line-height: 30px;
        background-color: #2c6383;
    }

    .module-dividends .dividend_series .common {
        background-color: #8abf6d;
    }

    .module-dividends .dividend_series > div span:first-child + span {
        padding-left: 5px;
    }

@media screen and (max-width: 768px) {
    .module-dividends .dividends-module {
        overflow-x: auto;
    }
}
/**dividends-end**/

/** information-request **/

.module-info-request select {
    background-position: 93% -109px;
}

/** information-request-end **/

/** SEC-Filing-Details **/

.ModuleSECFilingDetails .ModuleDate:before,
.ModuleSECFilingDetails span.ModuleForm:before,
.ModuleSECFilingDetails span.ModuleFilingDescription:before,
.ModuleSECFilingDetails ul.Icons:before {
    display: table-cell;
    width: 90px;
    font-weight: 300;
}

.ModuleSECFilingDetails .ModuleDate,
.ModuleSECFilingDetails span.ModuleForm,
.ModuleSECFilingDetails span.ModuleFilingDescription,
.ModuleSECFilingDetails ul.Icons {
    font-size: 16px;
    display: table;
}

    .ModuleSECFilingDetails .ModuleDate:before {
        content: 'Filing Date:';
    }

    .ModuleSECFilingDetails span.ModuleForm:before {
        content: 'Form:';
    }

    .ModuleSECFilingDetails span.ModuleFilingDescription:before {
        content: 'Description :';
    }

    .ModuleSECFilingDetails ul.Icons:before {
        content: 'Downloads: ';
        float: left;
    }
/** SEC-Filing-Details-End **/

/**Information-Request**/

.module-info-request .sbHolder,
.module-info-request .sbOptions,
.module-info-request .sbSelector {
    border: #999999 solid 1px;
    min-width: 150px;
}


.module-info-request .RedStar {
    color: #FF0000;
}

/**Information-Request-End**/

/**Fixed-second-nav**/
.PaneLeft .module-side-navigation .side-navigation a.active {
    border-left: 5px solid #0F5CA3;
    color: #0F5CA3;
}

.PaneLeft .module-side-navigation .side-navigation {
    border-top: 1px solid #ddd;
    width: 95%;
}

    .PaneLeft .module-side-navigation .side-navigation li {
        border-bottom: 1px solid #ddd;
        margin: 5px 0 5px;
        list-style: none;
    }


    .PaneLeft .module-side-navigation .side-navigation a {
        padding: 8px 10px;
        display: block;
        margin: 5px 0 5px;
    }

.PaneLeft .module-side-navigation.fixed {
    position: fixed;
    top: 30px;
    width: 250px;
}

.module-side-navigation .menu-link {
    display: none;
}

@media screen and (max-width:1150px) {
    .PaneLeft .module-side-navigation.fixed {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {


    .PaneLeft .module-side-navigation .side-navigation a {
        padding: 2px 10px;
    }

        .PaneLeft .module-side-navigation .side-navigation a.active {
            border-left: none;
        }

    .PaneLeft .module-side-navigation .side-navigation-items {
        display: none;
    }

    .module-side-navigation .menu-link {
        display: inline-block;
        cursor: pointer;
        padding-left: 10px;
    }

        .module-side-navigation .menu-link i {
            float: right;
        }

    .module-side-navigation .menu-link, .PaneLeft .side-navigation {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        background-color: #ededed;
    }

    .LayoutTwoColumnLayout .PaneContentInner {
        padding-top: 20px;
    }

    .PaneLeft .module-side-navigation .side-navigation li:last-child {
        border-bottom: none;
    }

    .PaneLeft .side-navigation .menu-link {
        background-color: #ededed;
    }

    .PaneLeft .module-side-navigation .side-navigation {
        border-top: none;
    }

    .PaneLeft .module-side-navigation.fixed {
        width: 100%;
        min-height: 40px;
        z-index: 9999;
        left: 0;
        top: 0;
        position: static;
    }

        .PaneLeft .module-side-navigation.fixed .ContentContainer {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 9999;
        }
}

/**End-second-nav**/

/** Corporate-Governance **/

.Board-of-Directors table {
    width: 100%;
}

.governance-documents .item-pdf a {
    line-height: 25px;
    display: table;
}

    .governance-documents .item-pdf a:before,
    .political-contribution .item-pdf a:before {
        content: "\e62a";
        color: #5b6f7f;
        font-size: 20px;
        font-family: 'q4icons';
        padding-right: 10px;
        display: table-cell;
    }

.committee-charter-table, .committee-charter-doc-table {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
}

    .committee-charter-doc-table .row, .committee-charter-table .row {
        display: table-row;
    }

    .committee-charter-doc-table .cell,
    .committee-charter-table .cell {
        display: table-cell;
        border: 1px solid #d1d1d1;
        padding: 5px 10px;
    }

    .committee-charter-doc-table .header-cell,
    .committee-charter-table .header-cell {
        display: table-cell;
        background-color: #E6E6E6;
        border: 1px solid #ccc;
        padding: 8px 10px;
        color: #000;
    }

    .committee-charter-doc-table .row .cell {
        position: relative;
    }

    .committee-charter-doc-table .pdf-icon:before {
        content: "\e902";
        font-family: "q4icons";
        position: absolute;
        right: 35px;
        top: 9px;
    }

    .committee-charter-table .row .header-cell:first-child {
        width: 50%;
    }

    .committee-charter-doc-table .row .cell a {
        display: inline-block;
        width: 81%;
    }

.module-committee table.CommitteeTable {
    width: 100%;
    margin: 15px 0 20px 0;
}

.module-committee .info-line p {
    line-height: 17px;
}

.module-committee table.CommitteeTable th a {
    color: #000;
}


.module-committee .header img {
    margin: 0 10px 0 10px;
}

.module-committee .CommitteeTable th {
    background-color: #E6E6E6;
    color: #000;
}

.module-committee .CommitteeTable th, .module-committee .CommitteeTable td {
    padding: 8px 10px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    width: 10%;
}

.module-committee .CommitteeTable tr td:first-child {
    text-align: left;
}

.module-committee .mobile-view {
    display: none;
}

.module-committee table.topCommitteeTable {
    margin-bottom: 20px;
    width: 100%;
}

.Board-of-Directors tr td {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}

@media screen and (max-width: 900px) {
    .module-committee .mobile-view {
        display: block;
    }

    .module-committee .web-view {
        display: none;
    }

    .module-committee .mobile-view .header {
        margin-bottom: 15px;
        line-height: 30px;
    }

    .module-committee .mobile-view .item-head {
        display: block;
        padding: 0 18px 10px 0;
        width: 90%;
    }

    .module-committee .info-line {
        margin-bottom: 15px;
    }

    .module-committee .mobile-view span.item-person {
        display: inline-block;
        width: 65%;
        line-height: 30px;
        padding-left: 10px;
    }

    .module-committee .mobile-view .item-icon {
        width: 10%;
        display: inline-block;
        position: relative;
        top: 3px;
    }

    .module-committee .mobile-view .item {
        border-bottom: 1px solid #d1d1d1;
        padding: 20px 0 10px 0;
        position: relative;
    }

        .module-committee .mobile-view .item.expanded span.drop-icon:before {
            content: "\e601";
        }

        .module-committee .mobile-view .item span.drop-icon:before {
            content: "\e607";
            font-family: "q4icons";
            position: absolute;
            right: 10px;
            top: 21px;
        }
}
/** Corporate-Governance-end **/



/*--------------------------------------common-external-link--------------------------------------*/
.common-external-link-style:hover {
    font-weight: 600;
    text-decoration: underline;
}

/*--------------------------------------common-external-link--------------------------------------*/


/*-------------------------------------Common-Downloadlist-Module---------------------------------------*/
@media screen and (max-width: 768px) {
    .module-downloadlist .downloadlist-header {
        display: none;
    }

    .module-downloadlist .moduleiconlink:after {
        vertical-align: middle;
    }

    .downloadlist-section span {
        line-height: 25px;
    }

    .module-downloadlist .ModuleHeadlineLink:before {
        content: "Title: ";
        display: block;
    }

    .module-downloadlist .ModuleSize:before {
        content: "Date: ";
        display: block;
    }

    .module-downloadlist .moduleiconlink:before {
        content: "Format: ";
        display: block;
    }


    .module-downloadlist .downloadlist-section {
        border: solid 1px #5a6f7f;
        margin-bottom: 10px;
    }

    .module-downloadlist .col-table-fix {
        padding: 0px;
    }

    .downloadlist-section .ModuleHeadlineLink, .downloadlist-section .ModuleSize {
        border-bottom: solid 1px #5a6f7f;
    }

    .downloadlist-section .ModuleHeadlineLink,
    .downloadlist-section .ModuleSize,
    .downloadlist-section .moduleiconlink {
        padding: 10px;
    }
}


/*-------------------------------------Common-Downloadlist-Module---------------------------------------*/
/* -------------------------------------Search Results page-------------------------------------*/

.SearchResultsContainer .SearchResultItem.SearchResultItemAlt {
    border-bottom: 1px solid #ddd;
    margin: 0 0 18px;
    padding: 0 0 10px;
}

.SearchResultsContainer .SearchResultItem span {
    line-height: 25px;
}
/* -------------------------------------Search Results page-------------------------------------*/
/* -------------------------------------Committee Charting page-------------------------------------*/
.module-committee-member sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

.module-committee-member .trigger:hover {
    cursor: pointer;
}

.module-committee-member .active {
    background: #FFFFFF url('../images/Committee/bg_up.gif') repeat-x top left;
    font-weight: bold;
}

.module-committee-member .by-member {
    display: none;
}

.module-committee-member .committee-page-table .tab {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
}

.module-committee-member .committee-page-table .tab-img {
    background: #FFFFFF url('../images/Committee/bg_down.gif') repeat-x bottom left;
    border: 1px solid #ccc;
}

.module-committee-member .committee-table div, .member-table div {
    padding: 5px;
}

.module-committee-member .committee-table td,
.module-committee-member .member-table td {
    padding: 2px;
    cursor: pointer;
}

    .module-committee-member .committee-table td a:hover,
    .module-committee-member .member-table td a:hover {
        text-decoration: underline;
    }

.module-committee-member .committee-table .charter-documents {
    padding-left: 37px;
}

.module-committee-member .commoncontent_1 {
    float: left;
    width: 50%;
}

.module-committee-member .commoncontent_2 {
    float: right;
    width: 49%;
}

.module-committee-member .by-committee .committee-table .Committee-content1 {
    float: left;
    width: 50%;
}

.module-committee-member .by-committee .committee-table .Committee-content2 {
    float: right;
    width: 49%;
}

.module-committee-member .by-member .member-content1 {
    float: left;
    width: 35%;
}

.module-committee-member .by-member .member-content2 {
    float: right;
    width: 55%;
}

.module-committee-member .trigger:before {
    font-family: 'q4icons';
    content: "\e604";
    display: inline-block;
    color: #5b6f7f;
    font-weight: bold;
    font-size: 9px;
    padding: 3px;
}

.module-committee-member .close:before {
    font-family: 'q4icons';
    content: "\e605";
    display: inline-block;
    color: #5b6f7f;
    font-weight: bold;
    font-size: 9px;
    padding: 3px;
}

.module-committee-member .common-table-style {
    border: 1px solid #ccc;
}

.module-committee-member .content-div {
    border-bottom: 1px solid #ccc;
}

.module-committee-member .pdf-doc-link:before {
    content: "\e62a";
    color: #5b6f7f;
    font-size: 20px;
    font-family: 'q4icons';
}

.module-committee-member .common-bottom-table {
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    padding: 5px;
}

.module-committee-member .common-bottom-table-style {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .module-committee-member .by-committee .committee-table .Committee-content1 {
        display: none;
    }

    .module-committee-member .by-committee .committee-table .Committee-content2 {
        float: left;
        width: 100%;
    }

    .module-committee-member .by-member .member-content1 {
        float: left;
        width: 100%;
    }

    .module-committee-member .by-member .member-content2 {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .module-committee-member .committee-table .toggle-content .pdf-doc-link {
        padding-left: 17px;
    }

    .module-committee-member .pdf-doc-link:before {
        display: inline-block;
        margin-left: -20px;
    }

    .module-committee-member .by-committee .trigger {
        padding-left: 16px;
    }

        .module-committee-member .by-committee .trigger:before {
            margin-left: -13px;
        }
}
/* -------------------------------------Committee Charting page-------------------------------------*/
/* -------------------------------------Press Releases-------------------------------------*/
.module-press-releases .q4i-circle-rss.rss-icon {
    float: right;
    font-size: 30px;
    margin-right: -35px;
}

.PagePressReleases .LayoutHomePage .PaneRight {
    display: none;
}

.module-press-releases .ModuleYearNavContainer {
    padding-bottom: 20px;
}

.module-press-releases .select-years .sbOptions {
    min-width: 101px;
}

.module-press-releases .Pagination li:hover {
    color: #0F5CA3;
}

.module-press-releases .sbHolder {
    margin-right: 20px;
}

.ContentContainer .contact-mobile-links-div {
    display: none;
}

.module-press-releases .select-categories .sbHolder,
.module-press-releases .select-categories .sbOptions {
    min-width: 160px;
}

@media screen and (max-width: 768px) {
    .module-press-releases .NewsHeading {
        display: none;
    }

    .module-press-releases .NewsListContainer .ModuleDate,
    .module-press-releases .NewsListContainer .newsTitle {
        display: block;
        width: 100%;
        padding-top: 10px;
        line-height: 23px;
    }

        .module-press-releases .NewsListContainer .ModuleDate:before {
            content: 'Date :';
            display: block;
        }

        .module-press-releases .NewsListContainer .newsTitle:before {
            content: 'Title :';
            display: block;
        }

    .newsPagination li,
    .Pagination li,
    .pagination-Message.paginationMessage,
    .newsPagination .paginationMessage {
        display: block;
        margin: 15px 0;
    }
}

@media (max-width: 480px) {
    .module-press-releases span.select-years {
        display: block;
        margin-top: 15px;
    }

    .module-press-releases .NewsListContainer .ModuleDate,
    .module-press-releases .NewsListContainer .newsTitle {
        padding: 0;
    }
}

/* ---Press Releases-----*/
/*----Press Release Details---*/
.ModulePressReleaseDetails.module-press-release-details table {
    width: auto;
    overflow-x: auto;
    display: block;
}

.module-press-release-details a {
    word-wrap: break-word;
}

.module-share-icons .pageshare {
    text-align: right;
}

.ModulePressReleaseDetails .IRPRImage, .ModulePressReleaseDetails .PRToolkit {
    display: none;
}


.press-fl .NewsHeading.table-space {
    background-color: #E6E6E6;
}

.prDetails .ModulePressReleaseDetails .ModuleBody i {
    font-style: italic;
}

.prDetails .ModulePressReleaseDetails .ModuleBody b {
    font-weight: bold;
}

.prDetails .ModulePressReleaseDetails sup {
    vertical-align: super;
}

.prDetails .view_btn1 {
    margin-top: 20px;
}

.prDetails .view_btn {
    margin-bottom: 20px;
    display: inline-block;
}

.module-press-release-details ul, .module-press-release-details ol {
    text-align: left;
    line-height: 30px;
    margin: 0 0 10px 20px;
}

.module-press-release-details .q4i-doc-pdf:before {
    content: "\e62a";
    color: #5b6f7f;
    font-size: 20px;
    vertical-align: middle;
}

.module-press-release-details li {
    list-style: initial;
}

.module-press-release-details ol li {
    list-style-type: decimal;
}

.module-press-release-details ol ul li {
    list-style-type: circle;
}

.module-press-release-details strong,
.module-press-release-details a:hover {
    font-weight: 600;
}

    .module-press-release-details strong em {
        font-style: italic;
        font-weight: 600;
    }

.ModulePressReleaseDetails img {
    max-width: 100%;
    display: block;
    height: auto;
    float: none;
}

.ModulePressReleaseDetails span.prnews_span {
    font-family: 'ProximaNovaCond-Regular','sans-serif';
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}

.ModulePressReleaseDetails .table-wrap {
    overflow-x: auto;
    clear: both;
}

.prDetails .ModulePressReleaseDetails img {
    float: none;
}

.prDetails .ModulePressReleaseDetails pre {
    overflow-x: auto;
    overflow-y: hidden;
}

/*-------------------------------------FAQs-------------------------------------*/
.module-faq ul li {
    padding: 10px 0;
}

.page-faq .module-inner-banner,
.page-faq .ModuleTitle {
    text-transform: none;
}

.module-faq .FaqQuestionList,
.module-faq .FaqAnswer,
.module-faq .BackToTopLink {
    display: none;
}

    .module-faq .FaqAnswer p {
        padding: 0;
        margin-top: 0;
    }

.module-faq .FaqsTriggerAll {
    margin-bottom: 20px;
    text-align: right;
    cursor: pointer;
}

.module-faq .ModuleItemRow {
    border: solid 1px #ccc;
    margin: 10px 0;
    padding: 0 20px;
}

    .module-faq .ModuleItemRow h4 {
        color: #0f87a0;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        text-align: right;
        position: relative;
        margin: 15px 0;
    }

    .module-faq .ModuleItemRow.active {
        border: solid 1px #0f87a0;
    }

    .module-faq .ModuleItemRow h4 span {
        display: block;
        text-align: left;
        padding-right: 20px;
    }

        .module-faq .ModuleItemRow h4 span:after {
            content: "\e605";
            font-family: 'q4icons';
            color: #5b6f7f;
            font-weight: bold;
            font-size: 9px;
            padding: 3px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .module-faq .ModuleItemRow.active span:after {
        content: "\e604";
    }

@media (max-width: 480px) {
    .module-faq .ModuleItemRow h4:after {
        vertical-align: top;
    }
}

/*-------------------------------------FAQs-------------------------------------*/

/*------------------------------------- Search box-------------------------------------*/

@media (max-width: 320px) {
    .ModuleSearch input[type="text"] {
        margin-left: 0px;
    }
}

/*------------------------------------- Search box-------------------------------------*/
/*-------------------------------------Quarterly Results -------------------------------------*/
.module-quarterly-results .quarterlyreports-module .sbOptions {
    min-width: 100px;
}

.quarterlyreports-module .financials-item .FinancialQuarter span:after {
    content: "\e605";
    font-family: 'q4icons';
    color: #5b6f7f;
    font-weight: bold;
    font-size: 9px;
    float: right;
    cursor: pointer;
    padding: 0 20px;
}
/*-------------------------------------Quarterly Results -------------------------------------*/
/*------------------------------------- Stock Quote & Chart-------------------------------------*/
.module-stock-data input[type="text"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*------------------------------------- Stock Quote & Chart-------------------------------------*/
/* Backtotop-started */
.PaneFooter {
    position: relative;
    padding-top: 20px;
    background-color: #0054a4;
    color: #fff;
}

.BackTop i.fa.fa-angle-up {
    color: #fff;
    background-color: #1b325a;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

@media screen and (max-width: 1600px) {
    .BackTop i.fa.fa-angle-up {
        padding: 9px 14px;
        font-size: 30px;
        bottom: 7px;
        right: 0px;
    }
}
/* Backtotop-started-end */


.event-module #events-container {
    position: relative;
}

.event-module #events-calendar {
    display: block;
    width: 100%;
}

.event-module #event-box {
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    margin-top: 30px;
    padding: 30px;
    position: relative;
    width: 100%;
}

    .event-module #event-box .EventTitle a {
        display: block;
        font-size: 30px;
        padding: 10px 0;
    }

    .event-module #event-box .date {
        color: #000;
        font-size: 25px;
    }

.event-module #events-calendar .controls {
    background: #E6E6E6;
}

    .event-module #events-calendar .day-header,
    .event-module #events-calendar .day,
    .event-module #events-calendar .controls div {
        padding: 15px 0;
    }

.event-module #events-container #events-calendar .day.adjacent-month,
.event-module #events-container #events-calendar .empty.adjacent-month {
    opacity: 0.5;
}

.event-module #event-box .close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
}

    .event-module #event-box .close-btn:before {
        content: '\e602';
        font-family: 'q4icons';
    }

.event-module #events-calendar .days-container .days .day.today,
.event-module #events-calendar .days-container .days .empty.today {
    background: #0F5CA3;
}

.event-module #events-calendar .day.event {
    background: rgba(0, 0, 0, 0.05);
    position: relative;
}

    .event-module #events-calendar .day.event span + span {
        display: none;
        height: 0;
    }

.event-module #events-calendar .day.today.event span:after {
    background: #fff;
}


.event-module #events-calendar .day.event span {
    position: absolute;
    width: 100%;
    display: block;
}


    .event-module #events-calendar .day.event span:after {
        background: #0F5CA3;
        display: block;
        height: 1px;
        margin: 2px auto 0;
        max-width: 20px;
        width: 100%;
        content: '';
    }

.event-module .events-temp-module {
    text-align: center;
    padding: 106px 40px;
    background-color: #E6E6E6;
    border-top: solid 15px #fff;
    border-left: solid 15px #fff;
}

    .event-module .events-temp-module:before {
        content: "";
        background: url('../images/calicon.png') no-repeat;
        padding: 20px;
        background-position: center;
    }

.colorlight.white {
    background: #fff;
}

.analyst-table {
    background: #fff;
}

.module-committee .mobile-view .header {
    background: #ededed;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

[class*="ContentPaneDiv"] > div.info-rel-message {
    display: inline-block;
}

.ItemClassCaptcha .label-wrap span {
    margin-top: -30px;
    position: absolute;
}

.ItemClassComments .label-wrap {
    vertical-align: top;
}

.event-module #events-calendar .clndr-previous-button,
.event-module #events-calendar .clndr-next-button {
    color: #000;
    font-size: 0;
}

.event-module .clndrContainer .controls .clndr-previous-button:before {
    content: '\e905';
    font-family: 'q4icons';
    font-size: 20px;
}

.event-module .clndrContainer .controls .clndr-next-button:before {
    content: '\e906';
    font-family: 'q4icons';
    font-size: 20px;
}

.event-module .latest-events {
    margin: 30px 0;
}

    .event-module .latest-events .events h2 a {
        float: right;
    }

    .event-module .latest-events .events h2,
    .event-module .past-events .event-archive h2 {
        background-color: #E6E6E6;
        margin: 0 0 5px 0;
        padding: 12px;
    }

.past-events .sbHolder {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 200;
    padding: 0 35px 0 5px;
    top: -3px;
    background-color: #fff;
}

.past-events .sbOptions {
    min-width: 100px;
}

.event-module .events-wrap {
    position: relative;
}

.past .AddToCalendar.past {
    display: none;
}

.past .Presentation .q4i-icon-pdf:before {
    content: "\e62b";
}

.ModuleEventDetails .PressRelease a[class*="q4i-"]:before {
    content: "\e628";
}

.event-module .events-wrap .events,
.event-module .events-wrap .event-archive {
    border: 1px solid #ccc;
    padding: 10px;
}

.event-module .events .itemList > div a.q4-atc-button:before {
    content: '\e630';
    font-family: 'q4icons';
}

.event-module .ModuleItemRow .q4-atc-wrapper .q4-atc-button {
    font-size: 0;
}

    .event-module .ModuleItemRow .q4-atc-wrapper .q4-atc-button:before {
        color: #5b6f7f;
        content: "\e624";
        font-family: 'q4icons';
        font-size: 20px;
    }

.event-module .event-archive .filter-wrap {
    left: 0;
    position: absolute;
    top: 50px;
}

.event-module .ModuleContainerInner .ModuleItemRow:first-child {
    border-top: 0;
}

.event-module .ModuleContainerInner .ModuleItemRow {
    border-top: 1px solid #ccc;
    margin: 0 10px;
    padding: 20px 0;
}

    .event-module .ModuleContainerInner .ModuleItemRow > div {
        padding: 0;
    }

.event-module .ModuleLeftContainer > a {
    display: block;
    font-size: 18px;
    padding-bottom: 32px;
}

.event-module .ModuleItemRow .date-wrap {
    border: 1px solid;
    display: inline-block;
    padding: 15px;
}

.event-module .ModuleItemRow .ModuleLinks > li {
    display: block;
    margin: 5px 5px;
}

    .event-module .ModuleItemRow .ModuleLinks > li a {
        font-size: 20px;
    }

    .event-module .ModuleItemRow .ModuleLinks > li > a:before {
        color: #5b6f7f;
    }

.Sectionevent-module .ModuleEventDetails h2 {
    font-size: 20px;
}

.Sectionevent-module .ModuleEventDetails .ModuleTime {
    padding-bottom: 20px;
}

.event-detail-module .ContentPaneDiv a:before {
    font-size: 20px;
    color: #5b6f7f;
}

.ModuleTitle #sec-filings, .ModuleTitle span#faq {
    padding-top: 5px;
    display: inline-block;
}

.event-detail-module .ReminderTitle span:first-child,
.event-detail-module .ReminderTitle .provide-email {
    color: red;
}

.event-detail-module .ReminderTitle .provide-email {
    display: inline-block;
    padding-bottom: 5px;
    top: -10px;
    position: relative;
}

@media screen and (min-device-width: 1100px) and (max-device-width: 768px) {
    .event-module .ModuleItemRow .ModuleLinks > li {
        display: inline-block;
        margin: 5px 5px;
    }
}

@media screen and (min-width: 768px) {
    .event-module #event-box {
        display: none;
        height: 70%;
        margin-top: 0;
        position: absolute;
        right: -100%;
        top: 20%;
    }

    .event-module .events-wrap .event-archive {
        margin-top: 60px;
    }

    div#event-box:before {
        color: #fff;
        content: '\e905';
        font-family: 'q4icons';
        font-size: 40px;
        left: -27px;
        position: absolute;
        text-shadow: -6px 2px 10px rgba(0, 0, 0, 0.5);
        top: 50%;
    }

    .event-module .ModuleItemRow .ModuleLinks {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .space-para {
        display: none;
    }

    .overlay #stOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    .event-module #event-box {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
        display: none;
        height: 300px;
        left: 50%;
        margin-left: -150px;
        margin-top: -150px;
        padding: 30px;
        position: fixed;
        top: 50%;
        width: 320px;
        z-index: 99999;
    }

    .event-module .events-wrap > h2,
    .event-module .events-wrap > h2 > span {
        padding-top: 0;
    }

    .event-module .event-archive .filter-wrap {
        left: auto;
        right: 0;
        top: 0;
    }

        .event-module .event-archive .filter-wrap .sbOptions {
            left: auto;
            max-width: 200px;
            right: 0;
            width: 100%;
        }

    .event-module .ModuleContainerInner .ModuleItemRow > div {
        margin: 10px 0;
    }

    .event-module .ModuleContainerInner .ModuleRightContainer {
        text-align: right;
    }

    .event-detail-module .LayoutHomePage .PaneRight {
        display: none;
    }
}


@media screen and (max-width: 480px) {
    .event-module .ModuleContainerInner .ModuleRightContainer {
        text-align: left;
    }

    .event-module .ModuleItemRow .ModuleLinks > li {
        display: inline-block;
    }

    .event-module .ModuleContainerInner .ModuleItemRow {
        padding: 5px 0;
    }

    .event-module .ModuleLeftContainer > a {
        padding-bottom: 15px;
    }

    .event-module .ModuleItemRow .date-wrap {
        padding: 8px;
    }

    .past-events .sbHolder {
        float: none;
        margin-top: 15px;
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .event-module .latest-events .events h2,
    .event-module .past-events .event-archive h2 {
        font-size: 20px;
    }
}
