@media all and (max-width:860px){
    .q4-preview-open{
        top:auto!important;
        bottom:20px;
    }
}

/*--------------- 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, strike, strong, 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, main, section {
    display: block;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Negative Margin Fix for Toast Columns */
html {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
sup, sub {
    line-height: normal;
}

/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}
.PreviewToolBar {
    display:none;
}
.hidden {
    display: none !important;
}
@media screen and (max-width:740px){
    html {
        font-size: 14px;
    }
}


/*------------ Accessibility -------------*/

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;
}
.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}
.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline:0;
}
.accSkipLink a:visited {
    color: #fff;
}
#maincontent:focus {
    outline: 0px;
}


/*--------------- Toast CSS ---------------*/

.grid, .grid-no-gutter {
    letter-spacing:-6px;
}
.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;
    letter-spacing:0px;
}
.grid-no-gutter .col {
    padding-left: 0;
}
.grid-no-gutter .grid .col {
    padding-left: 20px;
}

.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 all 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: 640px) {
    .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: 640px) {
    [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;
    z-index:110;
    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-arrow:hover {
    background-color: #fff;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #ffffff;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    border-radius:50%;
    box-shadow:0 1px 2px #a7a9ac;
    z-index:120;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'q4icons';
    font-size: 16px;
    line-height: 1;
    color: #a7a9ac;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    left:-2px;
}
.slick-next:before {
    left:2px;
}
.slick-prev {
    left: -70px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -70px;
}
.slick-prev:before {
    content: "\e905";
}
[dir="rtl"] .slick-prev:before {
    content: "\e905";
}
.slick-next {
    right: -70px;
}
[dir="rtl"] .slick-next {
    left: -70px;
    right: auto;
}
.slick-next:before {
    content: "\e906";
}
[dir="rtl"] .slick-next:before {
    content: "\e906";
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer;
}
.ModuleEvent .slick-dots li {
    margin-right: 10px;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e907";
    width: 20px;
    height: 20px;
    font-family: 'q4icons';
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #ececec;;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ModuleEvent .slick-dots li button:before {
    background: #ececec;
}
.slick-dots li.slick-active button:before,
.ModuleEvent .slick-dots li.slick-active button:before {
    color: #ec3d48;
}


/*--------------- 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;
}
.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;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/*--------------- iCheck --------------*/

.icheckbox,
.iradio {
    margin: -1px 10px 0 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.icheckbox {
    background: url('../design/checkbox.png') no-repeat;
}
.iradio {
    background: url('../design/radiobtn.png') no-repeat;
}
.icheckbox + label,
.iradio + label {
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.icheckbox, .iradio { background-position: 0 0; }
.icheckbox.checked, .iradio.checked { background-position: -14px 0; }


/*--------------- SelectBox  --------------*/

.selectBox > label {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.sbHolder {
    height: 41px;
    line-height: 41px;
    position: relative;
    width: 100px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #f1f2f2;
    margin: 0 10px 10px 0;
    font-size: 16px;
    color: #939598;
}
.sbHolder a {
    border: none;
    color: #939598;
}
.sbSelector {
    display: block;
    height: 37px;
    line-height: 37px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 20px;
}
.sbToggle {
    display: block;
    height: 37px;
    line-height: 20px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    text-align: center;
}
.sbToggle:before {
    content: "\e91b";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 10px;
    color: #939598;
}
.sbToggle.sbToggleOpen:before {
    content: "\e91a";
}
.LayoutDefault .sbOptions {
    background-color: #fff;
    border: 2px solid #f1f2f2;
    list-style-type: none;
    left: -2px;
    right: -2px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 39px !important;
    z-index: 1;
    overflow-y: auto;
}
.LayoutDefault .sbOptions li {
    margin: 0;
}
.sbOptions a {
    display: block;
    outline: none;
    padding: 5px 15px 5px 20px;
    font-size: 16px;
    line-height: 1;
}
@media (max-width: 740px) {
    .LayoutDefault .sbOptions a {
        font-size: 14px;
    }
    .LayoutDefault .sbSelector {
        font-size: 14px;
        height: 37px;
        line-height: 37px;
        padding-left: 10px;
    }
    .LayoutDefault .sbHolder {
        height: 41px;
        line-height: 41px;
        width: 77px;
    }
    .LayoutDefault .sbToggle {
        height: 37px;
    }   
}


/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}
.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}
.SearchResultsContainer .SearchResultUrl {
    display:none;
}
.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}
.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}


/*--------------- Site Map -----------------*/

.SiteMapList {
    line-height:1;
}
.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level1,
.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level4 {
    margin-left: 30px;
}


/*-------- 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-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}
.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;
    color: #939598;
    font-weight: 700;
    font-size: 11px;
}
.q4-atc-button:hover {
    color: #000;
}
.q4-atc-button:before {
    content: "\e64e";
    font-size: 10px;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}
.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    font-size: 0;
}
.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}
.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}
.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}
.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}
.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}
.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}


/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}
.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
  width: 100%;
}
.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}
.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}
.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}
.fancybox-inner .CaptchaContainer img {
  border: 1px solid #ddd;
}
.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/*-------------- Slider ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.slider .spacer {
    display: block;
    padding-top: 21.875%; /* Image (height / width * 100) */
    width: 100%;
}
.slider .content-container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 100%;
    padding: 20px 50px;
    max-width:  1200px;
}
.slider .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px; 
}

@media screen and (max-width: 1200px) {
    .slider .slider-item {
        height: auto;
    }
    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}


/*---------- Table Style ----------*/

.custom-table {
    width: 100%;
}
.custom-table th {
    background-color: #ec3c49;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
    padding: 15px;
}
.custom-table td {
    padding: 20px 15px;
    border-right: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
}
.custom-table td:first-child {
    border-left: 1px solid #f1f2f2;
}
.custom-table th span,
.custom-table td span {
    padding: 0;
}
.custom-table th[align="left"],
.custom-table td[align="left"] {
    text-align:left;
}
.custom-table th[align="center"],
.custom-table td[align="center"] {
    text-align:center;
}
.custom-table th[align="right"],
.custom-table td[align="right"] {
    text-align:right;
}
@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}
@media screen and (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }
    .custom-table td {
        padding: 5px;
        border-right: none;
    }
    .custom-table td:first-child {
        border-left: none;
    }
    .analyst-coverage thead {
        display: none;
    }
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
        font-weight: 700;
    }
}


/*-------------- Global Styles ------------*/

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
h2 {
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
}
a{
    text-decoration: none; 
    color: #ef3e42;
}
img {
    max-width: 100%;
}
input[type="text"], input[type="submit"], input[type="file"], select, button, textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: 0 none;
}
.PaneContentInner input[type="text"] {
    background-color: #f1f2f2;
    border: none;
    font-size: 13px;
    padding: 15px;
}

.HtmlTextContainer ul,
.PaneContent ul {
    list-style: disc;
    padding-left: 30px;
}
.HtmlTextContainer ol,
.PaneContent ol {
    list-style: decimal;
    padding-left: 30px;
}
.HtmlTextContainer ul li,
.HtmlTextContainer ol li,
.PaneContent ul li,
.PaneContent ol li {
    margin-bottom: 10px;
}

.LayoutDefault {
    overflow: hidden;
}
.LayoutThreeColumnLayout  .PaneContent .ContentPaneDiv > span:first-child + span h2 .ModuleTitle,
.LayoutTwoColumnLayout  .PaneContent .ContentPaneDiv > span:first-child + span h2 .ModuleTitle,
h1 {
    font-size:24px;
    line-height:1.2;
    font-weight:700;
    margin:0px 0 20px 0;
}
h1 {
    padding-right: 40px;
}
h2 {
    font-size:18px;
    line-height:1.6;
    font-weight:700;
    margin:45px 0 40px 0;
}
h3 {
    font-size: 17px;
    font-weight: 700;    
    margin: 0 0 10px 0;
}
h4 {
    font-size:10px;
    line-height:1.6;
    color:#231f20;
    font-weight:900;
    text-transform:uppercase;
}
.PaneLeft h2 {
    font-size:10px;
    text-transform:uppercase;
    font-weight:800;
    margin: 30px 0 10px 0;
}

.globalLinks h2 span {
    background-color: #9b9b9b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}

.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }

.grey-bg {
    background:#f1f2f2;
}
.top-spacer {
    padding-top:20px;
}
.bottom-spacer {
    padding-bottom:30px;
}
/* @media (max-width: 768px) {
    .top-spacer {
        padding-top: 40px;
    }
    .bottom-spacer {
        padding-bottom: 40px;
    }
} */

a.btn,
input[type="submit"],
button {
    display:inline-block;
    padding:12px 15px;
    color:#ffffff;
    background:#ee3a43;
    border: none;
    cursor: pointer;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
a.btn:hover,
input[type="submit"]:hover,
button:hover {
    background:#b9111a;
}

.btn.sameSize {
    width: 100%;
}
.PaneContent a.btn {
    margin: 0 10px 10px 0;
}

@media all and (max-width:768px){
    .mobile-hidden{
        display:none!important;
    }
}
@media all and (min-width:769px){
    .mobile-only{
        display:none!important;
    }
}

/* share */
.share-block {
    float:right;
    margin-bottom: 1rem;
}
.share-block .stButton .sharethis {
    background:#e6e7e8 none!important;
    padding:0px;
    color:#ffffff;
    border-radius:50%;
    width:28px;
    height:28%;
    line-height:28px;
    text-align:center;
    font-size:14px;
}
.share-block .stButton .sharethis:before {
    content: "\e90f";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.stButton {
    margin: 0 !important;
}
.a2a_svg {
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
}
.a2a_default_style a {
    padding: 0 !important;
}
.a2a_s_a2a {
    background: #e6e7e8 !important;
    padding: 0px;
    color: #ffffff;
    border-radius: 50% !important;
    width: 28px;
    height: 28%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
.a2a_s_a2a:before {
    content: "\e90f";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
}

p.quote {
    display:block;
    margin-top:50px;
    margin-bottom:50px;
    margin-left:50px;
    padding-left:30px;
    border-left:1px solid #ee3a43;
    font-size:24px;
    line-height:36px;
    font-weight:300;
    font-style:italic;
}
.video-left {
    float:left;
    margin:0 30px 15px 0;
}
.video-left img {
    vertical-align:top;
}
.video-info {
    font-size:12px;
    color:#808285;
}

@media all and (max-width:640px) {
    p.quote{
        margin-top:30px;
        margin-bottom:20px;
        margin-left:0px;
        padding-left:20px;
        font-size:18px;
        line-height:26px;
    }
    .video-left{
        float:none;
        margin:0 0px 15px 0;
    }

    .video-left img{
        width:100%;
    }
}

.PaneHeader > span {
    display: block;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}
.container,
.PaneNavigation > span,
.FooterContainer > div > span,
.PaneContentInner {
    display: block;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}
.clearfix:after,
.container:after,
.PaneHeader > span:after,
.PaneNavigation > span:after,
.FooterContainer > div > span:after,
.PaneContentInner:after {
   content:"";
   display:block;
   clear:both;
}
.LayoutOneColumn .PaneLeft,
.LayoutOneColumn .PaneRight {
    display:none;
}
.small-container {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.FooterContainer {
    background-color: #231f20;
    padding: 0 0 50px 0;
    color:#ffffff;
    font-size:16px;
}
.FooterContainer a {
    color:#ffffff;
    line-height: normal;
    display: inline-block;
}
.FooterContainer a:hover {
    text-decoration:underline;
}
.PaneNavigation {
    background-color: white;
    -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 all and (max-width:480px){
    .FooterContainer{
        font-size:12px;
    }
}


/*-------------- Pane Header ------------*/

.LayoutDefaultInner {
    padding-top:98px;
}
.PaneHeader {
    padding: 35px 0;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:200;
    background:#ffffff;
}
.is-scrolled .PaneHeader {
    border-bottom:1px solid #cccccc;
}


/* logo */

.ClientLogo{
    display: inline-block;
    max-height: 50px;
}
.ClientLogo {
    float:left;
}
.ClientLogo img {
    max-height: 50px;
    vertical-align:top;
}
@media screen and (max-width: 768px) {
    .ClientLogo img {
        max-width: 130px;
    }
}


/* search */

.ModuleSearch.mobile-hidden, .mobile-toggle {
    float: right;
    margin-left: 20px;
}
.ModuleSearch input {
    border: 1px solid #fff;
}
.ModuleSearch.mobile-hidden{
    position:relative;
}
.ModuleSearch.mobile-hidden .search-toggle{
    display:none;
    position:absolute;
    right:40px;
    top:-3px;
    z-index:11;
    border:1px solid #000000;
    width: 220px;
}
.ModuleSearch.mobile-hidden .open .search-toggle{
    display:block;
}
.ModuleSearch .SearchButton {
    cursor: pointer;
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ModuleSearch.mobile-hidden .SearchButton {
    display:none;
}
.ModuleSearch.mobile-hidden .search-btn{
    cursor: pointer;
    padding:0px 10px;
}
.ModuleSearch.mobile-hidden .search-btn:before{
    cursor: pointer;
    font-family: 'q4icons' !important;
    content: "\e912";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* desktop google search */

.GoogleSearchGlobal td.gsc-search-button {
    display: none;
}
.GoogleSearchGlobal .gsc-input-box {
    border: none;
    height: auto;
    padding: 0 2px 0 10px;
}
.GoogleSearchGlobal .gsc-search-box-tools .gsc-search-box .gsc-input,
.GoogleSearchGlobal .cse .gsc-control-cse,
.GoogleSearchGlobal .gsc-control-cse {
    padding: 0 !important;
}
.GoogleSearchGlobal .gsc-search-box-tools .gsc-search-box input.gsc-input {
    padding-right: 10px !important;
    background: none !important;
}
.GoogleSearchGlobal form.gsc-search-box {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    margin: 0;
}
.GoogleSearchGlobal table.gsc-search-box {
    margin: 0;
}
.GoogleSearchGlobal .gsc-control-cse {
    width: 200px;
    padding: 0;
}
.GoogleSearchGlobal .gsib_a,
.GoogleSearchGlobal .gsst_a {
    padding: 0;
}
.GoogleSearchGlobal .gscb_a {
    font: 20px/24px arial,sans-serif;
    color: #ccc !important;
}
.GoogleSearchGlobal .gsc-search-box .gsc-input>input:hover,
.GoogleSearchGlobal .gsc-input-box-hover,
.GoogleSearchGlobal .gsc-search-box .gsc-input>input:focus,
.GoogleSearchGlobal .gsc-input-box-focus {
    box-shadow: none;
}


/* mobile google search */

.GoogleSearchMobile input.gsc-input,
.GoogleSearchMobile .gsc-input-box,
.GoogleSearchMobile .gsc-input-box-hover,
.GoogleSearchMobile .gsc-input-box-focus {
    border: none;
}
.GoogleSearchMobile .gsc-search-box .gsc-input>input:hover,
.GoogleSearchMobile .gsc-input-box-hover,
.GoogleSearchMobile .gsc-search-box .gsc-input>input:focus,
.GoogleSearchMobile .gsc-input-box-focus {
    box-shadow: none;
}
.GoogleSearchMobile .ModuleInnerContainer {
    border-bottom: 1px solid #d4d6d7;
}
.GoogleSearchMobile .gsc-control-cse.gsc-control-cse-en {
    padding: 0;
}
.GoogleSearchMobile td.gsc-search-button {
    padding: 0 !important;
    cursor: pointer;
    text-align: right;
}
.GoogleSearchMobile td.gsc-search-button:before {
    content: "\e912";
    cursor: pointer;
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d4d6d7;
    padding: 5px 0;
    display: block;
    font-size: 14px;
}
.GoogleSearchMobile .gsc-search-button.gsc-search-button-v2 {
    display: none;
}
.GoogleSearchMobile .cse .gsc-control-cse,
.GoogleSearchMobile .gsc-control-cse,
.GoogleSearchMobile .gsib_a {
    padding: 0;
}
.GoogleSearchMobile form.gsc-search-box,
.GoogleSearchMobile .gsc-search-box {
    margin: 0;
}
.GoogleSearchMobile .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important;
    font-family: Lato, sans-serif;
    font-size:  14px;
}
.GoogleSearchMobile .gsc-input-box {
    border: none;
    height: auto;
}
.GoogleSearchMobile td.gsib_b {
    display: none;
}
.GoogleSearchMobile .gsc-search-box-tools .gsc-search-box input.gsc-input {
    padding-right: 10px !important;
    background: none !important;
}


/*-------------- Pane Navigation ------------*/

.PaneNavigation nav ul li {
    display:  inline-block;
    padding: 10px;
}
@media screen and (min-width: 769px) {
    .PaneNavigation {
        position: relative;
    }
    .mainNavigation  {
        float:right;
        line-height:1;
    }
    .mainNavigation .level1 {
        font-size:11px;
    }
    .mainNavigation .level1 > li,
    .mainNavigation .level2 > li {
        display: inline-block;
        padding: 0px;
    }
    .mainNavigation .level1 > li a {
        text-align: center;
        display:inline-block;
        padding:10px 10px;
        position:relative;
        text-transform:uppercase;
        color:#000000;
        font-weight:900;
    }
    .mainNavigation .level1 a:before{
        content:"";
        display:none;
        position:absolute;
        left:10px;
        top:-35px;
        right:10px;
        height:8px;
        background:#ef3e42;
    }
    .mainNavigation .level1 .selected > a:before,
    .mainNavigation .level2 .expanded > a:before,
    .mainNavigation .level1 a:hover:before{
        display:block;
    }
    .mainNavigation .level2 {
        display:inline-block;
    }
    .mainNavigation .level3 {
        display:none;
    }
}


/*-------------- Pane Header2 ------------*/

.LayoutHomePage .PaneHeader2 {
    min-height: 325px;
    padding-top: 65px;
    position: relative;
    padding-bottom: 1px;
}
.Banner {
    position: relative;
    min-height: 325px;
    padding-top:65px;
    padding-bottom:1px;
}
.Banner .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../design/banner/default-header-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.PageTitle {
    display: none;
}
.Banner .PageTitle,
.LayoutHomePage .PageTitle {
    display: block;
}

.PageAboutDowDuPont .Banner .img {
    background-image:url(../design/banner/About_hero.jpg);
    background-position: center bottom;
}
.PageAboutDowDuPontAgricultureDivision .Banner .img {
    background-image:url(../design/banner/Agriculture_hero.jpg);
}
.PageAboutDowDuPontMaterialsScienceDivision .Banner .img {
    background-image:url(../design/banner/Material_Sciences_hero.jpg);
    background-position: left bottom;
}
.PageAboutDowDuPontSpecialtyProductsDivision .Banner .img {
    background-image:url(../design/banner/Specialty_Products_hero.jpg);
    background-position: 10% 30%;
}
.PageAboutDowDuPontSustainability .Banner .img {
    background-image:url(../design/banner/Sustainability_hero.jpg);
}
.PageAboutDowDuPontPublicPolicy .Banner .img {
    background-image:url(../design/banner/PublicPolicy_hero.jpg);
    background-position: center bottom;
}
.PageAboutDowDuPontProductFinder .Banner .img {
    background-image:url(../design/banner/ProductFinder_hero.jpg);
    background-position: center 10%;
}
.PageAboutDowDuPontCareers .Banner .img {
    background-image:url(../design/banner/Careers_hero_v2.jpg);
    background-position: center 70%;
}

.PageInvestors .Banner .img,
.Sectioninvestors .Banner .img,
.Sectionsec-filings-and-reports .Banner .img,
.Sectionfilings-and-reports .Banner .img,
.Sectionevents-presentations .Banner .img,
.Sectionevents-and-presentations .Banner .img,
.Sectionfaq .Banner .img,
.Sectionemail-notifications .Banner .img,
.Sectionemail-alerts .Banner .img {
    background-image:url(../design/banner/Investors_hero.jpg);
    background-position: center 60%;
}

.PageInvestorsCorporateGovernance .Banner .img,
.Sectioncorporate-governance .Banner .img,
.Sectionboard-of-directors .Banner .img,
.Sectionleadership .Banner .img,
.PageCodeofConduct .Banner .img {
    background-image:url(../design/banner/CorporateGovernance_hero.jpg);
    background-position: right 92%;
}
.PageInvestorsCorporateGovernanceDowDuPontLeadership .Banner .img,
.Sectionleadership .Banner .img {
    background-image:url(../design/banner/Leadership_hero.jpg);
    background-position: right 92%;
}
.PageInvestorsCorporateGovernanceDowDuPontBoard .Banner .img,
.Sectionboard .Banner .img {
    background-image:url(../design/banner/Board_hero.jpg);
    background-position: right 92%;
}
.PageInvestorsCorporateGovernanceContactCorporateSecretary .Banner .img {
    background-image:url(../design/banner/CorporateSecretary_hero.jpg);
    background-position: right 92%;
}

/*
.PageInvestorsFilingsReports .Banner .img,
.Sectionsec-filings-and-reports .Banner .img {
    background-image:url(../design/banner/Reports_hero.jpg);
    background-position: center bottom;
}
.PageInvestorsStockInformation .Banner .img {
    background-image:url(../design/banner/Stock_hero.jpg);
    background-position: center bottom;
}
.PageInvestorsEventsPresentations .Banner .img ,
.Sectionevents-presentations .Banner .img {
    background-image:url(../design/banner/Events_hero.jpg);
    background-position: center bottom;
}
.PageInvestorsFAQ .Banner .img {
    background-image:url(../design/banner/FAQ_hero.jpg);
    background-position: center bottom;
}
.PageInvestorsEmailAlerts .Banner .img,
.Sectionemail-notifications .Banner .img {
    background-image:url(../design/banner/Investors_hero.jpg);
    background-position: center bottom;
}
*/

.PageNewsMedia .Banner .img,
.Sectiondow-dupont-news-media .Banner .img,
.Sectionnews-and-media .Banner .img {
    background-image:url(../design/banner/News_hero_v2.jpg);
    background-position: left 35%;
}

.PageContact .Banner .img,
.Sectioncontact .Banner .img {
    background-image:url(../design/banner/Contact_hero_v2.jpg);
}

.PagePrivacy .Banner .img,
.PageTermsofUse .Banner .img,
.PageAccessibilityStatement .Banner .img {
    background-image:url(../design/banner/Legal_hero.jpg);
}

.PageTitle{
    color:#ffffff;
    line-height:1;
    font-weight:900;
    position: relative;
    z-index: 1;
}
.PageTitle .ModuleInnerContainer{
    max-width:800px;
    margin-top:150px;
    margin-bottom:110px;
    font-size:48px;
}
.LayoutHomePageLayout .PageTitle .ModuleInnerContainer{
    margin-top:400px;
    font-size:60px;
}
.PageTitle .ModuleInnerContainer *{
    display:none;
}
.PageTitle .AltText,
.PageTitle .AltText br {
    display: block;
}
.banner-carousel{
    position: absolute;
    z-index: 0;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}
.banner-carousel .slick-list {
    height: 100%;
    padding-bottom: 0;
}
.banner-carousel .slick-track,
.banner-carousel .items,
.banner-carousel .slide-image{
    height: 100%;
}

.banner-carousel .slick-dots {
    bottom:50px;
    z-index: 111;
}.banner-carousel .slick-dots li{
    margin:0 10px;
}
.banner-carousel .slide-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-carousel .slide-image:after {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-carousel .loading{
    position: absolute;
    top:30%;
    left:0;
    right:0;
    text-align: center;
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ee3a43;
  -ms-animation: uil-ring-anim 0.8s linear infinite;
  -moz-animation: uil-ring-anim 0.8s linear infinite;
  -webkit-animation: uil-ring-anim 0.8s linear infinite;
  -o-animation: uil-ring-anim 0.8s linear infinite;
  animation: uil-ring-anim 0.8s linear infinite;
}
.slick-dots li,
.slick-dots li button {
    height: 10px;
    padding: 0;
    width: 10px;
}
.slick-dots li button:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    font-size: 10px;
    height: 10px;
    left: 0;
    line-height: 10px;
    top: 0;
    width: 10px;
}
.slick-dots li.slick-active button:before {
    background: #ee3a43;
}
@media all and (max-width:1400px){
    .LayoutHomePageLayout .PageTitle .ModuleInnerContainer {
        margin-top: 200px;
    }
}
@media all and (max-width:768px){
    .LayoutHomePageLayout .PageTitle .ModuleInnerContainer{
        font-size:50px;
    }
    .PageTitle .ModuleInnerContainer{
        font-size:42px;
    }
    .PageTitle .ModuleInnerContainer {
        max-width: 100%;
        margin-bottom: 80px;
        margin-top: 90px;
    }
    .LayoutHomePageLayout .PageTitle .ModuleInnerContainer {
        margin-top: 180px;
    }
    .Banner {
        background-position:center bottom;
    }
    .banner-carousel .slick-dots {
        bottom: 40px;
    }
    
}
@media all and (max-width:680px){
    .PageTitle .ModuleInnerContainer
    .LayoutHomePageLayout .PageTitle .ModuleInnerContainer{
        font-size:28px;
    }
    .PageTitle .ModuleInnerContainer {
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .LayoutHomePageLayout .PageTitle .ModuleInnerContainer {
          margin-top: 140px;
          margin-bottom: 50px;
          font-size: 24px;
    }
    .Banner,
    .LayoutHomePage .PaneHeader2 {
          background-position:center bottom;
          min-height:200px;
    }
    .banner-carousel .slick-dots {
        bottom: 20px;
    }
}


/*-------------- Pane Breadcrumb ------------*/

.PaneBreadcrumb {
    padding-bottom: 50px;
}
@media all and (max-width:768px){
    .LayoutHomePage .PaneBreadcrumb {
        padding-bottom: 40px;
    }
    .PaneBreadcrumb {
        padding-bottom: 0px;
    }
}


/*-------------- Pane ContentInner ------------*/

.PaneContentInner {
    position:relative;
}
@media all and (min-width:769px) {
    .LayoutThreeColumn .PaneContentInner:before,
    .LayoutTwoColumn .PaneContentInner:before {
          content:"";
          position:absolute;
          top:0;
          bottom:20px;
          left:25%;
          background:#d1d3d4;
          width:1px;
          margin-left:-37px;
          max-height:575px;
    }
}


/*-------------- Pane Left ------------*/

.PaneLeft {
    font-size:14px;
    padding-right:30px;
}
.LayoutHomePage .PaneLeft {
    display: none;
}
.SecondaryNav a {
    color:#939598;
    font-size:13px;
    font-weight:700;
    display:block;
    line-height:19px;
    padding:5px 10px 5px 0;
    position:relative;
}
.SecondaryNav a:hover {
    color:#414042;
}
.SecondaryNav .level2 > li,
/*.SecondaryNav .level2 > li > a,*/
.SecondaryNav .level1 > li > a {
    display:none;
}
.SecondaryNav .level2 > li.selected,
.SecondaryNav .level2 > li.expanded {
    display:block;
}
.SecondaryNav .level2 > li.selected > a,
.SecondaryNav .level3 > li.selected > a,
.SecondaryNav .level4 > li.selected > a {
    color: #000000;
}
.SecondaryNav li.selected > a:after {
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:3px;
    background:#ee3a43;
}
.SecondaryNav .level4 > li a {
    padding-left:15px;
}


/*-------------- Pane Footer ------------*/

.PaneFooter {
    padding: 10px 0;
    background:#414042;
}
.PaneFooter h2 {
    text-transform:uppercase;
    font-size:10px;
    font-weight:900;
    margin-bottom:0;
}
.footerContact {
    padding-bottom: 20px;
}
.footerContact a {
    word-break: break-all;
}
.FooterLinks li {
    display: inline-block;
    margin-right: 15px;
    font-size:12px;
}
.FooterLinks li a {
    color: white;
    opacity:0.8;
}
.Q4FooterContainer {
    font-size:12px;
}
.Copyright, .PaneQ4Footer a {
    color: #ffffff;
}
.PaneFooter2{
    padding:70px 0 25px 0;
    color:#ffffff;
}
.FooterNav .level1 > li,
.FooterNav{
    display:block;
}
.FooterNav .level4,
.FooterNav .level1 > li > a {
    display:none;
}
.FooterNav .level1 a {
    color:#ffffff;
    vertical-align:top;
    font-size:13px;
    font-weight:700;
}
.FooterNav .level2 {
    display:block;
    margin-left:-20px;
}
.FooterNav .level2 > li {
    display:inline-block;
    width:20%;
    padding-left:20px;
    vertical-align:top;
}
.FooterNav .level2 > li > a {
    text-transform:uppercase;
    font-size:10px;
}
.FooterNav .level3 {
    padding-top:30px;
}
.copyright-block {
    border-top:1px solid #58595b;
    border-bottom:1px solid #58595b;
    font-size:10px;
    margin-bottom:15px;
}
.copyright-block .col {
    padding-top:10px;
    padding-bottom:10px;
}
.copyright-block p {
    margin:15px 0;
}
.rightBorder {
    border-right:1px solid #58595b;
    padding-right:10px;
}
.socialIcons {
    text-align:center;
}
.socialIcons a {
    display:inline-block;
    vertical-align:top;
    margin:0 10px;
    font-size:20px;
}
.socialIcons a:hover {
    text-decoration:none;
    color:#ef3e42;
}

@media all and (max-width:1023px) {
    .FooterNav .level2{
        display:block;
        vertical-align:top;
        margin-left:-20px;
        width:auto;
    }
    .FooterNav .level2 > li{
        display:inline-block;
        vertical-align:top;
        width:50%;
        margin-bottom:50px;
        padding-left:20px;
    }
}
@media all and (max-width:767px) {
    .rightBorder {
        border-right:0 none;
        border-bottom:
    }
    .copyright-block p.socialIcons{
        margin:0;
        text-align:left;
    }
    .copyright-block .col{
        padding-bottom:0;
    }
    .copyright-block{
        border-bottom:0 none;
    }
    .FooterNav .level1 a{
        line-height:15px;
        display:block;
        padding:3px 0;
    }
}


/*----------- Mobile Navigation -----------*/

.mobile-toggle {
    display: none;
    cursor: pointer;
}
.menu-close {
    display: none;
}

@media screen and (max-width: 768px) {
    .PaneHeader{
        transition: ease 0.5s;
        right: 0;
        padding:20px 0
    }
    .mobile-toggled .PaneNavigation {
        right: 0;
        z-index:250;
    }
    .mobile-toggled.LayoutDefaultInner {
        position:relative;
        overflow: hidden;
    }
    .mobile-toggled.LayoutDefaultInner:before{
        content:"";
        display:block;
        background:rgba(0,0,0,0.5);
        position:absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        z-index:230;
    }
    .LayoutDefaultInner {
        padding-top:68px;
    }
    .mobile-toggle  {
        display: inline-block;
        color: #000000;
        font-size: 14px;
        padding-top: 0px;
        font-weight:700;
    }
    .mobile-toggle  span{
        margin-left:10px;
        display:inline-block;
        vertical-align:top;
        line-height:22px;
        font-size:26px;
    }
    .menu-close {
        cursor: pointer;
    }
    .PaneNavigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        max-height:100%;
        padding:0 0 20px 0;
        background-color: #ffffff;
        transition: ease 0.5s;
        color: #231f20;
    }
    .NavigationWrap{
        padding: 55px 15px 60px 30px;
        overflow:auto;
        max-height:100%;
    }
    .PaneNavigation > span {
        padding: 0;
    }
    .PaneNavigation nav ul, .PaneNavigation nav ul li {
        display:  block;
    }
    .PaneNavigation nav ul li{
        display: block;
        padding: 0;
    }
    .PaneNavigation nav a{
        display: block;
        padding: 10px 0;
        text-transform:uppercase;
        font-size:16px;
        font-weight:900;
        color: #231f20;
        position:relative;
    }
    .PaneNavigation nav a:before{
        position:absolute;
        content:"";
        left:-30px;
        top:10px;
        bottom:10px;
        width:3px;
        background:#ee3a43;
        display:none;
    }
    .PaneNavigation nav .selected > a:before{
        display:block;
    }
    .PaneNavigation nav ul ul .selected > a,
    .PaneNavigation nav ul .selected > a,
    .PaneNavigation nav .selected > a{
        color:#231f20;
    }
    .PaneNavigation .menu-close {
        display: none;
    }
    .PaneNavigation .menu-close {
        display: block;
        color:#ffffff;
        position:absolute;
        right:102%;
        top:0;
        padding:15px;
        font-size:22px;
    }
    .PaneNavigation nav ul.level1 > li {
        padding: 0;
        border-bottom: 0;
    }
    .PaneNavigation nav ul.level2 ,
    .PaneNavigation nav ul li.selected {
        background-color: rgba(255,255,255,0.05);
    }
    .PaneNavigation nav ul li.has-children > ul.level4,
    .PaneNavigation nav ul li.has-children > ul.level3 {
        max-height: 0;
        overflow: hidden;
        transition: ease 0.5s;
        line-height:19px;
    }
    .PaneNavigation nav ul li.has-children.expanded > ul.level4,
    .PaneNavigation nav ul li.has-children.expanded > ul {
        max-height: 1000px;
        overflow: visible;
    }
    .PaneNavigation nav ul.level3 a{
        font-weight:700;
        text-transform:none;
        color:#939598;
        font-size:13px;
        padding:5px 0;
    }
    .PaneNavigation nav ul.level3 a:before{
        top:5px;
        bottom:5px;
    }
    .PaneNavigation nav ul.level4 a:before{
        left:-45px;
    }
    .PaneNavigation nav ul.level4{
        padding:0 0 0 15px;
    }
    .PaneNavigation nav ul.level4 a{
        font-size:12px;
        padding:4px 0;
    }
    .PaneNavigation nav ul.level4 li:first-child{
        padding-top:10px;
    }
    .PaneNavigation nav ul.level4 li:last-child{
        padding-bottom:10px;
    }
    .PaneNavigation .ModuleSearch{
        padding:20px 0 30px 0;
        margin-bottom:10px;
    }
    .PaneNavigation .ModuleSearch .SearchInput{
        width:190px;
    }
    .PaneNavigation .ModuleSearch .SearchButton{
        color:#d4d6d7;
        padding:5px 0;
        display:block;
        width:32px;
        background-color: #fff;
    }
    .PaneNavigation .ModuleSearch .ModuleContentContainer{
        display:table;
        width:100%;
        border-bottom:1px solid #d4d6d7;
    }
    .PaneNavigation .ModuleSearch .ModuleContentContainer > div{
        display:table-cell;
        vertical-align:top;
    }
    .PaneNavigation .ModuleSearch .ModuleContentContainer > div.search-btn{
        width:32px;
    }
    .PaneNavigation h2{
        font-size:10px;
        text-transform:uppercase;
        font-weight:900;
        margin: 30px 0 10px 0;
    }
    .ql-mobile .globalLinks.col{
        width:100%;
        padding:0;
        font-size:14px;
        font-weight:700;
    }
}


/*------------- Miscellaneous -------------*/

.dark {
    color: #fff;
}

/* RSS */
.rss-icons {
    margin-bottom: 50px;
}
.RssLinkTop, .RssLinkBottom {
    text-decoration: none;
    color: #e6e7e8;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    font-size: 28px;
} 
.RssLinkTop:hover, .RssLinkBottom:hover {
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75);
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText, .ModuleFileSpacer {
    display: none;
}

.ErrorContainer,
.RedStar {
    color: #ff0000;
}
.ErrorContainer strong {
    color: #000;
}

.css {
    color: #FF00FF;
}

.upcoming-events .ModuleYearNavContainer {
    display: none;
}


/*------------- Home Page -------------*/

.next-section {
    position:relative;
}
.nextSection{
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 3px #cccccc;
    color: #d1d2d3;
    cursor: pointer;
    height: 40px;
    left: 50%;
    line-height: 42px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px;
    font-size: 14px;
}
.PaneContentInner .globalLinks {
    font-size:14px;
    font-weight:700;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.PaneContentInner .globalLinks li {
    margin: 0;
}
.globalLinks a:hover{
    color:#b9111a;
}
.homeGlobalLinks .globalLinks h2{
    font-size:10px;
    text-transform:uppercase;
    font-weight:900;
    border-bottom:1px solid #ee3a43;
    padding:15px 0;
    margin: 20px 0;
}
.spins-title {
    margin: 25px 0 12px 0;
}
.HomeBoxesWidget .inner-bg{
    display:block;
    height:395px;
    padding:20px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    color:#ffffff;
    position:relative;
    overflow:hidden;
}
.HomeBoxesWidget .inner{
    position:absolute;
    left:20px;
    bottom:20px;
    right:20px;
}
.HomeBoxesWidget .ModuleHeadlineLink{
    display:block;
    font-size:18px;
    line-height:22px;
    font-weight:700;
    padding-bottom:20px;
    max-width: 190px;
}
.HomeBoxesWidget .date{
    margin-bottom:20px;
}
.HomeBoxesWidget .description{
    display:none;
    font-size:16px;
    line-height:22px;
    font-weight:400;
    padding-bottom:10px;
}
.HomeBoxesWidget .inner-bg:hover .description{
    display:block;
}

@media all and (max-width:768px){
    .PaneContent div.globalLinks{
        display:none;
    }
}
@media all and (max-width:680px){
    .nextSection{
        margin-left:-15px;
        top:-15px;
        width:30px;
        height:30px;
        line-height:32px;
        font-size: 12px;
    }

}
@media all and (max-width:640px){
    .HomeBoxesWidget .inner-bg{
        height:250px;
        margin-top:20px;
    }
    .HomeBoxesWidget .ModuleItemRow:first-child .inner-bg {
        margin: 0;
    }
    .grey-bg.align-center{
        text-align:left;
        font-size:14px;
    }
}


.homeTitle h2{
    border-bottom:1px solid #ee3a43;
    padding-bottom:10px;
    margin-bottom:40px;
}
.homeResources,
.newsSlider{
    padding:0 80px;
}
.homeResources {
    padding-bottom: 6.5%;
    margin-bottom: 10px;
}
.newsSlider .inner{
    margin:0 7px;
    padding:25px;
    border:1px solid #efefef;
    border-top:0 none;
    font-size:13px;
    line-height:20px;
    color:#000000;
    box-shadow:0 1px 2px #cccccc;
}
.newsSlider .ModuleHeadlineLink{
    display:block;
    height:90px;
    font-size:18px;
    color:#000000;
    line-height:22px;
    font-weight:700;
    overflow: hidden;
}
.newsSlider .date{
    display:block;
    font-size:10px;
    color:#939598;
    line-height:22px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:20px;
}
.newsSlider .shortBody{
    min-height:90px;
}
a.download,
a.read {
    font-weight:700;
    font-size:13px;
}
a.download:after,
a.read:after {
    margin-left:5px;
    content: "\e910";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.homeResources .download.image:after{
    display:none;
}
a.read:after {
    content: "\e913";
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.newsSlider .links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.newsSlider .links li {
    margin: 8px 0 0 0;
}
.slick-list{
    padding-bottom:5px;
}
.homeResources .wrap{
    margin:0 7px;
    border:1px solid #f2f2f2;
    box-shadow:0 2px 2px #cccccc;
}
.homeResources .inner-bg{
    background-image:url(../images/default-resources-img.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#f6f6f6;
}
.homeResources .inner-bg.defaultImg{
    background-size:auto;
}
.homeResources .inner-bg.image {
    background-position: center top;
}
.homeResources .inner-bg:before{
    display:block;
    width:100%;
    padding-bottom:56%;
    content:"";
}
.homeResources .inner{
    padding:20px;
    background:#ffffff;
}
.homeResources .ModuleHeadlineLink{
    display:block;
    color:#000000;
    font-size:18px;
    line-height:20px;
    font-weight:700;
    margin-bottom:10px;
    min-height:60px;
}
.homeResources .date{
    display:block;
    font-size:10px;
    text-transform:uppercase;
    font-weight:900;
    color:#939598;
}
.newsSlider .slick-dots,
.homeResources .slick-dots {
    display: none !important;
}
@media all and (max-width:1100px){
    .footer-image{
        padding-top:50px;
    }
}
@media all and (max-width:768px){
    .spins-title,
    .homeTitle h2 {
        margin-top: 0;
    }
}
@media all and (max-width:580px){
    .homeResources,
    .newsSlider{
        padding:0 15px;
    }
    .homeResources .slick-prev,
    .newsSlider .slick-prev{
        left:-15px;
    }
    .homeResources .slick-next,
    .newsSlider .slick-next{
        right:-15px;
    }
}


/*------------- Investors section -------------*/

@media screen and (min-width: 801px) {
    .newsIR .newsSlider {
        padding: 0;
        margin: 0 -7px;
    }
}

.IRglobal {
    display: none;
}
.PageInvestors .IRglobal,
[class*='Sectioninvestors'] .IRglobal,
.ShowIRglobal .IRglobal {
    display: block;
}


/* Stock Quote Header */

.StockQuoteHeaderIR .ModuleInnerContainer {
    color: #939598;
}
.StockQuoteHeaderIR .StockDescription1 {
    font-size: 10px;
    color: #eb3c48;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.StockQuoteHeaderIR .StockPrice {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}
.StockQuoteHeaderIR .StockPrice:before {
    content: '$';
    font-size: 18px;
    position: relative;
    top: -15px;
    font-weight: normal;
    margin-right: 3px;
}
.StockQuoteHeaderIR .pr {
    padding-right: 15px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
}
.StockQuoteHeaderIR .ch {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
}
.StockQuoteHeaderIR .StockChange,
.StockQuoteHeaderIR .StockPChange {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}
.StockQuoteHeaderIR .StockIndicator {
    display: none;
}
.StockQuoteHeaderIR .StockChange:before {
    font-size: 8px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.StockQuoteHeaderIR .StockChange.StockPriceUp:before {
    content: "\e911";
}
.StockQuoteHeaderIR .StockChange.StockPriceDown:before {
    content: "\e910";
    top: 0;
}
.StockQuoteHeaderIR .StockDescription3 {
    display: block;
    clear: both;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
}


/*------------- Filings & Reports -------------*/

.RightColumnBlock {
    display: none;
}
.AdditionalLinks li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-weight: bold;
}


/* SEC Filings */

.RegulatoryFilingContainer {
    margin-top: 2px;
}
.RegulatoryFilingContainer .selectBox {
    display: inline-block;
    margin-right: 30px;
}
.RegulatoryFilingContainer .selectBox > span {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.RegulatoryFilingContainer .filingType + .sbHolder {
    width: 230px;
    position: relative;
    z-index: 2;
}
.RegulatoryFilingContainer .ModuleHeader {
    display: table;
    width: 100%;
    background-color: #ec3c49;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.RegulatoryFilingContainer .ModuleItem {
    display: table;
    width: 100%;
    font-size: 13px;
    line-height: normal;
}
.RegulatoryFilingContainer .ModuleHeader > *,
.RegulatoryFilingContainer .ModuleItem > * {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.RegulatoryFilingContainer .ModuleItem > * {
    border-right: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
    padding: 20px 15px;
}
.RegulatoryFilingContainer .Date {
    width: 21%;
}
.RegulatoryFilingContainer .ItemDate {
    border-left: 1px solid #f1f2f2;
    width: 21%;
}
.RegulatoryFilingContainer .Filing,
.RegulatoryFilingContainer .ItemHref {
    width: 13%;
}
.RegulatoryFilingContainer .Description,
.RegulatoryFilingContainer .ItemDescription {
    width: 44%;
}
.RegulatoryFilingContainer .Download,
.RegulatoryFilingContainer .Icons {
    width: 22%;
}
.PaneContent .RegulatoryFilingContainer .Icons {
    padding-left: 10px;
    list-style-type: none;
}
.PaneContent .ModuleSECFilingDetails .Icons {
    list-style-type: none;
}
.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.RegulatoryFilingContainer .Icons a,
.ModuleSECFilingDetails .Icons a {
    color: #9c9da0;
    font-size: 20px;
}
.RegulatoryFilingContainer .Icons a:before {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
}
.RegulatoryFilingContainer .Icons .RTF:before {
    content: "\e919";
}
.RegulatoryFilingContainer .Icons .CONVPDF:before {
    content: "\e918";    
}
.RegulatoryFilingContainer .Icons .XLS:before {
    content: "\e917";    
}
.RegulatoryFilingContainer .Icons .XBRL:before {
    content: "\e916";    
}
.RegulatoryFilingContainer .Icons .XBRL_HTML:before {
    content: "\e915";    
}
.ModuleSECFilingDetails .ModuleDate {
    font-size: 10px;
    color: #939598;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .PaneContent .RegulatoryFilingContainer .sbHolder {
        width: 200px;
    }
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
    .RegulatoryFilingContainer .ModuleItem {
        padding: 5px 10px;
        border: 1px solid #f1f2f2;
        border-top: none;
    }
    .RegulatoryFilingContainer .ModuleItem > * {
        display: block;
        width: 100%;
        border: none;
        padding: 5px 0;
    }
    .RegulatoryFilingContainer .ModuleItem > *:before {
        width: 100px;
        display: inline-block;
        font-weight: bold;
    }
    .RegulatoryFilingContainer .ItemDate:before {
        content: 'Date: ';
    }
    .RegulatoryFilingContainer .ItemHref:before {
        content: 'Type: ';
    }
    .RegulatoryFilingContainer .ItemDescription:before {
        content: 'Description: ';
    }
    .RegulatoryFilingContainer .Icons:before {
        content: 'Download: ';
    }
    .RegulatoryFilingContainer .itemCont {
        border-top: 1px solid #f1f2f2;
    }
    .RegulatoryFilingContainer .Icons li {
        margin: 0 10px;
    }
    .RegulatoryFilingContainer .Icons li:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .AdditionalLinks li {
        display: block;
        width: 100%;
    }
}


/* pagination */

.pagination {
    text-align: right;
    padding-top: 25px;
}
.pagerItem {
    display: inline-block;
    color: #939598;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
}
.pager-active {
    color: #ec3c49;
}
.pager-prev:before,
.pager-next:before {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
}
.pager-prev:before {
    content: "\e91d";
}
.pager-next:before {
    content: "\e91c";
}
.pager-disabled {
    display: none !important;
}
@media screen and (max-width: 640px) {
    .pagination {
        text-align: center;
    }
    .pagerItem {
        margin: 0 10px;
    }
}

/* financial table */

.financial-category-text,
.financial-document-list {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    padding: 0;
}
.financial-table-header {
    background-color: #ec3c49;
    color: #fff;
    font-weight: bold;
    padding: 14px 15px;
}
.financial-table-header .slick-arrow {
    height: 17px;
    width: 17px;
}
.financial-table-header .slick-arrow:hover {
    background-color: #fff;
}
.financial-table-header .slick-arrow:before {
    font-size: 7px;
    left: 1px;
    top: -1px;
}
.financial-table-header .slick-prev:before {
    left: 0;
}
.financial-table-header .slick-next {
    right: 0;
}
.financial-table-header .slick-prev {
    left: 0;
}
.financial-table-header .slick-disabled {
    display: none !important;
}
.financial-table-header .slick-list {
    padding: 0;
    text-align: center;
}
.financial-document-category {
    width: 30%;
    padding: 0;
    vertical-align: middle;
}
.financial-year-list {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.financial-table-sub-header {
    background-color: #f1f2f2;
    text-align: center;
}
.financial-table-sub-header ul {
    display: inline-block;
    vertical-align: middle;
    /* width: 23.33%; for 3 columns */
    width: 35%;
    line-height: normal;
    padding: 15px;
}
.financial-table-sub-header ul.empty {
    width: 30%;
}
.financial-table-sub-header li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-weight: 600;
}
.financial-category-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #f1f2f2;
    border-top: none;
}
.financial-document-list {
    width: 70%;
    height: 60px;
}
.financial-documents.slick-slide {
    border-left: 1px solid #f1f2f2;
    text-align: center;
    padding: 20px 15px;
}
.financial-table-content .slick-list {
    padding: 0;
}
.financial-category-text {
    font-size: 16px;
    border-top: none;
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}
.financial-documents > span {
    display: inline-block;
    width: 25%;
}
.financial-documents a {
    color: #9c9da0;
    line-height: 1;
    display: inline-block;
}
.financial-documents a:before {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.financial-documents span a.PDF:before,
.financial-documents a.PDF:before {
    content: "\e918";
    font-size: 20px;
}
.financial-documents span a.XLSX:before,
.financial-documents a.XLSX:before {
    content: "\e917";
    font-size: 20px;
}
.financial-documents span a.Word:before,
.financial-documents a.Word:before {
    content: "\e919";
    font-size: 20px;
}
.financial-documents span a.ZIP:before,
.financial-documents a.ZIP:before {
    content: "\e916";
    font-size: 20px;
}
.financial-documents .conference a:before {
    content: "\e914";
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .financial-table-sub-header ul {
        width: 35%;
    }
    .financial-table-sub-header ul.third {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .PaneContentInner .financial-document-category,
    .PaneContentInner .financial-category-text {
        display: inline-block;
        width: 40%;
    }
    .PaneContentInner .financial-year-list,
    .PaneContentInner .financial-document-list {
        display: inline-block;
        width: 60%;
        height: inherit;
    }
    .PaneContentInner .financial-document-list {
        min-height: 60px;
    }
    .quarterly-table .financial-documents > span {
        margin: 5px 0px;
    }
    .financial-table-sub-header ul.second {
        display: none;
    }
    .financial-table-sub-header {
        display: none;
    }
    .financial-documents > span:before {
        display: block;
        margin-bottom: 5px;
    }
    .financial-documents > span.empty:before {
        display: none;
    }
    .Q1:before { content: 'Q1'; }
    .Q2:before { content: 'Q2'; }
    .Q3:before { content: 'Q3'; }
    .Q4:before { content: 'Q4'; }
}


/*--------- Email Alerts ----------*/

.RequiredField,
.required-text {
    color: #ef3e42;
}
div.subscribe-text {
    margin-bottom: 0;
}
.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    width: 100%;
    max-width: 450px;
    margin: 10px 0;
}
.PaneContent .MailingListSignupContainer table td.MailingListCol1,
.PaneContent .MailingListSignupContainer table td.MailingListCol2,
.PaneContent .MailingListUnsubscribeContainer table td.MailingListCol1,
.PaneContent .MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}
.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}
.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 90% !important;
}
.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}
.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}
.MailingListSignupContainer table table {
    margin: 0;
}
.MailingListSignupContainer .NoBr {
    display: none;
}
.MailingListSignupContainer .CaptchaContainer {
    display: none;
}
.MailingListListTable table td {
    line-height: normal;
    padding: 2px 0;
}
.MailingListForm .IntroTextColumn {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
}
.PageInvestorsEmailAlerts .IRglobalBoxes,
.em-al .IntroTextColumn {
    display: none;
}


/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    margin-bottom: 5px;
}
.FaqContainer .ModuleItemRow {
    border: 1px solid #f1f2f2;
}
.FaqQuestion,
.FaqQuestion2 {
    font-size: inherit;
    font-weight: bold;
    padding: 10px 35px 10px 15px;
    margin: 0;
    border-bottom: 1px solid #f1f2f2;
    background-color: #f1f2f2;
    position: relative;
    cursor: pointer;
}
.FaqQuestion:after,
.FaqQuestion2:after {
    content: "\e91b";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 41px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.accordion-active > .FaqQuestion,
.accordion-active > .FaqQuestion2 {
    background-color: #939598;
    color: #fff;
}
.accordion-active > .FaqQuestion:after,
.accordion-active > .FaqQuestion2:after {
    content: "\e91a";    
}
.FaqAnswer,
.FaqAnswer2 {
    padding: 10px 15px;
}
.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .FaqAnswer2,
.FaqContainer .BackToTopLink {
    display: none;
}


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleContentContainer {
    border-top: 1px solid #f1f2f2;
}
.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 20px 50px 20px 15px;
    border: 1px solid #f1f2f2;
    border-top: none;
    position: relative;
    line-height: normal;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    content: "\e915";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #9c9da0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".pdf"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".PDF"]:after {
    content: "\e918";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e917";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".rtf"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".doc"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".docx"]:after {
    content: "\e919";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".zip"]:after {
    content: "\e916";
}
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;   
}


/*-------------- Person List --------------*/

.PersonTitleComma,
.PersonContainer .PersonDescription {
    display: none;
}
.PersonGenericContainer {
    clear: both;
}
.PersonGenericContainer .ModuleInnerContainer {
    font-size: 0;
}
.PersonGenericContainer .PersonContainer {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
}
.PersonGenericContainer .PersonItem:nth-child(odd):after {
    content: '';
    width: 1px;
    height: 300px;
    display: inline-block;
    background-color: #ee3a43;
    position: absolute;
    top: 0;
    right: 0;
}
.PersonGenericContainer .PersonDetailsContainer {
    max-width: 230px;
    margin: 0 auto;
}
.PersonGenericContainer .PersonPhoto {
    position: relative;
}
.PersonGenericContainer .PersonPhoto img {
    vertical-align: top;
    max-width: 230px;
}
.PersonGenericContainer .ResolutionPhoto {
    display: none;
}
.PersonGenericContainer .title {
    font-size: 24px;
    line-height: normal;
    margin-top: 15px;
}
.PersonGenericContainer .title a {
    color: #000;
}
.PersonGenericContainer .PersonTitle {
    display: block;
    color: #ef3e42;
    font-size: 18px;
}
.PersonGenericDetailsContainer h1,
.PersonGenericDetailsContainer h2 {
    margin-bottom: 30px;
    font-weight: normal;
}
.PersonGenericDetailsContainer h2 span,
.PersonGenericDetailsContainer h1 {
    font-weight: normal !important;
}
.PersonDetailsNameContainer .PersonTitle {
    display: block;
    margin-top: 5px;
}
.PersonDetailsImageContainer img {
    vertical-align: top;
}
.PersonGenericContainer.person-widget--list-view .PersonItem:nth-child(odd):after {
    display: none;
}
.PersonGenericContainer.person-widget--list-view .PersonDetailsContainer {
    max-width: 100%;
}
.PersonGenericContainer.person-widget--list-view .PersonContainer {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .PaneContent .PersonDetailsImageContainer {
        max-width: 200px;
    }
}
@media screen and (max-width: 640px) {
    .PersonGenericContainer .PersonContainer {
        display: block;
        width: 100%;
    }
    .PersonGenericContainer .PersonItem:nth-child(odd):after {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    .PersonDetailsImageContainer {
        max-width: 280px;
        float: left;
        border-right: 1px solid #ee3a43;
        padding-right: 17px;
        margin-right: 20px;
    }
}


/* Division Leadership */

.DivisionLeadership .PersPhoto {
    margin-top: 20px;
}
.DivisionLeadership .Person:first-child .PersPhoto {
    margin-top: 0;
}
.DivisionLeadership .PersPhoto img {
    width: 150px;
}
.DivisionLeadership .Advisory .PersPhoto {
    display: none;
}
.DivisionLeadership h3 {
    margin-top: 15px;
}
.DivisionLeadership .Agriculture,
.DivisionLeadership .MaterialScience {
    border-bottom: 1px solid #ee3a43;
    padding-bottom: 45px;
}


/*---------- Stock Information ----------*/

.StockQuoteContainer .StockQuoteLookup {
    display: none;
}
.StockQuoteContainer li,
.stock-historical li {
    border: 1px solid #f1f2f2;
    border-top: none;
    letter-spacing: -0.25em;
}
.StockQuoteContainer li:first-child,
.stock-historical li:first-child {
    border-top: 1px solid #f1f2f2;
}
.StockQuoteContainer .item,
.stock-historical .item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    letter-spacing: 0;
}
.StockQuoteContainer li .item:first-child,
.stock-historical li .item:first-child {
    border-right: 1px solid #f1f2f2;
}
.StockQuoteContainer .item > .StockLabel,
.stock-historical .item > .StockLabel {
    float: left;
}
.StockQuoteContainer .StockData,
.stock-historical .StockData {
    float: right;
    font-weight: 700;
}
.StockQuoteContainer .StockTableTextLabel {
    font-size: 13px;
    float: left;
}
.StockQuoteContainer .StockTableTextLabel + span {
    font-size: 13px;
    float: right;
}
.StockQuoteContainer .StockPriceUp {
    color: green;
}
.StockQuoteContainer .StockPriceDown {
    color: red;
}
.StockQuoteContainer .StockData:before,
.stock-historical .StockData:before {
    content: '$';
}
.StockQuoteContainer .StockData.Volume:before,
.StockQuoteContainer .ChangeLabel + .StockData:before,
.StockQuoteContainer .PChangeLabel + .StockData:before,
.stock-historical .StockData.Volume:before,
.stock-historical .empty .StockData:before {
    display: none;
}
.stock-historical .HistoricalTableTextLabel {
    font-size: 13px;
}

.stock-selects {
    background: #ec3c49;
    padding: 10px 10px 5px 10px;
    color: #fff;
}
.stock-selects > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
.stock-selects .sbHolder {
    border-color: #fff;
    text-align: left;
}
.stock-selects button {
    background-color: #fff;
    color: #000;
}

.StockQuoteContainer ul,
.stock-table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.StockQuoteContainer ul li,
.stock-table ul li {
    margin: 0;
    padding: 0;
}

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .StockQuoteContainer .item,
    .stock-historical .item {
        display: block;
        width: 100%;
    }
    .StockQuoteContainer li .item:first-child,
    .stock-historical li .item:first-child {
        border-right: none;
        border-bottom: 1px solid #f1f2f2;
    }
    .StockQuoteContainer .StockTableTextLabel,
    .StockQuoteContainer .StockTableTextLabel + span {
        float: none;
        display: block;
    }
    .stock-selects .text {
        display: block;
    }
    .stock-selects {
        text-align: center;
    }
    .stock-historical li.empty {
        display: none;
    }
}


/*---------- Resources -> global modules ----------*/

.IRglobalBox {
    padding: 25px;
    border: 1px solid #efefef;
    border-top: 0 none;
    color: #000000;
    box-shadow: 0 2px 2px #cccccc;
    margin-bottom: 20px;
}
.IRglobalBox h2 {
    border: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.IRglobalBox .ModuleContainerInner {
    font-size: 13px;
    line-height: 20px;
}

/* Email Alerts */

.footer-alerts,
.footer-alerts .MailingListCol1,
.footer-alerts .MailingListsHeading,
.footer-alerts .RequiredField {
    display: none;
}
.IRglobalBox .footer-alerts {
    display: block;
}
.IRglobalBox .ErrorContainer,
.IRglobalBox .MailingListSignupContainer,
.IRglobalBox .EditSubscriberConfirmation {
    font-size: 13px;
    line-height: 20px;
}

/* Featured Reports */

.featured-reports li {
    margin-bottom: 10px;
}
.featured-reports li a {
    color: #000;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.featured-reports a:before {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.featured-reports a.PDF:before {
    content: "\e918";
    font-size: 20px;
}
.featured-reports a.XLSX:before {
    content: "\e917";
    font-size: 20px;
}
.featured-reports a.Word:before {
    content: "\e919";
    font-size: 20px;
}
.featured-reports a.ZIP:before {
    content: "\e916";
    font-size: 20px;
}
.featured-reports li a span {
    display: inline-block;
    vertical-align: middle;
}

/* Featured Events */

.featured-events .shortBody {
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}
.featured-events .shortBody p {
    margin: 0;
}
.featured-events .slick-track:before,
.featured-events .slick-track:after {
    display: none;
}
.featured-events .slick-dots {
    position: static;
    text-align: left;
    margin: 10px 0;
}
.upcoming-events h2 {
    margin-bottom: 20px;
}
.upcoming-events .ModuleTitle {
    font-size: 18px !important;
}
.PaneContent .ModuleEvent .ModuleItemRow {
    padding: 20px 0;
    border-top: 1px solid #d1d3d4;
}
.PaneContent .ModuleEvent .ModuleItemRow:first-child {
    border-top: none;
}
.ModuleEvent .ModuleHeadlineLink,
.ModuleDetailsContainer .ModuleDetailHeadline {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.featured-events .date,
.ModuleEvent .ModuleDate,
.ModuleEvent .ModuleTime,
.ModuleEventDetails .ModuleDateContainer {
    display: block;
    font-size: 10px;
    color: #939598;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ModuleDateContainer .ModuleDate,
.ModuleDateContainer .ModuleTime {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ModuleEvent .ModuleLocation,
.ModuleEventDetails .ModuleLocation {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
.ModuleEventDetails .ModuleLocation {
    margin-bottom: 15px;
    display: block;
}
.ModuleEvent .ModuleSpeakers {
    margin-bottom: 10px;
}
.ModuleSpeakers {
    font-size: 15px;
}
.ModuleSpeakers i {
    font-size: 15px;
    margin-right: 5px;
}
.ModuleEvent .WebcastLink a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .RelatedDocuments a,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .RelatedDocuments a,
.latest-event .ModuleLinks a,
.latest-event .FinancialReport a,
.latest-event .PressRelease a,
.latest-event .presentation a {
    color: #939598;
    font-weight: 700;
    font-size: 11px;
}
.ModuleEvent .WebcastLink a:hover,
.ModuleEvent .ModuleLinks a:hover,
.ModuleEvent .RelatedDocuments a:hover,
.ModuleEventDetails .WebcastLink a:hover,
.ModuleEventDetails .ModuleLinks a:hover,
.ModuleEventDetails .RelatedDocuments a:hover,
.latest-event .ModuleLinks a:hover,
.latest-event .FinancialReport a:hover,
.latest-event .PressRelease a:hover,
.latest-event .presentation a:hover {
    color: #000;
}
.ModuleEvent .WebcastLink a:before,
.ModuleEvent .ModuleLinks a:before,
.ModuleEvent .RelatedDocuments a:before,
.ModuleEventDetails .WebcastLink a:before,
.ModuleEventDetails .ModuleLinks a:before,
.ModuleEventDetails .RelatedDocuments a:before,
.latest-event .ModuleLinks a:before,
.latest-event .FinancialReport a:before,
.latest-event .PressRelease a:before,
.latest-event .presentation a:before {
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.latest-event .q4i-icon-html:before {
    content: "\e915";
}
.ModuleEvent .Audio a:before,
.ModuleEventDetails .Audio a:before {
    content: "\e91e";   
}
.ModuleEvent .Video a:before,
.ModuleEventDetails .Video a:before {
    content: "\e91f";   
}
.ModuleEvent .ModuleLinks a[href*='.pdf']:before,
.ModuleEvent .RelatedDocuments a[href*='.pdf']:before,
.ModuleEventDetails .ModuleLinks a[href*='.pdf']:before,
.ModuleEventDetails .RelatedDocuments a[href*='.pdf']:before,
.latest-event .q4i-icon-pdf:before {
    content: "\e918";
}

.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}
.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}
.ModuleEvent .ModuleMore {
    display: none;
}

.ModuleEvent ul,
.ModuleEventDetails ul,
.ModuleEvent ul li,
.ModuleEventDetails ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media screen and (min-width: 1024px) {
    .PaneContentInner .IRglobalBoxes > .ModuleOuterContainer > .ModuleInnerContainer {
        padding: 0 6.5% 6.5% 6.5%;
    }
    .PageInvestors .PaneContentInner .IRglobalBoxes > .ModuleOuterContainer > .ModuleInnerContainer {
        padding-bottom: 0;
    }
    .ForwardLookingStatement {
        margin-bottom: 6.5%;
    }
    .AboveResources {
        padding-bottom: 17px;
    }
}
@media screen and (min-width: 640px) {
    .IRglobalBoxes > .ModuleOuterContainer > .ModuleInnerContainer {
        padding: 0 0 14px 0;
    }
    .IRglobalBoxes .wrapper {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 14px;
    }
    .IRglobalBox {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        display: table-cell;
        margin: 0;
    }
    .ModuleEvent .AddToCalendar {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .ModuleEvent .WebcastLink,
    .ModuleEventDetails .WebcastLink {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .ModuleEvent .ModuleLinks,
    .ModuleEvent .ModuleLinks li,
    .ModuleEvent .RelatedDocuments,
    .ModuleEvent .RelatedDocuments li,
    .ModuleEventDetails .ModuleLinks,
    .ModuleEventDetails .ModuleLinks li,
    .ModuleEventDetails .RelatedDocuments,
    .ModuleEventDetails .RelatedDocuments li {
        display: inline-block;
        vertical-align: middle;
    }
    .ModuleEvent .ModuleLinks li,
    .ModuleEvent .RelatedDocuments li,
    .ModuleEventDetails .ModuleLinks li,
    .ModuleEventDetails .RelatedDocuments li {
        margin-right: 15px;    
    }
}


/*--------- Press Release ---------*/

.ModulePressRelease .ModuleItemRow {
    padding: 20px 0;
    border-top: 1px solid #d1d3d4;
}
.ModulePressRelease .ModuleItemRow:first-child {
    border-top: none;
}
.ModulePressRelease .ModuleHeadlineLink {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    font-weight: 700;
}
.ModulePressRelease .ModuleDate,
.ModulePressReleaseDetails .ModuleDate {
    display: block;
    font-size: 10px;
    color: #939598;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
}


/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer {
  margin-bottom: 20px;
}
.FormBuilderContainer .Item {
    margin-bottom: 10px;
}
.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
}
.FormBuilderContainer .sbHolder {
    width: 270px;
}
.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
    vertical-align: top;
}
.FormBuilderContainer .label-wrap {
    min-width: 175px;
}
.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}
.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}
.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}
.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}
.FormBuilderContainer .CaptchaContainer img {
    width: 100%   
}
.FormBuilderContainer .CaptchaContainer span {
    color: #FF0000;
}
.Contacts h2 {
    margin: 10px 0 1rem 0;
}
.Contacts p {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .Contacts td {
        display: block;
        width: 100%;
    }
}


/*---------------- 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;
}


/*---------  Presentation ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}
.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}
.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}
.ModulePresentation .PresentationLinks {
    display: inline-block;
}
.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}
.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0,0,0,0.1);
}
.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}
.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}
.ModulePresentation .DocumentFileLink {
    font-size: 0;
}
@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}


/*----- Committee Composition -----*/

.committee-composition .person-header,
.committee-composition .person-item > div {
    padding: 15px 5px;
}
.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}
.committee-composition .person-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.committee-composition .person-category.active .person-header i:before {
    content: "\e650";
} 

.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.committee-composition .person-bio {
  text-align: left;
}
.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.committee-composition .person-legend {
    margin-top: 20px;
}
.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile,
.committee-composition .person-bio,
.committee-composition .person-items {
    display: none;
}
@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }
    .committee-composition .mobile {
        display: block;
    }
    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Events Calendar -----------*/

#event-container {
    display: table;
    width: 100%;
}
#events-calendar, #latest-events {
    display: table-cell;
}
#events-calendar {
    padding-right: 20px;
}
#latest-events {
    border: 1px solid #ccc;
}
#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#events-calendar .controls {
    display: table;
    width: 100%;
}
#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 20px 0;
}
#events-calendar .controls .month {
    width: 70%;
    font-size: 20px;
}
#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}
#events-calendar .days-container {
    position: relative;
}
#events-calendar .day-header, #events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    padding: 10px 0;
    text-align: center;
    background-color: #f1f2f2;
}
#events-calendar .day.adjacent-month, #events-calendar .empty.adjacent-month {
    opacity: .5;
    background-color: transparent;
}
#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: #9b9b9b;
    color: #fff;
}
#events-calendar .day.event, #events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    background-color: #ef3e42;
    color: #fff;
}
#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
}
#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#latest-events .ModuleEvent .date {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}
#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}
#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}
#latest-events .ModuleEvent > ul {
    padding: 5%;
}
#latest-events .AddToCalendar .q4i-icon-calendar {
    display: none;
}
.latest-event .WebcastLink,
.latest-event .AddToCalendar {
    display: block;
    margin: 0;
}
@media screen and (max-width: 768px) {
    #events-calendar, #latest-events {
        display: block;
        padding: 0;
        width: 100%;
    } 
}


/* DowDuPont Product Finder -> Search */

.CustomSearch input[type="text"] {
    width: 100%;
    padding: 11px 15px;
}
.CustomSearch .search-toggle,
.CustomSearch .search-btn {
    display: inline-block;
    vertical-align: middle;
}
.CustomSearch .search-toggle {
    width: 60%;
}
.CustomSearch .search-btn {
    width: auto;
}

/* Google Search */

.GoogleSearch {
    max-width: 500px;
    position: relative;
}
.GoogleSearch td.gsc-input {
    padding: 0 !important;
}
.GoogleSearch .cse .gsc-control-cse,
.GoogleSearch .gsc-control-cse {
    padding:0;
    border: 0 none;
}
.GoogleSearch form.gsc-search-box,
.GoogleSearch table.gsc-search-box {
    margin: 0;
}
.GoogleSearch .gsc-input-box {
    border: 0 none;
    height: auto;
}
.GoogleSearch table.gsc-search-box td {
    padding: 0;
}
.GoogleSearch td.gsc-search-button {
    background-color: #ee3a43;
    padding: 0 15px !important;
    cursor: pointer;
}
.GoogleSearch td.gsc-search-button:hover {
    background-color: #b9111a;
}
.GoogleSearch .gsc-search-button.gsc-search-button-v2 {
    -moz-appearance: none;
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    outline: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
.GoogleSearch .gsc-search-box .gsc-input > input:focus,
.GoogleSearch .gsc-input-box-focus,
.GoogleSearch .gsc-input-box-hover {
    box-shadow: none;
}
.GoogleSearch .gsc-search-box-tools .gsc-search-box input.gsc-input {
    -moz-appearance: none;
    border-radius: 0;
    outline: medium none;
    font-family: "Lato", sans-serif;
    border: 1px solid #f1f2f2 !important;
    width: 100% !important;
    padding: 0px 15px!important;
    background-position:15px center!important;
    padding: 10px !important;
    font-size: 13px;
}
.gs-webResult.gs-result a.gs-title:link, 
.gs-webResult.gs-result a.gs-title:link b, 
.gs-imageResult a.gs-title:link, 
.gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
    color: #ef3e42 !important;
}
.gs-webResult.gs-result a.gs-title:hover, 
.gs-webResult.gs-result a.gs-title:hover b, 
.gs-imageResult a.gs-title:hover, 
.gs-imageResult a.gs-title:hover b {
    color: #b9111a !important;
}
.gsc-control-cse .gs-spelling, 
.gsc-control-cse .gs-result .gs-title, 
.gsc-control-cse .gs-result .gs-title * {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-decoration: none;
    height: auto;
}
.gs-webResult .gs-snippet, 
.gs-imageResult .gs-snippet, 
.gs-fileFormatType {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}
.gs-webResult div.gs-visibleUrl, 
.gs-imageResult div.gs-visibleUrl {
    color: #000 !important;
    font-family: "Lato", sans-serif;
    font-size: 16px !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #ef3e42 !important;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #b9111a !important;
}
.gsc-results .gsc-cursor-box {
    margin: 10px 0 0 0 !important;
    border-top: 1px solid #E9E9E9;
    padding-top: 15px;
}


@media screen and (max-width: 767px) {
    .AboutDowDuPont h1 br {
        display: none;
    }
}
.PageTitle.SPC .ModuleInnerContainer {
    margin-top: 102px;
    margin-bottom: 62px;
}


/* Factsheets */

.factsheet .wrapper {
    border: 1px solid #7a9cd3;
    font-size: 14px;
    height: 27px;
    position: relative;
    z-index: 1;
}
.factsheet select {
    width: 100%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 25px;
    left: 0;
    z-index: 2;
    padding: 0 35px 0 10px;
}
.factsheet .donwload-doc {
    position: absolute;
    right: 0;
    z-index: 3;
    margin: 0 10px;
    color: #000;
}
.factsheets .thumbnail {
    background: #414042;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    height: 150px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.factsheets .thumbnail:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 1px;
    height: 100%;
    margin-left: -1px;
}
.factsheets .thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    z-index: 1;
}
.factsheets .thumbnail h3 {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 10px 0;
    color: #fff;
    position: relative;
    z-index: 2;
}
.factsheets .thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.agriculture-fsh .thumbnail {
    background-image: url(../design/agriculture_thumb.jpg);
}
.material-fsh .thumbnail {
    background-image: url(../design/material_thumb.jpg);
}
.specialty-fsh .thumbnail {
    background-image: url(../design/specialty_thumb.jpg);
    background-position: center left;
}
.factsheet {
    margin-bottom: 40px;
}
.agriculture-factsheet .wrapper,
.material-factsheet .wrapper,
.specialty-factsheet .wrapper {
    max-width: 190px;
}
.mainNavigation .level1 > li a[href*="factsheets"] {
    padding-left: 35px;
}
nav.mobile-only .level1 > li a[href*="factsheets"] {
    padding-left: 25px;
}
.FooterNav .level1 > li a[href*="factsheets"] {
    padding-left: 35px;
    position: relative;
}
.mainNavigation .level1 > li a[href*="factsheets"]:after,
nav.mobile-only .level1 > li a[href*="factsheets"]:after,
.FooterNav .level1 > li a[href*="factsheets"]:after {
    color: #ef3e42;
    font-size: 18px;
    content: "\e920";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    left: 10px;
    top: 6px;
}
nav.mobile-only .level1 > li a[href*="factsheets"]:after {
    top: 14px;
    left: 0;
}
.FooterNav .level1 > li a[href*="factsheets"]:after {
    top: -2px;
}
