/*-----------------------------------------*\
------------------ 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;
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    /*Reset for text adjustemt on iphone*/
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Negative Margin Fix for Toast Columns */

body,
.col {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #44555f;
}

small {
    font-size: 12px;
    font-weight: 600;
}

p {
    line-height: 1.6;
    margin: 15px 0;
    font-size: 1.6rem;
}

a {
    color: #5a6f7f;
}

a:hover {
    color: #184d89;
}

.blueClass {
    color: #184d89;
}

sup {
    font-size: 1.1rem;
    vertical-align: super;
    line-height: 0;
}

.HeaderContainer ol,
.HeaderContainer ul,
.FooterContainer ol,
.FooterContainer ul,
.HomepageQL ul,
.HomepageQL2 ul,
.HomepageQL3 ul,
.HomepageQL ol,
.HomepageQL2 ol,
.HomepageQL3 ol,
.Navigation4LvL ul,
.Navigation4LvL ol,
.q4-quarterly-widget ul,
.q4-quarterly-widget ol,
.OverviewQL3 ul,
.OverviewQL3 ol,
.presentation ol,
.presentation ul,
.ErrorContainer ol,
.ErrorContainer ul,
.stock-historical ul,
.stock-historical ol,
.StockQuoteContainer ul,
.StockQuoteContainer ol {
    margin: 0;
    padding: 0;
}

.HeaderContainer ul,
.FooterContainer ul,
.HomepageQL ul,
.HomepageQL2 ul,
.HomepageQL3 ul,
.Navigation4LvL ul,
.q4-quarterly-widget ul,
.OverviewQL3 ul,
.presentation ul,
.ErrorContainer ul,
.stock-historical ul,
.StockQuoteContainer ul {
    list-style: none;
}

.noStyleList,
.noStyleList ul,
.noStyleList ul > li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.noStyleList ul > li:before,
.ModuleContent .noStyleList ul > li:before {
    display: none;
}

.Resetline ul,
.Resetline ol {
    padding: 0;
    margin: 0;
}

.required-text,
.RedStar,
.MailingListUnsubscribeMessage {
    color: red;
}

ul,
ol {
    /*padding: 0;*/
    margin: 20px 0;
}

.ul-padding ul {
    padding-left: 5px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/* Preview Override */

body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}


/*-------------- Typography ---------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #184d89;
}

h1 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
}

h2,
.SiteMap-Level2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

h3,
.percentage {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

h4 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

h5,
h6 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

.SiteMap-Level2,
.SiteMap-Level1 {
    font-size: 2rem;
}

.SiteMap-Level4 {
    font-size: 1.5rem;
    padding: 10px 25px !important;
}

.SiteMap-Level5 {
    font-size: 1.2rem;
}


/*-----------------------------------------*\
--------------- 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;
}

select {
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 85px;
    height: 50px;
    cursor: pointer;
    color: #5a6f7f;
    font-size: 15px;
    background-image: url('../images/VectorRight.png');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}

option {
    padding: 10px 0 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

option:hover {
    background-color: #e6ebf6;
}


/*--- 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,
textarea:focus,
input:focus,
*:focus {
    outline: 0px;
    outline: none;
}


/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/


/*--------------- Toast CSS ---------------*/


/* The Important Bits */


/* Negative Margin Fix */

.grid,
.grid-no-gutter {
    font-size: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}


/* The Column Widths */

.col-1-of-1,
.col-2-of-2,
.col-3-of-3,
.col-4-of-4,
.col-5-of-5,
.col-6-of-6,
.col-8-of-8,
.col-12-of-12 {
    width: 100%;
}

.col-1-of-2,
.col-2-of-4,
.col-3-of-6,
.col-4-of-8,
.col-6-of-12 {
    width: 50%;
}

.col-1-of-3,
.col-2-of-6,
.col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3,
.col-4-of-6,
.col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4,
.col-2-of-8,
.col-3-of-12 {
    width: 25%;
}

.col-3-of-4,
.col-6-of-8,
.col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2,
.col-push-3-of-3,
.col-push-4-of-4,
.col-push-5-of-5,
.col-push-6-of-6,
.col-push-8-of-8,
.col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2,
.col-push-2-of-4,
.col-push-3-of-6,
.col-push-4-of-8,
.col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3,
.col-push-2-of-6,
.col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3,
.col-push-4-of-6,
.col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4,
.col-push-2-of-8,
.col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4,
.col-push-6-of-8,
.col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2,
.col-pull-3-of-3,
.col-pull-4-of-4,
.col-pull-5-of-5,
.col-pull-6-of-6,
.col-pull-8-of-8,
.col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2,
.col-pull-2-of-4,
.col-pull-3-of-6,
.col-pull-4-of-8,
.col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3,
.col-pull-2-of-6,
.col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3,
.col-pull-4-of-6,
.col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4,
.col-pull-2-of-8,
.col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4,
.col-pull-6-of-8,
.col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
 
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }
    .col.col-lg-1-of-2,
    .col.col-lg-2-of-4 {
        width: 50%;
    }
    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lg-1-of-4 {
        width: 25%;
    }
    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }
    .col.col-lc-1-of-2,
    .col.col-lc-2-of-4 {
        width: 50%;
    }
    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lc-1-of-4 {
        width: 25%;
    }
    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }
    .col.col-md-1-of-2,
    .col.col-md-2-of-4 {
        width: 50%;
    }
    .col.col-md-1-of-3 {
        width: 33.33333%;
    }
    .col.col-md-2-of-3 {
        width: 66.66667%;
    }
    .col.col-md-1-of-4 {
        width: 25%;
    }
    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .col.col-sm-1-of-1 {
        width: 100%;
    }
    .col.col-sm-1-of-2,
    .col.col-sm-2-of-4 {
        width: 50%;
    }
    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }
    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }
    .col.col-sm-1-of-4 {
        width: 25%;
    }
    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}


/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 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-dots {
    position: absolute;
    bottom: 5px;
    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: "";
    width: 10px;
    height: 10px;
    font-family: 'q4icons';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: transparent;
    opacity: 0.25;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.ActionButton {
    background-image: url(../images/Vector.png) !important;
    background-repeat: no-repeat !important;
    background-position: 75% !important;
}

.SubmitButton {
    background-image: url(../images/Vector.png) !important;
    background-repeat: no-repeat !important;
    background-position: 81% !important;
}


/*--------------- 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);
}

.fancybox img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.smaller-img {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 850px) {
    .smaller-img {
        width: 80%;
        margin: 0 auto;
    }
}

@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: 100%;
    max-width: 90px;
    height: 50px;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
}

.sbHolder a {
    color: inhehit;
}

.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    outline: none;
    overflow: hidden;
    text-indent: 15px;
    line-height: 5rem;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 0 !important;
}

.sbToggle:before {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-size: 0.5rem;
    vertical-align: middle;
    right: 10px;
    position: absolute;
    top: 50%;
}

.sbToggle {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    line-height: 5rem;
}

.sbToggleOpen:before {
    content: "\e903";
}

.sbOptions {
    background-color: #fff;
    border: 1px solid #e6ebf6;
    list-style: none;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%!important;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0!important;
    margin: 0!important;
    text-align: center;
}

.sbOptions li + li {
    border-top: 1px solid #e6ebf6;
}

.sbOptions a {
    display: block !important;
    outline: none;
    padding: 1rem;
    color: inherit;
    text-align: center;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.sbOptions a:hover {
    background-color: #e6ebf6;
}


/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/


/*----------- Breadcrumb Module -----------*/

.Breadcrumb {
    display: inline-block;
}


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 5px;
    text-decoration: none;
    width: 85px;
}

.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e904";
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.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;
}

.ModuleDownloadListWithTags .ModuleContentContainer a {
    position: relative;
    display: block;
    width: 100%;
}

.ModuleDownloadListWithTags .years,
.ModuleDownloadListWithTags .tags {
    display: inline-block;
    margin-bottom: 10px;
    width: 105px;
}


/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
}

.ModuleLocation {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #5a6f7f;
}

.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 0;
    color: #5a6f7f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventLatest .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content: "\e647";
}

.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEventLatest .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Video a:before {
    content: "\e90c";
}

.ModuleEvent .ModuleLinks .Document a:before,
.ModuleEventLatest .ModuleLinks .Document a:before,
.ModuleEventDetails .ModuleLinks .Document a:before,
.q4i-icon-pdf:before,
.Presentation .q4i-icon-link:before,
.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content: "\e904";
    font-size: 10px;
}

.ModuleSpeakers .q4i-icon-member::before,
.ModuleMore {
    display: none;
}

.q4i-icon-member {
    color: #a8a8a8;
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent h3,
.ModuleEventLatest h3,
.ModuleEventDetails h3 {
    font-size: 14px;
    font-weight: 600;
}

.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;
}

.Sectioninvestors .ModuleYearNavContainer,
.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 {
    position: relative;
    display: inline-block;
}

.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderTitle,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderPeriod,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailText,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailTextbox,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderButton {
    display: none;
}


/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    padding: 20px 0;
}

.FaqContainer .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.FaqContainer .FaqQuestion {
    font-weight: bold;
}

.FaqContainer .FaqAnswer {
    margin-top: 1rem;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}


/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}

.q4-annual-module .q4-years-container a,
.q4-annual-module .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
}

.q4-annual-module .q4-financial-container {
    margin-bottom: 50px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
}

.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;
}

.ErrorContainer li {
    margin-left: 0;
    line-height: 1;
}

.FormBuilderContainer .Item {
    margin-bottom: 10px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
}

.FormBuilderContainer.FormBuilderEthicsHotline .ModuleInnerContainer > div {
    display: block;
}

[class*="ContentPaneDiv"] > div.NoMarginBottom,
[class*="ContentPaneDiv"] > div.requiredTextModule,
[class*="ContentPaneDiv"] > div.formBuilderModule {
    margin-bottom: 0;
}

.requiredTextModule .RequiredLegend {
    display: block;
}

.FormBuilterContainer .label-wrap {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.FormBuilderContainer select {
    -moz-appearance: none;
    background-color: #e6ebf6;
    border: medium none;
    color: #44555f;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    padding: 0 30px 0 10px;
}

.FormBuilderContainer .ItemCountry:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #435560;
}

.ItemCountry {
    position: relative;
}

.FormBuilderContainer .label-wrap {
    min-width: 175px;
}

.FormBuilderContainer .field-wrap {
    width: 100%;
    margin-right: 10px;
}

.PageContactIRContact .FormBuilderContainer .field-wrap,
.PageContactIRContact .FormBuilderContainer .label-wrap {
    width: auto;
}

.PageSubsidiariesAFPHabitat .ModuleContent h3 {
    margin-top: 30px;
}

.PageSubsidiariesAFPHabitat .ModuleContent h3:first-child {
    margin-top: 0;
}

.PageCorporateGovernanceandCSRSeniorManagement [class*="ContentPaneDiv"] > div,
.PageOverviewSeniorManagement [class*="ContentPaneDiv"] > div {
    /*margin-bottom: 25px;*/
}

.PageCorporateGovernanceandCSRSeniorManagement [class*="ContentPaneDiv"] > div.smTitle,
.PageOverviewSeniorManagement [class*="ContentPaneDiv"] > div.smTitle {
    margin-bottom: 0;
}

.smTitle h3 {
    /*    margin-top: 30px;
    margin-bottom: 10px;*/
}

.ItemClassComments .label-wrap {
    margin-bottom: 10px;
}

.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 14px;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}

.FormBuilderContainer .CaptchaContainer span {
    color: #FF0000;
}

.FormBuilderContainer input[type="submit"] {
    border-radius: 25px;
}

.FormBuilderContainer .ModuleInnerContainer > div {
    display: inline-block;
    width: 49.8%;
    vertical-align: middle;
}
@media all and (max-width:640px){
.FormBuilterContainer {
   width:100%;
   overflow:hidden;
}
}

/*PageContactIRContact*/

.PageContactIRContact .ModuleInnerContainer > div {
    display: block;
}

.PageContactEthicsHotline .MessageSent,
.PageContactIRContact .MessageSent {
    margin-bottom: 25px;
    display: block;
    color: green;
    font-weight: 600;
}

.PageContactIRContact .FormBuilderContainer .label-wrap {
    display: inline-block;
}

.PageContactIRContact .FormBuilderContainer .field-wrap {
    margin-right: 10px;
    display: inline-block;
}

.PageContactIRContact .ItemComments .label-wrap,
.PageContactIRContact .ItemComments .field-wrap {
    width: 65%;
}

.PageContactIRContact .ItemClassCaptcha .label-wrap {
    display: none;
}

.FormBuilderContainer .ItemavailableDocuments,
.FormBuilderContainer .IteminvestorType {
    float: left;
    width: 24.9% !important
}

.FormBuilderContainer .ItemClassUpload input[type="file"] {
    width: 100%;
    padding: 11px;
}

.FormBuilderContainer .ItemClassUpload {
    margin-top: 61px;
}

@media screen and (max-width: 1180px) {
    .PageContactIRContact .ItemComments .label-wrap,
    .PageContactIRContact .ItemComments .field-wrap {
        width: 65%;
    }
    .PageContactIRContact .FormBuilderContainer .field-wrap,
    .PageContactIRContact .FormBuilderContainer .label-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 806px) {
    .FormBuilderContainer .ModuleInnerContainer > div {
        width: 100%;
    }
    .FormBuilderContainer .ItemavailableDocuments,
    .FormBuilderContainer .IteminvestorType {
        width: 100% !important;
    }
    .FormBuilderContainer .ItemClassUpload {
        margin-top: 0;
    }
}


/*---------------- 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 ----------*/

.PageContactE-mailalertsampRSS div.subscribe-text,
.PageContactE-mailalertsRSS div.subscribe-text {
    margin-bottom: 0;
}

.MailingListSignupContainer .MailingListTable tr:first-child,
.MailingListSignupContainer table .IntroTextColumn {
    display: none;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}

.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}

.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}

.MailingListSignupContainer table table {
    margin: 0;
}

.MailingListSignupContainer label {
    font-size: 1.6rem;
    cursor: pointer;
}

.MailingListSignupContainer .NoBr {
    display: none;
}

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}


/*-------------- MailingListForm --------------*/

.email_alerts .MailingListsHeading,
.email_alerts .RequiredField,
.MailingListUnsubscribeContainer .RequiredField {
    display: none;
}

.email_alerts .MailingListChk tr {
    display: inline-block;
    float: left;
    margin: 20px 20px 20px 0;
    cursor: pointer;
}

.email_alerts .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol1 {
    margin-right: 40px;
    display: block;
    font-size: 16px;
}

.email_alerts [class*="ContentPaneDiv"] > .MailingListSignupContainer,
.email_alerts [class*="ContentPaneDiv"] > .EditSubscriberConfirmation {
    margin-bottom: 50px;
}

.EditSubscriberConfirmation,
.MailingListActivationMessage {
    color: green;
    font-weight: 600;
}

.email_alerts input[type="submit"] {
    border-radius: 25px;
}

@media screen and (max-width: 610px) {
    .email_alerts .MailingListCol1 {
        margin-right: 0;
    }
    .email_alerts .MailingListUnsubscribeTable .MailingListCol1 {
        margin-right: 20px;
    }
    .PageContactE-mailalertsRSS .MailingListUnsubscribeTable,
    .PageContactE-mailalertsRSS .MailingListTable {
        width: 100%;
    }
    .email_alerts .MailingListCol2 input[type="text"],
    .MailingListUnsubscribeContainer .MailingListCol2 input[type="text"] {
        min-width: 100%;
    }
    .PageContactE-mailalertsRSS .MailingListTable tbody:first-child tr,
    .PageContactE-mailalertsRSS .MailingListUnsubscribeTable tbody:first-child tr {
        display: block;
    }
    .PageContactE-mailalertsRSS .MailingListTable tbody:first-child tr td.MailingListCol2,
    .PageContactE-mailalertsRSS .MailingListUnsubscribeTable tbody:first-child tr td.MailingListCol2 {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    .email_alerts .MailingListChk tr {
        display: inline-block;
        margin: 5px 10px 10px 0;
    }
    .email_alerts .MailingListChk:before,
    .Languagees-ES .email_alerts .MailingListChk:before {
        margin-bottom: 10px;
    }
.email_alerts .MailingListCol2, .MailingListUnsubscribeContainer .MailingListCol2,
.email_alerts .MailingListCol1, .MailingListUnsubscribeContainer .MailingListCol1{
   display:block;
}
.email_alerts .MailingListCol2, .MailingListUnsubscribeContainer .MailingListCol2{
   padding-top:10px;
   padding-bottom:15px;
}
}

.email_alerts .MailingListChk:before,
.Languagees-ES .email_alerts .MailingListChk:before {
    content: 'Mailing Lists';
    display: inline-block;
    vertical-align: middle;
    margin-right: 49px;
}

.Languagees-ES .email_alerts .MailingListChk:before {
    content: 'Listas de Correo';
    margin-right: 56px;
}

.email_alerts .MailingListChk tbody {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 611px) {
    .email_alerts .MailingListCol2 input[type="text"],
    .MailingListUnsubscribeContainer .MailingListCol2 input[type="text"] {
        width: 490px;
        margin-bottom: 5px;
    }
}


/*-------------- Person List --------------*/

.PersonGenericContainer .PersonContainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.PersonGenericContainer .PersonContainer:first-child {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}

.PersonGenericContainer .PersonContainer:last-child {
    border-bottom: none;
    margin-bottom: 30px;
}

.Languagees-ES .PersonContainer:last-child {
    border-bottom: none;
}

.ModulePressReleaseLatest,
.HomeEvents {
    margin-bottom: 30px !important;
}

.PersonGenericContainer .PersonPhoto img,
.PersonGenericDetailsContainer .PersonDetailsImageContainer img {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 1rem;
    max-height: 414px
}

.PageWhoweareBoardofDirectorsPersonDetails .PersonGenericDetailsContainer h2 {
    margin-bottom: 25px;
}

.PersonGenericContainer .PersonDescription > span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 200%;
}

.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    display: none;
}

.PersonGenericDetailsContainer .PersonDetailsImageContainer,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer {
    display: inline-block;
    vertical-align: top;
}

.PersonContainer .Person_Accordion {
    cursor: pointer;
    margin: 0 !important;
    padding: 20px 15px 25px 0;
}

.person-widget h3 {
    margin-bottom: 1rem !important;
}

.PersonContainer .PersonDescription .PersonName2,
.PersonContainer .PersonDescription .PersonTitle {
    font-size: 16px;
}

.PersonContainer .AccorditionWrapper {
    display: none;
}

@media screen and (max-width: 1024px) {
    .PersonGenericContainer .PersonPhoto {
        text-align: center;
    }
    .PersonGenericDetailsContainer .PersonDetailsDescriptionContainer {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .PersonGenericContainer .PersonPhoto,
    .PersonGenericDetailsContainer .PersonDetailsImageContainer {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        padding: 7px 20px 0 0;
    }
    .PersonsDescription,
    .PersonDetailsDescriptionContainer {
        display: inline-block;
        vertical-align: top;
        width: 74%;
    }
}


/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleTitle {
    margin-bottom: 10px;
}

.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;
    /* width: 50%; */
    display: block;
    /* float: left; */
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.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: 14px;
}

.Languagees-ES .ModulePresentation .DocumentFileLink:after {
    content: "Ver esta presentación";
    font-size: 14px;
}

.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0 !important;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
    .ModulePresentation .ModuleItemRow {
        margin-bottom: 25px;
        width: 100%;
    }
    .BluePanel .img img {
        width: 100%;
    }
    /*.BluePanel .text {
    padding: 40px !important;
    }*/
}


/*--------- Press Release Modules ---------*/

.PageNewsandMaterialFacts .ModulePressRelease {
    margin-top: 40px;
}

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate,
.ModuleEventLatest .ModuleDateContainer .ModuleDate {
    display: inline-block;
    font-size: 12px;
    color: #929da1;
    margin-bottom: 10px;
}

.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    display: inline-block;
    margin-bottom: 1rem;
}

.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
    font-size: 2rem;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    margin: 1rem 0;
    line-height: 1.5rem;
}

.ModuleEventDetails .ModuleBody:empty {
    margin: -25px;
    line-height: 0;
    height: 0;
}

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;
}

.ModulePresentation .ModuleYearNavContainerInner,
.ModulePressRelease .ModuleYearNavContainerInner {
    display: none;
}


/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}


/*------------- Search Modules ------------*/

.SearchResultsContainer {
    margin-top: 25px;
}

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.SearchLink a {
    display: inline-block;
    font-size: 2rem;
    color: #184d89;
}

.SearchResultsPaging a {
    color: #184d89;
    cursor: pointer;
}

.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;
}

.Search .SearchInput {
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.Search {
    position: relative;
}

.Search:before {
    font-family: 'q4icons';
    content: '\e643';
    position: absolute;
    top: 50%;
    left: -30px;
    font-size: 20px;
    color: #5a6f7f;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/*----------- SEC Filing Modules ----------*/

.RegulatoryFilingContainer .FormGroupsContainer,
.RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}

.RegulatoryFilingContainer .FormGroupsContainer select {}

.RegulatoryFilingContainer .FormGroupsContainer input {}

.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.RegulatoryFilingContainer .ModuleHeader > span,
.RegulatoryFilingContainer .ModuleItemRow > span,
.RegulatoryFilingContainer .ModuleItemRow > a,
.RegulatoryFilingContainer .ModuleItemRow > ul,
.ModuleSECFilingDetails .ModuleContentContainer > div {
    padding: 10px;
}

.RegulatoryFilingContainer .ModuleHeader > span {
    background-color: rgba(0, 0, 0, 0.1);
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 2rem;
}

.RegulatoryFilingContainer .PdfIcon a {
    color: #e22919;
}

.RegulatoryFilingContainer .WordIcon a {
    color: #2c5898;
}

.RegulatoryFilingContainer .ExcelIcon a {
    color: #008641;
}

.RegulatoryFilingContainer .XBRLIcon a {
    color: #9b2cbd;
}

.RegulatoryFilingContainer .XBRLIcon[id*="HTML"] a {
    color: #1f1f1f;
}

@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}


/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}


/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
    vertical-align: top;
}

.StockQuoteHeaderContainer .StockChange {
    display: none;
}

.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #FF0000;
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #00FF00;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    margin-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

.StockQuoteContainer .StockLabel.LowLabel,
.StockQuoteContainer .StockLabel.WeekLowLabel {
    display: none;
}

.StockQuoteContainer .StockPage,
.StockQuoteContainer .stockprice_lab {
    padding: 5px 0;
}

.StockQuoteContainer .stock_inline {
    display: inline-block;
    font-size: 12px;
}

.StockQuoteContainer .stock_inline:nth-child(1) {
    margin-left: 10px;
}

.StockQuoteContainer .stock_inline:nth-child(2) {
    margin-right: 10px;
}

.StockQuoteContainer ul > li > span:first-child {
    padding: 10px 0;
    background-color: #e6ebf6;
}

.StockQuoteContainer ul > li > span {
    padding: 10px 0;
}

.StockQuoteContainer span > div {
    display: inline-block;
}

.StockQuoteContainer ul {
    text-align: center;
}

.StockQuoteContainer .StockQuotewrapper {
    border: 1px solid #e6ebf6;
    border-radius: 5px;
    padding: 10px 5px;
}

.stock-historical .list-group-item {
    padding: 10px;
}

.stock-historical .list-group-item .badge {
    margin-left: 10px;
}

.StockQuoteIndice,
.StockQuoteSymbol {
    display: inline-block;
    vertical-align: middle;
}

.StockPage .stockindicewrapper {
    display: block;
    margin-top: 10px;
}

.StockQuoteLookup {
    padding: 0 5px;
}

.StockQuoteTitle {
    display: none;
}

@media screen and (max-width: 1024px) {
    .StockQuoteHeaderContainer .StockDate,
    .StockQuoteHeaderContainer .StockVolumeText,
    .StockQuoteHeaderContainer .StockVolume {
        display: none;
    }
}


/*-----------------------------------------*\
----------- 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: #e6ebf6;
    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: '\e909';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90b';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e90a';
}

.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: #e6ebf6;
    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: "\e903";
    font-size: 7px;
}

.committee-composition .person-item:nth-child(odd) {
    background-color: #e6ebf6;
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active > div:first-child,
.BorderBottom tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .chair {
    color: #184d89;
}

.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 {
    margin-bottom: 20px;
    position: relative
}

#latest-events {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
}

#events-calendar {
    /*padding-right: 20px;*/
    /*margin-bottom: 20px;*/
    border: 1px solid #e6ebf6;
}

#latest-events {
    border: 1px solid #e6ebf6;
}

#latest-events .titleEvent {
    padding: 0 10px;
    font-size: 16px;
    margin: 10px 0;
}

#latest-events .titleEvent > a {
    color: #184d89;
    font-weight: 900;
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    display: table;
    width: 100%;
    background: #184d89;
}

#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 8px 0;
    vertical-align: middle;
}

#events-calendar .controls .month {
    width: 70%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
}

#events-calendar .clndr-previous-button:hover,
#events-calendar .clndr-next-button:hover {
    background: #002b5c;
}

#events-calendar .days-container {
    position: relative;
}

#events-calendar .day-header {
    width: 14.285%;
}

#events-calendar .day {
    width: 12.285%;
    margin: 1%;
}

#events-calendar .day-header,
#events-calendar .day {
    display: inline-block;
    padding: 8px 0;
    font-weight: bold;
    text-align: center;
}

#events-calendar .day.adjacent-month,
#events-calendar .empty.adjacent-month {
    opacity: .2;
    background-color: transparent;
}

#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: #184d89;
    color: #fff;
}

#events-calendar .day.event,
#events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    background-color: rgba(24, 77, 137, 0.3);
}

#events-calendar .day-header {
    text-align: center;
    background-color: #e6ebf6;
}

#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#latest-events .ModuleEvent .date {
    padding: 17% 10px 2px;
    font-size: 12px;
}

#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}

#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}

#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}


/*#latest-events .ModuleEvent > ul {
    padding: 8% 5%;
}*/

#latest-events .ModuleEvent > ul.latest-event {
    padding: 0 10px;
}

#latest-events .closeButton > span {
    float: right;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: relative;
    background: #184d89;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#latest-events .closeButton i.q4i-rounded-exit:before {
    font-size: 10px;
    color: #fff;
    margin-right: 0;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#latest-events .closeButton {
    display: block;
    float: right;
    width: 100%;
    background: #184d89;
    height: 34px;
}


/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
    max-width:260px;
}

.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
    width: 185px;
    margin: 0 auto;
}

.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;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/*---------- 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%;
    padding-right: 0 !important;
}

.calc-row input[type="text"] {
    margin-top: 10px;
}

.calc-widget-investment-calculator .compare .calc-input {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}


/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}

.stock-chart .highcharts-range-selector {
    box-sizing: content-box;
}

@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}


/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding-bottom: 4.7%;
}

.slider .spacer {
    display: block;
    padding-top: 21.875%;
    /* Image (height / width * 100) */
    width: 100%;
}

.slider .shadow_slider {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 25px;
    bottom: 0;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px;
}

@media screen and (max-width: 1200px) {
    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .Carousel,
    .BreadcrumbImage,
    .slider .slider-item {
        height: 300px !important;
    }
}


/*-----------------------------------------*\
------------- HTML Specific Parts -----------
\*-----------------------------------------*/


/*---------- Default Table Style ----------*/

.custom-table {
    width: 100%;
}

.custom-table thead {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-table td,
.custom-table th {
    padding: 10px 5px;
    text-align: left;
}

.custom-table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-table th span,
.custom-table td span {
    padding: 0;
}


/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
    }
}


/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul > li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/


/*-------------- Global Styles ------------*/


/* General */

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}

a,
a:visited {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="file"],
button,
textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    padding: 15px;
    border: none;
    background-color: #e6ebf6;
    color: #5a6f7f;
}

textarea {
    width: 100%;
}

button,
.btn,
input[type="submit"] {
    cursor: pointer;
    background-color: #184d89;
    color: #fff;
    border: 0 none;
    display: inline-block;
    line-height: 2rem;
    padding: 1rem 4rem;
    border-radius: 20px;
}

button:after,
.btn:after {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 2rem;
}


/*select {
    background-image: url('../design/select-icons.png');
    background-repeat: no-repeat;
    background-position: 90% -115px;
    padding-right: 50px;
}*/


/* Containers */

.PaneHeader > span,
.PaneNavigation > span,
.FooterContainer > div > span,
.LayoutTwoColumn .PaneBreadcrumb,
.Container {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
}

.PaneHeader {
    background-color: #FFFFFF;
}

.PaneNavigation {
    background-color: rgba(0, 0, 0, 0.3);
    -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);
}

@media screen and (min-width: 1024px) {
    .LayoutThreeColumn .PaneLeft {
        padding-right: 30px;
    }
    .LayoutThreeColumn .LeftPaneDiv {
        display: block !important;
        border-right: 1px solid #010101;
        border-color: rgba(1, 1, 1, 0.1);
        padding-right: 30px;
    }
}


/* PaneHeader */

.PaneHeader {
    padding: 20px 20px 20px;
}

.ClientLogo,
.StockQuoteHeaderContainer,
.ModuleSearch {
    display: inline-block;
    max-height: 50px;
}

.StockQuoteHeaderContainer,
.ModuleSearch,
.mobile-toggle {
    float: right;
    margin-left: 20px;
}

.StockQuoteHeaderContainer,
.ModuleSearch,
.mobile-toggle,
.ClientLogo {
    vertical-align: middle;
}

.ClientLogo img {
    max-height: 50px;
}

.StockQuoteHeaderContainer {
    color: #fff;
}

.ModuleSearch .SearchButton {
    display: none;
}

@media screen and (max-width: 768px) {
    .StockQuoteHeaderContainer {
        display: none;
    }
    .ClientLogo img {
        max-width: 200px;
    }
}


/*Pane Navigation */

.PaneNavigation nav ul > li {
    display: inline-block;
    color: black;
}

@media screen and (max-width: 1024px) {
    .PaneNavigation {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    .PaneNavigation nav .level1 > li a {
        margin-left: 34px !important;
    }
    .Languagees-ES .PaneNavigation nav .level1 > li a {
        margin-left: 15px !important;
    }
}

@media screen and (min-width: 1025px) {
    .PaneNavigation {
        position: absolute;
        width: 100%;
        color: #000000;
        z-index: 100;
    }
    .PaneNavigation .level3 {
        display: none;
    }
    .PaneNavigation nav .level1 {
        width: 100%;
        text-align: right;
    }
    .PaneNavigation nav .level1 > li,
    .PaneNavigation nav .level2 > li {
        display: inline-block;
    }
    .PaneNavigation nav .level1 > li a {
        color: #FFFFFF;
        text-align: center;
        display: inline-block;
        padding: 16px 5px 15px;
        border-bottom: 5px solid transparent;
        margin-left: 34px;
    }
    .Languagees-ES .PaneNavigation nav .level1 > li a {
        margin-left: 25px;
    }
    .PaneNavigation nav .level1 > li a:hover,
    .PaneNavigation nav .level1 > li a:active,
    .PaneNavigation nav .level1 > li a:focus,
    .PaneNavigation nav .level2 .expanded > a,
    .PaneNavigation nav .level2 .focused > a,
    .PaneNavigation nav .level2 .selected > a {
        border-bottom: 5px solid #FFFFFF;
        color: #FFFFFF !important;
    }
    .PaneNavigation nav .level2 {
        display: inline-block;
        z-index: 999;
    }
}

.PaneContent .ModuleInnerContainer p {
    margin-top: 0px;
}

.LiSeparator a.fancybox {
    display: block;
    margin-top: 40px;
}

.Industries_mod .ModuleInnerContainer div {
    vertical-align: top;
}

.Industries_mod .col-9-of-12 {
    margin-bottom: 30px;
}

.Industries_mod img {
    width: 160px;
}

.IndustriesImages {
    padding: 0 40px 0 0;
    width: 180px !important;
}

.link {
    font-size: 16px;
    font-weight: 600;
}

.Industries_mod a:after,
.link:after {
    font-family: 'q4icons';
    content: "\e904";
    vertical-align: middle;
    margin-left: 1rem;
    font-size: 10px;
    font-weight: 200;
}

.Sectionsubsidiaries .ModuleContent h3 {
    margin-top: 3.5rem;
}

.Sectionsubsidiaries .ModuleContent .NoMarginTop {
    margin-top: 0;
}


/*PaneHeader2*/


/* PaneBreadcrumb */

.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    font-size: 0.8rem;
    margin-right: 5px;
}


/* PaneContentInner */

.PaneContentInner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.LayoutThreeColumn .PaneContentInner {
    padding-bottom: 50px;
}

.SectionInvestorsOverview .PaneContentInner {
    border: none;
}

.SectionHome .PaneContentInner {
    padding: 35px 0 0 0;
}

.OverviewAlerts .RequiredField {
    display: none;
}

@media screen and (max-width: 1180px) {
    .PaneContentInner {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1159px) {
    .Breadcrumb {
        width: auto !important;
    }
}

[class*="ContentPaneDiv"] > div {
    margin-bottom: 50px;
}


/* PaneFooter */

.footer-logo {
    padding: 20px 0;
}

.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}

.FooterLinks li a {
    color: white;
}

.Copyright,
.PaneQ4Footer a {
    color: #5a6f7f;
    font-size: 12px;
    margin-left: 20px;
}

.Copyright > span {
    color: #184d89;
}

.PaneQ4Footer a {
    margin-left: 0;
}

.Languagees-ES .ButtonCell input[type="submit"] {
    width: 250px;
}


/*----------- Mobile Navigation -----------*/

.mobile-toggle {
    display: none;
    cursor: pointer;
}

.menu-close {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-toggled .PaneNavigation {
        right: 0;
        overflow-y: scroll;
    }
    .mobile-toggled.LayoutDefaultInner {
        right: 240px;
        left: -240px;
        overflow: hidden;
    }
    .LayoutDefaultInner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: ease 0.5s;
    }
    .mobile-toggle {
        padding-top: 10px;
        display: inline-block;
        color: #929da0;
    }
    .menu-close {
        cursor: pointer;
    }
    .mobile-toggled.LayoutDefaultInner:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }
    .q4i-open-mobile {
        border: 3px solid #e6ebf6;
        padding: 8px;
        font-size: 16px;
        vertical-align: middle;
    }
    .PaneNavigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -240px;
        width: 240px;
        padding: 0;
        transition: ease 0.5s;
        background-color: #FFFFFF;
        text-align: right;
    }
    .PaneNavigation > span {
        padding: 0;
    }
    .PaneNavigation nav a {
        color: #435560;
        display: block;
        font-size: 15px;
        padding: 18px 50px 18px 15px;
        position: relative;
    }
    .PaneNavigation nav ul,
    .PaneNavigation nav ul > li {
        display: block;
    }
    .PaneNavigation nav ul > li,
    .PaneNavigation nav ul.level1 > li > a,
    .PaneNavigation .menu-close {
        display: block;
    }
    .PaneNavigation nav ul.level1 > li {
        padding: 0;
        border-bottom: 0;
    }
    .PaneNavigation nav ul > li.has-children > a:before {
        content: "";
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #435560;
    }
    .PaneNavigation .home > a:before {
        border: none !important;
    }
    .PaneNavigation nav ul > li.has-children.expanded > a:before {
        border-bottom: 5px solid #144b8b;
        border-top: 0 none;
    }
    .PaneNavigation nav ul > li.has-children > ul {
        transition: ease 0.5s;
    }
    .PaneNavigation .expanded > a {
        color: #144b8b;
    }
    .PaneNavigation .level3 {
        background-color: #e6ebf6;
        display: none;
    }
    .PaneNavigation .level3 li a {
        padding: 18px 50px;
    }
    .PaneNavigation .level3 .has-children a {
        padding: 18px 50px;
    }
    .PaneNavigation .level4 {
        background-color: #144b8b;
        color: #FFFFFF !important;
        display: none;
    }
    .PaneNavigation .has-children .level4 li a {
        color: #FFFFFF;
        padding: 18px 40px;
    }
    .PaneNavigation .expanded > .level3 {
        display: block;
    }
    .PaneNavigation .expanded > .level4 {
        display: block;
    }
    .Copyright,
    .PaneQ4Footer a {
        text-align: center;
    }
}


/*------------- Miscellaneous -------------*/


/* Dark Styles */

.dark {
    color: #fff;
}


/* RSS */

.rss-icons {
    margin-bottom: 50px;
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText,
.ModuleFileSpacer {
    display: none;
}

.ErrorContainer,
.MailingListUnsubscribeMessage .ErrorContainer {
    color: #ff0000;
    margin-bottom: 10px;
    display: block;
}

.MailingListUnsubscribeMessage {
    margin-bottom: 10px;
    display: block;
}

.css {
    color: #FF00FF;
}


/*--------------------------------------------------
                        Custom
----------------------------------------------------*/


/*--------------------- Clearfix --------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*--------------------------------------------------
                        PaneHeader
----------------------------------------------------*/

.HeaderLinks {
    padding: 10px 0 0 25px;
    float: right;
}

.LanguageSwitch,
.LanguageSwitches {
    padding: 10px 0 0 25px;
    float: right;
}

.HeaderLinks a,
.LanguageSwitch a,
.LanguageSwitches a {
    color: #929da1;
    font-size: 14px;
}

.LanguageSwitch a img,
.LanguageSwitches a img {
    width: 28px;
}


/*------------------ Pane Navigation ----------------*/

.mobile-toggled .mobile-toggle .q4i-open-mobile:before {
    content: '';
    display: block;
    position: relative;
    height: 4.5px;
    width: 56px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    z-index: 99;
}

.mobile-toggled .mobile-toggle .q4i-open-mobile:after {
    content: '';
    display: block;
    position: relative;
    height: 4.5px;
    width: 56px;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    right: 0px;
    z-index: 99;
}

.mobile-toggled .q4i-open-mobile {
    border: none;
    padding: 0;
}

.mobile-toggled .mobile-toggle {
    padding: 0;
    margin: 0;
}

.q4i-block-exit {
    display: none !important;
}

.PaneHeader2 {
    position: relative;
}


/*------------------ Navigation3LvL ----------------*/

.Navigation3LvL .level1 {
    display: table;
    width: 100%;
    margin: 0 auto 30px auto;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.Navigation3LvL li {
    display: table-cell;
}

.Navigation3LvL a {
    display: block;
    font-size: 14px;
    padding: 18px 10px;
    color: #5a6f7f;
    min-width: 100px;
}

.Navigation3LvL .level1 > li > a:hover {
    color: #184d89;
}

.Navigation3LvL .level1 > li > a:focus,
.Navigation3LvL .level1 > li > a:active,
.Navigation3LvL .selected a,
.Navigation3LvL .expanded a {
    color: #184d89;
    font-weight: 600;
}

.Navigation3LvL .expanded a {
    font-weight: 600;
}

@media screen and (min-width: 1025px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .Navigation3LvL {
        display: none;
    }
    .PaneHeader .ModuleSearch,
    .PaneHeader .LanguageSwitch,
    .PaneHeader .LanguageSwitches,
    .PaneHeader .HeaderLinks {
        display: none;
    }
    #maincontent {
        margin-top: 30px;
    }
    .HeaderLinks,
    .LanguageSwitch,
    .LanguageSwitches {
        padding: 0;
        float: none;
    }
    .PaneNavigation .LanguageSwitches,
    .PaneNavigation .LanguageSwitch {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .navbar-collapse {
        margin-bottom: 150px;
    }
    .mobile-only {
        margin: 0 25px;
    }
    .Search.mobile-only {
        margin-bottom: 50px;
    }
    .mobile-only.Search::before {
        left: -25px;
    }
    .PaneNavigation .LanguageSwitch a,
    .PaneNavigation .LanguageSwitches a {
        padding: 5px 0;
        display: inline-block;
        margin: 25px 0;
    }
    .PaneNavigation .HeaderLinks a {
        padding-top: 30px;
    }
    .level4 a:focus,
    .level4 a:active,
    .level4 a:hover,
    .level4 .selected a,
    .level4 .expanded a,
    .level4 .focused a:hover {
        color: #FFFFFF !important;
    }
}


/*------------------ Navigation3LvL ----------------*/

.Navigation4LvL {
    font-size: 15px;
    margin-bottom: 2rem;
}

.Navigation4LvL a {
    display: block;
    padding: 1.5rem 0;
}

.Navigation4LvL li.expanded a {
    color: #184d89;
    font-weight: bold;
}

.Navigation4LvL .selected {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}

.Navigation4LvL .selected:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    font-weight: 600;
    background-color: #5a6f7f;
    position: absolute;
    left: 0;
    top: 2rem;
}

@media screen and (max-width:1024px) {
    .Navigation4LvL {
        display: none;
    }
}


/*-------------------- Carousel ------------------*/

.Carousel {
    position: relative;
}

.Carousel .shadow_slider h2 {
    font-size: 3rem;
    color: #fff;
}


/*-------------------- Breadcrumb ------------------*/

.Breadcrumb {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 900;
    z-index: 10;
    width: 1140px;
    left: 0;
    right: 0;
    margin: 30px auto;
}

.Breadcrumb span,
.Breadcrumb a {
    display: none;
}

.BreadcrumbHomeLink {
    display: none;
}


/*------------------ BreadcrumbImage ----------------*/

.BreadcrumbImage {
    background-image: url('../images/Layer-5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding-bottom: 27.7%;
}

.BreadcrumbImage:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 85px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    /*background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3)); 
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3)); 
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));  
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));  
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3)); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');*/
}

.Sectionsubsidiaries .BreadcrumbImage {
    background-image: url('../images/subsidiaries.jpg') !important;
}

.PageInvestorsStockInformationMarketInformation .BreadcrumbImage {
    background-image: url('../images/Layer-6.jpg') !important;
}

.PageInvestorsFinancialInformationQuarterlyReports .BreadcrumbImage {
    background-image: url('../images/Layer-7.jpg') !important;
}

.PageSearchResults .BreadcrumbImage {
    background-image: url('../design/slider/slider-two.jpg');
}

.PageNewsandMaterialFacts .BreadcrumbImage {
    background-image: url('../design/slider/news.jpg');
}

.Sectioncorporate-governance-and-csr .BreadcrumbImage,
.SectionCorporateGovernanceandCSRCorporateGovernance .BreadcrumbImage {
    background-image: url('../design/slider/corporate.jpg');
}

.Sectioncontact .BreadcrumbImage {
    background-image: url('../design/slider/email.jpg');
}

.PageInvestors .BreadcrumbImage,
[class^='PageInvestors'] .BreadcrumbImage {
    background-image: url('../design/slider/overview.jpg') !important;
}

@media screen and (max-width:1024px) {
    .BreadcrumbImage:after {
        background: none;
    }
    .Breadcrumb {
        background: rgba(0, 0, 0, 0.3);
        padding: 30px 0 30px 20px;
        margin: 0 auto;
    }
}


/*--------------------------------------------------
                        PaneContent
----------------------------------------------------*/

.PageCorporateGovernanceandCSRMainExecutives .PersonGenericContainer {
    margin-top: 10px;
}

.PageInvestorsStockInformationStockInformation #maincontent .ModuleContent h2 {
    margin-bottom: 10px;
}

.PageCorporateGovernanceandCSRSustainabilityatILC .ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border: none;
}

.PageCorporateGovernanceandCSRSustainabilityatILC .ModuleItemRow {
    display: inline-block;
    vertical-align: middle;
}


.PageCorporateGovernanceandCSRSustainabilityatILC  .ModuleDownloadListWithTags .ModuleHeadlineLink {
padding: 15px 50px 20px 45px;
}





/*.PageCorporateGovernanceandCSRSustainabilityatILC .ModuleSeparator {
    margin: 1.94%;
}*/

.PageCorporateGovernanceandCSRSustainabilityatILC .ModuleItemRow {
    margin-bottom: 25px;
    width: 33%;
    text-align: center;
}


/*--------------------- NewsLatest --------------------*/

.ModuleReleasePDF {
    display: none;
}

.ModuleViewAllLink {
    float: right;
    margin-top: -32px;
    border-bottom: 1px solid #5a6f7f;
    line-height: 1.5;
    color: #5a6f7f;
    font-size: 14px;
    font-weight: 600;
}

.ModuleTitle,
.ModuleTitleText {
    font-weight: 900;
    font-size: 1.8rem;
}

.ModuleHeadline,
.ModuleHeadlineLink {
    color: #5a6f7f;
    line-height: 1.5;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink {
    padding: 15px 50px 20px 0;
}

.HomeNews .col-4-of-12,
.HomeEvents .col-4-of-12,
.HomeNews .col-md-1-of-2,
.HomeEvents .col-md-1-of-2,
.HomeNews .col-sm-1-of-1,
.HomeEvents .col-sm-1-of-1 {
    width: 100%;
}

.Sectioninvestors .ModuleListContainer h2,
.Sectioninvestors .ModulePressReleaseLatest h2,
.HomeEvents h2,
.HomeNews h2 {
    margin-bottom: 10px;
}

.ModuleViewAllLink {
    padding: 0 !important;
}

.RssLinkTopContainer,
.RssLinkBottomContainer {
    margin-top: 15px;
}

.upcoming-events .ModuleYearNavContainer {
    display: none;
}

.upcoming-events .ModuleItemRow {
    margin-bottom: 20px;
}

.underlineTitleModule h2 {
    border-bottom: 1px solid #184d89;
    padding-bottom: 6px;
}

.eventModuleSection {
    position: relative;
}

.event-archive .ModuleYearNavContainer {
    position: absolute;
    min-width: 90px;
    right: 0;
    top: -5px;
    margin-bottom: 0;
}

.event-archive .sbHolder {
    height: 30px;
    background-color: #184d89;
}

.event-archive .sbSelector {
    line-height: 3rem;
}

.event-archive .ModuleYearNavContainer .sbOptions li a {
    padding: 5px 0;
}

.event-archive .ModuleYearNavContainer a.sbSelector {
    color: #fff;
}

.event-archive .ModuleYearNavContainer a.sbToggle {
    color: #fff;
}

.upcoming-events .RssLinkTopContainer,
.upcoming-events .RssLinkBottomContainer {
    margin-top: 0;
}

.ModuleThumbnailContainer {
    display: none;
}

.Sectionnews-and-material-facts .ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 0px;
}


/*--------------------- Events --------------------*/

.ModuleDateContainer .ModuleTime,
.ModuleYearNavContainer > a,
.ModuleHeader > span {
    display: none !important;
}

.ModuleDateContainer {
    margin-top: 7px;
}

.ModuleHeader {
    /*float: right;*/
}

.ModuleDate,
.ModuleTime {
    font-size: 12px;
    color: #929da1;
    text-transform: capitalize;
}

.WebcastLink,
.AddToCalendar {
    display: inline-block;
    margin-right: 25px;
}

.WebcastLink > a:before {
    font-family: 'q4icons';
    font-size: 10px;
    font-weight: 200;
    content: '\e904';
    display: inline-block;
    margin: 0 10px 0 0;
}

.Sectionhome .AddToCalendar > div > a {
    display: block;
    color: #5a6f7f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}


/*.Sectioninvestors .ModulePressReleaseLatest > .ModuleOuterContainer {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}*/


/*.ModuleContentContainer {
    display: block;
}*/

#maincontent .ModuleContent ul > li > a:after {
    font-family: 'q4icons';
    content: '\e904';
    margin-left: 10px;
    font-size: 12px;
}

.ModuleContent ul > li {
    list-style: none;
    position: relative;
}

.ModuleContent ul > li:before {
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #184d89;
    content: "";
    left: -20px;
    top: 0;
    margin-top: 6px;
}

.ModuleContent ul > li.noBullet:before {
    display: none;
}

.ModuleContent ul > li.noBullet > a {
    color: #184d89;
}

.q4-quarterly-widget ul > li:before,
.event-archive ul > li:before,
.slider ul > li:before,
.FooterNumbers ul > li:before,
.reset-bullets ul > li:before {
    content: none;
}

.ModuleContent .politics_content ul > li {
    display: block;
}

.PageOverviewBoardofDirectors .ModuleContent .politics_content > ul {
    margin-top: 0px;
}

.q4-quarterly-widget h3 {
    color: #44555f;
}

.sbOptions li a:after {
    content: "" !important;
    font-size: 0 !important;
    margin: 0 !important;
}

.ModuleContentContainer > .WebcastLink,
.ModuleContentContainer > .PressRelease,
.ModuleContentContainer > .ModuleLinks,
.ModuleContentContainer > .presentation {
    display: inline-block;
    margin-right: 20px;
}

.ModuleLinks > li {
    display: inline-block;
    margin-right: 20px;
}

.ModuleSpeakers > h3,
.ModuleSpeakers > ul {
    display: inline-block !important;
    margin: 0;
    padding: 0;
}

.ModuleSpeakers > h3 {
    margin-right: 5px;
    color: #5a6f7f;
}

.event-archive .ModuleItemRow {
    margin-bottom: 20px;
}

.event-archive .ModuleItemRow ul {
    margin: 0;
    padding: 0;
}

.event-archive .ModuleYearNavContainer label {
    display: none;
}

.ModuleEventDetails .ModuleTitle {
    display: none;
}

.ModuleEventDetails .ModuleDetailHeadline {
    display: block;
}


/*------------------- QuickLinks ------------------*/

.HomepageQL > li > a,
.HomepageQL2 > li > a {
    display: block;
    padding: 21px 45px 21px 20px;
    max-width: 90%;
    font-size: 18px;
    color: #44555f;
}

.footer-alerts .OverviewQL3 .col-1-of-2,
.footer-alerts .OverviewQL3 .OverviewContact {
    width: 100%;
}

.HomepageQL > li > a:after,
.HomepageQL2 > li > a:after,
.OverviewQL3 > li > a:after {
    font-family: 'q4icons';
    content: '\e904';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.OverviewQL3 > li > a:after {
    right: 5px;
}

.HomepageQL > li > a {
    background-color: #b1e0f2;
    margin-bottom: 20px;
    position: relative;
}

.HomepageQL2 > li > a {
    background-color: #f2f5fa;
    position: relative;
}

@media screen and (max-width: 480px) {
    .OverviewContact {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .PaneLeft .HomepageQL > li > a,
    .PaneLeft .HomepageQL2 > li > a {
        max-width: 100%;
    }
    .SectionHome .PaneLeft {
        /*margin-bottom: 20px;*/
    }
    /*.AddToCalendar > div > a {
    margin-left: 15px;
    }*/
}

@media screen and (max-width: 1200px) {
    .PaneFooter {
        padding: 0 20px;
    }
    .OverviewQL3 {
        padding-left: 0 !important;
    }
}


/*--------------------------------------------------
                    Investors-Overview
----------------------------------------------------*/

.OverviewWhy {
    text-align: center;
}

.OverviewWhy h2 {
    font-size: 3.6rem;
    font-weight: 900;
}

.OverviewWhy .ModuleOuterContainer {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.Rmore {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.Rmore:before {
    font-family: 'q4icons';
    content: '\e904';
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 200;
}

.OverviewIco .grid-no-gutter .col {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.IcoItemsOutro {
    display: inline-block;
    height: 219px;
    text-align: center;
}

.IcoItemsInner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.5rem 1rem;
    margin-right: 10px;
    background-color: #e6ebf6;
}

.IcoItems1,
.IcoItems2,
.IcoItems3,
.IcoItems4 {
    font-family: 'q4icons';
    font-size: 37px;
    color: #184d89;
}

.IcoItems1:after,
.IcoItems2:after,
.IcoItems3:after,
.IcoItems4:after {
    border: 4px solid #bdcbe0;
    padding: 20px;
    border-radius: 100%;
    display: inline-block;
    height: 85px;
    width: 90px;
}

.IcoItems1:after {
    content: '\e918';
}

.IcoItems2:after {
    content: '\e917';
}

.IcoItems3:after {
    content: '\e916';
}

.IcoItems4:after {
    content: '\e915';
}

.IcoItemsInner p {
    color: #44555f;
    font-size: 22px;
}


/*.BluePanel {
    background-color: #b1e0f2;
}*/

.BluePanel .img {
    text-align: center;
}


/*.BluePanel .img img {
    display: block;
    max-width: 102%;
}
.BluePanel .text {
    padding: 20px 4%;
}*/

.BlueTitle {
    font-size: 3.6rem;
    font-weight: 900;
}

[class*="ContentPaneDiv"] > .BluePanel,
[class*="ContentPaneDiv"] > .OverviewQL3,
[class*="ContentPaneDiv"] > .OverviewContact,
[class*="ContentPaneDiv"] > .ModuleDownloadListWithTags {
    margin-bottom: 20px;
}

[class*="ContentPaneDiv"] > .EditSubscriberConfirmation {
    margin-bottom: 0;
}

.OverviewQL3 > ul > li > a {
    position: relative;
}

.OverviewQL3 > li > a {
    display: block;
    padding: 16px 40px 16px 0;
    font-size: 18px;
    color: #44555f;
    position: relative;
}

.OverviewContact p {
    line-height: 1.8;
}

.OverviewContact > .ModuleOuterContainer {
    max-width: 570px;
    background-color: #f2f5fa;
    padding: 20px;
    width: 100%;
    height: 411px;
}

div.OverviewQL3 > .ModuleOuterContainer {
    /*float: right;*/
    /*max-width: 570px;*/
    /*width: 100%;*/
    max-width: 90%;
    background-color: #f2f5fa;
    padding: 20px;
    margin-bottom: 20px;
}


/*.OverviewContact .ModuleTitle,
.OverviewQL3 .ModuleTitle {
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 40px;
}*/

.footer-alerts .MailingListSignupContainer {
    background-color: #f2f5fa;
    padding: 40px;
}

.Sectioninvestors .EditSubscriberConfirmation {
    text-align: center;
}

.OverviewAlerts .MailingListTable > tbody > tr > td,
.OverviewAlerts .MailingListChk > tbody > tr,
.OverviewAlerts .MailingListTable,
.OverviewAlerts .GridActions {
    display: inline-block;
    vertical-align: middle;
}

.OverviewAlerts .MailingListChk > tbody > tr {
    float: left;
}

.OverviewAlerts .GridActions {
    position: relative;
}

.unsubscribe-link {
    display: none;
}

.OverviewAlerts .unsubscribe-link {
    display: block;
    position: absolute;
    bottom: -2rem;
    left: -15px;
    right: 0;
    text-align: center;
    font-size: 14px;
}

.OverviewAlerts .ModuleOuterContainer {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.OverviewAlerts .MailingListsHeading,
.OverviewAlerts .MailingListCol1 {
    display: none !important;
}

.OverviewAlerts .MailingListCol2 > input[type=text] {
    border: none;
    height: 41px;
    width: 350px;
    padding: 10px;
    background-color: #FFFFFF;
}

input[type="submit"] {
    color: #FFFFFF;
    background: #184d89;
    border: none;
    border-radius: 41px;
    height: 41px;
    width: 170px;
    font-weight: 600;
    display: block;
}

.Sectioninvestors input[type="submit"] {
    margin-left: -15px;
}

.PageWhoisILC .LiSeparator .ModuleInnerContainer p {
    margin-top: 40px;
}

.CChC ul > li {
    margin-bottom: 25px;
}

.LiSeparator a.Rmore,
.CChC h3,
.CChC a {
    color: #184d89;
}

.OverviewAlerts .ModuleOuterContainer h2,
.OverviewAlerts .ModuleInnerContainer {
    display: inline-block;
    vertical-align: middle;
}

.OverviewAlerts .ModuleOuterContainer h2 {
    margin: 0;
}

.OverviewAlerts .ModuleTitle {
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 40px;
    margin-bottom: 65px;
    display: block;
}

.icheckbox {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 2px solid #184d89;
    background: white;
    margin: 0px 10px 0px 0px;
}

.icheckbox.checked::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #184d89;
    margin: 1px;
}

.OverviewAlerts .ModuleInnerContainer {
    text-align: left;
}

.OverviewAlerts .MailingListChk {
    width: 360px;
    margin-top: 0.5rem;
}

.OverviewAlerts .MailingListChk tr {
    margin: 7px 20px 7px 0;
}

.StockQuoteContainer ul > li > span {
    width: 100%;
    font-size: 14px;
}

.FinancialList {
    text-align: center;
}

.PageHome .q4-atc-button:before,
.Sectioninvestors .q4-atc-button:before {
    font-family: 'q4icons';
    content: "\e904";
    font-size: 10px;
    margin-right: 10px;
    font-weight: 500;
}

.PageHome .ModulePressReleaseLatest .ModuleItemRow.col-4-of-12 {
    width: 100%;
}

.Sectioninvestors .ModuleEvent span.ModuleTitle,
.Sectioninvestors .ModulePressReleaseLatest span.ModuleTitle,
.HomeNews .ModuleTitle,
.HomeEvents .ModuleTitle > .ModuleTitle {
    border-bottom: 1px solid #5a6f7f;
    font-size: 18px;
    min-width: 300px;
    display: inline-block;
    padding-bottom: 3px;
}

.Sectioninvestors .ModuleEvent span.ModuleTitle,
.Sectioninvestors .ModulePressReleaseLatest span.ModuleTitle,
.HomeNews .ModuleTitle {
    /*padding-right: 185px;*/
}

.Languagees-ES .HomeNews .ModuleTitle {
    /*padding-right: 276px;*/
}

.HomeEvents .ModuleTitle > .ModuleTitle {
    /*padding-right: 118px;*/
}

.PageOverviewBoardofDirectors .LiSeparator h3 {
    color: #184d89;
}

@media screen and (max-width: 1024px) {
    .OverviewContact > .ModuleOuterContainer {
        height: 100%;
    }
    .Sectioninvestors .Container .PaneLeft,
    .Sectioninvestors .Container .PaneContent,
    .Sectioninvestors .Container .PaneRight {
        /*padding: 0 5px !important;*/
    }
}

@media screen and (max-width: 768px) {
    .OverviewContact > .ModuleOuterContainer {
        height: 100%;
    }
    .Sectioninvestors .Container .PaneLeft,
    .Sectioninvestors .Container .PaneContent,
    .Sectioninvestors .Container .PaneRight {
        /*padding: 0 !important;*/
    }
    .Sectioninvestors .Container .PaneRight {
        /*padding-bottom: 0px !important;*/
    }
}

@media screen and (max-width: 450px) {
    .HomeNews .ModuleTitle,
    .HomeEvents .ModuleTitle > .ModuleTitle {
        padding-right: 50px;
    }
}

.PageWhoweareFactSheet .Rmore {
    margin-top: 20px;
    color: #184d89;
    font-size: 16px;
}


/*-----------Page Overview Redesign-----*/

.PageHome .ModuleDate,
.Sectioninvestors .ModuleDate {
    margin: 12px 10px 0px 0px;
}

.Sectioninvestors .Container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.Sectioninvestors .Container .PaneLeft,
.Sectioninvestors .Container .PaneContent,
.Sectioninvestors .Container .PaneRight {
    /*padding: 0 30px;*/
}

.Sectioninvestors .Container .ModulePressReleaseLatest,
.ModulePressReleaseLatest.HomeNews {
    padding-top: 20px;
}

.Sectioninvestors .Container .PaneLeft {
    /*padding-left: 0;*/
}

.Sectioninvestors .Container .PaneRight {
    /*padding-right: 0;*/
}

.SectionHome .PaneLeft,
.Sectioninvestors .Container .PaneRight,
.Sectioninvestors .Container .PaneContent,
.Sectioninvestors .Container .PaneLeft {
    margin-bottom: 40px;
}

.Sectioninvestors .ModuleItemRow.col-4-of-12,
.Sectioninvestors .ModuleItemRow.col-md-1-of-3,
.Sectioninvestors .ModuleItemRow.col-sm-1-of-1 {
    width: 100%;
}

.Sectioninvestors .Navigation3LvL .level1 {
    margin-bottom: 21px;
}

.BluePanel .text {
    padding: 20px 20px 32px 20px;
    background-color: #b1e0f2;
}

.BluePanel .text p {
    margin-bottom: 10px;
}

.Sectioninvestors .ModuleEvent .AddToCalendar,
.Sectioninvestors .ModuleEventLatest .AddToCalendar {
    display: block;
}

.Sectioninvestors .PaneContentInner {
    border: none;
}


/*--------------Analyst Coverage-----------*/

.responsive-table,
.table-responsive {
    overflow-x: auto;
}

.CustomTable tr > th {
    padding: 15px;
    background-color: #e6ebf6;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.CustomTable tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.CustomTable tr:first-child {
    /*border-top: none;*/
}

.CustomTable tr > td {
    vertical-align: middle;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    position: relative;
}

.CustomTable {
    width: 100%;
}

.person-icon:after {
    font-family: "q4icons";
    content: "\e63d";
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    div.OverviewQL3 > .ModuleOuterContainer,
    .OverviewContact > .ModuleOuterContainer {
        float: none;
        max-width: none;
    }
    .OverviewContact.col {
        padding-left: 0;
    }
    .OverviewAlerts .ModuleOuterContainer h2 {
        display: block;
        margin-bottom: 1.5rem;
    }
    .OverviewAlerts .ModuleInnerContainer {
        display: block;
        padding-bottom: 7.5rem;
        position: relative;
    }
    .OverviewAlerts .MailingListTable > tbody > tr > td {
        display: block;
        width: 100%;
    }
    .OverviewAlerts .GridActions {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .OverviewAlerts .GridActions input[type="submit"] {
        margin-left: 0;
        width: 100%;
    }
    .OverviewAlerts .MailingListTable {
        display: table;
        width: 100%;
    }
    .OverviewAlerts .unsubscribe-link {
        margin-top: 1rem;
    }
    .OverviewAlerts .MailingListChk {
        width: auto;
    }
    .OverviewAlerts .MailingListCol2 > input[type=text] {
        width: 100%;
    }
    .responsive-table,
    .table-responsive {
        overflow-x: auto;
        display: block;
    }
}


/*--------------------------------------------------
                        WhoWeAre
----------------------------------------------------*/

.LiSeparator li,
.PaneContent ul > li,
.PaneContent ol li {
    margin-bottom: 5px;
    margin-left: 15px;
    line-height: 1.3;
}

.q4-quarterly-widget li {
    margin-bottom: 0 !important;
    margin-left: 15px !important;
}

.q4-quarterly-widget .q4-financial-documents > li {
    padding: 10px 0;
    margin:0!important;
}

.q4-quarterly-widget a.q4-financial-document {
    padding: 0;
}

.SiteMapContainer li,
.ModuleEventDetails li,
.ModuleEvent li,
.OverviewQL3 li,
.stock-historical li,
.StockQuoteContainer li,
.ModuleYearNavContainer li,
.ordinary_meeting li,
.extraordinary_meeting li {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.ModuleYearNavContainer li a {
    border: none;
}

.PageOverviewBoardofDirectors .LiSeparator h3 {
    margin-bottom: 1.5rem;
}

.LiSeparator h3 {
    margin-bottom: 1.5rem;
}

.ModuleTitleN span {
    /*font-size: 1.6rem;*/
}

.Who_we_are .who_img {
    width: 200px;
    min-height: 190px;
    background: #e6ebf6;
    margin-right: 40px;
    position: relative;
}

.Who_we_are .who_img:before {
    content: 'Logo Needed';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.Who_we_are img {
    z-index: 99;
}

.Who_we_are p {
    margin-top: 0;
}

.history .history_a,
.Person_Accordion,
.politics_a {
    padding: 5px 25px 0 0;
    display: block;
    cursor: pointer;
    position: relative;
}

.history .history_a {
    margin-bottom: 30px;
}

.history .history_a:after,
.Person_Accordion:after,
.politics_a:after {
    font-family: 'q4icons';
    content: '\e905';
    font-size: 7px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.Person_Accordion {
    outline: none;
    outline: 0;
}

.accordion-active .history_a:after,
.accordion-active .Person_Accordion:after,
.accordion-active .politics_a:after {
    font-family: 'q4icons';
    content: '\e903';
    font-size: 7px;
}

.history .history_content {
    display: none;
}

.noneTransform {
    text-transform: lowercase;
}


/*--------------------------------------------------
                        PaneFooter
----------------------------------------------------*/

.PaneFooter .col {
    vertical-align: middle;
}

.PaneFooter .FooterNumbers {
    padding-left: 1.5%;
    font-size: 10px;
    line-height: 1.5;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.Languagees-ES .PaneFooter .FooterNumbers {
    padding-left: 1.5%;
}

@media screen and (max-width: 1024px) {
    .PaneFooter > span {
        text-align: center;
        margin: 0;
        padding: 20px 0;
    }
    .PaneFooter .FooterNumbers {
        border: none;
        padding: 0;
    }
    .PaneFooter .FooterNumbers:before {
        content: '';
        display: block;
        width: 100px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        margin: 20px auto;
    }
}


/*------------------ Contact_IR ----------------*/

.PageContactIRContact .Contact_img {
    text-align: center;
    vertical-align: middle;
}

.PageContactIRContact .Contact_text p {
    line-height: 1.7;
}

.PageCorporateGovernanceandCSRCorporateGovernance .fancybox {
    display: inline-block !important;
}

.PageCorporateGovernanceandCSRCorporateGovernance .fancyboxCenter {
    text-align: center;
}


/*------------------ PaneQ4Footer ----------------*/

.PaneQ4Footer {
    padding: 0 3px;
    width: 1140px;
    margin: -16px auto 10px auto;
    color: #44555f;
}

@media screen and (max-width: 1180px) {
    .PaneQ4Footer {
        width: 100%;
        text-align: center;
        margin: -15px auto;
    }
}


/*------------------UiDatepicker-----------------*/

.ui-widget-content {
    background-color: #e6ebf6;
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none !important;
    background-color: #e6ebf6 !important;
}

.ui-widget-content {
    color: #44555f !important;
}


/*-----------------Require----------*/

.RequiredLegend {
    display: none;
    font-size: 1.6rem;
}

.PageContactIRContact .RequiredLegend {
    display: block;
    margin-bottom: -20px;
}

.BoardSmall {
    display: block;
    margin-top: -35px;
}

.ModuleContent .logo-img {
    max-width: 185px;
    margin-bottom: 15px;
}


/*.ModuleContent .logo-img + h3 {
    margin-top: 20px;
}*/

.ModuleContent .logo-img p {
    margin-bottom: 0;
}

.pastEventsWidget {
    padding-left: 10%;
}

.pastEventsWidget .q4-atc-wrapper {
    margin-top: 10px;
}

.pastEventsWidget .items {
    background: #184d89;
    padding: 5%;
}

.pastEventsWidget .LatestBGEvent {
    background-image: url(../design/events/latestEvent.jpg) !important;
    padding-top: 15%;
    background-size: cover;
    background-position: center center;
}

.pastEventsWidget .LatestBGEvent > h2 {
    color: #fff;
    font-weight: bold;
    padding: 10px 5%;
    display: inline-block;
    background: rgba(25, 80, 142, 0.48);
}

.pastEventsWidget,
.pastEventsWidget .ModuleDate,
.pastEventsWidget .titleLatest > a,
.pastEventsWidget .q4-atc-wrapper .q4-atc-button,
.pastEventsWidget .ModuleLocation,
.pastEventsWidget .ModuleSpeakers li,
.pastEventsWidget .ModuleSpeakers h3 {
    color: #fff;
}

.pastEventsWidget .ModuleDate {
    text-transform: capitalize;
}

@media(max-width:768px) {
    .pastEventsWidget {
        padding-left: 0;
    }
}


/*---------------  fileIcons  -----------------*/

.fileIcons a:before {
    font-family: "q4icons";
    /*color:#0d3c69;*/
    text-decoration: none;
    margin-right: 5px;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    /*vertical-align: middle;*/
}

.fileIcons i[class^="q4i-"]:before {
    display: none;
}
.fileIcons .RssLinkTop i[class^="q4i-"]:before {
    display: inline;
}

.fileIcons i.q4i-icon-calendar:before,
.fileIcons .q4-atc-button:before {
    content: "\e630";
    /*display: none;*/
}

.fileIcons a:hover:before .fileIcons a:before:hover {
    text-decoration: none;
}

.fileIcons i.q4-financial-document::before,
.fileIcons a.q4-financial-document::before,
.fileIcons i.q4i-icon-html::before,
.fileIcons a.q4i-icon-html::before {
    content: "\e628";
}

.fileIcons a.q4i-icon-link::before,
.fileIcons i.q4i-icon-link::before {
    content: "\e629";
}

.fileIcons a.WebcastLink:before,
.fileIcons a.Webcast:before,
.fileIcons .WebcastLink a:before {
    content: "\e647";
}

.fileIcons i.q4i-doc-pdf::before,
.fileIcons a.q4i-icon-pdf::before,
.fileIcons a[href$=".PDF"]:before,
.fileIcons a[href$=".pdf"]:before {
    content: "\e62a";
    /*color: #e22919;*/
}

.fileIcons a[href$=".MP3"]:before,
.fileIcons a[href$=".mp3"]:before {
    content: "\e647";
    /*color: #1f1f1f;*/
}

.fileIcons a.q4i-doc-word:before,
.fileIcons i.q4i-doc-word:before,
.fileIcons a[href$=".DOC"]:before,
.fileIcons a[href$=".doc"]:before,
.fileIcons a[href$=".DOCX"]:before,
.fileIcons a[href$=".docx"]:before,
.fileIcons a[href$=".RTF"]:before,
.fileIcons a[href$=".rtf"]:before,
.fileIcons a[href$=".TXT"]:before,
.fileIcons a[href$=".txt"]:before {
    content: "\e62d";
    /*color: #2c5898;*/
}

.fileIcons i.q4i-doc-graph:before,
.fileIcons a.q4i-doc-graph:before,
.fileIcons a[href$=".XLS"]:before,
.fileIcons a[href$=".xls"]:before,
.fileIcons a[href$=".XLSX"]:before,
.fileIcons a[href$=".xlsx"]:before {
    content: "\e627";
    /*color: #008641;*/
}

.fileIcons a[href$=".ZIP"]:before,
.fileIcons a[href$=".zip"]:before,
.fileIcons a[href$=".RAR"]:before,
.fileIcons a[href$=".rar"]:before {
    content: "\e62e";
    /*color: #9b2cbd;*/
}

.fileIcons a[href$=".html"]:before,
.fileIcons a[href$=".HTML"]:before,
.fileIcons a.XBRL_HTML:before {
    content: "\e628";
}


/*-----Search ----*/

.SearchResultsContainer .SearchDescription span p:last-child {
    display: inline-block;
}


/*----End Search-----*/


/*-----News details----*/

.button-news .ModuleViewAllLink {
    float: none;
    margin-top: 0;
}

.button-news {
    margin-bottom: 40px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .ModulePressReleaseDetails ul {
        padding-left: 10px;
    }
    .button-news {
        margin-top: 0
    }
}

/*-----END News details----*/

.Sectionsubsidiaries-and-associates .BreadcrumbImage { 
   background-image: url('../design/banner/Showering-him-with-kisses-519622216_1902-526.jpeg'); 
}
.Copyright i {
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    padding: 5px;
    border: 2px solid;
    border-radius: 100%;
}
.Copyright a {
    font-size: 16px;
}

@media (max-width: 670px) {
.PageCorporateGovernanceandCSRSustainabilityatILC .ModuleItemRow {
    width: auto;
}
}
.upcoming-events h2.ModuleTitle {
    border-bottom: 1px solid #5a6f7f;
    padding-bottom: 3px;
    display: inline-block;
    min-width: 300px;
}

.Copyright {
    margin-top: 34px;
    display: inline-block;
}

.secondfooterlogo {
        max-width: 40px;
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px 0 0 0;
    
}
.secondfooterlogo.mobile-logo {
    display:none;
}
@media (max-width: 1024px) {
    .secondfooterlogo.mobile-logo {
        max-width: 40px!important;
    float: none;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px 0 0 0;
    display:block;
}
    .secondfooterlogo.desktop-logo {
        max-width: 40px!important;
    float: none;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px 0 0 0;
    display:none;
    }
}





.FooterNumbers .module_flex img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
    padding: 0 2%;
}
.FooterNumbers .module_flex ul {
    width: 100%;
}
.PaneQ4Footer {
    clear: both;
    margin-top: 0;
}
.FooterNumbers .module_flex  {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: space-evenly;
}
.FooterNumbers .module_flex .module_img {
    width: 250px;
}
.FooterNumbers .module_flex .module_text {
    width: auto;
}
.PaneFooter .FooterNumbers {
    padding-left: 0;
}
@media screen and (max-width: 1024px) {
    .FooterNumbers .module_flex .module_img {
        width: 100%;
    }
    .FooterNumbers .module_flex {
        flex-direction: column;
    }
    .FooterNumbers .module_flex img {
        padding: 0 1%;
        border: none;
    }
}

.PageHome .module_img .global_compact {
    max-height: 80px;
}


/*00058776*/
.popup--inner-content.home {
    display: flex;
    width: 650px;
}

.popup--inner-content.home .img-left {
    width: 45%;
    background-image: url('../doc_downloads/2020/popup-img.png');
    background-size: cover;
    background-position: center;
}

.popup--inner-content.home .text-right {
    width: 55%;
}

.popup--inner-content.home .text-right .text-section {
    background-color: #3f93b3;
    padding: 15px;
    color: white;
    position: relative;
}

.popup--inner-content.home .text-right .text-section .corner-icon {
    position: absolute;
    border: solid 1px #b1e0f2;
    right: 5px;
    top: 10px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup--inner-content.home .text-right .text-section .corner-icon img {
    width: 50%;
}

.popup--inner-content.home .text-right .text-section h2 {
    margin-bottom: 5px;
    font-size: 20px;
    color: white;
}

.popup--inner-content.home .text-right .text-section p,
.popup--inner-content.home .text-right .text-section ul {
    margin: 0;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .popup--inner-content.home {
        width: auto;
        display: block;
    }

    .popup--inner-content.home .img-left {
        height: 200px;
    }

    .popup--inner-content.home .img-left,
    .popup--inner-content.home .text-right {
        width: 100%;
    }

    .popup--inner-content.home .text-right .text-section p {
        font-size: 12px;
    }

}

/* 00066806 */
.spanish-popup {
    display: none !important;
}