
/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/

/*--------------- Reset CSS ---------------*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
/* div, p, a, ol, ul, li, span */ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
  box-sizing: border-box;
  overflow-x:hidden;
}
*, *:before, *:after {
  box-sizing: inherit;
}
*{
  -webkit-text-size-adjust: 100%;
 /* -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;*/
}
/* Negative Margin Fix for Toast Columns */
html, .col {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.45;
}
/*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,b {
    font-weight: bold;
}
em {
    font-style: italic;
}
/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}
.PreviewToolBar {
    display:none;
}
.hidden {
    display: none !important;
}
small{
  font-size:75%;
}

/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/

/*------------ Default Styles -------------*/

/*a:focus {
  text-decoration: underline !important;
}*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}
.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline:0;
}
.accSkipLink a:visited {
    color: #fff;
}
#maincontent:focus {
    outline: 0px;
}

/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/

/*--------------- Toast CSS ---------------*/

/* The Important Bits */

/* Negative Margin Fix */
.grid, .grid-no-gutter {
  font-size: 0;
}
.grid {
  list-style: none;
  margin-left: -20px;
  display:block;
}
.grid-no-gutter {
  margin-left: 0;
  width: 100%;
  display:block;
}
.col {
  box-sizing: border-box;
  display: inline-block;
  /* Negative Margin Fix */
  /* margin-right: -.25em; */
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
.grid-no-gutter .col {
  padding-left: 0;
}
.grid-no-gutter .grid .col {
    padding-left: 20px;
}

/* The Column Widths */

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
  width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
  width: 50%;
}

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
  width: 33.33333%;
}

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
  width: 66.66667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
  width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
  width: 75%;
}

.col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-8-of-8, .col-push-12-of-12 {
  margin-left: 100%;
}

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-6-of-12 {
  margin-left: 50%;
}

.col-push-1-of-3, .col-push-2-of-6, .col-push-4-of-12 {
  margin-left: 33.33333%;
}

.col-push-2-of-3, .col-push-4-of-6, .col-push-8-of-12 {
  margin-left: 66.66667%;
}

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
  margin-left: 25%;
}

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
  margin-left: 75%;
}

.col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-8-of-8, .col-pull-12-of-12 {
  margin-left: -100%;
}

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-6-of-12 {
  margin-left: -50%;
}

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-4-of-12 {
  margin-left: -33.33333%;
}

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-8-of-12 {
  margin-left: -66.66667%;
}

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
  margin-left: -25%;
}

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
  margin-left: -75%;
}

.col-1-of-5 {
  width: 20%;
}

.col-push-1-of-5 {
  margin-left: 20%;
}

.col-pull-1-of-5 {
  margin-left: -20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-push-2-of-5 {
  margin-left: 40%;
}

.col-pull-2-of-5 {
  margin-left: -40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-push-3-of-5 {
  margin-left: 60%;
}

.col-pull-3-of-5 {
  margin-left: -60%;
}

.col-4-of-5 {
  width: 80%;
}

.col-push-4-of-5 {
  margin-left: 80%;
}

.col-pull-4-of-5 {
  margin-left: -80%;
}

.col-1-of-6 {
  width: 16.66667%;
}

.col-push-1-of-6 {
  margin-left: 16.66667%;
}

.col-pull-1-of-6 {
  margin-left: -16.66667%;
}

.col-5-of-6 {
  width: 83.33333%;
}

.col-push-5-of-6 {
  margin-left: 83.33333%;
}

.col-pull-5-of-6 {
  margin-left: -83.33333%;
}

.col-1-of-8 {
  width: 12.5%;
}

.col-push-1-of-8 {
  margin-left: 12.5%;
}

.col-pull-1-of-8 {
  margin-left: -12.5%;
}

.col-3-of-8 {
  width: 37.5%;
}

.col-push-3-of-8 {
  margin-left: 37.5%;
}

.col-pull-3-of-8 {
  margin-left: -37.5%;
}

.col-5-of-8 {
  width: 62.5%;
}

.col-push-5-of-8 {
  margin-left: 62.5%;
}

.col-pull-5-of-8 {
  margin-left: -62.5%;
}

.col-7-of-8 {
  width: 87.5%;
}

.col-push-7-of-8 {
  margin-left: 87.5%;
}

.col-pull-7-of-8 {
  margin-left: -87.5%;
}

.col-1-of-12 {
  width: 8.33333%;
}

.col-push-1-of-12 {
  margin-left: 8.33333%;
}

.col-pull-1-of-12 {
  margin-left: -8.33333%;
}

.col-2-of-12 {
  width: 16.66667%;
}

.col-push-2-of-12 {
  margin-left: 16.66667%;
}

.col-pull-2-of-12 {
  margin-left: -16.66667%;
}

.col-5-of-12 {
  width: 41.66667%;
}

.col-push-5-of-12 {
  margin-left: 41.66667%;
}

.col-pull-5-of-12 {
  margin-left: -41.66667%;
}

.col-7-of-12 {
  width: 58.33333%;
}

.col-push-7-of-12 {
  margin-left: 58.33333%;
}

.col-pull-7-of-12 {
  margin-left: -58.33333%;
}

.col-10-of-12 {
  width: 83.33333%;
}

.col-push-10-of-12 {
  margin-left: 83.33333%;
}

.col-pull-10-of-12 {
  margin-left: -83.33333%;
}

.col-11-of-12 {
  width: 91.66667%;
}

.col-push-11-of-12 {
  margin-left: 91.66667%;
}

.col-pull-11-of-12 {
  margin-left: -91.66667%;
}

@media (max-width: 480px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .col.col-lg-1-of-1 {
    width: 100%;
  }
  .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
    width: 50%;
  }
  .col.col-lg-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lg-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lg-1-of-4 {
    width: 25%;
  }
  .col.col-lg-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .col.col-lc-1-of-1 {
    width: 100%;
  }
  .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
    width: 50%;
  }
  .col.col-lc-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lc-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lc-1-of-4 {
    width: 25%;
  }
  .col.col-lc-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .col.col-md-1-of-1 {
    width: 100%;
  }
  .col.col-md-1-of-2, .col.col-md-2-of-4 {
    width: 50%;
  }
  .col.col-md-1-of-3 {
    width: 33.33333%;
  }
  .col.col-md-2-of-3 {
    width: 66.66667%;
  }
  .col.col-md-1-of-4 {
    width: 25%;
  }
  .col.col-md-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  [class*="col-sm-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .col.col-sm-1-of-1 {
    width: 100%;
  }
  .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
    width: 50%;
  }
  .col.col-sm-1-of-3 {
    width: 33.33333%;
  }
  .col.col-sm-2-of-3 {
    width: 66.66667%;
  }
  .col.col-sm-1-of-4 {
    width: 25%;
  }
  .col.col-sm-3-of-4 {
    width: 75%;
  }
}

.col-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-d-first {
  float: left;
}
.col-d-last {
  float: right;
}
.grid-no-gutter .col-span-all {
  margin-left: 0;
  width: 100%;
}
.col-ab {
  vertical-align: bottom;
}
.col-am {
  vertical-align: middle;
}

/*------------- Slick Slider --------------*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
 /* margin-top: -10px\9;*/
  /*lte IE 8*/
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  margin-top:-30px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'q4icons';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e64c";
}
[dir="rtl"] .slick-prev:before {
  content: "\e64c";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e64f";
}
[dir="rtl"] .slick-next:before {
  content: "\e64f";
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e907";
  width: 20px;
  height: 20px;
  font-family: 'q4icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/*--------------- SelectBox  --------------*/

.sbHolder{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: #dfdfdf;
    vertical-align: middle;
}
.sbHolder a{
    color: #5b5b5b;
    font-weight:700;
}
.sbHolder a:hover{
    color: #5b5b5b;
    text-decoration: none;
}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    position: absolute;
    top: 0;
    left: 0;
    right:30px;
    display: block;
    width: auto;
    height: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 30px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: none;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
}
.sbToggle:after{
  content:"";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5b5b5b;
  display: inline-block;
  position:relative;
  top:2px;
}
.sbToggle:hover{
    
}
.sbToggleOpen:after{
    border-bottom: 6px solid #5b5b5b;
    border-top:0;
}
.sbToggleOpen:hover{
    
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #dfdfdf;
    border: 1px solid #d7d7d7;
    list-style: none;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32px;
    width: auto;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0;
    margin:0;
}
.sbOptions a{
    border-bottom: 1px solid #d7d7d7;
    display: block;
    outline: none;
    text-indent: 10px;
    line-height: 30px;
}
.sbOptions a:link, .sbOptions a:visited{
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #00aeef;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/

/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleYearNavContainer a {     
    display: inline-block;      
    padding: 10px;      
    margin-bottom: 5px;     
    background-color: rgba(0,0,0,0.1);      
    color: #000;        
    text-decoration: none;      
}
.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px 0;
}
.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e92e";
    display: inline-block;
    float: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e92e";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".pdf"]:after{
  content: "\e932";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e935";
}
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;   
}

/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}
.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 25px;
}
.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}
.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
}
.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventLatest .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content:  "\e647";
}
.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEventLatest .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Video a:before {
    content: "\e90c";
}
.ModuleEvent .ModuleLinks .Document a:before,
.ModuleEventLatest .ModuleLinks .Document a:before,
.ModuleEventDetails .ModuleLinks .Document a:before {
    content: "\e902";
}
.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
    /*border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 10px;*/
    margin: 10px 0 15px;
}
.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}
.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.ModuleEvent a[class*="q4i-"]:before,
.ModuleEvent i[class*="q4i-"]:before,
.ModuleEventLatest a[class*="q4i-"]:before,
.ModuleEventLatest i[class*="q4i-"]:before,
.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before {
    margin-right:10px;
}
.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}
.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}
.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
    color: #000;
}

/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    padding: 20px 0;
}
.FaqContainer .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.FaqContainer .FaqQuestion {
    font-weight: bold;
}
.FaqContainer .FaqAnswer {
    margin-top: 1rem;
}
.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}

.FaqContainer .FaqAnswer h3{
  font-size:15px;
}

/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}
.q4-annual-module .q4-years-container a,
.q4-annual-module  .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}
.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
}
.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right:10px;
}

/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer {
  margin-bottom: 20px;
}
.FormBuilderContainer .Item {
    margin-bottom: 10px;
}
.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
}
.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}
.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
    vertical-align: middle;
}
.FormBuilderContainer .label-wrap {
    min-width: 175px;
}
.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}
.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}
.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}
.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}
.FormBuilderContainer .CaptchaContainer img {
    width: 100%   
}
.FormBuilderContainer .CaptchaContainer span {
    color: #FF0000;
}
.FormBuilderContainer input[type="submit"] {]
}

/*---------------- Job List ---------------*/

.JobPostingContainer table {
    width: 100%;
}
.JobPostingContainer table td,
.JobPostingContainer table th {
    padding: 10px 5px;
}
.JobPostingContainer .JobPostingGridHeader {
    background-color: rgba(0,0,0,0.1);
}
.JobPostingContainer table .JobPostingGridItem:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.Module_JobPostingDetailsAdvanced table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}
.Module_JobPostingDetailsAdvanced table td:first-child span:after {
    content: ":";
}
.Module_JobPostingDetailsAdvanced table input {
    border: none;
}
.Module_JobPostingDetailsAdvanced .Label_Summary,
.Module_JobPostingDetailsAdvanced .Text_Body {
    display: inline-block;
}
.Module_JobPostingDetailsAdvanced .Label_Summary {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.Module_JobPostingDetailsAdvanced .LinkButton_Apply,
.JobApplicationAdvancedContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.JobApplicationAdvancedContainer table,
.JobApplicationAdvancedContainer textarea {
    width: 100%;
}
.JobApplicationAdvancedContainer table td {
    padding: 5px 0;
}
.JobApplicationAdvancedContainer table td[colspan="4"] > span {
    display: block;
    padding: 10px 0;
}
.JobApplicationAdvancedContainer input[type="file"] {
    line-height: 1rem;
}

/*--------- Mailing List Modules ----------*/

div.subscribe-text {
    margin-bottom: 0;
}
.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
    width: 100%;
    max-width: 450px;
    margin: 10px 0;
}
.MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
    padding: 5px 0;
}
.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}
.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 0;
}
.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 90% !important;
}
.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}
.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}
.MailingListSignupContainer table table {
    margin: 0;
}
.MailingListSignupContainer .NoBr {
    display: none;
}
.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {
}
.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

/*-------------- Person List --------------*/

.PersonGenericContainer .PersonContainer {
    margin-bottom: 25px;
}
/*.PersonGenericContainer .PersonDetailsContainer > div {
    vertical-align: middle;
}*/
.PersonGenericContainer .PersonPhoto img,
.PersonGenericDetailsContainer .PersonDetailsImageContainer img {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 1rem;
}
.PersonGenericContainer h3,
.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
/*.PersonGenericContainer .PersonDescription > span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer > span {
    line-height: 200%;
}*/
/*@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto,
    .PersonGenericContainer h3 {
        text-align: center;
    }
}*/

/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}
.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}
.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}
.ModulePresentation .PresentationLinks {
    display: inline-block;
}
.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}
.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0,0,0,0.1);
}
/* Overwrite FileSize of Default Document Link */
.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}
.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}
.ModulePresentation .DocumentFileLink {
    font-size: 0;
}
@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}

/*--------- Press Release Modules ---------*/

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 10px;
}
.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate {
    display: inline-block;
    margin-bottom: 10px;
}

.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
  margin-bottom: 10px;
}
.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}
.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 25px;
}
.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
    font-size: 2rem;
}
.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    margin: 1rem 0;
    line-height: 1.5rem;
}
div.prDetails .PageDefaultInner .PaneContent{
    width: auto;
    padding: 20px;
    margin-right:-20px;
}
div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display:none;
}
div.prDetails a{
  word-break : break-word;
}
.ModulePressReleaseDetails ul {
    list-style: inside;
}
.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}
.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}

/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}

/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 45px;
}
.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}
.SearchResultsContainer .SearchResultUrl {
    display:none;
}
.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}
.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

/*----------- SEC Filing Modules ----------*/

.RegulatoryFilingContainer .FormGroupsContainer,
.RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}
.RegulatoryFilingContainer .FormGroupsContainer select {
}
.RegulatoryFilingContainer .FormGroupsContainer input {
}
.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
}
.RegulatoryFilingContainer .ModuleHeader > span,
.RegulatoryFilingContainer .ModuleItemRow > span,
.RegulatoryFilingContainer .ModuleItemRow > a,
.RegulatoryFilingContainer .ModuleItemRow > ul,
.ModuleSECFilingDetails .ModuleContentContainer > div {
    padding: 10px;
}
.RegulatoryFilingContainer .ModuleHeader > span {
    background-color: rgba(0,0,0,0.1);
}
.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}

/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}

/*---------- Stock Quote Modules ----------*/

.StockQuoteContainer .StockPage,
.StockQuoteContainer .ModuleContainerInnerTop ul li,
.stock-historical ul li,
.stock-historical .stock-selects {
    padding: 10px;
}
.StockQuoteContainer .StockPage,
.stock-historical .stock-selects {
    background-color: rgba(0,0,0,0.1);
}
.stock-historical .stock-selects > span,
.stock-historical .stock-selects > select,
.stock-historical .stock-selects > div {
    margin-right: 10px;
}
.stock-historical .stock-selects button {
    border: 1px solid #fff;
}
.stock-historical .stock-selects button.disabled {
    /*opacity: 0.5;*/
    cursor: default;
}
.stock-historical li span {
    margin: 5px 0;
}
.StockQuoteContainer ul li:nth-child(4n),
.StockQuoteContainer ul li:nth-child(4n+3),
.stock-table ul li.alt {
    /*background-color: rgba(0,0,0,0.05);*/
}
.StockQuoteContainer p {
    padding: 10px 0;
    font-size: 13px;
    text-align: right;
}
.StockQuoteContainer p span {
    margin-left: 10px;
}
@media screen and (max-width: 500px) {
    .stock-historical li span {
        margin: 5px 0;
    }
    .stock-historical .stock-selects > span,
    .stock-historical .stock-selects > div,
    .stock-historical button,
    .stock-historical select {
        display: block;
        margin: 5px 0;
    }
}

/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}
.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
    vertical-align: top;
}
.StockQuoteHeaderContainer .StockChange {
    display: none;
}
.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}
.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}
.StockQuoteHeaderContainer .StockPriceDown {
    color: #FF0000;
}
.StockQuoteHeaderContainer .StockPriceUp {
    color: #00FF00;
}
.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    margin-left: 5px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 10px;
}
@media screen and (max-width: 1024px) {
    .StockQuoteHeaderContainer .StockDate,
    .StockQuoteHeaderContainer .StockVolumeText,
    .StockQuoteHeaderContainer .StockVolume {
        display: none;
    }
}


/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}
.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}
.q4-atc-wrapper .q4-atc-inner {
}
.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}
.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}
.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}
.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}
.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: "\e914";
}
.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: "\e916";
}
.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: "\e915";
}
.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}
.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}

/*----- Committee Composition Table -----*/

.committee-composition .person-header,
.committee-composition .person-item > div {
    padding: 15px 5px;
}
.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}
.committee-composition .person-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.committee-composition .person-category[class*="active"] .person-header i:before {
    content: "\e650";
} 

/*.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}*/
.committee-composition .person-bio {
  text-align: left;
}
.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.committee-composition .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 rgba(0,0,0,0.1);
}

#events-calendar.loading {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#events-calendar .controls {
    display: table;
    width: 100%;
}
#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 20px 0;
}
#events-calendar .controls .month,
#events-calendar .controls .year {
    width: 70%;
    font-size: 24px;
}
#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button,
#events-calendar .controls .clndr-previous-year-button,
#events-calendar .controls .clndr-next-year-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}
#events-calendar .days-container {
    position: relative;
}
#events-calendar .day-header, #events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
}
#events-calendar .day.adjacent-month, #events-calendar .empty.adjacent-month {
    opacity: .5;
    background-color: transparent;
}
#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
#events-calendar .day.event, #events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
    background-color: #FFC36A;
}
#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
}
#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#latest-events .ModuleEvent .date {
    width: 90%;
    margin: 0 auto;
    padding:  5%;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}
#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}
#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}
#latest-events .ModuleEvent > ul {
    padding: 10% 5%;
}
#latest-events .AddToCalendar a {
  color: #000;
}

@media screen and (max-width: 768px) {
    #events-calendar, #latest-events {
        display: inline-block;
    } 
}

/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 30px;
}
.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
  width: 100%;
}
.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}
.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}
.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}
.fancybox-inner .CaptchaContainer img {
  border: 1px solid #ddd;
}
.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    background-color: rgba(0,0,0,0.1);
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*------- Financial Quarterly Widget ------*/

.q4-quarterly-widget .q4-items-container {
    display: none;
}
.q4-quarterly-widget .q4-year-container i {
    margin-left: 10px;
}
.q4-quarterly-widget .q4-financial-container.active .q4-year-container i:before {
    content: "\e604";
}
.q4-quarterly-widget .q4-year-container span,
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}
.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
}
.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}
.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e902";
}
.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e90b";
}

/*-------- Financial Table Widget ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text {
    background-color: rgba(0,0,0,0.1);
}
/* Slick Overwrite */
.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display:  inline-block;
}
.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}
.financial-table .financial-document-category,
.financial-table .financial-year-list .slick-list,
.financial-table .financial-category-text {
  padding: 20px;
}
.financial-table .financial-documents span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(15, 92, 163);
    margin: 5px 2px;
    text-align:  center;
    line-height: 35px;
    color: #fff;
}
.financial-table .financial-documents span.empty {
    opacity: 0.1;
}
.financial-table .financial-documents span a {
    color: #fff;
}
.financial-table .slick-slide:focus {
    outline: none;
}
.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}
.financial-table .financial-year-list .slick-arrow {
/*    width: 50px;
    height: 60%;*/
}
.financial-table .financial-year-list .slick-prev {
    left: 0;
    border-right: 1px solid #fff;
}
.financial-table .financial-year-list .slick-next {
    right: 0;
    border-left: 1px solid #fff;
}
.financial-table .financial-year-list .slick-list {
    margin: 0 30px;
}
.financial-table .financial-document-list .slick-list {
    margin: 0 50px;
}

@media screen and (max-width: 480px) {
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
    }
}

/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}

/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.slider .spacer {
    display: block;
    padding-top: 21.875%; /* Image (height / width * 100) */
    width: 100%;
}
.slider .content-container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 100%;
    padding: 20px 50px;
    max-width:  1200px;
}
.slider .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px; 
}

@media screen and (max-width: 1200px) {
    .slider .slider-item {
        height: auto;
    }
    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}


/*-----------------------------------------*\
------------- HTML Specific Parts -----------
\*-----------------------------------------*/

/*---------- Default Table Style ----------*/
.FaqContainer .ModuleItemRow table{
  font-size:13px;
}
.custom-table ,
.FaqContainer .ModuleItemRow table{
    width: 100%;
    background-color: #fff;
}


.custom-table thead,
.custom-table th,
.FaqContainer .ModuleItemRow table thead,
.FaqContainer .ModuleItemRow table th {
    font-weight:600;
    color:#fff;
    text-transform: uppercase;
    background: #00aeef;
}

.custom-table td,
.custom-table th{
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #e1e3e6;
}
.custom-table th{
  vertical-align: middle;
  text-align: center;
}
.FaqContainer .ModuleItemRow table td,
.FaqContainer .ModuleItemRow table th{
  padding:5px;
  text-align: left;
  border-bottom: 1px solid #e1e3e6;
}

.custom-table tbody tr:nth-child(even) {
    
}
.custom-table th span,
.custom-table td span {
    padding: 0;
}
@media screen and (max-width: 768px) {
  .responsiveTable{
    overflow-x:scroll; 
  }
}


/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}
@media screen and (max-width: 768px) {
    .table-to-cards thead,
    .analyst-coverage thead {
        display: none;
    }
    .table-to-cards tr td:before,
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
     .table-to-cards tr td:before,
     .table-to-cards tr td span{
      display:table-cell;
      padding:10px 20px;
     }
    .table-to-cards tr,
    .table-to-cards td{
      display:block;
    }
    .table-to-cards td{
      width:100%;
      display:table;
    }
    .table-to-cards tr{
      border-bottom: 1px solid #e1e3e6;
    }
    .table-to-cards td{
      border:none;
    }
}

/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}
.HtmlTextContainer ul ul {
    margin-left: 1rem;
}
.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/

/*-------------- Global Styles ------------*/

/* Genetal */
body {
    font-family: "Open Sans",sans-serif;
    background: #f0f0f0;
    font-size: 15px;
    line-height: 1.45;
    color: #5b5b5b;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5 {
  font-weight:700;
  text-transform:uppercase;
  line-height: 1.2;
  margin-bottom:15px;
  margin-top:20px;
}
h1 {
  font-size:60px;
}
h2 {
  font-size:38px;
}
h3 {
  font-size:24px;
}
h4 {
  font-size:24px;
}
h5 {
  font-size:15px;
}
h3,h4,h5{
  margin-bottom:10px;
  color: #00aeef;
}


}
h6 {
  font-size:12px;
}
p {
  margin-top:0;
  margin-bottom:10px;
}
a, a:visited {
    text-decoration: none; 
    color: #00aeef;
}
a:hover{
  text-decoration: underline;
}
img {
    max-width: 100%;
}
ul{
  padding-left:20px;
}
ul.no-margin{
  margin:0;
}
ul li{
  margin-bottom:10px;
}
ul.no-margin li{
  margin:0;
}

input[type="text"], 
input[type="submit"], 
input[type="file"],  
button, 
textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

select {
    /*background-image: url('../design/triangle.png');*/
    background-color: #dedede;
    background-repeat: no-repeat;
    background-position: right center;
    padding:5px;

    font-weight:600;
    color:#5b5b5b;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

sup{
  position: relative;
  font-size: 75%;
  top: -0.5em;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container{
    max-width:980px;
    margin:0 auto;
    padding:0 20px;
}

.text-center{
  text-align: center;
}

.mb45{
  margin-bottom:45px;
}
.mb20{
    margin-bottom:20px;
}
.mb0{
  margin-bottom:0;
}
.mt0{
  margin-top:0;
}
.pad0{
  padding:0;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}

.ModuleViewAllLink,
.btn-arrow,
.btn-arrowAlt{
  display: inline-block;
  font-weight:700;
  text-decoration: none;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  position:relative;
  padding-right:23px;
}
.btn-arrowAlt{
  padding-right:0;
}
.ModuleViewAllLink:hover,
.btn-arrow:hover,
.btn-arrowAlt:hover{

  text-decoration: none;
}
.ModuleViewAllLink:after,
.btn-arrow:after{
  font-family: 'q4icons';
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  line-height: 23px;
  position: absolute;
  top:0;
  right:0;
  font-size:15px;
}

.btn-arrowLink{
  display: inline-block;
  text-decoration: none;
  line-height:24px;
  position: relative;
  vertical-align: top;
}
.btn-arrowLink:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 15px;
  line-height: 24px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
}
.btn-arrowLink:hover:after{
  text-decoration: underline;
}

.btn-arrowAlt:after{
  font-family: 'q4icons';
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size:15px;
  line-height: 23px;
  margin-left:10px;
}
.btn-arrow.white{
  color:#fff;
}
.btn-arrowAlt.white{
  color:#fff;
}


/*.text-module h2{
  font-size:24px;
}
.text-module h3{
  font-size:24px;
  color: #0093d0;
}
.text-module h4 {
  font-size:16px;
}
.text-module h5 {
  font-size:15px;
}*/

.module .ModuleOuterContainer > h2{
  font-weight:700;
  font-size:15px;
  text-transform: uppercase;
  line-height: 1.1;
  color:#00aeef;
  margin-bottom:25px;
  margin-top:0;
}
.biggerModuleTitle .ModuleOuterContainer > h2{
    font-size: 24px;
}
@media screen and (max-width: 768px) {
  .module .ModuleOuterContainer > h2{
    padding:0 20px;
  }
}

.downloadList .ModuleItemRow{
  position:relative;
  padding:15px 30px 15px 0;
}
.downloadList .ModuleHeadlineLink:after{
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    line-height: 30px;
    margin-top: -15px;
}

.linkIcon:hover{
  text-decoration: none;
}
.linkIcon:hover > span{
  text-decoration: underline;
}
.linkIcon span,
.linkIcon i{
  vertical-align: middle
}
.linkIcon i{
  line-height: 1;
  font-size:20px;
  margin-left:10px;
}


/*-------------- Global Header ------------*/

/*.LayoutOneColumn .PaneRight{
    display:none;
}*/


.LayoutDefault,
.LayoutDefaultInner{
  overflow-x:hidden; 
}


.HeaderContainer{
    height:170px;
    background-image:url('../design/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*position:relative;*/
}

.PaneHeader{
  text-align: right;
  line-height: 1;
  padding-top:18px;
}
@media screen and (max-width: 1023px) {
  .PaneHeader{
    text-align:left; 
    background:#000;
    padding:20px 16px 20px;
    position:relative;
  }
  .PaneHeader .container{
    padding:0;
  }
  
}
@media screen and (max-width: 768px) {
  .HeaderContainer{
    background:none;
    height:auto;
  }
/*  .PaneHeader2{
    background-image:url('../design/mobile-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height:300px;
    overflow-x:hidden; 
  }*/
}

.toggle-mobile{
    display:none;
    cursor:pointer;
    padding: 12px;
    margin-top: -11px;
    margin-bottom: -12px;
    margin-left: -12px;
}
.toggle-mobile .ModuleOuterContainer{
    background-image:url('../design/menu-toggle.png');
    background-repeat: no-repeat;
    width:21px;
    height:17px;
    vertical-align: top;
}
.mobile-toggled .toggle-mobile .ModuleOuterContainer{
  background-position:-21px 0;
}

@media screen and (max-width: 1023px) {
  .toggle-mobile{
    display:inline-block;
  }
}


div.header-links{
  display: inline-block;
  padding-right:15px;
  vertical-align: top;
  text-align: left;
}
ul.header-links{
  margin:0;
  padding:0;
  list-style: none;
}
ul.header-links li{
  display:inline-block;
  padding: 0 3px 0 8px;
  border-left:1px solid #fff;
  margin-bottom:0;
}
ul.header-links li:first-child{
  border-left:none;
}
ul.header-links li a,
.header-link2 ul li a{
  color:#fff;
  font-size:14px;
  line-height: 1;
  display:block;
}
.header-link2 ul li a.extern{
    margin-right:16px;
    position:relative;
}
.header-link2 a.extern-org .ext-icon{
  background-image: url('../design/external-link-orange.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
}

/*ul.header-links li a:hover,
.header-link2 ul li a:hover{
  text-decoration: none;
}*/
ul.header-links li.active{
  font-weight:700;
  padding-left:6px;
  padding-right:1px;
}
ul.header-links li a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  div.header-links{
    display:none;
  }
}


.header-link2{
  display:inline-block;
  margin-right:15px;
  vertical-align: top;
  text-align: left;
}
.header-link2 ul{
  margin:0;
  padding:0;
  list-style: none;
}
.header-link2 ul li{
  display:inline-block;
  padding:0 5px;
  margin-bottom:0;
}
.header-link2 ul li:first-child{
  padding-right:0;
}
.header-link2 ul li.dropdown{
  position:relative;
}
.header-link2 ul li .extern:after{
  content:"";
  width:10px;
  height:9px;
  background-image:url('../design/external-link.png');
  background-repeat: no-repeat;
  display: inline-block;
  /*margin-left: 4px;*/
  /*vertical-align: top;*/
  position:absolute;
  top:1px;
  right:-15px;
}
.header-link2 ul li.dropdown:hover .submenu{
    display:block;
}

.header-link2 ul li.dropdown > a,
.header-link2 ul li.dropdown-lang > a{
  position:relative;
  margin-right:13px;
  cursor:pointer;
}
.header-link2 ul li.dropdown > a:after,
.header-link2 ul li.dropdown-lang > a.lang-dropdown:after{
  content:"";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top:-2px;
}
.header-link2 ul li.dropdown-lang > a.lang-dropdown{
  padding-right:20px;
  padding-bottom:4px;
  font-size:11px;
  background:url('../design/en-flag-round.png') no-repeat right top transparent;
  position:relative;
  font-weight:700;
  margin-right:0;
}
.header-link2 ul li.dropdown-lang > a.lang-dropdown:hover{
    text-decoration: none;
}
.header-link2 ul li.dropdown-lang > a.lang-dropdown:after{
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top:-4px;
}
@media screen and (max-width: 1023px) {
  .header-link2 ul li.dropdown-lang > a.lang-dropdown:after{
    margin-top:-3px;
  }
}

.header-link2 .submenu{
  display:none;
  position:absolute;
  background: rgba(0,0,0,0.8);
  z-index:10;
  padding: 10px;
  min-width: 200px;
  top:15px;
  left:7px;
}
.header-link2 .dropdown-lang .submenu{
  width:660px;
  right:-120px;
  left:auto;
  padding: 10px 10px 10px 30px;

}

@media screen and (min-width: 1023px) {
  .header-link2 ul li.dropdown-lang:hover .submenu{
    display:block;
  }
}
.header-link2 .dropdown-lang .submenu li{
  padding:5px 0;
  display:block;
  line-height: 1;
}
.header-link2 .dropdown .submenu li{
  padding:7px 0;
  display:block;
}
.header-link2 .submenu li a{
  font-size:12px;
  line-height: 17px;
  color:#fff;
  display: block;
}
.header-link2 .dropdown-lang .submenu li a{
  font-size:15px;
  display: inline-block;
  line-height: 20px;
}
.header-link2 .dropdown-lang .submenu li a .ext{
  padding-right:15px;
  background-image: url('../design/ext-icom-lg.png');
  background-repeat: no-repeat;
  background-position:center center;
  width:14px;
  height:13px;
  display: inline-block;
}
.header-link2 .dropdown-lang .submenu li a .ext .element-invisible{
  display:none;
}

.header-link2 ul li.dropdown-lang{
    position:relative;
}


@media screen and (max-width: 1023px) {
  .header-link2 ul li{
    display:none;
  }
  .header-link2 ul li.dropdown-lang{
    display: inline-block;
    padding:0 0 0 4px;
    position:static;
  }
  .header-link2 ul li.dropdown-lang > a.lang-dropdown{
    font-size:20px;
    line-height: 1;
    padding-right:30px;
    background:url('../design/en-flag.png') no-repeat right center transparent;
    padding-bottom:0;
  }
  .header-link2 ul li.dropdown-lang > a.lang-dropdown:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    right:-17px;
  }
  .header-link2 ul li.dropdown-lang .submenu{
    left:0;
    right:0;
    width:auto;
    text-align: center;
    top:60px;
    padding:15px;
  }
  .header-link2 ul li.dropdown-lang.open .submenu{
    display:block;
  }
  
}


.corporate-search{
  display:inline-block;
  vertical-align: top;
  margin-right:5px;
  margin-top:-1px;
}
.corporate-search .ModuleContentContainer{
  position:relative;
}
.corporate-search input[type="text"]{
  border:1px solid #fff;
  color:#fff;
  background:none;
  font-size: 11px;
  padding: 0 18px 0 5px;
  height: 20px;
  width:90px;
  font-family: Arial, sans-serif;
}

.corporate-search input[type="submit"]{
  color:#fff;
  border:none;
  background:none;
  padding:0;
  font-family: 'q4icons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:absolute;
  right:0;
  top:0;
  height: 19px;
  width: 17px;
  line-height: 18px;
  font-size: 9px;
  font-weight:600;
  cursor:pointer;
  font-size:0;
  background-image:url('../design/search-submit.png');
  background-repeat:no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .corporate-search{
    background:#000;
    position: absolute;
    left: 58px;
    top: 15px;
    padding:5px 0;
    display:none;
  }
  .mobile-toggled .corporate-search{
    display:block;
  }
  .corporate-search input[type="text"]{
    width:174px;
    height:24px;
  }
  .corporate-search input[type="submit"]{
    font-weight:bold;
    font-size:15px;
    right:3px;
    background: none;
    top:2px;
  }
}




.ClientLogo{
  display:inline-block;
  float:left;
  margin-top:-8px;
}
.ClientLogo img{
  height:49px;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .ClientLogo{
    margin:0;
    position:absolute;
    top:12px;
    right:16px;
  }
  .ClientLogo img{
    height:35px;
  }
}

.corporate-navigation{
  float:left;
  padding-left:4px;
  padding-top:3px;
}
.corporate-navigation ul{
  margin:0;
  padding:0;
  list-style:none;
}
.corporate-navigation ul li{
  margin-bottom:0;
  line-height: 1;
}
.corporate-navigation .level1 > li > a{
  text-decoration:none;
}

.corporate-navigation .additional-menu,
.corporate-navigation .mobile-nav-links,
.corporate-navigation .mobile-social-links,
.corporate-navigation .mobile-bottom-links{
  display:none;
}
.corporate-navigation .additional-menu a,
.corporate-navigation .mobile-nav-links li a,
.corporate-navigation .mobile-bottom-links li a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  line-height:31px;
  padding:0 0 0 15px;
}
/*.corporate-navigation .investors .level1 a{
  text-transform: uppercase;
}*/
.corporate-navigation .additional-menu .level1 > li,
.corporate-navigation .mobile-nav-links li,
.corporate-navigation .mobile-bottom-links li{
  margin-bottom:20px;
}

.corporate-navigation .additional-menu > .level1 > li.has-children > a{
  background: #5b5b5b;
  position: relative;
}
.corporate-navigation .additional-menu .level2,
.corporate-navigation .additional-menu .level3{
  display:none;
  margin-top:16px;
}
.corporate-navigation .additional-menu .expanded > .level2,
.corporate-navigation .additional-menu .expanded > .level3{
  display:block;
}

.corporate-navigation .additional-menu .level2 > li.has-children > a{
  position:relative;
}
/*.corporate-navigation .additional-menu .level2 > li.has-children > a:after{
    font-family: 'q4icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    display: block;
    line-height: 23px;
    width: 49px;
    text-align: center;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size:30px;
  }
.corporate-navigation .additional-menu .level2 > li.has-children.expanded > a:after{
  content: "\e90b";
}*/
.corporate-navigation .additional-menu .level2 > li{
  margin-bottom:16px;
}
.corporate-navigation .additional-menu .level3 li{
  margin-bottom:16px;
}
.corporate-navigation .additional-menu .level3 li a{
  font-size:14px;
}

.corporate-navigation .additional-menu .investors > .level1{
  margin-top:20px;
  display:none;
}
.corporate-navigation .additional-menu .investors.expanded > .level1{
  display:block;
}
.corporate-navigation .additional-menu .investors > .level1 li.has-children > a{
  position:relative;
}
.corporate-navigation .additional-menu .investors > .level1 li > .level2 a{
  font-size:14px;
}
.corporate-navigation .additional-menu .investors > .level1 li.has-children > a:after{
  background:none;
}
.corporate-navigation .additional-menu .investors > .level1 > li:first-child {
  display:none;
}


.corporate-navigation .mobile-social-links{
  padding:20px 15px;
}
.corporate-navigation .mobile-social-links ul{
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.corporate-navigation .mobile-social-links li{
  display:inline-block;
  margin-right:4px;
}
.corporate-navigation .mobile-social-links li a{
  display:block;
  width:45px;
  height:45px;
  background:#616466;
  color:#fff;
  text-align: center;
  border-radius:100%;
}
.corporate-navigation .mobile-social-links li a:hover{
  text-decoration: none;
}
.corporate-navigation .mobile-social-links li a i{
  display:block;
  line-height: 45px;
  font-size:20px;
}

.main-menu{
  position:relative;
  width:805px;
  margin-left:45px;
}
.main-menu .level1 > li{
  display:inline-block;
  float:left;
}
.main-menu .level1 > li > a{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:40px;
  font-weight:700;
  padding:0 25px;
  position:relative;
  text-transform:uppercase;
}
@media screen and (min-width: 1023px) {
  .main-menu .level1 > li > a:after{
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 7px;
    left: 25px;
    right: 25px;
    height: 3px;
    width: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .main-menu .level1 > li.section-orange > a:after{
    background: #F8971D;
  }
  .main-menu .level1 > li.section-purple > a:after{
    background: #4a245e;
  }
  .main-menu .level1 > li.section-green > a:after{
    background: #7dba00;
  }
  .main-menu .level1 > li.section-blue > a:after{
    background: #0093D0;
  }
  .main-menu .level1 > li.section-red > a:after{
    background: #f26649;
  }
  .main-menu .level1 > li > a:hover:after{
    opacity:1;
  }

  .main-menu .level1 > li:hover > a{
    background: rgba(0,0,0,0.8);
  }
}

.main-menu .mega-menu{
  display:none;
  position:absolute;
  left:0;
  top:100%;
  right:0;
  background: rgba(0,0,0,0.8);
  padding: 25px;
  min-height: 370px;
  z-index:1000;
}
@media screen and (min-width: 1023px) {
  .main-menu .level1 > li:hover .mega-menu{
    display:block;
  }
}
.main-menu .mega-menu a{
  color:#fff;
  font-size:11px;
  display: inline-block;
  line-height: 20px;
}
.main-menu .mega-menu .col{
  width: 31.623931623931625%;
  margin-left: 2.564102564102564%;
  position:relative;
}
.main-menu .mega-menu .grid-no-gutter{
  overflow:hidden;
}
.main-menu .mega-menu .grid-no-gutter .col:first-child{
  margin-left:0;
}
.main-menu .mega-menu .col:before{
  content: '';
  display: block;
  width: 1px;
  height: 800px;
  background: #858585;
  top: 0;
  left: -30px;
  position: absolute;
}

.main-menu .mega-menu .level2{
  margin-bottom:40px;
}
.main-menu .mega-menu .level2 > li a{
  display:block;
}
.main-menu .mega-menu .level2 > li > a{
  text-transform:uppercase;
  font-size:12px;
  font-weight:600;
  margin-bottom:3px;
}

.hot-topics .level3{
  /*margin-top:15px;*/
}

.hot-topics .btn-arrow:after{
    position:static;
    margin-left:10px;
}

.main-menu .mega-menu .hot-topic{
  margin-bottom:15px;
  position:relative;
}
.main-menu .mega-menu .hot-topic img{
  display:block;
  position:relative;
  z-index:1;
}
.main-menu .mega-menu .hot-topic a:first-child{
  position:relative;
  display:inline-block;
}
.main-menu .mega-menu .hot-topic a:first-child:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom,rgba(30,87,153,0) 0%,white 77%);
  z-index:2;
}
.main-menu .mega-menu .hot-topic a + a{
  display:block;
  font-weight: 700;
  font-size:15px;
  line-height: 18px;
  margin-top:-30px;
  position: relative;
  z-index:3;
  padding:0 10px;
  max-width:170px;
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
}
.main-menu .section-orange .mega-menu  .hot-topic a + a{
  color:#F8971D;
}
.main-menu .section-purple .mega-menu  .hot-topic a + a{
  color:#4a245e;
}
.main-menu .section-green .mega-menu  .hot-topic a + a{
  color:#7dba00;
}
.main-menu .section-blue .mega-menu  .hot-topic a + a{
  color:#0093D0;
}
.main-menu .section-red .mega-menu  .hot-topic a + a {
  color:#f26649;
}

.mobile-divider{
  display:none;
  margin: 0 15px 20px;
  height: 1px;
  background: rgba(255,255,255,0.8);

}
/*.main-menu .mega-menu .level3 li.has-children{
  position: relative;
}*/
.main-menu .mega-menu .level3 li.has-children > a{
  padding-right:20px;
}
.main-menu .mega-menu .level3 li.has-children > a:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    /*margin-right: -10px;*/
}
.main-menu .mega-menu .level4{
  visibility: hidden;
  background: rgba(0,0,0,0.8);
  padding: 25px;
  min-height: 370px;
  top: 35px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  left:100%;
  position:absolute;
  z-index:1000;
  width:200px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-menu .mega-menu .level3 li.has-children:hover .level4{
  visibility: visible
}



.corporate-navigation li.has-children > .icon-toggle{
  display:none;
  line-height: 44px;
  width:49px;
  text-align: center;
  background: rgba(255,255,255,0.4);
  position:absolute;
  top:0;
  right:0;
  font-weight:400;
  font-size:30px;
  color:#fff;
  cursor: pointer;
}
.corporate-navigation li.has-children.expanded > .icon-toggle:before{
  content: "\e90b";
}

.corporate-navigation .additional-menu li.has-children > .icon-toggle{
  line-height: 31px;
}
.corporate-navigation .additional-menu .level2 li.has-children > .icon-toggle{
  background: none;
}
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle,
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle,
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle:before,
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle:before{
  line-height: 20px;
  background:none;
  /*display:inline-block;*/
  display: none;
}
.corporate-navigation .additional-menu .investors > .level1 li.has-children > .icon-toggle,
.corporate-navigation .additional-menu .investors > .level1 li.has-children > .icon-toggle:before{
  line-height: 31px;
  background:none;
  display:inline-block;
}

@media screen and (max-width: 1023px) {
  .corporate-navigation{
    position:absolute;
    top:60px;
    left:-105%;
    width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background:rgba(0,0,0,0.8);
    z-index:1000;
  }
  .corporate-navigation li.has-children{
    position:relative;
  }
  .corporate-navigation li.has-children > a{
    padding-right:49px;
  }
  .mobile-toggled .corporate-navigation{
    left:0;
    padding:0;
  }
  .main-menu {
    width: auto;
    margin-left:0;
  }
  .main-menu .level1 > li {
    display: block;
    margin-bottom: 20px;
    float:none;
  }
  .main-menu .level1 > li.section-orange > a{
    background: #F8971D;
  }
  .main-menu .level1 > li.section-purple > a{
    background: #4a245e;
  }
  .main-menu .level1 > li.section-green > a{
    background: #7dba00;
  }
  .main-menu .level1 > li.section-blue > a{
    background: #0093D0;
  }
  .main-menu .level1 > li.section-red > a{
    background: #f26649;
  }
  .main-menu .level1 > li > a{
    font-size:20px;
    font-weight:600;
    line-height:44px;
    padding:0 0 0 15px;
  }
  
  .main-menu .mega-menu{
    position:static;
    padding:0;
    min-height:initial;
    padding:35px 0 0 15px;
    background:none;
  }
  .main-menu .mega-menu .col{
    width:100%;
    margin:0;
  }
  .main-menu .mega-menu .col:before{
    display:none;
  }
  .main-menu .mega-menu .level2{
    margin:0;
  }
  .main-menu .mega-menu .level2 > li{
    margin-bottom:30px;
  }
  .main-menu .mega-menu .level2 > li > a{
    font-size: 16px;
    padding-right:49px;
    display:block;
  }
  .main-menu .mega-menu .level2 > li.has-children > a{
    position:relative;
  }

  .main-menu .mega-menu .level3{
    display:none;
    margin-top:30px;
  }
  .main-menu .mega-menu .level3 > li{
    margin-bottom:30px;
  }
  .main-menu .mega-menu .level3 > li > a{
    font-size:15px;
  }
  .main-menu .expanded > .mega-menu,
  .main-menu .mega-menu .expanded > .level3{
    display:block;
  }


  
  .mobile-divider{
    display:block;
  }
  
  .corporate-navigation .additional-menu,
  .corporate-navigation .mobile-nav-links,
  .corporate-navigation .mobile-social-links,
  .corporate-navigation .mobile-bottom-links{
    display:block;
  }

  .corporate-navigation li.has-children > .icon-toggle{
    display:inline-block;
  }

.main-menu .mega-menu .level2 > li.has-children > .icon-toggle,
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle,
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle:before,
.main-menu .mega-menu .level2 > li.has-children > .icon-toggle:before{
    display:inline-block;
}


}

@media screen and (max-width: 768px) {
  .page-title{
    padding:0 20px;
  }
}
.page-title h2,
.ModuleEventDetails .ModuleDetailHeadline,
.ModulePressReleaseDetails .ModuleDetailHeadline {
  font-weight:700;
  color:#00aeef;
  font-size:24px;
  line-height: 1.2;
  margin-bottom:15px;
  margin-top:0;
}

.backLink{
    margin-bottom:30px;
}

.bg-white .ModuleOuterContainer{
  padding:25px;
  background:#fff;
  margin-bottom:20px;
}
.bg-white.mb0 .ModuleOuterContainer{
  margin-bottom:0;
}

.sidebar-white{
  margin-top:20px;
}
.sidebar-white h2{
  color:#00aeef;
  font-size:18px;
  font-weight:700;
}
.sidebar-white .ModuleOuterContainer{
  background:#fff;
  padding:20px;
}

.sp-title .ModuleOuterContainer > h2{
  background: #00aeef;
  display:inline-block;
  color:#fff;
  text-transform: uppercase;
  font-size:12px;
  font-weight: 700;
  line-height: 20px;
  padding:0 15px;
  position:absolute;
  top:0;
  left:0;
  margin:0;
}
.sp-title .ModuleOuterContainer{
  padding-top:50px;
  position:relative;
}

@media screen and (max-width: 768px) {
  
  .homePage-inv .PaneLeft,
  .homePage-inv .PaneBreadcrumb{
    display:none;
  }

  .sp-title .ModuleOuterContainer{
    padding-top:50px;
  }
}

/*-------------- Global Brecrumb ------------*/
.breadCrumb{
  padding:10px 0 18px;
  font-size:13px;
  font-weight:600;
  color: #5b5d66;
}
.breadCrumb .BreadcrumbHomeLink{
  display:none;
}
.breadCrumb .BreadcrumbHomeLink + .BreadcrumbSeparator{
  display:none;
}
.breadCrumb .BreadcrumbSeparator{
  margin:0 3px;
  float: left;
}
.homePage-inv .breadCrumb{
  font-size:0;
} 
.breadCrumb a{
  color: #5b5d66;
  float: left;
}
.breadCrumb a.breadcrumb-inv-link,
.homePage-inv .breadCrumb a{
  font-size:13px;
  text-transform: uppercase;
}
.breadCrumb a:hover{
  text-decoration: none;
}
.breadCrumb a:link:hover{
  text-decoration: underline;
}

.breadCrumb.mobile{
  padding: 15px 20px;
  background: #fff;
/*  margin-left: -20px;
  margin-right: -20px;*/
  display:none;
}

.breadCrumb:before,
.breadCrumb:after {
    content: " ";
    display: table;
}

.breadCrumb:after {
    clear: both;
}

.breadCrumb.mobile a,
.breadCrumb.mobile .BreadcrumbSeparator{
  color: #5b5d66;
}
.breadCrumb.mobile{
  color: #00aeef;
}

@media screen and (max-width: 768px) {
  .breadCrumb{
    display:none;
  }
  .breadCrumb.mobile{
    display:block;
  }
  .breadCrumb a,
  .breadCrumb .BreadcrumbSeparator{
    float:none;
  }
}

/*-------------- Global PaneRight ------------*/

.PaneRight{
  padding-left:19px;
}
.PaneRight > span > span > div{
  max-width:300px;
  min-height:400px;
}
.PaneRight > span > span > div.sidebar-white,
.PaneRight > span > span > div.hauto{
  min-height: initial;
  min-height: auto;
}
@media screen and (max-width: 1023px) {
  .PaneRight,
  .PaneContent{
    width:100%;
  }

  .PaneRight > span > span > div{
    max-width:100%;
    min-height: initial;
  }
}

.menu-close{
  display:none;
}
.sidebar-box,
.PaneRight .MailingListSignupContainer > .EditSubscriberConfirmation{
  padding:20px 30px;
  background:#00aeef;
  margin-top:20px;
  color:#fff;
  min-height:400px;
}
.sidebar-box .ModuleOuterContainer > h2{
  color:#fff;
  text-transform: uppercase;
  font-size:25px;
  line-height: 1;
  font-weight:700;
  margin-bottom:15px;
}
.sidebar-box a,
.sidebar-box h2,
.sidebar-box h3,
.sidebar-box h4,
.sidebar-box h5{
  color:inherit;
}
.navbar-collapse{
  padding:15px 0 0;
  margin-top:0;
  min-height: 400px;
}
.navbar-collapse ul{
  margin:0;
  padding:0;
  list-style: none;
}
.navbar-collapse ul li{
  margin-bottom:0;
}
.navbar-collapse a{
  color:#fff;
  font-size:15px;
  display:block;
  text-transform: uppercase;
  font-weight:700;
  line-height: 25px;
  padding:11px 30px 11px;
}
.navbar-collapse .selected > a{
  background: #fff;
  color:#00aeef;
}
.navbar-collapse .level1 > li.selected:first-child > a{
  background:none;
  color:#fff;
}
.navbar-collapse a:hover{
  text-decoration: none;
}
/*.navbar-collapse .level1 > li:first-child > a{
  font-size:24px;
}*/
/*.navbar-collapse .level1 > li{
  padding:9px 0;
}
.navbar-collapse .level2 > li{
  padding:5px 0;
}*/
/*.navbar-collapse .level1 > li.has-children.selected,*/
.navbar-collapse .level1 > li.has-children.expanded{
  background:#8ed8f8;
}
.navbar-collapse li.has-children{
    position: relative;
}
.navbar-collapse li.has-children > span{
    display:block;
    height:30px;
    line-height: 30px;
    width:35px;
    color:#fff;
    
    position:absolute;
    top:10px;
    right:0;
    font-weight:400;
    font-size:27px;
    cursor: pointer;
    z-index:2;
    padding-right:10px;
}
.navbar-collapse li.has-children.selected > span{
  color:#00aeef;
}
.navbar-collapse li.has-children > span:after{
    font-family: 'q4icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
}
.navbar-collapse .level1 > li.has-children.expanded > span:after,
.navbar-collapse .level2 > li.has-children.expanded > span:after{
    content: "\e90b";
}
.navbar-collapse .level1 > li.has-children > a,
.navbar-collapse .level2 > li.has-children > a{
  position:relative;
  padding-right:35px;
  padding-left:30px;
}
/*.navbar-collapse .level1 > li.has-children > a:after,
.navbar-collapse .level2 > li.has-children > a:after{
  font-family: 'q4icons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   content: "\e90e";
  position:absolute;
  top:0;
  right:15px;
  font-weight:400;
  font-size:27px;
}
.navbar-collapse .level1 > li.has-children.expanded > a:after,
.navbar-collapse .level1 > li.has-children.selected > a:after,
.navbar-collapse .level2 > li.has-children.expanded > a:after{
  content: "\e90b";
}*/

.navbar-collapse .level2,
.navbar-collapse .level3{
  display:none;
}
/*.navbar-collapse .selected > .level2,*/
.navbar-collapse .expanded > .level2,
/*.navbar-collapse .selected > .level3,*/
.navbar-collapse .expanded > .level3{
  display: block;
}
.navbar-collapse .level2 a{
  text-transform: none;
  font-weight:600;
}
.navbar-collapse .level3 a{
  padding-left:30px;
}
@media screen and (max-width: 1023px) {
  .navbar-collapse{
    display:none;
  }
  .sidebar-quarterly,
  .sidebar-alerts{
    margin-top:2px;
  }
}


.icheckbox{
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 9px;
    border:none;
    cursor:pointer;
    vertical-align: middle;
    background: url("../design/icheck-icon.png") no-repeat;
}
.icheckbox.checked {
    background-position: -23px 0;
}
.icheckbox + label{
    vertical-align: middle;
    cursor: pointer;
    padding-top:5px;
}


.sidebar-alerts .ModuleOuterContainer > h2{
  margin-bottom:35px;
}

.sidebar-alerts ul{
  margin:0;
  padding:0;
  list-style: none;
}
.sidebar-alerts ul li{
  margin-bottom:0;
}
.sidebar-alerts .IntroTextColumn,
.MailingListSignupContainer .sidebar-alerts table td.MailingListCol1{
  display: none;
}
.MailingListSignupContainer .sidebar-alerts table input[type="text"]{
  width:100% !important; 
  font-size:12px;
  color:#fff;
  background:rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
}

.sidebar-alerts .MailingListListTable > tbody > tr:first-child{
  display:none;
}
.sidebar-alerts label{
  text-transform: uppercase;
}

.MailingListSignupContainer .sidebar-alerts table td.MailingListCol2,
.MailingListSignupContainer .sidebar-alerts table{
  margin:0;
}

.MailingListSignupContainer .sidebar-alerts table.MailingListTable{
  margin-bottom:15px;
}

.MailingListSignupContainer input[type="submit"],
.btn,
.historical-calc .stock-selects button,
.fancybox-inner .CaptchaContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"]{
  font-size: 15px;
  font-weight:600;
  color:#fff;
  background:#0093d0;
  text-transform: uppercase;
  border:none;
  cursor:pointer;
  padding: 5px 15px;
}

.sidebar-alerts .GridActions{
  padding-top:10px;
}

.btn:hover{
  text-decoration: none;
}
.btn:visited{
  color:#fff;
}

.error-container{
  margin:5px 0;
  font-size:14px;
  margin:0;
  padding:0;
  list-style: none;
  color: red;
}


.MailingListSignupContainer .sidebar-alerts table input[type="text"]::-webkit-input-placeholder {
   color: #fff;
   opacity:1;
}

.MailingListSignupContainer .sidebar-alerts table input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity:1;  
}

.MailingListSignupContainer .sidebar-alerts table input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity:1;
}

.MailingListSignupContainer .sidebar-alerts table input[type="text"]:-ms-input-placeholder {  
  color: #fff; 
  opacity:1;
}


.MailingListSignupContainer .sidebar-alerts .MailingListListTable table td{
  position:relative;
  padding-left:32px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar-alerts .icheckbox{
  position:absolute;
  left:0;
  top:5px;
}

.PaneRight .MailingListSignupContainer + .EditSubscriberConfirmation{
  display:none;
}


.sidebar-quarterly ul{
  margin:0;
  padding:0;
  list-style: none;
}
.sidebar-quarterly ul li{
  margin-bottom:0;
}
.sidebar-quarterly .heading{
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
}
.sidebar-quarterly li{
  padding:7px 0;
}
.sidebar-quarterly li a{
  color:#fff;
  display: inline-block;
  font-size:15px;
  line-height:18px;
  text-transform: uppercase;
  font-weight:700;
  text-decoration: none;
}
.sidebar-quarterly li a:after{
   font-family: 'q4icons';
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-left:10px;
}
.sidebar-quarterly .items{
  padding-bottom:13px;
}

.sidebar-quarterly .loading{
    display:block;
    margin-bottom:20px; 
}

.mobile-quick-links{
  display:none;
}
.mobile-quick-links h2{
  font-size:31px;
  line-height: 1;
  padding:0 25px;
  font-weight:700;
  margin-bottom:20px;
  margin-top:20px;
}
.mobile-quick-links ul{
  margin:0;
  padding:0;
  list-style: none;
  background:#00aeef;
  padding:25px;
}
.mobile-quick-links ul li{
  padding:10px 0;
  margin-bottom: 0;
}
.mobile-quick-links ul li a{
  font-size:24px;
  line-height: 1.1;
  padding-right:30px;
}
.mobile-quick-links ul li a:after{
  font-size:20px;
  margin-left:12px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .mobile-quick-links{
    display:block;
  }
}

/*-------------- Global Footer ------------*/

.homePage-inv .PaneFooter{
  padding-bottom:50px;
}

.blue-box .ModuleOuterContainer,
.PaneFooter .MailingListSignupContainer .ModuleOuterContainer,
.PaneFooter .MailingListSignupContainer > .EditSubscriberConfirmation{
  background:#dfdfdf;
  color:#5b5b5b;
  padding:20px;
}
.blue-box h2,
.PaneFooter .MailingListSignupContainer h2{
  font-size:24px;
  font-weight:700;
  color:inherit;
  line-height: 1.1;
  margin-bottom:15px;
  margin-top:0;
  text-transform: uppercase;
}
.blue-box ul{
  margin:0;
  padding:0;
  list-style: none;
}
.blue-box ul li{
  margin-bottom:0;
}

.PaneFooter .MailingListSignupContainer{
  width: 33.33333%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.45;
  padding-left: 20px;
  display:inline-block;
  vertical-align: top;
}

.PaneFooter .MailingListSignupContainer + .EditSubscriberConfirmation{
  display:none;
}
.PaneFooter .MailingListSignupContainer .IntroTextColumn,
.PaneFooter .MailingListSignupContainer .MailingListCol1{
  display:none;
}
.PaneFooter .MailingListSignupContainer table td.MailingListCol2{
  margin-bottom:0;
}
.PaneFooter .MailingListSignupContainer table input[type="text"] {
    width: 100% !important;
    font-size: 12px;
    color: inherit;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
}

.PaneFooter .MailingListSignupContainer table input[type="text"]::-webkit-input-placeholder {
   color: #5b5b5b;
   opacity:1;
}

.PaneFooter .MailingListSignupContainer table input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #5b5b5b;
   opacity:1;  
}

.PaneFooter .MailingListSignupContainer table input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #5b5b5b;  
   opacity:1;
}

.PaneFooter .MailingListSignupContainer table input[type="text"]:-ms-input-placeholder {  
  color: #5b5b5b; 
  opacity:1;
}

@media screen and (max-width: 768px) {
  .PaneFooter .MailingListSignupContainer,
  .blue-box{
    width:100%;
    margin-bottom:20px;
  }

}



.footerInvestorContact .btn-arrow{
  padding-right:0;
  color: inherit;
}
.footerInvestorContact .btn-arrow:after{
  position:static;
  margin-left:10px;
}

.global-ql-box h2{
  text-align: center;
  text-transform: uppercase;
  font-size:10px;
  line-height: 15px;
  font-weight: 700;
  position:relative;
  margin-bottom:25px;
}
.global-ql-box h2:after{
  content:"";
  width:100%;
  height:1px;
  background: #878787;
  position:absolute;
  top:50%;
  left:0;
  right:0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
}
.global-ql-box h2 span{
  position:relative;
  z-index:2;
  display:inline-block;
  background: #f0f0f0;
  padding:0 30px;
}
.global-ql-box ul{
  margin:0 0 0 -20px;
  padding:0;
  list-style: none;
}
.global-ql-box ul li{
  height:180px;
  margin-bottom: 0;
}
.global-ql-box ul li .ql-inner{
  height:100%;
  position:relative;
  
  display:table;
  width:100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size:cover;
}

.global-ql-box a.earnings-rel-bg .ql-inner{
  background-image:url('../design/earnings-bg.jpg');
}
.global-ql-box a.earnings-web-bg .ql-inner{
  background-image:url('../design/earnings-webcast-bg.jpg');
}
.global-ql-box a.pre-bg .ql-inner{
  background-image:url('../design/presentation-bg.jpg');
}

.global-ql-box ul li .ql-inner .vertCenter{
  display: table-cell;
  vertical-align: bottom;
  padding:20px 15px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&0+51,0.6+60,0.85+70,1+80 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 51%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,0.6)), color-stop(70%,rgba(255,255,255,0.85)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 51%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 51%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 51%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 51%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.global-ql-box ul li .ql-inner .vertCenter span{
  color:#00aeef;
  font-weight:700;
  font-size:24px;
  line-height: 24px;
  text-transform: uppercase;
  display:inline-block;
  padding-right:20px;
  position:relative;
}
.global-ql-box ul li .ql-inner .vertCenter span i{
  display:inline-block;
  font-size:16px;
  line-height: 26px;
  vertical-align: top;
  margin-right:-15px;
}
@media screen and (max-width: 768px) {
  .global-ql-box{
    display:none;
  }
  .PaneFooter{
    padding-bottom:0;
  }
}


.PaneFooter2{
  border-top: 1px solid #9e9d9d;
  padding-top: 25px;
}
@media screen and (max-width: 1023px) {
  .PaneFooter2{
    display:none;
  }
}


.left-side{
  border-right: 1px solid #9e9d9d;
  padding-bottom: 15px;
  min-height: 200px;
}

.corporate-footer ul{
  margin:0;
  padding:0;
  list-style: none;
}
.corporate-footer ul li{
  line-height: 12px;
  margin-bottom: 0;
}
.corporate-footer ul li a{
  font-size:10px;
  line-height: 12px;
  font-weight:600;
  padding:3px 0;
  color: #5b5b5b;
  display:inline-block;
}
.corporate-footer ul li a.group-title{
  text-transform: uppercase;
  font-weight:700;
  padding:0 0 3px;
  display:block;
}

.corporate-footer .fl-left-col.w16{
  width:16%;
}
.corporate-footer .fl-left-col.w18{
  width:18%;
}
.corporate-footer .fl-left-col.mr1{
  margin-right:1%;
}
.corporate-footer .fl-left-col.mr2{
  margin-right:2%;
}
.corporate-footer .fl-left-col.mr3{
  margin-right:3%;
}

.corporate-footer ul li a.orange{
  color:#f8971d;
}
.corporate-footer ul li a.purple{
  color:#4a245e;
}
.corporate-footer ul li a.green{
  color:#7dba00;
}
.corporate-footer ul li a.blue{
  color:#0093d0;
}
.corporate-footer ul li a.red{
  color:#f26649;
}

.right-side{
  padding-left:45px;
}
.right-side .col-45{
  width:45%;
}
.right-side .col-45.ml7{
  margin-left: 2.564102564102564%;
}

.corporate-footer ul.fl-right-col li a{
  text-transform: uppercase;
}
.corporate-footer ul.fl-right-col.bottom{
  padding-top:10px;
}

.corporate-footer .social-links{
  padding:41px 0 4px;
}
.corporate-footer .social-links li{
  display:inline-block;
  line-height: 1;
  margin-right:5px;
}
.corporate-footer .social-links li a{
  width:26px;
  height:26px;
  display: block;
  border-radius:100%;
  text-align: center;
  line-height: 1;
  color:#fff;
  background:#616466;
  padding:0;
  background-repeat:no-repeat;
  background-size:cover;
}
.corporate-footer .social-links li.youtube a{
  background-image: url('../design/youtube.png');
}
.corporate-footer .social-links li.twitter a{
  background-image: url('../design/twitter.png');
}
.corporate-footer .social-links li.facebook a{
  background-image: url('../design/facebook.png');
}
.corporate-footer .social-links li.linkedin a{
  background-image: url('../design/linkedin.png');
}
.corporate-footer .social-links li.instagram a{
  background-image: url('../design/instagram.png');
}

.corporate-footer .social-links li a span:before{
  line-height: 26px;
  font-size:14px;
}
.corporate-footer .social-links li a:hover{
  opacity:0.9;
  text-decoration: none;
}

.PaneQ4Footer{
  padding-top: 15px;
  padding-bottom: 21px;
}

.footer-logo{
  width:95px;
  display:inline-block;
  vertical-align: middle;
}

.Copyright{
  font-size:10px;
  line-height: 14px;
    padding-left: 15px;
  /*margin-top:5px;*/
  display:inline-block;
  width:calc(100% - 100px);
  vertical-align: middle;
}
.Copyright br{
  display:block;
}
@media screen and (max-width: 1023px) {
  .footer-logo,
  .Copyright{
    vertical-align: middle;
  }

  .Copyright{
    font-size:8px;
    line-height: 11px;
    margin-top:0;
  }
  .Copyright br{
    display:none;
  }
}

.Q4FooterContainer{
  padding:10px 0;
  text-align: center;
}
.Q4FooterContainer a{
  font-size:11px;
}


/*-------------- HOME PAGE ------------*/
.home-news .RssLinkTopContainer{
  display: none;
}
.home-news .ModuleItemRow{
  margin-bottom:20px;
  padding-right:12px;
}
.home-news .ModuleDate{
  margin-bottom:5px;
}

.home-news .ModuleHeadlineLink{
    font-size:18px;
    line-height: 1.2;
}
.home-news .ModuleHeadlineLink:after,
.featured-event .ModuleHeadlineLink:after{
   font-family: 'q4icons';
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-left:10px;
  display:inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
}

.featured-event .ModuleViewAllLink {
    padding-left:20px;
}

.home-news .ModuleHeadlineLink:after{
  margin-right:-13px;
}

.featured-event .ModuleNotFound > span{
  padding-bottom:10px;
  display:inline-block;
}

.featured-event i.q4i-icon-calendar {
    display: none;
}

.top-event .FinancialContainer li{
  display: none;
}


.our-strategy{
  margin-bottom:20px;
}
.our-strategy:not(.viatris) .img-bg{
  height:180px;
  /*background-image:url('../design/2020/GettyImages-1030862318.jpg');*/
      background-image:url('../images/2020/09/VaccineFeatureLead.jpg');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  
}

.viatris .img-bg{
 /* height:180px;
 background-image:url('../design/2020/image001.jpg'); 
  background-color: #fff; */
  background-repeat: no-repeat;
   background-position:center center;
  background-size: cover;
}

.our-strategy .content-container{
  padding:90px 25px 25px;
  margin-top:-100px;


  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,1) 30%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0.8)), color-stop(30%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,1) 30%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,1) 30%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,1) 30%); /* IE10 preview */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.our-strategy h2{
  color:#00aeef;
  font-weight:700;
  font-size:24px;
  line-height: 1;
  margin:0;
}




.featured-event .ModuleYearNavContainer{
  display:none;
}
.featured-event ul{
  margin:0;
  padding:0;
  list-style: none;
}
.featured-event ul li{
  margin-bottom:0;
}

.featured-event .ModuleDateContainer span{
  display:inline-block;
  margin-right:3px;
}

.featured-event .ModuleYearNavContainer a,
.featured-event .ModuleSpeakers li, 
.featured-event .WebcastLink a, 
.featured-event .PressRelease a, 
.featured-event .ModuleLinks a, 
.featured-event .presentation a, 
.featured-event .FinancialReport a, 
.featured-event .AddToCalendar{
  padding:0;
  background:none;
  text-decoration: none;
  color: #00aeef;
  font-weight:700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif !important;
}
.featured-event .AddToCalendar a{
  color: #00aeef;
}
.featured-event a[class*="q4i-"]:before{
  display:none;
}
.featured-event .AddToCalendar a:after,
.featured-event .WebcastLink a:after, 
.featured-event .PressRelease a:after, 
.featured-event .ModuleLinks a:after, 
.featured-event .presentation a:after, 
.featured-event .FinancialReport a:after{
  font-family: 'q4icons';
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-left:10px;
  display:inline-block;
  vertical-align: top;
  font-size:15px;
}
.featured-event .ModuleItemRow{
  margin-bottom:0;
}
.ModuleEventLatest .q4-atc-inner,
.ModuleEventLatest .calendarList li{
  display: none;
}

.slideshare{
    width:100%;
}
.slideshow{
    position: relative;
    padding-bottom:55%;
    height:0;
    overflow: hidden;
    max-width:100%;
}
.slideshow iframe,
.slideshow object,
.slideshow embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.featured-presentation .ModuleOuterContainer{
  padding-bottom:25px;
  min-height:400px;
}
.featured-presentation h2{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom:15px;
  color: #00aeef;
} 
.featured-presentation .slideshare{
  margin-bottom:22px;
}
.featured-presentation .slideshow{
  padding-bottom: 49.1%;
}
.featured-presentation .viewAll{
  float:right;
}
@media screen and (max-width: 767px) {
  .featured-presentation .slideshow{
    padding-bottom:84%;
  }
}
@media screen and (max-width: 479px) {
  .featured-presentation .viewAll{
    float:none;
  }
   .featured-presentation .btn-arrow{
    display:block;
   }
   .featured-presentation .btn-arrow:after{
    position:static;
    margin-left:10px;
    vertical-align: top;
   }

   .featured-presentation .slideshow{
    padding-bottom:89%;
  }
}



.sidebar-stock {
  background:#fff;
  padding:25px;
  margin-top:20px;
}
.home-stock .ModuleOuterContainer > h2{
  font-size:18px;
}
.sidebar-stock .ModuleOuterContainer > h2{
  font-size:18px;
  color:#00aeef;
  margin-top:0;
}
.home-stock ul,
.sidebar-stock ul{
  margin:0;
  padding:0;
  list-style: none;
  position:relative;
}
.home-stock ul li,
.sidebar-stock ul li{
  margin-bottom:0;
}
.home-stock .StockPage,
.home-stock .volume,
.home-stock .dayLow,
.home-stock .todayOpen,
.home-stock .previous,
.home-stock .PriceLabel,
.home-stock .ChangeLabel,
.home-stock .StockIndicator,
.sidebar-stock .StockPage,
.sidebar-stock .volume,
.sidebar-stock .dayLow,
.sidebar-stock .todayOpen,
.sidebar-stock .previous,
.sidebar-stock .PriceLabel,
.sidebar-stock .ChangeLabel,
.sidebar-stock .StockIndicator{
  display:none;
}
.home-stock .ChangeLabel + .ChangeLabel,
.sidebar-stock .ChangeLabel + .ChangeLabel{
  display:inline-block;
  color:#fff;
  font-weight:700;
  font-size:20px;
  line-height: 20px;
  padding-top: 10px;
  margin-left: 10px;
}
.sidebar-stock .ChangeLabel + .ChangeLabel{
  color:#00aeef;
}
.home-stock .ChangeLabel + .ChangeLabel:before,
.sidebar-stock .ChangeLabel + .ChangeLabel:before{
  content:"";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  
  display: inline-block;
  vertical-align: middle;
}
.home-stock .ChangeLabel + .ChangeLabel.StockPriceDown:before{
  border-top: 10px solid #fff;
}
.sidebar-stock .ChangeLabel + .ChangeLabel.StockPriceDown:before{
  border-top: 10px solid #00aeef;
}

.home-stock .ChangeLabel + .ChangeLabel.StockPriceUp:before{
  border-bottom: 10px solid #fff;
}
.sidebar-stock .ChangeLabel + .ChangeLabel.StockPriceUp:before{
  border-bottom: 10px solid #00aeef;
}

.home-stock .col,
.sidebar-stock .col{
  width:auto;
}
.home-stock .price-label,
.sidebar-stock .price-label{
  font-size:0;
  margin-bottom:15px;
}
.sidebar-stock .price-label,
.sidebar-stock .change{
  display:inline-block;
}
.home-stock .Price,
.sidebar-stock .Price{
  font-size:60px;
  line-height: 1;
  display:inline-block;
  font-weight:700;
  color: #fff;
  margin-bottom:15px;
}

.home-stock .Price:before,
.sidebar-stock .Price:before{
    content:'$';
    font-size:30px;
    position:relative;
    top:-0.7em;
    margin-right:5px;
}

.home-stock .price-label,
.home-stock .change{
  display:inline-block;
}
.home-stock .change{
    position:absolute;
    top:0;
    right:0;
}
@media screen and (max-width: 1023px) {
  .home-stock .change{
    position:static;
  }
}

.sidebar-stock .Price{
  color:#5b5b5b;
}
.home-stock ul li:nth-child(4n), 
.home-stock ul li:nth-child(4n+3),
.sidebar-stock ul li:nth-child(4n), 
.sidebar-stock ul li:nth-child(4n+3){
  background:none;
}

.home-stock .pchange,
.home-stock .dayHigh,
.home-stock .wk-52-high,
.home-stock .wk-52-low,
.sidebar-stock .pchange,
.sidebar-stock .dayHigh,
.sidebar-stock .wk-52-high,
.sidebar-stock .wk-52-low{
  display:block;
  width:100%;
}
.home-stock .dayHigh,
.home-stock .wk-52-low,
.sidebar-stock .dayHigh,
.sidebar-stock .wk-52-low{
  margin-bottom:15px;
}

.home-stock .StockPriceUp,
.home-stock .StockPriceDown,
.home-stock .StockData.High,
.home-stock .WeekHigh,
.home-stock .WeekLow,
.sidebar-stock .StockPriceUp,
.sidebar-stock .StockPriceDown,
.sidebar-stock .StockData.High,
.sidebar-stock .WeekHigh,
.sidebar-stock .WeekLow{
  font-weight:600;
  margin-left:3px;
}

.home-stock .wk-52-high,
.home-stock .wk-52-low,
.home-stock .dayHigh,
.sidebar-stock .wk-52-high,
.sidebar-stock .wk-52-low,
.sidebar-stock .dayHigh{
  font-size:0;
}
.home-stock .wk-52-high span,
.home-stock .wk-52-low span,
.home-stock .dayHigh span,
.sidebar-stock .wk-52-high span,
.sidebar-stock .wk-52-low span,
.sidebar-stock .dayHigh span{
  font-size:14px;
}

.home-stock .dayHigh .StockData:before,
.home-stock .wk-52-high .StockData:before,
.home-stock .wk-52-low .StockData:before{
  content: "$"
}

.home-stock .bottom-date,
.sidebar-stock .bottom-date{
  clear:both;
  text-align: left;
  margin:0;
  padding:0;
}
.home-stock .bottom-date span.StockTableTextLabel,
.sidebar-stock .bottom-date span{
  display:none;
}
.home-stock .bottom-date span{
  display: block;
  margin:0 0 10px 0;
}
.home-stock .top-date,
.sidebar-stock .top-date{
  font-size:15px;
  margin-bottom:10px;
}

.home-stock .btn-arrow{
  color:#fff;
}

.sidebar-stock .todayOpen,
.sidebar-stock .previous{
  display:block;
}

.sidebar-stock .bottom-date span + span{
  display:block;
  margin:0;
}

.become-informed h2{
  color: #00aeef;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 15px 0;
}
.become-informed ul{
  margin:0;
  padding:0;
  list-style: none;
}
.become-informed ul li{
  margin-bottom:0;
  display:inline-block;
  margin-right:15px;
}
.become-informed .ModuleOuterContainer{
  padding-top: 270px;
  background-image: url('../design/become-informed.jpg');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.become-informed .ModuleInnerContainer{
  padding: 90px 25px 25px;
  margin-top: -100px;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 25%, rgba(255,255,255,1) 40%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0.8)), color-stop(40%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 25%,rgba(255,255,255,1) 40%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 25%,rgba(255,255,255,1) 40%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 25%,rgba(255,255,255,1) 40%); /* IE10 preview */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 25%,rgba(255,255,255,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


}

.PaneContentInner{
  padding-bottom:120px;
}
@media screen and (max-width: 1023px) {
  .home-stock .pchange,
  .home-stock .dayHigh{
    padding-right:50%;
  }
  .home-stock .wk-52-high,
  .home-stock .wk-52-low{
    padding-left:50%;
  }
  .home-stock .wk-52-high{
    margin-top:-56px;
  }
}

@media screen and (max-width: 768px) {
  .PaneContentInner{
    padding:30px 0;
  }
  .homePage-inv .PaneContentInner{
    padding:0;
  }
  .container{
    padding:0;
  }
  .bg-white .ModuleOuterContainer,
  .our-strategy,
  .featured-presentation{
    margin-bottom:0;
  }

  .our-strategy,
  .home-stock,
  .become-informed{
    border-top:31px solid #00aeef;
  }
  .become-informed ul li{
    display:block;
  }

  .sp-title .ModuleOuterContainer{
    padding-top:0;
  }
  .sp-title .ModuleOuterContainer > h2{
    position:static;
    display:block;
    margin-left:-25px;
    margin-right:-25px;
    margin-bottom:20px;
    font-size:21px;
    line-height: 1;
    padding:5px 20px;
  }
}

@media screen and (max-width: 380px) {
  .sp-title .ModuleOuterContainer > h2{
    font-size:13px;
  }
}


/*-------------- QUARTERLY REPORTS PAGE ------------*/

.quarters-tabs ul,
.quarter-downloads ul{
  margin:0;
  padding:0;
  list-style: none;
}
.quarters-tabs ul li,
.quarter-downloads ul li{
  margin-bottom:0;
}
.quarters-tabs .items{
  margin-left:-12px;
}
.quarters-tabs .items li{
  float:left;
  width:25%;
  padding-left:12px;
}
.quarters-tabs .items li a{
  display:block;
  line-height: 60px;
  color:#9b9b9b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background:#d6d7d7;
}
.quarters-tabs .items li a.active{
  color:#fff;
  background:#00aeef;
  font-weight:700;
}

.latest-earnings{
  float:left;
  width:65%;
  
  min-height: 1px;
}
.latest-related{
  float:left;
  width:35%;
  padding-left:20px;
}

.module-not-found{
  display:none;
}

.latest-earnings .item,
.quarter-downloads .item{
  display:none;
}
.latest-earnings .item.active,
.quarter-downloads .item.active{
  display:block;
}
.quarter-downloads .item li{
  background:#00aeef;
  padding:5px 15px;
  margin-bottom:8px;
}
.quarter-downloads .item li .btn-arrow{
  color:#fff;
  display:block;
}
.quarter-downloads .item li .btn-arrow:after{
  float:right;
}
.latest-earnings h3,
.latest-related h3{
  font-size:15px;
  color:#00aeef;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom:10px;
  margin-top:0;
}
.latest-related h3{
  margin-bottom:50px;
}

.subtitle{
    font-size: 15px;
    color: #00aeef;
    text-transform: uppercase;
    line-height: 1.2;
}

.quarters-tabs{
  margin-bottom:12px;
}

.quarter-content{
  background:#fff;
  padding:30px;
}

.latest-earnings .items{
  overflow: hidden;
}
.latest-earnings .items .item{
  overflow:hidden;
}

.btn-underline{
  font-weight:600;
  text-decoration: underline;
}

.latest-earnings .item .body {
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 25px;
}
.latest-earnings .item .body ul{
  list-style: none;
}
.latest-earnings .item .body ul li{
  margin-bottom:0;
  padding-bottom:10px;
  position: relative;
}
.latest-earnings .item .body ul li:before{
  content: '';
  display: inline-block;
  position:absolute;
  width:7px;
  height:7px;
  background: #00aeef;
  top:9px;
  left:-15px;
  border-radius:50%;
}

.latest-earnings .item .body h1,
.latest-earnings .item .body h2,
.latest-earnings .item .body h3{  
  font-size:18px;
  color: #00aeef;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom:10px;
  margin-top:10px;
}

@media screen and (max-width: 767px) {
  .latest-earnings,
  .latest-related{
    float:none;
    width:100%;
    padding-left:0;
  }
  .latest-earnings{
    padding-bottom:30px;
  }
  .quarter-downloads .item li{
    max-width:220px;
  }
}
@media screen and (max-width: 480px) {
  .quarters-tabs .items li{
    float:none;
    width:100%;
    margin-bottom:10px;
  }
}



.fin-table .slick-arrow{
  width:35px;
  height:60px;
  background-color:#00aeef;
  border:none;
  text-align: center;
  z-index: 2;
}

.fin-table .slick-arrow.slick-disabled{
/*  opacity:0.7;*/
  cursor:default;
}
.fin-table .slick-arrow.slick-prev{
  left:0;
}
.fin-table .slick-arrow.slick-next{
  right:0;
}
.fin-table .slick-arrow.slick-prev:before,
.fin-table .slick-arrow.slick-next:before{
    color:#fff;
    opacity:1;
    display: block;
    line-height: 60px;
}
.fin-table .slick-arrow.slick-prev:before{
  content: "\e900";
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fin-table .slick-arrow.slick-next:before{
  content: "\e900";
}

.financial-table .financial-year-list{
  background:none;
  z-index:1;
  width:100%;
  overflow: hidden;
}
.financial-table .slick-track{
  overflow: hidden;
}

.financial-table .financial-year-list .slick-list{
  padding:0;
  margin:0 38px;
}

.fin-table .financial-year{
  padding:0 3px;
  background-clip: content-box;
  background-color:#d6d7d7;
  color:#9b9b9b;
  height:60px;
  line-height: 60px;
  cursor: pointer;
}
.fin-table .financial-year.active{
  background-color:#00aeef;
  color:#fff;
  font-weight: 600;
}
.fin-table .financial-table-header{
  margin-bottom:12px;
  position:relative;
  overflow: hidden;
}

.fin-table .financial-table-content{
  background:#fff;
}

.fin-table .financial-table .financial-category-text{
  padding:10px 0;
  font-size:12px;
  text-align: center;
  text-transform: uppercase;
  background:none;
  font-weight:600;
}
.fin-table .financial-table .financial-category-text.revenues,
.fin-table .financial-table .financial-category-text.statements,
.financial-category-row.revenues,
.financial-category-row.statements{
  display: none;
}
.fin-table .fin-header{
  border-bottom:1px solid #f0f0f0;
}
.fin-table .financial-documents span{
  width:100%;
  height:auto;
  background: none;
  margin:0;
  color:#0093d0;
  font-weight:600;
  text-align: center;
}
.fin-table .financial-documents span.empty{
  opacity:0;
}
.financial-table .financial-documents span a{
  color:#0093d0;
}
.financial-table .financial-documents span a:hover{
  text-decoration: none;
}

.fin-table .financial-documents{
  display:none;
  padding:20px 0;
}
.fin-table .financial-documents.active{
  display:block;
}

.fin-table .fin-mobile-label{
  display:none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}


.fin-other{
  background:#fff;
  margin-top:10px;
  min-height: 0px;
}
.fin-other .cat {
  padding:0 15px;
}
.fin-other .press,
.fin-other .presentation,
.fin-other .sec,
.fin-other .transcript,
.fin-other .webcast{
  display:none;
}

.fin-other .cat{
  padding-bottom:10px;
}
/*.fin-other .cat .year.active{
  display:block;
}*/

.fin-other .cat h5{
  display:none;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  font-weight: 600;
  color: #5b5b5b;
  border-bottom: 1px solid #f0f0f0;
  margin:0 0 10px 0;
  padding:10px 15px;
  margin-left:-15px;
  margin-right:-15px;
}
.fin-other .cat.revenues h5{
  display:block;
}



.fin-other .cat .year-list a{
  color: #0093d0;
  font-weight: 600;
  display:inline-block;
  margin:0 5px;
}



@media screen and (max-width: 767px) {
  .fin-table .fin-header{
    display:none;
  }
  .financial-category-row{
    width:100%;
    border-top: 1px solid #f0f0f0;
  }
  .financial-table-content .fin-header + .financial-category-row{
    border-top:none;
  }
  .fin-table .fin-mobile-label,
  .fin-table .mobile-category-text{
    display:inline-block;
  }
  .fin-table .fin-mobile-label{
    width:120px;
  }
  .fin-table .mobile-category-text{
    line-height: 35px;
  }
  .fin-table .financial-documents span{
    width:auto;
    margin:0 5px;
  }
  .fin-table .financial-documents{
    padding:0;
  }
  .fin-table .financial-documents.active{
    display:inline-block;
  }
  .financial-table .financial-document-list{
    width:auto;
  }
  .fin-table .financial-table-content{
    padding:15px;
  }
}
@media screen and (max-width: 480px) {
  .financial-table .financial-documents span{
    display:inline-block;
  }
}


/*-------------- EVENTS PAGE ------------*/


#event-container{
  color:#333;
  position:relative;
}
#events-calendar, #latest-events {
    display: block;
    width: 100%;
    padding: 0;
}
#events-calendar .controls{
  background:#00aeef;
  color:#fff;
  text-align: center;
}

#events-calendar .controls div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 11px 0;
}
#events-calendar .controls .month,
#events-calendar .controls .year{
  width:auto;
  min-width: 125px;
}
#events-calendar .controls .clndr-previous-button, 
#events-calendar .controls .clndr-next-button,
#events-calendar .controls .clndr-previous-year-button,
#events-calendar .controls .clndr-next-year-button{
  width:auto;
  padding-right:20px;
  padding-left:20px;
}
#events-calendar .days-container{
  background:#fff;
  border-width:0 1px 1px 1px;
  border-style:solid;
  border-color:#e1e3e6;
}
#events-calendar .day.adjacent-month, 
#events-calendar .empty.adjacent-month {
    opacity: 0;
    background-color: transparent;
}
#events-calendar .days-container .days .day.today, 
#events-calendar .days-container .days .empty.today{
  background:none;
}
#events-calendar .days-container .days .day.today span, 
#events-calendar .days-container .days .empty.today span{
  background:#e8e8e8;
  color:#333;
}
#events-calendar .day.event, 
#events-calendar .empty.event{
  background:none;
  cursor: default;
}
#events-calendar .day.event span, 
#events-calendar .empty.event span{
  cursor:pointer;
  background: #00aeef;
  color:#fff;
  border-radius: 2px;
}
#events-calendar .day.event.health span, 
#events-calendar .empty.event.health span{
  background:#71d1e1;
}
#events-calendar .day.event.quarterly span, 
#events-calendar .empty.event.quarterly span{
  background:#7dba00;
}

#events-calendar .day-header{
  padding: 17px 0;
}
#events-calendar .day{
 /* padding: 12px 0;*/
  background:transparent;
  padding:4px;
}
#events-calendar .day > span{
  display:block;
  line-height: 36px;
  max-width:50px;
  margin:0 auto;
}
.event-tags{
  padding:20px 0;
  margin-bottom:20px;
  background:#fff;
  border-width: 0 1px 1px 1px; 
  border-style: solid; 
  border-color: #e1e3e6;
}
.tag-color{
  display:inline-block;
  width:25px;
  height:25px;
  vertical-align: middle;
}
.investor-events .tag-color{
  background: #00aeef;
}
.healthcare-conferences .tag-color{
  background: #71d1e1;
}
.quarterly-earnings .tag-color{
  background: #7dba00;
}
.tag-name{
  display: inline-block;
  vertical-align: middle;
  font-size:13px;
}
.ev-tag{
  text-align: center;
}

#latest-events {
    border: none;
    min-height: 0;
}
#latest-events .ModuleEvent{
  background:#fff;
  border:1px solid #d7d7d7;
  padding:20px;
  display:none;
  position:absolute;
  width:70%;
  height:auto;
  margin:0 auto;
  left:0;
  right:0;
  top:calc(50% + 28px);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#latest-events .ModuleEvent.active{
  display:block;
}
#latest-events .ModuleEvent .close-icon{
  text-align: right;
}
#latest-events .ModuleEvent .close-popup{
  display:inline-block;
  color:#6e6e6f;
  line-height: 1;
  padding:5px 10px;
  cursor:pointer;
}
#latest-events .ModuleEvent .date{
  width:auto;
  padding:0;
  text-align: left;
  border:none;
  font-weight:600;
}

#latest-events .ModuleEvent > ul,
#latest-events ul{
  padding:0;
  margin:0;
  padding:0;
  list-style:none;
}
#latest-events .ModuleEvent > ul > li,
#latest-events ul li{
  margin-bottom:0;
}
.ModuleEvent .ModuleHeadlineLink{
  color: #00aeef;
  text-decoration: underline;
  padding:0;
  background:none;
  text-transform: uppercase;
  font-weight:700;
  font-size:15px;
}
#latest-eventst .ModuleEvent .ModuleHeadlineLink{
  margin-top:5px;
}

.home-news .ModuleHeadlineLink,
.featured-event .ModuleHeadlineLink{
  font-size:24px;
  font-weight:700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display:inline;
}

#latest-events .ModuleEvent > ul > li div,
#latest-events .ModuleEvent > ul > li ul{
  display:inline;
}

#latest-events .ModuleEvent .ModuleYearNavContainer a, 
#latest-events .ModuleEvent .WebcastLink a, 
#latest-events .ModuleEvent .PressRelease a, 
#latest-events .ModuleEvent .ModuleLinks a, 
#latest-events .ModuleEvent .presentation a, 
#latest-events .ModuleEvent .FinancialReport a, 
#latest-events .ModuleEvent .ModuleMore a,
#latest-events .ModuleEvent .AddToCalendar,
#latest-events .AddToCalendar a{
  color: #00aeef;
  /*text-decoration: underline;*/
  padding:0;
  background:none;
  /*text-transform: uppercase;*/
  /*font-weight:700;*/
  margin-right:30px;
  display:inline-block;
}

#latest-events .ModuleEvent .ModuleYearNavContainer a:hover, 
#latest-events .ModuleEvent .WebcastLink a:hover, 
#latest-events .ModuleEvent .PressRelease a:hover, 
#latest-events .ModuleEvent .ModuleLinks a:hover, 
#latest-events .ModuleEvent .presentation a:hover, 
#latest-events .ModuleEvent .FinancialReport a:hover, 
#latest-events .ModuleEvent .ModuleMore a:hover,
#latest-events .AddToCalendar a:hover{
    text-decoration: underline;
}

#latest-events .ModuleEvent .AddToCalendar i{
  display:none;
}

#latest-events .ModuleEvent .ModuleYearNavContainer a:before, 
#latest-events .ModuleEvent .WebcastLink a:before, 
#latest-events .ModuleEvent .PressRelease a:before, 
#latest-events .ModuleEvent .ModuleLinks a:before, 
#latest-events .ModuleEvent .presentation a:before, 
#latest-events .ModuleEvent .FinancialReport a:before, 
#latest-events .ModuleEvent .ModuleMore a:before{
  display:none;
}
#latest-events .ModuleEvent > ul li ul li{
  display:inline-block;
}

@media screen and (max-width: 1024px) {
  .grid-no-gutter .ev-tag{
    margin-bottom:10px;
    text-align: left;
    padding-left:20px;
  }
}
@media screen and (max-width: 767px) {
  #latest-events .ModuleEvent{
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    top:0;
    min-height: 100%;
    width:auto;
  }
  
}
@media screen and (max-width: 600px){
    #events-calendar .controls div{
        padding:3px 0;
    }
}




.ev-pg ul,
.ModuleEventDetails ul{
  margin:0;
  padding:0;
  list-style: none;
}
.ModuleEventLatest .calendarList,
.ModuleEventDetails .calendarList{
  display:none;
}
.ev-pg ul li,
.ModuleEventDetails ul li{
  margin-bottom:0;
}
.upcoming-events .ModuleYearNavContainer{
  display:none;
}
.upcoming-events .ModuleItemRow{
  margin-bottom:30px;
}
.upcoming-events .ModuleDateContainer span,
.event-archive .ModuleDateContainer span,
.presentation-event .ModuleDateContainer span{
  font-weight:600;
  margin-bottom:0;
}
.upcoming-events .ModuleDateContainer .ModuleTime{
  display:none;
}
.ModuleEventDetails .ModuleDateContainer > span {
    display:inline-block;
    font-weight: 600;
}
.upcoming-events .ModuleHeadlineLink,
.event-archive .ModuleHeadlineLink,
.presentation-event .ModuleHeadlineLink{
  display:inline;
  margin:0;
}
.upcoming-events .ModuleHeadlineLink:after,
.event-archive .ModuleHeadlineLink:after,
.presentation-event .ModuleHeadlineLink:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aeef;
  margin-left:10px;
  display:inline-block;
  text-decoration: none !important;
}
.upcoming-events .ModuleHeadlineLink:hover:after,
.event-archive .ModuleHeadlineLink:hover:after,
.presentation-event .ModuleHeadlineLink:hover:after{
  text-decoration: underline;
}
.upcoming-events .ModuleLocation,
.event-archive .ModuleLocation,
.presentation-event .ModuleLocation{
  display:block;
}

.upcoming-events .ModuleSpeakers .q4i-icon-member{
  display:none;
}

.ev-pg .ModuleSpeakers,
.upcoming-events .ModuleSpeakers{
  margin-bottom:10px;
}
.upcoming-events .ModuleSpeakers:empty{
  margin-bottom: 0;
}
.upcoming-events .ModuleSpeakers p{
  margin:0;
}

.upcoming-events .ModuleLocation{
  margin-top:10px;
}

.ev-pg .headline{
  margin-bottom: 10px;
  margin-top: 10px;
}


.ev-pg .ModuleSpeakers li, 
.ev-pg .WebcastLink a, 
.ev-pg .PressRelease a, 
.ev-pg .ModuleLinks a, 
.ev-pg .presentation a, 
.ev-pg .FinancialReport a, 
.ev-pg .AddToCalendar, 
.ev-pg .ModuleMore a,
.ev-pg .AddToCalendar a,
.ModuleEventDetails .ModuleSpeakers li, 
.ModuleEventDetails .WebcastLink a, 
.ModuleEventDetails .PressRelease a, 
.ModuleEventDetails .ModuleLinks a, 
.ModuleEventDetails .presentation a, 
.ModuleEventDetails .FinancialReport a, 
.ModuleEventDetails .AddToCalendar, 
.ModuleEventDetails .ModuleMore a,
.ModuleEventDetails .AddToCalendar a{
  color: #00aeef ;
  /*text-decoration: underline;*/
  padding:0;
  background:none;
  /*text-transform: uppercase;*/
  font-weight:400 ;
  margin-right:30px;
}

.ev-pg .WebcastLink a:hover, 
.ev-pg .PressRelease a:hover, 
.ev-pg .ModuleLinks a:hover, 
.ev-pg .presentation a:hover, 
.ev-pg .FinancialReport a:hover, 
.ev-pg .ModuleMore a:hover,
.ev-pg .AddToCalendar a:hover,
.ModuleEventDetails .WebcastLink a:hover, 
.ModuleEventDetails .PressRelease a:hover, 
.ModuleEventDetails .ModuleLinks a:hover, 
.ModuleEventDetails .presentation a:hover, 
.ModuleEventDetails .FinancialReport a:hover, 
.ModuleEventDetails .ModuleMore a:hover,
.ModuleEventDetails .AddToCalendar a:hover{
    text-decoration: underline;
}



.ev-pg .ModuleSpeakers li{
  text-decoration: none;
}
.ModuleEventDetails .ModuleSpeakers li:before, 
.ModuleEventDetails .WebcastLink a:before, 
.ModuleEventDetails .PressRelease a:before, 
.ModuleEventDetails .ModuleLinks a:before, 
.ModuleEventDetails .presentation a:before, 
.ModuleEventDetails .FinancialReport a:before, 
.ModuleEventDetails .ModuleMore a:before,
.ModuleEventDetails .AddToCalendar a:before{
    display:none;
}
.ModuleEventDetails .AddToCalendar i{
    display:none;
}

.event-archive .ModuleYearNavContainer a{
  padding:0;
  display:block;
  margin-bottom:0;
  background-color:transparent;
  color:inherit;
  text-decoration: none;
}
.event-archive .ModuleYearNavContainer{
  display:inline-block;
  margin-bottom:30px;
}
.event-archive .ModuleYearNavContainer label{
  display:block;
  text-transform: uppercase;
  padding-left:10px;
  padding-bottom: 5px;
}
.event-archive .ModuleYearNavContainer .sbHolder{
  width:140px;
}
.ev-pg .AddToCalendar i{
  display:none;
}
.ev-pg .ModuleYearNavContainer a:before, 
.ev-pg .WebcastLink a:before, 
.ev-pg .PressRelease a:before, 
.ev-pg .ModuleLinks a:before, 
.ev-pg .presentation a:before, 
.ev-pg .FinancialReport a:before, 
.ev-pg .ModuleMore a:before{
  display:none;
}

.recent-presentation .slideshow{
  padding-bottom: 81.5%;
}

.event-archive .tags-list{
  margin:0 0 20px -12px;
  padding:0;
  list-style: none;
}
.event-archive .tags-list li{
  display:inline-block;
  float:left;
  vertical-align: top;
  height:72px;
  width:25%;
  padding-left:12px;
  text-align: center;
}
.event-archive .tags-list li div{
  height:100%;
  width:100%;
  display:table;
}
.event-archive .tags-list li span{
  display:table-cell;
  width:100%;
  vertical-align: middle;
  background:#d6d7d7;
  color:#9b9b9b;
  text-transform: uppercase;
  height:100%;
  cursor:pointer;
  padding: 15px 10px;
  font-size: 14px;
}
.event-archive .tags-list li.active span{
  background:#00aeef;
  color:#fff;
  font-weight: 600;
}

.presentation-event{
  padding-top:25px;
}


.presentation-event .WebcastLink a, 
.presentation-event .PressRelease a, 
.presentation-event .ModuleLinks a, 
.presentation-event .presentation a, 
.presentation-event .FinancialReport a, 
.presentation-event .ModuleMore a,
.presentation-event .AddToCalendar a{
  margin-right:30px;
}

.past-events .FinancialReport > span,
.current-year-events .FinancialReport > span{
  display:none;
}
.past-events .FinancialReport > span.Release,
.past-events .FinancialReport > span.Presentation,
.past-events .FinancialReport > span.Transcript,
.past-events .FinancialReport > span.Webcast{
  display:inline;
}

.past-events .ModuleOuterContainer > h2{
    font-size:24px;
}

.current-year-events .FinancialReport > span.Release,
.current-year-events .FinancialReport > span.Presentation,
.current-year-events .FinancialReport > span.Transcript,
.current-year-events .FinancialReport > span.Webcast{
  display:block;
}

.current-year-events .ModuleEvent .ModuleHeadlineLink{
    color:#fff;
}

.current-year-events .ModuleSpeakers li, 
.current-year-events .WebcastLink a, 
.current-year-events .PressRelease a, 
.current-year-events .ModuleLinks a, 
.current-year-events .presentation a, 
.current-year-events .FinancialReport a, 
.current-year-events .AddToCalendar, 
.current-year-events .ModuleMore a, 
.current-year-events .AddToCalendar a{
  color:#fff;
  /*text-decoration: underline;*/
  padding: 0;
  background: none;
  /*text-transform: uppercase;*/
  /*font-weight: 700;*/
  margin-right:0;
  display: block;
}

.current-year-events .headline + span{
  display:block;
}

.current-year-events .ModuleHeadlineLink:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #fff;
  margin-left: 10px;
  margin-right:-20px;
  display: inline-block;
  text-decoration: none !important;
}

.current-year-events .ModuleDateContainer span {
    font-weight: 600;
    margin-bottom: 0;
}

.current-year-events .headline{
  position:relative;
  padding-right:35px;
}
.current-year-events .toggle-documents{
  display: block;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 27px;
  cursor: pointer;
}
.current-year-events .toggle-documents:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";

}
.current-year-events .open .toggle-documents:after{
  content: "\e90b";
}

.current-year-events .ModuleItemRow .documents{
  display:none;
}
.current-year-events .ModuleItemRow.open .documents{
  display:block;
}

.current-year-events .loading{
  padding-top:10px;
}

.current-year-events .ModuleOuterContainer > h2{
    font-size: 18px;
    margin-bottom: 35px;
}
.current-year-events.mobile{
    display:none;
    margin-bottom:45px;
}
.current-year-events .loading{
    display:none;
}
@media screen and (max-width: 1023px) {
    .current-year-events.desktop{
        display:none;
    }
    .current-year-events.mobile{
        display: block;
    }
}

@media screen and (max-width: 767px) {
  .upcoming-events .ModuleItemRow{
    width:100%;
    margin-bottom: 25px;
  }
  .event-archive .tags-list li{
    width:100%;
    float:none;
    margin-bottom:10px;
    height:40px;
  }

  .presentation-event .WebcastLink a, 
  .presentation-event .PressRelease a, 
  .presentation-event .ModuleLinks a, 
  .presentation-event .presentation a, 
  .presentation-event .FinancialReport a, 
  .presentation-event .ModuleMore a,
  .presentation-event .AddToCalendar a{
    margin-right:25px;
  }

  .ev-pg .ModuleSpeakers li, 
  .ev-pg .WebcastLink a, 
  .ev-pg .PressRelease a, 
  .ev-pg .ModuleLinks a, 
  .ev-pg .presentation a, 
  .ev-pg .FinancialReport a, 
  .ev-pg .AddToCalendar, 
  .ev-pg .ModuleMore a,
  .ev-pg .AddToCalendar a{
    margin-right:25px;
  }

}

/*-------------- Annual Reports PAGE ------------*/

.ArchivedAnnual .years{
  margin-bottom:20px;
}
.ArchivedAnnual .annual-title{
  font-size:18px;
  margin-bottom:15px;
}
.ArchivedAnnual .docs{
  margin:0;
  padding:0;
  list-style: none;
}
.ArchivedAnnual .docs a{
  /*position:relative;
  padding-left:30px;
  display:inline-block;*/
}
/*.ArchivedAnnual .docs a:before{
  font-family: 'q4icons' !important;
  content: "\e908";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display:inline-block;
  margin-right:10px;
  font-size:20px;
  line-height: 22px;
  vertical-align: middle;
  position:absolute;
  left:0;
  right:0;
}*/
/*.ArchivedAnnual .docs a[href$=".pdf"]:before{
  content: "\e90d";
} */

.ArchivedAnnual .document-links a{
  display:inline-block;
}

.ArchivedAnnual .document-links .separator:last-child{
  display:none;
}

.ArchivedAnnual .document{
  margin-bottom:10px;
}
@media screen and (max-width: 767px) {
  .ArchivedAnnual .document-links a{
    font-size:13px;
  }
}

/*-------------- SEC Filings PAGE ------------*/

.sec-filters .years{
  margin-right: 20px;
 
}
.sec-filters .years,
.sec-filters .category{
  display:inline-block;
   margin-bottom: 15px;
}
.sec-filters .category .sbHolder{
  width:230px;
}
.sec-filters label{
  min-width:40px;
  display:inline-block;
}

.ModuleSECFilingDetails ul,
.sec-filings ul{
  margin:0;
  padding:0;
  list-style: none;
}
.ModuleSECFilingDetails ul li,
.sec-filings ul li{
  margin-bottom:0;
}
.sec-filings .header, 
.sec-filings .item{
  display:table;
  width:100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.sec-filings .header{
  background:#fff;
  color:#b0b0b0;
  font-weight:600;
  border-bottom: 1px solid #e1e3e6;
}

.sec-filings .header > *, 
.sec-filings .item > *{
  display: table-cell;
  padding:10px 15px;
  vertical-align: top;
}

.sec-filings .item > * {
    border-bottom: 1px solid #e1e3e6;
}

.sec-filings .header .date, 
.sec-filings .item .date {
    width:20%;
}
.sec-filings .header .type, 
.sec-filings .item .type {
    width: 10%;
}
.header span.issuer, 
.items span.issuer {
    width: 25%;
}


.sec-filings .header .description, 
.sec-filings .item .description{
    width: 25%;
    text-transform: capitalize;
}
.sec-filings .header .download, 
.sec-filings .item .download {
    width: 20%;
}

.sec-filings .items{
  background:#fff;
}
.sec-filings .download li{
  display:inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.sec-filings .download li:last-child{
  margin-right:0;
}
.ModuleSECFilingDetails .Icons li a:hover{
    text-decoration: none;
}
.sec-filings .download 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;
  font-size: 30px;
  line-height: 30px;
}
.ModuleSECFilingDetails .Icons li i{
    font-size:30px;
}
.sec-filings .download a{
  position:relative;
}
.sec-filings .download a .tooltip{
  position: absolute;
  top: -30px;
  right: 50%;
  display: none;
  background: #00aeef;;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
  margin-right: -15px;
}
.sec-filings .download a .tooltip:after{
  content:'';
  position:absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #00aeef;
  bottom:-5px;
  left:50%;
  margin-left:-2px;
}
.sec-filings .download a:hover .tooltip{
  display:block;
}
.sec-filings .download a:hover{
  text-decoration: none;
}
.sec-filings .download a.RTF:before {
  content: "\e933";
}
.sec-filings .download a.CONVPDF:before {
  content: "\e932";
color: #BA0000;
}
.sec-filings .download a.XLS:before {
  content: "\e935";
color: #00B239;
}
.sec-filings .download a.XBRL_HTML:before {
   content: "\e92e";
color: #7E7E7E;
}
.sec-filings .download a.XBRL:before {
  content: "\e936";
color: #DF8700;
}

.sec-filings .items > .msg,
.sec-filings .items > .loading{
    padding:10px 15px;
}

.ModuleSECFilingDetails .ModuleContentContainer > div{
    padding:0;
}

.pagination{
  font-size:13px;
  padding:5px 0;
}
.pagination .showing{
  float:left;
}
.pagination .pager{
  float:right;
}
.pagination .pager > span{
  cursor:pointer;
}
.pagination .pager-next{
  margin-left:10px;
} 
.pager-disabled{
  visibility: hidden;
}

.mobile-label{
  display: none;
}

.sec-filings .RssLinkTopContainer a{
  display:inline-block;
  vertical-align: top;
  line-height: 30px;
}
.sec-filings .RssLinkTopContainer a:hover{
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .sec-filings .sec-filters{
    position:relative;
    padding-right:20px;
  }
  .sec-filings .sec-filters .RssLinkTopContainer{
    position:absolute;
    top:0;
    right:0;
  }
 
}
@media screen and (max-width: 768px) {
  .sec-filings .sec-filters .RssLinkTopContainer{
    right:20px;
  }
  .sec-filings .sec-filters{
    padding-right:40px;
    padding-left:20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-filings .header{
    display:none;
  }
  .sec-filings .item{
    display:block;
    border-bottom: 1px solid #e1e3e6;
  } 
  .sec-filings .item .date,
  .sec-filings .item .type,
  .sec-filings .item .description,
  .sec-filings .item .download {
      display:table;
      width:100%;
      border:none;
  }
  .sec-filings .item .text{
    display:table-cell;
    padding:10px 15px;
  }
  .mobile-label{
    display:table-cell;
    width:110px;
    padding:10px 15px;
  }
}

@media screen and (max-width: 360px) {
   .sec-filings .sec-filters .category .sbHolder{
      margin-right: -20px;
    }
}

/*-------------- Investor News PAGE ------------*/

.news-widget .items{
  margin-top: 25px;
}
.ModulePressReleaseDetails .ModuleDateContainer > span,
.news-widget .ModuleDate{
  font-weight: 600;
}

.ModulePressReleaseDetails p,
.ModulePressReleaseDetails span,
.ModulePressReleaseDetails b{
  background:none !important;
}

.ModulePressReleaseDetails #bwbodyimg{
  width:auto !important;
}

.ModulePressReleaseDetails a{
  word-break: break-word;
}

.news-widget .ModuleHeadlineLink{
  color: #5b5b5b;
}
.news-widget .ModuleHeadlineLink:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aeef;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none !important;
}
.news-widget .ModuleItemRow {
    margin-bottom: 25px;
}
.news-widget .RssLinkTopContainer a{
  display: inline-block;
  line-height: 30px;
}
.news-widget .RssLinkTopContainer a:hover{
  text-decoration: none;
}

.news-header{
  position:relative;
  padding-right:20px;
}
.news-header .RssLinkTopContainer{
  position:absolute;
  top:0;
  right:0;
}

.news-widget .ModuleHeadline{
    padding-right:20px;
  }
  .news-widget .ModuleHeadlineLink:after{
    margin-right:-25px;
  }

@media screen and (max-width: 768px) {
  .news-header{
    padding:0 40px 0 20px;
  }
  .news-header .RssLinkTopContainer{
    right:20px;
  }
  
}



/*-------------- Stock Information PAGE ------------*/

.stock-quote ul{
  margin:0;
  padding:0;
  list-style: none;
}
.stock-quote ul li{
  margin-bottom:0;
}
.stock-quote .StockPage{
  color:#b0b0b0;
  font-weight:600;
  padding:15px 20px;
  font-size:15px;
  background: #fff;
  margin-bottom:0;
  border-bottom:1px solid #e1e3e6;
  display:none;
}
.stock-quote .StockQuoteLookup + ul{
  background:#fff;
}
.stock-quote .StockQuoteLookup + ul li{
  border-bottom:1px solid #e1e3e6;
  padding:10px 20px;
  text-align: right;
}

.stock-quote .StockQuoteLookup + ul li > span:first-child{
  float:left;
}

@media screen and (max-width: 767px) {
  .stock-quote p span{
    display:block;
  }
}



.stock-chart .highcharts-range-selector{
  box-sizing:content-box;
}


.historical-calc{
  background:#fff;
}
.historical-calc ul{
  margin:0;
  padding:0;
  list-style: none;
}
.historical-calc ul li{
  margin:0;
  padding:0;
}
.historical-calc .stock-selects{
  background:none;
  padding: 15px 20px;
  border-bottom:1px solid #e1e3e6;
  color:#b0b0b0;
  font-weight:600;
}
.historical-calc .list-group li{
  padding:10px 20px;
  border-bottom:1px solid #e1e3e6;
}
.historical-calc .stock-selects > div,
.historical-calc .stock-selects button{
  vertical-align: top;
}
.historical-calc .stock-selects button{
  border:none;
  padding: 3px 8px;
  height:30px;
  background:#00aeef;
}
.historical-calc li span{
  margin:0;
}
.historical-calc .stock-table > span{
  padding:10px 20px;
  display:block;
}
.historical-calc .stock-table > img{
  display: inline-block;
  margin:10px 20px;
}
@media screen and (max-width: 1024px) {
  .historical-calc .stock-selects > .text{
    display:block;
    margin-bottom:5px;
  }
}
@media screen and (max-width: 500px) {
  .stock-historical .stock-selects > div,
  .stock-historical button{
    width:100%;
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .historical-calc .list-group-item:before,
  .historical-calc .list-group-item:after {
      content: " ";
      display: table;
  }

  .historical-calc .list-group-item:after {
      clear: both;
  }

  .historical-calc .list-group-item .text{
    float:left;
  }
  .historical-calc .list-group-item .badge{
    float:right;
  }
}

/*---------- Investor Calculator  Page----------*/

.calc-widget-investment-calculator {
    width: 100%;
    max-width: 400px;
}
.calc-widget-investment-calculator .calc-row {
    margin-bottom: 15px;
}
.calc-widget-investment-calculator .calc-row > span,
.calc-widget-investment-calculator .calc-input-group {
    display: block;
    margin-bottom: 10px;
}
.calc-widget-investment-calculator .calc-row input[type="text"],
.calc-widget-investment-calculator .compare .other {
    width: 100%;
}
.calc-widget-investment-calculator .compare .other input[type="text"]{
  margin-top:10px;
  display:none;
}
.calc-widget-investment-calculator .compare .other input[type="checkbox"]:checked + input[type="text"],
.calc-widget-investment-calculator .compare .other .checked + input[type="text"]{
  display:block;
}
.calc-widget-investment-calculator .compare .calc-input {
    display: block;
    padding-right: 10px;
    margin-bottom:10px;
}
.calc-widget-investment-calculator .compare .calc-input .icheckbox{
  margin-top:-10px;
}
.calc-widget-investment-calculator .calc-loadingMessage{
  display:none;
}
.calc-widget-investment-calculator.loading .calc-loadingMessage{
  display:block;
}

.calc-widget-investment-calculator .calc-button{
  background:#00aeef;
}

/* Datepicker*/

.ui-datepicker .ui-datepicker-title select {
    cursor: pointer;
    outline: none;
}
#ui-datepicker-div {
    background-color: #fff;
    display:none;
    width: 260px;
    border: 0;
    color: inherit;
    font-size: 14px;
    margin: 0;
    padding:0;
    -webkit-box-shadow: 0 2px 10px 0 #ADADAD;
    box-shadow: 0 2px 10px 0 #ADADAD;
}
#ui-datepicker-div, .ui-corner-all {
    border-radius: 0;
}
#ui-datepicker-div .ui-widget-header {
    border:0;
    background: none;
    font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-header {
    padding: 0;
    position: static;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    display:none;
}
#ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar a {
    padding:0;
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    background-color: #fff;
    line-height: normal;
    margin: 0;
    padding: 10px;
    text-align: left;
    border-bottom:1px solid #e1e3e6;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    border: 0;
    background: none;
    font-weight: normal;
    display: inline-block;
    padding: 2px;
    width: 100%;
    text-align: center;
    color: gray;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
    background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background: none;
    background: #00aeef;
    border-radius:2px;
    border: none;
    color: #fff;
}
#ui-datepicker-div table {
   font-size: inherit;
    margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar th {
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    color:#b0b0b0;
    font-weight: normal;
    border-bottom:1px solid #e1e3e6;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
    text-align: center;
    width: 14.2857%;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
    /*color: #878e9b;*/
}
#ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
    text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-title select {
    border: 0;
 /*   padding: 3px 6px;*/
    margin: 0 1px;
    width: 65%;
}
#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    width: 33%;
}

/*---------- Dividend & Split History  Page----------*/

@media screen and (max-width: 1024px) {
  .divident td{
    padding:10px;
  }
}

/*---------- Stock FAQs Page----------*/

.FaqContainer .ModuleInnerContainer{
  background:#fff;
}
.FaqContainer .ModuleItemRow{
  padding:20px;
}
.FaqContainer .FaqQuestion{
  margin:0;
  font-size:15px;
  text-transform: none;
  position:relative;
  padding-right:45px;
}
.FaqContainer .FaqQuestion > span{
  cursor:pointer;
}
.FaqContainer .FaqQuestion > span:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e939";
  display:block;
  line-height: 24px;
  text-align: center;
  position:absolute;
  top:50%;
  margin-top:-12px;
  right:0;
  z-index:2;
  font-size:24px;
  color:#00aeef;
  font-weight: 400;
}
.FaqContainer .FaqQuestion.active > span:after{
  content: "\e938"
}
.FaqContainer .ModuleOuterContainer > h2{
    position:relative;
    padding-right:135px;
}
.FaqContainer .expandAll{
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .FaqContainer .expandAll{
        right:20px;
    }
}


/*---------- Site Map Page----------*/

.SiteMapContainer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.SiteMapContainer ul li{
  margin: 0;
}

/*---------- Interactive Data Filings Page----------*/

#statements.cashflow {
  padding:0;
}

.helper-header {
  margin:0;
  /*border-bottom: 1px solid #ccc;*/
  *zoom: 1;
  padding:20px 20px 0 20px;
  background:#fff;
}
.helper-wrapper{
  padding:0 20px 20px 20px;
  background:#fff;
}
.helper-header:before, .helper-header:after {
  content: "";
  display: table;
}
.helper-header:after {
  clear: both;
}

#helper-sheets-menu {
  float: right;
  margin-top: 10px;
}
#helper-sheets-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: -1px !important;
}
#helper-sheets-menu li {
  float: left;
  list-style-type: none;
  margin-left:5px;
}
#helper-sheets-menu a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  /*border-radius: 5px 5px 0 0;*/
  color: #9b9b9b;
  position:relative;
  font-size: 14px;
  background-color: #d6d7d7;
  text-transform: uppercase;
}
#helper-sheets-menu a.active{
    background-color: #00aeef;
  color: #fff;
  font-weight: 600;
}

#helper-sheets-menu .annualOnly {
  display:none;
}
#main-container .nav ul {
  padding: 0;
  margin: 0;
}

#main-container tr td, 
#main-container tr th {
  text-align: left;
}

h1#legend {
  padding: 8px 0;
  font-size: 21px;
}
h1#legend span {
  margin-left: 6px;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
h1#legend span.iac a{
  display: block;
  border: none;
  margin: 0;
  padding: 9px;
  background: #00aeef;
  color: #ffffff;
  font-weight: 600;
  /*border-radius: 3px;*/
  cursor: pointer;
  max-width: 250px;
  margin-top: 8px;
  font-style: normal;
  text-align: center;
}
h1#legend span.iac a:hover{
  text-decoration: none;
}

#main-container {
  margin: 0 auto;
  text-align: left;
}

.helper-main-nav {
  margin: 0 0 20px;
}
.helper-main-nav ul {
  display: table;
  width: 100%;
  min-height: 65px;
  border-collapse: collapse;
}
.helper-main-nav li {
  display: table-cell;
  border: 1px solid #f0f0f0;
  border-top:0;
  /*background-color: #f5f5f5;*/
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  text-transform:uppercase;
}
.helper-main-nav li.active {
  width: 50%;
  font-size: 21px;
}
/*.helper-main-nav li:last-child {
  border-right: none;
}*/

.helper-secondary-nav {
  display: none;
  margin: 20px 0;
}
.helper-secondary-nav ul {
  *zoom: 1;
}
.helper-secondary-nav ul:before, .helper-secondary-nav ul:after {
  content: "";
  display: table;
}
.helper-secondary-nav ul:after {
  clear: both;
}
.helper-secondary-nav li {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.helper-secondary-nav li.active {
  background-color: #476a92;
  color: #fff;
}
.helper-secondary-nav li:last-child {
  border-right: none;
}

@media only screen and (max-width: 639px) {
  #main-container {
  }

  .helper-secondary-nav {
    display: none;
  }

  .helper-main-nav li {
    font-size: 90%;
  }
  .helper-main-nav li.active {
    width: 40%;
    font-size: 18px;
  }
}
#salesforce-table {
  min-height: 100px;
}

#table-progress {
  position: relative;
  text-align: center;
  display: none;
}

.spinner {
  height: 40px;
  width: 40px;
  margin: 100px auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 4px solid rgba(125, 125, 125, 0.15);
  border-right: 4px solid rgba(125, 125, 125, 0.15);
  border-bottom: 4px solid rgba(125, 174, 125, 0.15);
  border-top: 4px solid rgba(125, 125, 125, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 640px) {
  .phone-view {
    display: none;
  }

  #salesforce-table {
    font-size: 12px;
  }
  #salesforce-table table {
    width: 100%;
  }
  #salesforce-table th {
    max-width: 230px;
    font-weight: normal;
  }
  #salesforce-table td, #salesforce-table th {
    padding: 5px;
    line-height: 18px;
  }
  #salesforce-table th.space-above, #salesforce-table td.space-above {
    padding-top: 15px;
  }
  #salesforce-table th.space-below, #salesforce-table td.space-below {
    padding-bottom: 15px;
  }
  #salesforce-table td.indent-1, #salesforce-table th.indent-1 {
    padding-left: 20px;
  }
  #salesforce-table td.indent-2, #salesforce-table th.indent-2 {
    padding-left: 30px;
  }
  #salesforce-table .total td:nth-child(even),
  #salesforce-table td:nth-child(even),
  #salesforce-table .total th:nth-child(even),
  #salesforce-table th:nth-child(even) {
    background-color: #f5f5f5;
  }
  #salesforce-table thead th {
    text-align: center;
    font-weight: 700;
    font-size: 110%;
  }
  #salesforce-table thead th:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
  }
  #salesforce-table tbody td {
    text-align: right;
  }
  #salesforce-table tr.total td, #salesforce-table tr.total th {
    border-top: 2px solid #eee;
    background-color: rgba(0, 0, 0, 0.01);
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 700;
  }
  #salesforce-table tr.row-bold td, #salesforce-table tr.row-bold th {
    font-weight: 700;
    font-size: 110%;
  }
}
@media only screen and (max-width: 639px) {
  .desktop-view {
    display: none;
  }

  #salesforce-table .parent-container {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #f4f4f4;
  }
  #salesforce-table .parent-container .parent-title {
    background-color: #fff;
    padding: 10px 30px 10px 10px;
    font-size: 18px;
    position: relative;
  }
  #salesforce-table .parent-container .child-toggle {
    display: none;
  }
  #salesforce-table .parent-container .toggle-title {
    position: absolute;
    display: block;
    right: 5px;
    padding: 0 10px;
    color: #999;
    font-size: 21px;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
    cursor: default;
  }
  #salesforce-table .child-container .child-title {
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
  }
  #salesforce-table .child-container .reports-container > div:last-of-type {
    border-bottom: none;
  }
  #salesforce-table .child-container .reports-container > div:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #salesforce-table .child-container .report-row {
    display: table;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #salesforce-table .child-container .report-col {
    display: table-cell;
  }
  #salesforce-table .child-container .col-1 {
    width: 30%;
    color: #777;
  }
  #salesforce-table .child-container .col-2 {
    width: 70%;
    text-align: right;
  }
}

#salesforce-charts .chart-box {
  position: relative;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
#salesforce-charts .chart-box .chart-box-wrapper {
  border: 1px solid #dcdcdc;
}
#salesforce-charts .box-header .heading {
  padding: 5px 28px 5px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#salesforce-charts .box-header .tabs {
  background-color: #7e7e7e;
  color: #fff;
}
#salesforce-charts .box-header .tabs .tab {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}
#salesforce-charts .box-header .tabs .tab.active {
  background-color: #fff;
  color: #666;
}
#salesforce-charts .box-header .box-header-wrapper {
  background-color: #f0f0f0;
  line-height: 25px;
  overflow: hidden;
}
#salesforce-charts .chart-wrapper .chart {
  background-color: #fbfbfb;
  height: 180px;
}
#salesforce-charts .highcharts-data-labels {
  visibility: hidden;
}
#salesforce-charts .highcharts-data-labels[visibility="hidden"] {
  visibility: hidden !important;
}
#type-selector ul {
  display: table;
  width: 100%;
  padding: 0;
  margin:0px;
 /* border: 1px solid #f0f0f0;*/
  border-bottom:none;
  border-collapse: collapse;
}
#type-selector ul li {
  display: table-cell;
  width: 30%;
  background-color: #fff;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #f0f0f0;
}
#type-selector ul li:first-child {
  border-right: 1px solid #f0f0f0;
}
#type-selector ul li.active {
  width: 70%;
}
#fancyChart {
  position: relative;
}
#fancyChart h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 60px;
  margin: 0;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #777;
  z-index: 999;
}

@media only screen and (min-width: 1025px) {
  #salesforce-charts .chart-box {
    height: 162px;
  }
  #salesforce-charts .chart-box .chart-box-wrapper {
    position: absolute;
    border: none;
  }
  #salesforce-charts .box-header {
    height: 25px;
  }
  #salesforce-charts .box-header .heading {
    padding-top: 0;
    padding-bottom: 0;
  }
  #salesforce-charts .box-header .box-header-wrapper {
    position: absolute;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 180px;
    top: 0;
    right: 0;
    height: 25px;
  }
  #salesforce-charts .lock {
    color: #999;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    line-height: 18px;
    top: 50%;
    margin-top: -9px;
  }
  #salesforce-charts .locked {
    color: #666;
  }
  #salesforce-charts .chart-wrapper {
    position: relative;
    width: 180px;
    height: 140px;
  }
  #salesforce-charts .chart-wrapper .chart {
    position: absolute;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 180px;
    height: 140px;
    top: 0;
    right: 0;
  }
  #salesforce-charts .chart-wrapper .chart.chart-1 {
    z-index: 4;
  }
  #salesforce-charts .chart-wrapper .chart.chart-2 {
    z-index: 3;
  }
  #salesforce-charts .chart-wrapper .chart.chart-3 {
    z-index: 2;
  }
  #salesforce-charts .chart-wrapper .chart.chart-4 {
    z-index: 1;
  }
  #salesforce-charts .fullscreen {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  #salesforce-charts {
    margin-top: 30px;
  }

  .fullscreen {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #salesforce-charts .lock {
    display: none;
  }
  #salesforce-charts .fullscreen {
    color: #999;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    position: absolute;
    right: 0;
    line-height: 18px;
    top: 50%;
    margin-top: -9px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #salesforce-charts {
    margin: 20px 0;
    padding: 5px 0;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    *zoom: 1;
  }
  #salesforce-charts:before, #salesforce-charts:after {
    content: "";
    display: table;
  }
  #salesforce-charts:after {
    clear: both;
  }
  #salesforce-charts .chart-box {
    width: 25%;
    margin: 0;
    float: left;
    padding: 0 5px;
    background: none;
  }
  #salesforce-charts .chart-wrapper .chart {
    height: 140px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #salesforce-charts .chart-box {
    width: 50%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  #main-container {
    padding: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  #statements {
    /*padding-right: 200px;*/
    font-size: 14px;
    margin: 20px 0;
    *zoom: 1;
  }
  #statements:before, #statements:after {
    content: "";
    display: table;
  }
  #statements:after {
    clear: both;
  }

  #salesforce-table {
    position: relative;
    float: left;
    width: 100%;
    max-width:380px;
  }
  #salesforce-charts:empty + #salesforce-table{
    max-width:100%;
  }


  #salesforce-charts {
    float: right;
    width: 180px;
    /*margin-right: -200px;*/
    font-size: 14px;
  }
}

.phone-view ul {
  cursor: pointer;
  padding:0;
  margin:0;
  list-style-type: none;
}
.phone-view ul li {
  padding: 5px;
  border: 1px solid #ccc;
  border-top: 0;
  background-color: #f5f5f5;
}
.phone-view ul li.toggle {
  margin-bottom: 10px;
}
.phone-view ul > ul {
  display:none;
  margin-bottom: 10px;
}
.phone-view ul li:nth-child(2n) {
  background-color: #F8F7F7;
}
.phone-view ul li:first-child {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 18px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.phone-view h2 {
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.phone-view ul li.title {
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
}
.phone-view .quarter{
  display: inline-block;
  color: #777;
  width: 30%;
}
.phone-view .data{
  display: inline-block;
  text-align: right;
  width: 70%;
}
.phone-view .toggle-title {
  color: #999;
  cursor: default;
  display: block;
  font-size: 21px;
  line-height: 24px;
  margin-top: -12px;
  padding: 0 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  font-family: 'q4icons' !important;
}
.phone-view .toggle-title.closed:before {
   content: "\e90b";
}
.phone-view .toggle-title.opened:before {
   content: "\e90e";
}




.prospective .ModuleOuterContainer{
  padding-bottom:1px;
}
.prospectiveDl .ModuleOuterContainer{
  padding-top:0;
}

.prospective h3{
  font-size:18px;
}

.disclaimer {
    clear: both;
    font-size: 10px;
    padding: 25px 10px;
    text-align: center;
}


/*---------- Governance Page----------*/
.content-box{
  margin-bottom:20px;
}
.content-box-inner{
  background:#fff;
}
.content-box-inner .img-bg{
  height: 170px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box-body{
  padding: 78px 25px 25px;
  margin-top: -100px;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 10%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,1) 30%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0.6)), color-stop(20%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 10%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,1) 30%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 10%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,1) 30%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 10%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,1) 30%); /* IE10 preview */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 10%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.box-body h2{
  color: #00aeef;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top:0;
  margin-bottom:5px;
}
.box-body p{
  margin-bottom:20px;
}

.board-committees .content-box-inner .img-bg{
  background-image: url('../design/board_committees.jpg');
}

.board-policies .content-box-inner .img-bg{
  background-image: url('../design/board_policies.jpg');
}

.governance-faq .content-box-inner .img-bg{
  background-image: url('../design/corp_gov_faq.jpg');
  background-position: center right;
}

.contact-our-directors .content-box-inner .img-bg{
  background-image: url('../design/contact_our_directors_slideup_460x190.jpg');
  background-image: url('../images/BoD/pifBoD.jpg');
}

@media only screen and (max-width: 767px) {
  .content-box{
    width:100%;
  }
}




.s-downloadList .ModuleItemRow{
  padding:5px 0;
}
.s-downloadList .ModuleItemRow ~ .ModuleItemRow{
  border-top:none;
}
.s-downloadList .ModuleHeadlineLink:after{
  display:none;
}
.s-downloadList .ModuleHeadlineLink{
  font-weight:700;
  text-transform: uppercase;
  text-decoration: underline;
}


.accordion-module{
  border-top:1px solid #00aeef;
  border-bottom:1px solid #00aeef;
}
.accordion-module .ModuleOuterContainer > h2{
  font-size:24px;
  font-weight:700;
  color:#00aeef;
  text-transform: uppercase;
  line-height: 1;
  margin:0;
  padding:30px 30px 30px 0;
  position:relative;
}


.accordion-module .ModuleOuterContainer > h2 > span{
  cursor: pointer;
}
/*.accordion-module .ModuleOuterContainer > h2:after{
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #00aeef;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  display: block;
}*/
.accordion-module .ModuleOuterContainer > h2 > span:after{
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e939";
  display: block;
  line-height: 24px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  font-size: 24px;
  color: #00aeef;
  font-weight:400;
}
.accordion-module .ModuleOuterContainer > h2.active > span:after{
  content: "\e938";
}

@media only screen and (max-width: 768px) {
  .accordion-module .ModuleOuterContainer > h2 > span{
    padding-right:30px;
    display:block;
  }
  .accordion-module .ModuleOuterContainer > h2 > span:after{
    right:20px;
  }
}
.accordion-module .ModuleInnerContainer{
  display:none;
}

.direct-deposit,
.direct-deposit h5{
  margin-top:0;
}

.stock-disclaimer{
  padding-top:20px;
  margin-bottom:20px;
}
.stock-disclaimer h2{
  font-size:15px;
  margin:0;
}

/*.hospira,
.zoetis{
  width:50%;
  display:inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .hospira,
  .zoetis{
    width:100%;
    margin-bottom:20px;
  }
}*/
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]{
    font-family: "Open Sans",sans-serif !important; 
}
.ModulePressReleaseDetails .ModuleLinks a:hover:before{
  text-decoration: underline;
}
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before{
  font-family: 'q4icons' !important;
  content: "\e932";
  font-size:30px;
  vertical-align: middle;
  text-decoration: none !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@media only screen and (max-width: 767px) {
  .ModulePressReleaseDetails table{
    display:block;
    width:100%;
    overflow-x: scroll;
  }
  .ModulePressReleaseDetails table > tbody{
    max-width:767px;
  }
}




.dl-widget{
  background:#fff;
  padding:25px;
}
.dl-widget h2,
.dl-widget .items a{
  font-size:15px;
  font-weight:700;
  color:#00aeef;
  text-transform: uppercase;
  margin-top:0;
  margin-bottom:20px;
}
.dl-widget p{
  margin-bottom:20px;
}
.dl-widget .items a{
  text-decoration: underline;
  margin-bottom:0;
}
.dl-widget .ModuleItemRow{
  margin-bottom:5px;
}

.anacore,
.medivation{
  width:50%;
  display:inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .anacore,
  .medivation{
    width:100%;
    margin-bottom:0;
  }
}

.lobbying{
  /*margin-top:0;*/
}
.lobbying h2{
  margin-top:0;
}
.lobbying .ModuleOuterContainer{
  /*background:none;*/
}




.RequiredField,
.email-alert .error-container,
.ErrorContainer{
  color: red;
}
.MailingListSignupContainer .email-alert table td.IntroTextColumn{
  display:none;
}

.MailingListActivationMessage{
  font-weight:bold;
  color:green;
}

.RssLinkTopContainer{
  display:inline-block;
}



ul.footer-ql-box {
  width:100%;
}
ul.footer-ql-box li a{
  color: inherit;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  position: relative;
}
ul.footer-ql-box li a:hover{
  text-decoration: none;
}
ul.footer-ql-box li a:after{
  margin-left: 10px;
  font-family: 'q4icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  line-height: 23px;
  font-size: 15px;
}

.fin-table{
  overflow-x:hidden;
  position:relative;
}

.ReinvestmentPlan a[href^="tel"]{
  color: #5b5b5b;
}


.pdf-link{
  display:inline-block;
  position:relative;
  padding-left:30px;
}
.pdf-link:hover{
  text-decoration: none;
}
.pdf-link i{
  font-size:30px;
  line-height: 30px;
  display:inline-block;
  text-decoration: none;
  position:absolute;
  top:0;
  left:0;
}

.pdf-link:hover span{
  text-decoration: underline;
}


.person-container .PersonDescription{
  padding-left:25px;
}
.person-container .person-name > h3{
  margin-top:0;
  font-size:15px;
}
.person-container .PersonContainer{
  padding-bottom:25px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.person-container .PersonSuffix{
    display:block;
}
.person-container .PersonSuffixComma{
    display:none;
}
@media screen and (max-width: 768px) {
    .person-container .PersonDescription{
      padding-left:0;
    }
    .ReinvestmentPlan a{
      word-break: break-word;
    }
}


.our-brand .ModuleInnerContainer{
    padding:20px;
    background:#fff;
}


/* Search Page */
.SearchDescription{
  margin-right:20px;
}
.SearchDescription p{
  display: inline;
}
.SearchResultsContainer .SearchDescription span:after, 
.SearchResultsContainer .SearchDescription span:after{
  margin-right:-12px;
}


#disclaimer{
  max-width:800px;

}

#disclaimer1{
  max-width:800px;

}
.disclaimer-title{
  margin-top:0;
}
.disclaimer-btn,
.disclaimer-btn:visited{
  display:inline-block;
  background:#00aeef;
  color:#fff;
  font-size:18px;
  line-height: 20px;
  padding: 4px 15px;
}
.disclaimer-btn i{
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
  margin-left: 10px;
}
.disclaimer-btn:hover{
  text-decoration: none;
}
.fancybox-opened .fancybox-skin{
    /*padding:36px 0 0 !important;*/
    background:#fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-outer{
    padding-top:21px;
}
.disclaimer-popUp .fancybox-outer{
    padding-top:36px;
}

/*.fancybox-inner > div{
    padding: 0 30px 30px;
}*/
.fancybox-close{
    top:0;
    right:0;
    background:none;
    color:#6e6e6f;
    text-align: center;
}
.fancybox-close:hover{
    text-decoration: none;
}
.fancybox-close:after{
    font-family: 'q4icons' !important;
    content: "\e64b";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
}


/* Committee Assignments */
.committee-composition{
  background:#fff;
}
.committee-composition .desktop{
    display: table;
    width:100%;
}
@media screen and (max-width: 768px) {
  .committee-composition .desktop{
    display:none;
  }
}
.committee-composition .desktop .person-header{
  display:table-row;
  background: #00aeef;
}
.committee-composition .desktop .person-header .col{
  display: table-cell;
  font-size:13px;
  padding:10px 5px;
  text-align: center;
  vertical-align: middle;
  color:#fff;
}

.committee-composition .desktop .person-item{
  display: table-row;

}
.committee-composition .desktop .person-item .col{
  display: table-cell;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e1e3e6;
}
.committee-composition .desktop .person-item .firstName{
  margin-right:5px;
  display:block;
}
.committee-composition .person-item .middleName{
  display:none;
}
.committee-composition .desktop .person-header .col:first-child,
.committee-composition .desktop .person-item .col:first-child{
  text-align: left;
  padding-right:25px;
  padding-left:10px;
  width:140px;
  position:relative;
}
.committee-composition .desktop .person-item .col:first-child i{
    position: inherit;
    /*right:10px;*/
    /*margin-top:-11px;*/
    /*top:50%;*/
}
.committee-composition .mobile .person-name i{
  position:absolute;
  top:0;
  right:0;
}
.committee-composition .desktop .person-item a:hover{
  cursor: default;
  text-decoration: none;
}
.committee-composition .person-legend{
  padding:0 15px 15px 15px;
}
.committee-composition i.chair{
  color:#00aeef;
}

.committee-composition .mobile .person-header{
  background: #00aeef;
  color:#fff;
  padding:15px 20px;
}
.committee-composition .mobile .person-name > span{
  padding-right:25px;
  position:relative;
  display:inline-block;
}
.committee-composition .mobile .person-item > div{
  padding:15px 20px;
}

@media screen and (max-width: 360px) {
    .committee-composition .mobile .person-name > span{
        display:block;
    }
}

/* Why Invest / Our Story */
.nr-boxes .box{
  padding-right:20px;
  margin-bottom:20px;
}
.nr-boxes .box h5,
.white-box h5{
  color: #00aeef;
}
.nr-boxes .number,
.icon-boxes .number{
  font-size:38px;
  font-weight:700;
  color: #00aeef;
  line-height: 1;
  display:inline-block;
}


.title-sub .ModuleOuterContainer > h2{
  margin-bottom:5px;
}
.title-sub .subtitle{
  margin-bottom:30px;
}
.white-box{
  margin-bottom:20px;
}
.white-box h5{
  margin-top:0;
  margin-bottom:3px;
}
.nr-boxes .white-box h5{
    margin-top:5px;
}
.white-box p{
    margin-bottom:3px;
}
.white-box .box-inner{
  background:#fff;
  padding:15px;
}

.white-box.rows .col{
    margin-bottom:20px;
}

.white-box .box-inner .col:first-child{
  padding-right:20px;
  margin-bottom:20px;
}

.text-boxes .white-box h5:first-child{
  margin-top:0;
}

.icon-wrapper{
  color: #00aeef;
  font-size: 50px;
  line-height: 1;
  margin-bottom:5px;
}
.icon-wrapper i{
  display: inline-block;
}
.left-icon{
  float:left;
  width:75px;
}
.box-content{
  display:table-cell;
}

.box-inner .first-row{
  min-height:130px;
  margin-bottom:20px;
}
.box-inner .first-row + .row{
  margin-bottom:20px;
}
.box-inner .row{
  min-height:150px;
}



@media screen and (max-width: 768px) {
  .white-box{
    width:100%;
  }
  .white-box .box-inner{
    padding:15px 20px;
  }
  .title-sub .subtitle{
    padding:0 20px;
  }
  .icon-boxes .box{
    padding:0 20px;
  }
  .box-inner .first-row,
  .box-inner .row{
    min-height:initial;
  }
}


@media screen and (max-width: 768px) {
  .upcoming-events .ModuleInnerContainer,
  .presentation-event .ModuleContainerInner,
  .past-events .ModuleYearNavContainer,
  .past-events .ModuleContainerInner,
  .ArchivedAnnual .ModuleInnerContainer,
  .sec-filings .pagination,
  .news .items,
  .news .pagination,
  .StockQuoteContainer p,
  .text-module .ModuleInnerContainer,
  .subscribe-text .ModuleInnerContainer,
  .PaneContent .MailingListSignupContainer,
  .MailingListUnsubscribeContainer,
  .downloadList .ModuleInnerContainer,
  .investment,
  .prDetails .PaneContentInner .container,
  .ModuleEventDetails,
  .ModuleSECFilingDetails,
  .whyInvest .ModuleInnerContainer,
  .stock-disclaimer,
  .SearchResultsContainer,
  .PageShareholderServices .module .ModuleInnerContainer,
  .PageShareholderServices .faq .ModuleInnerContainer,
  .PageShareholderServices .accordion-module .ModuleOuterContainer > h2,
  .person-container,
  .accordion-module .ModuleInnerContainer{
    padding-right:20px;
    padding-left:20px;
  }
  .downloadList.bg-white .ModuleInnerContainer{
    padding-right:0;
    padding-left:0;
  }

  .PaneQ4Footer{
    padding-left:15px;
    padding-right:15px;
  }

  .FaqContainer .ModuleItemRow .table-to-cards tr td:before, 
  .FaqContainer .ModuleItemRow .table-to-cards tr td span {
    display: table-cell;
    padding: 5px;
  }
}

.PaneRight .EditSubscriberConfirmation strong{
  color:#fff !important;
}

.PageShareholderServices .accordion-module .ModuleOuterContainer > h2:after{
  right:20px;
}

.person-container .person-name{
  text-align: center;
}

.presentationsWidget .ModuleContentContainer {
     position: relative;
}

.presentationsWidget a.doc_bottom{
     left: -135px;
     top: 20px;
}
.fin-other .statements .year-list {
    display: none;
}
.fin-other .statements .year-list.active {
    display: inline-block;
}
@media screen and (max-width: 479px) {
     .presentationsWidget a.doc_bottom{
           left: 0;
           top: 0;
      }
}
.js--hidden {
    display: none !important;
}

.historical-recast-financials {
    margin-bottom: 45px;
}

.historical-recast-financials .recast-documents {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

.PageInvestorsOverview  .viatris {
    margin-bottom: 15px;
}

.PageInvestorsOverview  .our-strategy .content-container {  
    padding: 151px 25px 25px !important;
}

/*----00074570-----*/

.container{
    padding:0px;
}