﻿@charset "utf-8";
/* CSS Document */


/* ==========================================================================
   Reset
   ========================================================================== */

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
    margin: 0px;
    padding: 0px;
    font: 14px Arial;
    color: #282828;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea, select {
    margin: 0;
    padding: 0;
}

header, nav, article, footer, address, section {
    display: block;
}

p {
    margin: 10px 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #196db6;
}

    a:hover {
        text-decoration: underline;
        color: #196db6;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'fjalla_one';
    text-transform: uppercase;
}

.mr15 {
    margin-right: 15px;
}
/* ==========================================================================
   General
   ========================================================================== */

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.justify {
    text-align: justify !important;
}

.nofloat {
    float: none !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-left-sm {
    float: right;
}

.float-right-sm {
    float: left;
}

.float-none-xs {
    float: none;
}

.clear {
    clear: both;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.fixed {
    position: fixed !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.error {
    color: #f00;
    display: block;
    clear: both;
}

.validation-summary-errors, .error-message {
    background-image: linear-gradient(#E12B31, #C71C22 60%, #B5191F);
    background-repeat: no-repeat;
    filter: none;
    font-size: 14px;
    padding: 5px 15px 5px 10px;
    display: block;
    overflow: hidden;
    background-color: #B5191F;
    border-radius: 4px;
    box-shadow: 0 0px #FD9089 inset;
    color: #FFFFFF;
    margin: 10px 0px;
    clear: both;
}

    .validation-summary-errors img, .error-message img {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
    }

    .validation-summary-errors ul li, .error-message ul li {
        list-style: none;
    }

    .validation-summary-errors ul li, .error-message ul li {
        background: url(../../images/error_icon.png) left 4px no-repeat;
        padding: 2px 2px 2px 25px;
        list-style: none;
    }

.gree-box {
    font-size: 14px;
    padding: 4px 24px 4px 10px;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(#88C149, #73A839 60%, #699934);
    background-repeat: no-repeat;
    background-color: #699934;
    border: 1px solid #699934;
    border-radius: 2px;
    box-shadow: 0 0px #FD9089 inset;
    color: #FFFFFF;
    margin: 6px 0px 15px;
    position: relative;
    font-family: 'open_sanssemibold';
}

    .gree-box ul li {
        /*background:url(../../images/successfull.png) left 4px no-repeat;*/
        padding: 2px 2px 2px 2px;
        list-style: none;
    }

.Description {
    max-width: 100px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.photosize {
    width: 93px;
    Height: 130px;
}

.compulsory {
    color: red;
}

.black {
    color: #282828 !important;
    font-weight: bold;
}
/* ==========================================================================
   Layout
   ========================================================================== */

#wrapper {
    width: 100%;
}

.strategies {
    border: 1px solid #e3e3e3;
    background: #fff;
}

.strategies-title {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 18px 10px;
}

    .strategies-title h3 {
        font-size: 20px;
        color: #181818;
        text-transform: inherit;
    }

.strategies-single span {
    color: #181818;
    font-size: 16px;
    font-family: 'fjalla_one';
}

.strategies-single li {
    list-style: none;
    color: #535353;
    font-size: 16px;
    font-family: 'fjalla_one';
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .strategies-single li:last-child {
        margin-right: 0;
    }

    .strategies-single li:before {
        content: "";
        position: absolute;
        background: #3b6c4a;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        left: 0;
        top: 5px;
    }

.strategies-single ul {
    padding-left: 20px;
    margin: 20px 0;
}

.strategies-content {
    padding: 20px;
}

.bxslider > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.commentaries-box {
    padding: 20px;
    border-bottom: solid 1px #e3e3e3;
}

    .commentaries-box li {
        display: inline-block;
        margin-right: 20px;
        color: #196db6;
        font-size: 12px;
    }

        .commentaries-box li a {
            font-size: 14px;
            text-decoration: underline;
        }

        .commentaries-box li:last-child {
            margin-right: 0;
        }

    .commentaries-box h4 {
        color: #181818;
        font-size: 17px;
        text-transform: inherit;
    }

    .commentaries-box p {
        color: #181818;
        font-size: 14px;
        line-height: 1.5;
    }

li.date {
    position: absolute;
    top: 44px;
    right: 0;
    color: #7f838f;
    font-size: 12px;
    font-family: 'Franklin Gothic Book';
}

.commentaries-sec {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
}

.left-commentaries span {
    color: #3b6c4a;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.left-commentaries p {
    color: #7f7f7f;
    font-size: 15px;
    font-family: 'fjalla_one';
    line-height: 1.5;
    margin: 0;
}

.left-commentaries img {
    max-width: 291px;
    max-height: 308px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.author-text {
    background: #f2f2f2;
    padding: 20px;
}

.right-commentaries {
    margin-top: 35px;
}

    .right-commentaries h5 {
        color: #3b6c4a;
        text-transform: inherit;
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .right-commentaries h2 {
        color: #181818;
        font-size: 22px;
        text-transform: inherit;
        margin-bottom: 20px;
    }

    .right-commentaries p {
        color: #181818;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

.commentaries-copy h2 {
    color: #181818;
    font-size: 22px;
    text-transform: inherit;
    margin-bottom: 20px;
}

.commentaries-copy p {
    line-height: 1.5;
    color: #181818;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0;
}

.commentaries-copy {
    background: #fff;
    padding: 20px;
    border: 1px solid #e3e3e3;
}
/* ---------------------------
	Header
--------------------------- */
header:after {
    border-bottom: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    height: 1px;
}

.navbar-header {
    margin-bottom: 30px;
}
/* SearchBox */

.datetime {
    font-size: 12px;
    line-height: 1;
    color: #7f838f;
    text-align: right;
    padding-top: 0;
    /*padding-bottom: 9px;*/
    display: inline-block;
}

.welcome {
    font-size: 12px;
    line-height: 1;
    color: #7f838f;
    text-align: right;
    display: inline-block;
}

header .navbar {
    margin-bottom: 0;
    font-family: 'Franklin Gothic Book';
    font-size: 12pt !important;
}

.navbar-form .input-group {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.navbar-form .form-control {
    height: 28px;
    padding: 3px 12px;
}

    .navbar-form .form-control:focus {
        border-color: #ccc;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    }

.navbar-form .btn {
    width: 30px;
    height: 28px;
    padding: 3px 6px;
    border-left: none;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.075) inset;
    background: #fff url(../../images/icon-serach.png) no-repeat center center;
    text-indent: -9999px;
}
/* Main menu */


#mainmenu .navbar-nav a {
    position: relative;
    color: #000;
}

    #mainmenu .navbar-nav a:hover {
        color: #3b6c4a;
    }

        #mainmenu .navbar-nav a:hover span:not(.caret) {
            text-decoration: underline;
        }

.right-link {
    float: right;
    color: #196db6 !important;
    margin-right: 48px;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f2f4;
}

    .right-link:hover {
        color: #196db6 !important;
        border-bottom: 1px solid #196db6;
    }

.heading h1 {
    clear: both;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: normal;
}

.links-right a {
    color: #196db6;
    text-decoration: underline;
}

.text-peragraph p {
    font-size: 15px;
    line-height: 1.5;
}

.text-peragraph ul li {
    line-height: 1.5;
}

ul.inner-ul li {
    list-style: none;
}

.text-peragraph h2 {
    font-size: 18px;
    color: #196db6;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 30px;
}

.text-peragraph h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #196db6;
}

div.Cookie-top {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 2.5%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: 600;
    text-align: left;
}

    div.Cookie-top #CookieWrapper {
        max-width: 1124px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        clear: both;
    }

    div.Cookie-top #Cookie-Text {
        float: left;
        line-height: 2em;
        width: 90%;
    }

.close {
    cursor: pointer;
    font-size: 2em;
    float: right;
    width: 10%;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
}

.mrg-top {
    margin-top: 60px;
}
/* ---------------------------
	Footer
--------------------------- */

footer {
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #363a45;
}

.footer-links {
    display: inline-block;
    color: #afafaf;
    font-family: 'Franklin Gothic Book';
    font-size: 10pt;
}

    .footer-links a {
        color: #363a45;
        padding: 2px 7px;
        display: inline-block;
    }

        .footer-links a:hover {
            color: #444;
            text-decoration: underline;
        }

.copyright {
    display: inline-block;
    padding-left: 0px;
    margin-top: 5px;
}

    .copyright a {
        color: #363a45;
    }

        .copyright a:hover {
            color: #444;
            text-decoration: underline;
        }

.mobile-apps {
    margin-top: 7px;
    background-color: #fff;
    padding: 5px;
    max-width: 80px; /*75px - when two icons*/
}

    .mobile-apps a {
        color: #196db6;
        padding: 2px 7px;
        display: inline-block;
    }

        .mobile-apps a img {
            display: inline-block; /*margin-right: 3px;*/
        }
/* ---------------------------
	Content
--------------------------- */

.clickpointer {
    cursor: pointer;
}

.assetlink {
    color: #196db6 !important;
}

.font-12 {
    font-size: 12px;
}

.content {
    padding: 15px 20px;
    background-color: #f1f2f4;
}

    .content.nopb {
        padding-bottom: 0;
    }

    .content .pghd {
        font-size: 27px;
        color: #080808;
        clear: both;
        border-bottom: 1px solid #eaeaea;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .content .hd1 {
        font-size: 21px;
        color: #232323;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .content p {
        color: #232323;
        line-height: 21px;
        text-align: justify;
    }

        .content p a {
            color: #232323;
            text-decoration: underline;
        }

    .content ol {
        margin-left: 15px;
    }

        .content ol > li {
            margin-bottom: 10px;
            text-align: justify;
        }

        .content ol ul {
            margin-left: 15px;
            margin-top: 5px;
        }

.k-grid p {
    margin: 0px;
    color: #676767;
}
/* Slider */

.slider {
    margin-bottom: 20px;
}

    .slider.nomb {
        margin-bottom: 0;
    }

    .slider .container {
        position: relative;
    }

.slide {
    position: relative;
}

    .slide img {
        position: relative;
        min-height: 210px;
    }

.slide-desc {
    padding: 0 10px 25px;
    margin-top: -15px;
    position: relative;
    z-index: 1;
}

    .slide-desc h4 {
        font-size: 15px;
        color: #000;
    }

        .slide-desc h4 br {
            display: none;
        }

.person-name {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}

    .person-name a {
        color: #000;
    }

.person-designation {
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.tagline {
    font-size: 15px;
    color: #196db6;
    text-transform: none;
    position: absolute;
    bottom: 11px;
    right: 13px;
    padding-top: 15%;
}

.tagline-inbox {
    font-size: 20px;
    color: #196db6;
    text-transform: none;
}

.slide.homeevent .es-desc h3, .slide.homeevent .es-desc p {
    color: #fff;
}

.homeevent .es-desc {
    cursor: pointer;
}

.slide.homeevent span.cap-bold {
    display: block;
    padding-bottom: 5px;
}

.slide.homeevent .cta {
    display: block;
    margin: 10px 0px 0px 150px;
    max-width: 77px;
    text-align: left;
}

    .slide.homeevent .cta span {
        cursor: pointer;
        display: inline-block;
        max-width: 28px;
        margin: 0 5px;
    }

.slide.homeevent .home-event {
    cursor: pointer;
}

.slide.homeevent .es-desc {
    padding: 20px 20px 0px 20px;
}

.slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    width: auto;
    bottom: 12px;
}
/*==============================
Home Banner style
================================*/

.bannerheight {
    /*min-height: 300px;*/
    text-align: center;
    display: table;
    width: 100%;
}

.banner01 {
    background: url(../../images/banner01.jpg) no-repeat center top;
    background-size: cover;
}

.banner01-dc {
    background: url(../../images/banner01-dc.jpg) no-repeat center top;
    background-size: cover;
}

.banner01-ny {
    background: url(../../images/banner01-ny.jpg) no-repeat center top;
    background-size: cover;
}

.banner01-ldn {
    background: url(../../images/banner01-ldn.jpg) no-repeat center top;
    background-size: cover;
}

.banner01-a {
    background: url(../../images/banner01-a.jpg) no-repeat center top;
    background-size: cover;
}

.banner02 {
    background: url(../../images/banner02.jpg) no-repeat center top;
    background-size: cover;
}

.banner03 {
    background: url(../../images/banner03.jpg) no-repeat center top;
    background-size: cover;
}

.banner04 {
    background: url(../../images/banner04.jpg) no-repeat center top;
    background-size: cover;
}

.banner05 {
    background: url(../../images/banner05.jpg) no-repeat center top;
    background-size: cover;
}

.banner07 {
    background: url(../../images/banner07.jpg) no-repeat center top;
    background-size: cover;
}

.banner08 {
    background: url(../../images/banner08.jpg) no-repeat center top;
    background-size: cover;
}

.banner09 {
    background: url(../../images/banner09.jpg) no-repeat center top;
    background-size: cover;
}

.banner12 {
    background: url(../../images/SAMBANNER3_1300.jpg) no-repeat center top;
    background-size: cover;
}

.banner01-wc {
    background: url(../../images/banner-wc.jpg) no-repeat center top;
    background-size: cover;
}

.banner01 .container-fluid, .banner01-dc .container-fluid, .banner01-ny .container-fluid, .banner01-ldn .container-fluid, .banner01-a .container-fluid, .banner02 .container-fluid, .banner03 .container-fluid, .banner04 .container-fluid, .banner07 .container-fluid, .banner05 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.relativediv {
    position: relative;
}

.watermark {
    position: absolute;
    left: 15px;
    top: 0px;
}

@-moz-document url-prefix() {
    .bannerheight {
        height: 300px;
        min-height: 300px;
    }

    .banner01, .banner01-dc, .banner01-ny, .banner01-ldn, .banner01-a, .banner02, .banner03, .banner04, .banner07, .banner05 {
        height: 320px;
    }
}

.banner05 img {
    display: inline-block;
}

.inheight {
    display: table-cell;
    vertical-align: middle;
    min-width: 90%;
    color: #fff;
    position: relative;
}

.followimg {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 26px;
    line-height: 42px;
    font-family: 'fjalla_one';
    width: 100%;
    text-align: right;
}

    .followimg img {
        margin: 0px 5px;
        display: inline-block;
    }

.inheight h3.bannerheading {
    background: none;
    text-align: left;
    border: none;
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 26px;
}

.bannerbtn01 {
    background-color: rgba(25, 109, 182, .67);
    border: solid 1px #bbe3f3;
    color: #fff;
    text-align: center;
    padding: 4px 12px;
    font: bold 12px/17px arial;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .bannerbtn01:hover {
        color: #fff;
        text-decoration: none;
    }

.xs-text01 {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.xs-text02 {
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    margin-bottom: 10px;
}

.bannerheight h2 {
    font-size: 30px;
}

.bannerheight h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    text-transform: none;
    overflow: hidden;
}

.banner07 .bannerheight h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.bannerheight h4 {
    font-size: 14px;
    line-height: 22px;
    font-family: 'fjalla_one';
    text-transform: none;
}

    .bannerheight h4 span, .bannerheight span.blue {
        color: #619fcc;
        display: inline-block;
        padding: 0px 0px;
        line-height: 25px; /*margin-left: 8px; margin-right: 8px;*/
    }

        .bannerheight h4 span.green {
            background-color: rgba(59, 108, 74, .67);
            border: solid 1px #458659;
        }

.bannerbtn02 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #a2d1e3;
    border: solid 1px #55b1d8;
    color: #080c19 !important;
    text-align: center;
    padding: 3px 10px;
    font: bold 12px/21px arial;
    display: inline-block;
    text-decoration: none !important;
}

    .bannerbtn02:hover {
        color: #080c19;
    }

    .bannerbtn02 img {
        width: 16px;
        display: inline-block !important;
        margin-right: 8px;
        float: left;
    }

.tagline.bannertagline {
    color: #196db6 !important;
    text-shadow: none !important;
    padding-top: 0;
}

    .tagline.bannertagline.whitetxt {
        color: #fff !important;
    }

.bannermain {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 20px;
}

    .bannermain .bx-has-pager {
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding-left: 15px;
    }

        .bannermain .bx-has-pager .bx-pager {
            padding-left: 0px;
        }

    .bannermain .bx-wrapper .bx-pager, .bannermain .bx-wrapper .bx-controls-auto {
        bottom: 2px;
    }

.bx-wrapper .bx-pager.bx-default-pager a {
    margin-left: 4px;
    margin-right: 4px;
}
/*==============================
Home Banner style End
================================*/

.video-container {
    position: relative;
    padding-bottom: 75%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed, .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bxslider .bx-wrapper .bx-pager, .bxslider .bx-wrapper .bx-controls-auto {
    width: auto;
}
/* Slider */

.slide-desc {
    padding: 20px 10px 0px 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-top: 0;
    min-height: 210px;
}

    .slide-desc h2 {
        text-transform: none;
        color: #fff;
        text-align: center;
        font-size: 25px;
        padding-bottom: 5px;
    }

    .slide-desc h4 {
        font-size: 14px;
        line-height: 19px;
        color: #fff;
        text-transform: none;
        text-align: center;
    }
/* bxSlider Override */

.bx-wrapper {
    margin: 0 auto;
}

    .bx-wrapper .bx-viewport {
        box-shadow: none;
        left: 0;
        border: none;
    }
    /*max-height: 327px !important;*/

    .bx-wrapper .bx-pager.bx-default-pager a {
        border-radius: 0px;
        background: transparent;
        border: 1px solid #8F9493;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 5px;
        text-align: left;
        padding-left: 0;
        z-index: 8;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #8F9493;
        }

.boxslider, .clickable {
    margin-bottom: 20px;
}

    .boxslider .bx-wrapper .bx-pager, .boxslider .bx-wrapper .bx-controls-auto {
        padding-left: 10px;
        width: 202px;
        right: 5px;
        bottom: 4px;
        text-align: right;
    }

        .boxslider .bx-wrapper .bx-pager.bx-default-pager a {
            height: 8px;
            width: 8px;
            text-indent: -9999px;
            font-size: 0px;
            line-height: 18px;
        }
/* Content Boxes */

.box {
    position: relative;
    z-index: 0;
}

.clickable .box {
    cursor: pointer;
}

.box {
    background-color: #efefef;
}

    .box:hover img {
        opacity: 0.7;
    }

.box-img {
    position: relative;
    background-color: rgba(25, 109, 182, 0.9);
}

    .box-img img {
        width: 100%;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        opacity: 1;
        border-bottom: 2px solid #efefef;
    }

.box-gradient {
    position: absolute;
    background: url(../../images/box-gradient.png) repeat-x center bottom / 100% 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.box-content {
    position: relative;
    padding: 15px;
    z-index: 2;
    margin-top: -30px;
}

.smallbox.heighthalf .box-content {
    margin-top: -80px;
}

.smallbox .box-content {
    margin-top: -80px;
}

.smallbox {
    margin-bottom: 0px !important;
}

    .smallbox .box-gradient {
        position: absolute;
        background: url(../../images/box-gradient2.png) repeat-x center bottom / 100% 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

.largebox {
    background: #edefef;
    min-height: 610px;
}

    .largebox .max-min-height-lg {
        max-height: 290px;
    }

    .largebox .table, .largebox .table-responsive {
        margin-bottom: 0px;
    }

    .largebox .inspace {
        padding: 10px 15px 15px;
        display: block;
        position: relative;
    }

    .largebox .bx-pager {
        padding-right: 15px !important;
    }

.content-1 .mCSB_container {
    margin-right: 0px !important;
}

.content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #bfc0c0 !important;
    width: 5px !important;
}

.content-1 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    width: 5px !important;
}

.content-1 .mCSB_scrollTools {
    width: 7px !important;
}

.bxslider2 .box-content {
    min-height: 178px;
}

    .bxslider2 .box-content .box-links {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

.box-links {
    margin-top: 10px;
}

    .box-links a {
        font-size: 16px;
        color: #0f0f0f;
    }

        .box-links a + a {
            margin-left: 5%;
        }

.box p {
    line-height: 18px;
    margin-bottom: 0;
    text-align: justify;
}

.box h3 {
    font-size: 20px;
    color: #181818;
}

    .box h3 a {
        display: block;
        color: #181818;
    }

.box h4 {
    font-size: 16px;
    color: #181818;
}

.box h3 + p {
    margin-top: 5px;
    text-align: justify;
}

.box h3 + h4 {
    margin-top: 5px;
}

.box h4 + p {
    margin-top: 5px;
    text-align: justify;
}

.box a {
    font-family: 'fjalla_one';
    text-transform: uppercase;
}

.video-link {
    margin-top: 3px;
    float: left;
    display: block;
    clear: both;
}

    .video-link a {
        font-size: 16px;
        line-height: 1.5;
        color: #196db6;
        display: inline-block;
    }

    .video-link img {
        margin-left: 10px;
        display: inline-block;
    }
/* Login Modal */

.loginmodal {
    max-width: 460px;
}

    .loginmodal .modal-header {
        border-bottom: none;
        padding-bottom: 0;
    }

    .loginmodal .modal-footer {
        border-top: none;
        text-align: left;
        padding-top: 0;
    }

    .loginmodal .modal-body {
        padding-bottom: 0;
    }

.modalsubhd {
    font: bold 16px Arial;
    color: #196db6;
    text-transform: none;
}

    .modalsubhd + p {
        margin-top: 3px;
        font-size: 14px;
        color: #363a45;
        line-height: 22px;
    }

        .modalsubhd + p a {
            font-weight: bold;
            color: #363a45;
        }

.loginmodal label {
    font-size: 16px;
    color: #232323;
    margin-bottom: 10px;
}

.loginmodal .form-control {
    margin-bottom: 0;
}

.loginmodal .btn-primary {
    background-color: #196db6;
    text-transform: uppercase;
    font-weight: bold;
}

.loginmodal .modal-header .close {
    font-size: 30px;
    margin-top: -4px;
}

.loginlink {
    color: #363a45;
    font-weight: bold;
    text-decoration: none !important;
}

    .loginlink:hover {
        text-decoration: underline !important;
    }

.loginbg {
    padding: 0px 0px;
    min-height: 145px;
}

    .loginbg .btn-primary {
        text-transform: uppercase;
        font-weight: bold;
    }
/* Our Firm */

.biofont p {
    font-family: 'Franklin Gothic Book' !important;
    font-size: 16px;
    margin: 0px 0px !important;
}

.biofont li {
    font-family: 'Franklin Gothic Book' !important;
    font-size: 16px;
}

.banner {
    min-height: 200px;
    margin-top: 15px;
    overflow: hidden;
}

.our-firm {
    background: url(../../images/bg-our-firm.jpg) no-repeat center top / auto 150%;
    padding: 15px;
}

.banner h1 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}

    .banner h1 a {
        color: #fff;
        text-decoration: none;
    }

        .banner h1 a:hover {
            text-decoration: underline;
        }

.banner-links {
    margin-top: 15px;
    padding-left: 15px;
}

    .banner-links a {
        font: 14px 'fjalla_one';
        color: #282828;
        text-transform: uppercase;
        margin-right: 50px;
        display: inline-block;
    }

.banner h4 {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-transform: none;
}

.clickable .video-box {
    width: 100%;
    max-height: 297px;
    overflow: hidden;
    display: none;
    position: relative;
}

.sublinks li {
    list-style-type: none;
}

    .sublinks li a {
        font: 18px/31px 'fjalla_one';
        color: #fff;
        text-transform: uppercase;
    }

.capital-markets .sublinks li a {
    line-height: 26px;
}

.corporate-services .sublinks li a {
    line-height: 26px;
}

.sales-trading .sublinks li a {
    line-height: 26px;
}

.sublinks li a:focus {
    outline: none;
}

.clickable .video-box .closeit {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 1000;
    font-size: 14px;
    cursor: pointer;
}

.altdiv {
    min-height: 300px;
}

.mgmt-principles {
    padding-bottom: 25px;
}

    .mgmt-principles > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mgmt-principles h4 {
        font-size: 18px;
        color: #196db6;
    }

        .mgmt-principles h4 span {
            font-size: 40px;
            color: #c3c3c3;
            margin-right: 10px;
        }

.ourfirm {
    margin-top: 20px;
}

    .ourfirm .clickable .box {
        background-color: #fff;
    }

    .ourfirm .box-img img {
        border-bottom: 0 none;
    }

    .ourfirm .box h3 {
        font-size: 18px;
        text-transform: capitalize;
    }

    .ourfirm .box-content {
        margin-top: -70px;
    }
/* Partners */

.partners {
    list-style-type: none;
}

    .partners li {
        margin-bottom: 15px;
        clear: both;
        overflow: hidden;
    }

        .partners li img {
            width: 70px;
            float: left;
        }

.partner-info {
    margin-left: 80px;
}
    /*.partner-info h4 { font: bold 16px Arial; text-transform: none; }*/

    .partner-info span {
        margin-top: 6px;
        display: inline-block;
    }
/* Executives */

.executives {
    list-style-type: none;
}

    .executives li {
        margin-bottom: 15px;
        clear: both;
        overflow: hidden;
    }

        .executives li img {
            width: 70px;
            float: left;
        }

.executive-info {
    margin-left: 80px;
}

    .executive-info span {
        margin-top: 6px;
        display: inline-block;
    }
/* Group Management */

.group {
    list-style-type: none;
}

    .group li {
        margin-bottom: 15px;
        clear: both;
        overflow: hidden;
    }

        .group li img {
            width: 70px;
            float: left;
        }

.group-info {
    margin-left: 80px;
}

    .group-info span {
        margin-top: 6px;
        display: inline-block;
    }
/* Analysts */

#analysts {
    /*background-color: #e2e6e9;*/
    padding-top: 0;
}

.analysts {
    list-style-type: none;
}

    .analysts li {
        font: 16px/20px 'fjalla_one';
        color: #232323;
        text-transform: uppercase;
        padding: 5px 7px 5px 25px;
        cursor: pointer;
    }

        .analysts li.active {
            background-color: #fff; /*#f1f2f4*/
        }

.analystsdata {
    list-style-type: none;
}

    .analystsdata li {
        font: 16px/20px 'fjalla_one';
        color: #232323;
        text-transform: uppercase;
        padding: 5px 7px 5px 25px;
        cursor: pointer;
    }

        .analystsdata li.active {
            background-color: #fff; /*#f1f2f4*/
        }

.analyst-banner {
    position: relative;
}

.analyst-info {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

    .analyst-info h5 {
        font-size: 21px;
        color: #2f3338;
    }

    .analyst-info span {
        font-size: 14px;
        line-height: 22px;
        color: #2f3338;
        margin-top: 7px;
        margin-bottom: 7px;
        display: inline-block;
    }

        .analyst-info span a {
            color: #196db6;
            text-decoration: none;
        }

        .analyst-info span.phone {
            display: block;
            margin-top: 0;
            margin-bottom: 0;
        }

            .analyst-info span.phone img {
                margin-right: 5px;
            }

        .analyst-info span.email {
            display: block;
            margin-top: 0;
        }

            .analyst-info span.email img {
                margin-right: 5px;
            }

.analyst-content {
    padding: 10px 25px;
    background: #f1f2f4;
}

    .analyst-content p + p {
        margin-top: 22px;
    }

#analysts .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#analysts .navbar-default .navbar-toggle {
    background-color: #fff;
    padding: 6px;
    margin: 20px 0 -25px;
}

.leftcol {
    background: #f1f2f4;
    padding: 25px 0px;
    overflow: hidden;
}

    .leftcol .hd1 {
        font-size: 27px;
        margin: 15px 0 12px 5px;
    }

.rightcol {
    margin-top: 25px;
}
/* Directory */

.dir-filter {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.dir-members {
    list-style-type: none;
    margin-left: -10px;
    margin-right: -10px;
}

    .dir-members li {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 19px;
    }

.dir-card {
    background-color: #fff;
    padding: 10px;
    clear: both;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.dir-photo {
    margin-bottom: 10px;
}

    .dir-photo img {
        display: block;
        max-width: 100%;
    }

.dir-member {
    font-family: Arial;
    color: #232323;
}

.dm-name {
    font-size: 16px;
    font-weight: bold;
}

.dm-des {
    font-size: 14px;
    display: block;
}

.dir-member-contact {
    margin-top: 4px;
}

.dm-email {
    display: block;
    background: url(../../images/icon-email-2.png) no-repeat 0 3px;
    padding-left: 20px;
}

    .dm-email a {
        padding: 2px;
        color: #232323;
        display: inline-block;
    }

.dm-phone {
    display: block;
    background: url(../../images/icon-phone-2.png) no-repeat 0 3px;
    padding-left: 20px;
}

    .dm-phone a {
        padding: 2px;
        color: #232323;
        display: inline-block;
    }
/* The Poppy Project */

.poppy-wrap {
    text-align: center;
    margin: 35px -20px 15px;
}

.poppy-project {
    clear: both;
    overflow: hidden;
}

.poppy-poem {
    font: italic 14px/1.5 'Georgia';
    color: #fff;
    padding: 15px;
    text-align: left;
    background-color: #3b5d80;
    max-width: 375px;
}
/* Careers */

.post-topbar {
    margin-bottom: 15px;
}

    .post-topbar a {
        color: #282828;
        text-decoration: none;
    }

        .post-topbar a:hover {
            text-decoration: underline;
        }

.post-item.small {
    padding: 12px 0 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 15px;
}

.post-item h3 {
    font: bold 18px Arial;
    text-transform: none;
}

.post-item.small h3 {
    font-size: 16px;
}

.post-item h4 {
    font: 14px Arial;
    text-transform: none;
}

.post-item.small h4 {
    font-size: 13px;
}
/* Video */

.video-date {
    font: 15px 'fjalla_one';
    color: #080808;
}

.video-wrap {
    clear: both;
    overflow: hidden;
    margin: 25px 0px 0;
    position: relative;
}

.video-caption {
    font: 18px 'fjalla_one';
    color: #0068bb;
    text-align: center;
    position: absolute;
    top: 3%;
    width: 100%;
    text-transform: none;
}

.video-box {
    position: relative;
}

.video-nav {
    position: relative;
}

.video-prev {
    background: url(../../images/video-prev-bg.jpg) no-repeat center center / 100% 100%;
    cursor: pointer;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

    .video-prev:hover {
        opacity: 0.9;
    }

.video-next {
    background: url(../../images/video-next-bg.jpg) no-repeat center center / 100% 100%;
    cursor: pointer;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

    .video-next:hover {
        opacity: 0.9;
    }

.video-icon {
    padding: 17px 10px;
    float: left;
}

.video-next .video-icon {
    float: right;
}

.video-icon img {
    height: 30px;
}

.video-title {
    font: 14px 'fjalla_one';
    color: #fff;
    padding: 5px;
}

.video-next .video-title {
    text-align: right;
}

.video-title span {
    color: rgba(255, 255, 255, 0.2);
    display: block;
}

.video-title h5 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.jwplayer {
    overflow: visible;
}
/*.jw-controlbar { bot }*/

.jw-skin-seven .jw-button-color:hover {
    color: #98c3e5 !important;
}
/* Events */

.eventslide {
    position: relative;
    cursor: pointer;
}

.main-slider .bx-viewport {
    min-height: 415px !important;
}

.es-desc {
    padding: 10px 10px 0px 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0%;
    bottom: 0;
    display: block;
    margin-top: 0;
    z-index: 1;
}
    /* .es-desc { padding: 0 10px 25px; margin-top: -55px; position: relative; z-index: 1; }*/

    .es-desc .label {
        font: 14px 'fjalla_one';
        text-transform: uppercase;
        padding: 3px 5px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .es-desc img {
        position: relative;
    }

    .es-desc h3 {
        font-size: 18px;
        color: #000;
    }

    .es-desc p {
        font-size: 13px;
        color: #000;
    }

.es-download {
    display: inline-block;
    padding-bottom: 5px;
}

    .es-download img {
        height: 30px;
        max-width: 100%;
        display: block;
    }

.event-box {
    background-color: #efefef;
    cursor: pointer;
}

    .event-box:hover .eb-img img {
        opacity: 0.7;
    }

.eb-img {
    position: relative;
    background-color: rgba(25, 109, 182, 0.9);
}

    .eb-img img {
        width: 100%;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        opacity: 1;
        border-bottom: 2px solid #efefef;
    }

.eb-content {
    position: relative;
    padding: 15px;
    z-index: 2;
    margin-top: -50px;
}

    .eb-content .label {
        font: 14px 'fjalla_one';
        text-transform: uppercase;
        padding: 3px 5px;
        display: inline-block;
        margin-bottom: 12px;
    }

.event-tile .bx-wrapper {
    margin-bottom: 0;
}

    .event-tile .bx-wrapper .bx-pager {
        width: 110px;
        right: 0;
        bottom: 24px;
    }

.pdfwrap {
    padding-bottom: 70%;
}

.eb-pdf img {
    height: 30px;
    display: block;
    max-width: 100%;
}

.event-more {
    padding: 0 15px 10px;
    background-color: #efefef;
    position: relative;
    z-index: 999;
    margin-top: -10px;
}

    .event-more a {
        font: 16px 'fjalla_one';
        text-transform: uppercase;
        color: #0f0f0f;
        text-decoration: none;
        display: inline-block;
    }

        .event-more a:hover {
            text-decoration: underline;
        }

.sales-force-event-slider .bx-wrapper .bx-controls-direction a {
    top: 30%;
}

.eb-table {
    margin-top: 15px;
}

    .eb-table thead {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .eb-table tbody {
        background-color: none;
    }

.eb-date {
    width: 100px;
    min-width: 100px;
}
/*.eb-event { min-width: 180px; }*/

.eb-location {
    width: 83px;
}

.event-tile.salesforce .bx-wrapper .bx-pager {
    right: 20px;
    width: auto;
}

.salesforce .event-box {
    padding-bottom: 25px;
}
/* Solution */

.solutions {
    background: url(../../images/bg-solutions.jpg) no-repeat center top / auto 100%;
    padding: 15px;
}

.asset {
    background: url(../../images/bg-asset-mgmt.jpg) no-repeat center top / auto 150%;
    padding: 15px;
}

.venture {
    background: url(../../images/bg-venture-capital.jpg) no-repeat center top / auto 150%;
    ;
    padding: 15px;
}

.banner-black h1 {
    color: #080808;
}

    .banner-black h1 a {
        color: #080808;
    }

.sublinks-black li a {
    color: #080808;
}

.banner-black p {
    color: #080808;
    text-decoration: none;
    text-transform: uppercase;
    font: 15px/22px "fjalla_one";
}
/* Library */

.banner.library {
    min-height: 177px;
}

.library-search p.center {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 5px;
}

.library-search label {
    font-weight: 500;
    padding-right: 5px;
}

.library-bar {
    border-bottom: 0 none;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

    .library-bar + .library-bar {
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 15px;
    }

    .library-bar .btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

.library {
    background: url(../../images/bg-library.jpg) no-repeat center top / auto 150%;
    padding: 40px 15px 20px 28px;
}

.or {
    color: #337ab7;
    font-weight: 600;
    padding-left: 10px;
}
/* Securities */

.securities {
    background: url(../../images/bg-securities-new.jpg) no-repeat center top / auto 150%;
    padding: 15px;
}

.capital-markets {
    background: url(../../images/bg-capital-markets.jpg) no-repeat left top / auto 150%;
    padding: 15px;
}

.corporate-services {
    background-image: url(../../images/bg-corporate-services.jpg);
    padding-top: 30px;
    margin-bottom: 0 !important;
}

.group-management {
    background: url(../../images/bg-group-management.jpg) no-repeat center top / auto 150%;
    ;
    padding: 15px;
}

.sales-trading {
    background-image: url(../../images/bg-sales-and-trading.jpg);
    padding-top: 30px;
    margin-bottom: 0 !important;
}

.subtitle {
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    color: #232323;
    margin-top: 25px;
    text-transform: capitalize;
    margin-bottom: -8px;
}

.list01 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-top: 18px;
}

    .list01 li {
        background: url(../../images/point.png) no-repeat left top 6px;
        padding-left: 10px;
        margin-bottom: 6px;
    }

.securitieslink {
    width: 235px;
}

.whitebg {
    background: #fff;
    padding: 15px;
}
/* .whitebg-big {
    background: #fff;
    padding: 15px;
} */

.logolist {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
}

    .logolist li {
        display: inline-blockin;
        float: left;
        border-bottom: solid 1px #dedede;
        border-top: solid 1px #dedede;
        min-width: 50%;
        max-width: 50%;
        min-height: 103px;
        max-height: 103px;
        border-right: solid 1px #dedede;
        border-top: solid 1px #dedede;
        text-align: center;
        border-left: solid 1px #dedede;
    }

        .logolist li a {
            display: inline-block;
            width: 100%;
            padding-top: 11px;
            padding-bottom: 11px;
        }

            .logolist li a img {
                max-width: 100%;
                /*125px*/
                max-height: 80px;
            }

.first-menu {
    left: 5px;
    position: relative;
    top: inherit;
    display: block;
}

.second-menu {
    left: 5px;
    position: relative;
    top: inherit;
    display: block;
}

.secheight .altdiv {
    min-height: 362px;
}
/* Search */

.groupIndent {
    margin-left: 1cm;
}

th {
    vertical-align: top;
}

td {
    vertical-align: top;
}

    td.results {
        vertical-align: top;
        border-right: 0pt solid black;
    }

    td.refine {
        padding-left: 1em;
        background-color: #DDFFDD;
        border-left: 1pt solid black;
    }

.result {
    margin-bottom: 1em;
}

#SearchForm {
    padding: 25px;
    background-color: #f5f5f5;
}

    #SearchForm td {
        padding: 4px;
    }

    #SearchForm th {
        padding: 4px;
        vertical-align: middle;
    }

    #SearchForm table + table {
        margin-top: 25px;
    }

#fordirresults + table {
    background-color: #196db6;
    color: #fff;
}

#fordirresults ~ table {
    margin-bottom: 15px;
}

#fordirresults + table tr:nth-child(1) td {
    padding: 5px 5px 3px;
}

#fordirresults + table tr:nth-child(3) td {
    padding: 3px 5px 5px;
}

#fordirresults + table td a {
    color: #fff;
}

.searchwrap a {
    color: #196db6;
    text-decoration: none;
}

    .searchwrap a:hover {
        text-decoration: underline;
    }

.searchwrap input:not([type=radio]), select {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px 10px;
}

.searchwrap input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.searchwrap input[type=submit], .searchwrap input[type=button] {
    background-color: #196db6;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: none;
}

#mainarea_gridArchive {
}

    #mainarea_gridArchive th {
        background-color: #eee;
        color: #282828 !important;
        padding: 5px;
        font-size: 15px;
    }

    #mainarea_gridArchive td {
        color: #282828 !important;
        padding: 5px;
        font-size: 14px;
    }
/* PDF reader */

.pdfreader {
    padding-top: 12px;
}

    .pdfreader iframe {
        width: 100%;
        min-height: 400px;
    }
/* Contactus */

.contactus {
    background: url(../../images/bg-contact.jpg) no-repeat center top / auto 150%;
    padding: 15px;
}

.condetails {
    display: block;
    clear: both;
    overflow: hidden;
}

    .condetails h3 {
        font-size: 16px;
        font-family: arial;
        font-weight: bold;
        color: #196db6;
        text-transform: capitalize;
        margin-bottom: 10px;
        display: block;
        border-bottom: solid 1px #dedede;
        padding-bottom: 10px;
    }

    .condetails .address {
        background: url(../../images/address-icon.png) no-repeat left top;
        padding-left: 28px;
        line-height: 22px;
        font-size: 15px;
    }

    .condetails .phone {
        background: url(../../images/phone-icon.png) no-repeat left top;
        padding-left: 28px;
        line-height: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #5a5a5a;
        margin-top: 10px;
    }

        .condetails .phone a {
            color: #5a5a5a;
            text-decoration: none !important;
        }

    .condetails .fax {
        background: url(../../images/fax-icon.png) no-repeat left top;
        padding-left: 28px;
        line-height: 20px;
        font-size: 15px;
        color: #5a5a5a;
        font-weight: bold;
        margin-top: 8px;
    }

.addressbg {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 200px;
}

.blacktext {
    color: #363a45;
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
}

    .blacktext a {
        color: #363a45;
        font-weight: bold;
    }

.disclosures {
    background: url(../../images/bg-disclosures.png) no-repeat left top / auto 140%;
    padding: 15px;
}
/* Research */

.research {
    background: url(../../images/bg-research-mobile.jpg) no-repeat left top / auto 100%;
    padding: 15px;
}

.researchbg {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 8px 20px 8px;
    ;
}

.nopage {
    background: url(../../images/banner-404.png) no-repeat center top / auto 150%;
    padding: 15px;
}

.errpage {
    background: url(../../images/banner-error.png) no-repeat center top / auto 150%;
    padding: 15px;
}

.research .tagline {
    color: #fff;
}

.research-ol {
    padding-bottom: 25px;
}

    .research-ol > div {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 25px;
    }

    .research-ol h4 {
        font-size: 18px;
        color: #196db6;
    }

        .research-ol h4 span {
            font-size: 40px;
            color: #c3c3c3;
            margin-right: 10px;
        }

    .research-ol p {
        margin-bottom: 0px;
    }

    .research-ol ul {
        margin: 0px 0 10px 25px;
    }

        .research-ol ul li {
            line-height: 21px;
            margin-bottom: 1px;
        }

.bannertext {
    color: #fff;
}

    .bannertext h3 {
        text-transform: uppercase;
        font-size: 25px !important;
    }

    .bannertext p {
        line-height: 23px;
        text-align: justify;
        font-size: 16px;
    }

    .bannertext h3 {
        margin-top: 12px;
    }

#products {
    /*background-color: #e2e6e9;*/
    padding-top: 0;
}

.products {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .products li {
        font: 16px/20px 'fjalla_one';
        color: #232323;
        text-transform: uppercase;
        padding: 5px 7px 5px 25px;
        cursor: pointer;
    }

        .products li.active {
            background-color: #fff;
            background: #fff url(../../images/red-point.png) no-repeat left 8px top 10px;
        }

            .products li.active:hover {
                background-color: #fff;
                background: #fff url(../../images/red-point.png) no-repeat left 8px top 10px;
            }

.productsdata {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .productsdata li {
        font: 16px/20px 'fjalla_one';
        color: #232323;
        text-transform: uppercase;
        padding: 5px 7px 5px 25px;
        cursor: pointer;
    }

        .productsdata li.active {
            background-color: #fff;
        }

.product-content .hd1 {
    margin-bottom: 15px;
}

.product-content p + p {
    margin-top: 22px;
}

#products .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#products .navbar-default .navbar-toggle {
    background-color: #fff;
    padding: 6px;
    margin: 20px 0 -25px;
}

.leftcol .hd1 {
    font-size: 26px;
    margin: 0px 15px 10px 25px;
}

.rightcol {
    margin-top: 25px;
}
/* Past All Events */

.Eventcon {
    display: block;
    clear: both;
}

.year {
    padding: 5px 10px;
    color: #080808;
    font: 17px/20px 'fjalla_one';
    background: #e3e3e3;
    clear: both;
}

.eventpdfpart {
    margin-top: 10px;
    margin-bottom: 15px;
}

.alleventlist {
    display: block;
    padding-right: 60px;
    color: #080808;
    line-height: 20px;
}

.alleventlistpdf {
    width: 45px;
    float: right;
    margin-top: 8px;
}

.alleventlist h3 {
    font: bold 14px/20px Arial;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.date-details span {
    display: block;
    clear: both;
}

.closeevent {
    float: right;
}

.mbpnone {
    margin-bottom: 0px;
}

.pasteventlist {
    display: none;
}

.eb-content p {
    text-align: justify;
}

.cap-bold {
    text-transform: uppercase;
    font-weight: bold;
}

.caps {
    text-transform: uppercase;
}

.event-wrap .bx-viewport {
    background-color: #efefef;
}
/* 404 */


.clickpointer {
    cursor: pointer;
}

.assetlink {
    color: #196db6 !important;
}

.eb-gallery {
    padding-left: 15px;
}

.eb-pdf, .es-download {
    float: left;
}

    .eb-pdf + .eb-gallery, .es-download + .eb-gallery {
        padding-left: 40px;
    }

    .es-download img {
        max-width: 72%;
        height: auto;
    }

.load-more {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    padding: 10px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    text-align: center;
}

    .load-more:hover {
        text-decoration: none;
        background: #e8e8e8;
    }

.my-gallery {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}

    .my-gallery img {
        width: 100%;
        height: auto;
        max-width: 129px;
    }

    .my-gallery figure {
        display: inline-block;
        float: left;
        margin: 0 8px 15px 8px;
    }

.eventslide {
    cursor: auto;
}

    .eventslide .slide-content {
        cursor: pointer;
    }

.my-gallery figcaption {
    display: none;
}

.alleventlistpdf.gallery {
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 4px;
}

    .alleventlistpdf.gallery a + a {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }

    .alleventlistpdf.gallery a.pdf img {
        max-width: 75%;
    }

    .alleventlistpdf.gallery + .alleventlist {
        padding-right: 60px;
    }

.eb-pdf {
    margin-left: 25px;
    margin-right: 15px;
}

.event-box {
    padding-bottom: 15px;
}

.bodygray {
    background: #fafafa;
    padding-top: 45px;
    padding-bottom: 20px;
}

.boxmain {
    background-color: rgba(25, 109, 182, 0.9);
    margin-top: 0px;
    border: solid 1px #e3e3e3;
}

.mbox-img {
    width: 100%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    position: relative;
    min-height: 108px;
}

    .mbox-img img {
        width: 100%;
    }

.box-title {
    position: relative;
    padding: 0px 15px;
    z-index: 2;
    margin-top: -52px;
    min-height: 51px;
}

    .box-title h4 {
        font-size: 19px;
        color: #181818;
    }

    .box-title .video-link {
        font-family: 'fjalla_one';
        text-transform: uppercase;
    }

.boxwhitebg {
    min-height: inherit;
    background: #fff;
    padding: 12px;
    line-height: 19px;
    color: #000;
    text-align: justify;
    font-size: 13px;
}

    .boxwhitebg h3 {
        font-size: 18px;
        color: #181818;
        text-transform: none;
        margin-bottom: 8px;
        line-height: 25px;
    }

.boxmain .box-gradient {
    background: url(../../images/box-gradient.png) repeat-x center bottom / 77% 104%;
}

.cursor {
    cursor: pointer;
}

.tablink {
    display: block;
    clear: both;
    padding-bottom: 8px;
}

    .tablink a {
        color: #181818;
        font-size: 14px;
        padding: 3px;
        margin: 3px;
    }

        .tablink a.mixitup-control-active, .tablink a:hover {
            color: #196db6;
            text-decoration: none;
        }

.list02 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .list02 li {
        display: block;
        clear: both;
        overflow: hidden;
        border-bottom: solid 1px #cccccc;
        padding-bottom: 12px;
        padding-top: 15px;
    }

.list03 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .list03 li {
        display: block;
        clear: both;
        overflow: hidden;
        border-bottom: solid 1px #cccccc;
        padding-bottom: 12px;
        padding-top: 15px;
    }

.date-gray {
    display: block;
    color: #818181;
    font-size: 15px;
    margin-top: 6px;
}

.list03 li:first-child {
    padding-top: 0px;
}

.list03 li:last-child {
    border-bottom: 0px;
}

ul.k-widget.k-listview {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
    border: 0;
}



/*.k-widget.k-listview li:nth-child(odd) .k-widget.k-listview li:nth-child(-n+3) {
            background-image: none;
        }*/

.k-widget.k-listview li:nth-child(3n+3) {
    background-image: none;
}

.k-widget.k-listview .border-btm {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 14px;
    margin: 15px 0px 0 0px;
}

.three-tile-title {
    font-family: 'fjalla_one';
    font-size: 15px;
    color: #181818;
    padding-bottom: 5px;
    display: block;
    clear: both;
}

.three-tile-details {
    font-size: 13px;
    color: #000000;
    line-height: 16px;
    text-align: justify;
}

.tile-bottom-link {
    color: #196db6;
    margin-top: 5px;
    font-size: 12px;
}

    .tile-bottom-link a {
        display: inline-block;
        color: #196db6;
        text-decoration: underline;
        padding: 3px;
        margin: 2px 2px 0px 2px;
    }

.list-title {
    font-family: 'fjalla_one';
    font-size: 15px;
    color: #181818;
    padding-right: 10px;
    padding-bottom: 10px;
    display: block;
    clear: both;
}

.list-title-md {
    color: #181818;
    padding-right: 10px;
    padding-bottom: 10px;
    display: block;
    clear: both;
}

.list-details img {
    float: right;
    max-width: 100px;
    max-height: 70px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.list-details {
    font-size: 13px;
    color: #000000;
    padding-right: 10px;
    line-height: 16px;
}

.list-bottom-link {
    color: #196db6;
    margin-top: 7px;
    padding-right: 5px;
    font-size: 12px;
}

    .list-bottom-link a {
        display: inline-block;
        color: #196db6;
        text-decoration: underline;
        padding: 3px;
        margin: 2px 0px 0px 2px;
    }

.researchlist {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.analystslist {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.analystslist-xs {
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
}

.blue-box {
    background: #115795;
    padding: 20px 10px 12px;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.gray-box {
    background: #f1f1f1;
    display: block;
    border: solid 1px #d7d7d7;
    padding: 10px 10px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #080c19;
    margin-top: 5px;
    text-align: center;
}

.blue-box .bannerbtn01 {
    color: #fff !important;
    text-decoration: none !important;
}

.event-hd {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    text-transform: none;
    overflow: hidden;
}

.pdf-btn {
    padding: 8px 10px;
    border-radius: 4px;
    border: solid 1px #3373ac;
    margin-top: 5px;
    display: inline-block;
    clear: both;
    overflow: hidden;
}

    .pdf-btn img {
        width: 15px;
    }

.rec-video-list {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.analysts-scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollstyle .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dedede;
    width: 5px;
}

.scrollstyle .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .scrollstyle .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    background: #333333;
}

.scrollstyle .mCSB_scrollTools {
    width: 7px;
}

.scrollstyle .mCSB_inside > .mCSB_container {
    margin-right: 4px;
}

.analysts-list, .commentaries-list {
    border: solid 1px #e3e3e3;
    display: block;
    clear: both;
    margin-bottom: 20px;
    background: #fff;
}

    .analysts-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .analysts-list ul li {
            display: block;
            clear: both;
            padding: 10px;
            border-bottom: solid 1px #e3e3e3;
            min-height: 70px;
        }

.analysts-title, .commentaries-title {
    border-bottom: solid 1px #e3e3e3;
    border-top: solid 1px #e3e3e3;
    color: #181818;
    font-family: 'fjalla_one';
    font-size: 20px;
    text-align: center;
    display: block;
    clear: both;
    padding: 17px 10px;
}

.title-with-border {
    border-bottom: solid 1px #e3e3e3;
    color: #181818;
    font-family: 'fjalla_one';
    font-size: 23px;
    text-align: left;
    display: block;
    clear: both;
    padding: 0px 10px 8px 0;
}

.analysts-list-left {
    border: solid 0px #e3e3e3;
    display: block;
    clear: both;
    margin-bottom: 20px;
}

    .analysts-list-left ul li {
        display: block;
        clear: both;
        padding: 10px 2px 10px 0;
        border-bottom: solid 1px #e3e3e3;
        min-height: 70px;
    }

.user-photo {
    float: left;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
}

    .user-photo img {
        min-height: 100%;
    }

.user-details {
    margin-left: 55px;
    display: block;
}

    .user-details .phone {
        background: url(../../images/icon-phone.png) no-repeat left top;
        padding-left: 20px;
        color: #5e5e5e;
        margin-bottom: 5px;
        font-size: 13px;
    }

.email-link {
    background: url(../../images/icon-email.png) no-repeat left top;
    padding-left: 20px;
    color: #5e5e5e;
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: 4px;
}

    .email-link:hover {
        color: #196db6;
    }

.analysts-list ul li .username {
    font: bold 14px/20px arial;
    color: #196db6;
}

    .analysts-list ul li .username:hover {
        color: #196db6;
    }

.analysts-list ul li span {
    color: #181818;
    display: block;
    margin-top: 4px;
}

h3.bannerheading {
    background-color: rgba(25, 109, 182, .67);
    border: solid 1px #bbe3f3;
    padding: 5px 12px;
    color: #fff;
    display: inline-block;
}

.main-title {
    font-size: 23px;
    text-align: left;
    padding: 0px 10px 8px 0;
}

.pdf-graybox {
    background: #f1f2f4;
    border: solid 1px #cacaca;
    padding: 10px 0px 0px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .pdf-graybox .bannerbtn02 {
        font-size: 12px;
        padding: 3px 10px;
        margin-left: 15px;
    }

        .pdf-graybox .bannerbtn02 i {
            margin-right: 9px;
            font-size: 16px;
            position: relative;
            bottom: -3px;
        }

    .pdf-graybox iframe {
        width: 100%;
        min-height: 300px;
    }

.rec-video-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .rec-video-list ul li {
        padding: 10px 10px 7px 0px;
        border-bottom: solid 1px #e3e3e3;
    }

    .rec-video-list ul .rec-title {
        font-size: 14px;
        color: #181818;
    }

        .rec-video-list ul .rec-title:hover {
            /* color: #196db6;*/
        }

.graybg {
    background: #f1f2f4;
    display: block;
    clear: both;
    border-radius: 6px;
    padding: 15px;
}

.content-graybg {
    background: #f1f2f4;
    padding: 15px 20px;
}

.content-graybg-min-height {
    min-height: 352px;
}

.formstyle p {
    margin-top: 0px;
    font-size: 14px;
}

.formstyle .form-control {
    box-shadow: none;
    padding: 2px 4px;
    height: 29px;
    font-size: 13px;
    font-weight: 400;
}

.formstyle .form-group {
    margin-bottom: 10px;
}

.formstyle .btn {
    padding: 5px 9px 5px;
    font-weight: 600;
    font-size: 11px;
}

.formstyle .input-group .btn {
    margin-left: 4px;
    border-radius: 4px;
}
/* Small devices (360px and up) */

.list-title2 {
    font-family: 'fjalla_one';
    font-size: 15px;
    color: #181818;
    padding-bottom: 10px;
    display: block;
    clear: both;
}

.list-details2 {
    font-size: 13px;
    color: #000000;
    line-height: 16px;
    text-align: justify;
    margin-right: 10px;
}
/*.list-details2:hover {
    color: #196db6;
    text-decoration: none;
}*/

.list-bottom-link2 {
    color: #196db6;
    margin-top: 7px;
    font-size: 12px;
}

    .list-bottom-link2 a {
        display: inline-block;
        color: #196db6;
        text-decoration: underline;
        padding: 3px;
        margin: 2px 0px 0px 0px;
    }

.list04 {
    list-style: none;
    margin: 0px 0 0px;
    padding: 0px;
    border-top: solid 1px #cccccc
}

.border-right {
    background: url(../../images/border-right.jpg) repeat-y right 1px top;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -6px;
    display: none;
}

.list04 li {
    display: block;
    clear: both;
    overflow: hidden;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 12px;
    padding-top: 15px;
    padding-right: 8px;
}

.icon-link {
    display: inline-block;
    padding-left: 10px;
}

.blue-link {
    color: #196db6;
    font-size: 18px;
    font-family: 'fjalla_one';
}

.tabstyle {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

    .tabstyle .tab-content {
        background: #f1f2f4;
        padding: 15px 0;
        border: 1px solid #ddd;
    }

    .tabstyle .nav-tabs {
        border-bottom: 0px;
    }

        .tabstyle .nav-tabs > li > a {
            color: #181818;
        }

    .tabstyle .tab-pane li {
        padding: 7px 7px 4px 12px;
    }

    .tabstyle .nav-tabs > li.active > a, .tabstyle .nav-tabs > li.active > a:focus, .tabstyle .nav-tabs > li.active > a:hover {
        bottom: -1px;
        position: relative;
        background: #f1f2f4;
        color: #196db6;
    }

.only-icon {
    padding: 2px 4px;
    display: inline-block;
}

.greenboxpoint {
    border-top: 5px solid black;
    border-right: 10px solid black;
}

@media (max-width: 639px) {
    .d-sm-block {
        display: none;
    }

    .banner07 .logo-img {
        max-width: 250px;
        margin-bottom: 20px;
        display: inline-block;
        margin: 0 auto 15px;
    }

    .banner07 h3 {
        font-size: 50px;
        display: block;
        text-align: center;
    }

    .banner07 .applink {
        display: block;
        text-align: center;
    }

        .banner07 .applink img {
            display: inline-block;
        }
}

@media (min-width: 640px) and (max-width: 767px) {
    .d-sm-block {
        display: inherit;
        position: absolute;
        top: 39px;
        right: 10px;
        width: 300px;
    }

    .banner07 .logo-img {
        max-width: 270px;
        margin-bottom: 15px;
    }
}

@media (min-width: 360px) {
    .main-slider .bx-viewport {
        min-height: 378px !important;
    }

    .my-gallery img {
        max-width: 149px;
    }
}

/* Small devices (400px and up) */

@media (min-width: 400px) {
    .my-gallery img {
        max-width: 174px;
    }
}

/* Small devices (480px and up) */

@media (min-width: 480px) {
    .smallbox.heighthalf .box-content {
        margin-top: -120px;
    }

    .smallbox .box-content {
        margin-top: -150px;
    }
    /* Slider */
    .tagline {
        font-size: 20px;
        right: 30px;
    }

    .tagline-inbox {
        font-size: 20px;
        right: 30px;
    }
    /* bxSlider Override */
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        padding-left: 10px;
    }
    /* Content Boxes */
    .box-content {
        margin-top: -70px;
    }
    /* Login Modal */
    .loginmodal {
        margin-left: auto;
        margin-right: auto;
    }
    /* Directory */
    .dir-photo {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .dir-member {
        margin-left: 103px;
    }

    .dir-member-contact {
        position: absolute;
        bottom: 10px;
        left: 113px;
        margin-top: 0;
    }

    .dm-des {
        margin-bottom: 25px;
    }
    /* The Poppy Project */
    .poppy-wrap {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        max-width: 375px;
    }
    /* Video */
    .video-caption {
        font-size: 20px;
        top: 60%;
    }
    /* Events */
    .event-tile .bx-wrapper .bx-pager {
        padding-left: 0;
    }

    .eb-content {
        margin-top: -90px;
    }

    .main-slider .bx-viewport {
        min-height: 310px !important;
    }

    .my-gallery img {
        max-width: 134px;
    }

    .ourfirm .clickable {
        width: 50%;
        float: left;
    }

    .ourfirm .box-content {
        margin-top: -60px;
    }

    .ourfirm .box h3 {
        font-size: 13px;
    }

    .largebox .max-min-height-lg {
        max-height: 250px;
    }
}

/* Small devices (568px and up) */

@media (min-width: 568px) {
    .smallbox.heighthalf .box-content {
        margin-top: -140px;
    }

    .smallbox .box-content {
        margin-top: -180px;
    }

    .my-gallery img {
        max-width: 118px;
    }

    .largebox {
        min-height: 635px;
    }

        .largebox .box-content {
            min-height: 154px;
        }

    .banner05 img {
        max-width: 65%;
    }
}

/* Small devices (640px and up) */

@media (min-width: 640px) {
    .smallbox.heighthalf .box-content {
        margin-top: -170px;
    }

    .smallbox .box-content {
        margin-top: -220px;
    }

    .main-slider .bx-viewport {
        min-height: 278px !important;
    }

    .slide img {
        min-height: 160px;
    }

    .slide-desc {
        min-height: 160px;
    }

    .my-gallery img {
        max-width: 142px;
    }

    .my-gallery figure {
        float: none;
    }

    .ourfirm .box h3 {
        font-size: 20px;
    }

    .ourfirm .box-content {
        margin-top: -74px;
    }

    .video-link {
        margin-top: 0px;
        float: right;
        display: inline-block;
        clear: inherit;
    }

    .box-title {
        margin-top: -35px;
        min-height: 34px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .banner07 .logo-img {
        max-width: 218px;
        margin-bottom: 9px;
    }

    .banner07 .bannerheight h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .float-left-sm {
        float: left;
    }

    .float-right-sm {
        float: right;
    }

    .float-none-xs {
        float: right;
    }

    header {
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0px;
        border-radius: 0px;
        top: 0px;
        border-bottom: 1px solid #f2f2f2;
    }

        header .navbar {
            border-radius: 0px;
        }

    body {
        top: 94px;
        position: relative;
    }
    /* 20px gutter*/
    .k-widget.k-listview {
        margin-right: -15px;
        margin-left: -15px;
    }


    /* 20px gutter*/
    .gutter-20.row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
    /* 10px gutter */
    .gutter-10.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
    /* 0px gutter */
    .gutter-0.row {
        margin-right: 0;
        margin-left: 0;
    }

    .gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    /* ---------------------------
	Header
--------------------------- */
    /* SearchBox */
    .navbar-search {
        text-align: right;
    }

    .datetime {
        padding-top: 13px;
        display: inline-block;
    }

        .datetime::after {
            display: inline-block;
        }

    .welcome {
        display: inline-block;
    }
    /* Main menu */
    #mainmenu .navbar-nav {
        margin-top: -20px;
    }

    #mainmenu .navbar-left {
        clear: left;
        margin-left: -12px;
    }

        #mainmenu .navbar-left a {
            font-weight: bold;
        }

    #mainmenu .navbar-nav > li > a:before {
        position: absolute;
        left: -1px;
        content: "|";
        font-size: 12px;
        color: #b8bac1;
    }

    #mainmenu .navbar-nav > li > a:after {
        position: absolute;
        left: -1px;
        content: "|";
        font-size: 12px;
        color: #b8bac1;
    }

    #mainmenu .navbar-nav a {
        font-size: 13px;
    }

        #mainmenu .navbar-nav a span.caret {
            display: none;
        }

    #mainmenu .dropdown-menu {
        border-radius: 0;
        padding-top: 7px;
        padding-bottom: 7px;
        border: none;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .4);
    }

        #mainmenu .dropdown-menu li {
            padding-left: 0;
            padding-right: 0;
        }

            #mainmenu .dropdown-menu li a {
                /*background: url(../../images/menu-arrow.png) no-repeat 0 10px;*/
                padding: 10px 20px;
                color: #000;
                font-weight: 700;
                font-size: 14px;
            }

        #mainmenu .dropdown-menu a span {
            /*background: url(../../images/menu-arrow.png) no-repeat 0 10px;*/
            padding: 10px 10px;
            color: #000;
            font-size: 16px;
        }

        #mainmenu .dropdown-menu li + li > a {
            border-top: 1px solid #eee;
        }

    .navbar-default #mainmenu {
        padding-right: 0;
        padding-left: 0px;
        position: relative;
    }

    .navbar-form .input-group {
        padding-right: 10px;
        box-shadow: none;
    }

    .navbar-default #mainmenu .navbar-form {
        margin-bottom: 0;
        margin-left: -15px;
    }

    #mainmenu .navbar-nav li:first-child a:before {
        display: none;
    }

    #mainmenu .navbar-nav > li:last-child > a:before {
        display: none;
    }

    #mainmenu .navbar-nav > li:first-child > a:after {
        display: none;
    }

    header .container .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 8px;
    }
    /* Slider */
    .slider {
        margin-bottom: 20px;
    }

    .bannermain {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-top: 2px solid #e3e3e3;
    }

    .slide-desc {
        padding: 20px 10px 0px 10px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        margin-top: 0;
    }

        .slide-desc.quote {
            background: url(../../images/icon-quote.png) no-repeat 11px 26px / auto 20px;
        }

        .slide-desc h2 {
            text-transform: none;
            color: #fff;
            text-align: center;
            font-size: 25px;
            padding-bottom: 5px;
        }

        .slide-desc h4 {
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            text-transform: none;
            text-align: center;
        }

    .person-name {
        font-size: 16px;
        margin-top: 10px;
    }

    .person-designation {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }

    .tagline {
        font-size: 15px;
        bottom: 14px;
        right: 30px;
    }

    .xs-text01 {
        margin-bottom: 3px;
    }

    .tagline-inbox {
        font-size: 22px;
        text-align: right;
    }

    .slide img {
        min-height: auto;
    }

    .slide-desc {
        min-height: auto;
    }

    .slider .slide {
        min-height: 230px;
        background: #edefee;
    }

    .slide.homeevent .es-desc {
        right: 5%;
    }

        .slide.homeevent .es-desc p {
            color: #4b4b4b;
        }

    .slide.homeevent .cta span {
        max-width: 25px;
        margin: 5px 5px 0 5px;
        vertical-align: middle;
    }

    .slide.homeevent .cta {
        margin: 10px 0px 0px 110px;
    }
    /* Content Boxes */
    .box-content {
        margin-top: 0;
    }

    .box-gradient {
        background-size: auto 137%;
    }

    .smallbox .box-gradient {
        background-size: auto 100%;
    }
    /*.clickable:nth-child(odd) { padding-right: 0; }
.clickable:nth-child(even) { padding-left: 0; }*/
    /* bxSlider Override */
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 3px;
        top: auto;
    }

    .boxslider, .clickable {
        margin-bottom: 19px;
    }

        .clickable:nth-child(2) {
            margin-bottom: 20px;
        }

        .clickable:nth-child(3) {
            margin-bottom: 0px;
        }

        .clickable:nth-child(4) {
            margin-bottom: 0px;
        }

        .boxslider .bx-wrapper .bx-pager, .boxslider .bx-wrapper .bx-controls-auto {
            bottom: 5px;
            top: auto;
            right: 0;
            width: 202px;
        }
    /* ---------------------------
	Footer
--------------------------- */
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
        background: #fff;
        margin-top: 5px;
    }

    .copyright {
        margin-top: 0;
    }
    /* ---------------------------
	Content
--------------------------- */
    /* Content Boxes */
    .box {
        min-height: 240px;
    }

    .financial-products .box {
        min-height: 250px;
    }

    .box-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .box-links a + a {
        margin-left: 15%;
    }
    /* Login Modal */
    .loginmodal {
        margin-top: 30vh;
    }
    /* Our Firm */
    .banner {
        min-height: 223px;
        margin-top: 0px;
    }

    .our-firm {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .sublinks {
        width: 220px;
        float: left;
    }

    .banner-links {
        margin-top: 20px;
    }

        .banner-links a {
            font-size: 16px;
        }

    .banner h4 {
        font-size: 17px;
        line-height: 26px;
    }
    /* Partners */
    .partners li {
        width: 50%;
        float: left;
        clear: none;
        margin-bottom: 40px;
    }

        .partners li img {
            width: auto;
        }

    .partner-info {
        margin-left: 115px;
    }
    /* Executives */
    .executives li {
        width: 50%;
        float: left;
        clear: none;
        margin-bottom: 40px;
    }

        .executives li img {
            width: auto;
        }

    .executive-info {
        margin-left: 115px;
    }
    /* Group Management */
    .group li {
        width: 50%;
        float: left;
        clear: none;
        margin-bottom: 40px;
    }

        .group li img {
            width: auto;
        }

    .group-info {
        margin-left: 115px;
    }
    /* Analysts */

    .rightcol {
        margin-top: 0;
    }

    .analyst-info {
        position: absolute;
        left: 150px;
        bottom: 0;
        margin-top: 0;
    }

        .analyst-info span.phone img {
            margin-left: -25px;
        }

        .analyst-info span.email img {
            margin-left: -25px;
        }
    /* Directory */
    .form-inline .sm-block {
        display: block;
        margin-bottom: 10px;
    }

    .sm-block .form-control {
        width: 50%;
    }

    .form-inline .sm-block + .form-group {
        margin-left: 57px;
    }

    .form-group + .form-group.sm-block {
        margin-left: 57px;
        margin-top: 10px;
    }

    .dir-members li {
        float: left;
        width: 50%;
    }

    .dm-des {
        margin-bottom: 25px;
    }
    /* The Poppy Project */
    .poppy-wrap {
        margin: 35px 0 15px;
        max-width: none;
    }

    .poppy-project {
        display: inline-block;
    }

    .poppy-poem {
        width: 320px;
        padding: 25px;
        float: left;
    }

    .poppy-img {
        float: left;
        width: 354px;
    }
    /* Video */
    .video-caption {
        font-size: 28px;
    }

    .video-prev {
        width: 50%;
        float: left;
    }

    .video-next {
        width: 50%;
        float: left;
    }

    .video-icon {
        padding: 15px;
    }

        .video-icon img {
            height: auto;
        }

    .video-title {
        font-size: 16px;
        padding: 5px 0 0;
    }

        .video-title h5 {
            font-size: 16px;
        }
    /* Events */
    .es-desc {
        padding: 20px 20px 0px 20px;
        position: absolute;
        left: 0;
        top: 0;
        right: 25%;
        bottom: 0;
        display: block;
        margin-top: 0;
    }

        .es-desc h3 {
            font-size: 20px;
            line-height: 25px;
        }

        .es-desc p {
            font-size: 14px;
        }

    .eventslider {
        bottom: -30px;
    }

        .eventslider .bx-wrapper {
            margin-bottom: 0px;
        }

            .eventslider .bx-wrapper .bx-pager {
                width: 125px;
                right: 0;
            }

    .eventslide {
        min-height: 240px;
    }

    .main-slider .bx-viewport {
        min-height: 300px !important;
    }

    .event-wrap {
        background-color: #efefef;
        margin-left: 0;
        margin-right: 0;
    }

    .event-tile {
        padding-left: 0;
        padding-right: 0;
    }

    .event-box {
        min-height: 420px;
    }

    .eb-img .box-gradient {
        background-size: auto 50%;
    }
    /* Solution */
    .solutions {
        background-size: cover;
        padding: 30px 28px 0px 28px;
    }

        .solutions h1 {
            margin-bottom: 5px;
        }

    .sublinks-black {
        width: 233px;
    }
    /* Library */
    .library {
        background-size: auto 100%;
    }

    .library-search .lbl {
        width: 100%;
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .form-control.product {
        max-width: 155px;
    }

    .full-search {
        min-width: 370px;
    }
    /* Securities */
    .securities {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

        .securities h1 {
            margin-bottom: 5px;
        }

    .logolist li {
        display: inline-blockin;
        float: left;
        min-width: 25%;
        max-width: 25%;
    }

    .first-menu {
        left: 300px;
        position: absolute;
        top: 79px;
        display: inline-block;
    }

    .second-menu {
        left: 256px;
        position: absolute;
        top: 0;
        display: inline-block;
    }
    /* Contactus */
    .contactus {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .disclosures {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }
    /* Research */
    .research {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .asset {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .venture {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .research .tagline {
        color: #196db6;
    }
    /* Past All Events */
    .listheight {
        min-height: 113px;
    }
    /* 404 */
    .nopage {
        background-size: cover;
        padding: 40px 28px 20px 28px;
        background-position: right
    }

    .errpage {
        background-size: cover;
        padding: 40px 28px 20px 28px;
        background-position: right
    }

    .k-webkit .k-pager-info, .k-ff .k-pager-info, .k-ie11 .k-pager-info {
        display: none;
    }

    .eb-gallery {
        padding-left: 15px;
    }

    .ourfirm .clickable {
        width: 25%;
    }

    .ourfirm .box-content {
        margin-top: 46px;
        padding: 12px;
    }

    .ourfirm .clickable .box {
        min-height: 200px;
    }

    .ourfirm .box h3 {
        font-size: 15px;
    }

    .minheight .bx-viewport {
        min-height: 500px;
    }

    .minheight .table-responsive {
        max-height: 269px;
        overflow-y: auto;
    }

    .smallbox .box-content {
        top: 52px;
        text-align: left;
    }

    .smallbox.heighthalf .box-content {
        top: 52px;
        text-align: left;
    }

    .smallbox.heighthalf .box {
        min-height: 265px;
    }

    .smallbox.heighthalf .box-content {
        margin-top: 59px;
    }

    .smallbox .box-content {
        margin-top: 6px;
    }

    .smallbox .box {
        min-height: 145px;
    }

    .largebox .box-content {
        top: 65px;
        min-height: 148px;
    }

    .largebox .box {
        min-height: 200px;
    }

    .largebox .inspace {
        padding: 8px 20px 15px;
    }

    .largebox .table > tbody > tr > td, .largebox .table > tbody > tr > th, .largebox .table > tfoot > tr > td, .largebox .table > tfoot > tr > th, .table > thead > tr > td, .largebox .table > thead > tr > th {
        white-space: nowrap;
    }

    .largebox .max-min-height-lg {
        max-height: 330px;
    }

    .largebox {
        min-height: 555px;
    }

    .largebox {
        margin-bottom: 0px;
    }
    /*=== Home Banner style ====*/
    .tagline.bannertagline {
        bottom: 11px;
        right: 0px;
        padding-right: 18px;
    }

    /* .bannerheight {
        min-height: 235px;
    }*/

    .xs-text02 {
        line-height: 21px;
    }
    /*=== Home Banner style End ====*/
    .box-title h4 {
        font-size: 23px;
        color: #181818;
    }

    .boxwhitebg {
        min-height: 177px;
    }

    .banner05 img {
        max-width: 45%;
    }

    .researchlist {
        max-height: 1020px;
    }

    .analystslist {
        max-height: 854px;
    }

    .rec-video-list {
        max-height: 832px;
    }

    .analysts-scroll {
        max-height: 820px;
    }

    .analysts-list {
        margin-bottom: 0px;
    }

    .box-title {
        margin-top: -38px;
        min-height: 35px;
    }

    .user-photo {
        width: 35px;
        height: 35px;
    }

    .user-details {
        margin-left: 40px;
    }

    .email-link {
        margin-left: 0px;
        display: block;
    }

    .pdf-graybox {
        margin-bottom: 0px;
        margin-top: 0px;
    }

        .pdf-graybox iframe {
            min-height: 800px;
            max-height: 800px
        }

    .k-widget.k-listview .border-btm {
        padding-bottom: 18px;
        margin: 15px 0px 0 0px;
    }

    /*.k-widget.k-listview li:nth-child(3) .border-btm {
        margin-top: 15px;
    }

    .k-widget.k-listview li:nth-child(2) .border-btm {
        margin-top: 0px;
    }

    .k-widget.k-listview li:first-child .border-btm {
        margin-top: 0px;
    }*/

    .three-tile-title {
        min-height: 43px;
    }

    .three-tile-details {
        min-height: 65px;
    }

    .tile-bottom-link a {
        padding: 3px;
        margin: 2px 2px 0px 2px;
    }

    .librarybg {
        background: #f1f2f4 url(../../images/library-left-bg.png) no-repeat bottom center;
        padding-bottom: 271px;
        background-size: 100% auto;
    }

    .capital-markets {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .group-management {
        background-size: cover;
        padding: 30px 28px 30px 28px;
    }

    .btnReSend {
        margin-top: 10px;
        position: absolute;
        right: -57px;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .gutter-20-sm.row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .gutter-20-sm > [class^="col-"], .gutter-20-sm > [class^=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .gutter-10-sm.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gutter-10-sm > [class^="col-"], .gutter-10-sm > [class^=" col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .gutter-20-sm.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gutter-20-sm > [class^="col-"], .gutter-20-sm > [class^=" col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .analyst-box .analyst-info {
        position: relative;
        left: 0px;
        bottom: 0;
        padding-right: 0px;
        padding-top: 11px;
        padding-left: 15px;
        background: #fff;
    }

        .analyst-box .analyst-info h5 {
            font-size: 18px;
        }

        .analyst-box .analyst-info span {
            margin-top: 2px;
            margin-bottom: 4px;
        }

            .analyst-box .analyst-info span.phone, .analyst-box .analyst-info span.email {
                padding-left: 24px;
            }

                .analyst-box .analyst-info span.phone img {
                    margin-right: 0px;
                }

    .research .tagline.whitetxt {
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-search .input-group {
        float: left;
        margin-top: 8px;
    }

    .datetime {
        padding-top: 6px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 5px;
    }

    #mainmenu .navbar-left {
        margin-left: -5.5px;
    }

    .xs-mbp-20 {
        margin-bottom: 0px;
    }

    .arrow_box {
        position: relative;
        background: #cae6ff;
        padding: 15px;
        border-radius: 10px;
        width: 70%;
        text-align: center;
        margin: 0 auto;
        float: none;
        top: -115px;
        right: -77px;
    }

        .arrow_box:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #cae6ff;
            border-width: 15px;
            margin-left: -15px;
        }

        .arrow_box ul {
            list-style: none;
        }

    .k-widget.k-listview li {
        width: 44%;
        background-image: none;
    }

        .k-widget.k-listview li:first-child .border-btm {
            margin: 0px 0px 0 0px;
        }

        .k-widget.k-listview li:nth-child(2):nth-child(-n+3):nth-child(4) .border-btm {
            margin-top: 0px;
        }

        .k-widget.k-listview li:nth-child(2) .border-btm {
            margin-top: 0px;
        }

        .k-widget.k-listview li:nth-child(2n+2) {
            background-image: none;
        }

        .k-widget.k-listview li:nth-child(3n+3) {
            background-image: none;
        }
}

@media (min-width: 980px) {
    .ourfirm .clickable .box {
        min-height: 170px;
    }

    .ourfirm .box-content {
        margin-top: 18px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .banner07 .logo-img {
        margin-top: 30px;
    }
    /* ---------------------------
	Header
--------------------------- */
    body {
        top: 90px;
        position: relative;
    }

    .analysts-scroll {
        max-height: 715px;
    }
    /* Searchbox */
    .welcome {
        float: none;
        margin-right: 0;
        padding-top: 5px;
    }

    .datetime {
        margin-right: 7px;
    }
    /*.datetime::after { content: "|"; width: 12px; text-align: right; }*/
    /* Main menu */
    .navbar-default #mainmenu .navbar-form {
        margin-top: 10px;
    }

    #mainmenu .navbar-nav a {
        font-size: 15px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
    }
    /* Slider */
    .slide-desc {
        padding: 30px 30px 0px 30px;
    }

        .slide-desc.quote {
            background-position: 25px 36px;
            background-size: auto 30px;
            padding-left: 70px;
        }

        .slide-desc h4 {
            font-size: 17px;
            line-height: 26px;
            color: #fff;
        }

    .person-name {
        font-size: 19px;
        margin-top: 15px;
    }

    .person-designation {
        font-size: 15px;
        line-height: 18px;
        margin-top: 7px;
    }

    .slide-desc h4 br {
        display: inherit;
    }

    .slide.homeevent .cta span {
        margin: 0 5px;
    }

    .slide.homeevent .es-desc p {
        line-height: 1.3;
    }

    .slide.homeevent .cta {
        margin: 10px 0px 0px 130px;
    }
    /* bxSlider Override */
    .tagline {
        font-size: 29px;
    }

    .tagline-inbox {
        font-size: 29px;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 14px;
        padding-left: 20px;
    }

    .boxslider .bx-wrapper .bx-pager, .boxslider .bx-wrapper .bx-controls-auto {
        bottom: 7px;
    }
    /* homepage second row slider */
    .bxslider2 .box-content {
        min-height: 152px;
    }

    .video-container {
        padding-bottom: 59vh;
        max-height: 576px;
    }

        .video-container video {
            max-height: 576px;
        }
    /* ---------------------------
	Footer
--------------------------- */
    /* ---------------------------
	Content
--------------------------- */
    .arrow_box {
        position: relative;
        background: #cae6ff;
        padding: 15px;
        border-radius: 10px;
        display: inline-block;
        left: -25px;
        top: 45px;
    }

        .arrow_box:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-right-color: #cae6ff;
            border-width: 15px;
            margin-top: -15px;
        }

        .arrow_box ul {
            list-style: none;
        }

    /* Content Boxes */
    /*.box { min-height: 280px; }*/
    .financial-products .box {
        min-height: 270px;
    }

    .box h3 {
        font-size: 25px;
    }

    .box p {
        line-height: 22px;
    }

    .box-content {
        top: 85px;
    }

    .box-links {
        margin-top: 20px;
    }

        .box-links a {
            font-size: 19px;
        }

    .banner h1 {
        font-size: 36px;
    }
    /* Partners */
    .partners li {
        width: 33%;
    }
    /* Executives */
    .executives li {
        width: 33%;
    }
    /* Group Management */
    .group li {
        width: 33%;
    }
    /* Analysts */



    .analyst-info {
        left: 265px;
    }
    /* Directory */
    .form-inline .sm-block {
        display: inline-block;
        margin-bottom: 0;
    }

    .sm-block .form-control {
        width: auto;
    }

    .form-inline .sm-block + .form-group {
        margin-left: 4px;
    }

    .form-group + .form-group.sm-block {
        display: block;
    }

    .dir-card {
        padding: 15px;
        min-height: 155px;
    }

    .dir-members {
        margin-left: -15px;
        margin-right: -15px;
    }

        .dir-members li {
            padding-left: 15px;
            padding-right: 15px;
        }

    .dir-photo {
        margin-right: 15px;
    }

    .dir-member {
        margin-left: 108px;
    }

    .dir-member-contact {
        bottom: 15px;
        left: 123px;
    }
    /* The Poppy Project */
    .poppy-project {
        background-color: #3b5d80;
    }

    .poppy-poem {
        background-color: transparent;
        line-height: 1.6;
    }

    .poppy-img {
        width: auto;
    }
    /* Video */
    .video-box {
        width: 66.67%;
        float: left;
    }

    .video-caption {
        font-size: 32px;
    }

    .video-nav {
        width: 33.33%;
        float: left;
        padding-top: 37.5%;
    }

    .video-prev {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        width: auto;
    }

    .video-next {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        width: auto;
    }

    .video-icon {
        margin-top: 25px;
        float: none;
    }

    .video-prev .video-icon {
        margin-left: 25px;
        float: left;
    }

    .video-next .video-icon {
        margin-right: 25px;
        float: right;
    }

    .video-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        font-size: 18px;
    }

        .video-title h5 {
            font-size: 18px;
        }
    /* Events */
    .es-desc {
        padding: 30px 30px 0px 30px;
        right: 20%;
    }

        .es-desc h3 {
            font-size: 27px;
        }

        .es-desc p {
            font-size: 15px;
        }

    .es-download img {
        height: auto;
    }

    .eventslider .bx-wrapper .bx-pager {
        width: 140px;
    }

    .event-tile .bx-wrapper {
        margin-bottom: 0;
    }

        .event-tile .bx-wrapper .bx-pager {
            width: 125px;
        }

    .event-box {
        min-height: 449px;
    }

    .eb-img .box-gradient {
        background-size: auto 40%;
    }

    .eb-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .event-more {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-slider .bx-viewport {
        min-height: 330px !important;
    }
    /* Solutions */

    .solutions h1 {
        margin-bottom: 10px;
    }
    /* Securities */
    .securities h1 {
        margin-bottom: 10px;
    }

    .logolist li {
        display: inline-blockin;
        float: left;
        min-width: 16.7%;
        max-width: 16.7%;
        margin-right: -1px;
    }

    .k-webkit .k-pager-info, .k-ff .k-pager-info, .k-ie11 .k-pager-info {
        display: inline-block;
    }
    /* Library */
    .form-control.product {
        max-width: none;
    }

    .eb-gallery {
        padding-left: 25px;
        width: 100px;
    }

    .alleventlistpdf.gallery {
        width: 65px;
        position: relative;
        right: 0px;
        bottom: 0px;
        top: 0px;
    }

        .alleventlistpdf.gallery a {
            float: left;
        }

            .alleventlistpdf.gallery a + a {
                margin-top: 0px;
                display: inline-block;
            }

        .alleventlistpdf.gallery + .alleventlist {
            padding-right: 80px;
        }

    .minheight .bx-viewport {
        min-height: 520px;
    }

    .minheight .table-responsive {
        max-height: 260px;
    }

    .smallbox .box-content {
        top: 80px;
    }

    .smallbox.heighthalf .box-content {
        top: 64px;
    }

    .smallbox .box {
        min-height: 201px;
    }

    .smallbox.heighthalf .box {
        min-height: 227px;
    }

    .largebox .box-content {
        top: 70px;
        min-height: 178px;
    }

    .largebox .box {
        min-height: 230px;
    }

    .largebox .max-min-height-lg {
        max-height: 422px;
    }

    .largebox {
        min-height: 680px;
    }

    .largebox {
        margin-bottom: 0px;
    }
    /*=== Home Banner style ====*/
    /*.bannerheight {
        min-height: 280px;
    }*/

    .tagline.bannertagline {
        font-size: 17px;
    }

    .bannerbtn01 {
        padding: 4px 9px;
        font: bold 12px/18px arial;
        margin-bottom: 20px;
    }

    .bannerheight h3 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 27px;
    }

    .xs-text01 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .xs-text02 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .bannerbtn02 {
        font-size: 14px;
    }

    .bannerheight h4 {
        font-size: 15px;
        line-height: 26px;
    }
    /*=== Home Banner style End ====*/
    .boxwhitebg {
        min-height: 120px;
    }

    .mbox-img {
        min-height: 129px;
    }

    .box-title h4 {
        font-size: 23px;
    }

    .researchlist {
        max-height: 959px;
    }

    .analystslist {
        max-height: 856px;
    }

    .rec-video-list {
        max-height: 833px;
    }

    .nopage {
        background-size: cover;
        padding: 40px 28px 20px 28px;
    }

    .k-widget.k-listview li {
        width: 29%;
    }

    .k-widget.k-listview .border-btm {
        padding-bottom: 18px;
        margin: 15px 0px 0 0px;
    }

    .k-widget.k-listview li:nth-child(2) .border-btm {
        margin-top: 0px;
    }

    .k-widget.k-listview li:nth-child(3) .border-btm, .k-widget.k-listview li:first-child .border-btm {
        margin-top: 0px;
    }

    .analyst-banner {
        background: url(../../images/slide-bg.jpg) repeat-x left top;
    }

    .event-hd {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 27px;
    }
}

@media (max-width: 1350px) and (min-width: 1183px) {
    .k-widget.k-listview li {
        width: 29.5%;
    }
}

@media (max-width: 1199px) {
    .bxslider > div {
        padding: 50px 20px;
    }

    .bx-wrapper .bx-viewport {
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    .strategies-single li, .strategies-single span {
        font-size: 14px;
    }

    .strategies-single ul {
        padding-left: 10px;
    }

    .strategies-content {
        padding: 20px 10px;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .banner07 .logo-img {
        max-width: 250px;
        margin-bottom: 20px;
    }

    .banner07 h3 {
        font-size: 50px;
    }

    .k-widget.k-listview li {
        background: url(../../images/border-right.jpg) no-repeat right 1px top;
    }

    .banner {
        min-height: 280px;
    }

    .banner-xs {
        min-height: 205px;
    }

    .research-banner {
        min-height: 250px;
    }

    .clickable:nth-child(4) {
        margin-bottom: 21px;
    }

    .eventslide.pdf > img {
        width: 100%;
    }

    .content-graybg {
        padding: 18px 25px;
    }

    .content-graybg-min-height {
        min-height: 352px;
    }

    .products li:hover {
        background: #fff;
    }

    .bannertext h3 {
        font-size: 20px;
    }

    .mtonlylg {
        margin-top: 20px;
    }

    body {
        top: 101px;
    }

    /* .whitebg-big {
        padding: 18px;
    } */

    .researchlist {
        max-height: 932px;
    }

    .analystslist {
        max-height: 854px;
    }

    .rec-video-list {
        max-height: 854px;
    }

    .analysts-scroll {
        max-height: 656px;
    }
    /* ---------------------------
	Header
--------------------------- */
    .navbar-default #mainmenu .navbar-form {
        margin-top: 18px;
    }
    /* Slider */
    .banner01 .container-fluid, .banner01-dc .container-fluid, .banner01-ny .container-fluid, .banner01-ldn .container-fluid, .banner01-a .container-fluid, .banner02 .container-fluid, .banner03 .container-fluid, .banner04 .container-fluid, .banner07 .container-fluid, .banner05 .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    .slide-desc {
        padding: 35px 40px 0 40px;
    }

        .slide-desc.quote {
            background-position: 52px 73px;
            background-size: auto 41px;
            padding-left: 90px;
        }

        .slide-desc h2 {
            font-size: 36px;
            padding-bottom: 10px;
        }

        .slide-desc h4 {
            font-size: 20px;
            line-height: 30px;
            text-align: center;
        }

    .person-name {
        font-size: 21px;
    }

    .person-designation {
        font-size: 17px;
        line-height: 22px;
        margin-top: 10px;
    }

    .slider .slide {
        min-height: auto;
        background: #edefee;
    }

    .slide.homeevent .es-desc {
        right: 0%;
    }

        .slide.homeevent .es-desc p {
            color: #fff;
        }

    .slide.homeevent .cta {
        margin: 10px 0px 0px 0px;
    }

        .slide.homeevent .cta span {
            max-width: 24px;
            margin: 0 5px;
            vertical-align: middle;
        }
    /* Events */
    .es-desc p {
        font-size: 15px;
    }

    .main-slider .bx-viewport {
        min-height: 250px !important;
    }

    .boxslider .bx-wrapper .bx-pager, .boxslider .bx-wrapper .bx-controls-auto {
        right: 5px;
    }

        .boxslider .bx-wrapper .bx-pager.bx-default-pager a {
            height: 10px;
            width: 10px;
            text-indent: -9999px;
            font-size: 0px;
            line-height: 18px;
        }
    /* ---------------------------
	Footer
--------------------------- */
    .mobile-apps {
        margin-top: -5px;
        float: right;
    }
    /* ---------------------------
	Content
--------------------------- */
    /* Content Boxes */
    .box {
        min-height: 0;
    }

    .financial-products .box {
        min-height: 325px;
    }

    .box-content {
        top: 190px;
    }

    .box-xs .box-content {
        top: 80px;
        padding: 15px 15px 0px;
    }

    .box-xs .box-img img {
        height: 230px;
    }

    .box-xs {
        margin-bottom: 10px !important;
    }

        .box-xs .box-gradient {
            background-size: auto 125% !important;
        }

    .bxslider2 .box-content {
        min-height: 152px;
    }

        .bxslider2 .box-content .box-links {
            position: absolute;
            bottom: 15px;
            width: 100%;
        }
    /* Our Firm */
    .sublinks {
        /* width: 225px; */
		width: 244px;
    }

    .banner h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .ourfirm .box {
        min-height: 240px;
    }
    /* Directory */
    .dir-members li {
        width: 33.33%;
    }

    .form-group + .form-group.sm-block {
        margin-top: 0;
        margin-left: 4px;
        display: inline-block;
    }
    /* Video */
    .video-icon {
        margin-top: 40px;
    }
    /* securities */
    .securitieslink {
        width: 250px;
    }
    /* Securities */
    .logolist li {
        display: inline-blockin;
        float: left;
        min-width: 12.5%;
        max-width: 12.5%;
        margin-right: -1px;
    }
    /* Library */
    .library-search .lbl {
        width: auto;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .my-gallery figure {
        margin: 0 38px 38px 0;
    }

        .my-gallery figure:nth-child(4n) {
            margin: 0 0px 30px 0;
        }

    .my-gallery img {
        max-width: 270px;
    }

    .my-gallery figure {
        float: left;
    }

    .ourfirm .box-content {
        margin-top: 10px;
    }

    .ourfirm .box h3 {
        font-size: 18px;
    }

    .minheight .bx-viewport {
        min-height: 570px;
    }

    .minheight .table-responsive {
        max-height: 268px;
    }

    .smallbox .box-content {
        top: 100px;
        margin-top: 0px;
    }

    .smallbox.heighthalf .box-content {
        top: 240px;
        margin-top: 0px;
    }

    .largebox .max-min-height-lg {
        max-height: 290px;
    }

    .smallbox .box {
        min-height: 226px;
    }

    .smallbox.heighthalf .box {
        min-height: 370px;
    }

    .largebox {
        background: #edefef;
        min-height: 617px;
    }

        .largebox .box-content {
            top: 165px;
            min-height: 178px;
        }
    /*=== Home Banner style ====*/
    .bannerheight {
        width: 100%;
        min-height: 190px;
        height: 190px;
    }

        .bannerheight h3 {
            font-size: 25px;
            line-height: 31px;
            margin-bottom: 12px;
        }

    .banner07 .bannerheight h3 {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 25px;
    }

    .xs-text01 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .xs-text02 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .bannerbtn02 {
        font-size: 15px;
        padding: 6px 12px;
    }

    .tagline.bannertagline {
        bottom: 12px;
    }

    .bannerheight h4 {
        font-size: 19px;
        line-height: 28px;
    }
    /*=== Home Banner style End ====*/
    .banner01, .banner01-dc, .banner01-ny, .banner01-ldn, .banner01-a, .banner02, .banner03, .banner04, .banner07, .banner05 {
        height: 190px;
    }

    .bannerheight h4 span {
        line-height: 32px;
    }

    .boxwhitebg {
        min-height: 93px;
        padding: 12px 15px;
    }

    .boxmain .box-gradient {
        background: url(../../images/box-gradient.png) repeat-x center bottom / 100% 104%;
    }

    .boxmain:hover .mbox-img {
        opacity: 0.7;
    }

    .banner05 img {
        max-width: 65%;
    }

    .tablink a {
        font-size: 15px;
    }

    .list-title {
        font-size: 16px;
        padding-right: 15px;
        padding-bottom: 4px;
    }

    .list-details img {
        float: right;
        max-width: 73px;
        max-height: 100px;
        margin-left: 15px;
        margin-bottom: 8px;
    }

    .list-details {
        font-size: 14px;
        padding-right: 15px;
        line-height: 18px;
    }

    .list-bottom-link {
        margin-top: 2px;
        padding-right: 10px;
        font-size: 14px;
    }

        .list-bottom-link a {
            padding: 0px 2px;
            margin: 3px 0px 0px 3px;
        }

    .list-title2 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .list-details2 {
        font-size: 14px;
        line-height: 18px;
        margin-right: 10px;
    }

    .list-bottom-link2 {
        margin-top: 7px;
        font-size: 14px;
    }

        .list-bottom-link2 a {
            padding: 0px 5px;
            margin: 3px 0px 0px 0px;
        }

    .box-title h4 {
        font-size: 23px;
    }

    .arrow_box {
        position: relative;
        background: #cae6ff;
        padding: 15px;
        border-radius: 10px;
        display: inline-block;
        left: -115px;
        top: 45px;
    }

        .arrow_box:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-right-color: #cae6ff;
            border-width: 15px;
            margin-top: -15px;
        }

        .arrow_box ul {
            list-style: none;
        }

    .user-photo {
        width: 45px;
        height: 45px;
    }

    .user-details {
        margin-left: 55px;
    }

    .k-widget.k-listview .border-btm {
        border-bottom: solid 1px #cccccc;
        padding-bottom: 16px;
        margin: 15px 0px 0 0px;
    }

    .k-widget.k-listview li:first-child .border-btm {
        margin: 0px 0px 0 0px;
    }

    .k-widget.k-listview li:nth-child(2):nth-child(-n+3):nth-child(4) .border-btm {
        margin-top: 0px;
    }

    .k-widget.k-listview li {
        width: 29.5%;
        background: url(../../images/border-right.jpg) no-repeat right 1px top;
    }

        .k-widget.k-listview li.li-one {
            background: url(../../images/border-right.jpg) no-repeat right 1px top;
        }

        .k-widget.k-listview li.li-two {
            background: url(../../images/border-right.jpg) no-repeat right 1px top;
        }

        .k-widget.k-listview li.li-three .border-btm {
            margin-right: 0px;
        }

        .k-widget.k-listview li.li-one .border-btm {
            margin-left: 0px;
        }

    .three-tile-details {
        font-size: 14px;
        line-height: 18px;
        min-height: 78px;
    }

    .tile-bottom-link a {
        padding: 3px;
        margin: 2px 2px 0px 2px;
    }

        .tile-bottom-link a:last-child {
            margin-right: 0px;
            padding-right: 0px;
        }

    .three-tile-title {
        min-height: 45px;
    }

    .tabstyle .tab-content {
        padding: 15px 15px;
    }

    .event-hd {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1351px) {
    .k-widget.k-listview li {
        width: 30%;
    }

    .research {
        background: url(../../images/bg-research.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .box-xs .box-content {
        top: 80px;
        padding: 15px 15px 0px;
    }

    .box-xs .box-img img {
        height: 200px;
    }

    .box-xs {
        margin-bottom: 10px !important;
    }

        .box-xs .box-gradient {
            background-size: auto 125% !important;
        }
}

@media (max-width: 767px) {
    header {
        border-bottom: solid 1px #dedede;
    }

    .author-text {
        max-width: 291px;
        margin: 0 auto;
    }

    .left-commentaries img {
        margin: 0 auto;
    }

    .left-commentaries {
        text-align: center;
    }

    .k-widget.k-listview li {
        width: 100%;
    }

    .list04 {
        margin: 0px 0 20px;
    }

    .analystslist {
        margin-bottom: 20px;
    }

    .k-widget.k-listview li {
        padding-left: 0px;
        padding-right: 0px;
        background-image: none;
    }

    .bannertext h3 {
        font-size: 23px !important;
    }

    .bannertext p {
        line-height: 19px;
        text-align: left;
        font-size: 14px;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .analyst-content {
        padding: 6px 17px;
    }

    .leftcol {
        padding: 0px 0px;
        margin-bottom: 15px;
    }

        .leftcol .hd1 {
            margin: 12px 15px 9px 15px;
            font-size: 24px;
        }

    #products .navbar-default .navbar-toggle {
        margin: 10px 17px 0px;
        position: absolute;
        right: 11px;
    }

    .products li {
        padding: 5px 7px 5px 16px;
    }
    /* 
    .bodygray {
        padding-top: 15px;
    } */

    .xs-mbp-20 {
        margin-bottom: 20px;
    }

    .searchwrap {
        margin-top: 15px;
    }

    .arrow_box {
        position: relative;
        background: #cae6ff;
        padding: 15px;
        border-radius: 10px;
        width: 93%;
        text-align: center;
        margin: 0 auto;
        float: none;
        top: -135px;
    }

        .arrow_box:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #cae6ff;
            border-width: 15px;
            margin-left: -15px;
        }

        .arrow_box ul {
            list-style: none;
        }
}

@media (min-width: 1400px) {
    .box-gradient {
        background-size: auto 100%;
    }

    .nopage {
        background: url(../../images/banner-404.png) no-repeat center top/ cover;
        padding: 30px 28px 30px 28px;
    }

    .asset {
        background: url(../../images/bg-asset-mgmt.jpg) no-repeat center top / cover;
        padding: 30px 28px 30px 28px;
    }

    .capital-markets {
        background: url(../../images/bg-capital-markets.jpg) no-repeat center top / cover;
        padding: 30px 28px 30px 28px;
    }

    .contactus {
        background: url(../../images/bg-contact.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .disclosures {
        background: url(../../images/bg-disclosures.png) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .errpage {
        background: url(../../images/banner-error.png) no-repeat center bottom / cover;
        padding: 40px 28px 20px 28px;
    }

    .group-management {
        background: url(../../images/bg-group-management.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .our-firm {
        background: url(../../images/bg-our-firm.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .securities {
        background: url(../../images/bg-securities-new.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .solutions {
        background: url(../../images/bg-solutions.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .venture {
        background: url(../../images/bg-venture-capital.jpg) no-repeat center bottom / cover;
        padding: 30px 28px 30px 28px;
    }

    .width-sm {
        width: 20.66666667%;
    }

    .width-lg {
        width: 54.33333333%;
    }
}

@media (min-width: 1500px) {
    .eventslide {
        position: relative;
        cursor: pointer;
        background: url(../../images/event-bg.jpg) repeat-x left bottom;
        background-size: 100% 100%;
    }

        .eventslide.pdf > img {
            width: auto;
            float: right;
        }

    .eventslide {
        min-height: 240px;
        max-height: 280px;
    }

    .main-slider .bx-viewport {
        min-height: 280px !important;
    }

    .eb-img {
        max-height: 300px;
    }

        .eb-img img {
            height: 269px;
            width: 100%;
        }
}

@media (min-width: 1880px) {
    .ourfirm .clickable {
        width: 20%;
    }

    .es-desc {
        padding: 30px 30px 0px 30px;
        right: 40%;
    }

    .clickable .box-content {
        top: 194px;
    }

    .box-height-xxs .box-content {
        top: 217px;
    }

    .banner {
        min-height: 300px;
    }

    .research-banner {
        min-height: 250px;
    }

    .box-height-xxs .box-img img {
        max-height: 360px;
    }

    .tagline {
        bottom: 22px;
    }

    .content-graybg {
        padding: 15px 30px;
    }

    .content-graybg-min-height {
        min-height: 352px;
    }

    .bannertext p {
        margin-right: 130px;
    }

    .width-sm {
        width: 16.66666667%;
    }

    .width-md {
        width: 25%;
    }

    .width-lg {
        width: 58.33333333%;
    }

    .width-two-col {
        width: 83.3%;
    }

    .research {
        background: url(../../images/bg-research.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .asset {
        background: url(../../images/bg-asset-mgmt.jpg) no-repeat center bottom -6px / cover;
        padding: 30px 15px 30px 28px;
    }

    .nopage {
        background: url(../../images/banner-404.png) no-repeat center bottom -55px / cover;
        padding: 30px 15px 30px 28px;
    }

    .capital-markets {
        background: url(../../images/bg-capital-markets.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .contactus {
        background: url(../../images/bg-contact.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .disclosures {
        background: url(../../images/bg-disclosures.png) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .errpage {
        background: url(../../images/banner-error.png) no-repeat center bottom -55px / cover;
        padding: 30px 15px 30px 28px;
    }

    .group-management {
        background: url(../../images/bg-group-management.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .our-firm {
        background: url(../../images/bg-our-firm.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .securities {
        background: url(../../images/bg-securities-new.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .solutions {
        background: url(../../images/bg-solutions.jpg) no-repeat center bottom -20px / cover;
        padding: 30px 15px 30px 28px;
    }

    .leftpart, .rightpart {
        width: 19%;
    }

    .centerpart {
        width: 62%;
    }

    .leftpart.col-sm-pull-6 {
        left: -61.8%;
    }

    .centerpart.col-sm-push-3 {
        left: 19%;
    }

    .researchlist {
        max-height: 998px;
    }

    .analystslist {
        max-height: 1073px;
    }

    .rec-video-list {
        max-height: 1073px;
    }

    .pdf-graybox iframe {
        min-height: 1022px;
        max-height: 1022px
    }

    .boxwhitebg {
        font-size: 14px;
    }

    .user-photo {
        width: 50px;
        height: 50px;
    }

    .user-details {
        margin-left: 67px;
    }

    .analysts-scroll {
        max-height: 722px;
    }

    .mbox-img {
        min-height: 166px;
    }

    .bannerbtn01 {
        padding: 5px 12px;
        font: bold 14px/20px arial;
        margin-bottom: 20px;
    }

    .boxwhitebg {
        min-height: 82px;
    }

    /* .whitebg-big {
        padding-left: 30px;
        padding-right: 30px;
    } */

    .tablink a {
        font-size: 15px;
    }

    .list-title {
        font-size: 17px;
    }

    .list-title2 {
        font-size: 17px;
    }
    /*.bannerheight h4 {
        font-size: 24px;
        line-height: 41px;
    }
    .bannerheight h4 span {
        line-height: 36px;
    }*/
    .tagline.bannertagline {
        color: #fff !important;
        bottom: 18px;
        font-size: 19px;
        text-shadow: 0 0 10px rgba(0, 0, 0, .36) !important;
    }

    .banner05 img {
        max-width: 50%;
    }

    .banner01 .container-fluid, .banner01-dc .container-fluid, .banner01-ny .container-fluid, .banner01-ldn .container-fluid, .banner01-a .container-fluid, .banner02 .container-fluid, .banner03 .container-fluid, .banner04 .container-fluid, .banner07 .container-fluid, .banner05 .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .box-title h4 {
        font-size: 23px;
    }

    .mbox-img {
        min-height: 170px;
    }

    .k-widget.k-listview li {
        width: 31%;
    }

    .banner-xs {
        min-height: 245px;
    }

    .box-xs .box-content {
        top: 114px;
        padding: 15px 15px 0px;
    }

    .box-xs .box-img img {
        height: 230px;
    }

    .box-xs {
        margin-bottom: 10px !important;
    }

        .box-xs .box-gradient {
            background-size: auto 125% !important;
        }
}

@media (min-width: 1360px) and (max-width: 1879px) {
    .leftfix-width {
        width: 22%;
        right: 53%;
    }

    .rightfix-width {
    }

    .centerfix-width {
        left: 22%;
        width: 53%;
    }

    .email-link {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1880px) {
    .centerfix-width {
        width: 65%;
    }

    .leftfix-width.col-sm-pull-6 {
        left: -64.8%;
    }

    .leftfix-width {
        width: 16%;
    }

    .centerfix-width.col-sm-push-3 {
        left: 16%;
    }

    .email-link {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/*new pages css start*/
@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('../fonts/FranklinGothic-Book.woff2') format('woff2'), url('../fonts/FranklinGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi Cond';
    src: url('../fonts/FranklinGothic-DemiCond.woff2') format('woff2'), url('../fonts/FranklinGothic-DemiCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/FranklinGothic-Demi.woff2') format('woff2'), url('../fonts/FranklinGothic-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('../fonts/FranklinGothic-Medium.woff2') format('woff2'), url('../fonts/FranklinGothic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.franklin-font-book {
    font-family: 'Franklin Gothic Book';
}

.franklin-font-demi {
    font-family: 'Franklin Gothic Demi';
}

.franklin-font-mid {
    font-family: 'Franklin Gothic';
    font-weight: 500;
}

.franklin-font-demicond {
    font-family: 'Franklin Gothic Demi Cond';
}

.mb5 {
    margin-bottom: 5px;
}

.font14 {
    font-size: 14px;
    line-height: 24px;
}

.font16 {
    font-size: 16px;
    line-height: 24px;
}

.font17 {
    font-size: 17px;
    line-height: 24px;
}

.font18 {
    font-size: 18px;
    line-height: 24px;
}

.font35 {
    font-size: 35px;
}

.graytext47 {
    color: #474747;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.homebackbox {
    background: rgb(255,255,255);
    padding: 40px 20px;
    min-height: 300px;
    margin-top: 30px;
}
/*.lightbluebox {
    background: rgb(255,255,255);
    background: linear-gradient(133deg, rgba(255,255,255,1) 0%, rgba(221,235,247,1) 100%);
    padding: 40px 20px;
    min-height: 420px;
}

.pinkbox {
    background: rgb(255,255,255);
    background: linear-gradient(133deg, rgba(255,255,255,1) 0%, rgba(252,228,214,1) 100%);
    padding: 40px 20px;
    min-height: 420px;
}*/

.titlenews {
    padding: 25px 0px;
    min-height: 95px;
}

.name-date {
    position: absolute;
    bottom: 40px;
}

#leftbartab .resp-tabs-list li {
    width: 50%;
    font-size: 18px;
    margin: 0;
    text-align: center;
    border: none !important;
    background: #eaeaea !important;
    padding: 18px 10px !important;
}
    /*#leftbartab .resp-tabs-list li {
        width: 33.33%;
        font-size: 12px;
        margin: 0;
        text-align: center;
        border: none !important;
        background: #eaeaea !important;
        padding: 12px 6px !important;
    }*/

    #leftbartab .resp-tabs-list li.resp-tab-active {
        border: none !important;
        background: #3b6c4a !important;
        color: #fff; /*border-bottom: none;
     margin-bottom: -1px !important; */
        /* padding: 12px 14px 14px 14px !important; */
        /* border-top: 4px solid #5AB1D0 !important; */
        /* border-bottom: 0px #fff solid !important;*/
    }

@media (min-width: 992px) and (max-width: 1050px) {
    #leftbartab .resp-tabs-list li {
        font-size: 11px;
        padding: 12px 5px !important;
    }
}

#leftbartab .resp-tabs-container {
    border: none !important;
    border-top-color: #eaeaea !important;
}

#leftbartab .resp-tab-content {
    border: 1px solid #eaeaea;
    border-top-color: #eaeaea;
    padding: 0px;
}

.listdiv {
    padding: 15px;
    border-top: solid 1px #eaeaea;
    font-family: 'Franklin Gothic Book';
    font-size: 14px;
    line-height: 20px;
}

    .listdiv:first-child {
        border-top: none;
    }

.titlediv {
    font-size: 16px;
    color: #181818;
    font-family: 'Franklin Gothic';
    margin-bottom: 10px;
}

.datediv {
    font-size: 13px;
    color: #3b6c4a;
    margin-bottom: 5px;
    font-family: 'Franklin Gothic';
}

.analysts-scroll-tab {
    max-height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
}

.listingdiv {
    padding: 15px;
    font-size: 16px;
    color: #181818;
    font-family: 'Franklin Gothic';
    min-height: 580px;
}

    .listingdiv ul {
        list-style: none;
    }

        .listingdiv ul li a {
            color: #181818;
            text-decoration: none;
            padding: 0px 0px 19px;
            display: block;
        }

            .listingdiv ul li a:hover {
                color: #3b6c4a;
            }

        .listingdiv ul li li {
            padding-left: 20px;
        }

            .listingdiv ul li li a {
                color: #535353;
            }

.ourteamdiv {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #474747;
    font-family: 'Franklin Gothic Book';
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #e3e3e3;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

    .ourteamdiv img {
        height: 150px;
        margin-bottom: 15px;
        line-height: 1px;
    }

.teamname {
    font-family: 'Franklin Gothic Demi Cond';
    color: #181818;
}

.headingtitle h2 {
    font-family: 'Franklin Gothic';
    font-weight: 500;
    font-size: 36px;
    text-transform: inherit;
}

.text-green {
    color: #3b6c4a;
}

.teammenu ul li {
    list-style: none;
    margin-bottom: 10px;
}

    .teammenu ul li a {
        font-size: 16px;
        color: #181818;
        font-family: 'Franklin Gothic Book';
        list-style: none;
        border-right: solid #181818 3px;
        display: block;
        text-decoration: none;
    }

        .teammenu ul li a:hover, .teammenu ul li a.active {
            color: #3b6c4a;
        }

.photodiv img {
    /* border: solid 1px #e3e3e3; */
    margin-bottom: 10px;
    max-height: 250px;
    margin: 0 auto;
}

.teampoints {
    list-style: none;
}

    .teampoints li {
        background: url(../../Images/point-green.png) no-repeat left 5px;
        padding-left: 20px;
        padding-bottom: 15px;
        font-size: 17px;
    }

.bodygray {
    min-height: 570px;
}

.getintuch {
    text-align: center;
    margin: 30px 0px;
    font-size: 18px;
    color: #181818;
}

    .getintuch img {
        margin-bottom: 20px;
    }
/*new pages css end*/


/*etf site page css start*/
@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('../fonts/FranklinGothic-Book.woff2') format('woff2'), url('../fonts/FranklinGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi Cond';
    src: url('../fonts/FranklinGothic-DemiCond.woff2') format('woff2'), url('../fonts/FranklinGothic-DemiCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/FranklinGothic-Demi.woff2') format('woff2'), url('../fonts/FranklinGothic-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('../fonts/FranklinGothic-Medium.woff2') format('woff2'), url('../fonts/FranklinGothic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url('../fonts/FranklinGothic-MediumCond.woff2') format('woff2'), url('../fonts/FranklinGothic-MediumCond.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.franklin-gothic-medium-cond {
    font-family: 'Franklin Gothic Medium Cond';
}

.franklin-font-book {
    font-family: 'Franklin Gothic Book';
}

.franklin-font-demi {
    font-family: 'Franklin Gothic Demi';
}

.franklin-font-mid {
    font-family: 'Franklin Gothic';
    font-weight: 500;
}

.franklin-font-demicond {
    font-family: 'Franklin Gothic Demi Cond';
}

.mb5 {
    margin-bottom: 5px;
}

.font10 {
    font-size: 10px;
    line-height: 24px;
}

.font12 {
    font-size: 12px;
    line-height: 24px;
}

.font14 {
    font-size: 14px;
    line-height: 24px;
}

.font15 {
    font-size: 15px;
    line-height: 24px;
}

.font16 {
    font-size: 16px;
    line-height: 24px;
}

.font17 {
    font-size: 17px;
    line-height: 24px;
}

.font18 {
    font-size: 18px;
    line-height: 24px;
}

.font26 {
    font-size: 26px;
    line-height: 24px;
}

.font35 {
    font-size: 35px;
}

.graytext47 {
    color: #474747;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.etfleftbox {
    background: #fff;
}

.etfleftboxlist {
    padding: 15px;
    border-top: solid 1px #eaeaea;
    font-family: 'Franklin Gothic Book';
    font-size: 14px;
    line-height: 20px;
}

    .etfleftboxlist:first-child {
        border-top: none;
    }

.titlediv {
    font-size: 16px;
    color: #181818;
    font-family: 'Franklin Gothic';
    margin-bottom: 10px;
}

.datediv {
    font-size: 13px;
    color: #3b6c4a;
    margin-bottom: 5px;
    font-family: 'Franklin Gothic';
}

.etfleft {
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
}

.greenbox {
    background: rgb(0,174,103);
    background: linear-gradient(133deg, rgba(0, 174, 103, 1) 0%, rgba(0, 89, 89, 1) 100%);
    padding: 20px;
    min-height: 390px;
    color: #fff;
    margin-bottom: 30px;
}

.greenboxpoint li {
    list-style: none;
    font-size: 20px;
    padding: 5px 0px;
}

    .greenboxpoint li ul {
        padding: 10px 0px 15px 20px;
    }

        .greenboxpoint li ul li {
            background: url(../Common/images/white-arrow.png) no-repeat left 5px;
            padding-left: 45px;
            font-size: 17px;
        }
/*etf site page css end*/

.homebackbox .font26 {
    font-size: 14px;
}

header .navbar-header .navbar-brand {
    position: relative;
    z-index: 2;
}

.categoryname {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.titlenews {
    font-size: 26px;
    line-height: 30px;
}

@media(min-width:768px) {
    .titlenews {
        font-size: 22px;
        line-height: 28px;
        padding: 25px 0px 20px;
        min-height: 125px;
    }

    .categoryname {
        font-size: 14px;
        line-height: 20px;
    }

    .homebackbox {
        min-height: 325px;
    }

        .homebackbox .font26 {
            line-height: 15px;
        }
}

@media (min-width: 992px) {
    .homebackbox {
        margin-top: 0px;
    }

    .bannermain {
        margin-top: 0px;
    }

    .categoryname {
        font-size: 20px;
        line-height: 24px;
    }

    .titlenews {
        font-size: 30px;
        line-height: 36px;
        padding: 25px 0px 20px;
        min-height: 135px;
    }

    .homebackbox .font26 {
        font-size: 16px;
    }
}

@media(min-width:1024px) {
    .analysts-scroll-tab {
        max-height: 390px;
    }

    .homebackbox {
        min-height: 325px;
    }

    .listingdiv {
        min-height: 390px;
    }

    .homebackbox .font26 {
        font-size: 16px;
        line-height: 18px;
    }

    .titlenews {
        font-size: 22px;
        line-height: 26px;
        min-height: 82px;
        font-weight: 700;
    }

    .categoryname {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width:1366px) {
    .homebackbox {
        min-height: 370px;
    }

    .analysts-scroll-tab {
        max-height: 525px;
    }

    .listingdiv {
        min-height: 525px;
    }
}

@media (min-width: 1440px) {
    .analysts-scroll-tab {
        max-height: 525px;
    }

    .homebackbox {
        min-height: 370px;
    }

    .listingdiv {
        min-height: 525px;
    }

    .homebackbox .font26 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 1680px) {
    .titlenews {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
        min-height: 115px;
    }

    .categoryname {
        font-size: 20px;
        line-height: 25px;
    }

    .homebackbox .font26 {
        font-size: 20px;
        line-height: 22px;
    }

    .analysts-scroll-tab {
        max-height: 545px;
    }

    .listingdiv {
        min-height: 545px;
    }
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: inherit;
}

@media (min-width: 1920px) {
    .categoryname {
        font-size: 24px;
        line-height: 27px;
    }

    .analysts-scroll-tab {
        max-height: 605px;
    }

    .homebackbox {
        min-height: 395px;
    }

    .bodygray {
        min-height: 790px;
    }

    .listingdiv {
        min-height: 550px;
    }

    .titlenews {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        min-height: 82px;
    }

    .homebackbox .font26 {
        font-size: 24px;
        line-height: 27px;
        min-height: 155px;
        margin-bottom: 78px;
    }

    .banner12 {
        background: url(../../images/SAMBANNER3.jpg) no-repeat center top;
        background-size: cover;
    }
}

.commentary-box .homebackbox {
    background: #fff;
    border: solid 1px #000;
    padding: 0px;
}

.commentary-box .categoryandtitle {
    padding: 20px;
}

.commentary-box .categoryname {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

.commentary-box .titlenews {
    font-size: 35px;
    line-height: 41px;
    padding: 0px;
}

    .commentary-box .titlenews a {
        color: #000;
        text-decoration: none;
    }

.commentary-box .content-info {
    background: linear-gradient(133deg, #ffffff 0%, #c6e0b4 100%);
    padding: 20px;
    min-height: 200px;
    border-top: solid 5px #000;
    border-right: solid 10px #000;
}

.commentary-box .name-date {
    position: absolute;
    bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1099px) {
    .commentary-box .titlenews {
        font-size: 22px;
        line-height: 38px;
    }

    .titlenews {
        min-height: 79px;
    }
}

@media (min-width: 1024px) and (max-width: 1099px) {
    .commentary-box .titlenews {
        font-size: 23px;
        line-height: 36px;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .commentary-box .titlenews {
        font-size: 25px;
        line-height: 39px;
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .commentary-box .titlenews {
        font-size: 23px;
        line-height: 36px;
    }
}

.banner-nav-right {
    margin-left: 200px;
}
@media (max-width: 767px) {
    .banner-nav-right {
        margin-left: 0px !important;
    }
}