@font-face {
    font-family: 'gesans-regular';
    src: url('../fonts/gesans-regular.ttf');
    src: url('../fonts/gesans-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gesans-regular.woff2') format('woff2'),
        url('../fonts/gesans-regular.woff') format('woff'),
        url('../fonts/gesans-regular.ttf') format('truetype'),
        url('../fonts/gesans-regular.svg#svggesans-regular') format('svg');
}

/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/
/*--------------- Reset CSS ---------------*/
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video

/* div, p, a, ol, ul, li, span */
    {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Negative Margin Fix for Toast Columns */
html,
.col {
    font-family: 'gesans-regular';
    font-size: 16px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}

/*-------------- Typography ---------------*/
h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/
/*------------ Default Styles -------------*/
a:focus {
    text-decoration: underline !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*--- Accessibility Skip Navigation Link --*/
.accSkipLink a {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline: 0;
}

.accSkipLink a:visited {
    color: #fff;
}

#maincontent:focus {
    outline: 0px;
}

/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/
/*--------------- Toast CSS ---------------*/
/* The Important Bits */
/* Negative Margin Fix */
.grid,
.grid-no-gutter {
    font-size: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}

/* The Column Widths */
.col-1-of-1,
.col-2-of-2,
.col-3-of-3,
.col-4-of-4,
.col-5-of-5,
.col-6-of-6,
.col-8-of-8,
.col-12-of-12 {
    width: 100%;
}

.col-1-of-2,
.col-2-of-4,
.col-3-of-6,
.col-4-of-8,
.col-6-of-12 {
    width: 50%;
}

.col-1-of-3,
.col-2-of-6,
.col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3,
.col-4-of-6,
.col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4,
.col-2-of-8,
.col-3-of-12 {
    width: 25%;
}

.col-3-of-4,
.col-6-of-8,
.col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2,
.col-push-3-of-3,
.col-push-4-of-4,
.col-push-5-of-5,
.col-push-6-of-6,
.col-push-8-of-8,
.col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2,
.col-push-2-of-4,
.col-push-3-of-6,
.col-push-4-of-8,
.col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3,
.col-push-2-of-6,
.col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3,
.col-push-4-of-6,
.col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4,
.col-push-2-of-8,
.col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4,
.col-push-6-of-8,
.col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2,
.col-pull-3-of-3,
.col-pull-4-of-4,
.col-pull-5-of-5,
.col-pull-6-of-6,
.col-pull-8-of-8,
.col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2,
.col-pull-2-of-4,
.col-pull-3-of-6,
.col-pull-4-of-8,
.col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3,
.col-pull-2-of-6,
.col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3,
.col-pull-4-of-6,
.col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4,
.col-pull-2-of-8,
.col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4,
.col-pull-6-of-8,
.col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }

    .col.col-lg-1-of-2,
    .col.col-lg-2-of-4 {
        width: 50%;
    }

    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }

    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }

    .col.col-lg-1-of-4 {
        width: 25%;
    }

    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }

    .col.col-lc-1-of-2,
    .col.col-lc-2-of-4 {
        width: 50%;
    }

    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }

    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }

    .col.col-lc-1-of-4 {
        width: 25%;
    }

    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }

    .col.col-md-1-of-2,
    .col.col-md-2-of-4 {
        width: 50%;
    }

    .col.col-md-1-of-3 {
        width: 33.33333%;
    }

    .col.col-md-2-of-3 {
        width: 66.66667%;
    }

    .col.col-md-1-of-4 {
        width: 25%;
    }

    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@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: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*--------------- SelectBox  --------------*/
.sbHolder {
    border-bottom: 1px solid #00b5e1;
    font-weight: normal;
    height: auto;
    min-height: 30px;
    position: relative;
    width: auto;
    min-width: 70px;
    margin-bottom: 10px;
}

.sbHolder a {
    color: #656565;
}

.sbSelector {
    display: block;
    height: auto;
    min-height: 30px;
    left: 0;
    line-height: 22px;
    outline: none;
    overflow: hidden;
    position: relative;
    top: 0;
    padding: 4px 30px 4px 0;
    width: 100%;
}

.sbToggle {
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    line-height: 26px;
    text-align: center;
}

.sbToggle:after {
    content: "\e922";
    font-family: "q4icons";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 7px;
}

.sbToggleOpen:after {
    content: "\e922";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 2px;
}

.sbOptions {
    list-style: none;
    margin: 1px 0 0 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    left: -1px;
    right: -1px;
    z-index: 1;
    overflow-y: auto;
    border: 1px solid #f5f5f5;
    background: #fff;
    height: 190px;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 7px;
}

.sbOptions li:hover {
    background: #00b5e1;
}

.sbOptions li:hover a {
    color: #fff;
}

@media screen and (min-width: 350px) {
    .sbHolder {
        display: inline-block;
        vertical-align: top;
    }
}

/*-----------------------------------------*\
----------- 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: "\e902";
    display: inline-block;
    float: right;
    cursor: pointer;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e638";
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e90b";
}

.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}

/*------------- Event Modules -------------*/
.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}

.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModuleEvent .ModuleLinks .Audio a:before,
.ModuleEventLatest .ModuleLinks .Audio a:before,
.ModuleEventDetails .ModuleLinks .Audio a:before {
    content: "\e647";
}

.ModuleEvent .ModuleLinks .Video a:before,
.ModuleEventLatest .ModuleLinks .Video a:before,
.ModuleEventDetails .ModuleLinks .Video a:before {
    content: "\e90c";
}

.ModuleEvent .ModuleLinks .Document a:before,
.ModuleEventLatest .ModuleLinks .Document a:before,
.ModuleEventDetails .ModuleLinks .Document a:before {
    content: "\e902";
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    margin: 10px 0 15px;
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModuleEvent 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;
}

.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}

.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
    color: #000;
}

.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;
}

.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}

.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    width: 10%;
}

.MailingListSignupContainer table table {
    margin: 0;
}

.MailingListSignupContainer .NoBr {
    display: none;
}

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

/*-------------- Person List --------------*/
.PersonGenericContainer .PersonContainer {
    margin-bottom: 25px;
}

.PersonGenericContainer .PersonDetailsContainer>div {
    vertical-align: middle;
}

.PersonGenericContainer .PersonPhoto img,
.PersonGenericDetailsContainer .PersonDetailsImageContainer img {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 1rem;
}

.PersonGenericContainer h3,
.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.PersonGenericContainer .PersonDescription>span,
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer>span {
    line-height: 200%;
}

@media screen and (max-width: 768px) {

    .PersonGenericContainer .PersonPhoto,
    .PersonGenericContainer h3 {
        text-align: center;
    }
}

/*---------  Presentation Module ----------*/
.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePresentation .ModuleYearNavContainer,
.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.ModulePresentation .ModuleYearNavContainer a,
.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Overwrite FileSize of Default Document Link */
.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}

/*--------- Press Release Modules ---------*/
.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate {
    display: inline-block;
    margin-bottom: 10px;
}

.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}

.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
    font-size: 2rem;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    margin: 1rem 0;
    line-height: 1.5rem;
}

div.prDetails .PageDefaultInner .PaneContent {
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    list-style: inside;
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}

/*---------- Quick Links Modules ----------*/
.RightColumnBlock {
    display: none;
}

/*------------- Search Modules ------------*/
.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}

.SearchResultsContainer .SearchResultUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

/*----------- SEC Filing Modules ----------*/
.RegulatoryFilingContainer .FormGroupsContainer,
.RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}

.RegulatoryFilingContainer .FormGroupsContainer select {}

.RegulatoryFilingContainer .FormGroupsContainer input {}

.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.RegulatoryFilingContainer .ModuleHeader>span,
.RegulatoryFilingContainer .ModuleItemRow>span,
.RegulatoryFilingContainer .ModuleItemRow>a,
.RegulatoryFilingContainer .ModuleItemRow>ul {
    padding: 10px;
}

.RegulatoryFilingContainer .ModuleHeader>span {
    background-color: rgba(0, 0, 0, 0.1);
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.RegulatoryFilingContainer .Icons li {
    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-table ul li,
.stock-historical .stock-selects {
    padding: 10px;
    width: 100%;
}

.StockQuoteContainer .StockPage,
.stock-historical .stock-selects {
    background-color: #F0F3F7;
}

.stock-selects select {
    display: none;
}

.stock-historical .stock-selects>div {
    margin: 0 10px 10px 0;
}

.stock-historical .stock-selects>span {
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.stock-historical .year+.sbHolder {
    z-index: 3;
}

.stock-historical .month+.sbHolder {
    z-index: 2;
}

.stock-historical .stock-selects button {
    background: #0870d8;
    padding: 15px 38px;
    border-radius: 10px;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    border: 1px #006ec1 solid;
    margin-top: 39px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.428571429;
}

.stock-historical .stock-selects button:hover {
    color: #fff;
    background: #0665c3;
    border-color: #0665c3;
    transition: all .3s;
}

@media (max-width: 764px) {
    .stock-historical .stock-selects button {
        margin-top: 15px;
    }

    .module-stock-historical .stock-selects button {
        margin-top: 39px;
    }
}

.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);
}*/
.module-stock-historical .list-group-item+.list-group-item {
    border-top: 1px solid #e9e9e9;
}

.StockQuoteContainer p {
    padding: 10px 0;
    font-size: 0.8rem;
    text-align: right;
}

.StockQuoteContainer p span {
    margin-left: 10px;
}

@media screen and (max-width: 640px) {
    .stock-historical li span {
        margin: 5px 0;
    }

    .module-stock-historical .stock-selects button {
        margin-top: 15px;
    }

    .stock-historical .stock-selects>span {
        display: block;
        margin: 5px 0;
    }
}

/*----------- Stock Quote Header ----------*/
.StockQuoteHeaderContainer .StockPrice {
    font-weight: normal;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    font-size: 0.8rem;
    vertical-align: top;
}

.StockQuoteHeaderContainer .StockChange {
    display: none;
}

.StockQuoteHeaderContainer .StockChange:before,
.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockChange:after,
.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #FF0000;
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #00FF00;
}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    margin-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {

    .StockQuoteHeaderContainer .StockDate,
    .StockQuoteHeaderContainer .StockVolumeText,
    .StockQuoteHeaderContainer .StockVolume {
        display: none;
    }
}

/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/
/*---------- Add to Calendar Any ----------*/
.add-to-any {
    float: right;
}

/*-------- Add to Calendar Styles ---------*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner {}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}

/*----- 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 -----------
\*-----------------------------------------*/
/*---------- Default Table Style ----------*/
.custom-table {
    width: 100%;
}

.custom-table thead {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-table td {
    font-size: 26px;
    color: #1e2f46;
    letter-spacing: normal;
    line-height: 1.46;
}

.custom-table td,
.custom-table th {
    padding: 10px 5px 10px 0;
    text-align: left;
}

.custom-table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-table th span,
.custom-table td span {
    padding: 0;
}

/*----- Better Analyst Coverage Table -----*/
@media screen and (min-width: 769px) {
    .analyst-coverage tr>.col {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }

    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        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: 'gesans-regular';
    font-size: 14px;
    color: #595959;
}

a,
a:visited {
    text-decoration: none;
    color: #176aac;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="file"],
select,
button,
textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

select {
    background-image: url('../design/select-icons.png');
    background-repeat: no-repeat;
    background-position: 90% -115px;
    padding-right: 50px;
}

/* Containers */
.PaneHeader {
    background-color: #0F5CA3;
}

.FooterContainer {
    background-color: #272727;
    padding: 100px 0;
}

.PaneNavigation {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/* PaneHeader */
.PaneHeader {
    padding: 25px 0;
}

.ClientLogo,
.StockQuoteHeaderContainer,
.ModuleSearch {
    display: inline-block;
    max-height: 50px;
}

.StockQuoteHeaderContainer,
.ModuleSearch,
.mobile-toggle {
    float: right;
    margin-left: 20px;
}

.StockQuoteHeaderContainer,
.ModuleSearch,
.mobile-toggle,
.ClientLogo {
    vertical-align: middle;
    line-height: 50px;
}

.ClientLogo img {
    max-height: 50px;
}

.StockQuoteHeaderContainer {
    color: #fff;
}

.ModuleSearch input {
    border: 1px solid #fff;
}

.ModuleSearch .SearchButton {
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    .StockQuoteHeaderContainer,
    .ModuleSearch {
        display: none;
    }

    .ClientLogo img {
        max-width: 200px;
    }
}

/*Pane Navigation */
.PaneNavigation nav ul li {
    display: inline-block;
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .PaneNavigation {
        position: relative;
    }

    .PaneNavigation:hover {}

    .PaneNavigation nav .level1 {
        width: 100%;
    }

    .PaneNavigation nav .level1>li,
    .PaneNavigation nav .level2>li {
        display: inline-block;
        padding: 25px 25px 20px 25px;
    }

    .PaneNavigation nav .level1>li:hover,
    .PaneNavigation nav .level1>li.expanded,
    .PaneNavigation nav .level1>li.focused,
    .PaneNavigation nav .level2>li:hover,
    .PaneNavigation nav .level2>li.focused {
        padding: 25px 25px 17px 25px;
        border-bottom: 3px solid #0F5CA3;
    }

    .PaneNavigation nav .level1>li a {
        text-align: center;
    }

    .PaneNavigation nav .level2 {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        background-color: white;
        border-top: 1px solid #efefef;
        text-align: center;
        z-index: 999;
    }

    .PaneNavigation nav .level1>li:hover .level2,
    .PaneNavigation nav .level1>li.focused .level2 {
        display: block;
    }
}

/*PaneHeader2*/
/* PaneBreadcrumb */
.PaneBreadcrumb {
    padding-bottom: 50px;
}

.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    font-size: 0.8rem;
    margin-right: 5px;
}

/*PaneLeft */
.PaneLeft {
    display: none !important;
}

.PaneContent {
    width: 100% !important;
}

/* PaneFooter */
[class*="FooterPaneDiv"] {
    display: block;
    margin-bottom: 25px;
}

.footer-logo {
    padding-bottom: 20px;
}

.FooterLinks li {
    display: inline-block;
    margin-right: 10px;
}

.FooterLinks li a {
    color: white;
}

.Copyright,
.PaneQ4Footer a {
    color: #565656;
}

/*----------- Mobile Navigation -----------*/
.mobile-toggle {
    display: none;
    cursor: pointer;
}

.menu-close {
    display: none;
}

@media screen and (max-width: 1023px) {
    .mobile-toggled .PaneNavigation {
        right: 0;
        overflow-y: scroll;
    }

    .mobile-toggled.LayoutDefaultInner {
        right: 270px;
        left: -270px;
        overflow: hidden;
    }

    .LayoutDefaultInner {
        /* position: absolute; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: ease 0.5s;
    }

    .mobile-toggle {
        display: inline-block;
        color: white;
        font-size: 30px;
        padding-top: 2px;
    }

    .menu-close {
        cursor: pointer;
    }

    .PaneNavigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        padding: 0;
        background-color: #22272b;
        transition: ease 0.5s;
        color: white;
    }

    .PaneNavigation>span {
        padding: 0;
    }

    .PaneNavigation nav a {
        color: white;
    }

    .PaneNavigation nav ul,
    .PaneNavigation nav ul li {
        display: block;
    }

    .PaneNavigation nav ul li,
    .PaneNavigation nav ul.level1>li>a,
    .PaneNavigation .menu-close {
        display: block;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .PaneNavigation nav ul.level1>li {
        padding: 0;
        border-bottom: 0;
    }

    .PaneNavigation nav ul.level2,
    .PaneNavigation nav ul li.selected {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .PaneNavigation nav ul li.has-children>a:before {
        font-family: "q4icons";
        content: "\e64f";
        display: inline-block;
        float: right;
        cursor: pointer;
    }

    .PaneNavigation nav ul li.has-children.expanded>a:before {
        content: "\e64a";
    }

    .PaneNavigation nav ul li.has-children>ul {
        max-height: 0;
        overflow: hidden;
        transition: ease 0.5s;
    }

    .PaneNavigation nav ul li.has-children.expanded>ul {
        max-height: 1000px;
    }
}

/*------------- Miscellaneous -------------*/
/* Dark Styles */
.dark {
    color: #fff;
}

/* RSS */
.rss-icons {
    margin-bottom: 50px;
}

.RssLinkTopContainer,
.RssLinkBottomContainer {
    font-size: 25px;
    margin-top: 10px;
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText,
.ModuleFileSpacer {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
}

.css {
    color: #FF00FF;
}

.upcoming-events .ModuleYearNavContainer {
    display: none;
}

/* Blank Demo */
.demo-header div {
    padding: 20px 20px 5px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}

.demo-header div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.demo-header div.active {
    background-color: #0F5CA3;
    color: #fff;
}

.demo-header h3 {
    text-align: center;
}

.toast-demo,
.icon-demo,
.module-demo {
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.icon-demo,
.module-demo {
    display: none;
}

@media screen and (max-width: 768px) {
    .demo-header div {
        border-radius: 0;
    }
}

.toast-demo [class*="grid"] {
    margin-bottom: 30px;
}

.toast-demo .col {
    margin-bottom: 10px;
    margin-top: 10px;
    background-clip: content-box;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
}

.toast-demo .col:hover {
    background-color: #0F5CA3;
    color: #fff;
}

.toast-demo .col p {
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
}

.icon-demo .col {
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: content-box;
    margin-bottom: 20px;
    text-align: center;
}

.icon-demo .col.active {
    background-color: #0F5CA3;
}

.icon-demo .col>span {
    display: inline-block;
    padding: 1rem 0;
    font-size: 3rem;
}

.icon-demo .col.active>span {
    color: #fff;
}

.icon-demo .col p {
    display: inline-block;
    width: 80%;
    height: 0rem;
    padding: 0 1rem;
    margin: 0 1rem 1rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.icon-demo .col.active p {
    height: 8rem;
    padding: 1rem;
}

.icon-demo p span {
    display: block;
    font-weight: 300;
}

/*______________________ IFRAMES*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after,
.clear {
    clear: both;
}

/* SEC Filings */
.SEC-Filings .selectBox {
    margin-bottom: 15px;
}

.SEC-Filings .selectBox label {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1e2f46;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 1;
    display: block;
}

.SEC-Filings .selectBox>span {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.SEC-Filings .selectBox.clear a {
    color: #656565;
    line-height: 22px;
    padding: 4px 30px 4px 0;
    margin-top: 52px;
    display: block;
}

@media (max-width: 923px) {
    .SEC-Filings .selectBox.clear a {
        margin-top: 20px;
    }
}

@media (max-width: 751px) {
    .SEC-Filings .selectBox.clear a {
        margin-top: 50px;
    }
}

@media (max-width: 529px) {
    .SEC-Filings .selectBox.clear a {
        margin-top: 10px;
    }
}

.SEC-Filings .selectBox.clear a:before {
    margin-right: 10px;
}

.SEC-Filings .yearCont+.sbHolder {
    z-index: 2;
}

.SEC-Filings .filingType+.sbHolder {
    min-width: 185px;
}

.SEC-Filings .companyCont+.sbHolder {
    min-width: 215px;
}

.SEC-Filings .ModuleItem {
    display: table;
    width: 100%;
}

.SEC-Filings .ModuleItem>* {
    display: table-cell;
    vertical-align: top;
    border-top: 2px solid #f5f5f5;
    padding: 15px 15px 10px 15px;
}

.SEC-Filings .ItemDate {
    width: 21%;
    /*padding-left: 0;*/
}

.SEC-Filings .ItemHref {
    width: 13%;
}

.SEC-Filings .ItemDescription {
    width: 44%;
}

.SEC-Filings .ItemDownload {
    width: 22%;
    list-style-type: none;
}

.SEC-Filings .ItemDownload,
.ModuleSECFilingDetails .Icons {
    margin: 0;
    list-style-type: none;
}

.SEC-Filings .ItemDownload li,
.ModuleSECFilingDetails .Icons li {
    margin: 0 7px 7px 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.SEC-Filings .ItemDownload li[data-document="XBRL"],
.SEC-Filings .ItemDownload li[data-document="PDF"],
.ModuleSECFilingDetails .Icons li[data-document="XBRL"] {
    display: none;
}

.SEC-Filings .ItemDownload .emptyLink,
.SEC-Filings .ItemDownload a,
.ModuleSECFilingDetails .Icons a {
    color: #555;
    font-size: 30px;
    line-height: 20px;
    display: block;
}

.SEC-Filings .ItemDownload .emptyLink {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.SEC-Filings .ItemDownload span.emptyLink:before,
.SEC-Filings .ItemDownload 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;
}

.SEC-Filings .ItemDownload .RTF:before {
    content: "\e910";
}

.SEC-Filings .ItemDownload .CONVPDF:before {
    content: "\e911";
}

.SEC-Filings .ItemDownload .XLS:before {
    content: "\e913";
}

.SEC-Filings .ItemDownload .XBRL:before {
    content: "\e912";
}

.SEC-Filings .ItemDownload .XBRL_HTML:before {
    content: "\e90f";
}

.SEC-Filings .title {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    margin-bottom: 5px;
}

.pagination {
    margin: 50px 0;
}

.sec-pagination {
    color: #176aac;
    float: right;
}

.pagerItem {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.pagerItem.pager-disabled {
    display: none;
}

.sec-showing {
    float: left;
}

.ModuleSECFilingDetails .ModuleContentContainer>* {
    margin-bottom: 15px;
}

.ModuleSECFilingDetails .ModuleContentContainer>*:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    display: block;
    margin-bottom: 5px;
}

.ModuleSECFilingDetails .ModuleDateContainer:before {
    content: 'Date: ';
}

.ModuleSECFilingDetails div.ModuleForm:before {
    content: 'Filing: ';
}

.ModuleSECFilingDetails div.ModuleFilingDescription:before {
    content: 'Description: ';
}

.ModuleSECFilingDetails .ModuleLinks:before {
    content: 'Download: ';
}

@media screen and (max-width: 767px) {
    .PaneContent .SEC-Filings .sbHolder {
        width: 100%;
    }

    .SEC-Filings .ModuleItem {
        border-top: 2px solid #f5f5f5;
    }

    .SEC-Filings .ModuleItem>* {
        border: none;
        padding: 10px 0;
        display: inline-block;
        width: 50%;
    }

    .SEC-Filings .ItemDescription,
    .SEC-Filings .ItemDownload {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 350px) {
    .SEC-Filings .selectBox {
        margin: 0 20px 20px 0;
        display: inline-block;
        vertical-align: top;
    }
}

/* CUSTOM SCROLL AND SELECT2 */
.mCSB_inside>.mCSB_container {
    margin-right: 3px;
}

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background-color: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #acacac;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #acacac;
    opacity: 1;
}

.select2:focus,
.select2-selection:focus {
    outline: none;
}

.SEC-Filings .module_header {
    display: table;
    width: 100%;
    border-bottom: 2px solid #00b5e2;
}

.SEC-Filings .title {
    color: #1e2f46;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    opacity: 1;
}

.SEC-Filings .itemCont .title {
    display: none;
}

@media (max-width: 767px) {
    .SEC-Filings .module_header {
        display: none;
    }

    .SEC-Filings .itemCont .title {
        display: block;
    }
}

.SEC-Filings .module_header>div {
    display: table-cell;
    padding: 15px 15px 10px 15px;
}

/*.SEC-Filings .module_header>div:first-child {
    padding-left: 0;
}*/

.SEC-Filings .selectBox .select2-container {
    top: 0;
    font-size: 22px;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 0 none;
    background: transparent;
    min-height: 30px;
    height: auto !important;
    border-radius: 0;
    min-width: 140px;
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 17px 45px 17px 24px;
}

.select2-container .select2-results__option {
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 21px;
    right: 19px;
    width: 20px;
    line-height: 26px;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 none;
    height: auto;
    left: auto;
    margin: 0;
    position: static;
    top: auto;
    width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    /*    content: "\e922";
    font-family: "q4icons";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 7px;*/
    position: absolute;
    top: 9px;
    right: 8px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1e2f46;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid rgba(30, 47, 70, 0.5);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}

.select2-dropdown {
    border: 0 none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background: white;
    border-radius: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 150px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #00b3df;
    color: white;
}

.footnotes p {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

/* dividend table */
.dividends .selectBox {
    margin-bottom: 15px;
    max-width: 140px;
}

.dividends .selectBox label {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1e2f46;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 1;
    display: block;
}

.dividends .selectBox>span {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.dividends .selectBox .select2-container {
    top: 0;
    font-size: 22px;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100% !important;
}

.dividends_links {
    padding-top: 40px;
}

.dividends_links a {
    color: #1e2f46;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.14;
    text-transform: uppercase;
}

.dividends_links a:after {
    content: "";
    display: block;
    margin-top: 8px;
    border-top: 2px solid #1e2f46;
    width: 198px;
    display: block;
    opacity: 0.4;
}

.dividends_links p+p {
    margin-top: 23px;
}

.dividends .year-hidden {
    display: none;
}

/*  historical stock price  */
.historical-price .list-group-item {
    margin-bottom: 50px;
    width: 24%;
}

.historical-price .list-group-item:nth-child(2),
.historical-price .list-group-item:first-child {
    width: 15%;
}

.historical-price .list-group-item:nth-child(3) {
    width: 20%;
}

.historical-price .list-group-item:nth-child(4) {
    width: 50%;
}

@media (max-width: 1392px) {

    .historical-price .list-group-item:nth-child(2),
    .historical-price .list-group-item:first-child,
    .historical-price .list-group-item:nth-child(3),
    .historical-price .list-group-item:nth-child(4) {
        width: 50%;
    }

    .historical-price .stock-table {
        padding: 30px 20px;
    }
}

@media (max-width: 640px) {
    .stock-historical h3 {
        font-size: 26px;
        padding-left: 8px;
    }

    .historical-price .stock-table {
        padding-left: 0;
        padding-right: 0;
    }

    .historical-price .list-group-item:nth-child(2),
    .historical-price .list-group-item:first-child,
    .historical-price .list-group-item:nth-child(3),
    .historical-price .list-group-item:nth-child(4) {
        width: 100%;
    }
}

/*.historical-price .list-group-item.alt {
    margin-left: 10%;
}*/
.historical-price h2,
.dividends h2 {
    color: #1e2f46;
    font-size: 54.5px;
    line-height: 1.17;
    letter-spacing: -1.41px;
    margin-bottom: 44px;
}

.dividends h2 {
    position: relative;
    margin-bottom: 55px;
}

.historical-price .stock-selects {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.module-stock-historical .select2-container,
.historical-price .selectBox .select2-container {
    width: 100% !important;
}

.module-stock-historical .selectBox,
.historical-price .selectBox {
    margin: 0 30px 20px 0;
    display: inline-block;
    vertical-align: top;
}

.historical-price .stock-selects>span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    max-width: 280px;
    width: 100%;
}

.historical-price .stock-selects>span+span {
    max-width: 140px;
}

@media (max-width: 640px) {
    .historical-price .stock-selects>span {
        max-width: 100%;
    }

    .historical-price .stock-selects>span+span {
        max-width: 49%;
    }
}

.historical-price .selectBox {
    margin-bottom: 15px;
}

.historical-price .stock-selects>span.text {
    margin-bottom: 0;
    margin-right: 50px;
}

.historical-price .selectBox label {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    display: block;
}

.module-stock-historical label {
    display: block;
}

.module-stock-historical label,
.historical-price .selectBox label {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1e2f46;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 1;
}

.historical-price .selectBox label {
    padding-left: 10px;
}

.historical-price .selectBox>span {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -5px;
    font-weight: normal;
    text-align: left;
}

.module-stock-historical .select2-container,
.historical-price .selectBox .select2-container {
    top: 0;
    font-size: 22px;
    line-height: 1.55;
    line-height: 64px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
}

/*.historical-price .selectBox .select2-container.select2-container--open {
    border-color: #00b3df;
}*/
.historical-price .stock-table {
    padding: 50px 60px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}

.stock-historical h3 {
    font-size: 33.8px;
    line-height: 1.39;
    color: #1e2f46;
    margin-bottom: 36px;
}

.stock-historical .list-group {
    display: flex;
    flex-wrap: wrap;
}

.historical-price .list-group-item .text {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #0870d8;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.14;
}

.historical-price .list-group-item .badge {
    font-size: 54.5px;
    line-height: 1.17;
    margin-top: 15px;
    color: #1e2f46;
}

.historical-price .stock-historical .month+.sbHolder {
    text-align: left;
    width: 140px;
    z-index: 2;
}

.historical-price .title-link,
.dividends .title-link {
    display: block;
    padding-left: 20px;
    text-align: right;
}

.historical-price .title-link {
    padding-top: 15px;
    margin-bottom: 0.75rem;
}

.historical-price .title-link>a,
.dividends .title-link>a {
    color: #595959;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.historical-price .title-link>a:hover,
.dividends .title-link>a:hover {
    color: #2a6496;
}

.historical-price .title-link>a {
    bottom: 0;
}

.historical-price .title-link>a::after,
.dividends .title-link>a:after {
    background-color: #00b5e1;
    content: " ";
    display: block;
    height: 1px;
    width: 30px;
    transition: 0.5s ease;
}

.historical-price .title-link>a:hover:after,
.dividends .title-link>a:hover:after {
    width: 100%;
}

.dividends .title-link>a {
    display: block;
    max-width: 160px;
    text-align: left;
}

.dividends .title-link>a:first-child {
    margin-bottom: 30px;
}

.dividends .title-link {
    float: right;
    padding-top: 40px;
}

.historical-price .title-link>a:focus,
.historical-price .sbSelector:focus,
.dividends .title-link>a:focus {
    text-decoration: none !important;
}

.historical-price .stock-historical .sbHolder {
    position: relative;
}

.historical-price .stock-historical .month+.sbHolder::before {
    content: "Month";
    opacity: 0.6;
    position: absolute;
    top: -22px;
}

.historical-price .stock-historical .day+.sbHolder::before {
    content: "Day";
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: -22px;
}

.historical-price .stock-historical .year+.sbHolder::before {
    content: "Year";
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: -22px;
}

.historical-price .stock-historical .stock-selects>div {
    margin-right: 20px;
}

.historical-price .stock-historical .stock-selects .lookup.disabled {
    /*cursor: default;*/
}

.historical-price .stock-historical .stock-selects .lookup {
    /*    border-color: currentcolor currentcolor #00b5e1;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 34px;*/
    /*vertical-align: top;*/
    /*cursor: pointer;*/
}

@media (max-width: 640px) {

    .historical-price h2,
    .dividends h2 {
        font-size: 36px;
    }

    .historical-price .stock-selects {
        padding-bottom: 0;
        padding-top: 0;
    }

    .dividends h2 {
        padding-right: 0;
    }

    .historical-price .title-link {
        display: block;
        padding-left: 0;
        text-align: left;
    }

    .historical-price .stock-selects>span.text {
        margin-bottom: 10px;
        text-align: left;
    }

    .historical-price .stock-selects>span.selectBox {
        margin-right: 0;
    }

    .historical-price .selectBox .select2-container {
        width: 100% !important;
    }

    .historical-price .stock-selects>span.selectBox+span.selectBox {
        display: inline-block;
        margin-right: 1%;
        width: 49%;
    }

    .historical-price .stock-selects>span.selectBox+span.selectBox+span.selectBox {
        margin-left: 1%;
        margin-right: 0;
    }

    .historical-price .stock-table {
        padding-left: 0;
        padding-right: 0;
    }

    .historical-price .list-group-item .text {
        font-size: 16px;
    }

    .historical-price .list-group-item {
        padding-left: 10px;
    }

    .historical-price .list-group-item .badge {
        font-size: 26px;
    }
}

/*@media (max-width: 360px) {
    .historical-price .list-group-item .badge {
        font-size: 28px;
    }
}*/
.dividends .custom-table tbody tr:nth-child(2n),
.dividends .custom-table thead {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.dividends table tbody tr+tr {
    border-top: 1px solid #f0f3f7;
}

.dividends table tr th {
    border-bottom: 2px solid #00b5e2;
    color: #1e2f46;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.dividends .custom-table td:first-child,
.dividends .custom-table th:first-child {
    border-left: none;
}

@media (max-width: 640px) {
    .dividends .title-link {
        display: block;
        padding-left: 0;
        float: none;
        position: relative;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .dividends .title-link>a:first-child {
        margin-bottom: 20px;
    }
}

/*@media (min-width: 768px) {
    .stock-info {
        margin-left: 55px;
    }

    .historical-price .list-group-item.alt {
        margin-left: 6%
    }
}*/
.SEC-Filings .id-12959407-2018 {
    display: none !important;
}

.module-stock-chart {
    background: #0870d8;
    color: #fff;
}

.module-stock-chart .highcharts-range-selector-buttons>text {
    display: none;
}

.module-stock-chart .highcharts-series-2 path {
    stroke: #fff;
}

.module-stock-chart .highcharts-series-1 rect {
    fill: rgba(255, 255, 255, 0.4);
}

.module-stock-chart .highcharts-grid path[stroke="#D8D8D8"] {
    stroke: #aeaeae;
}

.module-stock-chart .highcharts-input-group text,
.module-stock-chart .highcharts-axis-labels.highcharts-yaxis-labels text,
.module-stock-chart .highcharts-axis-labels.highcharts-xaxis-labels text {
    fill: #fff !important;
}

.module-stock-chart_disclaimer {
    max-width: 500px;
    width: 100%;
    margin-top: 40px;
}

.module-stock-chart_disclaimer h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.14;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.module-stock_lookup-title {
    font-size: 24px;
    letter-spacing: 3.43px;
    line-height: 0.67;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    padding-top: 10px;
}

.module_value {
    font-size: 92px;
    line-height: 1.2;
}

.module-stock_price {
    margin-right: 80px;
    position: relative;
    padding-right: 20px;
}

.module-stock_price:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 26px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.module-stock_price.module-stock_up:after {
    border-bottom: 10px solid #4dd98a;
}

.module-stock_price.module-stock_down:after {
    border-top: 10px solid red;
}

.module-stock-chart_quote .module_container--content {
    display: flex;
    flex-wrap: wrap;
}

.module_subvalue {
    font-size: 26px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .module_value {
        font-size: 50px;
    }

    .module_subvalue {
        font-size: 20px;
    }

    .module-stock_price:after {
        bottom: 15px;
    }
}

@media (max-width: 640px) {
    .module-stock_price {
        margin-right: 30px;
    }

    .module_value {
        font-size: 38px;
    }

    .module-stock_price:after {
        bottom: 11px;
    }

    .module_subvalue {
        font-size: 16px;
        margin-left: 10px;
    }
}

.module-stock-historical .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.module-stock-historical .col {
    font-size: 26px;
}


@media (max-width: 767px) {
    .module-stock-historical .col {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.SEC-Filings .selectBox label,
.dividends_links,
.dividends th,
.dividends td,
.dividends label {
    padding-left: 10px;
}