﻿body {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #555;
    font-size: 17px;
    line-height: 1.55;
}
a {
    color:#555;
    text-decoration:none;
}
    a:hover {
        text-decoration: none;
    }
div.content p a, .article article p a, div.contents p a, .disclosure a {
    color: #036;
}
    div.content p a:hover, .article article p a:hover, div.contents p a:hover, .disclosure a:hover {
        color: #0067c6;
    }
.container:before, .container:after {
    content:none;

}
table.contentTable {
    width: 100%;
}

    table.contentTable td {
        white-space: normal;
        display: table-cell;
        padding: 0px 20px;
    }
/*** Menu Styles ***/
.homeNav {
    position: relative;
}

.homeIcon {
    background: url('../CMSFiles/Jefferies.com/images/JFG/home-icon-2.png') bottom no-repeat;
    width: 20px;
    display: block;
    height: 20px;
    background-size: 20px;
}

    .homeIcon:hover {
        background: url('../CMSFiles/Jefferies.com/images/JFG/home-icon-2-hover.png') bottom no-repeat;
        background-size: 20px;
    }

/*.menu_sub {
    padding-left: 10px;
}*/

@media (min-width: 1025px) {
    header > .container {
        min-width: 1040px;
        max-width: none;
    }
}
/* Desktop Menu Flyout Styles */
.jefMenu {
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    /*height: auto;*/
    /*position: absolute;
    top: 0;
    left: 0;*/
    /*height: 50px;*/
    margin-left:-70px;
}
header nav a {
    margin: 0 20px;
    outline:none;
}

    .jefMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .jefMenu li {
        float: left;
        display: block;
        padding: 6px 0;
    }
    .jefMenu li.dropdown-top, .jefMenu li.itemSpacer {
        padding-top:0;
        padding-bottom:0;
    }

        .jefMenu li li {
            float: none;
        }
            .jefMenu li li.dropdown-top {
                height: 32px;
                background-color: white;
            }
        .jefMenu li ul.level2 {
            padding-top: 60px;
            background-color: #fff;
            min-height: 600px;
        }
        .level2 .top-border {
            content: "";
            width: 40px;
            height: 2px;
            background: #036;
            overflow: hidden;
            position: absolute;
            /*bottom: -15px;*/
            /*top: 2.5%;*/
            left: 20%;
            /*transform: translateX(-18%);*/
            margin-top: 5px;
        }

        .jefMenu li a {
            padding: 0 5px;
            line-height:23px;
            font-size: 16px;
            color:#555;
            font-weight: normal;
        }

        .jefMenu li a:hover {
            font-weight: normal;
        }
.jefMenu li:hover span.level1, header .utility-nav li:hover span.level1 {
    color: #0067c6;
    /*border-bottom: 2px solid #0067c6;
    border-bottom-width: 40px;*/
}
        /*.jefMenu li:hover span.level1, header .utility-nav li:hover span.level1 {
            color: #036;
            font-weight: bold;
        }*/

        /*.jefMenu a:hover:after {
            content: "";
            width: 40px;
            display:block;
            margin: 0 auto;
            border-bottom: 2px solid #036;
        }*/

.jefMenu li a:hover .hover-border, .utility-nav li a:hover .hover-border {
    font-weight: normal;
    content: "";
    width: 40px;
    height: 2px;
    background: #036;
    overflow: hidden;
    position: absolute;
    bottom: -10px;
    /*transform: translateX(50%);*/
    left: 20%;
    display:block;
    margin: 0 auto;
}
    .jefMenu li a.active:hover {
        font-weight:bold;
    }
    .jefMenu li.itemSpacer {
        height: 15px;
    }
.jefMenu li.itemStyle {
    background-color: #fff;
    margin: 0 15px 0 0;
}
li.itemTop, li.itemStyle.itemTop {
    padding-top: 15px;
}
.jefMenu li.itemStyle.itemBottom {
    padding-bottom: 15px;
}
.jefMenu li ul {
    padding: 0;
    background: #f1f1f1;
    min-width: 180px;
    max-width: 260px;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.jefMenu li:hover ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    /*min-height: 400px;*/
}
.jefMenu li:hover ul.menuTall{
    min-height:325px;
}

        .jefMenu li ul li {
            clear: both
        }

            .jefMenu li ul li a {
                /*width: auto;*/
                display: block;
                font-size: 15px;
            }
            .jefMenu li ul li:hover span, header .utility-nav li ul li:hover span {
                color: #0067c6;
                font-weight: normal;
                background-color:#f1f1f1;
            }

            .jefMenu li ul li ul {
                position: absolute;
                top: 0;
                left: 100%;
                margin: 0 0 0 20px;
                display: block;
                visibility: hidden;
                opacity: 0;
                width: 300px;
            }
            .jefMenu li ul li:hover ul { /* this style sets the third level to the same height as level2 */
                height: 100%;
            }

                .jefMenu li ul li ul li {
                    position: relative;
                    display: none;
                    visibility: hidden;
                    opacity: 0
                }

            .jefMenu li ul li:hover ul li {
                visibility: visible;
                opacity: 1;
                display: block;
            }
            /*.jefMenu li ul li.sub-menu:hover:after {*/ /*left triangle shape*/
                /*right: 0%;*/
                /*border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136, 183, 213, 0);
                border-right-color: #FFF;
                border-width: 15px;
                margin-top: -25px;
                z-index: 1;
            }*/
            .jefMenu li ul li.sub-menu:hover:after { /*left triangle shape*/
                width:0;
                height:0;
                border-style:solid;
                border-width:9px 15px 9px 0;
                border-color:transparent #ffffff transparent transparent;

                right: 0%;
                content: " ";
                position: absolute;
                pointer-events: none;
                margin-top: -20px;
                z-index: 1;
            }
/* END Desktop Menu Flyout Styles */

/* Desktop Menu utility-nav Styles */
@media (min-width:1025px) {
    header .utility-nav a {
        margin: 0 20px;
    }

    .utility-nav {
        margin: 0;
        padding: 0;
        /*width: 100%;*/
        /*height: auto;*/
        /*position: absolute;
    top: 0;
    left: 0;*/
        /*height: 50px;*/
        /*max-width:220px;*/
    }

        .utility-nav ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

    header .utility-nav a .icon-login {
        margin-right: 0;
    }

    .utility-nav .client-login:hover {
        background-color: #f1f1f1;
        transition: color .3s ease;
        padding: 50px 0;
    }

    .utility-nav li {
        float: right;
        display: block;
        padding: 6px 0px;
    }

        .utility-nav li.dropdown-top {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .utility-nav li li.dropdown-top {
            height: 32px;
            background-color: white;
        }

            .utility-nav li li.dropdown-top span.client-login-hover {
                float: right;
                width: 62px;
                background-color: #f1f1f1;
                height: 32px;
                transition: color .3s ease;
            }

        .utility-nav li li {
            float: none;
        }

        .utility-nav li ul.level2 {
            padding-top: 60px;
            background-color: #fff;
        }

        .utility-nav li a {
            padding: 0 5px;
            line-height: 23px;
            font-size: 16px;
            color: #555;
            font-weight: normal;
            /*margin-right:0px;*/
        }

        .utility-nav li li.client-login a {
            margin-right: 0px;
        }

        .utility-nav li a:hover {
            font-weight: normal;
        }

        .utility-nav li:hover span.level1, .utility-nav li:hover a span {
            color: #0067c6;
        }

        .utility-nav li.itemTop.title {
            margin: 0 25px;
            padding-left: 6px;
            padding-right: 6px;
        }

        .utility-nav li.itemSpacer {
            height: 15px;
        }

        /*.utility-nav li.itemStyle {
            background-color: #fff;
            margin: 0px 25px;
        }*/

        .utility-nav li ul {
            padding: 0;
            background: #f1f1f1;
            width: auto;
            position: absolute;
            right: 40px;
            visibility: hidden;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            opacity: 0;
            /*margin: 20px 0 0 0;*/
        }

        .utility-nav li:hover ul {
            margin: 0;
            opacity: 1;
            visibility: visible;
            display: block;
        }

        .utility-nav li ul li {
            clear: both
        }

            .utility-nav li ul li a {
                /*width: auto;*/
                display: block;
            }

            .utility-nav li ul li:hover span {
                color: #0067c6;
                font-weight: normal;
            }

        .utility-nav li ul.utility-level2 a {
            margin: 0 25px;
        }
}
    /* END Desktop Menu utility-nav Styles*/

    /* LEFT Nav Menu Style (Dodd-Frank Pages) */
    div.menuInnerContainer ul li.contentContainer{
        padding-top:0;
        padding-bottom:0;
    }

    /* Mobile Menu Styles */
    @media (max-width:1024px) {
        .mobile-nav .nav nav .utility-nav a.login {
            background: #0a1c3c;
        }

        .mobile-nav .nav nav .utility-nav a:not(:first-child) {
            border-top: none;
        }
    }
/* Mobile Menu Styles-NEW */
@media (max-width:1024px) {
    .mobile-nav .nav nav a {
        display: inline;
        padding: 0 25px;
    }

        .mobile-nav .nav nav a:not(:first-child) {
            border-top: none;
        }

    .mobile-nav .nav nav ul.accordion li {
        border-top: 1px solid hsla(0,0%,100%,.15);
        padding-top: 10px;
        /*padding-bottom: 10px;*/
        /*height:50px;*/
    }
    /*.mobile-nav .nav nav ul.accordion li a {
        padding-top: 15px;
        padding-bottom:15px;
    }*/

    ul.accordion {
        list-style: none;
        padding: 0;
    }
        /*ul.accordion li div.menuPadding {
        padding:15px 0;
    }*/
        ul.accordion .inner {
            overflow: hidden;
            display: none;
            background-color: #133353;
        }

        ul.accordion li {
            margin: 0;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        ul.accordion li {
            /*font-size: 22px;*/
            /*font-family: Arial, metapronorm;*/
            width: 100%;
            display: inline-block;
            color: white; /*#1E62C3;*/
            transition: background .3s ease;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
        }

            ul.accordion li a {
                /*height: 58px;*/
                text-decoration: none;
                display: inline;
                /*color: #555;*/
            }

        ul.accordion ul ul.inner li {
            height: auto;
        }

            ul.accordion ul ul.inner li a {
                /*font-size: 17px;*/
                font-weight: 300;
                line-height: 1.2;
                display: inline-block;
                height: auto;
            }
    /*ul.accordion li:hover {
            background-color: #f5f6fa;
        }

        ul.accordion li a:hover {
            color: #1E62C3;
        }*/

    div.toggle {
        display: inline;
        float: right;
        margin-right: 5px;
    }

        div.toggle span.fa.fa-angle-down:before {
            content: "\f078"; /* "\f078"; down arrow*/ /*right arrow is \f054 */
            font-size: 12px;
        }

        div.toggle.expanded span.fa.fa-angle-down:before {
            content: "\f077"; /* show arrow down "\f077"; up arrow*/
        }

    ul.inner.show {
        margin-top: 10px;
        border-top: 1px solid hsla(0,0%,100%,.15);
    }

        ul.inner.show li > a {
            padding-left: 40px;
        }

    ul.inner .inner.show li > a {
        padding-left: 50px;
    }

    /*ul.inner .inner .inner li > a {
        padding-left: 4em;
    }*/
    div.utility-nav {
        /*background-color: #162846;*/
        border-bottom: 1px solid hsla(0,0%,100%,.15);
    }
}
/* END NEW Mobile Menu Styles*/

    /* END Mobile Menu Styles */
    /*** END Menu Styles ***/

    /* General Styles */
    h3.upper {
        font-size: 17px !important;
        margin: 0 0 25px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .article img {
        width: 100%;
        margin: 15px 0;
    }

    .article h4 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin: 0;
    }

    .article h5 {
        font-size: 17px;
        font-weight: 500;
        margin: 20px 0 10px;
    }

p.condensed {
    font-size: 20px !important;
    font-weight: bold;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
}

    /*.article h6{
    text-transform:uppercase;
    font-size:15px;
    color:#888;
    padding:0 0 10px;
    margin:0;
}*/

    .row.grayHeader {
        background-color: #f2f3f5;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .row.grayHeader h6 {
            text-transform: uppercase;
            font-size: 15px;
            color: #555;
            padding: 15px 0;
            margin: 0;
        }

    .row.grayBG {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
.row.grayBG.padded, .row.padded {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1f1f1;
}

        .row.grayBG p {
            margin-bottom: 5px;
        }

    img.img-fluid.noTopPadding {
        margin-top: 0;
    }

    .row.innerRowMarginRight {
        margin-right: 15px;
    }
    @media (max-width:768px){
        .row.innerRowMarginRight {
            margin-right: 0;
        }
        .row div.col-md-3.innerRowMarginRight{
            margin-right:15px;
        }
    }

    .banner-upsell ol, .banner-upsell ul, .article ol, .article ul {
        /*list-style: none;*/
        font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
        color: #555;
        line-height: 1.35;
        font-weight: normal;
        margin-left: 15px;
    }

    @media (max-width:1024px) {
        .banner-upsell ol, .banner-upsell ul, .article ol, .article ul {
            margin-bottom: 20px;
        }
        .banner-upsell ol > li, .banner-upsell ul > li, .article ol > li, .article ul > li {
            margin-bottom: 8px;
            font-size: 14px;
            padding-left: 15px;
        }

            /*.banner-upsell ol > li:before,*/ .banner-upsell ul > li:before, /*.article ol > li:before,*/ .article ul > li:before {
                content: "•";
                display: inline-block;
                margin-right: 7px;
                margin-left: -15px;
            }

            .banner-upsell ol > li > ul, .banner-upsell ul > li > ul, .article ol > li > ul, .article ul > li > ul {
                margin: 8px 0;
                /*padding-left: 20px;*/
            }

                .banner-upsell ol > li > ul > li, .banner-upsell ul > li > ul > li, .article ol > li > ul > li, .article ul > li > ul > li {
                    margin-bottom: 6px;
                    font-size: 12px
                }

                    .banner-upsell ol > li > ul > li:before, .banner-upsell ul > li > ul > li:before, .article ol > li > ul > li:before, .article ul > li > ul > li:before {
                        content: "—";
                        display: inline-block;
                        margin-right: 3px;
                        margin-left: -15px;
                    }
    }

    @media (min-width:1025px) {
        .banner-upsell ol > li, .banner-upsell ul > li, .article ol > li, .article ul > li {
            margin-bottom: 12px;
            font-size: 17px;
            padding-left: 15px;
        }

            /*.banner-upsell ol > li:before,*/ .banner-upsell ul > li:before, /*.article ol > li:before,*/ .article ul > li:before {
                content: "•";
                display: inline-block;
                margin-right: 10px;
                margin-left: -20px; /*-15px;*/
            }

            .banner-upsell ol > li > ul, .banner-upsell ul > li > ul, .article ol > li > ul, .article ul > li > ul {
                margin: 10px 0;
                /*padding-left: 20px;*/
            }

                .banner-upsell ol > li > ul > li, .banner-upsell ul > li > ul > li, .article ol > li > ul > li, .article ul > li > ul > li {
                    margin-bottom: 3px;
                    font-size: 15px
                }

                    .banner-upsell ol > li > ul > li:before, .banner-upsell ul > li > ul > li:before, .article ol > li > ul > li:before, .article ul > li > ul > li:before {
                        content: "—";
                        display: inline-block;
                        margin-right: 5px;
                        margin-left: -15px;
                    }
    }

    .button.outline.reverse {
        color: #ffffff !important;
        border: 2px solid #fff;
    }

    @media (min-width: 1025px) {
        .button-bar:last-of-type {
            padding-bottom: 70px;
        }
    }

    a.view-all > [class^=icon-].icon-arrow-back {
        margin-right: 10px;
        margin-left: 0;
    }

    /* END General Styles */

    /*** Container Styles ***/
    @media (max-width:1024px) {
        .hero {
            height: auto;
        }

            .hero .container {
                -ms-flex-pack: center;
                justify-content: center
            }

            .hero .content {
                padding: 0 40px
            }
    }

    @media (min-width:1025px) {
        .hero {
            height: auto;
        }

            .hero.center {
                text-align: center
            }

                .hero.center .container {
                    -ms-flex-pack: center;
                    justify-content: center
                }

                .hero.center .content {
                    max-width: 710px
                }
    }

    .jfgbg {
        position: relative;
        background-image: url('../CMSFiles/Jefferies.com/images/JFG/jfg-background-desktop_v3.jpg');
        height: 800px;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .jfgservicesbg {
        position: relative;
        /*background-image: url('../CMSFiles/Jefferies.com/images/JFG/jfg-mb-bg@2x.jpg');*/
        height: 450px;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }
@media(max-width:1024px) {
    .jfgservicesbg {
        background-position:85%;
    }
}

    .jfgSectionBG {
        position: relative;
        height: 450px;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }

    .jfgIBbg {
        position: relative;
        background-image: url('../CMSFiles/Jefferies.com/images/JFG/Jefferies_Section_Hero_2880x940_v01.jpg');
        height: 450px;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .jfgbg .jfgContainer, .jfgservicesbg .jfgContainer {
        position: static;
    }

    #jfgHomeContainer {
        max-width: 1440px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 370px;
    }

    #jfgServicesContainer {
        max-width: 1440px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 360px;
        padding-top: 8%;
    }

    #jfgContainer {
        max-width: 1440px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 360px;
    }

    #homeHeaderHero {
        padding-top: 120px;
        padding-bottom: 25px;
        height: 470px; /*560px;*/
        max-width: 800px;
        margin: 0 auto;
        /*width: 60%*/
    }

        #homeHeaderHero h1 {
            font-size: 75px;
            /*margin-bottom: 40px;*/
            /*font-weight: lighter;*/
            text-align: center;
            color: white;
        }

        #homeHeaderHero h2 {
            font-size: 46px;
            margin-bottom: 20px;
            font-weight: normal;
            text-align: center;
            color: white;
        }

        #homeHeaderHero h3 {
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
            text-align: center;
            color: white;
            font-size: 30px;
            line-height: 36px;
            font-weight: normal;
            margin: 0 10%;
        }

        #homeHeaderHero h4 {
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
            text-align: center;
            font-size: 21px;
            line-height: 36px;
            color: white;
            font-weight: 400;
            /*margin: 0 110px;*/
        }

.overlayHome {
    /*width: 100%;
    float: left;*/
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 40px 40px 40px;
    background-color: rgba(0, 47, 82, 0.6);
    overflow: hidden;
    color: white;
    font-weight: 300;
}

        .overlayHome .overlayContent {
            text-align: center;
            margin: 0 auto;
            /*width: 60%;*/
            max-width:800px;
        }

            .overlayHome .overlayContent h2 {
                font-size: 46px;
                padding-bottom: 20px;
                margin-bottom: 0;
                font-weight:lighter;
            }
                .overlayHome .overlayContent h2 sup {
                    position: relative;
                    top: -5px;
                    font-size: 14px;
                    font-weight: normal;
                    vertical-align: super;
                }

                .overlayHome .overlayContent h2 a {
                    color: white;
                }

                    .overlayHome .overlayContent h2 a:hover {
                        color: #cce4fa; /*#d5d6cf;*/
                        text-decoration: none;
                    }

            .overlayHome .overlayContent p {
                padding-bottom: 35px;
                font-size: 20px;
                line-height: 28px;
                font-weight: 400;
            }

        .overlayHome hr {
            border-top: 1px solid #fff;
            opacity: 0.2;
            margin-bottom: 40px;
        }
    /*.arrowMore {*/
    /*max-width: 1440px;*/
    /*margin: 0 auto;*/
    /*position: relative;
    background-image: url('../CMSFiles/Jefferies.com/images/JFG/arrow-white.png');
    background-position: 100% 80%; */ /*right bottom;*/
    /*background-repeat: no-repeat;
    background-size: 40px;
    z-index: 10;
    margin-right: 40px;
    margin-left: 40px;
}*/

    .arrowMoreIcon {
        bottom: 40px;
        float: right;
        padding-right: 40px;
        margin-top: -40px;
    }

    .innerContainer {
        margin: 0 auto;
        text-align: center;
        align-items: center;
    }
        .innerContainer > *, .content > * {
            flex-shrink:0;
        }

        #sectionHomeHero {
            /*padding-top: 140px;
    padding-bottom: 25px;*/
            /*height: 560px;*/
            text-align: center;
            max-width: 960px;
            margin: 0 auto;
        }

        #sectionHomeHero h1 {
            font-size: 75px;
            color: white;
            margin-bottom: 10px;
            font-weight: lighter;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        }

        #sectionHomeHero h3 {
            color: white;
            font-weight: normal;
            font-size: 36px;
            line-height: 44px;
        }

            #sectionHomeHero h3 sup {
                position: relative;
                top: -5px;
                font-size: 10px;
                font-weight: normal;
                vertical-align: super;
            }

        #sectionHomeHero h4 {
            font-size: 26px;
            line-height: 34px;
            color: white;
            font-weight: normal;
            padding-bottom: 15px;
        }
    /*#sectionHomeHero h1 sup {font-size: 10px;}*/

    #sectionHero {
        /*padding-top: 140px;
    padding-bottom: 25px;*/
        /*height: 560px;*/
        text-align: center;
        max-width: 960px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        padding: 11% 0;
    }

        #sectionHero h1 {
            font-size: 75px;
            color: white;
            margin-bottom: 0px;
            font-weight: lighter;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        }

        #sectionHero h2 {
            font-size: 60px;
            color: white;
            margin-bottom: 0px;
            font-weight: lighter;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        }

        #sectionHero h3 {
            color: white;
            font-weight: normal;
            font-size: 36px;
            line-height: 44px;
        }

        #sectionHero h4 {
            font-size: 26px;
            line-height: 34px;
            color: white;
            font-weight: normal;
            padding-bottom: 0px;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            text-transform: uppercase;
        }
    /*#sectionHero h1 sup {font-size: 10px;}*/

    .sectionHeroContent {
        width: 80%;
        margin: 0 auto;
    }

    .sectionOverlay {
        width: 100%;
        float: left;
        padding: 0px 40px;
        background-color: rgba(0, 47, 82, 0.6);
        overflow: hidden;
        color: white;
        font-weight: 300;
        display: flex;
        align-items: center;
        height: 90px;
    }
    /* --- Strategic Content Overlay Menu Styles --- */
    .scOverlay {
        width: 100%;
        float: left;
        padding: 0px 40px;
        background-color: rgba(230, 230, 230, 0.6);
        overflow: hidden;
        color: white;
        font-weight: 300;
        display: flex;
        align-items: center;
        height: 60px;
        /*margin-bottom: 30px;*/
    }
    /* --- END Strategic Content Overlay Menu Styles --- */

    .center_div {
        display: table; /* Allow the centering to work */
        margin: 0 auto;
    }

    .contentContainer {
        padding: 100px 0px;
        font-size: 18px;
        line-height: 26px;
        color: black;
    }

    .contentContainerGray {
        padding: 100px 0px;
        font-size: 18px;
        line-height: 26px;
        color: black;
        background-color: #f1f1f1;
        display: inline-block;
    }

        .contentContainer h3, .contentContainerGray h3 {
            font-size: 24px;
            line-height: 34px;
            font: 'Roboto Condensed Bold Black';
            font-weight: bold;
        }

        .contentContainer p, .contentContainerGray p {
            font-size: 18px;
            line-height: 26px;
        }

    .divContainer {
        padding: 10px 0 15px 0;
    }

    .toppdg120 {
        padding-top: 120px;
    }

    .bottomMarginMinus {
        margin-bottom: -100px;
    }

    .contentSection {
        width: 100%;
    }

    .contentSection960 {
        width: 960px;
        margin: 0 auto;
    }

    /*.banner-upsell .content {
        max-width: 640px;
        padding: 20px 112px 0px 112px;
    }*/


    @media (max-width:1024px) {
        .article:not(:last-of-type) article {
            padding-bottom: 30px
        }
        .banner-upsell .container {
            padding: 30px 0;
        }
    }

    @media (min-width:1025px) {
        .article:not(:last-of-type) article {
            padding-bottom: 50px
        }

        .banner-upsell:last-of-type .container {
            padding-bottom: 120px
        }
    }

    @media (min-width:1025px){
        .article article p.smallText {
            font-size: 15px;
            font-weight: normal;
        }

        .article article p.smallTextCenter {
            font-size: 15px;
            text-align: center;
            font-weight: 500;
        }
    }
@media (max-width:768px) {
    .article .col-md-3, .article .col-md-4, .article .col-md-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .article .col-md-6.topBottomPadding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .article .col-md-6.locationSpacing {
        padding-top: 0;
        padding-bottom: 0;
    }    
    .article article p.locationText {
        font-size:17px;
    }
    .article article div.location-info div.content h4 p {
        font-size:17px;
    }
    .article article p.smallText {
        font-size: 12px;
        font-weight: normal;
    }

    .article article p.smallTextCenter {
        font-size: 12px;
        text-align: center;
        font-weight: 500;
    }
}

section .container > .contents {
    max-width: none
}

section > .container > .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width:1025px) {
    section > .container > .contents {
        min-width: 1040px;
        max-width: 1260px; /*1080px;*/
    }
}

@media (max-width:1024px) {
    .sectionContainer {
        padding: 20px;
    }
}
    .tabs .row {
        margin: 30px 0;
    }

    div.SourceText {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .article article div.SourceText p, .SourceText td {
        font-size: 11px;
        margin: 0;
        padding-top: 3px;
    }
    /*.contentSection960 p {padding: 10px 0px;}*/
    .clear {
        clear: both;
    }

    .narrowLeft {
        width: 37%;
        float: left;
        margin-right: 6%;
    }

    .narrowRight {
        float: right;
        width: 37%;
    }

    .narrowLeftMobile {
        display: none;
    }

    .narrowLeft img, .narrowRight img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .wideColLeft, .wideColRight {
        width: 57%;
        float: left;
        vertical-align: middle;
        padding-top: 2%;
        padding-bottom: 2%;
        color: black;
    }

    .wideColLeft {
        padding-left: 15%;
    }

    .wideColRight {
        padding-right: 15%;
    }

        .wideColLeft a, .wideColRight a {
            text-decoration: none;
            color: black;
        }

    /*.containerButton {
    color: #003366;
    font-size: 18px;
    font-weight: normal;
    border: 2px solid #003366;
    font: 'Roboto Medium';
    text-transform: uppercase;
    padding: 8px 0px;
}
.containerButton a {
    text-decoration: none;
    padding: 8px 15px;
    color: #003366;
}*/
    /*.containerButton a:hover {
    color: white;
    background-color: #003366;
}*/
    /*.button.outline:hover {
    color: #0a1c3c !important;
    background-color: none;
    border: 2px solid #0a1c3c;
}*/

    /*** Mobile Styles ***/
    @media (max-width: 1024px) {
        #sectionHomeHero {
            padding-top: 8%;
        }

        #sectionHero {
            text-align: center;
            margin: 0 auto;
            align-items: center;
            vertical-align: middle;
            padding: 20% 0;
        }

        .article article {
            margin: 0 auto;
            padding: 30px 20px 60px
        }

        .sectionOverlay, .scOverlay {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .jfgbg {
            height: 785px; /*1100px;*/
        }

        .jfgSectionBG {
            position: relative;
            height: auto;
            background-position: center top;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .jfgIBbg {
            position: relative;
            background-image: url('../CMSFiles/Jefferies.com/images/JFG/Jefferies_Section_Hero_2880x940_v01.jpg');
            height: 300px;
            background-position: center top;
            background-size: cover;
            background-repeat: no-repeat;
        }

        #jfgHomeContainer {
            /*max-width: 1440px;*/
            width: 100%;
            padding: 0 15px;
            margin: 0 auto;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            height: 360px;
        }

        #jfgContainer {
            width: 100%;
            padding: 0 15px;
            margin: 0 auto;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            height: 275px;
        }

        #jfgServicesContainer {
            height: 275px;
        }

        .overlayHome {
            width: 100%;
            height: auto;
            float: left;
            padding: 44px 10px;
            background-color: rgba(0, 47, 82, 0.6);
            overflow: hidden;
            color: white;
            font-weight: 300;
        }

            .overlayHome .overlayContent {
                text-align: center;
                margin: 0 auto;
                width: 100%;
            }

                .overlayHome .overlayContent h2 {
                    font-size: 36px;
                    padding-bottom: 10px;
                }
                    .overlayHome .overlayContent h2 sup {
                        position: relative;
                        top: -5px;
                        font-size: 10px;
                        font-weight: normal;
                        vertical-align: super;
                    }

                .overlayHome .overlayContent p {
                    padding-bottom: 35px;
                    font-size: 20px;
                    line-height: 28px;
                }

            .overlayHome hr {
                border-top: 1px solid #fff;
                opacity: 0.2;
                margin-bottom: 40px;
            }

        .sectionOverlay, .scOverlay {
            display: none;
            /*width: 100%;
            float: left;
            padding: 0px 40px;
            background-color: rgba(0, 47, 82, 1);
            overflow: hidden;
            color: white;
            font-weight: 300;
            display: flex;
            align-items: center;
            height: auto;*/
        }

        .jfgmbbg {
            height: 300px;
        }

        #homeHeaderHero {
            padding-top: 40px;
            padding-bottom: 25px;
            height: 350px; /*560px;*/
            max-width: 90%;
            width: 90%;
            margin: 0 auto;
        }

            #homeHeaderHero h1 {
                font-size: 60px; /*44px;*/
                margin-top: 40px;
                margin-bottom: 20px;
                font-weight: normal;
                text-align: center;
                color: white;
            }

            #homeHeaderHero h2 {
                font-size: 38px;
                margin-bottom: 20px;
                padding-top: 20px;
                font-weight: normal;
                text-align: center;
                color: white;
            }

            #homeHeaderHero h3 {
                font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
                text-align: center;
                color: white;
                font-size: 24px;
                line-height: 30px;
                font-weight: normal;
                margin: 0 20px;
            }

            #homeHeaderHero h4 {
                font-size: 22px;
                line-height: 28px;
                color: white;
                font-weight: normal;
                margin: 0;
            }

        #sectionHomeHero {
            padding-top: 15%;
        }

            #sectionHomeHero h1 {
                font-size: 40px;
                color: white;
                margin-bottom: 10px;
                font-weight: lighter;
                font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            }

            #sectionHomeHero h3 {
                color: white;
                font-weight: normal;
                font-size: 26px;
                line-height: 34px;
            }

                #sectionHomeHero h3 sup {
                    position: relative;
                    top: -5px;
                    font-size: 10px;
                    font-weight: normal;
                    vertical-align: super;
                }

            #sectionHomeHero h4 {
                font-size: 26px;
                line-height: 34px;
                color: white;
                font-weight: normal;
                padding-bottom: 15px;
            }

        .sectionHeroContent {
            width: 90%;
            margin: 0 auto;
        }

        .jfgservicesbg {
            height: 275px;
        }

        #sectionHero {
            text-align: center;
            margin: 0 auto;
            align-items: center;
            vertical-align: middle;
            padding: 30% 0;
        }

            #sectionHero h1 {
                font-size: 60px;
                color: white;
                margin-bottom: 0px;
                font-weight: lighter;
                font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            }

            #sectionHero h2 {
                font-size: 40px;
            }

            #sectionHero h3 {
                font-size: 26px;
                line-height: 34px;
            }

            #sectionHero h4 {
                font-size: 22px;
                line-height: 32px;
            }
        /*#sectionHero h1 sup {font-size: 10px;}*/

        .sectionHeroContent {
            width: 90%;
            margin: 0 auto;
        }
        /*.arrowMore {
        background-image: none;
        margin-right: 0px;
    }*/
        .arrowMoreIcon {
            bottom: 40px;
            float: right;
            padding-right: 40px;
            margin-top: -40px;
            display: none;
        }


        #mbHeaderHero {
            padding-top: 40px;
            padding-bottom: 25px;
            height: 300px;
            text-align: center;
            max-width: 768px;
            margin: 0 auto;
        }

            #mbHeaderHero h1 {
                font-size: 48px;
                color: white;
                margin-bottom: 20px;
                font-weight: normal;
            }

            #mbHeaderHero h4 {
                font-size: 22px;
                line-height: 28px;
                color: white;
                font-weight: normal;
            }

        .mbHeroContent {
            width: 80%;
            margin: 0 auto;
        }

        .contentContainer {
            padding: 0px 0px;
            font-size: 18px;
            line-height: 26px;
            color: black;
        }

        .contentContainerGray {
            padding: 0px 0px;
            font-size: 18px;
            line-height: 26px;
            color: black;
            background-color: #f1f1f1;
            display: inline-block;
        }

            .contentContainer h3, .contentContainerGray h3 {
                font-size: 24px;
                line-height: 34px;
                font: 'Roboto Condensed Bold Black';
                font-weight: bold;
            }

            .contentContainer p, .contentContainerGray p {
                font-size: 18px;
                line-height: 26px;
            }

        .toppdg120 {
            padding-top: 0px;
        }

        .bottomMarginMinus {
            margin-bottom: -30px;
        }

        .contentSection {
            width: 100%;
        }

        .contentSection960 {
            width: 100%;
            margin: 0 auto;
            padding: 50px 20px;
            text-align: center;
        }

            .contentSection960 p {
                padding: 0px;
            }

        .narrowLeftMobile {
            display: block;
            width: 100%;
            float: none;
            margin-right: 0;
        }

        .narrowLeft {
            display: none;
        }

        .narrowRight {
            display: block;
            float: none;
            width: 100%;
        }

            .narrowLeftMobile img, .narrowRight img {
                display: block;
                width: 100%;
                height: auto;
            }

        .wideColLeft, .wideColRight {
            width: 100%;
            float: none;
            vertical-align: top;
            text-align: center;
            padding: 50px 20px;
            color: black;
        }
        /*.profileVideo2, .profileVideo2 iframe{
        width:100%;
        height:auto;
    }*/

    }

    @media (max-width:1024px) {
        /* Careers Video */
        .videoWrapper iframe {
            width: 100%;
        }
    }

    /*** END Mobile Styles ***/

    /*** Jefferies Overlay Section Menu Styles ***/
    .div-menu {
        max-width: 1440px;
        margin: 0 auto;
        /*display: inline-block;*/
    }

    .menu_links {
        display: block;
        text-align: center;
        overflow: hidden;
        float: left;
    }
    /*.sectionMenu_links {
    display: block;
    text-align: center;
    overflow: hidden;
    float: left;
}*/
table.sectionMenu, table.scMenu {
    max-width: 1440px;
}

    table.sectionMenu td, table.scMenu td {
        white-space: normal;
        display: table-cell;
        padding: 0px 20px;
        text-align: center;
        /*padding-bottom:6px;*/
    }

    .menu_links a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
        padding: 0 20px;
    }

        .menu_links a:hover {
            color: #cce4fa; /*#d5d6cf;*/
        }

.sectionMenu_links p, .scMenu_links p {
    line-height: 24px;
    margin: 0;
}

.sectionMenu_links a {
    color: white;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    /*padding: 0 20px;*/
    /*padding-bottom:10px;*/
}
.scMenu_links a {
    color: #036;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    /*padding: 0 20px;*/
    /*padding-bottom:10px;*/
}

.sectionMenu_links a.firstItem, .scMenu_links a.firstItem {
    text-transform: uppercase;
    font-weight: normal;
}

.sectionMenu_links a span, .scMenu_links a span {
    text-align: center;
}
    .sectionMenu_links a.active {
        color: #cce4fa; /*#3c9af1;*/
    }
    .scMenu_links a.active {
        color: #036; /*#3c9af1;*/
    }
    /*.menu_links a:hover, .sectionMenu_links a:hover {
        color: #d5d6cf;
        border-bottom: 3px solid #0067c6;
    }*/

    table.sectionMenu td a:hover {
        color: #cce4fa; /*#d5d6cf;*/
        /*border-bottom: 3px solid #0067c6;
    border-bottom-width:40px;*/
        /*padding-bottom:6px;*/
    }
table.scMenu td a:hover {
    color: #555;
    text-decoration: none; /*#d5d6cf;*/
    /*border-bottom: 3px solid #0067c6;
    border-bottom-width:40px;*/
    /*padding-bottom:6px;*/
}
    /*table.sectionMenu td::after {
    
    height:0px;
    overflow:hidden;
    content:attr(title);
    display:block;
    visibility:hidden;
}*/
    @media (min-width:1025px) {
        .fa-angle-right {
            display: inline;
        }

        .fa-angle-down {
            display: none;
        }
    }
    /* Mobile styles for overlay menu */
    @media (max-width: 768px) {
        .menu_links, .sectionMenu_links, .scMenu_links {
            display: block;
            text-align: center;
            overflow: hidden;
            float: none;
            clear: both;
            width: 100%;
            padding: 10px 0px;
        }

            .menu_links a {
                color: white;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 17px;
                font-weight: 500;
                line-height: 36px;
                padding: 0;
            }

            .sectionmenu_links a, .scMenu_links a {
                color: white;
                text-decoration: none;
                text-transform: none;
                font-size: 17px;
                font-weight: 500;
                line-height: 36px;
                padding: 0;
            }

            .sectionMenu_links p, .scMenu_links p {
                line-height: 24px;
                margin: 10px 0;
            }

        table.sectionMenu, table.scMenu {
            width: 100%;
            margin: 25px 0;
        }

            table.sectionMenu td, table.scMenu td {
                white-space: normal;
                display: block;
                padding: 0px 20px;
                text-align: center;
                /*padding-bottom:6px;*/
            }

        .fa-angle-right {
            display: none;
        }

        .fa-angle-down {
            display: inline;
        }
    }
    /* END Mobile Styles for Overlay Menu */

    /* Content Section Styles */
    @media (min-width: 1025px) {
        .article article {
            max-width: 894px;
            margin: 0 auto;
            padding-top: 50px;
            padding-bottom: 120px
        }

        .article.disclosure article {
            padding-top: 150px;
            padding-bottom: 50px;
        }

        .banner-upsell .container {
            padding: 50px 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .banner-upsell .content h5 {
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
            line-height: 1.2;
            font-weight: 400;
        }
    }

.article article h1, .banner-upsell .content h1 {
    margin: 0 0 20px;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #000
}

.article article h2, .banner-upsell .content h2 {
    margin: 25px 0 10px;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
}

.article article h3, .banner-upsell h3, .banner-upsell .content h3 {
    margin: 0 0 30px;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #888;
}

    .article article h6, .banner-upsell h6 {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 1.55;
    }

    .article.title-banner article h1 {
        font-size: 48px;
        color: black;
        font-weight: 200;
        margin-bottom: 10px;
    }

    .article.title-banner article h2 {
        font-size: 24px;
        color: black;
        font-weight: 500;
        text-transform: uppercase;
        margin-top:0;
    }

    @media (max-width:1024px) {
        .article article h1, .banner-upsell .content h1 {
            margin: 0 0 20px;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            font-size: 24px;
            color: #000
        }

        .article article h2, .banner-upsell .content h2 {
            margin: 0 0 10px;
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
            font-size: 18px;
            color: #000
        }

        .article article h3, .banner-upsell h3, .banner-upsell .content h3 {
            margin: 0 0 30px;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            font-size: 24px;
            color: #888;
        }
        .article.title-banner article h1 {
            font-size: 40px;
        }
    }

    @media (min-width:1025px) {
        /*.banner-upsell .content {
            max-width: 640px;
            padding: 0 112px;
            /*padding-top:40px;*/
        /*}*/

        .article article p, .banner-upsell .content p {
            margin: 0 0 20px;
            font-size: 17px;
            line-height: 1.55;
        }

            .article article p:last-child {
                margin-bottom: 0;
            }
    }

    @media (max-width:1024px) {
        .banner-upsell h6 {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 0;
            line-height: 1.55;
        }
    }

    @media (min-width:1025px) {
        [data-component=insights-banner] {
            padding-top: 80px
        }
    }

    .banner-insights:first-of-type {
        padding-top: 0;
    }

    .banner-insights .content h3 {
        color: #000;
    }

    .banner-insights .content h4 {
        font-weight: 500;
        color: #555;
        line-height: 1;
        text-transform: none;
    }

    .banner-insights .content h5 {
        color: #000;
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        line-height: 1.2;
        font-weight: 400;
    }

    @media (min-width: 1025px) {
        .banner-insights .content {
            max-width: 457px;
            padding: 15px 0 0 112px !important;
        }

            .banner-insights .content h4 {
                margin: 0 0 30px;
                font-size: 17px;
            }

            .banner-insights .content h5 {
                margin: 0 0;
                font-size: 21px;
            }

            .banner-insights .content p {
                margin: 5px 0 15px;
            }

                .banner-insights .content p.date {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                }
    }

    .centerSection .contents {
        margin: 0 auto;
    }

    .centerSection h3 {
        text-align: center;
    }

    .noBottomPadding {
        padding-bottom: 0 !important;
    }

    .grayBG {
        background-color: #f1f1f1;
    }

        .grayBG article {
            padding-bottom: 80px;
        }

.article.disclosure article p, .article.disclosure article a, .banner-upsell.disclosure p, .banner-upsell.disclosure a {
    font-size: 13px;
}

    p.date {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
    }

    p.disclosure {
        font-size: 13px;
        margin-top: -10px;
    }

/*** Video List Styles ***/
@media (min-width:1025px) {
    section > .container > .contents.video-list {
        min-width: 1040px;
        max-width: 1260px;
    }
}
ul.video-list, ul.conference-list, ul.three-col-list {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

        ul.video-list > li:before, ul.conference-list > li:before, ul.three-col-list > li:before {
            content: none;
        }

        ul.video-list .image, ul.three-col-list .image {
            padding-bottom: 10px;
        }

        ul.video-list h1, ul.three-col-list h1 {
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            text-align: left;
            font-size: 28px;
            line-height: 36px;
            color: #000;
            margin-bottom: 15px;
            font-weight: 400;
        }

        ul.video-list h3, ul.three-col-list h3 {
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            text-align: left;
            font-size: 21px;
            line-height: 33px;
            color: #000;
            margin-bottom: 0;
            font-weight: 400;
        }

        ul.video-list h4, ul.three-col-list h4 {
            font-size: 16px;
            font-weight: 500;
            color: #555;
            line-height: 1;
            text-transform: none;
            margin: 0 0 15px;
        }

        ul.video-list h5, ul.three-col-list h5 {
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 400;
            margin-bottom: 5px;
        }

        ul.video-list p, ul.three-col-list p {
            font-weight: normal;
            margin: 5px 0 5px;
            font-size: 16px;
        }

            ul.video-list p.date {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                margin: 0 0 15px;
            }
    /*** Video 3 col Styles ***/
    .row.video-list {
        /*margin-bottom: 30px;
        margin-top: 30px;*/
        margin: 30px 0px;
    }

        .row.video-list a {
            color: #036;
        }

            .row.video-list a:hover {
                color: #0067c6;
            }

        .row.video-list:first-of-type {
            margin-top: 0px;
        }

    /*@media (min-width:1025px) {
        .row.video-list {
            max-width: 1080px;
        }
    }*/

    @media (max-width:768px) {
        .row.video-list {
            margin-bottom: 0;
            margin-top: 0;
        }

            .row.video-list .col-md-4 {
                /*padding-top: 10px;
                padding-bottom: 10px;*/
                padding: 10px;
            }
    }

    .video-item {
        background-color: white;
        border: 1px solid #f1f1f1;
        height: 100%;
    }

        .video-item img {
            margin: 0 0 15px;
            width: 100%;
        }

        .video-item .video-content {
            padding: 0px 20px 20px 20px;
        }

    @media (max-width: 1024px) {
        .video-item .video-content {
            padding: 0px 20px 20px 20px;
            margin-top: -15px;
        }
    }

    .video-item .video-content h3 {
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: left;
        font-size: 22px;
        line-height: 27px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal;
    }

    .video-item .video-content h4 {
        font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        color:black;
    }

    .video-item .video-content p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px;
    }

        .video-item .video-content p.date {
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 15px;
        }

        .video-item .video-content p.disclosure {
            font-size: 13px;
            margin-top: -10px;
        }

/*** END Video List Styles ***/

    .conference {
        position: relative;
        text-align: center;
        color: white;
    }

        .conference a {
            color: white;
        }

ul.conference-list h3 {
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    /*margin-left:-50px;*/
    margin-right: -50px;
}

    ul.conference-list p.date {
        position: absolute;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        margin-right: -50px;
        margin-bottom: 15px;
    }
        ul.conference-list p.date a {
            color:#fff;
        }

        @media (max-width:768px) {
            ul .video-list, ul.conference-list, ul.three-col-list {
                margin: 0 10px;
                padding: 20px 0 0;
            }

                ul.video-list > li, ul.conference-list > li, ul.three-col-list > li {
                    width: 100%;
                    padding: 0 10px;
                }
    }

    @media (min-width:768px) and (max-width:1024px) {
        ul.video-list, ul.conference-list, ul.three-col-list {
            margin: 0 10px;
            padding: 20px 0 0
        }

            ul.video-list > li, ul.conference-list > li, ul.three-col-list > li {
                width: 50%;
                padding: 0 10px;
            }
    }

    @media (min-width:1025px) {
        ul.video-list, ul.conference-list, ul.three-col-list {
            max-width: 1260px; /*1080px;*/
            padding: 0;
        }

            ul.video-list > li, ul.conference-list > li, ul.three-col-list > li {
                width: 33.33%;
                padding: 15px; /*0 10px;*/
                margin-bottom: 0px;
            }
    }

    @media (max-width:1024px) {
        /*.article.contactForm article .header {
            padding: 30px 20px
        }*/
        .article.contactForm article .header h5 {
            font-size: 18px;
            color: #000;
        }
    }

    @media (min-width:1025px) {
        /*.article.contactForm article .header {
        padding: 40px 50px
    }*/
        /*.article.contactForm article .header h5 {
        font-size: 24px;
        color: #000;
    }*/
    }

    .article article .field-group h6 {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ccc;
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #000;
        text-transform: none;
    }

    .article.contactForm article .field-group p.note {
        font-size: 13px;
    }

    @media (min-width:1025px) {
        .article article .field-group h6 {
            margin-bottom: 28px;
            padding: 15px 0;
            line-height: 1.2;
            font-size: 24px
        }
    }

    .article.contactForm select {
        padding: 0 18px;
    }
    /*** Drop Down Box Custom Arrow Styles ***/
    select {
        /* styling */
        /*background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;*/
        /* reset */
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        /* arrows */

        select.classic {
            background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
            background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
            background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
            background-repeat: no-repeat;
        }

            select.classic:focus {
                background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
                background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
                background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
                background-repeat: no-repeat;
                border-color: grey;
                outline: 0;
            }

        select.round {
            background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
            background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
            background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
            background-repeat: no-repeat;
        }

            select.round:focus {
                background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
                background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
                background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
                background-repeat: no-repeat;
                border-color: green;
                outline: 0;
            }

        select.minimal {
            background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
            background-position: calc(100% - 25px) calc(1em + 3px), calc(100% - 20px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
        }

            select.minimal:focus {
                background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
                background-position: calc(100% - 20px) 1em, calc(100% - 25px) 1em, calc(100% - 2.5em) 0.5em;
                background-size: 5px 5px, 5px 5px, 1px 1.5em;
                background-repeat: no-repeat;
                /*border-color: green;*/
                outline: 0;
            }




    .selectdiv:after {
        content: '<>';
        font: 17px "Consolas", monospace;
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 11px;
        /*Adjust for position however you want*/
        top: 18px;
        padding: 0 0 2px;
        border-bottom: 1px solid #999;
        /*left line */
        position: absolute;
        pointer-events: none;
    }

    /*.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}*/

    /* IE11 hide native button (thanks Matt!) */
    select::-ms-expand {
        display: none;
    }

    .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        width: 100%;
        max-width: 320px;
        height: 50px;
        float: right;
        margin: 5px 0px;
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #0ebeff;
        -ms-word-break: normal;
        word-break: normal;
    }

    /*** END Dropdown box custom arrow styles ***/

    /* END Content Section Styles */

    /*** FOOTER ***/
    footer {
        background: #6e767b; /*#7C868D;*/
    }

        footer .footer-nav, footer .social-media {
            border-bottom: 1px solid #949fa6;
            border-top: none;
        }

            footer .footer-nav a, footer .social-media a {
                text-decoration: none;
                color: #fff;
                border-bottom: none;
            }

                footer .footer-nav a:hover, footer .social-media a:hover {
                    color: #ccc;
                }
    /*.jfgfooter {
    background: #7C868D; 
    color: #fff;
    margin: 0px;
    margin-top: 100px;
    padding: 60px 0px;
    position: static;
    width: 100%;
    height: 260px;
    text-align: center;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}*/
    .jfgfooter {
        text-align: center;
        color: #fff;
        margin-top: 40px;
    }

        .jfgfooter h1 {
            font-size: 18px;
            line-height: 24px;
            font-weight: normal;
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
        }

        .jfgfooter h2 {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            margin-bottom: 15px;
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
        }

    .jfgcopyright {
        font-size: 12px;
        line-height: 19px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    }

    @media (max-width: 768px) {
        .jfgfooter {
            margin-top: 0px;
            padding: 60px 0px;
            position: static;
            width: 100%;
            height: 260px;
            text-align: center;
            font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
        }

        footer .footer-nav {
            margin: 0 10px;
            padding: 30px 0;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    @media (max-width: 1024px) {
        footer .footer-nav a {
            margin: 15px 0;
            font-size: 18px;
        }
    }


    /* ----- Expand/Collapse Styles ----- */

    /* New Expand Collapse Styles */
    #ExpCollapse .collapsible {
        background-color: #f2f3f5;
        cursor: pointer;
        padding: 18px 0 18px 10px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 20px;
        margin: 2px 0;
    }

    #ExpCollapse button {
        display: inline;
    }

    #ExpCollapse .active, .collapsible:hover {
        background-color: #f2f3f5;
    }

    #ExpCollapse .collapsible:before {
        content: '\002B';
        margin-right: 10px;
        color: #0067c6;
        background-color: white;
        padding: 0 5px;
        border-radius: 50%;
    }

    #ExpCollapse .active:before {
        content: "\2212";
    }

    #ExpCollapse .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: white;
    }

    #ExpCollapse h3 {
        font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 17px;
        font-weight: 500;
        margin: 20px 0;
    }

    .article #ExpCollapse ol > li:before, .article #ExpCollapse ul > li:before {
        margin-left: -16px;
    }

    @media (min-width:1025px) {
        #ExpCollapse .linkBackToTop {
            display: none;
        }
    }

    @media (max-width:1024px) {
        #ExpCollapse .linkBackToTop {
            display: block;
            padding-bottom: 30px;
        }
    }

    /* ---------- END Expand Collapse Styles ---------- */

    /* ---------- Tab Container Styles ---------- */
    #tabContainer {
        width: 716px;
    }

    .dealTabs {
        height: 42px;
    }

        .dealTabs ul {
            overflow: hidden;
            margin: 0;
            float: left;
            /*border-right:1px solid #b9c6db;*/
            padding: 0;
        }

        .dealTabs li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            list-style: none;
            border-top: 1px solid #ceced2;
            border-right: 1px solid #ceced2;
            border-left: 1px solid #ceced2;
            /*width: 175px; */
            margin-right: 4px;
            text-align: center;
            padding-bottom: 0;
            padding-left: 0;
            background-image: none;
        }

        .dealTabs ul > li:before {
            content: none;
        }

        .dealTabs li.last {
            margin-right: 0;
        }

        .dealTabs li a {
            /*border:1px solid #ceced2; /*b9c6db;*/
            /*border-bottom: 1px solid: #4d70b8;*/
            border-right: 0;
            font: 13px Arial;
            font-weight: bold;
            color: #003366;
            cursor: pointer;
            display: block;
            height: 31px;
            line-height: 31px;
            padding: 0 27px;
            text-decoration: none;
            /*text-transform:uppercase;*/
            background-color: #e9eff5; /* for non CSS3 browsers */
            /*background-image: url(/images/tableBkg.jpg); /* fallback image */
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eff5', endColorstr='#ffffff'); /* for IE */
            background: -webkit-gradient(linear, left top, left bottom, from(#e9eff5), to(#ffffff)); /* for webkit browsers */
            background-image: -moz-linear-gradient(top, #e9eff5, #ffffff); /* for firefox 3.6+ */
            background-image: -ms--linear-gradient(top, #e9eff5, #ffffff); /* for IE 10+ */
        }

        .dealTabs a:hover {
            background: #eee;
        }

        .dealTabs li a.active {
            /*border:1px solid #fff;*/
            border-right: 0;
            color: #FFF;
            background-color: #6685c2; /* for non CSS3 browsers */
            /*background-image: url(/images/tableBkg.jpg); /* fallback image */
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6685c2', endColorstr='#003366'); /* for IE */
            background: -webkit-gradient(linear, left top, left bottom, from(#6685c2), to(#003366)); /* for webkit browsers */
            background-image: -moz-linear-gradient(top, #6685c2, #003366); /* for firefox 3.6+ */
            background-image: -ms--linear-gradient(top, #6685c2, #003366); /* for IE 10+ */
        }

    #tabDetailsContainer {
        width: 716px;
        margin: 0 auto;
    }

    .tabDetails {
        background: #edece8; /*fbfbfb;*/
        /*border-top: 3px solid #4d70b8;*/
        border-top: 1px solid #ceced2;
        margin: 0 0;
        border-bottom: 1px solid #ceced2;
        border-right: 1px solid #ceced2;
        border-left: 1px solid #ceced2;
    }

    .tabContents {
        padding: 12px;
        /*border-top: 3px solid #4d70b8;*/
        /*border-top: 1px solid #ceced2;*/
    }

        .tabContents img {
            /*border: 1px solid #ceced2;*/
            margin: 5px;
        }
    /*.tabContents h1{
	font:normal 24px/1.1em Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px;
}
.tabContents p{
	padding:0 0 10px;
}*/
    /* ---------- END Tab Container Styles ---------- */

    /* ----------@Locations Styles Here -----------------*/
    .row.locations-list h1 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        margin: 0;
    }

    .row.locations-list h2 {
        font-size: 17px;
        line-height: 26px;
        font-weight: 600;
        margin: 0;
    }

    .row.locations-list p.locationHQDesc {
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }

    .article article .row.locations-list p {
        margin-bottom: 10px;
    }

    .article article .row .location-info p.phone {
        margin-bottom: 20px;
    }

    /* hover styles */
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
    }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            top: -5px;
            left: 105%;
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
    /* END hover styles */
    #locationsMapContainer {
        padding: 0;
        position: absolute;
        /*top: 0px;
	left: 0;*/
        width: 755px;
        height: 237px;
        border: 1px solid #ceced2;
        background: url("/CMSFiles/Jefferies.com/images/Locations/locationsMap.jpg") no-repeat center right;
        font-family: Arial;
    }

    #locationsMapNavList {
        border: none;
        width: 100%;
        /*margin:1px;	*/
        width: 225px;
        font-size: 11px;
        /*padding: 10px 0 0 10px;  */
    }

        #locationsMapNavList .locRegionText {
            font-size: 14px;
            color: #4682b4;
            /*padding: 0;
    /*font-weight: normal;*/
            margin: 0;
        }

            #locationsMapNavList .locRegionText a span.locArrow {
                background: url('/images/nav/arrow-75right.gif') no-repeat;
                background-position: right center;
            }
        /*#locationsMapNavList span
	{
	    padding: 0;
	}*/
        /*#locationsMapNavList a
	{
	display:block;
	white-space:nowrap;
	/*margin: 10px; /* 10px 10px 5px;*/
        /*padding: 10px; /* 0 5px 0;*/
        /*padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;*/
        /*	}*/
        #locationsMapNavList a .locGrayText {
            color: #575a5d;
        }

        #locationsMapNavList a, #locationsMapNavList a:visited /* list at rest */ {
            /*color: white;
	background-color: #888;*/
            text-decoration: none;
            color: #575a5d;
        }

            #locationsMapNavList a:hover, #locationsMapNavList a:active, #locationsMapNavList a:focus, #locationsMapNavList li:hover /* list at mouse-over  */ {
                color: #4682b4;
                background-color: White;
            }

    .subLocations {
        display: none;
    }

    .topLocations > li { /*display: inline-block;*/
        vertical-align: top;
    }

    #locationsMapNavList ul {
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        background-image: none;
        margin: 0px 0 0 10px;
        /*margin:0 0 0 5px;
	/*padding:0;*/
        /*padding-left: 10px;*/
        padding-top: 10px;
        /*width:210px;	/* width of all menu boxes */
    }

    #locationsMapNavList li {
        position: relative;
        list-style: none;
        list-style-image: none;
        list-style-type: none;
        background-image: none;
        /*padding-top: 0;
	padding-left: 0;
	margin: 0; /*0 0 0 10px;*/
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 15px;
    }

    #locationsMapNavList ul ul {
        left: 100%;
        top: 0;
        position: absolute;
        z-index: 500;
        display: none;
        padding: 1em;
        margin: 0 0 0 0px;
        background-color: White;
        width: 100%;
    }

    #locationsMapNavList li ul a {
        padding: 0px; /* 0 5px 0;*/
    }

    #locationsMapNavList li ul li {
        padding: 0 0 0 5px; /* 0 5px 0;*/
        margin: 0;
        line-height: 20px;
    }

    #locationsMapNavList ul ul ul {
        top: 0;
        left: 100%;
    }

    div#locationsMapNavList li:hover {
        cursor: pointer;
        z-index: 100;
    }

        div#locationsMapNavList li:hover ul ul,
        div#locationsMapNavList li li:hover ul ul,
        div#locationsMapNavList li li li:hover ul ul,
        div#locationsMapNavList li li li li:hover ul ul {
            display: none;
        }

        div#locationsMapNavList li:hover ul,
        div#locationsMapNavList li li:hover ul,
        div#locationsMapNavList li li li:hover ul,
        div#locationsMapNavList li li li li:hover ul {
            display: block;
        }

    div#locationsMapNavList .locLeftColumn {
        width: 48%;
        float: left;
        margin: 0 0 0 -10px; /* 0 0 0 0;*/
    }

    div#locationsMapNavList .locRightColumn {
        width: 48%;
        float: right;
        margin: 0 0 0 0; /* 0 0 0 0;*/
    }

    /* ----- Bottom section of Locations ----- */
    #locationContainer {
        width: 755px;
        border: 1px solid #ceced2;
        margin-top: 247px;
        padding: 15px 0 20px 0;
        font-size: 12px;
        line-height: 15px;
    }

        #locationContainer h1 {
            font-size: 12px;
            color: #003366;
            padding: 5px 0 20px 0;
            font-weight: bold;
            text-transform: uppercase;
        }

        #locationContainer h2 {
            font-size: 12px;
            padding: 15px 0 0 0;
            font-weight: bold;
        }

        #locationContainer p {
            padding-top: 0;
        }

        #locationContainer .locationAddressBlock {
            padding-top: 12px;
        }

        #locationContainer .leftLoc {
            width: 205px;
            float: left;
            margin-left: 20px;
        }

            #locationContainer .leftLoc img {
                width: 185px;
                height: 115px;
                margin-left: 5px;
            }

        #locationContainer .middleLoc {
            width: 280px;
            float: left;
            padding-right: 10px;
            padding-left: 15px; /*10px;*/
        }

        #locationContainer .locRightBorder {
            border-right: 1px solid #ceced2;
        }

        #locationContainer .rightLoc {
            width: 200px;
            /*border-left: 1px solid #ceced2;*/
            padding: 20px 0 0 20px;
            float: left;
            margin-top: 20px;
        }

        #locationContainer .subNameLoc {
            font-weight: normal;
            text-transform: none;
        }

    .locDirections {
        font-size: 14px;
    }

        .locDirections p {
            margin-bottom: 20px;
        }

    .locationsMap img {
        margin: 0;
    }

    /* END Locations Styles*/

    /*--- Profile Details Styles ---*/
    table.profileContainer {
        margin: 0 auto;
    }

    .profileDetailsContainer {
        width: 100%;
        margin-top: 30px;
    }

    .profileImage2 {
        padding: 0;
        float: left;
        margin: 0;
    }

        .profileImage2 img {
            margin: 0;
            padding: 0 30px 0 0;
            height: 281px;
            width: auto;
        }

    @media (max-width:768px) {
        .col-md-4.profileImage2 {
            padding-top: 0;
        }

        .profileImage2 img {
            margin: 0;
            padding: 0;
            height: auto;
            width: 100%;
        }
    }

    .profileVideo2 {
        width: 500px;
        height: 281px;
        padding: 0px;
        float: left;
        margin-right: 30px;
    }

        .profileVideo2 p {
            /*to adjust when CKEditor automatically inserts <p> tags*/
            padding: 0px;
            margin-top: -10px;
        }

            .profileVideo2 p iframe {
                border: none;
            }

    @media (max-width:768px) {
        .profileVideo2 {
            width: 100%;
            height: auto;
            margin-right: 0;
            padding-top: 0;
        }

            .profileVideo2 p {
                margin-bottom: 0;
            }

                .profileVideo2 p iframe {
                    width: 100%;
                    height: auto;
                }
        /*.profilesPrevNext {
            display:none;
        }*/
        .profileInfo {
            padding: 10px;
        }
    }

    /*.profileVideo2 p iframe .video-js.video-js .vjs-big-play-button {
                    top: 45%;
                    left: 45%;
                    right: 45%;
                    bottom: 45%;
                    margin: auto;
                    width: 80px;
                    height: 60px;
                }*/
    #careers2Container .profileImage2 p {
        padding: 0;
    }

    .profilesBlueBox {
        width: 100%; /*483px;*/
        height: 281px;
        background-color: #0088c1;
        padding: 0 30px 0 0;
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        float: left;
    }

    @media (min-width:1024px) {
        .row.profilesBlueBox {
            margin-left: 0;
        }
    }

    @media (min-width:768px) and (max-width:1023px) {
        .row.profilesBlueBox {
            height: 245px;
            float: right;
        }

            .row.profilesBlueBox div.col-md-8 {
                padding-top: 40px;
            }
    }

    @media (max-width:768px) {
        .profilesBlueBox {
            width: 100%;
            height: auto;
            padding: 0;
            border: 1px solid #0088c1;
            float: right;
        }

        .row.profilesBlueBox {
            margin-right: 0;
        }

            .row.profilesBlueBox div.col-md-8 {
                padding-bottom: 10px;
            }
    }

    .profileName2 {
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 26px;
        font-weight: 500;
        color: #fff;
        text-transform: none;
    }

    @media (max-width:768px) {
        .profileName2 {
            margin-top: 0;
        }
    }

    .profileText {
        padding: 30px 0;
    }

    .profileFeaturedText {
        font-size: 16px;
        line-height: 23px;
        padding-bottom: 30px;
    }

    .profilesPrevNext {
        float: right;
        top: 0;
        right: 0;
        margin-right: -30px;
    }

        .profilesPrevNext.novideo {
            margin-right: -45px;
        }

    .profilesBack {
        height: 45px;
        width: 45px;
        border: none;
        background-image: url('/CMSFiles/Jefferies.com/images/Careers/previousProfile-arrow.gif');
        cursor: pointer;
    }

        .profilesBack:hover {
            background-image: url('/CMSFiles/Jefferies.com/images/Careers/previousProfile-arrow-hover.gif');
        }

    .profilesNext {
        height: 45px;
        width: 45px;
        border: none;
        background-image: url('/CMSFiles/Jefferies.com/images/Careers/nextProfile-arrow.gif');
        cursor: pointer;
    }

        .profilesNext:hover {
            background-image: url('/CMSFiles/Jefferies.com/images/Careers/nextProfile-arrow-hover.gif');
        }

    @media (min-width:768px) and (max-width:1023px) {
        .profilesPrevNext {
            margin-top: -26px;
            margin-right: 0;
        }

            .profilesPrevNext.novideo {
                margin-top: -40px;
                margin-right: -15px;
            }
    }

    @media (max-width:767px) {
        .profilesPrevNext {
            margin-top: -30px;
            margin-right: 0;
        }

            .profilesPrevNext.novideo {
                margin-right: -15px;
            }
    }


    /*--- End of Profile Details Styles---*/

    /*--- Profile Page Styles ---*/
    .profile-item {
        border: 1px solid #f1f1f1;
        height: 100%;
        color: white;
        background-color: #008ac0;
    }

        .profile-item img {
            margin: 0 0 15px;
        }

        .profile-item .profile-content {
            padding: 5px 20px 20px 20px;
        }

            .profile-item .profile-content h3 {
                font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
                text-align: left;
                font-size: 24px;
                line-height: 26px;
                color: #000;
                margin-bottom: 10px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: normal;
            }

            .profile-item .profile-content p {
                font-size: 16px;
                line-height: 21px;
                margin: 0 0 15px;
            }

            .profile-item .profile-content a {
                color: white;
            }

            .profile-item .profile-content .profile-readmore a:hover {
                color: #cce4fa;
            }

    .profilePicStatic {
        padding: 28px 28px 0 0;
        /*width: 167px;
    height: 167px;*/
        width: 100%;
        height: 100%;
        /*for Quote boxes - no hover effect*/
    }

    .profilePicStyle {
        /*padding: 28px 28px 0 0;*/
        /*width: 167px;
    height: 167px;*/
        width: 100%;
        height: 100%;
    }

    /*.profilePicStyle:hover img {
    -webkit-transform:scale(1.25);*/ /* Safari and Chrome */
    /*-moz-transform:scale(1.25);*/ /* Firefox */
    /*-ms-transform:scale(1.25);*/ /* IE 9 */
    /*-o-transform:scale(1.25);*/ /* Opera */
    /*transform:scale(1.25);
}*/

    .profileName1 {
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .profileInfo1 {
        text-transform: initial;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal;
    }

    .profilePicList {
        position: relative;
    }

        .profilePicList .profilePicInfo {
            position: absolute;
            right: 10px; /*216px;*/ /*195px;*/
            display: none;
            background-color: #0088c1;
            width: 460px; /*225px;*/
            height: 199px; /*157px;*/
            color: #fff;
            margin-top: 17px; /*38px;*/
            padding: 10px 15px 0 20px;
            z-index: 100;
            float: left;
        }

        .profilePicList:hover .profilePicInfo {
            display: block;
        }

    .profileReadMore {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        font-size: 11px;
    }

    .profilePicHover {
        float: right;
        margin-top: -68px;
        margin-left: -12px;
        padding-left: 10px;
    }

    .profilePicList:hover .profilePicHover img {
        z-index: 99;
    }


    /* ------- END OF NEW EMPLOYEE PROFILES STYLES ------- */

    /*** Tab Styles for IB Recent Transactions ***/
    .tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: start;
        position: relative;
        background-color: #f1f1f1;
    }

        .tabs:before {
            content: "";
            width: 70%;
            background: #d9d9d9; /*#e0e4e8;*/
            border-bottom: 1px solid hsla(0,0%,100%,.15);
            display: block;
            position: absolute;
            top: 0;
            left: 15%;
            z-index: 0
        }

    @media (max-width:768px) {
        .tabs:before {
            height: 260px;
            /*width: 100%;*/
            background: #d9d9d9;
        }

        .tabs .togglers {
            display: contents;
        }
    }

    /*@media (max-width:1024px) {
        .tabs:before {
            height: 52px
        }
    }*/

    @media (min-width:1025px) {
        .tabs:before {
            height: 75px
        }

        .tabs .togglers {
            display: -ms-flexbox;
            display: flex;
        }
    }

    .tabs .togglers {
        width: 70%;
        border-top: 1px solid hsla(0,0%,100%,.15);
        z-index: 1
    }

        .tabs .togglers, .tabs .togglers > span {
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative
        }

            .tabs .togglers > span {
                height: 100%;
                display: -ms-inline-flexbox;
                display: inline-flex;
                cursor: pointer;
                outline: none;
                color: #555;
                text-align: center;
                transition: font-weight .2s ease
            }

                .tabs .togglers > span.active {
                    font-weight: 700;
                }

                .tabs .togglers > span:hover {
                    font-weight: normal;
                    color: #0067c6;
                }

                .tabs .togglers > span.active:hover {
                    font-weight: 700;
                }

                .tabs .togglers > span.active:before {
                    content: "";
                    background: #d9d9d9; /*#e0e4e8;*/
                    display: block;
                    position: absolute;
                    left: 50%;
                    bottom: -50%;
                    z-index: -1;
                    transform: translate(-50%,-60%) rotate(45deg)
                }

    @media (max-width:768px) {
        .tabs .togglers > span:before, .tabs .togglers > span.active:before {
            display: none;
        }

        .tabs .togglers > span {
            font-size: 18px;
        }
    }

    @media (min-width:768px) and (max-width:1024px) {
        .tabs .togglers:before {
            height: 75px;
        }
    }

    @media (max-width:1023px) {
        .tabs {
            padding-top: 15px;
        }

            .tabs .togglers:before {
                height: 75px;
            }

            .tabs .togglers > span.active:before {
                width: 33px;
                height: 33px;
            }
    }

    @media (min-width:1025px) {
        .tabs .togglers > span {
            font-size: 16px
        }

            .tabs .togglers > span.active:before {
                width: 50px;
                height: 50px
            }

        .tabs .tabsBackToTop {
            display: none;
        }
    }

    @media (max-width:1024px) {
        .tabs .togglers {
            height: 52px;
            max-width: calc(100% - 20px)
        }

            .tabs .togglers > span {
                margin: 10px 20px
            }

        .tabs .tabsBackToTop {
            display: block;
            padding-bottom: 50px;
        }
    }

    @media (min-width:1025px) {
        .tabs .togglers {
            height: 75px;
            max-width: 1076px;
            padding: 0 20px;
        }
        .tabs .togglers.invSurvey {
            height: 75px;
            max-width: 1076px;
            padding: 0 20px;
            margin-bottom: 40px;
        }

            .tabs .togglers > span {
                margin: 0 30px
            }
    }

    .tabs .contents {
        background: #fff
    }

        .tabs .contents, .tabs .contents .container {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            background-color: #f1f1f1; /*#f6f7f8;*/
        }

            .tabs .contents .container {
                margin: 0 auto;
                padding-bottom: 50px;
            }

            .tabs .contents div[id] {
                width: 100%;
                display: none
            }

                .tabs .contents div[id].active {
                    display: block
                }


    .tabs .upsell {
        margin: 0 auto
    }

        .tabs .upsell h4 {
            color: #000;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif
        }

        .tabs .upsell p {
            line-height: 1.65
        }

        .tabs .upsell img {
            width: 100%
        }

    @media (max-width:768px) {
        .tabs div.upsell {
            padding: 10px 0;
        }

        .tabs .row {
            margin: 0;
        }

        .tabs div.upsell .col-md-4 {
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

    @media (max-width:1024px) {
        .tabs .upsell {
            padding: 40px 0;
        }

            .tabs .upsell h4 {
                margin: 0 0 15px;
                font-size: 18px
            }

            .tabs .upsell p {
                margin: 0 0 30px;
                font-size: 14px
            }

            .tabs .upsell ul {
                font-size: 14px
            }
    }

    @media (min-width:1025px) {
        .tabs .upsell {
            max-width: 70%;
            margin: 0 auto;
            padding: 40px 0
        }

            .tabs .upsell h4 {
                margin: 0 0 30px;
                font-size: 24px
            }

            .tabs .upsell p {
                margin: 0 0 30px;
                font-size: 17px
            }

            .tabs .upsell ul.list {
                column-count: 2
            }
    }

    .tabs.titanium .togglers > span.active:before, .tabs.titanium:before {
        background: #676c7c;
    }

    /*** END Tab Styles for IB Recent Transactions ***/

    /*** Conferences Styles ***/
    .article article .conferenceView h1 {
        font-size: 32px;
        padding-top: 20px;
    }

    .article article .conferenceView h2 {
        font-size: 24px;
        font-weight: bold;
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    }

    .article article .conferenceView h3 {
        font-size: 22px;
    }

    @media (max-width:768px) {
        .article article .conferenceView h1 {
            font-size: 24px;
            padding-top: 0;
        }

        .article article .conferenceView h2 {
            font-size: 22px;
        }

        .article article .conferenceView h3 {
            font-size: 20px;
        }
    }
    /*** END Conferences Styles ***/

    /* Bulleted List 2 Column Style */
    @media (min-width:1025px) {
        .list2col .upsell {
            max-width: 894px;
            margin: 0 auto;
            padding: 50px 0
        }

            .list2col .upsell h4 {
                margin: 0 0 30px;
                font-size: 24px
            }

            .list2col .upsell p {
                margin: 0 0 30px;
                font-size: 17px
            }

            .list2col .upsell ul.list {
                /*column-count: 2*/
                display: flex;
                flex-wrap: wrap;
            }

                .list2col .upsell ul.list li {
                    width: 50%;
                    flex-shrink: 0;
                }
    }
    /* END Bulleted List 2 Col Style */

    /* ---------- SITE MAP Styles ---------- */

    #siteMap {
        width: 100%;
    }

        #siteMap .fourColumn span {
            display: inline-block;
            width: 25%;
        }

        #siteMap .multiColumn span {
            float: left;
            width: 25%;
        }

        #siteMap td {
            padding-bottom: 20px;
            border-top: 1px solid #ceced2;
            vertical-align: top;
        }

        #siteMap .siteMapLevel1, #siteMap .siteMapLevel1 a {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 13px;
            color: #003366;
            padding-top: 30px;
            padding-right: 20px;
        }

            #siteMap .siteMapLevel1 a:hover {
                color: #4682b4;
            }

        #siteMap .siteMapLevel2, #siteMap .siteMapLevel2 a {
            font-weight: bold;
            text-transform: none;
            color: #575a5d;
            font-size: 13px;
            padding-top: 12px;
        }

            #siteMap .siteMapLevel2 a:hover {
                color: #4682b4;
            }

        #siteMap .siteMapLevel3, #siteMap .siteMapLevel3 a {
            font-weight: normal;
            font-size: 13px;
            color: #575a5d;
            padding-top: 5px;
        }

        #siteMap .siteMapLevel4, #siteMap .siteMapLevel4 a {
            font-size: 12px;
            padding-top: 5px;
            padding-left: 10px;
        }

        #siteMap .siteMapLevel5, #siteMap .siteMapLevel5 a {
            font-size: 11px;
            padding-top: 5px;
            padding-left: 20px;
        }

/* ----- Button Gray Style ----- */

.button.outlineGray, button.outlineGray {
    height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    background: #fff;
    border: 2px solid #888;
    color: #555;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

    .button.outlineGray:hover, button.outlineGray:hover {
        border-color: #0067c6;
        color: #0067c6
    }

@media (max-width:768px) {
    .button.outlineGray, button.outlineGray {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (min-width:1025px) {
    .button.outlineGray, button.outlineGray {
        min-width: 200px;
        width:100%;
    }
}
/* ----- END Button Gray Style ----- */

/* ----- Button Small Blue Style ----- */

.button.primary.subscribe, button.primary.subscribe {
    height: 34px;
    margin-top: 0;
    padding: 0 20px;
    background: #036;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

    .button.primary.subscribe:hover, button.primary.subscribe:hover {
        background: #0067c6;
        color: #fff;
    }

@media (max-width:768px) {
    .button.primary.subscribe, button.primary.subscribe {
        width: auto;
        font-size: 13px;
        margin-top: 10px;
    }
}

@media (min-width:1025px) {
    .button.primary.subscribe, button.primary.subscribe {
        min-width: 140px;
        /*width: 100%;*/
    }
}
/* ----- END Button Small Blue Style ----- */

/* ----- Strategic Content/Commentaries Styles ----- */
.article.grayBG.title-banner {
    background-color: #e6e6e6;
}
/*@media(min-width:1025px){
    .article.grayBG.title-banner {
        margin-top:-4px;
    }
}*/
.strategic-content-title {
    text-align:center;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
@media (max-width:1024px){
    .article.title-banner article.strategic-content-title h1 {
        font-size:36px;
    }
    .article.title-banner article.strategic-content-title h2 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 5px;
    }
}
.strategic-content {
    background-color: #fff;
}
    .strategic-content.commentaryGrayBG {
        background-color: #f1f1f1;
    }
    .strategic-content p.viewby {
        /*font-family: Roboto Condensed;*/
        color: black;
        font-size: 15px;
    }

@media (max-width:1024px) {
    .banner-upsell.strategic-content .container {
        border-top: 1px solid #f1f1f1;
    }
    .strategic-content .viewby {
        padding: 20px;
    }
}

.video-feature .featureContainer h1 {
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: left;
    font-size: 28px; /*30px;*/
    line-height: 34px; /*36px;*/
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top:10px;
}
    /*.video-feature p {
    font-size:20px;
}*/
    @media (max-width:1024px){
        .video-feature .featureContainer h1 {
            margin-top: 15px;
            font-size: 26px;
        }
    }

.video-feature .featureContainer {
    /*border-bottom: 1px solid #f1f1f1;*/
    padding: 30px 0 0 0;
}
.video-feature hr.featureContainerHR {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 60px;
}
.video-feature hr.featureContainerHR:empty { /*if there is no content here, turn off the styles with the :empty command*/
    border-bottom:none;
    margin-top:0px;
}
@media (min-width:1025px) {
    section > .featureContainer > .contents.video-list {
        min-width: 1040px;
        max-width: 1260px; /*1440px;*/
        margin: 0 auto;
    }
    .video-feature .featureContainer {
        position: relative;
        width: 100%;
        /*height: 400px;*/
    }
    .video-feature .featureContainer img {
        width:100%;
        height:auto;
    }
    .featureContainer .featureText {
        padding-left: 40px;
        padding-right: 40px;
    }
    .video-feature .sectionContainer {
        /*padding: 40px 20px 0px 30px;
        max-width: 540px;*/ /* half the max-width of the 3 in a rows just below */
        position: absolute;
        /*margin-left: 55%;
        margin-right:80px;*/
        top: 0;
        left: 0;
        width: 100%;
        /*text-align: left;*/
    }

    .video-feature .sectionContainerInner {
        /*position:absolute;*/
        /*margin-left: 55%;
        margin-right: 140px;*/
        /*top: 40px;
        right: 20px;*/
        min-width: 1040px;
        max-width: 1440px;
        margin: 0 auto;
    }
    .video-feature .sectionContent {
        text-align: left;
        padding-top:60px;
        margin-left: 55%;
        margin-right:40px;
    }
    .video-feature .sectionContentBG {
        /*background-color: #fff;
        opacity: 0.70;
        height: 400px;
        width: 100%;*/
    }
}
/* changes for hero when between 1300px and 1025px */
@media (min-width:1025px) AND (max-width:1300px) {
    .video-feature .featureContainer {
        position: relative;
        width: 100%;
        /*height: 500px;*/
    }
    .video-feature .sectionContent {
        text-align: left;
        padding-top: 0px;
        margin-left: 55%;
        margin-right: 40px;
    }
    .banner-upsell.video-feature {
        margin-bottom: 20px;
        max-height: 500px;
    }
}

    @media (max-width:1024px) {
        .video-feature .featureContainer {
            width: 100%;
            /*height: 300px;*/
            padding: 30px 0;
        }

            .video-feature .featureContainer img {
                width: 100%;
                height: auto;
            }
        .featureContainer .row.video-list .col-md-6 {
            padding-left: 10px;
            padding-right: 10px;
        }
            .featureContainer .row.video-list .col-md-6.featureText {
                padding: 0 30px 20px 30px;
            }
        .video-feature .sectionContainer {
            width: 100%;
        }

        .video-feature .sectionContainerInner {
            /*min-width: 1040px;
        max-width: 1440px;*/
            margin: 0 auto;
        }

        .video-feature .sectionContent {
            text-align: left;
            padding: 0 10px;
            /*padding-top: 40px;
        margin-left: 55%;*/
        }
    }

    .strategic-content .filters {
        font-family: Roboto;
        color: #555;
        font-size: 16px;
    }

    @media (min-width:1025px) {
        .strategic-content .fa-angle-down {
            padding-left: 5px;
            font-weight: 500;
        }
    }

    .strategic-content ul > li:before, .strategic-content ul li ul > li:before {
        content: none;
    }

@media (min-width:1025px) {
    .video-feature .row {
        /*padding-bottom: 60px;*/
    }

    .banner-upsell.video-feature .container {
        padding-bottom: 0;
    }
}
@media (min-width:1301px) {
    .banner-upsell.video-feature {
        /*margin-bottom: 40px;*/
        /*max-height: 400px;*/
    }
}

    .video-feature h1 {
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: left;
        font-size: 28px; /*30px;*/
        line-height: 34px;  /*36px;*/
        color: #000;
        margin-bottom: 15px;
        font-weight: 400;
    }
    /*.video-feature p {
    font-size:20px;
}*/
    @media (max-width:1024px){
        .video-feature h1 {
            margin-top: 15px;
            font-size: 26px;
        }
    }

    p.featureSubTitle {
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 5px;
        color: black;
    }
    /*.row.featureGradient {
    background-image: linear-gradient(to right, lightgray 20%, white 80%);
}*/
    .strategic-content .row.video-list {
        margin-left: -15px;
        margin-right: -15px;
    }

        .strategic-content .row.video-list .col-md-4 {
            margin-bottom: 30px;
        }

    .strategic-content .video-item {
        position: relative;
    }

    .scArticleInfo {
        padding-bottom: 25px;
    }

    .strategic-content a.disclosure {
        font-weight: 400;
        text-transform: capitalize;
        color: #555;
        font-size: 13px;
    }

        .strategic-content a.disclosure:hover {
            color: #0067c6;
        }
    .row.periodicals .col-md-3:last-of-type {
        padding-bottom: 30px;
    }

    .article article p.scDate {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: black;
    }

    /* --- Strategic Content Icon styles --- */
    .strategic-content-icons {
        position: absolute;
        bottom: -5px;
    }

    .scIcons {
        float: left;
    }
    /*.strategic-content-icons .disclosure {
    float:right;
}*/
    .strategic-content-icons img {
        float: left;
        width: auto;
        height: 20px;
        margin: 25px 20px 20px 0;
    }

    .scVideoIcon {
        background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/video_blue.png') bottom no-repeat;
        background-size: 28px;
        float: left;
        width: 27.5px;
        height: 20px;
        margin: 10px 20px 20px 0;
        display: inline-block;
        position: relative;
    }

        .scVideoIcon:hover {
            background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/video_hover.png') bottom no-repeat;
            background-size: 28px;
        }

    .scDocIcon {
        background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/document_blue.png') bottom no-repeat;
        background-size: 17.2px;
        float: left;
        width: 17.2px;
        height: 20px;
        margin: 10px 20px 20px 0;
        display: inline-block;
        position: relative;
    }

        .scDocIcon:hover {
            background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/document_hover.png') bottom no-repeat;
            background-size: 17.2px;
        }

    .scPrstIcon {
        background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/presentations_blue.png') bottom no-repeat;
        background-size: 24px;
        float: left;
        width: 23.75px;
        height: 20px;
        margin: 10px 20px 20px 0;
        display: inline-block;
        position: relative;
    }

        .scPrstIcon:hover {
            background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/presentations_hover.png') bottom no-repeat;
            background-size: 24px;
        }

    .scPodcastIcon {
        background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/listen_blue.png') bottom no-repeat;
        background-size: 20px;
        float: left;
        width: 20px;
        height: 20px;
        margin: 10px 20px 20px 0;
        display: inline-block;
        position: relative;
    }

        .scPodcastIcon:hover {
            background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/listen_hover.png') bottom no-repeat;
            background-size: 20px;
        }

.scSharingIcon {
    background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/share_blue.png') bottom no-repeat;
    background-size: 17px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 20px 20px 0;
    display: inline-block;
    position: relative;
}

    .scSharingIcon:hover {
        background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/share_hover.png') bottom no-repeat;
        background-size: 17px;
    }

.scSharingIcon2 {
    background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/share_hover.png') bottom no-repeat;
    background-size: 17px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 8px;
    display: inline-block;
    position: relative;
}

.scLinkedInIcon {
    background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/linkedin_64px.png') bottom no-repeat;
    background-size: 20px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 8px;
    display: inline-block;
    position: relative;
}

.scTwitterIcon {
    background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/Twitter_64px.png') bottom no-repeat;
    background-size: 20px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 8px;
    display: inline-block;
    position: relative;
}

.scEmailIcon {
    background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/email_blue.png') bottom no-repeat;
    background-size: 20px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 8px;
    display: inline-block;
    position: relative;
}

.scLinkIcon {
    background: url('../CMSFiles/Jefferies.com/images/Equities/StrategicContent/icons/copylink_blue.png') bottom no-repeat;
    background-size: 20px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 8px;
    display: inline-block;
    position: relative;
}

    .scIconText {
        visibility: hidden;
        width: 80px;
        background-color: #f1f1f1;
        text-align: center;
        font-size: 12px;
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 50%;
        margin-left: -40px;
    }

.scVideoIcon:hover .scIconText, .scDocIcon:hover .scIconText, .scPrstIcon:hover .scIconText, .scPodcastIcon:hover .scIconText, .scSharingIcon:hover .scIconText {
    visibility: visible;
}

span.scShareButtons {
    visibility: hidden;
    width: 186px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    bottom: -6px;
    left: 50%;
    margin-left: -19px;
    border: solid 1px #0067c6;
    float:left;
}
.scSharingIcon:hover .scShareButtons{
    visibility: visible;
}
    /* --- END Strategic Content Icon styles --- */
    /*.strategic-content .disclosure {
    text-align:right;
    font-size:13px;
    float:right;
    vertical-align:bottom;
}*/
    /*.banner-upsell.disclosure.strategic-content .container{
    padding:100px 0 50px 0;
}*/

    /* --- Strategic Content Filter Menu Styles --- */
    header.scFilters {
        margin: 20px 40px 25px 40px;
        height: auto !important;
    }
@media (max-width:1024px) {
    header.scFilters {
        margin-bottom:10px;
    }
    header.scFilters nav {
        margin-bottom: 0;
    }
}

    .banner-upsell .scFilters ul > li {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
    }

    @media (max-width:1024px) {
        .banner-upsell .scFilters .jefMenu li {
            float: none;
        }
    }

    .banner-upsell .scFilters ul > li.itemTop {
        padding-top: 30px;
    }

    .banner-upsell .scFilters ul > li:last-of-type {
        padding-bottom: 25px;
    }
    @media (max-width:1024px) {
        .banner-upsell .scFilters ul > li:last-of-type {
            padding-bottom: 0;
        }
    }
    .banner-upsell .scFilters ul > li a.reset {
        color: #555;
        font-size: 15px;
    }

        .banner-upsell .scFilters ul > li a.reset:hover {
            color: #0067c6;
        }

    .scFilters .filterHeading:hover {
        background-color: #f1f1f1;
    }

    .scFilters li.filterHeading a {
        /*padding-top:5px;*/
        margin-bottom: 10px;
    }

    .banner-upsell .scFilters li ul li {
        padding-right: unset;
    }
    /*** Custom checkbox style for filters ***/
    /* The container */
    .checkbox-filters {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    }

    @media (min-width:1025px) {
        .checkbox-filters {
            max-width: none !important;
        }
    }

    /* Hide the browser's default checkbox */
    .checkbox-filters input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox-filters li .cbItem {
        padding-left: 60px;
        padding-right: 30px;
        position: relative;
        font-size: 16px;
    }
    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 25px;
        height: 22px;
        width: 22px;
        border: 1px solid #ccc;
        background-color: #fff;
    }
        /* Create the checkmark/indicator (hidden when not checked) */
        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }
    /* On mouse-over, set background color */
    .checkbox-filters:hover input ~ .checkmark {
        background-color: #fff;
    }
    /* Show the checkmark when checked */
    .checkbox-filters input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .checkbox-filters .checkmark:after {
        left: 8px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid #555;
        background-color: #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    table.cbList {
        margin-left: 25px;
    }

    .cbList tr td:nth-child(1) {
        width: 250px;
    }

    .cbList tr td {
        padding-right: 20px;
    }

    table.cbList td input[type=checkbox] {
        width: 20px;
        height: 20px;
        position: absolute;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

    table.cbList td label:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        margin-right: 18px;
        border: 1px solid #ccc;
        position: relative;
        z-index: 0;
    }
    /*** --- END Strategic Content Filter Menu Styles --- ***/

    /*** ModalPopUpExtender Subscribe Form Styles ***/
    .modalBackground {
        background-color: Black;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .modalPopup {
        /*background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;*/
        width: 500px;
        height: 600px;
        /*overflow: auto;*/
        /*overflow: hidden;*/
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .subscribeForm {
        width: 500px;
        background-color: #f1f1f1;
        /*max-height:600px;*/
        /*overflow:auto;*/
        text-align: left;
        top: 255px;
    }

        .subscribeForm .header {
            background-color: #fff;
            padding: 30px 50px;
        }

            .subscribeForm .header h4 {
                padding-bottom: 0;
                font-size: 24px;
                font-family: Roboto Condensed;
                font-weight: 500;
                padding-top: 10px;
                margin-bottom: 0;
            }

            .subscribeForm .header h5 {
                margin-top: 0;
                margin-bottom: 0;
                color: #000;
                font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
                font-weight: 700;
                font-size: 24px;
            }

        .subscribeForm .content {
            padding: 40px 50px;
        }

        .subscribeForm .field-group {
            margin-bottom: 0;
        }

            .subscribeForm .field-group .input-text {
                width: 100%;
            }

        .subscribeForm .fieldset {
            margin-bottom: 20px;
        }

        .subscribeForm .input-checkbox > .icon {
            width: 30px;
            height: 27px;
            margin-right: 20px;
            border: 1px solid #ccc;
            position: relative;
            z-index: 0;
        }

        .subscribeForm .note {
            margin: 0 0 20px;
            font-size: 13px;
            line-height: 16px;
            margin-top: -15px;
        }

    @media (max-width:1024px) {
        .subscribeForm .note {
            text-align: center;
            font-size: 10px
        }
    }

    .subscribeForm .disclosure {
        font-size: 15px;
    }

    .subscribeForm .button-bar {
        padding: 0;
    }
    /*** END AJAX ModalPopUpExtender Subscribe Form Styles ***/

    /*** Modal Pop-Up Subscribe Form Styles ***/
    @media (min-width:1025px) {
        .modals .modal.subscribe {
            max-width: 500px;
            top: 255px;
            margin-bottom: 255px
        }

            .modals .modal.subscribe .header {
                padding: 30px 50px
            }

        .modals .modal .header .button {
            top: 20px;
            right: 20px;
            font-size: 21px
        }

        .modal-header {
            display: block;
        }

        .modals .modal.subscribe .header h4, .modal.subscribe .modal-header h4 {
            padding-bottom: 0;
            font-size: 24px;
            font-family: Roboto Condensed;
            font-weight: 500;
            padding-top: 10px;
            margin-bottom: 0;
        }

        .modals .modal.subscribe .header h5, .modal.subscribe .modal-header h5 {
            margin-top: 0;
            margin-bottom: 0;
            color: #000;
            font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
            font-weight: 700;
            font-size: 24px;
        }

        .modals .modal.subscribe .field-group .input-text {
            width: 100%;
        }

        .modals .modal.subscribe .disclosure {
            font-size: 15px;
        }
    }
    /*.modals .modal.subscribe .input-checkbox {
    align-items:unset;
}*/
    .modals .modal.subscribe .input-checkbox > .icon {
        width: 30px;
        height: 25px;
        margin-right: 20px;
        border: 1px solid #ccc;
        position: relative;
        z-index: 0;
    }

    .modal-subscribe {
        width: 100%
    }

        .modal-subscribe .header {
            background: #fff
        }

            .modal-subscribe .header > a {
                display: -ms-inline-flexbox;
                display: inline-flex;
                color: #555;
                text-decoration: none;
                line-height: 1
            }

                .modal-subscribe .header > a > span[class^=icon-] {
                    margin-right: 7px;
                    text-align: center
                }

        .modal-subscribe .note {
            margin: 0 0 20px;
            font-size: 13px
        }

    @media (max-width:1024px) {
        .modal-subscribe .note {
            text-align: center;
            font-size: 10px
        }
    }

    @media (max-width:1024px) {
        .modal-subscribe .header > a {
            margin-top: 10px;
            font-size: 14px
        }

        .modal-subscribe .content {
            padding: 24px 20px
        }
    }

    @media (min-width:1025px) {
        .modal-subscribe {
            width: 500px
        }

            .modal-subscribe .header > a {
                margin-top: 15px;
                font-size: 17px
            }

            .modal-subscribe .content {
                padding: 40px 50px
            }
    }

    /* ----- END Strategic Content Styles ----- */


/* ----- START Leadership Letters Styles -----*/

.gvLetters td {
    width: 100%;
}

.PageCounter {
    color: #555;
    font-size: 15px;
}

.PrevNextLinks {
    color: #036;
    font-size: 15px !important;
}
a.PrevNextLinks, a.PrevNextLinks:hover {
    text-decoration: none;
}

#sectionHero.longText {
    padding: 9% 0;
}

    #sectionHero.longText h2 {
        font-size: 48px;
        line-height: 60px;
    }

@media (max-width: 767px) {
    #sectionHero.longText {
        padding: 16% 0;
    }

        #sectionHero.longText h2 {
            font-size: 28px;
            line-height: 40px;
        }
}

#sectionHero.medText {
    padding: 11% 0;
}

    #sectionHero.medText h2 {
        font-size: 54px;
        line-height: 66px;
    }

@media (max-width: 767px) {
    #sectionHero.medText {
        padding: 20% 0;
    }

        #sectionHero.medText h2 {
            font-size: 32px;
            line-height: 44px;
        }
}


/* ----- END Leadership Letters Styles -----*/

/* ----- START IB Strategy - 3 Column image rollover Styles ----- */

@media (max-width:768px) {
    section.capSector h3 {
        margin: 0 0 10px;
    }
    .img-three-col-list {
        margin: 0 10px;
        padding: 10px 0 0;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .img-three-col-list {
        margin: 0 10px;
        padding: 10px 0 0
    }
}

@media (min-width:1025px) {
    .img-three-col-list {
        max-width: 1260px; /*1080px;*/
        min-width: 1040px;
        padding: 0;
    }

        .img-three-col-list > .row {
            margin:0;
        }
}

.img-three-col-list h3 {
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    /*margin-left:-50px;*/
    margin-right: -50px;
    color: white; /*black*/
}
.img-3col-text {
    text-align: center;
    color: white; /*black;*/
    padding: 15px;
}

    .img-3col-text a {
        color: white; /*black;*/
    }

.img-3col {
    opacity: 1; /* 0.5;*/
}

.img-3col-text:hover .img-3col, .img-3col-text:active .img-3col, .img-3col-text:focus .img-3col {
    background-color: rgb(14, 92, 148) !important;
    opacity: 0.25 !important;
    transition: .5s ease;
}

.img-3col-text:hover h3, .img-3col-text:active h3, .img-3col-text:focus h3 {
    color: white;
}

section > .container > .infobox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (min-width:1025px) {
    section > .container > .infobox {
        min-width: 1040px;
        max-width: 1260px; /*1080px;*/
        padding-left: 25px;
        padding-right: 25px;
    }
}

.img-3col-infobox {
    background-color: #063455;
    color: white;
    margin: 0 15px;
    padding: 30px 60px;
}

.img-3col-text.clicked::after { /*down triangle shape*/
    width: 0;
    height: 0;
    bottom: 0%;
    content: " ";
    position: absolute;
    pointer-events: none;
    margin-left: -15px;
    margin-bottom: -15px;
    z-index: 1;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #ffffff;
}
section.capSector .img-3col-text.clicked::after { /*down triangle shape for Capabilities & Sectors*/
    color: #f1f1f1;
    border-top: 15px solid #f1f1f1;
}
/*this style will force the image to keep the hover color when clicked*/
/*.img-3col-text.clicked .img-3col {
    background-color: rgb(14, 92, 148) !important;
    opacity: 0.25 !important;
    transition: .5s ease;
}*/

.img-3col-text.clicked h3 {
    color: white;
}

    .img-3col-infobox ul {
        color: white;
    }
    .img-3col-infobox h5 {
        opacity: 1 !important;
        transform: none !important;
        font-size: 24px;
        font-weight: bold;
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        color:white;
        margin: 20px 0 10px;
    }
    .img-3col-infobox .SourceText p {
        opacity: 1 !important;
        transform: none !important;
        font-size: 10px;
        color: white;
        margin-bottom: 5px;
        line-height: 1.2;
    }


    /* --- IB Recent Transactions Styles --- */

@media (min-width:1024px) {
    .ibTrx {
        display: none
    }
}

@media (max-width:1023px) {
    .ibTrx {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: start;
        /*position: relative;*/
        background-color: #f1f1f1;
    }

    .tabs.desktop-only {
        display: none;
    }
}

@media (max-width:768px) {
    .ibTrx div.upsell {
        padding: 10px 0;
    }

    .ibTrx .row {
        margin: 0;
    }

    /*.ibTrx div.upsell .col-md-4 {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/
}

.DealTypeClicked {
    display: none;
}

.DealTypeClicked.active {
    display: block;
}
@media (min-width:1025px) {
    section > .ibTrxcontainer {
        width: 100%;
        min-width: 1040px;
        max-width: 1260px;
        padding-top: 30px;
    }
}
section > .ibTrxcontainer > .contents {
    width: 100%;
}
/*@media (min-width:1025px) {
    section > .ibTrxcontainer > .contents {
        width:100%;
        min-width: 1040px;
        max-width: 1260px;
        padding-top: 30px;
    }
}*/
.ibTrxcontainer p, .ibTrxcontainer span {
    color: black;
    font-size: 18px;
}
/*.ibTrxcontainer option {
    font-weight: bold;
}*/
.ibTrxContent {
    margin-top: 15px;
}
.ibTrxContent img {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
select.ibTrxForm {
    /*display: block;*/
    width: 100%;
    height: auto;
    padding: 5px 20px 5px 8px;
    font-size: 18px;
    line-height: 1.428571429;
    color: black;
    /*font-weight: bold;
    background-color: #fff;
    background-image: none;*/
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(0.8em + 2px), calc(100% - 15px) calc(0.8em + 2px), calc(100% - 2.2em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.1em;
    background-repeat: no-repeat;
}
    select.ibTrxForm:focus {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(0.8em + 2px), calc(100% - 15px) calc(0.8em + 2px), calc(100% - 2.2em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.1em;
        background-repeat: no-repeat;
    }


/* ----- END IB Strategy - 3 Column image rollover Styles ----- */

/* ----- PODCAST Channel Styles ----- */
@media (max-width: 375px) {
    #sectionHero.podcast {
        padding: 33% 0;
    }
    #sectionHero.podcast h2 {
        font-size:38px;
    }
}
@media (min-width: 376px) and (max-width: 768px) {
    #sectionHero.podcast {
        padding: 25% 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    #sectionHero.podcast {
        padding: 20% 0;
    }
}
@media (min-width:1025px) {
    #sectionHero.podcast {
        padding: 13% 0;
    }
    .container.podcast {padding-top:80px;}
}

    #sectionHeroPodcast, #sectionHeroPodcastEpisode {
        /*padding-top: 140px;
    padding-bottom: 25px;*/
        /*height: 560px;*/
        text-align: left;
        max-width: 1100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        padding: 5% 0;
    }
        #sectionHeroPodcastEpisode {padding:4% 0;}

#sectionHeroPodcast h2, #sectionHeroPodcastEpisode h2 {
    font-size: 60px;
    color: white;
    margin-bottom: 20px;
    font-weight: lighter;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#sectionHeroPodcast h3 {
    font-size: 48px;
    color: white;
    margin-bottom: 20px;
    font-weight: lighter;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
}
#sectionHeroPodcastEpisode h3 {
    font-size: 48px;
    color: white;
    margin-bottom: 30px;
    font-weight: lighter;
    font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
}
#sectionHeroPodcast .imgPcstTile {
    padding-left:40px;
}
#sectionHeroPodcast p {
    color: white;
    margin-bottom: 40px;
    font-size: 24px;
}
    #sectionHeroPodcastEpisode p {
        color:white;
        margin-bottom: 20px;
        font-size: 22px;
    }
    #sectionHeroPodcastEpisode p.date {
        color: white;
        font-size: 18px;
        font-weight:400;
        margin-bottom:15px;
    }
    #sectionHeroPodcastEpisode .col-md-8 {
        padding-right:40px;
    }
    #sectionHeroPodcastEpisode .col-md-4 {
        padding-left: 40px;
    }


/* handle Episode Page long Podcast Titles */
#sectionHeroPodcastEpisode.longText h3 {
        font-size: 38px;
    }

#sectionHeroPodcastEpisode.medText h3 {
    font-size: 44px;
}

@media (max-width: 768px) {
    #jfgContainer.podcast {
        height: auto;
    }
    #sectionHeroPodcast h2 {
        font-size: 40px;
    }
    #sectionHeroPodcast p {
        font-size: 18px;
        margin-bottom:10px;
    }
    #sectionHeroPodcastEpisode h3 {
        font-size: 28px;
        margin-bottom: 10px
    }
    #sectionHeroPodcastEpisode.longText h3 {
        font-size: 20px;
        margin-bottom: 10px
    }
    #sectionHeroPodcastEpisode.medText h3 {
        font-size: 24px;
        margin-bottom: 10px
    }
    #sectionHeroPodcastEpisode p.date {
        color: white;
        font-size: 13px;
        font-weight: 400;
        /*margin-bottom: 5px;*/
    }
    #sectionHeroPodcastEpisode p {
        color: white;
        margin-bottom: 10px;
        font-size: 13px;
    }
    p.pcstInfoHeader {
        font-size: 13px;
        margin-top:10px;
    }
    #sectionHeroPodcast .pcstBadge, #sectionHeroPodcastEpisode .pcstBadge {
        padding: 5px 0px 5px 15px;
        width: 50%;
    }
    #sectionHeroPodcast .imgPcstTile, #sectionHeroPodcastEpisode .imgPcstTile {
        display: none;
    }
}
#sectionHeroPodcastEpisode iframe {margin-bottom:30px;height:48px;}
@media (max-width: 768px) {
    #sectionHeroPodcastEpisode iframe {
        margin-bottom:10px;
        height: 40px;
    }
}


@media (min-width:1025px) {
    section > .container > .contents.video-list.podcast {
            min-width: 860px;
            max-width: 860px;
        }

            section > .container > .contents.video-list.podcast > .row.video-list > .col-md-6:first-of-type {
                padding-right: 40px;
            }

            section > .container > .contents.video-list.podcast > .row.video-list > .col-md-6:last-of-type {
                padding-left: 40px;
            }
    }


.article.podcast img {
    width: 100%;
    margin: 5px 0;
}

    .video-item .video-content.podcast h3 {
        font-family: Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: left;
        font-size: 30px;
        line-height: 35px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal;
        padding-top: 10px;
    }

    .video-item .video-content.podcast p {
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 15px;
    }

.article article p.podcastLink a {
    color: black;
}
    .article article p.podcastLink a:hover {
        color: #0067c6;
    }

    p.pcstInfo {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: #0067c6;
        margin-bottom:5px !important;
    }

    p.pcstInfoHeader {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: white;
        border-bottom: solid #0067c6 8px 100px;
        margin-bottom:20px !important;
    }
    .pcstText > p {font-size:18px !important;}

    .article .pcstText img {margin:0;}


    /* -----END PODCAST Channel Styles ----- */