/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/

/*--------------- Reset CSS ---------------*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
/* div, p, a, ol, ul, li, span */ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* Negative Margin Fix for Toast Columns */
html, .col {
    font-family: "Gotham A", "Gotham B", sans-serif, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #333;
    line-height: 2em;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}
/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
    display: none;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}


/*-------------- Typography ---------------*/

h1 {
    font-size: 36px;
    margin-bottom: 2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5em;
}

h2 {
    font-size: 24px;
    margin-bottom: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #074f71;
}

.ModuleOuterContainer > h2,
.module-stock-info .ModuleOuterContainer h2 {
    border-bottom: 2px solid #00bbe0;
    padding-bottom: 20px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    color: #00bbe0;
    margin-bottom: 1em;
    text-transform: uppercase;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

p {
    margin-bottom: 1em;
    line-height: 1.5em;
}


/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/

/*------------ Default Styles -------------*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Avoid font-size jumping in iphone orientation */

@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}


/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline: 0;
}

.accSkipLink a:visited {
    color: #fff;
}

#maincontent:focus {
    outline: 0;
}

/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/

/*--------------- Toast CSS ---------------*/

/* The Important Bits */

/* Negative Margin Fix */
.grid, .grid-no-gutter {
    font-size: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}

/* The Column Widths */

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
    width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
    width: 50%;
}

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
    width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-8-of-8, .col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3, .col-push-2-of-6, .col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3, .col-push-4-of-6, .col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-8-of-8, .col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }

    .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
        width: 50%;
    }

    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }

    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }

    .col.col-lg-1-of-4 {
        width: 25%;
    }

    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }

    .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
        width: 50%;
    }

    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }

    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }

    .col.col-lc-1-of-4 {
        width: 25%;
    }

    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }

    .col.col-md-1-of-2, .col.col-md-2-of-4 {
        width: 50%;
    }

    .col.col-md-1-of-3 {
        width: 33.33333%;
    }

    .col.col-md-2-of-3 {
        width: 66.66667%;
    }

    .col.col-md-1-of-4 {
        width: 25%;
    }

    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .col.col-sm-1-of-1 {
        width: 100%;
    }

    .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
        width: 50%;
    }

    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }

    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }

    .col.col-sm-1-of-4 {
        width: 25%;
    }

    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}

/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -10px;
    top: 42px \9;
    cursor: pointer;
}

.slick-prev.slick-disabled {
    cursor: default;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\e64c";
}

[dir="rtl"] .slick-prev:before {
    content: "\e64c";
}

.slick-next {
    right: -25px;
    top: 42px \9;
    cursor: pointer;
}

.slick-next.slick-disabled {
    cursor: default;
}

[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: -20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 15px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: "\e907";
    width: 8px;
    height: 8px;
    font-family: 'q4icons';
    font-size: 4px;
    text-align: center;
    color: transparent;
    opacity: 1;
    border-radius: 50px;
    border: 1px solid #074f71;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #074f71;
    background: #074f71;
}

.upcoming-section .slick-dots li button:before {
    border: 1px solid #fff;
}

.upcoming-section .slick-dots li.slick-active button:before {
    color: #fff;
    background: #fff;
}
/*--------------- 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-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*--------------- SelectBox  --------------*/

.sbHolder {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #00bbe0;
    vertical-align: middle;
    box-sizing: content-box;
}

select::-ms-expand {
    display: none;
}

.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 40px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 35px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url('../design/select-icons.png') 0 -116px no-repeat;
    display: block;
    margin-top: 3px;
    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;
}

.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: 38px;
    width: 95px;
    max-width: 100%;
    z-index: 1;
    overflow-y: auto;
}

.module-stock-info .historical .sbOptions {
    top: 38px !important; /* Overwrite default CSS */
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: dotted 1px #ededed;
    display: block;
    outline: none;
    padding: 3px 0 3px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
    text-decoration: none;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled,
.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    color: #EBB52D;
    font-weight: bold;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/

/*----------- Breadcrumb Module -----------*/

.Breadcrumb {
    display: inline-block;
}

/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px 0;
}

.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e638";
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e90b";
}

.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}

/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}

.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    padding: 10px 10px 10px 0;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
}

.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventLatest .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content: "\e647";
}

.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEventLatest .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Video a:before {
    content: "\e90c";
}

.ModuleEvent .ModuleLinks .Document a:before,
.ModuleEventLatest .ModuleLinks .Document a:before,
.ModuleEventDetails .ModuleLinks .Document a:before {
    content: "\e902";
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 10px;
    margin: 10px 0 15px;
}

.ModulePressReleaseDetails .ModuleBody {
    word-wrap: break-word;
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModuleEvent h3,
.ModuleEventLatest h3,
.ModuleEventDetails h3 {
    font-size: 1rem;
}

.ModuleEvent 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,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderTitle,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderPeriod,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailText,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailTextbox,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderButton {
    display: none;
}

.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
    color: #000;
}

/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    padding-top: 15px;
}

.FaqContainer .FaqQuestion {
    font-weight: bold;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}

/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}

.q4-annual-module .q4-years-container a,
.q4-annual-module .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}

.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
}

.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}

/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer,
.FormBuilderContainer .Item {
    margin-bottom: 20px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select,
.FormBuilderContainer .CaptchaContainer img {
    width: 100%;
}

.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
    vertical-align: middle;
}

.FormBuilderContainer .label-wrap {
    min-width: 175px;
}

.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}

.FormBuilderContainer .error-wrap {
    font-size: 0.8rem;
    display: block;
    margin-left: 177px;
}

.FormBuilderContainer .CaptchaContainer span,
.FormBuilderContainer .error-wrap {
    color: #FF0000;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 5px;
}

/*---------------- Job List ---------------*/

.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,
.JobPostingContainer table {
    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;
}

.footer-alerts .MailingListListTable tr td tr {
    float: left;
}

.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}

.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 235px;
    background: #fff;
    color: #333;
}

.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}

.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}

.MailingListSignupContainer table table {
    margin: 0;
}

.MailingListSignupContainer .CaptchaContainer,
.MailingListSignupContainer .NoBr {
    display: none;
}

/*-------------- Person List --------------*/

.PersonGenericContainer .PersonContainer {
    margin-bottom: 25px;
}

.PersonGenericContainer .PersonDetailsContainer > div {
    vertical-align: middle;
}

.PersonGenericContainer .PersonPhoto img,
.PersonGenericDetailsContainer .PersonDetailsImageContainer img {
    display: inline-block;
    max-width: 100%;
}

.PersonGenericContainer h3,
.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.PersonGenericContainer .PersonDescription > span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 200%;
}

/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}

.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0,0,0,0.1);
}

/* Overwrite FileSize of Default Document Link */
.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
}

.ModulePresentation .DocumentFileLink:before,
.ModulePresentation .DocumentFileLink:after {
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}

/*--------- Press Release Modules ---------*/

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate {
    display: inline-block;
}

.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks,
.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate {
    margin-bottom: 10px;
}

.ModulePressReleaseDetails .ModuleLinks a {
    color: #333;
}

.ModulePressReleaseDetails .ModuleLinks a:hover {
    color: #00bbe0;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}

.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
    font-size: 2rem;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    margin: 1rem 0;
    line-height: 1.5rem;
}

div.prDetails .PageDefaultInner .PaneContent {
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    padding-left: 17px;
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
    list-style-type: disc;
}

/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}

/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchResultItem {
    border-bottom: 1px solid #ededed;
}

.SearchResultsContainer .SearchLink {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}

.SearchResultsContainer .SearchResultUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

/*----------- SEC Filing Modules ----------*/

.RegulatoryFilingContainer .FormGroupsContainer,
.RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}

.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}

.RegulatoryFilingContainer .ModuleHeader > span,
.RegulatoryFilingContainer .ModuleItemRow > span,
.RegulatoryFilingContainer .ModuleItemRow > a,
.RegulatoryFilingContainer .ModuleItemRow > ul,
.ModuleSECFilingDetails .ModuleContentContainer > div {
    padding: 10px;
}

.RegulatoryFilingContainer .ModuleHeader > span {
    background-color: rgba(0,0,0,0.1);
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 2rem;
}

.RegulatoryFilingContainer .PdfIcon a {
    color: #e22919;
}

.RegulatoryFilingContainer .WordIcon a {
    color: #2c5898;
}

.RegulatoryFilingContainer .ExcelIcon a {
    color: #008641;
}

.RegulatoryFilingContainer .XBRLIcon a {
    color: #9b2cbd;
}

.RegulatoryFilingContainer .XBRLIcon[id*="HTML"] a {
    color: #1f1f1f;
}

.ModuleSECFilingDetails .Icons i:before {
    vertical-align: middle;
    margin: -5px 10px 0 0;
    display: inline-block;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}

/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}

/*---------- Stock Quote Modules ----------*/

.StockQuoteContainer h3 {
    margin-bottom: 0;
}

.stock-historical .stock-selects > span,
.stock-historical .stock-selects > select,
.stock-historical .stock-selects > div {
    margin-right: 10px;
}

.stock-historical .stock-selects button {
    cursor: pointer;
    padding: 13px;
    padding-top: 10px;
    width: 95px;
}

.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;
    }

    .stock-historical .stock-selects > span,
    .stock-historical .stock-selects > div,
    .stock-historical button,
    .stock-historical select {
        display: inline-block;
        margin: 5px;
    }
}

/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
    vertical-align: top;
}

.StockQuoteHeaderContainer .StockChange {
    display: none;
}

.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #FF0000;
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #00FF00;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    margin-left: 5px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {
    .StockQuoteHeaderContainer .StockDate,
    .StockQuoteHeaderContainer .StockVolumeText,
    .StockQuoteHeaderContainer .StockVolume {
        display: none;
    }
}


/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/

/*----------- Accordion Widget ------------*/

.accordion-toggle-all a {
    display: inline-block;
    color: #000;
    padding: 5px;
    text-decoration: none;
    background: #fff;
    margin-bottom: 0;
}

.accordion-toggle-all a:before {
    content: "Show All";
}

.accordion-toggle-all.active a:before {
    content: "Hide All";
}

/*---------- Add to Calendar Any ----------*/

.add-to-any {
    float: right;
}

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: 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: #074f71;
    color: #fff;
    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: #074f71;
    color: #fff;
    padding: 8px 5px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .q4-atc-wrapper .q4-atc-inner-details {
        min-width: 217px;
    }

    .q4-atc-wrapper .q4-atc-links a {
        width: 45px;
        height: 45px;
    }

    .q4-atc-wrapper .q4-atc-links li a:before {
        font-size: 22px;
        line-height: 40px;
    }
}

/*----- Committee Composition Table -----*/

.committee-composition .person-header,
.committee-composition .person-item > div {
    padding: 15px 5px;
}

.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}

.committee-composition .person-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.committee-composition .person-category[class*="active"] .person-header i:before {
    content: "\e650";
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.committee-composition .chair {
    color: #0f5ca3;
}

.committee-composition .person-legend {
    margin-top: 20px;
}

.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile,
.committee-composition .person-bio,
.committee-composition .person-items {
    display: none;
}

@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }

    .committee-composition .mobile {
        display: block;
    }

    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Events Calendar -----------*/

#event-container {
    display: table;
    width: 100%;
}

#events-calendar, #latest-events {
    display: table-cell;
}

#events-calendar {
    padding-right: 20px;
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    padding-top: 30px;
    display: table;
    width: 100%;
}

#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 17px 0;
}

.page-events-and-presentations #event-container #events-calendar .controls .month {
    width: 70%;
    font-size: 24px;
}

.page-events-and-presentations #events-calendar .clndr-previous-button,
.page-events-and-presentations #events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

.page-events-and-presentations #events-calendar .days-container {
    position: relative;
}

.page-events-and-presentations #events-calendar .day-header {
    font-size: 16px;
    background-color: transparent;
    text-transform: uppercase;
    color: #074f71;
}

.page-events-and-presentations #events-calendar .day-header, #events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    padding: 13px 0;
    text-align: center;
}

.page-events-and-presentations #events-calendar .day.adjacent-month,
.page-events-and-presentations #events-calendar .empty.adjacent-month {
    background-color: transparent;
}

.page-events-and-presentations #events-calendar .days-container .days .day.today,
.page-events-and-presentations #events-calendar .days-container .days .empty.today {
    background: url(../icons/calendar-highlight.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position: center -58px;
    padding: 12px;
}

.page-events-and-presentations .calendar {
    background-color: #f2f2f3;
    width: 490px;
    min-height: 445px;
}

.page-events-and-presentations #events-calendar .day.event, #events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
}
.page-events-and-presentations #events-calendar .day.adjacent-month {
    cursor:default;
    opacity:0;
}
#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#latest-events .ModuleEvent .date {
    font-weight: 600;
    font-size: 14px;
    color: #074f71;
}

/*calendar*/
.calendar .month {
    font-weight: 500;
}

.calendar .controls i {
    font-size: 17px;
}

#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}

#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}

#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}

#latest-events .ModuleEvent > ul {
    padding: 10% 5%;
}

#latest-events .AddToCalendar a {
    color: #000;
}

@media screen and (max-width: 768px) {
    #events-calendar, #latest-events {
        display: inline-block;
    }
}

/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}

.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}

.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
    display: none;
}

.fancybox-inner .CaptchaContainer img {
    border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="text"] {
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="submit"],
.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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-financial-container.active .q4-year-container i:before {
    content: "\e604";
}

.q4-quarterly-widget .q4-year-container span,
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}

.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
}

.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}

.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e902";
}

.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e90b";
}

/*---------- Investor Calculator ----------*/

.calc-widget-investment-calculator {
    width: 100%;
}

.calc-widget-investment-calculator .calc-row {
    margin-bottom: 15px;
    display: inline-block;
}

.calc-widget-investment-calculator .calc-row > span,
.calc-widget-investment-calculator .calc-input-group {
    display: inline-block;
    margin-bottom: 10px;
}

.calc-widget-investment-calculator .compare .calc-input {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}

.calc-widget-investment-calculator .compare .calc-input label {
    cursor: pointer;
}


/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}

/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    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: #074f71;
    color: #fff;
    font-size: 20px;
}

.custom-table td, .custom-table th {
    padding: 17px 13px;
    border: 1px solid #074f71;
    line-height: 23px;
    text-align: left;
}

.custom-table th {
    text-transform: uppercase;
}

.custom-table td {
    border: 1px solid #ededed;
    padding: 20px 13px;
}

.custom-table th span,
.custom-table td span {
    padding: 0;
}

/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }

    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}

/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/

/*-------------- Global Styles ------------*/

/* General */
body {
    background-color: #fff;
    overflow-x: hidden;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: #00bbe0;
}

img {
    max-width: 100%;
}

.module-stock-info input[type="submit"],
.module-stock-info button {
    background: #00bbe0;
    color: #fff;
    width: 95px;
    cursor: pointer;
}

input[type="text"], input[type="submit"], input[type="file"], select, button, textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px;
    background: #fff;
    color: #333;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: -2px;
}

select {
    background-image: url('../design/select-icons.png');
    background-color: #fff;
    color: #00bbe0;
    background-repeat: no-repeat;
    background-position: 80% -115px;
    padding-right: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Containers */

.container,
.module-banner .level1,
.module-pagetitle {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-section {
    background: #074f71 url(../images/plug-power-technician-blue-background.jpg) 300px top no-repeat;
    background-size: cover;
    min-height: 131px;
    border-bottom: 2px solid #fff;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .header-section {
        background: #074f71 url(../images/plug-power-technician-blue-background.jpg) 235px top no-repeat;
    }
}

/* PaneHeader */

.ClientLogo,
.StockQuoteHeaderContainer,
.ModuleSearch {
    position: relative;
    display: inline-block;
    max-height: 50px;
}

.StockQuoteHeaderContainer, .mobile-toggle, .ClientLogo {
    vertical-align: middle;
}

.ClientLogo {
    padding-top: 45px;
}

.module-mobile-header {
    display: none;
}

.ClientLogo img {
    max-height: 65px;
    max-width: 310px;
}

.StockQuoteHeaderContainer {
    color: #fff;
}

.ModuleSearch .SearchButton {
    text-indent: -9999px;
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    border: none;
    background: url(../images/search-icon.png) no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .StockQuoteHeaderContainer, .ModuleSearch {
        display: none;
    }

    .ClientLogo img {
        max-width: 200px;
        max-height: 50px;
    }
}

/*Pane Navigation */

@media screen and (min-width: 1024px) {

    .PaneHeader2 nav .level1 li,
    .PaneHeader2 nav .level2 {
        display: inline-block;
    }

    .PaneHeader2 nav .level3 li {
        padding: 0;
    }

    .PaneHeader2 nav ul.level1 li.selected > a,
    .PaneHeader2 nav ul.level2 li.focused > a,
    .PaneHeader2 nav ul.level2 li > li:hover,
    .PaneHeader2 nav ul.level1 li a:hover {
        background-color: #33c9e6;
        border-bottom: 3px solid #fff;
        padding: 10px 7px 7px;
    }


    .PaneHeader2 nav ul.level3 li a:hover,
    .PaneHeader2 nav ul.level3 li.focused > a,
    .PaneHeader2 nav ul.level3 li.selected > a {
        background: none;
        border: none;
    }


    .PaneHeader2 {
        background-color: #00bbe0;
        position: relative;
    }

    .PaneHeader2 nav {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .PaneHeader2 nav ul.level1 {
        text-align: center;
    }

    .PaneHeader2 nav .level2 li a,
    .PaneHeader2 nav .level1 li a {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 7px;
    }

    .PaneHeader2 nav .level3 {
        position: absolute;
        display: none;
        background-color: #074f71;
        z-index: 999;
        top: 44px;
        padding: 10px;
    }

    .PaneHeader2 nav .level2 > li .level3 li a {
        padding: 0;
        text-align: left;
    }

    .PaneHeader2 nav .level2 > li:hover .level3,
    .PaneHeader2 nav .level2 > li.focused .level3,
    .PaneHeader2 nav .level2 > li .level3 li,
    .PaneHeader2 nav .level2 > li .level3 li a {
        display: block;
    }
}
/*PaneHeader2*/

/* PaneBreadcrumb */
.PaneBreadcrumb {
    padding: 0 20px 30px 20px;
}

.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    font-size: 8px;
    text-transform: uppercase;
    color: #00bbe0;
}

.Breadcrumb a,
.Breadcrumb span {
    color: #074f71;
}

.Breadcrumb a:first-child:before {
    content: "Home";
    display: inline-block;
    font-size: 8px;
}

.Breadcrumb a:first-child {
    font-size: 0;
}

.page-continuedgrowth .Breadcrumb .ModuleInnerContainer:last-child:after {
    content: "Learn More";
    display: inline-block;
    font-size: 8px;
    color: #00bbe0;
}

.page-continuedgrowth .Breadcrumb .ModuleInnerContainer:last-child {
    font-size: 0;
}

/* PaneContentInner */

.PaneContentInner {
    padding: 10px 0 50px 0;
}

/*----------- Mobile Navigation -----------*/

.menu-close {
    display: none;
}

@media screen and (max-width: 1023px) {

    .mobile-toggled input[type="text"] {
        border-radius: 5px;
        color: #027c9c;
        padding: 0 40px;
        height: 40px;
        width: 100%;
    }

    .ModuleSearch .SearchButton {
        text-indent: -9999px;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        border: none;
        background: url(../images/search-icon.png) no-repeat center;
        background-size: cover;
        width: 20px;
        height: 20px;
    }

    .PaneNavigation .header-section {
        display: none;
    }

    .mobile-toggled .PaneNavigation .header-section {
        right: 0;
        display: block;
        left: 0;
        position: absolute;
    }

    .mobile-toggled.LayoutDefaultInner {
        position: absolute;
        top: 0;
        overflow: hidden;
    }

    .LayoutDefaultInner {
        position: relative;
        overflow: hidden;
        right: 0;
        left: 0;
        transition: ease 0.5s;
    }

    .mobile-toggle {
        position: absolute;
        right: 40px;
        top: 50px;
        padding: 10px;
    }

    .menu-close {
        cursor: pointer;
    }

    .PaneNavigation > span,
    .PaneNavigation nav ul.level1 > li {
        padding: 0;
    }

    .PaneNavigation nav a {
        color: #fff;
    }

    .PaneNavigation nav ul, .PaneNavigation nav ul li {
        display: block;
    }

    .PaneNavigation nav ul li,
    .PaneNavigation nav ul.level1 > li > a,
    .PaneNavigation .menu-close {
        display: block;
        padding: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }

    .PaneNavigation nav ul.level1 > li {
        border-bottom: 0;
    }

    .PaneNavigation nav ul.level2,
    .PaneNavigation nav ul li.selected {
        background-color: rgba(255,255,255,0.05);
    }

    .PaneNavigation nav ul li.has-children > a:before {
        font-family: "q4icons";
        content: "\e64f";
        display: inline-block;
        float: right;
        cursor: pointer;
    }

    .PaneNavigation nav ul li.has-children.expanded > a:before {
        content: "\e64a";
    }

    .PaneNavigation nav ul li.has-children > ul {
        max-height: 0;
        overflow: hidden;
        transition: ease 0.5s;
    }

    .PaneNavigation nav ul li.has-children.expanded > ul {
        max-height: 1000px;
    }

    .mobile-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #00bbe0;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .mobile-toggle .icon-1 {
        -moz-transform: translate(0,10px) rotate(0deg);
        -ms-transform: translate(0,10px) rotate(0deg);
        -o-transform: translate(0,10px) rotate(0deg);
        -webkit-transform: translate(0,10px) rotate(0deg);
        transform: translate(0,10px) rotate(0deg);
    }

    .mobile-toggle .icon-3 {
        -moz-transform: translate(0,-10px) rotate(0deg);
        -ms-transform: translate(0,-10px) rotate(0deg);
        -o-transform: translate(0,-10px) rotate(0deg);
        -webkit-transform: translate(0,-10px) rotate(0deg);
        transform: translate(0,-10px) rotate(0deg);
    }

    .mobile-toggled .icon-1 {
        -moz-transform: translate(0,0) rotate(45deg);
        -ms-transform: translate(0,0) rotate(45deg);
        -o-transform: translate(0,0) rotate(45deg);
        -webkit-transform: translate(0,0) rotate(45deg);
        transform: translate(0,0) rotate(45deg);
    }

    .mobile-toggled .icon-2 {
        background: transparent;
    }

    .mobile-toggled .icon-3 {
        -moz-transform: translate(0,-6px) rotate(-45deg);
        -ms-transform: translate(0,-6px) rotate(-45deg);
        -o-transform: translate(0,-6px) rotate(-45deg);
        -webkit-transform: translate(0,-6px) rotate(-45deg);
        transform: translate(0,-6px) rotate(-45deg);
    }

    .mobile-toggled .module-corporatemenu,
    .mobile-toggled .module-corporatemenu ul li,
    .mobile-toggled .module-headerlinks ul li,
    .mobile-toggled .search-results {
        display: block;
    }

    .mobile-toggled .module-headerlinks ul,
    .mobile-toggled .module-corporatemenu ul {
        text-align: left;
    }

    .mobile-toggled .ClientLogo {
        line-height: 90px;
        margin-left: 30px;
        padding-top: 50px;
        padding-left: 0;
        display: inline-block;
    }

    .mobile-toggled .module-headerlinks a {
        margin-top: 0;
        padding: 0;
    }

    .mobile-toggled .ClientLogo,
    .mobile-toggled .StockQuoteHeaderContainer,
    .mobile-toggled .ModuleSearch .module-container {
        display: block;
        max-height: 100%;
    }

    .PaneHeader2 nav.navbar-collapse.collapse.main-nav {
        background-color: #00bbe0;
        text-align: center;
        padding: 10px 0;
    }

    .PaneHeader2 ul.level1 li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        padding: 10px;
    }

    .PaneHeader2 ul.level1 li,
    .PaneHeader2 ul.level1 li.has-children .level2 li,
    .PaneHeader2 ul.level2 li.has-children .level3,
    .mobile-toggled .ModuleSearch .SearchText.close:after,
    .mobile-toggled .ModuleSearch .SearchText:after {
        display: none;
    }

    .PaneHeader2 ul.level1 li.expanded .level2 li,
    .PaneHeader2 ul.level2 li.expanded .level3,
    .PaneHeader2 ul.level1 li {
        display: block;
        padding: 10px 0;
    }

    .PaneHeader2 ul.level1 li.home > a:after,
    .PaneHeader2 ul.level2 li.has-children > a:after {
        content: "\e903";
        font-family: q4icons;
        position: absolute;
        right: 30px;
    }

    .PaneHeader2 ul.level1 li.home.expanded > a:after,
    .PaneHeader2 ul.level2 li.has-children.expanded > a:after {
        content: "\e904";
    }

    .PaneHeader2 ul.level2 li.has-children.expanded > a {
        background-color: #33c9e8;
        display: block;
    }

    .PaneHeader2 ul.level2 li.has-children.expanded .level3 {
        background-color: #004e72;
        display: block;
    }

    .mobile-toggled .module-pagetitle h1,
    .mobile-toggled .module-pagetitle h1:after,
    .mobile-toggled h2,
    .mobile-toggled h2:after,
    .mobile-toggled .PaneHeader2 ul.level1 li.home > a:after,
    .mobile-toggled .PaneHeader2 ul.level2 li.has-children > a:after {
        z-index: -1;
        border: none;
    }

    .module-mobile-header {
        background-color: #074f71;
        min-height: 131px;
        border-bottom: 2px solid #fff;
        display: block;
    }

    .mobile-toggled .module-mobile-header .ClientLogo {
        display: none;
    }

    .module-mobile-header .ClientLogo {
        padding-left: 20px;
    }

    .mobile-toggled .search-results .module-container {
        position: relative;
        top: 0;
        right: 0;
        padding-bottom: 20px;
    }

    .PaneNavigation .module-pagetitle h1, .PaneHeader h2 {
        width: 50%;
        font-size: 30px;
    }
}

@media screen and (max-width:480px) {
    .PaneNavigation .module-pagetitle h1, .PaneHeader .ModuleOuterContainer h2 {
        font-size: 24px;
        width: 70%;
    }
}

/*------------- Miscellaneous -------------*/

/* RSS */

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText, .ModuleFileSpacer,
.upcoming-events .ModuleYearNavContainer {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
    font-size: 0;
    line-height: 0;
}

.css {
    color: #FF00FF;
}

/* Header CSS Starts */

.module-banner {
    background-image: url(../images/plugpower-banner.jpg);
    padding-bottom: 15%;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.page-management-team .module-banner,
.page-board-of-directors .module-banner,
.page-governance-documents .module-banner,
.page-committee-composition .module-banner,
.page-why-invest .module-banner {
    background-image: url(../images/management/governance-banner.jpg);
    background-position: top center;
}

.page-stock-information .module-banner,
.page-events-and-presentations .module-banner,
.PageEventsPresentationsEventDetails .module-banner {
    background-image: url(../images/banner/stock-info-banner.jpg);
    background-position: bottom center;
}

.page-financial-summary .module-banner,
.page-quarterly-results .module-banner,
.page-sec-filings .module-banner,
.PageFinancialInfoSECFilingsSECFilingDetails .module-banner {
    background-image: url(../images/banner/financial-info-banner.jpg);
    background-position: top center;
}

.page-press-releases .module-banner,
.PagePressReleasesPressReleaseDetails .module-banner {
    background-image: url(../images/banner/pressreleases-banner.jpg);
    background-position: top center;
}

/*.page-contact-ir .module-banner{
    background-image: url(../images/banner/investor-resources-banner.jpg);
    background-position: top center;
}*/

.page-faqs .module-banner,
.page-analyst-coverage .module-banner,
.page-email-alerts .module-banner,
.page-rss .module-banner,
.page-contact-ir .module-banner {
    background-image: url(../images/banner/analyst-coverage-banner.jpg);
    background-position: bottom center;
}

.module-corporatemenu,
.module-corporatemenu ul li,
.module-headerlinks ul li {
    display: inline-block;
}

.module-corporatemenu ul li,
.module-headerlinks ul li {
    padding: 5px 8px;
    text-transform: uppercase;
}

.header-menu-section {
    text-align: right;
}

.module-headerlinks ul li {
    padding: 0 10px;
}

.module-corporatemenu ul li a {
    color: #fff;
}

.module-corporatemenu ul li a:hover {
    color: #00bbe0;
}

/*.module-headerlinks a:before {
    background-image: url(../images/sprite-products-retina.png);
    background-size: auto 100px;
    content: '';
    display: block;
    height: 18px;
    width: 98px;
}*/

.module-headerlinks a {
    padding: 0 5px;
    outline: none;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

.module-headerlinks a:hover {
    color: #00bbe0;
}

.module-headerlinks .relion a:before,
.module-headerlinks .gensure a:before {
    background-position: -275px 0;
    width: 115px;
}

.module-headerlinks .gendrive a:before {
    background-position: -125px 0;
    width: 125px;
}

.module-headerlinks .genfuel a:before {
    background-position: -400px 0;
    width: 113px;
}

.module-headerlinks .gencare a:before {
    background-position: -525px 0;
    width: 118px;
}

.module-headerlinks .genkey a:hover:before {
    background-position: 0 -50px;
}

.module-headerlinks .gendrive a:hover:before {
    background-position: -125px -50px;
}

.module-headerlinks .gensure a:hover:before,
.module-headerlinks .relion a:hover:before {
    background-position: -275px -50px;
}

.module-headerlinks .genfuel a:hover:before {
    background-position: -400px -50px;
}

.module-headerlinks .gencare a:hover:before {
    background-position: -525px -50px;
}

.SearchText:after {
    content: "\e643";
    font-family: q4icons;
    display: block;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.SearchText.close:after {
    content: "\e602";
}

.PaneNavigation {
    position: relative;
}

.module-pagetitle h1,
.PaneHeader h2 {
    position: absolute;
    top: 250px;
    width: 40%;
}

.PaneHeader h2 {
    font-size: 36px;
    margin-bottom: 2em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2em;
    padding: 0;
    border: none;
}

.module-pagetitle h1:after,
.PaneHeader h2:after {
    border-bottom: 2px solid #fff;
    padding-top: 20px;
    content: "";
    display: block;
}

.module-banner .level1 li,
.search-results .module-container,
.ir-landing-page .module-pagetitle h1 {
    display: none;
}

.search-results.active .module-container,
.PaneHeader .ModuleTitle span,
.module-pagetitle h1 span,
.SearchText {
    display: block;
}

.search-results .module-container {
    top: 30px;
    right: 0;
    position: absolute;
}

@media screen and (min-width:1400px) {
    .module-banner {
        min-height: 400px;
    }
}

/*@media screen and (min-width:1024px) {
    .module-headerlinks ul {
        margin-right: 25px;
    }
}
*/
/* Header CSS Ends */

/* Footer CSS Starts */

/* PaneFooter */

.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}

.FooterLinks li a {
    color: #fff;
}

.Copyright, .PaneQ4Footer a {
    color: #565656;
}

.PaneFooter {
    background-color: #f2f2f3;
    padding: 30px 0;
}

.PaneFooter2 {
    background: #074f71 url(../images/plug-power-technician-blue-background.jpg) top no-repeat;
    background-position: 322px;
    background-size: cover;
}

.PaneFooter2 .grid {
    padding: 30px 0;
}

.PaneFooter2,
.PaneQ4Footer {
    background-color: #074f71;
}

.investor-contact h3,
.PaneFooter h2 {
    color: #074f71;
    border: none;
    font-size: 16px;
    margin-bottom: 12px;
}

.PaneFooter h2 {
    margin-bottom: -5px;
}

.investor-contact address span,
.footer-offices span {
    display: block;
}

.investor-contact address {
    padding-bottom: 20px;
}

.investor-contact address.investor-section span,
.investor-contact address span a:hover,
.PaneFooter .QuickLinks li a:hover,
.footer-navigation li a:hover {
    color: #00bbe0;
}

.investor-contact address span a,
.PaneFooter .QuickLinks a {
    color: initial;
}

.PaneFooter .QuickLinks li {
    padding-bottom: 10px;
}

.PaneFooter .QuickLinks li:before {
    content: "\e64f";
    font-family: q4icons;
    color: #00bbe0;
    padding-right: 5px;
}

.footer-alerts .ModuleOuterContainer .MailingListCol1,
.footer-alerts .MailingListListTable .MailingListsHeading,
.footer-alerts .MailingListListTable .RequiredField {
    display: none;
}

.footer-alerts .MailingListListTable table tr {
    display: inline-block;
    padding-right: 20px;
}

.footer-alerts .MailingListListTable table tr:last-child {
    padding-left: 5px;
}

.footer-alerts .GridActions input {
    margin-top: 3px;
}

.MailingListSignupContainer.footer-alerts input[type="submit"] {
    padding: 9px 10px;
}

.MailingListSignupContainer.footer-alerts table td.MailingListCol2 {
    width: 235px;
}

.footer-alerts .ModuleInnerContainer,
.MailingListSignupContainer.footer-alerts table {
    margin-top: -13px;
}

.footer-blog {
    color: #fff;
    padding-right: 25px;
}

.footer-blog strong,
.footer-blog a,
.footer-offices span strong,
.footer-offices a,
.investor-contact span strong {
    /*text-transform: uppercase;*/
    display: block;
}

.footer-offices {
    color: #fff;
}

.footer-offices address {
    padding-bottom: 10px;
}

.footer-subscribe li a {
    background-image: url(../images/social-sprite.png);
    background-repeat: no-repeat;
    background-size: 650%;
    border-radius: 2px;
    height: 32px;
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 32px;
    opacity: .6;
}

.footer-subscribe li.facebook-icon a {
    background-position: -24px -13px;
}

.footer-subscribe li.twitter-icon a {
    background-position: -90px -17px;
    background-size: 700%;
}

.footer-subscribe li.youtube-icon a {
    background-position: -54px -41px;
    background-size: 455%;
}

.footer-subscribe li.linkedin-icon a {
    background-position: -122px -11px;
    background-size: 550%;
}

.footer-subscribe li.feed-icon a {
    background-position: -103px -44px;
    background-size: 480%;
}

.footer-subscribe li a:hover {
    opacity: .9;
}

.footer-subscribe li {
    display: inline-block;
    padding-right: 5px;
    padding-top: 5px;
}

.footer-navigation,
.Copyright,
.Q4FooterContainer {
    padding-bottom: 17px;
    text-align: center;
}

.footer-navigation .primary-link {
    line-height: 1;
}

.footer-navigation li {
    display: inline-block;
    padding: 0 9px;
}

.footer-navigation li a,
.Copyright,
.Q4FooterContainer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.Copyright,
.Q4FooterContainer a {
    font-size: 8px;
}

.Q4FooterContainer {
    padding-bottom: 20px;
}

.Copyright {
    padding-bottom: 0;
    line-height: 0;
}

@media screen and (max-width:1083px) {
    .GridActions {
        padding-bottom: 20px;
    }
}

@media screen and (min-width:494px) and (max-width:982px) {
    .footer-alerts .MailingListListTable table tr:last-child {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    .footer-blog,
    .footer-offices {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:320px) {
    .footer-alerts .MailingListListTable table tr:last-child {
        padding-left: 0;
    }
}
/* Footer CSS Ends */

/* IR Landing Page CSS Starts */

.ir-landing-page .about-plugpower p {
    font-size: 14px;
}

.module-irlanding .presentation-container h2 {
    color: #074f71;
}

.module-irlanding .latest-news .title a:hover,
.module-irlanding .featured-container a:hover,
.module-irlanding .upcoming-events a:hover,
.module-irlanding p a,
.module-irlanding .stock-quote .stock-info-link a:hover {
    color: #00bbe0;
}

.module-irlanding h2 {
    font-size: 22px;
    border-bottom: 2px solid #00bbe0;
    padding-bottom: 20px;
}

.module-irlanding p a {
    text-transform: uppercase;
    font-weight: 600;
}

.module-irlanding .stock-quote .StockTableFeed {
    background-color: #074f71;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 10px;
    margin-left: 30px;
}

.module-irlanding .stock-quote .StockTableItem {
    border: 1px solid #fff;
    display: block;
    padding: 20px;
}

.module-irlanding .stock-quote .StockTableFeed .Stocksymbol,
.module-irlanding .stock-quote .StockTableFeed .StockVolumeText,
.module-irlanding .stock-quote .StockTableFeed .StockData.Price,
.module-irlanding .stock-quote .StockTableFeed .StockLabel.PriceLabel {
    display: block;
}

.module-irlanding .stock-quote .StockTableFeed .StockData.Price,
.module-irlanding .stock-quote .stock-info-link a {
    font-size: 45px;
    font-weight: 600;
    display: inline-block;
}

.module-irlanding .stock-quote .StockTableFeed .StockLabel.PriceLabel,
.module-irlanding .stock-quote .stock-info-link a {
    font-size: 16px;
    color: #fff;
}

.module-irlanding .stock-quote .StockTableFeed .stock-percent {
    padding: 10px 0 10px;
}

.module-irlanding .stock-quote .StockTableFeed .StockVolumeText {
    padding-bottom: 20px;
}

.module-irlanding .delay {
    font-size: 10px;
    text-transform: capitalize;
}

.module-irlanding.StockLabel.ChangeLabel.StockPriceDown:before .module-irlanding.StockLabel.ChangeLabel.StockPriceUp:before {
    content: "\e903";
    font-family: q4icons;
    font-size: 18px;
    padding: 0 5px;
    color: #00bbe0;
    vertical-align: top;
}

.module-irlanding.StockLabel.ChangeLabel.StockPriceUp:before {
    content: "\e904";
}

.StockLabel.PercentageChangeLabel, .StockLabel.ChangeLabel {
    display: block;
    font-size: 16px;
}

.module-irlanding .stocklabel-section {
    display: inline-block;
    text-align: left;
}

.module-irlanding .latest-section {
    background: #cfcfcf url(../images/irlanding-page/latest-news-image.jpg) bottom no-repeat;
    background-size: cover;
}

.module-irlanding .upcoming-section {
    background: #074f71 url(../images/irlanding-page/upcoming-events-image.jpg) bottom no-repeat;
    background-size: cover;
}

.module-irlanding .latest-section .container,
.module-irlanding .upcoming-section .container {
    padding: 75px 20px 55px 20px;
}

.module-irlanding .latest-section .date,
.module-irlanding .q4-category-text {
    color: #074f71;
    font-weight: 600;
}

.module-irlanding .q4-category-text {
    font-size: 16px;
}

.module-irlanding .latest-section .title a,
.module-irlanding .q4-financial-documents a {
    color: #333;
    font-weight: normal;
    text-transform: none;
}

.about-plugpower a:hover,
.module-irlanding .learn-more a:hover,
span.learn-more a:hover {
    text-decoration: underline;
    color: #00bbe0;
}

.module-irlanding .q4-financial-documents li a,
.module-irlanding .learn-more,
.module-irlanding .why-invest p {
    text-transform: uppercase;
}

.module-irlanding .learn-more {
    font-weight: 500;
    display: block;
}

.module-irlanding .q4-financial-documents li {
    display: block;
    padding: 20px 14px 0 0;
}

.about-section .container {
    padding-bottom: 90px;
}

.module-irlanding .upcoming-section a,
.module-irlanding .upcoming-section p,
.module-irlanding .upcoming-section .date {
    color: #fff;
}

.module-irlanding .why-invest .content-container h2 {
    display: none;
}

.module-irlanding .why-invest p:last-child {
    padding-top: 20px;
}

.module-irlanding .upcoming-section .items,
.module-irlanding .featured-presentation {
    min-height: 200px;
}

.module-irlanding .upcoming-section .slick-dots,
.module-irlanding .latest-news .slick-dots {
    text-align: left;
    bottom: 0;
}

.module-irlanding .latest-news .slick-dots {
    margin-left: 15px;
    bottom: -25px;
}

.ir-landing-page .PaneContentInner {
    padding: 10px 0 0 0;
}

.module-irlanding .StockPriceDown:before,
.module-irlanding .StockPriceUp:before {
    content: "\e903";
    font-family: q4icons;
    display: inline-block;
    padding: 0 7px;
    color: #00bbe0;
    top: 10px;
    position: relative;
}

.module-irlanding .StockPriceUp:before {
    content: "\e904";
}

.module-irlanding .StockPriceDown:last-child:before,
.module-irlanding .StockPriceUp:last-child:before {
    color: transparent;
}

.module-irlanding .featured-container,
.module-irlanding .whyinvest-container {
    padding-left: 15px;
}

.module-irlanding .about-plugpower,
.module-irlanding .news-container,
.module-irlanding .events-container,
.module-irlanding .whyinvest-container {
    padding-right: 15px;
}

.module-irlanding .upcoming-events .icon > div {
    padding: 10px 30px 2px 0;
    display: inline-block;
}

.learn-more .presentation {
    font-size: 10px;
    display: block;
}

.featured-presentation iframe {
    min-height: 424px;
    width: 800px;
}

.ir-landing-page .upcoming-events .slick-initialized .slick-slide {
    outline: none;
    margin-left: 1px;
    color: #fff;
}

.ir-landing-page .why-invest .why-invest-slide {
    margin-left: 2px;
}

.featured-container a.q4-financial-document.Investor.Letter.PDF:before {
    content: "\e99b";
    font-family: 'q4-iconsnew';
    display: inline-block;
    font-size: 25px;
    padding: 12px;
    margin-right: 10px;
    border: 2px solid #00bbe0;
    border-radius: 50%;
    color: #00bbe0;
    vertical-align: middle;
}

.featured-container a.q4-financial-document.Investor.Letter.PDF:hover::before {
    color: #fff;
    background-color: #00bbe0;
    border: 2px solid #00bbe0;
}

.featured-container .q4-financial-document.Press.Release:before,
.featured-container a.q4-financial-document.Webcast:before,
.featured-container a.q4-financial-document.Presentation.PDF:before,
.featured-container a.q4-financial-document.Filing.PDF:before,
.featured-container .q4-financial-document.Form.PDF:before {
    content: "";
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.featured-container .q4-financial-document.Press.Release:before, 
.featured-container .q4-financial-document.Form.PDF:before {
    background-image: url(../icons/quarter-pdf.svg);
}

.featured-container a.q4-financial-document.Webcast:before {
    background-image: url(../icons/quarter-webcast.svg);
}

.featured-container a.q4-financial-document.Presentation.PDF:before {
    background-image: url(../icons/quarter-presentation.svg);
}

.featured-container a.q4-financial-document.Filing.PDF:before {
    background-image: url(../icons/quarter-filing.svg);
}

.module-financial-summary .annual.report a[href*=".pdf"]:hover:before {
    background-image: url(../icons/pdf-hover.svg);
}

.featured-container a.q4-financial-document.Filing.PDF:hover:before {
    background-image: url(../icons/quarter-filing-hover.svg);
    visibility: visible;
    content: "";
}

.featured-container .q4-financial-document.Press.Release:hover:before {
    background-image: url(../icons/quarter-pdf-hover.svg);
    visibility: visible;
    content: "";
}

.featured-container a.q4-financial-document.Webcast:hover:before {
    background-image: url(../icons/quarter-webcast-hover.svg);
    visibility: visible;
    content: "";
}

.featured-container a.q4-financial-document.Presentation.PDF:hover:before {
    background-image: url(../icons/quarter-presentation-hover.svg);
    visibility: visible;
    content: "";
}

.featured-container a.q4-financial-document.Filing.PDF:after {
    background-image: url(../icons/quarter-filing-hover.svg);
    visibility: hidden;
    content: "";
}

.featured-container .q4-financial-document.Press.Release:after,
.module-financial-summary .annual.report a[href*=".pdf"]:after {
    content: "";
    background-image: url(../icons/quarter-pdf-hover.svg);
    visibility: hidden;
}

.featured-container a.q4-financial-document.Webcast:after {
    background-image: url(../icons/quarter-webcast-hover.svg);
    visibility: hidden;
    content: "";
}

.featured-container a.q4-financial-document.Presentation.PDF:after {
    background-image: url(../icons/quarter-presentation-hover.svg);
    visibility: hidden;
    content: "";
}

.module-financial-summary .annual.report a[href*=".pdf"]:after {
    background-image: url(../icons/pdf-hover.svg);
    visibility: hidden;
    content: "";
}

.upcoming-events .q4-atc-button:after {
    background-image: url(../icons/landing/calendar-hover.svg);
    visibility: hidden;
    content: "";
}

.upcoming-events .webcaset a.be-webcast:after {
    background-image: url(../icons/landing/webcast.svg);
    visibility: hidden;
    content: "";
}

.upcoming-events .q4-atc-button:hover:before {
    background-image: url(../icons/landing/calendar-hover.svg);
    visibility: visible;
    content: "";
}

body:after {
    content: "";
    visibility: hidden;
    height: 0;
    background: url(../images/sprite-products-retina.png);
}

.upcoming-events .webcaset a.be-webcast:hover:before {
    background-image: url(../icons/landing/webcast.svg);
    visibility: visible;
    content: "";
}

.upcoming-events .q4-atc-button:before,
.upcoming-events .webcaset a.be-webcast:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.module-irlanding .news-container,
.module-irlanding .events-container,
.module-irlanding .featured-container {
    position: relative;
    min-height: 425px;
}

.module-irlanding .icon a {
    color: #000;
}

.module-irlanding .upcoming-events .icon > div.pressReleases {
    padding-right: 49px;
}

.module-irlanding .list {
    padding-bottom: 10px;
}

.module-irlanding .featured-presentation {
    padding-left: 13%;
}

.module-irlanding .featured-presentation a {
    color: #333;
    padding-bottom: 10px;
}

.module-irlanding .stock-quote {
    margin-top: 59px;
}

.upcoming-events .items {
    min-height: 390px;
}

.latest-news .items {
    min-height: 377px;
}

.featured-container .q4-financial-documents {
    min-height: 364px;
}

.upcoming-events .items .date {
    padding-bottom: 9px;
}

.module-irlanding .q4-financial-documents li:first-child {
    padding-top: 13px;
}

@media screen and (max-width:1024px) {
    .stocklabel-section {
        font-size: 12px;
        right: 30px;
    }

    .module-irlanding .stock-quote .StockTableFeed .StockData.Price {
        font-size: 35px;
    }
}

@media screen and (max-width:1024px) and (orientation:landscape) {

    .module-irlanding .news-container,
    .module-irlanding .events-container,
    .module-irlanding .featured-container {
        min-height: 360px;
    }

    .module-irlanding .featured-presentation {
        padding-left: 10%;
    }
}

@media screen and (max-width:768px) {
    .module-irlanding .stock-quote {
        margin-top: 0;
    }

    .module-irlanding .stock-quote .StockTableFeed {
        float: none;
        margin: 0;
    }

    .module-irlanding .about-plugpower,
    .module-irlanding .news-container,
    .module-irlanding .events-container,
    .module-irlanding .whyinvest-container,
    .about-section .container {
        padding-bottom: 30px;
    }

    .module-irlanding .whyinvest-container,
    .module-irlanding .featured-presentation,
    .featured-presentation iframe {
        padding-left: 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .module-irlanding .featured-container,
    .module-irlanding .presentation-container {
        padding-left: 0;
    }


    .presentation-container .learn-more {
        max-width: 300px;
        margin: 0 auto;
    }

    .module-irlanding .about-plugpower,
    .module-irlanding .news-container,
    .module-irlanding .events-container,
    .module-irlanding .whyinvest-container {
        padding-right: 0;
    }

    .module-irlanding .upcoming-section .items,
    .module-irlanding .featured-presentation {
        min-height: 100%;
    }

    .module-irlanding .upcoming-section .slick-dots,
    .module-irlanding .latest-news .slick-dots {
        bottom: -20px;
    }

    .featured-presentation iframe {
        min-height: 300px;
    }

    .module-irlanding .upcoming-events .icon > div.pressReleases {
        padding-right: 30px;
    }

    .module-irlanding .news-container,
    .module-irlanding .events-container,
    .module-irlanding .featured-container {
        min-height: 325px;
    }

    .module-irlanding .learn-more {
        bottom: 0;
    }

    .module-irlanding .featured-presentation {
        padding-left: 0;
    }
}


@media screen and (max-width:362px) {
    .featured-presentation iframe {
        min-height: 230px;
    }
}

/* IR Landing Page CSS Ends */

/* Financial Summary Page CSS Starts */

/*-------- Financial Table Widget ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table-header {
    background-color: #074f71;
}

/* Slick Overwrite */
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display: inline-block;
    color: #fff;
}

.module-financial-summary .financial-table .financial-category-text {
    color: #333;
    padding: 23px 15px;
    border-right: 1px solid #ededed;
    line-height:1.4;
}
/*.financial-table-content .financial-category-row:first-child .financial-category-text {
    padding: 16px 15px;
}*/
.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list .slick-list,
.financial-table .financial-category-text {
    padding: 20px 0;
}

.financial-table .financial-documents span {
    display: inline-block;
    width: 25px;
    text-align: center;
    line-height: 43px;
    color: #333;
    vertical-align: middle;
}

.financial-table .financial-documents span.empty {
    opacity: 0.6;
}

.module-financial-summary .annual.report span.empty {
    opacity: 0.3;
    cursor: default;
    font-size: 0;
}

.financial-table .slick-slide:focus {
    outline: none;
}

.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}

.module-financial-summary .financial-table .financial-year-list .slick-next {
    right: 10px;
}

.financial.report a[href*=".pdf"]:before,
.quarterly a[href*=".pdf"]:before,
.financial-table .financial-documents .annual.report span {
    display: none;
    font-size: 0;
}

.financial-category-row {
    border: 1px solid #ededed;
    border-bottom: none;
}

.module-financial-summary .financial-table .financial-documents span:hover {
    color: #00bbe0;
}

.module-financial-summary .financial-table .financial-documents span.empty span:hover {
    color: initial;
}

.financial-category-row:last-child {
    border-bottom: 1px solid #ededed;
}

.module-financial-summary .slick-list.draggable > div > div {
    border: none;
    line-height: 22px;
    font-size: 16px;
}

.module-financial-summary .slick-slide {
    display: inline-block;
    float: none;
    padding: 10px;
    border-right: 1px solid #ededed;
}

.module-financial-summary .financial-category-row:last-child .financial-documents {
    padding: 20px 10px;
}

.module-financial-summary .financial-category-row:last-child .financial-documents span {
    line-height: 0;
}

.module-financial-summary h2 {
    width: 65%;
}

.module-financial-summary .financial-table {
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .module-financial-summary .slick-slide {
        border-right: none;
        padding: 0;
    }
}

@media (max-width: 321px) {
    .module-financial-summary .financial-category-row:nth-child(3) .slick-slide {
        padding: 23px 0;
    }
}

/* Financial Summary Page CSS Ends */

/* Stock Info Page CSS Starts */

.module-stock-info input[type="text"] {
    background: #fff;
    margin: 0 20px;
    width: 95px;
    height: 40px;
}

.stockinfo-stockquote h4,
.module-stock-info input[type="text"] {
    color: #333;
}

.module-stock-info .stock-chart input[type="text"] {
    margin: 0;
    outline: none;
    border: none;
}

.stockinfo-stockquote .StockTableText,
.stockinfo-stockquote .StockTableDate {
    display: inline-block;
}

.stockinfo-stockquote .StockTableDate {
    float: right;
}

.stockinfo-stockquote .stockquote-container {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 0;
    text-align: center;
}

.stockinfo-stockquote .stockprice-value {
    background: #074f71;
    color: #fff;
    padding: 45px 0;
    text-transform: uppercase;
}

.stockinfo-stockquote .StockTablePrice h1 {
    margin: 0;
}

.stockinfo-stockquote .StockTableItem p {
    font-weight: 600;
}

.stockinfo-stockquote .StockTableItem p:last-child {
    font-weight: 300;
}

.stockinfo-stockquote .StockTableDelay {
    margin-top: 10px;
    text-align: right;
}

.stockinfo-stockquote .StockTableItem > div:first-child {
    border-bottom: 1px solid #ededed;
}

.stockinfo-stockquote .StockQuoteTable {
    padding: 0;
}

.module-stock-info .stockinfo-stockquote,
.module-stock-info .stock-chart,
.module-stock-info .historical,
.module-stock-info .content-section {
    padding-bottom: 60px;
}

.stock-table > span {
    padding: 10px 0;
    display: inline-block;
    font-size: 12px;
}

.stock-historical p span {
    padding: 14px;
    display: block;
    text-align: center;
    background: #074f71;
    color: #fff;
    text-transform: uppercase;
}

.stock-historical p span:last-child {
    border: 1px solid #dedede;
    border-right: none;
    background: #fff;
    color: #333;
}

.stock-historical p:last-child span:last-child {
    border-right: 1px solid #dedede;
}

.stock-historical .stock-selects > span {
    display: inline-block;
}

.module-stock-info .icheckbox.checked:after {
    background: #fff;
}

.module-stock-info .icheckbox {
    background: #00bbe0;
}

.module-stock-info .imageBased .calc-label {
    padding-right: 20px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.calc-loadingMessage.hide {
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    background: #074f71;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker .ui-datepicker-title select {
    font-weight: normal;
    padding: 7px;
}

@media (max-width: 768px) {
    .stockinfo-stockquote .stockprice-value {
        padding: 30px 20px;
    }

    .calc-widget-investment-calculator .calc-row {
        margin: 0 0 10px 0;
        display: block;
        text-align: left;
    }

    .calc-widget-investment-calculator .calc-row > span {
        width: 160px;
        margin: 0 0 10px 0;
    }

    .module-stock-info input[type="text"] {
        margin: 0;
    }

    .module-stock-info .stockinfo-stockquote,
    .module-stock-info .stock-chart,
    .module-stock-info .historical {
        padding-bottom: 40px;
    }

    .module-stock-info .content-section {
        padding-bottom: 0;
    }
}


@media screen and (max-width:568px) and (orientation: landscape) {
    .module-investment-calculator .calc-input {
        display: block;
        padding-right: 0;
        margin: 15px 0;
    }
}

@media (max-width: 540px) {
    .historical .stock-selects > span.text {
        display: block;
    }
}

@media (max-width: 480px) {
    .stockinfo-stockquote .StockTableDate {
        float: none;
        margin-bottom: 10px;
    }

    .stockinfo-stockquote .StockTableItem p:last-child {
        float: right;
    }

    .stockinfo-stockquote .StockTableItem p {
        display: inline-block;
    }

    .stockinfo-stockquote .StockTableItem > div {
        text-align: left;
    }

    .stockinfo-stockquote .StockTableItem > div.calc-widget-investment-calculator {
        border-bottom: 1px solid #ededed;
    }

    .stockinfo-stockquote .StockTableItem:last-child > div:last-child {
        border-bottom: none;
    }

    .historical p:nth-child(2n+2) span {
        border-right: 1px solid #ededed;
    }

    .historical p span:last-child {
        padding: 20px 12px;
    }

    .highcharts-tooltip > span {
        width: 180px !important;
        overflow: auto;
        white-space: normal !important;
    }

    .calc-widget-investment-calculator .calc-input {
        display: block;
        padding-right: 0;
        margin: 15px 0;
    }

    .calc-widget-investment-calculator .compare .calc-input {
        display: block;
    }
}

/* Stock Info Page CSS Ends */

/* Event Detail page Page CSS start */

.AddToCalendar a:before {
    background-image: url(../icons/calendar.svg);
}

.WebcastLink a:before,
.module-quarterly-results .que-list a.Webcast:before,
.module-quarterly-results .que-list a.Transcript:before,
.upcoming-events .webcaset a.be-webcast:before {
    background-image: url(../icons/webcast.svg);
}

.register a:before {
    background-image: url(../icons/register.svg);
}

.PressRelease a:before, .attachment a[href*=".pdf"]:before,
.presentation a:before,
.module-sec-filings .docs a[href*=".pdf"]:before,
.module-sec-filings .docs a[href*=".PDF"]:before,
.module-quarterly-results .que-list a.PDF:before,
.module-financial-summary .annual.report a[href*=".pdf"]:before,
.annual.report span.empty,
.ModuleDownloadListWithTags .ModuleHeadlineLink:after,
.ModuleSECFilingDetails .Icons i.q4i-doc-pdf:before,
.ModulePressReleaseDetails .ModuleLinks a.q4i-doc-pdf:before,
.module-irlanding .upcoming-events a.be-pdf:before {
    background-image: url(../icons/pdf.svg);
}

a.download:before,
.learn-more .presentation:before {
    background-image: url(../icons/download.svg);
}

.WebcastLink a:hover:before,
.module-quarterly-results .que-list a.Webcast:hover:before,
.module-quarterly-results .que-list a.Transcript:hover:before {
    background-image: url(../icons/webcast-hover.svg);
    visibility: visible;
}

.PressRelease a:hover:before,
.presentation a:hover:before,
.module-sec-filings .docs a[href*=".pdf"]:hover:before,
.module-sec-filings .docs a[href*=".PDF"]:hover:before,
.module-quarterly-results .que-list a.PDF:hover:before,
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:after,
.ModuleSECFilingDetails .Icons i.q4i-doc-pdf:hover:before,
.module-irlanding .upcoming-events a.be-pdf:hover:before,
.ModulePressReleaseDetails .ModuleLinks a.q4i-doc-pdf:hover:before {
    background-image: url(../icons/pdf-hover.svg);
    visibility: visible;
}
.attachements a:before,
.ModuleEventDetails  .ModuleLinks .Document a:before{
    content: "\e99b";
    font-family: 'q4-iconsnew' !important;
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    vertical-align: middle;
}
a.download:hover:before,
.learn-more .presentation:hover:before {
    background-image: url(../icons/download-hover.svg);
    visibility: visible;
}

.register a:hover:before {
    background-image: url(../icons/register-hover.svg);
    visibility: visible;
}

.AddToCalendar a:hover:before {
    background-image: url(../icons/calendar-hover.svg);
    visibility: visible;
}

.WebcastLink a:after,
.module-quarterly-results .que-list a.Webcast:after,
.module-quarterly-results .que-list a.Transcript:after {
    content: "";
    background-image: url(../icons/webcast-hover.svg);
    visibility: hidden;
}

.PressRelease a:after,
.presentation a:after,
.module-sec-filings .docs a[href*=".pdf"]:after,
.module-sec-filings .docs a[href*=".PDF"]:after,
.module-quarterly-results .que-list a.PDF:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink:before,
.ModuleSECFilingDetails .Icons i.q4i-doc-pdf::after,
.module-irlanding .upcoming-events a.be-pdf:after,
.ModulePressReleaseDetails .ModuleLinks a.q4i-doc-pdf:after,
.page-sec-filings .itemView a.RTF:after,
.page-sec-filings .itemView a.XLS:after {
    background-image: url(../icons/pdf-hover.svg);
    content: "";
    visibility: hidden;
}

.register a:after {
    background-image: url(../icons/register-hover.svg);
    content: "";
    visibility: hidden;
}

.AddToCalendar a:after {
    background-image: url(../icons/calendar-hover.svg);
    content: "";
    visibility: hidden;
}

a.download:after,
.learn-more .presentation:after {
    background-image: url(../icons/download-hover.svg);
    content: "";
    visibility: hidden;
}

a.download:before, .attachment a:before, .PressRelease a:before, .presentation a:before, .register a:before, .WebcastLink a:before, .WebcastLink a:before, .AddToCalendar a:before, .module-irlanding .AddToCalendar a:before, .module-sec-filings .docs a[href*=".pdf"]:before, .module-sec-filings .docs a[href*=".PDF"]:before, .module-quarterly-results .que-list a.PDF:before, .module-quarterly-results .que-list a.Webcast:before, .module-quarterly-results .que-list a.Transcript:before, .learn-more .presentation:before, .module-financial-summary .annual.report a[href*=".pdf"]:before, .annual.report span.empty,
.ModuleDownloadListWithTags .ModuleHeadlineLink:after,
.ModuleSECFilingDetails .Icons i.q4i-doc-pdf:before,
.module-irlanding .upcoming-events a.be-pdf:before,
.ModulePressReleaseDetails .ModuleLinks a.q4i-doc-pdf:before,
.itemView a.RTF:before,
.itemView a.XLS:before,
.itemView .XBRL_HTML:before,
.itemView .XBRL:before,
.q4i-doc-word:before,
.q4i-doc-graph:before,
.q4i-doc-zip:before,
.q4i-doc-html:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/* Event Detail page Page CSS end */

/*Events and Presentation page CSS Start */

.page-events-and-presentations .presen {
    display: inline-block;
}

.page-events-and-presentations .presentation-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-top: 150px;
}

#events-calendar .day.adjacent-month,
events-calendar .empty.adjacent-month {
    opacity: 0.01;
    background: none;
    pointer-events: none;
}

.page-events-and-presentations #events-calendar .controls .month {
    width: 9%;
    color: #074f71;
    text-transform: uppercase;
}

#events-calendar .days-container .days .day.today, #events-calendar .days-container .days .empty.today {
    background-color: #fff;
    border-radius: 50%;
}

.page-events-and-presentations #latest-events {
    padding-left: 46px;
}

.page-events-and-presentations .eventfunction .AddToCalendar,
.eventfunction .WebcastLink {
    display: inline-block;
}

.page-events-and-presentations .eventfunction a,
#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today,
.page-events-and-presentations .ModuleItemRow a,
.presentation-wrapper a.download {
    color: #000;
}

.page-events-and-presentations .q4i-rounded-upchevon:before {
    content: "\e64c";
}

.page-events-and-presentations .q4i-rounded-downchevon:before {
    content: "\e64f";
}

#events-calendar .day.event, #events-calendar .empty.event {
    background-color: #f2f2f3;
}

.page-events-and-presentations #events-calendar .day.event:after {
    background: #00bbe0;
    display: block;
    height: 6px;
    border-radius: 50%;
    margin: 2px auto 0;
    width: 6px;
    content: '';
}

.page-events-and-presentations .q4i-icon-webcast:before,
.page-events-and-presentations .q4i-icon-calendar:before {
    color: #0b4e72;
    font-size: 15px;
}

.page-events-and-presentations span.register {
    padding-left: 10px;
}

.page-events-and-presentations #latest-events h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(0, 187, 224);
}

.page-events-and-presentations .eventfunction {
    padding-bottom: 50px;
    border-bottom: 1px solid #c5c6c7;
}

.page-events-and-presentations #event-container {
    padding-bottom: 67px;
}

.page-events-and-presentations .event-inner-container .ModuleItemRow .ModuleDateContainer {
    padding-bottom: 47px;
    border-bottom: 1px solid #c5c6c7;
    width: 87%;
    padding-top: 40px;
}

.page-events-and-presentations .ModuleDateContainer-wrapper {
    border-left: 5px solid #f2f2f3;
    padding-left: 22px;
}

.page-events-and-presentations .event-inner-container li.PressRelease,
.page-events-and-presentations .event-inner-container .WebcastLink,
.page-events-and-presentations .event-inner-container .presentation {
    display: inline-block;
    padding-right: 20px;
}

.page-events-and-presentations .ModuleDateContainer-wrapper > span,
.page-events-and-presentations .presentation-wrapper > span {
    font-weight: 600;
    font-size: 14px;
    color: #074f71;
}

.page-events-and-presentations a:hover,
#latest-events .AddToCalendar a:hover,
.presentation-wrapper a.download:hover,
.module-eventdetails a:hover {
    color: #00bbe0;
}

.page-events-and-presentations .events-year:before {
    content: "Past Events";
    padding-right: 40px;
    font-weight: 600;
    font-size: 24px;
    color: #074f71;
    text-transform: uppercase;
}

.page-events-and-presentations .events-year {
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(0, 187, 224);
}

.ModuleEventDetails .ModuleSpeakers li {
    padding-bottom: 0;
}

.page-events-and-presentations #latest-events.active .eventfunction {
    display: block;
}

.page-events-and-presentations #latest-events .eventfunction {
    display: none;
}

@media screen and (min-width: 769px) {
    .page-events-and-presentations .event-inner-container .ModuleItemRow .ModuleDateContainer {
        min-height: 180px;
    }
}

@media screen and (max-width: 768px) {
    .page-events-and-presentations #latest-events {
        padding-left: 0;
        padding-top: 67px;
    }

    #events-calendar .day-header, #events-calendar .day {
        padding: 30px 0;
    }

    #events-calendar {
        padding-right: 0;
    }

    .page-events-and-presentations .presentation-wrapper {
        padding-top: 0;
        padding-left: 0;
    }

    .page-events-and-presentations #events-calendar .day-header {
        font-size: 10px;
    }

    .page-events-and-presentations .calendar {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #events-calendar .day-header, #events-calendar .day {
        padding: 13px 0;
    }
}

@media screen and (max-width: 320px) {
    .page-events-and-presentations .events-year:before,
    .page-events-and-presentations #latest-events .selectcal > h2,
    .module-featuredpresentation h2 {
        font-size: 19px;
    }
}

/*Pagination CSS Start*/

.Pagination li {
    color: #00bbe0;
    font-weight: 600;
}

.Pagination .paginationMessage {
    color: #000;
    font-weight: 600;
}

.Pagination {
    text-align: center;
    margin: 20px 0;
}

.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 {
    content: '\e64f';
    font-family: 'q4icons';
    vertical-align: bottom;
    cursor: pointer;
}

.pager-next:after {
    padding-left: 5px;
}

.pager-prev:before {
    padding-right: 5px;
    content: '\e64c';
}

@media screen and (max-width: 768px) {
    .Pagination li,
    .pagination-Message.paginationMessage {
        display: inline-block;
    }

    .Pagination {
        margin: 20px;
    }

    .Pagination .paginationMessage {
        display: block;
    }
}

/*Events and Presentation page CSS End */


/*Investor Resources Page Start*/

/*Email Alerts*/
.required-text span, .RequiredField {
    color: #ff0000;
}

.ErrorContainer li,
.ErrorContainer p,
.MailingListUnsubscribeMessage,
.MailingListUnsubscribeMessage,
.FormBuilderContainer .error-wrap {
    font-size: 12px;
    line-height: 2em;
}

.icheckbox {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #c5c6c7;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 12px;
}

.icheckbox.checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #00bbe0;
    display: inline-block;
    margin: 3px;
    vertical-align: top;
}

/*.page-email-alerts .icheckbox {
    background: #00bbe0;
}

.page-email-alerts .icheckbox.checked:after {
    background: #fff;
}*/

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"],
.fancybox-inner .CaptchaContainer input[type="submit"],
.FormBuilderContainer input[type="submit"] {
    background: #00bbe0;
    color: #fff;
    min-width: 95px;
    text-transform: uppercase;
    padding: 7px 10px;
    border: none;
    cursor: pointer;
}

.page-email-alerts .MailingListSignupContainer strong {
    display: block;
}

.page-email-alerts .MailingListSignupContainer .GridActions {
    padding-bottom: 40px;
}

.MailingListListTable table td label {
    cursor: pointer;
}

.page-email-alerts .FooterContainer .MailingListSignupContainer,
.page-email-alerts .IntroTextColumn {
    display: none;
}

.MailingListActivationContainer .MailingListActivationMessage {
    color: #008000;
    font-weight: 600;
}

/*RSS*/

.module-rss .ModuleInnerContainer h2 {
    margin-bottom: 0;
    font-size: 16px;
}

.module-rss .ModuleInnerContainer p {
    margin-bottom: 20px;
}

.module-rss .ModuleInnerContainer p.rss-icons {
    margin-bottom: 30px;
}

.module-rss .rss-icons a {
    display: block;
    margin: 5px 0;
    color: #000;
}

.module-rss .rss-icons a i::before {
    color: #00bbe0;
    margin-right: 5px;
}

.module-rss .ModuleInnerContainer p:last-child {
    margin-bottom: 0;
}

/*Analysts Coverage*/

.module-analyst-coverage p {
    margin-bottom: 20px;
}

.module-analyst-coverage p.small-text {
    margin: 20px 0;
    font-size: 11px;
}

/*FAQ*/ /*Replace the CSS*/

.page-faqs .lowercase {
    text-transform: lowercase;
}

.page-faqs .Breadcrumb,
.page-faqs .ModuleTitle {
    text-transform: capitalize;
}

.FaqContainer .FaqQuestion,
.module-quarterly-results h3.FinancialQuarter {
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    background: #00bbe0;
    padding: 10px 30px 10px 10px;
}

.FaqContainer .FaqAnswer {
    margin-top: 0;
}

.FaqContainer .FaqAnswer p {
    margin-bottom: 0;
    padding: 10px 25px 10px 10px;
}

.accordion-toggle-all {
    text-align: right;
}

.module-governance .accordion-toggle-all {
    margin-bottom: 15px;
}

.module-governance h3::after,
.FaqContainer .FaqQuestion::after,
.module-quarterly-results h3.FinancialQuarter::after {
    color: #fff;
    content: "\e64a";
    font-family: 'q4icons';
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.module-governance .accordion-active h3::after,
.FaqContainer .accordion-active .FaqQuestion::after,
.module-quarterly-results .accordion-active h3.FinancialQuarter:after {
    content: "\e650";
}

@media screen and (min-width: 1025px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        color: #333;
    }
}

/*Contact Investor Relations*/

.RedStar {
    color: #FF0000;
}

.module-formbuilder textarea {
    height: 70px;
    width: 270px;
    resize: none;
}

.FormBuilderContainer input[type="submit"] {
    margin-left: 177px;
}

.module-footer-content p {
    margin-top: 25px;
}

.FormBuilderContainer .Item {
    margin-bottom: 25px;
}

.FormBuilderContainer .Item.ItemFirstName, .FormBuilderContainer .Item.ItemEmail {
    margin-bottom: 5px;
}

.FormBuilderContainer .ItemMessage {
    margin-bottom: 15px;
}

.FormBuilderContainer .ItemCaptcha {
    margin-bottom: 0;
    position: relative;
}

.FormBuilderContainer .CaptchaContainer span {
    position: absolute;
    left: 177px;
    bottom: 5px;
}

.FormBuilderContainer .CaptchaContainer b:after {
    content: '*';
    color: #ff0000;
    margin-left: 5px;
}

.FormBuilderContainer .RedStar {
    margin-left: 5px;
}

.ErrorMessage.showMsg {
    visibility: visible !important;
}

.MessageSent {
    color: #008000;
    font-weight: 600;
}

@media screen and (max-width: 498px) {
    .FormBuilderContainer .CaptchaContainer span {
        left: 0;
        bottom: -2px;
    }

    .FormBuilderContainer .ItemClassCaptcha .label-wrap {
        display: none;
    }

    .FormBuilderContainer .error-wrap {
        margin-left: 0;
        font-size: 11px;
        /*line-height: 16px;*/
    }

    .FormBuilderContainer .Item.ItemFirstName, .FormBuilderContainer .Item.ItemEmail {
        margin-bottom: 0;
    }

    .FormBuilderContainer input[type="submit"] {
        margin-left: 0;
    }

    .FormBuilderContainer .Item {
        margin-bottom: 15px;
    }
}

/*Investor Resources Page End*/

/*Governance Page Start*/

/*Management Team*/

.module-governance .PersonDescription {
    width: 100%;
}

.module-governance span > .PersonDetailsContainer {
    overflow: hidden;
    margin-bottom: 0;
    line-height: 0;
    padding: 0 10px 15px;
}

.module-governance .PersonPhoto {
    float: left;
    padding: 0 15px 15px 0;
    line-height: 0;
}

.module-governance .PersonGenericContainer .PersonPhoto img {
    padding-bottom: 0;
}

.module-governance .PersonDescription p {
    margin: 0 0 10px 0;
}

.module-governance .PersonDescription p:last-child,
.PersonGenericContainer .PersonContainer {
    margin-bottom: 0;
}

.module-governance .PersonComma {
    display: none;
}

.module-governance .PersonTitle, .module-governance .PersonSuffixText {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: initial;
}

.module-governance .PersonDescription h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-align: left;
    background: #00bbe0;
    padding: 10px 30px 10px 10px;
}

.module-governance .PersonDescription h3:focus {
    outline: none;
}

.module-governance span .PersonDescription {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto {
        text-align: center;
    }

    .module-governance .PersonPhoto {
        float: none;
    }
}

/*Governance Documents*/

.module-governance-documents a[href*=".pdf"]:after {
    margin: 0;
    position: absolute;
    right: 0;
    top: calc(60% - 12px);
}

.module-governance-documents .ModuleItemRow {
    position: relative;
}

.module-governance-documents .ModuleItemRow a span.ModuleHeadline {
    padding-right: 53px;
}

.module-governance-documents .ModuleItemRow a {
    color: #333333;
}

.module-governance-documents .ModuleItemRow a:hover {
    color: #00bbe0;
}

/*Committee Composition*/

.module-committee-composition .person-header {
    background-color: #074f71;
    padding: 10px 13px;
    border: none;
}

.module-committee-composition .person-header > div {
    vertical-align: middle;
}

.module-committee-composition .person-item {
    border-bottom: 1px solid #ededed;
}

.module-committee-composition .person-item a {
    color: #000;
}

.module-committee-composition .person-item a:hover,
.module-quarterly-results .list a:hover,
.committee-section-details a:hover,
.module-rss .rss-icons a:hover {
    color: #00bbe0;
}

.module-committee-composition .person-header > div a {
    color: #fff;
    font-size: 15px;
}
.module-committee-composition .person-header > div a:hover{
    color: #00bbe0;
}

.module-committee-composition .icon-arrow {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.module-committee-composition .icon-arrow i:before {
    margin-left: 10px;
}

.module-committee-composition .q4i-icon-expert {
    margin-left: 3px;
}

.module-persondetails .PersonDetailsNameContainer .PersonName, .module-persondetails .PersonComma {
    display: none;
}

.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 0;
}

.module-committee-composition .person-category {
    margin-bottom: 15px;
}

.committee-section-details .committee-composition .mobile,
.committee-section-details .committee-composition .person-items {
    display: block;
}

.committee-section-details .committee-composition .person-item > div {
    display: inline-block;
}

.committee-section-details .person-icon {
    min-width: 50px;
}

.committee-section-details .person-icon i {
    margin-right: 5px;
}

.committee-section-details .committee-composition .person-header,
.committee-section-details .person-item > div {
    border: none;
    padding: 5px 0;
}

.committee-section-details a {
    color: #333;
}

.committee-section-details .title a {
    font-weight: 500;
}

.committee-section-details .person-category {
    border-bottom: 1px solid #ededed;
    padding: 25px 0;
}

.committee-section-details .person-category:first-child {
    padding-top: 0;
}


/*Governance Page End*/

/*Search Result Page Start*/

.SearchDescription .PersonDetailsContainer,
.SearchResultsUrl {
    display: none;
}

/*Search Result Page End*/

/*Site Map Open*/

.SiteMap-Level1 {
    font-size: 1.2rem;
}

/*Site Map Close*/

/*Press Releases Open*/

.module-press-releases .newsbody {
    margin-top: 35px;
}

.module-viewall {
    margin-bottom: 20px;
}

.module-bottom {
    margin-top: 20px;
}

.view-all::before {
    content: "\e64c";
    font-family: q4icons;
    font-size: 12px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 0;
}

.ModulePressReleaseDetails img {
    display: inline-block;
    height: initial;
}

.ModulePressReleaseDetails p {
    display: inline-block;
    margin: 5px 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .ModulePressReleaseDetails table {
        display: block;
        overflow-x: scroll;
    }
}

/*Press Releases Close*/

/*Financial Info Page Open*/

/*SEC Filings Open*/

.module-sec-filings .select-filing {
    margin-right: 20px;
}

.module-sec-filings .RssLinkTop {
    margin-top: 11px;
    right: 0;
    position: absolute;
    top: 0;
    font-size: 16px;
}

.secTable {
    border-collapse: collapse;
    margin-top: 15px;
}

.module-sec-filings .secTable .header {
    background-color: #074f71;
    border: 1px solid #074f71;
}

.module-sec-filings .secTable .header span {
    padding: 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.secTable .ModuleItemRow > div {
    padding: 19px 13px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.secTable .ModuleItemRow > div:last-child {
    padding: 17px 13px;
    border-right: 0;
}

.secTable .ModuleItemRow {
    border: 1px solid #ededed;
    border-bottom: none;
    border-top: none;
}

.secTable .ModuleItemRow > div.view a {
    font-size: 0;
    display: none;
}
.secTable .ModuleItemRow > div.view a.CONVPDF {
    display: inline-block;
}
.secWidget .itemView a:before,
.module-quarterly-results .que-list a.Press:before {
    font-family: 'q4icons';
    font-size: 17px;
    vertical-align: middle;
    margin: 0 10px 0 -1px;
    color: #333;
}

.secWidget .itemView a:before {
    font-size: 18px;
}

.secWidget .itemView a:last-child::before {
    margin-right: 0;
}

.secWidget .itemView a:hover:before,
.module-quarterly-results .que-list a:hover:before,
.ModuleSECFilingDetails .ModuleLinks ul li a:hover {
    color: #00bbe0;
}

.itemView a.RTF:before,
.q4i-doc-word:before {
    content: "";
    background-image: url(../icons/file-doc.svg);
    visibility: visible;
}

.itemView a.XLS:before,
.q4i-doc-graph:before {
    content: "";
    background-image: url(../icons/file-excel.svg);
    background-size: cover;
    visibility: visible;
}

.itemView .XBRL:before,
.q4i-doc-zip:before {
    content: "";
    background-image: url(../icons/zip.svg);
    background-size: cover;
    visibility: visible;
}

.itemView .XBRL_HTML:before,
.q4i-doc-html:before {
    content: "";
    background-image: url(../icons/html.svg);
    background-size: cover;
    visibility: visible;
}

.itemView a.RTF:after,
.q4i-doc-word:after {
    background-image: url(../icons/file-doc-hover.svg);
    content: "";
    visibility: hidden;
}

.itemView a.XLS:after,
.q4i-doc-graph:after {
    background-image: url(../icons/file-excel-hover.svg);
    content: "";
    visibility: hidden;
}

.itemView .XBRL:after,
.q4i-doc-zip:after {
    background-image: url(../icons/zip-hover.svg);
    content: "";
    visibility: hidden;
}

.itemView .XBRL_HTML:after,
.q4i-doc-html:after {
    background-image: url(../icons/html-hover.svg);
    content: "";
    visibility: hidden;
}

.itemView a.RTF:hover:before,
.q4i-doc-word:hover:before {
    background-image: url(../icons/file-doc-hover.svg);
    content: "";
    visibility: visible;
}

.itemView a.XLS:hover:before,
.q4i-doc-graph:hover:before {
    background-image: url(../icons/file-excel-hover.svg);
    content: "";
    visibility: visible;
}

.itemView .XBRL:hover:before,
.q4i-doc-zip:hover:before {
    background-image: url(../icons/zip-hover.svg);
    content: "";
    visibility: visible;
}

.itemView .XBRL_HTML:hover:before,
.q4i-doc-html:hover:before {
    background-image: url(../icons/html-hover.svg);
    content: "";
    visibility: visible;
}

.module-quarterly-results .que-list a.Press:before {
    content: "\e628";
}

.secTable .ModuleItemRow > div.type a::before,
.remove-header {
    display: none;
}

.loader {
    padding: 10px;
}

.secWidget .filter-wrap {
    position: relative;
}

.ModuleSECFilingDetails .ModuleContentContainer > div > span:before,
.ModuleSECFilingDetails .ModuleLinks:before {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    font-weight: bold;
    text-transform: uppercase;
}

.ModuleSECFilingDetails span.ModuleDate:before {
    content: 'Date: ';
}

.ModuleSECFilingDetails span.ModuleForm:before {
    content: 'Filing: ';
}

.ModuleSECFilingDetails span.ModuleFilingDescription:before {
    content: 'Description: ';
}

.ModuleSECFilingDetails .ModuleContentContainer > div > span {
    display: table;
}

.ModuleSECFilingDetails .ModuleLinks:before {
    content: 'Downloads: ';
}

.ModuleSECFilingDetails .ModuleLinks ul {
    display: table-cell;
}

@media (max-width: 768px) {

    .module-sec-filings .RssLinkTop {
        margin-top: 0;
    }

    .module-sec-filings .secTable .header {
        display: none;
    }

    .secTable .ModuleItemRow > div {
        border-right: none;
        border-bottom: 1px solid #ededed;
    }

    .module-sec-filings .secTable .ModuleItemRow {
        margin-bottom: 15px;
        border-top: 1px solid #ededed;
    }

    .secTable .ModuleItemRow > div:before {
        display: block;
        padding-bottom: 10px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 500;
    }

    .secTable .ModuleItemRow .date:before {
        content: 'Date:';
    }

    .secTable .ModuleItemRow .type:before {
        content: 'Filing:';
    }

    .secTable .ModuleItemRow .desc:before {
        content: 'Description:';
    }

    .secTable .ModuleItemRow .view:before {
        content: 'Download:';
    }
}

@media (max-width: 480px) {

    .module-sec-filings .select-year {
        display: block;
        margin: 10px 0 0 0;
    }
}

/*SEC Filings Close*/

/*Quarterly Results Open*/

.module-quarterly-results h3.FinancialQuarter {
    text-transform: capitalize;
}

.year-container {
    margin-bottom: 15px;
}

.module-quarterly-results .list {
    padding: 10px 10px 0;
}

.module-quarterly-results,
.module-quarterly-results .list a {
    color: #333;
}

.module-quarterly-results .list a:before {
    margin: -1px 10px 0 0;
}

.module-quarterly-results .que-list {
    padding: 10px 0;
}

.module-quarterly-results .financial-section {
    position: relative;
}

.module-quarterly-results .accordion-toggle-all {
    position: absolute;
    top: 0;
    right: 0;
}

.module-quarterly-results .sbHolder {
    margin-bottom: 20px;
}

.module-quarterly-results h3.FinancialQuarter::after {
    top: 10px;
}

.ModuleSECFilingDetails .ModuleLinks ul li a {
    color: #333;
    font-size: 17px;
}

.ui-datepicker-title select {
    opacity: 1;
    filter: alpha(opacity=1);
}

.Pagination li.pager-first,
.Pagination li.pager-last,
select::-ms-expand {
    display: none;
}

/*Quarterly Results Close*/

/*Stock Chart Open*/
.highcharts-tooltip > span {
    background: rgba(255,255,255,0.9);
    border: 1px solid #074f71;
    border-radius: 3px;
    padding: 8px;
}

@media (max-width: 480px) {
    .highcharts-tooltip > span {
        width: 180px !important;
        overflow: auto;
        white-space: normal !important;
    }
}

/*Stock Chart Close*/
/*Financial Info Page Close*/

/* Fancybox CSS Starts */

.about-plugpower .hidden-plugpower {
    display: none;
}

.hidden-plugpower p {
    font-size: 16px;
}

/* Fancybox CSS Ends */

/* Why Invest CSS Page Starts */

.module-whyinvest h2 {
    border-bottom: 2px solid #00bbe0;
    padding-bottom: 20px;
}

.module-whyinvest .item-why {
    background: #074f71;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}

.item-why .why-icon.why1,
.item-why .why-icon.why2,
.item-why .why-icon.why3,
.item-why .why-icon.why4,
.item-why .why-icon.why5 {
    background-image: url('../images/why-invest/why-invest-icon1.png');
    background-position: 4px 5px;
    height: 80px;
    width: 80px;
    display: block;
}

.item-why .why-icon.why2 {
    background-image: url('../images/why-invest/why-invest-icon5.png');
}

.item-why .why-icon.why3 {
    background-image: url('../images/why-invest/why-invest-icon2.png');
}

.item-why .why-icon.why4 {
    background-image: url('../images/why-invest/why-invest-icon4.png');
}

.item-why .why-icon.why5 {
    background-image: url('../images/why-invest/why-invest-icon3.png');
}

.module-whyinvest .icon,
.module-whyinvest .learn-more {
    text-align: center;
}

.module-whyinvest h4,
.module-whyinvest .blue-content,
.module-whyinvest .large-text p,
.module-whyinvest .learn-more {
    font-weight: 600;
}

.embrace-section h4 {
    padding-bottom: 10px;
}

.module-whyinvest h4 {
    text-transform: none;
}

.module-whyinvest .learn-more,
.module-whyinvest h4,
.module-whyinvest .blue-content {
    text-transform: uppercase;
}

.module-whyinvest .learn-more a:hover,
.module-whyinvest .learn-more a,
.module-whyinvest .blue-content {
    color: #00bbe0;
}

.module-whyinvest .learn-more > div {
    padding-bottom: 15px;
}

.module-whyinvest .learn-more .top-investor {
    display: none;
}

.module-whyinvest .module-whyinvest h4,
.module-whyinvest h4,
.module-whyinvest .large-text {
    color: #074f71;
}

.module-whyinvest span.top-investor {
    padding-left: 15px;
}

.module-whyinvest .bg-cls {
    margin: 0 auto;
    width: 200px;
    padding: 20px 0;
}

/* Why Invest CSS Page Ends */

/*CONTINUED GROWTH page css start*/

.Sectionpage-why-invest .highcharts-yaxis .highcharts-axis-title {
    display: none;
}

.Sectionpage-why-invest path.highcharts-grid-line {
    display: none;
}

.Sectionpage-why-invest .plug-power-is {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}

.Sectionpage-why-invest h3.continued-header {
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    background: #00bbe0;
    padding: 10px 30px 10px 10px;
}

.Sectionpage-why-invest .continued-wrapper {
    padding: 15px 0 0 0;
}

.Sectionpage-why-invest .continued-wrapper h3:after {
    color: #fff;
    content: "\e64a";
    font-family: 'q4icons';
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.Sectionpage-why-invest .continued-wrapper.accordion-active h3:after {
    content: "\e650";
}

.Sectionpage-why-invest .continued-content li {
    list-style: disc;
}

.Sectionpage-why-invest .continued-content {
    padding-left: 25px;
}

.page-why-invest .PaneContent .container {
    max-width: 100%;
    padding: 0;
}

.page-why-invest .embrace-section .container,
.page-why-invest .invest-features,
.page-why-invest .whatnext-wrapper,
.page-why-invest .video-wrapper {
    max-width: 1120px;
    padding: 50px 20px;
    margin: 0 auto;
}

.page-why-invest .invest-features {
    padding: 20px;
}

.module-whyinvest .invest-features p,
.page-why-invest .embrace-section p {
    font-size: 14px;
}

.page-why-invest .embrace-section {
    background-image: url(../images/why-invest/embracing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-continuedgrowth .module-pagetitle h1 {
    display: none;
}

.page-why-invest .embrace-section h4 {
    text-align: center;
}

.whats-next p {
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .big-picture img {
        padding-left: 60px;
    }

    .whats-next p {
        padding-right: 30px;
    }

    .page-why-invest .embrace-section .container {
        padding: 85px 20px;
    }

    .module-whyinvest .blue-content {
        padding-top: 10px;
    }
}

@media screen and (max-width:768px) {
    .big-picture {
        padding-top: 30px;
    }

    .module-whyinvest .bg-cls {
        width: 100%;
        padding: 0;
    }

    .module-whyinvest .icon {
        padding-bottom: 20px;
    }
}

/*CONTINUED GROWTH page css end*/

.ModuleSECFilingDetails .IconLink:not(.PdfIcon) {
    display: none;
}
.module-financial-summary button.slick-disabled {
    pointer-events: none;
}

.footer-blog a,
.footer-offices a {
    color: #fff;
}

.footer-blog a:hover,
.footer-offices a:hover {
    color: #00bbe0;
}

.footer-literature p,
.footer-IR p {
    margin-top: 0;
}

.footer-literature a,
.footer-IR a {
    color: #00bbe0;
}

.footer-literature strong,
.footer-IR strong {
    display: block;
    margin-bottom: 10px;
}