/*-----------------------------------------*\
------------------ 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: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #323233;
    -webkit-text-size-adjust: none;
}


/*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;
}

small {
    font-size: 90%;
}


/* Preview Override */

body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.noStyleList,
.noStyleList ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.noMarginTop {
    margin-top: 0;
}

.table-responsive,
.responsiveTable {
    display: block;
    overflow-x: auto;
}

.RssLinkTopContainer a {
    color: #24933c;
}

.RssLinkTopContainer a:hover {
    text-decoration: none;
}

.RssLinkTop:hover,
.RssLinkTop:focus {
    text-decoration: none;
}

.RssLinkTopContainer {
    position: relative;
    margin-top: 11px;
}

.hasGenericFileIcons a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
}

.hasGenericFileIcons a:focus {
    text-decoration: none !important;
}

.hasGenericFileIcons a:hover:before {
    /*  text-decoration: underline;*/
}

.hasGenericFileIcons a:hover:before {
    /*  text-decoration: none;*/
}

.hasGenericFileIcons a:before {
    /*    content: "\e629";*/
    content: "\e628";
    font-family: 'q4icons';
    display: block;
    top: 50%;
    margin-top: -13px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
}

.hasGenericFileIcons a[href*=".PDF"]:before,
.hasGenericFileIcons a[href*=".pdf"]:before,
.ModulePressReleaseDetails a[href*=".pdf"]:before {
    /*  content: "\e62a";*/
    vertical-align: top;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/pdf.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/pdf.svg);
}

.ModulePressReleaseDetails a[href*=".pdf"]:before {
    margin-top: -7px;
}

.ModulePressReleaseDetails a[href*=".pdf"]:before {
    vertical-align: middle;
}

.hasGenericFileIcons a[href*=".DOC"]:before,
.hasGenericFileIcons a[href*=".doc"]:before,
.hasGenericFileIcons a[href*=".RTF"]:before,
.hasGenericFileIcons a[href*=".rtf"]:before,
.hasGenericFileIcons a[href*=".TXT"]:before,
.hasGenericFileIcons a[href*=".txt"]:before {
    /*  content: "\e62d";*/
    vertical-align: top;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/doc.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/doc.svg);
}

.hasGenericFileIcons a[href*=".XLS"]:before,
.hasGenericFileIcons a[href*=".xls"]:before {
    /*  content: "\e627";*/
    vertical-align: top;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/xls-green.svg) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/xls-green.svg);
}

.hasGenericFileIcons a[href*=".ZIP"]:before,
.hasGenericFileIcons a[href*=".zip"]:before {
    content: "\e62e";
}

.hasGenericFileIcons a.WebcastLink:before,
.hasGenericFileIcons ._Webcast a:before {
    content: "\e647";
}

.q4-atc-button:before {
    content: "\e630";
    font-family: 'q4icons';
    display: block;
    top: 50%;
    margin-top: -13px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
}


/*-------------- Typography ---------------*/

h1,
h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

sup {
    font-size: 60%;
    vertical-align: top;
}


/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/


/*------------ Default Styles -------------*/

a:focus {
    /*  text-decoration: underline !important;*/
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline: 0;
}

.accSkipLink a:visited {
    color: #fff;
}

#maincontent:focus {
    outline: 0px;
}


/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/


/*--------------- Toast CSS ---------------*/


/* The Important Bits */


/* Negative Margin Fix */

.grid,
.grid-no-gutter {
    font-size: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.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%;
    }
    .col.col-md-1-of-12 {
        width: 8.33333%;
    }
    .col.col-md-2-of-12 {
        width: 16.66667%;
    }
    .col.col-md-3-of-12 {
        width: 25%;
    }
    .col.col-md-4-of-12 {
        width: 33.33333%;
    }
    .col.col-md-5-of-12 {
        width: 41.66667%;
    }
    .col.col-md-6-of-12 {
        width: 50%;
    }
    .col.col-md-7-of-12 {
        width: 58.33333%;
    }
    .col.col-md-8-of-12 {
        width: 66.66667%;
    }
    .col.col-md-9-of-12 {
        width: 75%;
    }
    .col.col-md-10-of-12 {
        width: 83.33333%;
    }
    .col.col-md-11-of-12 {
        width: 91.66667%;
    }
    .col.col-md-12-of-12 {
        width: 100%;
    }
}

@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.col-sm-1-of-12 {
        width: 8.33333%;
    }
    .col.col-sm-2-of-12 {
        width: 16.66667%;
    }
    .col.col-sm-3-of-12 {
        width: 25%;
    }
    .col.col-sm-4-of-12 {
        width: 33.33333%;
    }
    .col.col-sm-5-of-12 {
        width: 41.66667%;
    }
    .col.col-sm-6-of-12 {
        width: 50%;
    }
    .col.col-sm-7-of-12 {
        width: 58.33333%;
    }
    .col.col-sm-8-of-12 {
        width: 66.66667%;
    }
    .col.col-sm-9-of-12 {
        width: 75%;
    }
    .col.col-sm-10-of-12 {
        width: 83.33333%;
    }
    .col.col-sm-11-of-12 {
        width: 91.66667%;
    }
    .col.col-sm-12-of-12 {
        width: 100%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}


/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\e64c";
}

[dir="rtl"] .slick-prev:before {
    content: "\e64c";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\e64f";
}

[dir="rtl"] .slick-next:before {
    content: "\e64f";
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e907";
    width: 20px;
    height: 20px;
    font-family: 'q4icons';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-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: 130px;
    height: 35px;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    padding: 5px 8px;
    line-height: 100%;
    margin-right: 3px;
}

.sbHolder:focus .sbSelector {}

.sbHolder a {
    display: inline-block;
    color: #323233;
}

.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 35px;
    outline: none;
    overflow: hidden;
    text-indent: 15px;
    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;
    height: 35px;
    outline: none;
    position: absolute;
    right: 0;
    top: 4px;
    width: 30px;
}

.sbToggle:after {
    content: "\e64a";
    font-family: "q4icons";
    display: inline-block;
    font-size: 12px;
    padding-top: 3px;
}

.sbToggle:hover {
    /*    background: url('../design/select-icons.png') 0 -167px no-repeat;*/
}

.sbToggle.sbToggleOpen:after {
    /*    background: url('../design/select-icons.png') 0 -16px no-repeat;*/
    content: "\e650";
}

.sbToggleOpen:hover {
    /*    background: url('../design/select-icons.png') 0 -66px no-repeat;*/
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    list-style: none;
    left: -1px;
    right: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    /* width: 200px; */
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    /*    padding: 0 7px;*/
}

.sbOptions a {
    border-bottom: 1px solid #d4d4d4;
    display: block;
    outline: none;
    padding: 7px 12px 6px 15px;
    width: 100%;
}

.sbOptions a:link,
.sbOptions a:visited {
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #24933c;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

.sbOptions > li:last-child a {
    border-bottom: none;
}


/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/


/*----------- Breadcrumb Module -----------*/

.PaneHeader2 {
    background: transparent url(../design/credit-rating-hero_2.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    min-height: 280px;
}

.LayoutHomePage .PaneHeader2 {
    background: transparent url(../design/home_desktop_banner.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    min-height: 280px;
    background-position: 0 -28px; 
}
@media screen and (max-width: 1415px) {
    .LayoutHomePage .PaneHeader2 {
        background-position: center center;
    }

}
@media screen and (max-width: 1156px) {
    .LayoutHomePage .PaneHeader2 {
    background-position: center center;
    }   
}
/*@media screen and (max-width: 768px) {
 .LayoutHomePage .PaneHeader2 {
  background-position: center center;
}   
}*/
.AnnualReportsPage .PaneHeader2 {
    background: transparent url(../design/annual-report.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.CreditRatingsPage .PaneHeader2 {
    background: transparent url(../design/credit-ratings.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.DividendHistoryPage .PaneHeader2 {
    background: transparent url(../design/dividend-history.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.InvestorContactsPage .PaneHeader2 {
    /*    background: transparent url(../design/investor-contacts.jpg) no-repeat scroll center center;*/
    background: transparent url(../design/investor-contacts_1024.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.QuarterlyEarningsPage .PaneHeader2 {
    background: transparent url(../design/quarterly-results.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.SECFilingsPage .PaneHeader2 {
    background: transparent url(../design/SEC-filings.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.InvestorServicesOverviewPage .PaneHeader2 {
    background: transparent url(../design/shareholder-services.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.Stock_Quote_Page .PaneHeader2 {
    background: transparent url(../design/stock-chart.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.PaneHeader2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.Breadcrumb {
    text-align: center;
    color: #fff;
    font-size: 0;
    font-weight: bold;
    height: 280px;
    position: relative;
    z-index: 1;
}

.LayoutHomePage .Breadcrumb {
    height: 280px;
    height: 370px;
}

.Breadcrumb a {
    color: #fff;
}

.Breadcrumb a:hover,
.Breadcrumb a:focus {
    text-decoration: none;
}

.Breadcrumb a,
.Breadcrumb span,
.Breadcrumb .homepageTitleContainer {
    display: none;
}


/*.LayoutHomePage .Breadcrumb .homepageTitleContainer {
    display: block;
}*/

.LayoutHomePage .Breadcrumb .homepageTitleContainer a {
    display: inline-block;
}

.Breadcrumb:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.PaneHeader2 .container {
    position: relative;
}

.PaneHeader2 .Breadcrumb .ModuleOuterContainer {
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    /*  width: 100%;*/
}

.Breadcrumb .homepageTitle {
    margin-bottom: 15px;
}

.Breadcrumb .customButton {
    border: 2px solid #fff;
    color: #fff;
}

.Breadcrumb .customButton:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #323233;
}


/*-------- Download List with Tags --------*/


/*.ModuleDownloadListWithTags .ModuleYearNavContainer a {     
    display: inline-block;      
    padding: 10px;      
    margin-bottom: 5px;     
    background-color: rgba(0,0,0,0.1);      
    color: #000;        
    text-decoration: none;      
}
.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px 0;
}
.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e902";
    display: inline-block;
    float: right;
    cursor: pointer;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e638";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e90b";
}
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;   
}*/


/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 10px;
}


/*.ModuleEvent .ModuleHeadlineLink,*/

.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,

/*.ModuleEventLatest .ModuleHeadlineLink,*/

.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}

.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    /*    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;*/
    text-decoration: none;
}

.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventLatest .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content: "\e647";
}

.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEventLatest .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Video a:before {
    content: "\e90a";
}

.ModuleEvent .ModuleLinks .Document a:before,
.ModuleEventLatest .ModuleLinks .Document a:before,
.ModuleEventDetails .ModuleLinks .Document a:before {
    /*    content: "\e902";*/
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
    /*    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 10px;
    margin: 10px 0 15px;*/
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {}

.ModuleEvent h3,
.ModuleEventLatest h3,
.ModuleEventDetails h3 {
    font-size: 14px;
}

.ModuleEvent a[class*="q4i-"]:before,
.ModuleEvent i[class*="q4i-"]:before,
.ModuleEventLatest a[class*="q4i-"]:before,
.ModuleEventLatest i[class*="q4i-"]:before,
.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before {
    /*    margin-right:10px;*/
}

.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}

.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {}

.AddToCalendar a:hover,
.AddToCalendar a:focus {
    text-decoration: none;
}

.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 a[href$=".pdf"]:before,
.ModuleEventDetails a[href$=".pdf"]:before {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    content: "";
    width: 28px;
    height: 34px;
    background: url(../icons/pdf.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/pdf.svg);
    margin-left: -4px;
}

.ModuleEvent .PressReleaseLink:before {}


/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    padding: 20px 0;
}

.FaqContainer .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.FaqContainer .FaqQuestion {
    font-weight: bold;
}

.FaqContainer .FaqAnswer {
    margin-top: 1rem;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}


/*------- Financial Report (Annual) -------*/


/*.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}
.q4-annual-module .q4-years-container a,
.q4-annual-module  .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}
.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
}
.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right:10px;
}*/


/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer {
    margin-bottom: 20px;
}

.FormBuilderContainer .Item {
    margin-bottom: 20px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
}

.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
    vertical-align: top;
}

.FormBuilderContainer .label-wrap {
    min-width: 175px;
}

.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}

.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}

.FormBuilderContainer .CaptchaContainer img {
    width: 100%
}

.FormBuilderContainer .CaptchaContainer span {
    color: #FF0000;
}

.FormBuilderContainer input[type="submit"] {}


/*---------------- Job List ---------------*/

.JobPostingContainer table {
    width: 100%;
}

.JobPostingContainer table td,
.JobPostingContainer table th {
    padding: 10px 5px;
}

.JobPostingContainer .JobPostingGridHeader {
    background-color: rgba(0, 0, 0, 0.1);
}

.JobPostingContainer table .JobPostingGridItem:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.Module_JobPostingDetailsAdvanced table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}

.Module_JobPostingDetailsAdvanced table td:first-child span:after {
    content: ":";
}

.Module_JobPostingDetailsAdvanced table input {
    border: none;
}

.Module_JobPostingDetailsAdvanced .Label_Summary,
.Module_JobPostingDetailsAdvanced .Text_Body {
    display: inline-block;
}

.Module_JobPostingDetailsAdvanced .Label_Summary {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.Module_JobPostingDetailsAdvanced .LinkButton_Apply,
.JobApplicationAdvancedContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.JobApplicationAdvancedContainer table,
.JobApplicationAdvancedContainer textarea {
    width: 100%;
}

.JobApplicationAdvancedContainer table td {
    padding: 5px 0;
}

.JobApplicationAdvancedContainer table td[colspan="4"] > span {
    display: block;
    padding: 10px 0;
}

.JobApplicationAdvancedContainer input[type="file"] {
    line-height: 1rem;
}


/*--------- Mailing List Modules ----------*/


/*div.subscribe-text {
    margin-bottom: 0;
}
.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    width: 100%;
    max-width: 450px;
    margin: 10px 0;
}
.MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
    padding: 5px 0;
}
.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}
.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}
.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 90% !important;
}
.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}
.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}
.MailingListSignupContainer table table {
    margin: 0;
}
.MailingListSignupContainer .NoBr {
    display: none;
}
.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {
}
.MailingListSignupContainer .CaptchaContainer {
    display: none;
}*/


/*-------------- Person List --------------*/


/*.PersonGenericContainer .PersonContainer {
    margin-bottom: 25px;
}
.PersonGenericContainer .PersonDetailsContainer > div {
    vertical-align: middle;
}
.PersonGenericContainer .PersonPhoto img,
.PersonGenericDetailsContainer .PersonDetailsImageContainer img {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 1rem;
}
.PersonGenericContainer h3,
.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.PersonGenericContainer .PersonDescription > span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 200%;
}
@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto,
    .PersonGenericContainer h3 {
        text-align: center;
    }
}*/


/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Overwrite FileSize of Default Document Link */

.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}


/*--------- Press Release Modules ---------*/

.ModulePressRelease .ModuleYearNavContainer {
    margin-bottom: 10px;
    margin-left: -20px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.ModulePressRelease .ModuleYearNavContainer a.selected {
    color: #24933c;
}

.ModulePressRelease .ModuleYearNavContainer a:hover,
.ModulePressRelease .ModuleYearNavContainer a:focus,
.ModulePressReleaseLatest .ModuleYearNavContainer a:hover,
.ModulePressReleaseLatest .ModuleYearNavContainer a:focus {
    text-decoration: underline;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate {
    display: inline-block;
}

.ModulePressRelease .ModuleDate {
    line-height: 1.4;
    padding-top: 1px;
}

.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    /*    display: inline-block;*/
    line-height: 1.4;
}

.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    margin-bottom: 5px;
}

.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:hover,
.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:focus {
    text-decoration: none;
}

.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: 20px;
    color: #24933c;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    /*    margin: 1rem 0;
    line-height: 1.5rem;*/
}

div.prDetails .PageDefaultInner .PaneContent {
    width: auto;
    /*    padding: 20px;*/
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    /*    list-style: inside;*/
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}


/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}


/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}

.SearchResultsContainer .SearchResultUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}


/*----------- SEC Filing Modules ----------*/


/*.RegulatoryFilingContainer .FormGroupsContainer,
.RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}
.RegulatoryFilingContainer .FormGroupsContainer select {
}
.RegulatoryFilingContainer .FormGroupsContainer input {
}
.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.RegulatoryFilingContainer .ModuleHeader > span,
.RegulatoryFilingContainer .ModuleItemRow > span,
.RegulatoryFilingContainer .ModuleItemRow > a,
.RegulatoryFilingContainer .ModuleItemRow > ul,
.ModuleSECFilingDetails .ModuleContentContainer > div {
    padding: 10px;
}
.RegulatoryFilingContainer .ModuleHeader > span {
    background-color: rgba(0,0,0,0.1);
}
.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 2rem;
}
.RegulatoryFilingContainer .PdfIcon a {
    color: #e22919;
}
.RegulatoryFilingContainer .WordIcon a {
    color: #2c5898;
}
.RegulatoryFilingContainer .ExcelIcon a {
    color: #008641;
}
.RegulatoryFilingContainer .XBRLIcon a {
    color: #9b2cbd;
}
.RegulatoryFilingContainer .XBRLIcon[id*="HTML"] a {
    color: #1f1f1f;
}
@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}*/

.SearchResultsContainer {
    word-break: break-word;
}


/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
    list-style: disc;
    margin-left: 30px;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
    list-style: square;
    margin-left: 60px;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level4 {
    margin-left: 90px;
    list-style: circle;
}


/*---------- Stock Quote Modules ----------*/

.Stock_Quote_Page .PaneLeft {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.StockQuoteContainer {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.customStockChart {
    float: right;
    width: 65%;
}

.PaneContentInner .customStockChart .ModuleOuterContainer,
.PaneContentInner .StockQuoteContainer .ModuleOuterContainer {
    max-width: none;
    padding: 0;
}

.PaneContentInner .StockQuoteTitle .ModuleOuterContainer {
    max-width: none;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.StockQuoteContainer h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.stock-historical .stock-selects {
    padding: 10px;
}

.StockQuoteContainer .change_container {
    border-bottom: 1px solid #d4d4d4;
}

.StockQuoteContainer .price_container li,
.StockQuoteContainer .change_container li {
    border-bottom: none;
}

.stock-historical .stock-selects {
    background-color: rgba(0, 0, 0, 0.1);
}

.PriceContainer {
    text-align: left
}

.stock-historical .stock-selects > span,
.stock-historical .stock-selects > select,
.stock-historical .stock-selects > div {
    margin-right: 10px;
}

.stock-historical .stock-selects button {
    border: 1px solid #fff;
}

.stock-historical .stock-selects button.disabled {
    opacity: 0.5;
    cursor: default;
}


/*.stock-historical li span {
    margin: 5px 0;
}*/

.StockQuoteContainer ul li:nth-child(4n),
.StockQuoteContainer ul li:nth-child(4n+3),
.stock-table ul li.alt {
    /*    background-color: rgba(0, 0, 0, 0.05);*/
}

.StockQuoteContainer p {
    padding: 10px 0;
    font-size: 0.8rem;
    /*    text-align: right;*/
}

.StockQuoteContainer .PriceLabelContainer,
.StockQuoteContainer .change_container .ChangeLabelContainer,
.StockQuoteContainer .change_container .PChangeLabelContainer {
    display: none;
}

.StockQuoteContainer .change_container li {
    display: inline-block;
}

.StockQuoteContainer p > span:last-child {}

.StockQuoteContainer p span {
    margin-left: 10px;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .stock-historical li span {
        /*        margin: 5px 0;*/
    }
    .stock-historical .stock-selects > span,
    .stock-historical .stock-selects > div,
    .stock-historical button,
    .stock-historical select {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer {
    position: absolute;
    right: -70px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    color: #fff;
    padding: 32px 35px;
    margin-top: -121px;
}

.StockQuoteHeaderContainer .stockQuoteSeparator {
    display: inline-block;
}

.StockQuoteHeaderContainer .stockQuoteSeparator:after {
    display: inline-block;
    /*    content: "I";*/
    /*    padding: 0;*/
    margin-left: 3px;
    margin-right: 3px;
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
}

.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,
.StockQuoteContainer .StockPriceDown {
    /*    color: #FF0000;*/
}

.StockQuoteHeaderContainer .StockPriceUp,
.StockQuoteContainer .StockPriceUp {
    /*    color: #00FF00;*/
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    /*    margin-left: 5px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 10px;*/
}

.StockQuoteHeaderContainer .StockDate,
.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockChange:after {
    display: none;
}

.StockQuoteHeaderContainer .priceMainContainer,
.StockQuoteHeaderContainer .volumeContainer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.StockQuoteHeaderContainer .priceMainContainer,
.StockQuoteHeaderContainer .StockDescription1,
.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange,
.StockQuoteHeaderContainer .dividendContainer,
.StockQuoteHeaderContainer .volumeContainer,
.StockQuoteHeaderContainer .StockDescription3 {
    display: block;
}

.StockQuoteHeaderContainer .priceMainContainer {
    padding-bottom: 3px;
}

.StockQuoteHeaderContainer .volumeContainer {
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-size: 13px;
}

.StockQuoteHeaderContainer .dividendContainer {
    padding-top: 10px;
    font-size: 13px;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    line-height: 1.1;
}

.StockQuoteHeaderContainer .StockDescription2 {
    margin-right: -10px;
}

.StockQuoteHeaderContainer .StockDescription1 {
    font-weight: bold;
}

.StockQuoteHeaderContainer .priceContainer,
.StockQuoteHeaderContainer .changeContainer {
    display: inline-block;
    vertical-align: middle;
}

.StockQuoteHeaderContainer .priceContainer {
    font-size: 32px;
}

.StockQuoteHeaderContainer .changeContainer {
    font-size: 14px;
}

.StockQuoteHeaderContainer .shareholderPage {
    text-align: center;
    padding-top: 8px;
}

.StockQuoteHeaderContainer .shareholderPage a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
} 

.StockQuoteHeaderContainer .shareholderPage a:hover,
.StockQuoteHeaderContainer .shareholderPage a:focus {
    text-decoration: none;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDividendText {
    float: left;
}

.StockQuoteHeaderContainer .StockVolume,
.StockQuoteHeaderContainer .StockDividend {
    float: right;
}


/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/


/*---------- Add to Calendar Any ----------*/

.add-to-any {
    float: right;
}


/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner {}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: "\e914";
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: "\e916";
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: "\e915";
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}


/*----- Committee Composition Table -----*/

.committee-composition .person-header,
.committee-composition .person-item > div {
    padding: 15px 5px;
}

.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}

.committee-composition .person-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .person-category[class*="active"] .person-header i:before {
    content: "\e650";
}

.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .chair {
    color: #0f5ca3;
}

.committee-composition .person-legend {
    margin-top: 20px;
}

.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile,
.committee-composition .person-bio,
.committee-composition .person-items {
    display: none;
}

@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }
    .committee-composition .mobile {
        display: block;
    }
    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Events Calendar -----------*/

#event-container {
    position: relative;
    display: block;
    width: auto;
}

#events-calendar,
#latest-events {
    /*    display: table-cell;*/
}

#events-calendar {
    padding: 0;
}

#latest-events.open {
    display: block;
}

#latest-events {
    border: 1px solid #6bb835;
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#latest-events .popup-close {
    position: absolute;
    right: 21px;
    top: 21px;
    cursor: pointer;
    z-index: 1;
}

#latest-events a {
    color: #323233;
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    display: table;
    width: 100%;
}

#events-calendar .controls div {
    display: table-cell;
    /*    text-align: center;*/
    /*    padding: 13px 0;*/
    padding-top: 13px;
    padding-bottom: 13px;
}

#events-calendar .controls .month {
    width: 70%;
    font-size: 24px;
}

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

#events-calendar .days-container {
    position: relative;
}

#events-calendar .day-header,
#events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    text-align: center;
    /*    background-color: rgba(0,0,0,0.05);*/
}

#events-calendar .day-header {
    padding: 5px 0;
}

#events-calendar .day {
    padding: 5px 0 20px;
}

#events-calendar .day.adjacent-month,
#events-calendar .empty.adjacent-month {
    /*    opacity: .5;*/
    background-color: transparent;
}

#events-calendar .last-month,
#events-calendar .next-month {
    color: #fff;
}

#events-calendar .day {
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}

#events-calendar .days {
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

#events-calendar .headers {
    border-left: 1px solid #d4d4d4;
}

#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: #6bb835;
}

#events-calendar .days-container .days .event.adjacent-month,
#events-calendar .days-container .days .today.adjacent-month {
    background-color: #fff;
}

#events-calendar .day.event,
#events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    /*    background-color: #FFC36A;*/
    position: relative;
}

#events-calendar .day.event:after,
#events-calendar .empty.event:after {
    content: "";
    display: block;
    height: 5px;
    width: 42px;
    background-color: #6bb835;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -21px;
}

#events-calendar .days-container .days .event.adjacent-month:after {
    display: none;
}

#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
}

#latest-events .ModuleEvent {
    width: 100%;
    /*    height: 100%;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%);
}

#latest-events .ModuleEvent .date {
    width: 90%;
    margin: 20px auto 12px;
    /*    padding:  5%;*/
    padding: 0 5%;
    text-align: center;
    /*    border-bottom: 1px solid rgba(0,0,0,0.1);*/
    font-size: 14px;
    font-weight: bold;
}

#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-event {
    text-align: center;
}

#latest-events .ModuleEvent > ul {
    padding: 0 5%;
}

#latest-events .q4i-icon-calendar {
    color: #323233;
}

#latest-events h3 {
    font-size: 16px;
    margin-top: 10px;
}

#latest-events a {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

#latest-events a:before {
    display: block;
    top: 50%;
    margin-top: -13px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
}

#latest-events .ModuleHeadlineLink {
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
}

#latest-events .ModuleSpeakers i {
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    #events-calendar,
    #latest-events {
        /*        display: inline-block;*/
    }
}


/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}

.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}

.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}

.fancybox-inner .CaptchaContainer img {
    border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*    padding: 10px;*/
    /*    background-color: rgba(0, 0, 0, 0.1);
    border: 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";
}*/


/*-------- Financial Table Widget ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text {
    background-color: rgba(0, 0, 0, 0.1);
}


/* Slick Overwrite */

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display: inline-block;
}

.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list .slick-list,
.financial-table .financial-category-text {
    padding: 20px;
}

.financial-table .financial-documents span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(15, 92, 163);
    margin: 5px 2px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.financial-table .financial-documents span.empty {
    opacity: 0.1;
}

.financial-table .financial-documents span a {
    color: #fff;
}

.financial-table .slick-slide:focus {
    outline: none;
}

.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}

.financial-table .financial-year-list .slick-arrow {
    width: 50px;
    height: 60%;
}

.financial-table .financial-year-list .slick-prev {
    left: 0;
    border-right: 1px solid #fff;
}

.financial-table .financial-year-list .slick-next {
    right: 0;
    border-left: 1px solid #fff;
}

.financial-table .financial-year-list .slick-list {
    margin: 0 30px;
}

.financial-table .financial-document-list .slick-list {
    margin: 0 50px;
}

@media screen and (max-width: 480px) {
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
    }
}


/*---------- Investor Calculator ----------*/

.calc-widget-investment-calculator {
    /*    width: 100%;
    max-width: 400px;*/
}

.calc-widget-investment-calculator .calc-row {
    margin-bottom: 15px;
}

.calc-widget-investment-calculator .calc-row > span,
.calc-widget-investment-calculator .calc-input-group {
    display: block;
    margin-bottom: 10px;
}

.calc-widget-investment-calculator .calc-row input[type="text"],
.calc-widget-investment-calculator .compare .other {
    /*    width: 100%;*/
    cursor: pointer;
}

.calc-widget-investment-calculator .compare .calc-input {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}

.calc-widget-investment-calculator .icheckbox_flat-grey {
    cursor: pointer;
}


/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .stockChart .highcharts-input-group {
        display: none;
    }
}

.highcharts-legend-item rect {
    fill: #fff;
    stroke: rgb(36, 147, 60);
}

.highcharts-legend-item rect[fill="#CCC"] {
    fill: #ccc;
    stroke: #ccc;
}


/*-------------- 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 -----------
\*-----------------------------------------*/

.creditRatings table tbody {
    display: table;
    width: calc(100% - 1px);
    min-width: 700px;
}

.creditRatings table {
    display: block;
    overflow-x: auto;
}

.creditRatingsMobile {
    display: none;
}


/*---------- Default Table Style ----------*/

.custom-table,
.CustomTable {
    width: 100%;
    font-size: 14px;
}

.custom-table .col,
.CustomTable .col {
    font-size: 14px;
}

.custom-table thead,
.CustomTable thead {
    background-color: #006fba;
    color: #fff;
}

.custom-table thead .col,
.CustomTable thead .col {
    color: #fff;
}

.custom-table tbody tr,
.CustomTable tbody tr {
    border-bottom: 1px solid #d4d4d4;
}

.tableRowBackground {
    background-color: #f1f1f1;
}

tr.blueHeader {
    background: #006fba;
    color: #fff;
}

tr.greySubHeader {
    background: #d4d4d4;
}


/*.custom-table tbody tr:first-child,
.CustomTable tbody tr:first-child {
  border-bottom: none;
}*/

.custom-table td,
.custom-table th,
.CustomTable td,
.CustomTable th {
    padding: 12px 18px;
    text-align: center;
}

.custom-table tr td:first-child,
.custom-table tr th:first-child,
.CustomTable tr td:first-child,
.CustomTable tr th:first-child {
    text-align: left;
}

.custom-table th,
.CustomTable th {
    font-weight: bold;
}

.custom-table tbody tr:nth-child(even),
.CustomTable tbody tr:nth-child(even) {
    /*    background-color: rgba(0,0,0,0.05);*/
}

.custom-table th span,
.custom-table td span,
.CustomTable th span,
.CustomTable td span {
    padding: 0;
}


/*----- Better Analyst Coverage Table -----*/


/*@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}
@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}*/


/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/


/*-------------- Global Styles ------------*/


/* Genetal */

body {
    /*    background-color: #F8F8F8;*/
    overflow-x: hidden;
}

input,
button,
textarea,
a {
    outline: none
}

textarea:focus,
input:focus {
    outline: none;
}

a img {
    border: none;
    outline: none;
}

a,
a:visited {
    text-decoration: none;
    color: #323233;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="file"],

/*select,*/

button,
textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input[type="text"],
select,
textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 5px 8px;
}

input[type="text"] {
    height: 35px;
    line-height: 100%;
    width: 200px;
    margin-right: 3px;
}

input[type="submit"],
.customButton,
input[type="button"],
button {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background: none;
    border: 2px solid #323233;
    color: #323233;
    padding: 9px 30px;
    text-align: center;
    border-radius: 2px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
}

a.customButton:hover,
a.customButton:focus {
    text-decoration: none;
}

input[type="submit"]:hover,
.customButton:hover,
input[type="button"]:hover,
button:hover {
    background: #323233;
    color: #fff;
}

input[type="checkbox"] {
    display: none;
}

select {
    /*    background-image: url('../design/select-icons.png');
    background-repeat: no-repeat;
    background-position: 90% -115px;
    padding-right: 50px;*/
}


/* Containers */


/*.container {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  width:100%;
  padding: 0 20px;
}*/


/*.PaneHeader > span,
.PaneNavigation > span,
.FooterContainer > div > span,
.PaneContentInner {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}*/

.PaneHeader > span,
.PaneNavigation > span,
.FooterContainer > div > span,
.PaneContentInner .ModuleOuterContainer,
.PaneHeader2 .ModuleOuterContainer,
.container,
.PaneContentInner .MailingListSignupContainer .EditSubscriberConfirmation[style*="block"] {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.PaneContentInner .ModuleOuterContainer,
.PaneContentInner .container,
.PaneContentInner .MailingListSignupContainer .EditSubscriberConfirmation[style*="block"],
.footer-alerts .ModuleOuterContainer,
.mobile-footer-alerts .ModuleOuterContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*-----HomePage Adjust ------*/

.LayoutHomePage .PaneLeft .ModuleOuterContainer,
.LayoutHomePage .PaneRight .ModuleOuterContainer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.PaneHeader {
    /*    background-color: #0F5CA3;*/
}

.FooterContainer {
    /*    background-color: #272727;*/
    /*    padding:  100px 0;*/
}

.PaneFooter,
.PaneQ4Footer {
    background-color: #3a3a3a;
}

.PaneFooter {
    padding-top: 40px;
}

.PaneQ4Footer {
    padding-bottom: 35px;
}

.PaneNavigation {
    background-color: white;
    border-top: 1px solid #d4d4d4;
    border-bottom: 5px solid #f2f2f2;
    /*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);*/
}


/* PaneHeader */

.PaneHeader {
    padding: 13px 0;
}

.ClientLogo,
.searchSite,
div.headerLinks {
    display: inline-block;
    /*    max-height: 50px;*/
}

.searchSite,
.mobile-toggle {
    float: right;
    margin-left: 10px;
}

.searchSite,
.mobile-toggle,
div.headerLinks {
    vertical-align: middle;
    line-height: 52px;
}

.searchSite,
div.headerLinks {
    position: relative;
    top: 36px;
}

.ClientLogo img {
    /*    width: 112px;*/
    display: inline-block;
    margin-right: 13px;
    vertical-align: bottom;
}

.ClientLogo span {
    font-size: 13px;
}

.ClientLogo a:hover,
.ClientLogo a:focus {
    text-decoration: none;
}

.ModuleSearch input {
    /*    border: 1px solid #fff;*/
}

.ModuleSearch .SearchButton {
    cursor: pointer;
}

.searchSite input[type="text"] {
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    background: #fff url(../design/search-button2.png) scroll left center;
    background-repeat: no-repeat;
    width: 120px;
    height: 25px;
    line-height: 100%;
    font-size: 11px;
}

.searchSite input[type="text"]:focus {
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    background: #fff;
}

.searchSite input[type="submit"] {
    border-radius: 2px;
    background: #b5b5b5;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    padding: 6px 19px;
    border: none;
    line-height: 1.3;
}


/*Pane Navigation */

.PaneNavigation .navbar-collapse ul li {
    display: inline-block;
    /*    padding: 10px;*/
}

.navbar-collapse {}


/*@media screen and (min-width: 1024px) {*/

.PaneNavigation {
    position: relative;
}

.PaneNavigation:hover {}

.PaneNavigation .navbar-collapse .level2 {
    position: relative;
    margin-bottom: -5px;
}

.PaneNavigation .navbar-collapse .level1 > li > a {
    position: relative;
}

.PaneNavigation .navbar-collapse .level1 > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 5px;
    background: #f2f2f2;
}

.PaneNavigation .navbar-collapse .level1 > li > a:hover:after,
.PaneNavigation .navbar-collapse .level1 > li.selected > a:after {
    background: #323233;
}

.PaneNavigation .navbar-collapse .level2 > li {
    border-bottom: 5px solid #f2f2f2;
}

.PaneNavigation .navbar-collapse .level2 > li {
    display: inline-block;
    position: relative;
    /*        padding: 25px 25px 20px 25px;*/
}

.PaneNavigation .navbar-collapse .level3 > li {
    display: block;
}


/*.PaneNavigation .navbar-collapse .level1 > li > a:hover,*/

.PaneNavigation .navbar-collapse .level2 > li:hover,
.PaneNavigation .navbar-collapse .level2 > li.expanded,
.PaneNavigation .navbar-collapse .level2 > li.focused,
.PaneNavigation .navbar-collapse .level2 > li.selected {
    /*        padding: 25px 25px 17px 25px;*/
    border-bottom: 5px solid #323233;
}

.PaneNavigation .navbar-collapse .level3 a:hover,
.PaneNavigation .navbar-collapse .level3 li.focused > a {
    background: #000;
}

.PaneNavigation .navbar-collapse .level1 > li > a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    position: relative;
    padding: 1px 11px 3px;
}

.PaneNavigation .navbar-collapse .level2 > li > a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 1px 9px 3px;
    border-left: 1px solid #d4d4d4;
    position: relative;
    margin: 13px 0 11px;
}

.PaneNavigation .navbar-collapse .level1 > li:first-child > a {
    border-left: 1px solid #fff;
    display: inline-block;
}

.PaneNavigation .navbar-collapse .level1 > li a:hover,
.PaneNavigation .navbar-collapse .level2 > li a:hover {
    text-decoration: none;
}

.PaneNavigation .navbar-collapse .level2 {
    display: inline-block;
}

.PaneNavigation .navbar-collapse .level3 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 238px;
    background-color: white;
    /*        border-top: 1px solid #efefef;*/
    text-align: center;
    z-index: 999;
    margin-top: 5px;
}

.PaneNavigation .navbar-collapse .level3 a {
    background: #323233;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    display: block;
    text-align: left;
}

.PaneNavigation .navbar-collapse .level4 a {
    padding-left: 25px;
}

.PaneNavigation .navbar-collapse .level2 > li:hover .level3,
.PaneNavigation .navbar-collapse .level2 > li.focused .level3 {
    display: block;
}

.mobileNavigation,
div.headerMobileLinks,
.searchMobileSite {
    display: none;
}


/*}*/

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 76px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    max-width: 25px;
    background: #fff;
    min-width: 25px;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    height: 2px;
    background: #24933c;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #24933c;
    content: "";
}

.c-hamburger span::before {
    top: -7px;
}

.c-hamburger span::after {
    bottom: -7px;
}

.c-hamburger--htx {
    /*  background-color: #ff3264;*/
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}


/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
    /*  background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.mobileToggle {
    display: none;
}


/*PaneHeader2*/


/* PaneBreadcrumb */

.PaneBreadcrumb {
    /*    padding-bottom: 50px;
    background: yellow;*/
}

.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    /*    font-size: 0.8rem;
    margin-right: 5px;*/
}


/* PaneContentInner */

.PaneContentInner {
    /*    padding: 100px 20px 50px;*/
}

[class*="ContentPaneDiv"] > div {
    /*    display: block;
    margin-bottom: 50px;*/
}


/*PaneLeft */

.PaneLeft {
    /*    display: none !important;*/
}

.PaneContent {
    width: 100% !important;
}


/* PaneFooter */

[class*="FooterPaneDiv"] {
    display: block;
    /*    margin-bottom: 25px;*/
}

.footer-logo {
    padding-bottom: 20px;
}

.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}

.FooterLinks li a {
    color: white;
    display: inline-block;
    border-left: 1px solid #fff;
    line-height: 1;
    padding-left: 12px;
    margin-right: 2px;
}

.FooterLinks a:hover,
.FooterLinks a:focus {
    text-decoration: none;
}

ul.FooterLinks > li:first-child > a {
    border-left: none;
    padding-left: 0;
}

.Copyright,
.PaneQ4Footer a {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    line-height: 1;
}

.PaneQ4Footer a:hover,
.PaneQ4Footer a:focus {
    text-decoration: none;
}


/*----------- Mobile Navigation -----------*/

.mobile-toggle {
    display: none;
    cursor: pointer;
}

.menu-close {
    display: none;
}

@media screen and (max-width: 1023px) {
    /*    .mobile-toggled .PaneNavigation {
        right: 0;
        overflow-y: scroll;
    }
    .mobile-toggled.LayoutDefaultInner {
        right: 270px;
        left: -270px;
        overflow: hidden;
    }
    .LayoutDefaultInner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: ease 0.5s;
    }
    .mobile-toggle  {
        display: inline-block;
        color: white;
        font-size: 30px;
        padding-top: 2px;
    }
    .menu-close {
        cursor: pointer;
    }
    .PaneNavigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        padding: 0;
        background-color: #22272b;
        transition: ease 0.5s;
        color: white;
    }
    .PaneNavigation > span {
        padding: 0;
    }
    .PaneNavigation nav a {
        color: white;
    }
    .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 {
        padding: 0;
        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;
    }*/
}


/*------------- Miscellaneous -------------*/


/* Dark Styles */

.dark {
    color: #fff;
}


/* RSS */

.rss-icons {
    margin-bottom: 50px;
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText,
.ModuleFileSpacer {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
}

.css {
    color: #FF00FF;
}

.upcoming-events .ModuleYearNavContainer,
.upcoming-events .ModuleSpeakers {
    display: none;
}


/* Blank Demo */

.demo-header div {
    padding: 20px 20px 5px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}

.demo-header div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.demo-header div.active {
    background-color: #0F5CA3;
    color: #fff;
}

.demo-header h3 {
    text-align: center;
}

.toast-demo,
.icon-demo,
.module-demo {
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.icon-demo,
.module-demo {
    display: none;
}

@media screen and (max-width: 768px) {
    .demo-header div {
        border-radius: 0;
    }
}

.toast-demo [class*="grid"] {
    margin-bottom: 30px;
}

.toast-demo .col {
    margin-bottom: 10px;
    margin-top: 10px;
    background-clip: content-box;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
}

.toast-demo .col:hover {
    background-color: #0F5CA3;
    color: #fff;
}

.toast-demo .col p {
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
}

.icon-demo .col {
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: content-box;
    margin-bottom: 20px;
    text-align: center;
}

.icon-demo .col.active {
    background-color: #0F5CA3;
}

.icon-demo .col > span {
    display: inline-block;
    padding: 1rem 0;
    font-size: 3rem;
}

.icon-demo .col.active > span {
    color: #fff;
}

.icon-demo .col p {
    display: inline-block;
    width: 80%;
    height: 0rem;
    padding: 0 1rem;
    margin: 0 1rem 1rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.icon-demo .col.active p {
    height: 8rem;
    padding: 1rem;
}

.icon-demo p span {
    display: block;
    font-weight: 300;
}


/*Custom style*/

.ClientLogo {
    float: left;
}

div.headerLinks {
    float: right;
}

ul.headerLinks li {
    display: inline-block;
}

.headerLinks a {
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding-left: 8px;
    margin-left: 3px;
}

.headerLinks a:hover,
.headerLinks a:focus {
    text-decoration: none;
}

.headerLinks a:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    vertical-align: bottom;
    background: #323233;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}

ul.headerLinks > li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

ul.headerLinks > li:first-child a:before {
    display: none;
}

.mobileNavigation {
    padding-top: 7px;
    margin-bottom: 35px;
}

.mobileNavigation li {
    text-align: center;
}

.mobileNavigation a {
    display: inline-block;
}

.mobileNavigation a:hover,
.mobileNavigation a:focus {
    text-decoration: none;
}

.mobileNavigation .has-children > a {
    position: relative;
}


/*.mobileNavigation .has-children .arrowIcon {
  display: inline-block;
  position: absolute;
  right: -22px;
  bottom: 0;
  pointer-events: none;
}*/


/*.mobileNavigation .arrowIcon:after {

}*/

.mobileNavigation .level1 > li > a,
.mobileNavigation .level2 > li > a {
    font-size: 14px;
    padding: 6px 24px;
}

.mobileNavigation .has-children > a:after {
    position: absolute;
    display: inline-block;
    content: "\e64a";
    font-family: 'q4icons';
    right: 0px;
    bottom: 9px;
    color: #24933c;
    font-size: 10px;
    pointer-events: none;
}

.mobileNavigation .level1 > li.has-children > a:after {
    display: none;
}

.mobileNavigation .has-children.active > a:after {
    content: "\e650";
}

.mobileNavigation .level3 a {
    font-size: 12px;
}

.mobileNavigation .level3 {
    display: none;
    background: #eef5f8;
    padding: 10px 0;
}

.mobileNavigation .level4 {
    display: none;
}

.mobileNavigation .level3 > li > a {
    padding: 5px 18px 4px;
}

.mobileNavigation .level3 .has-children > a:after {
    bottom: 7px;
}

div.headerMobileLinks {
    margin-bottom: 20px
}

.headerMobileLinks li {
    text-align: center;
}

.headerMobileLinks a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.headerMobileLinks a:hover,
.headerMobileLinks a:focus {
    text-decoration: none;
}

.searchMobileSite {
    text-align: center;
    margin-bottom: 10px;
}

.searchMobileSite .SearchButton {
    text-indent: -999px;
    overflow: hidden;
    background: #fff url(../design/search-button2.png) scroll center center;
    background-repeat: no-repeat;
    width: 25px;
    border-radius: 0px;
    height: 25px;
    border: 0 none;
    min-width: 0;
    padding: 0;
}

.searchMobileSite .SearchButton:hover {
    background: #fff url(../design/search-button2.png) scroll center center;
    background-repeat: no-repeat;
}

.searchMobileSite .ModuleContainerInnerTop {
    border: 1px solid #d3d3d3;
    width: 200px;
    margin: 0 auto;
}

.searchMobileSite input[type="text"] {
    border: none;
    font-size: 12px;
    width: 145px;
}

.searchMobileSite input[type="text"]::-webkit-input-placeholder {
    font-size: 12px;
    color: #323233;
}

.searchMobileSite input[type="text"]:-moz-placeholder {
    font-size: 12px;
    color: #323233;
}

.searchMobileSite input[type="text"]::-moz-placeholder {
    font-size: 12px;
    color: #323233;
}

.searchMobileSite input[type="text"]:-ms-input-placeholder {
    font-size: 12px;
    color: #323233;
}

.MailingListSignupContainer .footer-alerts table td.MailingListCol1,
.MailingListSignupContainer .mobile-footer-alerts table td.MailingListCol1 {
    display: none;
}

.footer-alerts {
    /*  margin-bottom: 60px;*/
}

.footer-alerts .ModuleInnerContainer {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 30px;
}

.footer-alerts .MailingListTable {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-alerts .signupWrapper {
    position: relative;
}


/*.mobile-footer-alerts .MailingListTable {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}*/

.footer-alerts .MailingListListTable {
    display: inline-block;
    vertical-align: middle;
}

.footer-alerts .GridActions {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.mobile-footer-alerts {
    display: none;
}

.mobile-footer-alerts .GridActions {
    display: inline-block;
    vertical-align: middle;
    width: 29.6%;
}

.footer-alerts .MailingListListTable > tbody > tr:first-child,
.mobile-footer-alerts .MailingListListTable > tbody > tr:first-child {
    display: none;
}

.footer-alerts .MailingListTable tbody tr:first-child td,
.mobile-footer-alerts .MailingListTable tbody tr:first-child td {
    padding: 0;
}

.footer-alerts .MailingListListTable table tr {
    display: inline-block;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

.mobile-footer-alerts .MailingListListTable table tr {
    font-size: 14px;
}

.footer-alerts .MailingListListTable table label,
.mobile-footer-alerts .MailingListListTable table label {
    cursor: pointer;
}

.MailingListSignupContainer .footer-alerts table td.MailingListCol2,
.MailingListSignupContainer .mobile-footer-alerts table td.MailingListCol2 {
    margin-bottom: 0;
}

.MailingListSignupContainer .footer-alerts table,
.MailingListSignupContainer .mobile-footer-alerts table {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-alerts input[type="text"]::-webkit-input-placeholder {
    font-size: 13px;
    color: #666666;
}

.footer-alerts input[type="text"]:-moz-placeholder {
    font-size: 13px;
    color: #666666;
}

.footer-alerts input[type="text"]::-moz-placeholder {
    font-size: 13px;
    color: #666666;
}

.footer-alerts input[type="text"]:-ms-input-placeholder {
    font-size: 13px;
    color: #666666;
}

.mobile-footer-alerts input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #666666;
}

.mobile-footer-alerts input[type="text"]:-moz-placeholder {
    font-size: 14px;
    color: #666666;
}

.mobile-footer-alerts input[type="text"]::-moz-placeholder {
    font-size: 14px;
    color: #666666;
}

.mobile-footer-alerts input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
    color: #666666;
}

.footer-alerts input[type="text"] {
    border: none;
    background-color: rgba(242, 242, 242, 1);
    font-size: 13px;
    color: #666666;
    height: 35px;
    line-height: 100%;
}

.mobile-footer-alerts input[type="text"] {
    border: none;
    background-color: rgba(242, 242, 242, 1);
    font-size: 14px;
    color: #666666;
    height: 27px;
    line-height: 100%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
}

.MailingListSignupContainer .footer-alerts table input[type="text"] {
    width: 200px !important;
}

.MailingListSignupContainer input[type="checkbox"] {
    display: none;
}

.icheckbox_flat-grey {
    width: 13px;
    height: 13px;
    border: 1px solid #d4d4d4;
    position: relative;
}

.icheckbox_flat-grey:after {
    display: none;
}

.icheckbox_flat-grey.checked {
    border: 1px solid #323232;
}

.icheckbox_flat-grey.checked:after {
    position: absolute;
    display: block;
    content: "\e600";
    font-family: 'q4icons';
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -5px;
    color: #323232;
    font-size: 8px;
    pointer-events: none;
}

.MailingListListTable .icheckbox_flat-grey,
.MailingListListTable td label,
.investmentCalculator .icheckbox_flat-grey {
    vertical-align: middle;
    display: inline-block;
}

.MailingListListTable td .icheckbox_flat-grey {
    margin-right: 4px;
}

.MailingListSignupContainer .footer-alerts table {
    width: auto;
    max-width: none;
}

.MailingListSignupContainer .footer-alerts table tbody,
.MailingListSignupContainer .mobile-footer-alerts table tbody {
    width: 100%;
    display: block;
}

.footer-alerts .MailingListTable tbody tr:nth-child(2),
.mobile-footer-alerts .MailingListTable tbody tr:nth-child(2) {
    display: block;
    width: 100%;
}

.footer-alerts input[type="submit"] {
    padding-left: 24px;
    padding-right: 24px;
    background: #323232;
    color: #fff;
}

.mobile-footer-alerts input[type="submit"] {
    padding: 6px 15px;
    background: #323232;
    color: #fff;
    font-size: 12px;
    height: 27px;
    line-height: 100%;
    margin-left: 0;
    width: 100%;
}

.footer-alerts input[type="submit"]:hover,
.mobile-footer-alerts input[type="submit"]:hover {
    background: #fff;
    color: #323232;
}

.MailingListSignupContainer .footer-alerts table td,
.MailingListSignupContainer .mobile-footer-alerts table td {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-alerts label {
    font-size: 13px;
}

.mobile-footer-alerts .MailingListTable,
.mobile-footer-alerts .MailingListListTable,
.mobile-footer-alerts .MailingListListTable table {
    max-width: none;
}

.mobile-footer-alerts .MailingListTable,
.mobile-footer-alerts .MailingListTable tbody {
    width: 100%;
}

.MailingListSignupContainer .mobile-footer-alerts table input[type="text"] {
    width: 70% !important;
}

.mobile-footer-alerts .MailingListListTable table tr {
    display: inline-block;
    float: left;
    margin-right: 25px;
    cursor: pointer;
}

.mobile-footer-alerts .MailingListListTable table td {
    margin-top: 20px;
    display: inline-block;
}

div.FooterLinks {
    font-size: 15px;
    float: left;
}

div.footerTwitter {
    float: right;
}

div.footerTwitter a {
    color: #fff;
    position: relative;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
}

div.footerTwitter a:hover,
div.footerTwitter a:focus {
    text-decoration: none;
}

div.footerTwitter a:after {
    /*  content: "\e645";
  font-family: 'q4icons';
  display: inline-block;
  font-size: 23px;
  position: absolute;
  right: -42px;
  top: 50%;
  margin-top: -15px;*/
}

div.footerTwitter h2 {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    vertical-align: middle;
}

div.footerTwitter .ModuleInnerContainer {
    display: inline-block;
    margin-left: 10px;
}

.footerCopyright {
    clear: both;
    padding-top: 25px;
}

.latestQuarterly .container-docs li {
    display: table-cell;
    text-align: center;
    padding: 14px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.latestQuarterly .mobileResults {
    display: none;
}

.latestQuarterly .container-docs ul .report_type {
    background: #1b6cb5;
    color: #fff;
    margin-top: -1px;
    margin-bottom: -1px;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.latestQuarterly .container-docs ul .report_type + li a {
    border-left: none;
}

.latestQuarterly .container-docs ul {
    /*  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;*/
    display: table;
    width: 100%;
}

.latestQuarterly .container-docs ul > li:last-child {
    border-right: 1px solid #d4d4d4;
}

.latestQuarterly .shortType,
.latestQuarterly .year {
    display: block;
}

.latestQuarterly .shortType {
    font-size: 40px;
}

.latestQuarterly .year {
    font-size: 18px;
}

.latestQuarterly .col {
    padding-left: 0;
    vertical-align: middle;
}

.latestQuarterly li > span.borderWrap {
    border-left: 1px solid #d4d4d4;
    display: inline-block;
    width: 100%;
}

.latestQuarterly li:nth-child(2) > span.borderWrap {
    border-left: none;
}

.latestQuarterly li a {
    /*width: 100%;*/
    display: inline-block;
    margin: 14px 0 16px;
}

.latestQuarterly li a:focus {
    text-decoration: none !important;
}

.latestQuarterly li a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.latestQuarterly li a span:before {
    /*    content: "\e629";*/
    /*    content: "\e628";*/
    top: 50%;
    left: 0;
    position: absolute;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/html.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/html2.svg);
}

.latestQuarterly li a[href*=".PDF"] span:before,
.latestQuarterly li a[href*=".pdf"] span:before {
    /*  content: "\e62a";*/
    vertical-align: top;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/pdf.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/pdf.svg);
}

.latestQuarterly li a[href*=".DOC"] span:before,
.latestQuarterly li a[href*=".doc"] span:before,
.latestQuarterly li a[href*=".RTF"] span:before,
.latestQuarterly li a[href*=".rtf"] span:before,
.latestQuarterly li a[href*=".TXT"] span:before,
.latestQuarterly li a[href*=".txt"] span:before {
    /*  content: "\e62d";*/
    vertical-align: top;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/doc.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/doc.svg);
}

.latestQuarterly li a[href*=".XLS"] span:before,
.latestQuarterly li a[href*=".xls"] span:before {
    /*  content: "\e627";*/
    vertical-align: top;
    display: inline-block;
    content: "";
    margin-top: -17px;
    width: 28px;
    height: 34px;
    background: url(../icons/powerpoint-doc.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/ppt2.svg);
}

.latestQuarterly li a[href*=".ZIP"] span:before,
.latestQuarterly li a[href*=".zip"] span:before {
    content: "\e62e";
    font-family: 'q4icons';
    display: block;
    margin-top: -13px;
    color: #24933c;
    font-size: 20px;
    background: none;
}

.latestQuarterly li a.WebcastLink span:before,
.latestQuarterly li._Webcast a span:before {
    content: "\e647";
    font-family: 'q4icons';
    display: block;
    margin-top: -13px;
    color: #24933c;
    font-size: 20px;
    background: none;
}

.slideshare .slideshow {
   /* padding-top: 64%;*/
    position: relative;
    overflow: hidden;
}

.slideshare iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none !important;
    border-width: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important;
}

.latestPresentation,
.presentationLatest .slideshare {
    margin-bottom: 10px;
}

.latestPresentation,
.presentationLatest {
    text-align: center;
}

.latestPresentation .slideshare {
    width: 60%;
    margin: 0 auto 17px;
}

.latestPresentation .presentation_widget {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.presentation_widget a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 23px;
}

.presentation_widget a:hover,
.presentation_widget a:focus {
    text-decoration: none;
}

.presentation_widget a:before {
    display: block;
    content: "\e670";
    font-family: 'q4icons';
    top: 50%;
    margin-top: -13px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
    font-weight: 400;
}

.moreInfo {
    background: #f6f6f6;
}

.corpNavItem {
    margin-bottom: 17px;
}

.corpNavItem a:hover,
.corpNavItem a:focus {
    text-decoration: none;
}

.corpNavItem .itemImage {
    width: 100%;
    padding-top: 57%;
    position: relative;
    margin-bottom: 8px;
}

.corpNavItem .q4i-rounded-rightchevon {
    color: #24933c;
    font-size: 10px;
    display: inline-block;
}

.corpNavItem .itemImage:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 147, 60, 0.2);
}

.corpNavItem.shareholder .itemImage {
    background: url(../design/shareholder.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.stock .itemImage {
    background: url(../design/stock.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.dividend .itemImage {
    background: url(../design/dividend.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.credit .itemImage {
    background: url(../design/credit.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.quarterly .itemImage {
    background: url(../design/quarterly.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.annual .itemImage {
    background: url(../design/annual.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.sec .itemImage {
    background: url(../design/sec.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.corpNavItem.contacts .itemImage {
    background: url(../design/contacts.jpg) scroll top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ModuleDate,
.ModuleTime,
.ModuleMoreLink {
    font-weight: bold;
    font-size: 14px;
}

.presentationLatest {
    margin: 0 auto;
    width: 49%;
}


/*.eventsPagePresentation .slideshare .slideshow {
  padding-top: 75%;
}*/

.eventCalendar {
    float: left;
    width: 48%;
    margin-right: 3%;
}

#events-calendar .q4i-rounded-upchevon:before {
    content: "\e64c";
    font-size: 12px;
}

#events-calendar .q4i-rounded-downchevon:before {
    content: "\e64f";
    font-size: 12px;
}

#events-calendar .controls {
    background: #6bb835;
}

#events-calendar .controls .month {
    font-size: 16px;
    font-weight: bold;
}

#events-calendar .controls .month {
    text-align: center;
}

#events-calendar .clndr-previous-button {
    text-align: left;
    padding-left: 20px;
}

#events-calendar .clndr-next-button {
    text-align: right;
    padding-right: 20px;
}

#latest-events .q4i-icon-calendar:before {
    margin-top: -7px;
}

.eventsPage .PaneLeft,
.eventsPage .PaneContent {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}

.eventCalendar .ModuleOuterContainer,
.presentationLatest .ModuleOuterContainer,
.eventsPage .PaneContent .ModuleOuterContainer {
    padding-left: 0;
    padding-right: 0;
}

.latest-event .q4i-icon-calendar {
    display: none;
}

.latest-event .WebcastLink a,
.latest-event .ModuleLinks a,
.latest-event .RelatedDocuments a,
.latest-event .PressRelease a,
.latest-event .AddToCalendar a,
.latest-event .presentation a,
.latest-event .FinancialReport a {
    text-decoration: none;
    padding-left: 23px;
}

.latest-event .ModuleLinks a[href*=".PDF"]:before,
.latest-event .ModuleLinks a[href*=".pdf"]:before {
    /*    content: "\e62a";*/
    /*  vertical-align: top;
  display: inline-block;
  content: "";
  margin-top: -12px;
  width: 18px;
  height: 22px;
  background: url(../icons/icon-pdf.png) no-repeat center center transparent;
  background-image: linear-gradient(transparent, transparent), url(../icons/pdf2.svg);*/
}

.ModuleSpeakers {
    margin-bottom: 10px;
}

.ModuleSpeakers i:before {
    color: #24933c;
}

.ModuleEvent.upcoming-events .ModuleSpeakers li {
    display: block;
    margin-bottom: 3px;
}

.ModuleEvent.upcoming-events .ModuleDate,
.ModuleEvent.upcoming-events .ModuleTime {
    display: inline-block;
}

.ModuleEvent.upcoming-events .ModuleDate {
    margin-right: 5px;
}

.upcoming-events .q4i-icon-calendar {
    display: none;
}

.upcoming-events {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.archivedEventsRight {
    float: right;
    width: 50%;
}

.archivedEventsRight .viewMoreEventsContainer {
    text-align: center;
    padding-top: 20px;
}


/*.upcoming-events .ModuleLinks a[href*=".PDF"]:before,
.upcoming-events .ModuleLinks a[href*=".pdf"]:before {
    content: "\e62a";
}*/

.upcoming-events .ModuleContentContainer > .AddToCalendar,
.eventDetails .ModuleContentContainer > div {
    padding: 3px 0;
}

.upcoming-events .FinancialReport li,
.eventDetails .FinancialReport li {
    padding: 3px 0;
}

.upcoming-events a.q4i-icon-html:before {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    content: "";
    width: 18px;
    height: 22px;
    background: url(../icons/html.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/html2.svg);
}

.upcoming-events .WebcastLink a,
.upcoming-events .ModuleLinks a,
.upcoming-events .RelatedDocuments a,
.upcoming-events .PressRelease a,
.upcoming-events .AddToCalendar a,
.upcoming-events .presentation a {
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
}

.upcoming-events a:before {
    display: block;
    top: 50%;
    margin-top: -17px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
}

.upcoming-events .AddToCalendar a:before {
    margin-top: -14px;
}

.upcoming-events .ModuleItemRow {
    padding-top: 15px;
    border-top: 1px solid #d4d4d4;
}

.upcoming-events .ModuleContainerInner > div:first-child {
    border-top: none;
}

.ModuleEventDetails.eventDetails .ModuleSpeakers li {
    display: block;
    margin-bottom: 3px;
}

.ModuleEventDetails.eventDetails .ModuleDate,
.ModuleEventDetails.eventDetails .ModuleTime {
    display: inline-block;
}

.ModuleEventDetails.eventDetails .ModuleDate {
    margin-right: 5px;
}

.eventDetails .q4i-icon-calendar {
    display: none;
}

.eventDetails .q4i-icon-link:before,
.eventDetails .q4i-icon-html:before {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    content: "";
    width: 18px;
    height: 22px;
    background: url(../icons/html.png) no-repeat center center transparent;
    background-image: linear-gradient(transparent, transparent), url(../icons/html2.svg);
}


/*.eventDetails .ModuleLinks a[href*=".PDF"]:before,
.eventDetails .ModuleLinks a[href*=".pdf"]:before {
    content: "\e62a";
}*/

.eventDetails .WebcastLink a,
.eventDetails .ModuleLinks a,
.eventDetails .RelatedDocuments a,
.eventDetails .PressRelease a,
.eventDetails .AddToCalendar a,
.eventDetails .presentation a {
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
}

.eventDetails a:before {
    display: block;
    top: 50%;
    margin-top: -17px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
}

.eventDetails .WebcastLink a:before {
    margin-top: -10px;
}

.eventDetails .AddToCalendar a:before {
    margin-top: -14px;
}

.event-archive .ModuleItemRow {
    padding-top: 15px;
    border-top: 1px solid #d4d4d4;
}

.event-archive .ModuleContainerInner > div:first-child {
    border-top: none;
}

.event-archive .ModuleLocation {
    display: none;
}

.ModuleEvent.event-archive .ModuleSpeakers li {
    display: block;
    margin-bottom: 3px;
}

.ModuleEvent.event-archive .ModuleDate,
.ModuleEvent.event-archive .ModuleTime {
    display: inline-block;
}

.ModuleEvent.event-archive .ModuleDate {
    margin-right: 5px;
}

.event-archive .q4i-icon-calendar {
    display: none;
}


/*.event-archive .ModuleLinks a[href*=".PDF"]:before,
.event-archive .ModuleLinks a[href*=".pdf"]:before {
    content: "\e62a";
}*/

.event-archive .WebcastLink a,
.event-archive .ModuleLinks a,
.event-archive .RelatedDocuments a,
.event-archive .PressRelease a,
.event-archive .AddToCalendar a,
.event-archive .presentation a {
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
}

.event-archive a:before {
    display: block;
    top: 50%;
    margin-top: -17px;
    left: 0;
    position: absolute;
    color: #24933c;
    font-size: 20px;
}

.event-archive .q4i-icon-webcast:before {
    margin-top: -10px;
}

.event-archive label {
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.StockQuoteContainer .leftStock > li:last-child {
    /*    padding-right: 25px;*/
}

.StockQuoteContainer .rightStock > li:first-child {
    /*    padding-left: 25px;*/
}

.StockQuoteContainer .ModuleContainerInnerTop ul li {
    padding: 10px;
}

.StockQuoteContainer li {
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
}

.StockQuoteContainer ul {
    padding-left: 0;
}

.StockQuoteContainer .Price {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.StockQuoteContainer .dollarSign {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.StockQuoteContainer .StockPage {
    padding: 10px;
}

.StockQuoteContainer .PriceContainer,
.StockQuoteContainer .change_container {
    padding: 0 0 10px 10px;
}

.StockQuoteContainer .bottomInfo li:nth-child(2n+2) {
    text-align: right;
}

.StockQuoteContainer .bottomInfo li {
    padding: 10px;
}

.StockQuoteContainer .PChangeLabel:before {
    content: "(";
}

.StockQuoteContainer .PChangeLabel:after {
    content: ")";
}

.investmentCalculator {}

.calc-widget-investment-calculator .calc-label,
.calc-widget-investment-calculator .calc-row > div.calc-input {
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.calc-info tbody th {
    padding: 5px 20px;
    background: #f2f2f2;
    text-align: left;
    font-weight: bold;
}

.calc-info td {
    padding: 5px 20px;
    width: 50%;
}

.calc-info tr td+td,
.calc-info th+th {
    text-align: right;
}

.calc-info table {
    border-collapse: collapse;
    width: 100%;
}

.calc-info table,
.calc-info th,
.calc-info td {
    border: 1px solid #d4d4d4;
}

#calculator-popup-container .calc-title h2,
#calculator-popup-container .calc-title h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.quoteHistorical .leftContainer {
    width: 50%;
    float: left;
}

.quoteHistorical .rightContainer {
    width: 50%;
    float: right;
}

.stock-historical .stock-selects .text {
    font-weight: bold;
}

.stock-historical .stock-selects {
    margin-bottom: 25px;
}

.historicalRow {
    display: block;
    padding: 10px;
    width: 100%;
}

.stock-historical .list-group,
.stock-historical .historicalSecond {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}

.stock-historical .text {
    float: left;
}

.stock-historical .badge {
    float: right;
}

.stock-historical .leftContainer {
    padding-right: 25px;
}

.stock-historical .rightContainer {
    padding-left: 25px;
}

.quoteHistorical .datepk {
    margin-bottom: 25px;
}

.quoteHistorical input {
    cursor: pointer;
}

.quoteHistorical .datepk-label {
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.proxyMaterials a {
    display: inline-block;
}

.proxyMaterials a:after {
    content: "\e64f";
    font-family: 'q4icons';
    color: #24933c;
    font-size: 10px;
    padding-left: 5px;
}

.FormBuilterContainer .IteminvestorType .sbHolder,
.FormBuilterContainer .ItemCountry .sbHolder,
.FormBuilterContainer .ItemTextarea textarea {
    width: 100%;
}

.FormBuilterContainer .icheckbox_flat-grey {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}

.FormBuilterContainer .ItemavailableDocuments label {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.RedStar,
.RequiredField {
    color: #ff0000;
}

.MessageSent {
    color: green;
}


/*-------------- 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%;
    /*    padding-bottom: 1rem;*/
    border-radius: 50%;
}

.PersonGenericContainer h3,
.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    /* font-size: 1.5rem;*/
    margin-bottom: 1rem;
}


/*.PersonGenericContainer .PersonDescription > span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 1;
}*/


/*
@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto,
    .PersonGenericContainer h3 {
        text-align: center;
    }
}*/


/*----- Better Analyst Coverage Table -----*/


/*.analyst-coverage tr td+td,
.analyst-coverage thead th+th {
    text-align: right;
}*/

.analyst-coverage tr td:first-child,
.analyst-coverage tr th:first-child {
    padding-left: 30px;
}

.analyst-coverage tr td+td,
.analyst-coverage tr th+th {
    padding-right: 30px;
}

@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+td,
    .analyst-coverage thead th+th {
        text-align: left;
    }*/
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}

.EditSubscriberConfirmation[style="DISPLAY:block;"] {
    padding: 30px 0;
}

.EditSubscriberConfirmation {
    color: green;
}

.amerenStrategy h2,
.companyDescription h2 {
    text-align: left;
}

.amerenStrategy .second {
    text-align: center;
}

.amerenStrategy .second span {
    display: block;
}

.amerenStrategy .imageDescription {
    font-size: 13px;
    color: #555;
}

.aboutCompany {
    background-color: #f6f6f6;
    padding-top: 170px;
}

.aboutCompany .titleContainer {
    font-size: 0;
    height: 70px;
    text-align: center;
}

.aboutCompany .titleContainer:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.aboutCompany h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    margin-bottom: 0;
    margin-top: -10px;
}

.aboutCompany li:before,
.companyDescription li:before {
    content: "- ";
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 3px;
}

.aboutCompany .first,
.aboutCompany .second {
    border-right: 1px solid #d4d4d4;
}

.aboutCompany .first,
.aboutCompany .second,
.aboutCompany .third {
    display: table-cell;
    position: relative;
}

.aboutCompany .first {
    padding-right: 30px;
    width: 32%;
}

.aboutCompany .second {
    padding-left: 30px;
    padding-right: 30px;
    width: 36%;
}

.aboutCompany .third {
    padding-left: 30px;
    width: 32%;
}

.aboutCompany .content_Container {
    display: table;
    margin-bottom: 40px;
}

.aboutCompany .bottom_Details {
    font-size: 12px;
}

.aboutCompany .bottom_Details sup {
    font-size: 90%;
}

.aboutCompany .first:before,
.aboutCompany .second:before,
.aboutCompany .third:before {
    position: absolute;
    font-family: 'q4icons';
    display: block;
    background: #1b6cb5;
    border-radius: 50%;
    left: 50%;
    top: -165px;
    color: #fff;
    font-weight: 400;
    margin-left: -65px;
}

.aboutCompany .first:before {
    content: "\e905";
    padding: 22px 27px;
    font-size: 68px;
}

.aboutCompany .second:before {
    content: "\e901";
    padding: 17px 24px;
    font-size: 76px;
}

.aboutCompany .third:before {
    content: "\e90b";
    padding: 15px 43px;
    font-size: 80px;
}

.cautionStatements .ModuleOuterContainer {
    position: relative;
}

.cautionStatements .statementWrap {
    max-height: 40px;
    display: block;
}

.cautionStatements h2 {
    font-size: 18px;
}

.cautionStatements h4 {
    font-size: 14px;
}

.cautionStatements p {
    font-size: 14px;
}

.js-readMore {
    font-weight: bold;
    cursor: pointer;
}

.statementWrap.opened {
    max-height: none;
}

.statementWrap.opened .js-readMore {
    display: none;
}

.statementWrap .js-arrow {
    cursor: pointer;
}

.statementWrap .js-arrow:before {
    content: "\e909";
    font-family: "q4icons";
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -5px;
    /*    background: #000;*/
    color: #000;
    /*    border-radius: 50%;*/
    font-size: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    /*    padding-top: 3px;*/
    /*    padding-left: 1px;*/
    text-align: center;
}

.statementWrap.opened .js-arrow:before {
    content: "\e900";
    /*    padding-top: 3px;*/
}

.companyDescription .imageLegend span {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.companyDescription .second {
    position: relative;
}

.companyDescription .imageLegend {
    position: absolute;
    left: 110px;
    width: 50%;
    display: inline-block;
}

.companyDescription .redLegend:before,
.companyDescription .blueLegend:before,
.companyDescription .greenLegend:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -8px;
}

.companyDescription .redLegend:before {
    background: #e31421;
    border-radius: 50%;
}

.companyDescription .blueLegend:before {
    background: #66c4f1;
}

.companyDescription .greenLegend:before {
    background: #6bb835;
}

.companyDescription .redLegend:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    margin-top: -4px;
    border-radius: 50%;
}

.companyDescription .stateImage {
    position: relative;
    display: inline-block;
    float: right;
}

.companyDescription .headquarter {
    position: absolute;
    top: 60%;
    left: 54%;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.companyDescription .headquarter:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -18px;
    width: 14px;
    height: 14px;
    background: #e31421;
    border-radius: 50%;
    display: inline-block;
}

.companyDescription .headquarter:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -14px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
}

.companyDescription .ModuleInnerContainer {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 40px;
}

.companyDescription .ModuleOuterContainer {
    padding-bottom: 10px;
}

.overviewServices a {
    font-weight: bold;
}

.overviewServices .personImage,
.automaticInvestment .pageImage,
.applicationInstructions .pageImage,
.directDeposit .pageImage,
.powerInstructions .pageImage,
.medallionGuarantee .pageImage,
.depositInstructions .pageImage,
.annualAssessment .pageImage {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.dividendReinvestment .pageImage,
.stockTransfer .pageImage {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.overviewServices .clearfix p:first-of-type,
.automaticInvestment .clearfix p:first-of-type,
.applicationInstructions .clearfix p:first-of-type,
.directDeposit .clearfix p:first-of-type,
.dividendReinvestment .clearfix p:first-of-type,
.stockTransfer .clearfix p:first-of-type,
.medallionGuarantee .clearfix p:first-of-type,
.depositInstructions .clearfix p:first-of-type,
.powerInstructions .clearfix p:first-of-type,
.annualAssessment .clearfix p:first-of-type {
    margin-top: 0;
}

.automaticInvestment li,
.directDeposit li,
.stockTransfer li {
    margin-bottom: 7px;
}

.automaticInvestment ul li:last-child,
.directDeposit ul li:last-child,
.stockTransfer ul li:last-child {
    margin-bottom: 0;
}

.stockTransfer h4 {
    margin-top: 20px;
}

.applicationInstructions .grid,
.powerInstructions .grid {
    padding-top: 30px;
}

.dividendReinvestment .ModuleOuterContainer {
    padding-bottom: 10px;
}

.greenLinks a {
    color: green;
    font-weight: bold;
}

.FaqContainer h3 {
    margin-bottom: 0;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}

.FaqContainer .ModuleItemRow > p {
    display: none;
}

.FaqContainer h3:after {
    content: "\e909";
    font-family: "q4icons";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    /*    background: #000;*/
    color: #000;
    /* padding: 4px 5px; */
    /*    border-radius: 50%;*/
    font-size: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    /*    padding-top: 4px;
    padding-left: 1px;*/
    text-align: center;
    font-weight: normal;
}

.FaqContainer .ModuleItemRow.active h3:after {
    content: "\e900";
    /*    padding-top: 3px;*/
}

.historyChart h3,
.dividendHistory h3 {
    text-align: center;
}

.historyChart text {
    font-size: 14px !important;
}

.historyChart .highcharts-xaxis-labels {
    font-weight: bold !important;
}


/*.historyChart .highcharts-yaxis,
.historyChart .highcharts-yaxis-labels {
    display: none;
}*/

.archiveEvents .pagerItem {
    color: #24933c;
    cursor: pointer;
}

.archiveEvents .HeadlineContainer {
    margin-bottom: 5px;
}

.event-archive ul.widgetPagination > .pager-first:before {
    content: "<<";
    font-size: 16px;
    display: block;
    position: absolute;
    color: #888888;
    left: -23px;
    top: 1px;
    height: 10px;
}

.event-archive ul.widgetPagination > .pager-last:before {
    content: ">>";
    font-size: 16px;
    color: #888888;
    display: block;
    position: absolute;
    right: -22px;
    top: 1px;
    height: 10px;
}

.creditRatings .specialTextLeft {
    position: relative;
    margin-right: -2px;
}

.creditRatings .specialTextRight {
    position: relative;
    margin-left: -2px;
}

.creditRatingsMobile,
.creditRatingsMobile .col {
    font-size: 14px;
}

.creditRatingsMobile .col.col-1-of-2 {
    display: inline-block;
    width: 50%;
}

.creditRatingsMobile .creditHeading,
.creditRatingsMobile .subHeading,
.creditRatingsMobile .issuerTitle,
.creditRatingsMobile .descripWrap > div {
    padding: 7px 10px;
}

.creditRatingsMobile .creditHeading {
    background: #006fba;
    color: #fff;
}

.creditRatingsMobile .subHeading {
    background: #f1f1f1;
}

.creditRatingsMobile .descripWrap {
    display: none;
}

.creditRatingsMobile .issuerTitle {
    position: relative;
    cursor: pointer;
}

.creditRatingsMobile .issuerTitle:after {
    content: "\e64a";
    font-family: "q4icons";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    color: #006fba;
}

.creditRatingsMobile .accordion-active .issuerTitle:after {
    content: "\e650";
}

.creditRatingsMobile .itemWrap,
.creditRatingsMobile .descripWrap > div {
    border-bottom: 1px solid #d4d4d4;
}

.creditRatingsMobile .descripWrap > div:last-child,
.creditRatingsMobile .descripWrap > div:nth-last-child(2) {
    border-bottom: none;
}

.overviewServices a,
.automaticInvestment a,
.directDeposit a,
.depositInstructions a,
.medallionGuarantee a,
.powerInstructions a {
    font-weight: bold;
}

.pageImage {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .PaneNavigation .navbar-collapse .level1 > li > a,
    .PaneNavigation .navbar-collapse .level2 > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 981px) {
    .PaneNavigation {
        display: block !important;
    }
    /*    .ClientLogo img {
        vertical-align: bottom;
    }*/
}

@media only screen and (max-width: 980px) {
    h1,
    h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
        text-align: center;
    }
    h3,
    h4 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .PaneNavigation {
        border-bottom: none;
        display: none;
    }
    div.headerLinks,
    .searchSite,
    .navbar-collapse {
        display: none;
    }
    .mobileToggle {
        display: inline-block;
        float: right;
        margin-right: 10px;
    }
    .mobileToggle button:hover {
        background: #fff;
    }
    .mobileNavigation,
    div.headerMobileLinks,
    .searchMobileSite {
        display: block;
    }
    .footer-alerts .ModuleInnerContainer {
        position: relative;
    }
    .footer-alerts .ModuleInnerContainer {
        position: relative;
    }
    .MailingListSignupContainer .footer-alerts table {
        width: 100%;
    }
    .footer-alerts .GridActions {
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
    }
    .footer-alerts .ModuleInnerContainer {
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .footer-alerts input[type="text"] {
        border: none;
        background-color: rgba(242, 242, 242, 1);
        font-size: 14px;
        /*      color: #666666;*/
        height: 27px;
        line-height: 100%;
        margin-right: -4px;
        /*      display: inline-block;
      vertical-align: middle;*/
    }
    .footer-alerts label {
        font-size: 14px;
    }
    .MailingListSignupContainer .footer-alerts table input[type="text"] {
        width: 70% !important;
    }
    .footer-alerts .MailingListListTable table td {
        margin-top: 20px;
        display: inline-block;
    }
    .footer-alerts .MailingListListTable table tr {
        display: inline-block;
        /* float: left; */
        margin-right: 25px;
        cursor: pointer;
    }
    .footer-alerts .MailingListTable,
    .footer-alerts .MailingListListTable,
    .footer-alerts .MailingListListTable table {
        max-width: none;
    }
    /*    .footer-alerts .MailingListTable,
    .footer-alerts .MailingListTable tbody {
        width: 100%;
    }*/
    .footer-alerts input[type="submit"] {
        padding: 6px 15px;
        background: #323232;
        color: #fff;
        font-size: 12px;
        height: 27px;
        line-height: 100%;
        margin-left: 0;
        width: 100%;
    }
    .mobile-footer-alerts {
        display: block;
    }
    .RssLinkTopContainer {
        margin-top: 0;
    }
}

@media only screen and (max-width: 960px) {
    .companyDescription .imageLegend {
        left: 70px;
    }
}

@media only screen and (max-width: 900px) {
    .StockQuoteContainer {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .PaneContentInner .StockQuoteContainer .ModuleOuterContainer {
        padding-bottom: 50px;
    }
    .customStockChart {
        float: none;
        width: 100%;
    }
    .companyDescription .imageLegend {
        left: 20px;
        width: 55%;
    }
}

@media only screen and (max-width: 880px) {
    .eventCalendar {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .presentationLatest {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .companyDescription .first {
        margin-bottom: 30px;
    }
    .companyDescription .stateImage {
        float: none;
        left: 100px;
        text-align: center;
    }
    .custom-table td,
    .custom-table th,
    .CustomTable td,
    .CustomTable th {
        padding: 6px 8px;
    }
    .analyst-coverage tr td:first-child,
    .analyst-coverage tr th:first-child {
        padding-left: 8px;
    }
    .analyst-coverage tr td+td,
    .analyst-coverage tr th+th {
        padding-right: 8px;
    }
    .pressReleases .ModuleHeader {
        display: none;
    }
    .amerenStrategy h2,
    .companyDescription h2 {
        text-align: center;
    }
    .amerenStrategy .second span {
        text-align: center;
    }
    .custom-table tr td:first-child,
    .custom-table tr th:first-child,
    .CustomTable tr td:first-child,
    .CustomTable tr th:first-child {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .latestQuarterly li > span.borderWrap {
        border-left: none;
    }
    .creditRatings table {
        display: none;
    }
    .creditRatingsMobile {
        display: block;
    }
    .FaqContainer h3:after {
        padding-left: 0;
    }
    .PaneContentInner .ModuleOuterContainer,
    .PaneContentInner .container,
    .PaneContentInner .MailingListSignupContainer .EditSubscriberConfirmation[style*="block"],
    .footer-alerts .ModuleOuterContainer,
    .mobile-footer-alerts .ModuleOuterContainer,
    .LayoutHomePage .PaneLeft .ModuleOuterContainer,
    .LayoutHomePage .PaneRight .ModuleOuterContainer {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .PaneContentInner .cautionStatements .ModuleOuterContainer {
        padding-bottom: 40px;
    }
    .customButton,
    input[type="button"],
    button {
        font-size: 12px;
        padding: 7px 12px;
    }
    .custom-table td,
    .custom-table th,
    .CustomTable td,
    .CustomTable th {
        text-align: center;
    }
    div.FooterLinks,
    div.footerTwitter {
        float: none;
    }
    div.footerTwitter {
        padding-top: 6px;
    }
    div.footerTwitter a:after {
        font-size: 18px;
        right: -25px;
        margin-top: -11px;
    }
    .footerCopyright {
        padding-top: 35px;
    }
    .PaneHeader2 {
        min-height: 140px;
    }
    .LayoutHomePage .PaneHeader2 {
        background: transparent url(../design/home_mobile_banner.jpg) no-repeat scroll center center;
        background-size: cover;
        position: relative;
        min-height: 185px;
        background-position: 0 -22px;
    }
    .Breadcrumb {
        height: 140px;
    }
    .LayoutHomePage .Breadcrumb {
        height: 185px;
    }
    .PaneHeader2 .Breadcrumb .ModuleOuterContainer {
        font-size: 22px;
    }
    .Breadcrumb .homepageTitle {
        margin-bottom: 10px;
    }
    .StockQuoteHeaderContainer {
        right: 0;
        left: 0;
        top: 100%;
        background-color: #f2f2f2;
        color: #323233;
        padding: 6px 15px;
        margin-top: 0;
        font-size: 12px;
    }
    .StockQuoteHeaderContainer .ModuleOuterContainer {
        padding-left: 8px;
        padding-right: 8px;
    }
    .StockQuoteHeaderContainer .StockDescription2 {
        margin-right: 0;
    }
    .StockQuoteHeaderContainer .shareholderPage,
    .StockQuoteHeaderContainer .StockPChange,
    .StockQuoteHeaderContainer .volumeContainer {
        display: none;
    }
    .StockQuoteHeaderContainer .StockChange:before,
    .StockQuoteHeaderContainer .StockChange:after {
        display: inline-block;
    }
    .StockQuoteHeaderContainer .StockDividendText {
        float: none;
    }
    .StockQuoteHeaderContainer .StockDividend {
        float: none;
        margin-left: -2px;
    }
    .StockQuoteHeaderContainer .priceMainContainer,
    .StockQuoteHeaderContainer .StockDescription1,
    .StockQuoteHeaderContainer .StockChange,
    .StockQuoteHeaderContainer .dividendContainer {
        display: inline-block;
    }
    .StockQuoteHeaderContainer .StockDescription1 {
        font-weight: 400;
        margin-right: 2px;
    }
    .StockQuoteHeaderContainer .priceContainer,
    .StockQuoteHeaderContainer .changeContainer,
    .StockQuoteHeaderContainer .dividendContainer {
        font-size: 12px;
    }
    .StockQuoteHeaderContainer .StockDescription3 {
        float: right;
    }
    .StockQuoteHeaderContainer .stockQuoteSeparator {
        margin-left: -2px;
        margin-left: -2px;
    }
    /*    .StockQuoteHeaderContainer .priceContainer {
        margin-right: 2px;
    }*/
    .StockQuoteHeaderContainer .StockChange,
    .StockQuoteHeaderContainer .StockPChange {
        line-height: 1.3;
    }
    .StockQuoteHeaderContainer .dividendContainer {
        padding-top: 0;
    }
    .StockQuoteHeaderContainer .priceMainContainer {
        padding-bottom: 0;
        margin-right: 5px;
    }
    .LayoutHomePage .PaneContentInner {
        padding-top: 28px;
    }
    .StockQuoteHeaderContainer .stockQuoteSeparator:after {
        content: ":";
        padding-left: 0;
        padding-right: 0;
    }
    /*  .latestQuarterly .mobileResults {
    display: inline-block;
  }*/
    .latestQuarterly .container-docs {
        display: table;
        width: 100%;
    }
    .latestQuarterly .container-docs li.report_type {
        display: none;
    }
    .latestQuarterly .mobileResults,
    .latestQuarterly .container-docs ul {
        display: table-cell;
        vertical-align: middle;
    }
    .latestQuarterly .mobileResults {
        width: 33%;
        color: #fff;
        background: #1b6cb5;
        text-align: center;
    }
    .latestQuarterly .container-docs ul {
        width: 66%;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
    }
    .latestQuarterly .container-docs li {
        width: 100%;
        display: block;
    }
    .latestQuarterly .container-docs li {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .latestQuarterly .container-docs li a {
        border-left: none;
        margin: 0;
    }
    .latestQuarterly .container-docs li {
        border-top: none;
        border-bottom: none;
    }
    .latestQuarterly .container-docs ul > li:last-child {
        border-right: none;
    }
    .latestPresentation .slideshare,
    .latestPresentation .presentation_widget {
        width: 100%;
    }
    .latestPresentation .presentation_widget {
        text-align: center;
    }
    .pressReleases .ModuleHeadline {
        padding-right: 0;
    }
    .StockQuoteContainer p > span {
        display: block;
        line-height: 1.5;
    }
    .StockQuoteContainer p > span:last-child {
        float: none;
        margin-right: 0;
    }
    .StockQuoteContainer .leftStock > li:last-child {
        padding-right: 10px;
    }
    .StockQuoteContainer .rightStock > li:first-child {
        padding-left: 10px;
    }
    .quoteHistorical .rightContainer,
    .quoteHistorical .leftContainer {
        width: 100%;
        float: none;
    }
    .stock-historical .rightContainer {
        padding-left: 10px;
    }
    .stock-historical .leftContainer {
        padding-right: 10px;
    }
    .stock-historical .historicalFirst .leftContainer,
    .stock-historical .historicalSecond .leftContainer,
    .stock-historical .historicalThird .leftContainer {
        border-bottom: 1px solid #d4d4d4;
    }
    .historicalRow {
        padding: 0;
    }
    .stock-historical ul li {
        display: block;
        padding: 10px;
    }
    .cardTable td {
        float: left;
        width: 100%;
        display: block;
        border-bottom: none;
    }
    .cardTable tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 35%;
        margin-right: -.25em;
        vertical-align: top;
        font-size: 14px;
        font-weight: bold;
    }
    .dividendHistory thead {
        display: none;
    }
    .aboutCompany .first,
    .aboutCompany .second {
        border-right: none;
    }
    .aboutCompany .first:after,
    .aboutCompany .second:after {
        position: absolute;
        content: "";
        background: #d4d4d4;
        width: 174px;
        height: 1px;
        top: 100%;
        left: 50%;
        margin-left: -87px;
    }
    .aboutCompany .first,
    .aboutCompany .second,
    .aboutCompany .third {
        display: block;
        padding-bottom: 30px;
        margin-top: 120px;
    }
    .aboutCompany .titleContainer {
        height: auto;
    }
    .aboutCompany .first {
        padding-right: 0;
        width: 100%;
    }
    .aboutCompany .second {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .aboutCompany .third {
        padding-left: 0;
        width: 100%;
    }
    .aboutCompany .content_Container {
        display: block;
        margin-bottom: 15px;
    }
    .aboutCompany .first:before,
    .aboutCompany .second:before,
    .aboutCompany .third:before {
        top: -100px;
        margin-left: -40px;
    }
    .aboutCompany .first:before {
        padding: 18px 21px;
        font-size: 35px;
    }
    .aboutCompany .second:before {
        content: "\e901";
        padding: 15px 18px;
        font-size: 40px;
    }
    .aboutCompany .third:before {
        content: "\e90b";
        padding: 14px 29px;
        font-size: 42px;
    }
    .aboutCompany h2,
    .amerenStrategy h2 {
        font-size: 18px;
    }
    .amerenStrategy h2 {
        margin-bottom: 25px;
    }
    .aboutCompany h2 {
        margin-bottom: 5px;
    }
    .aboutCompany {
        padding-top: 0px;
    }
    .aboutCompany .ModuleOuterContainer {
        padding-top: 10px;
    }
    .aboutCompany .titleContainer:before {
        display: none;
    }
    .upcoming-events {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .archivedEventsRight {
        float: none;
        width: 100%;
    }
    .historyChart text {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 600px) {
    div.FooterLinks,
    div.footerTwitter {
        font-size: 14px;
    }
    .FooterLinks li {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .FooterLinks li a {
        border-left: none;
        padding-left: 0;
        margin-right: 0;
    }
    .mobile-footer-alerts .MailingListListTable table tr {
        width: 48%;
        margin-right: 2%;
    }
    .footer-alerts .MailingListListTable table tr {
        width: 48%;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 480px) {
    .PaneHeader {
        padding-bottom: 1px;
    }
    .ClientLogo img {
        width: 110px;
        position: relative;
        bottom: 3px;
    }
    .c-hamburger {
        height: 50px;
    }
    .c-hamburger span {
        top: 18px;
    }
    .corpNavItem {
        font-size: 12px;
    }
    .quoteHistorical .datepk-label,
    .quoteHistorical input[type="text"] {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }
    .amerenStrategy .second {
        text-align: left;
    }
    .companyDescription .imageLegend {
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .companyDescription .stateImage {
        left: 0;
        width: 100%;
    }
    .companyDescription .stateImage img {
        width: 100%;
    }
    .overviewServices .personImage,
    .automaticInvestment .pageImage,
    .directDeposit .pageImage,
    .depositInstructions .pageImage,
    .medallionGuarantee .pageImage,
    .powerInstructions .pageImage,
    .annualAssessment .pageImage {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .pageImage img,
    .personImage img {
        height: 200px;
    }
    .dividendReinvestment .pageImage,
    .stockTransfer .pageImage {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .applicationInstructions .first,
    .powerInstructions .first {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .LayoutHomePage .PaneHeader2 {
background-position: center center;
    }
}

/*@media only screen and (max-width: 360px) {
    .overviewServices .personImage img,
    .automaticInvestment .pageImage img,
    .directDeposit .pageImage img,
    .medallionGuarantee .pageImage img,
    .depositInstructions .pageImage img,
    .dividendReinvestment .pageImage img,
    .stockTransfer .pageImage img,
    .powerInstructions .pageImage img {
        width: 100%;
    }
}*/

.investorEvents a[href*=".PDF"]:before, 
.investorEvents a[href*=".pdf"]:before {
    margin-left: -4px;
    margin-top: -7px !important;
}

.UpEvents .ModuleItemRow.ModuleItem {
    margin-bottom: 25px;
}


/* cr 813  */
.module-intro-center {
    text-align: center;
    margin-bottom: 40px;
}
.module-support-plan .ModuleOuterContainer {
    background-image: url(../images/solarpanels1.jpg);
    color: #fff;
    text-align: center;
    background-size: cover;
}
.module-support-plan a {
    color: #fff;
    text-decoration: underline;
}
.module-resource-plan-chapters_title {
    display: block;
    margin: 2px 0;
    padding: 15px 30px 10px 10px;
    text-decoration: none;
    color: #218737;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}
.module-resource-plan-chapters_title:hover {
    background-color: rgba(33,135,55,.1);
}
.module-resource-plan-chapters_item {
    border-top: 1px solid #bfbfbf;
}
.module-resource-plan-chapters_title:before {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: transform .3s ease-in-out;
    background-color: #218737;
    width: 2px;
    height: 14px;
    content: '';
}
.module-resource-plan-chapters_title:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform .3s ease-in-out;
    background-color: #218737;
    width: 14px;
    height: 2px;
    content: '';
}
.accordion-active .module-resource-plan-chapters_title:before {
    transform: translateY(-50%) rotate(90deg);
}
.module-resource-plan-chapters_title:focus {
    outline: none;
    background-color: rgba(33, 135, 55, 0.1);
}
.accordion-active .module-resource-plan-chapters_title {
    font-weight: 700;
}
.module-resource-plan-chapters_items-container {
    padding: 15px;
    margin-bottom: 20px;
}
.module-resource-plan-chapters_items-container > div {
    margin-bottom: 10px;
}
.module-resource-plan-chapters_items-container a {
    color: #1b6cb5;
}

.module-renewable-links .ModuleOuterContainer {
    text-align: center;
    background: linear-gradient(to bottom,#1b6cb5 0,#145289 100%);
    color: #fff;
}
.module-renewable-links .ModuleOuterContainer a {
    color: #fff;
}
.module-renewable-links svg {
    width: 1em;
    height: 1em;
    font-size: 24px;
    box-sizing: content-box;
    fill: none;
    stroke: #08060d;
    stroke-width: 1px;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricprecision;
}
.module-renewable-links svg:not(:root) {
    overflow: hidden;
}
.module-renewable-links a svg {
    position: relative;
    top: -.05em;
    vertical-align: middle;
    stroke: currentColor;
    stroke-width: 2px;
    font-size: 1em;
}
.module-stakeholders {
    text-align: center;
}
.text-center {
    text-align: center;
}
.module--no-padding-top .ModuleOuterContainer {
    padding-top: 0;
}
.module-image-grid img {
    margin-bottom: 20px;
}

.module-page-title {
    text-align: center;
    color: #fff;
    font-size: 0;
    font-weight: bold;
    height: 280px;
    position: relative;
    z-index: 1;
}
.module-page-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.module-page-title h2 {
    font-size: 32px;
}
.module-page-title .ModuleOuterContainer {
    display: inline-block;
}
.no-breadcrumb .Breadcrumb {
    display: none;
}
@media only screen and (max-width: 767px) {
    .module-page-title {
        height: 140px;
    }
}
.module-image-grid h3 {
    font-size: 35px;
}