@font-face {
    font-family: "Invention-Regular";
    src: url("../fonts/2018/Invention/Invention_W_Rg.eot?#iefix");
    src: url("../fonts/2018/Invention/Invention_W_Rg.eot?#iefix") format("eot"), url("../fonts/2018/Invention/Invention_W_Rg.woff2") format("woff2"), url("../fonts/2018/Invention/Invention_W_Rg.woff") format("woff");
}
@font-face {
    font-family: "Invention-Light";
    src: url("../fonts/2018/Invention/Invention_W_Lt.eot?#iefix");
    src: url("../fonts/2018/Invention/Invention_W_Lt.eot?#iefix") format("eot"), url("../fonts/2018/Invention/Invention_W_Lt.woff2") format("woff2"), url("../fonts/2018/Invention/Invention_W_Lt.woff") format("woff");
}

@font-face {
    font-family: "Invention-Bold";
    src: url("../fonts/2018/Invention/Invention_W_Bd.eot?#iefix");
    src: url("../fonts/2018/Invention/Invention_W_Bd.eot?#iefix") format("eot"), url("../fonts/2018/Invention/Invention_W_Bd.woff2") format("woff2"), url("../fonts/2018/Invention/Invention_W_Bd.woff") format("woff");
}


/* Merck Icons */
@font-face {
  font-family: 'micons';
  src:  url('../fonts/merckIcons/micons.eot?8jv95m');
  src:  url('../fonts/merckIcons/micons.eot?8jv95m#iefix') format('embedded-opentype'),
    url('../fonts/merckIcons/micons.ttf?8jv95m') format('truetype'),
    url('../fonts/merckIcons/micons.woff?8jv95m') format('woff'),
    url('../fonts/merckIcons/micons.svg?8jv95m#micons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="mico-"], [class*=" mico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'micons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mico-chevron-thin-right:before {
  content: "\e900";
}
.mico-chevron-thin-left:before {
  content: "\e901";
}




/*-----------------------------------------*\
------------------ 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;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


/* 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;
    -webkit-text-size-adjust:100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

:focus{
    outline: none;
}

/* Negative Margin Fix for Toast Columns */

html,
.col {
    font-family: "Invention-Regular", Arial, sans-serif;
    font-family: "DIN W01 Regular","Arial Narrow", Arial, sans-serif;
    /*color: #333;*/
    font-size: 16px;
    line-height: 1.2;
    -webkit-text-size-adjust:100%;
}

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;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/* Preview Override */

body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}


/*-------------- Typography ---------------*/
h1,h2,h3,h4{
    font-family: "UniversLTW01-57Condense 723821",Arial,sans-serif;
}

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

p {
    line-height: 1.2;
}

a,
a:visited,
a:focus {
    text-decoration: none;
    color: #13a29c;
}

a:hover {
    text-decoration: underline;
}


/*-----------------------------------------*\
--------------- 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: -15px;
    margin-right: -15px;
}

.grid-no-gutter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding: 0;
}

.grid-no-gutter .grid .col {
    padding: 0 15px;
}


/* The Column Widths */

.col-1-of-1,
.col-2-of-2,
.col-3-of-3,
.col-4-of-4,
.col-5-of-5,
.col-6-of-6,
.col-8-of-8,
.col-12-of-12 {
    width: 100%;
}

.col-1-of-2,
.col-2-of-4,
.col-3-of-6,
.col-4-of-8,
.col-6-of-12 {
    width: 50%;
}

.col-1-of-3,
.col-2-of-6,
.col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3,
.col-4-of-6,
.col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4,
.col-2-of-8,
.col-3-of-12 {
    width: 25%;
}

.col-3-of-4,
.col-6-of-8,
.col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2,
.col-push-3-of-3,
.col-push-4-of-4,
.col-push-5-of-5,
.col-push-6-of-6,
.col-push-8-of-8,
.col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2,
.col-push-2-of-4,
.col-push-3-of-6,
.col-push-4-of-8,
.col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3,
.col-push-2-of-6,
.col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3,
.col-push-4-of-6,
.col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4,
.col-push-2-of-8,
.col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4,
.col-push-6-of-8,
.col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2,
.col-pull-3-of-3,
.col-pull-4-of-4,
.col-pull-5-of-5,
.col-pull-6-of-6,
.col-pull-8-of-8,
.col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2,
.col-pull-2-of-4,
.col-pull-3-of-6,
.col-pull-4-of-8,
.col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3,
.col-pull-2-of-6,
.col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3,
.col-pull-4-of-6,
.col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4,
.col-pull-2-of-8,
.col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4,
.col-pull-6-of-8,
.col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }
    .col.col-lg-1-of-2,
    .col.col-lg-2-of-4 {
        width: 50%;
    }
    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lg-1-of-4 {
        width: 25%;
    }
    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }
    .col.col-lc-1-of-2,
    .col.col-lc-2-of-4 {
        width: 50%;
    }
    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lc-1-of-4 {
        width: 25%;
    }
    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }
    .col.col-md-1-of-2,
    .col.col-md-2-of-4 {
        width: 50%;
    }
    .col.col-md-1-of-3 {
        width: 33.33333%;
    }
    .col.col-md-2-of-3 {
        width: 66.66667%;
    }
    .col.col-md-1-of-4 {
        width: 25%;
    }
    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .col.col-sm-1-of-1 {
        width: 100%;
    }
    .col.col-sm-1-of-2,
    .col.col-sm-2-of-4 {
        width: 50%;
    }
    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }
    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }
    .col.col-sm-1-of-4 {
        width: 25%;
    }
    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}


/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-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: #333;
    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: 120px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
    font-size:20px;

}

.sbHolder:focus .sbSelector {}

.sbHolder .sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    right:30px;
    height: 35px;
    outline: none;
    overflow: hidden;
    line-height: 33px;
    color:#333;
    text-indent: 25px;
}
.sbHolder .sbSelector:focus{
    color:#333;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    outline: none;
    text-decoration: none;
}

.sbHolder .sbToggle {
    /*background: url('../design/select-icons.png') 0 -116px no-repeat;*/
    display: block;
    height: 35px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    font-size:12px;
    line-height: 33px;
    color:#333;
}
.sbToggle:focus{
    color:#333;
}
.sbToggle:after{
    font-family: 'q4icons' !important;
    content: "\e64a";
}

.sbToggle:hover {
    /*background: url('../design/select-icons.png') 0 -167px no-repeat;*/
    text-decoration: none;
}

.sbToggleOpen {
    /*background: url('../design/select-icons.png') 0 -16px no-repeat;*/
}
.sbToggleOpen:after{
    content: "\e650";
}

.sbToggleOpen:hover {
    /*background: url('../design/select-icons.png') 0 -66px no-repeat;*/
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-top:none;
    list-style: none;
    left: -1px;
    right:-1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px !important;
    /*width: 200px;*/
    z-index: 1;
    overflow-y: auto;
    
}

.sbOptions li {
    padding: 0 7px;
}
.sbOptions li:hover{
    background-color:#d7d7d7;
}

.sbOptions a {
    /*border-bottom: dotted 1px rgba(0, 0, 0, 0.1);*/
    display: block;
    outline: none;
    /* padding: 7px 0 7px 3px;*/
    color: #333;
    text-indent: 18px;
    line-height: 35px;
}

.sbOptions a:link,
.sbOptions a:visited {
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #333;
}

.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 -------------
\*-----------------------------------------*/


/*----------- Breadcrumb Module -----------*/

.Breadcrumb {
    display: inline-block;
}


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 10px 0;
}

/*.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}*/

.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e90b";
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size:24px;
    line-height: 1;
    text-decoration: none !important;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:after{
    text-decoration: underline;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".pdf"]:after {
     content: "\e90c";
}
/*.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e638";
}*/

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e906";
}

.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;
}
.ModuleEventLatest .ModuleLocation:empty{
    display:none;
}
.ModuleEventDetails .ModuleDateContainer span{
    text-transform: uppercase;
}
.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: 0;
    margin-bottom: 5px;
    background-color: transparent;
    color: #333;
}

.ModuleEvent .ModuleYearNavContainer a:hover,
.ModuleEvent .WebcastLink a:hover,
.ModuleEvent .PressRelease a:hover,
.ModuleEvent .ModuleLinks a:hover,
.ModuleEvent .presentation a:hover,
.ModuleEvent .FinancialReport a:hover,
.ModuleEvent .AddToCalendar:hover,
.ModuleEvent .ModuleMore a:hover,
.ModuleEventLatest .ModuleYearNavContainer a:hover,
.ModuleEventLatest .WebcastLink a:hover,
.ModuleEventLatest .PressRelease a:hover,
.ModuleEventLatest .ModuleLinks a:hover,
.ModuleEventLatest .presentation a:hover,
.ModuleEventLatest .FinancialReport a:hover,
.ModuleEventDetails .ModuleYearNavContainer a:hover,
.ModuleEventDetails .WebcastLink a:hover,
.ModuleEventDetails .PressRelease a:hover,
.ModuleEventDetails .ModuleLinks a:hover,
.ModuleEventDetails .presentation a:hover,
.ModuleEventDetails .FinancialReport a:hover{
    color: #289392;
}


.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: "\e90c";
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
/*    border: 1px solid #e1e1e1;
    padding: 15px 10px;*/
    margin: 10px 0 10px;
}
.ModuleEventDetails .ModuleBody:empty{
    display:none;
}


.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModuleEvent h3,
.ModuleEventLatest h3,
.ModuleEventDetails h3 {
    font-size: 1rem;
}

.ModuleEvent 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;
    font-size:24px;
    vertical-align: top;
}

.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: #333;
}

.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderTitle,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderPeriod,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailText,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderEmailTextbox,
.ModuleEvent .ModuleReminderContainer.js-reminded .ReminderButton {
    display: none;
}


/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    padding: 20px 0;
}

/*.FaqContainer .ModuleItemRow ~ .ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}*/

.FaqContainer .FaqQuestion {
    font-weight: bold;
}

.FaqContainer .FaqAnswer {
    margin-top: 1rem;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}


/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}

.q4-annual-module .q4-years-container a,
.q4-annual-module .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    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: 15px 0 5px;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 90% !important;
}
.MailingListUnsubscribeContainer table input[type="text"]{
    font-family: "Invention-Regular", Arial, sans-serif;
    border: 1px solid #e1e1e1;
    padding: 12px 17px;
    height: 45px;
    line-height: 1;
    font-size: 15px;
    color:#333;
}

.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: "Download PDF";
    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;
}
.ModulePressReleaseDetails .ModuleDateContainer{
    text-transform: uppercase;
}

.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;
}

.ModulePressReleaseDetails a{
    word-wrap: break-word;
}
@media screen and (max-width: 768px) {
    .ModulePressReleaseDetails table{
        display:block;
        overflow-x:scroll;
    }
}


/*div.prDetails .PageDefaultInner .PaneContent {
    width: auto;
    padding: 20px;
}*/

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    list-style: disc;
    margin-left: 20px;
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}

/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    display: none;
}


/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 20px;
    /*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;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e1e1e1;
    color: #fff;
    background: #009994;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
    background: none;
    color: #333;
}


/*----------- 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 {
    padding: 10px;
}
.ModuleSECFilingDetails .ModuleContentContainer > div{
    padding:0;
}

.RegulatoryFilingContainer .ModuleHeader > span {
    background-color: rgba(0, 0, 0, 0.1);
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
   /* font-size: 2rem;*/
}

.RegulatoryFilingContainer .PdfIcon a {
    color: #e22919;
}

.RegulatoryFilingContainer .WordIcon a {
    color: #2c5898;
}

.RegulatoryFilingContainer .ExcelIcon a {
    color: #008641;
}

.RegulatoryFilingContainer .XBRLIcon a {
    color: #9b2cbd;
}

.RegulatoryFilingContainer .XBRLIcon[id*="HTML"] a {
    color: #1f1f1f;
}

@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}


/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}


/*---------- Stock Quote Modules ----------*/

.StockQuoteContainer h3 {
    margin-bottom: 0;
}

.StockQuoteContainer .StockPage,
.StockQuoteContainer .ModuleInnerContainer 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: 0.8rem;
    text-align: right;
}

.StockQuoteContainer p span {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .stock-historical li span {
        margin: 5px 0;
    }
    .stock-historical .stock-selects > span,
    .stock-historical .stock-selects > div,
    .stock-historical button,
    .stock-historical select {
        display: block;
        margin-bottom:5px;
    }
}


/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
    vertical-align: top;
}

.StockQuoteHeaderContainer .StockChange {
    display: none;
}

.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #FF0000;
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #00FF00;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    margin-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {
    .StockQuoteHeaderContainer .StockDate,
    .StockQuoteHeaderContainer .StockVolumeText,
    .StockQuoteHeaderContainer .StockVolume {
        display: none;
    }
}


/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/


/*---------- Add to Calendar Any ----------*/

.add-to-any {
    float: right;
}


/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
    display:none;
}

.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: #333;
    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: "\e91c";
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: "\e91e";
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: "\e91d";
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}


/*----- Committee Composition Table -----*/

.committee-composition .person-header,
.committee-composition .person-item > div {
    padding: 15px 5px;
}

.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}

.committee-composition .person-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .person-category[class*="active"] .person-header i:before {
    content: "\e650";
}

.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .chair {
    color: #0f5ca3;
}

.committee-composition .person-legend {
    margin-top: 20px;
}

.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile,
.committee-composition .person-bio,
.committee-composition .person-items {
    display: none;
}

@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }
    .committee-composition .mobile {
        display: block;
    }
    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Events Calendar -----------*/

#event-container {
    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 {
    width: 70%;
    font-size: 24px;
}

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

#events-calendar .days-container {
    position: relative;
}

#events-calendar .day-header,
#events-calendar .day {
    display: inline-block;
    padding: 5px;
    width: 14.285%;
    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 15px;
}

.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}

.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}

.fancybox-inner .CaptchaContainer img {
    border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /*border: none;*/
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/*------- Financial Quarterly Widget ------*/

.q4-quarterly-widget .q4-items-container {
    display: none;
}

.q4-quarterly-widget .q4-year-container i {
    margin-left: 10px;
}

.q4-quarterly-widget .q4-financial-container.active .q4-year-container i:before {
    content: "\e604";
}

.q4-quarterly-widget .q4-year-container span,
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}

.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
}

.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
}

.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e902";
}

.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e90b";
}


/*-------- Financial Table Widget ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text {
    background-color: rgba(0, 0, 0, 0.1);
}


/* Slick Overwrite */

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display: inline-block;
}

.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list .slick-list,
.financial-table .financial-category-text {
    padding: 20px;
}

.financial-table .financial-documents span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(15, 92, 163);
    margin: 5px 2px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.financial-table .financial-documents span.empty {
    opacity: 0.1;
}

.financial-table .financial-documents span a {
    color: #fff;
}

.financial-table .slick-slide:focus {
    outline: none;
}

.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}

.financial-table .financial-year-list .slick-arrow {
    width: 50px;
    height: 60%;
}

.financial-table .financial-year-list .slick-prev {
    left: 0;
    border-right: 1px solid #fff;
}

.financial-table .financial-year-list .slick-next {
    right: 0;
    border-left: 1px solid #fff;
}

.financial-table .financial-year-list .slick-list {
    margin: 0 30px;
}

.financial-table .financial-document-list .slick-list {
    margin: 0 50px;
}

@media screen and (max-width: 480px) {
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
    }
}


/*---------- Investor Calculator ----------*/

.calc-widget-investment-calculator {
    width: 100%;
    max-width: 400px;
}

.calc-widget-investment-calculator .calc-row {
    margin-bottom: 15px;
}

.calc-widget-investment-calculator .calc-row > span,
.calc-widget-investment-calculator .calc-input-group {
    display: block;
    margin-bottom: 10px;
}

.calc-widget-investment-calculator .calc-row input[type="text"],
.calc-widget-investment-calculator .compare .other {
    width: 100%;
}

.calc-widget-investment-calculator .compare .calc-input {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}


/*----------- Stock Chart Inputs ----------*/

.stock-chart .highcharts-markers > g {
    cursor: pointer;
}

@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 -----------
\*-----------------------------------------*/


.mb30{
    margin-bottom:30px;
}
.mb50{
    margin-bottom:50px;
}
/*---------- Default Table Style ----------*/
@media screen and (max-width: 768px) {
    .responsiveTable{
        overflow-x: scroll; 
    }
}

.custom-table {
    width: 100%;
}

.custom-table thead {
    background-color: #289392;
    color:#fff;
}
.custom-table td,
.custom-table th {
    padding: 5px 15px;
    text-align: left;
    border:1px solid #e1e1e1;
}

.custom-table th{
    background-color: #289392;
    color:#fff;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.custom-table th span,
.custom-table td span {
    padding: 0;
}


/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr > .col {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}


/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/


/*-------------- Global Styles ------------*/


/* Genetal */

body {
    overflow-x: hidden;
    font-family: "Invention-Regular", Arial, sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust:100%;
    text-rendering: optimizeLegibility;
}



p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="file"],

button,
textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
select{
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
}
input[type="text"],
input[type="file"]{
    height:35px;
    line-height: 35px;
}

select {
   /* background-image: url('../design/select-icons.png');
    background-repeat: no-repeat;
    background-position: 90% -115px;
    padding-right: 50px*/;
}

input[type="submit"],
.button,
a.btn,
a.btn:active,
a.btn:focus,
.past-events .pager-next {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    padding: 12px 35px;
    border: 1px solid #33cbc5;
    background-color: #009994;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    text-transform: uppercase;
    cursor:pointer;
}

.banner-stock a.btn {
    display: block;
    padding: 10px 20px;
}

input[type="submit"]:hover,
.button:hover,
a.btn:hover,
.past-events .pager-next:hover {
    background: #f2f3f5 none repeat scroll 0 0;
    border: 1px solid #243444;
    color: #243444;
    text-decoration: none;
}

a.btn-reverse{
    background-color:#fff;
    color:#289392;
}
a.btn-reverse:hover{
    background-color: #009994;
    color:#fff;
    border-color:#fff;
}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.RssLinkTopContainer a:hover{
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 970px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%;
    }
}


/* Global Header */

.PaneHeader {
    height: 105px;
    padding-top: 10px;
    /*box-shadow: 0 1px 4px #333;*/
}

@media screen and (max-width: 1024px) {
    .PaneHeader {
        height: 77px;
        padding-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    .PaneHeader {
        height: 75px;
        padding: 7px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .PaneHeader {
        height: 45px;
        padding: 3px 0 0;
    }
}

.ClientLogo {
    height: 80px;
    padding-top: 16px;
    display: inline-block;
}

.ClientLogo img {
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .ClientLogo {
        height: auto;
        padding: 0px 15px;
        width: 41.66666667%;
        display:inline-block;
        vertical-align: top;
    }
}
@media screen and (max-width: 480px) {
    .ClientLogo img{
        max-width:124px;
    }
}


.sub-menu-row ul {
    float: right;
    margin-bottom: 5px;
    margin-right: 8px;
}

.sub-menu-row ul li {
    float: left;
    position: relative;
    text-align: center;
}

.sub-menu-row ul li a {
    line-height: 37px;
    color: #455660;
    color: #00958f;
    font-size: 14.4px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 11px;
    display: block;
    font-family: "Invention-Regular", Arial, sans-serif;
    font-family: "DIN W01 Regular","Arial Narrow", Arial, sans-serif;
}

.sub-menu-row ul li a img {
    vertical-align: middle;
    max-width: 75px;
}

.sub-menu-row ul li a:hover {
    color: #00877c;
}


/* Corporate Search */

#wrap {
 /*   position: relative;
    width: 60px;
    margin-right: 2px;*/
    /*margin-left: 15px;*/
}

input#search[type="text"] {
    /*height: 40px;
    font-size: 14px;
    display: inline-block;
    font-weight: 100;
    font-family: "UniversLTW01-57Condense 723821", Arial, Helvetica, serif;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px 37px 3px 10px;
    padding: 3px 30px;f
    width: 60px;
    position: absolute;f
    top: 0;
    right: 0;
    background: #fff url('../design/search2.png') center 13px no-repeat;
    z-index: 3;
    transition: width .1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    font-style: italic;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    border-radius: 10em;
    background: none;
    color: #FFF;
    border-bottom: 1px solid #bbb;
    z-index: 1;
    padding: 0 85px 0 30px;
    height: 40px;
    font-style: italic;
    visibility: hidden;
    transition: width .1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    font-family: "Invention-Light", Arial, Helvetica, serif;
    font-weight: 100;
    font-size: 14px;
}

input#search::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

input#search:-moz-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

input#search::-moz-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

input#search:-ms-input-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

input#search[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

.open-search-field input#search[type="text"] {
    /*width: 450px;
    z-index: 1;
    border-bottom: 1px solid #bbb;
    cursor: text;
    background: #289392 url("../design/search2_white.png") no-repeat scroll 98% center;
    border-radius: 10em;*/
    background: #289392;
    visibility: visible;
    width: 450px;
}

input#searchSubmit[type="submit"] {
   /* height: 40px;
    width: 15px;
    display: inline-block;
    background: none;
    text-indent: -10000px;
    border: none;
    cursor: pointer;
    transition: opacity .4s ease;*/
    border: none;
    font-size: 14px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: none;
    color: #455660;
    height: 35px;
    /*padding: 5px 0px 5px 14px;*/
    background-image: url('../design/search3.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.open-search-field input#searchSubmit[type="submit"]{
    background-image: url('../design/search3_white.png');
    color:#fff;
    /*padding-right:7px;*/
}

@media screen and (max-width: 1024px) {
    .sub-menu-row {
        display: none;
    }
}


/* Corporate Menu */

.main-menu-row .col-1-of-1 {
    padding: 0;
}

.main-menu-row .corp-menu {
    float: right;
    height: 40px;
    padding-left: 2px;
    position: relative;
}

.main-menu-row .corp-menu > li {
    float: left;
    line-height: 1;
}

.main-menu-row .corp-menu > li > a {
    color: #00958f;
    color: #455660;
    font-family: "Invention-Light", Arial, Helvetica, serif;
     font-family: "DIN W01 Regular","Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin: 0 15px;
    margin: 0 8px;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
}

.main-menu-row .corp-menu > li:hover > a {
    text-decoration: none;
    color: #00877c;
   /* padding-bottom: 5px;
    border-bottom: 5px solid #00958f;*/
}

.mega-sub {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 150px;
    padding-top: 24px;
    padding-bottom: 10px;
    background-color: #fff;
    z-index: 50;
}

.main-menu-row .corp-menu > li.hovering .mega-sub {
    visibility: visible;
    opacity: 1;
}

.main-menu-row .corp-menu > li .mega-sub > .grid {
    margin: 0;
    padding: 0 16px;
}

.main-menu-row .corp-menu > li .mega-sub .col {
    display: table-cell;
    width: 29.3%;
}

.main-menu-row .corp-menu > li .mega-sub ul li a {
    text-transform: none;
    color: #00958f;
    outline-color: #00958f;
    text-decoration-color: #00958f;
    padding: 5px 0;
    line-height: 20px;
    display: block;
    font-family: "UniversLTW01-57Condense 723821", Arial, Helvetica, serif;
    font-family: "DIN W01 regular","Arial Narrow", Arial, sans-serif;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.main-menu-row .corp-menu > li .mega-sub ul li:hover > a {
    color: #455660;
    text-decoration: none;
}

.main-menu-row .corp-menu > li .mega-sub .bordered {
    border-right: 1px solid #ccc;
}

.main-menu-row .corp-menu > li .mega-sub ul li ul {
    margin-left: 10px;
}

.main-menu-row .corp-menu > li .mega-sub ul li ul li a {
    position: relative;
    padding-left: 10px;
}

.main-menu-row .corp-menu > li .mega-sub ul li ul li a {
    font-size: 13px;
    line-height: 16px;
}

.main-menu-row .corp-menu > li .mega-sub ul li ul li a:before {
    content: '–';
    position: absolute;
    left: 0;
    display: inline-block;
    top: 5px;
}

@media screen and (max-width: 1200px) {
    .main-menu-row .corp-menu > li > a {
        /*font-size: 16px;*/
    }
}

@media screen and (max-width: 1024px) {
    .corporateNav {
        display: none;
    }
}


/*Breadcrumb*/

.PaneBreadcrumb {
    padding-bottom: 6px;
}

.breadCrumb {
    padding: 10px 0;
    line-height: 20px;
    font-family: "Invention-Regular", Arial, sans-serif;
    color:#777;
}

.breadCrumb .ModuleInnerContainer:before,
.breadCrumb .ModuleInnerContainer:after {
    content: " ";
    display: table;
}

.breadCrumb .ModuleInnerContainer:after {
    clear: both;
}

.breadCrumb a,
.breadCrumb span {
    display: inline-block;
    float: left;
}
.breadCrumb .BreadcrumbSeparator{
    margin:0 3px;
}

.breadCrumb a.no-link {
    color: #777;
}

.breadCrumb a.no-link:hover {
    text-decoration: none;
}



@media screen and (max-width: 1024px) {
    .PaneBreadcrumb,
    .breadCrumb {
        display: none;
    }
}


/*Investor Search*/

.search-site {
    float: right;
    position: relative;
}

.search-site input[type="submit"] {
    border: none;
    color: #1a9f9a;
    font-size: 14px;
    position: relative;
    z-index: 2;
    background: none;
    color: #1a9f9a;
    height: 40px;
    padding: 5px 0px 5px 19px;
    background-image: url('../design/search.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.search-site.open input[type="submit"] {
    color: #fff;
    background-image: url('../design/search-over.png');
    padding-right: 7px;
    font-family: "Invention-Regular", Arial, sans-serif;
}

.search-site input[type="text"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    border-radius: 10em;
    background: none;
    color: #FFF;
    border-bottom: 1px solid #bbb;
    z-index: 1;
    padding: 0 85px 0 30px;
    height: 40px;
    font-style: italic;
    visibility: hidden;
    transition: width .1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    font-family: "UniversLTW01-57Condense 723821", Arial, Helvetica, serif;
    font-weight: 100;
    font-size: 14px;
}

.search-site.open input[type="text"] {
    background: #289392;
    visibility: visible;
    width: 450px;
}

.search-site input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

.search-site input[type="text"]:-moz-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

.search-site input[type="text"]::-moz-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

.search-site input[type="text"]:-ms-input-placeholder {
    color: #fff !important;
    font-weight: normal;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .search-site {
        display: none;
    }
}


/*Investor Menu*/

.PaneNavigation {
    background-color: #289392;
    color: #fff;
}

.PaneNavigation a {
    color: #fff;
}

.menu-close {
    display: none;
}

.navbar-collapse .level1 > li {
    display: inline-block;
}

.navbar-collapse .level1 > li.has-children {
    position: relative;
}

.navbar-collapse a {
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 8px 24px;
    font-family: "UniversLTW01-57Condense 723821", Arial, sans-serif;
    font-size: 14px;
}

.navbar-collapse .level1 > li:hover > a {
    background-color: #217776;
    text-decoration: none;
}

.homePage .navbar-collapse .level1 > li:first-child a {
    background-color: #217776;
}

.navbar-collapse .level1 > li.selected > a,
.navbar-collapse .level1 > li.expanded > a,
.navbar-collapse .level1 > li.focused > a {
    background-color: #217776;
}

.navbar-collapse .level2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    padding-top: 2px;
    z-index: 30;
}

.navbar-collapse .level1 > li.has-children:hover > .level2,
.navbar-collapse .level1 > li.focused > .level2 {
    display: block;
}

.navbar-collapse .level2 > li {
    background-color: #217776;
}

.navbar-collapse .level2 > li.selected > a,
.navbar-collapse .level2 > li.focused > a,
.navbar-collapse .level2 > li:hover > a {
    background-color: #383d43;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .navbar-collapse a {
        font-size: 13px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-collapse {
        display: none;
    }
    .PaneNavigation {
        background: #337478;
        width: 80%;
        max-width: 440px;
        position: fixed;
        top: 0;
        bottom: 0;
        transition: ease 0.4s;
        left: -440px;
        z-index: 10;
        padding-top: 10px;
    }
    .mobile-toggled .PaneNavigation {
        left: 0;
        overflow-y: scroll;
    }
    .PaneNavigation .container {
        padding: 0;
        left: 0;
    }
    .LayoutDefaultInner {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: ease 0.4s;
    }
    .mobile-toggled.LayoutDefaultInner {
        right: -440px;
        left: 440px;
        /*overflow: hidden;*/
        position:fixed;
    }

    .mobile-toggled.LayoutDefaultInner:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255,255,255,0);
        z-index: 99999;
        width: 100%;
        height: 100%;
}
    }
}

@media screen and (max-width: 768px) {
    .PaneNavigation {
        left: -440px;
        /*max-width: initial;*/
    }
    .mobile-toggled.LayoutDefaultInner {
        left: 440px;
        right: -440px;
    }
}
@media screen and (max-width: 550px) {
    .PaneNavigation {
        left: -80%;
        /*max-width: initial;*/
    }
    .mobile-toggled.LayoutDefaultInner {
        left: 80%;
        right: -80%;
    }
}


/* Mobile Corporate Search */

.mobile-corp-src,
.mobile-inv-src {
    display: none;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-corp-src {
    margin-bottom: 10px;
}

.mobile-corp-src input[type="text"],
.mobile-inv-src input[type="text"] {
    border: none;
    padding: 1px 6px;
    height: 20px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color:#999;
    width: 160px;
    font-style: italic;
}

.mobile-corp-src input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
}

.mobile-corp-src input[type="text"]:-moz-placeholder {
    opacity: 1;
}

.mobile-corp-src input[type="text"]::-moz-placeholder {
    opacity: 1;
}

.mobile-corp-src input[type="text"]:-ms-input-placeholder {
    opacity: 1;
}



.mobile-inv-src input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
}

.mobile-inv-src input[type="text"]:-moz-placeholder {
    opacity: 1;
}

.mobile-inv-src input[type="text"]::-moz-placeholder {
    opacity: 1;
}

.mobile-inv-src input[type="text"]:-ms-input-placeholder {
    opacity: 1;
}


.mobile-corp-src input[type="submit"],
.mobile-inv-src input[type="submit"] {
    height: 20px;
    border: none;
    background-image: url('../design/butn_search.gif');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 20px;
    vertical-align: top;
    padding:0;
    background-color:#fff;
    border:none;
}



/* Mobile Navigation */

@media screen and (max-width: 1024px) {
    .mobile-corp-src,
    .mobile-inv-src {
        display: block;
    }
}

.mobile-toggle-cont {
    display: none;
    padding: 0 15px 0 15px;
    text-align: right;
    
}
.mobile-toggle{
    cursor: pointer;
    display:inline-block;
}

.mobile-toggle-cont i,
.mobile-toggle-cont span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.mobile-toggle-cont i {
    font-size: 22px;
    color: #5c5c5c;
}

.mobile-toggle-cont span {
    font-size: 15px;
    padding-left: 10px;
    color: #13A29C;
}

@media screen and (max-width: 1024px) {
    .mobile-toggle-cont {
        display: inline-block;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .mobile-toggle-cont {
/*        width: auto;
        float: right;*/
        height: 23px;
        margin-top: 7px;
    }
}

.mobile-navigation {
    display: none;
}

.mobile-navigation .investors .level1 > li:first-child {
    display: none;
}

.mobile-navigation .arrow {
    height: 40px;
    width: 50px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
    cursor: pointer;
}

.mobile-navigation .open > .arrow {
    background: rgba(0, 0, 0, 0.05);
}

.mobile-navigation .arrow:after {
    content: '';
    border: 2px solid transparent;
    border-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-left: none;
    right: 20px;
    top: 16px;
    bottom: auto;
}

.mobile-navigation .open > .arrow:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-navigation li {
    position: relative;
}

.mobile-navigation a {
    display: block;
    line-height: 20px;
    padding: 10px 50px 10px 0;
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-navigation .open > a {
    border-bottom: none;
}

.mobile-navigation a:hover {
    text-decoration: none;
}

.mobile-navigation .has-children > ul {
    display: none;
    background: rgba(0, 0, 0, 0.05);
}

.mobile-navigation .has-children > ul a {
    margin-left: 30px;
}

.mobile-navigation .has-children > ul ul a {
    margin-left: 40px;
}

.mobile-navigation .has-children > ul ul ul a {
    margin-left: 50px;
}

.mobile-navigation .has-children.open > ul {
    display: block;
}

.investorsMobileNav {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobile-navigation {
        display: block;
    }
}


/* Global Footer */

.PaneQ4Footer {
    text-align: right;
}

.PaneQ4Footer a {
    color: #aaa;
    font-size: 12px;
}

.PaneFooter2 {
    padding-top: 10px;
}

.Copyright {
    font-size: 15px;
}
.Copyright a{
    color: #676767;
}

.footer-links,
.footerSocialLinks {
    text-align: right;
}

.footer-links li,
.footerSocialLinks li {
    display: inline-block;
}

.footer-links li a {
    font-size: 12px;
    margin-left: 10px;
}

.footer-image-links li {
    float: left;
}

.footer-image-links img {
    height: 30px;
}

.footerSocialLinks,
.footer-image-links {
    padding-top: 10px;
}

.footerSocialLinks li {
    margin-left: 20px;
}

.showOnMobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .PaneFooter2,
    .PaneQ4Footer {
        background-color: #233445;
    }
    .Copyright {
        font-size: 12px;
    }
    .Copyright,
    .footer-links,
    .footer-image-links,
    .PaneQ4Footer {
        text-align: center;
    }
    .footerSocialLinks {
        display: none;
    }
    .footer-links li a {
        margin: 0 3px;
    }
    .footer-image-links li {
        float: none;
    }
    .PaneFooter2,
    .PaneFooter2 a,
    .Copyright,
    .PaneQ4Footer a {
        color: #fff;
    }
    .PaneQ4Footer {
        padding-bottom: 10px;
    }
    .showOnMobile {
        display: list-item;
    }
}

.PaneFooter {
    background-color: #f2f2f2;
    padding: 35px 0;
}

.investor-contact h2,
.footer-alerts h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-alerts .RequiredField{
    display:none;
}


.MailingListSignupContainer .footer-alerts table input[type="text"]{
    max-width:405px;
}

.investor-contact p {
    margin-bottom: 0;
    font-size: 16px;
}

.investor-contact .img-ico{
    height:10px;
    margin-right:5px;
}

.investor-contact p i {
    line-height: 0;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}
.investor-contact p a{
    color:#333;
}

.PaneFooter .MailingListSignupContainer{
    display: inline-block;
    width:50%;
    padding:0 15px;
    font-size:16px;
}

.footer-alerts .MailingListListTable tr table tr {
    display: inline-block;
    width: 160px;
    margin-bottom: 3px;
    float:left;
}

.MailingListSignupContainer .footer-alerts .MailingListTable .MailingListCol1,
.footer-alerts .MailingListListTable > tbody > tr:first-child {
    display: none;
}

.MailingListSignupContainer .footer-alerts table td {
    padding: 0;
    display: block;
    line-height: 1;
}

.MailingListSignupContainer .footer-alerts table {
    margin: 0 0 5px 0;
    max-width: 100%;
}

.MailingListSignupContainer .footer-alerts table td.MailingListCol2 {
    margin-bottom: 0;
}

.MailingListSignupContainer table input[type="text"] {
    font-family: "Invention-Regular", Arial, sans-serif;
    border: 1px solid #e1e1e1;
    padding: 12px 17px;
    height: 45px;
    line-height: 1;
    font-size:15px;
    color:#333;

}

.footer-alerts .ModuleInnerContainer {
    position: relative;
    padding-right: 100px;
}

.MailingListSignupContainer .footer-alerts input[type="submit"] {
    border: 1px solid #33cbc5;
    color: #fff;
    background: #009994;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 35px;
    height: 45px;
    cursor: pointer;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
    width:135px;
}

.MailingListSignupContainer .footer-alerts input[type="submit"]:hover {
    background: #f2f3f5 none repeat scroll 0 0;
    border: 1px solid #243444;
    color: #243444;
}

/*.homePage .EditSubscriberConfirmation{
    width:50%;
    display:inline-block;
    font-size:16px;
}*/

@media screen and (max-width: 1024px) {
    .footer-alerts .ModuleInnerContainer {
        padding: 0;
    }
    .MailingListSignupContainer .footer-alerts input[type="submit"] {
        position: static;
    }
    .MailingListSignupContainer .footer-alerts table {
        max-width: 440px;
    }
}

@media screen and (max-width: 768px) {
    .investor-contact {
        margin-bottom: 25px;
    }
    .PaneFooter .MailingListSignupContainer{
        width:100%;
    }
}

.icheckbox {
    display: inline-block !important;
    width: 12px;
    height: 12px;
    background: url("../design/checkbox.png") no-repeat;
    border: none;
    cursor: pointer;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.icheckbox + label {
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
}

.icheckbox.checked {
    background-position: -12px 0;
}




/* Home Page */


/* Home Banner */

.PaneHeader2{
    background-image:url('../design/slider/banner-test.jpg');
    background-size:cover;
    background-position: center center;
    height:240px;
    margin-top: 4px;
}
.PaneHeader2 .container{
    padding-top:40px;
}

.homePage .PaneHeader2 {
    height: 370px;
    position: relative;
    /*background:none;*/
    margin-top:0;
    background:url('../design/slider/banner-test.jpg');
    background-size: cover;
    background-position: center center;
}

.homePage .PageTitleBreadcrumb{
    display:none;
}
.PageTitleBreadcrumb{
    color:#fff;
    font-size:40px;
    line-height: 40px;
    /*font-family: "UniversLTW01-57Condense 723821";*/
    font-family: "UniversLTW01-57Condense 723821",Arial,sans-serif;
    text-transform: uppercase;
    /*width:43%;*/
    /*float:right;*/
    height:134px;
}
.PageTitleBreadcrumb .ModuleOuterContainer{
    position: relative;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:20px;
    background: rgba(51, 51, 51,0.7);
}
.PageTitleBreadcrumb a,
.PageTitleBreadcrumb span{
    display:none;
}

@media screen and (max-width: 768px) {
    .PageTitleBreadcrumb{
        font-size:24px;
        line-height: 24px;
        /*width:65%;*/
        /*padding-top:40px;*/
    }
}

.share{
    color: #289392;
    text-transform: uppercase;
    text-align: right;
    position:relative;
    z-index:5;
    padding:10px 0 9px 45px;
    height:40px;
    float:right;
}
/*.homePage .share{
    color: #289392;
}*/
.share .st_sharethis{
    cursor: pointer;
    position:relative;
    /*padding-left:35px;*/
}
.share .st_sharethis:before{
    content: "\e928";
    font-family: 'q4icons';
    position: absolute;
    font-size: 30px;
    left: -32px;
    top: 50%;
    margin-top: -13px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

.share .stButton .chicklets{
    background:none;
    padding:0;
    font-size:16px;
}


.BannerSlider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
}

.BannerSlider .slider .slider-item {
    height: 370px;
}

.BannerSlider .slider .slick-dots {
    bottom: auto;
    top: 10px;
}

.BannerSlider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    z-index:6;
}

.BannerSlider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.BannerSlider .slick-dots li.slick-active {
    background-color: #289392;
}

.BannerSlider .slick-dots li button:before {
    display: none;
}

.BannerSlider .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width:1170px;
}

.BannerSlider .slick-prev,
.BannerSlider .slick-next {
    width: auto;
    height: auto;
     z-index:99999999;
}
.BannerSlider .slick-prev.slick-disabled,
.BannerSlider .slick-next.slick-disabled{
    opacity:0.4;
}

.BannerSlider .slick-prev {
    left: -60px;
}

.BannerSlider .slick-next {
    right: -60px;
}

.BannerSlider .slick-prev:before,
.BannerSlider .slick-next:before {
    color: #289392;
    font-size: 27px;
    font-family: 'micons' !important;
    line-height: 1;
    opacity: 1;

}


.BannerSlider .slick-prev:before{
    content: "\e901";
}
.BannerSlider .slick-next:before{
    content: "\e900";
}

@media screen and (max-width: 1280px) {
    .BannerSlider .slick-prev,
    .BannerSlider .slick-next {
        display: none !important;
    }
}


@media screen and (max-width: 1024px) {
    .BannerSlider .slider .slider-item {
        height: 320px;
        background-position: 47% center;
    }
}



.BannerText {
    /*position: relative;*/
    z-index: 10;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    position: relative;
}

.BannerText h2 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    max-width:300px;
    background: rgba(51, 51, 51,0.7);
    padding: 20px;
}

.BannerText .img-logo-slider{
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    width: 49%;
    display:none;
}

.BannerText .cont-logo {
    display: inline-block;
    padding-right: 15px;
    border-right: 4px solid #289392;
    width: 117px;
    vertical-align: middle;
}

.BannerText .banner-logo-text {
    display: inline-block;
    max-width: 235px;
    font-size: 28px;
    padding-left: 15px;
    vertical-align: middle;
    text-align: left;
    font-family: "Invention-Regular", Arial, sans-serif;
}

.BannerText .banner-logo-text p {
    margin-bottom: 0;
    line-height: 1;
}

.banner-stock {
    position: relative;
    z-index: 5;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    font-family: "UniversLTW01-57Condense 723821",Arial,sans-serif;
}

.banner-stock .ModuleOuterContainer {
    background-color: #fff;
    padding: 30px;
}

.banner-stock .StockVolumeText,
.banner-stock .StockVolume,
.banner-stock .StockDate {
    display: none;
}

.banner-stock .StockDate{
    display:inline-block;
    font-size: 11px;
    font-family: "Invention-Regular", Arial, sans-serif;
    color: #bdbbbb;
}

.banner-stock .StockDescription1 {
    display: block;
    float: left;
    line-height: 1;
    color: #289392;
    padding-top: 5px;
}

.banner-stock .StockDescription1 span {
    display: block;
}

.banner-stock .StockPrice {
    font-size: 40px;
    line-height: 1;
    float: left;
    padding-left: 10px;
}

.banner-stock .StockPrice:before {
    content: '$';
    font-size: 23px;
    position: relative;
    top: -0.5em;
}

.banner-stock .StockChange,
.banner-stock .StockPChange {
    width: 66px;
    line-height: 1;
}

.banner-stock .StockChange.StockPriceUp,
.banner-stock .StockPChange.StockPriceUp {
    color: #8aab2d;
}

.banner-stock .StockChange.StockPriceDown,
.banner-stock .StockPChange.StockPriceDown {
    color: #ab3a2d;
}

.banner-stock .StockChange {
    float: right;
    padding-top: 5px;
}

.banner-stock .StockPChange {
    float: right;
    clear: right;
}

.banner-stock .StockDescription3 p {
    font-size: 11px;
    font-family: "Invention-Regular", Arial, sans-serif;
    color: #bdbbbb;
    text-align: right;
    margin-bottom: 0;
    padding:5px 0;
    display: inline-block;
    float:right;
}
.banner-stock .chart{
    clear:both;
    padding-top:5px;
}
.banner-stock .chart .highcharts-container{
    border:1px solid #dddcdb;
}

@media screen and (max-width: 1199px) {
    .banner-stock {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #289392;
        color: #fff;
        text-align: center;
        font-size: 21px;
        padding: 10px 0;
    }
    .banner-stock .chart, 
    .banner-stock .StockDescription2,
    .banner-stock .StockDescription3{
        display: none;
    }
    .banner-stock .ModuleOuterContainer {
        background: none;
        padding: 0;
    }
    .banner-stock .StockDescription1 {
        float: none;
        display: inline-block;
        padding: 0;
        color: #fff;
    }
    .banner-stock .StockDescription1 span {
        display: inline-block;
    }
    .banner-stock .StockPrice {
        float: none;
        font-size: 21px;
        color: #fff;
    }
    .banner-stock .StockPrice:before {
        font-size: 21px;
        top: auto;
    }
    .banner-stock .StockChange,
    .banner-stock .StockPChange {
        width: auto;
        line-height: 1;
    }
    .banner-stock .StockChange.StockPriceUp,
    .banner-stock .StockPChange.StockPriceUp {
        color: #fff;
    }
    .banner-stock .StockChange.StockPriceDown,
    .banner-stock .StockPChange.StockPriceDown {
        color: #fff;
    }
    .banner-stock .StockChange {
        float: none;
        padding-top: 0;
    }
    .banner-stock .StockPChange {
        float: none;
    }
    .BannerText {
        /*width: 40%;*/
        /*float: right;*/
        margin-top:75px;
    }
    .BannerText h2 {
        width: 80%;
        margin-bottom: 20px;
        font-size: 40px;
    }
    .BannerText .img-logo-slider {
        width: 100%;
        text-align: left;
    }
    .BannerText .cont-logo {
        width: 75px;
    }
    .BannerText .cont-logo img {
        max-height: 72px;
    }
    .BannerText .banner-logo-text {
        font-size: 16px;
        width: 150px;
    }

    .banner-stock .StockDate{
        display:none;
    }
}

@media screen and (max-width: 768px) {
    .BannerText {
        /*width: 50%;*/
    }
}

@media screen and (max-width: 480px) {
    .BannerText {
        /*width: 67%;*/
    }
    .BannerText h2{
        width:100%;
    }
}


.moduleTitle h2{
    text-transform: uppercase;
    min-height: 60px;
    margin-bottom: 20px;
}
.moduleTitle h2 span:before{
    font-family: 'q4icons' !important;
    font-size: 60px;
    line-height: 60px;
    color:#555f73;
    position:absolute;
    left:0;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.moduleTitle h2 span{
    display:inline-block;
    padding:0 0 0 65px;
    position:relative;
    font-size: 30px;
    line-height: 30px;
}

.moduleTitleNoIcon h2{
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .moduleTitle h2 span{
        font-size: 22px;
        line-height: 22px;
        padding:0 0 0 55px;
    }
    .moduleTitle h2 span:before{
        font-size:50px;
    }
}

/*Featured News*/

.LayoutHomePage .PaneLeft {
    padding-top: 60px;
    padding-bottom: 60px;
}

.featured-news{
    padding-right:30px;
}
.featured-news h2 span:before {
    content: "\e909";
}


.featured-news .ModuleReleasePDF {
    display: none;
}

.featured-news.ModulePressRelease .ModuleDate {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
}

.featured-news.ModulePressRelease .ModuleHeadlineLink {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    display:inline;
}

@media screen and (max-width: 1024px) {
    .featured-news {
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
        padding-right:15px;
    }
}


.upcoming-events{
    padding-left:30px;
    border-left:1px solid #e1e1e1;
}
.upcoming-events h2 span:before {
    content: "\e905";
}

.UpcomingEvents #latest-events,
.upcoming-events #latest-events {
    border: none;
}
.UpcomingEvents #events-calendar,
.upcoming-events #events-calendar {
    padding-right: 0;
    float: right;
}
.UpcomingEvents #events-calendar,
.UpcomingEvents .calendar-legend{
    padding-left:30px;
}

.UpcomingEvents #latest-events .ModuleEvent .date,
.upcoming-events #latest-events .ModuleEvent .date {
    width: auto;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
.UpcomingEvents #latest-events .ModuleEvent > ul,
.upcoming-events #latest-events .ModuleEvent > ul {
    padding: 0;
}
.UpcomingEvents .ModuleEvent .ModuleHeadlineLink,
.upcoming-events .ModuleEvent .ModuleHeadlineLink {
    color: #289392;
    font-size: 20px;
    line-height: 1.2;
}
.UpcomingEvents .ModuleEvent .ModuleHeadlineLink{
    margin-bottom:5px;
}
.UpcomingEvents #events-calendar .controls,
.upcoming-events #events-calendar .controls {
    background-color: #289392;
    color: #fff;
}
.UpcomingEvents #events-calendar .controls div, 
.upcoming-events #events-calendar .controls div {
    padding: 10px;
}
.UpcomingEvents #events-calendar .controls div i,
.upcoming-events #events-calendar .controls div i {
    display: inline-block;
    line-height: 30px;
}

.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .AddToCalendar a,
.ModuleEventDetails .FinancialReport a,
.UpcomingEvents .ModuleEvent .AddToCalendar,
.UpcomingEvents .ModuleEvent .WebcastLink a,
.UpcomingEvents .ModuleEvent .presentation a,
.UpcomingEvents #latest-events .AddToCalendar a,
.UpcomingEvents .ModuleEvent .FinancialReport a,
.upcoming-events .ModuleEvent .AddToCalendar,
.upcoming-events .ModuleEvent .WebcastLink a,
.upcoming-events .ModuleEvent .presentation a,
.upcoming-events #latest-events .AddToCalendar a,
.upcoming-events .ModuleEvent .FinancialReport a {
    padding: 0;
    background: none;
    color: #333;
}
.ModuleEventDetails .WebcastLink a i,
.ModuleEventDetails .presentation a i,
.ModuleEventDetails .AddToCalendar a i,
.ModuleEventDetails .FinancialReport a i,
.UpcomingEvents .ModuleEvent .WebcastLink a i,
.UpcomingEvents .ModuleEvent .presentation a i,
.UpcomingEvents #latest-events .AddToCalendar a i,
.UpcomingEvents .ModuleEvent .FinancialReport a i,
.upcoming-events .ModuleEvent .WebcastLink a i,
.upcoming-events .ModuleEvent .presentation a i,
.upcoming-events #latest-events .AddToCalendar a i,
.upcoming-events .ModuleEvent .FinancialReport a i{
    display:inline-block;
}
.upcoming-events #latest-events .AddToCalendar a i{
    vertical-align: bottom;
}

.ModuleEventDetails .WebcastLink a:hover,
.ModuleEventDetails .presentation a:hover,
.ModuleEventDetails .AddToCalendar a:hover,
.ModuleEventDetails .FinancialReport a:hover,
.UpcomingEvents .ModuleEvent .WebcastLink a:hover,
.UpcomingEvents .ModuleEvent .presentation a:hover,
.UpcomingEvents #latest-events .AddToCalendar a:hover,
.UpcomingEvents .ModuleEvent .FinancialReport a:hover,
.upcoming-events .ModuleEvent .WebcastLink a:hover,
.upcoming-events .ModuleEvent .presentation a:hover,
.upcoming-events #latest-events .AddToCalendar a:hover,
.upcoming-events .ModuleEvent .FinancialReport a:hover {
    color: #13a29c;
}

.ModuleEventDetails .WebcastLink a:hover:before,
.ModuleEventDetails .presentation a:hover:before,
.ModuleEventDetails .AddToCalendar a:hover:before,
.ModuleEventDetails .FinancialReport a:hover:before,
.UpcomingEvents .ModuleEvent .WebcastLink a:hover:before,
.UpcomingEvents .ModuleEvent .presentation a:hover:before,
.UpcomingEvents #latest-events .AddToCalendar a:hover:before,
.UpcomingEvents .ModuleEvent .FinancialReport a:hover:before,
.upcoming-events .ModuleEvent .WebcastLink a:hover:before,
.upcoming-events .ModuleEvent .presentation a:hover:before,
.upcoming-events #latest-events .AddToCalendar a:hover:before,
.upcoming-events .ModuleEvent .FinancialReport a:hover:before{
    text-decoration: underline; 
}


.ModuleEventDetails .AddToCalendar:hover i{
    color: #13a29c;
}

.UpcomingEvents #events-calendar,
.UpcomingEvents #latest-events,
.upcoming-events #events-calendar,
.upcoming-events #latest-events {
    display: inline-block;
}
.upcoming-events #events-calendar{
    padding-left:15px;
}
.UpcomingEvents #latest-events {
    padding-right: 10px;
}
.upcoming-events #latest-events{
    padding-right:0;
}
.UpcomingEvents .tag,
.upcoming-events .tag {
    font-family: "Invention-Bold", Arial, sans-serif;
}
.UpcomingEvents .tag.Investor,
.upcoming-events .tag.Investor {
    color: rgb(217,124,30);
}
.UpcomingEvents .tag.Other,
.upcoming-events .tag.Other {
    color: rgb(55,66,74);
}
.UpcomingEvents .tag.Earnings,
.upcoming-events .tag.Earnings {
    color: #289392;
}


.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before,
.UpcomingEvents .ModuleEvent i[class*="q4i-"]:before,
.UpcomingEvents .ModuleEvent a[class*="q4i-"]:before,
.upcoming-events .ModuleEvent i[class*="q4i-"]:before,
.upcoming-events .ModuleEvent a[class*="q4i-"]:before{
    font-size: 24px;
    margin-right: 3px;
    vertical-align: bottom;
    display:inline-block;
    text-decoration: none !important;
}
.ModuleEventDetails a[class*="q4i-"]:hover:before,
.UpcomingEvents .ModuleEvent a[class*="q4i-"]:hover:before,
.upcoming-events .ModuleEvent a[class*="q4i-"]:hover:before{
    text-decoration: underline;
}
.UpcomingEvents #events-calendar .controls .month,
.upcoming-events #events-calendar .controls .month {
    font-size: 20px;
}
.UpcomingEvents #events-calendar .day-header,
.UpcomingEvents #events-calendar .day,
.upcoming-events #events-calendar .day-header,
.upcoming-events #events-calendar .day {
    padding: 10px 0;
    font-size: 14px;
    background: none;
}
.upcoming-events #events-calendar .day-header,
.upcoming-events #events-calendar .day {
    padding:5px 0;
}
.UpcomingEvents #events-calendar .day span ,
.upcoming-events #events-calendar .day span {
    width: 33px;
    height: 33px;
    /*border-radius: 50%;*/
    display: inline-block;
    line-height: 29px;
    border: 2px solid transparent;
}
.UpcomingEvents #events-calendar .day.adjacent-month,
.UpcomingEvents #events-calendar .empty.adjacent-month,
.upcoming-events #events-calendar .day.adjacent-month,
.upcoming-events #events-calendar .empty.adjacent-month {
    visibility: hidden;
}
.UpcomingEvents #events-calendar .days-container .days .day.today,
.UpcomingEvents #events-calendar .days-container .days .empty.today,
.upcoming-events #events-calendar .days-container .days .day.today,
.upcoming-events #events-calendar .days-container .days .empty.today {
    background: none;
    color: #333;
}
.UpcomingEvents #events-calendar .days-container .days .day.today span,
.UpcomingEvents #events-calendar .days-container .days .empty.today span,
.upcoming-events #events-calendar .days-container .days .day.today span,
.upcoming-events #events-calendar .days-container .days .empty.today span {
    background-color: #eee;
    border-color: #eee;
}

.upcoming-events #events-calendar .day.event span,
.upcoming-events #events-calendar .empty.event span {}

.UpcomingEvents #events-calendar .day.event.investor span,
.UpcomingEvents #events-calendar .empty.event.investor span,
.upcoming-events #events-calendar .day.event.investor span,
.upcoming-events #events-calendar .empty.event.investor span {
    border-color: rgb(217,124,30);
    background-color: rgb(217,124,30);
    color: #fff;
}
.UpcomingEvents #events-calendar .day.event.investor.today span,
.UpcomingEvents #events-calendar .empty.event.investor.today span,
.upcoming-events #events-calendar .day.event.investor.today span,
.upcoming-events #events-calendar .empty.event.investor.today span{
    border-color: rgb(217,124,30);
    background-color: rgb(217,124,30);
    color:#fff;
}
.UpcomingEvents #events-calendar .day.event.earnings span,
.UpcomingEvents #events-calendar .empty.event.earnings span,
.upcoming-events #events-calendar .day.event.earnings span,
.upcoming-events #events-calendar .empty.event.earnings span {
    border-color: #289392;
    background-color:#289392;
    color:#fff;
}
.UpcomingEvents #events-calendar .day.event.earnings.today span,
.UpcomingEvents #events-calendar .empty.event.earnings.today span,
.upcoming-events #events-calendar .day.event.earnings.today span,
.upcoming-events #events-calendar .empty.event.earnings.today span {
    border-color: #289392;
    background-color: #289392;
    color:#fff;
}
.UpcomingEvents #events-calendar .day.event.other span,
.UpcomingEvents #events-calendar .empty.event.other span,
.upcoming-events #events-calendar .day.event.other span,
.upcoming-events #events-calendar .empty.event.other span {
    border-color: rgb(55,66,74);
    background-color: rgb(55,66,74);
    color:#fff;
}
.UpcomingEvents #events-calendar .day.event.other.today span,
.UpcomingEvents #events-calendar .empty.event.other.today span,
.upcoming-events #events-calendar .day.event.other.today span,
.upcoming-events #events-calendar .empty.event.other.today span {
    border-color: rgb(55,66,74);
    background-color: rgb(55,66,74); 
    color:#fff;
}

.UpcomingEvents #events-calendar .day.event.investor.earnings span,
.UpcomingEvents #events-calendar .empty.event.investor.earnings span,
.UpcomingEvents #events-calendar .day.event.investor.other span,
.UpcomingEvents #events-calendar .empty.event.investor.other span,
.upcoming-events #events-calendar .day.event.investor.earnings span,
.upcoming-events #events-calendar .empty.event.investor.earnings span,
.upcoming-events #events-calendar .day.event.investor.other span,
.upcoming-events #events-calendar .empty.event.investor.other span {
    border-color: rgb(217,124,30);
    background-color: rgb(217,124,30);
}
.UpcomingEvents #events-calendar .days-container,
.upcoming-events #events-calendar .days-container {
    border: 1px solid #e1e1e1;
}
.upcoming-events #events-calendar .days-container{
    min-height: 287px;
}
.UpcomingEvents .calendar-legend, 
.upcoming-events .calendar-legend {
    float: right;
    clear:right;
}
.upcoming-events .calendar-legend{
    padding-left:15px;
}
.UpcomingEvents .calendar-legend ul,
.upcoming-events .calendar-legend ul {
    margin-top: 10px;
}
.UpcomingEvents .calendar-legend ul li,
.upcoming-events .calendar-legend ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 17px;
}
.UpcomingEvents .calendar-legend ul li .clr,
.upcoming-events .calendar-legend ul li .clr {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.UpcomingEvents .calendar-legend ul li .clr.green, 
.upcoming-events .calendar-legend ul li .clr.green {
    background-color: #289392;
}
.UpcomingEvents .calendar-legend ul li .clr.orange,
.upcoming-events .calendar-legend ul li .clr.orange {
    background-color: rgb(217,124,30);
}
.UpcomingEvents .calendar-legend ul li .clr.purple,
.upcoming-events .calendar-legend ul li .clr.purple {
    background-color: rgb(55,66,74);
}
.UpcomingEvents .btn-container,
.upcoming-events .btn-container {
    margin-top: 30px;
    float: left;
    clear: both;
}
.UpcomingEvents .ModuleEvent .ModuleLinks .Document a:before,
.upcoming-events .ModuleEvent .ModuleLinks .Document a:before {
    content: "\e90c";
}
.ModuleEventDetails .FinancialReport a,
.UpcomingEvents .ModuleEvent .FinancialReport a,
.upcoming-events .ModuleEvent .FinancialReport a,
.UpcomingEvents #latest-events .AddToCalendar a{
    position:relative;
    padding-left:30px;
}
.UpcomingEvents #latest-events .AddToCalendar a i{
    position:absolute;
    left:0;
    top:-3px;
}
.ModuleEventDetails .FinancialReport a:before,
.UpcomingEvents .ModuleEvent .FinancialReport a:before,
.upcoming-events .ModuleEvent .FinancialReport a:before{
    font-family: 'q4icons' !important;
    content: "\e90b";
    font-size:24px;
    position:absolute;
    left:0;
    top:-6px;
    display:inline-block;
    text-decoration: none !important;
}
.ModuleEventDetails .FinancialReport a:before{
    top:-8px;
}
.ModuleEventDetails .FinancialReport a[href*="event"]:before,
.UpcomingEvents .ModuleEvent .FinancialReport a[href*="event"]:before,
.upcoming-events .ModuleEvent .FinancialReport a[href*="event"]:before{
    content: "\e915";
}
.ModuleEventDetails .FinancialReport a[href$=".pdf"]:before,
.UpcomingEvents .ModuleEvent .FinancialReport a[href$=".pdf"]:before,
.upcoming-events .ModuleEvent .FinancialReport a[href$=".pdf"]:before{
    content: "\e90c";
}

.ModuleEventDetails .FinancialReport a[href*="event"]:before{
    content: "\e915";
}

.UpcomingEvents #latest-events .ModuleEvent{
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}
.UpcomingEvents #latest-events .ModuleEvent:last-child{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.UpcomingEvents .ModuleEvent:before,
.UpcomingEvents .ModuleEvent:after {
    content: " ";
    display: table;
}

.UpcomingEvents .ModuleEvent:after {
    clear: both;
}

.UpcomingEvents #latest-events .ModuleEvent .date{
    width:25%;
    float:left;
    padding-right:10px;
}

.UpcomingEvents #latest-events .ModuleEvent > ul{
    width:75%;
    float:left;
}

.UpcomingEvents .ModuleOuterContainer{
    position:relative;
}
.UpcomingEvents .RssLinkTopContainer{
    position:absolute;
    right:0;
    top:7px;
}
.UpcomingEvents .RssLinkTopContainer a{
    display: inline-block;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .upcoming-events{
        padding-left:15px;
    }
    .UpcomingEvents #events-calendar,
    .upcoming-events #events-calendar,
    .UpcomingEvents .calendar-legend,
    .upcoming-events .calendar-legend {
        float: none;
        padding-left:0;
    }
    .UpcomingEvents .calendar-legend,
    .upcoming-events .calendar-legend {
        margin-bottom: 30px;
        float: none;
    }

    .upcoming-events .btn-container {
        float: none;
    }

    .UpcomingEvents .RssLinkTopContainer{
        top:14px;
    }   
    .UpcomingEvents .RssLinkTopContainer a{
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .UpcomingEvents .calendar-legend ul li
    .upcoming-events .calendar-legend ul li {
        font-size: 12px;
    }
}

.error-container,
.ErrorContainer {
    color: red;
}


/* Featured Financials */

.LayoutHomePage .PaneContent {
    position: relative;
}

.featured-financials{
    padding-top:60px;
    width:30%;
}

.featured-financials:before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% + 234px);
    width: 50%;
    height: 100%;
    background: url(../design/finacial-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.featured-financials .ModuleOuterContainer {
    position: relative;
    z-index: 2;
}

.featured-financials h2 {
    color:#fff;
}


.featured-financials h2 span:before {
    content: "\e908";
    color:#fff;
}

.featured-financials .docs{
    margin-bottom:30px;
}
.featured-financials .docs li{
    margin-bottom:10px;
}
.featured-financials .docs a{
    color:#fff;
    display:inline-block;
    position:relative;
    padding-left:30px;
    line-height: 1.2;
}
.featured-financials .docs a:before {
    font-family: 'q4icons' !important;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    position:absolute;
    left:0;
    top:-5px;
    text-decoration: none !important;
}
.featured-financials .docs a:hover:before{
    text-decoration: underline;
}

.featured-financials .docs .cat-Press a:before{
    content: "\e90b";
}
.featured-financials .docs .cat-Press a.PDF:before,
.featured-financials .docs a.PDF:before {
    content: "\e90c";
}

.featured-financials .docs li.cat-Webcast a:before {
    content: "\e915";
}

@media screen and (max-width: 1199px) {
    .featured-financials:before {
        right: calc(50% + 194px);
    }
}

@media screen and (max-width: 1024px) {
    .featured-financials{
        background: url(../design/finacial-bg.jpg) no-repeat center center;
        background-size: cover;
        padding-bottom:45px;
    }
    .featured-financials:before {
        display:none;
    }
}
@media screen and (max-width: 480px) {
    .featured-financials{
        width:100%;
    }
}


/* Our Clinical */
.our-clinical{
    padding-top:60px;
    color:#fff;
    width:70%;
    padding-bottom:45px;
}
.our-clinical h2{
    color:#fff;
}
.our-clinical h2 span:before{
    content: "\e90f";
    color:#fff;
}
.our-clinical h2 span{
    vertical-align: middle;
}
.our-clinical:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 234px);
    width: 100%;
    height: 100%;
    background: url(../design/our-clinincal-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.our-clinical .ModuleOuterContainer {
    position: relative;
    z-index: 2;
    padding-left:17px;
}
.our-clinical p{
    font-size:20px;
    max-width:65%;
    float:left;
    margin-bottom:25px;
}
.our-clinical .btn{
    padding:12px 25px;
    float:right;
}
.tab-panels{
    clear:both;
}
.tab-panels .tabs{
    float:left;
    width:30%;
}
.tab-panels .tabs > li{
    line-height: 1;
    background: rgba(0,0,0,0.3);
    padding: 20px 15px;
    margin-bottom: 5px;
    cursor:pointer;
    color:#fff;
}
.tab-panels .tabs > li .tab-header{
    font-family: "Invention-Bold", Arial, sans-serif;
}

.tab-panels .tabs > li.green.active{
    background-color:#289392;
}

.tab-panels .tabs > li.purple.active{
    background-color:rgb(55,66,74);;
}

.tab-panels .tabs > li.orange.active{
    background-color:rgb(217,124,30);
}

.tab-panels .tabs > li .nr{
    font-size:26px;
    margin-right:5px;
}
.tab-panels .panel {
    display: none;
    min-height:208px;
    padding-left:35px;
    color:#fff;
    width:70%;
    float:left;
    position:relative;
}
.tab-panels .panel.active {
    display: inline-block;
}
.tab-panels .panel:before{
    content: '';
    height: 208px;
    width: 0;
    border-right: 35px solid #207d7b;
    border-bottom: 143px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    display:none;
}
.tab-panels .panel.active:before{
    display:block;
}
.tab-panels .panel.purple:before{
    height: 208px;
    border-right: 35px solid #283036;
    border-bottom: 71px solid transparent;
    border-top: 71px solid transparent;
}
.tab-panels .panel.orange:before{
    border-top: 143px solid transparent;
    border-right: 35px solid #ae7320;
    border-bottom: 0px solid transparent;
}
.tab-panels .panel .panel-inner{
    min-height:208px;
    padding:25px;
}
.tab-panels .panel.green .panel-inner{
    background-color:#289392;
}
.tab-panels .panel.purple .panel-inner{
    background-color:rgb(55,66,74);;
}
.tab-panels .panel.orange .panel-inner{
    background-color:rgb(217,124,30);
}



.tab-panels .column{
    display:inline-block;
    vertical-align: top;
    padding-right:10px;
    line-height: 1.3;
}
.tab-panels .column:last-child{
    padding-right:0;
}

.timeStamp{
    text-align: right;
    font-size:13px;
}

.mobile-content{
    display:none;
}
.mobile-content li{
    line-height:1.3;
}

@media screen and (max-width: 1199px) {
    .our-clinical p{
        max-width:60%;
    }
    .tab-panels .tabs > li .tab-header{
        font-size:13px;
    }
    .tab-panels .panel .panel-inner{
        font-size:13px;
        padding:15px;
    }
    .our-clinical:before {
        left: calc(50% - 194px);
    }
}

@media screen and (max-width: 1024px) {
    .our-clinical{
        background: url(../design/our-clinincal-bg.jpg) no-repeat center center;
        background-size: cover;
    }
    .our-clinical:before {
        display:none;
    }
    .our-clinical .ModuleOuterContainer{
        padding-left:0;
    }
}
@media screen and (max-width: 768px) {
    .tab-panels .tabs{
        width:100%;
        float:none;
    }

    .tab-panels .panel.active{
        display:none;
    }

    .active .mobile-content{
        display:block;
    }

    .tab-panels .tabs > li .tab-header{
        display:block;
        font-size:20px;
    }
    .tab-panels .tabs > li.active .tab-header{
        margin-bottom:15px;
    }
    .tab-panels .tabs > li .tab-header .nr{
        font-size:30px;
    }

    .our-clinical p{
        max-width:100%;
    }
    .our-clinical .btn{
        float:none;    
        margin-bottom:25px;
    }

}
@media screen and (max-width: 480px) {
    .our-clinical{
        width:100%;
    }
}


/* Discover More Section */

.LayoutHomePage .PaneRight {
    padding-top: 45px;
    padding-bottom: 60px;
}

.discover-more h2 span:before{
    content: "\e929";
}
.discover-more img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.discover-more .btn:focus,
.discover-more .btn {
    display: block;
    padding: 12px 5px;
}

@media screen and (max-width: 768px) {
    .discover-more .col {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .discover-more .col {
        margin-bottom: 25px;
    }
    .discover-more img {
        margin-bottom: 0;
    }
}

.LayoutOneColumn .PaneContent,
.LayoutThreeColumn .PaneContent{
    padding:55px 0;
}

.LayoutTwoColumn .PaneLeft{
    padding:55px 0 90px; 
}
.LayoutTwoColumn .PaneContent,
.LayoutTwoColumn .PaneRight{
    padding:90px 0;
}

.longPage .PaneContent{
    background-color:#f5f5f5;
}

.longPage .PaneRight{
    background-image:url('../design/pres-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .LayoutTwoColumn .PaneLeft,
    .LayoutTwoColumn .PaneContent,
    .LayoutTwoColumn .PaneRight{
       padding:55px 0;
    }   
}


/* Quarterly Reports */
.quarterly-reports h2 span:before{
    content: "\e908";
}

.quarterly-reports select{
    display:none;
}

.quarterly-reports .years label{
    font-size:20px;
    text-transform: uppercase;
    color:#289392;
    vertical-align: middle;
    margin-right:10px;
}
.quarterly-reports .years{
    margin-bottom:15px;
}
.quarterly-table .categories-column{
    border-left:1px solid #e1e1e1;
}
.quarterly-table .categories-column li{
    line-height: 21px;
    padding: 22px 30px;
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.quarterly-table .categories-column li:nth-child(odd){
    background-color:#f5f5f5;
}
.quarterly-table .categories-column li:first-child{
    background-color:#289392;
    color:#fff;
    text-transform: uppercase;
}
.quarterly-table .items .item .quarter,
.quarterly-table .items .item li{
    line-height: 65px;
}
.quarterly-table .items .item li{
    text-align: center;
    height:65px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.quarterly-table .items .item li a{
    color:#2a9493;
    font-size:24px;
}
.quarterly-table .items .item li a:hover{
    text-decoration: none;
}
.quarterly-table .items .item li:nth-child(even){
    background-color:#f5f5f5;
}
.quarterly-table .items .item .short-type{
    background-color: #289392;
    color:#fff;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    height: 65px;
    border-right: 1px solid #e1e1e1;
}
.quarterly-table .items .item a.PDF:before,
.quarterly-table .items .item li.cat-webcast a:before,
.quarterly-table .items .item .cat-release a:before{
    font-family: 'q4icons' !important;
 
}

.quarterly-table .items .item .cat-release a:before{
    content: "\e90b";
}
.quarterly-table .items .item a.PDF:before,
.quarterly-table .items .item .cat-release a.PDF:before{
    content: "\e90c";
}
.quarterly-table .items .item li.cat-webcast a:before{
    content: "\e915";
}

.mobile-label{
    display:none;
    vertical-align: top;
    width:65%;
}
@media screen and (max-width: 768px) {
    .quarterly-table .categories-column{
        display:none;
    }
    .quarterly-table .items .item .short-type{
        height:40px;
    }
    .quarterly-table .items .item{
        margin-bottom:15px;
    }
    .quarterly-table .items .item li{
        height:40px;
        text-align: left;
        border-left:1px solid #e1e1e1;
        padding:0 15px;
    }
    .quarterly-table .items .item li a{
        vertical-align: top;
        line-height: 38px;
        display: inline-block;
        float:right;
    }
    .quarterly-table .items .item .quarter, 
    .quarterly-table .items .item li{
        line-height: 40px;
    }
    .mobile-label{
        display:inline-block;
    }
}

/* Events & Presentation */
.UpcomingEvents h2 span:before{
    content: "\e905";
}



.past-events h2{
    float:left;
    margin-bottom:10px;
}

.past-events select{
    display:none;
}

.past-events h2 span:before{
    content: "\e905";
}

.past-events .ModuleTagSelect + .sbHolder{
    width:240px;
}

.past-events .ModuleYearSelect + .sbHolder .sbOptions{
    width:120px;
}

.past-events .ModuleEvent .ModuleHeadlineLink{
    display:inline;
    color:#289392;
    font-size:20px;
}

.past-events .ModuleYearNavContainer{
    float:left;
    margin-left:50px;
    padding-top:5px;
    padding-bottom:5px;
}
.past-events .sbHolder{
    margin-right:10px;
}

.past-events .ModuleContainerInner{
    clear:both;
    border-top:1px solid #e1e1e1;
    padding-top:25px;
}

.past-events .ModuleEvent .ModuleDateContainer span{
    text-transform: uppercase;
}

.past-events .event-tag{
    font-family: "Invention-Bold", Arial, sans-serif;
}

.past-events .Other{
    color:rgb(55,66,74);;
}
.past-events .Earnings{
    color:#289392;
}
.past-events .Investor{
    color:rgb(217,124,30);
}
.past-events .event-links *{
    display:inline-block;
}
.past-events .event-links .WebcastLink,
.past-events .event-links .presentation{
    width:50%;
    padding:0 5px;
    margin-bottom: 10px;
}
.past-events .event-links .ModuleLinks{
    display:inline;
}
.past-events .event-links .ModuleLinks li{
    width:50%;
    padding:0 5px;
}
.past-events .event-links a{
    padding:0 0 0 30px;
    position:relative;
    margin:0;
    display: inline;
}
.past-events .event-links .FinancialReport a{
    padding:0;
}
.past-events .event-links a:before{
    font-family: 'q4icons' !important;
    font-size:24px;
    position:absolute;
    left:0;
    top:-6px;
    text-decoration: none !important;
}
.past-events .event-links a:hover:before{
    text-decoration: underline;
}
.past-events .event-links .FinancialReport a:before{
     left:-30px;
}
.past-events .event-links .FinancialReport li{
    max-width:50%;
    vertical-align: top;
    padding:0 5px 0 30px;
    margin-bottom: 10px;
}
.past-events .FinancialReport a:before{
    content: "\e90b";
}
.past-events .FinancialReport a[href$=".pdf"]:before{
    content: "\e90c";
}
.past-events .FinancialReport a[href*="event"]:before{
    content: "\e915";
}

.past-events .ModuleEvent .ModuleItemRow{
    padding-bottom:20px;
    border-bottom:1px solid #e1e1e1;
}

.past-events .pager{
    text-align: center;
}
.past-events .pager-disabled{
    visibility: hidden;
}
.past-events .ModuleYearNavContainer .sbHolder a{
    margin-bottom:0;
}
.past-events .ModuleYearNavContainer .sbHolder a:hover{
    color:#333;
}




@media screen and (max-width: 1024px) {
    .past-events h2,
    .past-events .ModuleYearNavContainer{
        float:none;
        margin-left:0;
        margin-bottom:0;
    }

    .past-events .sbHolder{
        margin-bottom:10px;
    }

    .past-events .event-links .FinancialReport li{
        max-width:100%;
    }

    .past-events .event-links .WebcastLink,
    .past-events .event-links .presentation,
    .past-events .event-links .ModuleLinks li{
        width:100%;
    }

    .past-events .ModuleEvent .ModuleHeadlineLink{
        display:inline-block;
    }
}

.featured-presentation{
    width:50%;
    display:inline-block;
    vertical-align: top;
}
.featured-presentation h2 span:before{
    content: "\e905";
}
.featured-presentation .ModuleYearNavContainer{
    display:none;
}
.featured-presentation .ModuleHeadline{
    font-size:20px;
    color:#289392;
    margin-bottom:5px;
}
.featured-presentation.ModulePresentation .PresentationLinks a{
    background:none;
    padding:0;
    margin:0;
    color:#333;
}
.featured-presentation.ModulePresentation .PresentationLinks a:hover{
    color: #289392;
    text-decoration: underline;
}
.featured-presentation.ModulePresentation .DocumentFileLink:before{
    font-size:24px;
    vertical-align: bottom;
    line-height: 1;
    position:relative;
    left:-3px;
    top:0px;
    margin-right:0;
    display: inline-block;
    text-decoration: none !important;
}
.featured-presentation.ModulePresentation .PresentationLinks a:hover:before{
    text-decoration: underline;
}
.featured-presentation.ModulePresentation .ModuleDateContainer{
    margin-bottom:0;
}


.slideshare{
   
    width:50%;
    max-width:500px;
    vertical-align: top;
    display: inline-block;
    position: relative;
}


.slideshow {
    position: relative;
    padding-bottom: 82.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.slideshow iframe,
.slideshow object,
.slideshow embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .featured-presentation{
        width:100%;
    }
    .slideshare{
        width:100%;
    }
}


@media screen and (max-width: 359px) {
    .past-events .ModuleTagSelect + .sbHolder{
        width:170px;
    }
    .past-events .sbHolder,
    .past-events .ModuleYearSelect + .sbHolder .sbOptions{
        width:170px;
    }
}





/* Annual Reports */
.annualText h2 span:before{
    content: "\e908";
}

.ArchivedAnnual select{
    display:none;
}

.ArchivedAnnual .years{
    margin-bottom:15px;
}
.ArchivedAnnual .years label{
    font-size: 20px;
    text-transform: uppercase;
    color: #289392;
    vertical-align: middle;
    margin-right: 10px;
}
.ArchivedAnnual .docs li{
    margin-bottom:5px;
}
.ArchivedAnnual .docs a{
    line-height: 1;
}
.ArchivedAnnual .docs a:before{
    font-family: 'q4icons' !important;
    content: "\e90c";
    font-size:24px;
    line-height: 1;
    vertical-align: bottom;
    display:inline-block;
    color:#2a9493;
    text-decoration: none !important;
}
.ArchivedAnnual .docs a:hover:before{
   /* color:#333;*/
    text-decoration: underline;
}



/* SEC Filings */
.event-tabs{
    display:block;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.event-tabs li{
    display:inline-block;
    margin-bottom:-1px;
}
.event-tabs li a{
    font-size:18px;
    margin-right:0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}
.event-tabs li a:hover{
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;

}
.event-tabs li.active a{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.sec-tab{
    display:none;
    padding-top:20px;
}
.sec-tab select{
    display:none;
}
.sec-tab.active{
    display:block;
}
.sec-tab h2{
    font-size:20px;
    margin-bottom:10px;
}

.sec-tab .noItems{
    display:block;
    padding-top:15px;
    padding-left:1px;
}

@media screen and (max-width: 620px) {
    .event-tabs{
        border:none;
    }
    .event-tabs li{
        display:block;
        margin:0;
    }
    .event-tabs li a{
        border-radius:0;
    }
    .event-tabs li.active a{
        border:none;
        color:#fff;
        background-color:#289392;
    }
    .event-tabs li a:hover{
        border-color: #eee #eee #eee;
    }
}


/* SEC */
.sec-tab .sec-filters {
  margin-bottom: 20px;
}
.sec-tab .sec-filters label {
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #289392;
  font-size:20px;
}
.sec-tab .category .sbHolder {
  min-width: 240px;
}
.sec-tab .showing {
  float: left;
  padding: 10px 0;
}
.sec-tab .pager {
  padding: 10px 0;
}
.sec-tab .pager > span {
  cursor: pointer;
  color: #13a29c;
  margin-left: 20px;
}
/*.sec-fil .pager > span: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;
}*/
.sec-tab .pager-disabled {
  display:none;
}
/*.sec-fil .pager .pager-prev:before {
  content: "\e603";
}
.sec-fil .pager .pager-next:before {
  content: "\e606";
}*/
@media screen and (min-width: 769px) {
    .sec-tab .header,
    .sec-tab .item {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
    }
    .sec-tab .item[style*="block"] {
        display: table!important;
    }
}
.sec-tab .header > *,
.sec-tab .item > * {
  padding: 5px 15px;
  display: table-cell;
  border-top: 0 none;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  border-top:0;
}
.sec-tab .item .description {
  text-align: left;
}
.sec-tab .item:nth-child(2n) > * {
  background-color: #f5f5f5;
}
.sec-tab .header > * {
  text-align: left;
   border-top:1px solid #e3e3e3;
   background-color:#289392;
   color:#fff;
   text-transform: uppercase;
}
.sec-tab .download ul,
.ModuleSECFilingDetails ul.Icons  {
  margin: 0!important;
  padding: 0!important;
  list-style-type: none;
}
.sec-tab .download ul{
    display: inline-block;
}
.ModuleSECFilingDetails ul.Icons li,
.sec-tab .download ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.sec-tab .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: 24px;
}
.ModuleSECFilingDetails .Icons a > i {
  font-size: 24px;
  color: #2a9493;
  transition: all 0.3s;
}
.ModuleSECFilingDetails .Icons a:hover i{
     /*color:#333;*/
}
.ModuleSECFilingDetails .Icons a:hover{
    text-decoration: none;
}
.sec-tab .download a.RTF:before {
  content: "\e903";
}
.sec-tab .download a.CONVPDF:before {
  content: "\e90c";
}
.sec-tab .download a.XLS:before {
  content: "\e906";
}
.sec-tab .download a.XBRL_HTML:before {
   content: "\e90b";
}
.sec-tab .download a.XBRL:before {
  content: "\e917";
}

.sec-tab .header .date,
.sec-tab .item .date {
  width: 170px;
}
.sec-tab .item .date,
.ModuleSECFilingDetails .ModuleDate{
    text-transform: uppercase;
}
.sec-tab .header .type,
.sec-tab .item .type{
    width:130px;
}
.sec-tab .header .download,
.sec-tab .item .download {
  width: 200px;
}
.ModuleSECFilingDetails .ModuleContainerInner > * {
  padding: 5px 0;
}
.ModuleSECFilingDetails {
  padding-bottom: 50px;
}
.sec-tab .download a{
    color:#2a9493;
}
.sec-tab .download a:hover{
    text-decoration: none;
}
.sec-tab .RssLinkTopContainer a{
    display:inline-block;
    line-height: 35px;
}
@media screen and (max-width: 768px) {
    .sec-tab .header {
        display: none;
    }
    .sec-tab .item {
        padding: 0;
        display: block;
        border:1px solid #e1e1e1;
        border-top:0;
    }
    .sec-tab .items .item:first-child{
        border-top:1px solid #e1e1e1;
    }
    .sec-tab .item[style*="table"] {
        display: block!important;
    }
    .sec-tab .item > * {
        display: block;
        width: 100%!important;
        text-align: left;
        padding: 5px 10px;
        border: 0 none;
    }
    .sec-tab .sec-filters > .years {
        margin-bottom: 20px;
    } 
    .sec-tab .category .sbHolder{
        min-width:235px;
    }

    .sec-tab .category .sbHolder .sbSelector{
        text-indent: 20px;
    }
    .sec-tab .category .sbHolder .sbOptions a{
        text-indent: 13px;
    }

    .sec-tab .item span.date,
    .sec-tab .item span.type,
    .sec-tab .item span.description,
    .sec-tab .item span.download{
        position:relative;
        padding:5px 10px 5px 100px;
    }
    .sec-tab .item span.date:before,
    .sec-tab .item span.type:before,
    .sec-tab .item span.description:before,
    .sec-tab .item span.download:before{
        position:absolute;
        left:10px;
        top:5px;
    }

    .sec-tab .item span.date:before{
        content:'Date';
    }
    .sec-tab .item span.type:before{
        content:'Type';
    }
    .sec-tab .item span.description:before{
        content:'Description';
    }
    .sec-tab .item span.download:before{
        content:'Download';
    }



}

@media screen and (max-width: 767px) {
    .sec-fil{
        position:relative;
    }
    .sec-tab .RssLinkTopContainer{
        float:none;
        display:block;
        padding-top:15px;
        text-align: right;
    }
    .sec-tab .RssLinkTopContainer a{
        line-height: 28px;
    }
    .sec-fil .RssLinkTopContainer{
        padding-top:0;
        position:absolute;
        top:20px;
        right:0;
    }
}


.certification .ModuleOuterContainer > h2{
    display:none;
}
.dwl-List .list{
    border:1px solid #e1e1e1;
}
.dwl-List .list p {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    width: 35%;
   
}
.dwl-List .list >li{
    border-top:1px solid #e1e1e1;
}
.dwl-List .list >li:first-child{
    border-top:none;
}

.dwl-List .list .docs {
    display: inline-block;
    width: 65%;
}

.dwl-List .list .docs li {
    display: inline-block;
    padding: 3px 15px;
    width: 50%;
    border-left:1px solid #e1e1e1;
}
.dwl-List .list .docs li i{
    font-size:24px;
    vertical-align: middle;
    display:inline-block;
    color:#289392;
}


.dwl-List .list > li:nth-child(even){
    background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
    .dwl-List .list p{
        width:100%;
    }
    .dwl-List .list .docs li{
        width:100%;
        border:none;
    }
}


/* Stock Qoute & Charts */

.stockQuoteContainer h2 span:before{
    content: "\e911";
}
.stockQuoteContainer.StockQuoteContainer .StockPage{
    background-color:#289392;
    text-transform: uppercase;
    font-size:16px;
    color:#fff;
}
.stockQuoteContainer .ModuleInnerContainer ul{
    border-left:1px solid #e1e1e1;
}
.StockQuoteContainer .ModuleInnerContainer ul li{
    padding: 5px 15px;
    border-bottom: 1px solid #e1e1e1;
   
}
.stockQuoteContainer.StockQuoteContainer ul li:nth-child(even){
     border-right: 1px solid #e1e1e1;
     text-align: right;
}
.stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+5){
    background-color:#f5f5f5;
}
.stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+9){
    background-color:#fff;
}
.stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+13){
    background-color:#f5f5f5;
}
.stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+17){
    background-color:#fff;
}
.stockQuoteContainer p .StockTableTextLabel{
    float:left;
}

.stockQuoteContainer .StockQuoteIndice{
    display:none;
}
@media screen and (max-width: 768px) {
    .stockQuoteContainer.StockQuoteContainer p span{
        display:block;
        margin-left:0;
    }
    .stockQuoteContainer.StockQuoteContainer .ModuleInnerContainer ul li{
        padding:5px 10px;
    }
}
@media screen and (max-width: 480px) {
    .stockQuoteContainer.StockQuoteContainer .ModuleInnerContainer ul li{
        width:50%;
        display: inline-block;
    }

    .stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+5),
    .stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+9),
    .stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+13),
    .stockQuoteContainer.StockQuoteContainer ul li:nth-child(n+17){
        background-color:#fff;
    }
    .stockQuoteContainer.StockQuoteContainer ul li:nth-child(4n+4),
    .stockQuoteContainer.StockQuoteContainer ul li:nth-child(4n+3){
        background-color:#f5f5f5;
    }
}


.stockChart h2 span:before{
    content: "\e911";
}

input[type="text"].highcharts-range-selector{
    box-sizing:content-box;
    line-height: 15px;
}

/* Historical Price Look-up */

.historical select{
    display:none;
}
.historical h2 span:before{
    content: "\e912";
}
.historical .stock-historical .stock-selects > span{
    vertical-align: middle;
    text-transform: uppercase;
}
.stock-historical .stock-table ul li.alt{
    background-color:#f5f5f5;
}
.stock-historical .stock-table ul{
    border-left:1px solid #e1e1e1;
}
.stock-historical .stock-table ul li{
    border-bottom:1px solid #e1e1e1;
    padding:0;
}
.stock-historical .stock-table ul li span{
    border-right: 1px solid #e1e1e1;
    padding: 5px 15px;
    display: inline-block;
    margin:0;
}
.stock-historical .stock-table > ul > li:first-child span.badge{
    text-transform: uppercase;
}
.historical .stock-historical ul.sbOptions li{
    padding: 0 7px;
}

.historical .stock-historical .stock-selects{
    background-color:#289392;
    color:#fff;
    padding: 10px 15px;
}

.stock-historical .stock-selects button{
    display: inline-block;
    font-size: 18px;
    color: #289392;
    text-align: center;
    line-height: 21px;
    padding: 5px 25px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    text-transform: uppercase;
    cursor:pointer;
    vertical-align: middle;
    height:35px;
}
.stock-historical .stock-selects button:hover{
    background-color: #009994;
    color:#fff;
    border-color:#fff;
}

.historical .stock-table > span{
    display:block;
    padding-top:15px;

}

@media screen and (max-width: 768px) {
    .stock-historical .stock-table ul li span.text{
        border-right:0;
    }
    .stock-historical .stock-table ul li span.badge{
        float:right;
    }
    .stock-historical .stock-selects button{
        width:120px;
    }
}

.historical-text a i{
    display:inline-block;
    font-size:24px;
    vertical-align: middle;
}
/*.historical-text a:hover i{
    color:#333;
}*/

/* Investment Calculator */

.invCalc h2 span:before{
    content: "\e913";
}

.invCalc .calc-widget-investment-calculator .compare .calc-input{
    width:100%;
}
.invCalc .other input[type="text"]{
    margin-top:10px;
    display:none;
}
.invCalc .other .checked + input[type="text"]{
    display:block;
}
.invCalc .icheckbox{
    vertical-align: baseline;
}


.ui-datepicker .ui-datepicker-title select {
    cursor: pointer;
    outline: none;
}
#ui-datepicker-div {
    background-color: #3c5b9a;
    display:none;
    width: 260px;
}
#ui-datepicker-div {
    border: 0;
    background: none;
    color: inherit;
    font-size: 13px;
    margin: 0;
    padding:0;
    border:1px solid #e1e1e1;
}
#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: #289392;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
}
#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: #333;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
    background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background: none;
    background-color: #289392;
    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: #333;
    font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
    text-align: center;
    width: 14.2857%;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
    color: #333;
}
#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%;
}


/* Divident */
.divident h2 span:before{
    content: "\e903";
}

/* Stock Splits */
.sgp h2 span:before,
.stockSplits h2 span:before{
    content: "\e903";
}

/* Analyst Coverage */
.analyst-coverage h2 span:before{
    content: "\e913";
}


/* News */
.news h2 span:before{
    content: "\e909";
}
.news .RssLinkTopContainer{
    line-height: 35px;
}
.news .year-sel{
    margin-bottom:25px;
}
.news .ModuleDate{
    line-height: 1;
    font-size:15.4px;
    text-transform: uppercase;
}
.news .ModuleHeadlineLink{
    font-size: 22px;
    line-height: 1.2;
}
.news .ModuleItemRow{
    margin-bottom: 25px;
}
.news .newsPagination li{
    display:inline-block;
    color: #13a29c;
    margin-right:10px;
    cursor:pointer;
}
.news .newsPagination li.pager-disabled{
    display:none;
}

/* Governance */
.downloadList.ModuleDownloadListWithTags .ModuleItemRow{
    padding:10px 15px;
    border-bottom:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}
.downloadList .ModuleItemRow.ModuleItemAlt{
    background-color:#f5f5f5;
}
.downloadList .ModuleContentContainer{
    border-top:1px solid #e1e1e1;
}

.downloadListLinks.ModuleDownloadListWithTags .ModuleHeadlineLink:after{
    display:none;
}
.downloadListLinks.ModuleDownloadListWithTags .ModuleHeadlineLink{
    position:relative;
    padding-left:30px;
}
.downloadListLinks.ModuleDownloadListWithTags .ModuleHeadlineLink:before{
    font-family: "q4icons";
    content: "\e90c";
    display: inline-block;
    font-size: 24px;
    position:absolute;
    left:0;
    top:-10px;
    text-decoration: none !important;
}
.downloadListLinks.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:before{
     text-decoration: underline;
}

.subnav .PaneLeft{
    background-color: #f2f2f2;
    padding:10px 0;
}

.gov-secondaryNav{
    text-align: center;
}
.gov-secondaryNav li{
    display:inline-block;
    margin:0 5px;
}
.gov-secondaryNav li a{
    display:block;
    line-height: 21px;
    padding: 12px 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #33cbc5;
    background-color: #009994;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    text-transform: uppercase;
}
.gov-secondaryNav li a:hover{
    background: #f2f3f5 none repeat scroll 0 0;
    border: 1px solid #243444;
    color: #243444;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .gov-secondaryNav li a{
        font-size:15px;
        padding:12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .gov-secondaryNav li{
        display: block;
        margin-bottom:5px;
    }
}

/* FAQs */
.FaqDetailList{
    border-top:1px solid #e1e1e1;
}
.FaqContainer .ModuleItemRow{
    padding: 5px 15px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.FaqContainer .ModuleItemRow:nth-child(even){
    background-color:#f5f5f5;
}
.FaqContainer .FaqQuestion{
    text-transform: uppercase;
    margin-bottom:0;
    cursor: pointer;
    position:relative;
    padding-right:50px;
}
.FaqContainer .FaqQuestion:after{
    font-family: 'q4icons' !important;
    content: "\e64a";
    font-size:16px;
    line-height: 25px;
    display:inline-block;
    top:0;
    right:0;
    position:absolute;
}
.FaqContainer .FaqQuestion.active:after{
    content: "\e650";
}

.FaqContainer h2 span:before{
    content: "\e907";
}

.PageInvestorResourcesFAQs .PageTitleBreadcrumb{
    text-transform: none;
}


/* Stockholder Services */
.stockInvestmentPlan h2 span:before{
    content: "\e912";
}

.border{
    padding:15px;
    border:1px solid #e1e1e1;
    margin-bottom:15px;
}

.border ul{
    list-style: disc;
    margin-left:15px;
}

/* Contact Us */
.contact-text h2 span:before{
    content: "\e902";
}
.contact-text p strong a{
    color:#333;
}


/* Information Request */
.downloadMaterial h2 span:before{
    content: "\e903";
}

.downloadMaterial a:hover{
    text-decoration: none;
}
.downloadMaterial i{
    font-size:24px;
}

.PageInvestorResourcesSignupforEmailAlerts .EditSubscriberConfirmation{
    margin-bottom:50px;
}

.PageInvestorResourcesSignupforEmailAlerts .EditSubscriberConfirmation:empty{
    margin-bottom:0;
}

/* Email Alerts */
.subscribe-text h2 span:before{
    content: "\e904";
}
.RequiredField{
    color:#FF0000;
}



/* Other */
.jointVentures h2 span:before,
.mergers h2 span:before{
    content: "\e903";
}

.subtitle h2{
    font-size:20px;
    text-transform: uppercase;
    margin-bottom:10px;
}


/* Why Invest */
.whyInvest h2 span:before{
    content: "\e911";
}

/* rss feeds */
.rssFeeds h2 span:before{
    content: "\e907";
}
.rssFeeds .rss-icons a i{
    display:inline-block;
}

/* Legal */
.legal h2 span:before{
    content: "\e903";
}

/* fancbybox pop-up */
.modal-content h4{
    font-family: "Invention-Regular", sans-serif;
    font-weight: 700;
    color: #768dc1;
}
.modal-header{
    padding-bottom:5px;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:15px;
}


.MailingListActivationContainer{
    color:green;
}

.LayoutDefault {
    overflow-x:hidden;
}

/* events page disclaimer */
.disclaimer h4 {
    color: #676767;
    margin: 0;
    padding: 3px;
}
.disclaimer p {
    color: #676767;
    line-height: 21px;
    margin-bottom: 15px;
    padding: 3px;
}
.footer-acc-dec {
    text-align: center;
}
.footer-acc-dec a {
    padding-left: 5px;
    padding-right: 5px;
}

sup{
    position:relative;
    font-size:75%;
    top:-0.5em;
}


.mobile-nav {
   font-family: "DIN W01 Regular","Arial Narrow", Arial, sans-serif;
}
.sub-menu-row ul li:last-child {
    /* padding: 4px 0; */
    border-left: 1px solid #ccc;
    margin: 4px 0 4px 15px;
    
}
.sub-menu-row img.img-responsive.essential {
    margin: 0 0 4px 4px;
   
    
}
.sub-menu-row ul li a.firstLink {
    padding-left: 3px;
}
@media screen and (min-width: 1367px) {
.sub-menu-row ul li a.firstLink {
    padding-left: 4px;
}
}
@media screen and (max-width: 1223px) {
.main-menu-row .corp-menu > li > a {
    font-size: 11px;
    /*margin: 0 5px;*/
    line-height: 18px;
}
.sub-menu-row ul {
    /*margin-right: 0px;*/  
}

}


/*---00166660----*/
p#mmgallerylink {
    display: none;
}

/*---00166660----*/