

/*  

    font-family: 'Q4-Default-Icons'; 
    font-family: 'pjt-iconography';
    
    
    font-family: SeroWeb-Extrathin , sans-serif;
    font-family: SeroWeb-Light , sans-serif;
    font-family: SeroWeb , sans-serif;
    font-family: SeroWeb-Bold , sans-serif; 
    

*/

@font-face {
    font-family: SeroWeb-Extrathin; 
    src: url('../Fonts/SeroWeb-Extrathin.woff') format("woff");
}
@font-face {
    font-family: SeroWeb-Light; 
    src: url('../Fonts/SeroWeb-Light.woff') format("woff");
}
@font-face {
    font-family: SeroWeb; 
    src: url('../Fonts/SeroWeb.woff') format("woff");
}

@font-face {
    font-family: SeroWeb-Bold; 
    src: url('../Fonts/SeroWeb-Bold.woff') format("woff");
}


/*########   RESETS   ########*/
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;
}
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webit-box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:antialiased;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-size:16px;
    line-height:24px;
    text-rendering: optimizelegibility;
    color:#586370;
    font-family: SeroWeb , sans-serif;
}
ol, ul {
    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;
}
div.PreviewToolBar {
    display:none;
}

/* Search Page */

.SearchResultsUrl {
    display:none;
}
.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 20px;
}

/* Press Release Detials */

div.prDetails .PageDefaultInner .PaneContent{
    width:auto;
    padding:0;
}
div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    /*  display:none; */
}
img {
    border: 0 none;
    max-width: 100%;
}
input[type="button"], 
input[type="submit"], 
button,
.button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #00C1DE;
    border:none;
    color:#fff;
   /* transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;*/
    padding: 10px 25px 6px 25px;
    line-height: 16px;
    font-size: 13px;
    font-family: SeroWeb, sans-serif;
    border-radius:2px;
    text-transform:uppercase;
    display:inline-block;
}
input[type="button"]:hover, 
input[type="submit"]:hover, 
button:hover,
.button:hover {
   /* background-color:#1e384c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;*/
    color: #FFF;
    outline: 0;
    background: #00C1DE;
    background: -moz-linear-gradient(-45deg, #00C1DE 1%, #1E384C 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#00C1DE), color-stop(100%,#1E384C));
    background: -webkit-linear-gradient(-45deg, #00C1DE 1%,#1E384C 100%);
    background: -o-linear-gradient(-45deg, #00C1DE 1%,#1E384C 100%);
    background: -ms-linear-gradient(-45deg, #00C1DE 1%,#1E384C 100%);
    background: linear-gradient(135deg, #00C1DE 1%,#1E384C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1DE', endColorstr='#1E384C',GradientType=1 );
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
    text-decoration: none;
}
input[type="text"]{
    color:#6F7880;
    transition: 0.5s;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: SeroWeb-Light , sans-serif;
}
textarea {
    overflow: auto;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h3.h1,
h2 {
    font-size:34px;
    line-height:38px;
    color:#0691BD;
    text-transform:capitalize;
    display:inline-block;
    font-family: SeroWeb-Light, sans-serif; 
    margin-bottom:17px;
}

h3{
    font-size:26px;
    line-height:30px;
    font-family: SeroWeb-Light, sans-serif;
}
h4{
    font-size:24px;
    line-height:28px;
    font-family: SeroWeb-Light, sans-serif;
}
h5{
    font-size:22px;
    line-height:24px;
    font-family: SeroWeb, sans-serif; 
}
h6 {
    font-size:22px;
}
.PaneContent .ModuleTitle,
.PaneContent .module--title h2,
.PaneContent .ModuleTitle a {
    font-size: 34px;
    font-family: SeroWeb-Light, sans-serif;
    color: #006791;
    line-height:38px;
}
a {
    text-decoration: none;
    color: #00c1de;
    cursor:pointer;
}
a:hover{
    text-decoration: underline;
}

p {
    text-decoration: none;
    color: #586370;
    line-height: 30px;
    font-size:18px;
    font-family: SeroWeb-Light, sans-serif;
    margin-bottom:15px;
}
td {
    text-decoration: none;
    color:#6F7880;
}
ul {
    margin: 0 0 10px 0;
    padding-top: 0 0 0 10px;    
}
nav, 
header, 
footer, 
article, 
aside {
    display: block;
}

@media all and (max-width:768px){

    h3.h1,
    h1 {
        font-family: SeroWeb-Light, sans-serif;
    }
}

/*########   END RESETS   ########*/


/*########   FLOATS  ########*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}
.clearfix:before,
.clearfix:after {
    clear: both;
} 

/*########      END FLOATS  ########*/

/*########      Globals      ########*/

.MailingListActivationContainer,
.MailingListUnsubscribeAction{
    color: #228B22;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.ErrorContainer{
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 600;
}
.EditSubscriberConfirmation{
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ff0000;
    margin-bottom:40px;
}
.MailingListUnsubscribeMessage{
    display: block;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ff0000;
}
.SiteMapList li:first-child{
    display:none;
}
.SiteMap-Level3{
    padding-left:40px;
}
.SiteMap-Level4{
    padding-left:80px;
}
.container{
    max-width:1200px;
    margin:0 auto;
}
.IRNavigation {
    max-width: 1200px;
    padding:0;
    margin: 0 auto;
}
.PaneHeader2 .container{
    max-width: 100%;
}
.hero-image {
    background: url('../design/investor-relations_banner.jpg') no-repeat center center transparent;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
    position:relative;
}
.hero-image .ContentContainer {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom:20px;
    background-color: #fff;
    opacity: 0.9;
    max-width: 595px;
    position:absolute;
    bottom:0;
}
.hero-image .ContentContainer h6 {
    color: #00c1de;
    font-size: 18px;
    line-height: 24px;
    font-family: SeroWeb-Bold,sans-serif;
}
.hero-image .ContentContainer p {
    color: #586370;
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
    font-family: SeroWeb-Light, sans-serif;
}
.hero-image .ContentContainer .hero-image_name {
    color: #6f94aa;
}
.hero-image .ContentContainer .hero-image_name span {
    display:block;
    font-family: SeroWeb, sans-serif; 
}
@media screen and (max-width:767px){
    .hero-image {
        min-height: 440px;
    }
    .hero-image .ContentContainer {
        padding-left:20px;
    }
    .hero-image .ContentContainer p {
        font-size: 20px;
        line-height: 24px;
    }
}
.PaneContentInner .container{
    padding:0 20px;
    position:relative;
}
.PaneHeader .container{
    max-width: 1280px;
    padding-top: 8px;
}
.PaneContent{
    padding:0 0 70px;
}
.RightArow:after{
    content: "\e60f";
    font-family: 'pjt-iconography';
    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;

    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    font-size:18px;
}
.ModuleEventLatest,
.ModulePressReleaseLatest,
.IRCorporateGovernance{
    padding-top:40px;
}
.LayoutDefaultInner{
    position:relative;
}

/* ==================== iCheck plugin -> Custom Checkbox */


.icheckbox_flat-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url('../design/custom-new2.png') no-repeat;
    border: none;
    cursor: pointer;
    margin-right:10px;
    position: relative;
}
.icheckbox_flat-grey.checked: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: "\e649";
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
}
.icheckbox_flat-grey {
    background-position: 0;
}
.icheckbox_flat-grey.checked {
    background-position: -24px 0;
}
.MailingListForm input[type="checkbox"], 
.MailingListUnsubscribeContainer input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

/* ==================== END iCheck plugin -> Custom Checkbox */

/*########      END Globals      ########*/

/*########      Header      ######*/

.PaneHeader{
    min-height:96px;
}

/*========      Client Logo         ======*/

.ClientLogo{
    float:right;
    margin-right:70px;
}
.ClientLogo a{
    display:block;
    /*background-image:url('../design/pjt-logo-black.png');
    background-repeat:no-repeat;
    background-size:100% 100%;*/
    width:60px;
    height:50px;
    margin-top: 17px;
}

/*========      END Client Logo         ======*/

.PJTPartners {
    float: left;
    margin-left: 20px;
  /*  margin-top: -4px;*/
}
@media(max-width: 820px){
    .PJTPartners {
        float: left;
        margin-left: 16px;
        margin-top: -4px;
    }
}
.PJTPartners span{
    display: inline-block;
    vertical-align: middle;
    color:#fff;
}
.PJTPartners .HeaderText {
    background-image: url('../design/pjt-partners-logo-black.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 26px;
    margin-left: 59px;
    margin-top: 1px;
    vertical-align: middle;
    width: 173px;
}
.PJTPartners .OpenBox{
    font-family: 'pjt-iconography';
    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:35px;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:24px;
    color:#fff;
}
.PJTPartners .OpenBox:before{
    content: "\e619";
}
.PJTPartners .btn-close {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/*========      Search      ======*/

.ModuleSearch{
    display:none;
}
.ModuleSearch.active{
    display:block;
}

/*========      END Search          ======*/

/*========      NAVIGATION          ======*/

.PaneHeader2,
.PaneFooter {
    background-color: #f1f3f4;
}

.PaneNavigation i{
    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;
    color:#fff;
    cursor:pointer;
}
.PaneNavigation.active{
    display:block;
}
.PaneHeader2{
    position:relative;
}
.CloseExtNav{
    float: right;
    margin-top: 20px;
}
.navbar-collapse ul{
    margin:0;
    padding:0;
}
.navbar-collapse ul li{
    list-style-type:none;
}
.navbar-collapse ul.level2 ,
.navbar-collapse ul.level2 > li {
    display:inline-block;
}
.navbar-collapse ul li a{
    color: #6F7880;
    display: inline-block;
    font-size: 18px;
    font-family: SeroWeb, sans-serif;
    height: 60px;
    line-height: 60px;
    /* margin: 0 0 0 10px; */
    padding: 0 9px 0 5px;
}
.navbar-collapse ul li a:hover{
    text-decoration:none;
    color: #00c1de;
}
.navbar-collapse ul.level2 > li{
    position:relative;
}
.PaneNavigation.active .navbar-collapse,
.PaneNavigation.active .ExtNav{
    display:block;
}
.ExtNav .level1 > li > a,
.ExtNav .level4 {
    display: none;
}
.PaneNavigation.active .MobileNav{
    display:none;
}

/*=     Navigation To Corporate     =*/

.collapse,
.collapse ul.level3 li > ul,
.collapse ul.level1 > li > a{
    display:none;
}
.collapse a{
    color: #6F7880;
    display: block;
    font-family: SeroWeb-Light , sans-serif;
    margin: 0;
    padding: 5px 20px;
    font-size:20px;
}
.collapse a:hover{
    background-color:#86A0B0;
    text-decoration:none;
    color:#fff;
}
.collapse  ul.level3 a{
    padding:0 20px 0 40px;
    font-size:16px;
}


/*=     END Navigation To Corporate     =*/

/*=     IR Navigation       =*/

.IRNavigation ul.level3 li.selected > a,
.IRNavigation ul.level3 li.expanded > a,
.IRNavigation ul.level4 li.selected > a{
    color: #00c1de;
}
.IRNavigation ul.level4 {
    position:absolute;
    background-color:#f1f3f4;
    padding-bottom:25px;
    left:-10px;
    right:0;
    z-index:100;
}
.IRNavigation ul.level4:before {
    border-left:1px solid #6F7880;
    position:absolute;
    top:0;
    bottom:25px;
    left:10px;
    content:"";
}
.IRNavigation ul.level4 a{
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 18px;
    margin: 0 10px;
    padding: 5px 8px;
}
.IRNavigation ul.level1 > li > a,
.IRNavigation ul.level2 > li,
.IRNavigation ul.level2 > li > a,
.IRNavigation ul.level2 > li:first-child+li+li+li+li+li+li > a{
    display:none;
}
.IRNavigation ul.level2 > li.expanded,
.IRNavigation ul.level2 > li.selected{
    display:block;
}
.IRNavigation ul.level3 > li{
    display:inline-block;
    position:relative;
    z-index:500;
}
.IRNavigation ul.level3 > li > a{
    border-left:1px solid transparent;
}
.IRNavigation ul.level4{
    display:none;
}
.IRNavigation ul.level3 > li.has-children:hover > a{
    border-left:1px solid #6F7880;
} 
.IRNavigation ul.level3 > li.has-children:hover > ul{
    display:block;
}

/*=     END IR Navigation       =*/

/*=     Mobile Nav      =*/

.MobileNav,
.MobileNav ul.level2 > .has-children > a:before{
    display:none;
}
.MobileNav.collapse ul.level3{
    display:block;
}
.MobileNav.collapse{
    border-bottom:none;
}
.MobileNav .has-children > a{
    position:relative;
}
.MobileNav .has-children > a:before{
    font-family: 'pjt-iconography';
    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: "\e618";
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:15px;
    font-size:20px;
}
.MobileNav .has-children.open > a:before{
    content: "\e617";
}
.MobileNav.collapse ul.level3 > li a{
    padding:5px 50px 5px 40px;
}
.MobileNav ul.level2 > .has-children > a{
    color:#fff;
}
.MobileNav.collapse ul.level4 > li a{
    padding:0 20px 0 60px;
}
.MobileNav.collapse ul.level3 > li.has-children.expanded > a{
    background-color: #86a0b0;
    color: #fff;
}
.MobileNav.collapse ul.level4 > li.selected a{
    color: #fff;
}
@media screen and (max-width:1024px){
    .PaneNavigation.active .ExtNav{
        display:none;
    }
}

/*=     END Mobile Nav      =*/

/*========      END Navigation   ======*/

/*########      END Header      ######*/

/*########      Content      ####*/

/*########      IR Landing   ####*/

// .ParentSection_Home .PaneContent{
//     float:left;
//     width:70%;
//     padding-right:35px;
// }
// .PaneRight{
//     float:right;
//     width:30%;
//     position:relative;
// }

/*========      Recent Financial Reports         ======*/

.RecentFinancialReports{
    margin-top:40px;
}
.RecentFinancialReports .select-container,
.RecentFinancialReports .header,
.RecentFinancialReports .secPagination{
    display:none;
}
.RecentFinancialReports .SECContainer .ModuleItemRow {
    position:relative;
    padding-left:50px;
    float:left;
    width:50%;
    margin-bottom:20px;
}
.RecentFinancialReports .SECContainer .ModuleItemRow,
.RecentFinancialReports .SECContainer .ModuleItemRow:first-child{
    border:none;
}
.RecentFinancialReports .SECContainer .ModuleItemRow > div{
    float:none;
    font-size:14px;
    line-height:18px;
}
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemType,
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemDate,
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemDesc{
    width:auto;
}
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemType{
    background-image: url('../design/backrground_sec.png');
    background-repeat: no-repeat;
    font-family: SeroWeb-Light,sans-serif;
    font-size: 12px;
    height: 56px;
    left: 0;
    margin-top: -28px;
    padding: 20px 1px 0;
    position: absolute;
    top: 50%;
    width: 42px;
    color:#6F7880;
}
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemType a{
    color: #6F7880;
    display: block;
    line-height: 14px;
    text-align: center;
    word-wrap: break-word;
    font-size:8px;  
}
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemType a:hover{
    text-decoration:none;
    color: #0691BD;
}
.RecentFinancialReports .SECContainer  .ModuleItemRow .itemType a:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    cursor:pointer;
    z-index:10;
}
@media screen and (max-width:767px){
    .RecentFinancialReports .SECContainer .ModuleItemRow > div:before{
        display:none;
    }
    .RecentFinancialReports .SECContainer .ModuleItemRow .itemDate, 
    .RecentFinancialReports .SECContainer .ModuleItemRow .itemDesc, 
    .RecentFinancialReports .SECContainer .ModuleItemRow .itemView{
        padding-left:0;
    }
    .RecentFinancialReports .SECContainer .ModuleItemRow{
        float:none;
        width:100%;
    }
    .RecentFinancialReports  .ModuleItemRow .itemType{
        text-align:left;
    }
    .RecentFinancialReports .SECContainer .ModuleItemRow{
        padding-left:60px;
    }
}

/*========      END Recent Financial Reports         ======*/

/*========      Press Releases       ======*/

.NewsPressReleasesPage .RssLinkTopContainer{
    margin-top:-80px;
}
.ParentSection_Home  h3.h1 a:after,
.ParentSection_Home  h1 a:after{
    content: "\e60f";
    font-family: 'pjt-iconography';
    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;

    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    font-size:30px;
}
.ParentSection_Home h3.h1 a:hover:after,
.ParentSection_Home h1 a:hover:after,
.RightArow:hover:after,
.ModuleViewAllLink:hover:after,
.PersonGenericContainer .ViewBio a:hover:after {
    content: "\e610";
}
h3.h1 .ModuleTitle a:hover,
h1 .ModuleTitle a:hover{
    text-decoration:none;
}
.RssIcon {
    display:none;
}
.RssLinkTop{
    color:#6F7880;  
}
.RssLinkTop:hover{
    text-decoration:none;
    color:#0691BD;
}
.RssLinkTop:before{
    content: "\e600";
    font-family: 'pjt-iconography';
    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;

    display:inline-block;
    font-size:24px;
    vertical-align:middle;
}
.RssLinkTop:after{
    content:"RSS";
    display:inline-block;
}

.ModuleDate,
.ModuleHeadlineLink{
    display:block;
    color:#6F7880;
}
.ModuleDate{
    color:#6F7880;
    font-size:14px;
}
.ModulePresentation .ModuleHeadlineLink:hover,
.ModuleEvent .ModuleHeadlineLink:hover{
    color: #00c1de;
}

.ModuleItemRow{
    margin-bottom:15px;
}
.ModuleViewAllLink{
    text-transform:lowercase;
    font-size:14px;
}
.ModuleViewAllLink:after{
    content: "\e60f";
    font-family: 'pjt-iconography';
    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;

    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    font-size:18px;
}
.ParentSection_Home .RssLinkTop{
    display:none;
}
.NewsPressReleasesPage .news-more{
    text-align:center;
}
.NewsPressReleasesPage .btn{
    border: 1px solid #6F7880;
    color: #6F7880;
    display: inline-block;
    line-height: 24px;
    padding: 0 20px;
    text-transform: capitalize;
}
.NewsPressReleasesPage .btn:hover{
    background-color:#0691BD;
    color:#fff;
    text-decoration:none;
    border:1px solid #0691BD;
}
@media screen and (max-width:1024px){
    .NewsPressReleasesPage .RssLinkTopContainer {
        margin-top: -30px;
    }
}
@media screen and (max-width:767px){
    .NewsPressReleasesPage{
        margin-top:50px;
    }
}

/*========      END Press Releases       ======*/

/*========      IR LANDING         ======*/
.module-letter {
    margin-top:50px;
    padding-bottom:20px;
}
.module-letter_hidden {
    display:none;
}
.module-letter_hidden.js--revealed {
    display:block;
}
.module-letter_button:before {
    content: "Read More";
}
.module-letter_button.js--active:before {
    content: "Show Less";
}
.module-letter_bg {
    background-image:url("../design/bg-letter-shareholders.png");
    background-repeat:no-repeat;
    background-size:cover;
    width: 122px;
    height: 168px;
    display: inline-block;
    vertical-align: top;
}
.module-letter_content {
    display: inline-block;
    max-width: 560px;
    padding-left: 35px;
    vertical-align: top;
}
.IRCorporateGovernance p{
    margin-bottom:15px;
    font-size:24px;
    line-height:28px;
    font-family: SeroWeb-Extrathin , sans-serif;
}
.IRCorporateGovernance .GovernanceLinks a,
.module-key-information ul li a {
    font-size:28px;
    line-height:30px;
    font-family: SeroWeb-Light, sans-serif;
    color:#00C1DE;
}
.IRCorporateGovernance a:after,
.module-key-information a:after {
    font-size:20px;
}
.module-key-information {
    padding-top:50px;
}
.module-key-information ul {
    font-size:0;
}
.module-key-information ul li {
    display:inline-block;
    width:50%;
}
.module-key-information ul li,
.IRCorporateGovernance .GovernanceLinks {
    padding-top:18px;
}
.module-key-information h2,
.IRCorporateGovernance h2 {
    font-size:34px;
    font-family: SeroWeb-Light, sans-serif;
    color:#006791;
}
@media screen and (max-width:767px){
    .module-letter {
        margin-top:0;
    }
    .module-letter_content{
        padding-top: 20px;     
    }
}

/*========      END IR LANDING         ======*/

/*========      Events & Presentation        ======*/

.hrefWebcast,
.hrefPresentation{
    text-transform:lowercase;
    position:relative;
    padding-left:30px;
    /*display:inline-block !important;*/
    float: left;
    margin-right:30px;
    font-size:14px;
}
.hrefWebcast:before,
.hrefPresentation:before{
    font-family: 'pjt-iconography';
    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;

    position:absolute;
    left:0;
    top:50%;
    margin-top:-11px;
    font-size:22px;
}
.hrefWebcast:before{
    content: "\e603";
}
.hrefPresentation:before{
    content: "\e604";
}
.LandingEvents .hrefWebcast,
.LandingEvents  .hrefPresentation{
    margin-top:10px;
}
.LandingEvents .ModuleFooter{
    margin-top:10px;
    clear: both;
}
.ModuleFileText{
    display:none;
}
.PageInvestorRelationsEventsPresentations .InvestorToolkit a.Share{
    display:inline-block;
}
.PageInvestorRelationsEventsPresentations .InvestorToolkit .stBTN{
    display:none;
}
.ModulePresentation.PresentationsPage {
    margin-top: 20px;
}

.ModulePresentationDetails .ModuleLinks{
    font-size:14px;
}


/*========      END Events & Presentation        ======*/

/*========      InvestorToolkit      ======*/


.ParentSection_Home .InvestorToolkit{
    top: 40px;
    width:100%;
    left:0;
}
.InvestorToolkit{
    position: absolute;
    right: 0;
    top: 130px;
    width: 30%;
}
.InvestorToolkit a{
    display:inline-block;
    color: #586370;
    margin-right:20px;
    font-size: 18px;
}
.InvestorToolkit a:hover,
.InvestorToolkit a:hover:before,
.InvestorToolkit a:hover span:before{
    text-decoration:none;
    color:#0691BD;
}
.InvestorToolkit a:before,
.InvestorToolkit a span:before{
    color: #586370;
    font-size: 28px;
    margin-right: 5px;
    vertical-align: middle;
    font-family: 'pjt-iconography';
    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;
}
.InvestorToolkit .email:before{
    content: "\e601";
}
.InvestorToolkit .PrintPageLink:before{
    content: "\e602";
}
.InvestorToolkit .RSS:before{
    font-family: 'Q4-Default-Icons' !important;
    content: "\e642";
    font-size:20px;
}
.InvestorToolkit a.Share:before{
    font-family: 'Q4-Default-Icons';
    content: "\e644";
    font-size:16px;
}
.InvestorToolkit a.Share{
    display:none;
}
.InvestorToolkit .stButton{
    display:none !important;
}

/*========      END InvestorToolkit      ======*/

/*========      Stock Quote  ======*/

.StockQuoteContainer {
    border-left: 2px solid #98a4ae;
    margin-top: 105px;
    padding-left: 20px;
}
.StockQuoteContainer h1{
    font-family: SeroWeb-Bold, sans-serif;
    font-size:18px;
    line-height: 24px;
    color:#6F94AA;
    margin-bottom:10px;
}
.StockQuoteContainer .ModuleContainerInnerTop a{
    color:#6F7880;
    cursor:text;
}
.StockQuoteContainer a:hover{
    text-decoration:none;
}
.StockQuoteContainer  .StockTableItem p{
    padding:11px 0;
    border-bottom:1px solid #98a4ae;
    overflow:hidden;
    margin-bottom:0;
}
.StockQuoteContainer  .StockTableItem p > span:first-child{
    font-family: SeroWeb-Light, sans-serif;
    color: #98a4ae;
    display:block;
    float:left;
    font-size: 16px;
    line-height: 30px;
}
.StockQuoteContainer  .StockTableItem p > span:first-child+span,
.StockQuoteContainer  .StockTableItem p > span:first-child+a{
    display:block;
    float:right;
    font-size:16px;
    line-height: 30px;
    color: #98a4ae;
}
.StockQuoteContainer .StockTableItem:first-child  p:first-child {
    border-bottom:none;
}
.StockQuoteContainer .StockTableItem:first-child  p:first-child span:first-child+a{
    font-size:48px;
    line-height:52px;
    font-family: SeroWeb-Light, sans-serif;
    color: #00c1de;
    float:left;
}
.StockQuoteContainer .Price:before{
    content:"$";
}
.StockQuoteContainer  .StockQuoteIndice,
.StockQuoteContainer  .StockTableItem p:first-child .PriceLabel,
.StockQuoteContainer  .StockTableItem  p span:first-child +span .StockIndicator{
    display:none;
}
.StockQuoteContainer  .ChangeLabel:before{
    display: inline-block;
    font-family: "pjt-iconography";
    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: 15px;
    vertical-align: middle;
}
.StockQuoteContainer .ChangeWrap span{
    display:inline-block;
    vertical-align:center;
}
.StockQuoteContainer .ChangeWrap .PChangeLabel:before{
    content:"(";
}
.StockQuoteContainer .ChangeWrap .PChangeLabel:after{
    content:")";
}
.StockQuoteContainer  .StockPriceDown{
    color:#ff0000;
}
.StockQuoteContainer  .ChangeLabel.StockPriceDown:before{
    content: "\e618";
}
.StockQuoteContainer .StockPriceUp{
    color: #73984a;
}
.StockQuoteContainer  .ChangeLabel.StockPriceUp:before{
    content: "\e617";
}
.StockQuoteContainer   .StockTableText{
    margin-top:15px;
}
.StockQuoteContainer   .StockTableText span{
    display:block;
    font-size: 14px;
    line-height:20px;
    color: #98a4ae;
    font-family: SeroWeb-Light, sans-serif;
    margin-top:4px;
}
.StockRedirect{
    margin-top:10px;
    display:block;
    font-size:14px;
}

/*========      END Stock Quote  ======*/

/*========      PaneBreadcrumb   ======*/

.Breadcrumb{
    font-size: 48px;
    line-height:52px;
    font-family: SeroWeb-Light, sans-serif;
    padding:45px 0 55px 0;
}

.ParentSection_Home .Breadcrumb,
.PaneBreadcrumb .Breadcrumb a,
.PaneBreadcrumb .Breadcrumb span{
    display:none;
}

.ParentSection_Home .PaneBreadcrumb {
    margin-top: 30px;  
}

/*========      END PaneBreadcrumb   ======*/

/*########      END IR Landing      #######*/

@media screen and (max-width:1250px){
    .hero-image .ContentContainer{
        width:970px;
    }
}
/*@media screen and (max-width:1200px){*/
@media screen and (max-width:1090px){
    .module-letter_content {
        max-width: 530px;
    }
    .module-letter_bg {
        width: 100px;
        height: 138px;
    }
    .IRCorporateGovernance .GovernanceLinks a, .module-key-information ul li a {
        font-size:24px;
    }
}
@media screen and (max-width: 1024px) {
    .IRNavigation{
        display:none;
    }
    .ExtNav ul.level4  {
        display:block;
        margin-left:20px;
    }
    .ExtNav ul.level4 li a{
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width:1024px){
    .collapse  ul.level3{
        display:none;
    }
    .collapse{
        border-bottom:1px solid #6F7880;
    }
    .PaneNavigation.active .MobileNav{
        display:block;
    }
    .InvestorToolkit a:before, 
    .InvestorToolkit a span:before{
        font-size:20px;
    }
    .InvestorToolkit a{
        margin-right:10px;
    }
    .StockQuoteContainer h1{
        font-size:18px;
        line-height: 18px;
    }
    .StockQuoteContainer .StockTableItem:first-child p:first-child span:first-child + a{
        font-size:36px;
        line-height:36px;
    }
    .PJTPartners{
        /*margin-top:38px;*/
    }
    .PJTPartners .HeaderText {
        margin-left: 30px;
    }
    .ClientLogo {
        margin-right: 42px;
    }
    .hero-image .ContentContainer{
        width:750px;
    }
}
@media screen and (max-width:1023px){
    .module-letter_content {
        max-width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .module-key-information ul li {
        width: 100%;
    }
    .InvestorToolkit a {
        font-size:14px;
    }
    .InvestorToolkit .RSS:before {
        font-size:15px;
    }
    .StockQuoteContainer h1 {
        font-size:16px;
    }
}
@media(max-width: 820px){
    .ClientLogo {
        margin-right: 15px;
    }
}
@media screen and (max-width:768px){
    .PJTPartners .HeaderText {
        margin-left: 40px;
    }
    /*.ClientLogo {
        margin-right: 24px;
    }*/
    .StockQuoteContainer .StockTableItem:first-child p:first-child span:first-child + a{
        font-family: SeroWeb-Light , sans-serif;
    }
}
@media screen and (max-width:767px){
    .ParentSection_Home .PaneBreadcrumb {
        margin-top: 0;
    }
    .collapse ul.level2 > li > a,
    .MobileNav ul.level3 > li > a{
        font-size: 18px;
    }
    .collapse ul.level2 > li{
        display:block;
    }
    .PaneNavigation.active:before {
        display:none;
    }
    .collapse{
        border-bottom:1px solid #98aab6;
    }
    .ParentSection_Home .PaneContent{
        width:100%;
        float:none;
        padding:40px 0 0;
    }
    .PaneRight{
        float:none;
        width:100%;
    }
    .StockQuoteContainer h1{
        font-size:24px;
        line-height: 28px;
    }
    .InvestorToolkit{
        display:none;
    }
    .StockQuoteContainer{
        border-left:none;
        padding:30px 0;
        margin:0;
    }
    .hrefWebcast, 
    .hrefPresentation{
        font-size:14px;
    }
    h1,
    .ParentSection_Home h1 a:after{
        font-size:22px;
        line-height:26px;
    }
    .IRCorporateGovernance p{
        font-size:18px;
        line-height:24px;
    }
    .ModuleEventLatest, 
    .ModulePressReleaseLatest, 
    .IRCorporateGovernance{
        border-bottom:1px solid #bbc2c8;
        padding:40px 0;
    }
    .RegulatoryFilingContainer{
        border-bottom:1px solid #bbc2c8;
        padding:0 0 40px;
    }
    .InvestorToolkit{
        top: 130px;
    }
    .hero-image .ContentContainer h2 {
        font-size: 40px;
    }
    .hero-image .ContentContainer{
        width:100%;
    }
}
@media screen and (max-width:480px){
    .ClientLogo {
        margin-right: 15px;
    }
    .PJTPartners .OpenBox{
        font-size:16px;
        margin-right:15px;
    }
    .PJTPartners {
        margin-left: 15px;
    }
    .PJTPartners .HeaderText {
        margin-left: 32px;
    }
}

/*########      Annual Reports       #######*/

.FinancialReportContainer .AnnualQuarterlyReportText{
    display:none;
}
.FinancialReportContainer h3,
.FinancialReportContainer .YearPanelBox,
.FinancialReportContainer .QuarterlyReportPanel,
.FinancialReportContainer .FileType{
    display:none;
}
.FinancialReportContainer  ul{
    margin:0;
}
.FinancialReportContainer .LeftPad20{
    border:1px solid #6F7880;
}
.FinancialReportContainer  > ul > li{
    display: block;
    float: left;
    padding: 0 1% 0 0;
    width: 25%;
}
.FinancialReportContainer h4 {
    background-color: #f1f3f4;
    margin-bottom: 0;
    padding: 10px;
}
.FinancialReportContainer img{
    display:block;
    margin:0 auto;
}
.FinancialReportContainer .ReportLink{
    background-color: #768692;
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: SeroWeb , sans-serif;
    margin: 20px 5px 5px;
    padding: 0 10px;
    text-align:center;
}
.FinancialReportContainer .ReportLink:hover{
    background-color:#0691BD;
    text-decoration:none;
}
@media screen and (max-width:1024px){
    .FinancialReportContainer  > ul {
        text-align:center;
    }
    .FinancialReportContainer  > ul > li{
        display: inline-block;
        float: none;
        padding: 0 10px 0 0;
        margin-bottom:15px;
        width: 280px;
    }
}
@media screen and (max-width:768px){
    .Breadcrumb{
        font-family: SeroWeb-Light , sans-serif;
    }
}
@media screen and (max-width:767px){
    .Breadcrumb{
        font-size: 34px;
        line-height: 38px;
        padding:45px 0 30px 0;
    }
}
@media screen and (max-width:480px){
    .FinancialReportContainer  > ul > li{
        padding:0;
        width:278px;
    }
}

/*########      END Annual Reports   #######*/

/*########      Corporate Governance     #######*/

/*========      Executive Officers       ======*/

.ExecutiveOfficers h1{
    margin-bottom:35px;
}
.ExecutiveOfficers h3.h1,
.GovBOD h3.h1 {
    font-size: 34px;
    font-family: SeroWeb-Light, sans-serif;
    color: #006791;
    line-height: 38px;
    margin-bottom:17px;
}
.ExecutiveOfficers h3.h1 a,
.ExecutiveOfficers h1 a{
    cursor:text;
}
.ExecutiveOfficers .CoverPhoto a{
    height:450px;
    width:100%;
    background-color:#f1f3f4;
    display:block;
}
.ExecutiveOfficers p{
    padding:10px 0;
    font-size: 14px;
}
.ExecutiveOfficers .CoverPhoto {
    display:none;
}

/*========      END Executive Officers       ======*/

/*========      PerasonList      ======*/

/* .PerasonList{
    margin-top:25px;
} */
.commaName,
.commaSuffix,
.PersonComma,
.PerasonList .PersonDetailsContainer{
    display:none;
}

.PersonGenericContainer .PersonTitle {
    font-family: SeroWeb-Light,sans-serif;
    color: #586370;
    font-size: 18px;
    line-height: 30px;
}
.PerasonList .PersonTitle span.block {
    display:block;
}


.PersonContainer h3{
    margin-bottom:0;
    padding-left:15px;
    padding-top:8px;
}
.PersonContainer h3 a{
    display:block;
    color: #006791;
    font-size: 24px;
    line-height: 28px;;
    font-family: SeroWeb-Light, sans-serif;
}
.PersonContainer h3 a:hover{
    text-decoration:none;
    color:#0691bd;
}
.SufixName{
    display:block;
    font-size:16px;
    line-height:20px;
    font-family: SeroWeb-Light , sans-serif;
}
.PerasonList .PersonContainer{
    float: left;
    padding: 0 30px 30px 0;
    position: relative;
    width: 25%;
}
.PersonGenericContainer .module-person_item-wrap {
    min-height:300px;
    position:relative;
}
.PerasonList  .PersonContainer h3 a:first-child:hover:before{
    text-decoration:underline;
}
.PersonGenericContainer .ViewBio a{
    color:#0691BD;
    font-family: SeroWeb , sans-serif;
    display:inline-block;
    vertical-align:middle;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #BBC2C8;
}
.PersonGenericContainer .PersonContainer:hover .ViewBio a {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;;
    opacity:0.5;
    border: 1px solid #BBC2C8;
}
.PersonGenericContainer .PersonContainer:hover h3 a {
    color: #00c1de;
}
.PersonGenericContainer .ViewBio a:after{
    content: "\e60f";
    font-family: 'pjt-iconography';
    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;

    color:#0691BD;
    display:inline-block;
    vertical-align:middle;
    margin-left: 10px;
}
.CompanyPearson h3 a{
    color:#0691BD;
}
@media all and (max-width:768px){
    .PersonContainer h3 a{
        font-family: SeroWeb-Light , sans-serif;
    }
}

/*========      END PerasonList      ======*/

/*========      Committee Composition    ======*/

.CommitteeComposition{
    margin:40px 0;
}
.CommitteeComposition table{
    width:100%;
    border:1px solid #6F7880;
    border-collapse:collapse;
    padding:10px;
}
.CommitteeComposition th{
    font-family: SeroWeb-Bold,sans-serif;
    padding: 5px 10px;
    border:1px solid #6F7880;
}
.CommitteeComposition td{
    border:1px solid #6F7880;
    line-height:16px;
}
.CommitteeComposition .ColAll{
    padding: 10px;
    width: 25%;
    text-align:center;
}
.CommitteeComposition .ComName{
    text-align:left;
}
.CommitteeComposition .header{
    background-color:#f1f3f4;
}
.Member{
    display:inline-block;
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.Member:before{
    content: "\e63d";
}
.Member:before{
    color:#ACACAC;
}
.Member.Chairperson:before{
    color:#000;
}



.MobileCommitteeComposition {
    display:none;
}
.MobileCommitee{
    margin:40px 0 20px;
}
.MobileCommitteeComposition .plus{
    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;
}
.MobileCommitee .CommitteeWrap{
    position:relative;
    background-color:#f1f3f4;
    z-index:1;
    margin-bottom: 5px;
}
.MobileCommitee .plus{
    margin-top: -12px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index:-1;
}
.MobileCommitee .CommiteeGroup.active{
    margin-bottom:5px;
    border:1px solid #f1f3f4;
}
.MobileCommitee .CommiteeGroup .plus:before{
    content: "\e64e";
}
.MobileCommitee .CommiteeGroup.active .plus:before{
    content: "\e64d";
}
.MobileCommitee .CommitteeTitle,
.MobileCommitee .person{
    display:block;
} 
.MobileCommitee .CommitteeTitle{
    padding:10px 50px 10px 10px;
    cursor:pointer;
}
.MobileCommitee  .CommiteePerson{
    position:relative;
    display:none;
}
.MobileCommitee  .CommiteePerson.active{
    display:block;
}
.MobileCommitee  .person{
    padding:5px 50px 5px 10px;
}
.MobileCommitee  .CommiteePerson .PersonType{
    margin-top: -12px;
    position: absolute;
    right: 15px;
    top: 50%;
    text-align:center;
}
.MobileCommitee  .CommiteePerson .PersonType span{
    display:inline-block;
}
.MobileLegend{
    text-align:center;
}
.MobileLegend  div{
    display:inline-block;
    margin-left:10px;
}
.MobileLegend  div:first-child{
    margin-left:0;
}

@media screen and (max-width:767px){
    .CommitteeComposition {
        display:none;
    }
    .MobileCommitteeComposition {
        display:block;
    }
}

/*========      END Committee Composition    ======*/

/*========      Board of Directors   ======*/

.GovBOD{
    margin: 20px 0 0;
}
.GovBOD h1 a{
    cursor:text;
}
.GovBODList {
    width:75%  
}
.GovBODList .module-person_item-wrap {
    min-height:269px;
}
.GovBODList .PersonDetailsContainer{
    display:none;
}
.GovBODList .SufixName{
    color:#586370;
}
.GovBODList  .PersonContainer{
    padding:0 30px 30px 0;
    float:left;
    width:33.33%;
}
.GovLeadership{
    margin-top:40px;
}


/*========      Board of Directors       ======*/

/*========      Committee Composition $ Governance Documents     ======*/

.GovCommittee,
.GovDocuments {
    width:50%;
    display:inline-block;
    margin:35px 0 30px;
}
.GovCommittee{
    padding-right:10px;
}
.GovDocuments{
    padding-left:10px;
}
.GovCommittee a,
.GovDocuments a{
    display:inline-block;
    margin-top:10px;
}

/*========      END Committee Composition $ Governance Documents     ======*/

/*========      Raising Integrity Concerns   ======*/

.RIConcerns{
    padding:35px 0;
    widtH:50%;
}
.RIConcerns a{
    display:inline-block;
    margin-top:10px;
}

/*========      END Raising Integrity Concernss      ======*/

@media screen and (max-width:900px){
    .GovBODList {
        width:100%;
    }
    .PerasonList .ModuleContainerInner,
    .GovBODList .ModuleContainerInner{
        text-align:center;
    }
    .PerasonList .PersonContainer,
    .GovBODList  .PersonContainer{
        display:inline-block;
        width:33.33%;
        text-align:left;
        vertical-align:top;
    }
    .GovCommittee, 
    .GovDocuments{
        float:none;
        width:100%;
        padding:0;
    }
    .GovDocuments{
        margin:0;
    }
    .GovCommittee{
        margin: 35px 0;
    }
    .RIConcerns{
        width:100%;
    }
}
@media screen and (max-width:767px){
    .PerasonList .PersonContainer, 
    .GovBODList .PersonContainer {
        width: 267px;
        padding-right: 0;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .ExecutiveOfficers .CoverPhoto a,
    .GovBODList  .CoverPhoto a{
        height:280px;
    }
}


/*########      END Corporate Governance's   #######*/

/*########      Board of Directors       #######*/

.CompanyPearson .PersonTitle {
    color: #bbc2c8;
    display: block;
    font-size: 16px;
    font-family: SeroWeb , sans-serif;
    line-height: 20px;
}
.CompanyPearson .PersonDescription{
    display:none;
}
.CompanyPearson .PersonContainer{
    float: left;
    margin-right: 20px;
    padding-bottom: 150px;
    position: relative;
    width: 340px;
}
.CompanyPearson  .PersonDetailsContainer {
    height: 340px;
}
.CompanyPearson  h3{
    position:absolute;
    bottom:50px;
    left:0;
    right:0;
}
.CompanyPearson  h3 a,
.CompanyPearson  h3 span{
    text-align:center;
}

/*########      END Board of Directors   #######*/

/*########      Person Details       #######*/

.PageInvestorRelationsCorporateGovernanceBoardofDirectorsPersonDetails .Breadcrumb{
    display:none;
}
.PersonGenericDetailsContainer {
    margin: 40px 0 0;
    min-height: 340px;
    position: relative;
}
.PersonGenericDetailsContainer h1{
    margin-bottom:10px;
}
/*
.PersonGenericDetailsContainer .PersonName{
    display:none;
}*/
.PersonDetailsNameContainer {
    width: 43%;
}
.PersonDetailsNameContainer {
    background: #1e384c none repeat scroll 0 0;
    height: 375px;
    opacity: 0.7;
    padding-left: 40px;
    padding-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.PersonDetailsNameContainer .PersonName {
    font-size: 48px;
    color: inherit;
    font-family: "SeroWeb-Extrathin";
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}
.PersonDetailsNameContainer .PersonTitle {

}
.PersonDetailsImageContainer{
    color: #fff;
    height: 375px;
    margin: 0 0 40px;
    overflow: hidden;
    background-position: center center;
}
.PersonDetailsImageContainer img {
    display: none;
}
.PersonDetailsDescriptionContainer {
    width: 66.6667%;
    float: left;
    padding-right: 15px;
}
.PersonDetailsDescriptionContainer p {
    color: #6F7880;
}
.PersonGenericDetailsContainer .PersonSuffix,
.PersonGenericDetailsContainer .PersonTitle {
    font-size: 20px;
    font-family: "SeroWeb-Light", Helvetica, Arial;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    display: block;
}
.PersonGenericDetailsContainer .PersonSuffixText{
    display:none;
}
/*
.PersonGenericDetailsContainer .PersonTitle{
    font-size:16px;
    color:#bbc2c8;
    line-height:20px;
    display:block;
    font-family: SeroWeb , sans-serif;
}*/
.PersonGenericDetailsContainer  .PersonDetailsNameContainer{
    margin-bottom:40px;
}
.person-partnership {
    float: left;
    padding-left: 15px;
    width: 33.3333%;
}
.person-partnership a{
    color:#0691BD;
    font-family: SeroWeb , sans-serif;
    display:inline-block;
    vertical-align:middle;
    font-size: 14px;
}
.person-partnership a:after{
    content: "\e60f";
    font-family: 'pjt-iconography';
    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;

    color:#0691BD;
    display:inline-block;
    vertical-align:middle;
    margin-left: 10px;
    font-size: 16px;
}
.person-partnership a:hover:after {
    content: "\e610";
}
@media all and (max-width:800px){
    .PersonDetailsNameContainer {
        width: 50%;
    }
    .person-partnership h1 {
        font-size: 28px;
    }
}
@media all and (max-width:767px){
    .PersonDetailsDescriptionContainer,
    .person-partnership {
        float: none;
        padding: 0;
        width: 100%;
    }
    .PersonDetailsImageContainer {
        margin: 0 -20px;
        position: relative;
        background-position: right center;
    }
    .PersonGenericDetailsContainer .PersonDetailsNameContainer {
        background: transparent none repeat scroll 0 0;
        color: #6F7880;
        height: auto;
        padding: 0;
        font-family: "SeroWeb-Light", Helvetica, Arial;
        position: static;
        text-align: left;
        width: 100%;
        margin: 20px 0;
    }
    .PersonDetailsNameContainer .PersonName {
        font-family: "SeroWeb-Light", Helvetica, Arial;
        color: #6F7880;
    }
    .PersonSuffix, .PersonGenericDetailsContainer .PersonTitle .PersonTitleText {
        font-family: "SeroWeb-Light", Helvetica, Arial;
        color: #6F7880;
    }
    /* .PersonDetailsImageContainer:before {
         background: #1e384c none repeat scroll 0 0;
         bottom: 0;
         content: "";
         left: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
         opacity: 0.7;
         position: absolute;
         right: 0;
         top: 0;
     } */
    .PersonGenericDetailsContainer .PersonSuffix,
    .PersonGenericDetailsContainer .PersonTitle {
        color: #6F7880;
    }
}
@media all and (max-width:480px){
    .PersonDetailsImageContainer {
        background-position: 550px center;
    }
}
/*########      END Person Details       #######*/

/*########      Governance Documents     #######*/

.ModuleDownloadListWithTags  .ModuleHeader,
.ModuleDownloadListWithTags  .ModuleDate,
.ModuleDownloadListWithTags  .ModuleFileSizeText,
.ModuleDownloadListWithTags  .ModuleIcon{
    display:none;
}
.ModuleDownloadListWithTags .ModuleItemRow{
    margin-bottom:10px;
}
.GovDocPage{
    margin-top:40px;
}
.GovDocPage  .ModuleHeadlineLink,
.GovComChart .ModuleHeadlineLink{
    display:inline;
}

/*########      END Governance Documents     #######*/

@media screen and (max-width:1124px){
    .CompanyPearson .ModuleContainerInner{
        text-align:center;
    }
    .CompanyPearson .PersonContainer{
        float:none;
        display:inline-block;
    }
}
@media screen and (max-width:767px){
    .PersonGenericDetailsContainer h1{
        text-align:center;
        display:block;
    }
    .PersonDetailsNameContainer{
        text-align:center;
    }
    .GovDocPage .ModuleItemRow{
        float:none;
        width:100%;
        padding-right:0;
    }
}
@media screen and (max-width:767px){
    .CompanyPearson .PersonContainer{
        margin-right:0;
    }
    .CompanyPearson .PersonContainer{
        width:278px;
    }
    .CompanyPearson .PersonDetailsContainer{
        height:278px;
    }
    .CompanyPearson h3{
        bottom:35px;
    }
}

/*########      Press Releases       #######*/

.NewsPressReleasesPage .ModulePDFDownload{
    display:none;
}
.NewsPressReleasesPage .ModuleContainerInner{
    padding-top:40px;
}
.NewsPressReleasesPage .ModuleItemRow{
    cursor:pointer;
    position:relative;
    padding:10px 5px;
}
.NewsPressReleasesPage .ModuleItemRow:hover{
    background-color:#f1f3f4;
}
.NewsPressReleasesPage .ModuleItemRow:hover .ModuleHeadlineLink{
    color: #00c1de;
    text-decoration:none;
}
.NewsPressReleasesPage .ModuleItemRow .ModuleHeadlineLink:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    cursor:pointer;
    z-index:100;
}
.NewsPressReleasesPage .ModuleViewAllLink:after{
    display:none;
}
.NewsPressReleasesPage  .ModuleFooter{
    text-align:center;
}
.NewsPressReleasesPage .ModuleViewAllLink{
    color:#6F7880;
    font-family: SeroWeb-Light , sans-serif;
    text-transform:capitalize;
    padding:10px 30px;
    border: 1px solid #6F7880;
    display:inline-block;
}
.NewsPressReleasesPage .ModuleViewAllLink:hover{
    text-decoration:none;
    background-color:#0691BD;
    color:#fff;
    border: 1px solid #0691BD;
}
.PageInvestorRelationsPressReleases .InvestorToolkit{
    top:60px;
}
@media screen and (max-width:1024px){
    .PageInvestorRelationsPressReleases .InvestorToolkit{
        top:40px;
    }
}

/*########      END Press Releases       #######*/

/*########      Press Releases Details       #######*/

.Back{
    margin-bottom:40px;
}
.Back a{
    display:inline-block;
    vertical-align:middle;
}
.Back a:before{
    font-family: 'pjt-iconography';
    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: "\e611";
    font-size:20px;
    display:inline-block;
    vertical-align:middle;
}
div.prDetails .InvestorToolkit{
    top: 67px;
}
.ModulePressReleaseDetails h1{
    font-size:22px;
    line-height:26px;
    font-family: SeroWeb , sans-serif;
    color:#6F7880;
}
@media screen and (max-width:1024px){
    .Back{
        margin:20px 0;
    }
    .InvestorToolkit{
        top:80px;
    }
    div.prDetails .InvestorToolkit{
        top: 39px;
    }
}
@media screen and (max-width:767px){
    div.prDetails .PageDefaultInner .PaneContent{
        width:auto;
    }
    div.prDetails .PageDefaultInner .PaneLeft,
    div.prDetails .PageDefaultInner .PaneRight {
        display:none;
    }
}

/*########      END Press Releases Details       #######*/

/*########      Events & Presentations       #######*/

.ModuleEvent .ModuleDate {
    color: #6F7880;
}
.PageInvestorRelationsEventsPresentations .InvestorToolkit{
    margin-top:-65px;
}
.PageInvestorRelationsEventsPresentations .InvestorToolkit,
.UpcomingEventsPage .ModuleYearNavContainer,
.UpcomingEventsPage .FileDetails,
.UpcomingEventsPage .ModuleLocation,
.UpcomingEventsPage .AddToCalendar {
    display:none;
}
.PastEventsPage{
    margin:40px 0;
}
.NewsLandingPage h3,
.PastEventsPage h3 {
    font-size: 34px;
    font-family: SeroWeb-Light, sans-serif;
    color: #006791;
    line-height: 38px;
}
.UpcomingEventsPage .WebcastLink,
.UpcomingEventsPage .PresentationLink,
.UpcomingEventsPage .pressReleaseLink,
.PastEventsPage .WebcastLink,
.PastEventsPage .PresentationLink,
.PastEventsPage .pressReleaseLink {
    display:inline-block;
}
.UpcomingEventsPage .ModuleLinks,
.PastEventsPage .ModuleLinks{
    display:inline-block;
}
.UpcomingEventsPage .ModuleLinks li,
.PastEventsPage .ModuleLinks li{
    display:inline-block;
}
.UpcomingEventsPage .WebcastLink a,
.UpcomingEventsPage .PresentationLink a,
.UpcomingEventsPage .pressReleaseLink a,
.UpcomingEventsPage .ModuleLinks li a,
.PastEventsPage .WebcastLink a,
.PastEventsPage .PresentationLink a,
.PastEventsPage .pressReleaseLink a,
.PastEventsPage .ModuleLinks li a,
.PresentationsPage .PresentationLinks a,
.ModulePresentationDetails .ModuleLinks a {
    text-transform:lowercase;
    position:relative;
    padding-left:30px;
    margin-right:30px;
}
.UpcomingEventsPage .WebcastLink a:before,
.UpcomingEventsPage .PresentationLink a:before,
.UpcomingEventsPage .ModuleLinks li a:before,
.PastEventsPage .WebcastLink a:before,
.PastEventsPage .PresentationLink a:before,
.PastEventsPage .ModuleLinks li a:before,
.PresentationsPage .PresentationLinks a:before,
.ModuleEventDetails a:before,
.ModuleEventDetails a.WebLink:before,
.PastEventsPage .pressReleaseLink a:before,
.ModulePresentationDetails .ModuleLinks a:before{
    font-family: 'pjt-iconography';
    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;

    position:absolute;
    left:0;
    top:50%;
    margin-top:-11px;
    font-size:20px;
}
.UpcomingEventsPage .WebcastLink a:before,
.PastEventsPage .WebcastLink a:before,
.PresentationsPage .AudioFileLink:before,
.PresentationsPage .VideoFileLink:before,
.ModuleEventDetails .Audio a:before,
.ModuleEventDetails .Video a:before,
.ModuleEventDetails .WebcastLink a:before,
.ModuleEventDetails a.WebLink:before,
.ModulePresentationDetails .AudioFileLink:before,
.ModulePresentationDetails .VideoFileLink:before{
    content: "\e603";
}
.UpcomingEventsPage .ModuleLinks li a:before,
.PastEventsPage .ModuleLinks li a:before{
    content: "\e608";
}
.PresentationsPage .DocumentFileLink:before{
    content: "\e604";
}
.PresentationsPage .RelatedFileLink:before,
.ModulePresentationDetails .ModuleLinks .DocumentFileLink:before,
.ModulePresentationDetails .RelatedFileLink:before,
.UpcomingEventsPage .PresentationLink a:before,
.PastEventsPage .PresentationLink a:before {
    content: "\e604";
}
.UpcomingEventsPage .pressReleaseLink a:before,
.PastEventsPage .pressReleaseLink a:before {
    content: "\e613";
}
.PastEventsPage .sbHolder{
    margin:0 0 20px 0;
    width:100px;
}
.ModulePresentationDetails .ModuleLinks a{
    display:block;
    margin-top:10px;
}
@media screen and (max-width:1024px){
    .UpcomingEventsPage{
        margin-top:40px;
    }
    .PageInvestorRelationsEventsPresentations .InvestorToolkit {
        margin-top: -40px;
    }
}

/*########      END Events & Presentations           #######*/

/*########      Events Details       #######*/

.ModuleEventDetails h1:first-child,
.ModuleEventDetails h3,
.ModuleEventDetails .Document img,
.ModuleEventDetails .category{
    display:none;
}
.ModuleEventDetails ul{
    margin-bottom:0;
}
.ModuleEventDetails a{
    display: inline-block;
    width:100%;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    text-transform: lowercase;
}
.ModuleEventDetails .WebcastLink a:before,
.ModuleEventDetails a.WebLink:before{
    content: "\e603";
}
.ModuleEventDetails  a[href$=".pdf"]:before{
    content: "\e604";
}


/*########      END Events Details       #######*/

/*########      Stock Information        #######*/

.StockQuotePage{
    border-left: none;
    margin-top: 0;
    padding-left: 0;
}
.StockQuotePage h1{
    color:#0691BD;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 30px;
}
.StockQuotePage .StockPage,
.StockQuotePage .StockTableFeed div+div+div,
.StockQuotePage .StockRedirect{
    display:none;
}
.StockQuotePage .StockTableItem:first-child p:first-child > span:first-child + a,
.StockQuotePage .StockTableItem p:first-child .PriceLabel,
.StockQuotePage .StockTableItem p > span:first-child,
.StockQuotePage .StockTableItem p > span:first-child + span, 
.StockQuotePage .StockTableItem p > span:first-child + a{
    float:none;
    display:block;
    text-transform: uppercase;
}
.StockQuotePage .StockTableItem:first-child p:first-child > span:first-child{
    font-size:16px;
    margin-bottom: 10px;
}
.StockQuotePage .StockTableItem p > span:first-child{
    margin-bottom: 10px;
}
.StockQuotePage .StockTableItem p{
    border-bottom:none;
    overflow:initial;
    padding:0;
}
.StockQuotePage .StockTableFeed{
    display:inline-block;
    widtH:100%;
}
.StockQuotePage .StockTableItem p{
    float:left;
    padding-right:20px;
    width:30%;
    margin-top: 10px;
}
.StockQuotePage .StockTableItem:first-child  > p:first-child{
    width:33%;
    margin-top: 0;
}
.StockQuotePage .StockTableItem:first-child  > p:first-child+p{
    width:36%;
}
.StockQuotePage .StockLabel{
    font-family: SeroWeb-Bold , sans-serif; 
    font-size:16px;
    line-height:20px;
}
.StockQuotePage p > span:first-child{
    color:#586370;  
}
.StockQuotePage .StockPriceDown,
.StockQuotePage .StockPriceUp,
.StockQuotePage .StockTableItem p > span:first-child + a{
    font-family: SeroWeb-Extrathin , sans-serif;
    font-size:34px;
    line-height:38px;
    display:inline-block;
}
.StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceDown:before,
.StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceUp:before{
    display:none;
}
.StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceDown:after,
.StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceUp:after{
    content:"(";
}
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel{
    position:relative;
    margin-right:50px;
}
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceDown:before,
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceUp:before{  
    content: ")";
    position:absolute;
    right:-15px;
}
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceDown:after,
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceUp:after{
    position:absolute;
    font-family: "pjt-iconography";
    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;

    right:-50px;
}
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceDown:after{
    content: "\e618";
}
.StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceUp:after{   
    content: "\e617";
}

/*      Stock Chart     */

.highcharts-legend,
.highcharts-input-group{
    display:none;
}

/*      END Stock Chart     */

/*      Historic Price Lookup   */

.HistoricPriceLookup{
    margin-top:40px;
}
.stock-selects .text,
.sbHolder,
.lookup{
    display:inline-block;
    vertical-align:middle;
}
.sbHolder,
.lookup{
    margin-left:10px;
}
.sbHolder{
    background-color:transparent;
    border: 1px solid #6F7880;
    height: 26px;
}
.HistoricPriceLookup .sbHolder{
    width:80px;
}
.sbToggle{
    height:28px;
    width:28px;
    background-position: 0 -117px;
}
.sbToggleOpen{
    background-position: 0 -19px;
}
.sbSelector{
    height: 24px;
    line-height: 24px;
    width:auto;
}
.HistoricPriceLookup .sbSelector{
    width: 50px;
}
.sbSelector:link, 
.sbSelector:visited, 
.sbSelector:hover {
    color: #6F7880;
    font-family: SeroWeb , sans-serif;
    font-size:16px;
    line-height: 27px;
}
.sbOptions{
    background-color: #fff;
    border: 1px solid #6F7880;
    left: -1px;
    right: -1px;
    top: 26px !important;
    width: auto;
}
.sbOptions li {
    padding: 0;
}
.sbOptions li a,
.sbOptions a:link, 
.sbOptions a:visited{
    color:#6F7880;
    font-family: SeroWeb , sans-serif;
    font-size:14px;
    font-family: SeroWeb , sans-serif;
    border-bottom:none;
    padding:0 0 0 10px;
}
.sbOptions li a:hover {
    color: #0691BD;
    background-color:#f1f3f4;
}
.stock-table{
    margin-top:20px;
}
.list-group-item {
    float:left;
    width:33.33%;
    padding:1% 10% 1% 0;
}
.list-group .clearfix{
    border-bottom:1px solid #6F7880;
}
.list-group-item .text{
    display:inline-block;
    float:left;
}
.list-group-item .badge{
    display:inline-block;
    float:right;
}
.HistoricalText{
    display:block;
    margin-top:40px;
}


/*      END Historic Price Lookup   */

@media screen and (max-width:768px){
    .StockQuotePage .StockPriceDown,
    .StockQuotePage .StockPriceUp,
    .StockQuotePage .StockTableItem p > span:first-child + a{
        font-family: SeroWeb-Light , sans-serif;
    }
}
@media screen and (max-width:767px){
    .StockQuotePage .StockTableItem p,
    .StockQuotePage .StockTableItem:first-child  > p:first-child,
    .StockQuotePage .StockTableItem:first-child  > p:first-child+p{
        display:inline-block;
        float:none;
        width:100%;
        margin-top:10px;
    }
    .StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel{
        position:relative;
        margin-right:40px;
    }
    .StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceDown:after,
    .StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceUp:after{
        right:-30px;
        font-size:20px;
    }
    .StockQuotePage .StockPriceDown, 
    .StockQuotePage .StockPriceUp, 
    .StockQuotePage .StockTableItem p > span:first-child + a,
    .StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceDown:after,
    .StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceUp:after{
        font-size:16px;
        line-height:16px;
    }
    .StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceDown:after,
    .StockQuotePage.StockQuoteContainer .ChangeLabel.StockPriceUp:after{
        margin-left:5px;
    }
    .StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceDown:before, 
    .StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel.StockPriceUp:before{
        right:-10px;
    }
    .StockQuotePage.StockQuoteContainer .ChangeWrap .PChangeLabel{
        margin-right:30px;
    }
    .StockQuotePage .StockTableFeed > div:first-child > p:first-child{
        margin-top:0;
    }
    .StockQuotePage .StockTableItem p > span:first-child{
        display:inline-block !important;
        float:left !important;
    }
    .StockQuotePage .StockTableItem p > span:first-child+span,
    .StockQuotePage .StockTableItem p > span:first-child+a{
        display:inline-block !important;
        float:right !important;
        font-size:16px !important;
        line-height:16px !important;
    }
    .StockQuotePage .ChangeLabel:after, 
    .StockQuotePage .PChangeLabel:after{
        font-size:14px;
    }
    .StockQuotePage{
        padding:30px 0 0;
    }
    .stock-selects .text,
    .lookup{
        display:block;
    }
    .lookup{
        margin:0 auto;
    }
    .stock-selects{
        text-align:center;
    }
    .stock-selects .text{
        margin:0 0 10px 0;
        text-align:center;
    } 
    .sbHolder{
        margin-bottom: 15px;
    }
    .list-group-item{
        display:block;
        width:100%;
        padding:10px 0;
        border-bottom: 1px solid #6F7880;
    }
    .list-group .clearfix{
        border-bottom:none;
    }
    .stock-selects span+select+div{
        margin-left:0;
    }
    .StockQuotePage .StockTableItem p{
        margin-bottom:0;
    }
}

/*########      END Stock Information        #######*/

/*########      FAQs     #######*/

.FaqQuestionList,
.BackToTopLink{
    display:none;
}
.FaqContainer .FaqQuestionList a{
    display:inline-block;
    margin-bottom:10px;
}
.FaqContainer .FaqDetailList p{
    margin-top:10px;
}
.FaqContainer .FaqDetailList h3{
    margin-top:20px;
}

/*########      END FAQs     #######*/

/*########      Email Alerts         #######*/

.SUFEAPage,
.MailingListUnsubscribeContainer{
    width:580px;
    margin-bottom:40px;
}
.MailingListSignupContainer .SUFEAPage .GridActions input, 
.MailingListUnsubscribeContainer .ButtonCell input{
    width:150px;
}
.MailingListSignupContainer .SUFEAPage .UnsubscribeButton,
.MailingListSignupContainer .SUFEAPage .CustomText{
    display:none;
}
@media screen and (max-width:620px){
    .MailingListUnsubscribeContainer,
    .SUFEAPage{
        width:100%;
    }
}
@media screen and (max-width:480px){
    .SUFEAPage label{
        font-size:14px;
    }
}

/*########      END Email Alerts         #######*/

/*########      RSS Feeds        #######*/
/*
.RSSFeeds h3{
    margin-top:40px;
}
*/
.rssIcos img{
    display:none;
}
.rssIcos a{
    display:inline-block;
}
.rssIcos a:before{
    content:"\e642";
    display: inline-block;
    font-family: 'Q4-Default-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    margin-right: 10px;
    vertical-align: top;
}

/*########      END RSS Feeds        #######*/

/*########      Financial Reports        #######*/

/*      Earnings Releases    */

.FinancialER  .ModuleYearNavContainer,
.FinancialER  .ModuleLocation{
    display:none;
}
.FinancialER  .ModuleHeadlineLink{
    font-size:22px;
    line-height:26px;
}
.FinancialER  .ModuleHeadlineLink:hover {
    color: #00c1de;
}

.PageInvestorRelationsEventsEventDetails .WebcastLink {
    /* display: none;*/
}

.FinancialER .ModuleFileLink,.FinancialER .ModuleFile,.LandingEvents .ModuleFileLink,.LandingEvents .ModuleFile{
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
    padding-left: 30px;
    position: relative;
    text-transform: lowercase;
}
.FinancialER .ModuleFileLink:before,.LandingEvents .ModuleFileLink:before{
    font-family: "pjt-iconography";
    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: 22px;
    left: 0;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    content: "\e603";
}
.FinancialER .ModuleFile:before,.LandingEvents .ModuleFile:before{
    font-family: "pjt-iconography";
    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: 22px;
    left: 0;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    content: "\e604";
}



@media screen and (max-width:1024px){
    .FinancialER{
        margin-top:40px;
    }
}


/*      END Earnings Releases        */

/*      SEC Filings      */

.SECFilingsPage{
    margin-top:40px;
}
.SECContainer  .select-container{
    text-align:right;
    margin-top:-50px;
}
.SECContainer   .sbHolder{
    text-align:left;
}
.SECContainer .header {
    margin-top:30px;
}
.SECContainer .header span{
    font-family: SeroWeb-Bold , sans-serif;
    display:block;
    float:left;
    text-transform:uppercase;
    padding:5px 10px;
}
.SECContainer .ModuleItemRow{
    border-bottom:1px solid #ddd;
    margin-bottom:0;
    padding:10px 0;
}
.SECContainer .ModuleItemRow:first-child{
    border-top:1px solid #ddd;
}
.SECContainer .ModuleItemRow > div{
    float:left;
    font-family: SeroWeb-Light , sans-serif;
    padding-left:10px;
}
.SECContainer .ModuleItemRow .itemType a{
    font-family: SeroWeb-Light , sans-serif;
}
.SECContainer .ModuleItemRow .itemDate,
.SECContainer .header .date{
    width:15%;
}
.SECContainer .ModuleItemRow .itemType,
.SECContainer .header .type{
    width:15%;
}
.SECContainer .ModuleItemRow .itemDesc,
.SECContainer .header .desc{
    width:50%;
}
.SECContainer .ModuleItemRow .itemView,
.SECContainer .header .view{
    width:20%;
}
.docs a{
    display: inline-block;
    vertical-align: middle;
    font-family: 'pjt-iconography';
    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;

    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-left:5px;
    font-size:20px;
}
.docs a:hover{
    text-decoration:none;
}
.docs a:first-child{
    margin-left:0;
}
.docs a.RTF:before{
    content: "\e605";
}
.docs a.CONVPDF:before{
    content: "\e604";
}
.docs a.XBRL:before{
    content: "\e607";
}
.docs a.XBRL_HTML:before{
    content: "\e613";
}
.docs a.XLS:before{
    content: "\e606";
}
.SECContainer .itemCont{
    display: inline-block;
    width: 100%;
}
.ModuleItemRowAlt{
    background-color:#f1f3f4;
}
.pager-prev{
    float:left;
    display:block;
}
.pager-next{
    float:right;
    display:block;
}
.pager-page{
    display:inline-block;
    padding: 0 5px;
}
.pager-page:hover,
.pager-next,
.pager-prev{
    color:#0691BD;
    cursor:pointer;
}
.secPagination {
    text-align: center;
}
.pager-page.pager-active{
    color:#0691BD;
}
.pager-first,
.pager-last,
.pager-disabled{
    display:none;
}

@media screen and (max-width:767px){
    .SECFilingsPage .header{
        display:none;
    }
    .SECContainer .ModuleItemRow > div{
        float: none;
        padding-right: 10px;
        position: relative;
        text-align: right;
    }
    .SECContainer .ModuleItemRow > div:before{
        position:absolute;
        top:50%;
        margin-top:-12px;
        left:10px;
        font-family: SeroWeb-Bold,sans-serif;
        text-transform:uppercase;
        font-size:12px;
    }
    .SECContainer .ModuleItemRow  .itemDate:before{
        content:"Date:";
    }
    .SECContainer .ModuleItemRow  .itemType:before{
        content:"Filing Type:";
    }
    .SECContainer .ModuleItemRow  .itemDesc:before{
        content:"Description:";
    }
    .SECContainer .ModuleItemRow  .itemView:before{
        content:"Download:";
    }
    .SECFilingsPage .sbHolder{
        margin:0 0 10px;
    }
    .SECContainer .ModuleItemRow  .itemDate,
    .SECContainer .ModuleItemRow  .itemType,
    .SECContainer .ModuleItemRow  .itemDesc,
    .SECContainer .ModuleItemRow  .itemView{
        width:100%;
        padding-left:110px;
    }
    .SECContainer .select-container{
        margin-top:0;
        text-align:left;
    }
    .SECFilingsPage .sbHolder{
        display:inline-block;
    }
}

/*      END SEC Filings      */

/*      SEC Filings Details          */

.ModuleSECFilingDetails{
    margin-bottom:40px;
}
.ModuleSECFilingDetails ul{
    margin:10px 0 0 0;
    padding:0;
}
.ModuleSECFilingDetails ul li{  
    list-style-type:none;
    display:block;
    float:left;
    margin-left:10px;
}
.ModuleSECFilingDetails ul li:first-child{  
    margin-left:0;
}
.ModuleSECFilingDetails ul li a{
    font-family: 'pjt-iconography';
    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;
} 
.ModuleSECFilingDetails ul li.PdfIcon a:before{
    content: "\e604";
}
.ModuleSECFilingDetails ul li.WordIcon a:before{
    content: "\e605";
}
.ModuleSECFilingDetails ul li.ExcelIcon a:before{
    content: "\e606";
}
.ModuleSECFilingDetails ul li.XBRLIcon a:before{
    content: "\e607";
}
.ModuleSECFilingDetails ul li.XBRL_HTMLIcon a:before{
    content: "\e613";
}
.ModuleSECFilingDetails ul li a img{
    display:none;
}

/*      END SEC Filings Details      */

/*      Annual Reports    */

.FRAnnualReports{
    margin:40px 0;
}

/*      Annual Reports    */

/*########      END Financial Reports        #######*/

/*########      Earnings Releasess           #######*/

.EarningsReleasesPage,
.EarningsReleasesPage .sbHolder{
    margin-bottom: 40px;
}
.quarter .documents{
    display:none;
}
.quarter .documents a:before {
    content: "\e613";
    font-family: 'pjt-iconography';
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 10px;
}
.quarter .documents a:hover {
    text-decoration:none;
}
.quarter .documents a[href*='.pdf']:before,
.quarter .documents a[href*='.PDF']:before {
    content: "\e604";
}
.quarter .documents a[href*='.doc']:before,
.quarter .documents a[href*='.docx']:before,
.quarter .documents a[href*='.rtf']:before {
    content: "\e605";
}
.quarter .documents a[href*='.xls']:before {
    content: "\e606";
}
.quarter .documents a[href*='.zip']:before {
    content: "\e607";
}
.quarter .title{
    color:#586370;
    font-family: SeroWeb-Bold , sans-serif; 
    cursor:pointer;
}
.quarter{
    border:1px solid #586370;
    margin-bottom:20px;
    position:relative;
}
.quarter .title:after{
    content: "\e615";
    display:block;
    position:absolute;
    right:8px;
    top:17px;
    color:#6F7880;
    font-size:20px;
    font-family: 'pjt-iconography';
    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;
}
.quarter.open .title:after{
    content: "\e616";
}
.quarter.open .title{
    margin-bottom:10px;
}
.quarter .documents{
    padding:0 15px;
}
.quarter .title{
    padding:15px 30px 15px 15px;
}
.quarter .title:hover,
.quarter.open .title{
    background-color:#f1f3f4;
}
.quarter.open .docDate{
    display:block;
    margin-bottom:10px;
}
@media screen and (max-width:1024px){
    .EarningsReleasesPage .sbHolder{
        margin:20px 0;
    }
}

/*########      END Earnings Releases        #######*/

/*########      Contact the Board         #######*/

.spaceLeft{
    margin-left:30px;
}

/*########      END Contact the Board         #######*/

/*########      Investor Resources        #######*/

.IResCB,
.IResCLC,
.IResEA,
.IResRSS{
    margin-top:40px;
}

.IResEA h3 {
    font-size: 34px;
    font-family: SeroWeb-Light, sans-serif;
    color: #006791;
    line-height: 38px;  
}


/*########      END Investor Resources        #######*/


/*########      END Content     #######*/

/*########      FooterContainer      #######*/

/*========      PaneFooter       ======*/

.PaneFooter .container{
    padding:0 20px;
}
.PaneFooter .MailingListSignupContainer,
.InvestorContact{
    width:310px;
    float:left;
    padding:50px 0;
}
.PaneFooter  .MailingListSignupContainer h1,
.InvestorContact h1{
    font-size:24px;
    font-weight:100px;
    line-height:28px;
    margin-bottom:15px;
    color:#6F7880;
    font-family:SeroWeb-Light,sans-serif;
    text-transform: capitalize;
}
.InvestorContact p {
    margin-bottom: 120px;
}
.PaneFooter .MailingListCol2{
    width:100% !important;
}
.MailingListSignupContainer .MailingListCol1,
.MailingListSignupContainer .MailingListListTable > tbody > tr:first-child,
.MailingListSignupContainer .NoBr,
.MailingListUnsubscribeContainer .MailingListCol1{
    display:none;
}
.MailingListSignupContainer .RequiredField,
.MailingListUnsubscribeContainer .RequiredField{
    position:absolute;
    top:50%;
    right:-10px;
    color:#6F7880;
}
.Red{
    color:#ff0000;
}
.MailingListSignupContainer .RequiredField{
    margin-top:-8px;
}
.MailingListUnsubscribeContainer .RequiredField{
    margin-top:-5px;
}
.MailingListSignupContainer .MailingListCol2,
.MailingListUnsubscribeContainer .MailingListCol2{
    position:relative;
}
.ButtonCell {
    display: block;
    margin-top: 20px;
}
.MailingListSignupContainer .MailingListCol2 input,
.MailingListUnsubscribeContainer .MailingListCol2 input{
    height:36px;
    width:100% !important;
    border:1px solid #bbc2c8;
    padding-left:10px;
    color:#6F7880;
}
.MailingListSignupContainer .MailingListTable,
.MailingListSignupContainer .MailingListListTable,
.MailingListUnsubscribeContainer .MailingListUnsubscribeTable{
    width:100%;
}
.MailingListSignupContainer .MailingListListTable{
    margin-top:10px;
}
.MailingListSignupContainer .MailingListListTable table tr{
    display:block;
    float:left;
    width:50%;
    margin-bottom:5px;
}
.MailingListSignupContainer  .GridActions{
    margin-top:10px;
}
.MailingListSignupContainer  .GridActions input{
    width:58%;
}
.MailingListSignupContainer .UnsubscribeButton {
    display: inline-block;
    text-align: center;
    width: 40%;
    font-size:14px;
}
.MailingListListTable label{
    font-size:14px;
}


/*      InvestorContact      */

.InvestorContact{
    margin-left:120px;
}
.InvestorContact .ContentContainer a{
    font-size:17px;
}
.InvestorContact .ContentContainer h3{
    font-size:18px;
    font-family: SeroWeb-Bold , sans-serif; 
}

/*      END InvestorContact      */

/*========      END PaneFooter       ======*/


/*========      PaneFooter2      ======*/

.PaneFooter2{
    min-height:114px;
    border-top:2px solid #98A4AE;
}
.PaneFooter2 .container{
    padding:0 20px; 
}
.Copyright{
    float:left;
    padding:50px 0;
    font-size:14px;
    line-height:14px;
}
.Copyright a,
.Copyright span {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 26.4px;
    margin-right:15px;
}
.Copyright span {
    margin-right:0;
}
.Copyright a:hover{
    color: #00c1de;
    text-decoration:none;
}
.Q4FooterContainer{
    float:right;
    padding: 0 !important;
}
.Q4FooterContainer a{
    padding:50px 0 !important;
    font-size:14px !important;
    line-height:14px;
    color:#9B9B9B !important;
    display:block;
}
.Q4FooterContainer a:hover{
    text-decoration:none;
    color:#6F7880 !important;
}

/*========      END PaneFooter2      ======*/

@media screen and (max-width:1024px){
    .PaneFooter  .MailingListSignupContainer, 
    .InvestorContact{
        float:none;
        margin:0;
        width:40%;
    }
    .PaneFooter  .MailingListSignupContainer{
        padding:50px 0;
    }
    .InvestorContact{
        padding:0 0 50px;
    }
    .Copyright{
        float:none;
        padding:10px 0;
    }
    .Copyright .ContentContainer{
        text-align:center;
    }
    .Copyright .ContentContainer a,
    .Copyright .ContentContainer span{
        display:inline-block;
        line-height:24px;
    }
    .Q4FooterContainer{
        float:none;
    }
    .Q4FooterContainer a{
        padding:10px 0 !important;
    }
}
@media screen and (max-width:767px){
    .PaneFooter  .MailingListSignupContainer, 
    .InvestorContact{
        width:100%;
    }
    .PaneFooter2{
        min-height:auto;
        padding:20px;
    }
}
@media screen and (max-width:480px){
    .MailingListListTable label{
        font-size:12px;
    }
}

/*########      END FooterContainer     ####*/

.FileDetails, .FileType, .FileSize{
    display:none;
}    
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover{
    color: #00c1de;
}
.IResCLC h3 a {
    cursor: text;
}
.RecentFinancialReports .ModuleViewAllLink{
    display:block;
    clear:both;
}

.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .ModuleLinks a {
    font-size: 16px;
    margin-bottom: 7px;
}
@media (max-width: 1240px ){
    .navbar-collapse ul li a {
        font-size: 14px;
        padding: 0 5px 0 5px;
    }
}

/**/
.PJTPartners img {
    display: inline-block;
    width: 172px;
    height: 60;
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.ClientLogo a img {
       image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.PJTPartners a {
display: inline-block;
    vertical-align: middle;
    margin-left: 62px;
    line-height: 60px;
    /* padding-top: 4px; */
    height: 60px;
}
@media(max-width: 820px){
    .PJTPartners a{
        margin-left: 11px;
    }
}
@media(max-width: 350px){
    /*.PJTPartners a {
        margin-left: 30px;
    }*/

}
.StockQuoteContainer .ModuleContainerInnerTop a.ccbnTblSubLnk{
    cursor: pointer;
    font-size: 14px;
    font-family: 'SeroWeb-Light', sans-serif;
    color: #00C1DE;
}
.module-letter_content h2 {
    display: block;
}
.AnnualRP h2 {
    color: #006791;
}
.hero-image.module-mobile{
  display: none;
}
@media(max-width: 600px){
  .hero-image.module-desktop .ContentContainer{
    display: none;
  }
  .hero-image{
    background-position: 70% center;
    min-height: 200px;
  }
  .hero-image.module-mobile{
    display: block;
    background: none;
    height: auto;
    min-height: auto;
  }
  .hero-image.module-mobile .ContentContainer {
      position: static;
      width: 100%;
      max-width: 100%;
      display: block;
  }
}

.PageInvestorRelationsPressReleases .InvestorToolkit .PrintPageLink,
.PageInvestorRelationsEvents .InvestorToolkit .PrintPageLink {
    display: none;
}

.PageInvestorRelationsEventsEventDetails .ModuleEventDetails .js--earnings-logo a:before {
  content: "\e608";
}

/* 251799 */
p.font-pjt-event {
    line-height: 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: SeroWeb;
}


/*-- 00165799 --*/
/*==================================
 ----------- TOAST GRID -----------
==================================*/
.grid {
  list-style: none;
  margin-left: -20px;
}
.grid--flex {
  margin-left: -20px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid--flex-column {
  flex-direction: column;
}
.grid--flex_row-reverse {
  flex-direction: row-reverse;
}
.grid--flex_column-reverse {
  flex-direction: column-reverse;
}
.grid--flex_justify-start {
  justify-content: flex-start;
  text-align: start;
}
.grid--flex_justify-center {
  justify-content: center;
  text-align: center;
}
.grid--flex_justify-end {
  justify-content: flex-end;
  text-align: end;
}
.grid--flex_align-top {
  align-items: flex-start;
}
.grid--flex_align-middle {
  align-items: center;
}
.grid--flex_align-bottom {
  align-items: flex-end;
}
.grid--flex_space-around {
  justify-content: space-around;
}
.grid--flex_space-between {
  justify-content: space-between;
}

.grid--flex .grid_col {
  display: block;
  margin-right: 0;
  flex: 0 0 auto;
}

.grid_col--12-of-12, .grid_col--8-of-8, .grid_col--7-of-7, .grid_col--6-of-6, .grid_col--5-of-5, .grid_col--4-of-4, .grid_col--3-of-3, .grid_col--2-of-2, .grid_col--1-of-1 {
  width: 100%;
}

.grid_col--6-of-12, .grid_col--4-of-8, .grid_col--3-of-6, .grid_col--2-of-4, .grid_col--1-of-2 {
  width: 50%;
}

.grid_col--4-of-12, .grid_col--2-of-6, .grid_col--1-of-3 {
  width: 33.3333333333%;
}

.grid_col--8-of-12, .grid_col--4-of-6, .grid_col--2-of-3 {
  width: 66.6666666667%;
}

.grid_col--3-of-12, .grid_col--2-of-8, .grid_col--1-of-4 {
  width: 25%;
}

.grid_col--9-of-12, .grid_col--6-of-8, .grid_col--3-of-4 {
  width: 75%;
}

.grid--flex .grid_col--12-of-12, .grid--flex .grid_col--8-of-8, .grid--flex .grid_col--7-of-7, .grid--flex .grid_col--6-of-6, .grid--flex .grid_col--5-of-5, .grid--flex .grid_col--4-of-4, .grid--flex .grid_col--3-of-3, .grid--flex .grid_col--2-of-2, .grid--flex .grid_col--1-of-1 {
  width: auto;
  flex-basis: 100%;
  max-width: 100%;
}

.grid--flex .grid_col--6-of-12, .grid--flex .grid_col--4-of-8, .grid--flex .grid_col--3-of-6, .grid--flex .grid_col--2-of-4, .grid--flex .grid_col--1-of-2 {
  width: auto;
  flex-basis: 50%;
  max-width: 50%;
}

.grid--flex .grid_col--4-of-12, .grid--flex .grid_col--2-of-6, .grid--flex .grid_col--1-of-3 {
  width: auto;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid--flex .grid_col--8-of-12, .grid--flex .grid_col--4-of-6, .grid--flex .grid_col--2-of-3 {
  width: auto;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid--flex .grid_col--3-of-12, .grid--flex .grid_col--2-of-8, .grid--flex .grid_col--1-of-4 {
  width: auto;
  flex-basis: 25%;
  max-width: 25%;
}

.grid--flex .grid_col--9-of-12, .grid--flex .grid_col--6-of-8, .grid--flex .grid_col--3-of-4 {
  width: auto;
  flex-basis: 75%;
  max-width: 75%;
}

.grid_col--push-12-of-12, .grid_col--push-8-of-8, .grid_col--push-7-of-7, .grid_col--push-6-of-6, .grid_col--push-5-of-5, .grid_col--push-4-of-4, .grid_col--push-3-of-3, .grid_col--push-2-of-2, .grid_col--push-1-of-1 {
  margin-left: 100%;
}

.grid_col--push-6-of-12, .grid_col--push-4-of-8, .grid_col--push-3-of-6, .grid_col--push-2-of-4, .grid_col--push-1-of-2 {
  margin-left: 50%;
}

.grid_col--push-4-of-12, .grid_col--push-2-of-6, .grid_col--push-1-of-3 {
  margin-left: 33.3333333333%;
}

.grid_col--push-8-of-12, .grid_col--push-4-of-6, .grid_col--push-2-of-3 {
  margin-left: 66.6666666667%;
}

.grid_col--push-3-of-12, .grid_col--push-2-of-8, .grid_col--push-1-of-4 {
  margin-left: 25%;
}

.grid_col--push-9-of-12, .grid_col--push-6-of-8, .grid_col--push-3-of-4 {
  margin-left: 75%;
}

.grid_col--pull-12-of-12, .grid_col--pull-8-of-8, .grid_col--pull-7-of-7, .grid_col--pull-6-of-6, .grid_col--pull-5-of-5, .grid_col--pull-4-of-4, .grid_col--pull-3-of-3, .grid_col--pull-2-of-2, .grid_col--pull-1-of-1 {
  margin-left: -100%;
}

.grid_col--pull-6-of-12, .grid_col--pull-4-of-8, .grid_col--pull-3-of-6, .grid_col--pull-2-of-4, .grid_col--pull-1-of-2 {
  margin-left: -50%;
}

.grid_col--pull-4-of-12, .grid_col--pull-2-of-6, .grid_col--pull-1-of-3 {
  margin-left: -33.3333333333%;
}

.grid_col--pull-8-of-12, .grid_col--pull-4-of-6, .grid_col--pull-2-of-3 {
  margin-left: -66.6666666667%;
}

.grid_col--pull-3-of-12, .grid_col--pull-2-of-8, .grid_col--pull-1-of-4 {
  margin-left: -25%;
}

.grid_col--pull-9-of-12, .grid_col--pull-6-of-8, .grid_col--pull-3-of-4 {
  margin-left: -75%;
}

.grid_col--1-of-5 {
  width: 20%;
}

.grid--flex .grid_col--1-of-5 {
  width: auto;
  flex-basis: 20%;
  max-width: 20%;
}

.grid_col--push-1-of-5 {
  margin-left: 20%;
}

.grid_col--pull-1-of-5 {
  margin-left: -20%;
}

.grid_col--2-of-5 {
  width: 40%;
}

.grid--flex .grid_col--2-of-5 {
  width: auto;
  flex-basis: 40%;
  max-width: 40%;
}

.grid_col--push-2-of-5 {
  margin-left: 40%;
}

.grid_col--pull-2-of-5 {
  margin-left: -40%;
}

.grid_col--3-of-5 {
  width: 60%;
}

.grid--flex .grid_col--3-of-5 {
  width: auto;
  flex-basis: 60%;
  max-width: 60%;
}

.grid_col--push-3-of-5 {
  margin-left: 60%;
}

.grid_col--pull-3-of-5 {
  margin-left: -60%;
}

.grid_col--4-of-5 {
  width: 80%;
}

.grid--flex .grid_col--4-of-5 {
  width: auto;
  flex-basis: 80%;
  max-width: 80%;
}

.grid_col--push-4-of-5 {
  margin-left: 80%;
}

.grid_col--pull-4-of-5 {
  margin-left: -80%;
}

.grid_col--1-of-6 {
  width: 16.6666666667%;
}

.grid--flex .grid_col--1-of-6 {
  width: auto;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid_col--push-1-of-6 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-6 {
  width: 83.3333333333%;
}

.grid--flex .grid_col--5-of-6 {
  width: auto;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid_col--push-5-of-6 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}

.grid_col--1-of-7 {
  width: 14.2857142857%;
}

.grid--flex .grid_col--1-of-7 {
  width: auto;
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.grid_col--push-1-of-7 {
  margin-left: 14.2857142857%;
}

.grid_col--pull-1-of-7 {
  margin-left: -14.2857142857%;
}

.grid_col--2-of-7 {
  width: 28.5714285714%;
}

.grid--flex .grid_col--2-of-7 {
  width: auto;
  flex-basis: 28.5714285714%;
  max-width: 28.5714285714%;
}

.grid_col--push-2-of-7 {
  margin-left: 28.5714285714%;
}

.grid_col--pull-2-of-7 {
  margin-left: -28.5714285714%;
}

.grid_col--3-of-7 {
  width: 42.8571428571%;
}

.grid--flex .grid_col--3-of-7 {
  width: auto;
  flex-basis: 42.8571428571%;
  max-width: 42.8571428571%;
}

.grid_col--push-3-of-7 {
  margin-left: 42.8571428571%;
}

.grid_col--pull-3-of-7 {
  margin-left: -42.8571428571%;
}

.grid_col--4-of-7 {
  width: 57.1428571429%;
}

.grid--flex .grid_col--4-of-7 {
  width: auto;
  flex-basis: 57.1428571429%;
  max-width: 57.1428571429%;
}

.grid_col--push-4-of-7 {
  margin-left: 57.1428571429%;
}

.grid_col--pull-4-of-7 {
  margin-left: -57.1428571429%;
}

.grid_col--5-of-7 {
  width: 71.4285714286%;
}

.grid--flex .grid_col--5-of-7 {
  width: auto;
  flex-basis: 71.4285714286%;
  max-width: 71.4285714286%;
}

.grid_col--push-5-of-7 {
  margin-left: 71.4285714286%;
}

.grid_col--pull-5-of-7 {
  margin-left: -71.4285714286%;
}

.grid_col--6-of-7 {
  width: 85.7142857143%;
}

.grid--flex .grid_col--6-of-7 {
  width: auto;
  flex-basis: 85.7142857143%;
  max-width: 85.7142857143%;
}

.grid_col--push-6-of-7 {
  margin-left: 85.7142857143%;
}

.grid_col--pull-6-of-7 {
  margin-left: -85.7142857143%;
}

.grid_col--1-of-8 {
  width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
  width: auto;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.grid_col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid_col--3-of-8 {
  width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
  width: auto;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.grid_col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid_col--5-of-8 {
  width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
  width: auto;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.grid_col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid_col--7-of-8 {
  width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
  width: auto;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.grid_col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid_col--1-of-12 {
  width: 8.3333333333%;
}

.grid--flex .grid_col--1-of-12 {
  width: auto;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid_col--push-1-of-12 {
  margin-left: 8.3333333333%;
}

.grid_col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}

.grid_col--2-of-12 {
  width: 16.6666666667%;
}

.grid--flex .grid_col--2-of-12 {
  width: auto;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid_col--push-2-of-12 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-12 {
  width: 41.6666666667%;
}

.grid--flex .grid_col--5-of-12 {
  width: auto;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid_col--push-5-of-12 {
  margin-left: 41.6666666667%;
}

.grid_col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}

.grid_col--7-of-12 {
  width: 58.3333333333%;
}

.grid--flex .grid_col--7-of-12 {
  width: auto;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid_col--push-7-of-12 {
  margin-left: 58.3333333333%;
}

.grid_col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}

.grid_col--10-of-12 {
  width: 83.3333333333%;
}

.grid--flex .grid_col--10-of-12 {
  width: auto;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid_col--push-10-of-12 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}

.grid_col--11-of-12 {
  width: 91.6666666667%;
}

.grid--flex .grid_col--11-of-12 {
  width: auto;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid_col--push-11-of-12 {
  margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}

.grid_col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .grid_col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .grid_col[class*=grid_col--lg-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lg-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--lg-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid_col.grid_col--lg-1-of-2, .grid_col.grid_col--lg-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-2, .grid--flex .grid_col.grid_col--lg-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--lg-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--lg-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--lg-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--lg-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--lg-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lg-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .grid_col[class*=grid_col--lc-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lc-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--lc-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid_col.grid_col--lc-1-of-2, .grid_col.grid_col--lc-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-2, .grid--flex .grid_col.grid_col--lc-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--lc-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--lc-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--lc-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--lc-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--lc-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lc-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .grid_col[class*=grid_col--md-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--md-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--md-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid_col.grid_col--md-1-of-2, .grid_col.grid_col--md-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-2, .grid--flex .grid_col.grid_col--md-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--md-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--md-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--md-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--md-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--md-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--md-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .grid_col[class*=grid_col--sm-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--sm-] {
    display: block;
    margin-right: 0;
  }

  .grid_col.grid_col--sm-1-of-2, .grid_col.grid_col--sm-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-2, .grid--flex .grid_col.grid_col--sm-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid_col.grid_col--sm-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .grid_col.grid_col--sm-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--sm-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .grid_col.grid_col--sm-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid_col.grid_col--sm-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--sm-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid--flex .grid_col {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.grid_col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid_col--d-first {
  float: left;
}
.grid--flex .grid_col--d-first {
  float: none;
  order: -1;
}

.grid_col--d-last {
  float: right;
}
.grid--flex .grid_col--d-last {
  float: none;
  order: 1;
}

.grid--no-gutter {
  margin-left: 0;
}
.grid--no-gutter .grid_col {
  padding-left: 0;
}
.grid--no-gutter .grid_col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid--gutter {
  margin-left: 20px;
}
.grid--gutter .grid_col {
  padding-left: 20px;
}
.grid--gutter-40 {
  margin-left: -40px;
}
.grid--gutter-40 .grid_col {
  padding-left: 40px;
}

.grid--no-space .grid_col {
  margin-right: 0;
}

.grid_col--ab {
  vertical-align: bottom;
}

.grid_col--am {
  vertical-align: middle;
}

.module_cp-boxes {
    display: flex;
    padding-left: 0px !important;
}
.module_cp-boxes h1 {
    font-family: SeroWeb-Bold, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #6F94AA;
    margin-bottom: 10px;
}
.cp-boxes {
    background: #f1f3f4;
    padding: 20px;
    margin: 10px;
}

/*------ Stock Chart Widget ------*/
.module-stock-chart {
    margin-top: 50px;
}

.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #224388;
}

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-series-0 {
    stroke:#224388;
}

.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #224388;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #224388;
}

.module-stock-chart .highcharts-navigator rect {
    fill: rgba(34, 67, 136, 0.6);
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-navigator-handle-right rect, .module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #224388;
}

.module-stock-chart .highcharts-navigator-handle-right path, .module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #224388;
    stroke: #224388;
}

.module-stock-chart .highcharts-series-3 > path {
    stroke: #224388;
}

.module-stock-chart .highcharts-range-selector {
    box-sizing: content-box;
}

.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}

.module-stock-chart .highcharts-button rect, .module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}

.module-stock-chart .highcharts-button text, .module-stock-chart .highcharts-input-group text {
    fill: #222222;
}

.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}

.module-stock-historical .button {
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
    line-height: 45px;
}

@media only screen and (max-width: 767px) {
    .module-stock-historical .button {
        height: 42px;
        line-height: 40px;
    }
}

.module-stock-historical .module-stock_lookup-title-text {
    display: none;
}

.module-stock .module_options > * {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .module-calculator input[type="checkbox"] + label:before, .module-calculator input[type="radio"] + label:before {
        top: -2px;
        transform: none;
    }

    .module-calculator input[type="checkbox"]:checked + label:after, .module-calculator input[type="radio"]:checked + label:after {
        top: 1px;
        transform: none;
    }
}




/*--- Financial Report Modules ---*/

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #4e667e;
}

.module-financial-year .module_item {
    padding: 0;
}

.module-financial-year .module_item ~ .module_item {
    border: none;
}

.module-financial-year .module_links {
    margin: 0;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_item {
    padding: 0;
}


.module-financial-quarter .module_item.js--active h3:after {
    content: "\edba";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 18px;
}

.module-financial-quarter .module_links > div {
    display: block;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
    color: #54575a;
}

.module-financial-quarter .module_link:hover,
.module-financial-quarter .module_link:focus {
    color: #006ed2;
}

.module-financial-quarter .module-financial_year-text {
    cursor: pointer;
    position: relative;
    padding-right: 45px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #54575a;
    outline: none;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 18px;
    margin-bottom: 18px;
}

.module-financial-quarter .module-financial_year-text:focus {
    text-decoration: underline;
}

.module-financial-quarter .module-financial_year-text:after {
    content: "\edc2";
    font-family: 'q4-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    transition: color .4s linear;
}

.module-financial-quarter .js--active .module-financial_year-text {
    color: #006ed2;
}

.module-financial-table_header {
    background-color: #4e667e;
    color: #fff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #f6f6f6;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.module-financial-mashup .module_body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.module-financial-mashup .module_body > *:first-child,
.module-financial-mashup .module_body > style + p {
    margin-top: 0;
}

.module-financial-mashup .module_body:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#70ffffff', endColorstr='#ffffff', GradientType=0);
}

.module-financial-mashup .module-financial-mashup_documents .module_links + h4 {
    margin-top: 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links > div {
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 1px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
    margin: 0;
}

.module-financial-mashup .q4-icon_chevron-right {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px;
}

.PaneNavigation ul.level1 .has-children ul.level3 {
    display: none;
}
.PaneHeader2 .navbar-collapse ul.level2 ul.level3 {
    width: 1220px;
}
.module-sustainability .grid--flex {
    display: flex;
    justify-content: center;
}
.module-sustainability .module-sustainability-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    margin: 0 15px;
}
.PastEventsPage .sbHolder {
    margin: 13px 0 20px 0;
    width: 100px;
}
@media all and (max-width:426px){
.module_cp-boxes {
    display: block;
}
}

/* 00270560 */
@media screen and (max-width: 1024px) {
    .IRNavigation{
        display: block;
    }
    .PaneHeader2 .navbar-collapse ul.level2 ul.level3 {
        width: 100%;
    }
    .IRNavigation ul.level3 > li.has-children:hover > ul {
        position: relative;
    }
}
/* 00270560 */
/* 00283146 */
@media only screen and (max-width: 768px) {
    .PaneNavigation ul.level1 .has-children ul.level3 {
        display: inline;
    }
    .navbar-collapse ul.level2, .navbar-collapse ul.level2 > li {
        display: none;
    }
}
 
/*.ExtNav ul.level4 {
display: none;
} */

/*.ExtNav ul.level4:hover {
    display: block;
}*/
/* 00283146 */

@media screen and (max-width:768px){
ul.level3 .has-children:last-child .level4 {
display:none;
}
    }

