html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
ol,
ul,
li,
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 {
    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;
}

#pageClass {
    background-color: #fff;
}

html {
    box-sizing: border-box;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    line-height: 1;
    margin: 0;
    color: #333;
    font-family: "Arial", "Helvetica", sans-serif;
}

.fix {
    border-bottom: 1px solid #fff;
}

select,
input,
textarea {
    color: #333;
}

input,
select {
    vertical-align: middle;
}

.PaneContentInner {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 100px;
}

.PaneContentInner input[type="text"] {
    height: 50px;
    line-height: 100%;
    font-size: 16px;
    font-family: 'Roboto';
    color: #999999;
    padding: 0 25px;
    border: 1px solid #bababa;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #f2f2f2;
    letter-spacing: 2px;
    padding-top: 15px\0;
}

.PaneContentInner input[type="text"]:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
    color: #999999;
    padding: 15px 25px;
    border: 1px solid #bababa;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #f2f2f2;
    letter-spacing: 2px;
    min-height: 300px;
}

textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.PaneContentInner select,
.PaneContentInner input,
.PaneContentInner textarea,
.PaneContentInner button {
    font-family: 'Roboto';
}

:focus {
    outline: 0 none;
}

ol,
ul {
    list-style: none;
}

.ModulePressReleaseDetails ol,
.ModulePressReleaseDetails ul,
.PaneContentInner .HtmlTextContainer ol,
.PaneContentInner .HtmlTextContainer ul {
    padding-left: 30px;
    margin-bottom: 35px;
}

.ModulePressReleaseDetails ol,
.PaneContentInner .HtmlTextContainer ol {
    list-style-type: decimal;
}

.ModulePressReleaseDetails ul,
.PaneContentInner .HtmlTextContainer ul {
    list-style-type: disc;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.CommitteeTableHeader {
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
}

.table-responsive {
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.CustomTable {
    width: 100%;
    border: 2px solid #e7e7e7;
    margin-bottom: 20px;
}

.CustomTable th,
.CustomTable td {
    padding: 20px;
    text-align: left;
}

.CustomTable th {
    font-weight: 700;
    border-bottom: 3px solid #e7e7e7;
}

.CustomTable td {
    font-weight: 300;
    border-bottom: 2px solid #e7e7e7;
}

a {
    color: #11aaff;
    text-decoration: none;
}

a:hover {
    color: #11aaff;
    text-decoration: underline;
}

a:hover,
a:active {
    outline: medium none;
}

.PaneContent a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 30px;
}

a img {
    outline: 0 none;
}

img {
    max-width: 100%;
}

div.PreviewToolBar {
    display: none;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
    font-weight: 300;
    color: #333333;
    padding-top: 84px;
    margin-bottom: 32px;
    text-align: center;
}

h3 {
    color: #4c4c4c;
    font-size: 20px;
    line-height: 24px;
}

i {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* containers */
.HeaderContainer .PaneHeader {
    background: #fff none repeat scroll 0 0;
    //height: 80px;
    position: relative;
    font-family: arial, ?helvetica, ?sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.HeaderContainer .PaneHeader div.container {
    max-width: 100%;
    //max-width: 980px;
}

.HeaderContainer .PaneHeader div.container {
    margin: 0 auto;
    position: relative;
}

/*----------------------121586-----------------------------*/
.ParentSection_Home .HeaderContainer .PaneHeader div.container {
    // border-top: 5px solid #1295e8;
}

/*----------------------121586--end-----------------------*/
.PaneNavigation {
    min-height: 840px;
    background: url('../design/banner.jpg') fixed no-repeat center top transparent;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.PaneNavigation,
.PaneContentInner {
    font-family: "Roboto", sans-serif;
}

.FooterContainer .PaneFooter .container {
    //max-width: 980px;
    max-width: 100%;
    margin: 0 auto;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    //padding: 20px 0 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
}

/* header */
.ClientLogo {
    display: block;
    height: 75px;
    overflow: hidden;
    width: 200px;
}

.ClientLogo a {
    display: block;
    height: 75px;
    overflow: hidden;
    width: 200px;
    background: url('../design/logo.png') no-repeat scroll 0 0 transparent;
}

.ModuleSearch {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 20;
}

.ModuleSearch .SearchInput {
    margin-right: 10px;
    margin-top: 3px;
    width: 277px;
    float: left;
}

.ModuleSearch .SearchButton {
    padding: 0;
    border: 0 none;
    background: url('../design/button-ok.png') no-repeat center center transparent;
    width: 28px;
    height: 27px;
    font-size: 0;
    cursor: pointer;
}

.mobile-icons {
    display: none;
    float: right;
}

.mobile-menu {
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #005380;
    line-height: 50px;
    vertical-align: top;
    font-size: 20px;
}

.mobile-menu:hover {
    text-decoration: none;
    color: #005380;
}

.mobile-menu.active {
    background: #005380;
    color: #fff;
}

.mobile-menu.navbutton {
    padding-top: 23px;
}

.navbutton span {
    cursor: pointer;
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 24px;
    background: #005380;
    /*content: "";*/
}

.navbutton span.first {
    top: 15px;
}

.navbutton span.last {
    bottom: 16px;
}

.navbutton span {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbutton.active span {
    background-color: transparent;
}

.navbutton.active span.first,
.navbutton.active span.last {
    background: #fff;
}

.navbutton.active span.first {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbutton.active span.last {
    bottom: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-dropdown {
    background: #ffffff none repeat scroll 0 0;
    font-family: Roboto;
    font-size: 14px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50px;
    width: 100%;
    z-index: 999;
    display: none;
    border-top: 1px solid #005380;
}

.mobile-dropdown ul ul {
    display: none;
}

.mobile-dropdown a:hover {
    text-decoration: none;
}

.mobile-dropdown .level1>li>a {
    display: block;
    padding: 20px 0;
    color: #282828;
    border-bottom: 1px solid #d9d9d9;
}

.mobile-dropdown .level2>li>a {
    color: #fff;
    font-size: 12px;
    background: #005380;
    padding: 15px 0;
    display: block;
}

.search-menu .ModuleSearch {
    display: block;
    position: static;
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.search-menu .ModuleSearch .SearchInput {
    border: 1px solid #e6e6e6;
    float: none;
    height: 28px;
    line-height: 100%;
    margin: 0;
    width: 100%;
}

.search-menu .SearchButton {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent none repeat scroll 0 0;
    color: #d9d9d9;
    font-size: 12px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
}

.language-switch a {
    background: #ececec none repeat scroll 0 0;
    color: #b2b1b1;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0;
    width: 50%;
}

.language-switch a.active {
    color: #fff;
    background: #005380;
}

@media all and (max-width:800px) {
    .HeaderContainer .PaneHeader {
        height: 50px;
    }

    .HeaderContainer .PaneHeader div.container {
        border: 0 none;
    }

    .corp-header,
    .ModuleSearch {
        display: none;
    }

    .ClientLogo {
        padding-left: 40px;
        width: 130px;
        float: left;
    }

    .ClientLogo a {
        background: url('../design/mobile-logo.jpg') no-repeat center center transparent;
        width: 90px;
        height: 50px;
    }

    .mobile-icons {
        display: block;
    }
}

@media all and (max-width:640px) {
    .ClientLogo {
        padding-left: 15px;
        width: 95px;
    }

    .PaneContentInner {
        margin-bottom: 50px;
    }
}

/* general */
.RssLinkTopContainer {
    -webkit-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
}

.RssLinkTopContainer:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ModuleItemRow {
    padding-bottom: 15px;
    padding-top: 35px;
    border-bottom: 2px solid #cccccc;
}

.ModuleItemRow:first-child {}

.ModuleDate {
    color: #4c4c4c;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.ModuleHeadlineLink {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.margin-top {
    margin-top: 100px;
}

.back-to-top {
    background: #0fa6fa none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    bottom: 40px;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
    padding: 10px;
    position: fixed;
    right: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    z-index: 999;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.grey-background {
    background: #f2f2f2;
}

.grey-background .ContentContainer {
    margin: 0 auto;
    max-width: 1060px;
    padding-left: 40px;
    padding-right: 40px;
}

.grey-background p {
    margin: 0;
    padding-bottom: 30px;
}

.q4-icon-expert {
    color: #f68428;
}

.q4-icon-member.chair {
    color: #0fa6fa;
}

.clearfix {
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.col-2 {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.col-4 {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.first {
    padding-left: 0;
}

.last {
    padding-right: 0;
}

.module {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.tabs {
    max-width: 980px;
    margin: 0 auto 60px;
    border-bottom: 2px solid #f0efef;
    text-align: center;
    padding: 0 !important;
}

.tabs>li {
    display: inline-block;
}

.tabs a {
    border-bottom: 4px solid transparent;
    color: #b2b1b1;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 20px 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.tabs a.active {
    border-bottom: 6px solid #d9d7d7;
    font-weight: 700;
    margin-bottom: -2px;
}

.tabs a:hover {
    text-decoration: none;
}

.module-tab {
    display: none;
}

.active-tab {
    display: block;
}

.PaneContent input[type="submit"],
.PaneContent button,
.btn-primary-blue {
    color: #ffffff;
    background: #0099d0;
    background: -webkit-linear-gradient(#0099d0, #004698);
    background: -o-linear-gradient(#0099d0, #004698);
    background: -moz-linear-gradient(#0099d0, #004698);
    background: linear-gradient(#0099d0, #004698);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099d0', endColorstr='#004698', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    -moz-box-shadow: 1px 1px 0px 0px #66c2e3 inset;
    -webkit-box-shadow: 1px 1px 0px 0px #66c2e3 inset;
    box-shadow: 1px 1px 0px 0px #66c2e3 inset;
    border: none;
    padding: 17px 27px;
    min-width: 250px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.PaneContent input[type="submit"]:hover,
.PaneContent input[type="submit"]:focus,
.PaneContent button:hover,
.PaneContent button:focus,
.btn-primary-blue:hover,
.btn-primary-blue:focus {
    color: #ffffff;
    background: -webkit-linear-gradient(#00a9d9, #003489);
    background: -o-linear-gradient(#00a9d9, #003489);
    background: -moz-linear-gradient(#00a9d9, #003489);
    background: linear-gradient(#00a9d9, #003489);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9d9', endColorstr='#003489', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-position: 0 0px;
    border: none !important;
}

.btn-primary-white {
    color: #0072ba;
    font-weight: 500;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdbdbdb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    padding: 17px 27px;
    min-width: 250px;
    border-radius: 4px;
}

.btn-primary-white:hover,
.btn-primary-white:focus {
    color: #0072ba;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-position: 0 0px;
}

.btn-sm {
    padding: 10px 27px !important;
    font-size: 15px;
    line-height: 1.25;
    border-radius: 4px;
}

.tab-trigger {
    border-bottom: 1px solid #d9d7d7;
    color: #b2b1b1;
    display: none;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 25px;
    padding-bottom: 15px;
    text-align: center;
    width: 290px;
    cursor: pointer;
}

.tab-trigger i {
    float: right;
    padding-top: 3px;
}

@media all and (min-width:801px) {
    .tabs {
        display: block !important;
    }
}

@media all and (max-width:800px) {
    .col-4 {
        padding: 0 10px;
    }

    .tabs {
        display: none;
        max-width: 290px;
        border: 0 none;
        list-style-type: none;
    }

    .tabs>li {
        display: block;
        border-top: 1px solid #d9d7d7;
    }

    .tabs>li:first-child {
        border-top: 0 none;
    }

    .tab-trigger {
        display: block;
    }

    .tabs a,
    .tabs a.active {
        border-bottom: 0 none;
        font-weight: 500;
        margin-bottom: 0;
        padding: 10px 0;
        font-size: 14px;
    }

    .reports .tab-trigger {
        color: #fff;
    }

    .PaneContent input[type="submit"],
    .PaneContent button,
    .btn-primary-blue {
        min-width: 150px;
    }

    .back-to-top {
        bottom: 20px;
    }
}

@media all and (max-width:640px) {
    .grey-background .ContentContainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .module {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-2 {
        padding: 0;
        float: none;
        width: 100%;
    }

    .margin-top {
        margin-top: 50px;
    }
}

/* modules */
.PageHeader {
    position: absolute;
    width: 100%;
    top: 300px;
    left: 0;
    text-align: center;
}

.PageHeader h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-transform: none;
}

/* main nav */
.MainNav {
    bottom: 20px;
    left: 0;
    padding: 0 40px;
    position: absolute;
    width: 100%;
    margin-top: 30px;
}

.MainNav.fixed-nav {
    bottom: auto;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
    background: #0fa6fa;
    background: rgba(15, 166, 250, 0.95) none repeat scroll 0 0;
}

.MainNav .level1 {
    width: 100%;
}

.MainNav .level3 {
    display: none;
}

.MainNav .level1>li {
    display: none;
}

.MainNav .level1>li.selected,
.MainNav .level1>li.expanded {
    display: table;
    background: #fff;
    padding: 30px;
    width: 100%;
    /*-webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;*/
}

.MainNav.fixed-nav .level1>li.selected,
.MainNav.fixed-nav .level1>li.expanded {
    /*background: #0fa6fa;
    background: rgba(15, 166, 250, 0.95) none repeat scroll 0 0;*/
    background: transparent;
    padding: 20px 0;
}

.MainNav .level1>li>a {
    display: none;
}

.MainNav a {
    font-size: 16px;
    line-height: 22px;
    color: #094781;
    display: block;
    position: relative;
    padding: 0 0 0 30%;
}

.MainNav a:hover {
    text-decoration: none;
}

.MainNav.fixed-nav a {
    color: #333;
}

.MainNav .level2 {
    display: table-row;
    width: 100%;
}

.MainNav .level2 li {
    display: table-cell;
    border-left: 1px solid #e5e5e5;
    position: relative;
}

.MainNav .level2 li:first-child {
    border-left: 0 none;
}

.MainNav .level2 li:before {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 0;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
}

.MainNav .level2 li:before {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 0;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
}

.MainNav .level2 li:hover:before {
    width: 100%;
}

/* mobile nav */
.MobileNav {
    bottom: 20px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    margin-top: 30px;
    z-index: 999;
    display: none;
}

.MobileNav.fixed-nav {
    bottom: auto;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transition: padding 0.5s linear;
    transition: padding 0.5s linear;
    right: 0;
}

.MobileNav .level1>li>a,
.MobileNav .level3,
.MobileNav br {
    display: none;
}

.MobileNav .level1>li {
    display: none;
}

.MobileNav .level1>li.selected,
.MobileNav .level1>li.expanded {
    display: table;
    background: #fff;
    width: 100%;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.MobileNav.fixed-nav .level1>li.selected,
.MobileNav.fixed-nav .level1>li.expanded {}

.MobileNav .level2 li {
    border-top: 1px solid #d9d9d9;
}

.MobileNav a,
.quick-nav {
    color: #094781;
    display: block;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.quick-nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #062c50;
}

.quick-nav:after {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    content: "\e64a";
    margin-right: 10px;
    float: right;
}

.quick-nav.active:after {
    content: "\e650";
}

.MobileNav .level1 {
    display: none;
}

@media (max-width: 1186px) {
    .MainNav a {
        padding-left: 20px;
    }
}

@media all and (max-width:1024px) {
    .MainNav {
        padding: 0 20px;
    }

    .MainNav .level1>li.selected,
    .MainNav .level1>li.expanded {
        padding: 20px;
    }

    .MainNav a {
        font-size: 12px;
        line-height: 15px;
    }

    .PageHeader {
        top: 200px;
    }

    .PageHeader h1 {
        font-size: 48px;
    }

    .PaneNavigation {
        min-height: 500px;
        background-attachment: scroll;
    }

    .MainNav .level2 li:before {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 806px) {
    .MainNav a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media all and (max-width:640px) {
    h1 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 40px;
        padding-top: 40px;
    }

    .PageHeader h1 {
        font-size: 24px;
    }

    .MainNav {
        display: none;
    }

    .col-4 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .MobileNav {
        display: block;
    }
}

/* stock */
.highcharts-range-selector {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.StockQuoteLookup,
.PriceLabel,
.StockTableText,
.StockQuoteContainer .more {
    display: none;
}

.StockQuoteContainer .more {
    border: 2px solid;
    border-radius: 100%;
    top: 60px;
    height: 32px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 32px;
    cursor: pointer;
}

.historical-calc,
.StockQuoteContainer .ModuleContainerInnerTop {
    border: 3px solid #e7e7e7;
    color: #333f48;
    font-size: 18px;
    padding: 37px;
    font-weight: 300;
    position: relative;
}

.StockQuoteContainer .StockTableItem p,
.list-group-item {
    margin-top: 30px;
    margin-bottom: 0;
}

.StockQuoteContainer .StockTableItem p:first-child {
    margin-top: 0;
}

.badge,
.StockQuoteContainer .StockTableItem p>*+* {
    float: right;
    color: #0fa6fa;
    font-weight: 700;
}

.StockQuoteContainer .exchange {
    font-size: 16px;
}

.StockQuoteContainer .StockTableItem.first p+p {
    margin-top: 20px;
}

.StockQuoteContainer .StockTableItem p>*+.Price {
    float: none;
    font-size: 48px;
    font-weight: 900;
}

.StockQuoteContainer .StockTableItem p>*+.Price:before {
    content: "$";
    margin-right: 5px;
}

.chart {
    margin-top: 100px;
}

.stock-historical .sbHolder {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    width: 100px;
}

.stock-historical .sbSelector,
.stock-historical .sbOptions {
    width: 100px;
}

button.lookup {
    padding: 13px 27px;
}

.stock-tab3 iframe {
    height: 400px \;
}

@media all and (max-width:800px) {

    .historical-calc,
    .StockQuoteContainer .ModuleContainerInnerTop {
        padding: 25px;
        font-size: 13px;
    }

    .stock-tab3 iframe {
        height: 370px;
    }

    .stock-selects>.text {
        display: block;
        margin-bottom: 10px;
    }

    .stock-historical .sbHolder {
        margin: 0 10px 0 0;
    }
}

@media all and (max-width:767px) {
    .StockQuoteContainer .more {
        display: block;
    }

    .hide-mobile {
        display: none;
        width: 100%;
        margin-top: 20px;
    }

    .StockTableItem.first {
        display: block;
    }

    .StockQuoteContainer .StockTableItem p:first-child,
    .StockQuoteContainer .StockTableItem p,
    .list-group-item {
        margin: 10px 0 0;
    }

    .chart {
        margin-top: 50px;
    }

    .highcharts-input-group {
        display: none;
    }

    .stock-tab3 iframe {
        height: 610px;
    }

    .stock-historical .sbHolder {
        margin: 0 10px 10px 0;
        vertical-align: top;
    }

    button.lookup {
        min-width: 100px;
    }
}

/* reports */
.reports {
    background: url('../design/reports.jpg') fixed no-repeat center center transparent;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: 100px;
}

.reports h1,
.reports a {
    color: #fff !important;
}

.reports .tabs {
    border-color: #577c9e;
}

.reports .tabs a.active {
    border-color: #fff;
}

@media all and (max-width:1024px) {
    .reports {
        background-attachment: scroll;
    }
}

@media all and (max-width:640px) {
    .reports {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

/* quarterly */
.AnnualWidget .sbHolder,
.AnnualWidget .sbSelector,
.AnnualWidget .sbOptions {
    width: 200px;
}

.QuarterlyWidget .yearContainer,
.AnnualWidget .yearContainer {
    display: none;
}

.QuarterlyWidget .ModuleItemRow,
.AnnualWidget .ModuleItemRow {
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
    width: 20%;
    -webkit-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.QuarterlyWidget .ModuleItemRow.active,
.AnnualWidget .ModuleItemRow.active {
    margin-right: 0;
    width: 100%;
}

.QuarterlyWidget .year,
.AnnualWidget .year {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.QuarterlyWidget .year>span,
.AnnualWidget .year>span {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
}

.QuarterlyWidget .yearTrigger,
.AnnualWidget .yearTrigger,
.pandoracontainer .yearTrigger {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    -webkit-transition: font-size 0.2s linear, color 0.2s linear;
    transition: font-size 0.2s linear, color 0.2s linear;
}

.QuarterlyWidget .yearTrigger:hover,
.AnnualWidget .yearTrigger:hover {
    font-size: 14px;
    color: #0fa6fa;
}

.QuarterlyWidget .active .yearTrigger,
.AnnualWidget .active .yearTrigger {
    padding-left: 0;
}

.QuarterlyWidget .quarter-item {
    float: left;
    margin-right: 5%;
    width: 20%;
}

.QuarterlyWidget h4,
.AnnualWidget h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.QuarterlyWidget .docs>li,
.AnnualWidget .docs>li {
    margin-top: 20px;
}

.QuarterlyWidget .docs a:before,
.AnnualWidget .docs a:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 5px;
}

.QuarterlyWidget .docs a:before,
.QuarterlyWidget .docs a.Earnings:before,
.QuarterlyWidget .docs a.Earning:before {
    content: "\e63b";
}

.AnnualWidget .docs a[href*="pdf"]:before,
.QuarterlyWidget .docs a[href*="PDF"]:before,
.QuarterlyWidget .docs a[href*="pdf"]:before {
    content: "\e62a";
    /*color: #db2d31;*/
}

.QuarterlyWidget .docs a[href*="xlsx"]:before,
.QuarterlyWidget .docs a[href*="XLSX"]:before,
.QuarterlyWidget .docs a[href*="XLS"]:before,
.QuarterlyWidget .docs a[href*="xls"]:before {
    content: "\e627";
}

.QuarterlyWidget .docs a.Webcast:before {
    content: "\e647";
    color: #fff;
}

.AnnualWidget .docs a.Online:before {
    content: "\e63b";
    color: #fff;
    font-size: 16px;
    margin-right: 9px;
}

.AnnualWidget .sbHolder {
    margin-bottom: 30px;
}

/* sec */
.SECContainer .sbHolder,
.SECContainer .sbSelector,
.SECContainer .sbOptions {
    width: 200px;
}

.SECContainer .header {
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-top: 30px;
}

.SECContainer .ModuleItemRow {
    border-color: #fff;
    color: #fff;
    font-weight: 300;
}

.SECContainer .header>*,
.SECContainer .ModuleItemRow>* {
    float: left;
    padding: 0 10px;
}

.SECContainer .date,
.SECContainer .itemDate {
    width: 15%;
}

.SECContainer .type,
.SECContainer .itemType {
    width: 20%;
}

.SECContainer .desc,
.SECContainer .itemDesc {
    width: 45%;
}

.SECContainer .view,
.SECContainer .itemView {
    width: 20%;
}

.SECContainer .docs>li {
    display: inline-block;
}

.SECContainer .docs a:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    -webkit-transition: text-shadow 0.2s linear;
    transition: text-shadow 0.2s linear;
}

.SECContainer .docs a:hover {
    text-decoration: none;
}

.SECContainer .docs a:hover:before {
    text-shadow: 0 0 5px #000;
}

.SECContainer .docs a:hover:before {
    color: inherit;
}

.SECContainer .docs a.RTF:before {
    content: "\e62d";
}

.ModuleSECFilingDetails .WordIcon a {
    color: #336699;
}

.SECContainer .docs a.CONVPDF:before {
    content: "\e62a";
}

.ModuleSECFilingDetails .PdfIcon a {
    color: #db2d31;
}

.SECContainer .docs a.XLS:before {
    content: "\e627";
}

.ModuleSECFilingDetails .ExcelIcon a {
    color: #00704a;
}

.SECContainer .docs a.XBRL:before {
    content: "\e62e";
}

.SECContainer .docs a.XBRL_HTML:before {
    content: "\e628";
}

.secPagination {
    margin-top: 20px;
}

.SECContainer .pagerItem i {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    margin-top: 10px;
    padding-left: 3px;
    text-align: center;
    width: 32px;
}

.pagerItem {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
}

.pager-disabled {
    display: none;
}

.pager-prev:before {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    content: "\e64c";
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pager-next {
    float: right;
}

.pager-next:before {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    margin-top: 10px;
    padding-left: 3px;
    text-align: center;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    content: "\e64f";
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.pager-next:hover:before,
.pager-prev:hover:before {
    color: #0fa6fa;
    font-size: 14px;
}

.ModuleSECFilingDetails .ModuleForm {
    font-size: 24px;
    line-height: 1;
    margin: 10px 0;
}

.ModuleSECFilingDetails .Icons {
    margin-top: 20px;
}

.ModuleSECFilingDetails .Icons>li {
    display: inline-block;
    font-size: 20px;
}

@media all and (max-width:800px) {

    .QuarterlyWidget .ModuleItemRow,
    .AnnualWidget .ModuleItemRow {
        width: 45%;
    }

    .QuarterlyWidget .quarter-item {
        margin: 0 0 20px;
        width: 25%;
    }
}

@media all and (max-width:640px) {

    .QuarterlyWidget .year>span,
    .AnnualWidget .year>span {
        font-size: 35px;
    }

    .QuarterlyWidget .yearTrigger,
    .AnnualWidget .yearTrigger,
    .pandoracontainer .yearTrigger {
        margin-top: 0;
    }

    .QuarterlyWidget .quarter-item {
        width: 100%;
        float: none;
    }

    .SECContainer .header {
        display: none;
    }

    .SECContainer .ModuleItemRow>* {
        float: none;
        margin: 5px 0 0;
        width: 100%;
    }

    .SECContainer .ModuleItemRow>.itemDate {
        margin-top: 0;
    }
}

/* news */
.view-all-press {
    padding-top: 50px;
}

.view-all-press a {
    float: right;
}

.view-all-press .chicklets {
    font-size: 0 !important;
}

.ModulePressReleaseDetails h1 {
    padding-top: 20px;
}

.ModulePressReleaseDetails i {
    font-family: 'Roboto';
    font-style: italic;
}

.ModulePressReleaseDetails .ModuleDownloadLink:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 5px;
    content: "\e62a";
    color: #db2d31;
}

.ModulePressReleaseDetails .ModuleLinks {
    margin: 10px 0;
}

.ModulePressReleaseDetails .ModuleFileText {
    display: none;
}

.NewsWidget {
    padding-bottom: 100px;
}

.NewsWidget .PDFlink {
    display: inline-block;
}

.NewsWidget .q4-download {
    border: 2px solid #d3d2d2;
    border-radius: 100%;
    color: #d3d2d2;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    width: 32px;
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.NewsWidget .detailsLink {
    border: 2px solid #d3d2d2;
    border-radius: 100%;
    color: #d3d2d2;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 32px;
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.NewsWidget .detailsLink i {
    padding-left: 3px;
}

.NewsWidget .q4-download:hover,
.NewsWidget .detailsLink:hover {
    font-size: 14px;
    color: #0fa6fa;
}

.NewsWidget .ModuleHeadlineLink {
    max-width: 80%;
    display: inline-block;
}

.NewsWidget .icons {
    float: right;
}

.newsPagination {
    margin-top: 20px;
}

.pager-next:before,
.pager-prev:before {
    color: #d3d2d2;
    border-color: #d3d2d2;
}

@media all and (min-width:1025px) {
    .ModuleItemRow[style*="inline-block"] {
        display: block !important;
    }

    .AnnualWidget .ModuleItemRow[style*="inline-block"],
    .QuarterlyWidget .ModuleItemRow[style*="inline-block"] {
        display: inline-block !important;
    }
}

@media all and (max-width:1024px) {
    .NewsWidget {
        padding-bottom: 70px;
    }

    .NewsWidget .news-items {
        font-size: 0;
        margin-left: -6%;
    }

    .NewsWidget .ModuleItemRow {
        width: 44%;
        display: inline-block;
        vertical-align: baseline;
        font-size: 20px;
        margin-left: 6%;
    }

    .ModuleItemRow[style*="block"] {
        display: inline-block !important;
    }

    /*.NewsWidget .ModuleItemRow:nth-child(odd) {
        margin-right: 6%;
        float: left;
    }
    .NewsWidget .ModuleItemRow:nth-child(even) {
        float: right;
    }*/
    .newsPagination {
        clear: both;
    }

    .NewsWidget .ModuleHeadlineLink {
        max-width: 100%;
    }

    .NewsWidget .icons {
        display: block;
        margin-top: 10px;
        float: none;
    }

    .NewsWidget .q4-download {
        float: none;
    }
}

@media all and (max-width:640px) {
    .NewsWidget .news-items {
        margin: 0;
    }

    .NewsWidget .ModuleItemRow {
        width: 100%;
        margin-left: 0;
    }

    /*.NewsWidget .ModuleItemRow:nth-child(odd) {
        margin-right: 0;
    }*/
    .ModulePressReleaseDetails a {
        display: inline-block;
        word-break: break-all;
    }
}

/* events */
.upcoming .ModuleYearNavContainer {
    display: none;
}

.events-section {
    background: #f68428 none repeat scroll 0 0;
    padding-bottom: 100px;
    color: #fff;
}

.events-section .tab-trigger {
    color: #fff;
}

.CalendarContainerWrapper {
    position: relative;
}

.events-section .RssLinkTopContainer {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
}

.events-section a,
.events-section h1 {
    color: #fff !important;
}

.clndr {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1dede;
    border-radius: 3px;
}

.clndr .month {
    color: #f68428;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
}

.CalendarContainer .days {
    display: table;
    width: 100%;
}

.CalendarContainer .headers,
.CalendarContainer .calendar-row {
    display: table-row;
}

.CalendarContainer .day-header,
.CalendarContainer .day {
    color: #102429;
    display: table-cell;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    width: 14.28%;
}

.CalendarContainer .day-header {
    background: #ededed none repeat scroll 0 0;
    padding: 15px 0;
}

.CalendarContainer .adjacent-month {
    font-size: 0;
}

.CalendarContainer .day {}

.CalendarContainer .bullet {
    display: block;
    line-height: 28px;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.event .bullet {
    border-color: #f68428;
    cursor: pointer;
}

.selected .bullet {
    background: #f68428;
    color: #fff;
}

.adjacent-month .bullet {
    border-color: transparent;
}

.controls {
    position: relative;
    color: #f68428;
}

.CalendarContainer .clndr-previous-button {
    left: 15px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.CalendarContainer .clndr-next-button {
    right: 15px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.CalendarContainer .clndr-previous-button:before {
    content: "\e603";
    font-size: 14px;
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.CalendarContainer .clndr-next-button:before {
    content: "\e606";
    font-size: 14px;
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.selectedEvent {
    padding-top: 15px;
}

.selectedEvent.ModuleDateContainer {
    margin-bottom: 15px;
}

.selectedEvent .ModuleDate,
.selectedEvent .ModuleTime {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 28px;
    padding-bottom: 5px;
}

.selectedEvent .ModuleTime {
    margin-left: -3px;
    padding-left: 3px;
}

.selectedEvent .ModuleLocation {
    display: block;
    margin-top: 10px;
}

.selectedEvent .WebcastLink,
.selectedEvent .Presentation {
    margin-top: 10px;
}

.selectedEvent .ModuleLocation:before {
    content: "Location: "
}

.selectedEvent .presentation h3,
.selectedEvent .FileType,
.selectedEvent .FileSize {
    display: none;
}

.selectedEvent .ModuleItemRow {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.selectedEvent .ModuleItemRow+.ModuleItemRow {
    margin-top: 35px;
}

.selectedEvent .ModuleHeadlineLink {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.selectedEvent .PresentationLink,
.selectedEvent .Document,
.WebCastLink,
.WebCastLink a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
}

.selectedEvent .PresentationLink:before,
.selectedEvent .Document:before,
.selectedEvent .WebCastLink:before,
.WebcastLink a:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.selectedEvent .PresentationLink:before,
.selectedEvent .Document:before {
    content: "\e62a";
    color: #fff;
}

.selectedEvent .WebCastLink:before,
.WebcastLink a:before {
    content: "\e647";
    color: #fff !important;
}

.ModuleEventDetails .WebcastLink a:before {
    color: #11aaff !important;
}

.ModuleEventDetails .ModuleBody {
    margin-top: 20px;
}

.EventsWidget .ModuleItemRow,
.EventsWidget .pager-next:before,
.EventsWidget .pager-prev:before {
    border-color: #fff;
    color: #fff;
}

@media all and (max-width:768px) {
    .events-section .RssLinkTopContainer {
        right: 25px;
        top: -25px;
    }
}

@media all and (max-width:640px) {
    .events-section {
        padding-bottom: 50px;
    }

    .events-section h1 {
        margin-bottom: 25px;
    }

    .clndr .month {
        font-size: 16px;
    }
}

/* image section */
.image-section {
    height: 600px;
    background: url('../design/pitbull.jpg') fixed no-repeat center center transparent;
    -webkit-background-size: cover;
    background-size: cover;
}

@media all and (max-width:1024px) {
    .image-section {
        background-attachment: scroll;
    }

    .events-section .RssLinkTopContainer {
        right: 30px;
    }
}

@media all and (max-width:800px) {
    .image-section {
        height: 340px;
    }
}

/* persons */
.gov-tabs a {
    padding: 0 15px 15px;
}

.PersonGenericContainer {
    position: relative;
}

.commaName,
.commaSuffix,
.PersonTitleComma {
    display: none;
}

.PersonTitle .PersonTitle {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.PersonGenericContainer h3 {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 15px;
    padding-right: 32px;
    position: relative;
}

.PersonContainer {
    float: left;
    width: 50%;
    background: #fff none repeat scroll 0 0;
    -webkit-transition: box-shadow 0.5s ease 0s;
    transition: box-shadow 0.5s ease 0s;
    margin-bottom: 30px;
}

.PersonContainer.active {
    -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 40px;
}

.PersonContainer.active h3 {
    border-bottom: 0 none;
}

.PersonContainer.active .PersonDetailsContainer {
    display: block;
    line-height: 24px;
}

.PersonItem {
    padding-right: 20px;
    clear: both;
}

.PersonItemAlt {
    padding-left: 20px;
    float: right;
}

.PersonDetailsContainer {
    display: none;
}

.person-trigger {
    border: 2px solid #d3d2d2;
    border-radius: 100%;
    color: #d3d2d2;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.person-trigger:hover,
.fancybox-close:hover {
    font-size: 14px;
    color: #0fa6fa;
}

.PersonPhoto {
    display: none;
}

.fancybox-overlay {
    background: transparent;
}

.fancybox-skin {
    background: #fff;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.1);
}

.fancybox-inner .PersonContainer {
    float: none;
    margin: 0;
    padding: 0;
    width: 920px;
    font-family: 'Roboto';
    border: none;
}

.fancybox-inner .PersonContainer h3 {
    margin-bottom: 35px;
}

.fancybox-inner .PersonContainer p {
    line-height: 24px;
}

.fancybox-inner .person-trigger {
    display: none;
}

.fancybox-inner .PersonDetailsContainer {
    display: block;
}

.fancybox-close {
    border: 2px solid #d3d2d2;
    border-radius: 100%;
    color: #d3d2d2;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    position: absolute;
    right: 60px;
    top: 40px;
    background: transparent;
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.fancybox-close:before {
    content: "\e64b";
    font-family: "Q4-Default-Icons";
    left: 8px;
    position: absolute;
    top: 0;
}

@media all and (max-width:1024px) {
    .fancybox-inner .PersonContainer {
        width: 600px;
    }
}

@media all and (max-width:800px) {
    .gov-tabs a {
        padding: 10px 0;
    }
}

@media all and (max-width:640px) {
    .fancybox-inner .PersonContainer {
        width: 200px;
    }

    .fancybox-close {
        right: 10px;
        top: 10px;
    }

    .PersonContainer {
        float: none;
        padding: 0;
        width: 100%;
    }

    .PersonPhoto {
        float: none;
        margin: 0 0 20px;
    }
}

/* dlwt */
.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e670";
    border: 2px solid #d3d2d2;
    border-radius: 100%;
    color: #d3d2d2;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    width: 32px;
    float: right;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink:before,
.ModuleDownloadListWithTags .ModuleHeadlineLink:after {
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:before,
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover:after {
    font-size: 14px;
    color: #0fa6fa;
}

.ethics {
    margin-top: 100px;
}

@media all and (max-width:640px) {
    .ModuleDownloadListWithTags .ModuleHeadlineLink:before {
        display: none;
    }

    .ModuleDownloadListWithTags .ModuleHeadlineLink:after {
        font-family: 'Q4-Default-Icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e670";
        border: 2px solid #d3d2d2;
        border-radius: 100%;
        color: #d3d2d2;
        cursor: pointer;
        display: block;
        font-size: 12px;
        height: 32px;
        line-height: 26px;
        text-align: center;
        transition: font-size 0.2s linear 0s;
        width: 32px;
        margin-top: 10px;
    }
}

/* shareholder */
.ss-module {
    padding-bottom: 60px;
    margin-top: 100px;
}

.ss-tabs {
    margin-bottom: 0;
}

.contactIR p {
    text-align: center;
    letter-spacing: 2px;
}

.contactIR .read-more {
    display: none;
    color: #b2b1b1;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 50px;
    text-align: center;
}

.read-more i {
    font-size: 12px;
    margin-left: 5px;
}

.MailingListSignupContainer,
.MailingListUnsubscribeContainer {
    background: #f2f2f2;
}

.ErrorContainer {
    color: #cf0000;
}

.ErrorContainer,
.UnsubscribeWrapper,
.MailingListForm,
.EditSubscriberConfirmation {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.EditSubscriberConfirmation {
    display: none;
}

.MailingListSignupContainer .NoBr {
    display: none;
}

.MailingListCol1,
.RequiredField {
    display: none;
}

.MailingListSignupContainer {
    padding-bottom: 30px;
}

.MailingListUnsubscribeContainer {
    padding-bottom: 100px;
}

.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table,
.MailingListSignupContainer table tbody,
.MailingListUnsubscribeContainer table tbody {
    width: 100%;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"] {
    width: 100% !important;
}

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {
    margin-top: 30px;
}

.MailingListsHeading {
    display: none;
}

.MailingListListTable {
    margin-top: 20px;
}

.MailingListSignupContainer table table tr {
    display: inline-block;
    float: left;
    width: 20%;
}

@media all and (max-width:640px) {
    .MailingListUnsubscribeContainer {
        padding-bottom: 50px;
    }

    .contactIR .read-more {
        display: block;
    }

    .contactIR .read-more-content {
        display: none;
    }

    .ErrorContainer,
    .UnsubscribeWrapper,
    .MailingListForm,
    .EditSubscriberConfirmation {
        padding-right: 15px;
        padding-left: 15px;
    }

    .MailingListSignupContainer table table tr {
        float: none;
        width: 100%;
    }
}

/* faq */
.FaqContainer {
    padding-bottom: 100px;
}

.FaqContainer.ethics {
    padding-bottom: 0;
}

.FaqQuestionList {
    display: none;
}

.FaqDetailList {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.accordion .icon {
    margin-right: 5px;
}

.FaqContainer .FaqAnswer,
.FaqContainer .FaqAnswer+p,
.accordion .info {
    display: none;
}

.accordion h3,
.FaqContainer h3 {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 15px;
    padding-right: 32px;
    position: relative;
    margin-bottom: 35px;
    cursor: pointer;
}

.accordion .accordion-trigger,
.FaqContainer .faq-trigger {
    border: 2px solid #d3d2d2;
    border-radius: 100%;
    color: #d3d2d2;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
    -webkit-transition: color 0.2s linear, font-size 0.2s linear;
    transition: color 0.2s linear, font-size 0.2s linear;
}

.accordion .accordion-trigger:hover,
.FaqContainer .faq-trigger:hover {
    font-size: 14px;
    color: #0fa6fa;
}

@media all and (max-width:640px) {
    .FaqContainer {
        padding-bottom: 50px;
    }

    .ethics {
        margin-top: 50px;
    }

    .FaqDetailList {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* form */
.FormWrapper {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.FormBuilderContainer {
    padding-bottom: 100px;
}

.FormBuilderContainer .RedStar,
.FormBuilderContainer .Label,
.FormBuilderContainer .CaptchaContainer tr:first-child,
.FormBuilderContainer .CaptchaContainer tr:first-child+tr+tr {
    display: none;
}

.FormBuilderContainer .FormTextArea,
.FormBuilderContainer .CaptchaContainer input,
.FormBuilderContainer .FormTextBox {
    width: 100%;
}

.FormBuilderContainer .CaptchaContainer input {
    margin-top: 20px;
}

.FormBuilderContainer .ItemName {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.FormBuilderContainer .ItemEmail {
    float: left;
    padding-left: 20px;
    width: 50%;
}

.FormBuilderContainer .ItemSubject {
    clear: both;
}

.FormBuilderContainer .CaptchaContainer {
    margin-top: 20px;
}

.FormBuilderContainer .ErrorMessage {
    color: #cf0000;
}

.FormBuilderContainer .CaptchaContainer input+span {
    display: none !important;
}

.FormBuilderContainer .Button.SubmitButton {
    display: block;
    margin: 40px auto 0;
}

.MessageSent {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #00ff00;
    display: block;
    font-weight: 700;
    text-align: center;
}

.committee-mobile {
    display: none;
}

.committee-mobile li {
    list-style-type: none;
}

@media all and (max-width:800px) {
    .ss-module .tab-trigger {
        margin-bottom: 0;
    }

    .committee-mobile {
        display: block;
    }

    .committee-table {
        display: none;
    }
}

@media all and (max-width:640px) {
    .ss-module {
        padding-bottom: 50px;
        margin-top: 50px;
    }

    .FormBuilderContainer {
        padding-bottom: 50px;
    }

    .FormWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .FormBuilderContainer .ItemName,
    .FormBuilderContainer .ItemEmail {
        float: none;
        padding: 0;
        width: 100%;
    }
}

/* Search Page */
.SearchResultsUrl {
    display: none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 20px;
}

/* Press Release Detials */
div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModuleEventDetails .PresentationItem a[href$="pdf"]:before,
.ModuleEventDetails .PresentationItem a[href$="PDF"]:before {
    content: "\e62a";
    font-family: 'Q4-Default-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ModuleEventDetails .PresentationItem>h3 {
    display: none;
}

.events-section .RelatedDocuments .ModuleFile:before {
    content: "\e62a";
    font-family: 'Q4-Default-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

/* sharethis */
.stButton .facebook,
.stButton .twitter,
.stButton .linkedin {
    background: transparent !important;
    padding: 0 !important;
}

.st_facebook .stButton:before,
.st_twitter .stButton:before,
.st_linkedin .stButton:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-size: 16px;
}

.st_facebook .stButton:before {
    content: "\e635";
    color: #3b5998;
}

.st_twitter .stButton:before {
    content: "\e645";
    color: #00aced;
}

.st_linkedin .stButton:before {
    content: "\e63c";
    color: #007bb5;
}

.pandoracontainer .ModuleItemRow a h3,
.pandoracontainer .ModuleItemRow a span {
    color: #fff;
}

.pandoracontainer .ModuleItemRow a .q4-rounded-plus {
    float: right;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
}

.module-company-quarterly-container {
    margin-bottom: 30px;
}

.js--hidden {
    display: none !important;
}

.module-corp-overview h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
    font-weight: 300;
    color: #333333;
    padding-top: 84px;
    margin-bottom: 32px;
    text-align: center;
    text-rendering: optimizelegibility;
}

@media (max-width: 640px) {
    .module-corp-overview h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 40px;
        padding-top: 40px;
    }
}

.module-corp-overview {
    text-align: center;
}

.module-corp-overview_images {
    display: flex;
    flex-wrap: wrap;
}

.module-corp-overview_image {
    width: 50%;
    text-align: center;
}

.module-corp-overview img {

    width: 100%;
}

.module-corp-overview_image--sirius img {
    max-width: 330px;
}

.module-corp-overview_image--pandora img {
    max-width: 290px;
}

@media (max-width: 767px) {
    .module-corp-overview_image {
        width: 100%;
        margin-bottom: 20px;
    }
}

.pandora-info .ModuleDate {
    display: none;
}
@media screen and (min-width: 769px) {
    .gov-tab2 .PersonContainer {
        float: none;
        width: 100%;
        padding: 0px;
        height: 90px;
        overflow-y: overlay;
        margin-bottom: 20px;
    }
    .gov-tab2 .ModuleContainerInner {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
        -moz-column-gap: 30px; /* Firefox */
        column-gap: 30px;
    }
    .gov-tab2 .PersonTitle .PersonTitle {
        min-height: 48px;
        line-height: 20px;
    }
}