.q4-preview-open{
    top:30% !important;
}
/*-----------------------------------------*\
------------------ 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;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Negative Margin Fix for Toast Columns */
html, .col {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    -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;
}
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%;
    z-index:1200;
}
.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*/
    }
}

/* ---- Select Box ----*/

.sbHolder{
    position: relative;
    display: inline-block;
    width: 90px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #5cb192;
    vertical-align: middle;
    box-sizing: content-box;
}
.sbHolder a{
    color: #42357d;
    font-weight: normal;
}
.sbHolder a:hover{
    color: #007c59;
    text-decoration: none;
}
.sbSelector{
    position: absolute;
    top: 0;
    left: 0;
    right: 27px;
    display: block;
    height: 33px;
    outline: none;
    overflow: hidden;
    text-indent: 10px;
    line-height: 33px;
}
.sbSelector:hover{
    outline: none;
    text-decoration: none;
}
.sbToggle{
    text-align: center;
    display: block;
    height: 33px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:before{
    content: "\e64a";
    font-family: "q4icons";
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 33px;
}
.sbToggleOpen:before{
    content: "\e650";
    font-family: "q4icons";
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbOptions{
    background-color: #fff;
    border: 1px solid #5cb192;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px;
    width: 90px;
    z-index: 1;
    overflow-y: auto;
    box-sizing: content-box;
}
.sbOptions li{
    padding: 0 7px;
    border-top: 1px solid #5cb192;
}
.sbOptions li:first-child{
    border-top: none;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #007c59;
}
.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 15px;
    position:relative;
}
.ModuleDownloadListWithTags .ModuleItemRow ~ .ModuleItemRow {
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
}
.ModuleDownloadListWithTags .ModuleHeadlineLink{
    padding-right:40px;
    color: #007c59;
    display: inline-block;
    font-weight: normal;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    font-family: "q4icons";
    content: "\e62a";
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size:22px;
    position:absolute;
    top:25px;
    right:15px;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:after{
    color: #5cb192;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:after {
    content: "\e628";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:after,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:after {
    content: "\e627";
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:after{
    color: #5cb192;
}
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;   
}

/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}
.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    margin-bottom: 25px;
}
.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}
.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.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,
.ModuleSECFilingDetails .ModuleContentContainer > div {
    padding: 10px;
}
.ModuleSECFilingDetails .ModuleContentContainer > div{
    padding:0 0 10px 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 -----------------*/
.SiteMapList{
    list-style: disc;
    margin-left:20px;
}
/*.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}*/
/*.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    margin-left:40px;
}*/
.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    margin-left:20px;
}
.SiteMapContainer .SiteMapList li.SiteMap-Level4 {
    margin-left:40px;
}

/*---------- 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: 5px 0;
    }
}
@media screen and (max-width: 580px) {
    .stock-historical .stock-selects > span,
    .stock-historical .stock-selects > div{
        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: 10px 15px;
}
.committee-composition .person-header > div ~ div,
.committee-composition .person-item > div > div ~ div {
    text-align: center;
}
.committee-composition .person-header {
    border-bottom: 1px solid #eaeaea;
}
.committee-composition .person-category[class*="active"] .person-header i:before {
    content: "\e650";
} 

/*.committee-composition .person-item:nth-child(odd) {
    background-color: #f2f3f3;
}*/
.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: #48317a;
}

.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: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
@media(max-width: 1024px){
    .slider .slider-item{
        background-position: center;
    }
}
.slider .spacer {
    display: block;
    padding-top: 33.6%; /* Image (height / width * 100) */
    width: 100%;
}
.slider .content-container {
    position: absolute;
    left: 0;
   /* 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%;
    border-collapse: collapse;
}
.custom-table thead,
.custom-table th {
    background-color: #5cb192;
}
.custom-table td,
.custom-table th {
    padding: 15px;
    text-align: left;
}
.custom-table td{
    border:1px solid #eaeaea;
}
.custom-table th{
    font-weight: bold;
    color:#fff;
}
/*.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;
    }
    .analyst-coverage tr{
        display:block;
        width:100%;
        border: 1px solid #eaeaea;
        border-top:0;
        padding:10px 15px;
    }
    .analyst-coverage tr:first-child{
        border-top: 1px solid #eaeaea;
    }
    .analyst-coverage tr td{
        display:block;
        width:100%;
        border:none;
        padding:0 0 5px 0;
    }
     .analyst-coverage tr td span{
        display: inline-block;
        width:50%;
     }
}

/*------ 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 {
    background-color: #FFF;
    overflow-x: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size:12px;
    line-height: 18px;
    color:#888;
    -webkit-text-size-adjust: 100%;
}
a{
    color: #007c59;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    color: #42357d;
    text-decoration: none;
}

h1,h2,h4{
    font-weight: bold;
}
h1, h2{
    font-family: 'Helvetica', sans-serif;
}
h1{
    font-size:30px;
    line-height: 1;
    color:#919195;
    margin-bottom: 20px;
}
h2{
    font-size:21px;
    line-height: 25px;
    color:#5cb192;
}

h3{
    font-size:17px;
    line-height: 23px;
    color:#007c59;
    margin-bottom:15px;
}

h4{
    font-size:12px;
    line-height: 18px;
    color:#666666;
    margin-bottom:15px;
}
@media only screen and (max-width: 768px){
    h2{
        font-size: 18px;
        line-height: 1.3;
    }
    h3{
        font-size: 15px;
        line-height:1.3;
    }
}

p{
    margin-top: 0;
    margin-bottom:12px;
}

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: "Verdana", serif;
    font-size: inherit;
    font-weight: inherit;
    height:37px;
}
input[type="text"]{
    font-size: 12px;
    color: #919195;
    border: 1px solid #e3e9ef;
    border-top: 1px solid #abadb3;
    background-color: #fff;
    padding: 0 5px;
}

small{
    font-size:85%;
}
h2 small{
    color: #6eba9f;
    margin: 0;
    font-size: 11px;
    display: block;
}

sub, sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup{
    top: -0.5em;
}
sub { 
    bottom: -0.25em; 
}

ol.numbers{
    list-style: decimal;
    margin-left:20px;
}

ul.purpleDots{
    padding:10px;
}
ul.purpleDots li{
    padding:0 0 5px 20px;
    position:relative;
}
ul.purpleDots li:before{
    content:'';
    width:7px;
    height:7px;
    border-radius:100%;
    background:#7251bc;
    position:absolute;
    left:5px;
    top:6px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container{
    max-width:1170px;
    margin:0 auto;
    padding:0 15px;
}

.btn-link{
    font-weight: bold;
    color: #007c59;
}
.btn-link:after{
    /*font-family: 'q4icons' !important;
    content: "\e64f";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:8px;
    display: inline-block;*/
}
.btn-link:hover{
    color: #42357d;
}

.btn-purple{
    display:inline-block;
    font-size: 11px;
    line-height: 16px;
    padding:11px 15px;
    font-weight: bold;
    font-style: italic;
    color:#fff;
    border-radius:4px;
    background: #48317a;
    cursor: pointer;
}
.btn-purple:visited{
    color:#fff;
}
.btn-purple:hover{
    background: #6d4ab9;
    text-decoration: none;
    color:#fff;
}

.text-link1,
.text-link1:visited{
    text-decoration: underline;
    color:#42357d;
}
.text-link1:hover{
    text-decoration: none;
    color: #007c59;
}

.btn-green,
.ModuleYearLink,
.historical-calc .stock-selects button,
input[type="submit"],
.fancybox-inner .CaptchaContainer input[type="submit"]{
    display:inline-block;
    font-size: 11px;
    line-height: 15px;
    padding:9px 15px;
    font-weight: bold;
    color:#fff;
    border-radius:4px;
    background: #007c59;
    cursor: pointer;
}
.btn-green:hover,
.ModuleYearLink.selected,
.historical-calc .stock-selects button:hover,
input[type="submit"]:hover,
.fancybox-inner .CaptchaContainer input[type="submit"]:hover{
    background:#5cb192;
    text-decoration: none;
    color:#fff;
}

/* start GLOBAL HEADER */
.HeaderContainer{
    position:relative;
}

.PaneHeader{
    background-color:#007c59;
    padding: 20px 0;
    /*border-bottom:3px solid #5cb192;*/
}
@media(max-width: 1024px){
    .PaneHeader{
        padding: 0;
        display: none;
    }
}
.PaneHeader .container{
    position:relative;
}
.QuickLinks_technologies .QuickLinkRow {
  padding: 0 12px;
}
ul.QuickLinks_technologies.mobile{
    padding: 0;
}
@media(max-width: 430px){
    .QuickLinks_technologies .QuickLinkRow:first-child {
      padding-left: 0;
    }
    .QuickLinks_technologies .QuickLinkRow{
        padding: 0 5px;
    }
}
.QuickLinks_technologies h2,
.QuickLinks_technologies .ModuleInnerContainer,
ul.QuickLinks_technologies > li {
  display: inline-block;
}
.QuickLinks_technologies {
  float: right;
  padding: 7px 10px;
}
.QuickLinks_technologies.mobile{
    float: none;
    background: #39137c;
    padding: 20px 20px 0;
}
ul.QuickLinks_technologies {
  float: none;
  padding: 0;
}
ul.QuickLinks_technologies > li a{
    color: #fff;
}
ul.QuickLinks_technologies > li a:hover {
  color: #755aa4;
}
.QuickLinks_technologies h2 {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.QuickLinks_technologies h2::after {
  content: ":";
}
.headerLinks > div{
    float:right;
}
.headerLinks ul{
    display:inline-block;
    position: absolute;
    top: -54px;
    right: 211px;
}
.headerLinks ul li,
.headerLinks ul li a,
.headerLinks ul li span{
    color:#FFF;
    display:inline-block;
    line-height: 35px;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: bold;
}
.headerLinks ul.links li{
    margin-right:20px;
}
.headerLinks ul.icon-links{
    margin-left:10px;
}
.headerLinks ul.icon-links a,
.headerLinks ul.icon-links span{
    width:30px;
    text-align: center;
}
.headerLinks ul li a:hover,
.headerLinks ul li a.stBTN:hover span{
    text-decoration: none;
    cursor:pointer;
}
.headerLinks ul li a:hover span{
    text-decoration: underline;
}

.headerLinks ul li a.stBTN .stButton{
    display:none !important;
}
.headerLinks #search-toggle{
    cursor: pointer;
}
.headerLinks #search-toggle.active{
    background-color:#48317a;
}
.headerLinks #search-toggle.active i:before{
    content: "\e64b";
}


.searchSite{
   /* position: absolute;
    right: 20px;
    top: 100%;*/
    background-color: #fff;
    /*border: 3px solid #48317a;*/
    display:inline-block;
    float: right;
    z-index:1;
}
.searchSite input[type="text"],
.ModuleSearch.searchSite input[type="submit"],
.ModuleSearch.searchSite input[type="submit"]:hover{
    background: #FFF;
    color: #5CB192;
}
.searchSite.active{
    display:block;
}
@media(max-width: 1024px){
    .PaneHeader .ModuleSearch.searchSite{
        display: none;
    }
}
.ModuleSearch input[type="text"],
.ModuleSearch input[type="submit"]{
    border:none;
    padding:8px;
    height:34px;
    float:left;
}
.ModuleSearch input[type="submit"]{
    font-family: 'q4icons';
    color:#39137c;
    cursor: pointer;
    font-size:12px;
    background:#fff;
    border-radius:0;
    font-weight: normal;
    width:34px;
}
.ModuleSearch input[type="submit"]:hover{
    background:#fff;
}

@media screen and (max-width: 1023px) {
    .headerLinks{
        display:none;
    }
    .searchSite.active{
        display:none;
    }
}


.PaneHeader2{
   /* padding-top:28px;*/
    padding-bottom:18px;
    background: #007c59;
    border-bottom: 5px solid #39137c;
}

.ClientLogo{
    display:inline-block;
    vertical-align: top;
}
.ClientLogo a,
.ClientLogo span{
    display: inline-block;
    vertical-align: top;
}
.ClientLogo span{
    margin:25px 0 0 6px;
    color:#919195;
}

@media screen and (max-width: 1023px) {
    .PaneHeader2{
        padding-top:10px;
        padding-bottom:13px;
    }
    .ClientLogo{
        width:130px;
    }
    .ClientLogo span{
        display:none;
    }
}


.mobile-toggle{
    display:none;
    padding:5px;
    float:right;
    margin-top:8px;
    color:#fff;
    font-size:24px;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
    .mobile-toggle{
        display:inline-block;
right: 25px;
    position: absolute;
    }

    .mobile-toggled .mobile-toggle .q4i-icon-menu:before{
        content: "\e64b";
    }
}

.menu-close{
    display:none;
}

.PaneHeader2 div[role="navigation"]{
    display:inline-block;
    vertical-align: top;
    float:right;
}
.navbar-collapse{
    display:inline-block;
   /* margin-top:40px;*/
   border-top: 1px solid #deefe9;
   padding-top: 20px;
}
.navbar-collapse .level1 > li > a{
    display:none;
}
.navbar-collapse .level2 > li{
    display:inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position:relative;
}
/* .navbar-collapse .level2 > li.clicked,
.navbar-collapse .level2 > li.focused,
.navbar-collapse .level2 > li:hover{
    background-color:#39137c;
} */
.navbar-collapse .level2 > li:before{
    /*content:"";
    width:2px;
    height:13px;
    background:#39137c;
    position:absolute;
    left:-2px;
    top:12px;*/
}

.navbar-collapse .level2 > li:first-child:before{
    left:0;
}
/* .navbar-collapse .level2 > li:last-child:after{
    content:"";
    width:2px;
    height:13px;
    background:#39137c;
    position:absolute;
    right:0;
    top:12px;
} */
.navbar-collapse .level2 > li.clicked:before,
.navbar-collapse .level2 > li.focused:before,
.navbar-collapse .level2 > li:hover:before{
    background:#fff;
}
.navbar-collapse .level2 > li.clicked:first-child:before,
.navbar-collapse .level2 > li.focused:first-child:before,
.navbar-collapse .level2 > li:first-child:hover:before{
    background:#39137c;
}
.navbar-collapse .level2 > li > a{
    padding:0 10px;
    display:block;
    color:#fff;
    font-weight: normal;
    /*text-transform: uppercase;*/
    line-height: 30px;
    font-size: 16px;
}
.navbar-collapse li.has-children.expanded > a,
.navbar-collapse li.selected > a {
  font-weight: bold;
}
.navbar-collapse .level2 > li.selected > a,
.navbar-collapse .level2 > li.expanded > a,{
    color: #919195;
}
.navbar-collapse .level2 > li.clicked > a,
.navbar-collapse .level2 > li.focused > a,
.navbar-collapse .level2 > li:hover > a{
    color:#fff;
    text-decoration: none;
}
.navbar-collapse .level2 > li.has-children > a:after {
  content: "\e64a";
  display: inline-block;
  font-family: "q4icons";
  font-size: 9px;
  font-weight: normal;
  margin-left: 6px;
}
.navbar-collapse .level2 > li.has-children.clicked > a:after,
.navbar-collapse .level2 > li.has-children.focused > a:after,
.navbar-collapse .level2 > li.has-children:hover > a:after{
    content: "\e650";
    font-family: "q4icons";
}
.navbar-collapse .level3{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:190px;
    background:#fff;
    z-index:9999;
}
.navbar-collapse .level2 > li.clicked > .level3,
.navbar-collapse .level2 > li.focused > .level3,
.navbar-collapse .level2 > li.js--hover > .level3 {
    display:block;
}

.navbar-collapse .level3 li a,
.navbar-collapse .level3 li span{
    display:block;
    line-height: 18px;
    color:#000;
    padding:11px 15px 11px 14px;
    font-weight: normal;
}
.navbar-collapse .level3 li.clicked > a,
.navbar-collapse .level3 li.focused > a,
.navbar-collapse .level3 li:hover > a,
.navbar-collapse .level3 li a:hover{
    background:#5CB192;
    text-decoration: none;
    color: #fff;
}
.navbar-collapse .level3 > li.has-children,
.navbar-collapse .level3 > li.has-children > a{
    position:relative;
}
.navbar-collapse .level3 > li.has-children > a:after,
.navbar-collapse .level3 > li.no-link > span:after{
    font-family: 'q4icons' !important;
    content: "\e906";
    font-size: 7px;
    position:absolute;
    top:0;
    right:7px;
    top:11px;
    color: #b9a7df;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-collapse .level4{
    position:absolute;
    left:100%;
    top:0;
    display:none;
    min-width:190px;
    background:#fff;
    z-index:5;
}
.navbar-collapse .level3 > li.clicked > .level4,
.navbar-collapse .level3 > li.focused > .level4,
.navbar-collapse .level3 > li.js--hover > .level4 {
    display: block;
}
@media screen and (max-width: 1023px) {
    .PaneHeader2 div[role="navigation"]{
        display:none;
    }
}


.PaneNavigation{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    z-index:1210;
}
@media screen and (max-width: 1023px) {
    .mobile-toggled .PaneNavigation{
        display:block;
    }
}

.mobile-nav a,
.mobile-nav span{
    display:block;
    font-size:11px;
    font-weight: bold;
    line-height: 16px;
    padding:9px 20px;
}
.mobile-nav a,
.mobile-nav span{
    text-decoration: none;
}
.mobile-nav .level1 > li > a{
    background:#5cb192;
    color:#fff;
}
.mobile-nav .level1 > li,
.mobile-nav .level2 > li{
    border-bottom:1px solid #fff;
}
.mobile-nav .level2 > li > a{
    background: #f4f4f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f8 0%, #e7e7ea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4f4f8 0%,#e7e7ea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4f4f8 0%,#e7e7ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f8', endColorstr='#e7e7ea',GradientType=0 ); /* IE6-9 */
     /* IE6-9 */
     color: #007c59;
}

.mobile-nav .level2 > li > a:before{
    font-family: 'q4icons' !important;
    content: "\e906";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:8px;
    line-height: 1;
    color: #b8b8bd;
    margin-right: 7px;
    display: inline-block;
}
.mobile-nav .level3,
.mobile-nav .level4{
    display:none;
}
.mobile-nav li.expanded > .level3,
.mobile-nav li.expanded > .level4{
    display:block;
}
.mobile-nav .level3 a,
.mobile-nav .level3 span{
    padding-left:45px;
    color: #007c59;
}
.mobile-nav .level2 > li.selected > a,
.mobile-nav .level3 .selected a{
    color: #42357d;
}
.mobile-nav .level3 > li.has-children > a,
.mobile-nav .level3 > li.no-link > span{
    position:relative;
}
.mobile-nav .level3 > li.has-children > a:before,
.mobile-nav .level3 > li.no-link > span:before{
    font-family: 'q4icons' !important;
    content: "\e906";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:8px;
    display: inline-block;
    position:absolute;
    left:30px;
    top:10px;
} 
.mobile-nav .level4 a{
    padding-left:60px;
}


.mobileHeaderLinks{
    padding:15px 20px 12px;
    background:#39137c;
}
.mobileHeaderLinks li{
    margin-bottom: 12px;
}
.mobileHeaderLinks li:last-child{
    margin-bottom:0;
}
.mobileHeaderLinks a{
    color:#fff;
    font-weight: normal;
}
.mobileHeaderLinks a:hover{
    text-decoration: none;
    color: #755aa4;
}


.mobileSearch{
    padding:0 20px 25px;
    background:#39137c;
}
.mobileSearch input[type="text"]{
    width:100%;
    max-width:245px;
}
.mobileSearch input[type="submit"]{
    color:#75757a;
}

/* end GLOBAL HEADER */


/* start GLOBAL FOOTER */

.PaneQ4Footer{
    background:#007c59;
    padding:28px 0;
}
.PaneQ4Footer *{
    vertical-align: middle;
}
.footer-logo{
    max-width: 100px;
    display: inline-block;
    margin-right: 40px;
}
@media(max-width: 1024px){
    .footer-logo{
        margin-bottom: 20px;
    }
}
.Q4FooterContainer,
.Copyright,
div.FooterLinks,
ul.FooterLinks li{
    display:inline-block;
}
ul.FooterLinks {
  margin-top: -7px;
}
ul.FooterLinks li{
    padding-right:16px;
    border-right:1px solid #fff;
    margin-right:16px;
}
ul.FooterLinks li:last-child{
    border-right:none;
}
ul.FooterLinks li a{
    font-size:13px;
    color:#fff;
    display:block;
    line-height: 13px;
    font-family:Helvetica, sans-serif;
    font-weight: normal;
}
ul.FooterLinks li a:hover{
    text-decoration: underline;
}

.Copyright{
    color:#fff;
    /*margin-left:26px;*/
    line-height: 22px;
    /*float: right;*/
    margin-right: 25px;
    font-size: 10px;
    margin-top: 5px;
}

.Q4FooterContainer{
    float:right;
}
.Q4FooterContainer a{
    color:#fff;
    line-height: 13px;
    display:inline-block;
    font-weight: normal;
    font-size: 10px;
   /* margin-top: 9px;*/
}
.Q4FooterContainer a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .PaneQ4Footer{
        padding:15px 0;
        /*background:none;*/
    }

    div.FooterLinks,
    .Copyright,
    .Q4FooterContainer{
        display:block;
        float:none;
        margin-left:0;
        margin-bottom:10px;
        /*padding:15px 15px 0; */
        /*background:#39137c;*/
    }
    div.FooterLinks{
        margin-bottom:15px;
    }
    ul.FooterLinks li{
        margin-bottom:10px;
    }

    .Q4FooterContainer{
        margin-bottom:0;
        /*padding-bottom:15px;*/
    }
}

/* end GLOBAL FOOTER */

/* start HOME PAGE */
.banner-slider{
    border:none;
}
.banner-slider .slider{
    border-bottom: 1px solid #ccc;
}
.banner-slider .slider .slider-item{
    /*height:350px;*/
}
.banner-slider .slick-dots{
    bottom:10px;
    padding:0 15px 0 0;
    text-align: center;
}
.banner-slider .slick-dots li{
    width:13px;
    height:13px;
}
.banner-slider .slick-dots li button{
    height: 13px;
    width: 13px;
    border: none;
    border-radius: 100%;
}
.banner-slider .slick-dots li.slick-active button{
    /*border-color: #007c59;*/
}
.banner-slider .slick-dots li button:before{
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    line-height: 7px;
    background: #ccc;
    color: #ccc;
    border-radius: 100%;
    opacity: 1;
}
.banner-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    background:#ccc;
    color:#ccc;
}
.banner-slider .slick-dots li.slick-active button{
    border: 1px solid #ccc;
}
.banner-slider .slider .content-container{
    left:54%;
    top:18%;
    width:42%;
    padding:0;
}
@media(max-width: 1340px){
    .banner-slider .slider .content-container {
        left: 50%;
        top: 7%;
        width: 49%;
        padding: 0;
    }
}

.banner-slider .slider .content-container h2{
    font-size:55px;
    line-height: 1.1;
    font-family:"Verdana", serif;
    font-weight: normal;
    color: #007c59;
}
.banner-slider .slider .content-container h2 small,
.module-mobile-banner .content-container h2 small{
    font-size: 30px;
    line-height: 1.2;
    color:#919195;
}
.banner-slider .slider .content-container .btn-purple,
.banner-slider .slider .content-container .btn-green,
.module-mobile-banner .content-container .btn-purple,
.module-mobile-banner .content-container .btn-green{
    margin-bottom:10px;
    padding:15px 30px;
    height:auto;
    min-width: 200px;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    line-height: 1;
    border-radius: 3px;
    margin-right: 3px;
}
.banner-slider .slider .slider-item[data-slick-index="0"] .btn-purple,
.banner-slider .slider .slider-item[data-slick-index="0"] .btn-green{
    /*background: transparent;
    border:1px solid #fff;*/
}
.banner-slider .slider .slider-item[data-slick-index="0"] .content-container .btn-purple:hover,
.banner-slider .slider .slider-item[data-slick-index="0"] .content-container .btn-green:hover{
    background: rgba(255,255,255,0.1);
}
.banner-slider  .slider .content-container p{
    background:none;
    font-size:14px;
    color:#919195;
    font-family:'Helvetica', sans-serif;
    padding: 0;
}
.banner-slider .slider .slider-item[data-slick-index="0"] .content-container h2, 
.banner-slider .slider .slider-item[data-slick-index="0"]  .content-container h2 small,
.banner-slider .slider .slider-item[data-slick-index="0"]  .content-container p{
 /*   color: #fff;*/
}
@media(max-width: 1125px){
     .banner-slider  .slider .content-container p{
        display:none;
    }
}
@media screen and (max-width: 1024px) {
    .banner-slider .slick-dots{
       /* bottom:-30px;*/
        text-align: center;
    }
    .banner-slider .slider .content-container h2,
    .module-mobile-banner .content-container h2{
        font-size:30px;
    }
    .banner-slider .slider .content-container h2 small,
    .module-mobile-banner .content-container h2 small{
        font-size:16px;
        font-weight: normal;
    }
   
}
@media screen and (max-width: 767px) {
    .banner-slider .slider  .slider-item.mobile{
        background-size:100%;
        background-position: top right;
    }
    .banner-slider .slider .spacer{
        padding-top:60.6%;
    }
}
@media screen and (max-width: 640px) {
    /*.banner-slider .slider .content-container{
        left:24%;
        width:74%;
        top:16px;
    }*/
    .banner-slider .slider .content-container {
        left: 10%;
        width: 95%;
        top: 16px;
    }
    .banner-slider .slider .content-container h2{
        font-size:21px;
        margin-bottom: 70px;
    }
    .banner-slider .slider .content-container h2 small{
        font-size:12px;
    }
    .banner-slider .slider .content-container .btn-purple,
    .banner-slider .slider .content-container .btn-green,
    .module-mobile-banner .content-container .btn-purple,
    .module-mobile-banner .content-container .btn-green,{
        margin-bottom:5px;
        padding:9px 15px;
        font-size:10px;
        line-height: 14px;
        height:32px;
        min-width: auto;
    }
    .slider .content-container > div,
    .module-mobile-banner .content-container > div{
        display: inline-block;
    }
    .banner-slider .slider .content-container h2 ,
    .module-mobile-banner .content-container h2{
        font-size: 21px;
        margin-bottom: 30px;
        padding-top: 80px;
        padding-left: 30px;
    }
}

@media(max-width: 640px){
    .banner-slider .slider .content-container .btn-purple, 
    .banner-slider .slider .content-container .btn-green,
    .module-mobile-banner .content-container .btn-purple, 
    .module-mobile-banner .content-container .btn-green {
        margin-bottom: 5px;
        padding: 9px 5px;
        font-size: 9px;
        line-height: 14px;
        height: 32px;
        min-width: auto;
    }
    .banner-slider .slider .content-container h2,
    .module-mobile-banner .content-container h2 {
        font-size: 21px;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-left: 30px;
        line-height: 1.1;
        font-family:"Verdana", serif;
        font-weight: normal;
        color: #007c59;
    }
    .banner-slider .slider .content-container {
        left: 2%;
        width: 95%;
        top: 16px;
    }
    .slider .content-container > div,
    .module-mobile-banner .content-container > div{
        display: inline-block;
    }
}


.callout{
    padding:20px 0;
    min-height: 250px;
}

.overview,
.leadership{
    padding-right:15px;
}
.home-callouts .ModuleInnerContainer > div {
    margin-bottom: 20px;
}
.home-callouts .callout {
    padding-left: 10px;
    padding-right: 10px;
}
.home-callouts_wrap-box {
    border: 1px solid #ccc;
}
.grid-no-gutter .awards,
.grid-no-gutter .career{
    padding-left:15px;
}
.image-wrap{
    position: relative;
}
.image-wrap * {
  vertical-align: top;
}
.image-wrap > img {
  height: 100%;
  width: 100%;
}
.image-wrap .btn-link{
    display: none;
}
.image-wrap:hover .btn-link{
    display: inline-block;
}
.image-wrap:hover:before {
  background: rgba(0, 141, 100, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.image-wrap .btn-link {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  left: 50%;
  min-width: 200px;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
/*.overview .callout,
.career .callout{
    background: #f0e9ff; /* Old browsers */
  /*  background: -moz-linear-gradient(top,  #f0e9ff 0%, #ffffff 57%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #f0e9ff 0%,#ffffff 57%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom,  #f0e9ff 0%,#ffffff 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/*}*/

.registered-trademark {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: -5px;
  vertical-align: top;
}
.leadership .callout,
.awards .callout{
   /* background: #d7f1e8;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top,  #d7f1e8 0%, #ffffff 57%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #d7f1e8 0%,#ffffff 57%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  #d7f1e8 0%,#ffffff 57%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7f1e8', endColorstr='#ffffff',GradientType=0 );*/ /* IE6-9 */
}

.overview h2 img,
.overview h2 span{
    vertical-align: middle;
}

.callout h2{
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Verdana', serif;
}
.callout h2 a{
    color:#2c2b2b;
    font-weight: normal;
}
.callout h2 a:hover{
    text-decoration: none;
}
.callout h2 a:hover span{
    text-decoration: underline;
}
.callout p{
    font-size:14px;
    line-height: 21px;
    color:#2c2b2b;
    margin-bottom: 20px;
}
.awards .callout > .btn-link{
    display:none;
}

.awards .callout .img-wrapper{
    display:inline-block;
    width:30%;
    vertical-align: top;
}
.awards .callout .text-wrapper{
/*    display: inline-block;
    width:60%;
    vertical-align: top;
    margin-left:6%*/
}


@media screen and (max-width: 767px) {
    .overview,
    .leadership,
    .grid-no-gutter .awards,
    .grid-no-gutter .career{
        padding:0;
    }

    .callout{
        min-height: auto;
        /*padding:20px 20px 0 20px;*/
        margin-bottom: 25px;
    }
    .awards .callout > .btn-link,
    .callout .btn-link{
        display:block;
        margin-left:-20px;
        margin-right:-20px;
        background:#007c59;
        color:#fff;
        text-align: center;
        padding:11px 15px;
        border-radius: 4px;
        margin-top:25px;
    }
    .awards .callout .text-wrapper .btn-link{
        display:none;
    }
    .callout .btn-link:hover{
        text-decoration: none;
    }
    .home-callouts .col-6-of-12{
        width:100%;
    }
}
@media screen and (max-width: 480px) {
    .callout h2{
        font-size:15px;
        line-height: 20px;
    }
    .callout p{
        font-size:11px;
        line-height: 18px;
    }
    .awards .callout .img-wrapper{
        width:34%;
    }
    /*.awards .callout .text-wrapper{
        margin-left:4%;
    }*/
}

/* end HOME PAGE */


/* start GENERAL */

/* start LAYOUTS */

.LayoutHomePageLayout .PaneLeft{
    display:none;
}
.LayoutHomePageLayout .PaneContent{
    padding-top:40px;
}

/*.LayoutOneColumn .PaneBreadcrumb,*/
/*.LayoutOneColumn .PaneLeft,*/
.LayoutThreeColumn .PaneBreadcrumb,
.LayoutThreeColumn .PaneLeft,
.LayoutTwoColumn .PaneBreadcrumb,
.LayoutTwoColumn .PaneLeft{
    display:none;
}
/*.LayoutOneColumn .PaneRight,*/
.LayoutThreeColumn .PaneRight,
.LayoutTwoColumn .PaneRight{
    float:left;
}
.LayoutOneColumn .PaneContent,
.LayoutThreeColumn .PaneContent,
.LayoutTwoColumn .PaneContent{
    padding-left:40px;
    padding-right:40px;
}
.LayoutOneColumn .PaneContentInner,
.LayoutThreeColumn .PaneContentInner,
.LayoutTwoColumn .PaneContentInner{
    padding-bottom:60px;
}
@media screen and (max-width: 1023px) {
    .LayoutThreeColumn .PaneContent,
    .LayoutTwoColumn .PaneContent,
    .LayoutOneColumn .PaneContent{
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-bottom:40px;
    }
    .LayoutOneColumn .PaneRight,
    .LayoutThreeColumn .PaneRight,
    .LayoutTwoColumn .PaneRight{
        width:100%;
        float:none;
    }
}

/* end LAYOUTS */

/* Sidebar Navigation */
.SecondaryNav .level1 > li > a,
.SecondaryNav .level2 > li{
    display:none;
}
.SecondaryNav .level2 > li.selected,
.SecondaryNav .level2 > li.expanded{
    display:block;
}
.SecondaryNav .level2 li a,
.SecondaryNav .level2 li span{
    display: block;
    font-size:11px;
    line-height: 16px;
    font-weight:bold;
    padding:9px 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #007c59;
}
.SecondaryNav .level3 li a:hover{
    color: #42357d;
}
.SecondaryNav .level2 > li > a{
    background:#5cb192;
    color:#fff;
    padding:10px 20px;
    border-bottom:1px solid #fff;
}
.SecondaryNav .level2 > li .level3 > li{
    border-bottom:1px solid #fff;
}
.SecondaryNav .level2 > li .level3 > li > a,
.SecondaryNav .level2 > li .level3 > li > span{
    background: #f4f4f8;
    background: -moz-linear-gradient(top, #f4f4f8 0%, #e7e7ea 100%);
    background: -webkit-linear-gradient(top, #f4f4f8 0%,#e7e7ea 100%);
    background: linear-gradient(to bottom, #f4f4f8 0%,#e7e7ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f8', endColorstr='#e7e7ea',GradientType=0 );
    border: 1px solid #f3f2f2;
}
.SecondaryNav .level2 > li .level3 > li > a:hover,
.SecondaryNav .level2 > li .level3 > li > a:hover{
    color: #48317a;

    background: #f4f4f8;
    background: -moz-linear-gradient(top, #f4f4f8 0%, #d0cbda 100%);
    background: -webkit-linear-gradient(top, #f4f4f8 0%,#d0cbda 100%);
    background: linear-gradient(to bottom, #f4f4f8 0%,#d0cbda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f8', endColorstr='#d0cbda',GradientType=0 );
}
.SecondaryNav .level2 > li .level3 > li.selected > a{
    color: #42357d;
}
.SecondaryNav .level2 > li .level3 > li > a:before,
.SecondaryNav .level2 > li .level3 > li > span:before{
    font-family: 'q4icons' !important;
    content: "\e906";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1;
    color: #b8b8bd;
    margin-right: 7px;
    display: inline-block;
}
.SecondaryNav .level4{
    display:none;
}
.SecondaryNav .level3 > li.selected .level4,
.SecondaryNav .level3 > li.expanded .level4{
    display:block;
}
.SecondaryNav .level4 li a{
    padding:9px 20px 9px 40px;
}
.SecondaryNav .level4 li.selected a{
    color: #48317a;
}
@media screen and (max-width: 1023px) {
    .SecondaryNav{
        display:none;
    }
}

/* Sidebar Widgets */
.sidebar-elem{
    margin-bottom:2px;
}
.sidebar-elem h2{
    font-size:16px;
    line-height: 20px;
    color:#fff;
    padding:9px 16px;
    margin-bottom:0;   
}
.sidebar-elem .ModuleInnerContainer{
    padding:25px 16px;
}
.sidebar-elem p{
    line-height: 14px;
    color:#625480;
    margin-bottom:17px;
}

.sidebar-elem .AddToCalendar a {
    color: #42357d !important;
}

.sidebar-elem .WebcastLink a:before {
    padding-right: 4px;
}

.purpleBg h2{
    background:#48317a;
}
.purpleBg .ModuleInnerContainer{
    background: #eae1ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #eae1ff 0%, #f4efff 57%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eae1ff 0%,#f4efff 57%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eae1ff 0%,#f4efff 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1ff', endColorstr='#f4efff',GradientType=0 ); /* IE6-9 */
}

.greenBg h2{
    background: #5cb192;
}
.greenBg .ModuleInnerContainer{
    background: #a3e8d0; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3e8d0 0%, #b7f1de 57%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a3e8d0 0%,#b7f1de 57%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a3e8d0 0%,#b7f1de 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3e8d0', endColorstr='#b7f1de',GradientType=0 ); /* IE6-9 */
}

.grayBg h2{
    background:#919195;
}
.grayBg .ModuleInnerContainer{
    background: #ececf5;
}

.btn-sidebar{
    display:inline-block;
    color:#48317a;
    text-shadow: 0 1px 0 #a59abd;
    font-weight: normal;
}
.btn-sidebar:hover{
    color: #48317a;
}
.btn-sidebar:after{
    font-family: 'q4icons' !important;
    content: "\e64f";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 12px;
    font-size: 10px;
    border-left: 1px solid #a99bc5;
    padding-left: 8px;
    margin-left: 8px;
}

.no-clinical .clinical{
    display:none;
}
.no-register .register{
    display:none;
}
.sidebarContact a{
    font-weight:bold;
    color: #007c59;
}
.sidebarContact a:hover{
    color: #007c59;
}

/* Breadcrumb */
.section-title{
    font-size: 10px;
    line-height: 16px;
    font-weight:bold;
    font-style: italic;
    color:#848583;
    padding:10px 0;
    margin-left:-25px;
    margin-bottom:5px;
    display:block;
}
.v-goPage .section-title,
.deliveryPage .section-title{
    margin-bottom:70px;
}

.section-title a{
    color:#848583;
}
.section-title .BreadcrumbHomeLink,
.section-title .BreadcrumbHomeLink + .BreadcrumbSeparator{
    display:none;
}
.section-title .BreadcrumbSeparator{
    margin:0 3px;
}
@media screen and (max-width: 1023px) {
    .section-title{
        margin-left:0;
    }
}
@media screen and (max-width: 768px) {
    /*.section-title{
        display:none;
    }*/
}

/* Module Title */
.moduleTitle .ModuleOuterContainer > h2{
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size:30px;
    line-height: 1;
    color:#919195;
    margin-bottom:35px;
}

/* quick margin */
.mb40{
    margin-bottom:40px;
}
.mb30{
    margin-bottom:30px;
}

/* quick float */
.f-right{
    float:right;
}
.f-left{
    float:left;
}

/* RSS icons */
.RssLinkTopContainer, 
.RssLinkBottomContainer{
    font-size:18px;
}
.RssLinkTopContainer a, 
.RssLinkBottomContainer a{
    display: block;
    line-height: 25px;
    color: #007c59;
}
.RssLinkTopContainer a:hover, 
.RssLinkBottomContainer a:hover{
    color: #42357d;
}

/* end GENERAL */

/* start ABOUT VALERITAS */
.aboutValeritas .f-right{
    margin: 5px 0 0 27px;
}
@media screen and (max-width: 480px) {
    .aboutValeritas .f-right{
        float:none;
        margin:0;
    }
}
/* end ABOUT VALERITAS */

/* start MANAGEMENT TEAM */
.person-container .PersonDescription,
.person-container .PersonSuffixComma,
.person-container .PersonTitleComma{
    display:none;
}
.person-container .PersonTitle{
    display:block;
    color: #888;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}
.person-container h3{
    font-size:17px;
    margin-bottom:0;
}
.person-container h3 a{
    font-weight: normal;
}
.person-container .PersonContainer{
    padding-bottom:10px;
    border-bottom:1px solid #eaeaea;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .person-container h3{
        text-align: left;
    }
}

/* end MANAGEMENT TEAM */

/*  start Person details */

.PersonGenericDetailsContainer .ModuleInnerContainer {
    position: relative;
}
/*.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    position: absolute;
    top: 95px;
    left: 20px;
}*/
.DetailsBOD .PersonDetailsNameContainer {
    top: 47px;
}

.PersonGenericDetailsContainer .PersonName,
.PersonGenericDetailsContainer .PersonSuffixText{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Helvetica", Arial, sans-serif;
}
.PersonGenericDetailsContainer .PersonDetailsNameContainer > .PersonTitle {
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 8px;
    display: block;
    text-align: left;
    font-family: "Helvetica", Arial, sans-serif;
}
.PersonGenericDetailsContainer .PersonDetailsDescriptionContainer{
    max-width:420px;
    float:left;
    padding-right:24px;
}
.PersonGenericDetailsContainer .PersonTitleComma,
.PersonGenericDetailsContainer .PersonSuffixComma{
    display: none;
}


.personMenu{
    border-top: 1px dotted #8dc4b1;
    float: left;
    margin: 6px 0 0;
    padding-top: 5px;
    width: 190px;
}
.personMenu .PersonContainer {
    padding: 3px 0 8px 17px;
    margin-bottom: 0;
}
.personMenu .selected.PersonContainer{
    background-color: #f1f1f1;
}
.personMenu .PersonDescription{
    display:none;
}
.personMenu .PersonContainer h3 a,
.personMenu .PersonSuffixText {
    color: #007c59;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}
.personMenu .selected.PersonContainer h3 a{
    color: #48317a;
}
.personMenu .PersonContainer h3{
    margin-bottom:0;
}
.personMenu .PersonContainer h3 a:hover{
    color: #48317a;
    text-decoration: none;
}
.personMenu .PersonContainer .PersonName{
    position:relative;
}
.personMenu .PersonContainer .PersonName:before {
    content: "\e906";
    font-family: "q4icons";
    font-size: 7px;
    left: -12px;
    position: absolute;
    top: -1px;
}
.personMenu .PersonTitle {
    font-family: Verdana, sans-serif;
    font-style: normal;
    color: #888;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display:block;
}
.personMenu .PersonTitleComma,
.personMenu .PersonSuffixComma{
    display:none;
}
@media screen and (max-width: 1024px) {
    .PersonGenericDetailsContainer .PersonDetailsDescriptionContainer{
        max-width: 100%;
        float:none;
        padding-right:0;
    }
    .personMenu{
        float: none;
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .PersonGenericDetailsContainer .PersonDetailsNameContainer{
        position: static;
    }
    .PersonGenericDetailsContainer .PersonName, 
    .PersonGenericDetailsContainer .PersonSuffixText,
    .PersonGenericDetailsContainer .PersonDetailsNameContainer > .PersonTitle{
        color: #888;
    }
}
/*  end Person details */

/* start Our Locations */
.location-item  img{
    float:right;
    clear:right;
    margin-bottom:10px;
}
.location-item{
    clear:both;
}
.btn-toggle{
    cursor:pointer;
    color:#007c59;
    font-weight: bold;
    position:relative;
    padding-left: 15px;
    display: inline-block;
}
.btn-toggle > span{
    text-decoration: underline;
}
.btn-toggle:before{
    font-family: 'q4icons' !important;
    content: "\e903";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#919195;
    display:inline-block;
    font-size:8px;
    margin-right:5px;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 0;
    }
.accordion-active .btn-toggle:before{
    content: "\e904";
}
.btn-toggle:hover{
    color: #42357d;
}
.accordian_wrap{
    max-width:410px;
    padding-bottom:50px;
    /*display: none;*/
}
.accordion-active .accordian_wrap{
    /*display:block;*/
}

.accordian_wrap .purpleDots{
    padding:10px 0 10px 10px;
}
.googMap{
    margin-bottom:10px;
}

div.accordian_wrap .googMap {
    position: absolute;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.accordion-active div.accordian_wrap .googMap{
    position: relative;
    visibility: visible;
    height: auto;
}

div.accordian_wrap .googMap ~ *{
    display:none;
}
.accordion-active div.accordian_wrap .googMap ~ *{
    display:block;
}

.googMap .slideshare{
    max-width: 300px;
}
.googMap a{
    font-weight: normal;
}
.googMap .slideshow{
    padding-bottom:100%;
}
@media screen and (max-width: 767px) {
    .location-item  img{
        float:none;
    }
}
/* end Our Locations */

/* start Technologies */
.pod{
    float:left;
    width:48%;
    border: 1px solid #eaeaea;
    padding:15px 15px 0;
    margin-left:4%;
    min-height: 545px;
}
.pod:first-child{
    margin-left:0;
}
.pod h3{
    font-size: 30px;
    line-height: 1;
    color: #007c59;
    font-weight: bold;
    font-family: 'Helvetica', Arial, sans-serif;
    margin-bottom: 0;

}
.pod h4{
    font-size:17px;
    line-height: 19px;
    font-family: 'Helvetica', Arial, sans-serif;
    color: #007c59;
    margin-bottom: 0;
}
.pod p{
    font-size:11px;
}


.coming-soon{
    clear:both;
}
.coming-soon .pod{
    position: relative;
    min-height: 430px;
}
.coming-soon .pod:after{
    content: url('../design/graphic-comingsoon.png');
    position: absolute;
    top: 0;
    right: 0;
}
.coming-soon .pod img{
    margin:0 auto 10px;
    display:block;
    height: 170px;
}
.coming-soon .pod h4{
    margin-bottom:10px;
}


.pod.v-go{
    width:100%;
    margin-left:0;
    margin: 10px 0 30px;
    background: url("../design/bg-investor-vgo.png") no-repeat 100% 0;
    
}
.v-go h3 {
    margin-bottom: 10px;
    margin-top: 5px;
}
.v-go h4{
    margin-bottom: 20px;
}
.v-go .f-right{
    height:170px;
    overflow: hidden;
}

.btn-link2{
    font-weight: bold;
    color: #007c59;
}
.btn-link2.italic{
    font-style: italic;
}
.btn-link2:before{
    font-family: 'q4icons' !important;
    content: "\e906";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #007c59;
    display:inline-block;
    font-size:7px;
    margin-right:5px;
    line-height: 16px;
    vertical-align: bottom;
}
.btn-link2.italic:before{
    font-style: normal;
    text-decoration: none !important;
}
.btn-link2:hover{
    text-decoration: none;
    color: #48317A;
}
.btn-link2.italic:hover{
    color: #007c59;
    text-decoration: underline;
}
.btn-link2:hover:before{
    color: #48317A;
}
.btn-link2.italic:hover:before{
    color: #007c59;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .pod h3{
        font-size:16px;
    }
    .pod h4{
        font-size:12px;
        line-height: 1.1;
    }
    .coming-soon .pod{
        width:100%;
        margin-bottom:30px;
        margin-left:0;
        min-height: auto;
    }
    .coming-soon .pod:last-child{
        margin-bottom:0;
    }
    .v-go .f-right{
        float:none;
        margin-bottom:10px;
    }
}
@media screen and (max-width: 480px) {
    .pod.v-go{
        background-size: 35%;
    }
}

.pod ul,
.coming-soon ul {
    padding-left: 15px;
    font-size: 11px;
}

.pod ul li:before,
.coming-soon ul li:before {
    content: "•";
    margin-left: -15px;
    padding-right: 10px;
    float: left;
}

.pod ul {
    margin-bottom: 12px;
}

.coming-soon h3 sup {
    font-size: 46%;
    top: -0.8em;
}



/* end Technologies */

/* start V-Go  */
.v-goPage .PaneContent,
.deliveryPage .PaneContent{
    position:relative;
} 
.img-corner{
    position:absolute;
    top:36px;
    right:0;
    max-width: 200px;
}
@media screen and (max-width: 767px) {
    .img-corner{
        max-width:100px;
    }
}

.vGoText .ModuleInnerContainer h2{
    margin-bottom:10px;
}
.vGoText .first-row h3{
    font-size:42px;
    line-height: 1;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    margin-bottom:25px;
}
.vGoText .first-row .f-left{
    width:60%;
}
.vGoText .first-row .f-left p{
    padding-right:60px;
}
.vGoText .first-row .f-right{
    width:40%;
}
.vGoText .first-row .f-right p{
    margin-top:-50px;
    font-size:11px;
}
@media screen and (max-width: 767px) {
    .vGoText .ModuleInnerContainer h2{
        font-size:16px;
    }
    .vGoText .first-row h3{
        font-size:24px;
    }
    .vGoText .first-row .f-left p{
        padding-right:0;
    }
    .vGoText .first-row .f-right,
    .vGoText .first-row .f-left{
        width:100%;
    }
}

.second-row .box{
    width:227px;
    height:145px;
    border: 1px solid #eaeaea;
}
.second-row .box img{
    display:block;
}
.second-row .box a{
    position: relative;
    top:-37px;
    left:20px;
}
.second-row .f-right{
    width:60%;
}
@media screen and (max-width: 767px) {
    .second-row .f-left{
        margin-bottom:10px;
    }
    .second-row .f-right{
        width:100%;
    }
}

.refLink{
    color: #42357d;
}
.refLink:hover{
    color: #007C59;
    text-decoration: none;
}

ol.reference li{
    font-size:11px;
}
/* end V-Go  */

/* start Delivery of V-Go  */

.deliveryVGo h3{
    font-size:42px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    color: #007c59;
    font-weight: bold;
    margin-bottom:25px;
}

.shaded{
    background-color:#ececf5;
    /*margin:0 -40px;*/
    padding:0 50px;
    font-size: 11px;
}
.header-bar{
    background: #007c59;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 5px 5px 9px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.header-bar span{
    font-weight: bold;
    color: #8dc4b1;
}
.shaded h4{
    text-align: center;
    margin:5px 0 20px;
}
.shaded h5 {
    color: #7e0c6e;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:20px;
}
.center-needle{
    display:inline-block;
    position:relative;
    left:50%;
    margin-left:-46px;
}
.needleBtn,
.needleCopy{
    display:inline-block;
    vertical-align: middle;
    text-align: center;
}
.needleCopy{
    color: #4b4a4a;
    font-size:10px;
}
.center-needle .needleCopy{
    text-align: left;
    padding-left:8px;
}
.needleTitle{
    display: block;
    color: #7e0c6e;
    font-weight: bold;
    text-align: center;
}
.center{
    text-align: center;
}
.patientIndic{
    margin-bottom:0;
    padding-bottom:10px;
}
.fourBtnWrap .row{
    margin-bottom:20px;
}
@media screen and (max-width: 767px) {
    .center-needle{
        display:block;
        position: static;
        margin-left: 0;
    }
    .needleBtn, .needleCopy{
        display:block;
        margin-bottom:20px;
    }
    .center-needle .needleCopy,
    .patientIndic{
        text-align: center;
    }
    .fourBtnWrap .row{
        margin-bottom:0;
    }
    .deliveryVGo h3{
        font-size:24px;
    }
}
/* end Delivery of V-Go  */

/* start Authorized Distributors  */
.distributors .f-right{
    margin-left:20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .distributors .f-right{
        float:none;
        margin-left:0;
    }
}
/* end Authorized Distributors  */

/* start h-patch */
.technologies .f-right{
    margin-right:-40px;
}
@media screen and (max-width: 1024px) {
    .technologies .f-right{
        margin-right:0;
    }
}
@media screen and (max-width: 767px) {
    .technologies .f-right img{
        max-width:220px;
    }
}
@media screen and (max-width: 480px) {
    .technologies .f-right img{
        max-width:100px;
    }
}
/* end h-patch */

/* start Mini-Ject */
.miniJect .f-right{
    margin-left:20px;
    margin-bottom:20px;
}
@media screen and (max-width: 1024px) {
    .miniJect .f-right{
        margin-right:0;
    }
}
@media screen and (max-width: 767px) {
    .miniJect .f-right img{
        max-width:220px;
    }
}
@media screen and (max-width: 480px) {
    .miniJect .f-right img{
        max-width:100px;
    }
}
/* end Mini-Ject */

/* start Micro-Trans */
.microTrans{
    background: url("../images/tech_micro_trans.png") no-repeat 100% 0;
    margin-right:-40px;
    min-height:450px;
}
.microTrans .left{
    padding-right:50%;
}
@media screen and (max-width: 1024px) {
    .microTrans{
        margin-right:0;
    }
}
@media screen and (max-width: 768px) {
    .microTrans{
        background-size:35%;
    }
}
@media screen and (max-width: 480px) {
    .microTrans .left{
        padding-right:25%;
    }
}
/* end Micro-Trans */

/* end Newsroom */
.newsroom .box{
    border: 1px solid #eaeaea;
    display:inline-block;
    padding:15px;
    margin-right:15px;
    max-width: 200px;
    vertical-align: top;
    min-height: 235px;
    margin-bottom:20px;
}
.newsroom .box h3{
    font-size: 30px;
    line-height: 1;
    color: #007c59;
    padding: 0;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif
}
.newsroom .box p{
    font-size:11px;
}
@media screen and (max-width: 767px) {
    .newsroom .box{
        max-width:100%;
        width:100%;
        min-height: initial;
        margin-right:0;
    }
}
/* end Newsroom */



/* start Investors page */
.investorPage .PaneContent{
    position: relative;
}
.investorBanner{
    margin-bottom:30px;
}
.investorBanner .ModuleInnerContainer{
    padding: 30px 230px 30px 20px;
    background-color: #9D93B6;
    color: #fafafa;
    font-size: 11px;
    position:relative;
    height:270px;
}
.investorBanner .ModuleInnerContainer .btn-purple{
    position:absolute;
    right:33px;
    bottom:20px;
}
@media screen and (max-width: 768px) {
    .investorBanner{
        margin-bottom:0;
    }
    .investorBanner .ModuleInnerContainer{
        padding-right:20px;
        height:auto;
    }
    .investorBanner .ModuleInnerContainer .btn-purple{
        position:static;
    }
}

.invesorStockQuote{
    padding: 15px;
    text-align: center;
    min-width: 170px;

    background: #f0e9ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0e9ff 0%, #ffffff 57%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f0e9ff 0%,#ffffff 57%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f0e9ff 0%,#ffffff 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    position:absolute;
    top:140px;
    right:70px;
}
.invesorStockQuote *{
    font-family: 'Helvetica', sans-serif;
}
.invesorStockQuote .StockDescription1{
    font-size: 15px;
    line-height: 1;
    color: #48317a;
    display:block;
    margin-bottom: 10px;
}
.invesorStockQuote .StockDescription1 span{
    color: #7251bc;
}
.invesorStockQuote .StockPrice {
    color: #7251bc;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom:10px;
    
}
.invesorStockQuote .StockPrice:before {
    content: "$";
    display:inline-block;
    font-size: 23px;
    line-height: 1;
    color: #48317a;
    position: relative;
    top: -8px;
    margin-right:10px;
    /*left: -5px;*/
}
.invesorStockQuote .StockChange, 
.invesorStockQuote .StockPChange {
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
    font-weight: 700;
}
.invesorStockQuote .StockPriceUp{
    color: #007c59;
}
.invesorStockQuote .StockPriceDown{
    color: #FF0000;
}
.invesorStockQuote .StockDate, 
.invesorStockQuote .StockVolume, 
.invesorStockQuote .StockVolumeText {
    display: none;
}
.invesorStockQuote .StockDescription3 {
    color: #c6c3ca;
    font-size: 10px;
    display:block;
    line-height: 1.4;
    margin-top:5px;
}
.invesorStockQuote .StockDate {
    color: #c6c3ca;
    font-size: 10px;
    display: block;
    margin-left: 0px;
    border-left: 0;
    padding-left: 0px;
    line-height: 1.4;
}
@media screen and (max-width: 1023px) {
    .invesorStockQuote{
        right:30px;
    }
}
@media screen and (max-width: 768px) {
    .invesorStockQuote{
        position:static;
        margin-bottom:30px;
        padding:10px 20px;
        max-width:100%;
    }
    .invesorStockQuote .StockDescription1{
        float:left;
        display:inline-block;
        margin-top:6px;
    }
    .invesorStockQuote .StockPrice{
        font-size: 22px;
        display: inline-block;
    }
    .invesorStockQuote .StockPrice:before {
        font-size: 14px;
        top: -3px;
    }
    .invesorStockQuote .StockChangeCont{
        float:right;
        margin-top:4px;
    }
    .invesorStockQuote .StockDescription3,
    .invesorStockQuote .StockDate{
        display:none;
    }
    .invesorStockQuote *{
        vertical-align: top;
    }
    .invesorStockQuote .StockIndicator{
        display: inline-block;
        line-height: 1;
        vertical-align: top;
    }
    .invesorStockQuote .StockDescription1,
    .invesorStockQuote .StockChange, 
    .invesorStockQuote .StockPChange{
        font-size:12px;
    }
}


/* Latest Valeritas News */
.investorNews h2{
    display:inline-block;
}
.ViewAllTop {
    margin-left: 3px;
    padding-left: 5px;
    border-left: 1px solid #b088b0;
    font-weight: normal;
}
.investorNews .ModuleItemRow{
    display:table;
    width:100%;
    margin-bottom:2px;
}
.investorNews .ModuleDateLeft{
    width:70px;
    padding:10px;
    background-color: #92c8b3;
    color: #fff;
    display:table-cell;
    vertical-align: top;
    text-align: center;
    border-right:2px solid #fff;
}
.investorNews .ModuleDateLeft .day{
    display: block;
    font-size: 38px;
    line-height: 38px;
}
.investorNews .EventContainer{
    padding: 11px 10px;
    background-color: #eaeaea;
    vertical-align: top;
    display:table-cell;
}
.investorNews .ModuleDate{
    margin-bottom: 10px;
    color: #007c59;
}
.investorNews .ModuleHeadlineLink{
    text-decoration: underline;
    color: #42357d;
    line-height: 1.3;
    font-weight: normal;
}
.investorNews .ModuleHeadlineLink:visited{
    color: #42357d;
}
.investorNews .ModuleHeadlineLink:hover{
    color: #007c59;
}
.investorNews select{
    display:none;
}
.investorNews .sbHolder {
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .investorNews h2{
        display:block;
        margin-bottom:5px;
    }
    .investorNews.press h2{
        display:inline-block;
        margin-bottom:20px;
    }
    .ViewAllTop{
        margin-bottom:20px;
        display:inline-block;
        margin-left:0;
        padding-left:0;
        border:none;
    }
    .investorNews .ModuleDateLeft{
        display:none;
    }
}




.latestPresentation .ModuleInnerContainer > h2{
    display:inline-block;
}
.PresentationInfo{
    padding:20px;
    border: 1px solid #eaeaea;
    min-height: 275px;
}
.PresentationInfo h2{
    color: #007c59;
    font-size: 30px;
    margin-top:10px;
    line-height: 1;
}
.PresentationInfo a{
    font-weight: bold;
    display: inline-block;
    color: #007c59;
}
.PresentationInfo a:hover{
    text-decoration: none;
    color: #42357d;
}
.slideshare {
    position: relative;
    /*max-width: 500px;*/
}

.slideshow {
    position: relative;
    padding-bottom: 93%;
    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) {
    .latestPresentation .ModuleInnerContainer > h2{
        display:block;
        margin-bottom: 5px;
    }
    .latestPresentation .col{
        width:100%;
    }
    .latestPresentation .slideshare{
        margin-bottom:20px;
    }
    .PresentationInfo{
        min-height: initial;
    }
}
/* end Investors  page*/

/* start Events & Presentations page*/
.presentations h2{
    display:inline-block;
}
.presentations .ModuleItemRow,
.EventsW .ModuleItemRow{
    display:table;
    width:100%;
    margin-bottom: 2px;
}
.presentations .ModuleDateLeft,
.EventsW .ModuleDateLeft{
    background-color: #92c8b3;
    border-right: 2px solid #fff;
    color: #fff;
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 70px;
}
.presentations .day,
.EventsW .day{
    display: block;
    font-size: 38px;
    line-height: 38px;
}
.presentations .month,
.EventsW .month{
    display:block;
}
.presentations .ModuleContentContainer,
.EventsW .ModuleContentContainer{
    background-color: #eaeaea;
    display: table-cell;
    padding: 10px;
}
.presentations .ModuleDate,
.EventsW .ModuleDate{
    margin-bottom: 10px;
    color: #007c59;
}
.presentations .ModuleHeadlineLink,
.EventsW .ModuleHeadlineLink{
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
}
.presentations a{
    font-weight: normal;
}

.presentations a[href*=".pdf"]:before{
    content: "\e902";
    font-family: "q4icons";
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}

.upcomingEv h2{
    display:inline-block;
}
.EventsW .ModuleHeadlineLink{
    color: #42357d;
    font-size: 12px;
    margin: 0 0 10px 0;
    text-decoration: underline;
    font-weight: normal;
}


.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar{
    color: #007c59;
    padding: 3px 0;
    color: #007c59;
    background:none;
    font-weight: normal;
}

.ModuleEvent .WebcastLink a:hover,
.ModuleEvent .PressRelease a:hover,
.ModuleEvent .ModuleLinks a:hover,
.ModuleEvent .presentation a:hover,
.ModuleEvent .FinancialReport a:hover,
.ModuleEventDetails .WebcastLink a:hover,
.ModuleEventDetails .PressRelease a:hover,
.ModuleEventDetails .ModuleLinks a:hover,
.ModuleEventDetails .presentation a:hover,
.ModuleEventDetails .FinancialReport a:hover{
    color: #42357d;
    text-decoration: none;
}

.ModuleEvent .FinancialReport a:before,
.ModuleEventDetails .FinancialReport a:before {
    font-family: 'q4icons' !important;
    content: "\e647";
    margin-right:10px;
}
.ModuleEvent .ModuleLinks a[href$=".pdf"]:before
.ModuleEventDetails .ModuleLinks a[href$=".pdf"]:before,
.ModuleEvent .FinancialReport a[href$=".pdf"]:before,
.ModuleEventDetails .FinancialReport a[href$=".pdf"]:before{
    font-family: 'q4icons' !important;
    content: "\e902";
}
.ModuleEvent .FinancialReport a[href$=".xlsx"]:before,
.ModuleEventDetails .FinancialReport a[href*=".xlsx"]:before {
    font-family: 'q4icons' !important;
    content: "\e90b";
}
.ModuleEvent .FinancialReport a[href$=".aspx"]:before,
.ModuleEventDetails .FinancialReport a[href*=".aspx"]:before {
    font-family: 'q4icons' !important;
    content: "\e638";
}

.ModuleEventDetails .WebcastLink a:before {
    margin-right: 12px;
}

.ModuleEvent .AddToCalendar a, 
.ModuleEventLatest .AddToCalendar a, 
.ModuleEventDetails .AddToCalendar a{
    color: #007c59;
    font-weight: normal;
}
.ModuleEvent .AddToCalendar a:hover, 
.ModuleEventLatest .AddToCalendar a:hover, 
.ModuleEventDetails .AddToCalendar a:hover{
    color: #42357d;
    text-decoration: none;
}

.EventsW .ModuleYearNavC {
    margin-bottom: 20px;
}
.EventsW .ModuleYearNavC li {
    display: inline-block;
    margin-right: 5px;
}

.timeZone {
    margin-left: 3px;
}


.ModuleEventDetails .ModuleDate,
.ModuleEventDetails .ModuleTime{
    color: #007c59;
}

@media screen and (max-width: 768px) {
    .presentationsWidget .ModuleDateLeft,
    .EventsW .ModuleDateLeft{
        display:none;
    }
}

.ModuleEvent a[href*=".pdf"]:before,
.ModuleEvent a[href*=".Pdf"]:before,
.ModuleEvent a[href*=".PDF"]:before {
    content: "\e902";
}

/* end Events & Presentations page*/

/* start SEC Filings page*/

.sec-fil .RssLinkTopContainer a{
    line-height: 35px;
}
.sec-fil .sec-filters{
    margin-bottom:20px;
}
.sec-fil .sec-filters label{
    min-width:40px;
    display: inline-block;
}
.sec-fil .header,
.sec-fil .item{
    display:table;
    width:100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.sec-fil .header > *,
.sec-fil .item > *{
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.sec-fil .header > *{
    background-color: #5cb192;
    color: #fff;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 15px;
}
.sec-fil .item > *{
    background-color:#fff;
    border:1px solid #eaeaea;
    border-top: 0;
    padding: 14px 15px;
}
.sec-fil .header .date,
.sec-fil .item .date{
    width: 17%;
}
.sec-fil .header .type,
.sec-fil .item .type{
    width: 18%;
}
.sec-fil .item .type a{
    color: #42357d;
}
.sec-fil .item .type a:hover{
    color: #007c59;
    text-decoration: none;
}
.sec-fil .header .description,
.sec-fil .item .description{
    width: 40%;
}
.sec-fil .header .download,
.sec-fil .item .download{
    width: 25%;
}
.sec-fil .download li{
    display:inline-block;
}
.sec-fil .download a,
.ModuleSECFilingDetails .Icons a{
    color: #007c59;
}

.sec-fil .download a:hover,
.ModuleSECFilingDetails .Icons a:hover{
    color: #5cb192;
}
.sec-fil .download a:before{
    font-family: 'q4icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    font-size: 22px;
}

.sec-fil .download a.CONVPDF:before{
    content: "\e62a";
}
.sec-fil .download a.RTF:before{
    content: "\e62d";
}
.sec-fil .download a.XBRL_HTML:before{
    content: "\e628";
}
.sec-fil .download a.XBRL:before{
    content: "\e62e";
}
.sec-fil .download a.XLS:before{
    content: "\e627";
}
.sec-fil #sec-type + .sbHolder,
.sec-fil #sec-type + .sbHolder .sbOptions{
    width:200px;
}
.ModuleSECFilingDetails .ModuleDate{
    color: #007c59;
}
.loading{
    display:block;
    margin-top:5px;
}
@media screen and (max-width: 768px) {
    .sec-fil .header{
        display: none;
    }
    .sec-fil .item:first-child{
        border-top:1px solid #eaeaea;
    }
    .sec-fil .item {
        border:1px solid #eaeaea;
        border-top:0;
    }
    .sec-fil .item > *{
        padding-left:140px;
        position: relative;
        display: block;
        width:100% !important;
        border:none;
    }
    .sec-fil .item > *:before{
        position: absolute;
        left: 15px;
        top: 14px;
    }
    .sec-fil .item .date:before{
        content: 'Date';
    }
    .sec-fil .item .type:before{
        content: 'Filing Type';
    }
    .sec-fil .item .description:before{
        content: 'Filing Description';
    }
    .sec-fil .item .download:before{
       content: 'Download';
    }
}
@media screen and (max-width: 480px) {
    .sec-fil .sec-filters .years{
        margin-bottom:10px;
    }
}
/* end SEC Filings page*/

/* start Stock Quote & Chart  page*/
.stockQuoteCustom .StockQuoteLookup{
    display:none;
}
.stockQuoteCustom *{
     font-family: 'Helvetica', Arial, sans-serif;
}
.stockQuoteCustom .left-box{
    text-align: center;
    padding-top:8px;
}
.stockQuoteCustom .left-box .indice{
    color: #48317a;
    font-size: 15px;
    display:block;
    margin-bottom:5px;
}
.stockQuoteCustom .left-box .Price{
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    color: #7251bc;
    position: relative;
}
.stockQuoteCustom .left-box .Price:before{
    content:"$";
    font-size: 23px;
    color: #48317a;
    position: absolute;
    top: -4px;
    left: -15px;
}
.stockQuoteCustom .left-box .PChangeLabel:before{
    content:"(";
}
.stockQuoteCustom .left-box .PChangeLabel:after{
    content:")";
}
.stockQuoteCustom .center-box,
.stockQuoteCustom .bottom-box{
    font-size:15px;
    line-height: 21px;
}
.stockQuoteCustom .bottom-box{
    margin-top:10px;
}
.stockQuoteCustom .ModuleInnerContainer .center-box li,
.stockQuoteCustom .ModuleInnerContainer .bottom-box li{
    padding:5px;
   border-bottom: 1px solid #f6f4f6;
}
.stockQuoteCustom .center-box .Volume,
.stockQuoteCustom .center-box .StockData,
.stockQuoteCustom .bottom-box .StockData{
    float:right;
}
.stockQuoteCustom .center-box .StockData.High:before,
.stockQuoteCustom .center-box .StockData.Low:before,
.stockQuoteCustom .bottom-box .StockData:before{
    content: "$";
}
.stockQuoteCustom .ModuleInnerContainer{
    position:relative;
}
.stockQuoteCustom .ModuleInnerContainer > p{
    position:absolute;
    width:33%;
    right:0;
    top:0;
}
.stockQuoteCustom .StockTableTextLabel{
    display:block;
}
.stock-historical ul.sbOptions li{
    padding:0 7px;
}

.historical-calc .stock-table > span {
    padding: 15px 10px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .stockQuoteCustom .left-box,
    .stockQuoteCustom .center-box{
        width:100%;
        margin-top:0;
    }
    .stockQuoteCustom .ModuleInnerContainer > p{
        position:static;
        width:100%;
        text-align: center;
    }
}


.stock-chart .highcharts-range-selector{
    box-sizing:content-box;
}


.historical-calc .stock-selects{
    background-color:#48317a;
    padding:10px 15px;
}
.historical-calc .stock-selects > .text{
    color:#fff;
    font-weight: bold;
}
.historical-calc .stock-selects button{
    line-height: 15px;
    padding: 8px 15px;
    height:35px;
}
.historical-calc ul li.list-group-item{
    padding:10px 15px;
}
.historical-calc .list-group-item.alt{
    background-color:#f2f3f3;
}
@media screen and (max-width: 767px) {
    .historical-calc .list-group-item > span.col{
        width:50%;
        display:inline-block;
    }
    .historical-calc .list-group-item .badge{
        text-align: right;
    }
}
@media screen and (max-width: 580px) {
    .stock-historical .stock-selects > span, 
    .stock-historical .stock-selects > div,
    .historical-calc .stock-selects button{
        width: 47%;
        margin-right: 4%;
        display: inline-block;
        margin-bottom:5px 0;
    }
    .stock-historical .stock-selects > .month + div.sbHolder,
    .historical-calc .stock-selects button{
        margin-right:0;
    }
    .historical-calc .stock-selects > .text{
        display: block;
    }
}
/* end Stock Quote & Chart  page*/

/* start Corporate Governance  page*/
.downloadListAlt .ModuleItemRow,
.downloadList .ModuleItemRow{
    border:1px solid #eaeaea;
    border-top:0;
    padding:25px;
}
.downloadListAlt .ModuleHeader + .ModuleItemRow,
.downloadList .ModuleHeader + .ModuleItemRow{
    border-top:1px solid #eaeaea;
}
.downloadListAlt .ModuleItemRow .ModuleHeadlineLink:after,
.downloadList .ModuleItemRow.ModuleHeadlineLink:after{
    top:25px;
    right:25px;
}
.downloadListAlt .ModuleYearNavContainerInner{
    display:none;
}
.downloadListAlt .ModuleHeader{
    display:block;
    text-align: right;
    font-weight: bold;
    padding:10px 25px;
}
/* end Corporate Governance  page*/

/* start Committee Composition page*/
.committee-composition .desktop .person-header{
    font-weight:bold;
    color:#fff;
    background-color: #007c59;
    padding:15px;
}
.committee-composition .desktop .person-item{
    border:1px solid #eaeaea;
    border-top:0;
}
.committee-composition .desktop .person-item a{
    font-weight: normal;
}
.committee-composition .desktop .person-item > .grid-no-gutter{
    padding: 15px;
}
.committee-composition .desktop .person-item .person-bio{
    background:#f2f3f3;
    border-top:1px solid #eaeaea;
}

.committee-composition .mobile{
    border-bottom: 1px solid #eaeaea;
}
.committee-composition .mobile .person-header{
    padding: 0;
    border: 1px solid #eaeaea;
    border-bottom:0;
}
.committee-composition .mobile .person-header .col-3-of-4{
    line-height: 50px;
    padding-left:15px;
}
.committee-composition .mobile .person-header .col-1-of-4{
    text-align: right;
}
.committee-composition .mobile .person-header i{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #eaeaea;
    text-align: center;
    color: #007c59;
}
.committee-composition .mobile .person-items{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background-color:#f2f3f3;
}
.committee-composition .mobile .person-item .person-icon{
    text-align: right;
}
.committee-composition .mobile .person-item .person-icon i{
    display: inline-block;
    width: 50px;
    text-align: center;
    margin-right: -15px;
}
.committee-composition .person-category[class*="active"] .person-header i:before{
    content: "\e604";
}
/* end Committee Composition page*/

/* end Email Alerts page*/
.RequiredField,
.error-container,
.RedStar,
.ErrorContainer{
    color:#f00;
}

.MailingListActivationMessage{
    color: green;
    font-weight: bold;
}
/* end Email Alerts page*/

/* start RSS page*/
.rssFeeds h2 + p{
    margin-bottom:40px;
}
.rss-icons{
    margin-bottom:30px;
}
.rss-icons i{
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
}
.rss-icons a{
    display:inline-block;
    margin-bottom:5px;
}
/* end RSS page*/

/* start Valeritas in the News page*/
.valeritasNews .clickHere{
    margin-bottom:10px;
}

.pressHeadeline{
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size:30px;
    line-height: 1;
    color:#919195;
    margin-bottom:35px;
}
.pressHeadeline a,
.pressHeadeline .BreadcrumbSeparator{
    display:none;
}

.ModulePressReleaseDetails .ModuleDetailHeadline{
    display: none;
}
.ModulePressReleaseDetails .ModuleDateContainer{
    margin-bottom: 10px;
    color: #007c59;
}
@media screen and (max-width: 767px) {
    .ModulePressReleaseDetails table{
        display:block;
        overflow-x:scroll; 
    }
    .ModulePressReleaseDetails table tbody{
        display:table;
        min-width:480px; 
    }
}




.back-linkTop{
    margin-bottom:20px;
}
.back-linkBottom{
    padding-top:20px;
}
.back-linkTop a,
.back-linkBottom a{
    color: #42357d;
    text-decoration: underline;
}
.back-linkTop a:hover,
.back-linkBottom a:hover{
    color: #007c59;
}
/* end Valeritas in the News page*/

/*start Global Investor Sidebar elem*/
.sidebarEvents .ModuleYearNavContainer,
.sidebarEvents .ModuleLocation{
    display:none;
}
.sidebarEvents .grid{
    margin-left:0;
}
.sidebarEvents .grid .col{
    width:100%;
    padding:0;
}
.sidebarEvents .ModuleDateContainer span{
    display:inline-block;
    color: #2c2b2b;
}
.sidebarEvents .ModuleYearNavContainer a,
.sidebarEvents .ModuleSpeakers li,
.sidebarEvents .WebcastLink a,
.sidebarEvents .PressRelease a,
.sidebarEvents .ModuleLinks a,
.sidebarEvents .presentation a,
.sidebarEvents .FinancialReport a,
.sidebarEvents .AddToCalendar,
.sidebarEvents .ModuleMore a{
    padding: 3px 0;
    background: none;
    color: #48317a;
    text-shadow: 0 1px 0 #a59abd;
    font-weight: normal;
}

.sidebarEvents .AddToCalendar {
    display: none;
}

.sidebarEvents .ModuleHeadlineLink{
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 17px;
    display:inline-block;
    font-weight: normal;
}
/*end Global Investor Sidebar elem*/

/* start Search Results page */
.SearchResultsContainer .SearchLink{
    font-size:20px;
    line-height: 28px;
}
.SearchLink a{
    font-weight: normal;
}
.SearchDescription *{
    display: inline;
}
.SearchLink a span{
    word-break: break-all;
}
/* end Search Results page */

/* start Clinical Investigators page */
.FormBuilderContainer .sbHolder,
.FormBuilderContainer .sbOptions{
    width:270px;
}
.form-text{
    display:none;
}
.FormBuilderContainer .form-text{
    display:block;
    margin-bottom:15px;
}
.ItemCaptcha .label-wrap{
    display:none;
}

.MessageSent{
    font-weight:bold;
    color:green;
}
/* end Clinical Investigators page */


@media screen and (max-width: 767px) {
    .contactUs .f-right{
        float:none;
    }
}

/*START JOB LIST -> CAREERS SUBPAGE*/

.careersJobListAply .ModuleOuterContainer h2 {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #919195;
    margin-bottom: 35px;
}

.careersJobListAply .ApplyNow {
    margin-bottom: 20px;
}

.careersJobListAply .ApplyNow a {
    padding: 13px 15px;
    height: 40px;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    background: #007c59;
}

.careersJobListAply .ApplyNow a:hover {
    background: #5cb192;
    text-decoration: none;
    color: #fff;
}

.careersJobListP .ModuleItemRow {
    border: 1px solid #eaeaea;
    padding: 25px;
    border-top: none;
}

.careersJobListP .ModuleContentContainer {
    border-top: 1px solid #eaeaea;
}

/*END JOB LIST -> CAREERS SUBPAGE*/

.clinical-test {
    display: none;
}

.FormBuilderContainer .clinical-test {
    display: inline-block;
    margin-bottom: 30px;
}


/*    Disclaimer Styling    */
#disclaimer .disHeading h2 {
    padding: 16px 0;
    color: #fff;
    text-align: center;
}
#disclaimer .disChoice p {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;

}
#disclaimer .disChoice p strong {
    padding: 6px 10px;
    border: 1px solid #42357d;
}
#disclaimer .disChoice p strong:hover {
    border: 1px solid #5cb192;
}
#disclaimer .disHeading {
    background: #5cb192;
    /*margin-bottom: 16px;*/
}

#disclaimer .disContent {
    max-height: 305px;
    overflow-y: scroll;
    border-bottom: 1px solid #5cb192;

}
/*    Disclaimer End   */


.HomePresentation .PresentationCont a {
    padding: 15px 20px;
    border-radius: 8px;
    border: 3px solid #007c59;
    color: #007c59;
    display: inline-block;
    margin-top: 20px;
}
.HomePresentation .PresentationCont a:hover {
    border: 3px solid #42357d;
    color: #42357d;
    padding: 15px 20px;
    border-radius: 8px;
}

.latestPresentation .homeVid iframe {
    display: inline-block;
    height: 288px;
    margin-bottom: 5px;
    width: 100%;
}

.Presentation-link a {
    border: 3px solid #007c59;
    border-radius: 8px;
    color: #007c59;
    padding: 15px 20px;
    margin-top: 20px;
    display: inline-block;
}
.Presentation-link a:hover {
    border: 3px solid #42357d;
    border-radius: 8px;
    color: #42357d;
    padding: 15px 20px;
}
.latestPresentation .ViewAllTop{
    border: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
}
.latestPresentation .slideshare  h2{
    margin-bottom: 5px;
}
.PaneHeader2 .container {
  position: relative;
}

.PaneHeader2 .home-icon a{
    color: #7251bc;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 25px;
}
.PaneHeader2 .MenuBG {
    background-image: url("../images/nav_home_white.png");
    background-repeat: no-repeat;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 8px;
    width: 14px;
}
/* .PaneHeader2 .MenuBG:hover {
    background-image: url("../images/nav_home_on.png");
} */
.PaneHeader2 .home-icon{
    float: right;
    margin-top: 22px;
}
.ClientLogo{
    float: left;
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.ClientLogo span{
    font-size: 11px;
}
@media screen and (max-width: 1023px){
    .PaneHeader2 .home-icon{
        display: none;
    }
    .ClientLogo{
        float: none;
        position: static;
    }
}

@media screen and (max-width: 580px){
    .stock-historical .stock-selects .sbOptions{
        width: 100%;
    }
}
.sidebarContact.sidebar-elem a[href^=tel]{
    color:#625480;
    text-decoration:none;
    font-weight: normal;
}
/*.slick-dots li{
    vertical-align: middle;
}*/
.banner-slider .slick-dots li button:before{
    line-height: 8px;
}


.HomeLatestEv ul.ModuleLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.HomeLatestEv ul.ModuleLinks .q4i-doc-link:before {
    content: "\e902";
    margin-right: 5px;
}
.HomeLatestEv.ModuleEventLatest .ModuleLinks a {
    color: #fff;
}
.HomePresentation .PresentationCont a {
    padding: 15px 20px;
    border-radius: 8px;
    border: 3px solid #007c59;
    color: #007c59;
}


/*    Disclaimer Styling    */
#disclaimer .disHeading h2 {
    padding: 16px 0;
    color: #fff;
    text-align: center;
}
#disclaimer .disChoice p {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;

}
#disclaimer .disChoice p strong {
    padding: 6px 10px;
    border: 1px solid #42357d;
}
#disclaimer .disChoice p strong:hover {
    border: 1px solid #5cb192;
}
#disclaimer .disHeading {
    background: #5cb192;
    /*margin-bottom: 16px;*/
}

#disclaimer .disContent {
    max-height: 305px;
    overflow-y: scroll;
    border-bottom: 1px solid #5cb192;

}
/*    Disclaimer End   */

.HomePresentation .PresentationCont a:hover {
    border: 3px solid #42357d;
    color: #42357d;
    padding: 15px 20px;
    border-radius: 8px;
}
.PresentationCont .q4i-icon-graph {
    font-size: 50px;
    vertical-align: sub;
}
@media screen and (min-width: 568px) {
.IAC {
    font-size: 24px;
}
}

.IACdiv {
    margin-top: 30px;
}

.JobDetails .ModuleInnerContainer ul {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 12px;
}

.JobDetails .Module_JobPostingDetailsAdvanced table {
    max-width: 100%;
}
.JobDetails .Module_JobPostingDetailsAdvanced table input {
    width: 100%
}
.JobDetails .Column_1 {
    width: 115px;
}
.JobDetails .Module_JobPostingDetailsAdvanced td {
    font-size: 12px;
    color: #919195;
    padding: 18px 5px;
}
.JobDetails .JobExtra {
    display:none;
}
/*------------------106642-------------*/
.divest-technology {
    background: #f0f0f0;
    margin-right: -40px;
    margin-left: -40px;
    margin-top: -18px;
    height: 60px;
    text-align: center;
    padding-top: 20px;
    color: #444;
}

.divest-technology h2 {
    display: none;
}

.divest-technology .ModuleInnerContainer div p {
    font-size: 20px;
    color: black;
}

.divest-technology-mini-ject {
    position: relative;
    padding: 20px;
    background-color: #f0f0f0;
}
 
.divest-technology-mini-ject h2 {
    display: none;
}

.divest-technology-mini-ject .ModuleOuterContainer {
    position: absolute;
    margin-top: -10px;
    margin-left: 40px;
}

.divest-technology-mini-ject .ModuleInnerContainer div p{
    font-size: 18px;
    color: black;
}
ul.supplemental li {
    margin-bottom: 8px;
    padding-left: 23px;
}
ul.supplemental li a:before {
    font-family: 'q4icons' !important;
    content: "\e906";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 10px;
    margin-right: 5px;
    display: inline-block;
}
.supplemental li:first-child {
    padding-left: 0px;
    margin-bottom: 16px;
}
.supplemental li:first-child a:before {
   content: "";
   display: none;
}
.supplemental li:first-child a {
    font-size: 17px;
    line-height: 26px;

}

.SecondaryNav .level5 {
    display:none;
}


.SecondaryNav .level5 li {
    padding-left: 5px;
}

.SecondaryNav .level5 li a {
    padding-top: 0;
}

.SecondaryNav .level4 .no-link {
    padding-left: 20px;
}

.SecondaryNav .level4 .no-link span:before {
    font-family: 'q4icons' !important;
    content: "\e906";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1;
    color: #b8b8bd;
    margin-right: 7px;
    display: inline-block;
}

.SecondaryNav .no-link {
   cursor: pointer;
}

.mobile-nav .level4 span {
    padding-left: 60px;
}

.mobile-nav .level5 li {
    padding-left: 40px;
}

.SecondaryNav .level4 > li.expanded .level5 {
    display: block;
}

.module-home-intro {
  padding: 20px 0 80px;
  text-align: center;
}
.module-home-intro h2 {
  color: #464646;
  font-size: 32px;
  font-weight: normal;
  text-transform: capitalize;
}
.module-home-intro p {
  color: #464646;
  font-size: 16px;
}
/*Our Patients*/
.module-video video,
.module-video_vgo video{
  width: 100%;
}
.module-video_vgo {
    margin-bottom: 20px;
    border: 1px solid #a8a8a8;
}
/*end our Patients*/


/*Header*/
.module-corporate-mision {
  color: #ffffff;
  margin-left: 207px;
  padding-top: 20px;
  position: absolute;
  vertical-align: middle;
}
/*end Header*/
.scroll-to {
    text-align: center;
}
span.button-scroll-section:before {
    content: "\e64a";
    font-family: "q4icons";
    font-size: 35px;
    font-weight: 100;
    display: inline-block;
    margin-top: 35px;
    cursor: pointer;
}
.module-video-wrap {
    margin-bottom: 52px;
    border: 1px solid #a8a8a8;
}
.module-video-wrap video {
    width: 100%;
}
.module-video{
    border: 1px solid #a8a8a8;
    margin-bottom: 20px;
}
a.module-box-link {
    border: 1px solid #007c59;
    padding: 20px;
    margin-top: 20px;
    display: inline-block;
}
a.module-box-link:hover{
    border: 1px solid #42357d;
}
@media(max-width: 1340px){
    a.module-box-link {
        margin-top: 0;
        padding: 10px 13px;
        font-size: 10px;
    }
}

@media(max-width: 640px){
    a.module-box-link {
        margin-top: 0;
        padding: 6px 7px;
        font-size: 10px;
        border-radius: 3px;
    }
}
.wrap-iframe {
    position: relative;
    padding-bottom: 56.25%;
}
.wrap-iframe iframe {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.module-video{
    position: relative;
    padding-bottom: 56%;
}
.module-video iframe {
    width: 100%;
    vertical-align: top;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.module-video.module-video-patients{
    padding-bottom: 0;
}
.imgTop {
display:block;
clear: both;
}
.module-mobile-banner{
    display: none;
}
@media(max-width: 640px){
    .module-mobile-banner{
        display: block;
        min-height: 300px;
        border-bottom: 1px solid #ccc;
        padding:50px 8px;
        position: relative;
    }
    .module-mobile-banner .scroll-to {
        position: absolute;
        bottom: -41px;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        font-weight: normal;
    }
    .banner-slider{
        display: none;
    }
}

/* #179825 */
.module.module-regions {
    display: inline-block;
    margin-right: 12px;    
}
.module-regions .location.location-main {
    cursor: pointer;
}

.module-regions .region-location {
    display: none;
}

.region-location-close {
    display: block;
    padding-bottom: 40px;
    font-size: 20px;
    color: #000;
    text-align: right;
}

.region-location-close span {
    font-weight: 600;
    cursor: pointer;
    text-align: right;
    /*padding-right: 20px;*/
}

.module-regions .region-location.js--show {
    display: block;
    position: absolute;
    width: 100%;
    height: 80vh;
    background-color: #ececf5;
    left: 0;
    z-index: 1500;
    padding: 40px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;
}

.module-regions span.location {
    padding-bottom: 32px;
    font-size: 18px;
}
.headerLinks {
    position: relative;
}

.module-regions span.location.location-main {
    padding-bottom: 0px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: bold;
   position: absolute;
    top: -53px;
    right: 362px;

}
.module-regions span.location.location-main i {
    height: 28px;   
}
.flag--location-details {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
}
@media screen and (max-width: 1200px) {
.module-corporate-mision {
    padding-top: 36px;
}
}
@media screen and (max-width: 1024px) {
.module-corporate-mision {
    display: none;
}
.PaneHeader {
    padding: 0;
    display: block;
    position: absolute;
    width: 100%;
}
.module-regions span.location.location-main {
    top: 9px;
    right: 71px;
}

.headerLinks {
    display: block;
    position: relative;
   /* z-index: 3000; */
}
.headerLinks ul {
    display: none;
}
.module.module-regions {
    display: inline-block;
    margin-right: 50px;
    margin-top: 16px;
    z-index: 2222;
}
}
@media screen and (max-width: 500px) {
.module-regions span.location.location-main {
   font-size: 0px;
}
.module-regions .region-location.js--show {
    padding: 30px 20px;
}
.module-regions span.location.location-main {
    top: 8px;
    right: 55px;
}
}
/*#flags*/
.module-regions .location i {
    background-image: url('../images/flags-sprite.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 40px;
    height: 30px;
}

.module-regions .location--United-States i {
    background-position: -180px -35px;
}

.module-regions .location--Australia i {
    background-position: 0px -175px;
}

.module-regions .location--Austria i {
    background-position: -135px -70px;
}

.module-regions .location--Czec-Republic i {
    background-position: -270px -136px;
}

.module-regions .location--Germany i {
    background-position: 0px -105px;
}

.module-regions .location--New-Zealand i {
    background-position: -225px -70px;
}

.module-regions .location--Slovakia i {
    background-position: -135px 0px;
}
.module-regions .location--Italy i {
    background-position: -225px -35px;
}
/*/flags*/
/* /179825 */